
body {
    min-width: 1024px !important;
    overflow: scroll;
}

.form_inputs {
    overflow: hidden;
}

.pages {
    border-top: 1px solid #D7D7D7;
    padding: 2px;
    text-align: center;
}

.hideOnLightBox {
    display: none;
}

.loader {
    padding-top: 14px;
    display: none;
}

.right {
    float: right;
}

.delete-btn {
}

.required {
    font-weight: bold;
}

.stretch input[type="email"], .stretch input[type="text"], .stretch select, .stretch textarea {
    width: 90%;
    max-width: 100%;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    background-color: #FEFEFE;
    border: 1px solid #D7D7D7;
    box-shadow: 0 1px 0 #FFFFFF;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.inline input {
    width: auto !important;
}


.resetwidth {
    width: auto;
}

.login {
    border: 1px dashed #dbd8d8;
}

.content_wrapper {
    width: 100%;
    background: none;
    min-height: 300px;
}

.header_wrapper {
    background: none;
    height: 20px;
}

.logo img {
    height: 30px;
    vertical-align: middle;
}

.inline {
    display: inline-flexbox !important;
    line-height: 21px;
}

    .inline li {
        display: inline;
    }

.quickstats .active {
    border: 1px solid #dbd8d8;
}

.default_table {
    width: 100%;
}

    .faceboxlink, .default_table tbody tr {
        cursor: pointer;
    }

    .default_table th a {
        color: #6d6d6d;
        text-decoration: none;
        padding-right: 12px;
        background-position: right center;
        background-repeat: no-repeat;
    }

        .default_table th a:hover, #news th a:focus {
            text-decoration: underline;
        }

    .default_table th .order-down-off {
        cursor: pointer !important;
        background-image: url(../img/sort_down_off.gif);
    }

    .default_table th .order-down-on {
        cursor: pointer !important;
        background-image: url(../img/sort_down_on.gif);
        font-weight: bold;
    }

    .default_table th .order-up-off {
        cursor: pointer !important;
        background-image: url(../img/sort_up_off.gif);
    }

    .default_table th .order-up-on {
        cursor: pointer !important;
        background-image: url(../img/sort_up_on.gif);
        font-weight: bold;
    }

    .default_table tbody td {
        padding: 4px 4px;
        text-transform: lowercase;
    }

        .default_table tbody td::first-letter {
            text-transform: uppercase;
        }

.tabs a {
    cursor: pointer;
}

.tabs .active {
    font-size: 13px !important;
    font-weight:bolder !important;
}


.filter-remove {
    float: right;
    padding: 5px;
}

.select-month {
    height: 26px !important;
}

.leftTabs .icononly {
    display: inline;
    width: 29px;
    height: 30px;
    float: left;
    margin: 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Styles for BO
-----------------------------------------------------------*/


table tr .right {
    text-align: right !important;
    padding-right: 10px;
}

table tr .center {
    text-align: center !important;
}

table tr .left {
    text-align: left !important;
    padding-left: 10px;
}

.stateTrue {
    background: url(../img/stateTrue.png) no-repeat !important;
    background-position: center !important;
}

.stateFalse {
    background: url(../img/stateFalse.png) no-repeat !important;
    background-position: center !important;
}


#filters a, #pages a {
    cursor: pointer !important;
}

#pages .on {
    cursor: default !important;
}


.table-sort th .order-down-off {
    cursor: pointer !important;
}

.table-sort th .order-down-on {
    cursor: pointer !important;
}

.table-sort th .order-up-off {
    cursor: pointer !important;
}

.table-sort th .order-up-on {
    cursor: pointer !important;
}


.required {
    font-weight: bold;
}

header .language {
    clear: right;
    float: right;
    color: #6d6d6d;
    font-size: 1.1em;
    margin: 10px 0 0;
}

.error-msg {
    display: inline;
    color: none !important;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 3px 10px 0 0;
    background: none !important;
    /*padding-left: 20px;*/
}

.message {
    padding-left: 16px;
    font-weight: bold;
    overflow: hidden;
}

    .message.errormsg {
        color: #ff8f8f;
    }

    .message.success {
        color: #508600;
    }

.readonly {
    background: #cac8c8 !important;
    border: solid 1px #808080 !important;
}



.multiple {
    display: inline-block;
    width: 100%;
}

    .multiple .list {
        height: auto !important;
    }


.multipleselect {
    height: auto !important;
    width: 100% !important;
}


/* Multiselect
----------------------------------*/
.ui-multiselect {
    font-size: 0.8em;
    border: 1px solid #CAC8C8;
}

    .ui-multiselect ul {
        -moz-user-select: none;
    }

    .ui-multiselect div.list-container {
        padding: 0;
        margin: 0;
        border: 0;
        float: left;
    }

    .ui-multiselect ul.list {
        position: relative;
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
        margin: 0;
        list-style: none;
        width: 100%;
    }

    .ui-multiselect li {
        margin: 0;
        padding: 0;
        cursor: default;
        line-height: 20px;
        height: 20px;
        font-size: 11px;
        list-style: none;
        padding-left: 10px;
        white-space: nowrap;
        overflow: hidden;
    }

        .ui-multiselect li a {
            color: #999;
            text-decoration: none;
            padding: 0;
            display: block;
            float: left;
            cursor: pointer;
        }

    .ui-multiselect ul.ui-state-highlight {
        border: none;
    }

    .ui-multiselect li.ui-draggable-dragging {
        border: 1px solid;
        padding-left: 10px;
        z-index: 99999;
    }

    .ui-multiselect div.selected {
        
    }

    .ui-multiselect ul.selected {
    }

        .ui-multiselect ul.selected li {
        }

    .ui-multiselect div.available {
        border-left: 1px solid;
        margin-left: 155px;
    }

    .ui-multiselect ul.available {
    }

        .ui-multiselect ul.available li {
        }

    .ui-multiselect .ui-state-default {
        border: none;
        margin-bottom: 1px;
        position: relative;
    }

    .ui-multiselect .ui-state-hover {
        border: none;
    }

    .ui-multiselect .ui-widget-header {
        border: none;
        font-size: 11px;
        margin-bottom: 1px;
        width:454px;
    }

    .ui-multiselect .add-all {
        float: right;
        padding: 7px;
        white-space: nowrap;
    }

    .ui-multiselect .remove-all {
        float: right;
        padding: 7px;
        white-space: nowrap;
    }

    .ui-multiselect .count {
        cursor: default;
        float: left;
        padding: 7px;
    }

    .ui-multiselect .search {
        float: left;
        padding: 1px;
        opacity: 0.7;
        margin: 4px;
        height: 14px;
        position: relative;
        top: 0;
        right: 0;
    }

    .ui-multiselect .busy {
        left: 0px;
        float: left;
        padding: 7px 7px 7px 25px;
        z-index: 1;
        background: url(../img/loader.gif) 4px 50% no-repeat;
    }

    .ui-multiselect .overlay {
        background: #aaaaaa;
        opacity: .30;
        filter: Alpha(Opacity=30);
    }

    .ui-multiselect li a.action {
        position: absolute;
        border: none;
        right: 0px;
        top: 1px;
        padding-right: 2px;
    }


#pleaseWaitDialog {
    margin: 0 auto;
    left: 35%;
    right: 75%;
}


.span12 #PagaquiLocationMap, .span12 #PagaquiVsPayshopLocationMap { margin: 0 auto 15px; }
#PagaquiLocationMap, #PagaquiVsPayshopLocationMap { width: 1024px; height: 768px; }
#PagaquiLocationMap img, #PagaquiVsPayshopLocationMap img { max-width: none !important; }
.infowin-content { width: 250px; height: 200px; }


/* margins */
.mr5 { margin-right: 5px; }
.mt3 { margin-top: 3px; }

/* Auditing */
.auditingTop {
    border-top: 1px solid black; 
    border-left: 1px solid black; 
    border-right: 1px solid black;
}

.auditingBottom {
    border-top: 1px solid black; 
    border-left: 1px solid black; 
    border-right: 1px solid black; 
    border-bottom: 1px solid black;
}

.auditingLine {
    border-left: 1px solid black
}

.auditingText {
    margin-left: 5px;
}

.text-danger {
    color: #dc3545 !important;
}