﻿/*Validation*/

.field-validation-valid,
.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    padding: 5px;
    border-radius: 5px;
    background-color: #dd5555;
    color: #fff;
    margin-bottom: 25px;
    text-align: left;
}

    .validation-summary-errors > ul {
        margin-left: 0em;
        margin-right: 1em;
    }

/*DataTables*/

.fixed_header {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}
    .fixed_header thead {
        display: block;
    }

    .fixed_header tbody {
        display: block;
        width: 100%;
        overflow: auto;
        height: 400px;
    }

    .fixed_header thead tr {
        display: block;
    }

    .fixed_header th, .fixed_header td {
        padding: 5px;
        text-align: center;
        width: 150px;
    }

.dataTables_wrapper {
    /*margin-top: 10px;*/
}

.dataTable th.sorting {
    cursor: pointer;
    white-space: nowrap;
}

.displaytable thead th.sorting_desc,
.displaytable thead th.sorting_asc {
    background: rgba(255,255,255,.1);
}

.dataTables_scrollHeadInner {
    background-color: #444c63;
}

.dataTables_length,
.dataTables_filter,
.dataTables_paginate,
.dataTables_info,
.dataTables_print,
.dataTables_control {
    font-size: 0.85em;
}

.dataTables_length,
.dataTables_filter,
.dataTables_print {
    display: inline-block;
}

.dataTables_length,
.dataTables_info,
.dataTables_print {
    float: right;
    vertical-align: middle;
}

.dataTables_filter {
    padding: 5px 0 5px 5px;
    width: 50%;
    min-width: 235px;
    /*max-width: 366px;*/
}

.dataTables_print {
    padding: 3px 8px 8px 0;
    margin-top: 2px;
    text-align: right;
    width: 45%;
}

    .dataTables_print > div:first-child {
        margin-right: 10px;
    }

    .dataTables_print > div:last-child > button {
        margin-top: 5px;
    }

.dataTables_status {
    font-size: 0.85em;
    margin-bottom: 10px;
    margin-left: 5px;
}

    .dataTables_status > label {
        padding-right: 5px;
    }

    .dataTables_status > div.form-radiolist-wrapper > div {
        margin-right: 30px;
    }

    .dataTables_status > div.form-radiolist-wrapper label {
        padding-left: 1px;
        text-align: left;
    }

.dataTables_scroll {
    overflow-x: auto;
}

.dataTables_scrollY {
    height: 400px;
    overflow-y: auto;

}

.dataTables_export {
    margin: 11px 5px;
}

.dataTables_approval,
.dataTables_cosign {
    margin-right: 22px;
}

.dataTables_wrapper > div.fg-toolbar:first-of-type > div.dataTables_length {
    padding: 10px;
}

.dataTables_length {
    padding: 5px;
}

    .dataTables_length select {
        font-size: 9pt;
    }

    .dataTables_length select,
    .dataTables_filter input,
    .dataTables_control select {
        color: #6f6e6e;
    }

.dataTables_filter label {
    line-height: 40px;
}

.dataTables_filter input {
    color: #6f6e6e;
    width: 75%;
    max-width: 300px;
    font-size: initial;
    height: 1.5em;
    /*float: right;*/
    margin-left: 5px;
}

.dataTables_info {
    display: none;
}

.dataTables_paginate {
    text-align: left;
    display: inline-block;
}

    .dataTables_paginate a.ui-button,
    .dataTables_paginate .ellipsis {
        padding: 10px;
        margin: 0;
    }

.DataTables_sort_icon {
    display: inline-block;
    margin-bottom: -3px;
}

th.sorting_disabled .DataTables_sort_icon {
    display: none;
}

/*Paging*/

ul.pagination > li {
    display: inline-block;
    border: 1px solid #939393;
    margin: 5px;
    background-color: #fff;
}

    ul.pagination > li.active {
        background-color: #939393;
    }

    ul.pagination > li.disabled > a {
        background-color: #444c63;
        color: #fff;
        cursor: default;
    }

ul.pagination a.page {
    color: #939393;
    display: block;
    padding: 2px 7px;
}

ul.pagination > li:active:not(.disabled) > a.page:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

ul.pagination > li.active > a.page {
    color: #fff;
    font-weight: bold;
}

/*FlipSwitches*/

.flipswitch {
    vertical-align: middle;
    position: relative;
    width: 73px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .flipswitch + div {
        margin: 5px 0 0 78px;
    }

.flipswitch-checkbox {
    display: none;
}

.flipswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #444C63;
    border-radius: 9px;
}

.flipswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .flipswitch-inner:before, .flipswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 27px;
        padding: 0;
        line-height: 27px;
        font-size: 13px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .flipswitch-inner:before {
        content: "Yes";
        padding-left: 12px;
        background-color: #54C983;
        color: #FFFFFF;
    }

    .flipswitch-inner:after {
        content: "No";
        padding-right: 12px;
        background-color: #DD5555;
        color: #FFFFFF;
        text-align: right;
    }

.flipswitch-switch {
    display: block;
    width: 25px;
    margin: 1px;
    background: #444C63;
    border: 2px solid #444C63;
    border-radius: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 42px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.flipswitch-checkbox:checked + .flipswitch-label > .flipswitch-inner {
    margin-left: 0;
}

.flipswitch-checkbox:checked + .flipswitch-label > .flipswitch-switch {
    right: 0;
}

/*Incremental Slider*/

.slider {
    margin: 1em 0em 2em 0em;
}

    .slider label {
        position: absolute;
        width: 1.25em;
        margin-left: -0.55em;
        text-align: center;
        margin-top: 1.25em;
    }

/*CheckBox with TextBox (CBwTB)*/

.checkbox-textinput {
    width: 90%;
}

/*File Upload*/

div.input-file {
    padding: 20px;
}


    div.input-file label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        margin-right: 175px;
    }

    div.input-file.no-form label {
        margin-right: 112px;
    }

    div.input-file div {
        margin-top: -5px;
    }

#Files {
    margin: 10px 0;
    width: 100%;
}

.fileContainer {
    background-color: #454d63;
    color: #fff;
}

.fileContainer {
    width: 91%;
}

.fileContainer {
    padding: 10px;
    height: 45px;
}

    .fileContainer > label,
    .fileContainer > a {
        display: block;
        padding-right: 5px;
        line-height: 35px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.fileInput {
    overflow: hidden;
    position: relative;
    float: left;
    padding: 8px 10px;
}

    .fileInput [type=file] {
        cursor: inherit;
        display: block;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

/*Common Form Inputs*/

.data-box {
    padding: 10px;
}

.textbox-120 {
    max-width: 120px;
}

.textbox-50 {
    max-width: 50px;
}

select,
input[type="text"],
input[type='number'],
input[type="email"],
input[type="datetime"],
input[type="password"],
textarea,
.data-box {
    background-color: #fff;
    border: 1px solid #a1a4a8;
}

select,
input[type="text"],
input[type='number'],
input[type="email"],
input[type="datetime"],
input[type="password"],
textarea {
    height: 2.5em;
    padding-left: 0.5em;
}

    select:focus,
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="datetime"]:focus,
    input[type="password"]:focus,
    .checkbox-style:focus ~ label:first-of-type,
    textarea:focus {
        outline: #5B9DD9 solid 1px;
        color: #000;
    }

    select[disabled],
    button[disabled],
    input[disabled],
    textarea[disabled],
    a[disabled] {
        background-color: #d3d3d3 !important;
        color: #a1a4a8;
    }

a[disabled],
button[disabled],
input[type='button'][disabled],
input[type='submit'][disabled] {
    border: 1px solid #3f3f3f;
    -webkit-box-shadow: 0px 2px 0px #3f3f3f;
    -moz-box-shadow: 0px 2px 0px #3f3f3f;
    box-shadow: 0px 2px 0px #3f3f3f;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="datetime"],
input[type="password"] {
    box-sizing: border-box;
}


/*CheckBox and RadioButton*/

#aSelectAllOption:hover > .checkbox-selectall:not(:checked) + label.checkbox-diplay {
    background: url(../Images/MessageCheckboxChecked.png) left top no-repeat;
    opacity: .3;
}

.checkbox-selectall ~ label.checkbox-diplay {
    background: url(../Images/TopOptionsCheckbox.png) left top no-repeat;
}

.checkbox-selectall:checked ~ label.checkbox-diplay {
    background: url(../Images/MessageCheckboxChecked.png) left top no-repeat;
}

.checkbox-selectall,
.checkbox-style,
.checkbox-style-white,
.radiobutton-style,
.radiobutton-style-white {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 1px;
    margin-top: 4px;
    outline: none;
    border: 1px solid transparent;
    background-color: transparent;
    opacity: 0;
}

    .checkbox-selectall ~ label.checkbox-diplay,
    .checkbox-style ~ label.checkbox-diplay,
    .checkbox-style-white ~ label.checkbox-diplay,
    .radiobutton-style ~ label.radiobutton-display,
    .radiobutton-style-white ~ label.radiobutton-display {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-bottom: 1px;
        float: left;
    }

    .checkbox-style ~ label.checkbox-diplay {
        background: url(../Images/MessageCheckboxUnchecked.png) left top no-repeat;
    }

    .checkbox-style:focus ~ label:first-of-type {
        outline: -webkit-focus-ring-color auto 5px;
    }

    .checkbox-style ~ label.checkbox-diplay:hover {
        background: url(../Images/MessageCheckboxChecked.png) left top no-repeat;
        opacity: .3;
    }

    .checkbox-style:checked ~ label.checkbox-diplay {
        background: url(../Images/MessageCheckboxChecked.png) left top no-repeat;
    }

        .checkbox-style:checked ~ label.checkbox-diplay:hover {
            opacity: 1;
        }

    .checkbox-style-white ~ label.checkbox-diplay {
        background: url(../Images/WhiteCheckboxUnchecked.png) left top no-repeat;
    }

        .checkbox-style-white ~ label.checkbox-diplay:hover {
            background: url(../Images/WhiteCheckboxChecked.png) left top no-repeat;
            opacity: 0.8;
        }

    .checkbox-style-white:checked ~ label.checkbox-diplay {
        background: url(../Images/WhiteCheckboxChecked.png) left top no-repeat;
    }

        .checkbox-style-white:checked ~ label.checkbox-diplay:hover {
            opacity: 1;
        }

.checkbox-text,
.radiobutton-text {
    margin-left: 29px;
    display: block;
}

.checkbox-text {
    vertical-align: top;
}

.radiobutton-text {
    /*vertical-align: top;*/
    /*vertical-align: middle;*/
}

.radiobutton-style ~ label.radiobutton-display,
.radiobutton-style-white ~ label.radiobutton-display {
    vertical-align: middle;
}

.radiobutton-style ~ label.radiobutton-display {
    background: url(../Images/radiobutton_unchecked.png) left top no-repeat;
    background-size: 19px 19px;
}

.radiobutton-style-white ~ label.radiobutton-display {
    background: url(../Images/radiobutton_unchecked_white.png) left top no-repeat;
    background-size: 19px 19px;
}

    .radiobutton-style ~ label.radiobutton-display:hover,
    .radiobutton-style-white ~ label.radiobutton-display:hover {
        opacity: .3;
    }

.radiobutton-style ~ label.radiobutton-display:hover {
    background: url(../Images/radiobutton_checked.png) left top no-repeat;
    background-size: 19px 19px;
}

.radiobutton-style-white ~ label.radiobutton-display:hover {
    background: url(../Images/radiobutton_checked_white.png) left top no-repeat;
    background-size: 19px 19px;
}

.radiobutton-style:checked ~ label.radiobutton-display {
    background: url(../Images/radiobutton_checked.png) left top no-repeat;
    background-size: 19px 19px;
}

.radiobutton-style-white:checked ~ label.radiobutton-display {
    background: url(../Images/radiobutton_checked_white.png) left top no-repeat;
    background-size: 19px 19px;
}

    .radiobutton-style:checked ~ label.radiobutton-display:hover,
    .radiobutton-style-white:checked ~ label.radiobutton-display:hover {
        opacity: 1;
        background-size: 19px 19px;
    }

/*Google Maps formating*/
#map {
    height: 100%;
    width: 100%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
/*#map {
    height: 100%;
}
.map_canvas-style {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.map-style {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}*/