﻿/* navbar Overrided bootstrap classes */
body {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Tahoma", "Geneva", "Verdana", "sans-serif";
}

.navbar {
    border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #161f29;
    border-color: #161f29;
}

.breadcrumb {
    margin-bottom: 0px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.height28 {
    height: 28px;
}

.login-logo {
    text-align: center;
    padding: 15px 0 10px;
}

/* Footer styles classes*/

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.site-footer {
    background-color: #222;
    color: #b2b2b2;
    /*margin-top: 30px;
    padding-top: 5px;*/
    display: table-row;
}

.bottom-footer {
    border-top: 0px solid #b2b2b2;
    margin-top: 0px;
    padding-top: 0px;
    color: #b2b2b2;
}

.footer-nav {
    text-align: right;
    list-style: none;
}

    .footer-nav li {
        display: inline;
    }

        .footer-nav li:not(:first-child):before {
            content: '|';
            padding: 0px 10px;
        }

    .footer-nav a {
        color: #b2b2b2;
    }

        .footer-nav a:hover {
            color: #fff;
            text-decoration: none;
        }

.ContentTable {
    display: table;
}

.ContentRow {
    display: table-row;
}

html, body, #master_form, .ContentTable, .ContentRow {
    min-height: 100%;
    height: 100%;
    width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.margin-top-10 {
    margin-top: 10px;
}

.row-bg-color {
    background-color: #eeeeee;
}

.ui-datepicker {
    font-size: 9pt !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.nopadding {
    padding: 0px;
}

.fw-normal {
    font-weight: normal;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-9 {
    font-size: 9px;
}

.bg-lightgray {
    background-color: #F5F5F5; /*bg-color-#F3F8FB,#F5F5F5,bg-color-blue-#0066CC*/
}

.bg-dimgreen {
    background-color: #F3F8FB; /*bg-color-#F3F8FB,#F5F5F5,bg-color-blue-#0066CC*/
}

a.bg-lightgray:hover {
    background-color: #c1e2b3;
}

.bg-lightyellow {
    background-color: #FAFAD2; /*bg-color-#F3F8FB,#F5F5F5,bg-color-blue-#0066CC*/
}

.bottomBorder td {
    border-color: transparent;
    border-style: solid;
    border-bottom-width: 10px;
}

.gridborder {
    border: 1px solid #dddddd !important;
}

.font-color-lightblue {
    color: #317eac !important;
}

.tablenoborder > tbody > tr > td, .tablenoborder > tfoot > tr > td {
    border: 0px;
    /* border-top: 1px solid #dddddd; */
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.btn-glyphicon {
    padding: 1px;
    background: #ffffff;
    margin-right: 4px;
}

.icon-btn {
    padding: 2px 5px 2px 2px;
    border-radius: 50px;
}

.badge-danger {
    background-color: #d43f3a;
}

.badge-warning {
    background-color: #d58512;
}

.badge-success {
    background-color: #398439;
}

.badge-info {
    background-color: #269abc;
}

.badge-inverse {
    background-color: #333333;
}

.badge-default {
    background-color: transparent;
}

div.image {
    width: 500px;
    height: 250px;
    background: url(images.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid;
    border-color: #CD853F;
}

div.transparentbox {
    width: 400px;
    height: 180px;
    margin: 30px 50px;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #CD853F;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

    div.transparentbox p {
        margin: 30px 40px;
        font-weight: bold;
        color: #CD853F;
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.shadow {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.PrdCarousel {
    height: 200px;
    margin-bottom: 10px;
}

.carousel-caption {
    z-index: 10; /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.PrdCarousel .item {
    height: 200px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 200px;
}


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    .no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

        .no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
Label the data
*/
        .no-more-tables td:before {
            content: attr(data-title);
        }
}


/* UPDATE PANEL */

.updateProgress {
    z-index: 1000;
    text-align: center;
    background-color: whitesmoke;
    filter: alpha(opacity=80);
    opacity: 0.90;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}

    .updateProgress img {
        position: relative;
        top: 40%;
    }

/* Time Picker UI */
.ui-timepicker-div .ui-widget-header { margin-bottom:10px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 2px 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/*a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: white;
    text-decoration: none;
}*/
/*.navbar-toggle:focus {
   outline: none;
}*/
.quickmenuxs{

    float:right;
    margin-top:10px;
    margin-right:20px;
}

/* Search Related CSS */
.search{
    background-color:yellow;
}

/*gridview pagination*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*end gridview pagination*/

@media print {
    a[href]:after {
        display: none;
        visibility: hidden;
    }
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057
    }

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

span.multiselect-native-select .btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}