/*report*/
.reportTableHeader{
	color:darkblue;
	height:30px;
	font-weight:bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color:#d3d3d3;
}

.reportTableTitle{
	font-size:14px;
	font-weight:bold;
}

.reportTableBody{
	font-size:11px;
	color:black;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: darkgray;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: darkgray;	
}
.reportTableMain{
	border:1px solid gray;
	width:100%;
}

.reportName{
	font-size:12px;
}

.reportInfo{
	font-size:8px;
}

.tableItemsOdd {
	background:#ececec;
}

.reportTableBodyEven{
	background:#ececec;
}

.reportTableBodyOdd{
	background:#ffffff;
}

/*control*/

.showOnPrint{
    display:none;
}

/*basic*/

.tableMain{
	border:1px solid gray;
	width:100%;
	/*margin-top:20px;*/
}


.tableHeader{
	color:darkblue;
	height:30px;
	font-weight:bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color:#d3d3d3;
}

.tableBody{
	font-size:11px;
	color:grey;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: darkgray;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: darkgray;	
	vertical-align:top;
}	
.tableControl{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: darkgray;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: darkgray;	
}
.tableCatOption{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: darkgray;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: darkgray;	
	background-color: #EEEEEE;
	text-align:center;
}

.tableItemsOdd {
	background:#ececec;
}

.tableItemsOdd {
	background:#ffffff;
}

.itemPageTitle{
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: darkorange;
	FONT-FAMILY: Exo, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom:3px;
}

/*menu*/

.menuInnerMain{
	border:1px solid #666666;
	font-size:11px;
	width:75%;
}

.menuInnerHeader{
	color:white;
	height:30px;
	font-weight:bold;
	font-size:12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color:#666666;
}

.menuMasterHeader{
	color:white;
	height:30px;
	font-weight:bold;
	font-size:12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color:#999999;
	text-align:center;
}

.box{
	border:1px solid #999999;
	width:75%;
	margin-top:20px;
}

.boxHeader{
	color:white;
	height:30px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	background-color:#666666;
}

.boxItemHeader{
	font-weight:bold;
}

.box table, .box tbody, .box tr, .box td{
	padding:5px;
	border:1px solid #CCCCCC;
	line-height:15px;
}
.box input[type="text"] {
	height: 24px;
	border: 1px solid #b5b5b5;
	background-color: #F7F9FA;
	font-size: 9pt;
	padding: 0 5px;
	border-radius: 2px;
	color:#444;
}
.box  select {
	height: 24px;
	border: 1px solid #b5b5b5;
	background-color: #F7F9FA;
	font-size: 9pt;
	/*padding: 0 5px;*/
	border-radius: 2px;
	color:#444;
}
.box textarea {
	width:90%;
	height:50px;
	border: 1px solid #b5b5b5;
	background-color: #F7F9FA;
	font-size: 8pt;
	padding:5px;
	border-radius: 2px;
	color:#444;
}
.box input[type="text"],
.box  textarea,
.box  select
{
/*	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);*/
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.box input[type="text"]:hover, .itRegistru textarea:hover, .itRegistru  select:hover {
	border:1px solid #75b8eb;
	background:#ededed;
	border-radius: 10px;
}

.tableMainAdmin{
	border:1px solid #999999;
	width:100%;
	margin-top:20px;
}

.tableMainAdmin table, .tableMainAdmin tbody, .tableMainAdmin tr, .tableMainAdmin td{
	padding:5px;
	border:1px solid #CCCCCC;
	line-height:15px;
}

.login {
    margin: 65px 0;
}

.formular {
    width: 340px;
    margin: 0 auto;
    /* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); */
    border: 1px solid #d2d9dc;
    font-family: Exo, sans-serif;
    border-radius: 10px;
    background: #fcfcfc;
}

.login .formular label{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	display: block;
}

.login .formular input[type="submit"]{
	background-color: #ccc;
	border: 1px solid #999;
	padding: 5px 10px !important;
	color: #1A478A;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px !important;
	width: auto !important;
	min-width: 50%;
	display: inline-block;
	cursor: pointer;
}

.login .formular input[type="submit"]:hover{
	background-color: #1A478A;
	color: white;
}

.login .login-table{
	border-radius: 10px;
}

.login .formular table{
	/* background: #eee; */
	background-color: #1A478A;
	color: white;
	
	line-height: 17px;
	
}

.login .formular table td{
	padding: 5px;
}

.login .formular input[type="text"], .login .formular input[type="password"]{
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.login .obs-txt{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 1;
	color: lightblue;
}

.obs-txt a:hover{
	color: orange;
}

.authqrbox{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.login .formular  label.qr-title{
	font-size: 18px;
	font-weight: normal;
}