﻿body {
    background-color: #fff;
}

.navbar-portal-header {
    position: absolute;
    text-align: center;
    top: 7px;
    left: 45%;
    font-size: 25px;
    color: #ff0000;
    font-weight: bold;
    text-shadow: 2px 2px #cec3c3;
}

.full-height {
    height: calc(100vh - 20px);
}

.input-group .form-control {
    border: 1px solid #ccc;
}

.page-header {
    margin: 0px;
}

#upnUsers > .panel {
    border: none;
    box-shadow: none;
}

.navbar.navbar-fixed-top, .navbar.navbar-static-top, .navbar-default.sidebar {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.12);
}

.form-group {
    margin-bottom: 12px;
}

#page-wrapper {
    padding-bottom: 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

#footer {
    min-height: 20px;
    line-height: 20px;
    width: 250px;
}

    #footer .col-lg-12 {
        padding: 0px;
    }

.red {
    color: red;
}

.green {
    color: green;
}

.validationSummary {
    overflow: hidden;
}

    .validationSummary ul {
        min-height: 20px;
        padding-left: 40px;
    }

        .validationSummary ul > li {
            float: left;
            list-style: circle;
            padding-right: 40px;
        }

.integer, .decimal {
    text-align: right;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

table.dataTable tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.dataTable tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f8e9e9;
}

table.dataTable tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin: 0px 5px 0px 0px;
    width: 20px;
    height: 20px;
}

.checkbox.chk_SelectAll, .checkbox.chk_Select, .checkbox.chk_SelectAll input[type="checkbox"], .checkbox.chk_Select input[type="checkbox"], span.radio {
    margin: 0px;
}

    span.radio label {
        padding-left: 10px;
        padding-right: 30px;
    }

        span.radio label:last-child {
            padding-right: 0px;
        }

.checkbox.chk_SelectAll, .checkbox.chk_Select {
    height: 18px;
}

@media (max-width:768px) {
    .navbar-top-links .dropdown-user {
        right: auto !important;
    }

    .navbar-portal-header {
        font-size: 18px;
        left: 190px;
        top: 14px;
    }

        .navbar-portal-header.master {
            top: 60px;
        }

    #page-wrapper.master {
        margin: 0;
    }
}

.displayInline {
    display: inline-block !important;
}

.calander {
    width: 120px !important;
    background-color: #eee !important;
}

.chk_SelectAll, .chk_Select, .chkSelectAll, .chkSelect {
    cursor: pointer;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }



/*Menu*/
.sidebar-nav ul li.active {
    border-right: 5px solid #fe2323;
}

.sidebar-nav li a {
    color: #080808;
}

.sidebar-nav li {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.sidebar-nav .nav > li {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-nav .nav ul.nav li:before {
    background: #080808;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}

.sidebar-nav .nav ul.nav li:after {
    border-left: 1px solid #080808;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

.counter {
    position: absolute;
    z-index: 2;
    margin-top: 0;
    margin-left: -23px;
    border-radius: 10em;
    padding: 1px 7px;
    background-color: #fe1212;
    font-size: 11px;
    color: #fff;
}
.mt-15 {
    margin-top: 15px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td {
    display: inline;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}
table.dataTable thead th {
    padding: 8px 20px 8px 8px !important;
}
.dtAction {
    width: 70px !important;
    max-width: 70px !important;
}
.dataTables_wrapper {
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.16), 0 8px 6px -6px rgba(0,0,0,.12);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.16), 0 8px 6px -6px rgba(0,0,0,.12);
}