/*
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: 'TitleUFont';
    src: url('/fonts/e-ukrainehead-regular_w.woff2') format('woff2'),
         url('/fonts/e-ukrainehead-regular_w.woff') format('woff'),
         url('/fonts/e-ukrainehead-regular_w.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TextFont';
    src: url('/fonts/AngleciaProText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

.dropdown_selected {
    font-weight: bold;
    font-size: 25px;
}

.option_header {
    border-bottom: 1px solid grey;
    padding: 3px 10px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
}

.option_header_selected {
    font-weight: bold;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #FEFEFA;
}

.list_holder {    
    background-color: #FEFEFA;
}

.border_bottom {
    border-bottom: 1px solid grey;
}

.descr_filled > div:after {
    content:" *";
}

.new_calc_link {
    position: absolute;
    top: 10;
    left: 15;
}

.header_all_done {
    color: green;
}

input.solution-descr {
    font-weight: bold;
    height: 32px;
}

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

.soft_color {
    background-color: #FEFEFA;
}

select.dropdown_calc {
    height: 32px;
    font-size: 16px;
    padding: 2px 10px;
    font-weight: bold;
}

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

.TextFont {
    font-family: TextFont, sans-serif;
}

.TitleFont {
    font-family: TitleUFont, sans-serif;
}

.MainFont {
    font-family: MainFont, sans-serif;
}

.lh-big {
    line-height: 25px;
}

.uppercase {
    text-transform: uppercase;
}

.btn-main {
    text-transform: uppercase;
    font-size: 20px;
    color: #191919 !important;
    padding: 5px 40px;
    border: 3px solid #f68c2e;
    cursor: pointer;
    background-color: white;
    text-decoration: none;
}
.btn-main:hover {
    background-color: #f68c2e;
    border: 3px solid lightgrey;
    color: white !important;
    text-decoration: none;
}

.btn-main:disabled, .btn-main[disabled] {
    color: rgb(55,57,63);
    background-color: lightgrey;
    border: 3px solid grey;
}

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

.no-shadow-selection {
    box-shadow: inset 0 2px 3px 0 #ebebeb !important;
    border: 1px solid #e1e2e2 !important;
    outline: 0 !important;
}

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

.mt-wizard {
    margin-top: 10px;
}

.btn-w80 {
    min-width: 80px !important;
}

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

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

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

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

.ml-menu-logout {
    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-5 {
    padding-right: 5px !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-5 {
    padding-bottom: 5px !important;
}


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

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

.padding-top-5 {
    padding-top: 5px !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;
    line-height: 12px;
    color: rgba(0,0,0,.54);
}

.field-text {
    font-size: 14px;
    text-transform: uppercase;
}

.list_holder .field-text {
    font-size: 12px !important;
}

textarea.std_field {
    font-size: 16px;
}

.sys_name {
    font-size: 16px;
    color: #f68c2e;
    letter-spacing: 1px;
}

.def_res_text {
    color: darkgrey;
    font-style: italic;
    margin-left: 10px;
}

.MainGreyColor {
    color: grey;
}

.logout-link {
    position: absolute;
    top: 10;
    right: 15;
}

.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 {
    line-height: 12px;
    font-size: 12px;
    color: #ff0033;
}

.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: 16px;
    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: 16px;
    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: 16px;
    font-weight: bold;
}

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

input.reg-form-2, select.reg-form-2 {
    border-width: 0px 0px 1px 0px;
    border-radius: 2px;
    color: #25292b;
    font-size: 16px;
    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: 16px;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
    height: 24px;
    display: inline-block;
    background-color: transparent;
}

.validate-error {
    font-size: 12px;
    color: #ff0033;
}

/*.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: -88px;
    bottom: 20px;
    font-size: 11px;
}

.login-wrapper {
    /* background-image: url(/img/login_slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
    
/*    background: 
        repeating-linear-gradient(
            90deg,
            #233C67 0 5px,
            ivory 5px 7px,
            transparent 7px, 
            transparent 10px
        ),
        repeating-linear-gradient(
            180deg,
            #233C67 0 4px,
            white 4px 7px,
            #99AFD7 7px,
            #99AFD7 10px
        );*/
    
   
    background-color: #4470AD;
    background: linear-gradient(0deg,#4470AD 0%,#99AFD7 100%);
    
    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;
}

.form-wrapper-main {
    background-color: white;
    border-radius: 4px;
    padding: 20px 20px 20px 20px;
    max-width: 95%;
    min-width: 600px;
}

#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-17 {
    font-size: 17px;
}

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

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

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

.navbar {
    z-index: 1000;
}

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

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

.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-span-text-2 {
    position: relative;
    bottom: 4px;
}

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

.hr-line-2 {
    border-bottom: 0px dotted darkgrey;
}

.hr-line-3 {
    border-bottom: 3px dashed 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: 16px;
    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;
    padding-bottom: 5px;
}

.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, .sort-arrows_exp {
    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;
}

.checkbox_input_bg {
    width: 24px;
    height: 24px;
    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;
    
}


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

.adm-lead-type-select {
    position: absolute; 
    top: 0px; 
    right: 95px;
}

.edit_btn_pos0 {
    position: absolute; 
    top: 50px; 
    right: 15px;
}

.edit_btn_pos1 {
    position: absolute; 
    top: 0px; 
    right: 15px;
}

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

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

.edit_btn_pos5 {
    position: absolute; 
    top: 40px; 
    right: 15px;
}

.edit_btn_pos7 {
    position: absolute; 
    top: 0px; 
    right: 165px;
}

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

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

.popover {
    max-width: 410px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.popover_holder {
    width: 370px;
}

.pos_rel {
    position: relative;
}

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

.lh-14 {
    line-height: 14px;
}

.lh-18 {
    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;
}

.btn-add-new {
    font-size: 22px;
    color: #1744a3;
}

.tooltip-inner {
    width: 250px;
    text-align: left;
}

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

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

.no-padding-l {
    padding-left: 0px !important;
}

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

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

.info-helper {
    color: darkblue;
}

.btn-dash-width-adjust {
    min-width: 200px;
}

.flex-center {
    justify-content: center;
    align-items: center; 
}

.padding-right_1_2 {
    padding-right: 5px !important;
} 

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

.no-top-space {
    border-radius: 5px !important;
    margin-top: 10px !important;
    border: 1px solid black;
    box-shadow: inherit;
}

.no-top-space-2 {
    margin-top: 10px;
    border-radius: 5px !important;
    border: 1px solid black;
    box-shadow: inherit;
}

.no-top-space-3 {
    border-radius: 5px !important;
    margin-top: 10px !important;
    box-shadow: inherit;
}

.no-top-space-spec {
    border-radius: 5px !important;
    margin-top: 0px !important;
    border: 1px solid black;
    box-shadow: inherit;
}

.strict-border {
    border-radius: 5px !important;
    border: 1px solid black;
    box-shadow: inherit;
}

.min-h-stat-sm-tile {
    min-height: 100px;
}

.help-block-1 {
    padding-right: 5px !important;
}

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

.stat-block-1 {
    padding-right: 5px !important;
}

.stat-block-2 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.stat-block-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

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

.wizard-image-wide {
    width: 50%;
}

.wizard-image-wide-2 {
    width: 70%;
}

.wizard-image-wide-3 {
    width: 50%;
}

.wizard-image-wide-4 {
    width: 100%;
}

.wizard-icon-color {
    color: #00660f;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.stat_three_mn_val {
    width: 200px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.form-control[readonly] {
    background-color: inherit;
}

.btn-change-log-version {
    color: #1744a3;
    font-size: 16px;
}

.btn-change-log-version:hover {
    color: #1744a3;
    text-decoration: none;
}

.btn-change-log-version:focus {
    color: #1744a3;
    text-decoration: none;
}

.help-ul li {
    display: block;
}

.help-ul li a {
    text-decoration: solid underline black 1px !important;
    text-underline-offset: 3px;
    display: inline-block;
    padding-bottom: 2px;
    margin-top: 5px;    
}

.help-ul li a:hover {
    text-decoration: solid underline lightgrey 1px !important;
    text-underline-offset: 3px;
    display: inline-block;
    padding-bottom: 2px;
    text-decoration: none;
}

.help-link:hover {
    text-decoration: none;
}

#pay_init_plan_period {
    display: inline-block;
    width: 50%;
}

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

.accordion {
    margin-right: 20px;
}

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

.notes-area {
    font-size: 12px !important;
    line-height: 14px !important;
    font-style: italic;
    margin-top: 7px;
    margin-left: 35px;
    color: #4c4c4c;
    position: relative;
}

.notes_quote {
    font-size: 21px;
    position: absolute; 
    top: -4px;
    left: -5px;
}

.notes_quote_2 {
    font-size: 21px;
    position: absolute; 
    top: 8px;
    left: 20px;
}

.container-adj {
    padding-left: 20%;
    padding-right: 20%;
}

.pros_list_descr {
    padding-top: 5px;
    line-height: 16px;
}

.center-plan-item {
    border-left: 1px solid grey;
}

.help-link-spec {
    border-bottom: 1px solid grey;
    display: inline-block;
    padding-bottom: 2px;
    color: #212529 !important;
}

.help-link-spec:hover {
    border-bottom: 1px solid lightgrey;
}

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

.showhide_button_part {
    display: none;
}

.showhide_button_part_holder {
    width: 100px;
}

.conf_item_num, .group_item_num {
    font-size: 13px;
    font-weight: bold;
}

.rem_conf_item_btn, .rem_group_item_btn {
    color: #bd2130;
    position: absolute;
    right: 0px;
    bottom: -5px;
    cursor: pointer;
    padding: 5px 10px;
}

.checkbox_conf_down_delivery {
    cursor: pointer; 
    display: inline-block; 
    width: 16px !important; 
    height: 16px !important; 
    position: relative; 
    top: 2px;
}

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

@media (max-width: 1200px) {
    
    #pay_init_plan_period {
        width: 70%;
    }
    
    .input_not_full_width {
        width: 80%;
    }
    
    .wizard-image-wide {
        width: 100%;
    }
    
    .wizard-image-wide-2 {
        width: 70%;
    }
    
    .wizard-image-wide-3 {
        width: 80%;
    }
}

@media (max-width: 992px) {
    
    .margin_inner_block_xs {
        margin-top: 10px;
    }
    
    .no-padding-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .container-adj {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767.98px) {
    
    
    .form-wrapper-main {
        background-color: white;
        border-radius: 4px;
        padding: 20px 20px 20px 20px;
        max-width: 90%;
        min-width: 400px;
    }
    
    .margin_inner_block-xs {
        margin-top: 10px;
    }
    
    .no-padding-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-brand {
        margin-right: 10px;
    }
    
    .ml-menu-logout {
        margin-left: 0px;
    }
    
    .help-ul li a {
        text-decoration: underline;
        text-underline-offset: 3px;
        display: inline-block;
        padding-bottom: 2px;
        margin-top: 5px;    
    }
    
    .pros_list_descr_ul {
        padding-left: 20px;
    }
    
    .container-adj {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .margin-right-btn {
        margin-right: 7px;
    }
    
    #pay_init_plan_period {
        width: 100%;
    }
    
    .help-block-1 {
        padding-right: 0px !important;
    }

    .help-block-2 {
        padding-left: 0px !important;
    }
    
    .stat_three_mn_val {
        width: 180px;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 17px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    
    .stat-block-1 {
        padding-right: 5px !important;
    }

    .stat-block-2 {
        padding-left: 5px !important;
        padding-right: 0px !important;
    }

    .stat-block-3 {
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .stat-block-4 {
        padding-left: 5px !important;
    }
    
    #adm_inform_search_input {
        width: 150px;
    }
    
    .one_block-padding-normal {
        padding: 10px 5px 10px 5px !important;
    }
    
    #filter_btn, #clear_filter_btn {
        min-width: 100px;
    }
    
    .main_padding_block {
        margin: 5px 0px;
    }
    
    .input_not_full_width {
        width: 70%;
    }
    
    .in-line-select {
        min-width: 80px;
    }
    
    #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%;
    }
}

@media (max-width: 991.98px) { 
    
    .nav-item-current {
        border-bottom: 2px solid #1744a3;
        border-left: 0px solid #1744a3;
    }
    
    .navbar-brand {
        padding-top: 0px;
        padding-bottom: 0px;
    }    
    
    .navbar {
/*        padding: 2px 0px 2px 20px*/
        padding: 0px 0px 0px 20px
    }
    
    .navbar-nav .nav-item {
        padding: 2px 5px;
        margin: 0px;
    }
    
    .navbar-nav-mauto {
        margin: auto !important;
    }    

/*    .nav-link {
        padding: 0px 1rem;
    }*/
}

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

.table-main-small tr th {
    font-size: 14px;
    padding: 2px 4px;
    line-height: 17px;
}

.table-main-small tr td {
    vertical-align: middle;
    font-size: 12px;
    padding: 6px 4px;
    line-height: 14px;
}

.cal_phone_name_block_one {
    padding: 4px 4px;
    border: 1px solid grey;
    margin-right: 5px;
    background-color: white;
    color: black;
    display: inline-block;  
    margin-top: 5px;
    cursor: pointer;
    font-size: 13px;
}

.cal_time_block_one_selected {
    background-color: darkblue !important;
    color: white !important;
}

.cal_price_text {
    font-size: 10px;
}

.cal_time_block_one {
    padding: 4px 4px;
    border: 1px solid grey;
    margin-right: 5px;
    background-color: white;
    color: black;
    display: inline-block;  
    margin-top: 5px;
    cursor: pointer;
    font-size: 13px;
}

body {
    &.modal-open {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
}