body .evpl-button{
    padding: 5px 10px;
    background: #a5a5a5;
    border: none;
    color: #fff;
    cursor:pointer;
    text-decoration: none!important;
    vertical-align: middle;
}
.evpl-room-config{
    
}
.evpl-room-config table{
    width: initial!important;
    margin: 0 auto;
    border: none;
}
.evpl-room-config td{
    padding: 2px;
    text-align: center;
    border: 0;
}
.evpl-room-config .evpl-row{
    
}
.evpl-room-config .evpl-row .evpl-row-name{
    
}
.evpl-room-config .evpl-row .evpl-row-name span{
    display: inline-block;
    padding: 3px 10px;
    background: #ececec;
    font-size: 12px;
}
.evpl-room-config .evpl-row .evpl-place{
    display: inline-block;
    background: #fff;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 3px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    color: #000;
}
.evpl-room-config .evpl-row .evpl-place:before{
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 80%;
    color: #0073b9;
    background: #fff;
    padding: 3px 0 0px 0;
}
.evpl-mode-view .evpl-row .price-box:not(.place-order):not(.place-temp){
    cursor:pointer;
}
.evpl-room-config .evpl-row .evpl-place.place-cart{
    background: #ffffff;
}
.evpl-room-config .evpl-row .evpl-place.place-cart:before {
    content: "\f07a";
}
.evpl-room-config .evpl-row .evpl-place.place-order:before {
    content: "\f007";
}
.evpl-room-config .evpl-row .evpl-place.place-temp:before {
    content: "\f017";
}
.evpl-room-config .evpl-row .evpl-place .place-name{
    vertical-align: middle;
    background: rgba(255,255,255,0.8);
    display: block;
    text-align: center;
    line-height: 1.2;
}
.evpl-room-config .evpl-row .evpl-place input[type="text"]{
    max-width:100%;
    box-sizing: border-box;
    margin: 0;
    font-size: 12px;
    padding: 0px 0px;
    text-align: center;
}
.evpl-room-config .evpl-row .evpl-place.deleted-box,
.evpl-room-config .evpl-row .evpl-place.deleted-box input[type="text"]{
    background: #f1f1f1;
    border-color: #f1f1f1;
}

.evpl-prices{
    overflow: hidden;
    margin: 10px 0;
}
.evpl-prices .evpl-price{
    display: block;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}
.evpl-prices .evpl-price .price-box{
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.evpl-place .hover-content{
    position: absolute;
    display: inline-block;
    border: 2px solid #ccc;
    top: -90px;
    left: 0px;
    width: 110px;
    font-size: 12px;
    padding: 5px;
    background: #fff;
}
.evpl-place .hover-content > span{
    display: block;
    line-height: 1;
    margin: 4px 0;
}
.evpl-place .hover-content .place-name{
    
}
.evpl-date-filter{
    padding: 15px;
    background: #f7f7f7;
    margin: 15px 0 20px 0;
}
.evpl-date-filter form{
    text-align:center;
}
.evpl-date-filter .evpl-notice{
    margin-bottom: 10px;
    display: inline-block;
}
.evpl-date-filter .evpl-field-title{
    font-weight:bold;
    margin-right:10px;
}
.evpl-date-filter .evpl-event-date{
    padding: 5px;
    border: 1px solid #ccc;
    margin-right: 30px!important;
    width: 130px;
    display: inline-block!important;
}
.evpl-date-filter .evpl-event-time{
    padding: 5px;
    border: 1px solid #ccc;
    margin-right: 30px!important;
    display: inline-block!important;
    max-width: 150px;
}

.evpl-cart{
    position:relative;
    margin: 20px 0;
}
.evpl-cart table{
    width: 100%;
    text-align: center;
}
.evpl-cart tr{
    
}
.evpl-cart th{
    border: 1px solid #ccc;
    padding:3px;
    text-align: center;
}
.evpl-cart td{
    border: 1px solid #ccc;
    padding:3px;
    text-align: center;
}
.evpl-cart .place-ordered{
    box-shadow: red 0px 0px 10px 1px inset;
}

/*Произвольные поля плагина*/
.evpl-field-input{
    display: block;
}
.evpl-field-input .file-manage-box .fa{
    margin-right:5px;
}
.evpl-field-input .evpl-field-notice{
    display:block;
    clear: both;
    margin: 5px 0 0;
    color:#797979;
}
.evpl-field-input .evpl-field-notice .fa{
    margin-right:5px;
}
.type-dynamic-input .dynamic-values{
    display: block;
}
.type-dynamic-input .dynamic-values .dynamic-value{
    display: block;
    margin-bottom: 10px;
}
.type-dynamic-input .dynamic-values .dynamic-value a {
    color: #797979;
    min-width: initial;
    vertical-align: middle;
    width: auto;
}
.type-dynamic-input .dynamic-values .dynamic-value .fa{ 
    padding: 5px;
    margin: 5px 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.type-dynamic-input .dynamic-values .dynamic-value input{
    width: 78%!important;
}
#register-form-evpl .type-dynamic-input .dynamic-values .dynamic-value{
    margin-bottom: 0px;
}
.evpl-field-input .evpl-checkbox-box,
.evpl-field-input .evpl-radio-box{
    display:inline-block;
    position: relative;
}
p.evpl-custom-fields{
    clear:both;
}
p.evpl-custom-fields .evpl-field-value .fa-upload{
    margin-right:5px;
}
#evpl-cart .evpl-cart-fields {
    margin: 25px 0px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
#evpl-cart .evpl-field-input .evpl-checkbox-box, 
#evpl-cart .evpl-field-input .evpl-radio-box{
    margin-right:10px;
}
#evpl-cart .evpl-cart-fields h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 5px 0 10px;
    text-transform: none;
}

#evpl-cart input:not([type="text"]),
#evpl-cart select {
    border: 1px solid #ccc;
    color: #000;
    margin: 5px 0 1px;
    padding: 8px 10px;
}
#evpl-cart tbody  input[type="text"],
#evpl-cart tbody  textarea {
    box-sizing: border-box;
    width: 99%;
    border: 1px solid #ccc;
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0 1px;
    padding: 8px 10px;
}
#evpl-cart table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px;
    width: 100%;
}
#evpl-cart table tr th {
    overflow: hidden;
    width: 32%;
}
#evpl-cart input[type="checkbox"] {
    margin: 4px 2px 0;
    width: 15px;
    float: none;
}
#evpl-cart table input,
#evpl-cart table textarea {
    background-color: #fff;
    box-sizing: border-box;
    max-width: 99%;
    width: 100%;
}
#evpl-cart table input:focus:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
#evpl-cart table textarea:focus {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 0 #ddd;
    color: #000;
    outline: medium none;
}
#evpl-cart table input[disabled] {
    background-color: #eee;
    opacity: 0.6;
}
#evpl-cart table select {
    background-color: #fff;
	box-sizing: border-box;
    float: left;
    max-width: 99%;
    padding: 5px 7px;
    width: 100%;
}
#evpl-cart table .block-label {
    background: rgba(219, 219, 219, 0.3);
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.6);
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: Verdana,Tahoma,sans-serif; /*если другое семейство - то блоки плывут*/
    font-size: 12px;
    line-height: 1;
    margin: 4px;
    padding: 5px 9px 4px 8px;
}
#evpl-cart table .block-label input[type="checkbox"] {
    margin: 0 6px 0 0;
}
#evpl-cart table .block-label input[type="radio"] {
    border: 1px solid #d1d1d1;
    color: #b1b1b1;
    float: none;
    font-size: 13px;
    padding: 8px 12px;
    width: auto;
}
#evpl-cart .required {
    color: rgb(229, 57, 53);
    font: bold 15px/1 Verdana,arial;
}
#evpl-cart table label a {
    color: rgb(76, 140, 189);
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0 1px 0 0;
}

#evpl-cart table label a:hover,
#tab-profile table td span a:hover {
    color: #000;
    text-decoration: underline;
}

#evpl-cart table td a:hover {
	color: #000;
}
#evpl-cart table td a:hover i {
	color: red;
}
/**/
/* START checkbox-radio stilization */
#evpl-cart .evpl-field-input input[type="checkbox"]:checked + label.block-label::before, 
#evpl-cart .evpl-field-input input[type="radio"]:checked + label.block-label::before {
    background: rgb(76, 140, 189);
}
#evpl-cart .block-label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
#evpl-cart .evpl-field-input input[type="radio"],
#evpl-cart .evpl-field-input input[type="checkbox"] {
    opacity: 0;
    position: absolute;
	z-index: -1;
}
#evpl-cart .evpl-field-input label.block-label::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ddd;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 13px;
    margin: 0 8px 2px 0;
    padding: 0 2px 4px;
    text-align: center;
    vertical-align: middle;
    width: 13px;
}
#evpl-cart .evpl-field-input.type-radio-input label::before {
    border-radius: 50%;
}
#evpl-cart .evpl-field-input input[type="checkbox"]:checked + label.block-label::before {
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 1;
    padding: 2px;
}
/* END checkbox-radio stilization */
#evpl-cart .evpl-cart-submit{
    text-align:right;
}
#evpl-cart .evpl-cart-submit input{
    color:#fff;
}

#evpl-notice{
    position: fixed;
    top: 70px;
    left: 10px;
    width: 210px;
    z-index: 999999;
}
#evpl-notice .notice-window {
    line-height: 1.2;
    font-size: 14px;
    margin: 5px 0;
    padding: 8px 2px 8px 10px;
    word-wrap: break-word;
}
#evpl-notice .type-error{
    background: rgb(255, 207, 207);
    color: red;
    border-left: 3px solid red;
}
#evpl-notice .type-warning{
    background: #fff5ce;
    color: #333;
    border-left: 3px solid #333;
}
#evpl-notice .type-success{
    background: #bfffbd;
    color: #008000;
    border-left: 3px solid #008000;
}
#evpl-notice .notice-window .close-notice{
    float:right;
	color:inherit;
	padding: 0 5px 0 4px;
}

span.ruble-symbol{
    position: relative;
    font-weight: normal;
    font-family:Arial;
}
.ruble-symbol span{
    position: absolute;
    line-height: 1px;
    top: 55%;
    left: 0;
}

.evpl-pay-form{
    text-align: right;
}
.evpl-pay-form .evpl-pay-button{
    
}
.evpl-pay-form .evpl-pay-button input[type="submit"]{
    
}

#event-room-scheme{
    position:relative;
}

body .evpl_preloader{
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    background: rgba(255,255,255,0.6)!important;
    top: 0!important;
    left: 0!important;
    display: block!important;
    z-index: 99;
    color: #0073b9;
}
.evpl_preloader i {
    position: absolute;
    top: 50%;
    left: 50%;
}

#evpl-room-conventions{
    margin: 15px 0;
}
#evpl-room-conventions .conventions-title{
    font-weight: bold;
}
#evpl-room-conventions .convention{
    
}
#evpl-room-conventions .convention i{
    font-size: 18px;
    width: 30px;
    color: #1e73be;
    text-align: center;
}

.evpl-order-details{
    width: 100%;
    text-align: center;
}
.evpl-order-details tr{
    
}
.evpl-order-details td{
    
}

.evpl-tickets-list{
    margin:10px 0;
}
.evpl-tickets-list .ticket-image{
    width: 150px;
    display: inline-block;
    margin: 10px;
    border: 2px solid #ccc;
}
.evpl-tickets-list .ticket-image img{
    width: 100%;
    vertical-align: text-top;
}

.evpl-mini-cart{
    overflow: hidden;
}
.evpl-mini-cart .evpl-cart-icon{
    float: left;
    font-size: 55px;
    margin-right: 15px;
    color: #2694e4;
}
.evpl-mini-cart .evpl-cart-icon i{
    
}
.evpl-mini-cart .evpl-cart-item{
    font-size: 12px;
}
.evpl-mini-cart .evpl-cart-item span{
    font-size: 16px;
}
.evpl-mini-cart .evpl-cart-item .evpl-currency{
    margin-left: 5px;
}
.evpl-mini-cart .evpl-cart-link{
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
body .evpl-mini-cart .evpl-cart-link a,
body .evpl-mini-cart .evpl-cart-link a:hover{
    color: #fff!important;
}
.evpl-mini-cart .evpl-button{
    
}
#evpl-places-wrapper{
    
}
#evpl-places-wrapper.evpl-mode-view{
    overflow:hidden;
    position:relative;
    border: 1px solid #ccc;
}
#evplPlacesConfig{
    background:#fff;
    padding:10px;
    position:absolute;
    cursor: move;
}
.evpl-scale-manager {
    position: absolute;
    z-index: 2;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
}
.evpl-scale-manager .fa{
    vertical-align:middle;
}
.evpl-scale-manager .scale-button{
    text-align:center;
    line-height: 1;
    margin-bottom: 25px;
    font-size:40px;
    cursor: pointer;
    padding: 3px 5px;
    font-weight: bold;
    color: white;
    background-color: #1CBFC5;
}
.evpl-scale-manager .scale-button:last-child{
    margin-bottom:0;
}