
/*Fonts*/
@import url(https://fonts.googleapis.com/css?family=Dosis);
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,100,100italic,300,300italic,400italic,900italic");
@import url("https://fonts.googleapis.com/css?family=Leckerli+One");
*{
  outline: none;
}
a{
    outline: 0;
	color: white;
}
a:hover, a:focus{
    outline: 0;
    text-decoration: none;
}
*:before,
*:after {
  box-sizing: inherit;
}

html {
	height: 100%;
}
body{      

	font: "Titillium Web", sans-serif;
	font-size: 16px;
	min-height:100%;
	padding-bottom: 64px;
	margin-bottom: -50px;
	margin: 0;
	position:relative; 
	background-color: #F8F8F8;
}
p {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  color: #313131 !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Slab', serif;
}
h2{
    font-size: 26px;
    line-height: 26px;
	color:#0096c8;
	margin-bottom: 15px;	
}
h4 {
  font-size: 26px;
  color: #6d868f;
  font-family: 'Lato', serif;
}
#logintitle {
  border-bottom: 1px dotted #E0E0E0;  
}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: white !important;
  background-color: transparent;
}

.nav-wr { 
	padding-top: 10px;
	max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-right {
	margin-right:auto;
	margin-left:auto;
	float: right;
}
@media screen and (min-width: 1000px) {
	.navbar-right {
	margin-right:45px;
	margin-left:45px;
	}
}
.navbar.navbar-default {
  height: 40px;
}
header .navbar {
  background-color: #0096c8;
  border-color: #FFFFFF;
  border-bottom: 3px solid #8D8D8D;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity:1!important;
	-khtml-opacity: 1!important;
	opacity: 1!important;  
}
header .navbar-nav > li > a{
}
header .navbar-default .navbar-nav > li > a{
    color: #feffff;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
}
header .navbar-default .navbar-nav > li > a:hover{
    color: #feffff;
    border-bottom: 2px solid #feffff;
    padding-bottom: 8px;
}
header .navbar-default .navbar-nav > a, header .navbar-default .navbar-nav > a:hover, header .navbar-default .navbar-nav > a:focus {
  background-color: transparent;
  color: #feffff;
  border-bottom: 2px solid #feffff;
  padding-bottom: 0px;
}
.top-logo {
	width: 140px;
	margin: 14px auto;
}
.top-bar {
	height: 72px;
	background-color: white;
}
li {
  font-size: 15px;
  font-family: "Lato";
}

input {  
    width: 100%;
    padding: 3px 9px;
    box-sizing: border-box;
} 
input[type=submit] {  
    width: 100%;
    padding: 10px 9px;
} 
input[type=checkbox] {  
    width: 20%;
	margin: 0% 40%;;
}
.content {
	padding: 30px;
	text-align: center;
}
.loginlist {
	width: 100%;
	margin: 0px 10px;
}
.loginitem {
	float: left;
	width: 50%;
	padding: 0px 0px;
	margin: 10px 0px;

}
.formbutton {
	margin-top: 110px;
}

.visible-message{
    height:auto;
	padding: 0px;
	display: none;
}
.visible-message-login{
    height:auto;
	padding: 0px;
}
pre {
	 padding: 15px;
}
#message-err {
	background-color:  #ffe6e6;
	border-color:red;
}
#message-ok {
	background-color:  #D9FFE5;
	border-color:green;   
}

.form-btn {
  width: 100%;
  display: block;
  height: auto;
  padding: 15px;
  background: #F3F2F2;
  border: 1px solid #A0A0A0;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
.form-btn:hover {
  background: transparent;
  color: black;
  transition: .3s;
}
.form-btn:active{
    opacity: 0.9;
}

.con-login li:first-child {
  border: none;
  float: none;
}
.con-login li{
    list-style: none;

}
.con-login .head h2 {
  padding: 0px 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}
.con-login .head {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
}
.con-login li {
  color: #777;
  padding: 8px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #fff;
  text-align: center;
  width: 100%;
  float: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.con-login .head {
  background: #f6f6f6;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: block;
  font: 12px Arial, sans-serif;
  color: #333;
}
.con-login {
	max-width: 500px;
	display: inline-block;
	text-align: left;
	min-width: 500px;
}
#login-err {
	margin: 15px 0px;
}

.cc-head-wrapper {
	height: auto;
}
.col-head {
	display: inline-block;
	width: auto;
}
.con-cc {
    display: inline-block;
	width: 1100px;
	text-align: left;
	padding: 5px;
	padding: 10px; 	
	margin:0px auto;
	float: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.refresh-img {
	width: 18px;
	margin: 0px 8px 0px 0px;
}
.button {
  border: 0px solid #A0A0A0;
  background: transparent;
  padding: 5px;
  height: 16px;
  color: #374850; 
  padding-bottom: 20px;
}

.button:hover {
    text-decoration: underline;
	color:#5e6c72
}
.cc-hl {
	display: inline-block;
	width: 266px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid black;
	min-height: 25px;
	font-style: italic;
}

.cc-row {
	height: 60px;
	padding: 6px 0px;
	border-bottom: 1px #C1C1C1   dotted;
}

.cc-row:last-child {
	border-bottom: 0px;
}
.cc-rl {
	display: inline-block;
	width: 266px;
	height: 30px;
}
.cc-hl-bd {
	display: inline-block;
	width: 357px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid black;
	min-height: 25px;
	font-style: italic;
}
.cc-rl-bd {
	display: inline-block;
	width: 350px;
	height: 30px;
}

#cc-h1-empty {
	margin-bottom: -9px;
}

#cc-btm {
	border-bottom: 1px solid black; 
	padding-bottom: 5px;
}

#con-switch {
	position: relative;
	text-align: center;
	height: 44px;
}
.switch {
  position: absolute;
  display: inline-block;
  width: 54px;
  height: 26px;
  top: 12px;
  left: 92px;
  margin: 0px auto;
}

.switch-bd {
	left: 152px;
}

.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #0096c8;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.footer {
  background: #374850;
  height: 50px;
  border-top: 1px solid rgb(38, 38, 38);
  padding-top: 12px;
  position:absolute;
  bottom:0;
  width:100%;
}
.footer p{
  font-size: 14px;
}
p.copyright-text {
  color: rgb(162, 162, 162) !important;
}
.copyright-text a{
	color: white;	
}

@media screen and (max-width: 640px) {
	.nav-wr {
		padding-top: 0px;
	}
	.content {
		padding: 3px;
		width: 100%;
	}
	.con-login {
		min-width: auto;
		width: 96%;
	}
	.con-cc {
		width: 100%;
		padding: 5px;
	}
	.cc-header {
		display: none;
	}	
	.cc-row {
		height: auto;	
		background-color: white;
		margin-bottom: 5px;
		border-radius: 2px;
		box-shadow: 3px 1px 5px #e5e5e5;
		padding: 20px 3px 20px;
	}
	.cc-rl {
		width: 49%;

	}
	.cc-rl:last-child {
		width: 100%;
		padding: 10px 0px 30px;
	}
	.cc-rl:first-child{
		width: 100%;
		font-weight: bold;
		border-bottom: 1px dotted #e5e5e5;
		padding-bottom: 5px;
	}
	.switch {
		top: 12px;
		left: 80px;
		margin: 0px auto;
	}
	#con-switch {
		height: auto;
	}					
/*Responsive page 2*/		
	.cc-rl-bd:nth-child(2){
		width: 49%;
	}
	.cc-rl-bd {
		padding: 0px 6px;
	}
	.cc-rl-bd:first-child{
		width: 100%;
		font-weight: bold;
		border-bottom: 1px dotted #e5e5e5;
		padding-bottom: 5px;
	}
	.switch-bd {
		top: 12px;
		left: 35%;
		margin: 0px auto;	
	}
	.cc-rl-bd:last-child{
		width:49%;
	}	
	
	
}











