/*
Theme Name:     Carpress Child
Theme URI:      http://www.proteusthemes.com
Description:    Child theme for the Carpress
Author:         Primoz Cigler
Template:       carpress
Version:        1.0
*/


.mt-1 { margin-top:1em; }
.mt-2 { margin-top:2em; }
.mt-3 { margin-top:3em; }
.mt-4 { margin-top:4em; }

.brand img {
    width:100% !important;
}

ul li {
    margin-bottom:0;
}

/* Dashboard Styles */
.appointment-container {
	display: flex;
}

.form-wrap{
	flex-basis: 50%;
	padding-right: 15px;
}

.table-wrap{
	flex-basis: 50%;
	padding-left: 15px;
}

.table-wrap table {
	table-layout: fixed;
	width: 100%;
}

.table-wrap thead tr th {
	padding: 15px 5px;
	background-color: #1375BF;
	color: #fff;
}


.table-wrap tbody tr td {
	padding: 15px 5px;
	text-align: center;
}

/*.table-wrap tbody tr:nth-child(2n+3):not(.order-details){
	background-color: #f1f1f1;
} */

tr.odd-row:nth-of-type(odd) {
	background-color: #f1f1f1;
}

.login-submit .button-primary{
	background-color: #147DCC!important;
	background-image: linear-gradient(to bottom, #147DCC, #1371B8)!important;
    background-repeat: repeat-x;
}

.order-details {
	display: none;
	
}

.order-details td {
	text-align: left!important;
}


.inet-contact-form .checkbox-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top:-16px;
}

.inet-contact-form .checkbox-group label {
	position: relative;
	top: 5px;
	margin-left: 9px;
}


.inet-contact-form .checkbox-inline {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 25px;
	margin-top:15px;
}

.inet-contact-form .error-message {
	display:none;
	border: 1px solid red;
	border-radius: 5px;
	padding: 15px;
}
