*,html,body,h1,h2,h3,h4,h5,h6,ul,li,p {margin:0;padding:0;}
a,input,select,button {outline:0;}
a,a:hover,a:active {
	color:#cfcdcb;
	text-decoration:underline;
	cursor:pointer;
}
/* BS3 override */
.row {
  margin:0;
}
/* end of BS3 override */

html,body {
	overflow-x:hidden;
    font-family: Arial, Helvetica, sans-serif;
}

a, a:hover {
	text-decoration: none;
}
.clear {
  clear:both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}


#header{
	width:100%;
	height:60px;
	background-color:#1d1d1d;
	color:#ffffff;
	border-bottom: 1px solid #393f44;
}
.headerLeft{
	width:15%;
	float:left;
	height:60px;
	padding:5px 5px 0px 5px;
	text-align:center;
}
.headerRight{
	width:15%;
	float:right;
	height:60px;
	padding:5px 5px 0px 5px;
	text-align:center;
}

#content{
	width:100%;
	min-height:840px;
	overflow:hidden;
}
#leftcontent{
	width:12%;
	background-color:#292e34;
	min-height:840px;
	overflow:hidden;
	float:left;
}
#rightcontent{
	width:85%;
	background-color:#ffffff;
	min-height:840px;
	padding-left:10px;
	overflow:hidden;
	float:left;
	border-left:1px solid #c5c6c6;
}

#footer{
	width:100%;
	padding:10px;
	background-color:#292e34;
	color:#ffffff;
	height:150px;
	text-align:center;
}

.navSet{
	border-bottom:1px solid #000;
	width:100%;
	font-size:16px;
	color:#d2dee4;
	padding:13px 0px 13px 25px;
	cursor:pointer;
}
.navSet:hover{
	background-color:#d2dee4;
	color:#000;
}
.active{
	border-left:8px solid #3399ff;
}

@media screen and (max-width: 1360px) {
	.headerLeft{
		font-size:22px;
	}
	.navSet{
		font-size:15px;
	}
	.arrow{
		display:none;
	}

}
@media screen and (max-width: 800px) {
	.headerLeft{
		font-size:16px;
		width:17%;
	}
	.navSet{
		font-size:13px;
	}
}

/* right arrow*/
i {
    border: solid #d2dee4;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
	margin-left:25px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	margin-left:5px;
	border: solid #000;
	border-width: 0 4px 4px 0;
	cursor:pointer;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	margin-left:5px;
	margin-top:3px;
	border: solid #000;
	border-width: 0 4px 4px 0;
	cursor:pointer;
}
.down:hover, .up:hover {
	border-color: #3399ff;
}
/* end right arrow*/

#login th,td { 
      padding: 5px;
      border-collapse:collapse;   
}

/* BUTTONS */
.button {
  backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(180deg,#44bbdd 0%,#3399ff 30%,#3399ff 65%,#3399ff 100%);
  border-radius: 8px;
  border: 0px solid #379;
  border-width: 0px 0px 5px 0px;
  padding: 9px 15px 6px 15px;
  box-shadow: inset 0px 1px 3px rgba(100%,100%,100%,0.4);
  color: #fff;
  font-size: initial;
  font-weight: 900;
  font-style: normal;
}
.buttonAlt {
  padding: 6px 10px 3px 10px;
  width:150px;
  text-align:center;
}
.buttonAltActive {
  color:#000;
  background: linear-gradient(180deg,#fff 0%,#fff 30%,#fff 65%,#fff 100%);
}
.buttonAltActive2 {
  color:#000;
  background: linear-gradient(180deg,#fff 0%,#fff 30%,#fff 65%,#fff 100%);
  width:160px;
}

.button > div {
  color: #999;
  font-size: 10px;
  font-weight: initial;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px;
}
.button > i {
  color: #fff;
  font-size: 1em;
  background: rgba(0%,0%,0%,0.2);
  border-radius: 100px;
  border: 0px solid transparent;
  border-width: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 10px;
  position: static;
  box-shadow: inset 0px 1px 2px rgba(0%,0%,0%,0.4),inset 0px -1px 0px rgba(100%,100%,100%,0.5);
}
.button > .ld {
  font-size: initial;
}

.contentContainer{
  
  width:99%;
  min-height:650px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
  background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
  background-image:         linear-gradient(top, #f5f5f5, #eee);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;  
  padding:10px;
}

.redError{
  color:red;
}

#popup1{
	z-index:50;
	position:absolute;
	border:1px solid #cecece; 
	background-color:#eeeeee;
	overflow:hidden;
	margin-left:12%;
	min-height:2500px;
	width:60%;
	padding:10px;
	display:none;
}
#popup10{
	z-index:600;
	position:absolute;
	top: 20px;
	border:1px solid #cecece; 
	background-color:#eeeeee;
	overflow:hidden;
	margin-left:12%;
	min-height:1200px;
	width:40%;
	padding:10px;
	display:none;
}
#popup2{
	z-index:55;
	position:absolute;
	border:1px solid #cecece; 
	background-color:#eeeeee;
	overflow:hidden;
	margin-left:20%;
	min-height:800px;
	width:auto;
	padding:10px;
	display:none;
}
#popupAB{
	z-index:155;
	position:absolute;
	border:1px solid #000000; 
	background-color:#eeeeee;
	overflow:hidden;
	margin-left:0%;
	min-height:1500px;
	width:85%;
	padding:10px;
	display:none;
}

