/*body { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }*/
.skin-black-light .main-header .navbar .nav>.active>a{ background-color: #efefef; color: #000000; }
textarea{ max-height: 100px; height: 100px; min-height: 100px; min-width: 100%; width: 100%; max-width: 100%; }
.select2-container--default .select2-selection--single { border-radius: 0px !important; }
.select2-dropdown{ border-radius: 0px !important; }
/*------ autocomplete -----------*/
.autocomplete-suggestions { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 10px 5px; font-size: 1.0em; white-space: normal; overflow: hidden; }
.autocomplete-selected { background: rgba(205, 245, 255, 0.72); }
.autocomplete-suggestions strong { font-weight: normal; color: #3399ff; }

#searchfield { display: block; width: 100%; text-align: center; }

#searchfield form { display: inline-block; background: #eeefed; padding: 0; margin: 0; border-radius: 3px; margin: 5px 0 0 0; }
#searchfield form .biginput { width: 600px; height: 40px; padding: 0 10px 0 10px; background-color: #fff; border: 1px solid #c8c8c8; border-radius: 3px; color: #aeaeae; font-weight:normal; font-size: 1.2em; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
#searchfield form .biginput:focus { color: #858585; }
/*-------- end autocomplete ---------*/

.nav-tabs-custom>.nav-tabs>li{
    margin-right: 2px !important;
    background: #e2e2e2;
    border-top-color: #636363;
}

.attachment-file{
    height: 100px;
    border: 1px solid #2c3b41;
}

.attachment-file:hover{
    cursor: pointer;
    box-shadow: 1px 1px 5px #5c5c5c;
}

.btn-outline-success{
    border-color: #008d4c;
    background: white;
    color: #449d44;
}
.btn-outline-success:hover{
    border-color: #008d4c;
    background: #449d44;
    color: white;
}