/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 30, 2020, 10:45:38 AM
    Author     : vkorotun
*/

@font-face {
    font-family: 'MainFont';
    src: url('/fonts/Roboto-Regular.woff2') format('woff2'),
         url('/fonts/Roboto-Regular.woff') format('woff'),
         url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CustomFont';
    src: url('/fonts/KorolevBold.woff2') format('woff2'),
         url('/fonts/KorolevBold.woff') format('woff'),
         url('/fonts/KorolevBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.main-font {
    font-family: Roboto, sans-serif;
}

body {
    font-family: Roboto, sans-serif;
    background-color: #282829;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #D0AF21;
    border-color: #D0AF21;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { 
    background-color: white;
}

.second-color {
    color: #D0AF21;
}

.big-title {
    font-weight: bold;
    font-size: 21px;
}

.lg-title {
    font-weight: bold;
    font-size: 16px;
}

.huge-font {
    font-family: CustomFont;
    font-size: 36px;
    font-weight: 500;
}

.xlarge-font {
    font-family: CustomFont;
    font-size: 29px;
    font-weight: 500;
}

.c-pointer {
    cursor: pointer;
}

.c-help {
    cursor: help;
}

.c-default {
    cursor: default !important;
}

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

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20-sm-only {
    margin-top: 0px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

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

.margin-top-m10 {
    margin-bottom: -10px !important;
}

.margin-top-m20 {
    margin-bottom: -20px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

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

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

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

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

.margin-left-10 {
    margin-left: 10px;
}

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

.margin-left-40 {
    margin-left: 40px;
}

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

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

.margin-right-10 {
    margin-right: 10px;
}

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

.margin-right-30 {
    margin-right: 30px;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

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

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-70 {
    padding-top: 70px;
}

.bold {
    font-weight: 700;
}

ul.no-bullet {
    list-style: none;
    padding: 0px;
    font-size: 13px;
    list-style-position: outside;
}

ul.no-bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

ul.no-bullet li:before {
    margin-right: 10px; 
    content: "\2713";
    display: inline-block;
    color: #09a642;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -2px;
}

.no-rl-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.label-text {
    font-size: 11px;
    color: rgba(0,0,0,.54);
}

.label-text-big {
    font-size: 14px;
    color: rgba(0,0,0,.54);
}

.share-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
}

.radio_imp {
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
}

.radio {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.radio_text {
    position: relative;
    bottom: 9px;
}

.md-icon {
    font-size: 16px;
}

.validate-custom {
}

.validate-error {
    height: 24px;
}

.validate-error-large {
    height: 44px;
}

.validate-error-xlarge {
    height: 64px;
}

.validate-error > label, .validate-custom > label, .validate-error-large, .validate-error-xlarge > label{
    margin-bottom: 5px;
}

input.reg-form, select.reg-form {
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    color: #25292b;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
    height: calc(1.5em + .25rem + 2px);
}

input.reg-form:focus, select.reg-form:focus {
    border-color: #D0AF21;
    box-shadow: none;
    color: #25292b;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
    height: calc(1.5em + .25rem + 2px);
}

.reg-invalid-value {
    font-size: 11px;
    color: red;
}

.login-ok-title {
    color: #D0AF21;
    font-size: 23px;
    font-weight: bold;
}

.login-ok-text {
    color: rgba(0,0,0,.87);
    font-size: 15px;
    font-weight: bold;
}

.copyright-info {
    color: rgba(255,255,255,.6);
    position: absolute;
    left: 50%;
    margin-left: -110px;
    bottom: 40px;
}

.login-wrapper {
    background-image: url(/img/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-wrapper {
    background-color: white;
    border-radius: 4px;
    padding: 40px 40px 22px 40px;
    max-width: 350px;
}

#custom_message {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}

#custom_message_title {
    font-size: 15px;
}

#custom_message_text {
    font-size: 12px;
}

.lh15 {
    line-height: 15px !important;
}

.reg-title {
    font-weight: 600;
    font-size: 16px;
    color: #D0AF21;
    margin-top: 30px;
    margin-bottom: 20px;
}

.reg-title-2 {
    font-weight: 600;
    font-size: 14px;
    color: #D0AF21;
}

.content-size-11 {
    font-size: 11px !important;
}

.content-size-12 {
    font-size: 12px !important;
}

.content-size-13 {
    font-size: 13px !important;
}

.content-size-15 {
    font-size: 15px;
}

.content-size-16 {
    font-size: 16px;
}

.content-size-18 {
    font-size: 18px;
}

.content-size-14 {
    font-size: 14px !important;
}

.content-size-22 {
    font-size: 22px;
}

.content-size-24 {
    font-size: 24px;
}

.caption-title {
    font-size: 14px;
    color: #696d70;
}

.btn-reg {
    min-width: 120px;
    border-radius: 0px;
    font-size: 14px;
}

.btn-main {
    border-radius: 0px;
    font-size: 14px;
}

.btn-radius {
    border-radius: 0.25rem;
}

a.btn {
    -webkit-appearance: none;
}

.modal-title {
    font-size: 18px;
    font-weight: 600; 
}

.modal-header button:focus, .modal-footer button:focus {
    outline: none !important;
    box-shadow: none !important;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #a09b9b;
}

.add-degree, .add-doc, .add-poc, .add-service {
    cursor: pointer;
}

.reg-text {
    font-weight: 400;
    font-size: 14px;
    color: #25292b;
}

.form-control:disabled {
    background-color: inherit;
}

.in-line-select {
    display: inline-block;
    min-width: 80px;
    width: auto;
    max-height: 34px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.in-line-select-font {
    font-size: 14px;    
    top: 0px;
}

.no-border-select {
    border: 0px solid black;
    box-shadow: none !important;
    outline:none;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */      
}

.select-60 {
    min-width: 60px;
}

.input-40 {
    width: 32px;    
    height: 32px;
    font-size: 15px;
    text-align: center;
    padding: 4px 2px;
    margin-left: 4px;
    margin-right: 4px;
}

.link_normal {
    font-size: 14px;
    font-weight: 500;
    color: #D0AF21;
    cursor: pointer;
    outline: 0;
}

.bold-link {
    font-weight: 700;
}

.anchor_link {
    font-size: 15px;
    font-weight: 500;
    color: #696d70;
    cursor: pointer;
    outline: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.anchor_link_selected, .anchor_link:hover{
    color: #25292b !important;
    padding-bottom: 9px;
    border-bottom: 2px solid #25292b;
}

.anchor_link, .anchor_link:active, .anchor_link:link, .anchor_link:visited {
    text-decoration: none;
    color: #696d70;
}

.anchor_link_selected, .anchor_link_selected:active, .anchor_link_selected:link, .anchor_link_selected:hover, .anchor_link_selected:visited {
    text-decoration: none;
    color: #25292b;
}

.adjust-search-input-area {
    position: relative;
    bottom: 2px;
}

.adjust-plus-icon {
    position: relative;
    bottom: 2px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.btn-paginator {
    position: relative;
    bottom: 3px;
}

.padding-btn-6 {
    padding: 6px;
}

.hr-line {
    border-bottom: 3px solid lightgrey;
    margin-left: 15px;
    margin-right: 15px;
}

.reg_doc_msg_err {
    color: red;
    font-size: 11px;
    width: 100%;
    position: relative;
}

.reg_doc_msg_success {
    font-size: 14px;
    color: #16582d;
    border: 1px solid #99bfa7;
    background-color: #f0f7f3;
    border-radius: 2px;
    padding: 6px 25px 5px 20px;
    display: inline-block;
    position: relative;
    word-break: break-all;
}

.reg_doc_msg_progress {
    font-size: 14px;
    color: #ff9800;
    border: 1px solid #ff9800;
    background-color: #faf6eb;
    border-radius: 2px;
    padding: 6px 25px 5px 20px;
    display: inline-block;
    position: relative;
}

.rem-file-icon, .rem-note-file-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.readonly-normal {
    background-color: white !important;
}

.remove-holder {
    text-align: right !important;
    font-size: 13px;
}

.remove-exp, .remove-education, .remove-cert {
    cursor: pointer;
    color: red;
}

.textarea-font-size {
    font-size: 14px;
}

.btn-del {
    color: #f5070d;
} 

.table-more-actions {
    right: 0px;
    position: sticky;
    z-index: 1;
    min-width: 30px !important;
    text-align: center;
    background-color: inherit;
    padding: 17px 2px 17px 2px !important;
}

.table-more-actions .table-more-actions-button {
    display: none;
}

.contextmenu-class {
    font-size: 14px !important;
    font-family: Roboto, sans-serif;
}

.context-menu-hover {
    background-color: #D0AF21 !important;
}

.contextmenu-class .context-menu-item {
    padding: 5px 20px;
}

.context-menu-root {
    width: 100px !important;
    padding: 0px !important;
}

.vert-center {
    vertical-align: bottom;
}

#menu-username {
    line-height: 15px;
}

.job-order-def-font-size {
    font-size: 15px;
}

.btn-disabled {
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    color: rgba(0,0,0,.26) !important;
}

.no-color {
    color: initial !important;
}

.align-selectize-right {
    display: inline-block;
}

.align-selectize-right .selectize-option {
    text-align: left;
}

.align-selectize-right .selectize-input {
    text-align: left;
}

.no-top-border {
    border-top: 0px solid black !important;
}

.textatea-disabled {
    background-color: #F5F5F5 !important;
}

.btn-selected {
    background-color: #e5e5e5 !important;
}

.title-color {
    color: #FFFFFF;
}

.badge-share {    
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #ebebeb;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    margin-top: 5px;
    margin-right: 5px;
    cursor: default;
    color: rgba(0,0,0,.87);    
}

.normal-select .selectize-input {
    border-width: 1px 1px 1px 1px !important;
    border-radius: 5px !important;
    color: #25292b;
    font-size: 14px;
    font-weight: bold;
    min-height: calc(1.5em + .25rem + 2px) !important;
    background-color: white;
}

.carousel-item {
    margin-right: 0;
}
/* show 2 items */
.carousel-inner .active + .carousel-item {
    display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
}
.carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
}
/* left or forward direction */
.active.carousel-item-left + .carousel-item-next.carousel-item-left,
.carousel-item-next.carousel-item-left + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
/* farthest right hidden item must be also positioned for animations */
.carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
}
/* right or prev direction */
.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.carousel-item-prev.carousel-item-right + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
}

/* show 3rd of 3 item slide */
.carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
}
.carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
}
/* left or forward direction */
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
/* right or prev direction */
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
}

.carousel-control-next, .carousel-control-prev {
    width: 25px;
    height: 25px;
    padding: 5px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    top: 45%;
}

.btn-sm-padding  {
    padding: 2px 4px;
}

.td-sm-padding  {
    padding: 9px 12px !important;
}



.dash-touch-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dash-touch-block {
    min-width: 110px; 
    width: 110px; 
    max-width: 110px; 
    padding: 0px 10px;
    cursor: pointer;
}

.dash-touch-text {
    overflow-wrap: break-word !important; 
    display: inline-block; 
    word-break: normal !important; 
    -ms-word-break: normal; 
    white-space: normal;
    font-size: 12px;
}

.glob_search_suffix {
    width: 300px !important; 
    max-height: 400px !important; 
    overflow-y: auto;
    overflow-x: hidden;
}

.glob_search_title {
    font-size: 14px;
    font-weight: 400;
    color: #696d70;
    padding: 7px 15px;
}

.glob_search_content:hover {
    background-color: #f1f1f1;
    padding: 5px 20px;
}

.glob_search_content {
    padding: 5px 20px;
}

.glob_search_no_res {
    color: rgba(0,0,0,.38);
    font-size: 14px;
    padding: 0px 15px;
}

.glob_search_err {
    color: darkred;
    padding: 5px 20px;
}

.no-click-border {
    outline: 0;
    outline-offset: 0;
}

.no-click-border:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-offset: 0;
    box-shadow: none;
}

.rounded-personal-pic {
    border-radius: 50% !important;
}

.always_on_top .selectize-dropdown-content {
    
}

.btn-grey-border {
    border-color: #d3d9df !important;
}

.glob_search_view_all {
    text-align: center;
}

.nltobr {
    white-space: pre-line;
}

.doc-preview-area {
    height: 60vh;
}

.link_to_client, .link_to_client:hover, .link_to_client:visited {
    text-decoration: none;
    cursor: pointer;    
    outline: 0;
    color: white;
}

@media (min-width: 1400px) {
    .dash-touch-block {
        min-width: 140px; 
        width: 140px; 
        max-width: 140px; 
        padding: 0px 10px;
    }
}

@media (max-width: 767.98px) {
    
    .in-line-select {
        width: 60px;
    }
    
    #custom_message {
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 50%;
        width: 90%;
        margin-left: -45%;
    }
    
    .table-more-actions .table-more-actions-button {
        display: inherit;
    }
    
    .btn-paginator {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 991.98px) {
    
    .margin-top-20-sm-only {
        margin-top: 20px !important;
    }
}

