/*
 *
 *   VDH LISSDEP
 *   version 1.3
 *
*/


h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}


.content-page-margin {
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.Container {
    height: 100%;
}

#banner {
    position: absolute;
    top: 0;
    left: 64px;
    width: 90%;
    height: 210px;
    background: #314570; /*#8dae96;#314570;#2196F3;*/
    margin: auto;
    box-shadow: 0px 0px 40px 0px #5a5a5a;
    background-image: linear-gradient( 45deg, #2196F3, #314570 );
}

    #banner > img {
        float: right;
        border: 15px solid #fff;
        border-bottom: 20px solid #fff;
        -webkit-box-shadow: 3px 3px 3px #777;
        -moz-box-shadow: 3px 3px 3px #777;
        box-shadow: 3px 3px 3px #777;
        margin-top: -70px;
    }

    #banner > .bigText {
        padding: 10px;
        color: #fff;
        letter-spacing: 3px;
        display: block;
        width: 200px;
        font-family: 'Anton', sans-serif;
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 50px;
        /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
    }

    #banner > .smallText {
        padding: 5px 0 0 20px;
        color: #fff;
        letter-spacing: 3px;
        color: #f6f6f6;
        font-family: 'Anton', sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        margin: 0 0 24px;
        /*text-align: center;*/
        word-wrap: break-word;
        width: 500px;
        display: inline-block;
        /*text-shadow: 0 1px 0 #ccc, 0 1px 0 #c9c9c9, 0 2px 0 #bbb, 0 2px 0 #b9b9b9, 0 3px 0 #aaa, 0 3px 1px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.3), 0 2px 2px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.2), 0 5px 2px rgba(0,0,0,.2), 0 5px 2px rgba(0,0,0,.2);*/
    }

#body {
    clear: both;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    min-height: 80%;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    width: 90%;
    /*margin: auto;*/
    margin-left: 64px;
    padding-top: 225px;
    box-shadow: 0px 0px 40px 0px #5a5a5a;
}

#footer {
    /*position: absolute;*/
    bottom: 0;
    left: 64px;
    width: 90%;
    height: 50px;
    /*margin: auto;*/
    margin-left: 64px;
    background: #333;
    box-shadow: 0px 0px 40px 0px #5a5a5a;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: block;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        width: 100px;
    }

        fieldset label.checkbox {
            display: inline;
        }

    fieldset input[type="text"], fieldset input[type="password"], fieldset select {
        border: 1px solid #e2e2e2;
        color: #333;
        /*font-size: 1.2em;*/
        margin: 5px 0 6px 0;
        padding: 5px;
        /*width: 300px;*/
    }

.gradientRow {
    background-image: linear-gradient( #228FE8, #1B3590 );
    height: 30px;
    line-height: 30px;
    /*width: 97%;*/
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

    .gradientRow i {
        float: right;
        padding: 6px 2px 6px 5px;
        background: #EC971F;
        font-weight: bold;
        cursor: pointer;
    }

.gradientRow-Red {
    background-image: linear-gradient( #D11937, #721506 );
    height: 30px;
    line-height: 30px;
    width: 97%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

    .gradientRow-Red i {
        float: right;
        padding: 6px 2px 6px 5px;
        background: #EC971F;
        font-weight: bold;
        cursor: pointer;
    }

/* ----------- Non-Retina Screens ----------- */
@media (min-width: 1600px) {
    #banner {
        left: 80px;
    }

    #footer {
        left: 80px;
    }

    #banner > img {
        float: right;
        border: 10px solid #fff;
        border-bottom: 45px solid #fff;
        -webkit-box-shadow: 3px 3px 3px #777;
        -moz-box-shadow: 3px 3px 3px #777;
        box-shadow: 3px 3px 3px #777;
        margin-top: -69px;
    }

    #banner > .bigText {
        font-size: 40px;
        padding: 10px;
        color: #fff;
        letter-spacing: 3px;
        display: block;
        width: 200px;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        line-height: 50px;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
    }

    #banner > .smallText {
        padding: 10px;
        color: #fff;
        letter-spacing: 3px;
        color: #f6f6f6;
        font-family: 'Orienta', sans-serif;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 24px;
        text-align: center;
        text-shadow: 0 1px 0 #ccc, 0 1px 0 #c9c9c9, 0 2px 0 #bbb, 0 2px 0 #b9b9b9, 0 3px 0 #aaa, 0 3px 1px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.3), 0 2px 2px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.2), 0 5px 2px rgba(0,0,0,.2), 0 5px 2px rgba(0,0,0,.2);
    }


    .combindedtotal {
        text-align: right;
        text-transform: uppercase;
        font-weight: bold;
    }
    /*Boostrap override*/
    .form-inline {
        padding-left: 20px;
    }

        .form-inline > * {
            margin: 15px 10px !important;
        }



    .form-control {
        width: 300px !important;
    }

    .form-control-input {
        width: 120px !important;
    }

    .form-control-cus {
        width: 128px !important;
    }

    .table > thead > tr > th {
        text-align: center;
        vertical-align: text-top;
    }

    .table > tr > td {
        text-align: center;
        vertical-align: middle;
    }
    /*.table-bordered tr{
    outline: 1px solid #ddd !important;
  }
.table-bordered tr:nth-child(even){
  background-color: #dcdcdc;
}
.table-bordered tr:nth-child(odd){
  background-color: #fff;
}*/
    .table-input {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .row + .row {
        border-top: 0;
    }
}
/*END @media (min-width: 1600px)*/

.errText {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

#errList {
    text-align: left;
    color: red;
}

.successText {
    color: red;
    font-weight: bold;
}

.btn-custom {
    width: 120px;
    font-size: 0.90em;
}

input[type=number] {
    text-align: right;
}

.combindedtotal {
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}

#message {
    position: fixed;
    top: 200px;
    left: 0;
    width: 100%;
}

#inner-message {
    margin: 0 auto;
}

/*Boostrap override*/
.form-inline {
    padding-left: 10px;
}

    .form-inline > * {
        margin: 15px 10px !important;
    }

/*.form-control {
    width: 250px !important;
}*/

.form-control-input {
    width: 80% !important;
}

.form-control-input-adjust {
    width: 30% !important;
}

.form-control-cus {
    width: 100px !important;
}

.form-control-cel {
    width: 80% !important;
}

.form-control-adjust {
    width: 10% !important;
}

.table > thead > tr > th {
    text-align: center;
    vertical-align: text-top;
}

.table > tr > td {
    text-align: center;
    vertical-align: middle;
}

.table-input {
    display: block;
    margin: 0 auto;
    width: 100%;
}

i {
    cursor: pointer;
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
}


/* -----------------------------------------------------------------------------*/

.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;
}

.modal-sm-custom {
    width: 350px !important;
}