/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
#toplevel_page_docular-admin-menu .wp-menu-image {
	background-image: url(../assets/docular_roundel.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 5px 5px;
}
.docular-clearboth {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 0px;
}



#docular-admin-header {
	background-color: #140f0f;
	margin: -10px -20px 0 -20px;
	background: url('../assets/banner.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
    padding-top: 32.39%; /* Force to fit image aspect ratio 609/1880 */
    position: relative; 
    
}

#docular-admin-header-inner-left {
	padding: 20px;
	float: left;
}
#docular-admin-header-inner-right {
	padding: 20px;
	float: left;
	color: #fff;
}
#docular-admin-docular-logo {
	width: 94px;
	height: auto;
}


#docular-admin-header-inner-left h1 {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 33px;
}

.docular-admin-input {
	border: solid 1px #140f0f !important;
	border-right: none !important;
	background: #fff !important;
	border-radius: 5px !important;
	font-size: 16px !important;
	height: 32px !important;
	padding: 4px 8px !important;
	font-family: "Courier New", "Courier", monospace;
	width: 350px;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px !important;
	
}
.docular-admin-button {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif !important;
	font-weight: normal !important;
	border: solid 1px #140f0f !important;
	background: #373333 !important;
	color: #fff !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	height: 32px !important;
	padding: 4px 8px !important;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px !important;	
	cursor: pointer;
}
.docular-admin-button-light {
	color: #140f0f !important;
	background-color: #e7e7e7 !important;
}

.docular-fake-refresh-button,
.docular-refresh-button {
	border-radius: 3px !important;
	font-size: 12px !important;
	height: 20px !important;
	padding: 2px 5px !important;
	line-height: 12px !important;		
}

.docular-admin-button:hover {
	background: #140f0f !important;
	color: #fff !important;
}
.docular-admin-button-light:hover {
	background: #d0cfcf !important;
	color: #140f0f !important;
}

.docular-admin-button:disabled,
.docular-admin-button[disabled] {
	background: #373333 !important;
	cursor: not-allowed;
}

.docular-fake-active,
.docular-fake-active:hover,
.docular-admin-button:active,
.docular-admin-button-light:active,
.docular-refresh-button:active {
	background: #140f0f !important;
	color: #fff !important;
}






.docular-input-group .docular-admin-input {
	border-right: none !important;
	border-radius: 5px 0px 0px 5px !important;
	
}


.docular-input-group .docular-admin-button {
	border-left: none !important;
	border-radius: 0px 5px 5px 0px !important;
	margin-left: -1px;
}







#api-domain-key {
	width: 350px;
	font-family: "Courier New", "Courier", monospace;
}

#remove-domain-key, 
#remove-clientsecret {
	margin-left: 12px;
}




#docular-display-domain-key,
#docular-display-clientsecret {
	border: solid 1px #140f0f;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	padding: 7px 16px;
	font-family: "Courier New", "Courier", monospace;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;

}



.docular-table-title {
	white-space: nowrap;
}
.docular-document-key {
	font-family: "Courier New", "Courier", monospace;
	font-weight: bold;
	
}



.docular-alert {
	display: inline-block;
	border: solid 1px #ccc;
	background-color: #f3f3f3;
	color: #000;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 2px;
}


.docular-error {
	border: solid 1px #b50000;
	background-color: #f6cfcf;
	color: #b50000;	
}
.docular-success {
	border: solid 1px #00b53a;
	background-color: #daece0;
	color: #00b53a;	
}


.docular-freshness {
	color: #00b53a !important;
}

.docular-fake-refresh-button .fa,
.docular-refresh-button .fa {
	color: #b50000 !important;
	
}
.docular-refresh-button:focus .fa {
	color: #fff !important;
	
}

.docular-fake-refresh-button:hover {
	background: #e7e7e7 !important;
	cursor: default;
}

.docular-fake-refresh-button:focus {
	color: #000 !important;
	outline: none;	
}



.docular-shortcode {
	font-family: "Courier New", "Courier", monospace;
	font-weight: bold;
	font-size: 14px;
}

.docular-code {
	font-family: "Courier New", "Courier", monospace;
	font-weight: normal;
	background-color: #e6e6e6;
	color: #c10000;
}


.docular-helpimg {
	float: right;
	position: relative;
	width: 300px;
	border: solid 1px #000;
}
.docular-helpimg img {
	width: 300px;
	height: auto;
}
.docular-caption {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	
}

.docular-ul {
	list-style: disc;
	margin-left: 2em;
	margin-top: 0.5em;
}
.docular-h1 {
	font-size: 3em !important;
	margin: 10px 0 0 120px !important;
}

.docular-h3 {
	font-size: 1.15em;
	margin: 1em 0 0 0;
}


#docular-logo-right {
	background-color: #fff;
	padding: 10px;
	position: absolute;
	left: 20px;
	bottom: -48px;
	box-shadow: 0px 0px 9px #111;
	
}
#docular-logo-right img {
	height: 80px;
	width: auto;
}


@media (max-width: 1200px) {
	.docular-h1 {
		font-size: 2.3em !important;
		margin: 10px 0 0 120px !important;
	}	
}
@media (max-width: 968px) {
	.docular-h1 {
		font-size: 2em !important;
		margin: 10px 0 0 120px !important;
	}	

	#docular-logo-right img {
		height: 60px;
	}

	.docular-table-title {
		white-space: normal;
	}


}



















