﻿footer, #HeaderContainer {
    padding: 0px;
}

.ui-autocomplete {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 200px;
    margin-bottom: 60px;
}

ul.ui-autocomplete {
    z-index: 9999;
}

.row-handle {
    border-right: 2px solid #ccc;
}

    .row-handle:hover {
        cursor: all-scroll;
    }

.span-handle {
    color: #8f8f8f;
}

#ContentContainer {
    max-width: 1900px;
}

.top-buffer {
    margin-top: 20px;
}

.dispatchTable {
    max-width: 95%;
    float: left;
}

    .dispatchTable tr td {
        border-radius: 15px;
    }

/* Toggle slider Styles START */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.check-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8f8f8f;
    -webkit-transition: .4s;
    transition: .4s;
}

    .check-slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .check-slider, span + .check-slider {
    background-color: #0082ce;
}

input:focus + .check-slider {
    box-shadow: 0 0 1px #8f8f8f;
}

input:checked + .check-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

span[disabled] > input:checked {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

span[disabled] + .check-slider {
    background-color: #ac2925;
}

/* Rounded sliders */
.check-slider.round {
    border-radius: 34px;
}

    .check-slider.round:before {
        border-radius: 50%;
    }

/* Toggle slider Styles END */

#quickViewFrame {
    width: 100%;
    border: none;
    height: 400px;
}

@media screen and (max-width: 767px) {
    li.paginate_button.previous {
        display: inline;
    }

    li.paginate_button.next {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.modal iframe, .modal .ekko-lightbox-item {
    width: 100%;
    height: 100%;
}

table.table-headless tr:first-child td {
    border-top: none;
}

table.table-center tr td {
    vertical-align: middle;
}

.leaflet-popup-content .table-headless {
    margin: -15px -5px -15px -10px;
}

#footerbufferdesktop {
    min-height: 60px;
}

#footerbuffermobile {
    min-height: 10px;
}

.alert-panel-sign {
    width: 15px;
    float: left;
    padding: 0px 15px 0px 15px;
}

.alert-panel-literal {
    float: left;
    padding: 0px 10px 0px 10px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.login-well {
    padding: 2em 4em 4em;
    border: 2px solid #d43f3a;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login-text {
    color: #d43f3a;
}

a.login-text:hover, a.login-text:focus {
    color: #ac2925;
}

.login-well-br {
    margin-right: -58px;
    margin-top: 22px;
}

.login-well-tl {
    margin-left: -45px;
    margin-top: -35px;
}

.btn-back {
    padding: 5px 10px;
    border: none;
    color: #565656;
    background-color: #efefef;
}

    .btn-back:hover {
        background-color: #dadada;
    }

.row.thin

.row .thin {
    padding-right: 3px;
    padding-left: 3px;
}

.row .thin:first-child {
    padding-right: 3px;
}

.row .thin:last-child {
    padding-left: 3px;
}