/*
 Theme Name:   Bootstrap Basic4 Child
 Theme URI:    #
 Description:  Bootstrap Basic4 Child Theme build with Bootstrap v.4.
 Author:       Web Dev
 Author URI:   #
 Template:     bootstrap-basic4
 Version:      1.0
 Text Domain:  bootstrap-basic4-child
*/
.entry-content {
	background: #fff;
	position:relative;
	z-index:150;
}
#openinstantquote {
	z-index: 15550;
}
body:not(.home) .site-main::after{
	background:#fff;
}
.quote-header .justify-content-center {
	display: table;
	width: 100%;
}
.quote-header .justify-content-center > div {
	float: left;
	width: 20%;
	max-width: 20%;
	display: table;
}
.quote-header > .row {
	
}
.quote-header a{
font-size:12px;	
}
.quote-form section{
	display:none;
	
}
.quote-form section.active{
	display:block;
}
.quote-form input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 25px !important;
	height: 25px !important;
	appearance:checkbox !important;
	-moz-appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
}
.holder_default {
		width: 411px;
		height: 190px;
		border: 2px dashed #ccc;
		margin-top: -195px;
	}

	#holder.hover {
		width:411px; 
		height:180px; 
		margin-top: -181px;
	}

	.hidden {
		visibility: hidden;
	}

	.visible {
		visibility: visible;
	}
	.upload-area:hover{
		cursor: pointer;
	}

	.upload-area h1{
		text-align: center;
		font-weight: normal;
		font-family: sans-serif;
		line-height: 50px;
		color: darkslategray;
	}

	#userfile{
		display: none;
	}

	/* Thumbnail */
	.thumbnail{
		width: 80px;
		height: 80px;
		padding: 2px;
		border: 2px solid lightgray;
		border-radius: 3px;
		float: left;
	}

	.size{
		font-size:12px;
	}
	.num_tab{
	    border: 1px solid;
    width: 24px;
    display: inline-block;
    height: 24px;
    border-radius: 50px;
    line-height: 22px;
    margin-right: 5px;
	}
.btn-cstm{
			background-color: white;
			border: 0px;
			height: 0px;
		}
	.num_tab{
	border: 1px solid;
    width: 24px;
    display: inline-block;
    height: 24px;
    border-radius: 50px;
    line-height: 22px;
    margin-right: 5px;
	}
	
	th {
    border-bottom-width: 2px;
    background: #5bc9f4;
    color: #fff;
    text-shadow: 0 2px 5px #000;
}

.table-bordered td,.table-bordered th {
    border: 1px solid #000 !important;
}

/*tr.overlay::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: */
/*    #cccccc6b;*/
/*    height: 70%;*/
/*    width: 97%;*/
/*    top: 22.5%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/

/*tr.overlay::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: */
/*    #cccccc6b;*/
/*    height: 70%;*/
/*    width: 97%;*/
/*    top: 22.5%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #df0c0c4d;
}
.overlay {
	position: relative;
	overflow: auto;
}

    .num_tab {
	border: 1px solid;
	width: 18px;
	display: inline-block;
	height: 18px;
	border-radius: 50px;
	line-height: 14px;
	margin-right: 5px;
}
	
	.btn.next-step,.btn.btn-custom,.btn.btn-initemail,.btn.btn-cstm1,.btn.btn-danger {
	transition: background-color 0.4s ease 0s;
	border: solid rgba(168, 168, 168, 1) 0px;
	border-radius: 7px;
	font-size: 16px;
	padding: 9px 18px;
	background: #f0f0f0;
	color: #626060;
	
}
.btn.btn-danger { background-color:#dc3545;color:#fff;}
#openNew.btn-success {
	font-size: 16px;
	padding: 9px 18px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
}
input[name="uploads_priority"] ~ .form-check-label {
	background: url('./assets/img/shipping-fast-512-400x400.png') no-repeat;
	background-size: 31px;
	background-position: 12px 2px;
}
input[name="uploads_priority_2"] ~ h6 {
	background: url('./assets/img/running-solid.svg') no-repeat;
	background-size: 21px;
	background-position: 12px 5px;
	padding: 14px 0 0px 35px;
}
.quotes-details .fa.fa-user {
	font-size: 25px;
}
#openinstantquote .modal-header h2 {
	font-size: 22px;
	text-align: center;
	width: 100%;
}
#openinstantquote h4 {
	font-size: 16px;
}
.quote-form label {
	font-size: 13px;
}
.form-control {
	font-size: 12px;
}

::placeholder {
  font-size: 12px;
}
.quote-form .table-responsive th {
	font-size: 12px;
}
.quote-form .custom-control.custom-checkbox {
	margin-bottom: 15px;
}
.quote-form .custom-control-label {
	position: relative;
	vertical-align: top;
	line-height: 22px;
}
.nouser {
	display:none;
}

#openinstantquote.activeajax > .modal-dialog::after {
	background: rgba(0,0,0,0.5);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index:200;
}
.modalbody-addmore {
	margin-top: 20px;
	display:none;
}
.modalbody-addmore.show{
	display:block;
}
.modalbody-addmore .custom-control.custom-radio {
	float: left;
	/* display: table; */
}
.modalbody-addmore form {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.userlogin .error {
    color: red;
    font-size: 12px;
}
a.popup-quotes {
    cursor: pointer;
}