﻿.header1 {
    background-color: black;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.header2 {
    background-color: #E8EAEC;
}

.header3 {
    /*background: linear-gradient(#FDFEFE, #F0F2F4) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color: #fece1a;
    align-content: flex-end;
}

.content {
    width: 100%;
    height: 720px;
    padding-left:15px;
    
}

.linkbutton {
    padding-left: 5px;
}

.article1 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.footer {
    background-color: black;
}

html,
body,
form {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.container {
    min-height: 100%;
    position: absolute;
    width: 100%;
}


.allContent {
    padding-top: 40px;
    padding-bottom: 100px; /* Height of the footer */
    background-color: black;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background-color: black;
    color: #fece1a;
}

.login {
    background-color: #fece1a;
    margin-left: 30px;
    margin-right: 30px;
    color: black;
}
.MyNewRowClass {
    background-color: #fece1a;
    color: black;
}
div.qsf-right-content .qsf-col-wrap 
{
    position: static;
}
 
.rgEditForm {
    width: auto !important;
}
 
* + html .rgEditForm.popUpEditForm {
    width: 800px !important;
}
 
.rgEditForm > div + div,
.RadGrid .rgEditForm {
    height: auto !important;
}
 
.rgEditForm > div > table{
    height: 100%;
     
}
 
.rgEditForm > div > table > tbody > tr > td {
    padding: 4px 10px;
}
 
.rfdSelectBoxDropDown {
    z-index: 100011;
}
.da-slider {
    width: 100%;
    min-width: 320px;
    height: 450px;
    position: relative;
    margin:0 auto;
    overflow: hidden;
    background: transparent url(../images/Slider.png) repeat-x 0% center; /* Replace with your background image*/
    background-size:auto 100%;
    -webkit-transition: background-position 1s ease-out 0.3s;
    -moz-transition: background-position 1s ease-out 0.3s;
    -o-transition: background-position 1s ease-out 0.3s;
    -ms-transition: background-position 1s ease-out 0.3s;
    transition: background-position 1s ease-out 0.3s;
}

.da-slider .triangle{
    clear: none;
    top:0;
    z-index:999;
}

.da-slider .mask {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #FECE1A;
    opacity:0.85;
    filter: alpha(opacity=85);
}
.da-slider .container {
    margin-top:-30px;
    position:relative;
    height:100%;
}
.da-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: left;
}
.da-slide-current {
    z-index: 900;
}
.da-slider-fb .da-slide {
    left: 100%;
   display:none;
}
.da-slider-fb .da-slide.da-slide-current {
    left: 0px;
    display:block;

}
.da-slide h2, .da-slide h4, .da-slide p, .da-slide .da-link, .da-slide .da-img {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 110%;
}
.da-slider-fb .da-slide h2, .da-slider-fb .da-slide h4, .da-slider-fb .da-slide p, .da-slider-fb .da-slide .da-link {
    left: 10%;
    opacity: 1;
    display:block;
    filter: alpha(opacity=100);
}
.da-slider-fb .da-slide .da-img {
    left: 60%;
    opacity: 1;
    display:block;
    filter: alpha(opacity=100);
}

.da-slide h2,
.da-slide h4{
    color: #181A1C;
    text-transform:uppercase;
      white-space: nowrap;
    z-index: 10;
}
.da-slide h2 {
    font-size: 33px;
    width: 50%;
    top: 120px;
    font-weight:bold;
}

.da-slide h4{
    width: 50%;
    font-size:22px;
    top: 175px;
    font-weight: normal;
}
.da-slide p {
    width: 45%;
	font-size:22px;
    padding:0px;
    top: 230px;
    color: #000!important;
    height: 50%;
    overflow: hidden;
    font-weight: normal;
}
.da-slide .da-img {
    text-align: center;
    width: 40%;
    top: 80px;
    height: 256px;
    line-height: 360px;
    left: 110%;
    /*60%*/
}
.da-slide .da-link {
    top: 340px;
    margin:0;
    font-size: 18px;
    text-align: center;
}
.da-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 20px;
    z-index: 900;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-dots span {
    display: inline-block;
    width:50px;
    height:3px;
    margin:0 5px 0 0;
    background:#fff;
    cursor: pointer;
    position: relative;
}
.da-dots span.da-dots-current {
   background:#29383F;
}
.da-arrows {
    -moz-user-select: none;
    -webkit-user-select: none;
}

