@import url(base.css);
/*


Style Spec:
-----------
font-family: 'Ubuntu', sans-serif;
font-weight: 300, 400, 700;
font-style: normal, italic;

font-family: 'Cardo', serif;
font-weight: 400, 700;
font-style: normal, italic;

Black: #000
Green: #156734
Light grey: #ebebeb
Grey: #e0e0e0
Medium Grey: #c6c6c6
Dark Grey: #4f4f4f
Light Blue: #52d1dc
Green: #499f68
Orange: #e78c5b

Round Corners: 4px;

REVISED COLOR PALETTE
background color goes to: #363636
Blue goes to: #000
Red goes to: #156734

*/


/*********************
 *       GLOBAL
 *********************/
body{
    background-color: #363636;
}

#bids-table a, #content form label, .filter-link:visited {
  color: #feffff;
}

.filter-link a {
  color: #feffff !important;
}

#content a:hover {
  text-decoration: underline;
}

#cancelled {
    padding: 10px;
    background-color: #f2dede;
}

h1{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    /*font-size: 28px;*/
    color: #fff;
}

h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    color: #000;
}

h3{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #156734;
}
h5{
    font-size: 12px;
}
h6{
     font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;   
}

p, .key-list li{
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: #4f4f4f;
}
table{
    color: #fff;
}
a:link,
a:visited{
    color: initial;
}
a:hover,
a:active{
    text-decoration: none !important;
}
.nav,
.bid-ticket,
.login-interface{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.btn{
    text-transform: uppercase;
}
.login-interface input.btn-red,
input.btn-red,
.btn-red{
    background-color: #156734;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
}
/*********************
 *     NAVIGATION
 *********************/
.nav{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    color: #000;
    background-color: #fff;
    margin-bottom: 0px;
}

.nav .logo{
    width: 150px;
    margin: 15px 0;
}

.navbar{
    border-radius: 0px;
}

.navbar-nav{
    height: 114px;
    line-height: 114px;
    float: right;
}

.navbar-nav li{
    padding: 0 15px;
}
.navbar-nav>li>a {
    padding-bottom: 5px;
}
.navbar-nav>li>a:hover,
.active{
    border-bottom: 4px solid #000;
    color: initial;
}


.key-list{
    height: 102.25px;
}
.key-list li{
    line-height: 102.25px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    float: right;
}
.key-list li:first-child>i{
    padding-top: 5px;
}
.key-list li:first-child>span{
    margin-left: 5px;
}
.filter-link{
    cursor: pointer;
}
.radio-filter{
    height: 12px; width: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
}
.radio-filter#cds{
    background-color: #52d1dc;
}

.radio-filter#commercial_paper{
    background-color: #ffd478;
}

.radio-filter#mortgage_backed_securities{
    background-color: #941651;
}
.radio-filter#bonds{
    background-color: #499f68;
}
.radio-filter#commercial{
    background-color: #e78c5b;
}
.radio-filter#all{
    background-color: #156734;
}
.checked::after{
    content: '';
    position: absolute;
    margin: auto;
    line-height: 12px;
    border-radius: 50%;
    background-color: #fff;
    height: 6px; width: 6px;
    left: 2px; top: 2px;
}
.ss-descending{
    font-size: 20px;
}
/*********************
 *     SETTINGS
 *********************/
#sungard-id h3{
    display: none;
}
#sungard-id h3 span {
    color: #a1aec7;
}


/*********************
 *       BIDS
 *********************/
#submit-flash { 
    min-height: 40px;
    text-align: center;
    background-color: #e0e0e0;
    border-radius: 8px;
}
#submit-flash .flash_message {
    width: 100%;
}
.cd-bg,
.bids-table [data-bidType="cd"]::before{
    background-color: #52d1dc;    
 }

.mortgage_backed_securities-bg,
.bids-table [data-bidType="mortgage_backed_securities"]::before{
    background-color: #941651;    
 }

.commercial_paper-bg,
.bids-table [data-bidType="commercial_paper"]::before{
    background-color: #ffd478;    
 }
.bond-bg,
.bids-table [data-bidType="bond"]::before{
    background-color: #499f68;
 }
.commercial-bg,
.bids-table [data-bidType="commercial"]::before{
    background-color: #e78c5b;
 }
.bid-ticket{
    background-color: #e0e0e0;
    /* background-color: #ebebeb; */
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
 }
 .bid-ticket-wrapper .well{
    border: none;
 }
.bid-ticket h6{
    margin: 0;
    padding: 0;
 }
.bid-ticket-title{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom:  15px;
 }
 .bid-ticket-title .auction-class {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    color: #600061;
 }
 .bid-ticket-title .auction-title {
    line-height: 1;
    margin: 0;
    padding: 0;
 }
.bid-ticket-maturity{
    background-color: #ebebeb;
 }
.bid-ticket-description,
.bid-ticket-status{
    background-color: #e0e0e0;
 }

 .bid-ticket-description {
/*    height: 300px;
    overflow-y: scroll;*/
 }
 .bid-ticket-description p{
    margin-bottom: 0;
    padding-bottom: 10px;
 }
.bid-ticket-readmore{
    background-color: #c6c6c6;
 }
.bid-ticket-readmore h5{
    color: #ebebeb;
    margin: 0;
    padding: 10px;
 }
.bid-ticket-timer{

 }
.bid-ticket-timer h5{
    margin-bottom: 0; 
    padding-bottom: 0;
 }
.bid-ticket-timer h1{
    margin-top: 5px;
    color: #000;
  }
.bid-amount{
    color: #156734;
    font-weight: 800;
    margin-top: 5px; margin-bottom: 5px;
}
.bid-ticket-status .btn{
    margin-top: 15px;
}
.bid-ticket-status h5{
    color: #4f4f4f;
    text-align: right;
    margin: 0;
    padding: 10px 0;
}
.bidder-hash{
    padding: 0;
}
.bid-ticket-status .bidder-hash h5{
    text-align: left;
}
#countdowntimer,
#countdowntimer-sidebar{
    font-size: 25px;
}

.bid-ticket.support-ticket .well {
    margin-bottom: 0;
}
.bid-ticket.support-ticket a {
    text-align: center;
}
.bid-ticket.support-ticket a span{
    font-weight: bold;
}
#legend .bid-ticket-header {
    background-color: #156734;
    margin-bottom: 15px;
}
#legend h3 {
    margin: 0;
    padding: 5px 0;
    color: #fff;
}
/*********************
 *       LOGIN
 *********************/
 .login-interface{
    margin-top: 100px;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 0;
 }
 .login-interface h2{
    text-align: center;
    padding-bottom: 30px;
 }
 .login-interface input{
    background-color: #ebebeb;
    color: #4f4f4f;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Cardo', serif;
    margin-bottom: 30px;
 }

/*input[type=text] {
    padding: 25 25 25 25px;
}*/

.login-interface input[type="password"] {
  color: #000;
  height: 50px;
  padding-top: 10px;
}

/*********************
 *      ACCOUNT
 *********************/
.dataTables_paginate .fg-button {
    margin: 10px;
    color: #c7c7c7;
}
.user-image-square { 
    width: 250;
    height: 250;
}

.bids-table tr:nth-child(odd) {
    background-color: #666666;
}

.bids-table tr{
    position: relative;
}
.bids-table tr>td:nth-child(1){
    padding: 8px 8px 8px 16px;
}
.bids-table h6{
    margin: 0;
}
.bids-table [data-bidtype="cd"]::before,
.bids-table [data-bidtype="bond"]::before,
.bids-table [data-bidtype="mortgage_backed_securities"]::before,
.bids-table [data-bidtype="commercial_paper"]::before{
/*     content: " ";
    height: 12px; width: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    position: absolute;
    margin: 13px 0; */
    content: " ";
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    margin: 13px 13px 13px -7px;
}

.bids-table .btn-red{
    padding: 2px 15px;
    font-size: 14px;
    font-weight: 400;
/*    display: inline;*/
}
.bids-table.open-bids tr td:nth-last-child(1){
    width: 55px;
}
.bids-table.open-bids tr td:nth-last-child(2){
    width: 65px;
}
.bids-table.closed-bids tr td:nth-last-child(1){
    width: 153px;
    position: relative;
}
.bids-table.closed-bids tr td:nth-last-child(1) .btn-red{
    width: 100%;
    display: inline-block;
}
.bids-table#bid-confirm-list tr th,
.bids-table#bid-confirm-list tr td{
    text-align: center;
    border-right: 1px solid #96959569;
}
.user-image{
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 58%;
    margin-left: 15%;
    padding: 29%;
    position: relative;
}
.user-image img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.user-information{
    margin-top: 30px;
}
.user-information h6{
    text-transform: uppercase;
    font-weight: 400;
}
.user-information .user-name{
    font-weight: 800;
}
.user-information .address{
    margin: 30px 0;
}
.closed-bids-page .closed-bids th,
.closed-bids-page .closed-bids td{
    /*width: 25%;*/
}
.closed-bids-page .bids-table.closed-bids tr td:nth-last-child(1),
.closed-bids-page .bids-table.closed-bids tr th:nth-last-child(1){
    text-align: right;
}
/*table {
    min-width: 700px;
}*/
.table-wrapper{
    overflow-x: auto;
}
.bid-sidebar li{
    margin-top: 15px;
    margin-bottom: 15px;
}
.bid-sidebar a{
    color: rgba(255,255,255, .5);
    font-size: 16px;
}
.bid-sidebar a.active{
    color: rgba(255,255,255, 1);
}
.form-group{
    color: #fff;
    margin-bottom: 25px;
}

.form-group p {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#admin {
  background-color: #212121;
  width: 100%;
  text-align: right;
  padding-right: 20px;
    color: #fff;
}

#admin a {
  display: inline-block;
  color: #eaeaea;
  margin: 0;
  padding: 5px 10px;
}

#admin a:hover {
  background-color: #d5d5d5;
  color: #000;
}

table.closed-bids a {
  color: #feffff;
  text-decoration: underline;
}

#content table {
  color: #fff;
  padding-top: 1em;
}

#see-updated-details {
    cursor: pointer;
}
#updated-details {
    margin-top: 1em;
    border: none;
    transition: 1s all;
    overflow: hidden;
}
#updated-details.is-hidden{
    height: 0;
    display: none;
}
#updated-details table {
    color: #212121;
}

.auction-sidebar .bid-ticket-maturity, .auction-sidebar .bid-ticket-title {
    padding-top: 10px;
 }

.auction-sidebar ul li a {
  color: #fff;
}

.auction-sidebar ul li {
  margin-bottom: 5px;
}

.auction-sidebar h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.auction-sidebar .green-bg {
    background-color: #156734;
}

.auction-sidebar a, .auction-sidebar p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}
.active{
  border-width: 0px;
  border-color: none;
  border-bottom-width: 0px;
  border-bottom-style: solid;
}
#form-err-msg {
    color: red;
}
#msg{
    position: relative;
}
#msg .btn-undo-void{
    position: absolute;
    right: 5px;
    bottom: 5px;
}
#modal {
  display: none;
  color: black;
  position: fixed;
  z-index: 3000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8); }
  #modal #form label {
    color: black;
  }
  #modal #form input[type="checkbox"] {
    display: inline;
    width: 30px;
    height: 25px;
  }
  #modal #form {
    position: absolute;
    left: 30%;
    top: 20%;
    width: 40%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    height: auto; }
  #modal #close-modal {
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 3001;
    color: #000;
    font-size: 3em; }
  #modal input {
    margin: auto;
    margin-bottom: 5%;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center; }
  #modal .button {
    background: #006bb7;
    color: #fff;
    border: none;
    font-size: 1.5em; }

.disclaimer_text {
    font-size: 12px;
}

.err {
    border: 1px solid #ff2600;
    background-color: #f2dede;
}

.admin-content p {
    color: #fff !important;
}

#sidebar {
    position: relative;
}

#sidebar .sticky {
    position: fixed;
    top: 205px;
    width: 250px;
    /* top: 50%;
    transform: translateY(-50%); */
}
#my-status .well{
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    padding: 5px;
}
#my-status hr{
    margin: 10px 0px;
}
.em-text{
    font-weight: bold;
}

table.dataTable tbody tr.even {
    background-color: #363636;
}
.dataTables_length>label {
    margin-right: 1em;
    height: 31.31px;
    line-height: 31.31px;
    margin-bottom: 0;
}
.dataTables_length>div.dt-buttons>button {
    margin-right: 1em;
}

.win-table-marker-total{
    box-shadow: 5px 0px 0px #5cb85c inset;
}

.win-table-marker-adjusted{
    box-shadow: 5px 0px 0px #f0ad4e inset;
}
/*********************
 *    MEDIA QUERIES
 *********************/
@media screen and (max-width: 1400px) {
    .open-bids .col-md-3{
        width: 33.33333%;
    }

}

@media screen and (max-width: 1100px) {
    .open-bids .col-md-3{
        width: 50%;
    }    
}

@media screen and (max-width: 992px) {
    .key{
        margin-bottom: 15px;
        height: auto;
        line-height: 1;
    }
    .key-list{
        height: auto;
    }
    .key-list li{
        line-height: 1;
    }
    .open-bids .col-md-3{
        float: left;
    } 

    #sidebar .auction-sidebar, #sidebar .sticky {
        position: static;
        margin-top: 20px;
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media screen and (max-width: 992px) {
    .nav .logo{
        width: 50%;
        margin-left: 25%;
    }
    .navbar-nav{
        width: 100%;
        height: auto;
        line-height: 1;
        margin-bottom: 15px;
    }
    .navbar-nav li{
        width: 33.3333%;
        text-align: center;
        float: left;
    }
    .user-image{
        padding: 15%;
        width: 30%;
        min-width: 250px;
        padding: 124px;
        float: left;
    }
    .user-information{
        float: left;
        width: auto;
    }
    .user-sidebar{
        margin-top: 25px;
    }
}

@media screen and (max-width: 820px) { 
    .open-bids .col-md-3{
        width: 100%;
    } 
}

@media screen and (max-width: 685px) {
    .navbar-nav li{
        font-size: 14px;
    }
    .nav .logo{
        width: 76%;
        margin-left: 12%;
    }
    
}
@media screen and (max-width: 620px) {
    .user-information{
        width: 100%;
        text-align: center;
    }
    .user-image{
        float: none;
        margin: auto;
    }
}
@media screen and (max-width: 580px) {
    .key-list li{
        width: 50%;
        margin: 10px 0;
    }
    .key-list li:nth-child(1),
    .key-list li:nth-child(2){
        display: none;
    }
}

@media screen and (max-width: 400px) { 
    .container{
        width: 100%;
    }
    .bid-ticket-wrapper{
        padding: 0;
    }
}

/*new*/
.infoContainer .infoContent {
    display: none;
    padding : 5px;
}



/* datatables style */

/*

/* Reports */
.report-filter {
    border-radius: 8px;
    padding: .5em 15px;
    width: 100%;
    margin: 0 0 2em 0;
}
.report-filter .btn {
    height: 36px;
    padding-top: 8px;
    margin-top: 25px;
}


footer {
    margin-top: 6em;
}

 /* Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }
  table.dataTable thead th,
  table.dataTable tfoot th {
    font-weight: bold; }
  table.dataTable thead th,
  table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #4f4f4f; }
    table.dataTable thead th:active,
    table.dataTable thead td:active {
      outline: none; }
  table.dataTable tfoot th,
  table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #4f4f4f; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand; }
  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-repeat: no-repeat;
    background-position: center right; }
  table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png"); }
  table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png"); }
  table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png"); }
  table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png"); }
  table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png"); }
  table.dataTable tbody tr {
    background-color: #363636; }
    table.dataTable tbody tr.selected {
      background-color: #b0bed9; }
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 8px 10px; }
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #4f4f4f; }
  table.dataTable.row-border tbody tr:first-child th,
  table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  table.dataTable.display tbody tr:first-child td {
    border-top: none; }
  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #4f4f4f;
    border-right: 1px solid #4f4f4f; }
  table.dataTable.cell-border tbody tr th:first-child,
  table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #4f4f4f; }
  table.dataTable.cell-border tbody tr:first-child th,
  table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; }
  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9; }
    table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
      background-color: #abb9d3; }
  table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: whitesmoke; }
    table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
      background-color: #a9b7d1; }
  table.dataTable.order-column tbody tr > .sorting_1,
  table.dataTable.order-column tbody tr > .sorting_2,
  table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  table.dataTable.display tbody tr > .sorting_2,
  table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9; }
  table.dataTable.order-column tbody tr.selected > .sorting_1,
  table.dataTable.order-column tbody tr.selected > .sorting_2,
  table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  table.dataTable.display tbody tr.selected > .sorting_2,
  table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4; }
  table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }
  table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; }
  table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; }
  table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd; }
  table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce; }
  table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0; }
  table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9; }
  table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb; }
  table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd; }
  table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4; }
  table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6; }
  table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea; }
  table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ebebeb; }
  table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #eeeeee; }
  table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a1aec7; }
  table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a2afc8; }
  table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a4b2cb; }
  table.dataTable.no-footer {
    border-bottom: 1px solid #4f4f4f; }
  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap; }
  table.dataTable.compact thead th,
  table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px; }
  table.dataTable.compact tfoot th,
  table.dataTable.compact tfoot td {
    padding: 4px; }
  table.dataTable.compact tbody th,
  table.dataTable.compact tbody td {
    padding: 4px; }
  table.dataTable th.dt-left,
  table.dataTable td.dt-left {
    text-align: left; }
  table.dataTable th.dt-center,
  table.dataTable td.dt-center,
  table.dataTable td.dataTables_empty {
    text-align: center; }
  table.dataTable th.dt-right,
  table.dataTable td.dt-right {
    text-align: right; }
  table.dataTable th.dt-justify,
  table.dataTable td.dt-justify {
    text-align: justify; }
  table.dataTable th.dt-nowrap,
  table.dataTable td.dt-nowrap {
    white-space: nowrap; }
  table.dataTable thead th.dt-head-left,
  table.dataTable thead td.dt-head-left,
  table.dataTable tfoot th.dt-head-left,
  table.dataTable tfoot td.dt-head-left {
    text-align: left; }
  table.dataTable thead th.dt-head-center,
  table.dataTable thead td.dt-head-center,
  table.dataTable tfoot th.dt-head-center,
  table.dataTable tfoot td.dt-head-center {
    text-align: center; }
  table.dataTable thead th.dt-head-right,
  table.dataTable thead td.dt-head-right,
  table.dataTable tfoot th.dt-head-right,
  table.dataTable tfoot td.dt-head-right {
    text-align: right; }
  table.dataTable thead th.dt-head-justify,
  table.dataTable thead td.dt-head-justify,
  table.dataTable tfoot th.dt-head-justify,
  table.dataTable tfoot td.dt-head-justify {
    text-align: justify; }
  table.dataTable thead th.dt-head-nowrap,
  table.dataTable thead td.dt-head-nowrap,
  table.dataTable tfoot th.dt-head-nowrap,
  table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap; }
  table.dataTable tbody th.dt-body-left,
  table.dataTable tbody td.dt-body-left {
    text-align: left; }
  table.dataTable tbody th.dt-body-center,
  table.dataTable tbody td.dt-body-center {
    text-align: center; }
  table.dataTable tbody th.dt-body-right,
  table.dataTable tbody td.dt-body-right {
    text-align: right; }
  table.dataTable tbody th.dt-body-justify,
  table.dataTable tbody td.dt-body-justify {
    text-align: justify; }
  table.dataTable tbody th.dt-body-nowrap,
  table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap; }
 
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
 
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }
  .dataTables_wrapper .dataTables_length {
    float: left; }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right; }
    .dataTables_wrapper .dataTables_filter input {
      margin-left: 0.5em; }
  .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em; }
  .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 0.5em 1em;
      margin-left: 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      *cursor: hand;
      color: #c7c7c7 !important;
      border: 1px solid transparent;
      border-radius: 2px; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #c7c7c7 !important;
        border: 1px solid #0a0a0a;
        background-color: #969696;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #4f4f4f));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #969696 0%, #4f4f4f 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #969696 0%, #4f4f4f 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #969696 0%, #4f4f4f 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #969696 0%, #4f4f4f 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #969696 0%, #4f4f4f 100%);
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white !important;
        border: 1px solid #4f4f4f;
        background-color: #969696;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #4f4f4f));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #969696 0%, #4f4f4f 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #969696 0%, #4f4f4f 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #969696 0%, #4f4f4f 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #969696 0%, #4f4f4f 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #969696 0%, #4f4f4f 100%);
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        outline: none;
        background-color: dimgray;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, dimgray), color-stop(100%, #4a4a4a));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, dimgray 0%, #4a4a4a 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, dimgray 0%, #4a4a4a 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, dimgray 0%, #4a4a4a 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, dimgray 0%, #4a4a4a 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, dimgray 0%, #4a4a4a 100%);
        /* W3C */
        box-shadow: inset 0 0 3px #111; }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
      padding: 0 1em; }
  .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper .dataTables_paginate {
    color: #c7c7c7; }
  .dataTables_wrapper .dataTables_scroll {
    clear: both; }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
      *margin-top: -1px;
      -webkit-overflow-scrolling: touch; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
        vertical-align: middle; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
        height: 0;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important; }
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #4f4f4f; }
  .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
  .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none; }
  .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
 
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

#expired-password form label {
    color: #000000;
}
#expired-password .panel {
    margin-top: 2em;
}

/** NEW STYLES */
.btn-confirm-as-agent {
    background-color: #F1BA44; 
    color: #333 !important;
    margin: 6px 0; 
    text-decoration: none !important; 
    font-size: 95%;
    line-height: 1.25;
}