
/* LOAD BOARDS */
.load_board-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px;
}
.load_board-box > a {
  color: inherit;
}
.load_board-box.center-version {
  border: 1px solid #e7eaec;
  padding: 0;
}
.load_board-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  min-height:275px;
}
.load_board-box.center-version > a img {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.load_board-box.center-version address {
  margin-bottom: 0;
}
.load_board-box .load_board-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px;
}


/* DISPATCHERS */
.dispatcher-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px;
}
.dispatcher-box > a {
  color: inherit;
}
.dispatcher-box.center-version {
  border: 1px solid #e7eaec;
  padding: 0;
}
.dispatcher-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  min-height:225px;
}
.dispatcher-box.center-version > a img {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dispatcher-box.center-version address {
  margin-bottom: 0;
}
.dispatcher-box .dispatcher-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px;
}

@media (min-width: 1292px) {
  .modal-xl {
    width: 1200px;
  }
}

@media (min-width: 1592px) {
  .modal-xxl {
    width: 1500px;
  }
  .container {
        padding:0;
        margin:0;
    }
}

.modal-full {
    width: 100%;
    margin: 20px 20px 0px 20px;
    padding-right: 40px;
  }
.space-3 {
  margin: 3px 0;
}

.space-5 {
  margin: 5px 0;
}

.space-10 {
  margin: 10px 0;
}

.agile-list li.primary-element {
    border-left: 3px solid #0b8442;
}

.agile-list li.default-element {
  border-left: 3px solid #f4f4f4;
}

.agile-list li.muted-element {
  border-left: 3px solid #cccccc;
}

.agile-list li.warning-element {
  border-left: 3px solid #f8ac59;
}

.agile-list li.danger-element {
  border-left: 3px solid #cc5965;
}

.agile-list li.info-element {
  border-left: 3px solid #1c84c6;
}

.agile-list li.success-element {
  border-left: 3px solid #1c84c6;
}


.primary-grid-status {
  background-color:#00843D;
}

.default-grid-status {
  background-color:#f4f4f4;
}

.muted-grid-status {
  background-color:#cccccc;
}

.warning-grid-status {
  background-color:#f8ac59;
}

.danger-grid-status {
  background-color:#cc5965;
}

.info-grid-status {
  background-color:#1c84c6;
}

.success-grid-status {
  background-color:#1c84c6;
  border-left: 3px solid #1c84c6;
}

.pointer {
    cursor:pointer;
}

.grid-min_width {
    min-width:125px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aaa;
    -webkit-transition: .4s;
    transition: .4s;
}
    .slider:before {
        content: "ON";
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #00843D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00843D;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20%;
        *width: 20%;
    }
}

@media (min-width: 1200px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20%;
        *width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20%;
        *width: 20%;
    }
}

.btn-loan {
    background-color: #ffffff;
    border-color: #aaaaaa;
    color: #2e2e2e;
}

    .btn-loan:hover,
    .btn-loan:focus,
    .btn-loan:active,
    .btn-loan.active,
    .open .dropdown-toggle.btn-loan,
    .btn-loan:active:focus,
    .btn-loan:active:hover,
    .btn-loan.active:hover,
    .btn-loan.active:focus {
        background-color: #ffffff;
        border-color: #aaaaaa;
        color: #2e2e2e;
    }

    .btn-loan:active,
    .btn-loan.active,
    .open .dropdown-toggle.btn-loan {
        background-image: none;
    }

        .btn-loan.disabled,
        .btn-loan.disabled:hover,
        .btn-loan.disabled:focus,
        .btn-loan.disabled:active,
        .btn-loan.disabled.active,
        .btn-loan[disabled],
        .btn-loan[disabled]:hover,
        .btn-loan[disabled]:focus,
        .btn-loan[disabled]:active,
        .btn-loan.active[disabled],
        fieldset[disabled] .btn-loan,
        fieldset[disabled] .btn-loan:hover,
        fieldset[disabled] .btn-loan:focus,
        fieldset[disabled] .btn-loan:active,
        fieldset[disabled] .btn-loan.active {
            background-color: #ffffff;
            border-color: #aaaaaa;
        }




.search-results {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
    background-color: #f4f4f4;
    padding: 10px 0px 10px 0px;
    width: 1100px;
}

.search-result-wrapper {
    padding: 0px;
}

.search-results > div > li > a {
    border-radius: 3px;
    color: inherit;
    text-align: left;
    font-weight: normal;
}

    .search-results > div > li > a:hover {
        color: #000;
        text-decoration: none;
        background-color: #ddd;
        outline: 0;
    }

    .search-results > div > li > a.font-bold {
        font-weight: 600;
    }

.search-results > div > li.rush_wire {
    border-left: 4px solid #0f79b5;
}

.search-results > div > li.one_hour {
    border-left: 4px solid #00843D;
}

.search-results > div > li.standard_efs {
    border-left: 4px solid #7a5299;
}

.search-results > div > li.standard_wire {
    border-left: 4px solid #f5762a;
}

.search-results > div > li.ach {
    border-left: 4px solid #cc0000;
}

.search-results > div > li.non_funded {
    border-left: 4px solid #808080;
}

.search-results > div > li.na {
    border-left: 4px solid transparent;
}

.search-results > div > li.open a {
    background-color: #333;
}

.search-results > div > li.open .sub a {
    background-color: #fff;
}

    .search-results > div > li.open .sub a:hover {
        background-color: #aaa;
    }


.search-results > div > li.inactive_invoice a {
    padding: 5px 5px;
}

.search-results > div > li.active_invoice a {
    background: #282828;
    color: #ffffff;
    padding: 8px 10px;
}

.search-results > div > li.inactive_invoice a small {
    font-weight: normal;
}

.search-results > div > li.active_invoice a small {
    font-weight: normal;
}

.search-results > div > li.rush_wire a .label {
    background-color: #0f79b5;
    color: #FFFFFF;
}

.search-results > div > li.one_hour a .label {
    background-color: #00843D;
    color: #FFFFFF;
}

.search-results > div > li.standard_efs a .label {
    background-color: #7a5299;
    color: #FFFFFF;
}

.search-results > div > li.standard_wire a .label {
    background-color: #ff6600;
    color: #FFFFFF;
}

.search-results > div > li.ach a .label {
    background-color: #cc0000;
    color: #FFFFFF;
}

.search-results > div > li.non_funded a .label {
    background-color: #808080;
    color: #FFFFFF;
}

.search-results > div > li.na a .label {
    background-color: transparent;
    color: #FFFFFF;
}
