:root {
  --racing_green: #fff;
  --soft_green: #ff0000;
}


html, body {
  font-family: 'Poppins', sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  color: #000;
  line-height: 1.5;
  min-height:100%;  
  background:#f4f4f4;
	
}
a:link,a:visited,a:active {color: #000;text-decoration:none;}
a:hover{color: #999;text-decoration:none;}



h1{
	color: #333;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 2.4em;	
	margin-bottom:20px;
}

h2{font-size: 2rem;
	font-weight: 700;
    padding-bottom: 15px;	
	color:#333;
}
h3 {
    font-size: 3em;
    padding-bottom: 15px;
	

}
h4{font-size: 1.8rem;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
	color:#333;
}
.h5, h5 {
    font-size: 1.3em;
    font-weight: 600;
}
p {
    margin: 0px 0px 10px 0px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


h1,h2,h3,h4{

	color: #000;
	font-weight:600;
}

form{margin:0px;padding:0px;}



.total{color:#1AC8ED;}
.topnavi_flag{margin:0px 4px;cursor:pointer;}

.dot_active_yellow{background:orange;display:inline-block;width:16px;height:16px;border-radius:8px;}
.dot_active_green{background:green;display:inline-block;width:16px;height:16px;border-radius:8px;}
.dot_active_red{background:#ff0000;display:inline-block;width:16px;height:16px;border-radius:8px;}

.milestones{display:inline-block;margin-right:20px;font-size:0.8em;}
.milestones .step{display:inline-block;margin-right:20px;text-align:left;}
.milestones .step .sts{display:inline-block;margin-right:10px ;}
.milestones .sts_arrow{display:inline-block;margin:5px 25px 5px 25px;}

.login_wrap{

	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	
	
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.login_hd{color:var(--racing_green);font-size:2.4em;font-weight:700;padding:20px 30px;
	border-radius:16px;margin-bottom:14px;
}
.profile_pad_area{padding:40px 80px;border-radius:16px;background:#fff;}
.profile_pad{background:#fff;border-radius:6px;padding:40px; min-height:300px;cursor:pointer;overflow:hidden;transition: all 0.3s;}
.profile_pad .hd{color:#000;font-size:1.8em;font-weight:400;padding-bottom:20px;}
.profile_pad .txt{color:#999;font-size:1.2em;}
.profile_pad:hover{transform: scale(1.1);}

.login_2cols{position:relative;height: calc(100vh - 0px);}
.login_2cols .boxwidth{min-width:600px;color:#fff;}
.bck_fade_black{color:#fff;background: linear-gradient(135deg, #232c40, #000000);} 
.bck_greenfade{color:#fff;background: linear-gradient(135deg, #a91a09, #ff0000);
transition: 0.6s ease-in-out;
}

.input_block{padding:10px 0px;}
.input_block .label_left{display: inline-block;float:left;margin-right:12px;width:140px;font-weight:900;}
.input_block .label_top{padding-top:8px;padding-bottom:5px;font-weight:700;}
.input_block .label_right{padding-top:10px;padding-left:5px;margin-left:5px;}



input::placeholder {color:#ddd !important;}

.option_txt{padding-top:16px;}
.emne_hd{font-weight:700;font-size:1.4em;margin-top:30px;border-top:1px dashed #ddd;padding:20px 0px;}
.whitepage{border-radius:8px;background:#fff;padding:60px;}
.bck_grey{background:#f4f4f4;}
.bck_roselight{background:#f6ebe7;}
.bck_grey1{background:#f4f4f4;}
.bck_white{background:white;}
.centered{text-align:center;}
.uppercase_txt{text-transform:uppercase;}
.small_fill{padding:20px;}
.txtgreen{color:var(--soft_green);}
.txtgreen_real{color:#12cd4c;}
.txtred{color:#f20000;}
.txtbold{font-weight:bold;}
.txtblack{color:#333;}
.txtcolor{color:#9fa1a4;}
.txtcolor_rouge{color:#af7c81;}
.grey_pad{padding:20px;background:#f4f4f4;border-radius:6px;}
.tab_inactive{color:#999 !important;background:#f4f4f4 !important;border-bottom: 1px solid #dee2e6 !important;} 
.hidden{display:none;}

.dot_red{width:12px;height:12px;background:red;border-radius:6px;display:inline-block;}
.dot_green{width:12px;height:12px;background:var(--soft_green);border-radius:6px;display:inline-block;}

.infobox{background:#f4f4f4; padding:20px; font-size: 0.6em;}

.msgbox_green{background:rgba(36,195,131,1);-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:20px 20px 20px 20px;text-align:left;}
.msgbox_red{background:#d00;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:20px 20px 20px 20px;text-align:left;}
.msgbox_grey{background:#888;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:20px 20px 20px 20px;text-align:left;}

.loader_result{display:inline-block;padding:30px 30px;font-size:1.6em;font-weight:600;}


.dashtable{width:100%;}
.dashtable tr{
	border-top:1px solid;
    border-color: #ddd;

}
.dashtable th{
    padding: 12px 8px;
    vertical-align: middle;
	font-weight:700;
	color:#333;
	background:#f4f4f4;	
}
.dashtable td{
    padding: 12px 8px;vertical-align: middle;
}
.dashtable td b{color:#333;font-weight:700;}

.dashtable .cat_th{padding:2px 6px; background:#f4f4f4;border-radius:4px;margin:2px;}

.dashtable .sort{background:#f4f4f4;}
.dashtable .sort_set{cursor:pointer;}

.dashtable td p{margin:0px;padding:0px;}

.table_small_font{font-size:12px;}


.pagelist{display: table; width:auto !important;margin-top:30px;margin-bottom:10px;}
.pagelist tr{background:#fff !important;}
.pagelist td{text-align:center;font-size:1.1em;}
.pagelist .pagej{padding:2px 4px;cursor:pointer;padding:4px 20px;}
.pagelist .pagej:hover{background:#eee;border-radius:4px;}
.pagelist .pagej_s{color:#fff;background:#000;padding:4px 20px;border-radius:4px;}



.close_css {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close_css:hover {
  opacity: 1;
}
.close_css:before, .close_css:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close_css:before {
  transform: rotate(45deg);
}
.close_css:after {
  transform: rotate(-45deg);
}






nav .navbar-toggler{float: right;}
nav .navbar-nav li a{}
nav .navbar-toggler span{color: black;}
nav .navbar-toggler{outline: none;margin-top:5px;}
.icon-bar{width:40px;display:block;background:#000;height:3px;margin:10px 0px; border-radius:1px;}
.navbar {padding: 0 10px;}
.dropdown-menu{border-radius:0px;}





.form_input label {

	color:#000;
	font-size: 1.2em;
	transition: all .2s ease; 
	font-weight:bold;
	padding-top:20px;padding-bottom:5px;
}
.form_input input, .form_input select {
  font-weight:normal;
  color:#999;
  padding:10px;
  border: 1px solid #ddd;
  border-radius:4px;
}


.form_input input{
    display:block;
}
.form_input .label_top{font-weight:600;}
.form_input .inputline_wrap{padding:15px 0px;}


/* ---------------------------------------*/
/* custom checkmark / radiobutton */
/* ---------------------------------------*/
.label_font{font-size:20px;}

.check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check_container:hover input ~ .check_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .check_checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_container input:checked ~ .check_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_container .check_checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



	
/* ----- radio ----------*/

.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio_checkmark {
  position: absolute;
  top: 2;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50%;
}

.obj_centered{left: 50%;transform: translateX(-50%);}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .radio_checkmark {
  background-color: #eee;
}

/* When the radio button is checked, add a white background */
.radio_container input:checked ~ .radio_checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .radio_checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .radio_checkmark:after {
  top: 6px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #333;
}

/* ----- Toggle ----------*/
.toggle_switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.toggle_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle_slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle_slider {
  background-color: rgba(36,195,131,1);
}

input:focus + .toggle_slider {
  box-shadow: 0 0 1px #12cd4c;
}

input:checked + .toggle_slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}



/* Rounded sliders */
.toggle_slider.round {
  border-radius: 24px;
}

.toggle_slider.round:before {
  border-radius: 50%;
}
/* -- radio slider end -----*/











/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}











/* buttons */
.bck_black{background:#000;color:#fff;}
a.bck_black:link,a.bck_black:visited,a.bck_black:active {color: #fff;text-decoration:none;}
.btn{display: inline-block;
	position: relative;
	padding: 25px 36px;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius:50px;


	

}
.btn i{margin-left:5px;}


.bck_greenfade:hover{
  background: linear-gradient(135deg, #890a09, #a91a09);color:#fff;
}
.bck_black:hover{border: 1px solid transparent;background:#000000;color:#fff;}
a.bck_greenfade:link,a.bck_greenfade:visited,a.bck_greenfade:active {background:#000;color:#fff;}




.btn_outline{border: 1px solid #000;}
.btn_outline:hover{border: 1px solid transparent;background:#000000;color:#fff;}
.btn_outline:hover padding: 15px 24px;i{color:white;}

.btn_sm {padding: 15px 24px;}
.btn_smx {padding: 7px 10px;border-radius: 4px;}
.btn_lg{padding:18px 25px;border-radius:0px;font-size:1.4em;min-width:200px;}

												



.btn_minwidth{min-width:125px;}


.ico_marg {margin-right: 8px;}



.filter_value{border: 1px solid #f2b4a2;margin: 2px 5px 20px 2px;}
.btn-just-icon {
    border-radius: 60px;
    height: 40px;
    width: 40px;
	padding:0px;
}


/* icons */
.ico48_info{background:url(/img/icons48x48.png) 0px 0px no-repeat;display:inline-block;width:48px;height:48px;}



/* footer */
#footer{padding:80px 10px;color:#7a7d85;background:#f6ebe7;color:#b77284;}
#footer .hd-link{font-weight: 700;margin-bottom: 4px;color: #404145;}
#footer ul {list-style: none;margin: 0;padding: 0;}
#footer li {margin-top: 5px;}
#footer li a {color: #b77284;}
#footer li a:hover{color: #d792a4;}
#footer p {color: #666;padding:0px 0px 10px 0px;}
#footer .footer_logo{}
#footer a.someicon:link,a.someicon:visited,a.someicon:hover{background-repeat: no-repeat;padding:2px 0px 10px 45px;font-size: 1.6em;font-weight: 400;color:#fff}




.my-error-class {color:#f00 !important;font-weight:600;font-size:18px;}
.my-valid-class {}




.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* Fade in */
.link_fadein a {
	display: inline-block;
	position: relative;
	padding: 0.2em 0;
	overflow: hidden;
}
.link_fadein a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1em;
	background-color: var(--soft_green);
 	transition: opacity 300ms, transform 300ms;
	opacity: 1;
	transform: translate3d(-100%, 0, 0);

}

.link_fadein a:hover::after,.link_fadein a:focus::after {transform: translate3d(0, 0, 0);}
.link_fadein a.noline::after {padding:14px 5px;background-color:transparent;} 



/* orderfields */
.contact-us{}
.contact-us h1{padding-bottom:20px;}
.contact-us .wrap{padding-right:10px;} 
.contact-us .input-container, .formmisc .input-container {position: relative;border: 1px solid #dedede; padding:6px 10px;	border-radius:4px;height:54px;margin:10px 0px;background:#fff;}
.contact-us input, .contact-us textarea, .formmisc input, .formmisc textarea{
  position: relative; 
  top:0px;
  border: 0;
  font-size: 1em;
  font-weight: 600;
  padding:4px 0px 4px 0px;
  transition: border-bottom 0.2s linear;
  width: 100%;
  outline: 0;

}
.contact-us select, .formmisc select {border: 0;outline: 0;width: 100%;position: relative;top:0px; padding:10px;background-position: right 15px top 14px;background:#fff;}

.contact-us label, .formmisc label {
	z-index: 10;
	position: relative;
	top: -24px;	
	color:#000;
	font-size: 0.9em;
	transition: all .2s ease; 
	font-weight:bold;
	margin-right:20px;
}
.contact-us input[type="text"]:focus ~ label, .contact-us input[type="text"]:valid ~ label, .contact-us input[type="password"]:focus ~ label, .contact-us input[type="password"]:valid ~ label {
  top: -36px; 
  font-weight:normal;
  color:#999;

}
.contact-us input[type="text"]:focus, .contact-us input[type="text"]:valid, .contact-us input[type="password"]:focus, .contact-us input[type="password"]:valid{
  top: 12px; 
}






/* Menu topbar */
.topbar{} 
.topbar .navi{color:white;} 
.topbar ul.nav li a, ul.nav li a:visited {color: white;}
.scrolled{background:#fff;transition: .1s all ease;box-shadow: 0 -0.0625rem 1.0625rem -0.125rem #5e71774a;
}
.scrolled ul.nav li a, .scrolled ul.nav li a:visited {color: black;}
.scrolled a svg path, .scrolled a svg polygon, 
.scrolled a svg line, .scrolled a svg polyline,
.scrolled a svg rect, .scrolled a svg circle{stroke:black;}
.scrolled .nav-item .nav_divider{border-right:1px solid #ddd;}


.logo_div{position:relative;top:-5px;float:left;cursor:pointer;display:inline-block;}
.logo_div img{height:54px;border:0;}
#logo_burger{position:absolute;left:20px;top:15px;} 
#logo_burger img{height:54px;}



.nav-item{padding:10px 20px 0px 10px;}
.nav-item_icon{padding-top:15px;display:inline-block;}
.nav-item .nav_divider{margin:10px 10px;border-right:1px solid #fff;height:40px;width:1px;display:inline-block;}
.nav-item-btn{margin-left:10px;margin-right:10px;}
.nav_text_link{padding-top:3px;}
.nav-item .nav-link{color:#000;padding:20px 15px !important;}
.nav-item .nav-link:hover{color:var(--soft_green);}
.nav-item .nav-link svg, .nav-item .nav-link i{margin-right:12px;}

.nav-item .nav-link:hover svg path, .nav-item .nav-link:hover svg polygon, 
.nav-item .nav-link:hover svg line, .nav-item .nav-link:hover svg polyline,
.nav-item .nav-link:hover svg rect, .nav-item .nav-link:hover svg circle{stroke: var(--soft_green);}



.navi-btn{padding:12px 24px !important;}

.navbar {padding: 0px 0px;}

.dropdown-toggle:after { content: none }
.dropdown-menu{
  background-color: #fff;border-radius:8px; border:0px;
  box-shadow: 0px 44px 74px rgb(0 0 0 / 15%);
  
}
.dropdown-menu>li>a{border-top:1px solid #f4f4f4;border-left:2px solid #fff;}
.dropdown-menu>li>a:hover{border-left:2px solid var(--soft_green);background-color: #fff;}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 18px;
    right: 0;
    left: auto;
}


.show_burger_menu{display:none;position:relative;width:100%;height:80px;cursor:pointer;	}
.show_burger_menu a div{border-left:1px solid var(--soft_green);color:#fff;margin-top:15px;padding:5px 10px;font-size:1.8em;font-weight:400;display:inline-block;}
.icon-bar{width:40px;display:block;background:#fff;height:3px;margin:10px 0px; border-radius:1px;}

#mySidenav a{width:100%;}
#mySidenav a:hover{color:var(--soft_green);}
#mySidenav a.closebtn{text-align:right;}


/* ====== The side navigation menu ====== */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #000; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a, .sidenav div {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  background-color:transparent;
  
}
.sidenav .indent{
	border-left: 20px solid transparent;
	border-bottom: 24px solid transparent;
	padding-left:32px;
	background: url(/img/arrow_right_white.png) no-repeat center  left;
}	

/* When you mouse over the navigation links, change their color */

.sidenav a:hover {color: #eee;}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}





/* Menu END */




@media (max-width: 1399px)  {

.login_wrap{width:70%;}



}




/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {	

.login_wrap{width:80%;}
.login_hd{font-size:2.4em;}

}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

		

	.show_burger_menu, .show_for_small_res{display:block;}
	.hide_sm{display:none;}
	.show_sm{display:block;}

	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

	.login_wrap{width:80%;}
	.login_hd{font-size:2em;padding-left:20px;}
	.profile_pad_area{padding:20px 40px;}
}


/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	
	.show_burger_menu, .show_for_small_res{display:block;}
	.hide_sxm{display:none;}	
}

/*X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
	
.login_wrap{width:90%;}
.login_hd{font-size:2em;padding-left:20px;}
.login_hd span{border-left:0px solid #000;}
.profile_pad_area{padding:20px 40px;}	
.container_padding{padding:0px 5px !important;}


}




