﻿body {
    background-color: #fff;
    color: rgb(90, 90, 90);
    font-family: 'open sans', sans-serif !important;
}

.container {
    margin-bottom: 20px;
    max-width: 600px;
    padding-right: 30px;
    padding-left: 30px;
}

h1, h2, h3 {
    font-weight: 300 !important;
}

.rowName {
    margin-left: 36%;
    margin-right: 36%;
    margin-bottom: -10px;
    display: block;
    background-color: #fff;
    color: rgb(90, 90, 90);
}

.nameWrapper {
    text-align: center;
    /*margin: 5px 45px;*/
    border-bottom: 1px solid rgba(144, 144, 144, 0.50);
}

.btn-theme {
    background-color: #fff;
    border: 1px solid rgba(144, 144, 144, 0.80);
    font-weight: 400;
}

.ParticipantBtn {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 3px;
}

.col-sm-12.removeParticipantButton {
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.col-sm-12.removeParticipantButton div {
    float: right;
}

.k-timepicker, .k-numerictextbox, .k-combobox {
    width:100%;
}

.accessory-quantity {
    max-width: 65px;
}
.text-fullbook {
    color: red;
}

.error-span{
    color:#b94a48;
    font-weight:400;
	display: inline-block;
}

/*För att validering av kendo combobox ska likna validering av andra fält*/
.has-error .k-combobox {
	margin-bottom: 20px;
}

.has-error .k-dropdown-wrap {
	border-color: #a94442;
}

.k-input[readonly] {
	background-color: #eee;
	opacity: 1;
}

.readonly-country .k-select {
	background-color: #eee;
	opacity: 1;
}