@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,600,600italic,700,700italic);

Body {
    color: #000;
    FONT-SIZE: 13px;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}

::selection {
    color: #ffffff;
    background: #093355;
}

::-moz-selection {
    color: #ffffff;
    background: #093355;
}

::-o-selection {
    color: #ffffff;
    background: #093355;
}

::-ms-selection {
    color: #ffffff;
    background: #093355;
}

::-webkit-selection {
    color: #ffffff;
    background: #093355;
}

.Shadow {
    -moz-box-shadow: 0px 0px 8px 0px #bbb;
    -webkit-box-shadow: 0px 0px 8px 0px #bbb;
    box-shadow: 0px 0px 8px 0px #bbb;
}

.Header {
    background-color: #0b4471;
    background-image: linear-gradient(top, #0b4471, #042037);
    background-image: -webkit-linear-gradient(top, #0b4471, #042037);
    background-image: -moz-linear-gradient(top, #0b4471, #042037);
    background-image: -ms-linear-gradient(top, #0b4471, #042037);
    background-image: -o-linear-gradient(top, #0b4471, #042037);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0b4471', EndColorStr='#042037');
    border-bottom: 4px solid #cbd0d9;
}


.AltColor11 {
    background-color: #e7f3fd;
}

.AltColor12 {
    background-color: #c9e3f8;
}

.TableAlt1 {
     background-color: #093355; 
}

.TableAlt2 {
    background-color: #787e8c;
}

.AltColor21 {
    background-color: #f3f5f7;
}

.AltColor22 {
    background-color: #d1d6de;
}

.FontColor3 {
    color: #FFFFFF;
}

.FontColor1 {
    color: #0B4471;
}

.FontColor2 {
    color: #29435A;
}

.ErrorTxtSmall {
    font-size: 12px;
    color: #d80a00;
    text-decoration: none;
}

.ErrorTxtNormal {
    font-size: 14px;
    color: #d80a00;
    text-decoration: none;
}

.ErrorTxtBig {
    font-size: 16px;
    color: #d80a00;
    text-decoration: none;
    font-weight: bold;
}

.ErrorTxtLarge {
    font-size: 24px;
    color: #d80a00;
    text-decoration: none;
}

.SmallerText {
    FONT-SIZE: 12px;
    text-decoration: none;
}

.NormalText {
    FONT-SIZE: 14px;
}

.NormalTextBig {
    FONT-SIZE: 16px;
}

.BiggerText {
    FONT-SIZE: 20px;
}

.LargeText {
    FONT-SIZE: 24px;
}

.SmallerLink {
    FONT-SIZE: 12px;
    text-decoration: none
}

a.SmallerLink:hover {
    text-decoration: underline
}

.JustLinks {
    FONT-SIZE: 14px;
    TEXT-DECORATION: none;
}

a.JustLinks:hover {
    TEXT-DECORATION: underline;
}

.Heading {
    FONT-SIZE: 20px;
}

.PageHeading {
    FONT-WEIGHT: normal;
    FONT-SIZE: 28px;
}

.TableHeadingSmall {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    padding-left: 5px;
    height: 15px;
}

.TableHeadingNormal {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    padding-left: 5px;
    height: 20px;
}

.TableHeadingBig {
    background-color: #0c4573;
    background-image: linear-gradient(top, #0c4573, #042138);
    background-image: -webkit-linear-gradient(top, #0c4573, #042138);
    background-image: -moz-linear-gradient(top, #0c4573, #042138);
    background-image: -ms-linear-gradient(top, #0c4573, #042138);
    background-image: -o-linear-gradient(top, #0c4573, #042138);
    FONT-WEIGHT: normal;
    FONT-SIZE: 18px;
    COLOR: #FFFFFF;
    padding:5px 10px;
    text-decoration: none;
    
}


.Button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 2px;
}

.ButtonSmall {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    border-radius: 5px;
    padding: 2px 8px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 2px;
}

.ButtonMedium {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 5px;
    padding: 3px 12px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 2px;
}

.ButtonBig {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 15px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


.ButtonColor1 {
    COLOR: #FFFFFF;
    background-color: #0b426e;
    background-image: linear-gradient(top, #0b426e, #042139);
    background-image: -webkit-linear-gradient(top, #0b426e, #042139);
    background-image: -moz-linear-gradient(top, #0b426e, #042139);
    background-image: -ms-linear-gradient(top, #0b426e, #042139);
    background-image: -o-linear-gradient(top, #0b426e, #042139);
    border: 1px Solid #001729;
}

    .ButtonColor1:hover {
        color: #fff;
        background-color: #0b426e;
        background-image: -webkit-linear-gradient(top, #042139, #0b426e);
        background-image: -moz-linear-gradient(top, #042139, #0b426e);
        background-image: -ms-linear-gradient(top, #042139, #0b426e);
        background-image: -o-linear-gradient(top, #042139, #0b426e);
        transition: 0.3s ease;
    }

    .ButtonColor1:active {
        top: 1px;
        position: relative;
    }

.ButtonColor2 {
    COLOR: #072843;
    background-color: #f2f2f3;
    background-image: linear-gradient(top, #f2f2f3, #a8a8a9);
    background-image: -webkit-linear-gradient(top, #f2f2f3, #a8a8a9);
    background-image: -moz-linear-gradient(top, #f2f2f3, #a8a8a9);
    background-image: -ms-linear-gradient(top, #f2f2f3, #a8a8a9);
    background-image: -o-linear-gradient(top, #f2f2f3, #a8a8a9);
    border: 1px Solid #707888;
}

    .ButtonColor2:hover {
        background-color: #a8a8a9;
        background-image: -webkit-linear-gradient(top, #a8a8a9, #f2f2f3);
        background-image: -moz-linear-gradient(top, #a8a8a9, #f2f2f3);
        background-image: -ms-linear-gradient(top, #a8a8a9, #f2f2f3);
        background-image: -o-linear-gradient(top, #a8a8a9, #f2f2f3);
        border: 1px solid #707888;
        transition: 0.3s ease;
    }

    .ButtonColor2:active {
        top: 1px;
        position: relative;
    }

.ButtonColor3 {
    color: #fff;
    background-color: #333844;
    border: 1px solid #21252e;
}

    .ButtonColor3:hover {
        color: #fff;
        background-color: #21252e;
        border: 1px solid #0c0e14;
        transition: 0.3s ease;
    }

    .ButtonColor3:active {
        top: 1px;
        position: relative;
    }

.ButtonColor4 {
    color: #fff;
    background-color: #08599e;
    background-image: -webkit-linear-gradient(top, #08599e, #043878);
    background-image: -moz-linear-gradient(top, #08599e, #043878);
    background-image: -ms-linear-gradient(top, #08599e, #043878);
    background-image: -o-linear-gradient(top, #08599e, #043878);
    border: 1px solid #072f60;
}

    .ButtonColor4:hover {
        color: #fff;
        background-color: #043878;
        background-image: -webkit-linear-gradient(top, #043878, #08599e);
        background-image: -moz-linear-gradient(top, #043878, #08599e);
        background-image: -ms-linear-gradient(top, #043878, #08599e);
        background-image: -o-linear-gradient(top, #043878, #08599e);
        transition: 0.3s ease;
    }

    .ButtonColor4:active {
        top: 1px;
        position: relative;
    }

.ButtonColor5 {
    color: #fff;
    background-color: #b50404;
    border: 1px solid #9b0303;
}

    .ButtonColor5:hover {
        background-color: #9b0303;
        border: 1px solid #9b0303;
        transition: 0.3s ease;
    }

    .ButtonColor5:active {
        top: 1px;
        position: relative;
    }





.ThinTextBox {
    width: 98%;
    font-size: 14px;
    COLOR: #000000;    
    border: 1px solid #787e8c;
    outline: none;
    padding: 5px;
	box-sizing: border-box;
}

.ThinTextBoxColor {
    background-color: efefef font-size: 14px;
    COLOR: #000000;
    border: 1px solid d0d0d0 font-weight: normal;
}

.Disabled {
    COLOR: #000000;
    opacity: 0.3;
    filter: alpha (opacity=30);
}

.HRColor {
    COLOR: #0B4471;
}

.HRColor2 {
    COLOR: #cbd0d9;
}

.HRColor3 {
    COLOR: #516e87;
}

.TableBorder {
    border: 1px solid #cbd0d9;
}

.TableBorder3 {
    border: 3px solid #dbc9bf;
}
/* All Border Styles */
.Border1 {border-width:1px; border-style:solid;}
.Border2 {border-width: 2px;  border-style:solid}
.Border3 {border-width: 3px;  border-style:solid}
.Border5 {border-width: 5px;  border-style:solid}

.DottedBorder {border-width:1px; border-style:dotted}

.BorderBottom1{border-bottom: 1px solid;}
.BorderBottom2{border-bottom: 2px solid;}
.BorderBottom6{border-bottom:6px solid;}
.BorderBottomDashed{border-bottom: dashed 1px;}
.BorderBottomDotted{border-bottom: dotted 1px;}

.BorderTop1{border-top: 1px solid;}
.BorderTopDashed{border-top: dashed 1px;}
.BorderTopDotted{border-top: dotted 1px;}

.BorderLeft8{border-left:8px solid;}
.BorderRight1{border-right:1px solid;}
.BorderRight2{border-right:2px solid;}

.BorderColor1{border-color: #2c516f;}
.BorderColor2{border-color:#787e8c;}

/* Border Rounded Corners */
.BorderRounded15 {
    border-radius: 15px;
}

.BorderRounded10 {
    border-radius: 10px;
}

.BorderRounded5 {
    border-radius: 5px;
}

/* Table Style */
.TableStyle1 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #f4faff;
    border: 1px solid #587b95;
}

    .TableStyle1 th {
        color: #FFF;
        padding: 5px 7px;
        background-color: #205a86;
		border: 1px solid #77AAD1;
		
    }

    .TableStyle1 td {
        border-bottom: 1px solid #587b95;
        padding: 5px 7px;
		border: 1px solid #77AAD1;
    }

    .TableStyle1 tr:nth-child(even) {
        background-color: #ddeefb
    }

.TableStyle2 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #f4f6f8;
    border: 1px solid #a1abb2;
}

    .TableStyle2 th {
        color: #FFF;
        padding: 5px 7px;
        background-color: #4c6679;
    }

    .TableStyle2 td {
        border-bottom: 1px solid #a1abb2;
        padding: 5px 7px;
    }

    .TableStyle2 tr:nth-child(even) {
        background-color: #e7ebee
    }


.page-break-before {
    page-break-before: always;
}

.page-break-after {
    page-break-after: always;
}


.PageBg {
    background-image: url(images/PageBg.jpg);
    background-repeat: repeat-x;
    background-color: #000000;
}


.PagerStyle {
    background-image: url(images/HeaderGlassBlack.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #ffffff;
}


    .PagerStyle table {
        text-align: center;
        margin: auto;
    }

        .PagerStyle table td {
            border: 0px;
            padding: 5px;
        }

    .PagerStyle td {
        border-top: #1d1d1d 0px solid;
    }

    .PagerStyle a {
        color: #ffffff;
        FONT-SIZE: 11px;
        font-weight: normal;
        text-decoration: none;
        text-decoration: none;
        padding: 2px 5px 2px 5px;
        border-top: solid 1px #9C5750;
        border-right: solid 1px #9C5750;
        border-bottom: solid 1px #9C5750;
        border-left: solid 1px #9C5750;
    }

    .PagerStyle span {
        color: #ffffff;
        FONT-SIZE: 11px;
        font-weight: bold;
        text-decoration: none;
        padding: 2px 5px 2px 5px;
    }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    Opacity: 0.65;
}



.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}

    .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
        height: 1px;
        overflow: hidden;
        border-top: none;
        border-bottom: none;
        border-right: none;
        padding: 0px;
        margin-left: auto;
    }

.customCalloutStyle .ajax__validatorcallout_error_message_cell {
    font-size: 12px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}

.customCalloutStyle .ajax__validatorcallout_icon_cell {
    width: 20px;
    padding: 5px;
    border-right: none;
}

.customCalloutStyle .ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}

    .customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
        border: none;
        text-align: center;
        width: 20px;
        padding: 1px;
        cursor: pointer;
    }

/*///Responsive Css////*/

.Content {
    width: 98%;
    margin: auto
}

.Clear {
    clear: both
}

.Borderbottom {
    border-bottom: dashed 1px #6d3c1b;
}

.margintop {
    margin-top: 5px;
    padding-bottom: 3px;
}

.Popup {
    width: 50%;
    padding: 5px;
    margin: auto;
}

.Half {
    width: 47%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.Oneforth {
    width: 24%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.Onethird {
    width: 31%;
    float: left;
    padding: 5px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 215px;
}

.Twothird {
    width: 65%;
    float: left;
    padding: 5px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.Form {
    width: 50%;
    margin: auto
}

.TextBox {
    font-size: 12px;
    COLOR: #000000;
    border: 1px solid #895e45;
    width: 90%;
}

.TextBoxdiv {
    width: 40%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.TextFielddiv {
    width: 40%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    text-align: right
}

.Formhalf {
    width: 47%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.ButtonDiv {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

.Login {
    width: 96%;
    max-width: 500px;
    box-shadow: 0px 0px 20px 0px #272f36;
    background-color: #093355;
    color: #FFF;
    background-image: url(../images/Design.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* The Modal (background) */
.modal {
    display:none ; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 3% auto auto auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 95%; /* Could be more or less, depending on screen size */
	max-width: 720px;
	box-shadow: 0px 0px 20px 0px #222;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
@media only screen and (max-width:768px) {
    .Form {
        width: 85%;
        margin: auto
    }

    .Formhalf {
        width: 60%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .TextBoxdiv {
        width: 50%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .TextFielddiv {
        width: 30%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        text-align: right
    }

    .Onethird {
        width: 47%;
    }

    .Twothird {
        width: 97%;
        float: left;
        padding: 5px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (max-width:640px) {
    .Formhalf {
        width: 70%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .TextFielddiv {
        width: 25%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        text-align: right
    }

    .ButtonDiv {
        width: 100%;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    .Onethird {
        width: 46%;
    }

    .Popup {
        width: 75%;
        padding: 5px;
        margin: auto;
    }
}

@media only screen and (max-width: 480px) {
    .Form {
        width: 98%;
        margin: auto
    }

    .Formhalf {
        width: 90%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .TextFielddiv {
        width: 90%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        text-align: left
    }

    .TextBoxdiv {
        width: 90%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .Onethird {
        width: 97%;
    }

    .Popup {
        width: 90%;
        padding: 5px;
        margin: auto;
    }
}

@media only screen and (max-width: 320px) {
    .Formhalf {
        width: 70%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
}
