@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

a.green {
	color: #4494db !important;
}
.breadcrumb {
	font-size: 12px;
	width: 100%;
}

body {
	min-width: 1200px !important;
}

.submenu {
	width: 19.4%;	height: 60px;
	line-height: 60px;
	
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	color: #4494db;
	background-color: white;
}

.submenu:hover {
	color: white;
	background-color: #4494db;
	font-weight: bold;
}



.breadcrumb {
		letter-spacing: 0.25px;
		font-weight: 600;
	}
	
	
	select {
		-webkit-appearance: none;
		background: url(/images/select.png?123) no-repeat right center;
	}
	
	th, td {
		color: black;
	}
	
	
	th {
		text-align: left;
		font-weight: bold;
		
	}
	
	tr:nth-child(even) {
		background: ffff
	}
	
	tr:nth-child(odd) {
		background: #f5f5f5
		
		}	
	
body {
			margin: 0;
			//font-family: 'Lato', sans-serif;
			
			 font-family: "ubuntu";
					-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			background-color: #f9f9f9;
			color: black;
		}
		
		a {
			color: #012d46;
			text-decoration: none;
		}
		
			
		a:hover {
			text-decoration: underline;
		}
		
		.has-shadow {
			-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
			-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
			box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
		}
		
		.box {
			background-color: white;
			padding: 15px 30px;
			
			margin: 20px;	margin-left: 0px;	margin-right: 0px;
			
		}
		
		.btn {
			box-sizing: border-box;
		}
		
		.login-form input:focus {
			border-color:#4494db;
			color: #000;
		}
		
		.login-form input:focus::-webkit-input-placeholder {
			color: #000;
		}
		
		.w60 {
			width: 50% !important;
			float: left;	min-height: 300px;
		}
		
		
		.w45 {
			width: 45% !important;
			float: left;	min-height: 300px;
		}
		
		
		.w30 {
			width: 30% !important;
			float: right;
		}
		
		.ad {
			background: url(/images/ad.png) no-repeat center center;
			background-size: cover;
			min-height: 300px;
			line-height: 300px;
			
			color: white;
			text-align: center;
			font-weight: bold;
		}
		
		
		.container {
			
		}
		
		input, select {
			border: none;
			border: 2px solid #efefef;
			color: #000000;
			padding: 20px 0px 10px 10px;
			font-size: 18px;	
			display: block;
			margin-bottom: 10px;
			display: inline-block;
			
			box-sizing: border-box;
			width: 100%;	max-width: 100% !important;
			outline: none;
			clear: both;
		}
		
				
		.success {
			line-height: 35px;
			color: #3c763d;
			background-color: #dff0d8;
			border: 2px solid #d6e9c6;
			
			border-radius: 5px;
			text-align: center;
			width: 100%;
			margin: 20px auto;
		}
		
		
		.alert {
			line-height: 35px;
			background-color: #a81e47;
			
			border-radius: 5px;
			color: white;
			text-align: center;
			width: 80%;
			margin: 20px auto;
		}
		
		
		header .logo {
			width: 280px;
			float: left;
		}
		
		
		header .logo img {
			width: 200px;	margin-top: 12px;
		}
		
		header {
			height: 80px;
			background-color: white;
			
			-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
			-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
			box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
		}
		
		.container {
			width: 80%;
			max-width: 1050px;
			margin: 0 auto;
		}
		
		.menu-right {
			float: right;
			margin-top: 15px;
		}
		
		.loading {
			background: url(/images/alpha_white.png) repeat ;
			width: 200000px;
			height: 100000px;	
			display: none;
			position: fixed; z-index: 100000000;
		}

		h2 {
			font-size: 30px;
			color: #5cafdf;
		}
		
		input.col-3 , div.col-3 {
			width: 32.80% !important;
			display: inline-block;
		}
		
		
	label {
  position:absolute;
  top:-13px;
  left:0;
  font-size:9px !important;
  color:#aaa;
  transition: all 0.1s linear;
  opacity:0;
  font-weight:bold;
  margin-left: 10px !important;
}
label.on {
  color:#4481C4;
}
label.show {
  top:10px;
  opacity:1;
}

input.on {


}

.form-input {
  position:relative;
  margin-bottom:0px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  line-height: 10px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}


		input.col-2, div.col-2 {
			width: 49.45% !important;
			display: inline-block;
		}
		
		input.my {
			background: url(/images/flag-my.png?1235) no-repeat 10px 10px;
			padding-left: 35px;
		}
		
		input.icon-password {
			background: url(/images/icon_pw.png?12g436) no-repeat right center;
			
		}
		
		input.icon-mail {
			background: url(/images/icon_mail.png?12345) no-repeat right center;
			
		}
		
		.input-error-message {
		color: white;
display: block;
padding-bottom: 10px;
font-size: 10px;
position: absolute;
width: auto;
padding: 3px 5px;
z-index: 11111;
top: -16px;
background-color: #d95c5c;
	}

html, body {
  //height: 100%;
}


body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #3c3c3c;
	
	
	//display: flex;
	//flex-direction: column;
}


input, select {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
}

h3 {
	margin-bottom: 15px;
}

.logo {
	height: 55px;
}

.default-container {
	width: 1050px;
	margin: 0 auto;
}

.login-header {
	padding: 30px 0px;
		background: url(/images/bottom.png) repeat-x;
		background-position-y: 95px;
}

.login-background {
	height: 100%;	min-height: 800px;
	background-color: #f5f5f5;
	padding-bottom: 20px;
}

a.btn-blue:hover {
	text-decoration: none;
}

h3 {
	font-size: 18px;
	margin: 0; padding: 0;
}

.bx-slider  {
	width: 100%;
}

.slider li {
	height: 800px;
	background-size: cover;
}

a {
	transition: all 0.2s;
}

a:hover {
	text-decoration: underline;
}

.btn-blue {
	background-color: #4494db;
	color: #fff;	
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	border: 2px solid #4494db;
}

.btn-blue:hover {
	background-color: #4ec25f;
	border: 2px solid #4ec25f;
	color: white;
}

.btn-blue-border:hover {
	background-color: #4494db;
	color: white;
}


.btn {
	padding: 15px 45px;	font-size: 14px;	
	transition: all 0.2s;
	text-decoration: none !important;
}


.btn-blue-border {
	border: 2px solid #4494db;
	color: #4494db;	
	background-color: white;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

.no-border {
	border: none !important;
}


.form-control {
	font-family: 'PT Sans', sans-serif;	font-weight: normal !important;
	border-radius: 0;
}

.login-container {
	text-align: center;
	margin: 0 auto;
	width: 400px;
	padding: 15px 15px;
	background-color: #fff;
	//border-radius: 10px;
	margin-top: 10px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.26);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.26);

	
}

//.right {
	float: right;
}

.header { 
	padding: 30px 0px;
	
	background: url(images/header-bg.png) repeat;
	
}

.navigation a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.teaser {
	background-image: url(images/teaser/1.png);
	background-position: center top;
	background-size: cover;
	height: 800px;	width: 100%;
}

footer {
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	color: #888;
	background-color: #eee;
	bottom: 0px;
}


input {
			transition: all 0.4s;

}

	input.error, select.error,textarea.error {
		border: 2px solid #d95c5c !important;
	}
/*
	
	Tick
	
	*/
	
.circ{
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    
}

.input-group {
	margin-bottom: 15px !important;
}
.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
}


.btn-dashboard {
	color: #999;	padding: 10px 15px;	font-size: 12px;
	margin-right: 20px;	display: inline-block;
	background-color: #eee;
	margin-bottom: -5px;
	transition: background 0.3s linear;
   -webkit-transition: background 0.3s linear;
   -moz-transition: background 0.3s linear;
   
}

.btn-dashboard:hover {
	border: 1px solid blue;
	background-color: #4ec25f;
	color: #fff;
	text-decoration: none;
	border: none;
}

.dashboard-left,.dashboard-right {
	background-color: #fff;
}

.dashboard-left {
	float: left;
	width: 30%;
	padding: 25px 25px;
	//border-radius: 10px;
}

.dashboard-right {
	float: right;
	width: 65%;
	padding: 25px 25px;
	//border-radius: 10px;
}

a {
	color: #3c3c3c;
	
}

a:hover {
	text-decoration: none;
	color: #999;
}

.alert {
	box-sizing: border-box;
	padding: 10px 25px;
	border-radius: 10px;
	width: 100% !important;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	color: white !important;
	background-color: #f64b2f !important;
	bordeR: 1px solid #f64b2f;
}

.alert-warning {
	color: #999;
}



	.non-mobile {
		display: block ;
	}
	
	.mobile {
		display: none !important ;
	}
	


	.subpage {
		margin-top: 100px;
	}
		
	
@media screen and (max-width: 1000px) { 
	
	.subpage {
		margin-top: 0px !important;
		padding-bottom: 10px;
	}
	
	.login-header .logo {
		margin: 0 auto;
		display: block;
	}
	
	.login-header  div {
		float:  none !important;
	width: 100%;
	text-align: center;
	}
	
	.login-header .btn-blue  {
		display: inline-block;
		margin: 10px auto;
	}
	
	.logo {
	height: 45px;
	margin-top: 12px;
}
	
	.teaser {
		height: auto !important;
	}
	
	.start-teaser {
		background: none !important;
	}
	
	 .mobile-menu  {
		 display: block !important;
	 }
	
	.non-mobile {
		display: none !important;
	}
	
	.mobile {
		display: block !important;
	}
	
	.start-teaser {
		background-image: url(ALPHA.png);
		color: #fff;
		padding: 10px;	border-radius: 10px;
		margin-top: 30px !important;
	}
	
	.login-background {
		width: 100%;
		max-width: 100% !important;
	}
	
	.teaser {
		background-position: right top !important;
	}
	.teaser .default-container {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	}
	
	.login-container {
		max-width: 100%;
	}
	.default-container {
		width: 80%;
		margin: 0 auto;
	}
	
	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}


}



	
	h3 {
		font-weight: 600;
	}
	
	
	
table {
		width: 100%;
		border-collapse: collapse;
		overflow-x:auto;
	}
	
tr td:last-child {
   text-align: right;
}

tr th:last-child {
   text-align: right;
}


	th {
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 600 !important;
				border-top: 1px solid #e4e1e1;

		border-bottom: 1px solid #ddd;
		letter-spacing: 0.5px;
		padding: 10px 15px;
	}
	
	td {
		font-size: 12px;
		color: #393939 !important;
		font-weight: 600;
		letter-spacing: 0.55px;
		padding: 15px 12px;
		
	}	
	
	.w65 {
		min-height: 10px; float: left; width:62% !important;
	}
	
	
	
		header .logo img {
    width: 250px;
    margin-top: 5px;
   }
   
    	header{ 
		height: 100px !important;
		padding-top: 20px;
	}

	.top-green {
			background-color: #4bba5b;
			height: 5px;	
			display: inline-block;
			width: 50%;
			position: absolute;
			top: 0px;
						right: 0px;

		}
		
		.top-blue {
			background-color: #4494db;
			height: 5px;	display: inline-block;
			width: 50%;
				position: absolute;
			top: 0px;
		}




.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: -5px;
    cursor: pointer;
    /font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block !important;  
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;    border-radius: 25px;
	margin-bottom: -5px;
    background-color: #eee;
}

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

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #4494db;
}

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

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

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input {
		font-family: 'Open Sans', sans-serif;

}


label.new {
		margin-left: 15px;		margin-bottom: 10px;	font-size: 13px;
		color: #606060;	display: block;	font-weight: bold;
	}
	
	.box {
		border-bottom: 5px solid #4bba5b;
	}
	