html, body {
    font-family: 'Montserrat', sans-serif;
}
html {
    overflow: auto;
    overflow-x: hidden;
}
body {
    background-image: url("../img/mesh.png");
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}
label{
    padding: 10px 0;
}
a {
    color: #00a3ff;
    font-weight: 500;
}
.tooltip-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:flex-center;-webkit-align-items:flex-center;-ms-flex-align:flex-center;-moz-box-align:flex-center;align-items:flex-center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;-moz-box-pack:center;justify-content:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);color:#fff;padding:7px 15px;position:fixed;left:0;top:0;max-width:300px;height:auto;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:1.1;font-size:.65rem;z-index:101;text-transform:none;white-space:break-spaces!important}
.captcha-reload {
    cursor: pointer;
    margin-left: 10px;
    padding: 7px;
    text-align: center;
    background-color: #fff;
    width: 35px;
    height: 35px;
}
.feedback-body {
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin: 10px 0;
    padding: 10px 15px;
}
.feedback-body .header-feedback {
    padding-top: 10px;
}
.feedback-body .header-feedback h4, .feedback-body .response-feedback h4 {
    font-size: 1em;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}
.feedback-body .header-feedback h4:hover, .feedback-body .response-feedback h4:hover {
    color: #236b84;
}
.feedback-body .footer-feedback {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    font-size: 1.3em;
}
.feedback-body span {
    font-size: .9em;
    color: #000;
    padding: 10px 0;
}
.split {
    height: 100%;
    width: 2px;
    padding: 0 5px;
}
.SiteContent{
    background-color: #ffffff77;
    padding-bottom: 15px;

}
.LeftMenu{
    list-style: none;
    max-width: 20vw;
    padding: 25px 15px 0 25px;
    position: relative;
}
.LeftMenu li {
    width: 100%;
    border-color: #e1e8ff;
    border-width: 0 1px;
    border-style: solid;
}
.LeftMenu li:first-child{
    border-top-width: 1px;
}
.LeftMenu li:last-child {
    border-bottom-width: 1px;
}
.LeftMenu li a {
    font-size: .8em;
    font-weight: 300;
    display: block;
    padding: 5px 10px;
    background: #fff;
    border-top: 1px solid #ebebeb;
}
.LeftMenu li a:hover {
    background: #e1e8ff96;
}
.LeftMenu li:first-child a {
    border: 0;
    border-radius: 2px 2px 0 0;
}
.LeftMenu li:last-child a {
    border-radius: 0 0 2px 2px;
}
.NewsItemContent, .AliasItemContent {
    padding: 25px 15px;
}
.NewsTitle, .AliasTitle {
    padding: 25px;
    text-align: left;
    border-bottom: 3px solid #e1e8ff;
    margin: 0 30px;
}
.NewsText, .AliasText {
    padding: 25px;
    font-weight: 300;
}
.NewsText p, .AliasText p {
    text-indent: 25px;
    margin: 0;
}
.NewsText li, .AliasText li {
    list-style-position: inside;
    text-indent: 30px;
}
.block-calendar {
    padding: 35px 15px 25px 25px;
}
.block-calendar .table-condensed>thead>tr>th, .block-calendar .table-condensed>tbody>tr>th, .block-calendar .table-condensed>tfoot>tr>th, .block-calendar .table-condensed>thead>tr>td, .block-calendar .table-condensed>tbody>tr>td, .block-calendar .table-condensed>tfoot>tr>td {
    padding: 8px;
}
.block-calendar table.table>thead>tr>th,.block-calendar table.table>tbody>tr>td {
    border-color: #fff;
}
.block-calendar .day-click {
    background-color: #cad0dd;
    cursor: pointer;
}
.block-calendar .day-click:hover {
    color: #fff;
}
.block-calendar table.table>thead>tr>th {
    color: #fff;
    font-weight: 400;
}
.block-calendar table.table>thead>tr>th.back,
.block-calendar table.table>thead>tr>th.next {
    padding: 6px;
}
.block-calendar th.back a,
.block-calendar th.next a{
    color: #fff;
    font-size: 1rem;
}
.block-calendar th.back a:hover,
.block-calendar th.next a:hover{
    
}
.block-calendar th.back a i,
.block-calendar th.next a i{
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
}
.block-calendar th.back a:hover i,
.block-calendar th.next a:hover i{
    -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
}
#lightbox li{display:inline-block;margin:5px;}
#lightbox img{width:120px;border:7px solid rgba(255,255,255,0.5);-webkit-box-shadow:0 0 .313em rgba(0,0,0,0.05);box-shadow:0 0 .313em rgba(0,0,0,0.05);-webkit-transition:border-color .3s ease, 0 .3s ease;-o-transition:box-shadow .3s ease, border-color .3s ease;transition:box-shadow .3s ease, border-color .3s ease,;border-color:#eee;}
#lightbox img:hover,#lightbox img:focus{-webkit-box-shadow:0 0 .938em rgba(0,0,0,0.25);box-shadow:0 0 .938em rgba(0,0,0,0.25);border-color:#fff;}
#imagelightbox{cursor:pointer;position:fixed;z-index:10000;-ms-touch-action:none;touch-action:none;-webkit-box-shadow:0 0 3.125em rgba(0,0,0,0.75);box-shadow:0 0 3.125em rgba(0,0,0,0.75);}
img#imagelightbox {
    border: 15px solid rgba(255,255,255,0.62);
    border-radius: 5px;
}
#imagelightbox-overlay{background-color:rgba(0,0,0,0.71);position:fixed;z-index:9998;top:0;right:0;bottom:0;left:0;}
#imagelightbox-close:hover,#imagelightbox-close:focus{background-color:#111;}
#imagelightbox-close:before,#imagelightbox-close:after{width:2px;background-color:#fff;content:"";position:absolute;top:20%;bottom:20%;left:50%;margin-left:-1px;}
#imagelightbox-close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
#imagelightbox-close:after{-webkit-transform:rotate(-45deg);}
.employee_user{
    max-width: fit-content;
    padding: 5px 10px;
    float: left;
}


.EmployeeItem {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding:0;
    overflow: hidden;
    font-size: .8em;
    border: 5px solid #fff;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
}
.EmployeeItem:hover{
    -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
}
.EmployeeItem table tr td {
    font-size: .85em;
}
.EmployeeItem table tr:first-child td {
    font-weight: 500;
    font-size: .95em;
}
.EmployeeViewL {
    width: 220px;
    max-width: 100vw;
    margin: 5px 0;

    box-shadow: 0 0 3px 0 #0000001c;
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;
    -webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;-moz-box-pack:center!important;justify-content:center!important;
    -webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;-moz-box-align:center!important;align-items:center!important;
}
.EmployeeViewP {
    font-size: .9em;
    width: 400px;
    max-width: 100vw;
    box-shadow: 0 0 3px 0 #0000001c;
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;
   -webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;-moz-box-pack:center!important;justify-content:center!important;
   -webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;-moz-box-align:start!important;align-items:flex-start!important;
}
.EmployeeItem .EmployeeInfo{
    padding: 0;
    position: relative;
    padding-bottom: 45px;
    height: 100%;
    width: 100%;
}
.EmployeeItem .EmployeePhoto{
    width: 100%;
}
.EmployeeItem .EmployeePhoto picture{
    width: 100%;
    line-height: 0;
}
.EmployeeItem .EmployeePhoto img{
    width: 100%;
}
.EmployeeItem .EmployeeName {
    width: 100%;
}
.EmployeeItem .EmployeePosition {
    
}
.EmployeeItem .EmployeeContactList {
    position: absolute;
    height: 45px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.EmployeeItem .EmployeeContactList a{
    width: 30px;
    height: 30px;
    background-color: #e0e8f6;
    padding: 7px;
    margin: 0 5px;
    border-radius: 2px;
    color: #004267;
    opacity: .6;
    -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
}
.EmployeeItem .EmployeeContactList i{
    font-size: .9rem;
}
.EmployeeItem .EmployeeContactList a:hover{
    opacity: 1;
    -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        border-radius: 25px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
}


.EmployeeItem .EmployeeContactList .EmployeeContactItem{
    -webkit-transform: translate3d(0, 300%, 0);
        -moz-transform: translate3d(0,300%,0);
        transform: translate3d(0, 300%, 0);
    -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease;
}
.EmployeeItem:hover .EmployeeContactList .EmployeeContactItem{
    -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease;
}
.EmployeeItem .EmployeeContactList .EmployeeContactItem:first-child{
    -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
}
.EmployeeItem:hover .EmployeeContactList .EmployeeContactItem:first-child{
    -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
}
.EmployeeItem .EmployeeContactList .EmployeeContactItem:last-child{
    -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        transition: all 0.45s ease;
}
.EmployeeItem:hover .EmployeeContactList .EmployeeContactItem:last-child{
    -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        transition: all 0.45s ease;
}