﻿html {

}

body {
    margin:0;
    font-family: Verdana,Georgia, Arial;
    min-height:100vh;
    font-size: 100%;
    background-color: #dbdbdb;
    background: -webkit-linear-gradient(#ffffff,#ffffff,#ffffff,#dbdbdb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff,#ffffff,#ffffff,#dbdbdb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff,#ffffff,#ffffff,#dbdbdb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff,#ffffff,#ffffff,#dbdbdb); /* Standard syntax (must be last) */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}


/*HEADER*/

.header .logodiv {
    width:100%;
    display: block;
    margin-top:25px;
    text-align:center;
}

.header .img {
    max-width:100%;
}

/*END HEADER*/

/*CONTENT*/
.content {
    margin-top:10px;
    margin:0;
}

.content div {
    margin-top:10px;
}

.content .login {
    color:#ed1b24;
    font-weight:bold;
    margin-top:5px;
    }



.content .textbox {
        height: 35px !important;
        font-size: 12pt !important;
    }


.content .loginbutton {
        height: 36px !important;
        min-width:100px !important;
        color: #999191 !important;
        border-width:1px !important;
        border-color: #999191 !important;
         background-color:#dfdfdf !important;
        font-size:12pt !important;
        vertical-align:middle;
    }

.content .loginbutton2 {
        height: 36px !important;
        min-width:100px !important;
        color: #5e5e5e !important;
        border-width:2px !important;
        border-color: #5e5e5e !important;
         background-color:#c7c7c7 !important;
         font-size:12pt !important;
        vertical-align:middle;
    }

.content .title {
        padding-top:10px;
        padding-bottom:10px;
        font-weight:bold;
        vertical-align:middle;  
        color:#9e9e93;
    }


/*END CONTENT*/

/*FOOTER*/
.footer .footdiv {
    width:100%;
    display: block;
    margin-top:25px;
    text-align:center;
    font-size:10pt;
}

/*END FOOTER*/


/*NOTIFICATION*/
.notificationtitle {
    font-size:14pt !important;
    font-weight:bold !important;
}

.notificationtext{
    font-size:12pt !important;

}

/*END NOTIFICATION*/



