<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.select2-container{
	width: 100%;
}

.table tbody tr.highlight td { 
    background-color: red;
}

.drop{
	border:2px dashed #bbb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px;
}
#b64data{
	width:100%;
}

.error2, .information2 {
	
	color: #FF0000;
	text-align: left;
	padding: 3px;
	background-color: #FFFF99;
	border-radius:2px;
	-moz-border-radius:2px;
	box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-webkit-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-moz-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
}

.information2 {

	color: #0c7cd5 ;
	text-align: left;
	padding: 3px;
	background-color: #FFFF99;
	border-radius:2px;
	-moz-border-radius:2px;
	box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-webkit-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-moz-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
}
			
 .error, .information {

	color: #FF0000;
	text-align: center;
	padding: 3px;
	background-color: #FFFF99;
	border-radius:2px;
	-moz-border-radius:2px;
	box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-webkit-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-moz-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
}

.information {

	color: #0c7cd5 ;
	text-align: center;
	padding: 3px;
	background-color: #FFFF99;
	border-radius:2px;
	-moz-border-radius:2px;
	box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-webkit-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-moz-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
}

.warning {
    color: #FF0000;
	padding: 3px;
	background-color: #FFFF99;
	border-radius:2px;
	-moz-border-radius:2px;
	box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-webkit-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
	-moz-box-shadow: 0 0 3px rgba(230, 230, 230, 1);
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 5px; white-space: nowrap; overflow: auto; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.btn {
    padding: 4px 12px;
}
.btn1 {
	padding: 0px 10px;
	font-size: 11px;
}
.btn2 {
	padding: 0px 10px;
	font-size: 11px;
}

#page_list2 {
	max-height: 80px;
	overflow: auto;
    top: -500%;
    position: absolute;
    bottom: 100%;
}
#page_list {
	max-height: 80px;
	overflow: auto;
    top: -300%;
    position: absolute;
    bottom: 100%;
}

table { white-space: nowrap; }

.smart-form .input input, .smart-form .select select {
	height: 31px;
}
.smart-form .checkbox i, .smart-form .radio i {
    top: 5px;
	width: 12px;
	height: 12px;
}

.desktop-detected .inbox-body .table-wrap {
    min-height: 468px;
}

.MessageBoxMiddle .MsgTitle {
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 300;
}

</pre></body></html>