/*
a, a:link, a:visited, a:active{ text-decoration:none;}
a, a:link, a:visited{ color:#0f8332;}
a:active{ color:#03ae36;}
a:hover{ color:#1fbf00; text-decoration:none;}
*/

input[type="text"],
input[type="password"],
select.form-control{
  background-color:#f7f9f9;
}

input[type="text"]:focus,
input[type="password"]:focus,
select.form-control:focus {
  background-color:#ffffef;
}

div.input_section_header{background-color:#cfd6de;}



.menu_separator_white{
	border-left:0px  !important;
	padding-left:20px;
}
.menu_separator_white_right{
	border-right:0px  !important;
}


.table .thead-dark th{color:#000000;background-color:#d2d9de;border-color:#abb4ba}

.table-dark{color:#000000;background-color:#d2d9de}

.table-dark td,.table-dark th,.table-dark thead th{border-color:#abb4ba}




/*********************************/


@media screen and (max-width: 800px) {
	.img_responsive {
		width:100% !important;
		height:auto !important;
	}
	
	.div_responsive {
		width:100% !important;
	}
}
/*
Bootstrap 4 grid tiers and media query breakpoints
xs = Extra small <576px
sm = Small >=576px
md = Medium >=768px
lg = Large >=992px
xl = Extra large >=1200px
*/
@media screen and (max-width: 576px) {
	.btn_responsive {
		width:100% !important;
		margin-left:0px;
	}
	
	.box_responsive, .textbox_responsive{
		width:100% !important;
	}

}


@media (min-width: 768px) {
.dropdown .dropdown-menu{
    display: none; 
  opacity:0;
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
height:0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
	height:auto;
	margin-top:0px;
}
.menu_separator_white{
	border-left:solid 1px white !important;
}
.menu_separator_white_right{
	border-right:solid 1px white !important;
}
}




.parallax-window {

    background: transparent;
	border:solid 0px red;
	
}

.kp-parallax{
	height:100%; background: transparent; background-image:url('../../assets/images/header_mobile_bg.png');  background-attachment: fixed;background-position: center; background-repeat: no-repeat; background-size: cover; 
}


.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  border-bottom: 10px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.loader_lg {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  border-bottom: 16px solid #3498db;
  width: 120px;
  height: 120px;
  margin-left:auto;
  margin-right:auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


th {
    background-color: #cad4dd;
    color: #000000;
} 
th a {
    color: #3f6589;
} 

.box_title_1 {
    background-color: #b8d2e5;
    color: #000000;
} 


.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.content_picture_section{
	background-color:#edeef2;
}