#loading_page {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: none;
   opacity: 0.7;
   background-color: #fff;
    z-index: 100000000000000000000000;
   text-align: center;
}

#loading-image-page {
  position: absolute;
  top: 40%;
  left: 45%;
 
}

.successbox, .errorbox{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;

}

.successbox {
background-color: #dff2bf;
background-image: url("success.png");
color: #4f8a10;
display:none;
}

.errorbox {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
display:none;
}

.carousel-control{
	color:white;
}



.inputTxtError {
   border: 1px solid #ff0000;
   color: #0e0e0e;
}

.thumbcarousel {
    margin-top: 20px;
}
.thumb {
    width: 25%;
	cursor: pointer;
	float: left;
}
.thumb img {
	width: 100%;
	margin: 2px;
}

.table {
  table-layout:fixed;
}

/* Login Box Styling */
.LoginBox {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.LoginBox .form-control {
    max-width: 400px;
}
