/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.modal-body {
    padding: 15px;
}

.select2-selection__arrow b:before {
    display: none;
}

.select2-search:before {
    display: none;
}

.select2-search {
    z-index: auto;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    overflow: visible;
}

.select2-container--classic .select2-selection--multiple,
.select2-container--krajee .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #ccc;
}

.select2-search input {
    background: transparent;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    background-color: #3276b1;
    border: 1px solid #2a6395;
    border-radius: 0;
    padding: 1px 28px 1px 8px;
    margin: 4px 0 3px 5px;
    color: #fff;
}

.select2-selection__choice__remove:before {
    color: white;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 0;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 0;
    margin: 0;
    opacity: 1;
}

.select2-container--open.select2-container-width-auto .select2-dropdown {
    width: auto !important;
}

.form-inline .form-group {
    vertical-align: top;
}

#logo img {
    width: 125px;
}

body .btn-switch-menu-on-top .fa-tablet {
    display: inline-block;
}

body .btn-switch-menu-on-top .fa-desktop {
    display: none;
}

body.menu-on-top .btn-switch-menu-on-top .fa-tablet {
    display: none;
}

body.menu-on-top .btn-switch-menu-on-top .fa-desktop {
    display: inline-block;
}

body .btn-toggle-sound .fa-volume-up {
    display: none;
}

body .btn-toggle-sound .fa-volume-off {
    display: inline-block;
}

body.page-sound .btn-toggle-sound .fa-volume-up {
    display: inline-block;
}

body.page-sound .btn-toggle-sound .fa-volume-off {
    display: none;
}

.form_global_search {
    display: inline;
}

.form_global_search_text_input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 200px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    outline: 0;
    border-radius: 0;
    border: 1px solid #bfbfbf;
    background: #fff;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: normal;
}

.form_global_search_button_submit {
    background: 0 0;
    border: none;
    color: #6D6A69;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 20;
}

.form_global_search_text_input_clear {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    opacity: 0.4;
    position: absolute;
    right: 30px;
    z-index: 20;
    cursor: pointer;
}

.fixed-navigation nav > ul {
    height: auto;
}

#chat-container {
    position: static;
    width: auto;
    height: auto;
    border-left: none;
}

#chat-container #chat-users li a i {
    font-size: 10px;
}

#chat-container #chat-users li a i.last-online {
    letter-spacing: normal;
}

.ajax-dropdown {
    overflow-y: auto;
}

.kv-grid-container table.kv-grid-table >tbody>tr>td {
    padding: 2px 5px!important;
    vertical-align: middle;
}

.kv-grid-container table.kv-grid-table > thead .form-control {
    padding: 2px;
}

.kv-grid-container table.kv-grid-table > thead > tr > td {
    min-width: 80px;
    padding: 2px 5px !important;
}

.kv-expand-detail-row .kv-expanded-row > .panel {
    margin-bottom: 0;
}

.kv-expand-detail-row .table {
    width: auto;
}

.kv-expand-detail-row .panel-default {
    border: none;
    box-shadow: none;
}

.kv-expand-detail-row .panel-default .table-bordered {
    border: 1px solid #ddd;
}

.kv-expand-detail-row .panel-footer {
    padding: 0;
    border: none;
}

.kv-expand-detail-row .panel-footer .kv-panel-pager {
    min-height: 0;
}

.kv-expand-detail-row .panel-footer .kv-panel-pager .pagination {
    padding: 5px 10px;
}

.smart-style-3 .btn-header > :first-child > a.disabled[data-action='historyForward'],
.smart-style-3 .btn-header > :first-child > a.disabled[data-action='historyBack'] {
    color: #ffd5b2 !important;
    text-shadow: none;
}

#mobile-profile-img {
    display: block !important;
}

.login-info, .login-info > span {
    height: 30px;
}

.input-group-btn>.btn {
    padding-top: 4px;
    padding-bottom: 4px;
}

@media only screen and (max-width: 679px) and (min-width: 0) {
    #header > #logo-group, #logo {
        width: auto;
    }
}

.trip-stops-timeline .trip-stop-status > span.label {
    display: inline-block;
    padding: 5px 50px;
}


/*MapGrid*/
.map-grid-load-cart-icon {
}

.map-grid-load-cart-icon .load-cart-icon {
    font-size: 23px;
    position: relative;
    top: 6px;
    padding: 0 14px;
}

.map-grid-load-cart-icon .label.count {
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: 8px;
    padding: 2px 4px;
}

.map-grid-load-cart-icon .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 280px;
}

.tooltiphover {
    position: relative;
    display: inline-block;
}

.tooltiphover .tooltiphovertext {

    visibility: hidden;
    width: 120px;
    background-color: #ff751a;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;

    left: 110%;

    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltiphover:hover .tooltiphovertext {
    visibility: visible;
    opacity: 1;
}