.f-left {
    float: left !important;
}

.f-right {
    float: right !important;
}

.box-header > .box-tools-second {
    right: 170px;
}

.wrapper {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.quick-actions {
    width: 100px;
}

.quick-actions a {
    float: left;
    text-align: center;
    margin: 0 6px;
}

.quick-actions i {
    width: 15px;
    /*margin-left: 10px;*/
    font-size: 18px;
    /*color: #9c9898;*/
    color: #525252;
}

.quick-actions i.fa-lightbulb-o {
    font-size: 19px;
}

.quick-actions i.fa-globe,
.quick-actions i.fa-cog {
    color: #ccc7c7;
}

.quick-actions i.fa-cog.active,
.quick-actions i.fa-globe.active {
    color: #9c9898;
}

.quick-actions .toggle_pending i.fa-lightbulb-o {
    color: #ccc7c7;
}

input#q {
    min-width: 100px;
}

.fa-trash,
.fa-trash-o {
    color: #fc193f;
}

.error-msg {
    color: #fc193f;
}

span.req {
    color: #fc193f;
    margin-left: 3px;
    font-size: 16px;
}

.error {
    color: #fc193f;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}

.pagination {
    margin-right: 20px;
    float: right;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto !important;
}

.header-user-icon {
    font-size: 24px;
    float: left;
    color: #fff;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

table.table-striped tbody tr:hover {
    background-color: #eeeeee!important;
}

table.table-striped tbody tr td:last-child {
    text-align: center;
}

.dd-list {
    list-style-type: none;
    padding: 0;
}

.n_transparence {
    float: right;
}

.cover_img_show_box img.thumbnail {
    margin-top: 10px;
}

span.highlight-text {
    background: #f0a51d;
}

.sortable ol {
    list-style-type: none;
}

.sortable .options {
    float: right;
}

.sortable .options a {
    float: right;
}

.todo-list li {
    background: none;
    padding: inherit;
    margin-bottom: 0;
    border-left: none;
}

.todo-list li > div {
    background: #f4f4f4;
    padding: 10px;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
}

.user-menu a.dropdown-toggle {
    height: 50px;
}

.nav-tabs-custom > .tab-content {
    background: #f3f3f3;
}

.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background: #f3f3f3;
}

.f-left {
    float: left !important;
}

.f-right {
    float: right !important;
}

.crop-container {
    display: none;
    width: 100%;
    margin-top: 10px;
}

#image-container {
    margin-bottom: 5px;
}

.crop-container img {
    max-width: 100%;
    margin-bottom: 5px;
}

#imageBoxId {
    margin-top: 10px;
    position: relative;
    height: auto;
}

#imageBoxId img {
    float: left;
}

#imageBoxId i.fa-pencil-square {
    margin-left: 5px;
    font-size: 20px;
    color: #999595;
    cursor: pointer;
}

#imageBoxId .fa-trash-o {
    font-size: 20px;
    color: #ccc7c7;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

#imageBoxId .fa-trash-o:hover {
    color: #999595;
}

.fact-item {
    position: relative;
    cursor: n-resize;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.fact-item:last-child {
    border: none;
}

.fact-item.ui-sortable-helper {
    background: #fff;
    opacity: .8;
}

.fact-item:hover .fa-arrows-v {
    display: block;
}

.fact-item .fa-arrows-v {
    position: absolute;
    left: 5px;
    top: 35px;
    display: none;
}

.fact-item .fa-times {
    color: #fc193f;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    z-index: 1000;
    cursor: pointer;

}

.logo-mini img {
    width: 100%;
}

.logo-lg img {
    width: 100%;
}

.images-container {
    margin-top: 20px;
}

.images-container .image-block {
    float: left;
    margin-right: 25px;
    position: relative;
}

.images-container .image-block .fa-pencil {
    position: absolute;
    right: -25px;
    top: 25px;
    font-size: 20px;
    color: #ccc7c7;
    cursor: pointer;
}

.images-container .image-block .fa-trash-o {
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 20px;
    color: #ccc7c7;
    cursor: pointer;
}

.images-container .image-block .fa-pencil:hover {
    color: #0f0;
}
.images-container .image-block .fa-trash-o:hover {
    color: #f00;
}

.row-hidden, .block-hidden, .button-hidden{display: none;}
.text-hidden, .content-hidden{display: none !important;}
.e-image-block{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 165px;
    position: relative;
}

.e-image-left{
    height: 100px;
    float: left;
}

.e-close-icon{
    font-size: 20px;
    color: #ccc7c7;
    margin-left: 5px;
    cursor: pointer;
    float: left;
}


.saving span {
    font-size: 15px;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

@-webkit-keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}
.statusBlue{
    background-color:rgb(161, 213, 224)!important;}
.statusYellow{
    background-color:rgb(255, 232, 140)!important;}
.statusLightYellow{
    background-color: #fff9ab;}
.statusRed{
    background-color:rgb(247, 183, 183)!important;}
.statusLightRed{
    background-color: rgb(255, 225, 225) !important;}
.statusGreen{
    background-color:rgb(148, 236, 163)!important;}
.statusGrey{
    background-color: rgb(214, 214, 214) !important;}
.statusGreyDark{
    background-color: rgb(174, 174, 174) !important;}

.sourceColorPhone{
    background-color: #c3f1cc;
}
.sourceColorFacebook{
    background-color: #4766aa;
}
.sourceColorEmail{
    background-color: #d3776b;
}
.sourceColorOffice{
    background-color: #f9eb95;
}
.sourceColorEmex{
    background-color: #fdae1f;
}
.emptyRowColor{
    background-color: #ffd5d5;
}

.textRed{
    color:#dc0000!important;}
.textGreen{
    color:#079a07!important;}

.refundColor{
    background-color: rgb(236, 177, 176) !important;}

.clientName{
    cursor: pointer;
    text-decoration: underline;
}

.req_car_id i{
    cursor: pointer;
}
.statusName{
    cursor: pointer;
    text-decoration: underline;
}
.boldText{
    font-weight: 600;
}
.modal-body{
    position: relative;
}
.spinner{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.sourceSelect{
    max-width: 100px;
    margin-left: 20px;
}
.dateRangePicker{
    display: flex;
    justify-content: flex-end;
}
.datePickInp {
    display: flex;
}
.dateRangePicker .dateInput {
    max-width: 100px;
    margin: 0 5px;
}
.dateRangePicker label {
    margin: 5px 10px;
}
#search_manager ,#search_office {
    max-width: 145px;
    margin-left: 20px;
}
.spinner img{
    width: 150px;
    margin: auto;
}
.searchArea{
    background-color: #eeeeee !important;
}
.searchArea:hover{
    background-color: #eeeeee !important;
}
.reseetBtn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}
.cursorPointer{
    cursor: pointer;
}
.per_page{
    display: flex;
    margin-top: 15px;
}
.per_page a{
    width: 40px;
    margin-top: 0!important;
}
@media only screen and (max-width: 768px) {
    .dateRangePicker {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 568px) {
    .dateRangePicker {
        flex-direction: column;
    }

    #search_manager {
        max-width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
}
.managerIdUpdating{
    font-size: 12px;

}
.tableHead{
    font-size: 13px;
}
.tdReqId{
    font-size: 13px;
}
.tdReqDate{
    font-size: 13px;
    text-align: center;
}
.tdReqName{
    font-size: 13px;
}
.tdReqSurname{
    font-size: 13px;
}
.tdReqPhone{
    font-size: 13px;
}
.request_history , .order_history{
    font-size: 13px;
}
.request_history .statusName, .order_history .statusName{
    color: #7373ff;
    text-decoration: underline dotted;
}
.lastUpdateName .statusNameSur{
    font-weight: 700;
}
.requestDetailsStile{
    font-size: 12px;
    max-width: 200px;
    overflow-x: hidden;
}
.tdReqCar{
    font-size: 13px;
}
.tdReqVin{
    font-size: 13px;
}
.searchArea input{
    font-size: 13px;
}

.tableTotalLastRow{
    background: rgba(236, 255, 107, 0.54)!important;
}
table.table-striped tbody .tableTotalLastRow:hover{
    background: rgba(236, 255, 107, 0.54)!important;
}

/*navbar search */
.header-search input[type=text] {
    width: 140px;
    border: 2px solid #fff;
    border-radius: 16px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    /*background-image: url(../../images/search.png);*/
    background-position: calc(100% - 15px) 7px;
    background-repeat: no-repeat;
    padding: 7px 40px 6px 15px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: relative;
}
.header-search input[type=text]:focus {
    width: 200px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        position: static;
        padding-top: 0;
        width: auto !important;
        min-height: inherit;
        padding-left: 35px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar {
        padding-bottom: 0;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar .sidebar-menu {
        display: flex;
        margin-left: 110px;
        position: absolute;
        top: -70px;
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar{
        z-index: -1;
        height: 70px;
    }
    
    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar .sidebar-menu > li > a {
        border-left: 0;
        background: none !important;
        padding: 10px !important;
        padding-bottom: 15px!important;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar .sidebar-menu > li > a .pull-right-container {
        display: none !important;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar .sidebar-menu > li:hover > a .pull-right-container {
        display: none !important;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar .sidebar-menu > li:hover > a span {
        display: flex !important;
        padding: 0 !important;
        margin-left: 0!important;
        position: relative !important;
        width: inherit !important;
        left: 0!important;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper{
        margin-left: 0!important;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{
        left: 0!important;
        padding: 0;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>i{
        font-size: 30px;
        margin: 0 25px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        /* display: flex !important; */
        /* justify-content: center; */
        display: block !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        top: 67px!important;
        margin-left: 0!important;
        box-shadow: 0px 3px 15px #1b242d;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu:after{
        bottom: 100%;
        left: 25%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #26323f;
        border-width: 7px;
        margin-left: -10px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
        margin-right: 0;
        text-align: center;
        max-width: 100px;
        color: #fff;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a:hover {
        color: #fcb94f;
    }

    .skin-red .main-sidebar .sidebar .sidebar-menu > li > a > i {
        margin: 0;
        width: 40px;
        text-align: center;
        font-size: 24px;
    }

    .skin-red .treeview-menu > li > a {
        color: #fff;
    }
    .skin-red .treeview-menu > li > a:hover {
        background: #fcb94f;
        color: #000;
    }
}

.badge1 {
    position:relative;
}
.badge1[data-badge]:after {
    content:attr(data-badge);
    position:absolute;
    top:-10px;
    right:-10px;
    font-size:.7em;
    background: #ffb326;
    color: #000000;
    width:18px;height:18px;
    text-align:center;
    line-height:18px;
    border-radius:50%;
    box-shadow:0 0 1px #333;
}

/*Search on main*/

.search_search_tap_bar{
    position: absolute;
    top: 15px;
    right: 75px;
}

#search_form-wrapper {
    height: 33px;
}

.search_nav-list {
    padding: 6px 25px 10px 5px;
    position: relative;
    height: inherit;
    float: left;
    border: 1px solid #acacac;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #ddd;
}
.search_nav-list:hover {
    background-color: #c4c4c4;
}

#search_dropdown {
    visibility: visible;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.search_arrow {
    border-style: solid;
    border-width: 4px 4px 0px;
    border-color: #a0a0a0 transparent transparent;
    border-top: 4px solid #a0a0a0;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0;
    position: absolute;
    right: 8px;
    top: 14px;
}

.search_current-selection {
    display: inline-block;
    font-size: 13.5px;
}

.search_in-wrap {
    overflow: hidden;
    height: 100%;
    padding-right: 5px; !important;
    padding-left: 0;!important;
}

.search_search-box {
    width: 100%;
    height: inherit;
    border: 1px solid #acacac;
    border-left: none;
    border-right: none;
    line-height: 25px;
    font-size: 12px;
}

.search_go-button {
    float: right;
    height: 100%;
    border: 1px solid #acacac;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0;
    padding: 0 15px;
}

