.maxnone {
    max-height: none !important;
}

.changes {
    font-weight: bold;
}

.w200px {
    width: 200px
}

button.experience {
    float: right;
}

button.add {
    margin-bottom: 20px;
}

.markItUp {
    width: auto;
}
.markItUpEditor {
    background-image: none;
    width: 100%;
}

.bootstrap-tagsinput {
	width: 100%;
}

#flash-msg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#flash-msg .list-group {
    margin: 0 auto;
}

.mt3, .mtl { margin-top: 30px; }

.small {
    font-size: 10px;
}

.glyphicon-ok-sign {
    font-size: 15px;
    color: green;
}

.glyphicon-remove-sign {
    font-size: 15px;
    color: red;
}

.reason {
    font-size: 10px;
    color: #333;
    margin-left: 15px;
}

.dlcv {
    font-size: 12px;
    margin-left: 15px;
}

.viewcv {
    font-size: 14px;
    color: #ccc;
    margin-left: 7px;
}

ul.typeahead {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.hidden {
    display: none;
}

th.active .arrow {
    opacity: 1;
}

.arrow {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 5px;
    opacity: 0.66;
}

.arrow.asc {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000;
}

.arrow.dsc {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
}

.arrow.right {
    border-left: 4px solid #000;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

a.disabled {
   pointer-events: none;
   cursor: default;
   color: #333;
}

tbody.auto-resize, thead.auto-resize {
    display: block;
}
.auto-resize {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-body {
    max-height: 500px;
}
