/*Add fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,latin-ext);
/*Add google icons*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/*Add plugins*/
/*@import "jquery.jscrollpane.css";*/

/*for firefox outline*/
button::-moz-focus-inne,
input::-moz-focus-inne,
a::-moz-focus-inne {
    border: 0;
    outline: none;
}

button:focus,
input:focus,
a:focus {
    outline: none;
}

/*for fileds and buttons styles*/
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}

/*for textarea scroll and bottom margin*/
textarea {
    vertical-align: top;
    overflow-y: auto;
}

img {
    vertical-align: top;
}

select.form-control {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjM1MTJGQzkwMjE0MTFFNkFCRDQ5QkVGQzg3MkY4QUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjM1MTJGQ0EwMjE0MTFFNkFCRDQ5QkVGQzg3MkY4QUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMzUxMkZDNzAyMTQxMUU2QUJENDlCRUZDODcyRjhBQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMzUxMkZDODAyMTQxMUU2QUJENDlCRUZDODcyRjhBQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkZHz7oAAAA8SURBVHjaYmRgYBABYiEG/OAjM5D4BsSMQMyJSxEQv2SGcnApBisCMZiRBNEVwxWhK0RW/AtZEQgABBgAOrsMjYgqZUYAAAAASUVORK5CYII=');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

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

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

.container0 {
    padding: 0;
}

.container0 > .row {
    margin: 0;
}

.container0 > .row > div {
    padding: 0;
}

@media (max-width: 479px) {
    .col-xxs-12 {
        width: 100%;
        float: none;
    }
}

.inside-container {
    padding-left: 0;
    padding-right: 0;
}

.clearfix {
    clear: both;
}

.form-group__data {
    line-height: 20px;
    padding: 11px 20px;
}

input[type=checkbox],
input[type=radio] {
    width: 16px;
    height: 16px;
    border: 1px solid #6a696f;
    opacity: 1;
    visibility: visible;
    margin-top: -1px;
    font-size: 13px;
    text-indent: 0;
    background-color: #fff;
    border-radius: 3px;
}

input[type=checkbox]:checked {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODg3NzVDMTAwNTU3MTFFNjk0MDBBREM5MjkzMThEQ0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODg3NzVDMTEwNTU3MTFFNjk0MDBBREM5MjkzMThEQ0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ODc3NUMwRTA1NTcxMUU2OTQwMEFEQzkyOTMxOERDRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4ODc3NUMwRjA1NTcxMUU2OTQwMEFEQzkyOTMxOERDRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiDQy8IAAACvSURBVHjaYmTQCWAgAKSBuJSFgCIJID4AxHeZ8ChiA+KNQKwCxF/xKawHYjMoWxaXQk2Qu6Ds30C8hgnJwauBmAfKbwJiViD+BcQg33aBPBMDxJOAWBCITwLxTiAOAuL/QJwExNtAOkEKnwPxJ6jCXCA2AmKQTdOAeCnMLYzQcBSF6jSBil+BeuQ7TCHMja+B2B2ILwPxPyBORFYEAswMYhowNkhiN9SXC9GDASDAAB+qHwSLow1XAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;;
    background-position: 50% 50%;
}

input[type=radio]:checked {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIwMDk1NTFEMUQ5ODExRTY4QkY2RTEzMEFBNDA2QzkwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIwMDk1NTFFMUQ5ODExRTY4QkY2RTEzMEFBNDA2QzkwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjAwOTU1MUIxRDk4MTFFNjhCRjZFMTMwQUE0MDZDOTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjAwOTU1MUMxRDk4MTFFNjhCRjZFMTMwQUE0MDZDOTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz514Th6AAAAiElEQVR42mJk0AlgIAYwIbF9gXgfEH+GYhDbBybJzCCmAaJbgHg6ECsCMRsUg9hRQMwK0sQItBqkazMBm/1AJs6A6sYHJEBuNCHCLyZMDMQBRpDCM0QoPA1S2E+Ewn6QZ25Bg8AOh6JWIJ4BC0dQ4J4H+Q6IxYD4NxAfBeJ8kCKwI4mNQoAAAwAZABT/1JLYUAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;;
    background-position: 50% 50%;
}

.checkbox label {
    line-height: 16px;
}

/*------------------------------------------------------------------
[btns]
-------------------------------------------------------------------*/
.btn {
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
    border-radius: 3px;
    background: #fff;
    padding: 8px 20px;
    line-height: 20px;
    cursor: pointer;
    color: #002c50;
    font-size: 12.4px;
    font-family: 'Open Sans', sans-serif !important;
    -webkit-transition-property: color, background;
    -moz-transition-property: color, background;
    -o-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn.full {
    width: 100%;
    display: block;
}

.btn.medium {
    padding: 6px 20px;
}

.btn.small {
    padding: 2px 10px;
    border-radius: 2px;
    box-shadow: none;
}

.btn-success {
    background: #88c057;
    font-size: 11.4px;
    font-weight: 500;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus {
    background: #88c057;
    color: #fff;
}

.btn-warning {
    background: #f0c419;
    font-size: 11.4px;
    font-weight: 500;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus {
    background: #f0c419;
    color: #fff;
}

.btn-info {
    background: #40617c;
    font-size: 11.4px;
    font-weight: 500;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus {
    background: #40617c;
    color: #fff;
}

.btn-danger {
    background: #cc4b4c;
    font-size: 11.4px;
    font-weight: 500;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus {
    background: #cc4b4c;
    color: #fff;
}

.btn-gray {
    background: #adacbe;
    color: #fff;
    box-shadow: none;
}

.btn-gray:hover,
.btn-gray:focus {
    background: #adacbe;
    color: #fff;
}

.btn-gray-light {
    background: #ebebeb;
    box-shadow: none;
    color: #737373;
}

.btn-gray-light .glyphicon:before,
.btn-gray-light i {
    color: #b7b7b7;
}

.btn-gray-light:hover,
.btn-gray-light:focus {
    color: #fff;
    background: #bd2a30;
}

.btn-gray-light:hover .glyphicon:before,
.btn-gray-light:focus .glyphicon:before
.btn-gray-light:focus i,
.btn-gray-light:hover i {
    color: #fff;
}

.btn-red {
    background: #bd2a30;
    color: #fff;
    box-shadow: none;
}

.btn-blue {
    background: dodgerblue;
    color: #fff;
    box-shadow: none;
}

.btn-red:hover,
.btn-red:focus {
    background: #bd2a30;
    color: #fff;
}

.btn-green {
    background: #88c057;
    color: #fff;
    box-shadow: none;
}

.btn-green:hover,
.btn-green:focus {
    background: #88c057;
    color: #fff;
}

.btn-link {
    color: #b2b4c1;
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
    padding: 0;
    margin: 11px 0;
    border: 0;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: underline;
    color: #b2b4c1;
}

/*------------------------------------------------------------------
[forms]
-------------------------------------------------------------------*/
*:focus::-moz-placeholder {
    color: transparent !important;
}

*[autofocus]::-moz-placeholder:focus {
    color: graytext !important;
}

*:focus:-moz-placeholder {
    color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
    color: graytext !important;
}

*:focus::-webkit-input-placeholder {
    color: transparent !important;
}

*[autofocus]::-webkit-input-placeholder {
    color: graytext !important;
}

.form-control {
    border: 1px solid #6a696f;
    height: 42px;
    padding: 10px 18px;
    line-height: 20px;
    border-radius: 0;
    color: #6a696f;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

.form-control:focus {
    border: 1px solid #6a696f;
    box-shadow: none;
}
.modal-body .control-label,
.form-group .control-label {
    color: #002c50;
    /*padding: 11px 10px 11px 20px;*/
    line-height: 20px;
    font-size: 1em;
}

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

.input-group .form-control {
    border-right: 0;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}

.form-control.datepicker {
    padding: 10px 18px;
    border-radius: 0;
    box-shadow: none;
}

.form-control[disabled] {
    background-color: #fff;
}

.input-group-addon {
    border: 1px solid #6a696f;
    border-radius: 0;
    background: none;
    color: #6a696f;
}

.input-group.disabled .input-group-addon {
    background: #fff;
}

.textarea-custom-big textarea.form-control {
    min-height: 608px;
    height: 608px;
}

@media (max-width: 767px) {
    .textarea-custom-big textarea.form-control {
        min-height: 300px;
        height: 300px;
    }
}

.container-input {
    padding-left: 0;
    padding-right: 0;
}

.container-input > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.container-input > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

/*------------------------------------------------------------------
[breadrumb]
-------------------------------------------------------------------*/
.breadcrumb {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 8px 0;
    line-height: 20px;
}

.breadcrumb > li {
    color: #a2a0b5;
    font-size: 1em;
    line-height: 1.3em;
}

.breadcrumb > li + li:before {
    content: '»';
    color: #a2a0b5;
}

.breadcrumb li.active {
    color: #bd2a30;
}

/*------------------------------------------------------------------
[General]
-------------------------------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    background: #ecf0f1;
    color: #7a7a7a;
    font-size: 13.4px;
}

/*------------------------------------------------------------------
[header]
-------------------------------------------------------------------*/
.header-nav-bottom {
    background: #002c50;
    margin-bottom: 16px;
    padding: 11px 0;
    position: relative;
    z-index: 3;
}

.header-nav-bottom > .container {
    position: relative;
}

.header-nav-bottom__menu-list,
.header-nav-top__menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-nav-bottom__menu-list > li {
    line-height: 20px;
    font-size: 14.2px;
}

.header-nav-bottom__menu-list > li > a {
    color: #a2a0b5;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.header-nav-bottom__menu-list > li.active > a {
    color: #fff;
}

.header-nav-bottom__menu-list > li > a:hover,
.header-nav-bottom__menu-list > li > a:focus {
    color: #fff;
    text-decoration: underline;
}

.header-nav-top {
    background: #fff;
    min-height: 95px;
}

.header-nav-top__menu {
    float: left;
}

.header-nav-top__brand {
    float: left;
    width: 200px;
    padding: 15px 0;
    margin-right: 10px;
}

.header-nav-top__menu-list > li > a {
    height: 46px;
    line-height: 31px;
    padding: 2px 3px;
    color: #6a696f;
    display: block;
    -webkit-transition-property: color, background;
    -moz-transition-property: color, background;
    -o-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.header-nav-top__menu-list > li > a:hover,
.header-nav-top__menu-list > li > a:focus,
.header-nav-top__menu-list > li.active > a {
    text-decoration: none;
    color: #a8252b;
    padding-top: 0;
    border-top: 2px solid #a8252b;
}

@media (min-width: 992px) {
    .header-nav-bottom__menu-list,
    .header-nav-top__menu-list {
        width: 100%;
        display: table;
        font-size: 0;
    }

    .header-nav-top__menu-list {
        padding: 25px 0;
    }

    .header-nav-top__menu-list > li {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        margin-left: 5px;
    }

    .header-nav-bottom__menu-list > li {
        display: inline-block;
        vertical-align: top;
        padding: 11px 0 11px 30px;
    }

    .header-nav-bottom__menu-list.compressed-menu > li {
        padding: 11px 0 11px 15px;
    }

    .header-nav-bottom__right {
        float: right;
    }

    .header-nav-bottom__menu {
        float: left;
    }
}

@media (max-width: 1199px) {
    .header-nav-bottom__menu-list > li {
        padding-left: 11px;
        margin-left: 0!important;
    }

    .header-nav-top__menu-list > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 991px) {
    .header-nav-bottom__menu-list > li {
        text-align: right;
        padding: 2px 20px 2px 10px;
    }

    .header-nav-bottom__right {
        padding: 11px 20px;
        text-align: right;
    }
}

.header-nav-bottom__brand {
    float: left;
    border-right: 1px solid #264b6a;
    width: 145px;
    padding: 22px 20px;
    color: #fff;
    font-size: 18.2px;
    line-height: 20px;
    margin-top: -11px;
    margin-bottom: -11px;
    height: 64px;
}

.white-brand {
    display: block;
    font-weight: 400;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    height: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-nav__btn {
    width: 42px;
    display: none;
    float: right;
}

.mobile-nav__btn .line {
    display: block;
    height: 5px;
    margin: 0 auto 5px;
    font-size: 0;
    text-indent: -9999px;
    background: #fff;
    -webkit-transition: -webkit-transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms;
    opacity: 1;
}

.open .mobile-nav__btn .line:nth-child(2) {
    opacity: 0;
}

.open .mobile-nav__btn .line:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-10px, 5px);
    -ms-transform: rotate(-45deg) translate(-10px, 5px);
    transform: rotate(-45deg) translate(-10px, 5px);
}

.open .mobile-nav__btn .line:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -4px);
    -ms-transform: rotate(45deg) translate(-8px, -4px);
    transform: rotate(45deg) translate(-8px, -4px);
}

.header-nav-top__mobile-nav-btn {
    margin-top: 35px;
}

.mobile-nav__btn.blue .line {
    background: #002c50;
}

.header-nav-bottom__mobile-nav-btn {
    margin-top: 8px;
}

.header-nav-top__login {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-nav-top__login {
    padding-top: 25px;
}

.dropdown-custom {
    border-radius: 3px;
    background: #e3e9ea;
    padding: 0 46px 0 0;
    position: relative;
    display: block;
    width: 200px;
    color: #aaafaf;
}

.dropdown-custom:hover,
.dropdown-custom:focus {
    text-decoration: none;
}

.dropdown-custom__label {
    display: block;
    text-transform: uppercase;
    color: #959595;
    font-size: 0.910em;
    line-height: 15px;
}

.dropdown-custom__name {
    color: #464646;
    font-size: 0.910em;
    line-height: 16px;
}

.dropdown-custom__menu {
    top: 55px;
    width: 100%;
    margin: 0;
    border-color: #e3e9ea;
    border-radius: 3px;
    padding: 6px 0;
}

.dropdown-custom__menu > li > a {
    line-height: 20px;
    padding: 6px 12px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.dropdown-custom__menu > li > a:hover,
.dropdown-custom__menu > li > a:focus {
    background: #e3e9ea;
}

.dropdown-custom__menu:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e3e9ea;
}

.dropdown-custom__menu:after {
    position: absolute;
    content: '';
    top: 0;
    left: 17px;
    width: 26px;
    height: 6px;
    background: #fff;
}

.dropdown-custom__box {
    background: #ecf0f1;
    border-radius: 3px;
    padding: 7px 12px;
    z-index: 2;
    display: block;
    border-radius: 3px 0;
    min-height: 46px;
}

.dropdown-custom .caret {
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-bottom-color: #aaafaf;
}

.header-nav-top {
    position: relative;
    z-index: 4;
}

.header-nav-top > .container {
    position: relative;
}

.header-nav-bottom__right .btn {
    position: relative;
    padding-left: 47px;
}

.header-nav-bottom__right .btn.simple {
    padding-left: 20px;
}

.header-nav-bottom__right .btn i {
    font-size: 24px;
    color: #002c50;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
}

@media (max-width: 991px) {
    .mobile-nav__btn {
        display: block;
    }

    .mobile-nav__collapse {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -9999px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.2) 0 2px 7px;
    }

    .mobile-nav__collapse:before {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        right: 37px;
        top: -5px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

    .open .mobile-nav__collapse {
        left: auto;
        right: 0;
        width: 280px;
        opacity: 1;
        visibility: visible;
    }

    .header-nav-bottom__collapse {
        top: 59px;
        background: #002c50;
    }

    .header-nav-bottom__collapse:before {
        border-bottom: 8px solid #002c50;
    }

    .header-nav-bottom__menu {
        padding-top: 10px;
    }

    .header-nav-bottom__right {
        padding-bottom: 20px;
    }

    .header-nav-top__collapse {
        top: 79px;
        background: #002c50;
    }

    .header-nav-top__collapse:before {
        border-bottom: 8px solid #002c50;
    }

    .header-nav-top__menu {
        padding-top: 10px;
    }

    .header-nav-top__right {
        padding-bottom: 20px;
    }

    .dropdown-custom {
        width: 100%;
    }

    .header-nav-top__login {
        float: none;
        padding: 5px 20px 20px;
    }

    .header-nav-top__menu {
        float: none;
    }

    .header-nav-top__menu-list {
        padding: 0 20px;
    }

    .header-nav-top__menu-list > li {
        padding: 5px 0;
    }

    .header-nav-top__menu-list > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
        height: 32px;
        background: #fff;
        text-align: center;
    }

}

/*------------------------------------------------------------------
[main]
-------------------------------------------------------------------*/
.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px;
}

.panel-body {
    padding: 20px;
}

.row-navigation {
    margin-bottom: 16px;
}

.field-horizontal-list {
    display: table;
    width: 100%;
    font-size: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.field-horizontal-list > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 13px;
}

.field-horizontal-list > li:last-child {
    margin-right: 0;
}

@media (min-width: 992px) {
    .row-navigation__field-list {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .row-navigation__field-list > li {
        margin-bottom: 8px;
    }

    .row-navigation__field-list > li:last-child {
        width: 100%;
    }

    .row-navigation {
        margin-bottom: 8px;
    }
}

@media (max-width: 479px) {
    .row-navigation__field-list > li {
        width: 100%;
    }

    .row-navigation__field-list .btn {
        display: block;
        width: 100%;
    }
}

.table {
    margin-bottom: 0;
}

.table-simple .table-bordered {
    margin: 0;
}

.table-simple .table-bordered th {
    background: #fafafa;
}

.table-simple .table-bordered th {
    font-weight: 400;
}

.table-simple .table-bordered td,
.table-simple .table-bordered th {
    border: 1px solid #e6e6e6;
    line-height: 18px;
    font-size: 1em;
    color: #7a7a7a;
    padding: 10px;
}

.event-list .event-item:last-child {
    margin-bottom: 0;
}

.event-item {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    color: #7a7a7a;
    font-size: 1em;
    line-height: 1.791em;
}

.event-item__top {
    border-bottom: 1px solid #e6e6e6;
    background: #fafafa;
    padding: 20px 100px 20px 20px;
    overflow: hidden;
    position: relative;
}

.event-item__bottom {
    padding: 14px 20px;
    overflow: hidden;
}

.event-item__photo {
    float: left;
    margin-right: 20px;
}

.event-item__photo-placeholder,
.task-item__photo-placeholder,
.custom-tabler__item-bottom-placeholder {
    background: #a9c4da;
    border-radius: 64px;
    height: 64px;
    width: 64px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 38px;
}

.task-item__photo-uploaded,
.event-item__photo-uploaded {
    height: 64px;
    width: 64px;
    border-radius: 64px;
    overflow: hidden;
}

.task-item__photo-uploaded img,
.event-item__photo-uploaded img {
    width: 100%;
    height: 100%;
    border-radius: 64px;
    overflow: hidden;
}

.event-item__author {
    padding-top: 9px;
}

.event-item__created-date {
    white-space: nowrap;
}

.event-item__settings {
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
}

.event-item__settings a,
.event-item__settings button,
.event-item__settings input {
    display: inline-block;
    vertical-align: top;
    margin-left: 9px;
    height: 20px;
    line-height: 20px;
    color: #d5d5d5;
    border: 0;
    background: none;
    padding: 0;
}

.p-bottom {
    padding-bottom: 20px;
}

.inline-filter .input-group.last {
    border-right: 1px solid #6a696f;
}

@media (min-width: 992px) {
    .inline-filter .input-group .form-control.datepicker {
        border-left: 0;
    }

    .inline-filter .input-group .input-group-addon {
        border-right: 0;
    }
}

@media (max-width: 991px) {
    .inline-filter > .row > div:first-child .form-control {
        border-bottom: 0;
    }
}

@media (max-width: 991px) and (min-width: 480px) {
    .inline-filter .input-group .input-group-addon {
        border-right: 0;
    }
}

@media (max-width: 479px) {
    .inline-filter > .row > div:last-child .form-control {
        border-top: 0;
    }
}

.task-item {
    border: 1px solid #6a696f;
    padding: 20px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    color: #7a7a7a;
}

.task-item__message {
    background: #ffd7d9;
    border: 1px solid #bd2a30;
    padding: 20px;
    margin-top: 10px;
    color: #bd2a30;
    font-size: 1em;
    line-height: 1.343em;
}

.task-item.overdue:after {
    content: 'overdue';
    background: #bd2a30;
    padding: 3px 10px;
    min-width: 96px;
    font-size: 11.4px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    position: absolute;
    right: -1px;
    bottom: 10px;
    border-radius: 3px 0 0 3px;
}

@media (max-width: 479px) {
    .task-item.overdue:after {
        bottom: auto;
        top: 50px;
    }
}

.task-item__edit {
    line-height: 20px;
    height: 20px;
    color: #d5d5d5;
    border: 0;
    cursor: pointer;
    background: none;
    position: absolute;
    right: 20px;
    top: 16px;
}

.task-item__delete {
    line-height: 20px;
    height: 20px;
    color: #d5d5d5;
    border: 0;
    cursor: pointer;
    background: none;
    position: absolute;
    right: 45px;
    top: 16px;
}

.task-item__left {
    line-height: 18px;
}

.task-item__author {
    margin-top: 13px;
}

.task-item__author,
.task-item__date {
    padding: 3px 0;
}

.task-item__right {
    line-height: 24px;
}

.task-item__left.big {
    width: 85%;
    padding-right: 20px;
}

.ticket-messages .task-item {
    background: #e0dede;
}

.ticket-messages .task-item.reply {
    background: #fafafa;
}

@media (min-width: 700px) {
    .task-item__left {
        float: left;
        width: 40%;
    }

    .task-item__right {
        width: 60%;
        float: left;
    }

    .task-item__right.small {
        width: 15%;
        float: right;
    }

    .task-item__title {
        min-height: 93px;
        padding-right: 40px;
    }
}

@media (max-width: 699px) {
    .task-item__title {
        padding-bottom: 10px;
    }
}

.task-item__title {
    line-height: 24px;
}

.task-item__settings td {
    padding-left: 10px;
}

.task-item__settings td:first-child {
    padding-left: 0;
}

.table-data {
    width: 100%;
}

.table-data__min {
    min-width: 150px;
}

.table-data__row th,
.table-data__row td {
    border: 1px solid #e3e9ea;
    color: #a2a0b5;
}

.table-data__row td {
    padding: 10px 20px;
}

.table-data__row .table-data__padding-small {
    padding-left: 10px;
    padding-right: 10px;
}

.table-data th:first-child,
.table-data td:first-child {
    border-left: 0;
}

.table-data th:last-child,
.table-data td:last-child {
    border-right: 0;
}

.table-data__row th {
    border-top: 0;
    line-height: 14px;
    padding: 14px 20px;
    font-weight: 400;
}

.table-data__row th {
    background: #f1f1f4;
}

.table-data__row:nth-child(even) td {
    background: #f8f8fb;
}

.table-data .btn {
    display: block;
    width: 100%;
    text-align: left;
}

.table-data .link {
    color: #a2a0b5;
    display: inline;
    padding: 0;
    background: none;
    border: 0;
}

.table-data .link:hover,
.table-data .link:focus {
    text-decoration: underline;
}

.table-data__filter-row td {
    padding-bottom: 20px;
}
.table-data__filter-row .input-group {
    width: 100%;
}
.table-data__filter-row .input-group.last {
    border-right: 1px solid #6a696f;
}
.table-data__filter-row input.form-control,
.table-data__filter-row select.form-control {
    border-left: 0;
}

.table-data__filter-row td:first-child input.form-control {
    border-left: 1px solid #6a696f;
}

@media (max-width: 767px) {
    .table-data__filter-row td:first-child input.form-control {
        border-left: 0;
    }

    .table-data__filter-row td input.form-control,
    .table-data__filter-row td select.form-control {
        border-top: 0;
    }

    .table-data__filter-row .input-group-addon {
        border-top: 0;
    }
}

.table-data__row td.red {
    position: relative;
}

.table-data__row td.red:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MThENkYyQzYwNTRCMTFFNkFBMEVGRDJEOTREMTcxNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MThENkYyQzcwNTRCMTFFNkFBMEVGRDJEOTREMTcxNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOEQ2RjJDNDA1NEIxMUU2QUEwRUZEMkQ5NEQxNzE0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOEQ2RjJDNTA1NEIxMUU2QUEwRUZEMkQ5NEQxNzE0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhGX1/8AAAFBSURBVHjaYvz//z8DMeCsj284iDbesnklMeoZiTEYaCgnkLoJxCDFGkDDvxPSw8RAHCgHYlkglgPiMqq4GOhakGE3gJgTKgRyrTrQ1Y8pdXEXkqEMUHYXRS4GutYWSB3CIW0LdPURkg0GGgryzRkgNsSh9zwQmwAN/0dqUCTjMZQBKpdEkouBruUHUreBWBRJWAGIPwLxeySxV0CsBnT1R2JdXIdmKAh8BBrwAU1MDIhriQoKoGvVgVQuA/EgD6hHjRgX9wMxKwkGs0L14A5joM2eQGobA3nACxhU2zEMBhoKsvkKKDLINBhUlugCDf+NHhS5BAwFpQpBPPKguMlBCWOga0GxW0/ARdhSBTqoh5oFd3ELEPMR0PQeqIlQGQtK/83gMD7j7QPKQWdBbAbqAJDlRiAXT6SioQxQsyYBBBgAr7ZlMAZDJaQAAAAASUVORK5CYII=');
    width: 22px;
    height: 19px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.table-data__max {
    width: 170px;
}

.pagination {
    width: 100%;
    display: table;
    font-size: 0;
}

.pagination > li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 700;
}

.pagination > li + li {
    margin-left: 10px;
}

.pagination > li > a,
.pagination > li > span {
    border: 2px solid #bfcad3;
    display: block;
    background: #fff;
    min-width: 18px;
    height: 18px;
    padding: 0 2px;
    line-height: 15px;
    text-align: center;
    border-radius: 2px !important;
    font-weight: 700;
    color: #bfcad3;
    font-family: 'Open Sans', sans-serif;
    box-shadow: none;
    -webkit-transition-property: color, background, border;
    -moz-transition-property: color, background, border;
    -o-transition-property: color, background, border;
    transition-property: color, background, border;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.pagination > li.active > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
    color: #fff;
    border-color: #40617c;
    background: #40617c;
}

.pagination-right {
    text-align: right;
}

/*------------------------------------------------------------------
[panels]
-------------------------------------------------------------------*/
.panel-login,
.panel-taber,
.panel-dashboard {
    margin-top: 16px;
}

.panel-taber {
    min-height: 428px;
}

.panel-login .btn-red {
    padding-left: 30px;
    position: relative;
    margin-right: 10px;
}

.panel-login .btn-red i {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 11px;
}

.panel-login .btn-red i:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 11px;
}

.panel-heading__custom {
    padding: 20px 20px 0;
    border-bottom: 0;
}

.panel-heading__custom .title {
    border: 0;
    background-color: #fff;
    color: #bd2a30;
    font-size: 1.861em;
    line-height: 1em;
    font-weight: 300;
    padding: 11px 0 11px 24px;
    position: relative;
    float: left;
}

.panel-heading__custom .title:before {
    content: '';
    background: #002c50;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.panel-heading__warning {
    color: #b2b4c1;
    font-size: 0.835em;
    line-height: 1.785em;
    text-align: right;
    max-width: 220px;
    float: right;
}

.panel-custom .form-group .control-label {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

@media (min-width: 768px) {
    .panel-custom .form-group .control-label {
        display: table-cell;
        vertical-align: middle;
        height: 42px;
    }
}

.custom-tabler__nav {
    margin: 0;
    list-style: none;
    background: #f9f9f9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 3px;
    padding: 10px 0;
}

.custom-tabler__nav > li > a {
    padding: 9px 15px;
    color: #b6b6b6;
    display: block;
    text-transform: uppercase;
    font-size: 11.4px;
    -webkit-transition-property: color, background;
    -moz-transition-property: color, background
    -o-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.custom-tabler__nav > li > a:hover,
.custom-tabler__nav > li > a:focus {
    text-decoration: none;
    background: #fff;
    color: #747474;

}

.custom-tabler__nav > li.active > a {
    background: #fff;
    color: #747474;
}

@media (max-width: 991px) {
    .custom-tabler .mobile-nav__btn {
        display: block;
        float: left;
        margin: 0 0 0 20px;
    }

    .custom-tabler__collapse {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -9999px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.2) 0 2px 7px;
    }

    .open .custom-tabler__collapse {
        right: auto;
        left: 20px;
        top: 35px;
        background: #f9f9f9;
        z-index: 2;
    }

    .custom-tabler__collapse:before {
        border-bottom: 8px solid #f9f9f9;
        right: auto;
        left: 30px;
    }
}

.custom-tabler {
    margin: 16px 0;
}

.custom-tabler__item {
    border-bottom: 1px solid #efefef;
    padding: 20px 0 12px;
    color: #757575;
    font-size: 1em;
    line-height: 1.791em;
}

.custom-tabler__item-top {
    margin-bottom: 16px;
}

.custom-tabler__file {
    float: left;
    width: 10%;
    max-width: 48px;
    margin-right: 15px;
}

.custom-tabler__file img {
    width: 100%;
}

.custom-tabler__title {
    font-size: 15px;
    line-height: 20px;
    padding-top: 6px;
}

.custom-tabler__info {
    color: #d1d1d1;
}

.custom-tabler__author,
.custom-tabler__date {
    color: #727272;
}

.custom-tabler__item-btns {
    width: 100%;
    display: table;
    font-size: 0;
}

.custom-tabler__item-btns .btn {
    font-size: 12.2px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    padding-left: 10px;
    margin-bottom: 8px;
}

.custom-tabler__item-btns .btn:last-child {
    margin-right: 0;
}

.custom-tabler__item-btns .btn span {
    margin-right: 5px;
}

@media (min-width: 992px) {
    .custom-tabler__col:last-child {
        padding-left: 0;
    }

    .custom-tabler__col:first-child {
        padding-right: 0;
    }

    .custom-tabler__container {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .custom-tabler__container {
        position: relative;
    }

    .custom-tabler__col {
        padding: 0;
    }

    .open .custom-tabler__collapse {
        left: 0;
    }
}

/*------------------------------------------------------------------
[tinymce]
-------------------------------------------------------------------*/
.load-editor {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.panel-custom .mce-toolbar-grp {
    background: #f4f9fd;
    border-bottom: 0
}

.panel-custom .mce-tinymce {
    border: 1px solid #d3d3d3;
}

.panel-custom .mce-btn {
    background: #f4f9fd;
    border-color: #f4f9fd;
}

.panel-custom .mce-btn-small .mce-ico {
    color: #aaa;
}

/* Loading spinner */
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.glyphicon-spin {
    -webkit-animation-name: spin;
    -webkit-animation: spin 2s infinite linear !important;
    -moz-animation: spin 2s infinite linear !important;
    -o-animation: spin 2s infinite linear !important;
    animation-name: spin;
    animation: spin 2s infinite linear !important;
}

/* select2 theme
---------------------------------------------------------*/
.select-custom-simple select + .select2-container.select2-container--uni-flat {
    min-width: 50px !important;
}

select + .select2-container.select2-container--uni-flat {
    display: block;
    width: 100% !important;
    min-width: 200px !important;
}

.select2-right .select2-container.select2-container--uni-flat {
    width: 300px !important;
    min-width: 300px !important;
    display: inline-block;
}

.select2-container.select2-container--uni-flat .select2-selection--single {
    height: 42px;
}

.select2-container.select2-container--uni-flat .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    padding: 10px 18px;
    border: 1px solid #6a696f;
    background: #fff;
    color: #6a696f;
}

.select2-container.select2-container--uni-flat .select2-search__field {
    border: 1px solid #6a696f;
}

.select2-container.select2-container--uni-flat .select2-dropdown {
    border: 1px solid #6a696f;
    border-radius: 0;
    margin-top: -1px;
    width: 300px !important;
}

.select2-container.select2-container--uni-flat .select2-results__options {
    max-height: 217px;
    overflow-y: auto;
}

.select2-container.select2-container--uni-flat .select2-dropdown .select2-results__option {
    overflow: hidden;
    position: relative;
    padding-right: 50%;
}

.select2-container.select2-container--uni-flat .select2-dropdown .select2-results__option a {
    text-decoration: none;
}

.select2-container.select2-container--uni-flat .select2-dropdown .select2-results__option .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #002c50;
}

.select2-container.select2-container--uni-flat .select2-dropdown .select2-results__option .info {
    position: absolute;
    right: 5px;
    top: 6px;
    white-space: nowrap;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 49%;
    font-size: 11px;
}

.select2-container.select2-container--uni-flat .select2-dropdown .select2-results__option:hover {
    background: #bd2a30;
    color: #fff;
}

.select2-container.select2-container--uni-flat .select2-dropdown .select2-results__option:hover .info,
.select2-container.select2-container--uni-flat .select2-dropdown .select2-results__option:hover .name {
    color: #fff;
}

.warrning_banner {
    background: #bd2a30;
    color: #fff;
    padding: 4px;
    font-size: 11px;
}

@media screen and (max-width: 991px) {
    .warrning_banner {
        width: calc(100% - 210px);
        max-width: 400px;
        float: right;
    }
    .header-nav-bottom__brand {
        border-right: 0;
    }
    .header-nav-bottom {
        position: relative;
    }
    .header-nav-bottom::after {
        position: absolute;
        left: 215px;
        top: 0;
        width: 1px;
        background: #264b6a;
        height: 100%;
        content: '';
        display: block;
    }
}

.warrning_banner a {

    color: #ffffff;
    text-decoration: underline;
}

.delete_task {
    line-height: 20px;
    height: 20px;
    color: #d5d5d5;
    position: absolute;
    right: 57px;
    top: 16px;
}

.delete_task:hover {
    color: #bd2a30;
}

.btn-temporary {
    background-color: orange;
    color: white;
}

.form-concat {
    display: inline-block;
}

.search_field {
    width: 48%;
    display: inline-block;
    float: left;
    margin-right: 5px;
    height: 36px;
}

.global_search_field_wrap select + .select2-container.select2-container--uni-flat {
    min-width: 150px !important;
}

.add_button {
    padding: 11px 20px;
}

.files-cell {
    border-right: 2px solid gray;

    padding: 6px 12px;
}

.files-cell:last-child {
    border-right: none;
}

.files-list .row {
    border-bottom: 2px solid gray;
}

.files-list .row:last-child {
    border-bottom: none;
}

.files-list {
    border: 2px solid gray;
    font-size: 14px;
    line-height: 24px;
}

.files-head {
    font-weight: bold;
    color: #1e5eb6;
    text-align: center;
}

.files-cell.operation {
    text-align: center;
    cursor: pointer;
    color: #5cb85c;
}

.files-cell.operation:hover {
    color: #000000;
}
.sortable-table {
    position: relative;
    overflow: hidden;
}
.sortable-table .sortable {
    cursor: pointer;
}
.sortable-table .sortable tr td:first-child {
    padding-left: 40px;
    position: relative;
}
.sortable-table .sortable tr td:first-child::before {
    content: "\e150";
    font-family: "Glyphicons Halflings";
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    display: block;
}

@media screen and (max-width: 1499px) and (min-width: 992px) {
    .header-nav-top__login {
        padding-top: 0;
        position: absolute;
        right: 15px;
        top: 30px;
    }
}

.form-control[disabled]  {
    background-color: #F5F5F5;
}
