﻿
html {
    height: 100%;
}

    html body {
        height: 100%;
        overflow: hidden;
    }

body {
    /*background-image: url('../Content/Image/background/BG02.jpg');*/
    /*background-size: cover;*/
    background-color: #ffffff !important;
}

html body .container-fluid.body-content {
    position: absolute;
    top: 100px;
    bottom: 30px;
    right: 0;
    left: 0;
    overflow-y: auto;
}

/*header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #295679;
    background: linear-gradient(#295679, #32546d);
    height: 50px;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, .8);
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #295679;
    background: linear-gradient(#153f61, #20415a);
    height: 50px;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, .8);
}*/

.section-title {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 4.0;
    font-weight: 500 !important;
}

.section-titleA {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 500 !important;
}

.copyRights1 {
    color: #ffffff !important;
    font-size: 1.3em;
    letter-spacing: 1px;
    font-family: calibri;
}

.copyRights2 {
    color: #ffffff;
    font-size: 1.3em;
    letter-spacing: 1px;
    font-family: calibri;
    padding: 0 20px 0 20px;
}

    .copyRights2:hover {
        color: #00e8ff;
        text-decoration: underline;
    }

.copyRights3 {
    color: #ffffff;
    font-size: 1.3em;
    letter-spacing: 1px;
    font-family: calibri;
}

    .copyRights3:hover {
        color: #ff940c;
        text-decoration: underline;
    }

.inputStyle {
    color: #001248 !important;
    font-size: 1.1em !important;
    background-color: #eeeeee !important;
    border-radius: 0 !important;
    border: 0;
    border-top: 2px solid #b3b2b2 !important;
    border-left: 2px solid #b3b2b2 !important;
}

.inputddl {
    width: 20px !important;
    background-color: #c6d9e4 !important;
    font-size: 0.9em !important;
    border: 1px solid silver;
}

.btnStyle {
    width: 100px;
    height: 35px;
}

    .btnStyle:hover {
        width: 99px;
        background-size: cover;
    }

.errorMsg {
    color: red;
    font-size: 1em;
    /*font-family: Arial;*/
}

.chkPwd {
    color: #565656 !important;
    background-color: transparent !important;
    font-weight: normal;
    margin-left: 8px;
}

.divHeading1 {
    font-size: large;
    color: #254992;
    text-align: center;
    margin-bottom: 10px;
}

.divHeading2 {
    color: #063188;
    text-align: center;
    margin-bottom: 20px;
}

.select2-container .select2-selection--single {
    height: 32px !important;
    padding: 3px 2px 2px 4px;
    font-size: 1em;
}

.lnkBtn {
    color: #464646;
    /*text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);*/
}

    .lnkBtn:hover {
        color: #004a67;
    }

.sb-frap {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 18px 2.4rem !important;
    background: #188fbd !important;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.24), 0 8px 12px rgba(0,0,0,.14);
    box-shadow: 0 0 6px rgba(0,0,0,.24), 0 8px 12px rgba(0,0,0,.14);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: width,height,-webkit-transform,-webkit-box-shadow;
    transition-property: width,height,-webkit-transform,-webkit-box-shadow;
    transition-property: transform,box-shadow,width,height;
    transition-property: transform,box-shadow,width,height,-webkit-transform,-webkit-box-shadow;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    /*float: right;*/
    height: 20px !important;
    width: 120px !important;
    /*margin-top: 15px;*/
    font-family: Arial !important;
}

.fieldInput {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: rgba(0,0,0,.9) !important;
    display: block !important;
    font-size: 16px !important;
    line-height: 1rem !important;
    width: 100% !important;
    border-bottom: 1px solid #adadad !important;
    padding: 0px 0px 0px 15px !important;
    font-family: sans-serif !important;
}

    .fieldInput:focus {
        outline: 0 !important;
        -moz-outline-style: none !important;
        border: 0 !important;
        border-bottom: 1px solid #0177a5 !important;
    }

input:required {
    box-shadow: none;
}

@media only screen and (max-width: 827px) {
    .section-title {
        font-size: 17px;
        line-height: 4.0em;
    }

    .section-titleA {
        font-size: 19px;
    }

    .copyRights1 {
        font-size: 14px;
    }

    .copyRights2 {
        font-size: 14px;
    }

    .copyRights3 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 680px) {
    .section-title {
        font-size: 16px;
        line-height: 4.5em;
    }

    .section-titleA {
        font-size: 18px;
    }

    .copyRights1 {
        font-size: 13px;
    }

    .copyRights2 {
        font-size: 13px;
    }

    .copyRights3 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 620px) {

    .section-title {
        font-size: 15px;
        line-height: 2.5em;
    }

    .section-titleA {
        font-size: 17px;
    }

    .copyRights1 {
        font-size: 12px;
    }

    .copyRights2 {
        font-size: 12px;
    }

    .copyRights3 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {

    .section-title {
        font-size: 14px;
        line-height: 2.8em;
    }

    .section-titleA {
        font-size: 16px;
    }

    .copyRights1 {
        font-size: 10px;
    }

    .copyRights2 {
        font-size: 10px;
    }

    .copyRights3 {
        font-size: 10px;
    }
}

@media only screen and (max-width: 315px) {

    .section-title {
        font-size: 12px;
        line-height: 2.8em;
    }

    .section-titleA {
        font-size: 14px;
    }

    .copyRights1 {
        font-size: 9px;
    }

    .copyRights2 {
        font-size: 9px;
    }

    .copyRights3 {
        font-size: 9px;
    }
}
