﻿body { padding-top: 50px; padding-bottom: 20px; background:none}
label {
    position: relative;
    cursor: pointer;
    color: #fff;
}

input[readonly] {
background-color:#dedede;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content { padding-left: 15px; padding-right: 15px;}
/* Carousel */
.carousel-caption p {font-size: 20px;line-height: 1.4;}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] { width: 100%;}
.button-list .btn { margin-top: 0 !important; margin-right: 10px;}
.dtfilter {display: none;}

.page-wrapper-form {
    padding: 0 20px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0;
}

.header-form {
    text-transform: uppercase;
    color: #212121;
    font-weight:bold;
    font-size:16px;
}

.header-tables {
    padding-top: 10px;
    color: #212121;
    font-weight: bold;
    font-size: 16px;
}

#toggle_nav_btn {
    visibility: hidden;
}

.jsgrid-table > tbody > tr > th {
    padding: 12px;
}


footer p {
    margin-top: 20px;
}


.jsgrid-alt-row > td {
    border-bottom: 1px solid #dedede;
}


.jsgrid-header-row > .jsgrid-header-cell {
    /*border-bottom: 2px solid #dedede !important;*/
    color: #212121;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
    border-left: medium none;
    border-top: medium none;
    cursor: pointer;
}

.jsgrid-table tbody th {
    position: relative;
    background-image: none !important;
}

    .jsgrid-table tbody .jsgrid-header-sortable::after, .jsgrid-table tbody th.jsgrid-header-sort-asc::after, .jsgrid-table tbody th.jsgrid-header-sort-desc::after {
        display: block;
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 14px;
    }

    .jsgrid-table tbody th.jsgrid-header-sortable:after {
        content: "\f0dc";
        color: #212121;
        padding-top: 0.12em;
    }

    .jsgrid-table tbody th.jsgrid-header-sort-asc:after {
        content: "\f0de";
    }

    .jsgrid-table tbody th.jsgrid-header-sort-desc:after {
        content: "\f0dd";
    }

.jsgrid-row {
    background-color: transparent;
}

.jsgrid-load-panel {
    padding-top: 3.7em !important;
    color: #212121;
    font-size: 14px;
}

.jsgrid-row:hover, .jsgrid-alt-row:hover {
    background-color: #dedede;
}
#loading {
    position: absolute;
    top: 16%;
    left: 40%;
    z-index: 1000;
    width: 15em;
    height: 7em;
    background: #fff;
    border: 2px solid #e9e9e9;
    text-align: center;
    padding-top: 3.7em !important;
    color: #212121;
    font-size: 14px;
}

#loading:before {
    content: ' ';
    position: absolute;
    top: .5em;
    left: 50%;
    margin-left: -1em;
    width: 2em;
    height: 2em;
    border: 2px solid #009a67;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: indicator 1s linear infinite;
    animation: indicator 1s linear infinite;
    margin-top:10px;
}

#btn-backfromauth {
    border: solid 1px #212121 !important;
    color: #212121 !important;
}

.jsgrid-invalid input, .jsgrid-invalid select, .jsgrid-invalid textarea {
    background: #ffe3e5;
    border: 1px solid #ff808a;
}

.ui-dialog-nsa-error, .ui-dialog-nsa-success {
    border: 1px solid #888;
}

    .ui-dialog-nsa-error > .ui-widget-header, .ui-dialog-nsa-success > .ui-widget-header {
        display: none;
    }

    .ui-dialog-nsa-error > div > .ui-dialog-title, .ui-dialog-nsa-success > div > .ui-dialog-title {
        font-weight: 100;
    }

    .ui-dialog-nsa-error > div > .ui-dialog-titlebar-close, .ui-dialog-nsa-success > div > .ui-dialog-titlebar-close {
        border: none;
        background: none;
    }

    .ui-dialog-nsa-error > .ui-dialog-buttonpane button, .ui-dialog-nsa-success > .ui-dialog-buttonpane button {
        margin: .5em .4em .5em 0;
        cursor: pointer;
        border: 1px solid #888;
        background-color: #fcfdfd;
        color: #888;
    }

    .ui-dialog-nsa-error > .ui-widget-content {
        border: none;
        background: #fcfdfd;
        color: #ff808a;
    }

    .ui-dialog-nsa-success > .ui-widget-content {
        border: none;
        background: #fcfdfd;
        color: #004c00;
    }

.jsgrid-grid-body  {
    overflow: auto;
}

.jsgrid-cell {
    overflow-x: auto;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) { /* Hide captions */
    .carousel-caption { display: none; }
}