﻿body {
    margin: 0px;
    padding: 10px; /*background-color:#EAEAEA;*/
    background: #f0f2f5;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    overflow-y: scroll;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  /*  height: 100%;
    width: 100%;*/
    min-height: 90vh;
}


.headerLogin {
    width: 300px;
    height: 100px;
    display: block;
    background-image: url("../img/logoFull.png");
    background-size: cover;
    width: 400px;
    margin: 50px;
}

.login {
    /* display:block; position: relative;
    margin: 30% 30% 30% 30%;*/
    margin: 40px;
    padding: 20px 20px 20px;
    width: 310px;
    height: 250px;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media(max-width: 800px){
    .flex-container {
        flex-direction: column;
    }

    .headerLogin {
        margin: 10px;
    }

    .login {
        margin: 10px;
    }
}



  /*  .login:before {
        content: '';
        position: absolute;
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.08);
        border-radius: 4px;
    }*/

    .login h1 {
        margin: -20px -20px 21px;
        line-height: 40px;
        font-size: 15px;
        font-weight: bold;
        color: #555;
        text-align: center;
        text-shadow: 0 1px white;
        background: #f3f3f3;
        border-bottom: 1px solid #cfcfcf;
        border-radius: 3px 3px 0 0;
        background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
        background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
        -webkit-box-shadow: 0 1px whitesmoke;
        box-shadow: 0 1px whitesmoke;
    }

    .login p {
        margin: 20px 0 0;
    }

        .login p:first-child {
            margin-top: 0;
        }

    .login input[type=text], .login input[type=password] {
        width: 278px;
    }

    .login #captcha {
        width: 100%;
    }

    .login p.remember_me {
        float: left;
        line-height: 31px;
    }

        .login p.remember_me label {
            font-size: 12px;
            color: #777;
            cursor: pointer;
        }

        .login p.remember_me input {
            position: relative;
            bottom: 1px;
            margin-right: 4px;
            vertical-align: middle;
        }

    .login p.submit {
        text-align: right;
    }

.login-help {
    margin: 20px 0;
    font-size: 11px;
    color: white;
    text-align: center;
    text-shadow: 0 1px #2a85a1;
}

    .login-help a {
        color: #cce7fa;
        text-decoration: none;
    }

        .login-help a:hover {
            text-decoration: underline;
        }

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
}
    input[type="button" i] {
        width:100%;
        height:30px;
    }

    input[type=text], input[type=password] {
        margin: 5px;
        padding: 0 10px;
        width: 200px;
        height: 34px;
        color: #404040;
        background: white;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 2px;
        outline: 5px solid #eff4f7;
        -moz-outline-radius: 3px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    }

        input[type=text]:focus, input[type=password]:focus {
            border-color: #7dc9e2;
            outline-color: #dceefc;
            outline-offset: 0;
        }

    input[type=submit] {
        padding: 0 18px;
        height: 29px;
        width:70%;
        font-size: 12px;
        font-weight: bold;
        color: #527881;
        text-shadow: 0 1px #e3f1f1;
        background: #cde5ef;
        border: 1px solid;
        border-color: #b4ccce #b3c0c8 #9eb9c2;
        border-radius: 16px;
        outline: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
        background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
        background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
        background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
        -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    }

        input[type=submit]:active {
            background: #cde5ef;
            border-color: #9eb9c2 #b3c0c8 #b4ccce;
            -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
        }

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 34px;
}

.rcTable01 {
}

    .rcTable01 .uL01 {
        width: 14px;
        height: 14px;
        overflow: hidden;
        background-image: url(img/uL01.png);
        background-repeat: no-repeat;
    }

    .rcTable01 .uR01 {
        width: 14px;
        height: 14px;
        overflow: hidden;
        background-image: url(img/uR01.png);
        background-repeat: no-repeat;
    }

    .rcTable01 .bL01 {
        width: 14px;
        height: 14px;
        overflow: hidden;
        background-image: url(img/bL01.png);
        background-repeat: no-repeat;
    }

    .rcTable01 .bR01 {
        width: 14px;
        height: 14px;
        overflow: hidden;
        background-image: url(img/bR01.png);
        background-repeat: no-repeat;
    }

    .rcTable01 .u01 {
        width: auto;
        height: 14px;
        overflow: hidden;
        background-image: url(img/u01.png);
        background-repeat: repeat-x;
    }

    .rcTable01 .b01 {
        width: auto;
        height: 14px;
        overflow: hidden;
        background-image: url(img/b01.png);
        background-repeat: repeat-x;
    }

    .rcTable01 .L01 {
        width: 14px;
        height: auto;
        overflow: hidden;
        background-image: url(img/L01.png);
        background-repeat: repeat-y;
    }

    .rcTable01 .R01 {
        width: 14px;
        height: auto;
        overflow: hidden;
        background-image: url(img/R01.png);
        background-repeat: repeat-y;
    }

    .rcTable01 .C01 {
        width: 972px;
        background: #747474 url(img/bgWeb3.png) repeat-x 450px top;
    }

.rcTable {
}

    .rcTable .uL {
        width: 12px;
        height: 12px;
        overflow: hidden;
        background-image: url(img/uL.png);
        background-repeat: no-repeat;
    }

    .rcTable .uR {
        width: 12px;
        height: 12px;
        overflow: hidden;
        background-image: url(img/uR.png);
        background-repeat: no-repeat;
    }

    .rcTable .bL {
        width: 12px;
        height: 12px;
        overflow: hidden;
        background-image: url(img/bL.png);
        background-repeat: no-repeat;
    }

    .rcTable .bR {
        width: 12px;
        height: 12px;
        overflow: hidden;
        background-image: url(img/bR.png);
        background-repeat: no-repeat;
    }

    .rcTable .u {
        width: auto;
        height: 12px;
        overflow: hidden;
        background-image: url(img/u.png);
        background-repeat: repeat-x;
    }

    .rcTable .b {
        width: auto;
        height: 12px;
        overflow: hidden;
        background-image: url(img/b.png);
        background-repeat: repeat-x;
    }

    .rcTable .L {
        width: 12px;
        height: auto;
        overflow: hidden;
        background-image: url(img/L.png);
        background-repeat: repeat-y;
    }

    .rcTable .R {
        width: 12px;
        height: auto;
        overflow: hidden;
        background-image: url(img/R.png);
        background-repeat: repeat-y;
    }

    .rcTable .C {
        min-width: 80px;
        min-height: 20px;
        background-image: url(img/C.png);
        background-repeat: repeat;
        text-align: justify;
        font-size: 12px;
    }

/*#divMain {
    width: 1000px;
    height: 100px;
    background-image: url(img/bgMenu4<%=HttpContext.GetLocalResourceObject("~/Default.aspx", "bg")%>.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    <%Response.Write("display:none;")%>z-index:99999;
}*/

#divContent {
    width: 985px;
    margin-right: auto;
    margin-left: auto;
}

.title01 {
    font-size: 12px;
    color: #2B44BD;
    font-weight: bold;
    z-index: 100;
}

.title02 {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    z-index: 100;
}

.title03 {
    font-size: 12px;
    color: #EBEBEB;
    font-weight: bold;
    z-index: 100;
}

.title04 {
    font-size: 12px;
    color: #3E5106;
    font-weight: bold;
    z-index: 100;
}

.title05 {
    font-size: 12px;
    color: White;
    font-weight: bold;
    z-index: 100;
}

.lnk01 {
    color: #FF6600;
}


#divMenu {
    width: 790px;
    top: 64px;
    padding: 0px;
    position: absolute;
    left: 23px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: center;
    z-index: 999;
}

/*#divLogin {
    position: absolute;
    right: 1px;
    top: 0px;
    width: 166px;
    height: 155px;
    font-size: 10px;
    color: White;
    background-color: #48659F;
    border: 2px solid #C1C1C1;
    display: none;
    z-index: 9999;
    padding: 6px;
}

    #divLogin image {
        width: 300px;
        background-image: url("../img/logoFull.jpg");
    }*/

    #slider {
        /* You MUST specify the width and height */
        width: 300px;
        height: 186px;
        position: relative;
        overflow: hidden;
    }

#mask-gallery {
    overflow: hidden;
}

#gallery {
    /* Clear the list style */
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 0;
    /* width = total items multiply with #mask gallery width */
    width: 900px;
    overflow: hidden;
}

    #gallery li {
        /* float left, so that the items are arrangged horizontally */
        float: left;
    }


#mask-excerpt {
    /* Set the position */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500px;
    /* width should be lesser than #slider width */
    width: 120px;
    overflow: hidden;
}

.opaco {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background-color: #CCCCCC;
    padding: 5px 10px 10px 5px;
    position: absolute;
    width: 120px;
    height: auto;
    bottom: 0px;
    right: 0px;
    text-align: right;
}

#excerpt {
    /* Opacity setting for different browsers */
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    /* Clear the list style */
    list-style: none;
    margin: 0;
    padding: 0;
    /* Set the position */
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    /* Set the style */
    width: 120px;
    background-color: #000;
    overflow: hidden;
    font-family: arial;
    font-size: 10px;
    color: #fff;
}

    #excerpt li {
        padding: 5px;
    }

.axSpinner {
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: Black;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    text-align: center;
    overflow: hidden;
}

.axSpinnerTxt {
    color: White;
    font-size: 9px;
    display: block;
    z-index: 999;
    vertical-align: middle;
    padding-top: 35%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.axSpinnerImg {
    background-image: url(img/spinner.gif);
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
}

#divWAIMask {
}

.WAI {
    position: absolute;
    top: 92px;
    right: 82px;
    width: 200px;
    height: auto;
    padding-bottom: 10px;
    background-color: White;
    color: #646464;
    padding-top: 12px;
    border: 1px solid #FF9200;
    display: none;
}

    .WAI div {
        font-size: 10px;
        width: 192px;
        text-decoration: none;
        height: 20px;
        position: relative;
        cursor: pointer;
        font-weight: bold;
    }

        .WAI div:hover, .WAI div a:hover {
            background: #FF9200;
            outline: 0;
            color: White;
        }

.divQ {
    width: 200px;
    height: auto;
    background-color: #EEEEEE;
    border: 1px solid #C1C1C1;
    padding: 5px;
    margin: 5px;
    clear: none;
    float: left;
    text-align: left;
}

.contPregQuote {
    float: left;
    width: 225px;
    height: auto;
    display: block;
    clear: none;
}
