.clear{
	clear: both;
}
#error_message {
    padding-left: 30px;
    color: #f00;
    margin-bottom: 15px;
}
#error_message ul, #error_message ul li {
	list-style: disc;
}
.total-items li{
	margin-bottom: 10px;
}
.sign-in-wrap, .sign-up-wrap{
	padding: 50px;
}
.box_credits .total-items .total-price{
	text-align: center;
}
.member_title{
	color: #03bfda;
    font-size: 22px;
    line-height: 30px;	
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/*======= tableManager ===========*/
.tableManager{
    width:100%;
    margin-bottom: 15px;
    background: #ffffff;
}
.tableManager thead tr th {
    padding: 11px 20px;
    background: #03bfda;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}
.tableManager tbody tr td{
    padding:10px 20px;
    border-bottom: solid 1px rgba(125, 124, 124, 0.1);
    font-size: 14px;
    line-height: 22px;
}
.tableManager tbody tr:nth-child(even){background: #fafafa;}
.tableManager tbody tr:nth-child(odd){
}
.tableManager .code{font-weight: bold;}
.tableManager .red{
    color:#fa1b1b;
    float:left;
}
.tableManager .blue{
    color:#0084cb;
}
.tableManager .green{
    color:#009840;
}
.tableManager button {
    float: right;
    text-transform: uppercase;
    background: #666666;
    color: #ffffff;
    border: none;
    width: 70px;
    height: 30px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding:0;
    border-radius: 5px;
}
.tableManager button:hover{
    background: #ee3024;
}
.form_site_filter .form-control{
	margin-top: 0;
}
.form_site_filter .input-group-prepend .left-addon{
	display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #03bfda;
    text-align: center;
    white-space: nowrap;
    background-color: #efefef;
    border: 1px solid #ced4da;
    border-right: none;
 	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.form_site_filter button.btn_site_filter {
    width: 12%;
    height:42px;
    font-size: 30px;
    padding: 0 13px 0 7px;
    border-radius: 0 50px 50px 0;
    background-color: #03bfda;
}
.form_site_filter button.btn_site_filter i{
	color: #fff;
}
/*======= Box order ===========*/
.row_order{
	width: 100%;
	background-color: #e9ecef;
	margin-bottom: 10px;
	border: 1px solid #ced4da;
}
.row_order .col_left{
	width: 40%;
	float: left;
}
.row_order .col_left span{
	padding: 9px;
    align-items: center;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.row_order .col_right{
	width: 60%;
	float: right;
	border-left: 1px solid #ced4da;
}
.input-group .input-group-addon.icon_copy{
	border:none;
	cursor: pointer;
	border-radius: 0;
}
.input-group .input-group-addon.icon_copy:hover{
	background: #03bfda;
	color:#fff;
}
.input-group .input-group-addon.icon_sms{
	border-left: 1px solid #ced4da;
}
.row_order input.form-control{
	margin-bottom: 0;
	margin-top: 0;
	border:none;
	border-radius: 0;
}
.row_order textarea.form-control{
	margin-bottom: 0;
	margin-top: 0;
	border:none;
	border-radius: 0;
}
.row_order textarea.resultSMS{
	background-color: #e9ecef;
	color: #03bfda;
}
.row_note{
	margin-bottom: 10px;
}
.row_note span.note_alert{
	color: #f00;
	text-transform: initial;
}
.box_button a.btn{
	color: #fff;
}
/*======= Home Verify Account ===========*/
.bg-img-1 {
    background: url(../images/home-bg.jpg);
}
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.home {
    position: relative;
}
.bg-overlay {
    background: -webkit-linear-gradient(#444F5C, #334159);
    background: -moz-linear-gradient(#444F5C, #334159);
    background: -ms-linear-gradient(#444F5C, #334159);
    background: -o-linear-gradient(#444F5C, #334159);
    background: linear-gradient(#444F5C, #334159);
    opacity: 0.85;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.home-wrapper {
    color: #ffffff;
    padding: 150px 0px 150px 0px;
}
.home-wrapper p {
    line-height: 24px;
    margin-top: 30px;
    color: #eee;
    margin-bottom: 50px;
    font-size: 16px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
	.sign-in-wrap, .sign-up-wrap{
		padding: 30px;
	}
	.tableManager thead{
	    display: none;
	}
	.tableManager tbody tr{
	    display: block;
	    padding:10px;
	    padding-left: 135px;
	    border-bottom: solid 1px rgba(125, 124, 124, 0.1);
	    position: relative;
	}
	.tableManager tbody tr:before{
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    width:120px;
	    background: #03bfda;
	}
	.tableManager tbody tr td{
	    display: block;
	    padding:0;
	    border-bottom: none;
	    margin-bottom: 10px;
	    position: relative;
	    text-align: right;
	}
	.tableManager tbody tr td:before{
	    content: attr(data-cont);
	    position: absolute;
	    left: -136px;
	    top: 0;
	    width:110px;
	    font-size: 13px;
	    line-height: 22px;
	    text-align: right;
	    color: #ffffff;
	}
	.tableManager .red,
	.tableManager button{
	    float:none;
	    display: inline-block;
	    margin-top: 5px;
	}
	.tableManager .red{
	    margin-right: 40px;
	}
	.boxMember .tableManager button{
	    width:70px;
	}
}
@media all and (max-width: 767px){
	.tableManager tr{
		margin-bottom: 0px;
	}
}




