/*
 *
 *   InfoUnion Admin Theme
 *   Copyright 2015 voloshanivsky@gmail.com
 *
*/

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    white-space: nowrap;
}
#page-wrapper {
    padding-bottom: 50px;
}
/**** mini change toast ****/
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 100%;
}

.table-scroll-white {
    background-color: white;
    overflow: scroll
}

.toast-top-full-width {
    padding: 0px 20px 0px 240px;
}

.mini-navbar .toast-top-full-width {
    padding: 0px 20px 0px 90px;
}

.dd-handle:hover {
    font-weight: normal;
}

.align-center {
    text-align: center !important;
}

.profile-element .img-circle {
    width: 48px;
}

#debug {
    z-index: 9999;
    top: 350px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.skin-1 .navbar-minimalize, .skin-3 .navbar-minimalize {
    color: inherit;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #E7EAEC;
}

.skin-2 .navbar-minimalize {
    color: #F6F6F6;
    background: #2f4050 none repeat scroll 0% 0%;
    border: 1px solid #2f4050;
}

/* last column with buttons*/
.two-btn {
    width: 70px;
}

.three-btn {
    width: 110px;
}

.four-btn {
    width: 150px;
}

/*.note-editor:focus {
  border-color: #1AB394;
}*/
.note-editor {
    border: 1px solid #E5E6E7;
    /*  min-height: 150px;*/
}

.pull-top {
    vertical-align: top;
}

.p-b-lg {
    padding-bottom: 30px !important;
}

.p-b-md {
    padding-bottom: 25px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar-static-side {
    width: 275px
}

#page-wrapper {
    margin-left: 275px;
}

.pace .pace-progress {
    left: 275px;
}

.nav.nav-second-level, .nav.nav-third-level {
    font-size: 12px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: white;
}

.title-action .btn {
    margin-left: 16px;
}

a:not(.btn) > i {
    margin-right: 5px;
}

.table-gallery td {
    vertical-align: top;
    padding-bottom: 20px;
}

.color-change {
    width: 32px;
    height: 32px;
    border: 1px solid #333;
}

.color-list {
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    float: left;
    margin-right: 10px;
}

select {
    width: auto !important;
}

.row-grey td {
    background-color: #e7eaec;
}

.select-100 select {
    width: 100% !important;
}

.tab-content > .form-group > div > .tab-pane,
.tab-content > .panel > .panel-body > table > tbody > tr > td > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .panel > .panel-body > table > tbody > tr > td > .active,
.tab-content > .form-group > div > .active {
    display: block;
    visibility: visible;
}

.tab-content > .panel > .panel-body > table > tbody > tr > td > .active > span,
.tab-content > .panel > .panel-body > table > tbody > tr > td > .active > input {
    display: table-cell;
    visibility: visible;
}

.tab-content > .panel > .panel-body > table > tbody > tr > td > .active > span.input-group-addon {
    /*display: inline-table;*/
}

select {
    width: auto !important;
}

.row-grey td {
    background-color: #e7eaec;
}

.table > tbody > tr > td > .i-checks {
    margin: 0px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.fa-eye-slash {
    color: red !important;
}

.margin-0 {
    margin: 0px !important;
}

.avatar-view {
    display: inline-block;
    float: left;
    /*margin: 15% auto 5%;*/
    max-height: 220px;
    max-width: 220px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    cursor: pointer;
    overflow: hidden;
}

.avatar-view img {
    width: 100%;
}

.avatar-upload {
    overflow: hidden;
}

.avatar-upload label {
    display: block;
    float: left;
    clear: left;
    width: 100px;
}

.avatar-upload input {
    display: block;
    margin-left: 110px;
}

.avatar-alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avatar-wrapper {
    height: 364px;
    width: 100%;
    margin-top: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    background-color: #fcfcfc;
    overflow: hidden;
}

.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

.avatar-preview, .old_preview {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.old_preview {
    width: 200px;
    height: auto;
}

.avatar-preview:hover, .old_preview:hover {
    border-color: #ccf;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.avatar-preview img, .old_preview img, .original_preview img {
    width: 100%;
}

.preview-lg {
    height: 184px;
    width: 211px;
    margin-top: 15px;
}

.preview-md {
    height: 100px;
    width: 100px;
}

.preview-sm {
    height: 50px;
    width: 50px;
}

@media (min-width: 992px) {
    .avatar-preview {
        float: none;
    }
}

.avatar-btns {
    margin-top: 30px;
    margin-bottom: 15px;
}

.avatar-btns .btn-group {
    margin-right: 5px;
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 20140628;
}

.toggle_hide {
    display: none;
}

.original_preview {
    display: inline-block;
    float: left;
}

.modal-body.modal-body-pict, .avatar-btns {
    padding: 0px;
    margin: 10px 0px;
}

.modal-body-pictnew {
    padding: 0px;
}

.cropper-view-box {
    outline: 3px solid red;
    outline-color: red;
}

#gag {
    background-color: #404454;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

#ajax_loader {
    width: 100%;
    height: 100%;
    background: url(../img/ajax-loader_blue.gif) no-repeat center center transparent;
}

/*fa-icon from ver.4 to ver.5 */
.fa-navicon:before {
    content: "\f03a";
}

.fa-photo:before {
    content: "\f03e";
}

.fa-gears:before {
    content: "\f085";
}

.fa-pencil:before {
    content: "\f303";
}

.menu_scroll {
    max-height: 500px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #1ab394;
}

.autocomplete {
    position: absolute;
    width: 80%;
    background-color: white;
    border: 1px solid #e5e6e7;
    top: 30px;
    padding: 0px;
    cursor: pointer;
    z-index: 1000;
    min-width: 500px;
}

.autocomplete ul {
    list-style-type: none;
    margin: 0px;
    padding: 3px;
    font-size: 12px Arial;
    max-height: 320px;
    overflow-y: scroll;
}

.autocomplete ul li:hover {
    background-color: #f5f5f5;
}

/***************VIVA*********************/
body {
    font-size: 11px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}

.ibox-content,
.page-heading {
    padding: 5px;

}

.m-t {
    margin-top: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
}

.form-group {
    margin-bottom: 5px;
}

.fixed-button-group {
    padding: 5px;
}

.form-control {
    font-size: 1em;
}

.input-group-addon {
    padding: 6px;
}

.form-control {
    height: 28px;
}

.form-control, .single-line {
    padding: 3px 6px;
}

.title-action {
    padding-top: 5px;
}

.nav.navbar-top-links a {
    font-size: inherit;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
}

.btn {
    padding: 4px 10px;
}

.top-navigation .navbar-nav .open .dropdown-menu > li > a, .top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px;
    line-height: 16px;
}

.top-navigation .nav > li > a {
    padding: 5px 10px;
}

.top-navigation .nav > li > a {
    min-height: auto;
    margin-top: 10px;
}
.chosen-disabled {
    opacity: 0.9 !important;
}
.chosen-disabled .chosen-single {
    background: #eee;
}
.chosen-container-single .chosen-single {
    line-height: 22px;
}

.chosen-container {
    margin-right: 3px;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 5px;
}

@media (max-width: 1199px) {
    .hide-lg {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .hide-md {
        display: none !important;
    }
}

@media (max-width: 766px) {
    .hide-sm {
        display: none !important;
    }
}

@media (min-width: 1980px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }
}
.navbar-static-top .dropdown-menu {
    right: auto;
    left: 0;
}

.table .fa-times {min-width: 12px;}


.fixed-button-group {
    position: fixed;
    width: 100%;
    background-color: rgb(47, 64, 80);
    margin-left: 0px;
    left: 0px;
    padding: 10px 15px;
    bottom: 0px;
    text-align: right;
    z-index: 2;
}

.autocomplete_sm {
    min-width: 200px;
}
.list-unstyled li span {
    float: right;
}
.label-substatus i {
    margin-right: 7px;
}
.label-substatus i.fa-times-circle {
    color: red;
}
.label-substatus i.fa-check-circle {
    color: green;
}
.label-substatus i.fa-circle {
    color: grey;
}

.horizontal-timeline-block:first-child {
    margin-top: 0;
}
.horizontal-timeline-block {
    position: relative;
    float: left;
}
.horizontal-timeline-icon {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 12px;
    /*border: 3px solid #f1f1f1;*/
    text-align: center;
    float: left;
    padding-top: 4px;
}
.car-block {
    border-bottom: 1px solid #c3c3c3;
}
.border-bottom-black, .table > tbody > .border-bottom-black > td {
    border-bottom: 1px solid #262626;
}
.border-top-black, .table > tbody > .border-top-black > td {
    border-top: 2px solid #262626 !important;
}
.vertical-center {
    display: flex;
    align-items: center;
}