#popup_kitchen_calc .jq-selectbox{padding:0px;height:auto}
@media screen and (max-width: 768px) {
#popup_k_calc{padding: 15px 10px;}
#popup_k_calc.popup-form input[type=text].form-control{padding: 6px 14px;}
}
.slam-easyform .modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .slam-easyform  .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.slam-easyform  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.slam-easyform .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}
.hide-formvalidation small.help-block{
    display: none!important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.slam-easyform .spinner,.slam-easyform .spinner:hover {
    position: relative;
    color: transparent
}

.slam-easyform .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite
}


	.borders span{font-weight:500}
	.borders label{font-weight:500 !important;}
	.borders{		
		text-align: center;
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.borders .top-border {
		display:block;
		border-top: 5px solid #000;
		height: 30px;
	}	
	.borders .left-border {
		border-left: 5px solid #000;
		margin-left: 20px;
	}
	.borders .right-border {
		border-right: 5px solid #000;
		margin-right: 20px;
	}	
	.borders .left-label {
		float: left;
		margin-top: 25px;
	}
	.borders .right-label {
		float: right;
		margin-top: -25px;
	}