body, html {
    height: 100%;
}

.bg {

    background-image: url("../img/8.jpg");
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
min-height: 100%;
}



    /*.marquee {
	color: Black;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}*/



/*html { 
  background: url(../img/bg_lis.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{overflow-x:hidden; background:transparent;}*/
.form_main{width:100%; background:#fff; opacity:.9;  overflow:hidden; margin:0em; border-top-left-radius:5px; border-top-right-radius:5px; -webkit-box-shadow: -2px 1px 112px -39px rgba(0,0,0,1);
-moz-box-shadow: -2px 1px 112px -39px rgba(0,0,0,1);
box-shadow: -2px 1px 112px -39px rgba(0,0,0,1);}
.form-group input{ width:100%; padding:8px; border:0px; border-bottom:1px solid #ececec;}
.form-group{ margin:0px; padding:0px;}
.form-group1{border-bottom:1px solid #ececec;
}
.border-bottom{-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-top-left-radius:0px!important;
border-top-right-radius:0px!important;
}
.RadComboBox_Simple .rcbReadOnly td.rcbArrowCell {
    background-position: 6px 50%!important;
}

.rcbInputCell,.rcbInputCellLeft,.rcbArrowCell, .rcbArrowCellRight {border:0px!important; padding:8px!important;}
footer{ background:rgba(255,255,255,.5); position:fixed; bottom:0px; width:100%; text-align:center; padding:5px 0px; color:#fff; font-weight:bold;}
.rcbReadOnly input{font-style:normal!important; font-family:"Open Sans", sans-serif; font-size:14px!important;}