@import url(main.css);
/* open-sans-300 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v18-latin_cyrillic-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v18-latin_cyrillic-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v18-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v18-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v18-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v18-latin_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.disabled-btn{
    opacity: 0.9 !important;
    color: #787878 !important;
}
.btn-default.disabled-btn{
    background-color: #F8F8F8 !important;
}
.top-gap-10 {
    margin-top: 10px;
}

.bottom-gap-10 {
    margin-bottom: 10px;
}

.bottom-gap-2 {
    margin-bottom: 2px;
}

.break-all {
    word-break: break-all;
}

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

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.popover {
    max-width: 400px;
}

.dashed {
    cursor: pointer;
    position: relative;
}

.dashed:before {
    position: absolute;
    border-bottom: 1px dashed #337ab7;
    width: 100%;
    bottom: 2px;
    left: 0;
    content: " ";
}

.kv-editable-inline .panel {
    margin-bottom: 0;
}

.kv-editable-inline .kv-editable-close.kv-editable-close.btn-default {
    margin-top: 2px;
}

textarea.auto-resize {
    max-height: 400px;
}

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

.select2-container--open {
    z-index: 1000000;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: 100px !important;
}

.kv-editable-link i {
    margin-left: 5px;
    opacity: 0;
}

.kv-editable-link.kv-editable-empty-value i {
    opacity: 1;
}

.kv-editable-link:hover i {
    opacity: 1;
}

.kv-editable-no-padding .kv-editable-link {
    padding-top: 0;
    padding-bottom: 0;
}

.label-separated {
    display: inline-block;
    margin-bottom: 3px;
}

.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: 5px;
    padding-right: 5px;
}

.page-content-wrapper .page-content {
    padding: 25px 10px 10px;
}

.page-container-bg-solid .page-bar,
.page-content-white .page-bar {
    margin: -25px -10px 0;
}

.jstree-default .jstree-anchor {
    height: auto !important;
}

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

.js-tree {
    overflow: hidden;
}

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

.profile-recomendations > li > a {
    position: relative;
    background: #fafcfd;
}

.profile-recomendations > li > a:hover {
    background: #f6f9fb;
}

.profile-recomendations > li > a span {
    background: #FFFFFF;
    position: absolute;
    right: 0;
    width: 60px;
    top: 0;
    bottom: 0;
    padding: 10px 15px;
    font-weight: 700;
}

.form-control {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    height: 30px;
}

.datepicker-control > .form-control{
    padding-left: 30px;
}
.datepicker-control{
    position: relative;
}
.datepicker-control:before{
    content: "\f073";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    width: 32px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
    cursor: default;
    z-index: 10;
}

#ui-datepicker-div {
    z-index: 100000 !important;
}

.form-horizontal .control-label {
    padding-top: 3px;
}

div.checker,
div.radio {
    margin-right: 0;
}

.row .select2-container--krajee .select2-selection--multiple {
    min-height: 30px !important;
}

.row .select2-container--krajee .select2-selection--single {
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.row .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 28px;
}

.row .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 28px;
}

.row .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px;
}

.row .select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    margin-top: 2px;
}

.grid-view .summary {
    font-size: 12px;
    text-align: right;
    /*color: #787878;*/
}

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

textarea.form-control {
    resize: vertical;
}

.collapse-toggle:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
}

.collapse-toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: "\f0da";
}

.color-block {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.grid-view {
    padding: 15px 0px;
}

.indicator {
    cursor: pointer;
}

.tree li {
    font-weight: normal !important;
}

.tree li.active {
    font-weight: 700 !important;
}

.tree li.active > a {
    text-decoration: underline;
}

tbody > tr.late {
    background-color: #ff0000 !important;
}

tbody > tr.bg-warning {
    background-color: #F2DEDE !important;
}

tbody > tr.bg-success {
    background-color: #5fe428 !important;
}

.file-preview-frame {
    height: 60px;
    width: 80px;
    margin: 5px;
}

.file-drop-zone-title {
    padding: 0;
}

.no-border-inside button {
    text-align: left;
    border: none;
}

.dhx_cal_tab.selected {
    background-color: #F0EDE7;
    color: #454544;
    border: 1px solid #CECECE;
    text-shadow: 0px 1px 0px #FFF;
}

.dhx_cal_navline select {
    top: 14px;
    position: absolute;
    white-space: nowrap;
    -moz-user-select: none;
    height: 32px;
}

.container-items .form-group {
    margin-bottom: 2px;
}

.container-items .form-group .form-control {
    height: 30px;
    padding: 3px 5px;
    font-size: 14px;
}

.project-tree {
    padding: 0;
}

[data-toggle="tooltip"] {
    text-decoration: none;
    border-bottom: 1px dashed #08C;
    cursor: pointer;
}

.huge {
    font-size: 2em;
}

.regular-icon {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("../images/administrator1.png");
    width: 16px;
    height: 16px;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.btn {
    margin-right: 5px;
}

.checkbox-row {
    padding-top: 5px;
}

.checkbox-row div.checker,
.checkbox-row div.radio {
    margin-left: 0;
}

.checkbox-row > label > .radio {
    padding-top: 2px;
}

.bg-orange-warning {
    background: #f9d33b;
}

#grid-client-contacts .client-contacts-btn {
    padding: 6px 0;
}

.client-comment-column {
    word-break: break-all;
}

#translator-comment {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-success-bright {
    background: #dff0d8 !important;
}

.profit-report-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.list-view-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.scroll-block,
.report-wrapper {
    overflow-x: scroll;
}

.scroll-block,
.scroll-div {
    height: 15px;
    margin: 0;
}

.report-wrapper {
    position: relative;
}

.report-wrapper .ias-noneleft,
.report-wrapper .ias-spinner {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.js-validation-err {
    color: #a94442;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    height: 100%;
}

.range_inputs {
    min-width: 200px;
}

.lbl-plh {
    height: 26px;
}

#sidebar-menu .page-sidebar {
    width: 200px;
    position: absolute;
    z-index: 1002;
    top: 0;
    bottom: 0;
}

.page-sidebar .page-sidebar-menu>li .nav-item>a>i {
    margin-right: 5px;
    margin-left: -5px;
}

.page-content-white .page-content-wrapper .page-content {
    margin-left: 200px;
}

.page-content-white .page-content .page-bar {
    margin-bottom: 20px;
}

.dashboard-stat.compact {
    position: relative;
}

.dashboard-stat.compact .dashboard-details {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.dashboard-stat.compact .details {
    overflow: hidden;
    width: 100%;
    position: relative;
    right: 0;
}

.dashboard-stat.compact .details .desc span {
    font-size: 21px;
    font-weight: 500;
}

.form-group.compact {
    margin-bottom: 0;
}

.table td.actions-column,
.table th.actions-column {
    min-width: 80px;
}

.table td.id-column,
.table th.id-column {
    width: 60px;
}

.control-label .required,
.form-group .required {
    font-size: 14px;
}

.comments .media {
    border-bottom: 1px solid #CCCCCC;
}

.comments .media:last-child {
    border-bottom: 0 none;
}

.comments .media .media-body .date {
    margin-bottom: 5px;
}

.comments .media .media-body .media-heading {
    margin-bottom: 10px;
}

.comments .media .media-body .media-heading strong {
    font-weight: 300;
    font-size: 16px;
}

.btn {
    margin-right: 0;
}

.portlet > .portlet-title > .nav-tabs > li {
    border-bottom: 4px solid transparent;
}

.portlet > .portlet-title > .nav-tabs > li:hover,
.portlet > .portlet-title > .nav-tabs > li.open {
    border-color: #9fe4ea;
}

.portlet > .portlet-title > .nav-tabs > li.active {
    border-color: #36c6d3;
}

.pagination-sizes {
    margin: 13px 0;
    text-align: right;
}

.pagination-sizes a {
    margin-right: 2px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding-top: 4px;
    padding-bottom: 4px;
}

.modal-body h1,
.modal-header h1,
.modal-body h2,
.modal-header h2,
.modal-body h3,
.modal-header h3,
.modal-body h4,
.modal-header h4,
.modal-body h5,
.modal-header h5,
.modal-body h6,
.modal-header h6 {
    color: #000000;
    margin-top: 0;
}

#tree-toggle {
    margin: 10px 5px 0 0;
}

#tree-toggle .lbl-active {
    display: inline;
}

#tree-toggle .lbl {
    display: none;
}

.col-lg-12 #tree-toggle .lbl-active {
    display: none;
}

.col-lg-12 #tree-toggle .lbl {
    display: inline;
}

.i-word {
    display: block;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    margin-top: 2px;
    background: url('../images/word_ico.png') no-repeat 0 0 scroll transparent;
}

.i-certificate, .i-certificate-disabled {
    display: block;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    margin-top: 2px;
    background: url('../images/cert_ico.png') no-repeat 0 0 scroll transparent;
}

.i-certificate-disabled {
    background: url('../images/cert_ico_disabled.png') no-repeat 0 0 scroll transparent;
}

.portlet-title {
    position: relative;
}

.portlet-title #tree-toggle {
    position: absolute;
    left: 0;
    top: 0;
}

.portlet-title #tree-toggle + .nav-tabs {
    margin-left: 45px;
}

.file-preview {
    display: none;
}

.file-drop-zone .file-drop-zone-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
}

.help-block {
    font-size: 10px;
}

.modal-open .datetimepicker-dropdown-bottom-right {
    z-index: 999999 !important;
}

.page-sidebar .page-sidebar-menu .sub-menu > li.active > a,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a {
    background: #36c6d3 !important;
    color: #FFFFFF;
}

@keyframes "blink" {
    from {
        background: transparent;
    }
    to {
        background: #ff9100;
    }
}

@-moz-keyframes blink {
    from {
        background: transparent;
    }
    to {
        background: #ff9100;
    }
}

@-webkit-keyframes "blink" {
    from {
        background: transparent;
    }
    to {
        background: #ff9100;
    }
}

@-ms-keyframes "blink" {
    from {
        background: transparent;
    }
    to {
        background: #ff9100;
    }
}

@-o-keyframes "blink" {
    from {
        background: transparent;
    }
    to {
        background: #ff9100;
    }
}

.bottom-gap-0 {
    margin-bottom: 0;
}

.top-gap-0 {
    margin-top: 0;
}

.bottom-gap-20 {
    margin-bottom: 20px;
}

.top-gap-20 {
    margin-top: 20px;
}

.bottom-gap-10 {
    margin-bottom: 10px;
}

.bottom-pad-5 {
    padding-bottom: 5px;
}

.top-gap-5 {
    margin-top: 5px;
}

.top-gap-9 {
    margin-top: 9px;
}

.top-gap-10 {
    margin-top: 10px;
}

.async-widget {
    position: relative;
}

.async-widget.loading {
    height: 70px;
}

.async-widget.loading .css-loader-local {
    display: block;
}

.async-widget .css-loader-local {
    display: none;
}

.css-loader-local {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -5px;
    height: 10px;
    padding: 2px 0;
    z-index: 1000;
    width: 30px;
}

.css-loader-local div {
    float: left;
    width: 8px;
    margin: 0 1px;
    height: 8px;
    border-radius: 1px;
    -webkit-animation: blink .6s infinite linear;
    -moz-animation: blink .6s infinite linear;
    -ms-animation: blink .6s infinite linear;
    -o-animation: blink .6s infinite linear;
    animation: blink .6s infinite linear;
}

.css-loader-local div.p1 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

.css-loader-local div.p2 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.css-loader-local div.p3 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.timeline .timeline-icon {
    padding-top: 21px;
}

.timeline .timeline-icon i {
    display: block;
    font-size: 34px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.timeline-item.expired {
    border-color: #FF0000;
    border-width: 2px;
}

.timeline-item.actual {
    border-color: #00FF00;
    border-width: 2px;
}

.progress-alt {
    background: #b0bec5;
    height: 29px;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.progress-alt .progress-bar {
    background: #00bfa5;
    position: absolute;
    height: 100%;
}

.progress-alt .progress-label {
    top: 4px;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
}

#next-step-modal-button > .label {
    top: 1px;
}

.affix-scrollable-body {
    padding: 0 5px;
}
/*.affix-scrollable-body {*/
/*    padding-right: 15px;*/
/*    overflow-y: visible;*/
/*    overflow-x: hidden;*/
/*}*/

.affix-scrollable-body .form-group:last-child {
    margin-bottom: 5px;
}


.affix-scrollable-footer {
    padding-top: 10px;
}

.no-overflow-x {
    overflow-x: hidden;
}

.translator-search-container {

    padding: 0;
}
.translator-search-container.affix-bottom {
    align-self: end;
}

.translator-search-container.affix {
    /*left: 0;*/
    /*right: 0;*/
    /*padding: 0 20px;*/
    /*margin-left: 200px;*/
    top:50px;
    position: fixed !important;
}

.translator-search-container.affix .translator-search {
    /*padding: 0 5px;*/
    /*float: right;*/
    /*width: 20%;*/

    /*position: fixed;*/
    /*top: 50px;*/
}

.font-light {
    color: #787878;
}

.timer .t {
    position: relative;
}

.timer .t:before {
    content: ":";
    position: absolute;
    right: -8px;
}

.timer :last-child .t:before {
    content: "";
}

.user-row,
.comment-row {
    min-height: 60px;
    margin-bottom: 2px;
    padding-left: 100px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.user-row.selected,
.comment-row.selected {
    background: #eef1f5;
}

.user-row.selected:before,
.comment-row.selected:before {
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f00c";
    display: block;
    top: 24px;
    position: absolute;
    left: 13px;
    background: #eef1f5;
}

.user-row .user-ava,
.comment-row .user-ava,
.user-row .comment-ava,
.comment-row .comment-ava {
    background: #787878;
    color: #FFFFFF;
    border-radius: 50% !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: 300;
}

.user-row .comment-ava,
.comment-row .comment-ava {
    left: 40px;
    top: 5px;
}

.user-row .comment-ava .user-online,
.comment-row .comment-ava .user-online {
    border-radius: 50% !important;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 6px;
    height: 6px;
}

.user-row .comment-ava .user-online.active,
.comment-row .comment-ava .user-online.active {
    background: #36c6d3;
}

.user-row .comment-handler,
.comment-row .comment-handler {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100px;
}

.user-row .user-name,
.comment-row .user-name,
.user-row .comment-author,
.comment-row .comment-author {
    color: #41887c;
    font-weight: 600;
}

.user-row .comment-meta .visibility .dropdown-toggle,
.comment-row .comment-meta .visibility .dropdown-toggle {
    margin-left: 11px;
}

.user-row .comment-date,
.comment-row .comment-date,
.user-row .comment-type,
.comment-row .comment-type {
    font-size: 13px;
    color: rgba(120, 126, 140, 0.6);
}

.user-row .user-type,
.comment-row .user-type,
.user-row .comment-type,
.comment-row .comment-type {
    padding-right: 20px;
}

#visibility-settings {
    padding: 10px 0;
}

#visibility-settings .user-ava {
    cursor: pointer;
    position: relative;
    background: #787878;
    color: #FFFFFF;
    border-radius: 50% !important;
    float: left;
    margin-right: 7px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

#visibility-settings .user-ava i {
    border-radius: 50%;
    bottom: -3px;
    box-shadow: 0 0 0 2px #fff;
    font-size: 10px;
    height: 16px;
    line-height: 15px;
    position: absolute;
    right: -4px;
    top: auto;
    width: 16px;
    display: block;
    color: #FFF;
    background: #FFF;
    border: 1px solid #36c6d3;
}

#visibility-settings .user-ava.active i {
    background: #36c6d3 none repeat scroll 0 0;
}

#visibility-settings .user-ava.disabled {
    cursor: default;
}

#visibility-settings .user-ava.disabled i {
    color: #787878;
}

.comment-row {
    transition: 0.2s background;
}

.comment-row.new {
    background: #ffff99;
}

.dropdown-menu > li > label {
    color: #6e6e6e;
    display: block;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 16px 8px 24px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}

.dropdown-menu > li > label:hover {
    background: #e1e5ec;
}

.dropdown-menu > li > label input {
    position: absolute;
    top: 6px;
    left: 6px;
}

.user-row {
    padding-left: 60px;
}

.comment-main-container {
    position: relative;
    height: 600px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.comment-main-container > .comment-container {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 180px;
    padding-top: 0 !important;
}

.comment-main-container #messages-list {
    overflow: auto;
    top: 41px;
    bottom: 0;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #c2cad8;
}

.comment-main-container .comments-toolbar {
    top: 0;
    left: 0;
    height: 41px;
    right: 0;
    padding: 5px 20px;
    border-bottom: 1px solid #c2cad8;
    background: #FFFFFF;
    position: relative;
    display: block;
    z-index: 2;
}

.comment-main-container .comments-toolbar.active {
    display: block;
}

.comment-main-container .comments-toolbar .group-actions {
    display: none;
}

.comment-main-container .comments-toolbar .group-actions.active {
    display: block;
}

.comment-main-container .comments-toolbar #chat-status {
    width: 6px;
    height: 6px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -3px;
    background: #787878;
    border-radius: 50% !important;
}

.comment-main-container .comments-toolbar #chat-status.online {
    background: #36c6d3;
}

.comment-main-container .comments-toolbar #chat-status.offline {
    background: #FF0000;
}

.comment-main-container .message-form-container {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -169px;
    height: 160px;
}

.comment-main-container .message-form-container form {
    background: #fff none repeat scroll 0 0;
    margin: 0 -10px;
    padding: 0 10px;
}

.comment-main-container .message-form-container .form-control {
    height: 100px;
    resize: none;
}

.comment-main-container .message-form-container .textarea-control {
    position: relative;
    padding-left: 50px;
}

.comment-main-container .message-form-container .textarea-control .comment-ava {
    background: #787878;
    color: #FFFFFF;
    border-radius: 50% !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 300;
}

.comment-main-container .message-form-container .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comment-main-container .visibility-settings {
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 320px;
    padding: 10px;
}

.comment-main-container .visibility-settings input[type="radio"] {
    margin-left: -9px;
}

.comment-main-container .visibility-settings ul + ul {
    margin-left: 20px;
}

.comment-main-container .visibility-settings ul {
    margin-bottom: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.visibility > .dropdown-menu:before {
    left: 56px;
}

.visibility > .dropdown-menu:after {
    left: 57px;
}

/*.modal-backdrop + .select2-container .select2-dropdown {*/
    /*max-height: 200px;*/
    /*overflow: hidden;*/
/*}*/

.page-container {
    overflow: hidden;
}

.page-footer {
    z-index: 1003;
    position: relative;
    background-color: #364150;
}

tr.text-center th {
    text-align: center;
}

.found-items .fa-circle {
    font-size: 5px;
    margin: 0 5px;
    opacity: 0.4;
    position: relative;
    top: -3px;
}

.bullet {
    display: inline-block;
    border-radius: 50% !important;
}

.bullet.bullet-6 {
    width: 6px;
    height: 6px;
}

.bullet.bullet-8 {
    width: 8px;
    height: 8px;
}

.bullet.bullet-grey {
    background: #787878;
}

.bullet.bullet-orange {
    background: #ff9900;
}

.bullet.bullet-green {
    background: #36c6d3;
}

.bullet.bullet-red {
    background: #ff0000;
}

.list-errors ul {
    padding: 0 14px;
    margin: 0;
}

.list-errors ul li {
    padding: 0;
    margin: 0;
}

.fc-view-container .fc-day-number {
    color: #333333;
}

.hint-block {
    font-size: 12px;
    color: #787878;
}

#call-widget {
    position: fixed;
    padding: 0;
    color: #FFFFFF;
    transition: 0.5s all;
    height: 60px;
    width: 60px;
    right: 20px;
    text-align: center;
    z-index: 100;
    bottom: 60px;
}

#call-widget .dropdown-menu {
    left: auto;
    right: 0;
}

#call-widget.hidden {
    right: -100%;
    display: block !important;
}

#call-widget.active {
    width: 240px;
}

#call-widget.active #call-widget-content {
    opacity: 1;
}

#call-widget.active #call-widget-call-button .btn {
    box-shadow: 0 0 0 0 rgba(63, 201, 213, 0.4) !important;
}

#call-widget .phone {
    font-size: 16px;
}

#call-widget .status {
    font-size: 12px;
}

#call-widget.error #call-widget-content {
    background: #ff0000;
}

#call-widget.receivedTheCall #call-widget-content {
    background: #3fc9d5;
}

#call-widget.answeredTheCall #call-widget-content {
    background: #00c853;
}

#call-widget.ONLINE #call-widget-content {
    background: #00c853;
}

#call-widget-button {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
}

#call-widget-button .dropdown,
#call-widget-button .dropup {
    position: relative;
    height: 100%;
}

#call-widget-button .btn {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50% !important;
    z-index: 10;
}

#call-widget-button .btn .material-icons {
    position: absolute;
    width: 24px;
    height: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#call-widget-button .btn.dropdown-toggle .material-icons {
    left: -10px;
}

#call-widget-button .btn .caret {
    position: absolute;
    top: 25px;
    right: 17px;
}

#call-widget-content {
    opacity: 0;
    background: #DDDDDD;
    transition: 0.5s all;
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    padding-right: 60px;
    padding-top: 10px;
    border-radius: 40px !important;
}

#call-widget-call-button {
    height: 100%;
}

#call-widget-call-button .btn {
    transition: 0.5s all;
    box-shadow: 0 0 0 10px rgba(63, 201, 213, 0.4) !important;
}
.kv-editable {
    display: inline-block;
}

.mini-calls-widget {
    display: inline-block;
    position: relative;
    height: 27px;
    width: auto;

    top: 0;
    transition: 0.5s all;
}

.mini-calls-widget span {
    display: inline-block;
}

.mini-calls-widget.error .call-content {
    background: #ff0000;
}

.mini-calls-widget.receivedTheCall .call-content {
    background: #3fc9d5;
}

.mini-calls-widget.answeredTheCall .call-content {
    background: #00c853;
}

.mini-calls-widget.ONLINE .call-content {
    background: #00c853;
}

.mini-calls-widget .call-buttons {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
}

.mini-calls-widget .call-buttons .btn {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    text-align: center;
    border-radius: 50% !important;
    transition: 0.5s all;
}

.mini-calls-widget .call-content {
    background: #DDDDDD;
    /*position: absolute;
    top: 0;
    left: 27px;*/
    width: 0;
    bottom: 0;
    font-size: 11px;
    border-radius: 0 14px 14px 0 !important;
    text-align: center;
    padding: 6px 2px;
    opacity: 0;
    transition: 0.5s all;
    margin-left: 27px;
    max-height: 27px;
    margin-bottom: 2px;
}

.mini-calls-widget.active .call-content {
    width: 100%;
    opacity: 1;
}

.mini-calls-widget.active .call-buttons .btn {
    border-radius: 50% 0 0 50% !important;
}

.progress-slim {
    height: 3px;
    margin-top: -10px;
    background: #FFFFFF;
}

.profile-userpic {
    position: relative;
}

.profile-userpic .fileinput-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: none;
    border: 0 none;
}

.profile-userpic .fileinput-button:hover {
    background: none;
    border: 0 none;
}

[data-target="#work-offers-table-sort-modal"],
[data-target="#translator-finished-works-table-sort-modal"],
[data-target="#translator-revised-works-table-sort-modal"],
[data-target="#translator-works-on-confirmation-table-sort-modal"],
[data-target="#translator-works-table-sort-modal"] {
    display: none;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
    padding-right: 12px;
}

.sticky {
    position: static;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 60px;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

#agency_list ul {
    padding: 0 10px 0 20px;
}

#agency_list ul ul {
    clear: both;
}

#agency_list ul li {
    padding: 3px 0;
    list-style-type: none;
    display: inline-block;
    align-items: center;
    width: 100%;
}

#agency_list ul li .fa-check {
    float: left;
    margin-right: 5px;
}

#agency_list ul li .edit {
    padding-left: 10px;
    display: flex;
}

#agency_list ul li > span.default {
    float: left;
}

#agency_list ul li > span.default a {
    color: #FFFFFF;
}

#agency_list ul li > a {
    float: left;
}

#agency_list ul li > div {
    float: left;
    padding-left: 10px;
}

/*
.has-filter .control-label {
    color: #03b811 !important;
    font-weight: 700;
}

.has-filter .checker > span.checked {
    box-shadow: 0 0 0 2px #03b811 inset;
}

.has-filter .form-control,
.has-filter .input-group-addon {
    border-color: #03b811;
}

.has-filter .drp-container,
.has-filter .form-control {
    box-shadow: 0 0 0 2px #03b811 !important;
}

.has-filter .input-group-addon > i {
    color: #03b811;
}

.has-filter.select2-container--krajee .select2-dropdown,
.has-filter .select2-container--krajee .select2-selection {
    border-color: #03b811;
    box-shadow: 0 0 0 2px #03b811;
}
*/

.steps {
    height: 80px;
    position: relative;
}

.steps:before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 5px;
    bottom: 20px;
    left: 0;
    background: #EEEEEE;
}

.steps .progress {
    height: 5px;
    bottom: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    background: #EEEEEE;
    margin-bottom: 0;
}

.steps .step {
    cursor: pointer;
    color: #5bc0de;
    height: 100%;
    position: relative;
    text-align: center;
}

.steps .step .lead {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.steps .step .step-descripton {
    font-size: 14px;
}

.steps .step .lead,
.steps .step .step-descripton {
    opacity: 0.8;
    transition: 0.2s all;
}

.steps .step .marker {
    position: absolute;
    left: 50%;
    bottom: 11px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50% !important;
    background: #5bc0de;
    border: 6px solid #EEEEEE;
    transition: 0.4s all;
}

.steps .step:hover .lead,
.steps .step:hover .step-descripton {
    opacity: 1;
}

.steps .step.active {
    color: #3fc9d5;
}

.steps .step.active .lead,
.steps .step.active .step-descripton {
    opacity: 1;
}

.steps .step.active .marker {
    background: #3fc9d5;
    box-shadow: 0 0 3px 1px #3fc9d5;
}

.steps .step.disabled {
    cursor: default;
    color: #ed6b75;
}

.steps .step.disabled .lead,
.steps .step.disabled .step-descripton {
    opacity: 1;
}

.steps .step.disabled .marker {
    background: #ed6b75;
}

#agency-wizard #payment-method-pjax-wizard .fa,
#agency-wizard #payment-method-pjax-wizard.fas {
    font:normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
}
#agency-wizard #task-type-pjax-wizard .fa,
#agency-wizard #task-type-pjax-wizard .fas {
    font:normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
}

#agency-wizard #payment-method-pjax-wizard h3,
#agency-wizard #task-type-pjax-wizard h3 {
    float: left;
    margin-top: 3px;
}

#agency-wizard #payment-method-pjax-wizard .task-type .btn,
#agency-wizard #task-type-pjax-wizard .task-type .btn,
#agency-wizard #payment-method-pjax-wizard .payment-method-index .btn,
#agency-wizard #task-type-pjax-wizard .payment-method-index .btn {
    float: right;
}

#agency-wizard #payment-method-pjax-wizard .grid-view,
#agency-wizard #task-type-pjax-wizard .grid-view,
#agency-wizard #payment-method-pjax-wizard .task-type-form,
#agency-wizard #task-type-pjax-wizard .task-type-form,
#agency-wizard #payment-method-pjax-wizard .payment-method-form,
#agency-wizard #task-type-pjax-wizard .payment-method-form {
    clear: both;
}

#agency-wizard #logo-progress {
    height: 3px;
    transition: 0.5s all;
    margin: 3px 0 0 0;
    opacity: 0;
}

#agency-wizard #logo-progress.active {
    opacity: 1;
}

#agency-wizard #logo-errors {
    font-size: 10px;
    color: #e73d4a;
}

#agency-wizard .fileinput-button {
    margin-top: 1px;
}

#agency-wizard .fileinput-button.has-file {
    margin-top: 0px;
    font-size: 10px;
}

#agency-wizard .control-label i {
    text-decoration: none;
    border-bottom: 0 none;
}

#agency-wizard .popover {
    width: 200px;
}

.fa-question-circle[data-toggle="tooltip"] {
    border-bottom: 0 none;
}

h3 .fa-question-circle[data-toggle="tooltip"] {
    font-size: 16px;
}

.expandable {
    position: relative;
}

.expandable .short-text {
    display: block;
}

.expandable .long-text {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 240px;
    display: block;
    opacity: 0;
    transition: 0.2s all;
    background: #FFFFFF;
    overflow: auto;
    word-break: normal;
    padding: 3px 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.expandable:hover .long-text {
    display: block;
    opacity: 1;
}

.document-templates {
    width: 75%;
    margin-left: 100px;
}

.document-templates ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 110px;
}

/*.offer-m-icon.hide,*/
/*.offer-m-icon-was-send.hide,*/
/*.kp-icon.hide,*/
/*.kp-icon-was-send.hide,*/
/*.invoice-icon.hide,*/
/*.invoice-icon-was-send.hide {*/
/*    width: 0px;*/
/*}*/


.offer-m-icon, .offer-m-icon-was-send {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("../images/offerm_ico.png");
    width: 11px;
    height: 12px;
    margin-right: 3px;
}

.kp-icon, .kp-icon-was-send {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("../images/paste_ico.png");
    width: 11px;
    height: 12px;
    margin-right: 3px;
}

.invoice-icon, .invoice-icon-was-send {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("../images/list_ico.png");
    width: 11px;
    height: 12px;
    margin-right: 3px;
}

.icon-inactive {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.panel-title {
    margin-top: 6px;
    font-size: 16px;
}

#pr-table .grid-view .summary {
    font-size: 12px;
    text-align: right;
    float: left;
    position: relative;
    top: 6px;
    right: 10px;
}

body .ui-tooltip {
    z-index: 99999;
}

.toggle-control {
    display: inline-block;
    cursor: pointer;
}

.toggle-control .chk-container {
    display: inline-block;
    position: relative;
    height: 10px;
    width: 26px;
    border: 1px solid #cccccc;
    border-radius: 6px !important;
    margin-right: 5px;
    cursor: pointer;
}

.toggle-control .chk-container .chk {
    border-radius: 50% !important;
    background-color: #e6e6e6;
    border: 1px solid #b3b3b3;
    height: 14px;
    width: 14px;
    top: -3px;
    transition: 0.3s all;
    left: -3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    position: absolute;
    display: block;
    cursor: pointer;
}

.toggle-control.on .chk-container .chk {
    border: 1px solid #2dc0cd;
    background: #3fc9d5;
    left: 14px;
}

#visible-form {
    border: 1px solid #d8d9db;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    padding: 5px;
    margin-bottom: 15px;
}

.field-col .form-group .hidden-active-field {
    color: rgba(12, 12, 12, 0.4);
}

#visible-form > .row {
    min-height: 35px;
}

#allowed-form-fields .form-field-to-select .simulated-field {
    cursor: pointer;
}

.simulated-field {
    background-color: #eef1f5;
    opacity: 1;
    overflow: hidden;
}

.svg-icon {
    /*left: -21px;*/
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
    /*position: absolute;*/
    fill: #939393;
    visibility: hidden;
    display: inline-block;
}

.field-actions-container {
    background-color: #fff;
    padding: 1px 6px;
    border-radius: 3px;
    position: absolute;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    top: 5px;
    right: 17px;
    z-index: 6;
}

#visible-form .row {
    border: 1px dashed white;
}

#visible-form .row:hover {
    cursor: move;
    border: 1px dashed #dcdddf;
}

#visible-form .row:hover .svg-icon {
    visibility: visible;
}

#visible-form .row:hover .field-actions-container {
    display: block;
}

.amoforms__field__action .form_field_action_delete, .amoforms__field__action .amoforms__field__action__edit {
    color: #b5b8be;
}

.amoforms__field__action .form_field_action_delete:hover, .amoforms__field__action .amoforms__field__action__edit:hover {
    cursor: pointer;
    color: #2e3640;
}

#svg-sprite {
    display: none;
}

.title-input {
    font-size: 11px;
    border-left: none;
    border-top: none;
    border-right: none;
    padding-left: 1px;
}

body .ui-tooltip {
    border: 0 none;
    background: #000000;
    border-radius: 4px;
    color: #ffffff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    font-size: 12px;
    opacity: 0.8;
    margin-top: -3px;
}

/*# sourceMappingURL=custom.css.map */
#calls-popup {
    position: fixed;
    width: 400px;
    height: 122px;
    background: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #AAA;

    right: 10px;
    z-index: 1004;
    bottom: -130px;
    transition: 0.2s all;
}

#calls-popup.active {
    bottom: 10px;
}

#calls-popup .image {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    background: #FAFAFA;
    left: 0;
    text-align: center;
    line-height: 120px;
}

#calls-popup .image i {
    font-size: 96px;
    line-height: 120px;
}

#calls-popup .content .title {
    padding: 5px 0 2px 0;
}

#calls-popup .body {
    font-size: 14px;
    color: #787878;
}

#calls-popup .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 26px;
    height: 26px;
}

#calls-popup .content {
    margin-left: 130px;
    position: relative;
    height: 100%;
}

#calls-popup .content .actions {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

#dropzone p, .dropzone p {
    margin-bottom: 5px;
}

.a {
    color: #337ab7;
    cursor: pointer;
}

.a:hover {
    text-decoration: underline;
}

#dropzone, .dropzone {
    padding: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    color: #787878;
    background: white !important;
    border: 2px dotted #36c !important;
}

#dropzone.in, .dropzone.in {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    border: 2px dashed #787878;
}

#dropzone.fade, .dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.message-form-container .btn {
    padding-left: 0;
    padding-right: 0;
}

/* nav */

#main-nav .page-header.navbar .page-logo, #main-nav .page-header-inner .page-logo {
    width: 200px;
    padding-left: 10px;
    padding-right: 3px;
    background: #364150;
}

.page-sidebar-closed.page-sidebar-closed-hide-logo #main-nav .page-header.navbar .page-logo, .page-sidebar-closed.page-sidebar-closed-hide-logo #main-nav .page-header-inner .page-logo {
    width: 45px;
}

#main-nav .page-header.navbar .dropdown-user span, #main-nav .page-header-inner .dropdown-user span {
    position: relative;
    top: -3px;
    color: #79869a;
}

#my_profile_button > a {
    color: #79869a;
}

.navbar-form {
    margin-top: 7px;
}

/*.page-header-inner {*/
/*display: flex;*/
/*}*/

.page-header-inner .navbar-form {

}

.page-header-inner .navbar-form .select2-container {
    width: 100%;
}

.page-header-inner .navbar-nav {
    width: auto;
    display: flex;
    margin: 7.5px 0;
    flex-wrap: wrap;
}



#main-nav .page-header.navbar .page-logo,
#main-nav .page-header-inner .page-logo {
    background: left 17px top 50%;
    background-size: 50%;
    padding-top: 0;
}

#nav-search {
    width: 100%;
    border: 0 none;
    padding-left: 26px;
}


#nav-search.ui-autocomplete-loading {
    background: url('../images/loading-spinner-grey.gif') no-repeat 99% 3px white;
}

#nav-search-no-results {
    border: 1px solid #CCCCCC;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    padding: 4px 6px;
    background: #EFEFEF;
    color: #888888;
    display: none;
    margin-top: -1px;
}

#nav-search-no-results.active {
    display: block;
}

.page-header-inner .navbar-form:before {
    content: "\e090";
    position: absolute;
    top: 7px;
    left: 22px;
    width: 16px;
    height: 16px;
    color: #787878;
    font-family: 'Simple-Line-Icons';
    line-height: 15px;
}

#nav-search:focus, #nav-search:active {
    border-bottom: 1px solid #CCCCCC;
}

#nav-search.opened {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.page-sidebar-closed.page-sidebar-closed-hide-logo #main-nav .page-header.navbar .page-logo,
.page-sidebar-closed.page-sidebar-closed-hide-logo #main-nav .page-header-inner .page-logo {
    width: 45px ;
}

.page-sidebar-closed.page-sidebar-closed-hide-logo #main-nav .page-header.navbar .page-logo a,
.page-sidebar-closed.page-sidebar-closed-hide-logo #main-nav .page-header-inner .page-logo a{
    display: none;

}

.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
    margin-right: 7px;

}

.page-header.navbar .menu-toggler.sidebar-toggler {
    margin: 10px 0 0 0;
}


.page-header-inner .navbar-form:before {
    top: 7px;
    left: 22px;

}
.page-container-bg-solid .page-bar, .page-content-white .page-bar {
    margin: -20px -10px 0;
}
.navbar-form.navbar-left.dashboard-search-form{
    position: relative;
}
#nav-search-no-results{
    position: absolute;
    width: 100%;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .page-header-inner .navbar-nav{
        margin: 0;
    }
    #main-nav .page-header.navbar .page-logo,
    #main-nav .page-header-inner .page-logo {
        background: #364150 left 17px top 50%;
        background-size: 50%;
        padding-top: 0;
    }

}

@media screen and (max-width: 992px) {
    .page-sidebar, .page-sidebar.navbar-collapse.in {
        margin: 0!important;
    }
    .page-header.navbar.navbar-fixed-top, .page-header.navbar.navbar-static-top {
        z-index: 9995;
        position: relative;
    }
    .page-header.navbar{
        height: auto;
        background-color: #2b3643!important;
    }
    .page-header.navbar{
        box-shadow: none!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .page-header-inner .navbar-form:before {
        z-index: 1 !important;
        top: 8px;
        left: 9px;
    }
    .navbar-form {
        border: none !important;
        box-shadow: none;
        width: 50%;
        padding: 0 !important;
    }
}
@media (max-width: 1420px) {
    .panel li a {
       padding: 10px 10px;
    }
}
@media screen and (max-width: 767px) {

    .nav.navbar-nav.pull-right  a.dropdown-toggle{
        padding-right: 5px;
        padding-left: 5px;
    }
    .button-dropdown-plus {
        padding: 5px 0 !important;
    }
 }

@media screen and (min-width: 480px) and (max-width: 767px) {
    .navbar-form {
        margin: 0 !important;
        padding:8px 0 !important;
    }

    .navbar-form.navbar-left.dashboard-search-form{
        width: 46%;
        float: left;
        position: relative;
        border: none!important;
        box-shadow: none;
    }
    .page-header-inner .navbar-form:before {
        z-index: 1 !important;
        left: 10px;
        top: 18px;
    }
}

@media screen and (max-width: 479px) {
    .page-header-inner .navbar-form:before {
        z-index: 1 !important;
        top: 54px !important;
        left: 12px;
    }
    .navbar-form {
        margin: 0 25px 0 4px !important;
        padding: 0 !important;
        z-index: 1;
    }

}

.ui-autocomplete.nav-search-results {
    z-index: 10000;
    position: fixed;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #CCCCCC;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
}

.ui-autocomplete.nav-search-results li {
    background: none;
    border: 0 none;
    padding: 6px;
    font-size: 12px;
    color: #333333;
}

.ui-autocomplete.nav-search-results li.ui-state-active, .ui-autocomplete.nav-search-results li.ui-state-focus {
    margin: 0;
}

.ui-autocomplete.nav-search-results li.ui-state-focus {
    background: #337ab7;
    color: #FFFFFF;
}

.ui-autocomplete.nav-search-results li.li-head, .ui-autocomplete.nav-search-results li.li-head:hover {
    background: #FCF8E3;
    color: #C09853;
    font-weight: bold;
}
.ui-autocomplete.nav-search-results span.show {
    line-height: 16px!important;
    font-size: 600!important;
    display: block!important;
    float: right!important;
    font-size: 12px!important;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 0!important;
    background: transparent!important;
    color: #337ab7!important;
    font-weight: bold!important;
}

.ui-autocomplete.nav-search-results li:hover {
    background: #337ab7;
    color: #FFFFFF;
    border: 0 none;
}

.page-bar .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.page-bar .navbar-nav > li > a.dropdown-toggle {
    padding-top: 8px;
    padding-bottom: 6px;
}

.navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

/* !nav! */
.login-role-list button {
    border: 1px solid white;
    background-color: #FFFFFF;
    padding-left: 70px;
    height: 60px;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.2s all;
    border-radius: 8px !important;
}

.login-role-list button:hover {
    box-shadow: 0 0 5px #71b5f2;;
    background-color: #ffffff;
}

.login-role-list button .agency-name {
    font-weight: bold;
}

.login-role-list button .role-name {
    color: #787878;
}

/*******Login-layouts********/
html, body {
    min-height: 100%;
}

body.login-light {
    background: url("../images/login-layouts.jpg") no-repeat;
    background-size: cover;
}

body.login-light .form-group.has-error .form-control {
    border-color: #e73d4a;
}

body.login-light .form-group .help-block {
    font-size: 12px;

}
.multiple-fields-widget-item .form-group .help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}
body.login-light .content-block {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 35px auto 0;
    border-radius: 25px !important;
    padding: 55px 25px 35px 25px;
}

body.login-light .content-block.content-register {
    margin: 20px auto 0;
    padding: 15px 25px;
}

.login-light .logo-login-register {
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: 60px;
}

.login-light .logo-login-register img {
    width: 260px;
    height: 90px;
    margin: 30px 0 0;
}

.login-light .language ul {
    background: #71b5f2;
    border-radius: 6px !important;
    color: white;
    font-size: 18px;
    margin: 10px;
}

.login-light .login-label {
    background: url("../images/label-icon.png") no-repeat center;
    position: absolute;
    margin: 0 auto;
    margin-top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 148px;
    width: 148px;
    background-size: 70%;
}

.login-light .content-block input.form-control {
    background-color: white;
    height: 35px;
    border-radius: 8px !important;
    padding: 5px 5px 5px 40px;
    color: #828383;
    font-size: 16px;
    border: 1px solid transparent;
    margin: 10px 0 0;
    position: relative;
}

.login-light #reset-password-form .form-group {
    margin-bottom: 7.5px;
}

.login-light .content-block input.form-control:focus {
    border: 1px solid #71b5f2;
}

.login-light .content-block input.form-control::placeholder {
    color: #828383;
    font-size: 16px;
}

.login-light .content-block input.form-control.disabled {
    background: #EFEFEF;
}

.login-light .content-block .field-loginform-email.form-group,
.login-light .content-block .field-loginform-password.form-group,
.login-light .content-block .field-loginform-password.form-group,
.login-light .content-block .field-signupform-password.form-group,
.login-light .content-block .field-signupform-username.form-group,
.login-light .content-block .field-signupform-email.form-group,
.login-light .content-block .field-phone.form-group,
.login-light .content-block .icon-pass.form-group,
.login-light .content-block .icon-email.form-group,
.login-light .content-block .field-translatorsignupform-email.form-group,
.login-light .content-block .field-passwordresetrequestform-email.form-group,
.login-light .content-block .field-signupform-passwordconfirm.form-group {
    position: relative;
}

.login-light .content-block .field-loginform-email.form-group:before,
.login-light .content-block .field-signupform-username.form-group:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f007";
    z-index: 1;
    font-size: 16px;
    line-height: 35px;
    color: #838484;
    left: 14px;
}

.login-light .content-block .field-loginform-password.form-group:before,
.login-light .content-block .field-signupform-passwordconfirm.form-group:before,
.login-light .content-block .pass-icon.form-group:before,
.login-light .content-block .field-signupform-password.form-group:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f023";
    z-index: 1;
    font-size: 16px;
    line-height: 35px;
    color: #838484;
    left: 14px;

}

.login-light .content-block .field-signupform-email.form-group:before,
.login-light .content-block .email-icon.form-group:before,
.login-light .content-block .field-passwordresetrequestform-email.form-group:before,
.login-light .content-block .field-translatorsignupform-email.form-group:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f0e0";
    z-index: 1;
    font-size: 16px;
    line-height: 35px;
    color: #838484;
    left: 14px;

}

.content-block .form-actions .button-login,
.content-block .create-account .button-login {
    border-radius: 8px !important;
    width: 100%;
    padding: 5px;
    color: white;
    text-align: center;
    font-size: 20px;
    background-color: #71b5f2;
    border: none;
    font-family: "Open Sans Light", sans-serif;
}

.content-block .form-actions .button-login:hover,
.content-block .create-account .button-login:hover,
.content-block .form-actions .button-login:focus,
.content-block .create-account .button-login:focus {
    background-color: #72a5dc;
}

.login-light .form-actions .container-checkbox {
    display: block;
    position: relative;
    padding-left: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #838484;
}

.login-light .form-actions .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.login-light .control {
    font-family: "Open Sans Light", sans-serif;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    padding-top: 0;
    cursor: pointer;
    font-size: 14px;
    color: #848383;
}

.login-light .control-checkbox {
    margin-bottom: 0px;
}

.login-light .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.login-light .control_indicator {
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    width: 30px;
    background: #ffffff;
    border: 1px solid #8384847d;
    margin-top: -15px;
}

.login-light .control-radio .control_indicator {
    border-radius: undefined;
}

.login-light .control:hover input ~ .control_indicator,
.login-light .control input:focus ~ .control_indicator {
    background: #ffffff;
}

.login-light .control input:checked ~ .control_indicator {
    background: #ffffff;
}

.login-light .control:hover input:not([disabled]):checked ~ .control_indicator,
.login-light .control input:checked:focus ~ .control_indicator {
    background: #ffffff;
}

.login-light .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.login-light .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.login-light .control input:checked ~ .control_indicator:after {
    display: block;
}

.login-light .control-checkbox .control_indicator:after {
    left: 10px;
    top: 5px;
    width: 8px;
    height: 12px;
    border: solid #71b5f2;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.login-light .control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.login-light .form-actions a.form-login-link {
    color: #838484;
    font-size: 16px;
}

.login-light .form-actions button {
    margin: 10px 0 20px;
}

.login-light .link-registration-block {
    margin: 0 auto;
    max-width: 658px;
    border-bottom: 3px solid #252d4f;
    color: #252d4f;
    font-family: 'HelveticaNeueCyr',sans-serif;
}



.login-light .link-registration-block.no-border {
    border-bottom: 0 none;
}

.login-light .link-registration-block.no-border a {
    text-decoration: underline;
    color: #000;
}

.login-light .link-registration {
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-family: "Open Sans Light", sans-serif;
}


.login-light .alert.alert-warning.alert-dismissible.block-info-for-registration{
    border: 1px solid #252d4f;
    margin: 20px 0 10px;
    position: relative;
    background-color: rgba(255,255,255,0.8);
    color: #252d4f;
    text-align: center;

}

.login-light .alert.alert-warning.alert-dismissible.block-info-for-registration button.close span{
    color: #252d4f;
}

.login-light .link-registration a,
.login-light .link-registration a:hover {
    color: inherit;
    font-weight: 600;
    text-transform: uppercase;
}

.login-light .content-block .form-title {
    color: #838484;
    font-size: 20px;
    font-family: "Open Sans Light", sans-serif;
    text-align: center;
}

.login-light .content-block .link-login,
.login-light .content-block .link-login:hover,
.login-light .content-block .link-login:focus {
    color: #71b5f2;
    font-size: 18px;
    line-height: 62px;
}

.login-light .content-block.reset-pass  .title-for-input{
    text-align: left;
}


.login-light .content-block .title-for-input {
    line-height: 55px;
    font-size: 16px;
    text-align: right;
}

.intl-tel-input {
    display: block !important;
}

.selected-flag {
    outline: none;
}

.login-light .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.login-light .content-block.content-register .send-email a {
    text-align: center;
    text-decoration: underline;
    color: #252d4f;
    font-size: 16px;
}

.login-light .content-block.content-register p {
    font-size: 14px;
}
.icon-group::before {
    content: "\f0c0";
    text-decoration: inherit;
    display: inline-block;
    line-height: normal;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-width: 767px) {

    .login-light #reset-password-form .form-group {
        margin-bottom: 15px;
    }

    body.login-light .content-block {
        margin: 30px auto 0;
        padding: 40px 20px;
    }

    body.login-light .content-block.content-register {
        margin: 10px auto 0;
        padding: 5px 10px;
    }

    .login-light .language ul {
        background: #71b5f2;
        border-radius: 6px !important;
        color: white;
        font-size: 20px;
        margin: 10px;
    }

    .login-light .logo-login-register img {
        height: 68px;
    }

    .login-light .login-label {
        background: url("../images/label-icon.png") no-repeat center;
        position: absolute;
        margin: 0 auto;
        margin-top: -70px;
        left: 50%;
        transform: translateX(-50%);
        height: 148px;
        width: 148px;
        background-size: 50%;
    }

    .login-light .content-block.reset-pass input.form-control {
        height: 35px;
        padding: 10px 10px 10px 40px;
        font-size: 16px;
        margin:0 0 0 0;
    }

    .login-light .content-block input.form-control {
        height: 35px;
        padding: 10px 10px 10px 40px;
        font-size: 16px;
        margin: 20px 0 0;
    }

    .login-light .content-block input.form-control::placeholder {
        font-size: 16px;
    }

    .login-light .content-block .field-loginform-email.form-group:before,
    .login-light .content-block .field-signupform-username.form-group:before,
    .login-light .content-block .field-loginform-password.form-group:before,
    .login-light .content-block .field-signupform-passwordconfirm.form-group:before,
    .login-light .content-block .field-signupform-password.form-group:before,
    .login-light .content-block .field-phone.form-group:before {
        font-size: 16px;
        line-height: 35px;
        left: 14px;
    }

    .login-light .content-block .field-signupform-email.form-group:before,
    .login-light .content-block .field-passwordresetrequestform-email.form-group:before,
    .login-light .content-block .field-translatorsignupform-email.form-group:before {
        font-size: 16px;
        line-height: 35px;
        left: 10px;
    }

    .login-light .content-block .form-actions .button-login,
    .login-light .content-block .create-account .button-login {
        padding: 10px;
        font-size: 20px;

    }

    .login-light .form-actions a.form-login-link {
        font-size: 15px;
    }

    .login-light .form-actions button {
        margin: 10px 0;
    }

    .login-light .link-registration {
        margin: 10px 0;
        padding: 10px 0 0;
        font-size: 16px;
    }

    .login-light .content-block .form-title {
        font-size: 20px;
    }

    .login-light .control {
        font-size: 14px;
        padding-left: 0;
    }

    body.login-light .content-block.content-register .control {
        padding-left: 35px;

    }

    .login-light .link-registration,
    .login-light .link-registration a,
    .login-light .link-registration a:hover {
        text-shadow: 2px 0px 1px rgba(255, 255, 255, 1);
    }

    .login-light .form-actions div {
        text-align: center;
    }

    .login-light .content-block.new-pass .title-for-input,
    .login-light .content-block .title-for-input {
        text-align: left;
        line-height: 15px;
        margin-bottom: 5px;
    }

}

.iti-flag {
    background-image: url("../images/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("../images/flags@2x.png");
    }
}