﻿@import url('https://fonts.googleapis.com/css?family=Roboto');

.btn, button, select, input, textarea{ border-radius:0px!important;}

body{font-family: 'Roboto', sans-serif; background:#eee}
.bg-white{background:#fff!important;}
.sbox{box-shadow:0 0 5px -2px #777}
.pageheading{background: linear-gradient(to bottom, #1b3677, #213e82); position:relative; margin-bottom:20px!important;}
.pageheading h4{color:#fff; margin:0px; padding:10px 38px 10px 10px;}
.siftr {
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    line-height:37px;
    width:40px;
    text-align:center;
    background:#fff url(../images/Manual.png) no-repeat 50% 50%;
    text-decoration: none !important;
    transition: linear 0.2s;
    color:#333;
    border:1px solid #34A853
}

.paddt8{padding-top:8px!important;}
#ImageButton1 {vertical-align: middle;}

.ullist{padding:0 0 0 10px;margin:0px;list-style:none}
.ullist li {padding: 0 0 0 15px;background: url(../images/arrow_icon.png) no-repeat left 50%;}


.progressbar {
    width: 100%;
    height: 100%;
    position: fixed;
    left:0px;
    top:0px;
    background: url(../images/bglb.png) repeat;
    z-index: 99;
}
.progresscenter {
    width: 32px;
    height: 32px;
    position: fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    margin:auto
}