/*Under_Construction css starts here*/
.underbg_main {
    background: #3f51b5;
    margin: 0px;
    padding: 0px;
}

.mainsite {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 66%, #e7e5e6 73%, #d3d3d3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #d3d3d3 66%, #e7e5e6 73%, #d3d3d3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #d3d3d3 66%, #e7e5e6 73%, #d3d3d3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 0px 15px 3px rgba(43, 43, 43, 1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(43, 43, 43, 1);
    box-shadow: 0px 0px 15px 3px rgba(43, 43, 43, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 20px;
    font-family:Verdana, Geneva, sans-serif;
}

.mainsite h4 {
    text-align: center;
    font-size: 12px;
}

.maintance_user_logo {
    background: #fff;
    width: 200px;
    height: 90px;
    border-radius: 6px;
    text-align: center;
    margin: -50px 0 0 -75px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 1);
    box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 1);
    -moz-transform: rotate(-15deg);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
}

.maintance_user_logo img {
    width: 180px;
    height: 82px;
}

.maintance_cont_img {
    text-align: center;
    margin: -40px 0 0;
}

.underbg_main h4 {
    text-align: center;
    font-size: 24px;
}

.imporivesev {
    text-align: center;
    color: #3f51b5;
    font-weight: bold;
    font-size: 13px;
}

.toserve {
    line-height: 45px;
    margin: 25px auto 0;
    width: 555px;
    font-weight: bold;
    background: #fff;
    border: 2px solid #ddd;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 1);
    box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 1);
    font-size: 12px;
}

.maintance_main_div{
	min-height: 450px;
	background-color: dodgerblue;
}


/* Progress part of the progress bar */

.su-ui-progress {
    /* Usual setup stuff */
    position: relative;
    display: block;
    overflow: hidden;
    /* Height should be 2px less than .ui-progress-bar so as to not cover borders and give it a look of being inset */
    height: 20px;
    /* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
    /* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress-bar */
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    /* Set the background size so the stripes work correctly */
    -webkit-background-size: 44px 44px;
    /* Webkit */
    /* For browser that don't support gradients, we'll set a blanket background colour */
    background-color: #74d04c;
    /* Webkit background stripes and gradient */
    background: -webkit-gradient(linear, 0 0, 44 44, color-stop(0.00, rgba(255, 255, 255, 0.17)), color-stop(0.25, rgba(255, 255, 255, 0.17)), color-stop(0.26, rgba(255, 255, 255, 0)), color-stop(0.50, rgba(255, 255, 255, 0)), color-stop(0.51, rgba(255, 255, 255, 0.17)), color-stop(0.75, rgba(255, 255, 255, 0.17)), color-stop(0.76, rgba(255, 255, 255, 0)), color-stop(1.00, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, #74d04c), color-stop(1, #9bdd62));
    /* Mozilla (Firefox etc) background stripes */
    /* Note: Mozilla's support for gradients is more true to the original design, allowing gradients at 30 degrees, as apposed to 45 degress in webkit. */
    background: -moz-repeating-linear-gradient(top left -30deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17) 15px, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0) 30px), -moz-linear-gradient(#9bdd62 0%, #74d04c 100%);
    /* Webkit embossing */
    -webkit-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
    /* Mozilla embossing */
    -moz-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
    /* IE9 and Opera embossing */
    box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
    /* Give it a higher contrast outline */
    border: 1px solid #4c8932;
    /* Webkit magic */
    -webkit-animation: animate-stripes 2s linear infinite;
    /* TODO: Wait for Mozilla to support animation, then implement */
}


/* Progress indicator text */

.su-ui-progress span.ui-label {
    font-size: 12px;
    position: absolute;
    right: 0;
    line-height: 18px;
    padding-right: 12px;
    color: #000;
    text-shadow: rgba(255, 255, 255, 0.45) 0 1px 0px;
    white-space: nowrap;
}

.su-toserve img {
    width: 50px;
    height: 50px;
    margin: -45px 0 0 -25px;
}

.su-bearus {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.su-refresh {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-size: 10px;
}