﻿body {
    padding-top: 50px;
    padding-bottom: 0px;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*margin-top: 40px;*/
    padding-left: 15px;
    padding-right: 15px;
    /*background-color:antiquewhite;*/
}

.footer {
    padding: 3px 0px !important;
    background: #000000 !important;
    color: #fff;
    border-color: #e7e7e7;
}

.ui-datepicker {
    font-size: 8pt !important;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

span.error {
    display: block;
    color: #b94a48;
    visibility: hidden;
    font-size: 90%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd !important;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: none !important;
}

th {
    text-align: center !important;
}

.navbar-inverse {
    background: linear-gradient(to bottom, #47c2f1 0%,#000000 100%) !important;
    border-color: #080808;
    /*background-color: #3c8dbc !important;
    border-color:none !important;*/
}

    .navbar-inverse .navbar-nav > li > a {
        /*padding-top: 20px;
        padding-bottom: 20px;*/
        color: #FFF !important;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #FFF !important;
        border-bottom-color: #FFF !important;
    }

.info_grey {
    padding: 5px 20px;
    margin: 0px;
    color: inherit;
    /*background-color: #c8dec2;*/
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
}

.info_grey_duplicate {
    padding: 5px 20px 10px 20px;
    margin: 0px;
    color: inherit;
    /*background-color: #c8dec2;*/
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
}

.form-group {
    margin-bottom: 10px !important;
}

.form_group_duplicate {
    margin-bottom: 0px;
}

.info {
    padding: 20px;
    margin: 0px;
    color: inherit;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
}

.img-circle {
    border-radius: 40%;
}


.info_DFace {
    padding: 20px;
    margin: 0px;
    color: inherit;
    background-color: ThreeDFace;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
}

.searchBox {
    border: 1px solid #ccc;
    float: left;
}

.inputBtn {
    display: inline-block;
    padding: 4px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.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;
        }


/* layout.css Style */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}
/* skin.css Style*/
.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center;
}

    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }

.panel-heading {
    /*color: #fff !important;
    background-color: #3276b1 !important;
    border-color: #285e8e !important;*/
}

.overlay {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.7;
    -moz-opacity: 0.8;
}


/*Pager CSS Start*/
.Repeater, .Repeater td, .Repeater td {
    border: 1px solid #ccc;
}

    .Repeater td {
        background-color: #eee !important;
    }

    .Repeater th {
        background-color: #6C6C6C !important;
        color: White;
        font-size: 10pt;
        line-height: 200%;
    }

    .Repeater span {
        color: black;
        font-size: 10pt;
        line-height: 200%;
    }

.page_enabled, .page_disabled {
    display: inline-block;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}

.page_enabled {
    background-color: #eee;
    color: #000;
}

.page_disabled {
    background-color: #6C6C6C;
    color: #fff !important;
}
/*Pager CSS End*/

/*Invoice Query CSS*/
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td {
    padding: 0px !important;
    border: none;
}

.table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td > label {
    padding: 3px 5px !important;
    font-size: 12px;
}

.CustmStrip {
    background-color: #428bca;
    color: #FFF;
    font-size: 12px;
}

.CustmStrip_head {
    background-color: #1F5EA2;
    color: #FFF;
    overflow: visible;
    font-size: 15px;
    border: 2px solid #428bca;
    padding: 2px 0px !important;
}

.table-condensed > tbody {
    border: 2px solid #428bca;
    border-top: none;
}
/*Invoice Query CSS*/

/*Purchase Invoice*/
    .btnsearch {
        background: transparent !important;
    }

    .btnsearch:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .inputFalse {
        border-color: red !important;
        -moz-box-shadow: 0 0 10px 1px #faacac !important;
        -webkit-box-shadow: 0 0 10px 1px #faacac !important;
        box-shadow: 0 0 10px 1px #faacac !important;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    .maskDiv {
        width: 100%;
        height: 30px;
        padding: 5px 6px;
        line-height: 1.5;
        font-size: 12px;
        vertical-align: middle;
        border: 1px solid #ccc;
        border-radius: 3px !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    }

    .maskInput {
        border: 0px !important;
        width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
        line-height: 1.5 !important;
        text-align: center;
    }

    .maskInput:focus {
        outline: none;
    }

    /*----- Accordion -----*/
    .accordion, .accordion * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .accordion {
        overflow: hidden;
        box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
        border-radius: 3px;
        background: #f7f7f7;
    }

    /*----- Section Titles -----*/
    .accordion-section-title {
        width: 100%;
        padding: 5px;
        display: inline-block;
        border-bottom: 1px solid #1a1a1a;
        background: #333;
        transition: all linear 0.15s;
        /* Type */
        font-size: 1.100em;
        text-shadow: 0px 1px 0px #1a1a1a;
        color: #fff;
    }

        .accordion-section-title.active, .accordion-section-title:hover {
            background: #4c4c4c;
            color:#fff;
            /* Type */
            text-decoration: none;
        }

    .accordion-section:last-child .accordion-section-title {
        border-bottom: none;
    }

    /*----- Section Content -----*/
    .accordion-section-content {
        padding: 5px;
        display: none;
    }
/*Purchase Invoice*/




.form-group.required .control-label:before {
    color: red;
    content: "*";
    position: absolute;
    margin-left: -8px;
}

.modalMidAlign {
    width: 50%;
    margin: auto;
}

.contentArea {
    width: 600px;
    margin: 0 auto;
}

.inputText {
    width: 350px;
    border: solid 1px #000;
    padding: 3px;
}

.ResultDiv {
    max-height: 90%;
    min-height: 90%;
    width: 300px;
    display: none;
    position: fixed;
    margin-top: 0px;
    top: 60px;
    right: 0;
    z-index: 100;
    overflow-y: scroll;
    display: none;
    border: solid 1px #FFF;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    box-shadow: 0px 0px 5px #999;
    border-width: 3px 1px 1px;
    border-style: solid;
    background-color: #d2fa6f;
}

.display_box {
    padding: 10px;
    border-bottom: solid 1px #ccc;
    font-size: 12px;
    font-weight: bold;
}

    .display_box:hover {
        background: #0094ff;
        color: #FFFFFF;
        cursor: pointer;
    }

.btnsearch {
    background: transparent !important;
}

    .btnsearch:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.removedropdownarrow {
    margin-top: -5px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

    .removedropdownarrow:focus {
        outline: none;
    }

.tbldetails input {
    border: none;
}

    .tbldetails input:focus {
        outline: none;
    }

    .tbldetails input[type=number]::-webkit-inner-spin-button,
    .tbldetails input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

@media (max-width: 767px) {
    .ResultDiv {
        width: 100%;
        max-height: 40%;
        min-height: 40%;
        top: 50px;
    }
}

@media (min-width: 768px) {
    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }
}


@media screen and (min-width: 480px) {
    .searchBox {
        border: 1px solid #ccc;
        float: right;
    }
}

@media screen and (min-width: 1000px) {
    .inputBtn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
}
