/*.btn-control{
	background-color:#D5E2D1 !important;
	color:black !important;	
}

.primitiveEdit .btn-save{
	background-color:#46932D !important;
	color:white;
	border:1px solid #134F00;
}

*/

.btnNav {
	-o-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-ms-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-moz-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	color:#ffffff;
	font-size: 12px;
	font-weight: 600;
	width:190px;
	height:30px;
  	border-radius: 3px;
 	 background-color: #0054a8;
 	 display: block;
 	 border: 0;
 	 float:left;
 	 margin-right:5px;
 	 white-space: normal;
 	 cursor: pointer;
}

.btnNavHome {
	-o-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-ms-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-moz-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	color:#ffffff;
	font-size: 12px;
	font-weight: 600;
	width:190px;
	height:30px;
  	border-radius: 3px;
 	
 	 background-color: #0054a8;
 	 display: block;
 	 border: 0;
 	 float:left;
 	 margin-right:0px;
 	 margin-left:20px;
 	 white-space: normal;
 	 cursor: pointer;
}

.btnNavHome:hover {
	background-color: #005982;
}


.btnNav:hover {
	background-color: #005982;
}

.athonMenuBox{
	overflow:hidden;
	margin: 5px;
	margin-left:20px; 
	background-color: transparent;
	width: auto;
}

.athonMenuBox a:hover{
	color: inherit;
}

.athonMenuBox a:focus,.athonMenuBox a:active{
	outline: none;
}

.athonMenuSelectedBox{
	float:left;
	font-size:12px;
	font-weight:bold;
	background-color: white;
	margin-right:5px;
	padding: 2px 5px;
	border: 1px solid #777;
}

.athonMenuSelectedBox:hover{
	border: 1px solid darkblue;
}

.athonMenuSelectedBox a:hover{
	text-decoration: none;
}

.athonMenuSelectedBoxForeground{
}

.athonMenuSelectedItem{
	line-height:25px;
	color:black;
	text-decoration:none;
	background-color: transparent;
}

.athonMenuUnselectedBox{
	margin-right:5px;
	float:left;
	font-size:12px;
	color: white;
	font-weight:bold;
	background-color: #777777;
	padding: 2px 5px;
	border: 1px solid white;
}

.athonMenuUnselectedBox:hover{
	border: 1px solid darkblue;
}

.athonMenuUnselectedBoxForeground{
}

.athonMenuUnselectedItem{
	
	line-height:25px;
	color: white;
	text-decoration:none;
}

.tableOrizFull td{
	font-size: 12px;
}

.btn-add-inner{
	font-weight:normal!important;
	color:black!important;
	background-color: #ADD6F9 !important;
}

.ui-auth{
	padding:20px;
	/* border:1px solid orange;
	background-color: #FF6600; */
	border-radius: 5px;
	margin-bottom: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#98bede+0,deefff+100 */
/* background: rgb(152,190,222); Old browsers
background: -moz-linear-gradient(top, rgba(152,190,222,1) 0%, rgba(222,239,255,1) 100%); FF3.6-15
background: -webkit-linear-gradient(top, rgba(152,190,222,1) 0%,rgba(222,239,255,1) 100%); Chrome10-25,Safari5.1-6
background: linear-gradient(to bottom, rgba(152,190,222,1) 0%,rgba(222,239,255,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bede', endColorstr='#deefff',GradientType=0 ); IE6-9 */
background: white;
	color: white;
	box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 20%);
	border-radius: 15px;

}

.ui-auth label{
	font-size: 0.8em;
	margin: 0;
}

.ui-auth a{
	color: #d52b1e;
	font-size: 14px;
	text-decoration: underline;
}

.ui-auth .scsErr label, .ui-auth .scsInfo label{
	line-height: 16px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}

.scsInfoHeader, .scsErrHeader{
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

input::placeholder{
	color: #999;
	font-family: Monospace;
}

.ui-auth input{
	padding:10px;
	border-radius:4px;
	border:1px solid #e17c00;
	
}

.ui-auth input[type="text"],.ui-auth input[type="password"]{
	width: 100%;
	color: #d73629;
}

.ui-auth input[type="submit"]{
	font-family: Monospace;
	margin-top: 20px;
	padding: 5px 15px;
	background-color: #D52B1E;
}

.ui-auth input[type="submit"]:hover{
	background-color: #e24336;
	
}

.ui-auth table{
	
	
	
}

.resetpassword{
	font-size: 12px;
}

.ui-auth td{
	padding:5px;
}