:root {
    --color-green: #198754;
    --color-green-forest: #228B22;
    --color-lime: #50B83C;
    --color-gray: gray;
    --color-gray-light: #E4E6EA;
    --color-red: #dc3545;
    --color-yellow-text: #856404;
    --color-gray-background: #f8f8f8;
    --color-lightyellow: lightyellow;
    --color-blue-light: aliceblue;
    --color-blue: #91caf9;
    --color-red: crimson;
    --color-red-dark: maroon;
    --color-white: white;
}

a[aria-expanded="true"] > .zmdi-eye {
    display: none;
}
a[aria-expanded="false"] > .zmdi-eye {
    display: inline;
    color: var(--color-green);
}
a[aria-expanded="true"] > .zmdi-eye-off {
    display: inline;
    color: var(--color-red);
}
a[aria-expanded="false"] > .zmdi-eye-off {
    display: none;
}
.alert > a {
    color: var(--color-yellow-text);
    text-decoration: underline;
}
body {
    background-color: var(--color-gray-background);
}
.sidebar {
    background-color: whitesmoke;
}
.sidebar-close {
    color: var(--color-green);
}
.profile-pic {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border-radius: 50%;
}
.modal-action-buttons {
    text-align: center;
    padding: 10px 0px;
}
.fa-external-link-alt, a.link {
    color: var(--color-green);
}
a.link:hover {
    color:gray;
    text-decoration: underline;
}
#general-statistics {
    order:2
}
#general-info {
    order:1
}
#general-position {
    order:3
}
.alert {
    border-radius: 8px;
}
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color:#155724;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.select2new {
    font-family: Nunito, sans-serif;
    box-sizing: border-box;
    height: 39px;
    width: 100%;
    border: 1px solid #CED0D4;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #212B36;
    font-family: Inter !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #212B36;
}
.referral{
    display: flex;
    flex-direction: column;
}
.referral__input{
    width: 460px;
    position: relative;
}
.referral__input input {
    border: 1px solid #ced0d4;
    border-radius: 5px;
    padding: 4px;
    width: inherit;
    color: #212B36;
}
.referral__copy{
    width: 35px;
    height: 35px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0%;
    right: 0%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: transparent;
    transition: background-color .5s ease-in-out;
}
.referral__copy:hover{
    cursor: pointer;
    background-color: #ced0d4;
}
input[name=current_contract_status]:checked + label {
    background-color: RGBA(80, 184, 60, 0.1);
    border: 3px solid #50B83C;
}
input[name=personal_gender]:checked + label {
    background-color: RGBA(80, 184, 60, 0.1);
    border: 3px solid #50B83C;
}
input[id^="vacancy-status-"] + label {
    line-height: 20px;
    padding: 7px 0px !important;
    display:block;
    margin:0px;
}
input[id=vacancy-status-active]:checked + label {
    background-color: RGBA(80, 184, 60, 0.1);
    border: 3px solid #50B83C;
    padding: 7px 0px !important;
}
input[id=vacancy-status-inactive]:checked + label {
    background-color: RGBA(220, 20, 60, 0.1);
    border: 3px solid RGB(220, 20, 60);
    padding: 7px 0px !important;
}
input[id^="vacancy-availability-"] + label {
    line-height: 20px;
    padding: 7px 0px !important;
    display:block;
    margin:0px;
}
input[id=vacancy-availability-public]:checked + label {
    background-color: RGBA(80, 184, 60, 0.1);
    border: 3px solid #50B83C;
    padding: 7px 0px !important;
}
input[id=vacancy-availability-private]:checked + label {
    background-color: RGBA(220, 20, 60, 0.1);
    border: 3px solid RGB(220, 20, 60);
    padding: 7px 0px !important;
}
input[id^="permission-private-"] + label {
    line-height: 40px;
    padding: 7px 0px !important;
    display:block;
    margin:0px;
}
input[id^="permission-private-"]:checked + label {
    background-color: RGBA(220, 20, 60, 0.1);
    border: 3px solid RGB(220, 20, 60);
    padding: 7px 0px !important;
}
input[id^="permission-public-"] + label {
    line-height: 40px;
    padding: 7px 0px !important;
    display:block;
    margin:0px;
}
input[id^="permission-public-"]:checked + label {
    background-color: RGBA(80, 184, 60, 0.1);
    border: 3px solid #50B83C;
    padding: 7px 0px !important;
}
input[id$="-no"]:checked + label {
    background-color: RGBA(220, 20, 60, 0.1);
    border: 3px solid RGB(220, 20, 60);
    padding: 7px 0px !important;
}
input[id$="-yes"]:checked + label {
    background-color: RGBA(80, 184, 60, 0.1);
    border: 3px solid #50B83C;
    padding: 7px 0px !important;
}

input[id=make_offer] + label,  input[id=interested] + label, input[id=reject] + label {
    line-height: 20px;
    padding: 7px 0px !important;
    display:block;
    margin:0px;
}
input[id=make_offer]:checked + label {
    background-color: RGBA(80, 184, 60, 0.1);
    border: 3px solid #50B83C;
    padding: 7px 0px !important;
}
input[id=interested]:checked + label {
    background-color: RGBA(255, 215, 0, 0.1);
    border: 3px solid rgb(255, 215, 0);
    padding: 7px 0px !important;
}
input[id=reject]:checked + label {
    background-color: RGBA(220, 20, 60, 0.1);
    border: 3px solid RGB(220, 20, 60);
    padding: 7px 0px !important;
}



.lh-unset {
    line-height:unset;
}
.request-user-img{
    width: 35px;
    height: 35px;
}
.past_contract {
    height:20px !important;
}
.hover-background-change:hover {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-color: var(--color-lightyellow);
}
.card-tab {
    width: 200px;
    top: -10px;
    z-index: 0;
    left: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 4px
}

.card-tab:hover {
    background-color: var(--color-blue-light);
    border: 1px solid var(--color-blue);
}

.shortlist:hover .zmdi-star-outline {
    display: none;
}

.zmdi-star {
    display: none;
}

.shortlist:hover .zmdi-star {
    display: unset;
    color: gold;
}
.card-tab:hover .zmdi-star {
    display: unset;
    color: gold;
}
.card-tab:hover .zmdi-star-outline {
    display: none;
}
.card-tab:hover .zmdi-mail-send {
    color: blue;
}

.card-tab:hover .zmdi-file {
    color: darkorange;
}

.card-tab:hover .zmdi-file-text {
    color: var(--color-green-forest);
}

.highlight-over:hover {
    background-color: var(--color-blue-light);
}
.flex-item-right {
    margin-left: auto;
    left: -20px;
}
.card-tab-green {
    background-color: var(--color-lime);
    color: white;
}
div.card-tab-green:hover {
    background-color: white;
    color: var(--color-lime);
    border: 1px solid var(--color-green-forest);
}
.card-tab-green a {
    color:white;
}
.card-tab-green:hover a {
    color: var(--color-green-forest);
}

.badge-core{
    transition: width 1s;
    width: 28px;
}
.badge-locked-border {
    border: 1px solid var(--color-red-dark);
}
.badge-unlocked-border {
    border: 1px solid var(--color-green);
}
.badge-expand:hover {
    width:340px;
}
.badge-text {
    display: none;
    color: white;  
}
.badge-core:hover > .badge-text{
    display: inline-block;  
}
.badge-red{
    background-color: var(--color-red);
}
.badge-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.badge-green {
    background-color: var(--color-lime);
}
.position-absolute{
    position: absolute;
}
.right-0{
    right: 0;
}

.navigation > li:hover > a > i {
    color:var(--color-lime);
    background-color: var(--color-gray-light);
}

td {
    padding-top: 5px;
    padding-bottom: 5px;
}

table.content th {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    background-color: white;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: green;
    border-bottom: 1px solid green;
}

table {
    border-collapse: collapse;
}

table.data_table th {
    background-color: RGBA(80, 184, 60, 0.1);
}

table.data_table td {
    border-top: 1px solid green;
    /* // #d5d8dc; */
    border-bottom: 1px solid green;
}
table.vertical th {
    text-align: left;
    width:50%;
    border-top: 1px solid green;
    padding-left: 10px;
}
table.vertical_double th {
    text-align: left;
    width:25%;
    border-top: 1px solid green;
}
table.data_table td {
    padding: 1px 0px;
}
.border-bottom-custom {
    border-bottom: 1px solid RGB(80, 184, 60); 
}


.select2-dropdown .select2-results__option[aria-disabled="true"]{
    color:black;
}
.pulse2 {
  animation: pulse-animation 2s infinite;
}
.table-odd-colored tbody tr:nth-child(odd){
    background-color: var(--color-gray-light);
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(80,184,60, 0.6);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(80,184,60, 0);
  }
}

@media (min-width: 1200px) {
    .sidebar-close {
        display: none;
    }
    #general-statistics {
        order:1
    }
    #general-info {
        order:2
    }
    #general-position {
        order:3
    }
}
@media (max-width: 768px) {
    .card-tab {
        width: 100%;
        margin:3px;
        left:0px;
        margin-top: 2px;
        top:3px;
    }

}
