<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #3d3d3d;
}

h2 {
	font-weight: bold;
}

.page-sidebar .page-sidebar-menu .sub-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
    margin: -1px 0 0 0;
}

.page-sidebar .page-sidebar-menu &gt; li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu &gt; li {
    margin: -1px 0 0 0;
    border-bottom: 1px solid #5c5c5c;
}

.page-sidebar .page-sidebar-menu &gt; li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu &gt; li:last-child {
    border-bottom: 1px solid #5c5c5c !important;
}

.page-sidebar .page-sidebar-menu &gt; li .sub-menu {
	background-color: transparent !important;    
}

.page-sidebar ul {
	/*border-bottom: 1px solid white;*/
}

ul.page-sidebar-menu li {
	border-bottom: 1px solid #5C5C5C;
}

ul.page-sidebar-menu li:first-child {
	border-top: 1px solid #5C5C5C;
}

ul.page-sidebar-menu li:last-child {
	border-bottom: none;
}

ul.page-sidebar-menu li ul.sub-menu li a.menu-highlight {
	color: #FFFFFF;
}

ul.page-sidebar-menu li ul.sub-menu li a.menu-highlight i{
	color: #FFFFFF;
}

li.active-page {
    background-color: #303030 !important;
    color: #FFFFFF;    
}

li.active-page a {
    background-color: transparent !important;
}
li.active-page a i {
    color: #FFFFFF;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Set padding and height to display client logo */
.page-header.navbar {
	height: 115px;
	min-height: 115px;
}

.page-header-fixed .page-container {
	margin-top: 115px; 
}

.page-header.navbar .page-logo {
	height: 115px;
	width: 450px;
}

.clientLogoHelper {
	display:inline-block; 
	height: 100%; 
	vertical-align: middle;
}

#clientLogo {
    max-height: 90px;
}

.page-header.navbar .top-menu .navbar-nav &gt; li.dropdown-user .dropdown-toggle &gt; .username {
	margin-right: 6px;
}

.page-header.navbar .top-menu .navbar-nav &gt; li.dropdown &gt; .dropdown-toggle:last-child {
	padding-right: 6px;
}

.header-help-link {
    width: 80px;
    display: inline-block;
    margin-right: 20px;
}

    .header-help-link a {
        color: #FFFFFF; 
        font-size: 14px; 
        font-family: 'Roboto', Arial, sans-serif; 
        text-decoration: underline;
    }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}
.text-danger {
	color: #E80C4C;
}

/*#RememberMe {
	margin-left: -10px;
}*/
.status-warning{ color: #E80C4C;
margin: 10px 190px;}

.input-error {
	border: 1px #B94A48 solid;
	background-color: #FFE4E4;
}

.tooltip-inner {
	background-color: #FFE4E4;
	border: 1px #B94A48 solid;
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
}

.error-tooltip-large .tooltip-inner {
	background-color: #FFE4E4;
	border: 1px #B94A48 solid;
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
}

.error-tooltip-large .tooltip-arrow {
	border-right-color: transparent !important;
}

.input-validation-error {
	border: 1px solid #E80C4D;
	color: #E80C4D;
}

.text-danger-bright, .text-red-bright {
	color: #E80C4D;
}

/* Custom Modules */
.custom-module-left{ width: 550px;}
.custom-module-right{ width: 370px;}
.message-response{ font-size: 20px;}

/* Custom Pages*/
.cuadmin-btn-publish {
	color: #FFFFFF;
	background-color: #35AA47;
}

.jumbotron-customPages {
	padding-top: 10px;
}

.menu-highlight{ background-color: #575757 !important;}

.breadcrumb {
	float: left;
	height: 39px;
}

#buttons {
	float: right;
}

#upper-menu {
	background-color: #F5F5F5;
	padding-top: 3px;
	margin-bottom: 20px;
	height: 42px;
}

#bottom-menu {
	background-color: #F5F5F5;
	padding-top: 3px;
	margin-top: 20px;
	height: 42px;
}

/**Login page**/
.pw-confirmation-text, .login-link {
	display: inline-block; 
	padding-top: 5px;
}

.status {
	color: #1286C9;
}

.validationSummary-nostyle ul {
	list-style-type: none;
	margin-left: -45px;
}    
/**Login page**/

/**Loader**/
.loader-mask {
	display: none;
}

.loader-mask .loader-text {
	font-family: "Roboto", Arial, sans-serif;
	color: #000;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
}

.loader-mask .high-end .spin {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.loader-mask .high-end .spin &gt; span {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 100% !important;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 10px 10px 4px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0 10px 10px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 0 10px 10px 4px rgba(50, 50, 50, 0.25);
}

.loader-mask .high-end .spin .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader-mask .high-end .spin .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0);
	}

	40% {
		-webkit-transform: scale(1.0);
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
/**Loader**/

/*dirty page confirmation dialog*/
#dirty-confirmation .modal {
    height: 350px;
}

#dirty-confirmation .modal .modal-body {
    height: 350px;
}
</pre></body></html>