/* General Styling. */
body {
	margin:0px;
	background-color: #fff;
	/* Part of styling used to centre login page and the insideBox of the login page. */
}

body,table {
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#returnToRevenue a, #returnToRevenue a:visited {
	color: #fff;
	text-decoration: underline;
}

#returnToRevenue a:hover {
	color: #ccc;
	text-decoration: none;
}

div.enabledImage {
	background: url(images/commonstyle3/login/correct_med.png) #efefef
		no-repeat top;
}

div.disabledImage {
	
}

div#manageBody {
	position: relative;
top: 0px;
left: 0px;
margin-top: 25px;
}

div#manageBox {
	/* width: 98%; */
	/* border: #18474b 1.0px solid; */
	
}

div.correctDetectionBox {
	background: #F3F3F3;
	position: relative;
	left: auto;
	right: auto;
	padding: 10px;
	zoom:1;
}

	div.correctDetectionBox img {
		position: absolute;
		left: 10px;
	}

	div.correctDetectionBox div {
		float: left;
		margin-left: 55px;
	}

		div.correctDetectionBox div span {
			font-weight: bold;
			font-size: 1.15em;
		}
div.incorrectDetectionBox div span {
	font-weight: bold;
	font-size: 1.15em;
}
div.incorrectDetectionBox div {
float: left;
margin-left: 55px;
}
div.incorrectDetectionBox img {
position: absolute;
left: 10px;
}

div.incorrectDetectionBox {
	border: #CC0000 1.0px solid;
	background: #F8BCBB;
	position: relative;
	left: auto;
	right: auto;
	padding: 5px;
	margin-bottom: 5px;
	padding-left:40px;
}

div.manage-row {
	/* border: #18474b 1.0px solid; */
	width: 99%;
	display: inline-block;
	float: initial;
}

div.manage-col-left {
	width: 45%;
	float: left;
}

div.manage-col-right {
	width: 45%;
	float: left;
}

.ui-tabs {
	/* position: static !important; */
	
}

/*---start footer style---*/

div.footer {
	background-color: #ecedee;
    color: #333;
    padding: 2rem 0;
    border-top: 14px solid #00c6c6;
    text-align: center;
    float: left;
    width:100%;
    padding-bottom:50px;
}



div.footer ul {
	list-style: none;
    display: inline;
}

div.footer ul li {
	display: inline;
}

div.footer ul li a {
	font-size: 15px;
    color: #333333;
    text-decoration: underline;
    margin-bottom: .5rem;
    display: inline-block;
}

.circle2{
    padding: 0px 10px;
    font-size:20px;
    color: #00c6c6;
    text-decoration: none;
  }

ul.top_list {
	font-size: 11px;

}

ul.top_list a {
	color: #00464C;
}


/*---end footer style---*/

#dialog-modal-login {
	width: 100%;
	height: 100%;
	cursor: wait;
	border: none !important;
	background: none !important;
}

#mainBox {
	position: relative;
	display: inline-block;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;

	*display: inline;
	width:100%;
	/* zoom: 1; */
}

#insideBox {
	/* margin: 0.0px auto; */
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	position: relative;
	/* background: url(images/logo_revenue.gif) white no-repeat top left; */
}

#bodyBox {
	/* display: block;
float: left; */
	
}

#headerBox {
	width: 99%;
	height: 100%;
	display: inline-block;
	float: none;
	z-index: 10;
	position: relative;
}

#languageSelector {
	float: right;
	margin-top: 30px;
	clear: both;
	color: #fff;
}

#languageSelector a {
	margin: 4px;
	color: #fff;
	text-transform: uppercase;
}

#returnToRevenue {
	float: right;
	clear: both;
	color: #18474B;
	margin-top: 5.0px;
	font-weight: bold;
	/* margin-right: 5.0px; */
}

div#footerBox {
	width: 98%;
	position: relative;
	top: inherit;
	position: relative;
}

.logo_box {
	float: left;
	width: 132px;
	position: relative;
	z-index: 10;
}


.lang_box {
	float: right;
	position: relative;
	z-index: 10;
}

/*#revenueLogo {
	margin-left: 10px;
	margin-top: 3px;
	width: 132px;
}*/

.clear {
	clear: both;
}

.blue-btn {
	background-color: #3764A7;
	background-image: url(images/fe_bg_head_slice.gif);
	background-repeat: repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	border: none;
	font-size: 13px;
	padding: 10px;
	width: 180px;
	zoom: 1;
	cursor: pointer;
}
	.blue-btn:hover {
		color: #efefef;
		background-image:none;
	}

.green-btn {
	background-color: #247D7F;
	border: 1px solid #216364;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	zoom: 1;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}
.green-btn:hover {
		background-color: #216364;
}

.green-btn-long {
	background-color: #247D7F;
	border: 1px solid #216364;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	zoom: 1;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	width: 150px;
}
.green-btn-long:hover {
		background-color: #216364;
}
	
.back-arrow {
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-position: middle;
	width: 7px;
	height: 12px;
	display: block;
float: left;
}

.login-row {
		padding: 10px;
		background-color: #f3f3f3;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-top: 15px;
	}

		.login-row-half {
			width: 50%;
			float: left;
			margin-bottom: 15px;
		}

			.login-row-half .login-col-full {
				background: #fff;
				padding: 10px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				width: 90%;
			}

	.login-row-buttons {
		background-color: #f3f3f3;
		padding: 10px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top: 1px solid #ccc;
	}

	.login-col-full {
		width: 100%;
		float: left;
		height: 100%;
	}

	.login-col-left {
		width: 64%;
		float: left;
		background: #EBEBEB;
		height: 100%;
	}
	.login-label-box {
		float: left;
		font-family: Arial;
		font-size: 1.15em;
		font-weight: bold;
		color: #18474B;
		display: inline-block;
		top: 50%;
		margin-right: 10px;
	}
	div#footerBox {
		width: 98%;
		clear: both;
		padding-top: 15px;
		font-size: 9pt;
	}
	div#footerBox div {
		clear: both;
		margin: 0.0px;
		padding: 0.0px;
	}
	div#footerBox div ul {
		margin: 0.0px;
		padding: 0.0px;
		margin-bottom: 5.0px;
	}
	div#footerBox div ul li {
		padding-left: 5.0px;
		padding-right: 5.0px;
		display: block;
		border-right: #18474b 1.0px solid;
		display: inline;
		font-size: 12px;
	}
	
	div#footerBox div ul li.last {
		border-right: none;
	}
	
	div#footerBox div#linksA {
		font-weight: bold;
		text-align: center;
	}

		div#footerBox div#linksA li a {
			color: #00464C;;
		}
			div#footerBox div#linksA li a:hover {
				color:#406CAB;
			}
	
	div#footerBox div#linksB {
		text-align: center;
	}

		div#footerBox div#linksB li a {
			color: #666666;
		}

			div#footerBox div#linksB li a:hover {
				color:#406CAB;
			}

.half_box_left {
	width:100%;
	float: none;
}

.half_box_right {
	width:100%;
	float: none;
	margin-top: 10px;
}

.blocker {
	display: block;
	font-style: normal;
}

.toggle-arrow {
	background-image: url(images/toggle.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 20px;
	position: absolute;
	display: block;
	right: 10px;
	top: 14px;
}

.open {
	background-image: url(images/toggle2.png) !important;
	background-repeat: no-repeat;
	width: 11px;
	height: 20px;
	position: absolute;
	display: block;
	right: 13px;
	top: 18px;
}


@media screen and (max-width: 1076px) {
	.login-row-half {
		width: 100%;
	}

	.login-row-half .login-col-full {
		width: 95%;
	}
}

@media screen and (max-width: 899px) {
	div.sectionHeaderInfo div.left, div.sectionHeaderInfo div.right {
		width: 100% !important;
	}

	div.sectionHeaderInfo div.right {
		margin-top: 15px;
	}


}

@media screen and (max-width: 479px) {
	#mainBox {
		width: 300px;
	}
	
	#questionBox {
		padding: 5px 0px;
	}

	.innerOptionPanel {
		padding: 10px !important;
	}
	
	div.section_cert_request.separate_section.span6,
  	div.importCert.span6{
  		width:300px !important;
  	}

}

@media screen and (min-width: 479px) {

  	div.infoBox.white-panel.login-tooltip{
		margin-left:100px;
	}
}

@media screen and (max-width: 992px) {

  	.loginPanalSidebar {
		min-height:183px !important;
	}

	.register-for-ros{
        padding-bottom:10px !important;
    }

    .form_row_login_button{
    		padding: 10px 30px 20px 30px !important;
    	}

    .form_row_password{
        padding: 10px 30px 0px 30px !important;
    }

    #error-message-placeholder{
        padding: 10px 0px 0px 0px !important;
    }

    .form_row_load_cert{
        padding: 30px 30px 0px 30px !important;
    }

    .login-message-error {
        margin-left: 30px;
    }

    .login-message-info {
        margin-left: 30px;
    }

}

@media screen and (max-width: 620px) {	
	div.section_cert_request.separate_section.span6,
  	div.importCert.span6{
  		width:400px !important;
  	}
}


@media screen and (min-width: 750px) {
	/* Footer */
	#errorMessage {
		color: #ff0000;
	}
	#textMessage {
		color: #18474b;
	}

	.half_box_left {
	width:49%;
	float: left;
}

.blocker {
	display: inline;
	font-style: normal;
}

.half_box_right {
	width:49%;
	float: right;
	margin-top: 0;
}

.green-btn {
	background-color: #247D7F;
	border: 1px solid #216364;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	zoom: 1;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}

	.green-btn:hover {
		background-color: #216364;
	}
	

.login-row {
		padding: 10px;
		background-color: #f3f3f3;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-top: 15px;
	}

		.login-row-half {
			width: 50%;
			float: left;
			margin-bottom: 15px;
		}

			.login-row-half .login-col-full {
				background: #fff;
				padding: 10px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				width: 90%;
			}

	.login-row-buttons {
		background-color: #f3f3f3;
		padding: 10px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top: 1px solid #ccc;
	}

	.login-col-full {
		width: 100%;
		float: left;
		height: 100%;
	}


	
	.center-buttons {
		
	}

		.center-buttons .grey {
			float: left;
		}

		.center-buttons .blue-btn {
			float: right;
		}
	

	.login-pad-left {
		padding-left: 3px;
		display: inline-block;
	}
	
	.login-input-box input,.login-input-box select {
		width: 255px;
		height: 22px;
	}
	.login-input-box input[type="checkbox"] {
		width: 13px;
		height: auto;
	}
	.login-col-right {
		width: 35%;
		float: left;
		background: lightGrey;
		height: 100%;
	}
	.login-col-right-link {
		padding: 0px;
		margin: 0px;
		line-height: 1.5em;
	}
	.login-message-box {
		padding-left: 8px;
		display: inline-block;
	}
	.login-message-info {
		
	}
	.login-message-error {
		color: red;
	}
	.login-button-box {
		
	}
	.floatBottom {
		bottom: 0px;
		top: auto;
		position: absolute;
		display: block;
		float: left;
	}
	#debugArea {
		height: 200px !important;
		min-width: 300px !important;
		width:70%;
	}
}

@media screen and (max-width: 750px) {
	/** Do not show on Mobile */
	div.hideOnMobile {
		display: none;
	}

	/* Footer */
	div#footerBox {
		padding-top: 15px;
		font-size: 9pt;
	}
	div#footerBox div {
		margin: 0px;
		padding: 0px;
	}
	div#footerBox div ul {
		margin: 0px;
		padding: 0px;
		margin-bottom: 5px;
	}
	div#footerBox div ul li {
		display: block;
	}
	
	.green-btn-long, .blue-btn, .green-btn {
		width:100%;
		margin-bottom:5px;
	}
	div.sub_links.help{
		top: unset;
	}
	
	.login-panel-form,
	.loginPanalSidebar{
		width:100%;
	}
		
}


@media (max-width: 750px){
	div.links.white-panel.center.manage-certs.cert-import,
	div.login.loginbox.white-panel{
		width:100%;
		
	}
	div.login.loginbox.white-panel{
		padding: 0px !important;
	}
	
	
	div.inner_container{
		width:90% !important;
		max-width: 90% !important;
	}
	

}

@media (max-width: 300px){
	div.grey-background-half{
		width:300px;
	}
	
	div.inner_container{
		margin:0px !important;
	}
	
	#wrap{
		width:300px;
	}

}

div.links.white-panel.center.manage-certs.cert-import{
	margin-top:10px !important;
}
	


@media (min-width: 1200px){
	div.links.white-panel.center.manage-certs.cert-import{
		
		max-width: 800px !important;
	   
	}
	
	div.links.white-panel.center.manage-certs{
		
		max-width: 600px !important;
	   
	}
	
}

@media(min-width: 600px){

	div.infoBox.white-panel.login-tooltip{
		margin-left:200px;
	}
}

@media(max-width: 825px){

	div.manage-certs-back-link{
		display:none;
	}
}