﻿.loader{   display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 48%;
    width: 100%;
    z-index: 5000;}
.loader_img{top: 41%; position: relative; margin:0 auto; height:50px; width:50px;}
.iupdate{margin-left:10%;}
.Validateinput {    border-right: solid 5px red !important}
.marcenter { margin:0 auto; text-align:center;}
.wd100 { width:100%; display:block;}
.martop10 { margin-top:10px;}
.whitefont { color:#ffffff; font-size:15px;}
.clear{ clear:both;}
.blueb { background-color:#0098db;}
.orangeb { background-color:#ff9900;}
.greenb { background-color:#5f9a00;}
.redb { background-color:#eb3d01;}
.lredb { background-color:#ce4e4d;}
.pinkb { background-color:#ed2b84;}
.dblueb { background-color:#154597;}
.purpleb { background-color:#67217a;}
.sblueb { background-color:#215a8f;}
.blackb { background-color:#484848;}
.yellowb { background-color:#ffbb0e;}
.greenc{ background-color:#43aa7d;}
.black { background:#000000;}
.btn-toggle { display:block; width:40px; height:40px;}


.right-side > .content-header {
  position: relative;
  padding: 15px 15px 10px 20px;
}
.right-side > .content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.right-side > .content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.right-side > .content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.right-side > .content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
}
.right-side > .content-header > .breadcrumb > li > a > .fa,
.right-side > .content-header > .breadcrumb > li > a > .glyphicon,
.right-side > .content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.right-side > .content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
.right-side > .content-header {
  background: #fbfbfb;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label {    
    -webkit-transition: 0.0s ease all !important;
    -o-transition: 0.0s ease all !important;
    transition: 0.0s ease all !important;
}