<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #000;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #EFEFEF;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
		padding: 0 30px 100px 30px;
        border-left: 1px solid #e7e7e7;
		background: #EFEFEF;
    }
	
	#page-wrapper-pop {
		margin:0px;
		padding:30px;
		background: #EFEFEF;
	}
}


.navbar-top-links {
    margin-right: 0;
    background: #f8f8f8!important;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
	background: black;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: none;
}

.sidebar ul li a.active {
    background-color: #ffb611;
    color: #fff!important;
    text-shadow: none;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active&gt;a&gt;.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
}

.sidebar .nav-third-level li a {
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
   		margin-top: 0px;
 }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}













.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.08)!important;
}

body {
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
}



.nav&gt;li&gt;a, .nav-header, .nav-header-sub {
	font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    text-transform: uppercase!important;
    color: white!important;
    letter-spacing: 1.98px;
    font-size: 10px;
}

.nav-header, .nav-header-sub{
font-size: 7px;
color: rgba(255,255,255,0.40)!important;
padding: 15px 0px 0px 0px;
border-top: none;
}

.logo{
	padding:20px 0px;
}

.nav-second-level{
	    background: rgba(255, 255, 255, 0.08)!important;
}

.nav-header-sub{
	color: #ffb611!important;
}

.nav .open&gt;a, .nav .open&gt;a:focus, .nav .open&gt;a:hover {
    background-color: rgba(255, 255, 255, 0.08)!important;
}

.nav {
    background: black;
}

.navbar-header{
	background: black!important;
}

.fa-fw-dark{
	    color: black!important;
}



.table&gt;thead&gt;tr&gt;th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: black!important;
    color: #ffb611!important;
    text-transform: uppercase!important;
	font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 11px!important;
    color: #ffb611!important;
    letter-spacing: 0.87px!important;
    font-size: 7px!important;
}

.table-bordered&gt;thead&gt;tr&gt;td, .table-bordered&gt;thead&gt;tr&gt;th {
    border-bottom-width: 1px!important;
}

tr{
	background: white;
}


.btn-table-filter{
	margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

td, th, .strong-title {
    padding: 0;
	font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 10px;
    color: #777777;
    letter-spacing: 1px;
    line-height: 19px;
}

.strong-title {
	color:#000;
	font-size:10px;
	text-transform:uppercase;
	line-height: normal;

}



.gold-bg {
background: #ffb611;	
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 26px;
color: #333333;
letter-spacing: 0px;
text-shadow: 0px 1px 0px #FFFFFF;
padding:0px;
border: 1px solid #979797;
border-bottom:none;
font-weight:bold;
}

.white-bg-bottom, .white-bg, .white-bg-login {
background: #FFFFFF;
border: 1px solid #979797;
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 11px;
color: #333333;
letter-spacing: 0px;
line-height: 19px;
padding: 10px;
background: #FFFFFF;
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
border-radius: 5px;
}

.white-bg, .white-bg-login{
    border: none;
    padding: 25px;
}

.attention{
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 23px;
color: #000000;
letter-spacing: 0px;
text-shadow: 0px 1px 0px #FFFFFF;
font-weight:bold;
padding-bottom:10px;
}


.black-head, .top-five-head, .top-five-results-body, .materials-head{
	
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.87px;
    line-height: normal;
    margin: 20px 0px;
}

.materials-head{
	    font-size: 13px;
		margin: 0px;
}

.control-label-left {
    padding-top: 7px;
    margin-bottom: 0;
	text-align: left;
}

.top-five-head, .top-five-results-body{
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 12px;
color: #333333;
letter-spacing: 0.87px;
line-height: 14px;	
}

.top-five-results-body{
	font-size:10px;
	line-height:normal;
	color: #969696;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding:10px 0px;;
}

.gold-head{
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 17px;
color: #ffb611;
letter-spacing: 0px;
}

.login-bg{
	background-image: url(images/login-bg.jpg);
	background-repeat: none;
	background-size: cover;
    background-position: center;
    min-height:1000px;
}


.news-title{
	padding: 20px 0px 5px 0px;
}

.uki-this-week{
	line-height:normal;
	    margin: 0px!important;
}



a {
    color: #ffb611!important;
}

a:hover {
    color: #000!important;
}


.number {
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 14px;
color: #4D4D4D;
letter-spacing: 0px;
padding-bottom:5px;
}

.number-description{
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 7px;
color: #4D4D4D;
letter-spacing: 1px;
	
}

.numbers-table{
	padding-bottom:20px;
}


.fa-fw {
    width: 3.285714em!important;
    text-align: center!important;
    background: white!important;
    padding: 10px!important;
    border: #efefef 1px solid!important;
    border-radius: 50px!important;
}

.breadcrumbs{
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 10px;
color: #333333;
letter-spacing: 0.76px;
line-height: 12px;
padding-bottom:20px;
border-bottom: 1px solid #ddd;
margin-bottom:20px;
display: table-cell;
padding-top: 15px;
}

.breadcrumb-title{
	padding: 0px 15px 0px 0px;
	display:table-cell;
}



.breadcrumb-title:hover{
	color: #ffb611;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 10px 0px;
}



.login-logo{
	border-bottom: white 5px solid;
	padding-top:20px;
	margin-bottom:20px;
}

.login-head{
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 24px;
color: #FFFFFF;
letter-spacing: 0px;
line-height: 32px;
text-transform:uppercase;
font-weight:bold;
}

.login-seperator{
font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
font-size: 117px;
color: #ffb611;
letter-spacing: 0px;
font-weight:bold;	
margin: -20px 0px;
}
                  
.login-contact{
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 1.32px;
    line-height: 14px;
    padding: 10px 0px;
	margin-bottom:300px;
}

.pad-lg {
	padding: 50px;
	padding-top:100px;
}

.white-bg{
	background:white;
	margin-bottom:20px!important;
}

.white-bg-login{
	background:white;
    min-height:1000px;
    overflow: hidden;
    border-radius:0px!important;
}

    @media only screen and (max-width : 768px) {
	.white-bg-login{
	background:white;
    padding-bottom: 100%;
    margin-bottom: 0px!important;
    overflow: hidden;
}

	}


.black-head-login{
	line-height:normal;
	letter-spacing: 0px!important;
}

.small-head{
	font-size: 12px;
	text-transform:uppercase;
	padding: 5px 0px 20px 0px;
	letter-spacing: 1px;
}

.bold-head{
	    font-weight: bold;
    text-transform: uppercase;
}

.class-head{
	font-size: 18px;
	padding: 10px 0px!important;
    margin: 0px!important;
    line-height: normal!important;
}


.navbar-nav {
    margin: 0px!important;
}

.page-header {
    border-bottom: 0px solid #eee!important;
}


.search-head{
	    padding: 0px 0px 15px 0px!important;
    margin: 0px!important;
    line-height: normal!important;
}

.class-top-pad{
	margin-bottom: 20px;
}


.btn-primary {
    color: #fff;
    background-color: #ffb611;
    border-color: transparent;
	font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 15px 10px;
}

.logo{
	padding: 15px 0px!important;
}

.tr-odd{
	background:#f7f7f7!important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
}

-webkit-text-fill-color{ #fff !important;}


.btn-primary:hover {
    color: #fff;
    background-color: #000000!important;
    border-color: transparent!important;
    text-shadow: none!important;
}

.glyphicon-success{
	color: #04e004;
}

.glyphicon-failure{
	color: red;
}

.tr-sub{
	background:grey;
}


.flag-white{
	color: rgba(0, 0, 255, 1)!important;
	text-shadow: rgba(0, 0, 0, 0.47) 0px 0px 1px;
}

.flag-red{
	color: red;
}

.flag-blue{
	color: blue;
}

.flag-orange{
	color: orange;
}

.flag-yellow{
	color: coral;
}

.flag-teal{
	color: teal;
}

.flag-purple{
	color: purple;
}

.flag-grey{
	color: grey;
}

.flag-green{
	color: green;
}

.btn-full-width{
    width: 100%;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ct-pad{
	padding-right:30px;
}

.padding{
	padding: 10px 0px;
}


.btn-danger {
    color: #fff;
    background-color: #ffb611!important;
    border-color: transparent!important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #000000!important;
    border-color: #000000!important;
}









.tooltip.top .tooltip-inner {
    background-color: #fff!important;
	font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
	font-size: 9px;
	line-height:18px;
	color: #000;
	letter-spacing: 1px;
	text-transform:uppercase;
	width:160px!important;
	border-radius:7px;
	padding:10px;
	box-shadow: grey 0px 0px 10px;
}


.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}


.total-rev{
	background: #f3e7c8!important;
} 

.white-bg-normal-text{
    font-size: 14px;
    line-height: 1.42857143;
}

.results-box, .top-five-results{
	background: white;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 11px;
    color: #ababab;
    letter-spacing: .5px;
	line-height: 15px;
    margin-bottom:30px;
}

.top-five-results{
	background: rgba(230, 230, 230, 0.21);
	margin-top: 35px;
}


.bread-no-border{
	border-bottom: none!important;
}



.glyph-ten{
	    margin-bottom: 10px;
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-size: 10px!important;
    text-transform: uppercase!important;
    letter-spacing: .5px!important;
	min-width: 120px!important;
}

.btn-default:hover {
    color:#a2a2a2;
}




#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills &gt; li &gt; a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills &gt; li &gt; a {
border-radius: 0px!important;
font-size: 8px!important;
}

#exTab3 .tab-content {
    background-color: #efefef;
    padding: 5px 15px;
}


.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover {
    color: #ffb611!important;
    background-color: #000000;
}

.nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover {
    color: #fff!important;
}


.white-bg-two-column-form{
	border: 1px solid #dddddd;
    margin: 25px;
}

.admin-icons{
	padding-bottom:10px;
}


.glyph-twenty-two {
	font-size:22px!important;
	padding:7px 0px;
}

.profile-head-gold{
	font-size: 15px;
    padding: 0px!important;
}

.profile-head-black{
	    margin: 0px 0px;
}


.profile-image, .profile-image-large {
	
	background: grey;
	width: 35px;
	height:35px;
	border-radius:4px;
}

.profile-image-large {
	width:100%;
	height:50px;
}



/* unvisited link */
.breadcrumb-title a:link {
color:#333333!important;
}

/* visited link */
.breadcrumb-title a:visited {
color:#333333!important;
}

/* mouse over link */
.breadcrumb-title a:hover {
opacity: .4;
}

/* selected link */
.breadcrumb-title a:active {
color:#ffb611!important;
}


    .onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 14px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 28px; padding: 0; line-height: 28px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #ffb611; color: #000000;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 58px;
    border: 2px solid #999999; border-radius: 14px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}



.user-title{
text-transform: uppercase;
color: #b9b9b9;
font-weight: normal;
font-size: 10px;
text-align: center;
letter-spacing: .5px;
padding: 0px 5px;
}


.fa-no-border{
border: none!important;
}


.navbar-top-links .dropdown-menu li a {
padding: 10px 20px!important;
min-height: 0!important;
font-size: 12px!important;
letter-spacing: .5px!important;
}




select {
    display: inline-flex!important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    margin-bottom:10px!important;
    line-height: 1.42857143!important;
    color: #555!important;
    background-color: #fff!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    height: 34px!important;
    max-width:100%;
}




.navbar-collapse {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.nav&gt;li&gt;a {
    padding: 10px 10px!important;
}

.navbar {
    min-height: 0px!important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: black!important;
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus, .navbar-default .navbar-nav&gt;.active&gt;a:hover {
    background-color: rgb(219, 198, 145)!important;
    color: black!important;
}

.more-options {
	color: #fff;
    display: inline-flex;
    padding: 0px 10px 10px 10px;
    font-size: 22px;
}

.more-options-nav {
	    margin-top: 15px;
}

.nav-grey, .navbar-default-grey{
	background: #4a4a4a!important;
}

.navbar-default-grey-head{
	background: #000!important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #000!important;
}

.more-options-pad {
	margin-top: 15px;
}

.more-options-break {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
}

.edit-class-success{
	background-color:green; 
	border: 1px solid white; 
	color:white; 
	font-size:12px; 
	text-transform: uppercase; 
	padding: 15px 10px;
	width:50%;
	letter-spacing: 1px;
}

btn-primary.active, .btn-primary:active, .open&gt;.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: 0px solid white!important;
}

div.edit-class-success:empty {
    display: none;
}

.point-of-contact{
	font-size: 12px;
    line-height: 17px;
}

.results-box-dark{
color: #333333;
}

.previous-week{
	background: rgba(0, 0, 0, 0.19)!important;
    color: black!important;
}

.week-white{
	background: rgba(138, 201, 255, 0.58)!important;
}

.week-red{
    background: rgba(255,0,0,0.09)!important;
}

.week-blue{
	background: rgba(0, 0, 255, 0.08)!important;
}

.week-orange{
	background: rgba(255, 165, 0, 0.18)!important;
}

.week-yellow{
	background: rgba(255, 127, 80, 0.43)!important;
}

.week-teal{
	background: rgba(0, 128, 128, 0.11)!important;
}

.week-purple{
	background: rgba(128, 0, 128, 0.16)!important;
}

.week-grey{
	background: rgba(128, 128, 128, 0.07)!important;
}

.week-green{
	background: rgba(0, 128, 0, 0.18)!important;
}



.datepicker .datepicker-switch {
    color: black!important;
    text-transform: uppercase;
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    background: rgba(243, 243, 243, 0.48);
    border: 1px solid rgba(0, 0, 0, 0.08);
}


@media (min-width: 992px){
.modal-md {
    width: 600px;
}
}


.btn-info {
    color: #fff;
    background-color: #000000!important;
    border-color: #ffb611!important;
}

.btn-info:hover {
    color: #fff!important;
    background-color: #000000!important;
    border-color: #ffb611!important;
	opacity: .6!important;
}




.popup-logo{
	padding: 10px 0px 20px 0px;
}

.nav-pill{
    background: #f9f9f9!important;
}

.nav-pills&gt;li {
    float: left!important;
    text-transform: uppercase!important;
    text-align: center!important;
    margin: 0px!important;
    line-height: 30px;
}

.pill:hover{
	opacity:.8;
   
}

.btn-cancel{
    background: #f1f1f1!important;
    color: #c1c1c1!important;
}

.btn-cancel:hover{
opacity:.6!important;
}


.navbar-default-grey-head {
    width: 100%!important;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #4a4a4a!important;
}

.remove-name {
	color:#a6a6a6;
	padding:0px!important;
	font-size:13px!important;
}

.search-btn {
    min-width: 0px!important;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-size: 10px!important;
    text-transform: uppercase!important;
    letter-spacing: .5px!important;
    height: 34px;
    border-radius: 0px!important;
}


.input-group-btn:last-child&gt;.btn, .input-group-btn:last-child&gt;.btn-group {
    z-index: 2;
    margin-left: -1px;
    display: flex;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-box;
}

.search-width{
    width: 200px;
    padding: 20px;
}

.search-btn-width{
    width:100%;
}

.search-title{
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#line-example{
  min-height: 250px;
}

tr.clickable-row:hover{
    background: #f5f5f5!important;
}

tr.clickable-row:active{
    background: #ecdeb7!important;
}

tr.clickable-row:focus{
    background: #ecdeb7!important;
}

tr.clickable-row:visited{
    background: #ecdeb7!important;
}

tr.gold{
    background: #ecdeb7!important;
}

.tr:hover{
    background-color: #ecdeb7!important;
}
    
tr.selected {
background-color: #ecdeb7!important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin-left: -20px;
    margin: 4px 0 0;
}



.input-group-btn:last-child&gt;.btn, .input-group-btn:last-child&gt;.btn-group {
    height: 34px;
}

.btn-add-class-full-width {
    width:100%;
    height:50px;
    background: #f7f7f7;
}

.dropdown, .dropup {
    position: relative;
    display: inline;
    display: -webkit-inline-box;
    display: -webkit-inline-box;
    display:table-cell;
}

.btn-search-pad {
    margin-right: 10px;
}

.btn-primary.active, .btn-primary:active, .open&gt;.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000000!important;
    border-color: #000000!important;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000!important;
    border-color: #000000!important;
}

th.next {
visibility: visible;
border-radius: 0px!important;
background: rgba(243, 243, 243, 0.48);
border: 1px solid rgba(0, 0, 0, 0.08)!important;
}

th.prev {
visibility: visible;
border-radius: 0px!important;
background: rgba(243, 243, 243, 0.48);
border: 1px solid rgba(0, 0, 0, 0.08)!important;
}









@media(max-width:767px){
  .table-responsive{overflow-x:scroll;}
}




::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background: #fff;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
    background: #ececec;
}


.table {
    border: 1px solid #dddddd;
}




.morris-hover {
  position:absolute!important;
  z-index:1000;
}

.morris-hover.morris-default-style {     border-radius:10px;
  padding:6px;
  color:#666;
  background:rgba(255, 255, 255, 0.8);
  border:solid 2px rgba(230, 230, 230, 0.8);
  font-family:sans-serif;
  font-size:12px;
  text-align:center!important;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight:bold;
  margin:0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space:nowrap;
  margin:0.1em 0;
}

svg { width: 100%!important; }

.input-group-bottom-pad {
    padding-bottom:15px;
}

.btn-password{
    background: #6b6b6b!important;
    color: white!important;
    margin-top: 5px!important;
    margin-bottom: 0px!important;
}

.white-bg-no-pad{
    padding-bottom:20px!important;
}


.woman-bg{
    background-image: url(images/woman-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

.black-home-bg{
    background: #efefef;
    color: #fff;
    padding:25px;
    height: 100vh;
}



.black-home-bg-courses{
    border-radius: 0px;
    padding: 25px;
    margin: 0px 15px 5px 15px;
        background: white;
    border: 1px solid #cccccc;
}

.uki-course-catalog-bg{
    background-image: url(images/man-bg.jpg);
	background-repeat: none;
	background-size: cover;
    min-height: 445px;
    background-position: center;
}

.my-profile-bg{
    background-image: url(images/keyboard-bg.png);
    background-size: cover;
    background-position: center bottom;
    top: 0px!important;
    min-height: 300px;ÃƒÂ¥
}

.home-white-bg{
    background: #fff;
    min-height:445px;
    padding-top: 5px;
}

.welcome {
	font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 23px;
    color: #ffb611;
    letter-spacing: 0.95px;
    font-weight:bold;
    line-height: 28px;
}

.classes-head{
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 1.25px;
    line-height: 35px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
    font-weight: bold;
    bottom: 0px;
    position: absolute;
    padding: 25px;
}

.enrolled {
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 18px;
    color: #ffb611;
    letter-spacing: 0.99px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 18px;
}
    
.home-course-title{
	font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    font-weight:bold;
}

.home-course-description{
	font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 11px;
    color: #000000;
    letter-spacing: 0.9px;
}

.home-description{
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.41px;
    line-height: 1.2;
}

.top-margin-home{
    margin-top:15px;
}

.black-text{
    color:#000;
}

.no-pad{ 
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.no-pad-left{ 
    padding-left: 0px!important;
}

.extra-pad{
    padding-left:30px!important;
    padding-right:0px!important;
}


#page-wrapper-no-pad {
    padding: 0 0px;
    min-height: 568px;
    background-color: #EFEFEF;
    height: 100vh;
}
    
    

@media (min-width: 768px){
#page-wrapper-no-pad {
    position: inherit;
    margin: 0 0 0 250px;
    border-left: none;
    background: #EFEFEF;
    overflow: visible;
}
}

.pad-top-profile{
        padding-top: 15px;
}

.left-pad{
    padding-left: 15px!important;
}

.sub-header-bg{
    background: #373737;
    padding: 25px;
    margin-bottom:15px;
}

.pill-bg-grey{
        background: #373737!important;
        margin-bottom: 15px;
}

#exTab3 .nav-pills &gt; li &gt; a {
    border-radius: 0px!important;
    font-size: 8px!important;
    color: #fff!important;
}

.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover {
    background-color: #ffb611!important;
    color: white!important;
}

select[multiple], select[size] {
    min-height: 80px!important;
}

.disclaimer{
background: #F2F2F2;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.24);
border-radius: 8px;
}

.white-bg-sm-pad{
    padding:5px!important;
}

.border-solid{
    border: 1px solid #ccc;
    margin: 0px;
    padding:15px;
}


.pill-bg-home {
    background: #313131!important;
    margin-top: 0px;
}

.home-pill-border{
    border: 1px solid #b5b5b5;
    padding: 15px;
    margin: 15px 0px;
}

.password-code-margin{
    margin: 25px 25px 0px 25px;
}

.control-label {
    margin-left: 15px!important;
    
}

.rating-sm {
    font-size: 2.5em;
    margin: 0px 15px;
}

.rating-xs {
    margin: 0px 15px;
}

.label-default {
    background-color: #5f5f5f;
    padding-top: 5px;
    padding-bottom:5px;
}

.label-success {
    padding-top: 5px;
    padding-bottom:5px;
}

.label-primary {
    padding-top: 5px;
    padding-bottom:5px;
}

.label-info {
    padding-top: 5px;
    padding-bottom:5px;
}

.label-warning {
    padding-top: 5px;
    padding-bottom:5px;
}

.evaluation-head{
    font-weight: bold;
    display: block;
    line-height: 2em;
    color: black;
    padding-right:5px;
    margin-left: 3px;
    padding-top:10px;
    padding-bottom:10px;
}

.cert-achieve{
font-size: 2.3em;
letter-spacing:2px;
line-height:1.4em;
}


.certifies-that{
letter-spacing:4px;
}


.student-name {
    font-size: 8em;
    line-height: 1em;
}

.date {
    font-size: 2em;
}





.details{
letter-spacing:1.5px;
}

.class{
font-size:3em;
line-height: 1em;
}

.cert-bg{
    background-image: url("certificate/cert-bg.png");
    width:1500px;
    padding: 0px 50px;
    text-align: center;
}     

.cert-bg-white{
    background-image: none!important;
    background-color:white!important;
    padding: 0px;
    text-align: center;
    width:100%!important;
}   

.small-cert{
    border:10px double #dadada;
    padding:50px;
}

.btn-no-radius{
    border-radius:0px!important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.pagination-lg&gt;li&gt;a, .pagination-lg&gt;li&gt;span {
    font-size: 12px!important;
}

.h-no-pad{
        margin-top: 0px!important;
}

.active-question{
    background: #EFDEB2!important;
}


.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    color: #968251!important;
}

.green-bg{
    background-color: green;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}

.red-bg{
    background-color: red;
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
}

.yellow-bg{
    background-color: #ffea2d;
    border-radius: 5px;
    padding: 5px 10px;
    color: #272727;
}

.black-home-bg-courses a{
    border: 1px solid #ddd;
    padding: 15px;
    display: block;
    background: #fbfbfb;
    height: 220px;
    margin-bottom: 25px;
    overflow-y: auto;
}

.black-home-bg-courses a:hover{
    text-decoration: none;
    opacity: .7;
}

.black-home-bg-courses .img-responsive {
    max-width: 100%;
    height: 55px;
}

.home-course-description {
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 10px;
    color: #ffb611;
    letter-spacing: 0px;
}

.home-course-title {
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 13px;
    color: #171717;
    letter-spacing: 0px;
    font-weight: bold;
}

.navbar-header img{
    display: none;
}

.row-eq-height {
    background: #efefef;
}

.left-pad {
    margin-bottom: 25px;
}

.sub-header-bg {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 15px;
    margin: 15px 15px;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd!important;
}

#exTab3 .tab-content {
    padding: 5px 0px;
}

.white-bg-bottom, .white-bg, .white-bg-login {
    background: #FFFFFF;
    border: 1px solid #979797;
    font-family: "STHeitiSC-Light", "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-size: 11px;
    color: #333333;
    letter-spacing: 0px;
    line-height: 19px;
    padding: 25px;
    background: #FFFFFF;
box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd!important;
}

.container-fluid {
    background: #efefef;
}</pre></body></html>