#content_wrapper .box{
 padding: 15px 32px 50px;
 }
 
#content_wrapper .box-header h4{
font-size:15px;
} 
 
 #content_wrapper .content .form-control{
 width:45%;
 }
 
 
.fright{
float:right;
} 
 

.login-form{
    width: 400px;
    margin: 100px auto;
	background-color:#fff;
	box-shadow:0px 0px 0px 5px rgba(0,0,0,0.15)
}

.social-icon{
	text-align: right;
    margin: 20px 20px;
    padding-top: 20px;
	
}

.social-icon a{
	margin:0 4px;
}
	

/*.fa{
	color:#333;
	opacity: .5;
}*/

.login-form h4{
	margin-left:30px;
	margin-bottom:40px;
	color:#646464;
}

.margin-bottom{
	margin-bottom:40px;
}

.login-form .add-on{
	position:absolute;
    background-color: #eee;
	border:1px solid #eee;
    padding: 5px 12px;
    margin-left:20px;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form{
	 display: block;
    width: 80%;
    height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-left: 52px;
    margin-top: 0px;
	border-left: 0px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	outline:none !important;
	
}

.checkbox{
	
	margin-left:20px;
}

.login-btn{
    margin-top: 0px;
    margin-right: 20px;
    float: right;
}

.login-form input[type='checkbox']{
	margin-top:6px;
}

.login-form h5{
	margin-left:30px;
	font-size:16px;
}

.login-form p{
	margin-left:30px;
	padding-bottom:22px;
}


.box-icon{
float:right;
}

 
 .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.estimate td{
    padding: 5px;
    font-size: 14px;
    color: #888989;
}

.estimate h4{
    font-size: 18px;
    margin: 0 0 0 0;
    color: #fff;
}



@media screen and (max-width: 992px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}