/*html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    height: 100%;
    font-family: 'Assistant', sans-serif;
    font-weight: normal;
    font-style: normal;
    scroll-behavior: smooth;
    color: #2d2d2d;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(.../../css/images/preloader.svg);
} 

strong {
    font-weight: 600;
}*/

.left_side_div {
    width: 260px;
    height: 100%;
    position: relative;
    left: 0;
    /* background:linear-gradient(90deg, rgba(56,205,252,1) 7%, rgba(27,50,217,1) 100%); 
    background-color: #0f3c50;*/
    background-color:#187da0;
    position: fixed;
    overflow-y: auto;
    display: flex;
    z-index: 1049;
   /* box-shadow: 0 0 10px #555; */
    transition:all .3s linear;
}

.left_side_div_toggle{
    	left:-260px ;
    }

.left_side_div .white_area {
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.left_side_div .white_area_button {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 30px;
    border: none;
    width: 100%;
    display:block;
    border-radius: 5px;
}

.mobile_menu_btn{
	position:absolute;
	top:10px;
	right:10px;
	background-color:transparent;
	border:none;
	outline:none !important;
	color:#fff;
	font-size:20px;
	display:none;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.mainMenu {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
}

.item {
    overflow: hidden;
}
.menu_section_text{
	font-weight:500;
	line-height:1.4;
}

.btn_links {
    display: block;
    padding: 7px 15px;
    background-color: transparent;
    color: #e6e6e6 !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    position: relative;
    text-align: left;
    transition:all .05s !important;
    font-size:.8rem;
}

.btn_links:hover{
	background-color:#e6e6e6;
	color:#0f3c50 !important;
}

.btn_links .menu_img {
    width: 8px;
    vertical-align: baseline;
    margin-right: 10px;
    transition: all .2s ease-in-out;
}

.subMenu {
    background: transparent;
    overflow: hidden;
   /* transition: max-height 0.7s; */
    max-height: 0;
    margin-bottom: 5px;
}

.subMenu_Opened{
	background-color: #092835;
    transition: max-height 0.7s;
    padding-bottom: 5px;
    max-height: 100%;
    padding-top:5px;
}

.submenu_img {
    margin-right: 10px;
    width: 7px;
    vertical-align: baseline;
}

.subMenu a {
    display: block;
    padding: 7px 10px 7px 30px;
    color: #fff;
    font-size: 12px;
    position: relative;
    text-decoration: none;
}

.subMenu a:hover {
    background: #e6e6e6;
    border-radius: 4px;
    color:#0f3c50 !important;
    transition: all 0.2s;
}

.subMenu a:last-child {
    border: none;
}

.item:active .subMenu {
    max-height: 100%;
    margin-bottom: 15px;
}


.right_side_div {
    width: calc(100% - 260px);
    height: 100%;
    min-height: 100vh;
    position: relative;
    background-color: transparent;
    display: flex;
    float: right;
    background-color: #eaeaea;
    padding: 0 15px 0 15px;
    transition:all .3s linear;
}

.right_side_div_toggle{
	width:100%;
}

.mobile_top_div {
    padding: 13px 10px 0px 10px;
    position: fixed;
    top: 0;
    background: #f98200;
    width: 100%;
    z-index: 9;
    display: none;
}

.birthday_img {
    display: grid;
    align-items: center;
}

.long_texts {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    line-height:1.3;
}

.data_infos{
	cursor:pointer;
}

.loaderDiv{
	background-color:rgba(255,255,255,.4); 
	height:100%; 
	width:100%; 
	position:absolute; 
	z-index:9999; 
	display:grid; 
	align-items:center; 
	justify-content:center;
	display:none;
	top:0;
	left:0;
}

.socialclubs_img {
    position: relative;
}

.slide_show {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}


/*Light blue cover above the slide show*/

.slide_show::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 900;
    display: block;
    width: 100%;
    height: 100%;
}

.card_part {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-size: contain;
    transform: translateX( 700px);
    animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.97) infinite;
}

.card_part.card_part-two {
    z-index: 6;
    animation-delay: 7s;
}

.card_part.card_part-three {
    z-index: 5;
    animation-delay: 14s;
}

.card_part.card_part-four {
    z-index: 4;
    animation-delay: 21s;
}

@keyframes opaqTransition {
    3% {
        transform: translateX( 0);
    }
    25% {
        transform: translateX( 0);
    }
    28% {
        transform: translateX( -100%);
    }
    100% {
        transform: translateX( -100%);
    }
}

.socialclubs_img:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 1s;
    -webkit-transition: all 1s;
}

.member_top_bar {
    background-color: #eeeeee;
    border: 1px solid #a1a1a1;
    padding: 62px 20px 10px 20px;
    position: relative;
    border-top: none;
    margin-bottom: 30px;
}

.member_top_bar h4 {
	font-size:1.2rem;
    color:#187da0;
}

.search_input {
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 7px 15px;
    color: #2d2d2d;
    appearance: none;
    outline: none;
    border:1px solid #e5e5e5;
}

.slider_btn_div {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
}

.slider_btn_div span {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: rgb(179, 179, 179);
    border: 1px solid #2d2d2d;
    margin-right: 5px;
}

.slider_btn_div span.active {
    background-color: #2d2d2d;
}

.small_div_section {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.top_section {
    /*background: linear-gradient(90deg, rgba(56, 205, 252, 1) 7%, rgba(27, 50, 217, 1) 100%);*/
    background-color:transparent;
    color: #187da0;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight:500;
    border-bottom:1px solid #e5e5e5;
}

.bottom_section {
    height: 361px;
    overflow-y: auto;
    padding: 20px 15px 0 20px;
}

.bottom_section p {
    font-size: .7vw;
}

.bottom_section a {
    font-size: .75vw;
}

.bottom_section h6 {
    font-size: .85vw;
}

.bottom_section img {
    vertical-align: bottom;
}

.bs_bt {
    border-bottom: 1px solid #e2e2e2;
}

.bottom_section .bs_bt {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.bottom_section .bs_bt:last-child {
    margin-bottom: 0;
}


/*.bottom_section .last_two:nth-last-of-type(-n+2){
    margin-bottom: 0;
}*/

.adv_sec p {
    font-size: 12px;
}

.adv_sec .bs_bt {
    position: relative;
}

.adv_sec .adv_amount {
    position: absolute;
    top: -3px;
    right: 20px;
    color: rgb(30, 196, 30);
}

.adv_sec .employee_adv {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: rgb(30, 34, 230);
}

.bottom_section table {
    background-color: #fff;
}

.bottom_section table td:nth-child(4) {
    min-width: 100px;
}

.bottom_section table td:nth-child(6) {
    min-width: 200px;
}

table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
}

.mobile_top_div {
    padding: 13px 10px 0px 10px;
    position: fixed;
    top: 0;
    background: blue;
    width: 100%;
    z-index: 9;
    display: none;
}

@media (max-width: 1200px) {
    .bottom_section p {
        font-size: 12px;
    }
    .bottom_section a {
        font-size: 14px;
    }
    .bottom_section h6 {
        font-size: 1rem;
    }
    .right_side_div .padding-x-10{
    	padding-left:15px !important;
    	padding-right:15px !important;
    }
}

@media (max-width: 768px) {
    .mobile_top_div {
        display: block;
    }
    .left_side_div {
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 10;
        top: 0;
    }
    .mobile_menu_btn{
    	display:block;
    }
    .left_side_div_toggle{
    	display:block;
    	left:0;
    	z-index:9999;
    }
    .right_side_div {
        width: 100%;
        margin-right: 0;
    }
    .mmb {
        margin-bottom: 15px;
    }
    .mpx {
        padding-left: 0;
        padding-right: 0;
    }
    .mpt {
        padding-top: 60px;
    }
    .grt-mobile-button {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: -3px;
        background: rgba(255, 255, 255, 0);
        color: #153d6a;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: 0;
        width: 45px;
        z-index: 11;
        outline: none;
    }
    .line1,
    .line2,
    .line3,
    .line4 {
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .grt-mobile-button_close {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 30px;
        background: rgba(255, 255, 255, 0);
        color: #153d6a;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: 0;
        width: 45px;
        z-index: 11;
        outline: none;
    }
    .line1_close,
    .line2_close {
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .line1_close {
        transform: rotate(-45deg);
    }
    .line2_close {
        transform: rotate(45deg);
        margin-top: -8px;
    }
    .mobile_m_show {
        display: block !important;
    }
}

.box1 {
    height: 200px;
    background-color: #fdfdfd;
    padding: 0;
    float: left;
    width: 100%;
    border-top: 3px solid #187da0;
    padding: 10px;
    margin-bottom:20px;
    border-radius:5px;
}

.box1b {
    height: 200px;
    padding: 0;
    float: left;
    width: 50%;
}

.box2 {
    height: 400px;
    padding: 0;
    width: 50%;
    float: right;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    /* background-image: url("../images/sec_boxs_bg.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
}

.box2:after{
	content:'';
	background-color:rgba(255,255,255,.6);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.box2 span{
	z-index:2;
}

.box3 {
    height: 200px;
    padding: 0;
    width: 100%;
    float: left;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    position:relative;
    background-size:100% !important;
     transition:all 0.3s ;
    -webkit-transition:all 0.3s ;
    -o-transition:all 0.3s;
    -moz-transition:all 0.3s;
}

.box3:hover{
	background-size:120% !important;
}

.box3:after{
	content:'';
	background-color:rgba(0,0,0,.7);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.box3 span {
	color:#fff;
	z-index:2;
}

.box3 img {
	z-index:2;
}

.box3b {
    height: 200px;
    padding: 0;
    width: 100%;
    float: left;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    background-color: #0d121e;
}

.box4 {
    border: 0;
}

.brd_r {
    border-right: 1px solid #e2e2e2;
}

.brd_b {
    border-bottom: 1px solid #e2e2e2;
}

.brd_t {
    border-top: 1px solid #e2e2e2;
}

.brd_l {
    border-left: 1px solid #e2e2e2;
}

.boxs-title {
    font-size: 16px;
    color: #a84177;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom:10px;
}

.boxs-p1 {
    font-size: 16px;
    color: #575756;
    line-height: 1.15;
    font-style: italic;
    margin-top: 15px;
}

.boxs-title2 {
    font-size: 24px;
    color: #fefefe;
    line-height: 1.15;
    font-weight: 500;
}

.boxs-p12 {
    font-size: 16px;
    color: #e5e5e5;
    line-height: 1.15;
    font-style: italic;
    margin-top: 15px;
}

.flipper {
    transition: 0.6s;
    position: relative;
    height: 100%;
    width: 100%;
}
.flip-container{
	transition: all .2s ease-in-out;
}
.flip-container:hover{
	background-color:#187da0;
}

.flip-container:hover .front{
	background-color:#187da0 !important;
}

.flip-container:hover span{
	color:#fff;
}
.flip-container span{
	transition: all .2s ease-in-out;
}
.front {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a84177;
    height: 100%;
    width: 100%;
    transition: all .2s ease-in-out;
}

.flipper img, .box3 img {
    max-width: 80px !important;
    width: 100%;
    margin: 10px auto;
}


/* front pane, placed above back */

.front {
    z-index: 2;
    /* for firefox 31 */
    height: 100%;
    display: block;
    background-color: #fdfdfd;
}

.nopermisiton_img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.gradiant_header {
	font-weight:  500;
	color: #f35626;
	background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 1s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.has-input-buttons { width: 100% !important;}
.step-controls {
    position: absolute;
    margin: -8px;
}
label { font-weight: 600; }
.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
#myTableDay th, #myTableDay td {
    padding: 1px 0px 1px 0px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    font-size: 11px;
}
#myTableDay1 th, #myTableDay1 td {
    padding: 1px 0px 1px 0px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    font-size: 11px;
}
#myTableDay2 th, #myTableDay2 td {
    padding: 1px 0px 1px 0px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    font-size: 11px;
}
#myTableDay3 th, #myTableDay3 td {
    padding: 1px 0px 1px 0px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    font-size: 11px;
}
#myTableDay4 th, #myTableDay4 td {
    padding: 1px 0px 1px 0px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    font-size: 11px;
}
.myCard { //
overflow: scroll;
}
.switcher-box {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 40px 0;
    text-align: center;
}
.switcher-box a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    padding: 3px;
    cursor: pointer;
    background: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.switcher-box a span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15) inset, 0 5px 20px
    rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15) inset, 0 5px 20px
    rgba(255, 255, 255, 0.4) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* Tabbed Styles */
.tabbed {
    width: 100%;
    min-width: 400px;
    margin: 0 auto;
    margin-bottom: 68px; //
border-bottom: 4px solid #000;
    overflow: hidden;
    transition: border 250ms ease;
}
.tabbed ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
    padding-left: 48px;
    list-style-type: none;
}
.tabbed ul * {
    margin: 0px;
    padding: 0px;
}
.tabbed ul li {
    display: block;
    float: right;
    padding: 10px 24px 8px;
    background-color: #FFF;
    margin-right: 46px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #777;
    text-transform: uppercase;
    font: 600 11px roboto, "Open Sans", Helvetica, sans-serif;
    transition: all 250ms ease;
}
.tabbed ul li:before, .tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #FFF;
    transition: all 250ms ease;
}
.tabbed ul li:before {
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0, 0, 0, .1) 3px 2px 5px, inset
    rgba(255, 255, 255, .09) -1px 0;
}
.tabbed ul li:after {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0, 0, 0, .1) -3px 2px 5px, inset
    rgba(255, 255, 255, .09) 1px 0;
}
.tabbed ul li:hover, .tabbed ul li:hover:before, .tabbed ul li:hover:after
{
    background-color: #F4F7F9;
    color: #444;
}
.tabbed ul li.active {
    z-index: 3;
}
.tabbed ul li.active, .tabbed ul li.active:before, .tabbed ul li.active:after
{
    background-color: #000;
    color: #fff;
}
/* Round Tabs */
.tabbed.round ul li {
    border-radius: 8px 8px 0 0;
}
.tabbed.round ul li:before {
    border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
    border-radius: 8px 0 0 0;
}
/* Skins */
.tabbed[class*="skin-"] ul li {
    color: #FFF;
    text-shadow: rgba(0, 0, 0, .1) 0 1px;
}
.tabbed.skin-belize-hole {
    border-bottom-color: #2980B9;
}
.tabbed.skin-belize-hole ul li, .tabbed.skin-belize-hole ul li:before,
.tabbed.skin-belize-hole ul li:after {
    background-color: #439AD3;
}
.tabbed.skin-belize-hole ul li:hover, .tabbed.skin-belize-hole ul li:hover:before,
.tabbed.skin-belize-hole ul li:hover:after {
    background-color: #4FA6DF;
}
.tabbed.skin-belize-hole ul li.active, .tabbed.skin-belize-hole ul li.active:before,
.tabbed.skin-belize-hole ul li.active:after {
    background-color: #18416B;
}
.nav-tabs .nav-link.active {
    color: #2f353a;
    background: transparent;
    border-color: transparent;
    border-bottom-color: #fff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #5c6873;
    background-color: transparent;
    border-color: transparent transparent #e4e5e6;
}
.nav-tabs .nav-link.active:focus {
    background: transparent;
    border-color: transparent;
    border-bottom-color: #fff;
}
#otherProjectEfforts tbody td {
    text-align: left;
    padding-left: 4px;
}
#otherProjectEfforts tbody td:first-child {
    text-align: center;
    padding-left: 4px;
    font-weight: bold;
    font-size: 101%
}
.tagsinput,.tagsinput *{box-sizing:border-box}
.tagsinput{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;font-family:sans-serif;font-size:14px;line-height:20px;color:#556270;padding:5px 5px 0;border:1px solid #e6e6e6;border-radius:2px}
.tagsinput.focus{border-color:#ccc}
.tagsinput .tag{position:relative;background:#556270;display:block;max-width:100%;word-wrap:break-word;color:#fff;padding:5px 30px 5px 5px;border-radius:2px;margin:0 5px 5px 0}
.tagsinput .tag .tag-remove{position:absolute;background:0 0;display:block;width:30px;height:30px;top:0;right:0;cursor:pointer;text-decoration:none;text-align:center;color:#ff6b6b;line-height:30px;padding:0;border:0}
.tagsinput .tag .tag-remove:after,.tagsinput .tag .tag-remove:before{background:#ff6b6b;position:absolute;display:block;width:10px;height:2px;top:14px;left:10px;content:''}
.tagsinput .tag .tag-remove:before{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}
.tagsinput .tag .tag-remove:after{-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
.tagsinput div{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
.tagsinput div input{background:0 0;display:block;width:100%;font-size:14px;line-height:20px;padding:5px;border:0;margin:0 5px 5px 0}
.tagsinput div input.error{color:#ff6b6b}
.tagsinput div input::-ms-clear{display:none}
.tagsinput div input::-webkit-input-placeholder{color:#ccc;opacity:1}
.tagsinput div input:-moz-placeholder{color:#ccc;opacity:1}
.tagsinput div input::-moz-placeholder{color:#ccc;opacity:1}
.tagsinput div input:-ms-input-placeholder{color:#ccc;opacity:1}
 div#form-add-new-user .form-group {
     position: relative;
 }
div#form-add-new-user .form-label {
    position: absolute;
    top: 6px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
div#form-add-new-user .focused .form-label {
    transform: translateY(-125%);
    font-size: 0.75em;
}
div#form-add-new-user .form-input {
    position: relative;
    padding: 12px 0px 3px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}
div#form-add-new-user .form-input:focus {
    box-shadow: 0 2px 0 0 blue;
}
div#form-add-new-user .form-input.filled {
    box-shadow: 0 2px 0 0 lightgreen;
}