.main-text
{
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #FFF;
}

.loginCss{
		padding-bottom: 6px !important;
    padding-top: 6px !important;
    /* margin-top: 10px !important; */
    background-color: white !important;
}
.fontAwesomeColor{
	color:black !important;
}
.loginHeader{
	font-size: 20px;
	color:white;
	text-align:center;
	margin-bottom: 0px;
}
.progress{
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    }
html {
  scroll-behavior: smooth;
}

/* .navMenu{
	padding-top:12px;
} */
.navLinkCS{
text-decoration:none !important;
}

/* .left-text> ul.ulFontSizeCS{
	font-size:14px ;
}
.nopaddingIncDec{
	padding:0px !important;
}
.left-text> p.pFontSizeCS{
 font-size:14px ;
 }
 .navbar-collapse> ul.navbar-right{
	font-size:14px ; 
}
.commonFontSize{
	font-size:14px !important;
} */
.btnColorSign{
	background-color:#007bff !important;
	border:none !important
}


.logoNav{
/* 	padding-top: 8px; */
	margin-bottom: 30px;
}

.logoImage{
	width: 430px;
	margin-bottom: 10px;
	margin-top: -11px;
}


.btn-modal {
  margin: 2em;
}

.btn {
  border-radius: 0;
  border: none;
  -webkit-transition: background-color ease-out 0.5s;
  -moz-transition: background-color ease-out 0.5s;
  -o-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s;
  &:hover {
    -webkit-transition: box-shadow ease-out 0.3s;
    -moz-transition: box-shadow ease-out 0.3s;
    -o-transition: box-shadow ease-out 0.3s;
    transition: box-shadow ease-out 0.3s;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }
}

.btn-grey {
  background: #797979;
  color: #fff;
  &:hover {
    background: #575757;
    color: #fff;
  }
}

.close {
  opacity: 2;
  position: absolute;
  left: 480px;
  top: -5px;
  z-index: 1;
  color:white
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  &:focus {
    box-shadow: none;
    border-color: #999;
  }
}

#myModal {
  .modal-dialog {
    /* max-width: 580px; */
  }
  .modal-content {
    border-radius: 0;
    border: none;
    form {
      label {
        font-weight: normal;
        margin-bottom: 2px;
      }
    }
  }
  .modal-footer {
    text-align: left;
  }
}




/* Optional Styling */

/*.form-control {
  border: none;
}
*/

/* Form validation */
.parsley-error {
  border-color: #c00;
  color: #c00;
  background-color: #FFD9D9;
}

/* Forgot Password Section */
#forgot-password-collapse {
  border-top: 2px dashed #999;
  margin-top: 30px;
  h5 {
    margin-top: 15px;
  }
  form {
    margin-top: 20px;
  }
}

.existing-customer {
  display: none;
}


.newsEffect
{
	text-align:left;
}

.newsEffect:hover{
		background: #003368;
    color: white;
	cursor:pointer;
}

.fa-arrow-right:before :hover{
	
}


.space{
		padding-top:25px;
}

.opinionPoll{
    padding-top: 12px;
	border: 1px solid #E6E6E6;
}

.hiddenspanforlink
{
	display:none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:100;
}

.sticky + .content {
  padding-top: 160px;
}

.bg-dark {
    background-color: #003466!important;
    
    padding:12px;

}
.hoverClose:hover{
	color:#fde9e9 !important;
}
.nav-link{
		color:#FFFFFF !important;
}

.service-content {
  padding-left: 115px;
  padding-right: 15px;
  padding-top: 3vh !important;
  background-image: url(../../images/bihar/2nd-section.jpg);
  /* background-attachment: fixed; */
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-content-4{
	background-image: url(../../images/bihar/4th-section.jpg) !important;
	}
.service-content-5{
	background-image: url(../../images/bihar/5th-section.jpg) !important;
	}

.service-content-6{
	background-image: url(../../images/bihar/6th-section-image.png) !important;
	}


.service-content-7{
	background-image: url(../../images/bihar/8th-section.jpg) !important; 
	}

.service-content-3{
	background-image: url(../../images/bihar/3rd-section.png) !important;
	}
}

.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

h4, .h4 {
  font-size: 18px;
}

.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #FFFFFF;
  margin: 20px 0px 20px 0px;
}

.service-content .left-text p {
  color:#d4cece;
}

.service-content .left-text ul {
  padding: 0;
  
  list-style: none;
}

.service-content .left-text ul li {
  margin: 8px 0px;
  font-weight: 600;
  color: #fff;
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 15px auto;
}

.left-text h2{
    margin-top: 0px;
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0px;
}


.primary-button a{
	transition: all .5s ease;
    color: #fff;
    border: 1px solid white;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    background-color: transparent;
    padding: 10px 30px;;
    outline: none;
	font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
	display: inline-block;
}

.image--cover {
 
}

h1, h2, h3, h4, h5, h6 {
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  
  margin-bottom: 10px;
  
}

.site-heading h2 span {
  color: #ffaf5a;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  
}

.site-heading h4::before {
  background: #003466 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 10px;
  overflow: hidden;
  
}


.features-items,
.features-items .items-box {
  overflow: hidden;
  padding-top:12px;
}

.features-area .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
  float: left;
}

.features-area .features-items.reversed .info-box {
  float: right;
}

.features-area .features-items .item {
  padding: 15px 30px;
  cursor: pointer;
}



.features-area .features-items .item h4 {
  position: relative;
}

.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 20px;
}

.features-area .item .info {
}

.features-area .item .icon i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #003368;
  border:1px solid #003368;
  display: inline-block;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
  border-radius: inherit;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ffaf5a;
  display: inline-block;
  font-size: 50px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}


.features-area .item .info h4 {
    color:#394158;
}
.features-area .item .info p {
  margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
  color: #ffaf5a;
}


.services {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2vh;
  //background: #F5F5F5 url(../img/b-services.png) top center no-repeat fixed;

}

.viewall a{
	transition: all .5s ease;
    color: #003368;
    border: 1px solid #847171;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    background-color: transparent;
    padding: 10px 30px;;
    outline: none;
	font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
	display: inline-block;
}

.news-sec{
    margin-bottom: 10px;
    overflow: hidden;
    
}




@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}


main {
  width: 400px;
  margin: 30px auto;
}



.pieID {
  display: inline-block;
  vertical-align: top;
}

.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0;
}

.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #EEE;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}

.pie::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 220px auto;
}

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1s;
}

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}

.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  padding: 15px;
  font-size: 13px;
  box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
}

.legend li {
  width: 110px;
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}

.legend em {
  font-style: normal;
}

.legend span {
  float: right;
}

.newssp{
		padding-top:34px;
}

.login{
	border: 1px solid white;
    background: #FFF8DC;
    
    color: #003466 !important;
    font-weight: 600;
    color: black;
    /* padding-right: 23px; */
    margin-left: 20px;
    padding-top: 4px;
    cursor:pointer;
	
}


.hamburg {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  cursor:pointer;
	
}

.news{
		padding-left: 15px;
    padding-right: 15px;
    padding-top: 9vh;
   //background:#FFFFFF url(../img/news-background.png) top center no-repeat fixed;
    
}






.h3class{
	color: #86878B;
    font-size: 16px;
    padding-top: 16px;
}







button {
  position: relative;
  //display:block;
  height: 45px;
  width: 210px;
  
  padding: 5px 5px;
  font-weight: 700;
  
  letter-spacing: 0.5px;
  color: #003368;
  border: 1px solid #847171;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.fill:hover {
  color: whitesmoke;
}

.fill:before {
  content: "";
  position: absolute;
  background: #383736;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}



.arrow{
  text-align:left;
  padding-left:17px;
}

.arrow:before{
  content:"→";
  position:absolute;
  color:#383736;
  left: 83%;
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.arrow:hover:before{
  left:84%;
  opacity:1;
}

.arrow:hover {
  width:170px;
}


.slide3:after{
  content:"View All Services";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  text-align:center;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide3:before {
  content:"Click Here";
  height:100%;
  width:100%;
  position:absolute;
  color:#383736;
  left:-100%;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide3:hover{
  background:#003466
}

.slide3:hover:before{
  left:0;
  opacity:1;
  color:#fff;
}
.slide3:hover:after{
  left:100%;
  opacity:0;
}

.slide3.left:hover{
  background:none;
}

.slide3.left:before {
  left:100%;
  color:#383736;
  -webkit-transition: all 425ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide3.left:hover:before{
  left:0;
}

.svg{
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
}

.svg:before{
  position:absolute;  
  content:"";
  background: url(https://f.cl.ly/items/3H3A0D1N281a2T280F3o/heist.svg) no-repeat center center;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:-1;
  opacity:0;
  -webkit-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.svg:after {
  content: "";
  position: absolute;
  background: #d19b26;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -2;
  -webkit-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
}
.svg:hover{
  color:white;
  border: 0px #d19b26 solid;
}
.svg:hover:before {
  opacity: .8;
}
.svg:hover:after {
  top: 0;
}




.slide1:after{
  content:"View All News";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  text-align:center;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide1:before {
  content:"Click Here";
  height:100%;
  width:100%;
  position:absolute;
  color:#383736;
  left:-100%;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide1:hover{
  background:#003466
}

.slide1:hover:before{
  left:0;
  opacity:1;
  color:#fff;
}
.slide1:hover:after{
  left:100%;
  opacity:0;
}

.slide1.left:hover{
  background:none;
}

.slide1.left:before {
  left:100%;
  color:#383736;
  -webkit-transition: all 425ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide1.left:hover:before{
  left:0;
}

.slide2:after{
  content:"View on Full Screen";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  text-align:center;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide2:before {
  content:"Click Here";
  height:100%;
  width:100%;
  position:absolute;
  color:#383736;
  left:-100%;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide2:hover{
  background:#003466
}

.slide2:hover:before{
  left:0;
  opacity:1;
  color:#fff;
}
.slide2:hover:after{
  left:100%;
  opacity:0;
}

.slide2.left:hover{
  background:none;
}

.slide2.left:before {
  left:100%;
  color:#383736;
  -webkit-transition: all 425ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide2.left:hover:before{
  left:0;
}



/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


.sidenav{background-color:#111;height:100%;left:0;overflow-x:hidden;padding-top:60px;position:fixed;top:0;transition:.5s;width:0;z-index:1;}
.sidenavR{background-color:#111;height:100%;overflow-x:hidden;padding-top:60px;position:fixed;right:0;top:0;transition:.5s;width:0;z-index:1;}
.sidenav a,.sidenavR a{color:#818181;display:block;font-size:25px;padding:8px 8px 8px 32px;text-decoration:none;transition:.3s;}
.sidenav a:hover,.offcanvas a:focus,.sidenavR a:hover,.offcanvas a:focus{color:#f1f1f1;}
.sidenav .closebtn,.sidenavR .closebtn{font-size:36px;margin-left:50px;position:absolute;right:25px;top:0;}
@media screen and max-height 450px {
.sidenav,.sidenavR{padding-top:15px;}
.sidenav a,.sidenavR a{font-size:18px;}
}

.abc,
.abc::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.abc {
  background: none;
  border: 1px solid #fff;
  
  color: #fff;
  /* display: block; */
  /* font-size: 1.6em; */
  font-weight: bold;
  /* margin: 1em auto; */
  /* padding: 2em 6em; */
  position: relative;
  /* text-transform: uppercase; */
}

.abc::before,
.abc::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

.abc:hover {
  color: #003466;
}






.btn-3::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.btn-3:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.extraPadding{
	padding-left: 250px;
}




@media (max-width: 767px) {
	.logoImage{
	width: 230px;
	margin-bottom: 10px;
	}
	
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
		display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	}
	}

::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-button {
	width: 8px;
	height:5px;
}
::-webkit-scrollbar-track {
	/* background:#eee;
	border: thin solid lightgray; */
	background: #eee;
    border: thin solid #3C8DBC;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:10px;
}
::-webkit-scrollbar-thumb {
	background:#999;
	border: thin solid gray;
	border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}


.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -16.7%; }
	.carousel-inner .next        { left:  16.7%; }
	.carousel-inner .prev		 { left: -16.7%; }	
}

.alignCenter{
	text-align:center;
}



@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}




#statusbar{
	position: fixed;
	display:inherit;
	text-align:center;
	z-index:2000;
	width: 100%;
	height: 100%;
	top:40%;
	visibility: hidden;
	font-weight: bold;
	font-size: 1.125em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* #statusbar div{
	width: 100%;
	height: 200px;
	padding: 10px;
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #0077c8;
} */

#statusbar span{
	font-size: 16px;
	height:100px;
	font-style: italic;
	font-weight: bold;
  	font-family:Verdana, Helvetica, sans-serif;
	white-space: nowrap;
	color: #ffffff;
}

#imgtd{
	float:left;
	background: url(../../bootstrap/images/HomePage/ProgressBar.gif) 50% 50% no-repeat;
	width: 100%;
}

#statuBarTd1{
	display:none;
	float:right;
	margin-top:-65px;
}

.prog-border {
  height: 8px;
  width: 200px;
  background: white;
  border: 1px solid #ffffff;
  border-color: white;
  margin: 1px;
  padding: 0;
}

.prog-bar {
  height: 6px;
  margin: 2px;
  padding: 0px;
  background: #3299CC;
}

.fade_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index:1001;
	opacity:0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=50);
}


/*  style added for dynamic container for opening application -START-  */

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #003466;
    background-color: #003466;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header {
    color: rgb(68, 68, 68);
    display: block;
    position: relative;
    padding: 10px;
}
.box-body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box.box-solid.box-primary {
    border: 1px solid #003466;
}
.box.box-solid {
    border-top: 0;
}
.box.box-primary {
    border-top-color: #061A40;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}


/*  style added for dynamic container for opening application -END-  */ 

label {
    color: #1f282d;
}
.blackText {
    color: #000000 !important;
}

.bg-add {
    background-color: #2d4373 !important;
    color: white !important;
}
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.table>thead>tr {
    background-color: #061A40;
    color: #fff;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -20px !important;
    margin-left: -20px !important;
}