body, .dropdown-menu{
	font-size: 0.9rem;
}
td a{
	color: #034ea1 !important;
}

.glyphicon{
	font-family: 'FontAwesome';
}

.glyphicon.glyphicon-chevron-left:before{
	content: "\f053";
	font-style: normal !important;
}
.glyphicon.glyphicon-chevron-right:before{
	content: "\f054";
	font-style: normal !important;
}

.navbar-item, .nav-item{
	font-size: 1rem;
}

h4{
	font-size: 1.1rem;
}


.card{
	border-radius: 0;
}

a:hover{
	text-decoration: none;
}
.h3, h3{
	font-size: 24px;
}

.cont-min-height{
	min-height: calc(40vh)
}

.item{
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.active .item{
  opacity:1;
  transform:scale(1);
}

.owl-controls{position:absolute; margin-top:300px;}

.owl-theme .owl-dots .owl-dot span{
	background-color: #869791;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #00C4FF;
}

.side-slider{
	position: absolute; top: 0; right: 0;
}

/*-----------------------------------------------------------------------[*/
.object-fit{
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.object-fit-top{
	object-fit: cover;
	object-position: center top;
	width: 100%;
}
.home-row-2{
	min-height: fit-content;
	background-image: url('../img/mydbl/bg-section2.jpg');
	background-position: center top;
	background-size: cover;
}
.home-row-2 h6{
	color: #656565;
	font-size: 18px;
	font-weight: 600;
}

.border-dark-blue{
	border-top: 1px solid #034EA1;
	margin: 0 1rem;
}

.card-text{
	color: #656565;
	font-weight: 600px;
}

.card-text strong{
	color: #034E9F;
}

.home-row-2 p{
	color: #034EA1;
	font-size: 14px;
	font-weight: 600;
}

.wrapper-cuti label, .wrapper-cuti p{
	color: black;
	font-size: 12px;
	font-weight: 600;
}

.label-p{
	font-size: 22px;
	font-weight: normal;
  width: fit-content;
}
.label2{
	font-size: 1rem;
	font-weight: normal;
  width: fit-content;
}
  #test {
    border-radius: 10px;
    width: 7px;
  }

  .gradient-overlay{
    position: absolute;
    top: 30%;
    opacity: .8;
    background-image: url('../img/gradient-bg-vertical.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 70%;
    width: 100%;
}

.footer-color{
  background-color: white !important;
  border-radius: 10px !important;
}

.employPop{
  cursor: pointer;
}

.border-right-bottom{
  border-right:1px solid #dee2e6;
}

@media (max-width: 575px) {
  .border-right-bottom{
    border-right: 0 !important;
  }
}

.w-175{
  max-width: 175px;
  height: auto;
}

.text-shadow-none{
  text-shadow: 0 0 BLACK !important;
}

.post-head{
  max-height: 450px;
  width: -webkit-fill-available;
  object-fit: cover;
  object-position: top;
}

.border-overlay{
  border-radius:0.25rem;
}

.img-post-bottom{
  height: 300px;
  object-fit: cover;
}

.mask {
  display: inline-block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.photo-cover-top{
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1/1;
}
.w-comment{
  width: 30px;
}

#navbarDropdown ul li a, #navbarDropdown div li a{
	color: #034EA1;
}

#pills-tab li i{
	color: #036EA1;
}

#pills-tab li{
	width: 25%;
	text-align: center;
}

#pills-tab .fa{
	font-size: 18px;
}

.border-bottom{
	border-color: #034EA1 !important;
}

.bg-white{
	background-color: #ffffff !important;
}

#carousel {
    width:100%;
    height: 400px;
    display: relative;
}

#carousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background-color: transparent;
}

.tab-content label, .tab-content p{
	color: #656565;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
}

.rounded-tube{
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
}

.w-150x{
	width: 150px !important;
}

.w-30{
	width: 30% !important;
}

.w-40{
	width: 40% !important;
}

.btn-white{
	background-color: #ffffff;
	color: #034E9F;
}

.btn-white:hover{
	color: #034E9F;
}

.bg-dark-blue{
	background-color: #034E9F !important;
	color: #ffffff !important;
}

.text-dark-blue{
  color: #033872 !important;
}

.bg-light-blue{
	background-color: #00c4ff;
	color: #ffffff;
}

.btn.bg-dark-blue:hover{
	color: #ffffff;
}

#askHrdForm p{
	font-size: 16px;
	text-align: left;
}


.article h1{
	font-weight: 650;
	font-size: 36px;
}

.article span{
	font-size: 12px;
}
.article span i{
	font-size: 14px;
}
.article p{
	font-size: 15px;
}

.article.bg-dark-blue a{
	color: #00c4ff;
}

.article.bg-dark-blue a:hover{
	color: #00c4ff;
}

.article.bg-light-blue h1{
	font-weight: 650;
	font-size: 28px !important;
}

.article.bg-light-blue a{
	color: #034E9F;
}

.article.bg-light-blue a:hover{
	color: #034E9F;
}

form input.bg-transparent{
	color: #ffffff;
}

form input.bg-transparent::placeholder{
	color: #ffffff;
}

/*------------------------------------------- TRIANGLES ------------------------------------------------*/
.triangle{
	margin:10px;
	float: left;
}

.triangle-up{
	width: 0; 
	height: 0; 

	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	
	border-bottom: 50px solid #000;
}

.triangle-left{
	width: 0; 
	height: 0; 
	
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent; 
	
	border-right:50px solid #f0f; 
}

@media(min-width: 992px){
	img.auto-resize{
		width: 180px;
	}
	#navbarDropdown ul li{
		width: 25%;
		text-align: center;
	}
	#navbarDropdown ul{
		width: 60%;
	}

	.banner{
		width: 600px; 
		height: 400px
	}
}

@media(max-width: 991px){
	img.auto-resize{
		width: 150px;
	}	

	.banner{
		width: 100%; 
		height: 250px;
	}

	.banner h3{
		font-size: 1.0rem;
	}
	.banner a{
		font-size: 12px;
	}

	.border.border-white{
		border: none !important;
	}
}
.btn-primary{
	color: #fff !important;
}








/*------------------------------------------- Code from old template ------------------------------------------------*/
span.label.approval {
    background-color: red;
    border-color: red;
    font-size: 8px;
    padding: 1px 4px;
    border-radius: 50% !important;
    top: -10px;
    right: 5px;
    color: #fff;
    position: relative;
}

.home-post-body-format {
    display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	max-width: 400px;
	height: 155px; /* Fallback for non-webkit */
	margin: 0 auto;
	font-size: $font-size;
	line-height: $line-height;
	-webkit-line-clamp: $lines-to-show;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-post-body-format1 {
    display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	max-width: 400px;
	height: 95px; /* Fallback for non-webkit */
	margin: 0 auto;
	font-size: $font-size;
	line-height: $line-height;
	-webkit-line-clamp: $lines-to-show;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(max-width: 991px){
	.article-img{
		height:250px;
	}
}

.bg-navbar{
	/*background-color: #f2f2f2; height: 50vh; width: 100%; position: absolute; top: 0; z-index: -1;*/
	background-color: #f2f2f2;
}


/* alief - for file upload button */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none !important;
}

/* alief - change panel heading */
.panel-default > .panel-heading-main {
  color: #fff !important;
  background-color: #0089cc !important;
  border-color: #ddd !important;
}

/*bx slider*/
.bx-viewport ul {
  margin: 0;
  padding: 0;
}

.bx-wrapper img {
    margin: 0 auto;
    height: 500px;
}
@media (max-width: 575px) {
  .bx-wrapper img {
    height: 200px;
  }
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-viewport {
 height: 500px !important;
}
.bx-wrapper .bx-caption {
 position: absolute;
 background: rgba(0, 137, 204, 0.7);
 width: 100%;
 text-align: center;
}
.bx-wrapper .bx-caption span {
 color: #fff;
 font-family: 'Proxima Nova Bold';
 display: block;
 font-weight: bold; 
 font-size: 20px;
 padding: 50px;
}

@media (max-width: 575px) {
  .bx-wrapper .bx-viewport {
   height: 200px !important;
   left: 0px;
  }
  .bx-wrapper .bx-caption span {
    font-size: 15px;
    padding: 30px;
  }
}

.blog-post img {
    max-width: 100%;
    height: auto;
}

.comment-photo {
	border-radius: 50% !important;
	float: left;
}

/*navbar header*/
/*.navbar-default {
  background-color: #0089cc;
  border-color: #0089cc;
}*/
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fbfbfb;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
/*.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fbfbfb;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  padding-top: 0;
  background-color: #0089cc;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #fbfbfb;
  background-color: #0089cc;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #0089cc;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fbfbfb;
  background-color: #0089cc;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fbfbfb;
  background-color: #0089cc;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0089cc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #0089cc;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #fbfbfb;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fbfbfb;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fbfbfb;
    background-color: #0089cc;
  }
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.videowrapper iframe, 
.videowrapper object,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loadingDiv{
  position:fixed;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  background-image:url('../img/ajax-loader.gif');
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  background-color:#fff;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.img-header-profile {
    height: 30px !important;
    width: 30px !important;	
    border-radius: 50% !important;
    position: relative;
    margin: 10px 0;
}

.img-employee-info {
  height: 115px;
  width: 115px; 
  border-radius: 50% !important;
}

@media (max-width: 1023px) {
  #floating-employee-menu{
    display: none;
  }
}

/* TINYMCE related css */
/* Image captions using the HTML5 figure element */
figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}
figure.image.align-center{
	display:table;
	margin-left:auto;
	margin-right:auto
}

figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.image img {
	padding: 5px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

.featured-image {
    max-height: 500px !important;
}

.space-top-20{
    margin-top: 20px;
} 

.space-top-10{
    margin-top: 10px;
} 


#birthdayContainer{
	position: relative;
  margin-bottom: 5px;	
}

.your-clock {
  z-index: 100;
  position: absolute;
  color: black;
  font-size: 100%;
  font-weight: bold;
  left: 10%;
  top: 30%;
  
    transform-origin: 0 0;
    transform: scale(.70);
    -ms-transform: scale(.70);
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(.70);
    -o-transform-origin: 0 0;
    -o-transform: scale(.70);
    -moz-transform-origin: 0 0;
    -moz-transform: scale(.70);  
}

#birthdayImage{
	/*position: absolute;*/
	left: 0;
	top: 0;
}

@media (min-width: 1200px) {
	#birthdayImage{
		width: 1100px;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	#birthdayImage{
		width: 900px;
	}
	
	.your-clock {
	  z-index: 100;
	  position: absolute;
	  color: black;
	  font-size: 100%;
	  font-weight: bold;
	  left: 9%;
	  top: 25%;
	  
		transform-origin: 0 0;
		transform: scale(.60);
		-ms-transform: scale(.60);
		-webkit-transform-origin: 0 0;
		-webkit-transform: scale(.60);
		-o-transform-origin: 0 0;
		-o-transform: scale(.60);
		-moz-transform-origin: 0 0;
		-moz-transform: scale(.60);  
	}	
}

@media (min-width: 768px) and (max-width: 992px) {
	#birthdayImage{
		width: 668px;
	}
	
	.your-clock {
	  z-index: 100;
	  position: absolute;
	  color: black;
	  font-size: 100%;
	  font-weight: bold;
	  left: 5%;
	  top: 22%;
	  
		transform-origin: 0 0;
		transform: scale(.50);
		-ms-transform: scale(.50);
		-webkit-transform-origin: 0 0;
		-webkit-transform: scale(.50);
		-o-transform-origin: 0 0;
		-o-transform: scale(.50);
		-moz-transform-origin: 0 0;
		-moz-transform: scale(.50);  
	}		
}	

@media (min-width: 420px) and (max-width: 767px) {

	#birthdayContainer{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 350px;
	}
	#birthdayImage{
		width: 350px;
	}
	
	.your-clock {
	  z-index: 100;
	  position: absolute;
	  color: black;
	  font-size: 150%;
	  font-weight: bold;
	  left: 2%;
	  top: 3%;
	  width: 650px;
	  
		transform-origin: 0 0;
		transform: scale(.24);
		-ms-transform: scale(.24);
		-webkit-transform-origin: 0 0;
		-webkit-transform: scale(.24);
		-o-transform-origin: 0 0;
		-o-transform: scale(.24);
		-moz-transform-origin: 0 0;
		-moz-transform: scale(.24);  
	}	
}	

@media (max-width: 419px) {
	#birthdayContainer{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}
	#birthdayImage{
		width: 300px;
	}
	
	.your-clock {
	  z-index: 100;
	  position: absolute;
	  color: black;
	  font-size: 150%;
	  font-weight: bold;
	  left: 3%;
	  top: -10%;
	  width: 650px;
	  
		transform-origin: 0 0;
		transform: scale(.20);
		-ms-transform: scale(.20);
		-webkit-transform-origin: 0 0;
		-webkit-transform: scale(.20);
		-o-transform-origin: 0 0;
		-o-transform: scale(.20);
		-moz-transform-origin: 0 0;
		-moz-transform: scale(.20);  
	}	
}	
	
.post-body img {
    max-width: 100%;
    height: auto;
}
.modal {
    background: rgba(0, 0, 0, 0.5);
}

.no-border
{
  border-color: transparent;
}

.no-padding
{
  padding: 0 !important;
}

.body-lucky
{
  margin-top: 5px;
}

#post-info{
    font-size: 10pt;
    color: grey;
    margin-bottom: 7px;
    margin-top: 5px;
}

#comment-count{
    font-size: 12pt;
    color: #000;
    margin-bottom: 7px;
    margin-top: 5px;
	font-weight: bold;
}

.input-fit
{
    width: 100%;
    height: 100%;
}
.ui-state-highlight
{
    border: 0px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    color: #0d385d !important;
}
.ui-state-highlight > a
{
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc) !important;
  color : white !important;
}

.input-preview
{
  cursor:default !important;
  background:white !important;
}

#leaveModal > .modal-backdrop
{
  z-index: 0;
}

.no-padding
{
  padding: 0 !important;
}

.no-margin
{
  margin: 0 !important;
}

.map-attendance
{
    margin: 5px auto 10px auto !important;
}

.m-t-10
{
  margin-top: 10px !important;
}

.panel-default > .panel-heading-blue {
    color: #F7FFF7;
    background-color: #0089cc;
}


.delete-family, .delete-education, .delete-experience, .remove-experience, .remove-family, .remove-education
{
    color:white !important;
    background-color: #d43f3a;
}

#btnAddFamily, #btnAddEducation, #btnAddExperience{
    color:white;
}

select.education-college{
  width: 210px;
}

select.education-major{
  width: 210px;
}

input.education-gpa{
  padding-left: 5px;
}

input.FamilyBirthDatePicker, .ExperienceDatePicker{
  width: 100px;
}

input.family-phone{
  width: 110px;
}

.footer1 {
    background: #000;
    padding: 30px 0 0 0;
    color: #999;
    font-weight: 300;
    font-size: 12px;
}
.footer1 a {
    color: #ccc;
}
.footer1 a:hover {
    color: #0089cc;
}
.footer2 {
    background: #2b2b2b;
    padding: 10px 0;
    color: #908d8d;
    font-size: 12px;
}
.footer2 a {
    color: #908d8d;
}
.footer2 a:hover {
    color: #aaa;
}
.footer2 p, .footer1 p {
    margin: 0;
    font-size: 12px;
    color: #908d8d;
}
.menu-footer ul {
    list-style: none;
    padding: 0;
}
.menu-footer ul>li {
    padding-bottom: .4em;
}
.menu-footer ul>li:first-child {
    padding-top: 1em;
}
.menu-footer ul li a {
    color: #999;
    text-decoration: none;
}
.menu-footer>ul>li>a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    pointer-events: none;
    cursor: default;
    color: #bcb8b8;
}
.btn-footer {
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer1 a.btn-footer {
    color: #bcb8b8;
    border-color: #bcb8b8;
}

.footer-logo {
    max-width: 150px;
}

.fa-1 {
    font-size: 1.6em;
}

.follow-me-icons {
    margin-left: 25px!important;
    margin-top: 10px!important;
}

@font-face {
    font-family:"Roboto Slab Regular";
    src:url("../fonts/Roboto-Slab-Regular.eot?") format("eot"),url("../Roboto-Slab-Regular  .woff") format("woff"),url("../fonts/Roboto-Slab-Regular.ttf") format("truetype"),url("../fonts/Roboto-Slab-Regular.svg") format("svg");
    font-weight:normal;
    font-style:normal;
}

.page-title {
    font-family: "Roboto Slab Regular";
    margin-bottom: 7pt;
    margin-top: 0px;
    color: #231f20;
    font-weight: 600;
    font-size: 16pt;
    line-height: 22.5pt;    
}
/*--------------------------------- CSS FOR NEW DESIGN ---------------------------------*/

@font-face {
    font-family:"Proxima Nova Regular";
    src:url("../fonts/proxima_nova_regular.eot?") format("eot"),url("../fonts/proxima_nova_regular.woff") format("woff"),url("../fonts/proxima_nova_regular.ttf") format("truetype"),url("../fonts/proxima_nova_regular.svg") format("svg");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:"Proxima Nova Bold";
    src:url("../fonts/proxima_nova_bold.eot?") format("eot"),url("../fonts/proxima_nova_bold.woff") format("woff"),url("../fonts/proxima_nova_bold.ttf") format("truetype"),url("../fonts/proxima_nova_bold.svg") format("svg");
    font-weight:normal;
    font-style:normal;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.justify{
    text-align: justify;
}

.bold{
    font-weight: bold;
}

.border-top-grey{
    border-top:solid 1px lightgrey;
    padding: 15px;
}

/*-- NEW NAVIGATIAN BAR --*/
#navbar-myjawapos{
    border-top: 1px solid #0089cc;
    border-bottom: 1px solid #0089cc;
    background-color: white;
}
@media (max-width: 575px) {
  #navbar-myjawapos {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: 0px 1px 7px 0px #888888;
  }
}

.navbar-default .navbar-nav>li>a {
    color: #0089cc;
    font-family: "Proxima Nova Regular";
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #0089cc;
}

/*------- HOME ---------*/

.home-column{
    border-top: 1px solid #0089cc;
    padding: 30px 0 0 0;
}

.home-column-title{
    text-align: center;
    background-color: white;
    color: #0089cc;
    font-weight:bold;
    position: relative;
}

.home-column-title span{ 
    background-color: white; 
    position: relative; 
    top: -40px; 
    padding: 0 10px;
    font-family: "Proxima Nova Regular";
    letter-spacing: 1px;
}

.panel-home {
  font-size: 16px;
}

.card.panel-blue {
    border-color: #0089cc;
    font-family: "Proxima Nova Regular";
}

.card.panel-blue > .panel-heading {
    background-color: white;
    border-color: #0089cc;
    text-align: center;
}

.card.panel-blue > .card-header.card-title {
    color: #0089cc;
    font-family: "Proxima Nova Bold";
}

.card.panel-blue > .card-header.card-title > form, .card.panel-blue > .card-header.card-title > select {
    color: #333333;
}

.card.panel-blue > .panel-body {
    /*padding: 15px;*/
}

.button-home {
    background-color: #00AEEF;
    color: white;
    border-radius: 5px !important;
    padding: 5px 15px;
    font-family: "Proxima Nova Bold";
}

.button-home:hover, 
.button-home:focus, 
.button-home.focus {
    color: white;
    text-decoration: none;
}

.img-home-profile {
    border-radius: 50% !important;
    width: 50%;
    display:block;
    margin:auto;
}

.panel-body > .form-group{
    margin-bottom: 0;
}

#img-logo-mobile {
    max-width: 150px;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.home-post-title {
    font-size: 22px;
    font-family: "Proxima Nova Regular";
    min-height: 70px;
    line-height: 20px;
}

.home-post-title-headline {
  font-size: 27px;
  min-height: 40px;
}

.home-post-headline-img {
  max-height: 500px;
}

@media (min-width: 992px) {
  .home-post-img {
    height: 170px;
  }
}

@media (max-width: 991px) {
  .home-post-img {
    max-height: 500px;
  }
}

.home-post-info {
  color: #696969;
  font-size: 12px;
  margin-top: 5px;
}

.home-post-info > a {
  color: #0089cc;
}

.fa-circle-separator {
  font-size: 4px;
  position: relative;
  bottom: 3px;
}

.m-b-20 {
  margin-bottom: 20px;
}

#btn-more-article {
  border: 1px solid #00aeef;
  color: #00aeef;
}

.home-container {
  position: relative;
}

@media (min-width: 992px) {
  .home-column-separator {
    position: absolute;
    left: 66.66666667%;
    top: 0;
    bottom: 0;
    border-left: 1px solid #0089cc;
  }

  #home-column-left {
    padding-right: 30px;
  }

  #home-column-right {
    padding-left: 30px;
  }
}

#pendingApproval-panel-body {
  padding: 15px 50px;
}

#pendingApproval-panel-body > a {
  font-size: 16px;
  color: #333;
}

#pendingApproval-panel-body .fa {
  color: #0089cc;
}

#pendingApproval-row .fa {
  color: #00aeef;
}

#nextHoliday-list {
  font-size: 14px;
  list-style: none;
  padding: 0;
}

#nextHoliday-list > li {
  padding-left: 20px;
}

#nextHoliday-list > li:before {
    margin-left: -24px;
    width: 20px;
    content: "\e146";
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #0089cc;
    font-size: 12px;
}

.home-post-body-format {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*-------NOTIFICATION---------*/

.notification-not-read{
    background: rgb(235, 242, 245);
}

.navbarNotif-not-read{
    background: rgb(58, 134, 183);
}

#allNotification .notification-item:hover, #allNotification .notification-item:focus {
    background: rgb(235, 242, 245);
}

.notificationImage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50% !important; 
    width: 75%;
}

#notification-list{
    list-style: none;
    padding:0 0;
    overflow-y: scroll;
    max-height: 300px; 
    width: 250px;
} 

#notification-list a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#notification-list .notification-item:hover, #notification-list .notification-item:focus{
    background: rgb(10, 74, 115);
}

.notification-link{
    text-decoration: none;
    color: black;
}

.notification-link:hover, .notification-link:focus {
    color:black;
    text-decoration: none;
    cursor: pointer;
}

.notification-item{
    padding: 15px 10px;
    border-bottom: 1px solid #dddddd;
} 

.notification-date{
    font-size: 8pt;
    font-weight:bold;
}

#notificationMenu{     
     margin-bottom: 20px;
}

@media (min-width: 992px) {
    #notificationMenu, #notificationMenu2{
      margin-right: 10px;
    }

    #panelNotifApproval2{
      margin-right: 10px;
    }
}

#notificationMenu a{
    color: #000;
}

#notificationMenu ul{
    list-style: none;
    padding:5px 15px 0 5px;
}

#notificationMenu ul li{
    margin: 5px;
}

#notificationApproval ul{
    list-style: none;
    padding:5px 15px 0 5px;
}

#notificationApproval ul li{
    margin: 5px;
}

#notificationApproval2 ul{
    list-style: none;
    padding:5px 15px 0 5px;
}

#notificationApproval2 ul li{
    margin: 5px;
}

#notificationApproval2 a{
    color: #000;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

span.label.nav-approval {
    position: absolute;
    top: 9px;
    right: 0px;
    text-align: center;
    font-size: 9px;
    padding: 4px 4px;
    line-height: .9;
    border-radius: 50% !important;
    background-color: #d9534f;
    border-color: #d43f3a;
}

/*------- POST LIST ---------*/

.card.panel-post-list {
    border-color: #0089cc;
    height: 450px;
}

.card.panel-post-list > .panel-heading {
    background-color: white;
    border-color: #0089cc;
    padding: 0;
}

.post-title {
    margin-top: 10px;
    min-height: 70px;
    font-size: 20px;
    line-height: 20px;
}

.post-title > a {
  color: #333333;
}

.post-info {
  color: #939598;
  font-size: 12px;
}

.post-author {
  color: #5f5f5f;
  font-size: 12px;
  font-size: 8.5pt;
  color: #939598;
  font-weight: 600;
}

.post-img {
  height: 200px;
  width: 100%;
  display: inline-block;
  object-fit: cover;
  border-radius: 0.25rem 0.25rem 0 0;
}

.post-body-format {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}

.login-img {
    height: 250px;
    width: 100%;
    display: inline-block;
    object-fit: unset;
    border-radius: 30px 30px 0px 0px !important;
}

.panel-heading-login {
    padding: 0px;
    background: transparent;
    border: none;
    border-radius: 30px 30px 0px 0px !important;
}

.panel-login {
    font-family: "Proxima Nova Regular";
    /* box-shadow: 1px 1px 5px #888888; */
    /* background: transparent; */
    border: none;
    background-color: #0451A7 !important; 
    padding: 86px 10px;
    /* border-radius: 30px !important; */
}

.panel-post-login {
    border: none;
    /* border-top: 7px solid #0089cc; */
    -webkit-box-shadow: none;
    box-shadow: none;
    /* margin-top: 30px;  */
}

.panel-post-login > .panel-heading {
    background-color: white;
    border: none;
    padding: 0;
}

.panel-post-login > .panel-body {
    padding: 0;
}

.post-img-login {
  /* height: 150px; */
  height: 244px;
  width: 100%;
  display: inline-block;
  object-fit: cover;
  /* margin: 10px 0; */
}

.panel-post-login > .panel-description-login-1{
  background-color: #00C4FF; 
  color: #FFF; 
  padding: 20px 35px; 
  height: 244px;
}

.panel-post-login > .panel-description-login-2{
  background-color: #043770; 
  color: #FFF; 
  padding: 20px 35px; 
  height: 244px;
}

.login-post-info {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 5px;
  margin: 7px 0px;
}

.login-post-body-format {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.login-post-readmore {
  color: #FFFFFF; 
  font-size: 14px;
}

.login-post-readmore:hover {
  color: #FFFFFF;
}

.login-input{
  background-color: #0451A7; 
  color: #FFF; 
  height: 40px; 
  border: 1px solid #00BAF2; 
  border-radius: 25px !important;
}

.login-input::placeholder {
  color: #FFF;
}

.btn-login{
  width: 125px; 
  border-radius: 25px !important;
  background-color: #00BAF2 !important;
  font-weight: 700;
  color: #fff;
}

.btn-login:hover{
  color: #fff;
}

.post-title-login {
  margin-top: 0px; 
  min-height: 0px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.post-title-login > a {
color: #333333;
}

.circle-badge {
  height: 20px;
  width: 20px;
  border-radius: 50px !important;
  margin-left: auto;
  margin-right: auto;
}

/*set positon of item vertically center in table*/
.table tbody > tr > td.vert-aligned {
    vertical-align: middle;
}

td.survey-cell{
    padding: 5px;
}

.center-valign{
  vertical-align:middle !important;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/*prepend caldendar*/
.input-group-prepend.cal{
	background-color: #ffffff;
    border: 1px #ced4da solid;
    border-left: none;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.input-group-prepend.cal-l{
	background-color: #ffffff;
    border: 1px #ced4da solid;
    border-right: none;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.input-group-prepend.cal .fa-calendar, .input-group-prepend.cal-l .fa-calendar{
	font-size: 20px;
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/*image user*/
.user-image{
	float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.avatar-fit{
	object-fit: cover;object-position: top; height: inherit; width: 100%
}

.img-fit-top{
	object-fit: cover;
	object-position: top;
}

/*table css remove padding*/
.table.borderless td, .table.borderless  th {
    padding: .25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/*modal*/
.modal-md{
	max-width: 600px !important;
}

/*css multi select*/
.multiselect-container.dropdown-menu{
	min-width: 200px;
}
.multiselect-container.dropdown-menu li{
	padding-top: .2rem;
	padding-bottom: .2rem;
}
.multiselect-container.dropdown-menu li.active{
	background-color: #337ab7;
}
.multiselect-container.dropdown-menu li.active a{
	color: #ffffff;
}

.btn-default{
	border-radius: 0;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.btn-default:focus, .btn-default:hover{
	background-color: #f5f5f5;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .home-right-banner {
        height: 428px; 
        object-fit: cover;
    }
}

/* QUIZES SECTION */
.quiz-item {
  padding-top: 10px;
}

.box-quiz a {
  display: flex;
  background-color: rgb(245,61,2);
  color: white;
  border: 2px solid;
  height: 85px;
}

.circle-quiz {
  padding: 0 20px 0 0;
}

.circle-quiz > i {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 28pt;
  justify-content: center;
}

.box-quiz .title-section {
  font-size: 11pt;
  margin-top: 4px;
  font-weight: 700;
  height: 42px;
  margin: 0;
}

.box-quiz .title-section > span.inside-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 40px;
}

.box-quiz .body-section {
  display: block;
  display: -webkit-box;
  max-width: 600px;
  height: 36px;
  margin: 0 auto;
  font-size: 10pt;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



/* ---------------- LMS custom css-------------------------- */
.left-direction {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 100%);
  padding-right: 6rem;
  pointer-events: auto;
  border-radius: 0 0 0 1rem;
}

.right-direction {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,1) 100%);
  padding-left: 6rem;
  pointer-events: auto;
  border-radius: 0 0 1rem 0;
}

.left-direction .fa {
  cursor: pointer;
}

.right-direction .fa {
  cursor: pointer;
}

.icon-direction {
  cursor: pointer;
  visibility: hidden;
  /* Icons start as hidden */
}

.icon-direction.show {
  visibility: visible;
  /* Show icons when applicable */
}

.scrollable-course {
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.course-show {
  overflow-y: hidden;
  overflow-x: auto;
  min-height: 90.8vh;
  margin-top: -2.1rem !important;
  /* margin-left: -0.5rem; */
  /* margin-right: -2.7rem; */
  margin-bottom: 0;
}

.course-show-content .btn-link {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Additional styling to ensure no horizontal overflow */
.course-show-content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 90%;
  text-align: left;
}

/* .container-course-show{
  ;
} */

.container-course-show::-webkit-scrollbar {
  display: none;
}



.course-show-content::-webkit-scrollbar {
  width: 10px;
  /* Set the width of the scrollbar */
}

.course-show-content::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
  /* Set the color of the scrollbar handle */
  border-radius: 5px;
  /* Set the border radius of the scrollbar handle */
}

.course-show-content::-webkit-scrollbar:hover {
  background-color: #ddd;
  /* Set the color of the scrollbar track on hover */
}

@media (min-width: 992px) {
  .display-lg-4 {
    font-size: 4rem;
    /* Equivalent to Bootstrap 4's display-4 */
    font-weight: 300;
    line-height: 1.2;
  }
}


.toggle-icon {
  transition: transform 0.3s;
}

/* Rotate the icon when the collapse is shown */
button.collapsed .toggle-icon {
  transform: rotate(90deg);
}

/* Adjusting icons specifically */
button.collapsed .toggle-icon.fa-angle-right {
  transform: rotate(0);
  /* Ensures angle-right points to the right when collapsed */
}

button:not(.collapsed) .toggle-icon.fa-angle-right {
  transform: rotate(90deg);
  /* Ensures angle-right points down when expanded */
}

.bg-dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-dark-opacity {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-dark-overlay-30 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-white-blue {
  background-color: #d9f4f8 !important;
}


.hover-increase {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  /* Ensure the anchor tag is displayed as a block element */
}

.hover-increase:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.border-radius-1rem {
  border-radius: 1rem !important;
}

.border-radius-05rem {
  border-radius: 0.5rem !important;
}

.border-radius-1rem-top {
  border-radius: 1rem 1rem 0 0 !important;
}

.img-carousel {
  height: 9rem;
}

.col-teacher-course {
  width: 30%;
  height: 11rem;
}

#select2-searchCourse-container {
  margin-top: -0.5rem !important;
  text-align: left;
  font-size: small;
}

.btn-dark-blue {
  color: #fff !important;
  background-color: #034E9F !important;
  border-color: #034E9F !important;
  box-shadow: none;
}

.btn-dark-blue:hover {
  color: #fff !important;
  background-color: #03366b !important;
  border-color: #03366b !important;
}

.play-button-video {
  font-size: 8rem !important;
}

.fs-super-large {
  font-size: 5rem;
}


@media (min-width: 576px) {
  .img-carousel {
    height: 14rem;
  }

  .fs-large {
    font-size: 1.7rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
  }

  .textLarge {
    font-size: 2rem;
  }


}

@media (max-width: 576px) {
  .decreased-line-height {
    line-height: 1.2 !important;
  }

  .line-height-tight {
    line-height: 0.9 !important;
  }

  .col-teacher-course {
    width: 93%;
    height: 10rem;
  }

  .course-list-participant .image-course {
    height: 30%;
  }

  .course-list-participant .content-course {
    height: 70%;
  }

  .textSmall {
    font-size: x-small !important;
    /* margin-bottom: 1rem !important; */
  }

  .textMedium-xs {
    font-size: small !important;
    /* margin-bottom: 1rem !important; */
  }

  .container-info-dashboard {
    border: none !important;
  }

  .height-course {
    height: 8rem !important;
  }

  .text-md-xs {
    font-size: 1rem !important;
  }

  .border-left-none-xs {
    border-left-color: rgba(255, 255, 255, 0) !important;
  }

  .height-confetti-test {
    height: 20rem !important;
  }

  .play-button-video {
    font-size: 5rem !important;
  }

  .fs-super-large {
    font-size: 2rem;
    margin-right: 0.5rem;
  }


}

@media (max-width: 768px) {
  .col-teacher-course {
    width: 93%;
    height: 12rem;
  }
}img-carousel {
      height: 14rem; 
  }
  .fs-large {
    font-size: 1.7rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
  }

  .textLarge {
    font-size: 2rem;
  }

  .card-img {
    object-fit: cover !important;
    object-position: center !important;
}
  
.shadowDiv {
        visibility: hidden;
        opacity: 0; 
        pointer-events: none; /* Disable pointer events so it doesn't interfere */
    }
    .control-button {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important; 
        /* pointer-events: none; */
        /* z-index: 100; */
        top: 0;
        left: 0;
    }
    /* .video-container {
        position: relative;
        width: 400px;
    } */
    video {
        width: 100%;
    }
    .custom-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        border: none;
        color: white;
        font-size: 24px;
        padding: 10px 20px;
        cursor: pointer;
        display: none;
    }
    .video-container:hover .custom-play-button {
        display: block;
    }

@media (max-width: 576px) {
  .decreased-line-height {
    line-height: 1.2 !important;
  }

  .line-height-tight {
    line-height:0.9 !important;
  }

  .col-teacher-course{
    width: 93%;
    height: 10rem;
  }

  .course-list-participant .image-course{
    height: 30%;
  }
  
  .course-list-participant .content-course{
    height: 70%;
  }

  .textSmall {
    font-size: x-small !important;
    /* margin-bottom: 1rem !important; */
  }

  .textMedium-xs {
    font-size: small !important;
    /* margin-bottom: 1rem !important; */
  }

  .container-info-dashboard{
    border: none !important;
  }

  .height-course {
    height: 8rem !important;
  }
  
  .text-md-xs {
    font-size: 1rem !important;
  }

  .border-left-none-xs {
    border-left-color: rgba(255, 255, 255, 0) !important;
  }

  .height-confetti-test {
    height: 20rem !important;
  }

  .background-color {
    background-color: rgb(161, 237, 146);
  } 
  
}

@media (max-width: 768px) {
  .col-teacher-course{
    width: 93%;
    height: 12rem;
  }
}
