/* forms */

.location-msg {
    clear:both;
    min-height:40px;
    padding:15px 15px 0 15px;
    max-width:659px;
    box-sizing:border-box;
    color:#f00;
}

@media (min-width: 992px) {
    .ControlGroup .col-label {
        width: 12%;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
     .ControlGroup .col-label {
        width: 10%;
        padding-right: 0;
    }
}

.location-list .chosen-single {
    padding-left: 6px;
}
 .checkbox-list-horizontal div {
    float: left;
    padding-bottom: 5px;
    padding-right: 20px;
 }
.checkbox-list-horizontal div label {
    float: left;
}

.checkbox-list-horizontal div:last-child {
    padding-right: 0;
}


@media (max-width:768px) {
    .checkbox-list-horizontal div {
        float: none;
    }
     .checkbox-list-horizontal div  label {
         float: none;
     }
}

.login-form .ControlGroup-label {
    font-size: 13px;
 }
.login-form .login-label {
    padding-right: 0;
}
.shared-device-message{
    padding-top:15px;
    color:#a51b00;
    font-weight:bold;
}

.ControlGroup .textbox::-webkit-input-placeholder {
    color: #adadad;
}
.ControlGroup .textbox:-moz-placeholder {
    color: #adadad;
}
.ControlGroup .textbox::-moz-placeholder {
    color: #adadad;
}
.ControlGroup .textbox:-ms-input-placeholder {
    color: #adadad;
}


.ControlGroup-attendees {
	font-size: 0;
}

.ControlGroup-attendees .select-attendees {
	margin-top: 10px;
	width: 100%;
}

/** styled checkboxes **/
input[type='checkbox'].checkbox-styled {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type='checkbox'].checkbox-styled+label.checkbox-styled-label {
	padding-left: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 25px;
	vertical-align: middle;
	cursor: pointer;
}

input[type='checkbox'].checkbox-styled:disabled + label.checkbox-styled-label {
    opacity: .5;
}

input[type='checkbox'].checkbox-styled:checked+label.checkbox-styled-label {
	background-position: 0 -25px;
}

label.checkbox-styled-label {
	background-image: url('/Content/interface/checkbox-styled.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/** styled checkboxes for attendees **/
input[type='checkbox'].checkbox-attendee {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type='checkbox'].checkbox-attendee+label.checkbox-attendee-label {
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	border-radius: 2px;
	color: #555;
	cursor: pointer;
	display: none;
	font-size: 14px;
	margin: 0 5px 5px 0;
	padding: 8px 38px 8px 11px;
	vertical-align: middle;
}

input[type='checkbox'].checkbox-attendee:checked+label.checkbox-attendee-label {
	display: inline-block;
}

label.checkbox-attendee-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

label.checkbox-attendee-label:after {
	background-image: url('/Content/interface/chosen-sprite@2x.png');
	background-position: -64px -16px;
	background-size: 78px 56px;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 16px;
	position: absolute;
	right: 11px;
	top: 11px;
	width: 16px;
}


/** .form-request-meeting **/

.form-request-meeting input[type="text"],
.form-request-meeting select,
.form-request-meeting textarea,
.form-request-meeting .chosen-container .chosen-single {
	background-color: #fff;
	border: 2px solid #585858;
	border-radius: 5px !important;
	box-shadow: none;
}

.form-request-meeting input[type="text"],
.form-request-meeting select  {
	height: 50px;
}

.form-request-meeting select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20' fill='none' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1.2em;
	padding-right: 30px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
/* IE11 - no appearance support for you */
.form-request-meeting select {
		background: #fff;
		padding-right: 10px;
	}
}

.form-request-meeting select:hover {
	cursor: pointer;
}

.form-request-meeting .chosen-container .chosen-single {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20' fill='none' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1.2em;
	box-shadow: none;
	height: 50px;
}

.form-request-meeting .chosen-container-single .chosen-single div {
	display: none;
}

.form-request-meeting .chosen-container .chosen-single span {
	margin-right: 30px;
	margin-top: 12px;
}

.form-request-meeting input[type="text"] {
	border-color: #585858;
	border-width: 2px;
	height: 50px;
	margin-top: 20px;
}


.form-request-meeting ::placeholder {
    color: #d2d2d2;
    opacity: 1; /* Firefox */
}

.form-request-meeting  ::-ms-input-placeholder {
    color: #d2d2d2;
}

.form-request-meeting ::-ms-input-placeholder {
    color: #d2d2d2;
}

.form-request-meeting .ControlGroup label {
	color: #4d2a2a;
}

.form-request-meeting .timeslot-picker-day .timeslot-day {
	background-color: #FFA500;
	border: none;
	border-radius: 0 6px 0 0;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	padding: 10px 25px;
	margin-right: -1px;
}

.form-request-meeting .timeslot-picker-day .timeslot-day:hover {
	cursor: pointer;
}

.form-request-meeting .timeslot-picker-day .timeslot-day.prev {
	float: left;
}

.form-request-meeting .timeslot-picker-day .timeslot-day.next {
	float: right;
}

.form-request-meeting .timeslot-picker .timeslot-currentday {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}

@media (min-width: 480px) {
	.form-request-meeting .timeslot-picker .timeslot-currentday {
		font-size: 14px;
	}
}

.form-request-meeting .timeslot-picker-day:first-child .TimeSlotDiaryDay-head {
	padding-left: 81px
}

.form-request-meeting .timeslot-picker-day:last-child .TimeSlotDiaryDay-head {
	padding-right: 81px
}

.form-request-meeting .timeslot-picker-day:first-child .timeslot-day.prev {
	display: none !important;
}

.form-request-meeting .timeslot-picker-day:last-child .timeslot-day.next {
	display: none !important;
}


.select-block-type {
    margin-bottom: 3px;
    margin-top: 10px;
    padding: 8px;
    width: 50%;
}

.text-block-info, .text-block-meeting{ margin: 6px 0 5px 0; padding: 8px; font-family: 'Open Sans'; font-size: 1em}
//.text-block-meeting{ margin-bottom: 10px}