html
{
        position: relative;
    min-height: 100%;
}
body
{
       
     background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
        margin-bottom: 6px;
}

a#toTop {
    background-color: #018ad8;
    color: white;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
}

a.homeTextbg {
    letter-spacing: 0.5px;
    font-size: 12px;
}

td, th {
    padding: 5px 5px !important;
}

.Main_Heade_logo{
width: 100%;
    background-color: #76b5d83b;
    padding: 5px 0;
    border-top: 2px solid #006a9c;
    padding-bottom: 8px;
}
.headerrow
{
    background: #fff;
    margin: 0;
    border-bottom: 3px solid #005e86;
    padding-top: 4px;

    padding-bottom: 2px;
}
.headerrow img
{
}
.footerrow
{
        margin-top: 8px;
        background: -webkit-linear-gradient(#005E86, #018AD8);
        background: -o-linear-gradient(#005E86, #018AD8);
        background: -moz-linear-gradient(#005E86, #018AD8);
        background: linear-gradient(#01a9f1, #065c8e);
        padding: 15px;
        text-align:right;
        overflow: auto;
        color: #fff;
}
.footerlogo
{
        max-width: 100%;
    width: 200px;
    float: left;
    position: absolute;
    left: -15px;
    margin-top: -214px;
        background-size: 100%;
}
.bodyrow
{
    margin:0px;
}
.logindiv
{    background: #fff;
    min-height: 450px;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 2px solid #018ad8;
    box-shadow: 0px 1px 5px #696161;
}
.logindiv h2
{
       margin: 0px;
    background: #018ad8;
    padding: 10px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    border: 1px solid;
        text-transform: uppercase;
    font-weight: bold;

}
.Logim_div{
    border: 1px dashed #007cbf;
    overflow: auto;
    padding: 20px;
    box-shadow: 0 0 20px #ccc;
}
	
	.scroll_bar {
	      background: -webkit-linear-gradient(#005E86, #018AD8);
    background: -o-linear-gradient(#005E86, #018AD8);
    background: -moz-linear-gradient(#005E86, #018AD8);
    background: linear-gradient(#005E86, #018AD8);
    overflow: auto;
    padding: 5px 10px;
}
	.Input_Div_User,.Input_Div_Password{
		position:relative;
	}	
	
	.Label_UserName,.Label_Password{
		position:absolute;
	}
	.Logim_div input[type="Text"],.Logim_div input[type="Password"] {
    width: 100%;
    padding: 5px 5px;
		    padding-left: 70px;
}
.table-bordered>tbody>tr>td{
	white-space:nowrap;
}
	.fa-user,.fa-key{
	    color: #0178b6;
    padding: 1px 10px;
    width: 45px;
    margin: auto;
    background-color: #e5e8da;
    border: 2px solid #88beda;
    text-align: center;
	}
	input{
		    border: 2px solid #88beda;
	}
	.form_Width{
		
width: 32%;
		
margin:auto;
		
margin-top: 5%;
	}
	input[type="submit"] {
    width: 100%;
    float: right;
    border: 1px solid #017bbb;
    background-color: #0075b1;
    color: #fff;
    padding: 6px 10px;
    transition: 0.4s ease-out;
}
	.Heading_Login{
		padding:5px !important;
	}
	.form_Width .col-md-6{
		padding:0;
	}


.innerpagediv
{
    background: #fff;
    min-height: 450px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-top: 5px;
    border: 2px solid #018ad8;
    box-shadow: 0px 1px 30px #ccc;
    float: left;
    width: 100%;
}
.innerpagediv h2
{
       margin: 0px;
    background: #018ad8;
    padding: 10px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    border: 1px solid;
        text-transform: uppercase;
    font-weight: bold;

}

.form_lable {
    font-weight: bold;
    line-height: 2.2;
    color: #000;
    font-size: 13px;
}

.text_box {
    width: 100% !important;
    margin-bottom: 6px !important;
    padding: 5px 5px 5px 6px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 3px !important;
    height: 34px !important;
    background-color: #f9fafb !important;
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;

    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    background-color: #018ad8;
    /* background-color: rgb(104, 145, 162); */
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #127aab;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}


.logindetails
{
        padding: 30px;

}
.innerpagediv h2
{
    margin-bottom:15px;
}
.logindiv2
{
        background: url(../images/loginbg.png);
   
    background-repeat: no-repeat;
    height: 440px;
    width: 359px;
    margin-top: 15px;
        float: right;
}

.logindiv2 h2 {
    margin: 0px;
    background: #018ad8;
    padding: 10px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    border: 1px solid;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    float: left;
    width: 99%;
    margin-bottom: 20px;
}

.lgindivmain
{
    width:291px;
    margin:0 auto;
}
.circle1 {
    width: 165px;
    background: #673AB7;
    box-shadow: 0px 3px 7px #626263;
    height: 165px;
    border-radius: 50%;
    margin-top: 18px;
}
.circle2 {
    width: 150px;
    height: 150px;
    text-align: center;
    border: 2px dashed #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 7px;
    float: left;
    margin-left: 7px;
    padding-top: 5px;
    color: #fff;
    font-weight: 500;
    text-shadow: none;
    font-size: 18px;
    line-height: 1.2;
}
.circle2 img {
    margin-bottom: 6px;
}
.circle1:hover {
    background: #F44336;
}
.dashboarddiv
{}

.dashboarddiv .col-sm-2
{
    width: 20%;
    margin-top: 100px;
}
.circle11
{
        background: #0600ff;
}
.circle12
{background: #b604ca;}
.circle13
{
     background: #4daf00;
}
.circle14
{background: #e89800;}
.circle15
{
}
.valuedashboard



{
        margin-bottom: 0;
    margin-top: 8px;
    font-weight: bold;
    font-size: 20px;
    color: #faff1b;
}

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{
    width: 100%;
    margin: 0;
    height: 500px;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(1, 138, 216);
    border: 2px solid rgb(1, 138, 216);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #018ad8;
    color: rgb(1, 138, 216);
}

span.round-tabs.two{
    color: #ff5b22;
    border: 2px solid #ff5b22;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ff5b22;
    color: #ff5b22;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #21a7e4;
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
   padding-top: 15px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

.nav-tabs {
    border: 1px solid #ddd;
    border-bottom: 1px solid #21a7e4;
}
.tab-content>.tab-pane {
   
    float: left;
    width: 100%;
}
.tab-content {
  
border: 1px solid #ddd;
  
padding-bottom: 10px;
  
border-top: 0px solid #21a7e4;
}
.tabstext p
{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -17px;
    font-size: 18px;
    font-weight: bold;
    color: #018ad8;
}
.tabstext2 p
{
        color: #ff5b22;
}
.tabstext3 p
{
        color: #3e5e9a;
}
.tabstext4 p
{
        color: #f1685e;
}
.tabstext5 p
{
        color: #676666;
}

th
{background: #018ad8;color: #fff;text-align: center;}

.circle2 .fa {
	font-size:40px;
	padding: 8px 0px;
}

.blink_me {
                -webkit-animation-name: blinker;
                -webkit-animation-duration: 2s;
                -webkit-animation-timing-function: linear;
                -webkit-animation-iteration-count: infinite;

                -moz-animation-name: blinker;
                -moz-animation-duration: 2s;
                -moz-animation-timing-function: linear;
                -moz-animation-iteration-count: infinite;

                animation-name: blinker;
                animation-duration: 2s;
                animation-timing-function: linear;
                animation-iteration-count: infinite;

                font-size: 14px;
               font-weight: bold;

            }
            @-moz-keyframes blinker {  
                0% { color: red; }
            100% { color: blue; }
            }
            @-webkit-keyframes blinker {  
                0% { color: red; }
            100% { color: blue; }
            }
            @keyframes blinker {  
                0% { color: red; }
            100% { color: blue; }
            }

/* ticker */
.ticker-container {
	height: 60px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	color: white;
	/*background-color: white;
	color: black;*/
	font-size: 1.1em;
	margin-bottom: 15px;
}
.ticker-container .ticker-caption {
	height: 50%;
	width: 100%;
	background-color: #EC0B43;
	display: table;
	position: absolute;
	color: white;
	font-size: 0.8em;
	z-index: 1;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	left: 0;
	height: 50%;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
	top: 30px;
}
.ticker-container ul div.not-active {
	top: 60px;
}
.ticker-container ul div.remove {
	top: 0;
}
.ticker-container ul div li {
	padding: 5px 0;
}
.ticker-container ul div li a {
	color: #EC0B43;
}

@media (min-width: 500px) {
	.ticker-container {
		height: 30px;
		text-align: left;
		
	}
	.ticker-container .ticker-caption {
		height: 100%;
		width: 150px;
		background: url(../images/ticker-caption-bg.png);
	}
	.ticker-container .ticker-caption p {
		text-align: left;
		padding-left: 7px;
	}
	.ticker-container ul {
		margin-left: 170px;
		height: 100%;
	}
	.ticker-container ul div {
		height: 100%;
		left: 170px;
	}
	.ticker-container ul div.ticker-active {
		top: 0;
	}
	.ticker-container ul div.not-active {
		top: 30px;
	}
	.ticker-container ul div.remove {
		top: -30px;
	}
}
@media (max-width:768px) and (min-width:640px){
	.login-page .form_Width {
    width: 50% !important;
	}
}



@media (min-width: 768px) {
  .ticker-container {
    margin-bottom: 10px;
	
  }
}

@media (min-width: 992px) {
  .ticker-container {
    margin-bottom: 20px;
	
  }
}


p.title_div {
	font-weight: bold;
	    font-size: 13px;
}
p.main_name {
	font-size: 13px;
    margin-top: 7px;
    margin-bottom: 11px;
}

@media (min-width: 768px){
.navbar {
    border-radius: 0px !important;
}
}
.navbar {
	margin-bottom:0px !important;
	    min-height: 40px !important;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
}
.navbar-default {
    background-color: #005E86 !important;
    border-color: #018AD8 !important;
    border-bottom: 3px solid #005e86;
}
.navbar-default .navbar-nav>li>a {
    color: #FFF !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FFFEFE !important;
    background-color: #018AD8 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {

    background-color: #018AD8 !important;
}

.tab_gallery h1 {
    background: #f37a00;
    background: -webkit-linear-gradient(#005E86, #018AD8);
    background: -o-linear-gradient(#005E86, #018AD8);
    background: -moz-linear-gradient(#005E86, #018AD8);
    background: linear-gradient(#005E86, #018AD8);
    font-size: 16px;
    color: #fff;
    padding: 10px;
	    margin-bottom: 0px;
   
}

tr:nth-child(even){
   background: none repeat scroll 0% 0% #E2F5FF !important;
   font-size: 13px;
    color: #565555;
    font-weight: 600;
    width: 100%;
    border-top: 2px solid #FFF;
}
tr:nth-child(odd){
 background: none repeat scroll 0% 0% #FDFFE2 !important;
 font-size: 13px;
 color: #565555;
 font-weight: 600;
 width: 100%;
 border-top: 1px solid #cababa;
}

.table {
	margin-bottom:0px !important;
}
.info_ope {
	padding: 7px 0px 0px 15px;
    background-color: #00A5FF;
    color: #fff;
}
.reshide p {
	margin-top:5px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background-color: #337AB7;
    text-align: center;
    color: #fff;
}

#back-to-top {
	float: right;
    z-index: 9999999;
    position: relative;
    margin-top: 20px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 8px 13px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

@media (max-width: 480px) and (min-width: 420px){
.login-page .form_Width {
    width: 80% !important;
}
}
@media (max-width: 380px) and (min-width: 360px){
.login-page .form_Width {
    width: 80% !important;
}
}