﻿body {
    margin: 0px;
    padding: 0;
}

.wrapper {
    /*width: 96%;
    background: #FAFAFA;
    padding: 11px;
    margin: 12px auto;
    box-shadow: 1px 1px 25px #888888;
    border-radius: 10px;
    border: 1px solid;
    min-height: 500px;
    border-color: #87CEEB;*/
    margin-right: auto; /* 1 */
    margin-left: auto; /* 1 */
    width: 96%;
    padding-right: 10px; /* 3 */
    padding-left: 10px; /* 3 */
    clear: both;
}


.container {
    width: 96%;
    background: #FAFAFA;
    padding: 11px;
    margin: 12px auto;
    box-shadow: 1px 1px 25px #888888;
    border-radius: 10px;
    border: 1px solid;
    border-color: #87CEEB;
    min-height: 400px;
    /*border: 1px solid #666; 
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 7px 5px grey;
    font-size: 15px;
    z-index: 999999;
    font-family: Bradley Hand, cursive;*/
}


.header {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 4px;
}

.TopLine {
    line-height: 25px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.content {
    /*margin: 0 0 20px 10px;*/
    /*min-height: 350px;*/
    /*border: 1px solid #00a2e8;*/
    padding: 15px 0;
    width: 100%;
}

.DivLayoutIns {
    width: 90%;
    background: #FAFAFA;
    padding: 20px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 2px solid #59B329;
    height: 300px;
}

.HeadingIns {
    background: #59B329;
    padding: 2px 0;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
    font-family: Bradley Hand, cursive;
}

.DivLayoutLog {
    width: 90%;
    background: #FAFAFA;
    padding: 20px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 2px solid #B67C52;
    height: 250px;
}

.HeadingLog {
    background: #B67C52;
    padding: 2px 0;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
    font-family: cursive;
}

.DivLayoutReg {
    width: 90%;
    background: #FAFAFA;
    padding: 20px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 2px solid #1695A3;
    height: 250px;
}

.DivLayoutpicSign {
    width: 90%;
    background: #FAFAFA;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid #FD935C;
}

.HeadingReg {
    background: #1695A3;
    padding: 6px 0;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
    font-family: cursive;
}

.RightText {
    text-align: right;
    font-size: 13px;
    font-family: Bradley Hand, cursive;
    padding: 8px;
    text-align: right;
    width: 40%;
}

.mandatory {
    color: #ce0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.TextBox {
    height: 25px;
    width: 80%;
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: darkred;
    outline: 0;
    cursor: pointer;
    font-family: Bradley Hand, cursive;
    font-size: 12px;
}

.TextBox {
    height: 25px;
    width: 80%;
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: darkred;
    outline: 0;
    cursor: pointer;
    font-family: Bradley Hand, cursive;
    font-size: 12px;
}

    .TextBox:focus {
        border-color: rgb(0, 255, 0);
        box-shadow: 0 1px 1px rgba(0,255,0,0.3) inset, 0 0 8px rgba(0,255,0,0.3);
        outline: 0 none;
    }

.label {
    height: 25px;
    width: 80%;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    font-family: Bradley Hand, cursive;
    font-size: 12px;
    font-weight: bold;
}

.DropDown {
    height: 25px;
    width: 83%;
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: darkred;
    outline: 0;
    cursor: pointer;
    font-family: Bradley Hand, cursive;
    font-size: 12px;
}

    .DropDown:focus {
        border-color: rgb(0, 255, 0);
        box-shadow: 0 1px 1px rgba(0,255,0,0.3) inset, 0 0 8px rgba(0,255,0,0.3);
        outline: 0 none;
    }

.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
    background: -moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background: -webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background: -o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background: -ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background: linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
    background-color: #b8e356;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #83c41a;
    display: inline-block;
    cursor: pointer;
    color: #8B0000;
    font-family: cursive;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #86ae47;
    border-radius: 15px 50px 15px;
    margin-top: 10px;
    width: 150px;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
        background: -moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
        background: -webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
        background: -o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
        background: -ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
        background: linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
        background-color: #a5cc52;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }


.ButtonDeled {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
    background-color: #33bdef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 6px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
    border-radius: 15px 50px 15px;
    margin-top: 10px;
    padding: 6px 24px;
}

    .ButtonDeled:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
        background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
        background-color: #019ad2;
    }

    .ButtonDeled:active {
        position: relative;
        top: 1px;
    }

.ButtonDPed {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

    .ButtonDPed:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        background-color: #ffab23;
    }

    .ButtonDPed:active {
        position: relative;
        top: 1px;
    }

.Message {
    background-color: #FEEFB3;
    font-size: 15px;
    color: #E53242;
    font-family: cursive;
}

.Heading {
    background-color: #FD935C;
    font: bold;
    font-size: 24px;
    color: #330000;
    box-shadow: 0 3px 3px grey;
    font-family: Bradley Hand, cursive;
    color: #fff;
}

.Instrucation {
    font-family: cursive;
    font-size: 13px;
    padding: 5px;
    text-align: left;
}

.Checkbox {
    color: #CC0000;
    font-size: 15px;
    font-family: Bradley Hand, cursive;
}

.RightText2TD {
    font-family: Bradley Hand, cursive;
    font-size: 13px;
    padding: 8px;
    text-align: right;
    width: 20%;
}


.LeftText2TD {
    text-align: Left;
    font-size: 12px;
    width: 30%;
    font-family: Bradley Hand, cursive;
}

.tooltip {
    display: inline;
    position: relative;
    text-decoration: none;
    top: 0px;
    left: 4px;
}

    .tooltip:hover:after {
        background: #333;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        top: -5px;
        color: #fff;
        content: attr(alt);
        left: 160px;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 150px;
    }

    .tooltip:hover:before {
        border: solid;
        border-color: transparent black;
        border-width: 6px 6px 6px 0;
        bottom: 20px;
        content: "";
        left: 155px;
        position: absolute;
        z-index: 99;
        top: 3px;
    }


.header_container {
    background: #1695A3;
    border: 1px solid #666;
    height: 25px;
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 7px 5px grey;
    font-size: 15px;
    z-index: 999999;
    font-family: Bradley Hand, cursive;
}

.FooterHeading {
    background-color: #778299;
    color: #FFF;
    display: inline;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font: bold;
    font-size: 16px;
    font: italic 18px georgia,serif;
    text-align: center;
    width: 98.2%;
    height: 22px;
    margin-left: 1%;
    margin-right: 0.8%;
    padding: 5px;
    font-family: Bradley Hand, cursive;
    border-radius: 5px 5px 5px 5px;
}

.MainHeading {
    background-color: #768198;
    font: bold;
    font-size: 18px;
    color: #FFF;
    box-shadow: 0 3px 3px grey;
    text-align: left;
    font-family: Bradley Hand, cursive;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    font-size: 12px;
}

.table {
    font-family: Arial;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

    .table th {
        background-color: #1695A3;
        border-color: #a9c6c9;
        border-style: solid;
        border-width: 1px;
        color: white;
        padding: 4px;
    }

    .table td {
        border-width: 1px;
        padding: 4px;
        border-style: solid;
        border-color: #a9c6c9;
    }

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    font-size: 11px;
}

.ButtonSmall {
    border: 1px solid #8BCF54;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #74BF36;
    background-image: linear-gradient(to bottom, #386FA5, #386FA5);
    cursor: pointer;
}

    .ButtonSmall:hover {
        border: 1px solid #7BCF32;
        background-color: #A4D62D;
        background-image: linear-gradient(to bottom, #A4D62D, #3b8d2e);
    }


.PicSignHeading {
    background-color: #64AAB2;
    font: bold;
    font-size: 13px;
    color: #FFF;
    text-align: left;
    font-family: Bradley Hand, cursive;
    padding: 2px;
    border-radius: 5px 5px 5px 5px;
}

#tabs5 {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    #tabs5 #current5 a, #tabs5 #current5 a::after {
        background: #00ace6 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs5 a::after {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 0 5px 0 0;
        bottom: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        right: -0.5em;
        top: 0;
        transform: skew(10deg);
        width: 1em;
        z-index: 1;
    }

    #tabs5 #current5 a, #tabs5 #current5 a::after {
        background: #1695A3 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs5 a {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 5px 0 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        color: #444;
        float: left;
        padding: 0.2em 2.5em;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }


#tabs {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    #tabs #current a, #tabs #current a::after {
        background: #00ace6 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs a::after {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 0 5px 0 0;
        bottom: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        right: -0.5em;
        top: 0;
        transform: skew(10deg);
        width: 1em;
        z-index: 1;
    }

    #tabs #current a, #tabs #current a::after {
        background: #B67C52 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs a {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 5px 0 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        color: #444;
        float: left;
        padding: 0.2em 2.5em;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }

.Tabcontent {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #366DA3;
    border-radius: 0 5px 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.tableInner {
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}


.tableWithOutLine {
    font-family: Bradley Hand, cursive;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;

}

    .tableWithOutLine th {
        background-color: #64AAB2;
        border-color: #a9c6c9;
        border-style: solid;
        border-width: 1px;
        color: white;
        padding: 4px;
    }

    .tableWithOutLine td {
        padding: 4px;
    }

.TextBox_New {
    border: 1px solid #B9BDC1;
    color: #000000;
    -moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #BBB inset;
    box-shadow: 0 2px 4px #E0FFFF inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    /*top: -15px;*/
    /*left: 82px;*/
    top: 0px;
    width: 90%;
}

    .TextBox_New:focus {
        background-color: #B1FE98;
        outline: 0;
    }



.ButtonSenctionedSmall {
    background-color: #3093c7;
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    border: 1px solid #25729a;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    cursor:pointer;
}

.ButtonSenctionedSmallRED {
    background-color: #FF5252;
    background-image: linear-gradient(to bottom, #FF5252, #FF5252);
    border: 1px solid #FF5252;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    cursor:pointer;
}

 
