select {
    height: 31px !important;
    line-height: 31px !important;
}

.documentNumber {
    padding-left: 4px;
    padding-right: 1px;
    height: 31px;
}

.white-space-normal {
    white-space: normal !important;
}

.serviceOrder .advanced-time {
    width: 86px;
    display: inline;
}

.nav .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}

.wkf-brand {
    margin-left: -9px;
}

a {
    color: #337ab7;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.well {
    background-color: #e9ecee;
}

.well-wkf {
    padding: 6px;
    margin-bottom: 0;
}

/*@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        height: 900px; *//* control height here *//*
    }
}*/

@media (min-width: 768px) {
    .modal-lg {
        width: 90%;
        max-width: 1200px;
    }
}

.panel-wkf > .panel-heading {
    background-image: none;
    background-color: #5aaedc;
    color: white;
}

.tab-content {
    box-shadow: none !important;
}

/* SEARCHBOX */
/*======================================*/
.searchbox-wkf {
    margin-right: -20px;
}

.searchbox-wkf .custom-search-form {
    margin-right: -5px;
}

.searchbox-wkf .custom-search-form input {
    border-color: transparent;
    padding-right: 30px;
}

.searchbox-wkf > .input-group.custom-search-form input {
    border-radius: 0;
}

.searchbox-wkf > .input-group input:focus {
    border-color: #54abd9;
}

@media (min-width: 768px) {
    .searchbox-wkf {
        display: table-cell;
        vertical-align: middle;
    }

    .searchbox-wkf {
        width: 304px;
    }

    .searchbox-wkf .form-control {
        background-color: transparent;
        -webkit-transition: background-color 0.5s, border-color 0.5s;
        transition: background-color 0.5s, border-color 0.5s;
    }

    .searchbox-wkf .form-control:focus {
        background-color: #fff;
        -webkit-transition: background-color 0.5s, border-color 0.5s;
        transition: background-color 0.5s, border-color 0.5s;
    }
}

@media (min-width: 992px) {
    .searchbox-wkf {
        margin-right: -25px;
    }

    .searchbox-wkf .custom-search-form {
        margin-right: 0;
    }
}

.scroll-y {
    overflow-y: auto;
}

.panel-group.accordion .panel:last-child {
    overflow: visible;
}

.same-col-height .col-sm-3 {
    min-height: 70px;
}

/*select */
.select2-container .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    cursor: text;
    outline: 0;
    box-shadow: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e9e9e9;
    border-radius: 0px;
}

div.has-error .select2-container--default .select2-selection--single {
    border-color: #a94442;
}

.select2-container .select2-selection--single {
    height: 31px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    /*background-color: #5aaedc;*/
    border: 1px solid #e9e9e9;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #5aaedc;
}

div.has-error .select2-container--default .select2-selection--multiple {
    border-color: #a94442;
}

.modal .select2-container--default li {
    text-align: left;
}

/*select */

div.bootstrap-tagsinput span.tag {
    padding: 2px;
    margin: 0 2px;
    background-color: #e4e4e4;
    border: 1px solid #e9e9e9;
    color: rgb(81, 81, 81);
    border-radius: 4px;
}

div.bootstrap-tagsinput {
    border-radius: 0px;
}

div.has-error div.bootstrap-tagsinput {
    border-color: #a94442;
}

.spacer-bottom-30 {
    margin-bottom: 30px;
}

#scroll-down {
    background-color: #404449;
    color: #fff;
    cursor: pointer;
    position: fixed;
    top: 90px;
    font-size: 20px;
    right: 5px;
    border-radius: 2px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

#scroll-down.in {
    opacity: .5;
    transition: opacity .3s
}

#scroll-down.in:hover {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

h2.title {
    color: #7c7c7c;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 100;
}

.breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb li, .breadcrumb li a {
    font-weight: 100;
}

#page-content {
    padding-top: 10px;
}

.panel-group {
    margin-bottom: 20px;
}

div.panel-body div.tab-content {
    padding: 0px;
}

.inputGroupHeight {
    height: 31px;
}

.inputGroupWidth {
    width: 90px;
}

.hide {
    display: none;
}

#mainnav-container {
    position: fixed;
}

#mainnav-menu-wrap {
    overflow: auto;
}

.dl-horizontal dt {
    padding-bottom: 5px;
    text-align: left;
}

.step-type-pre-end-with-fail {
    background-color: #f0a89a;
}