.fullWidth {
	width:100%;
	min-height: 500px;
	height: auto;
}
.fullWidth .leftWidth, .fullWidth .rightWidth{
	width:50%;
	float: left;
	min-height: 500px;
	height: auto;
	position: relative;
}
.fullWidth .leftWidth {
	background: #010b8e;
	color:#fff;
}
.fullWidth .rightWidth {
	background: #010b8e63;
}
.setFloatOnPage {
   border: 1px solid #fff;
    padding: 10px 10px;
    height: 260px;
    width: 450px;
    position: absolute;
    left: 50%;
    margin-left: -225px;
    top: 50%;
    margin-top: -130px;
}
.setFloatOnPage2 {
   border: 1px solid #ffffff6b;
    padding: 10px 10px;
    height: 480px;
    width: 450px;
    position: absolute;
    left: 50%;
    margin-left: -225px;
    top: 50%;
    margin-top: -240px;
    overflow-y: auto;
}
.setFloatOnPage2 h4 {
	margin-top: 0;
}
.setFloatOnPage h4 {
	margin-top: 0;
}
input[type="date"]:not(.has-value):before{
  color: #a59999;
  content: attr(placeholder);
}
.setFloatOnPages {
    float: none;
    margin: 30px auto;
    background: #fff;
    padding: 20px 10px;
    height: 283px;
    border-radius: 10px;
}
.fullWidths {
     background: #261772;
 }
.setFloatOnPages .btn-default {
    background-color: #18a3e4;
}
.setFloatOnPages h4 {
    text-align: center;
    color: #18a3e4;	
}