﻿/* No more tables */

@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-family: 'FontAwesome';
            font-weight: bold;
        }

        /*
Label the data
*/
        .no-more-tables td:before {
            content: attr(data-title);
        }
}

/* No more table end */

/* Custom Css*/
.HeaderIcon {
    font-family: FontAwesome;
}

html, body, #master_form, .mainContent {
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.mainContent {
    display: table;
}

/* ASP.NET AJAX Progress Template*/
.progress-template {
    z-index: 1000;
    text-align: center;
    background-color: whitesmoke;
    filter: alpha(opacity=80);
    opacity: 0.80;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
}

    .progress-template img {
        position: relative;
        top: 45%;
    }

.navbar {
    border-radius: 0;
}

.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: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.pagination-ys {
    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: 2px 10px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 2px 10px;
            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;
        }

/* Footer styles classes*/

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.site-footer {
    background-color: #222;
    color: #b2b2b2;
    /*margin-top: 30;
    padding-top: 5px;*/
    display: table-row;
}

.bottom-footer {
    border-top: 0 solid #b2b2b2;
    margin-top: 0;
    padding-top: 0;
    color: #b2b2b2;
}

.footer-nav {
    text-align: right;
    list-style: none;
}

    .footer-nav li {
        display: inline;
    }

        .footer-nav li:not(:first-child):before {
            content: '|';
            padding: 0 10px;
        }

    .footer-nav a {
        color: #b2b2b2;
    }

        .footer-nav a:hover {
            color: #fff;
            text-decoration: none;
        }

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: 0 !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.nopadding {
    padding: 0;
}

.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;
}

  .font_small {
        font-size:small
        }

.bg-lightgray {
    background-color: #F5F5F5;
}

.bg-dimgreen {
    background-color: #F3F8FB;
}

a.bg-lightgray:hover {
    background-color: #c1e2b3;
}

.bg-lightyellow {
    background-color: #FAFAD2;
}

.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: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.padding-top-0 {
    padding-top: 0 !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;
}

.marginBottom-0 {
    margin-bottom: 0;
}

/*********************** Drop Down Menu Items***************************************************/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*********************** Drop Down Menu Items***************************************************/

.errors-msg {
    border-left: 5px solid #a94442;
    padding-left: 15px;
    content: '\b7\a0';
    color: #a94442;
    margin-bottom: 10px;
}


/***********************Status bar***************************************************/
.update-nag {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin-bottom: 10px;
}

    .update-nag:hover {
        cursor: pointer;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    }

    .update-nag > .update-split {
        background: #337ab7;
        width: 33px;
        float: left;
        color: #fff !important;
        height: 100%;
        text-align: center;
    }

        .update-nag > .update-split > .glyphicon {
            position: relative;
            top: calc(50% - 9px) !important;
        }

        .update-nag > .update-split.update-success {
            background: #5cb85c !important;
        }

        .update-nag > .update-split.update-danger {
            background: #d9534f !important;
        }

        .update-nag > .update-split.update-info {
            background: #5bc0de !important;
        }

    .update-nag > .update-text {
        line-height: 19px;
        padding-top: 11px;
        padding-left: 45px;
        padding-right: 20px;
    }

/***********************Status bar***************************************************/

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}

.breadcrumb {
    background-color: #fff;
}

body {
    background-color: #f5f5f5;
}

.panel {
    background-color: #f5f5f5;
}

/*.panel-body {
    background-color: #ffffff;
}*/

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0;
    }
}

caption {
    padding-top: 0;
    padding-bottom: 8px;
    color: #317eac !important;
    text-align: left;
}

.panel-main {
    border: 2px solid #aaa;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 3px 7px 4px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 3px 7px 4px rgba(0,0,0,0.16);
    box-shadow: 0 3px 7px 4px rgba(0,0,0,0.16);
}

.panel-main-upper {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 3px;
}

.panel-main-lower {
    background-color: #cde9f1;
    border-top: 1px solid #aaa;
}

    .panel-main-lower h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        color: #999999;
        margin-top: 5px;
        margin-bottom: 2px;
    }

.panel-main-lower-item {
    border-right: 1px solid #aaa;
    display: block;
    height: 100%;
}

.panel-main-lower-lastitem {
    border-right: none;
}

.shadow {
    -webkit-box-shadow: 0 6px 4px -4px black;
    -moz-box-shadow: 0 6px 4px -4px black;
    box-shadow: 0 6px 4px -4px black;
}

.label-normal {
    color: #161f29;
}

.inner-bg {
    padding: 20px 0 120px 0;
}

.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.top-content .description {
    margin: 20px 0 10px 0;
}

    .top-content .description p {
        opacity: 0.8;
    }

    .top-content .description a {
        color: #fff;
    }

        .top-content .description a:hover,
        .top-content .description a:focus {
            border-bottom: 1px dotted #fff;
        }

.form-box {
    margin-top: 35px;
}

.content-box {
    margin-top: 35px;
}

.content-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.content-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.content-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.content-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

    .content-bottom form textarea {
        height: 100px;
    }

    .content-bottom form button.btn {
        width: 100%;
    }

    .content-bottom form .input-error {
        border-color: #de995e;
    }

.label {
    /* display: inline; */
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}


.no-top-border {
    border-top: 0 solid #dddddd;
}

.table .no-top-border > thead > tr > th, .table .no-top-border > tbody > tr > th, .table .no-top-border > tfoot > tr > th, .table .no-top-border > thead > tr > td, .table .no-top-border > tbody > tr > td, .table .no-top-border > tfoot > tr > td {
    border-top: 0 solid #dddddd;
}

.capitalize {
    text-transform: capitalize;
}

.padding {
    padding-top: 10px;
}

.filterpad {
    padding-left: 0;
}

.filterpadSearch {
    padding-left: 60px;
}

.filterpadSearchSales {
    padding-left: 47px;
}

.searchfont {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    padding: 2px 10px;
}
