.title_header
{
	font: 600 18px/22px "Open Sans", sans-serif;
    color: #555454;
    background: #f6f6f6;
    border-top: 5px solid #333333;
    text-transform: uppercase;
    padding: 14px 5px 17px 20px;
    margin-bottom: 20px;
}
.header_quotes
{
	margin-bottom:30px;
}
.title_product
{
	font-size: 17px;
    line-height: 23px;
    color: #3a3939;
    margin-bottom: 0;
}
.title_product a:hover
{
	color:#777;
}
.btn-default_mine_1{
 	font-size: 1em;
    font-weight: bold;
    color: white;
    background-color: #43b155;
    border-color: #777;
    float:right;
    margin-top: 15px;
}
.btn-default_mine_1:hover, .btn-default_mine_1:focus, .btn-default_mine_1:active, .btn-default_mine_1.active {
    color: white;
    background-color: #2e7a3a;
    border-color: #2e7a3a;
}
.btn_login_quote
{
	font-size: 1em;
    font-weight: bold;
    color: white;
    background-color: #43b155;
    border-color: #777;
    margin-top: 15px;
    display: block;
    margin: auto;
    width: 190px;
}
.btn_login_quote:hover, .btn_login_quote:focus, .btn_login_quote:active, .btn_login_quote.active {
    color: white;
    background-color: #2e7a3a;
    border-color: #2e7a3a;
}
.text_input_dbboo
{
	display: block;
    width: 100%;
    height: 27px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.alert-warning{
    background-color: #fe9126;
    border-color: #e4752b;
    color: #fff;
}
.alert-success {
    background-color: #55c65e;
    border-color: #48b151;
    color: #fff;
}
.alert-error {
    background-color: #55c65e;
    border-color: #48b151;
    color: #fff;
}
.name_input div{
	margin-bottom:18px;
}
tr:nth-of-type(odd) {
    background: #fcfdfe;
}
.up_count
{
	color: #a7a7a7;
	padding: 0 3px 0 3px;
}
.up_count i
{
	font-size:11px;
}
.down_count i
{
	font-size:11px;
}
.down_count
{
	color: #a7a7a7;
    padding: 0 3px 0 3px;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.icon-trash:before {
    content: "\f014";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.text_captcha
{
	width:100%;
}
.img_loading
{
	float: right;
    width: 20px;
    margin-top: 23px;
    margin-right: 45px;
    display:none;
}
@media (max-width: 1199px) {
	.name_input div{
		margin-bottom: 6px;
	}
	.name_dbboo{
		padding-right:0px;
	}
    .first_name_dbboo{
    	width:100% !important;
    }
    .last_name_dbboo{
    	width:100% !important;
    }
    .company_name_dbboo{
    	width:100% !important;
    }
    .text_captcha
	{
		width: 175px;
    	float: left;
    	margin-right: 18px;
	}
	.title_captcha
	{
		float:left;
	}
	.captcha_doubleboo
	{
		margin-top:18px;
	}
    
}

@media (max-width: 427px)
{
	.text_captcha
	{
		width: 100%;
		float: none;
	}
	.title_captcha
	{
		float:none;
	}
	.captcha_doubleboo
	{
		margin-top:0px;
	}
	.img_captcha_code
	{
		display: block;
    	width: 100px;
    	height: 26px;
    	margin-left: 15px;
    	margin-top: 10px;
	}
}

@media (max-width: 768px)
{
	.product_display {
    	border: none;
    	border-top: none !important;
    	border-bottom: 1px solid #e8e8e8;
    	position: relative;
    	padding-left: 50% !important;
	}
	table, tbody, th, td, tr {
    display: block;	
	}
	thead{
		display:none;
	}
	.product_display::before {
    	position: absolute;
    	top: 6px;
    	left: 6px;
    	width: 45%;
   		padding-right: 10px;
    	white-space: nowrap;
	}
	.product_display:nth-of-type(1){
    	width:100% !important;
    }
    .product_display:nth-of-type(4){
    	width:100% !important;
    }
    .product_display:nth-of-type(6) a{
    	margin:0 !important;
    }
    .total_display
    {
    	position: relative;
    }
    .total_display td:nth-of-type(1)
    {
    	text-align:left !important;
    }
    .total_display td:nth-of-type(2)
    {
    	position: absolute;
		top: 8px;
    	left: 47%;
    	border-top: none;
    }
}


