<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,500'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&amp;display=swap');
/* @import url('https://fonts.cdnfonts.com/css/segoe-pro');     */
@import url('smoothbox.css');
body{height: 100%; font-family: 'Roboto', sans-serif;}
h1, h2, h3, h4, h5, h6 {color:#1C75BC; margin-bottom:1vh;font-family: 'Roboto', sans-serif;font-weight:bold;}
h1 {font-size: 2em; color:#1C75BC;}
h2 {font-size: 1.5em; color:#1C75BC;}
h3 {font-size: 1.17em; color:#1C75BC;}
h4 {font-size: 1em; color:#1C75BC;}
h5 {font-size: 0.83em; color:#1C75BC;}
h6 {font-size: 0.67em; color:#1C75BC;}
.fleft {float:left;}
.fright {float:right;}
a {color:#000; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
/* .container {padding: 0; margin: 0;} */
.clr{clear:both;}

/* 2021 Styling */
.headertop {background: #fff; min-height:110px;display:flex;flex-wrap:wrap;text-align:center;}
.headertop img {line-height:110px;}
.headerrow {padding: 10px;color:#fff;text-align:center;}
.the-content {background: #fff; border-radius: 10px; padding: 60px; margin: 30px auto;}
#autosubmenu ul {	list-style-type: none;	margin: 0;	padding: 0;    display:flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: center;}
#autosubmenu ul li {	margin: 0;	padding: 0;}
#autosubmenu ul li a {    text-align: center;	color:#fff;	display: block;    background: #1C75BC;    border:1px solid rgb(231,231,231);    padding: 1.25vh;    margin: 0.25vh 0.25vw;    border-radius:10px;    text-transform: uppercase;	}
#autosubmenu ul li a.bg-green {background: #54a43b;}
#autosubmenu ul li a.bg-org {background: #EF3700;}
#autosubmenu ul li a.bg-blue {background: #00B8EF;}
#autosubmenu ul li a.bg-red {background: #D2272B;}
    #autosubmenu ul li a i {color:#fff;border-radius:100em;height:50px;width:50px;line-height:50px;}
    #autosubmenu ul li a:hover, #autosubmenu ul li a.active,  #autosubmenu ul li a.current {
	background:rgb(231,231,231);
	text-decoration: none;
    color:#6f6f6f;
}
.select2-container {display:block;background: #fff;}
#autosubmenu form {margin-left: 1em;}
#autosubmenu form select {width:auto;height:calc(100% - 6px); margin-top: 3px;}
.footer21 {background: #fff;border-top:5px solid #1C75BC; min-height:110px;display:flex;flex-wrap:wrap;text-align:center;}

.menu {display:flex;flex-direction: row;justify-content: center;align-items: center;}
.menubtn {cursor:pointer; background: rgb(239,55,0);color:#fff; padding: 0 2vh; border-radius:100em; height:2.25em;font-size:1.5em;}
.menubtn .wrap {height:100%;display:flex;flex-direction: row;justify-content: center;align-items: center;}
.menubtn span {padding:0;margin:0 0 0 10px;color:#fff;}
.menubtn:hover,.menubtn:hover span {background: none;color:rgba(0,0,0,0.5);transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

/* Wraps */
.mainwrap {width: calc(100% - 60px)}
.sidebar {height: 100%; position: fixed; overflow:auto; top: 0; left: 0;  background:#1C75BC; width: 60px; padding: 6px;}
.footer {background-color:#dedede; padding: 1vh 1vw; text-align:center; color:#6f6f6f; font-size: 85%;margin-top:50px;}
.topbar {background: #999; height: 30px;}
.topbar .logo {text-align:left; width:20%; float:left; padding: 1.5px 1vh; height: 100%;}
.topbar .logo img {height: 20px;}
.topbar .search {width: 60%; height: 30px; float:left; text-align: center;}
.topbar .search input {width: 70%; margin: 2px auto; height: 26px; text-align:center;}
.topbar .links {width: 20%; padding: 2px; float:right; text-align:right;}
.topbar .links a i {line-height:16px; padding: 5px; color:#fff;}
.topbar .links a:hover i {background: #fff; border-radius: 5px; color:#1C75BC;}
.tagwrap {border:1px solid #999; width: 25%; z-index:10000; position: absolute; top: calc(1vh + 30px); right: 1vh;}

/* Tables */
.tableFixHead    { overflow-y: auto; height: 100px;}
.tableFixHead th { position: sticky; top: 0; background:#1C75BC; color:#fff; text-align:center;}
.table th, .tableheader { background:#d1e3f1; }
.table td, .table th {vertical-align: middle;}
#datatable_length, #DataTables_Table_0_length {float:none;}
.table-striped tbody tr:nth-of-type(odd) th {background:#bad5ea ;}
table.hover tbody tr:hover, table.display tbody tr:hover {background-color: rgba(247,155,127,0.5);}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {background-color: rgba(247,155,127,0.5);}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {background:#e9e9e9; border:1px solid #dddddd; border-radius:5px; padding: 1vh; margin-top: 1vh;}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #333 !important;
	border-radius:5px;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, button.dt-button,
  div.dt-button,
  a.dt-button {
	color: #FFF !important;
	border: 1px solid #00A651;
	background: #00A651;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,button.dt-button.disabled,
  div.dt-button.disabled,
  a.dt-button.disabled {
	cursor: default;
	color: #CDCDCD !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover,button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
  div.dt-button:active:not(.disabled):hover:not(.disabled),
  div.dt-button.active:not(.disabled):hover:not(.disabled),
  a.dt-button:active:not(.disabled):hover:not(.disabled),
  a.dt-button.active:not(.disabled):hover:not(.disabled),button.dt-button:hover:not(.disabled),
  div.dt-button:hover:not(.disabled),
  a.dt-button:hover:not(.disabled) {
	color: #1C75BC !important;
	border: 1px solid #1C75BC;
	background: #bad5ea;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button:active,button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
  div.dt-button:active:not(.disabled),
  div.dt-button.active:not(.disabled),
  a.dt-button:active:not(.disabled),
  a.dt-button.active:not(.disabled),button.dt-button:focus:not(.disabled),
  div.dt-button:focus:not(.disabled),
  a.dt-button:focus:not(.disabled) {
	outline: none;
	background: #bad5ea;
	box-shadow: none;
  }

/* Inputs */
.form-control {font-size:110%;}
.btn, a.btn {background: #1C75BC; border: 1px solid #1C75BC; color:#fff; margin: 0 0 1vh 0; font-weight:bold; font-size:110%;}
.btn:hover, a.btn:hover {background: #429be3; border: 1px solid #1C75BC; color: #fff; font-weight:bold;}
.btn-nobg, a.btn-nobg {display:inline-block; border: 1px solid #fff; font-size: 110%; line-height: 1.5; border-radius: 5px; color:#fff; margin: 0 0 1vh 0; font-weight:bold; text-align: center; vertical-align: middle; padding: .375rem .75rem;}
.btn-nobg:hover, a.btn-nobg:hover {background: #fff; border: 1px solid #fff; color: #fff; font-weight:bold; cursor:not-allowed;}
.btn-micro, a.btn-micro {border-radius: 5px; background: #1C75BC; border: 1px solid #1C75BC; color:#fff; padding: 0.25vh 0.75vh; margin: -0.5vh 1vh 0 0; font-weight:normal;}
.btn-micro i, a.btn-micro i {margin-right: 0.5vh; font-size: 90%;}
.btn-micro:hover, a.btn-micro:hover {background: #429be3; border: 1px solid #1C75BC; color: #fff; font-weight:normal; text-decoration: none;}
.topnav .sync-form {width:100%; margin: 1vh 0;}
.sync-form {width: 100%; margin: 0 auto 0 0;}
 .sync-form strong {margin: 0.5vh 0;  font-size: 120%; display:block;
	/* font-weight: normal; color:#495057;color:#1C75BC; */
} 
.formbreak {display:block; clear: both; height: 1vh; border-bottom: 1px solid #c4cbe3; margin: 1vh 0;}
.sync-form input, .sync-form select, .dataTables_filter input {border: 2px solid #1C75BC; height: auto; padding: 1vh 1vw; border-radius: 5px; box-shadow: inset 0 1px 1px rgba(0,0,0,.08); font-weight:bold; color: #8998c8;}
.sync-form textarea {min-height: 150px;border: 2px solid #1C75BC; padding: 1vh 1vw; border-radius: 5px; box-shadow: inset 0 1px 1px rgba(0,0,0,.08); font-weight:bold; color: #8998c8;}
.sync-form .btn {background: #1C75BC; color:#fff; margin: 0 0 1vh 0; font-weight:normal; width:auto;}
.sync-form .btn.remove {background: #D2272B;}
.sync-form .btn:hover {background: #429be3; border: 1px solid #1C75BC; color: #fff; font-weight:normal;}
.sync-form input[type=checkbox], input[type=radio] {height: 30px; width: 30px; border: none; box-shadow:none;}
.sync-form .tableheader {background:#1C75BC; color:#fff; font-size: 120%; border:1px solid #dddddd; border-radius:5px; padding: 2vh 1vw; margin-bottom: 1vh;}
.sync-form .backbox-w {margin-top: 1vh;}
.sync-form .checkwrap {background: #fff; padding: 2vh; border: 2px solid #1C75BC; border-radius: 5px; width: 100%; cursor: pointer;}
.sync-form .highlight_row {background: #8998c8;}
.weeklysel .highlight_row {background: #568f2e; font-weight:bold;}
.sync-form select {cursor: pointer;}

input[type=checkbox]:checked + label {
  background-color: #f00;
	font-style: normal;
	padding: 1vh 1vw;
}

.navbar1 {display:flex;flex-wrap:wrap;height:auto;padding:0;font-size:110%;margin-bottom: 3vh;}
.navbar1 a.item {flex-grow:1;text-align:center;border-radius: 5px; margin: 1vh; padding: 1vh;color:#fff;}
.navbar1 .item i {font-size:150%;width:50px;height:50px;line-height:50px;}
.navbar1 .item.active {border: 5px solid #1c75bc;box-shadow:0px 0px 20px 2px #93cfff;}
.sync-form input, .sync-form select, .dataTables_filter input,.sync-form textarea,.sync-form select {margin-bottom:2vh;background: #e9e9e9; box-shadow:none;border-radius:0; border:1px solid #dddddd;}
.sync-form strong {font-size:95%;}
.sync-form input.hasval,.sync-form textarea.hasval,.sync-form select.hasval {background:#fbfbfb;color:#212529; border:none; border-bottom: 3px solid #00A651;border-radius:0;}
.sync-form input.hadval,.sync-form textarea.hadval,.sync-form select.hadval {background:#00b7ef1a;color:#212529; border:none; border-bottom: 3px solid #00B8EF;border-radius:0;}
.sync-form em {font-size:80%;}
input:disabled,select:disabled,textarea:disabled {cursor:not-allowed;background: rgb(250, 127, 127); background-color: rgb(250, 127, 127) !important;color:#fff !important;}

/* Time Picker */
.CP_hour {font-size: 100%;}


/* CRM */
.crmbreak {display:block; clear: both; height: 1vh; border-bottom: 1px solid #c4cbe3; margin: 1vh 0;}

/* Parsley */
ul.parsley-errors-list {list-style:none; margin: 1vh 0 0 0; padding: 0;}
ul.parsley-errors-list li {margin: 0; padding: 5px 10px; border-radius: 5px; background: #B00020; font-weight: bold; color: #FFF; text-align: center;}
.sync-form .parsley-error {background: #ebbbc0; border:1px solid#B00020; color:#495057; font-weight:bold;}
.sync-form .parsley-success {background: #b2e4ca;}

/* Nav Bars and Links */
nav {height:100%; display:flex; flex-direction: column; justify-content: stretch;}
.nav-link {color:#fff; margin: 2px; border-radius: 3px; text-align:center; position:relative; flex-grow:1;}
.nav-link i {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.nav-link span.desc {display:none;}
.nav-link:hover {background: #fff; color:#1C75BC;}
.nav-link.active {background: #fff; color:#1C75BC;}
.nav-link.active span.desc {display:none;} 
.navmob {
	list-style-type: none;
	margin: 0;
	padding: 0;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.navmob li {
	margin: 0;
	padding: 0;
    flex-grow:1;
}
.nav-link-mob {
    text-align: center;
	color:#1C75BC;
	text-decoration: none;
	display: block;
	margin: 0.5vh 0.5vw;
	padding: 1vh;
	border-radius:5px;
	text-transform:capitalize;
	border: 2px solid #1C75BC;
	font-size:110%;
	}
.nav-link-mob i {color:#fff;border-radius:100em;height:50px;width:50px;line-height:50px;}
.nav-link-mob:hover, .nav-link-mob.active {
	background:rgb(231,231,231);
	text-decoration: none;
}


.topnav {background:#cecece; padding: 1vh; text-align: right;}
.topnav ul, .floatmenu {margin: 0 0 0 5px; padding: 0; list-style: none; font-size: 100%; font-family: 'Open Sans', Arial, Helvetica, sans-serif;}
.topnav ul li, .floatmenu li {margin: 0; padding: 0; list-style: none;}
.topnav ul li a, .floatmenu li a, .floatmenu li .btn {display: block; font-weight:normal; font-size: 100%; float:left; border-radius: 5px;  border: 1px solid #1C75BC; margin: 0 0.5vw 0 0; padding: 1vh 1vw; background: #1C75BC; text-decoration: none; color: #FFF; text-align: center;}
.topnav ul li a:hover, .topnav ul li a.current, .floatmenu li a:hover, .floatmenu li input:hover, .floatmenu li .btn:hover, .dropdown .btn:hover {background: #429be3;  border: 1px solid #1C75BC; color:#0f6674;}
.navfooter {color:#fff; text-align:center; width:calc(100% - 30px); margin: 0 auto; background: #1C75BC;}
.navfooter .col-6 {padding: 1vh 0 0 0; float:left; text-align:center;}
.navfooter a {color:#fff;}
a:not([href]):not([tabindex]) {color:#fff; cursor: pointer;}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {color:#fff; cursor: pointer;}

.list-group-item-action:focus, .list-group-item-action:hover {background: #429be3; color:#fff;}

.dropdown .btn {display: block; font-weight:normal; font-size: 110%; border-radius: 5px;  border: 1px solid #1C75BC; margin: 0 0.5vw 1vh 0; padding: 1vh 1vw; text-decoration: none; color: #FFF; text-align: center;}

.icon-menu {
	margin: 0;
	padding: 0;
}
.icon-menu li {margin: 0; padding: 0; list-style-type: none;}
.icon-menu li a {display: block; height: 51px; line-height: 51px; padding: 0; float: left; margin: 0 10px 0 0; background: none; text-decoration: none;}
.icon-menu li a:hover, .icon-menu li input:hover {background: #CCC; color: #FFF; cursor:pointer;}

/* Reports */
.reports-wrap {display:flex; flex-direction: row;}
.reports {color:#fff; margin: 1vh; padding: 3vh 0; border-radius: 3px; text-align:center; flex-grow:1; font-size: 120%;}
.reports:hover {background: #1C75BC; color:#fff;text-decoration:none;}
.reports.active {background: #1C75BC; color:#fff;}

/* Pagination */

.Zebra_Pagination {margin-top: 2vh; margin-bottom: 0; list-style:none;}
.Zebra_Pagination .z-pagination {margin-bottom: 0; padding:0; list-style:none;}
.Zebra_Pagination .z-pagination li {float:left;}
.Zebra_Pagination .z-pagination li a, .Zebra_Pagination .z-pagination li span {padding: 0.5vh 0.5vw; background: #fff; border-top: 1px solid #1C75BC; border-bottom: 1px solid #1C75BC; display:block;}
.Zebra_Pagination .z-pagination li a:hover {background: #1C75BC; color: #fff; text-decoration:none;}
.Zebra_Pagination .z-pagination li.active a {background: #0b515c; color: #fff; text-decoration:none;}
.Zebra_Pagination .z-pagination li.active a:hover {background: #1C75BC;}
.Zebra_Pagination .tableheader {background:#1C75BC; color:#fff; font-size: 120%; border:1px solid #dddddd; border-radius:5px; padding: 2vh 1vw; margin-bottom: 1vh;}
.Zebra_Pagination .z-pagination li:first-child a {border-left: 1px solid #1C75BC; border-radius: 5px 0 0 5px; background: #1C75BC; color:#fff;}
.Zebra_Pagination .z-pagination li:last-child a {border-right: 1px solid #1C75BC; border-radius: 0 5px 5px 0; background: #1C75BC; color:#fff;}

/* Tool Tips */
 .tooltiptext, .tooltips .tooltiptext {visibility: hidden; width: calc(100% + 16px); background-color: #D2272B; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; bottom: 100%; left: 50%; margin-left: calc(-50% - 8px); position: absolute; z-index: 1;}
 .tooltiptext::after, .tooltips .tooltiptext::after {content: " "; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid;	border-color: #D2272B transparent transparent transparent;}
.tooltiptext, .tooltips:hover .tooltiptext {visibility: visible; cursor:pointer;}

 .tooltip-inner {
	background: #568f2e;
	color:#fff;
	font-size: 110%;
	padding: 10px;
	font-weight:bold;
  }
  .tooltip.show {
	opacity: 1;
  }
  .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {border-right-color: #568f2e;}

 
	  /* Home Block */
ul.home-ul {list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;}
li.home-block {width:25%;flex-grow:1;}
li.home-block a {color:#1C75BC;padding: 1vh; display:block; text-align:center; border-radius:10px; margin: 0 0.5vh; text-decoration:none;}
li.home-block a:hover {background:#fff; text-decoration:none;}
li.home-block a span {font-weight:bold;}
li.home-block a i {font-size:150%;margin:0 0 1vh 0;background:#1C75BC;border-radius: 100em;color:#fff;width:60px;height:60px;line-height:60px;}


  /* Layout Boxes */
.backbox, .crmlist-btm {background:#e9e9e9; border:1px solid #dddddd; border-radius:5px; padding: 1vh;}
.backbox-w {background:#fff; border:1px solid #dddddd; border-radius:5px; padding: 1vh;}
.box-blue {background:#1C75BC; color:#fff; border:1px solid #1C75BC; border-radius:5px; padding: 1vh; text-align:center; display:inline-block;}
.box-grey {background:#e9e9e9; border:1px solid #dddddd; border-radius:5px; padding: 1vh; text-align:center; display:inline-block;}
a.box-grey {display:block; margin-bottom: 1vh; color:#000;}
a.box-grey:hover {color:#fff; text-decoration:none; background: #4e65ad;}
.masonry {grid-gap: 10px; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); grid-auto-rows: 0;}

/* Search Box */
ul#mainsearchresult {display:none; position:absolute; width: 25vw; margin: 0; padding: 0; z-index: 99 !important; text-align: left; background: #1C75BC; height: 70vh; overflow-y:auto;}
ul#mainsearchresult li {margin: 0; list-style: none; line-height: 100%;}
ul#mainsearchresult li a {padding: 10px; margin: 1vh 0.5vh 0 0.5vh; display:block; color:#fff; border-radius: 5px; text-decoration: none; background: #1C75BC; border: 1px solid #1C75BC; transition: background-color .3s ease-in-out; -moz-transition: background-color .3s ease-in-out;	-webkit-transition: background-color .3s ease-in-out; text-align: left;}
ul#mainsearchresult li a:hover {background: #429be3;  border: 1px solid #1C75BC; color:#0f6674;}
ul#mainsearchresult li:first-child {border-top: none;}
ul#navsearchresult {display:none; position:absolute; width: 25vw; margin: 0; padding: 0; z-index: 99 !important; text-align: left; background: #cecece; height: 70vh; overflow-y:auto;}
ul#navsearchresult li {margin: 0; list-style: none; line-height: 100%;}
ul#navsearchresult li a {padding: 10px; margin: 1vh 1vw; display:block; color:#1C75BC; border-radius: 5px; text-decoration: none; background: #F7F7F7; border:1px solid #fff; transition: background-color .3s ease-in-out; -moz-transition: background-color .3s ease-in-out;	-webkit-transition: background-color .3s ease-in-out; text-align: left;}
ul#navsearchresult li a:hover {background-color: #bfbfbf; color:#1C75BC;}
ul#navsearchresult li:first-child {border-top: none;}

ul#mainsearchresult li.closeresult, ul#navsearchresult li.closeresult {position:relative;}
ul#mainsearchresult li.closeresult a, ul#navsearchresult li.closeresult a {background: #B00020; color:#fff; float:right; border: 1px solid #fff; margin: 3px;}
ul#mainsearchresult li.closeresult a:hover, ul#navsearchresult li.closeresult a:hover {background:#d1616c;}

/* Order Listings */
.ordlist {background-color: #CCC; margin-bottom: 1vh; font-weight:bold; color:#000;}

/* Course View Page */
ul.coursedetail {display:flex;}
ul.coursedetail li {flex-grow: 1;}
ul.coursedetail li a {width: 100%; text-align: center; background: #fff; padding: 1vh 1vw; display:inline-block; border-bottom: 3px solid #fff; font-size: 120%;}
ul.coursedetail li.active a {background: #D2272B;}
ul.coursedetail li a.active {border-bottom: 3px solid #D2272B; text-decoration: none; color: #D2272B;}
ul.coursedetail li a:hover {text-decoration: none;}

/* CRM Page */
ul.crmdetail li {width:calc(100% / 7);}
ul.crmdetail li a {width: 100%; text-align: center; background: #fff; padding: 1vh 1vw; display:inline-block; border-bottom: 3px solid #fff; font-size: 120%;}
ul.crmdetail li.active a {background: #D2272B;}
ul.crmdetail li a.active {border-bottom: 3px solid #1C75BC; text-decoration: none; color: #1C75BC;}
ul.crmdetail li a:hover {text-decoration: none;}

/* To Do Boxes */
.todo .backbox {margin-bottom: 1vh; padding: 1vh;}
.todo i {padding: 1vh; margin: 1vh 0;}
.todo h6 {padding: 2vh 0; margin: 0;}
.urgentblink {background: #de8e96;}
.newblink {background: #9da9d1;}
.newblink.urgentblink {background: #FF8C00;}
.blinku, .blinkn{
        -webkit-transition: background 1.0s ease-in-out;
        -moz-transition:    background 1.0s ease-in-out;
        -ms-transition:     background 1.0s ease-in-out;
		transition:         background 1.0s ease-in-out;
		border-radius: 5px;
}
.cagelist.urgentblink {background: #FF8C00;}

/* Banners */
.successbanner {background: #006330; border: 1px solid #006330; color:#fff; font-weight:bold; padding: 1vh; border-radius: 5px; margin: 1vh 0 2vh 0; text-transform:capitalize;}
.successbanner:hover {background: #328259; border: 1px solid #006330; color:#006330;}
.failbanner {background: #cc0000; border: 1px solid #fff; color:#fff;font-weight:bold; padding: 1vh; border-radius: 5px; margin: 1vh 0 2vh 0; text-transform:capitalize;}
.failbanner:hover {background: #d63232; border: 1px solid #cc0000; color:#cc0000;}

#screenblank {background:rgba(0,0,0,0.7); height: 100%;	width: 100%; position: fixed; z-index: 100 !important;}
#screenblank a {width: 350px; display: block; color:#000; background: yellow; position: relative; line-height: 30px; font-size: 150%; text-align: center; padding: 1vh 1vw; box-shadow: 0 0 10px yellow; border-radius:10px; margin: 10% auto; text-decoration:none; }

/* Scroll Button */
#backtotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
	z-index: 99;
	font-weight:normal;
}
#tobtm {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 110px;
	z-index: 99;
	font-weight:normal;
}

/* Date Boxes */
.JsDatePickBox .boxMainInner .dayDown {background-color:#429be3; border: 1px solid #1C75BC; border-radius: 3px; color: #fff;}
.JsDatePickBox .boxMainInner .dayOver {background-color:#429be3; border: 1px solid #1C75BC; border-radius: 3px; color: #fff;}
.JsDatePickBox .boxMainInner .dayNormal {border: 1px solid #fff;}


/* From Old Site */
.crmlist-menu li a {line-height: 40px;	height: 40px;	margin: 0 0 10px 0;	text-align: center;}
.ui-icon {display:none;}


/* .tableheader {
	height: 30px;
	line-height: 30px;
	background: #CCC;
	font-size: 105%;
	font-weight: bold;
	border-bottom: 1px solid #1C75BC;
}
.tablecell {
	height: 30px;
	border-bottom: 1px solid #1C75BC;
	line-height: 30px;
} 

.floatmenu {
	margin: 0;
	padding: 0;
}
.floatmenu li {margin: 0; padding: 0; list-style-type: none;}
.floatmenu li a {display: block; color:#000; height: 30px; line-height: 30px; padding: 0 10px; float: left; margin: 0 10px 0 0; background: #CCC; text-decoration: none; border-radius:5px;}

.floatmenu li input.btn {display: block; height: 30px; line-height: 30px; padding: 0 10px; float: left; margin: 0 10px 0 0; padding: 0; background: #CCC; border-radius:5px; text-decoration: none; width: 100px; font-size: 100%; border: none;}

.floatmenu li a:hover, .floatmenu li input:hover {background: #1C75BC; color: #FFF; cursor:pointer;}
*/
.crmlist-top {
	background-color: #CCC;
	margin: 0px;
	padding: 5px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px solid #FFF;
	border-left-style: none;
	font-size: 100%;
	font-weight: bold;
	border-radius: 5px;
}
.crmlist-top:hover {background-color: #999;}
.crmlist-topr {width: 46px; height: 20px; position: absolute; top: 7px; z-index: 2; left: 696px;}
.crmlist-topt {
	background-color: #568f2e;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px solid #FFF;
	border-left-style: none;
	font-size: 120%;
	font-weight: bold;
	border-radius: 5px;
}
.ui-state-active {
	color: #000;
	margin-top: 15px;
	border:none;
	background-color: #568f2e;
}
.crmlist-btm .table {background: #fff;}
.crmlist-btmblockl {
	float: left;
	width: calc(97% / 3);
	margin-top: 5px;
	margin-right: 1%;
	margin-bottom: 5px;
	margin-left: 0px;
	background:#fff; border:1px solid #dddddd; border-radius:5px; padding: 1vh;
}
.crmlist-btmblockr {
	float: left;
	width: calc(100% / 3);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background:#fff; border:1px solid #dddddd; border-radius:5px; padding: 1vh;
}
.crmlist-title {
	background-color: #1C75BC;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	border-radius:5px;
}
.crmlist-titleg {
	background-color: #568f2e;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	border-radius:5px;
}
.crmlist-fulltitle {
	background-color: #F90;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	border-radius:5px;
}
.crmlist-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.crmlist-menu li {
	margin: 0;
	padding: 0;
}
.crmlist-menu li a {
	line-height: 25px;
	height: 25px;
	background:#CCC;
	text-decoration: none;
	display: block;
	margin: 0 0 2px 0;
	padding: 0 0 0 5px;
	border-radius:5px;
	}
.crmlist-menu li a:hover {
	background:#568f2e;
	color: #FFF;
}
.crmlist-btmfull {
	margin-bottom: 15px;
}


/* Sized Changes */

/* Large screens */
@media only screen and (min-width: 1027px) {
	.masonry {
	  column-count: 3;
	}
	body {font-size: 14px;}
	/* .navmob li {min-width: calc(100% / 5);} */
	.modal-xl {
		width: 90%;
	   max-width:1200px;
	  }
  }
  
  /* Medium-sized screens */
  @media only screen and (max-width: 1026px) and (min-width: 768px) {
	.masonry {
	  column-count: 2;
	}
	.sync-form {width: 100%; margin: 0;}
	body {font-size: 12px;}
	
li.home-block {width:50%;flex-grow:1;}
.the-content {padding: 2em 1em;}
.mobspace {padding-bottom:2em;}
/* .navmob li {min-width: calc(100% / 3);} */
.modal-xl {
    width: calc(100% - 1rem);
   max-width:1200px;
  }
  }
  
  /* Small screens */
  @media only screen and (max-width: 767px) and (min-width: 100px) {
	.sync-form {width: 100%; margin: 0;}
	body {font-size: 12px;}
.sidebar {
    width: 100%;
    height: 50px;
    font-size: 100%;
    position: relative;
}.modal-xl {
    width: calc(100% - 1rem);
   max-width:1200px;
  }
.mainwrap {width:100%;}
li.home-block {width:50%;flex-grow:1;}
.the-content {padding: 2em 1em;}
.mobspace {padding-bottom:2em;}
/* .navmob li {min-width: calc(100% / 3);} */
	}</pre></body></html>