﻿body {
    padding: 0px;
    margin: 0px;
}

.hide-native-select > select {
    display: none;
}

div.jtable-main-container div.jtable-title {
    background: #00d2ff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#00d2ff, #3a7bd5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00d2ff, #3a7bd5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00d2ff, #3a7bd5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00d2ff, #3a7bd5); /* Standard syntax */
}

div.jtable-main-container table.jtable thead {
    background: none;
    background-color: #f8f8f8;
}

div.jtable-main-container table.jtable tbody > tr {
    background: none;
}

    div.jtable-main-container table.jtable tbody > tr:hover {
        background: none;
    }

    div.jtable-main-container table.jtable tbody > tr.jtable-row-even {
        background: white;
    }

    div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td {
        background-color: white;
    }

        div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable-title {
            background: none;
            background-color: #99c2ff;
        }

            div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable-title > div.jtable-title-text {
                color: #333333;
                -webkit-text-shadow: none;
                text-shadow: none;
            }

        div.jtable-main-container table.jtable tbody > tr > td, div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable {
            border: 1px solid #ddd;
        }

        div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable {
            box-shadow: 0px 0px 7px 0px gray;
        }

        div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable-bottom-panel {
            background-color: transparent;
        }

    div.jtable-main-container table.jtable tbody > tr.jtable-row-selected, div.jtable-main-container table.jtable tbody > tr.jtable-row-selected:hover {
        background: none;
    }


.navbar-brand {
    padding: 0px 0px 0px 15px;
}

    .navbar-brand img {
        display: inline;
    }

.navbar-nav {
    margin-left: 5px;
}

.navbar-default .nav > li > a {
    color: #555555;
}

.AppName {
    max-width: 100px;
    word-break: keep-all;
    display: inline-block;
    vertical-align: -11px;
    /*color: #AAAAAA;*/
    color: #555555;
}

/*.AppName:hover {
        color: #777777;
    }*/

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.required {
    border-color: red;
    box-shadow: 0px 0px 3px 0px red;
}

.form-control {
    color: black;
}

.lblMessage {
    color: red;
    float: left;
}

.alert {
    padding: 5px;
    text-align: center;
}

.ui-dialog {
    top: 51px !important;
    position: fixed !important;
}

.radioButton > label {
    padding-left: 5px !important;
    margin-right: 10px !important;
}

.AspTable, .AspTable table {
    margin-left: auto;
    margin-right: auto;
}

    .AspTable td, .AspTable th {
        padding: 3px 6px;
    }

#GrandTotal {
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 0px 1px 0px rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(43, 81, 119);
    background: #00d2ff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#00d2ff, #3a7bd5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00d2ff, #3a7bd5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00d2ff, #3a7bd5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00d2ff, #3a7bd5); /* Standard syntax */
    padding-right: 10px;
    margin-top: 5px;
    border-radius: 0px 0px 3px 3px;
}

#GrandTotalBreakout1, #GrandTotalBreakout2, #GrandTotalBreakout3 {
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 0px 1px 0px rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(43, 81, 119);
    padding-right: 10px;
    margin-bottom: 5px;
    border-radius: 0px 0px 3px 3px;
}

#GrandTotalBreakout1 {
    background: #fd746c; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fd746c, #ff9068); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fd746c, #ff9068); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fd746c, #ff9068); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fd746c, #ff9068); /* Standard syntax */
}

#GrandTotalBreakout2 {
    background: #FFB75E; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFB75E, #ED8F03); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFB75E, #ED8F03); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFB75E, #ED8F03); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFB75E, #ED8F03); /* Standard syntax */
}

#GrandTotalBreakout3 {
    background: #76b852; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#76b852, #8DC26F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#76b852, #8DC26F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#76b852, #8DC26F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#76b852, #8DC26F); /* Standard syntax */
}

.col-xs-4 {
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: transparent;
    border-color: transparent;
}
/*Custom jtable*/
.jtable-child-table-container > div:nth-child(1) {
    width: 96%;
    margin-left: auto;
}

/*.jtable-child-table-container .jtable-child-table-container > div:nth-child(1) {
    color: brown;
}*/

.jtable-child-table-container .jtable-title-text:before {
    content: ' ▶ ';
}

.jtable-child-table-container .jtable-child-table-container .jtable-title-text:before {
    content: ' ▶▶ ';
}

.jtable a.partItem:before, .form-group a.packagePartItem:before {
    content: '✚';
    margin-right: 5px;
    /*color: white;
    background-color: gray;
    padding: 0px 2px;
    
    border-radius: 3px;*/
}

/*.jtable a.partItem:hover:before, .form-group a.packagePartItem:hover:before {
    content: '✚';
    color: gray;
    background-color: white;
    border-radius: 3px;
    padding: 0px 2px;
    margin-right: 5px;
}*/

.jtable .dropdown-menu, .form-group .dropdown-menu {
    border-radius: 0px 3px 3px 0px;
    margin-top: -6px;
    box-shadow: 5px 5px 5px gray;
}

    .jtable .dropdown-menu > li > a, .form-group .dropdown-menu > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
    }

/*.jtable a.partItem, .form-group a.packagePartItem {
    margin-top: 5px;
    margin-bottom: 5px;
}*/

.jtable .multi-level, .form-group .multi-level {
    margin-top: 8px;
    border-radius: 0px 0px 3px 3px;
}

.form-group .multi-level {
    margin-top: 0px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: white;
    background-color: #4d94ff;
}

/*Dropdown multi-level*/
form .multi-level, form .dropdown-submenu, form .dropdown-menu {
    font-size: small;
    color: #333333;
    background-color: #ffff66;
    border-color: gray;
}

.multi-level a::after {
    border-left-color: #333333;
}

.navbar-default {
    background: #E0EAFC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#E0EAFC, #CFDEF3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E0EAFC, #CFDEF3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E0EAFC, #CFDEF3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E0EAFC, #CFDEF3); /* Standard syntax */
}
