/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{margin:0pt;padding:0pt;}
table{border-collapse:collapse;border-spacing:0pt;}
fieldset, img{border:0pt none;}
address, caption, cite, code, dfn, em, th, var{font-style:normal;font-weight:normal;}
ol, ul{list-style-image:none;list-style-position:outside;list-style-type:none;}
caption, th{text-align:left;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}
q:before, q:after{content:'"';}
abbr, acronym{border:0pt none;}

/* bootsrap inspired columns system { */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12  {
	position: relative;
	min-height: 1px;
	/*padding-right: 15px;
	padding-left: 15px;*/
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float:left;
}

.col-xs-1 { width:8.33333333%; } .col-xs-2 { width:16.66666667%; } .col-xs-3 { width:25%; } .col-xs-4 { width:33.33333333%; } .col-xs-5 { width:41.66666667%; } .col-xs-6 { width:50%; } .col-xs-7 { width:58.33333333%; } .col-xs-8 { width:66.66666667%; } .col-xs-9 { width:75%; } .col-xs-10 { width:83.33333333%; } .col-xs-11 { width:91.66666667%; } .col-xs-12 { width:100%; }

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float:left;
	}
	.col-sm-1 { width:8.33333333%; } .col-sm-2 { width:16.66666667%; } .col-sm-3 { width:25%; } .col-sm-4 { width:33.33333333%; } .col-sm-5 { width:41.66666667%; } .col-sm-6 { width:50%; } .col-sm-7 { width:58.33333333%; } .col-sm-8 { width:66.66666667%; } .col-sm-9 { width:75%; } .col-sm-10 { width:83.33333333%; } .col-sm-11 { width:91.66666667%; } .col-sm-12 { width:100%; }
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float:left;
	}
	.col-md-1 { width:8.33333333%; } .col-md-2 { width:16.66666667%; } .col-md-3 { width:25%; } .col-md-4 { width:33.33333333%; } .col-md-5 { width:41.66666667%; } .col-md-6 { width:50%; } .col-md-7 { width:58.33333333%; } .col-md-8 { width:66.66666667%; } .col-md-9 { width:75%; } .col-md-10 { width:83.33333333%; } .col-md-11 { width:91.66666667%; } .col-md-12 { width:100%; }
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float:left;
	}
	.col-lg-1 { width:8.33333333%; } .col-lg-2 { width:16.66666667%; } .col-lg-3 { width:25%; } .col-lg-4 { width:33.33333333%; } .col-lg-5 { width:41.66666667%; } .col-lg-6 { width:50%; } .col-lg-7 { width:58.33333333%; } .col-lg-8 { width:66.66666667%; } .col-lg-9 { width:75%; } .col-lg-10 { width:83.33333333%; } .col-lg-11 { width:91.66666667%; } .col-lg-12 { width:100%; }
}
/* bootsrap inspired columns system } */

* {
  box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

body {
	/*background: url('../img/confectionary_bg.png');*/
	position: relative;
	padding-bottom: 80px;
}

.row {
	width: 100%;
	float: left;
	display: block;
}

.box {
	background: rgba(255, 255, 255, 0.5);
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;

	-webkit-box-shadow: 0px 0px 55px -1px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 55px -1px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 55px -1px rgba(0,0,0,0.39);
}

.max-width {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.max-width.header {
    height: 100%;
}

.h1-title {
	width: 100%;
	font-size: 30px;
	text-align: center;
	padding-top: 15px;
	float: left;
	display: block;
}

.h1-title:after {
	/*background: #ef3328;*/
        background: #2aabd2;
	width: 100px;
	height: 5px;
	margin: 15px auto 0 auto;
	content: ' ';
	display: block;
}

.subtitle {
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 25px;
	float: left;
	display: block;
}

.no-padding {
	padding: 0 !important;
}
.h-padding {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.r-padding {
	padding-left: 0px;
	padding-right: 15px;
}
.l-padding {
	padding-left: 15px;
	padding-right: 0px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.red-bg {
	background: #ef3328 !important;
}
.red-bg:hover {
	background: #ef3328 !important;
}
.green-bg {
	background: #559944 !important;
}
.green-bg:hover {
	background: #55aa44 !important;
}
.grey-bg {
	background: #777 !important;
}
.grey-bg:hover {
	background: #888 !important;
}

.no-border {
	border: 0 !important;
}

#menu-overlay-bg {
	background: #fff;
	background: rgba(1, 1, 1, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}

.link {
	color: #337ab7;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.9px;
}

.link.link-black {
    color: #000;
}

.link:hover {
	color: #333;
}

.link.link-black:hover {
    color: #23527c;
}

/* form { */
.message {
	background: #9cf;
	color: #fff;
	padding: 15px;
	margin-top: 20px;
}

.message.error {
	background: rgba(255, 0, 0, 0.7);
}

.message.success {
	background: rgba(0, 130, 0, 0.7);
}

.icon-btn {
	background: transparent;
	font-size: 16px;
	border: 0;
	opacity: 0.7;
	cursor: pointer;
}

.icon-btn:hover {
	opacity: 1;
}

.close-message {
	float: right;
	display: block;
}

input[type="text"], input[type="password"], input[type="email"], input[type="submit"], select, textarea {
	width: 100%;
	padding: 10px;
	display: block;	
	font-size: 14px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="submit"], select {
	height: 40px;
}

input[type="submit"], .button {
	/*background: #ef3328;*/
        background: #2aabd2;
	/*width: auto;*/
	padding: 11px 20px;
	/*border: solid 1px #fc9;*/
	font-size: 14px;
	/*color: #fff;*/
	text-decoration: none;
	display: inline-block;
        color: white;
}
input[type="submit"]:hover, .button:hover {
	    background-color: #2aabd2;
    background-position: 0 -15px;
}
.padding-button {
	padding: 11px;
}
/* form } */

/* Register-Login { */
#login, #register {
	margin: 50px auto 0 auto;
	float: none;
}

#login {
  max-width: 550px;
  display: block;
}

#register {
  max-width: 700px;
  display: block;
}

#login h2, #register h2 {
	text-align: center;
}

#register .input-group, #login .input-group {
  padding: 10px;
  display: block;
}
/* Register-Login } */

/* header { */
header {
	background: gray;
	/*background: rgba(239, 51, 37, 0.7);*/
	width: 100%;
	height: 80px;
	float: left;
	display: block;
}

header a {
	color: #333;
	text-decoration: none;
}

.header {
	width: 100%;
	display: block;
}

.logo {
	/*background: url('../img/logo.png') no-repeat;*/
	background-size: 100%;
	width: 200px;
	height: 60px;
	border: 0px;
	position: relative;
	top: 9px;
	float: left;
	display: block;
}

a.logo img {
    float: left;
    height: 100%;
}

#mobile-menu-button {
    background: transparent;
    position: relative;
    padding: 4px 8px;
    border: solid 1px #F3F9F8;
    font-size: 27px;
    cursor: pointer;
    top: 20px;
    right: 20px;
    float: right;
}

#mobile-menu-button:hover {
	background: #f1f1f1;
	/*color: #fff;*/
}

#close-mobile-menu {
	background: transparent;
	border: 0;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	float: right;
}

#close-mobile-menu:hover {
	color: #fff;
}

.mobile-menu-title {
	border-bottom: solid 1px #fff;
	padding: 18px !important;
}

.mobile-menu-title span {
	color: #fff;
	font-weight: bold;
}


.main-nav {
	position: relative;
	top: 22px;
	float: right;
	display: block;
}

.main-nav a:hover {
	color: #337ab7;
}

.main-nav > li {
	position: relative;
	padding: 0px;
	float: left;
	display: block;
}

.main-nav > li a {
	padding: 8px;
	display: block;
}

.main-nav > li a:hover {
    text-decoration: underline;
/*	background: #f1f1f1;*/
	/*color: #fff;*/
}

.main-nav > li > .dropdown-menu {
	/*background: gray;*/
	/*background: rgba(239, 51, 37, 0.7);*/
	position: absolute;
	top: 58px;
	right: -30px;
	min-width: 171px;
	padding: 0;
	z-index: 9;
	display: none;
}

.main-nav > li.open > .dropdown-menu {
	display:block;
}

.main-nav > li.open > .dropdown-menu li {
	padding: 10px 0px;
}
/* header } */

/* tables { */
.table-head {
	width: 100%;
	border-bottom: solid 1px #444;
	display: block;
}
.table-head span {
	padding-bottom: 12px;
    padding-top: 12px;
	font-weight: bold;
	letter-spacing: 1.1px;
	float: left;
	display: block;
}
.table-row {
	width: 100%;
	padding: 20px 0px;
	border-bottom: solid 1px #337ab7;
	display: block;
}
.table-row:nth-child(odd) {
	background: #F3F9F8;
}
a.table-row {
	color: #333;
}
a.table-row:hover {
	background: #BDF3F5;
}
.table-row span {
	padding-left: 5px;
	float: left;
	display: block;
}
.table-row .mobile-head {
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.side-table {
	width: 100%;
	float: left;
	display: block;
}
.side-table-row {
	width: 100%;
	padding: 20px 0px;
	border-bottom: solid 1px #337ab7;
	display: block;
}
.side-table-row:nth-child(even) {
	background: #F3F9F8;
}
.side-table-row span {
	float: left;
	display: block;
}
.side-table-left {
	text-align: right;
	letter-spacing: 1.1px;
	font-weight: 600;
}
.side-table-left small {
	width: 100%;
	float: right;
	display: block;
}
.side-table-left.force-left {
	text-align: left;
	padding: 0px 20px;
}
.side-table-right {
	padding-left: 15px;
}

.table-cell-small {
	font-size: 12px;
}
/* tables } */

/* assistant { */
#assistant-container {}

#assistant-container .input-group {
  padding: 10px;
  display: block;
}

#assistant {
	margin-bottom: 50px;
	display: block;
}
#assistant-tabs {
	border-bottom: solid 1px #777;
}

.assistant-tab {
	background: #eee;
	color: #999;
	padding: 10px 15px;
	margin: 0px 5px 0px 5px;
	float: left;
	display: block;
}

.assistant-tab-active {
	background: #ee9944;
	color: #fff;
	font-weight: bold;
}

.assistant-tab-completed {
	background: #ada;
}

#assistant-form {
	background: #F3F9F8;
	padding: 15px;
}

.assistant-membership-box {
	height: 150px;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	display: block;
}
.assistant-membership-box:nth-child(odd) {
	padding-right: 5px;
}

.assistant-membership-box:nth-child(even) {
	padding-left: 5px;
}

.assistant-membership-box span {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
        background: #2aabd2;
}

.assistant-membership-box span strong {
	background: #F3F9F8;
	padding: 12px;
	right: 0px;
	position: absolute;
}

.assistant-membership-box .assistant-membership-promo {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	padding: 25px 10px 10px 15px;
	right: 0px;
	top: 45px;
	display: block;
}

.assistant-membership-box span h4 {
	background: #337ab7;
	position: absolute;
	width: 100%;
	top: 0;
	padding: 15px 45px 15px 15px;
	color: #fff;
}

.assistant-membership-img {
	width: 100%;
	position: absolute;
}
/* assistant } */

/* payment { */
#select-payment-method {
	max-width: 250px;
}
.payment-method {
	display: none;
}
/* payment } */

/* footer { */
footer {
	background: gray;
	/*background: rgba(239, 51, 37, 0.7);*/
	width: 100%;
	min-height: 40px;
	position: absolute;
	bottom: 0;
	padding: 15px;
	color: #fff;
	display: block;
}

#language-select-footer {
	max-width: 120px;
	float: right;
	padding: 3px;
	background: transparent;
	color: #fff;
	border: solid 1px;
}
#language-select-footer option {
	color: #333;
}
/* footer } */

.helper-day-checkbox {
	display: none;
}

.helper-day-button {
	border: 0 !important;
	margin-right: 4px;
}

.helper-day-button.inactive {
	background-color: #ccc;
	color: #999;
}

.go-to {
	color: grey;;
}

.go-to:hover {
	color: #f1f1f1;
}

.table-row.table-row-mobile.hide {
    display: none;
}

table-row.table-row-mobile.show {
    display: block;
}

@media only screen and  (min-width: 768px) {
	#menu-overlay-bg {
		display: none !important;
	}
	.main-nav {
		display: block !important;
	}
	.hide-xs {
		display: block !important;
	}
	.show-xs {
		display: none !important;
	}
	.hide-after-xs {
		display: none !important;
	}
    .frontend-span span {
       text-align: right !important;
        padding-right: 5px;
    }
}

@media only screen and  (max-width: 767px) {

    .col-xs-2.m-100 {
        width: 100%;
    }

    .col-xs-4.m-40 {
        width: 40%;
    }

    .col-xs-2.m-20 {
        width: 20%;
    }

	.h1-title {
		font-size: 24px;
	}

	.main-nav {
		width: 100%;
		max-width: 480px;
		background: #F3F9F8;
		/*background: #ee6b62;*/
		position: fixed;
		height: 100%;
		z-index: 999;
		top: 0px;
		right: 0px;
		display: none;
	}

	.main-nav > li {
		width: 100%;
	}

	.main-nav > li a {
		float: left;
		width: 100%;
		border-bottom: solid 1px #337ab7;
		display: block;
		padding: 18px;
	}

	.main-nav > li a:hover {
		background: #337ab7;
                color: white;
	}

	.main-nav > li > .dropdown-menu {
		position: static;
		padding: 10px 0px 0px 15px;
	}

	.table-row span {
		padding-left: 0px;
	}

	.table-row-mobile {
		padding: 10px 10px 5px 10px;
	}

	.table-row-mobile > span {
		padding:15px 0px;
	}

	.side-table-left, .side-table-right {
		padding-left: 10px;
	}

	.side-table-left {
		margin-bottom: 5px;
		text-align: left;
	}

	.helper-day-button {
		padding-left: 10px;
		padding-right: 10px;
	}

	.go-to {
		font-size: 24px;
		padding-right: 20px;
		float: right;
	}


	.hide-xs {
		display: none !important;
	}
	.show-xs {
		display: block !important;
	}

    .frontend-button {
        width: 100%;
        text-align: center;
    }
    .frontend-span {
        padding-top: 15px;
        padding-left: 0 !important;
    }
}






.clearfix:after {
    /*content: ".";*/
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.phone-holder {
    position: relative;
}

.phone-holder .prefix {
    position: absolute; left: 4px; top: 13px; color: #999; z-index: 2; font-size: 12px;
}

.phone-holder input {
    /*position: absolute; */
    left: 0;
    top: 0;
    padding-left:30px;
}

.price-holder {
    float: right;
    font-size: 15px;
     /*margin-top: 10px;*/
     width: 50%;
     font-size: 13px !important;
}

#MODAL Box

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 100px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }



}

@media (max-width: 768px) {
    .modal-body {
        max-height: 300px;
        overflow: scroll;
    }

    .modal-dialog {
        margin-top: 110px;
    }
}

.modal {
    background: rgba(0,0,0,0.3);
}

.modal-dialog {
    position: relative;
/*    width: auto;
    margin: 10px;*/
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.toggle-on.btn {
    padding-right: 24px;
}
.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
}

.toggle-group .btn-success {
    background-color: #559944 !important;
    color: #fff;
}

.toggle-group .btn-default {
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
    float: none !important;
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

textarea.terms {
    font-size: 15px;
}

.nologo {
    height: 100px;
    margin: auto;
    padding-top: 20px;
    float: left;
    font-size: 26px;
}


@media only screen and (max-width: 1200px) {
	.nologo {
		padding-left: 20px;
	}
}

.phone-holderr {
    float: left;
    width: 100%;
    display: inline-flex;
}

.phone-holderr .prefnumbr {
    width: 20%;
    margin-right: 10px;
}

#cap_form select {
    height: 37px;
}

@media (max-width: 768px) {
    input[type=checkbox]
    {
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        transform: scale(2);
        padding: 10px;
        margin-right: 10px;
    }
}

.col-xs-2.mobile-none {

}

.hide-mobile {
    display: block;
}

.box.max-width p {
    line-height: 22px;
}

@media (max-width: 768px) {

    .col-xs-3.mobile, .col-xs-2.mobile {
        width: 25%;
        text-align: center;
    }

    .col-xs-3.mobile-none {
        display: none;
    }

    .col-xs-3.mobile-full {
        width: 100%;
    }

    #assistant-form {
        padding: 0px;
    }

    .assistant-membership-box h4 {
        padding-right: 34% !important;
        padding-top: 10px !important;
    }
    .assistant-membership-box:nth-child(odd) {
        padding-right: 0px;
    }

    .assistant-membership-box:nth-child(even) {
        padding-left: 0px;
    }

    .price-holder {
        float: left;
        width: 50%;
        font-size: 13px;
        margin-top: 2px;
    }

    .assistant-membership-box span h4 {
        min-height: 62px;
    }

    .hide-mobile {
        display: none !important;
    }

    .tos {
        /*height: 200px !important;*/
    }

    .table-head span{
        padding-bottom: 0;
    }

}

body #infos ul {
    margin-left: 20px;
    padding-left: 20px !important;
    list-style-type: disc;

}
body #infos li {
    padding: 5px 0;
}
body #infos p {
    margin: 10px 0;
}
.image.image_resized {
    width: 100%;
    margin: 0;
    text-align: center;
}
.image.image_resized img {
    margin: 0 auto;
    max-width: 100%;
}

.input-date-disabled {
    background: #f1f1f1;
    cursor: not-allowed;
}
