﻿@charset "utf-8";
/* CSS Document */

.home-intro {
    background-image: url("../backgroundimages/banner-1.png?fit=crop&amp;fm=jpg&amp;h=500&amp;q=75&amp;w=1050");
    background-size: cover;
    height: 99%;
    color: white;
    width: 100%;
}

body, html {
    height: 100%;
}

.LoginHeader {
    float: left;
    width: 100%;
    padding-left: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

body {
    margin: 0px auto;
    font: 12px/1.5 Verdana;
    color: #444444;
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: 0 solid #fff;
}

    a:hover {
        text-decoration: none;
        outline: 0 solid #fff;
    }

label {
    vertical-align: top;
}

radiobutton {
    margin: 2px 4px 5px 0;
}

checklist {
    margin: 0 4px;
}
/* Input id CSS*/
input {
    border: 0;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    background: none;
    cursor: pointer;
}

checkbox {
    border: 0;
    background: none;
}

textarea {
    margin: 20px;
    /*  background-color:#f6f6f6; Needed for IEs 
        -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
        -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
        box-shadow: 5px 5px 5px rgba(68,68,68,0.6);*/
    /*
		filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
        */
    zoom: 1;
    font: 12px Verdana;
    padding: 10px;
}

.inputbg {
    /*background:url(../images/inputbg.gif) no-repeat top left;*/
    width: 203px;
    padding: 5px 0 5px 5px;
    margin-top: 7px;
    border: 1px solid #ccc;
}

.inputbg60 {
    /*background:url(../images/inputbg60.gif) no-repeat top left;*/
    width: 45px;
    padding: 5px 0 5px 5px;
    margin-top: 7px;
    border: 1px solid #ccc;
}

.inputbg140 {
    background: url(../images/inputbg140.gif) no-repeat top left;
    width: 140px;
    padding: 5px 0 5px 5px;
    margin-top: 7px;
}

.inputbgmulti {
    /*background:url(../images/inputbgmulti.gif) no-repeat top left;*/
    /*background:#ffffff;*/
    border: 1px solid #cccccc !important;
    width: 140px;
    margin: 0px;
    padding: 5px 0 1px 1px;
    margin-top: 7px;
    height: 45px;
    resize: none;
}

.inputbgsmall {
    background: url(../images/inputbgSmall.gif) no-repeat top left;
    width: 100px;
    padding: 5px 0 5px 5px;
    margin-top: 7px;
}

.radiobg {
    background: url(../images/radiobg.png) no-repeat top left;
    width: 14px;
    height: 14px;
    float: left;
}

.checkboxbg {
    background: url(../images/checkboxbg.png) no-repeat top left;
    width: 14px;
    height: 14px;
    float: left;
}
/* End of Input ID CSS */

/* Header CSS*/
.header {
    width: 980px;
    margin: 0px auto;
    height: 100px;
}

.logo {
    width: 385px;
    margin: 0px auto;
}

.Newlogo {
    width: 980px;
    margin: 0px auto;
}

/* End of Header CSS*/
.marginTop30 {
    margin-top: 30px;
    margin-bottom: 18px;
}
/* Navigation CSS */

.selected {
    background: url(../images/menubgover.gif) repeat-x top left;
    padding: 9px 15px 11px 15px; /*height:37px;*/
}
/* End of Navigation CSS */

/* Middle container CSS*/
.container {
    /*width:980px;*/
    margin: 0px auto;
}

.mainGraphic {
    margin: 0px auto;
    width: 667px;
}
/* End od middle container CSS*/

/* Gray boxes container CSS*/
.grayBox {
    width: 298px !important;
    height: auto;
    /*float:left;*/
    margin: 9px 5px 15px 5px;
    position: relative;
}

.grayBoxMiddle {
    /*background:#ffffff url(../images/gray_box_bg.gif) repeat-x top left;*/
    padding: 0px 10px 0 5px;
    width: 300px;
    height: 110px;
    float: left;
    /*border:1px solid #999999;*/
    margin-bottom: 10px;
    border-bottom: 1px #0b4f65 dotted;
}

    .grayBoxMiddle p {
        color: #333333;
        font-style: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
    }

    .grayBoxMiddle h4 {
        margin: 0;
        color: #CC0000;
        font: 14px Verdana, Arial, Helvetica, sans-serif;
        font-weight:;
    }

    .grayBoxMiddle td {
        color: #333333;
        font-style: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
    }

    .grayBoxMiddle span {
        color: #CC0000;
        font-weight: 11px;
        text-decoration: none;
        float: right;
        margin-top: 12px;
    }

        .grayBoxMiddle span a {
            text-decoration: underline;
        }

            .grayBoxMiddle span a:hover {
                text-decoration: underline;
            }

.grayBoxBot {
    background: url(../images/gray_box_bot.gif) no-repeat center bottom;
    width: 315px;
    height: 10px;
    float: left;
}

.grayBoxBig {
    width: auto;
    height: auto;
    float: left;
    margin: 25px 5px 20px 5px;
}

.grayBoxBigMiddle {
    background: url(../images/gray_box_bg.gif) repeat-x top left;
    padding: 10px 10px 0 10px;
    width: auto;
    height: auto;
    float: left;
    border: 1px solid #999999;
}

.grayBoxBigBot {
    background: url(../images/gray_box_big_bot.gif) no-repeat center bottom;
    width: auto;
    height: 10px;
    float: left;
}
/* Gray boxes CSS*/

.clearBoth {
    clear: both;
}
/* Footer Css*/
.footer {
    /*width:100%;*/
    /*background:url(../images/footerbg.gif) repeat-x top left;*/
    height: auto;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 0px;
    margin: 0px;
}
/* End of Footer Css*/

/* CSS for buttons */
/* do not change */
.redbutton {
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    padding: 0px 0px 1px 5px;
    background-position: lef top;
    background-repeat: no-repeat;
    font-family: verdana;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    margin: 0;
}

    .redbutton span {
        cursor: pointer;
        padding: 2px 7px 2px 5px;
        display: -moz-inline-box;
        display: inline-block;
        background-position: right top;
        background-repeat: no-repeat;
        color: #ffffff;
        margin: 0;
    }
/* skin */
.red {
    background-image: url(../images/red-left.gif);
    height: 24px;
    cursor: pointer;
    margin: 0;
}

    .red span {
        background-image: url(../images/red-right.gif);
        height: 24px;
        cursor: pointer;
        margin: 0;
    }

/* Shadow */

.shadowidth270 {
    width: 270px;
    margin: 0px auto;
}

.shadowidth530 {
    width: 530px;
    margin: 0px auto;
}

.shadow1 {
    margin: 20px;
    background-color: #f0f0f0; /* Needed for IEs */
    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}

    .shadow1 .content {
        position: relative; /* This protects the inner element from being blurred */
        padding: 10px;
        background-color: #f0f0f0;
        border: 1px solid #cccccc;
    }

    .shadow1 .msg {
        position: relative; /* This protects the inner element from being blurred */
        padding: 10px;
        background-color: #c6290a;
        border: 1px solid #cccccc;
    }

.bottomtxt {
    font-size: 10px;
    color: #7E7D7D;
    width: 1024px;
    margin: 0px auto;
    margin-top: 5px;
}

.instancesp label {
    color: #ff0000;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 35px;
    float: right;
    margin-right: 10%;
}

table td a:focus {
    text-decoration: underline;
}

.button-normal {
    background: url('../images/buton.png') repeat-x;
    border-radius: 1px;
    color: #fff;
    font-size: 13px;
    padding: 3px 5px;
    margin-top: 7px;
}

.button-grey {
    background: url('images/butongrey.png') repeat-x;
    border-radius: 1px;
    color: #ffffff;
    font-size: 16px;
    padding: 3px 5px;
    margin-top: 7px;
}

.login_div_con {
    width: 100%;
    float: left;
    position: relative;
}

.login_div_inner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}

.login_popup {
    right: 2%;
    top: 10px;
    width: 340px;
    min-height: 473px;
    background-color: rgba(256, 256, 256,1.0);
    border-radius: 5px;
    position: relative;
    float: right;
    box-shadow: 0px 0px 5px rgba(29, 28, 28, 0.44);
    z-index: 2;
}

.login_content {
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    float: left;
    margin-top: 20px;
    font-size: 10px;
    bottom: 40px;
    position: absolute;
    left: 0;
    z-index: 1;
    padding-right: 29%;
    padding-left: 2%;
    box-sizing: border-box;
    text-align: justify;
    border: 1px solid #ccc;
}

.login_popup {
    top: -450px;
    position: absolute;
}

.login_content {
    width: 100%;
    left: 0px;
    position: fixed;
    bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
}

.login_content {
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding-top: 10px;
    padding-bottom: 14px;
    color: #000;
    float: left;
    margin-top: 31px;
    font-size: 8px;
    box-sizing: border-box;
    text-align: justify;
    border: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 10px;
    position: fixed;
    bottom: 0px;
}
