/* CSS Document */


a:link, a:visited { text-decoration: none; color: #065773; }
a:hover { color: #3B3B3B; }
a { outline: none; }
h1 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 22px; }
h2 {
	clear: both;
	background: #2b9baf url(../img/corner.gif) no-repeat top right;
	color: #fff;
	padding: 7px 0 7px 5px;
	font: bold 16px Tahoma, Arial, Sans-Serif;
	margin: 5px;
	border-bottom: 4px solid #1e374c;
	
	}



h3 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 16px; }

ul{list-style:square; padding-bottom:5px;}


body {
	font-family:"Calibri",Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#90a6bb; background-image:url(../img/body-bg6.png); background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.preview, .submit, .closeFB, upload {width: 80px; elevation:above;  padding: 5px; background: #ededed; display: block; line-height: 16px; text-decoration: none; text-align: center; border: solid 1px #ccc;}

.itbutton { background-image:url(../img/payment.png); background-repeat:no-repeat; border:0px; width:120px; height:120px; font-size:0px;}


.courseselect select {
    display: inline-block;
    padding: 4px 3px 5px 5px;
    width: 200px;
    outline: none;
    color: #666666;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background-color: #fff;        
}


.courseselect select option {border:1px solid #000000; background: #efefef;}


input {padding: 6px 10px}
 fieldset {
border: 0;
}
label {
display: block;
margin: 5px 0 0 0;
}
select {
width: 200px;
}
.overflow {
height: 200px;
}
.text-label {
    color: #cdcdcd;
    font-weight: bold;
}
.style1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
body,td,th {
	color: #666666;
}
.tablehigh {background-color:#cbd18f; border-bottom: 4px solid #b4bb70;  color:#003366; padding:5px;}
.tablehigh1 {border-bottom:4px solid #305f7c; color:#ffffff; font-size:18px; background: #304c64 url(../hands.png) no-repeat center left; padding-left:35px;}


.mytbox {
	background-image: url(../img/mybg1.jpg);
	border:2px solid #73bad7;
	border-radius:5px;
	height: 40px;
	
}

.mytbox1 {
	background-image: url(../img/mybg1.jpg);
	border:2px solid #73bad7;
	border-radius:5px;
	height: 22px;
	
}

.newbutton, .mybutton  {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.newbutton:hover,  .mybutton:hover, .button:hover, .cancelbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.newbutton:active, .mybutton:active, .button:active, .cancelbutton:active {
	position:relative;
	top:1px;
}






.newbgcolor {color:#218009; font-family:Impact, Haettenschweiler;}

/* Header/logo Title */
.header {
  padding: 20px;
  text-align: center;
  background-color:#2b9baf; background-image:url(../img/body-bg5.png); background-repeat:repeat;
  border-bottom:4px solid #304c64;
  
  
  
  color: white; 
}





/* Column container */
.row {  
  display: flex;
  flex-wrap: wrap;
}


.side {
  flex: 30%;
  background-color:#fbf8be; background-image:url(../img/body-bg14.png); background-repeat:repeat;
  padding: 20px;
}
.side h2 { margin: 0px 0px 10px 0px; padding:5px; font-weight: normal; font-size: 20px; font-family:"Tahoma",Arial, Helvetica, sans-serif; letter-spacing:-1;  background: #2b9baf;  color: #fff; }



.side h3 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 18px; }


.side2 {
  flex: 20%;
  background-color:#eee; background-image:url(../img/body-bg17.png); background-repeat:repeat;
  padding: 20px;
}
.side2 h2 { margin: 0px 0px 10px 0px; padding:5px; font-weight: normal; font-size: 20px; font-family:"Tahoma",Arial, Helvetica, sans-serif; letter-spacing:-1;  background: #2b9baf;  color: #fff; }
.side2 h3 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 18px; }

/* Main column */
.main {
  flex: 40%;
  background-color: white;
  padding: 20px;
}
.main2 {
  flex: 70%;
  background-color:#dcf3fd; background-image:url(../img/body-bg14.png); background-repeat:repeat;
  padding: 20px;
}


/* Footer */

.footer { clear: both;  text-align:center; color: #ffffff; padding-bottom: 10px; padding-top: 18px;  margin: auto;  background-color:#2b9baf; background-image:url(../img/body-bg14.png); background-repeat:repeat; }
.footer a { color: #ffffff; }
.footer a:visited { color: #efefef; }
.footer a:hover { color: #efefef; text-decoration: underline; }

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 700px) {
	
  .row, .navbar, .menu_simple {   
    flex-direction: column;
  }
}


/*
.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:100%;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #349bc6;
	border-bottom:4px solid #3388ac;
	 border-radius: 5px;
    display:block;
	box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
	 background: -o-linear-gradient(top, #69c4e8, #21a1d4);
  background: -ms-linear-gradient(top, #69c4e8, #21a1d4);
  background: -webkit-linear-gradient(top, #69c4e8, #21a1d4);
  background: -moz-linear-gradient(top, #69c4e8, #21a1d4);
  background: linear-gradient(to bottom, #69c4e8, #21a1d4);



}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #eee;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
   background-color: #7abdd8;
} */


.menu_simple ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #cbd18f;
  border: 1px solid #555;
}

.menu_simple li a {
  display: block; 
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

.menu_simple li {
  text-align: center;
  border-bottom: 1px solid #555;
}

.menu_simple li:last-child {
  border-bottom: none;
}

.menu_simple li a.active {
  background-color: #04AA6D;
  color: white;
}

.menu_simple li a:hover:not(.active) {
  background-color: #304c64;
  color: white; text-transform: uppercase;
}





.hsboardselect {
	background-image: url(../img/mybg1.jpg);
	border:2px solid #73bad7;
	border-radius:5px;
	height: 45px;
    width: 397px;

}

.button {
    background-color: #5885b3;
    border: none;
    color: white;
    padding: 15px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.cancelbutton, .logoutbutton {
    background-color: #f00;
    border: none;
    color: white;
    padding: 15px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
