﻿
.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.6;
}

.popup_Style {
    background: #c5d7ff;
    width: 100%;
    overflow: auto;
}

.popup_Body {
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    max-height: 420px;
    clear: both;
    overflow: auto;
}

.TitlebarLeft {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}


.popup_Titlebar {
    /*background: url(../images/titlebar_bg1.jpg);*/
    background-color: #263f6b !important;
    height: 29px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

.TitlebarLeft {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.TitlebarRight {
    background: url(../images/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popup_Lbl {
    color: #001648;
    font-weight: normal;
    font-size: 1.2em;
}

.popup_Txt {
    color: #001648;
    background-color: #ffffff;
    border: groove 1px !important;
    font-weight: normal;
    height: 25px;
}

.radioboxlist radioboxlistStyle {
    padding-right: 30px;
}

.radioboxlist label {
    color: #001648;
    background-color: #aaadff;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    clear: left;
    margin-right: 20px;
    margin-left: 10px;
    border: groove 1px;
    line-height: normal;
    font-weight: normal;
    font-size: 1.2em;
}

    .radioboxlist label:hover {
        color: black;
        background: #bcbeff;
    }

input:checked + label {
    color: black;
    background: #bcbeff;
}

.btn {
    color: snow !important;
    font-weight: 600 !important;
    border: 0 !important;
    border-bottom: 4px solid #CCCCCC !important;
    margin: 0 !important;
    -webkit-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3) !important;
    -moz-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3) !important;
    box-shadow: 0 5px 5px -6px rgba(0,0,0,.3) !important;
}

    .btn .btn-block:active, .btn .btn-lg:active {
        -webkit-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3) !important;
        -moz-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3) !important;
        box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3) !important;
    }

.btn-main {
    background-color: #3f68aa !important;
    border-color: #224782 !important;
    text-shadow: 1px 1px 0 #232bd5 !important;
    /*height: 25px !important;*/
    padding: 2px 6px 1px 6px !important;
    background: url(../images/titlebar_bg1.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

    .btn-main:hover, .btn-main:focus {
        background-color: #005bff !important;
        border-color: #4573bb !important;
        background-position: center;
    }

.btn-report {
    background-color: #667998 !important;
    border-color: #4d607d !important;
    text-shadow: 1px 1px 0 #232bd5 !important;
    /*height: 25px !important;*/
    padding: 2px 6px 1px 6px !important;
}

    .btn-report:hover, .btn-report:focus {
        background-color: #75808e !important;
        /*border-color: #4f56aa !important;*/
    }

.btn-pressure {
    position: relative !important;
    margin-bottom: 0 !important;
}

    .btn-pressure:focus {
        -moz-outline-style: none !important;
        outline: medium none !important;
    }

    .btn-pressure:active, .btn-pressure.active {
        top: 4px !important;
        border: 0 !important;
        position: relative !important;
    }

.btn-sensitive:active, .btn-sensitive.active {
    top: 1px !important;
    margin-top: 4px !important;
}

.parent_menu {
    /*width: 170px;*/
    background-color: rgba(111,168,253,0.80);
    color: #00048c;
    text-align: center;
    height: 35px;
    margin: 4px 1px 3px 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1.228571429;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    /*font-weight: bold;*/
}

.child_menu {
    /*width: 180px;*/
    background-color: #7daaee;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.sub_menu {
    /*width: 250px;*/
    background-color: #7daaee;
    color: #0b0e6b;
    text-align: center;
    height: 23px;
    /*line-height: 30px;*/
    margin-top: 2px;
    padding: 2px 10px 2px 10px;
    border-radius: 10%;
    line-height: 1.428571429;
    font-size: 1.1em !important;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

.sub_menuStyle1 {
    background: linear-gradient(rgba(158, 161, 162, 1), rgb(255, 251, 251));
    color: snow;
}

.sub_menuStyle2 {
    background: #969898;
    color: snow;
    padding-bottom: 3px !important;
}

/*#menuHorizontal {
            display: table;
            margin: 0 auto;
        }*/

#dvHeader {
    /* Fallback color for non-css3 browsers */
    background: linear-gradient(rgba(158, 161, 162, 1), rgb(255, 251, 251));
    width: 100%;
    /* Gradients */
    background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgba(158, 161, 162, 1)), color-stop(1, rgb(255, 251, 251)));
    background: -moz-linear-gradient( center top, rgba(158, 161, 162, 1) 0%, rgb(255, 251, 251) 100%);
    /* Rounded Corners */
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    /* Shadows */
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

.divHeading1 {
    font-size: large;
    color: #424242;
    text-align: center;
    margin-bottom: 10px;
}

.divHeading2 {
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 20px;
}
