<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
.navbar {
   background: rgba(0,0,0,0.5);
   border-color: transparent;
}
.navbar li { color: #555 } 
*/

/*
.navbar {
   background: #000;
   border-color: transparent;
}

body { padding-top: 70px; }
*/

#page-content-wrapper { padding-top: 0px; }



/*
.navbar {
   margin-left: 0px;
}

@media(min-width:768px) {
    .navbar {
       margin-left: 170px;
    }
}


.navbar-right {
    padding-right: 150px; 
}
*/

#sidebar-wrapper {
    background: #181929; //#4e5d6c; //#000
}

@media(min-width:768px) {
    #sidebar-wrapper {
        width: 230px;
    }
    #page-content-wrapper {
        padding-top: 0px;
        padding-left: 70px;
    }
}

.sidebar-nav li a {
    color: #FFFFFF;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}






.btn-menu-div
{
    display: none;
}




@media(min-width:768px) {
    .btn-menu-div
    {
        display: block;
        height: 100%;
        margin: 0 auto 0 auto;
    }

    .btn-menu-toggle
    {
        z-index: 1001;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 50px;
    }
}





.navbar-default {
    background-color: #181929;
    border-color: transparent;
}

/*#2B3E50*/
.selected-nav{
    background: rgba(223, 105, 26, 0.75) none repeat scroll 0% 0%;
}


label{
    font-size: 14px;
    font-weight: bold
}

.radio label {
    font-size: 14px;
}
.radio{ 
    margin-top: 0px;
    margin-bottom: 0px;
}

input[type=text],
input[type=number],
input[type=password], 
input[type=email], 
select,
textarea{
    font-weight: normal
}

thead{
    background: #6B7F93; //Lightter grey blue
}


.select2-choices li div {
    font-weight: normal;
    font-size: 14px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 5px 18px;
    background-image: none;    
    border: 1px solid #DF691A;
}

/*Below 1 for the contact single select search mostly*/
.select2-container .select2-choice {
    padding: 5px 15px;
    height: 35px;
    font-weight: 500;
}
.select2-result {
    padding: 5px 5px;
    /*height: 30px;*/
    font-weight: 400;
}


/*.select2-container .select2-choice .select2-arrow {*/
    /*background-image: -khtml-gradient(linear, left top, left bottom, from(#424242), to(#030303));*/
    /*background-image: -moz-linear-gradient(top, #424242, #030303);*/
    /*background-image: -ms-linear-gradient(top, #424242, #030303);*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #030303));*/
    /*background-image: -webkit-linear-gradient(top, #424242, #030303);*/
    /*background-image: -o-linear-gradient(top, #424242, #030303);*/
    /*background-image: linear-gradient(#424242, #030303);*/
    /*width: 40px;*/
    /*color: #fff;*/
    /*font-size: 1.3em;*/
    /*padding: 4px 12px;*/
/*}*/

/*.select2-search-choice-close{
    padding: 2px;
    border: 1px solid #DF691A;
}*/


.bootgrid-table td.loading,
.bootgrid-table td.no-results {
  background: #4e5d6c;
  text-align: center;
}

/*
/*!Normal design for phone first/
.men-but {
    width: 100%;
}

/*!Then when is desktop make normal buttons/
@media(min-width:768px) {
    .men-but {
         width: auto;       
    }
}
*/

.men-but {
    width: 100%;
}

.table-header{
    border-bottom: 1px solid #ebebeb;
}
.bootgrid-table th&gt;.column-header-anchor {
    color: #fafafa;
    font-size: 14px;
}
.bootgrid-table th:hover {
    background: #5a6f80;
}

/* color: #333;

/*.radio_check_first {
margin-top: -5px;
margin-left: 10px;
}
.radio_check {
margin-left: 10px;
}
.radio_check_last {
margin-left: 10px;
margin-bottom: 10px;
}*/

/*//.has-error .radio,
//.has-error .checkbox,*/
.has-error .help-block,
.has-error .control-label,

.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  //font-size: 14px;
  //font-weight: bold;
  //color: #FF0500;
}

.has-error .radio-inline {
     color: inherit;
}



/*Make to stay as is*/
.has-error .radio,
.has-error .checkbox
{
    color: #ebebeb;
}
/*color: #999999;*/
.fuelux .checkbox input[type="checkbox"]:focus + .checkbox-label,
.fuelux .checkbox input[type="checkbox"]:hover + .checkbox-label,
.fuelux .checkbox .checkbox-label:hover {
  color: #ebebeb;
}

.checkbox-label {
    font-size: 15px;
}

/*Draw Box*/
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}


/*Almost same as label-danger*/
.help-block, div.help-block.with-errors  {
    background-color: #d9534f;
     font-size: 14px;
     color: #ffffff;   
    border-radius: .25em;
}






/*Always 5px height except bottom, DWS if more than 768px*/
.page-header {
      margin-top: 20px;       
 }

@media(min-width:768px) {
    .page-header {
         margin-top: 20px;       
    }
}


.input-group-addon {
    background-color: #6A7E92;
}






.fuelux .wizard {
    border: none;
    border-radius: 0px;
    background-color: inherit;
    position: relative;
    min-height: 0px;
}

/*Set buttons bottom, made changes in JS aswell*/
.fuelux .wizard &gt; .actions {
    z-index: auto;
    position: static;
    right: auto;
    top: auto;
    line-height: 46px;
    float:  none;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: baseline;
    background-color: inherit;
    border-left: none;
    border-radius: 0px;
}









/*.wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
 line 11, ../../sass/partials/_components.scss 
.wizard:before, .wizard:after {
  display: table;
  line-height: 0;
  content: "";
}
 line 18, ../../sass/partials/_components.scss 
.wizard:after {
  clear: both;
}
 line 22, ../../sass/partials/_components.scss 
.wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
 line 28, ../../sass/partials/_components.scss 
.wizard ul.previous-disabled li.complete {
  cursor: default;
}
 line 31, ../../sass/partials/_components.scss 
.wizard ul.previous-disabled li.complete:hover {
  color: #468847;
  cursor: default;
  background: #f3f4f5;
}
 line 36, ../../sass/partials/_components.scss 
.wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}
 line 42, ../../sass/partials/_components.scss 
.wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #a5a5a5;
  cursor: default;
  background: #f2f2f2;
}
 line 54, ../../sass/partials/_components.scss 
.fuelux .wizard &gt; .steps-container &gt; ul.steps li:first-child {
  padding-left: 20px;
}*/


 
/*.fuelux .wizard &gt; .steps-container &gt; ul.steps li .chevron, from the fuelux*/
/*.wizard ul li .chevron  {   from kingadmin*/
/* border-left: 24px solid #fff;*/
.fuelux .wizard &gt; .steps-container &gt; ul.steps li .chevron  {
  position: absolute;
  top: -24px;
  right: -14px;
  z-index: 1;
  display: block;
  border: 48px solid transparent;
  border-right: 0;
  border-left: 24px solid #2B3E50;
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li .chevron:before  {
  position: absolute; 
  top: -48px;
  right: 5px;
  display: block;
  border: 48px solid transparent;
  border-right: 0;
  border-left: 24px solid #f2f2f2;
  content: "";
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li.complete {
  color: #fff;
  background: #4BA84B;
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li.complete:hover {
  cursor: pointer;
  background: #49a449;
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li.complete:hover .chevron:before {
  border-left: 24px solid #49a449;
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li.complete .chevron:before {
  border-left: 24px solid #4BA84B;
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li.active {
  color: #fff;
  background: #296EAA;
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li.active .chevron:before {
  border-left: 24px solid #296EAA;
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li .badge {
  position: relative;
  top: -2px;
  margin-right: 8px;
  padding: 4px 7px;
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li .badge.badge-info {
  background-color: #1f5381;
}

.fuelux .wizard &gt; .steps-container &gt; ul.steps li .badge.badge-success {
  background-color: #3b853b;
}



.help-popover-content {
    display:none;
}
.glyphicon-question-sign.help-popover{
    margin-left: 5px;
    font-size: 20px;
    cursor: pointer;
}

.popover { 
   border: 1px solid #DF691A;
    min-width: 300px;
}


/*Always no padding below 768px*/
.col-sm-6, .col-sm-12{
    padding-left: 0px;
    padding-right: 0px;
}
/*restore normal padding above768px*/
@media(min-width:768px) {
  .col-sm-6, .col-sm-12{
    padding-left: 15px;
    padding-right: 15px;
}
}

.username-container
{
    margin-top: 20px;
    border-bottom: 1px solid #4E5D6C;
}

.username
{   
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;        
}












/*

 maps by mapael 
 line 143, ../../sass/partials/_components.scss 
.mapTooltip {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  position: fixed;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  background-color: #f3f3f3;
  border: 1px solid #fff;
  color: #555;
}
 line 155, ../../sass/partials/_components.scss 
.mapTooltip span {
  font-weight: 700;
}

 line 160, ../../sass/partials/_components.scss 
.data-us-map .plotLegend {
  margin-top: 50px;
}

 line 164, ../../sass/partials/_components.scss 
.zoom-map {
  position: relative;
}
 line 167, ../../sass/partials/_components.scss 
.zoom-map .btn-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
   line 171, ../../sass/partials/_components.scss 
  .zoom-map .btn-group .btn {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 3px;
  }
}

 line 182, ../../sass/partials/_components.scss 
.map .zoomIn,
.map .zoomOut {
  position: absolute;
  left: 10px;
  background: #fff;
  width: 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 20px;
}
 line 193, ../../sass/partials/_components.scss 
.map .zoomIn:hover,
.map .zoomOut:hover {
  background: #f7f7f7;
}
 line 198, ../../sass/partials/_components.scss 
.map .zoomIn {
  top: 60px;
}
 line 202, ../../sass/partials/_components.scss 
.map .zoomOut {
  top: 85px;
}

@media screen and (max-width: 480px) {
   line 209, ../../sass/partials/_components.scss 
  .zoom-map .zoomIn {
    top: 100px;
  }
   line 213, ../../sass/partials/_components.scss 
  .zoom-map .zoomOut {
    top: 124px;
  }
}
 line 219, ../../sass/partials/_components.scss 
.map-custom-width {
  width: 75%;
}
 line 222, ../../sass/partials/_components.scss 
.map-custom-width .map {
  position: relative;
  left: 20%;
}*/
















/*        .map {            
        margin-bottom:10px;
        }

         //CSS for the tooltip displayed on mousehover on elements 
        .mapTooltip {
			position : fixed;
			background-color : #474c4b;
			moz-opacity:0.70;
			opacity: 0.70;
			filter:alpha(opacity=70);
			border-radius:10px;
			padding : 10px;
			z-index: 1000;
			max-width: 200px;
			display:none;
			color:#fff;
		}

		body {
			font-family:Helvetica,Arial,sans-serif;
		}
	
		h1 {
			color:#5d5d5d;
			font-size:30px;
		}

        .container {
            max-width: 800px;
            margin:auto;
        }

.map .zoomIn,
.map .zoomOut {
  display: none;
}*/

        .map {            
/*        margin-bottom:10px;*/
        }

        /* CSS for the tooltip displayed on mousehover on elements */
        .mapTooltip {
			position : fixed;
			background-color : #474c4b;
			moz-opacity:0.70;
			opacity: 0.70;
			filter:alpha(opacity=70);
			border-radius:10px;
			padding : 10px;
			z-index: 1000;
			max-width: 200px;
			display:none;
			color:#fff;
		}

        .container {
/*            max-width: 800px;*/
/*            max-width: 100%;*/
/*            margin:auto;*/
        }
        
        .map .zoomIn,
        .map .zoomOut {
          display: none;
        }
        
        
        
.link
{
    color: #df691a !important;
   
}



/*div.has-error ul.select2-choices {
  border-color: rgb(185, 74, 72) !important;
}

.select2-offscreen,
.select2-offscreen:focus {
  // Keep original element in the same spot
  // So that HTML5 valiation message appear in the correct position
  left: auto !important;
  top: auto !important;
}*/


.form-group.has-error .select2-selection {
    border-color:#a94442;
}


.ellipse-cust{
    word-wrap:break-word;
    max-width:180px;/* Set max becuase above let it be in one line*/
}


.ellipse-xs{
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width:80px;/* Set max becuase above let it be in one line*/    
}
.ellipse-sm{
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width:150px;/* Set max becuase above let it be in one line*/    
}
.ellipse-md{
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
     max-width:300px; /*Set max becuase above let it be in one line*/    
}


 

.table-responsive td{
    overflow:inherit;
    -ms-text-overflow:inherit;
    -o-text-overflow:inherit;
    text-overflow:inherit;
    white-space:inherit;
}

.table-responsive td{
    font-size: 14px !important;
}
.table-responsive .label-success ,
.table-responsive .label-danger,
.table-responsive .label-primary,
.table-responsive .label-warning,
.table-responsive .label-info{
    font-size: 100%;
}

.moris-donut-chart
{
    min-width: 200px;
    max-width: 300px;
}
@media(min-width:768px) {
.moris-donut-chart
{
    max-width: 100%;
}
}



/*SM Works with inverse logic outside media query alwys on
 #dgr-header &gt; div &gt; div &gt; div.search.form-group 
{
    margin-bottom: 20px;
}
@media(min-width:768px) {
    #dgr-header &gt; div &gt; div &gt; div.search.form-group 
    {
        margin-bottom: 0px;
    }
}*/
/*XS Works with CORRECT logic inside media on when less than 768px*/
/*@media(max-width:768px) {
    #dgr-header &gt; div &gt; div &gt; div.search.form-group,
    #dgr-header &gt; div &gt; div &gt; div.actions
    {
        margin-bottom: 15px;
    }   
}*/





/*
they use JS to resiz the text + the image ( clasic SVG))
.moris-donut-chart &gt; svg &gt; text &gt; tspan &gt; *
{
    font-size: 5px;
}
.moris-donut-chart &gt; svg &gt; text &gt; *
{
    font-size: 5px;
}*/


.is-countdown {
	border: none;
	background-color: transparent;
}


/*Copy from Color admin, css/style.css line 4407*/
.timer .is-countdown {
    background: none;
    border: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.timer .is-countdown .countdown-section {
    padding: 0 10px;
}
.timer .is-countdown .countdown-section + .countdown-section {
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255,255,255,0.3);
}
.timer .countdown-amount {
    font-size: 36px;
    color: #fff;
}
.timer .countdown-period {
    font-size: 14px;
    color: #999;
}





/*daterangepicker
 margin-bottom: 20px;*/
#reportrange
{
       color: #333;
       font-weight: bold;
       /*margin-left: 20px;*/
       /*margin-right: 20px;*/
      
       background: #fff;
       cursor: pointer;
       padding: 5px 10px;
       border: 1px solid #ccc;
}
#reportrange &gt; *
{
       color: #333;
       font-weight: bold;
}
.daterangepicker &gt; *
{
    color: #333;
}
/*body &gt; div.daterangepicker.dropdown-menu.opensleft.show-calendar &gt; div.calendar.second.right &gt; div &gt; table &gt; thead,
body &gt; div.daterangepicker.dropdown-menu.opensleft.show-calendar &gt; div.calendar.first.left &gt; div &gt; table &gt; thead,
body &gt; div.daterangepicker.dropdown-menu.openscenter.show-calendar &gt; div.calendar.second.left &gt; div &gt; table &gt; thead,
body &gt; div.daterangepicker.dropdown-menu.openscenter.show-calendar &gt; div.calendar.first.right &gt; div &gt; table &gt; thead*/
body &gt; div.daterangepicker.dropdown-menu.openscenter.show-calendar &gt; div.calendar.left &gt; div.calendar-table &gt; table &gt; thead,
body &gt; div.daterangepicker.dropdown-menu.openscenter.show-calendar &gt; div.calendar.right &gt; div.calendar-table &gt; table &gt; thead,
body &gt; div.daterangepicker.dropdown-menu.opensleft.show-calendar &gt; div.calendar.left &gt; div.calendar-table &gt; table &gt; thead,
body &gt; div.daterangepicker.dropdown-menu.opensleft.show-calendar &gt; div.calendar.right &gt; div.calendar-table &gt; table &gt; thead
{
    background: inherit;
}



.btn.btn-scroll-to-top {
    background: #00acac;
}
.btn-scroll-to-top.fade.in {
    opacity: 1;
}
.btn-scroll-to-top.fade {
    opacity: 0;
    transition: opacity 0.3s linear 0s;
}
.btn.btn-scroll-to-top {
    background: #00ACAC none repeat scroll 0% 0%;
}

/*.btn.btn-success {
    color: #FFF;
    background: #00ACAC none repeat scroll 0% 0%;
    border-color: #00ACAC;
}*/
.btn-circle, .btn.btn-circle {
    border-radius: 50%;
}
/*.btn-icon, .btn.btn-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 0px;
    border: medium none;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}*/
.btn.active:focus, .btn:active:focus, .btn:focus, a:focus {
    outline: 0px none;
}


.progress {
    margin-bottom: 0px;
}


#dgr .fuelux label.checkbox-custom.checkbox-inline {
    margin-top: -20px;
}



.subAction {
    margin-bottom: 10px;
}


.popover[class*="tour-"] {
	z-index: 11000;
}


.bootgrid-header-tour
{
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.daterange {
    color: #333;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    background: #FFF none repeat scroll 0% 0%;
    cursor: pointer;
    padding: 7px 20px;
    border: 1px solid #CCC;
}

#divWeekly &gt; table &gt; thead &gt; tr &gt; *
{
    padding-left:5px
}






.daterangebutton {
    padding: 10px;
    background: #E9E9E9 none repeat scroll 0% 0%;
    margin: -9px -20px -10px -10px;
    border: 1px solid #AAA;
}



/*Inner table off bootgrid also highlights header*/
.table-normal &gt; thead &gt; tr &gt; *:hover
{
    background: transparent;
}

.apList {
    background: rgba(0, 172, 172, 0.20);
}

.scheduleList {
    background: rgba(52, 143, 226, 0.20);
}
.scheduleListPlan
{
    background: rgba(52, 143, 226, 0.20);
    min-width: 200px;
}

.contactList {
    background: rgba(114, 124, 182, 0.40);
}


.apText {
    background: #3E6D79 none repeat scroll 0% 0%;
/*    margin: 10px 20px;*/
    margin: 0px 20px 0px 0px;
    padding: 5px;
    vertical-align: middle;
    display: inline-block;/*Use to change defaault placing of elements to horizontal instead of vertical*/
}

.scheduleText {   
     background: #496784 none repeat scroll 0% 0%;
     margin: 0px 20px 0px 0px;
     padding: 5px;
     vertical-align: middle;
     display: inline-block;
}

.contactText {
     background: #5C698A none repeat scroll 0% 0%;
     margin: 0px 20px 0px 0px;
     padding: 5px;    
     vertical-align: middle;
     display: inline-block;
}

@media(max-width:992px) {
    #dgr-header &gt; div &gt; div &gt; div.search.form-group,
    #dgr-header &gt; div &gt; div &gt; div.actions,
    .apText,
    .scheduleText,
    .contactText,
    .footerElem
    {
        margin-bottom: 15px;
    }   
}


.filterHeader{
 min-width: 200px;
}

.filterHeader select{
    height:20px; /*dont make selects look like they are main content*/
    padding: 0px; /*else text does NOT show*/   
}

.reportrangeLabel{
    padding-bottom:  25px;
}
.filterHeader #reportrange{
        height: 30px;               
        width: 320px;        
 }
 .filterHeader #reportrange &gt; i{
        margin-left: -100px;     
 }
    
/*768px 992px*/
@media(max-width:992px) {
    .filterHeader{
        width: 100% !important;
    }
    
    .filterHeader #reportrange{
       height: inherit;
       width: inherit;  
    }
    .filterHeader #reportrange &gt; i{
        margin: inherit;     
 }
}
.contactRad &gt; *{
    padding: 0px;
    margin: 0px;
}

.footerElem
{
   margin: -15px 15px 10px -10px;
} 
    
@media(max-width:1200px) {
    .footerElem
    {
        margin-top: 10px !important;
    }   
}


.nav-sub
{
    background: #1E1E23 none repeat scroll 0% 0%;
    width: 230px;
    display: none;
}
.nav-sub-selected{
    display: block;
}

.nav-sub-caret
{
    background: #1E1E23 none repeat scroll 0% 0%;
    margin-top: -40px; 
    margin-right: -31px;
    height: 40px;
    text-indent: 5px;
    padding-right: 10px;
}
.nav-sub-caret:hover 
{
    background: #2C2C32 none repeat scroll 0% 0%;
    cursor: pointer;    
}



.nav-sub-li {
     text-indent: 0px !important;
     line-height: 30px !important;
 }

.nav-sub-li-a {
    text-decoration: none;
    font-size: 12px;
}


a.nav-sub-li-a:hover {
    color: #EA975F !important;
    background: #1E1E23 none repeat scroll 0% 0% !important;    
}

a.nav-sub-li-selected{
    color: #DF691B !important;    
}


.form-control[disabled]{
    background-color: #b3b3b3;
    opacity: 1;
}


.btn-info {
    color: #FFF;
    background-color: #0E83A7;
    border-color: transparent;
}


.nav-sub-li-badge {
    margin-top: 8px;
    margin-right: 10px;
    background-color: #C9302C
}

.nav-sub-li-badge-main {
    margin-top: 8px;
    background-color: #C9302C
}

.table-aps{
    margin-top: 10px;
    font-size: 16px;
}
.table-aps th {
     padding: 5px;
 }
.table-aps tbody td {
    border-bottom: 2px solid #7f7f7f;
    padding: 0px 20px 0px 0px;
}


/*html {*/
    /*position: relative;*/
    /*min-height: 100%;*/
/*}*/
/*body {*/
    /*!* Margin bottom by footer height *!*/
    /*margin-bottom: 60px;*/
/*}*/
/*.footer {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*!* Set the fixed height of the footer here *!*/
    /*height: 60px;*/
    /*background-color: #f5f5f5;*/
/*}*/

.table-dt{
    min-width: 200px;
}




/*.colorme-yellow:hover*/
/*{*/
    /*background-color: #e3e956;*/
/*}*/
/*.colorme-yellow {*/
    /*background-color: #e8e937;*/
/*}*/



.colorme-purple:active,
.colorme-purple:focus,
.colorme-purple:visited,
.colorme-purple {
    background-color: #e942d0;
    color: #ffffff;
}

.colorme-purple:hover {
    background-color: #e971ca;
    color: #ffffff;
}

.btn-secondary {
    padding: 3px !important;
    margin-top: -5px; margin-bottom: 3px;
}








/* Access buttons and colours */
.but-create:active,
.but-create:focus,
.but-create:visited,
.but-create {
    width: 100%;
    background-color: #b500e9;
    color: #ffffff;
    margin: 5px;
}
.but-create:hover {
    background-color: #bb3fe9;
    color: #ffffff;
}

/*.access-com-rule:active,*/
/*.access-com-rule:focus,*/
/*.access-com-rule:visited,*/
/*.access-com-rule {*/
    /*background-color: #b550e9;*/
    /*color: #ffffff;*/
/*}*/
/*.access-com-rule:hover {*/
    /*background-color: #dd89e9;*/
    /*color: #ffffff;*/
/*}*/


.but-view:active,
.but-view:focus,
.but-view:visited,
.but-view {
    width: 100%;
    background-color: #df691a;
    color: #ffffff;
    margin: 5px;
}
.but-view:hover {
    background-color: #df8d39;
    color: #ffffff;
}


.but-special:active,
.but-special:focus,
.but-special:visited,
.but-special {
    width: 100%;
    background-color: #0E83A7;
    color: #ffffff;
    margin: 5px;
}
.but-special:hover {
    background-color: #0ea9d1;
    color: #ffffff;
}

.but-special2:active,
.but-special2:focus,
.but-special2:visited,
.but-special2 {
    width: 100%;
    background-color: #43a340;
    color: #ffffff;
    margin: 5px;
}
.but-special2:hover {
    background-color: #5fbe5f;
    color: #ffffff;
}



.amcharts-export-menu .export-main &gt; a, .amcharts-export-menu .export-drawing &gt; a, .amcharts-export-menu .export-delayed-capturing &gt; a
{
    margin-top: -50px;
}

/*.form-control::-webkit-input-placeholder { !* WebKit, Blink, Edge *!*/
    /*color: #777 !important;*/
/*}*/
/*.form-control:-moz-placeholder { !* Mozilla Firefox 4 to 18 *!*/
    /*color:    #777 !important;*/
    /*opacity:  1 !important;*/
/*}*/
/*.form-control::-moz-placeholder { !* Mozilla Firefox 19+ *!*/
    /*color:    #777 !important;*/
    /*opacity:  1 !important;*/
/*}*/
/*.form-control:-ms-input-placeholder { !* Internet Explorer 10-11 *!*/
    /*color:    #777 !important;*/
/*}*/


/*background-color: rgba(125, 132, 135, 0.3);*/
/*background-color: rgba(223, 54, 0, 0.1);*/
.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td, .table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th {
    background-color: rgba(223, 105, 26, 0.11);
}

/*Only change made was   opacity: 0.8 to 1.0*/
#toast-container&gt;div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 1.0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}












@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn &gt; .caret,
    .dropup &gt; .btn &gt; .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }




/*Rehan Custom add to bring back some colors*/
    .label-success, .label-danger, .label-info, .label-primary, .label-warning{
        font-weight: bolder;
    }

    .label-primary {
        background-color: #df691a !important;;
    }

    .label-success {
        background-color: #5cb85c !important;;
    }

    .label-info {
        background-color: #5bc0de !important;;
    }

    .label-warning {
        background-color: #f0ad4e !important;;
    }

    .label-danger {
        background-color: #d9534f !important;;
    }


    .table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td, .table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th {
        background-color: rgb(234, 232, 253) !important;;
    }
}


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