<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'https://fonts.googleapis.com/css?family=Roboto';

/*
  Website colours
  ~~~~~~~~~~~~~~~
  light grey: #E8EDDF
  grey: #CFDBD5
  yellow: #F5CB5C
  dark grey: #333535
  black: #242423
*/


html {height: 100%; margin: 0; padding: 0;}
body {height: 100%; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-weight: 400; background-color: #E8EDDF;  }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }

a {color: #333535; font-weight: bolder}
a:hover {text-decoration: underline}

#AMPS-Wrapper { box-sizing: border-box; min-height: 100%; padding: 0 0 250px; position: relative; }

/*#AMPSContent { height: 100%; }*/

.AMPS-container {background-color: #fff}

.page-banner-image{width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;}

.page-banner-ad-rotator {
  width: 250px;
  height: 150px;
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: #fff;
}

.light-grey-background {
  background-color: #E8EDDF;
}

.navbar-default { background-color: #434442; border-top: 4px solid #F6CD63; border-bottom: 4px solid #F6CD63; padding-right:20px; margin-bottom: 0px; font-size: 22px; font-weight: bold; }
  .navbar-default .navbar-brand { width: 250px; color: #f6cd63; padding-left: 30px; display: table-column; text-transform:capitalize; }
  .navbar-default .navbar-brand a { font-size: 22px; font-weight: normal; }
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus { color: #E8EDDF; }
    .navbar-default .navbar-brand &gt; img { vertical-align: middle; margin-top: -55%; }
  .navbar-default .navbar-text { color: #f6cd63; }
  .navbar-default .navbar-nav &gt; li &gt; a { color: #f6cd63; font-weight: normal; }
    .navbar-default .navbar-nav &gt; li &gt; a:hover,
    .navbar-default .navbar-nav &gt; li &gt; a:focus { color: #E8EDDF; font-weight: normal; }
  .navbar-default .navbar-nav &gt; .active &gt; a,
  .navbar-default .navbar-nav &gt; .active &gt; a:hover { color: #E8EDDF; background-color: #f6cd63; font-weight: normal; }
  .navbar-default .navbar-nav &gt; .active &gt; a:focus { color: #E8EDDF; background-color: #f6cd63; font-weight: normal; }
  .navbar-default .navbar-nav &gt; .open &gt; a,
  .navbar-default .navbar-nav &gt; .open &gt; a:hover,
  .navbar-default .navbar-nav &gt; .open &gt; a:focus { color: #242423; background-color: #f6cd63; font-weight: normal; }
  .navbar-default .navbar-nav .navbar-item-sm  {font-size: 14px;}
  .navbar-default .navbar-toggle { border-color: #f6cd63; }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus { background-color: #434442; }
    .navbar-default .navbar-toggle .icon-bar { background-color: #f6cd63; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form { border-color: #f6cd63; }
  .navbar-default .navbar-link { color: #f6cd63; }
    .navbar-default .navbar-link:hover { color: #E8EDDF; }

.dropdown-menu li &gt; a:hover, .dropdown-menu li &gt; a:focus, .dropdown-submenu:hover &gt; a {color: #242423; background-color: #f6cd63; background-image:none; }

@media (min-width: 992px) and (max-width:1199px) {
  .navbar-default {font-size: 18px;}
  .navbar-default .navbar-brand { width: 200px; padding-left: 15px; }
  .navbar-default .navbar-brand a { font-size: 18px; font-weight: normal; }
}
@media (min-width: 768px) and (max-width:991px) {
  .navbar-default {font-size: 14px;}
  .navbar-default .navbar-brand { width: 160px; padding-left: 19px; }
    .navbar-default .navbar-brand a { font-size: 14px; font-weight: normal; }
}
@media (max-width: 767px) {
  .navbar-default {font-size: 14px;}
  .navbar-default .navbar-collapse { position: relative;  }
  .navbar-default .navbar-collapse {background-color: #434442;}
  .navbar-default .navbar-brand { width: 118px; height:60px; padding-left: 12px; }
    .navbar-default .navbar-brand a { font-size: 14px; font-weight: normal;}
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a { color: #f6cd63; font-weight: normal;}
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus { color: #E8EDDF; font-weight: normal;}
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus { color: #E8EDDF; background-color: #f6cd63; font-weight: normal;}
}

#AMPS-Footer { bottom: 0; left: 0; position: absolute; width: 100%; background-color: #434442; font-size: 16px; color: #E9EFE1; height: 250px; }
  #AMPS-Footer .footer-column { padding-top: 25px; }
    #AMPS-Footer .footer-column a { font-size: 16px; font-weight: bold; color: #E9EFE1; }
    #AMPS-Footer .footer-column .footer-link {line-height:30px; }
    #AMPS-Footer .footer-column .footer-column-left {padding-left:20px; vertical-align:middle;}
  #AMPS-Footer .footer-center { padding-top: 50px; text-align: center; }
    #AMPS-Footer .footer-center .leftside { text-align: right; padding-top: 30px; padding-right:5px; display: inline-block; }
    #AMPS-Footer .footer-center .rightside { text-align: left; padding-top: 30px; padding-left:5px; display: inline-block; }
    #AMPS-Footer .footer-center .middle { text-align: center; display: inline-block; }

@media (min-width: 992px) and (max-width:1199px) {
  #AMPS-Footer { font-size: 14px; }
    #AMPS-Footer .footer-column a { font-size: 14px; }
    #AMPS-Footer .footer-center { padding-top: 50px; }
}
@media (min-width: 768px) and (max-width:991px) {
  #AMPS-Footer { font-size: 12px; }
    #AMPS-Footer .footer-column a { font-size: 12px; }
    #AMPS-Footer .footer-center { padding-top: 30px; }
}
@media (max-width: 767px) {
  #AMPS-Wrapper {padding-bottom:525px;}
  #AMPS-Footer { font-size: 12px; height:525px; }
    #AMPS-Footer .footer-column a { font-size: 12px; }
    #AMPS-Footer .footer-column { text-align: center; }
    #AMPS-Footer .footer-center { text-align: center; }
      #AMPS-Footer .footer-center .leftside { text-align: center; }
      #AMPS-Footer .footer-center .rightside { text-align: center; }
}


.AMPSBand { background-color: #e8eddf; border-bottom: 2px solid #333533; padding-left:20px; padding-right: 20px;}
  .AMPSBandA { background-color: #f5cb5c; }
  .AMPSBand h2 {margin-left: 0px;}
  .AMPSBandWhite {background-color: #ffffff !important;}
.AMPSBandBorderTop::after { border-top: 2px solid #333533;}
.AMPSTopBand { background-color: #e8eddf; height: 50px; text-align: center; padding-top: 4px; }


.jumbotron { background: #358CCE; color: #E8EDDF; border-radius: 0px; }
.jumbotron-sm { padding-top: 24px; padding-bottom: 24px; }
.jumbotron small { color: #E8EDDF; }
@media screen and (min-width: 768px) {
  .jumbotron { margin-top: 20px; }
}
@media (min-width: 992px) {
  .jumbotron-sm .h1 { line-height: 20px; padding-top: 30px; }
  .img-about-amps { width: 100px; height: 100px; }
}
@media (min-width: 768px) and (max-width:991px) {
  .jumbotron-sm .h1 { line-height: 20px; padding-top: 20px; }
  .img-about-amps { width: 80px; height: 80px; }
}
@media (max-width: 767px) {
  .jumbotron-sm .h1 { line-height: 25px; }
  .img-about-amps { width: 125px; height: 125px; }
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Buttons                                                                                                               */

.btn-amps {
  font-weight: 700;
  font-size: 14px;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #e8eddf;
  color: #333535;
  border: 1px solid #bbb;
}

  .btn-amps.btn-sm {
    height: 29px;
    font-size: 12px;
  }

  .btn-amps.btn-xs {
    height: 22px;
    font-size: 10px;
  }

  .btn-amps:hover {
    background-color: #B4B7AE;
    color: #e8eddf;
  }

  .btn-amps.btn-primary {
    color: #242423;
    background-color: #f5cb5c;
  }

    .btn-amps.btn-primary:hover {
      background-color: #C4A14a;
      color: #e8eddf
    }

  .btn-amps.btn-default {
    background-color: #e8eddf;
    color: #333;
  }

    .btn-amps.btn-default:hover {
      background-color: #B4B7AE;
      color: #e8eddf;
    }

  .btn-amps.btn-success {
    color: #242423;
    background-color: #72a978;
  }

    .btn-amps.btn-success:hover {
      background-color: #8ece95;
      color: #333535;
    }

  .btn-amps.btn-danger {
    color: #CFDBD5;
    background-color: #ea5656;
  }

    .btn-amps.btn-danger:hover {
      background-color: #f58e8e;
      color: #333535;
    }

  .btn-amps.btn-outline-primary {
    color: #242423;
    border-color: #f5cb5c;
    background-color: #fff;
  }

    .btn-amps.btn-outline-primary:hover {
      background-color: #f5cb5c;
      color: #242423
    }

  .btn-amps.btn-outline-secondary {
    color: #242423;
    border-color: #CFDBD5;
    background-color: #fff;
  }

    .btn-amps.btn-outline-secondary:hover {
      background-color: #CFDBD5;
      color: #242423
    }

  .btn-amps.btn-outline-default {
    color: #242423;
    border-color: #E8EDDF;
    background-color: #fff;
  }

    .btn-amps.btn-outline-default:hover {
      background-color: #E8EDDF;
      color: #242423
    }

  .btn-amps.btn-outline-danger {
    color: #ea5656;
    border-color: #ea5656;
    background-color: #fff;
  }

    .btn-amps.btn-outline-danger:hover {
      background-color: #ea5656;
      color: #fff;
    }

  .btn-amps.btn-outline-success {
    color: #242423;
    border-color: #72a978;
    background-color: #fff;
  }

    .btn-amps.btn-outline-success:hover {
      background-color: #72a978;
      color: #fff;
    }


.form-amps input[type=email],
.form-amps input[type=password],
.form-amps input[type=text],
.form-amps input[type=date],
.form-amps input[type=file],
.form-amps input[type=month],
.form-amps input[type=tel],
.form-amps input[type=url],
.form-amps input[type=number],
.form-amps input[type=datetime],
.form-amps input[type=search] { margin-bottom: 10px; z-index: 1; position: relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


.dropdown-submenu { position: relative; }
  .dropdown-submenu &gt; .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
  .dropdown-submenu:hover &gt; .dropdown-menu { display: block; }
  .dropdown-submenu &gt; a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #333535; margin-top: 5px; margin-right: -10px; }
  .dropdown-submenu:hover &gt; a:after { border-left-color: #E8EDDF; }
  .dropdown-submenu.pull-left { float: none; }
    .dropdown-submenu.pull-left &gt; .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }

.panel .table { margin-bottom: 0; overflow: visible; }

h4.modal-title { color: #242423; }
h4.modal-title &gt; small { color: #242423; }
.modal-header { background-color: #f5cb5c; color: #242423; }

@media (min-width: 992px) {
  .modal-xl {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    width: 1140px;
  }
}


.btn-sq-lg { width: 150px !important; height: 150px !important; padding-top: 15px; }
.btn-sq { width: 100px !important; height: 100px !important; font-size: 12px; line-height: 11px; }
  .btn-sq .btn-img { padding-top: 2px; padding-bottom: 6px; }
.btn-sq-sm { width: 50px !important; height: 50px !important; font-size: 10px; }
.btn-sq-xs { width: 25px !important; height: 25px !important; padding: 2px; }

.checkboxlist td { padding-right: 10px; }
.checkboxlist .checkbox input[type="checkbox"] { margin-left: 0px; margin-top: 4px \9; }

.AMPSShowLogo { text-align: right; vertical-align: middle; }
.AMPSShowOtherGraphic { text-align:center; vertical-align:middle;}
.AMPSCurrentShowLogo { width: 150px; }
@media (min-width: 992px) and (max-width:1199px) {
  .AMPSShowLogo { text-align: right; vertical-align: middle; }
  .AMPSCurrentShowLogo { width: 130px; }
  .AMPSShowOtherGraphic { height: 160px; }
}
@media (min-width: 768px) and (max-width:991px) {
  .AMPSShowLogo { text-align: right; vertical-align: middle; }
  .AMPSCurrentShowLogo { width: 110px; }
  .AMPSShowOtherGraphic { height: 120px; }
}
@media (max-width: 767px) {
  .AMPSShowLogo { text-align: center; vertical-align: middle; }
  .AMPSCurrentShowLogo { width: 90px; }
  .AMPSShowOtherGraphic { height: 100px; }
}

.main-sidebar {padding-top: 0px;}
.main-sidebar .icon-cell {padding-top:30px;}
.main-sidebar .item-row {padding-bottom:5px; color: #242423; font-size: 16px;}
.main-sidebar .item-row a {color: #242423;}
.main-sidebar .item-row .icon-row {padding-top:8px; padding-right:5px;}
.main-sidebar .item-row .link {padding-top: 3px;}
.main-sidebar .item-row .link a {font-weight:normal}
.main-sidebar .item-row .link a:hover {text-decoration:none;}

@media (min-width: 1200px) {
  .AMPSShowLogo {
    text-align: right;
    vertical-align:middle;
  }
  .AMPSCurrentShowLogo {
    width: 150px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .AMPSShowLogo {
    text-align: right;
    vertical-align:middle;
  }
  .AMPSCurrentShowLogo {
    width: 130px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .AMPSShowLogo {
    text-align: right;
    vertical-align:middle;
  }
  .AMPSCurrentShowLogo {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .AMPSShowLogo {
    text-align: center;
    vertical-align:middle;
  }
  .AMPSCurrentShowLogo {
    width:90px;
  }
}

@media (max-width: 480px) {
  .schedule-time { font-size: 12px; padding-top:2px; }
}
@media (min-width: 768px) and (max-width:991px) {
  .schedule-time { font-size: 12px; padding-top:2px; }
}

.AMPS-table {background-color: #fff}
.form-control-number { width: 75px; text-align: right}
.input-group-number { width: 135px }

.nowrap{ white-space:nowrap;}
/*@media (min-width: 768px) and (max-width:991px) {
  .nowrap{ white-space:normal;}
}*/


/*.list-group-amps {
  color: #242423;
  background-color: #E8EDDF; 
}

.list-group-amps .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  color: #333535;
  background-color: #CFDBD5;
  border: 1px solid #242423; }

  .list-group-amps .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }

  .list-group-amps .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

  .list-group-amps a.list-group-item {
    color: #333535; }

  .list-group-amps a.list-group-item .list-group-item-heading {
    color: #333535; }

  .list-group-amps a.list-group-item:hover, .list-group-amps a.list-group-item:focus {
    text-decoration: none;
    color: #F5CB5C;
    background-color: #333535;}

  .list-group-amps .list-group-item.disabled, .list-group-amps .list-group-item.disabled:hover, .list-group-amps .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed; }

  .list-group-amps .list-group-item.disabled .list-group-item-heading, .list-group-amps .list-group-item.disabled:hover .list-group-item-heading, .list-group-amps .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  
  .list-group-amps .list-group-item.disabled .list-group-item-text, .list-group-amps .list-group-item.disabled:hover .list-group-item-text, .list-group-amps .list-group-item.disabled:focus .list-group-item-text {
    color: #CFDBD5; }

  .list-group-amps .list-group-item.active, .list-group-amps .list-group-item.active:hover, .list-group-amps .list-group-item.active:focus {
    z-index: 2;
    color: #333535;
    background-color: #F5CB5C;
    border-color: #242423; }
  
  .list-group-amps .list-group-item.active .list-group-item-heading,
  .list-group-amps .list-group-item.active .list-group-item-heading &gt; small,
  .list-group-amps .list-group-item.active .list-group-item-heading &gt; .small, 
  .list-group-amps .list-group-item.active:hover .list-group-item-heading,
  .list-group-amps .list-group-item.active:hover .list-group-item-heading &gt; small,
  .list-group-amps .list-group-item.active:hover .list-group-item-heading &gt; .small, 
  .list-group-amps .list-group-item.active:focus .list-group-item-heading,
  .list-group-amps .list-group-item.active:focus .list-group-item-heading &gt; small,
  .list-group-amps .list-group-item.active:focus .list-group-item-heading &gt; .small {
    color: inherit; }
  
  .list-group-amps .list-group-item.active .list-group-item-text, 
  .list-group-amps .list-group-item.active:hover .list-group-item-text, 
  .list-group-amps .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }*/




/*.list-group-item-amps {
  color: #242423;
  background-color: #e8eddf; }

a.list-group-item-amps,
button.list-group-item-amps{
  color: #242423; }
  a.list-group-item-amps.list-group-item-heading,
  button.list-group-item-amps.list-group-item-heading {
    color: inherit; }
  a.list-group-item-amps:hover, a.list-group-item-amps:focus,
  button.list-group-item-amps:hover,
  button.list-group-item-amps:focus {
    color: #e8eddf;
    background-color: #242423; }
  a.list-group-item-amps.active, a.list-group-item-amps.active:hover, a.list-group-item-amps.active:focus,
  button.list-group-item-amps.active,
  button.list-group-item-amps.active:hover,
  button.list-group-item-amps.active:focus {
    color: #e8eddf;
    background-color: #242423;
    border-color: #242423; }

.list-group-item-ampsa {
  color: #242423;
  background-color: #F5CB5C;
  border-color: #F5CB5C;
}

  a.list-group-item-ampsaa,
button.list-group-item-ampsa{
  color: #242423; }
  a.list-group-item-ampsa.list-group-item-heading,
  button.list-group-item-ampsa.list-group-item-heading {
    color: inherit; }
  a.list-group-item-ampsa:hover, a.list-group-item-ampsa:focus,
  button.list-group-item-ampsa:hover,
  button.list-group-item-ampsa:focus {
    color: #F5CB5C;
    background-color: #333535; }
  a.list-group-item-ampsa.active, a.list-group-item-ampsa.active:hover, a.list-group-item-ampsa.active:focus,
  button.list-group-item-ampsa.active,
  button.list-group-item-ampsa.active:hover,
  button.list-group-item-ampsa.active:focus {
    color: #F5CB5C;
    background-color: #333535;
    border-color: #333535; }*/


  .list-group-item-amps {
    color: #333535;
    background-color: #E8EDDF;
    border-color: #242423;
  }

  a.list-group-item-amps {
    color: #333535; }

  a.list-group-item-amps .list-group-item-heading {
    color: inherit; }

  a.list-group-item-amps:hover, a.list-group-item-amps:focus {
    color: #F5CB5C;
    background-color: #333535; }
  
  a.list-group-item-amps.active, a.list-group-item-amps.active:hover, a.list-group-item-amps.active:focus {
    color: #F5CB5C;
    background-color: #333535;
    border-color: #333535; }


  .list-group-item-ampsa {
    color: #333535;
    background-color: #CFDBD5;
    border-color: #242423;
  }

  a.list-group-item-ampsa {
    color: #333535; }

  a.list-group-item-ampsa .list-group-item-heading {
    color: inherit; }

  a.list-group-item-ampsa:hover, a.list-group-item-ampsa:focus {
    color: #F5CB5C;
    background-color: #333535; }
  
  a.list-group-item-ampsa.active, a.list-group-item-ampsa.active:hover, a.list-group-item-ampsa.active:focus {
    color: #F5CB5C;
    background-color: #333535;
    border-color: #333535; }


   .list-group-item-ampsb {
    color: #333535;
    background-color: #F5CB5C;
    border-color: #242423;
  }

  a.list-group-item-ampsb {
    color: #333535; }

  a.list-group-item-ampsb .list-group-item-heading {
    color: inherit; }

  a.list-group-item-ampsb:hover, a.list-group-item-ampsb:focus {
    color: #F5CB5C;
    background-color: #333535; }
  
  a.list-group-item-ampsb.active, a.list-group-item-ampsb.active:hover, a.list-group-item-ampsb.active:focus {
    color: #F5CB5C;
    background-color: #333535;
    border-color: #333535; }


  x-small { font-size: 60%; }

  .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}



.pageicon {height:40px;width:40px;}
.yellow {color:#F5CB5C}


.panel-amps {
  border-color: #F5CB5C; }
  .panel-amps &gt; .panel-heading {
    color: #242423;
    background-color: #F5CB5C;
    border-color: #F5CB5C; 
    padding-top:1px;
    padding-bottom:1px;
  }
    .panel-amps &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #F5CB5C; }
    .panel-amps &gt; .panel-heading .badge {
      color: #f5f5f5;
      background-color: #F5CB5C; }
  .panel-amps &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #F5CB5C; }
  .panel-amps &gt; .panel-footer { padding-left: 10px; padding-right:10px; padding-top:0; padding-bottom:0; }
  .panel-amps &gt; .panel-footer &gt; .pagination { padding: 0; margin: 0 }
  
  .WithSubheader {margin-bottom:0; line-height:1; }
  .Subheader {margin-top:0;line-height:1; }

.panel-amps-dark {
  border-color: #333535; }
  .panel-amps-dark &gt; .panel-heading {
    color: #E8EDDF;
    background-color: #333535;
    border-color: #333535; }
    .panel-amps-dark &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #333535; }
    .panel-amps-dark &gt; .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333535; }
  .panel-amps-dark &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #333535; }
  .panel-amps-dark &gt; .panel-footer { padding-left: 10px; padding-right:10px; padding-top:0; padding-bottom:0; }
  .panel-amps-dark &gt; .panel-footer &gt; .pagination { padding: 0; margin: 0 }
  
  .WithSubheader {margin-bottom:0; line-height:1; }
  .Subheader {margin-top:0;line-height:1; }

.panel-amps-yellow {
  border-color: #333535;}
  .panel-amps-yellow &gt; .panel-heading {
    color: #242423;
    background-color: #F5CB5C;
    border-color: #333535;
  }

    .panel-amps-yellow &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #333535;
    }

    .panel-amps-yellow &gt; .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333535;
    }

  .panel-amps-yellow &gt; .panel-body{
    color: #242423;
    background-color: #F5CB5C;
    border-color: #333535;
  }

  .panel-amps-yellow &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #333535;
  }

  .panel-amps-yellow &gt; .panel-footer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

    .panel-amps-yellow &gt; .panel-footer &gt; .pagination {
      padding: 0;
      margin: 0
    }


.amps-dark {
  border-color: #333535;
}

.table-amps &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #F5CB5C; }

.panel-body-divider {border-bottom: 2px solid #333533; }

.white-background {background-color: #E8EDDF}

.showtablelogo {height:25px; width:auto}


.ds-btn li{ list-style:none; float:left; padding:10px; }
.ds-btn li a span{padding-left:15px;padding-right:5px;width:100%;display:inline-block; text-align:left;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left;}

.well-amps {background-color:  #CFDBD5}

.editable-content {
  position: relative;
}

.editable-content .editicon {
  position: absolute;
  top: 3%;
  right: 3%;
}

.editable-content .editicon .icon {
  cursor: pointer;
  z-index:99999;
}

.alert-amps {
  background-color: #E8EDDF;
  border-color: #333535;
  color: #333535; }
  .alert-success hr {
    border-top-color: #333535; }
  .alert-success .alert-link {
    color: #333535; }


.greytext {
  color: #CFDBD5;
}

.form-control-amps[readonly] {background-color:#ffffff; opacity: 1; }

.form-control-sm {
  display: block;
  width: 100%;
  height: 30px;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

  .form-control-sm:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }

  .form-control-sm::-moz-placeholder {
    color: #999;
    opacity: 1;
  }

  .form-control-sm:-ms-input-placeholder {
    color: #999;
  }

  .form-control-sm::-webkit-input-placeholder {
    color: #999;
  }

  .form-control-sm::-ms-expand {
    border: 0;
    background-color: transparent;
  }

  .form-control-sm[disabled], .form-control-sm[readonly],
  fieldset[disabled] .form-control-sm {
    background-color: #eeeeee;
    opacity: 1;
  }

  .form-control-sm[disabled],
  fieldset[disabled] .form-control-sm {
    cursor: not-allowed;
  }


.modal .sidebar-nav .navbar {
  border-radius: 0px;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }

  .sidebar-nav .navbar ul {
    float: none;
  }

    .sidebar-nav .navbar ul:not {
      display: block;
    }

  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }

    .sidebar-nav .navbar li a {
      padding-top: 12px;
      padding-bottom: 12px;
    }
}

.form-control-plaintext {
  display:block;
  width:100%;
  padding: 0.375rem 0;
  margin-bottom:0;
  font-size: 1em;
  line-height:1.5;
  color:#212529;
  background-color:transparent;
  border: solid transparent;
  border-width:1px 0;
}

.chosen-container-single .chosen-single {
  height: 30px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
}

  .chosen-container-single .chosen-single span {
    padding-top: 2px;
  }

  .chosen-container-single .chosen-single div b {
    margin-top: 2px;
  }

.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, .8);
  outline: 0;
  outline: thin dotted \9;
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}

.chosen-container-single .chosen-single {
  height: 33px;
  line-height: 33px;
}

.chosen-container-multi .chosen-choices, .chosen-drop {
  min-height: 33px;
  line-height: 33px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  padding-left: 4px;
}

.modal {
  overflow-y: auto;
}


.list-group-item-amps {
  background-color: #F5CB5C;
  border: none;
}

/*a.list-group-item,
button.list-group-item {
  color: #555;
}

  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
  }

  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
  }*/

.btn-squared-default {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

  .btn-squared-default:hover {
    border: 3px solid white;
    font-weight: 800;
  }

.btn-squared-default-plain {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

  .btn-squared-default-plain:hover {
    border: 0px solid white;
  }

  .w-100 {width: 100% !important}
  .w-90 {width: 90% !important}
  .w-80 {width: 80% !important}
  .w-70 {width: 70% !important}
  .w-60 {width: 60% !important}
  .w-50 {width: 50% !important}

  .mt-5 {margin-top: 5px !important}
  .mt-10 {margin-top: 10px !important}
  .mt-15 {margin-top: 15px !important}
  .mb-5 {margin-bottom: 5px !important}
  .mb-10 {margin-bottom: 10px !important}
  .mb-15 {margin-bottom: 15px !important}

  .pt-6 {padding-top:6px !important}

.form-control-div {
  min-height: calc(1.5em + 0.75rem + 2px) !important;
  height: auto !important;
  background-color: #E8EDDF !important;
  font-size: 14px !important;
}

.dataTables_wrapper .dataTables_processing {
  position: fixed !important;
  top: 370px !important;
  width: 800px !important;
  margin-left: -400px !important;
  background-color: #F5CB5C;
}</pre></body></html>