/*
Theme Name: Justicia Child
Theme URI: http://justicia.mikado-themes.com
Description: A child theme of Justicia Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: justicia
Template: justicia
*/

.form-row {
	padding: 10px 0px;
	position: relative;
}

.form-row .currency {
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.form-row input {
	margin: 0px !important;
}

.form-row input[name='full_amount_in_dispute'] {
	padding-left: 30px;
}

.form-row label {
	font-weight: bold;
}

.form-row input[type=submit] {
	transition: 0.3s all;
	opacity: 1;
}

.form-row input[type=submit]:disabled {
	opacity: 0.5;
}

.dispute-message {
	font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
}

.dispute-message.error {
	color: #dc3232;
}

.dispute-message.success {
	color: #46b450;
}

.mkdf-page-header .mkdf-logo-area .mkdf-logo-wrapper a, .mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a {
  max-height: 70px !important;
}

select[name="brand"] option
{
	text-transform: uppercase;
}

@media(min-width: 1023px) and (max-width: 1079px) {
	html body header.mkdf-page-header .mkdf-menu-area .mkdf-main-menu>ul>li a {
		padding: 0 6px;
	}
}

@media(min-width: 1080px) and (max-width: 1221px) {
	html body header.mkdf-page-header .mkdf-menu-area .mkdf-main-menu>ul>li a {
		padding: 0 12px;
	}
	/*
	html body header.mkdf-page-header .mkdf-menu-area .mkdf-main-menu>ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
    	width: calc(100vw - 50px);
	}
	*/
}