/*
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;
}

.custom-font {
    font-family: CustomFont, 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: #1744a3;
    border-color: #1744a3;
}

.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: #1744a3;
}

.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;
}

.second-font {
    font-family: CustomFont;
}

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

.cms-title {
    font-size: 22px;
}

.cms-title-2 {
    font-size: 18px;
}

.adjust-bottom-5 {
    margin-bottom: -5px;
}

.c-pointer {
    cursor: pointer;
}

.c-help {
    cursor: help;
}

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

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

.margin-top-3 {
    margin-top: 3px !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-25 {
    margin-top: 25px !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-bottom-70 {
    margin-bottom: 70px;
}

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

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

.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-15 {
    margin-right: 15px;
}

.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;
}

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

.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-2 {
    font-size: 11px;
    color: rgba(33, 37, 41,.91);
}

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

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

.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-no-height {
}

.validate-error-no-height .reg-invalid-value {
    margin-bottom: 0px;
}

.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: #1744a3;
    box-shadow: none;
    color: #25292b;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
    height: calc(1.5em + .25rem + 2px);
}

textarea.reg-form {
    border-width: 1px 1px 1px 1px;
    border-radius: 4px;
    color: #25292b;
    font-size: 15px;
    font-weight: bold;
}

textarea.reg-form:focus {
    border-color: #1744a3;
    box-shadow: none;
    color: #25292b;
    font-size: 15px;
    font-weight: bold;
}

input.reg-form-2, select.reg-form-2 {
    border-width: 0px 0px 1px 0px;
    border-radius: 2px;
    color: #25292b;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
    height: 24px;
    display: inline-block;
    background-color: transparent;
}

input.reg-form-2:focus, select.reg-form-2:focus {
    border-color: #1744a3;
    box-shadow: none;
    color: #25292b;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
    height: 24px;
    display: inline-block;
    background-color: transparent;
}

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

.login-ok-title {
    color: #1744a3;
    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,0.8);
    position: absolute;
    left: 50%;
    margin-left: -180px;
    bottom: 40px;
}

.login-wrapper {
    background-image: url(/img/SSTP_Slider.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;
    font-weight: bold;
}

#custom_message_text {
    font-size: 13px;
    margin-top: 10px;
}

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

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

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

.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.dropdown-item, a.dropdown-item:visited, a.dropdown-item:hover {
    color: #1744a3;
}

a, a:visited, a:hover {
    color: #1744a3;
}

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;
    color: grey;
}

.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 */      
}

.no-border-select-2 {
    border: 1px solid #dee2e6 !important;
    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: #1744a3;
    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-span-text {
    position: relative;
    bottom: 7px;
}

.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;
}

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

.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;
}

.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;
}

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

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

table.sm-padding tbody tr td {
    padding: 3px 6px !important;
}

table.sm-padding-2 tbody tr td {
    padding: 5px 9px !important;
}

.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;
}

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

.glob_search_view_all {
    text-align: center;
}

.container-fluid {
    padding-left: 0px; padding-right: 0px;
}

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

.under-development-holder {
    background-color: #fff4f4; 
    border: 1px dashed grey; 
    border-radius: 5px; 
    display: inline-block; 
    padding: 10px 30px; 
    font-size: 21px; 
    font-weight: bold;
}

.one_block {
    border: 1px solid #cbcccd;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #ebebeb;
    padding: 20px 40px 20px 40px;
    background-color: #fff;
}

.one_block-padding-normal {
    padding: 20px 40px 20px 40px;
}

.one_block-padding-small {
    padding: 20px 20px 20px 20px;
}

.one_block_empty {
    background-color: transparent;
}

.main_padding_block {
    margin: 20px 50px;
}

.margin_inner_block {
    margin-top: 10px;
}

h3 {
    color: black;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 21px;
}

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

#adm_inform_search_icon {
    position: absolute;
    margin-left: 10px;
    top: 10px;
}

#adm_search_input, .adm_search_input {
    border-radius: 0 2px 2px 0;
    box-shadow: inset 0 2px 3px 0 #ebebeb !important;
    background-color: #fcfcfc;
    outline: 0;
    border: 1px solid #e1e2e2 !important;
    height: 32px;
    font-size: 14px;
    padding-left: 32px;
    width: 100%;
}

#adm_inform_search_input {
    display: inline;
    width: 200px;
}

.btn-sm-font {
    font-size: 13px;
    font-weight: bold;
}

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

.table-area {
    margin-top: 15px;
}

.right-divider {
    border-right: 1px solid #cbcccd;
    margin: 0px 10px 0px 10px;
}

.general-table {
    border: 0px solid #cbcccd;
    margin-bottom: 0px;
    font-size: 14px;
    cursor: pointer;
}

.general-table tr th {
    border-top: 0px solid black;
    text-transform: uppercase;
    padding: 8px 0.75rem;
    font-size: 13px;
    background-image: linear-gradient(-180deg,#fefefe 4%,#f7f7f7 100%);
    font-weight: 700;
}

.short-table tr th {
    padding: 2px 0.75rem;
}

.short-table tr td {
    padding: 2px 0.75rem;
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f7f7f7;
}

.table-striped tbody tr:hover {
    background-color: #f0f0f0;
}


.sort-none {
    background-image: url(/img/arrow.png);
}

.sort-up {
    background-image: url(/img/up-arrow.png);
}

.sort-down {
    background-image: url(/img/down-arrow.png);
    position: relative;
    top: 7px;
}

.sort-arrows {
    width: 6px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
}

#filter-holder {
    background-color: #ededed;
    border: 1px solid grey;
    padding: 5px 10px;
    border-radius: 5px;
}

.filter_text {
    line-height: 15px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.filter_param {
    display: inline-block;
    height: 28px;
    margin-left: 10px;
    font-size: 14px;
}

.filter_appl_cnt {
    background-color: #1744a3;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    height: 16px;
    position: relative;
    padding: 1px 5px;
    left: 3px;
    top: -5px;
}

.filter_appl_cnt_none {
    background-color: transparent !important;
}

select.filter_param {
    padding: 0rem 0.75rem;
}

.filter_param_normal {
    padding: 0rem 0rem;
    margin-left: 0px;
    height: 35px;
}

#filter_btn, #clear_filter_btn {
    min-width: 120px;
}

.sm-title {
    font-size: 12px;
    color: #696d70;
}

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

.checkbox_input {
    width: 18px;
    height: 18px;
    display: inline;
    vertical-align: middle;
}

.va-middle {
    vertical-align: middle !important;
}

.admin-table tr td {
    vertical-align: middle !important;
}

.remaining {
    font-size: 11px;
}

.selectize-input.focus {
    border-color: #ced4da;
    border-width: 0px 0px 1px 0px;
    box-shadow: 0 0 0px transparent;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.selectize-control.multi .selectize-input > div {
    font-size: 12px;
    border: 1px solid lightgrey;
    margin-bottom: 4px;
}

.selectize-option, .selectize-dropdown-content .create {
    padding: 15px 20px 15px 20px;
}

.selectize-control.multi .selectize-input > div.active {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background: #efefef;
    color: #333333;
    border: 1px solid lightgrey;
}

.second-text {
    font-size: 14px;
}

.third-text {
    font-size: 13px;
}

.modal-dialog-xxl {
   width: 90% !important;
   max-width: 90% !important;
}

.modal-dialog-xl {
   width: 70% !important;
   max-width: 70% !important;
}

.modal-dialog-lg-plus {
   width: 60% !important;
   max-width: 60% !important;
}

.modal-dialog-lg {
   width: 50% !important;
   max-width: 50% !important;
}

.modal-dialog-sm {
   width: 30% !important;
   max-width: 30% !important;
}

.small-select {
    height: 24px;
    font-size: 12px;
    padding: .1rem .75rem;
}

.normal-a, .normal-a:hover, .normal-a:visited {
    color: #1744a3;
    text-decoration: none;
}

.normal-a-hover, .normal-a-hover:visited {
    text-decoration: none;
    color: #212529;
}

.normal-a-hover:hover {
    color: #212529;
}

.input_not_full_width {
    width: 85%;
}

.adjust-current-ef-client {
    position: relative;
    top: 8px;
}

.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;
}

.edit_btn_pos1 {
    position: absolute; 
    top: 10px; 
    right: 10px;
}

.edit_btn_pos2 {
    position: absolute; 
    top: 20px; 
    right: 15px;
}

.edit_btn_pos3 {
    position: absolute; 
    top: 20px; 
    right: 95px;
}

.pos-rel {
    position: relative;
}

.list_wrap_300 {
    max-width: 300px;    
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
    line-height: 16px;
    vertical-align: middle !important;
}

.list_wrap_500 {
    max-width: 500px;    
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
    line-height: 16px;
    vertical-align: middle !important;
}

.list_wrap_500_spec {
    max-width: 500px;    
    white-space: normal;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
    line-height: 16px;
    vertical-align: middle !important;
}

.tmp-title {
    padding: 5px 0px;
    background-color: white;
    border-radius: 5px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: grey;
    border-color: grey;
}

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

.top-line {
    border-top: 1px solid #d8d8d8;
}

.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;
}

.doc-icon {
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.action-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.resume-holder .general-info {
    flex-basis: 600px;
    word-break: break-all;
}

.resume-holder .general-info div.dark-color {    
    color: #25292b !important;
}

.align-div-img-left {
    margin-left: 10px;
}

.align-div-img-top {
    margin-top: 10px;
}

.rec-val {
    font-size: 15px;
    font-weight: 700;
    display: block;
}

.adv-search-item {
    padding: 5px 10px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #ebebeb;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.notif-menu-count {
    background-color: #f5070d;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    height: 16px;
    position: relative;
    padding: 1px 5px;
    left: -12px;
    top: -5px;    
}

.popover-body {
    padding: 10px 0px 10px 0px;
}

.popover {
    max-width: 540px;
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popover_holder {
    width: 500px;
}

.notification_item {
    outline: 0;
    padding: 10px 24px;
    cursor: pointer;
    width: 100%;
    line-height: 16px;
}

.notification_message {
    color: #3f4346;
    font-size: 14px;
    display: inline-block;
}

.notification_item:hover {
    background-color: #f0f0f0;
}

.notification_footer {
    margin-top: 14px;
    border-top: 1px solid #cbcccd;
}

.notification_view_all {
    font-size: 14px;
    color: #696d70 !important;
    margin: 8px 24px 0;
    cursor: pointer;
    outline: 0;
    display: inline-block;
}

.reminder_alert {
    color: darkred;
}

.reminder_ok {
    color: black;
}

.clear-both {
    clear: both;
}

.reminder-block {
    padding-top: 14px;
    padding-left: 8px;
    display: flex;
}

.reminder-complete-icon {
    width: 24px;
    height: 24px;
    background: url("/img/complete-grey.png") no-repeat;
    background-size: 24px 24px;
    display: inline-block;
}

.reminder-complete-icon::after {
    content: "Mark as Complete";
    padding: 2px;
    display: block;
    top: -2000px;
    right: -3000px;
    width: 120px;
    text-align: center;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid transparent;
    color: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    
}
.reminder-complete-icon:hover::after {
    position: relative;
    display: block;
    color: black;
    background-color: white;
    border: 1px solid black;
    content: "Mark as Complete";
    top: -20px;
    right: -30px;
}

.reminder-one-block {
    display: inline-block;
}

.reminder-complete-icon:hover {
    width: 24px;
    height: 24px;
    background: url("/img/complete.png") no-repeat;
    background-size: 24px 24px;
    display: inline-block;
}

.reminder-mark-complete {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
    
}

.notification-time-passed {
    font-size: 14px;
    color: #8c8c8c;
}

.notification-time-passed-2 {
    font-size: 12px;
    color: #8c8c8c;
}

.badge-small {
    font-size: 9px;
    background-color: white;
    color: darkblue;
    font-weight: bold;
    padding: 1px 3px;
    border: 1px solid grey;
    border-radius: 3px;
}

.proposal-location-td {
    width: 200px;
}

#other_leads_customer_area {
    border: 1px dashed grey;
    padding: 0px 10px 10px 10px;
}

.another-color {
    color: darkblue;
}

.lh-small {
    line-height: 18px;
}

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

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

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


.context-menu-list {
    min-width: 200px !important;
}

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

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

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

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

.hint-icon {
    margin-left: 3px; 
    position: relative; 
    bottom: 1px;
}

.local-links {
    color: #212529;
}

.nav-client-link.active {
    color: #1744a3 !important;
}

table.valign-m tr td {
    vertical-align: middle;
}

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

.radio-btn {
    width: 21px !important;
    height: 21px;
    display: inline-block;
}

.adjust-radio {
    position: relative; 
    top: 4px;
}

.badge {
    white-space: normal;
}

.edit_profile_btn  {
    z-index: 999;
}

.graph_area_height_half {
    height: 200px !important;
}

.edit_btn_pos4 {
    position: absolute;
    top: -5px;
    right: 10px;
}

.pc-title {
    min-width: 350px;
}

.crossed_text {
    text-decoration: line-through;
    color: darkred;
}

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

.proposal-coaches-td {
    line-height: 15px;
}

@media (max-width: 1200px) {
    .input_not_full_width {
        width: 80%;
    }
}

@media (max-width: 767.98px) {
    
    #filter_btn, #clear_filter_btn {
        min-width: 100px;
    }
    
    .main_padding_block {
        margin: 10px 10px;
    }
    
    .input_not_full_width {
        width: 70%;
    }
    
    .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;
    }
    
    .popover_holder {
        width: 97%;
    }
    
    .popover {
        max-width: 97%;
    }
}

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

    .modal-dialog-xl {
        width: 96% !important;
        max-width: 96% !important;
    }

    .modal-dialog-lg {
        width: 96% !important;
        max-width: 96% !important;
    }
    
    .modal-dialog-lg-plus {
        width: 96% !important;
        max-width: 96% !important;
    }
    
    .modal-dialog-sm {
        width: 96% !important;
        max-width: 96% !important;
    }
    
    .popover_holder {
        width: 97%;
    }
    
    .popover {
        max-width: 97%;
    }
}

