﻿/*Bootstrap Overrides command extensions*/
.col-form-label {
    color: darkslategrey;
    font-weight: 500
}

.alert-danger {
    background-color: whitesmoke !important;
}

.form-control {
    border-color: gainsboro !important;
}

label {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: black !important;
    font-weight: 500;
}

.messagealert {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100000;
    padding: 0;
    font-size: 15px;
}


/********************/
/* Gridview styling */
/********************/
.datagrid {
    width: 80%;
    border: solid 2px black;
    min-width: 80%;
}

.header {
    background-color: cadetblue;
    font-family: Arial;
    color: whitesmoke;
    border: none 0px transparent;
    height: 25px;
    text-align: left;
    font-size: 14px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

    .rows:hover {
        background-color: darkcyan;
        font-family: Arial;
        color: #fff;
        text-align: left;
    }

    .rows a {
        background-color: Transparent;
        color: #336699 !important;
        text-decoration: underline !important;
        font-weight: normal;
    }

        .rows a:hover {
            background-color: darkcyan !important;
            border: none !important;
            color: yellow !important;
            text-decoration: underline !important;
            font-weight: normal;
        }

.selectedrow {
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.datagrid a /** FOR THE PAGING ICONS **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .datagrid a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

.datagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: cadetblue;
    font-family: Arial;
    font-size: 12px;
    color: White;
    height: 30px;
    text-align: left;
}

.datagrid td {
    padding: 5px;
}

.datagrid th {
    padding: 5px;
}

/* ------------------------------------------------------------------- */
/* Box sizing */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, td, table, div, p, a, input, select, textarea, span, blockquote, li, ul, ol, h1, h2, h3 {
    font-family: 'Segoe UI';
    font-size: 10pt;
    margin-left: 0px;
}

body, td, table, div, p, span, blockquote {
    cursor: default;
    margin-left: 0px;
}

body {
    background: white;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #777777;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color: #777777;
    scrollbar-highlight-color: #cccccc;
    scrollbar-shadow-color: #777777;
}

.Note {
    color: #777777;
}

h1, h2, h3 {
    padding: 0px;
    font-weight: bold;
}

h1 {
    margin: 8px;
    font-size: 11pt;
}

h2 {
    margin: 6px;
    font-size: 9pt;
}

h3 {
    margin: 2px;
    font-size: 8pt;
}

.gradient {
    /* Fallback for browsers that don't support gradients */
    /*background: #336699;*/
    /* For Safari 5.1 to 6.0 */
    /*background: -webkit-radial-gradient(#336699,#CDD4EC);*/
    /* For Internet Explorer 10 */
    /*background: -ms-radial-gradient(#336699,#CDD4EC);*/
    /* Standard syntax */
    /*background: radial-gradient(#336699 50%,#CDD4EC);*/
}

.shadow {
    box-shadow: 0px 1px 45px 34px rgba(205,212,236,0.76) inset;
    -webkit-box-shadow: 0px 1px 45px 34px rgba(205,212,236,0.76) inset;
    -moz-box-shadow: 0px 1px 45px 34px rgba(205,212,236,0.76) inset;
}

.red-text {
    color: red !important;
    font-size: 14px;
}

.blue-text {
    color: #336699 !important;
    font-size: 14px;
}

.MainHeaderApp {
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFFFF', EndColorStr='#5C5C5C');*/
    /*background: radial-gradient(white, #336699, #CDD4EC );*/
    background: #336699;
}


.HeaderApp {
    /*border-radius: 8px;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    border-top: 0px;
    border-left: 1px solid white;
    border-right: 0px;
    border-bottom: 0px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 10pt;
    font-weight: 500;
    height: 50px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    background: #336699;
    /*background: radial-gradient(white, #CDD4EC, #336699);*/
}

.SubHeaderApp {
    color: #336699;
    background: lightblue;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    /*padding-top: 5px;*/
    padding-left: 15px;
    padding-bottom: 2px;
    border-left: 1px solid white;
    font-size: 14px;
    font-weight: 500;
    /*background: radial-gradient(white, #CDD4EC, #336699);*/
}

.textApp {
    color: #336699;
}


.txtbox {
    width: 20vw !important;
    min-width: 120px !important;
    border-style: solid;
    border-color: #336699 !important;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    height: 25px;
}

.txtbox_medium {
    width: 15vw !important;
    min-width: 120px !important;
    border-style: solid;
    border-color: #336699 !important;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    height: 25px;
}

.txtbox_small {
    width: 8vw;
    min-width: 120px !important;
    border-style: solid;
    border-color: #336699 !important;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    height: 25px;
}

.txtbox_tiny {
    width: 5vw !important;
    min-width: 35px;
    border-style: solid;
    border-color: #336699 !important;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    height: 25px;
}

.txtarea {
    width: 100% !important;
}

.tbl-column {
    width: 100% !important;
    min-width: 35px;
    border-style: solid;
    border-color: #336699 !important;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    height: 25px;
}

.ddl {
    width: 20vw !important;
    min-width: 125px;
    border-style: solid;
    border-color: #336699 !important;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    height: 25px;
}


.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}


.listbox-custom {
    color: #336699;
    background-color: #ffffff;
    border-color: #CDD4EC;
    border: 2px solid;
    font-weight: bold;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    width: 100%;
    height: 450px;
}


.expire {
    border: 1px white solid;
    width: 200px;
    background-color: rgb(190, 174, 210);
}


label {
    color: #336699 !important;
    padding-right: 10px;
    padding-top: 1px;
    font-weight: 500;
}

.required {
}

    .required:before {
        color: red;
        font-weight: bold;
        content: "*";
        position: absolute;
        margin-left: -10px;
    }

.btn-grid {
    color: #336699 !important;
    background-color: #ffffff;
    border-color: #336699 !important;
    font-weight: bold;
    width: 75px;
    height: 25px;
    letter-spacing: 0.05em;
    border-radius: 0;
}

    .btn-grid:hover,
    .btn-grid:active,
    .btn-grid:focus,
    .btn-grid.active {
        background: #CDD4EC;
        color: #ffffff;
        border-color: #336699 !important;
    }


.btn-colour-1 {
    color: #fff;
    background-color: #004E64;
    border-color: #004E64;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 0;
}

    .btn-colour-1:hover,
    .btn-colour-1:active,
    .btn-colour-1:focus,
    .btn-colour-1.active {
        /* let's darken #004E64 a bit for hover effect */
        background: #003D4F;
        color: #ffffff;
        border-color: #003D4F;
    }

.btn-custom {
    /*   color: #336699;
    background-color: #ffffff;
    border-color: #336699!important;
    border: 2px solid;
    font-weight: bold;
    border-radius: 5px;*/
    width: 100px;
}

    .btn-custom:hover,
    .btn-custom:active,
    .btn-custom:focus,
    .btn-custom.active {
        background: #CDD4EC;
        color: #ffffff;
        border-color: #336699 !important;
    }

.btn-minor {
    color: #336699;
    background-color: #CDD4EC;
    border-color: #336699 !important;
    border: 1px solid;
    font-weight: normal;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    padding-top: 3px;
}

    .btn-minor:hover {
        background-color: #336699;
        color: white
    }

    .btn-minor:active,
    .btn-minor:focus,
    .btn-minor.active {
        background: #CDD4EC;
        color: #ffffff;
        border-color: #336699 !important;
    }


.btn-link {
    color: #336699 !important;
    text-decoration: underline;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #336699;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

td.dt-center {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px
}

td.dt-normal {
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px
}

.dummybtn {
    border: none;
    background: transparent;
}

.uploadlimits {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-left: 10px;
    color: red;
}

.hideGridColumn {
    display: none;
}

.gvItemCenter {
    text-align: center;
}

.gvHeaderCenter {
    text-align: center;
}

.gvHeaderLeft {
    text-align: left;
}

.gvNoDisplay {
    visibility: hidden;
    width: 1px;
}

.gvMousePointer {
    cursor: pointer;
}

.input-group {
    display: inline-flex;
}

.no-wrap {
    display: inline-block;
    float: left; /* be as wide as need be! */
}

.noentry {
    background-color: lightgray;
}




.btn.btn-submit {
    background-color: #003399 !important;
    color: white;
    max-width: 150px;
    min-width: 100px;
    width: 150px;
    height: 25px;
    padding: 0 0 2px 0;
    margin-bottom: 5px; /* Required for bottom spacing when folding */
}

.btn.report {
    font-size: 10px;
    background-color: #003399;
    text-align: center;
    width: 75px !important;
}

    .btn.report:hover {
        color: yellow;
    }
