/*

-webkit-transition: top 1s ease-out 0.5s;
-moz-transition: top 1s ease-out 0.5s;
-o-transition: top 1s ease-out 0.5s;
transition: top 1s ease-out 0.5s;

*/

* {
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #2e3237;
    font-family: 'Open Sans', sans-serif;
}
a img {border: none;}
textarea {resize: none;}
.inl {display: inline-block; vertical-align: top;  *zoom: 1; *display: inline;}
.vtop {vertical-align: top;}
.vmid {vertical-align: middle;}
.vbot {vertical-align: bottom;}
.aleft {text-align: left;}
.acenter {text-align: center;}
.aright {text-align: right;}

.ajustyfy {text-align: justify;}
.ajustyfy-containers:after {
    content: '';
    width: 100%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.opacity_50{opacity: .5}
.upper{text-transform: uppercase}

/*columns grid*/
.one-two {width: 48%; margin-left: 2%;}
.one-three {width: 31.3%;margin-left: 2%;}
.two-three {width: 64.6%;margin-left: 2%;}
.one-four {width: 23%;margin-left: 2%;}
.two-four {width: 48%;margin-left: 2%;}
.three-four {width: 73%;margin-left: 2%;}

.one-five {width: 19%; margin-left: 2%;}
.two-five {width: 39%; margin-left: 2%;}
.three-five {width: 59%; margin-left: 2%;}
.four-five {width: 79%; margin-left: 2%;}
.one-five.first,
.two-five.first,
.three-five.first,
.four-five.first {margin-left: 0;}

.one-two.first,.one-three.first,.two-three.first,.one-four.first,.two-four.first,.three-four.first {margin-left: 0;}

.one-five-full {width: 20%;}
.two-five-full {width: 40%;}
.three-five-full {width: 60%;}
.four-five-full {width: 80%;}
.one-two-full,.one-two.first {width: 50%;}
.one-three-full,.one-three.first {width: 33.3%;}
.two-three-full,.two-three.first {width: 66.6%;}
.one-four-full, .one-four.first {width: 25%;}
.two-four-full, .two-four.first {width: 50%;}
.three-four-full, .three-four.first {width: 75%;}

nav,
header,
section,
footer,
article,
aside {
    display: block;
}

h1 {
    font-size: 24px;
    color: #434a54;
    font-weight: 400;
}

#overlay {
    background-color: #3a4263;
    color: #ffffff;
    font-size: 32px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0.5;
}
#overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

.title-line {
    border-bottom: 1px solid #aab2bc;
    margin-bottom: 8px;
}
.title-line h1 {
    border-bottom: 1px solid #fa6f57;
    margin: 0;
    padding: 14px 0;
    margin-bottom: -1px;
    font-weight: 300;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.title-line h1 a {
    color: #42b0d8;
    text-decoration: none;
}
.small-blue-title.title-line h1 {
    font-size: 18px;
    color: #37aed8;
    font-weight: 400;
} 
#left_col {
    width: 190px;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 142px 10px 10px 22px;
    background: #aab2bc;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    z-index: 2;
}
#left_col .arrow-btn {
    display: none;
    background: url(../images/white-arrows.png) no-repeat 0 0 transparent;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -8px;
    -webkit-transition: left 0.6s ease-out 0s;
    -moz-transition: left 0.6s ease-out 0s;
    -o-transition: left 0.6s ease-out 0s;
    transition: left 0.6s ease-out 0s;
}
#wrapper {width: 100%; min-height: 100%; position: relative; background: #f5f5f5;}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
}
.alert p{margin: 5px 0}
.alert-danger {
    background-color: #FC6E51;
    color: #ffffff;
}

.alert-info,.alert-success {
    background-color: #82c563;
    color: #ffffff;
}


/*header styles*/

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 14px 22px;
}
header .container {
    background: #3a4263;
    position: relative;
    border-radius: 5px;
    width: 100%;
    /*max-width: 1346px;*/
    height: 80px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
header .logo {position: absolute; left: 24px; top: 24px;}
nav {
    padding-left: 178px;
    padding-right: 250px;
    height: 100%;
}
nav li {position: relative; height: 80px; padding: 0 25px; display: inline-block; *zoom: 1; *display: inline;}
nav li a {
    color: #f5f5f5;
    font-size: 14px;
    line-height: 80px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
nav li.active {
    border-bottom: 6px solid #678ebe;
    border-left: 1px solid #6c728a;
    border-right: 1px solid #6c728a;
    background: #464c66;
    box-shadow: 0px 6px 6px #2e3450 inset;
}
nav li.active .gradient {
    background: url(../images/active-menu-gradient.png) repeat-x left bottom transparent;
    position: absolute;
    width: 102%;
    height: 68px;
    margin: 0 -1px;
    top: 0;
    left: 0;
    z-index: 1;
}
nav li .events-massege-cont {
    position: absolute;
    top: 14px;
    right: 2px;
    color: #f5f5f5;
    background: #a82501;
    border-radius: 6px;
    padding: 0px 5px 2px 4px;
    font-size: 10px;
    z-index: 4;
}

.settings-container {
    position: absolute;
    right: 30px;
    top: 12px;
}
.settings-container .icon {
    cursor: pointer;
    background: url(../images/settings-icon.png) no-repeat center top transparent;
    color: #ffffff;
    font-size: 12px;
    padding-top: 45px;
}
.account-container {
    position: absolute;
    right: 100px;
    top: 12px;
}
.account-container .icon {
    cursor: pointer;
    background: url(../images/account-icon.png) no-repeat center top transparent;
    color: #ffffff;
    font-size: 12px;
    padding-top: 45px;
    white-space: nowrap;
    min-width: 40px;
}
.account-container .icon a {color: #ffffff; text-decoration: none;}


/*content styles*/

section {
    min-height: 100%;
    padding: 90px 22px 20px 200px;
    position: relative;
    width: 100%;
    /*max-width: 1058px;*/
    z-index: 1;
}

.sort-settings {border-bottom: 1px solid #aab2bc; margin-bottom: 10px; padding-bottom: 8px;}
.sort-settings .comiseo-daterangepicker-triggerbutton {
    background-color: #ffffff;
}
.sort-settings .sort-tab {
    background: #ccd1d9;
    color: #f7f7f7;
    text-transform: uppercase;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
    padding: 0 12px 0 14px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}
.sort-settings .sort-tab:before{
    background-color: #ffffff;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 4px;
    margin-left: -4px;
    margin-right: 4px;
    margin-top: 11px;
    vertical-align: top;
    width: 4px;
}
.sort-settings .sort-tab.custom-data:before {
    background: url(../images/calendar-white.png) no-repeat 0 0 transparent;
    width: 13px;
    height: 13px;
    margin-left: -7px;
    margin-right: 7px;
    margin-top: 5px;
}
.sort-settings .view {
    width: 44px;
    height: 24px;
    cursor: pointer;
}
.sort-settings .sort-tab:hover {background: #afb5be;}
.sort-settings .sort-tab.active {background: #546277;}
.sort-settings .view {margin-left: 2px;}
.sort-settings .event-view1 {
    background: url(../images/event-view1-icon.png) no-repeat 0 0 transparent;
}
.sort-settings .event-view2 {
    background: url(../images/event-view2-icon.png) no-repeat 0 0 transparent;
}
.sort-settings .view.active {
    background-position: 0 -24px;
}

/*event styles*/
.view2 .event-view-contant-2,
.view1 .event-view-contant-1 {
    display: block;
}
.view2 .event-view-contant-1 ,
.view1 .event-view-contant-2 {
    display: none;
}

.event-block {
    position: relative;
    border-radius: 6px;
    width: 100%;
    height: 243px;
    border: 1px solid #e3e7ed;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 960px;
}
.event-title {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.event-block .left,
.event-block .right {
    position: absolute;
    z-index: 2;
}
.event-block .left {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/white-bg-1.png) repeat 0 0 transparent;
    position: absolute;
    top: 0;
    right: -100%;
    padding: 10px 320px 10px 10px;
    z-index: 1;
}
.event-block .left .tabs {
    position: absolute;
    top: 0;
    left: 0;
    background: #546277;
    width: 86px;
    height: 100%;
    padding: 0 2px;
}
.event-block .left .tab {
    text-align: center;
    color: #abb2bd;
    font-size: 11px;
    cursor: pointer;
    height: 120px;
    width: 100%;
    padding-top: 80px;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid #76869d;
    border-bottom: 1px solid #374254;
}
.event-block .left .tab a {
    color: #abb2bd;
    font-size: 11px;
    text-decoration: none;
}
.event-block .left .tab.first {border-top: 0;}
.event-block .left .tab.last {border-bottom: 0;}
.event-block .left .tab.edit {
    background: url(../images/event-edit-icon.png) no-repeat center 25px transparent;
}
.event-block .left .tab.share {
    background: url(../images/event-share-icon.png) no-repeat center 30px transparent;
}

.event-block .left .cont {width: 100%; padding-left: 101px; height: 100%;}
.event-block .left .cont p {margin-top: 0;}
.event-block .left .cont p.title {
    color: #fc6e51;
    font-size: 18px;
    margin-bottom: 6px;
}
.event-block  table {margin-bottom: 10px;}
.event-block .right table,.event-block .event-view-contant-2 table{margin-left: 22px}
.event-block  table td {
    padding-right: 20px;
    color: #546277;
    font-size: 12px;
}
.event-block table tr > td:first-child {color: #679353;}
.event-block table tr td.blue-text {color: #3cb3dc;}
.event-block table tr td.violet-text {color: #ac94e9;}

.event-block .right {
    padding: 5px 14px 5px 26px;
    width: 310px;
    border-left: 1px solid #ced3da;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/white-bg-1.png) repeat 0 0 transparent;
    z-index: 2;
}
.event-block .title {
    color: #3a4362;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}
.event-block .event-view-contant-2 .title{
    margin-left: 25px;
}
.payment-page .place,
.event-block .place {
    background: url(../images/event-place-icon.png) no-repeat 0 2px transparent;
    padding-left: 22px;
    color: #a2a6ae;
    font-size: 11px;
    margin-top: 0;
}

.event-block .event-view-contant-2 .place{
    margin-top: 5px;
}

.event-block .notepad{
    color: #fc6e51;
    background:  url("../images/notepad-icon.png") no-repeat  0 0px transparent;
    padding-left: 22px;
    margin-bottom: 0;
}

.event-block .desc {
    color: #2e3237;
    font-size: 13px;
    overflow: hidden;
    height: 123px;
    width: 330px;
    line-height: 21px;
    margin-top: 0;
}/*
.event-block .time {
    position: relative;
    padding: 0 0 0 76px;
    font-size: 11px;
    color: #546277;
    width: 58%;
}*/
.payment-page .event-date-wrapper .time-cont,
.event-block .time-cont{
    position: relative;
    width: 69px;
    height: 43px;
    background-color: #3A4263;
    border-radius: 2px;
    color: #ffffff;
    margin-left: 3px;
}
.payment-page .event-date-wrapper .time-cont .clock-icon,
.event-block .time-cont .clock-icon {
    background: url(../images/clock-icon.png) no-repeat 0 0 transparent;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    margin-top: 5px;
    margin-bottom: 2px;

}
.payment-page .event-date-wrapper .time-cont .time,
.event-block .time-cont .time{
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.payment-page .event-date-wrapper .date-cont,
.event-block .date-cont {
    position: relative;
    width: 111px;
    height: 43px;
    background-color: #3A4263;
    border-radius: 2px;
    color: #ffffff;
}
.payment-page .event-date-wrapper .date-cont .icons,
.event-block .date-cont .icons{
    width: 20px;
}
.payment-page .event-date-wrapper .date-cont > div.part1,
.event-block .date-cont>div.part1{
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    margin-right: 4px;
}
.payment-page .event-date-wrapper .date-cont > div.part2>div.month,
.event-block .date-cont>div.part2>div.month{
    font-size: 18px;
    line-height: 20px;
    margin-top: 4px;
}
.payment-page .event-date-wrapper .date-cont > div.part2>div.year,
.event-block .date-cont>div.part2>div.year{
    font-size: 11px;
    color: #aab2bd;
    line-height: 12px;
}

.event-block .blue-circle {
    background: url(../images/blue-circle.png) no-repeat 0 0 transparent;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    width: 73px;
    height: 73px;
    text-align: center;
    padding: 20px 10px 0;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.event-block .blue-circle span {
    font-size: 11px;
    font-weight: 600;
}
.event-block .calendar-icon{
    background: url(../images/calendar.png) no-repeat 0 0 transparent;
    width: 13px;
    height: 13px;
    margin-left: 6px;
    margin-top: 6px;

}
.event-block .repeating-icon {
    background: url(../images/repeating-icon.png) no-repeat 0 0 transparent;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 2px;
}
.event-block .series-icon {
    background: url(../images/series-icon.png) no-repeat 0 0 transparent;
    width: 19px;
    height: 14px;
    margin-left: 5px;
    margin-top: 5px;
}


.event-block .price {
    font-size: 11px;
    color: #546277;
    width: 42%;
    text-align: right;
}
.event-block .price .notepad-icon {
    display: inline-block;
    background: url(../images/notepad-icon.png) no-repeat 0 0 transparent;
    width: 23px;
    height: 23px;
    margin-bottom: 7px;
    cursor: pointer;
    *zoom: 1;
    *display: inline;
}
.view2 .event-block {border: none;}
.view2 .blue-circle {}
/*.view2 .event-block .time,*/
/*.view2 .event-block .price {width: 25%;}*/
.view2 .event-block {height: auto;}
.view2 .event-block .event-view-contant-2 .main {
    height: 95px;
    padding: 8px 10px 0;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e3e7ed;
    position: relative;
    z-index: 2;
}
.view2 .other {
    background: #546277;
    height: 0px;
    overflow: hidden;
    top: -5px;
    width: 100%;
    color: #f5f5f5;
    font-size: 12px;
    padding: 0 10px 0;
    border-radius: 0 0 6px 6px;
    position: relative;
    border: 1px solid #e3e7ed;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;

    z-index: 1;
}
.view2 .other .one-three-full > p:first-child {margin-right: 26px;}
.view2 .event-block:hover .other {height: 50px; padding-top: 5px;}
.view2 .event-block .other a {
    color: #abb2bd;
    padding-left: 50px;
    padding-right: 40px;
    line-height: 43px;
    text-decoration: none;
    text-transform: uppercase;
}
.view2 .event-block .other  a.event-goto {
    color: #ffffff;
    background: url(../images/event-goto-icon.png) no-repeat left center transparent;
    border-right: 1px solid #374254;
    padding-left: 30px;
    padding-right: 20px;
}
.view2 .event-block .other a.event-edit {
    background: url(../images/event-edit-icon-small.png) no-repeat 20px center transparent;
    border-right: 1px solid #374254;
    border-left: 1px solid #76869d;
    padding-left: 70px;
}
.view2 .event-block .other a.event-share {
    border-left: 1px solid #76869d;
    background: url(../images/event-share-icon-small.png) no-repeat 14px center transparent;
}

/*selected events*/

.selected-events {}

.selected-events.view2 .event-block .event-view-contant-2 .main {padding: 6px 6px 0; height: 92px;}
.selected-events.view2 .right-inf-cont {margin-left: 6px; width: 246px;}
.selected-events.view2 .event-block .event-view-contant-2 .title {
    color: #678ebe;
    margin-left: 0;
    min-height: 50px;
    overflow: hidden;
    margin-bottom: 0;
}
.selected-events.view2 .left-inf {
    width: 100%;
    margin-top: 0px;   
}
.selected-events.view2 .left-inf p {margin: 0; color: #5ab300; font-size: 13px;}
.selected-events.view2 .left-inf p.last {margin-left: 16px;}
.selected-events.view2 .left-inf .inf-gray-block {
    background: #f5f5f5;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;   
    margin-left: 8px;
}
.selected-events.view2 .left-inf .inf-gray-block p {
    color: #546277; 
    font-size: 14px; 
}
.selected-events.view2 .left-inf .inf-gray-block span {color: #5ab300;}
.selected-events.view2 .left-inf .inf-gray-block span.no-color {color: #546277;}
.selected-events.view2 .left-inf .inf-gray-block span.color-red {color: #fa6f57;}
.selected-events.view2 .left-inf .inf-gray-block.time-block {min-width: 176px;}

/* chosen select styles */
.chosen-container {
    background-color: #ffffff;
}

/* sort settings select styles */
.sort-settings .chosen-container {
    max-width: 298px;
    background: #ffffff;
}
.sort-settings .chosen-container .chosen-results,
.sort-settings .chosen-container-single .chosen-single {text-align: left;}
.sort-settings .select-label {color: #5ab300; margin-right: 10px;}

/*payment page styles*/

.payment-page {
    position: relative;
}
.payment-page > .box > div {
    background-color: #ffffff;
}
.payment-page .step .sector-edit-panel { margin-top: 20px; }
.payment-page .step.active {
    background: #ffffff;
}
.payment-page .title {
    font-size: 24px;
    color: #434a54;
    margin-top: 0;
}
.payment-page .title a,
.payment-page .title input[type=submit] {float: right; font-size: 10px;}
.payment-page .title a {text-decoration: none; line-height: 28px;}
.payment-page .title input[type=submit] {padding: 5px 6px; min-width: inherit;}
.payment-page .line {width: 100%; margin-bottom: 18px;}
.payment-page .line.no-bottom-margin {margin-bottom: 0;}
.payment-page .first,
.payment-page .second {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}
.payment-page .first {
    width: 110px;
    margin-right: 8px;
}
.payment-page .first label {margin-top: 11px; display: inline-block; *zoom: 1; *display: inline;}
.payment-page .second {width: 350px; vertical-align: middle;}
.payment-page input[type="button"],
.payment-page input[type="submit"] {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background: #a0d468;
    text-align: center;
    min-width: 110px;
    padding: 10px 12px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.payment-page input[type="text"]{
    display: inline-block;
    background: #ffffff;
    border: 1px solid #d5dadf;
    height: 40px;
    line-height: 38px;
    color: #424244;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    padding: 0 12px;
    *zoom: 1;
    *display: inline;
}
.payment-page input[type="text"].full {width: 100%;}
.payment-page input[type="text"].half {width: 220px;}
.payment-page input[type="text"].mini {width: 58px;}
.payment-page label {
    color: #82c563;
    font-size: 13px;
}
.payment-page .line.ajustyfy-containers {padding: 15px 0 15px;}
.styled-radio {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 26px;
    background: url(../images/input-radio-icons.png) no-repeat 0 0 transparent;
    position: relative;
    *zoom: 1;
    *display: inline;
}
.payment-page .line.ajustyfy-containers label {width: auto;}
.styled-radio input[type="radio"] {visibility: hidden; position: absolute; top: 0; left: 0;}
.styled-radio.checked {background-position: 0 -16px;}

.payment-page .sep {padding: 0 26px;}
.payment-page .block-wrapper {
    position: relative;
    overflow: hidden;
}
.payment-page .block-wrapper > .left { width: 70%; }
.payment-page .block-wrapper > .right {
    width: 29%;
    float: right;
}
.payment-page .block-wrapper .block {
    background: #ffffff;
    border: 1px solid #e3e7ed;
    border-radius: 5px;
    border-bottom: 2px solid #e3e7ed;
    margin-bottom: 14px;
    padding: 5px;
}
.payment-page .block-wrapper .block.event-wrapper-padding{
    padding: 10px 20px 14px;
}
.payment-page .block-wrapper .block .image {
    background-size: cover;
    background-position: center;
    width: 105px;
    height: 105px;
}
.payment-page .block-wrapper .block .place {
    font-size: 13px!important;
    margin-left: 10px;
}
.payment-page .block-wrapper .block .title{
    margin-bottom: 10px;
    margin-left: 20px;
}
.payment-page .block-wrapper .block label,
form .fields-section label.styled-radio
{
    margin-bottom: 10px;
}
.payment-page .block-wrapper .block.select_customer .select_customer_from{
    display: none;
    border-top: 1px solid #e3e7ed;
    padding-top: 9px;
    margin-top: 7px;
}
.payment-page .block-wrapper .block.select_customer .customer_info{
    background: #3A4263;
    padding: 8px;
    border-radius: 3px;
    color: white;
    display: none;
}
.payment-page .block-wrapper .block #selected-seats {
    margin-left: 20px;
}
.payment-page .block-wrapper .block label.sub {
    margin-left: 25px;
}

.payment-page .block-wrapper .checkout-step .left,
.payment-page .block-wrapper .checkout-step .right { width: 49%; }
.payment-page .block-wrapper .checkout-step .right { margin-left: calc(2% - 4px); }
.payment-page .block-wrapper .checkout-step .block { min-height: 210.5px; }
.payment-page .block-wrapper .checkout-step .block.discount label { margin: 17px 0; }
.payment-page .block-wrapper .checkout-step .block.discount .line .first { width: 23%; margin-right: 2%; }
.payment-page .block-wrapper .checkout-step .block.discount .line .second { width: 43%; }
.payment-page .block-wrapper .checkout-step .block.discount .line .second:last-child { width: 32%; }
.payment-page .block-wrapper .checkout-step .block.discount .line input[type=submit] { margin-left: 10px; }


.payment-page .event-date-wrapper {
    background: #ffffff;
    border: 1px solid #e3e7ed;
    border-radius: 5px;
    border-bottom: 2px solid #e3e7ed;
    margin-bottom: 10px;
    padding: 5px;
}
.payment-page .event-date-wrapper > div { margin-left: 10px; }
.payment-page .event-date-wrapper > div:first-child { margin-left: 0; }
.payment-page .event-date-wrapper .left { float: left; }
.payment-page .event-date-wrapper .right { float: right; }
.payment-page .event-date-wrapper .right > div { margin-left: 10px; }
.payment-page .event-date-wrapper p {
    color: #5ab300;
    font-size: 13px;
}
.payment-page .event-date-wrapper .inf-gray-block {
    background: #f5f5f5;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
}
.payment-page .event-date-wrapper .inf-gray-block p {
    color: #546277;
    font-size: 11px;
}
.payment-page .event-date-wrapper .inf-gray-block img {margin-right: 5px;}
.payment-page .event-date-wrapper .inf-gray-block span.no-color {
    color: #546277;
}
.payment-page .event-date-wrapper .inf-gray-block.time-block p {
    line-height: 14px;
}
.payment-page .event-date-wrapper .inf-gray-block span {
    color: #5ab300;
    font-size: 14px;
}
.payment-page .event-date-wrapper .inf-gray-block span.color-red {
    color: #fa6f57;
}
.payment-page .tickets-information-wrapper > .cont {
    background: #ffffff;
    border: 1px solid #e3e7ed;
    border-bottom: 0;
    margin-bottom: 18px;
    position: relative;
    padding: 5px 10px 0 20px;
}
.payment-page .tickets-information-wrapper > .cont .ajustyfy.ajustyfy-containers {font-size: 0; line-height: 0; margin-bottom: 5px;}
.payment-page .tickets-information-wrapper > .cont.first {border-radius: 5px 5px 0 0; width: 100%;}
.payment-page .tickets-information-wrapper > .cont.last {
    border-radius: 0 0 5px 5px;
    border-bottom: 2px solid #e3e7ed;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.payment-page .tickets-information-wrapper > .cont .line {
    position: absolute;
    bottom: -37px;
    left: 0;
    width: 100%;
    height: 19px;
    background: url(../images/separator-line.png) no-repeat 0 0 transparent;
    background-size: cover;
    z-index: 2;
}
.payment-page .tickets-information-wrapper > .cont p,
.payment-page .tickets-information-wrapper > .cont label {
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    width: auto;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.payment-page .tickets-information-wrapper > .cont p.acenter {width: 100%;}
.payment-page .tickets-information-wrapper > .cont > .ajustyfy > div.inl:nth-child(1) {width: 24%;}
.payment-page .tickets-information-wrapper > .cont > .ajustyfy > div.inl:nth-child(2) {width: 42%;}
.payment-page .tickets-information-wrapper > .cont > .ajustyfy > div.inl:nth-child(3) {width: 30%;}
.payment-page .green-text {color: #5ab300;}
.payment-page .blue-text,
.payment-page .blue-text input[type="text"] {color: #678ebe;}
.payment-page .blue-text-1 {color: #3cb3dc;}
.payment-page .tickets-information-wrapper > .cont p > span {font-weight: 600;}
.payment-page .tickets-information-wrapper > .cont input[type="text"] {margin: 0;}
.payment-page .tickets-information-wrapper > .cont input[type="text"]:disabled {
    border: none;
    padding: 0;
    text-align: center;
}
.payment-page .del-icon {
    background: url(../images/del-icon.png) no-repeat 0 0 transparent;
    width: 15px;
    height: 14px;
    cursor: pointer;
}
.payment-page .tickets-information-wrapper > .cont label {margin-right: 2%; width: 15%;}
.payment-page .tickets-information-wrapper > .cont label + input[type="text"] {width: 81%;}
.payment-page .tickets-information-wrapper > .cont table {width: 100%;}
.payment-page .tickets-information-wrapper > .cont table tbody > tr:first-child > td:first-child {font-size: 16px; font-weight: 700;}
.payment-page .tickets-information-wrapper > .cont table tr > td {text-align: right;}
.payment-page .tickets-information-wrapper > .cont table tr > td > div {text-align: left; min-width: 65px; white-space: nowrap;}
.payment-page .tickets-information-wrapper > .cont table tr > td:first-child {width: 60%; text-align: left;}
.payment-page .tickets-information-wrapper > .cont table tr.last > td {font-size: 24px; font-weight: 700;}
.payment-page .tickets-information-wrapper > .cont table tr.last > td:first-child {font-size: 18px; font-weight: 700;}

.payment-page .tickets-information-wrapper > .cont .green-btn { padding: 0 14px; margin: 5px; }
.payment-page .tickets-information-wrapper > .cont .green-btn:last-child { margin-right: 0; }

.payment-page .tickets-information-wrapper > .cont.last table tr > td:first-child small {
    display: block;
    color: #a2a6ae;
}

/*tooltip styles*/
.tooltip-container {
    position: fixed;
    top: 0;
    left: 0;
    background: #fc6e51;
    color: #ffffff;
    font-size: 13px;
    padding: 16px 15px;
    display: none;
    z-index: 100;
    border-radius: 0 6px 6px 6px;
    max-width: 264px;
}
.tooltip-container .corner {
    width: 0;
    height: 0;
    border-top: 26px solid #fc6e51;
    border-left: 26px solid transparent;
    position: absolute;
    top: 0;
    left: -26px;
}



/*--Left menu--*/
#left_col .menu{
    list-style: none;
    padding: 0;
}
#left_col .menu li{
    margin-bottom: 5px;
}
#left_col .menu li a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    transition: background-color 0.1s ease-out;

}
#left_col .menu li.active a,#left_col .menu li:hover a{
    background-color: #3A4263;
    border-radius: 3px;
}


/*Create event*/
.step{
    border: 1px solid #DADCDF;
    border-bottom-width: 3px;
    border-radius: 5px;
    margin-bottom: 14px;
    padding: 15px 12px;
    background-color: #f5f5f5;
    position: relative;
}
.step.completed{
    margin-bottom: -5px;
/*    border-bottom: none;
    margin-bottom: 0;*/
}
.step.completed.open{
    margin-bottom: 14px;
}
.step.open{
    background-color: #ffffff;
}
.step .name{
    font-size: 24px;
    color: #434a54;
    font-weight: 300;
    padding-right: 63px;
}

.step .error_icon{
    background-image: url("../images/alert.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 55px;
    top: 16px;
    display: none;

}
.step.with-error .error_icon{
    display: block;
}
.step .edit{
    display: none;
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url("../images/edit_step.png");
    background-repeat: no-repeat;
    cursor: pointer;
    right: 12px;
    top: 14px;
}
.step.completed .edit {
    display: block;
}
.step.completed.open .edit {
    display: none;
}
.step .content {
    display: none;
    padding: 20px 0;
}
.step.open .content {
    display: block;
}
.step #arena .arena-map {overflow: hidden;}


.light_blue{color: #3bb2dc}


.form input,.form  textarea,.form .image_input{
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    color: #424244;
    font-family: "Open Sans",sans-serif;
    border:1px solid #aab2bd;
    border-radius: 3px;
}
.form input[type="text"],
.form input[type="date"],
.form input[type="time"],
.form .image_input,
.form input[type="password"] {
    height: 38px;
    text-indent: 15px;
    line-height: 38px;
}


.form textarea{
    padding: 15px;
    height: 85px;
}

.form-group.with-error input[type="text"],
.form-group.with-error input[type="date"],
.form-group.with-error input[type="time"],
.form-group.with-error .image_input,
.form-group.with-error textarea,
.form-group.with-error .mce-tinymce,
.form-group.with-error .chosen-container-single .chosen-single,
.form-group.with-error .chosen-container .chosen-drop
{
    border-color: #ff5a00;
}




.form .button{
    background-color: #A0D468;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 15px;
    width: auto;
    min-width: 110px;
    margin-left: 20px;
    position: relative;
    transition: 0.1s ease-out;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.form .button.loading{
    border-radius: 40px;
    font-size: 0;
    min-width: 40px;
    padding: 0;
    width: 40px;
    cursor: default;
    background-image: url("../images/468.png");
    background-repeat: no-repeat;
    background-position: center center;

}




.form button:first-child, .form .button:first-child{
    margin-left: 0;
}

.form .form-group{
    margin-bottom: 17px;
}
.form .form-group.last{
    margin-top: 40px;
    margin-bottom: 0;
}
.form .form-group label{
    display: block;
    width: 100%;
    font-size: 13px;
    color: #82c563;
    margin-bottom: 6px;
}

.form input[type='checkbox']{
    display: none;
}
.form input[type='checkbox']+label{
    padding-left: 30px;
    min-height: 18px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: auto;
}
.form input[type='checkbox']+label.big_dark{
    font-size: 14px;
    color: #424244;
    padding-left: 40px;
}
.form input[type='checkbox']+label:after{
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    background: url(../images/checkbox.png) no-repeat 0 -19px;
}
.form input[type='checkbox']:checked+label:after{
    background-position: 0 0;
}

.form .image_input{

    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.form .image_input:after{
    content: '';
    position: absolute;
    width: 29px;
    height: 15px;
    right: 0;
    top: 11px;
    cursor: pointer;
    z-index: 2;
    background:url(../images/file.png) no-repeat;
}
.form .image_input .loader{
    z-index: 1;
    width: 0%;
    height: 100%;
    opacity: .8;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #a0d468;
    transition: width 0.1s ease-out 0s;

}

.form-group .image_item{
    margin-top: 10px;
    position: relative;
    padding-right: 18px;
}
.form-group .image_item img{
    height: 73px;
    width: 98px;
    border: 1px solid #d5dadf;
    background-color: #ffffff;
    padding: 1px;
    margin-right: 20px;
}
.form-group .image_item .text{
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-group .image_item .text span{
    color: #aab2bd;
}
.form-group .image_item .delete{
    background-image: url("../images/remove.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    cursor: pointer;

}

.auth-page section {padding: 200px 22px 20px 22px;}
.login-form {margin: 0 auto; background: #ffffff; width: 40%;}


.form input.date{
    padding-right: 30px;
    background:url(../images/calendar.png) no-repeat right 7px;
}
.form input.time{
    padding-right: 30px;
    background:url(../images/clock.png) no-repeat right 8px;
}
.form .form-title{
    font-size: 18px;
    color: #DADCDF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
    position: relative;
    min-height: 26px;
}

.form .form-title:after{
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background-color: #DADCDF;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 10px;
}
.form .form-title span{
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 0 12px;
}


.sector-edit-panel .seat {
    background: url(../images/seats-icons.png) no-repeat 0px 0px transparent;
    width: 20.8px;
    height: 22px;
    font-size: 11px;
    line-height: 11px;
    margin: 0 1px 0 1px;
}
.sector-edit-panel .seat.checked,
.sector-edit-panel .seat:hover {
    background-position: 0px -44px;
}
.sector-edit-panel .seat.with-price-checked,
.sector-edit-panel .seat.with-price-checked:hover {
    background-position: 0px -67px;
}
.sector-edit-panel .seat.with-price-checked.checked,
.sector-edit-panel .seat.with-price-checked.checked:hover,
.arena-organizer-step-seats .row .seat.checked,
.arena-organizer-step-seats .row .seat.checked:hover {background-position: 0 0px;}
.sector-edit-panel .row .seat.active,
.sector-edit-panel .row .seat.active:hover {
    background-position: 0 -67px;
    color: #FFFFFF;
}
.sector-edit-panel .row .seat.already-buyed,
.sector-edit-panel .row .seat.already-buyed:hover {
    background-position: 0 -22px;
}
.sector-edit-panel .row .seat.processing {
    background-position: 0px -44px;
}

.rows > div{position: relative; margin-right: -10px}
.sector-edit-panel .check-row {
    position: absolute;
    top: 3px;
    left: -50px;
    background: url(../images/checkbox.png) no-repeat 0 -19px transparent;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    *zoom: 1;
    *display: inline;
}
.sector-edit-panel .check-row.checked {background-position: 0 0;}
.sector-edit-panel .check-row input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0px;
    visibility: hidden;
}
.sector-edit-panel .title {color: #83ac57; font-size: 24px; font-weight: 300; margin: 0 0 40px;}
.sector-edit-panel .title span {color: #3a4362;}
.sector-edit-panel #sector {
    display: inline-block;
}
.sector-edit-panel #sector .row-name {
    color: #678ebe;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    top: 3px;
    left: -15px;
}
.sector-edit-panel #sector .row {
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
}
.sector-edit-panel #sector .rows > div {
    margin-right: 0;
}
.sector-edit-panel .rink {
    width: 620px;
    height: 38px;
    line-height: 40px;
    background: #aab2bd;
    color: #678ebe;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto 46px;
}
.sector-edit-panel .reset-container a {
    color: #42b0d8;
    font-size: 14px;
    margin-right: 34px;
}
#apply-btn {
    background: #83ac57;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    min-width: 105px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}
#sector {margin-bottom: 60px;}
.other-sections {margin: 30px 0 80px;}
.other-sections .green-text {color: #83ac57;  font-size: 14px;}
.other-sections table {width: 100%;}
.other-sections table tr > td:nth-child(1) {
    color: #3a4263;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 255px;
}
.other-sections table tr > td { padding: 6px 0;}
.other-sections table tr > td p {margin: 0;}
.other-sections table tr > td:nth-child(3) {
    text-align: right;
}
.other-sections table tr > td:nth-child(3) a {
    color: #42b0d8;
    font-size: 14px;
}
.other-sections a.edit-section {
    background: url(../images/table-edit-icon.png) no-repeat left center transparent;
    padding-left: 20px;    
}
.other-sections a.show-on-arena-map {
    background: url(../images/table-show-icon.png) no-repeat left center transparent;
    padding-left: 20px;
    padding-right: 30px;
    text-decoration: none;
}
.other-sections a.show-on-arena-map span {    
    border-bottom: 1px dashed #42b0d8;
}
.other-sections table .price span {color: #546277; font-size: 14px; padding: 0 10px;}
.other-sections table .price span.green {color: #83ac57; font-size: 13px; padding: 0;}
.other-sections table .not-yet-edited {
    background: url(../images/table-not-yet-edit-icon.png) no-repeat left center transparent;
    padding-left: 20px;
    color: #546277;
    font-size: 14px; 
}
.grey-btn {
    background: #aab2bd;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 0 18px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    border: none;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
}
.rows {margin-bottom: 20px;}
.like-link {background: none; border: none; color: #42b0d8; font-size: 14px; cursor: pointer; text-decoration: underline;}

.arena-popup .top {
    font-size: 14px;
}
.arena-popup .bottom label {
    background: url(../images/checkbox.png) no-repeat 0 -18px transparent;
    display: inline-block;
    color: #f5f5f5;
    font-size: 13px;
    position: relative;
    margin-bottom: 16px;
    padding-left: 34px;
    cursor: pointer;
    *zoom: 1;
    *display: inline;
}
.arena-popup .bottom label.checked {background-position: 0 0;}
.arena-popup .bottom label input[type="checkbox"] {position: absolute; top: 0; left: 0; visibility: hidden;}
.arena-popup .close {right: 15px;}

/*step 2 create ticket types*/
.tickets-group {padding-bottom: 20px;}
.tickets-group .title {position: relative;}
.tickets-group .title .line {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EDEEF0;
    z-index: 1;
}
.tickets-group .title p {
    font-size: 18px;
    font-weight: 700;
    background: #ffffff;
    padding: 0 10px;
    color: #86C35B;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
}
.ticket-type {
    background: #f5f5f5;
    margin: 0 -10px;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-right: 8px solid #81C465;
}
.tickets-group.green .title p {
    color: #86C35B;
}
.tickets-group.blue .title p {
    color: #40AFDD;
}
.tickets-group.purple .title p {
    color: #967CD7;
}
.tickets-group.green .ticket-type {border-right: 8px solid #81C465;}
.tickets-group.blue .ticket-type {border-right: 8px solid #40AFDD;}
.tickets-group.purple .ticket-type {border-right: 8px solid #967CD7;}
p.label,
label {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #83ac57;
    *zoom: 1;
    *display: inline;
}
input[type="text"], input[type="password"],
textarea {
    background: #ffffff;
    border: 1px solid #aab2bd;
    border-radius: 5px;
    width: 100%;
}
input[type="text"], input[type="password"] {
    height: 38px;
    line-height: 36px;
    padding: 0 15px;
    margin: 5px 0;
}
textarea {
    height: 200px;
    line-height: 18px;
    font-size: 13px;
    color: #424244;
    margin: 5px 0;
}
input[type="number"] {
    background: #ffffff;
    border: 1px solid #aab2bd;
    border-radius: 5px;
    line-height: 21px;
    width: 100%;
}
.chosen-container {
    margin: 5px 0;
}
.chosen-container.processing a {
    border-color: #f7d644;
}
.chosen-container.error a {
    border-color: #ff5a00;
}
.chosen-container.success a {
    border-color: #82c563;
}

.tickets-group .price_input {
    width: 130px;
}
.add-new-group {
    background: #546277;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 20px;
}
.green-btn {
    background: #83ac57;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/*tinymse styles*/
/*.legal-rules .mce-panel,
.tickets-group .mce-panel {
    background: none;
    border: none;
    margin: 5px 0;
}
.legal-rules .mce-container-body,
.tickets-group .mce-container-body {position: relative;}
.legal-rules .mce-toolbar-grp,
.tickets-group .mce-toolbar-grp {
    background: #D5E7B5;
    border: 1px solid #85B811;
    width: 97%;
    position: absolute;
    top: 0%;
    left: 1.5%;
}
.legal-rules .mce-edit-area,
.tickets-group .mce-edit-area {
    background: #ffffff;
}
.legal-rules .mce-edit-area iframe,
.tickets-group .mce-edit-area iframe {
    border-radius: 5px;
    border: 1px solid #aab2bd;
    overflow: hidden;
    padding-top: 75px!important;
    height: 92px!important;
}
.legal-rules .mce-btn.mce-active,
.legal-rules .mce-btn.mce-active:hover,
.legal-rules .mce-btn:hover,
.legal-rules .mce-btn,
.tickets-group .mce-btn.mce-active,
.tickets-group .mce-btn.mce-active:hover,
.tickets-group .mce-btn:hover,
.tickets-group .mce-btn {background: none; border: none;}*/

.table_in_form{
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle;
}
.table_in_form tr td{
    border-bottom: 1px solid #eceef0;
    padding: 8px 0;
}
.table_in_form tr:last-child td{
    border-bottom: none;
}
.table_in_form .table_in_form tr td {
    border-bottom: 1px solid #eceef0;
    padding: 4px 0 0;
}
.table_in_form .table_in_form tr:last-child td {
    border-bottom: none;
}

.tickets-group p {margin: 0;}
.checkbox-styled {
    position: relative;
    color: #424244;
    font-size: 13px;
    min-height: 16px;
}
.checkbox-styled span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/checkbox.png) no-repeat 0 -19px transparent;
    cursor: pointer;
    margin-right: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    *zoom: 1;
    *display: inline;
}
.checkbox-styled input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.checkbox-styled.checked span {
    background-position: 0 0;
}
.tickets-group .checkbox-styled {
    padding-left: 25px;
    line-height: 20px;
    top: 2px;
    color: #424244;
    font-size: 13px;
}
.step .green-btn {margin-top: 30px;}
.price_input {text-align: center;}

/*sub-event*/
.sub-event-list {margin-top: 20px;}
.sub-event {margin-bottom: 10px;}
.sub-event > .begin-date {width: 168px; margin-right: 15px;}
.sub-event > .begin-time {width: 168px; margin-right: 15px;}
.sub-event > .end-date {width: 168px; margin-right: 15px;}
.sub-event > .end-time {width: 168px; margin-right: 15px;}
.sub-event .settings {width: 100px; margin-right: 0; padding-top: 28px;}
.sub-event .settings > div {cursor: pointer; margin-left: 15px;}
.sub-event .settings-btn {position: relative;}
.sub-event .settings-btn .icon {
    background: url(../images/sub-events-settings-btn.png) no-repeat 0 -25px transparent;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 2;
}
.sub-event .settings-btn .inner {
    display: none;
    position: absolute;
    top: -6px;
    left: -12px;
    background: #f5f5f5;
    width: 48px;
    height: 60px;
    z-index: 1;
}
.sub-event .settings-btn.active .inner {
    display: block;
}
.sub-event .settings-btn.active .icon {background-position: 0 1px;}
.sub-event .remove-btn {
    background: url(../images/sub-event-remove-btn.png) no-repeat 0 0 transparent;
    width: 22px;
    height: 22px;
}

.sub-settings-container {
    height: 0;
    overflow: hidden;
    background: #f5f5f5;
    margin: 8px -10px 0px;
    padding: 0 10px 0px 10px;
    -webkit-transition: height 0.6s ease-out 0s;
    -moz-transition: height 0.6s ease-out 0s;
    -o-transition: height 0.6s ease-out 0s;
    transition: height 0.6s ease-out 0s;
    right: 0;
    top: 0;
    position: relative;
}
.sub-settings-container.open {
    height: 124px;
}
.sub-settings-container > .inner {
    padding: 5px 0px 10px 0px;
    position: relative;
}
.sub-settings-container .title {text-align: center;}
.sub-settings-container .title p {
    font-size: 18px;
    color: #aab2bd;
    font-weight: 700;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: #f5f5f5;
    padding: 0 68px;
    margin: 0 0 5px;
    position: relative;
    z-index: 2;
}
.sub-settings-container .title .line {
    position: absolute;
    top: 18px;
    height: 1px;
    background: #cccdcf;
    left: 0;
    z-index: 1;
    width: 100%;
}
.sub-settings-container .start-date {width: 168px;}
.sub-settings-container .start-time,
.sub-settings-container .end-date,
.sub-settings-container .end-time {
    width: 168px;
    margin-left: 52px;
}
.sub-settings-container input[type="text"] {
    /*width: 168px;*/
}
.sub-settings-container .start-date input[type="text"],
.sub-settings-container .end-date input[type="text"],
.sub-event > .end-date input[type="text"],
.sub-event > .begin-date  input[type="text"] {background: url(../images/calendar_.png) no-repeat right center #ffffff; padding-right: 40px;}
.sub-settings-container .start-time input[type="text"],
.sub-settings-container .end-time input[type="text"],
.sub-event > .begin-time input[type="text"],
.sub-event > .end-time  input[type="text"] {background: url(../images/clock.png) no-repeat right center #ffffff; padding-right: 40px;}

.add-sub-event {
    padding: 0 20px;
    min-width: 188px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: #546277;
    border-radius: 5px;
}
.additional-settings .title {position: relative; text-align: center; width: 100%; margin-bottom: 10px;}
.additional-settings .title p {
    color: #e6e9ed;
    background: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    margin: 0;
}
.additional-settings .title .line {
    position: absolute;
    top: 14px;
    width: 100%;
    left: 0;
    height: 1px; 
    background: #eceef0;
    z-index: 1;
}
.additional-settings .checkbox-styled {
    padding-left: 25px;
}
.additional-settings span {top: 1px;}
.step .chosen-container-single .chosen-single {
    border: 1px solid #aab2bd;
}
.additional-settings > div:nth-child(2) .one-two-full.aright {padding-top: 23px;}
.additional-settings > div:nth-child(2) .one-two-full.aright .chosen-container {
    width: 92px!important;
    display: inline-block;
    text-align: center;    
    margin: 0 0 0 20px;
    *zoom: 1;
    *display: inline;
}
.additional-settings > div:nth-child(2) .one-two-full.aright label {width: auto; color: #83ac57;}
.additional-settings > div:nth-child(3) {margin: 30px 0 16px;height: 1px;}
.additional-settings > div:nth-child(3) .line {top: 0;}
.additional-settings > div:nth-child(4) {padding-bottom: 20px;}
.additional-settings > div:nth-child(4) > div:nth-child(1) {width: 300px; margin-right: 50px;}
.additional-settings > div:nth-child(4) > div:nth-child(2) {width: 150px; margin-right: 50px;}
.additional-settings > div:nth-child(4) > div:nth-child(3) {width: 275px;}
.additional-settings > div:nth-child(6) > div:nth-child(1) {width: 386px; margin-right: 26px;}
.additional-settings > div:nth-child(6) > div:nth-child(2) {width: 94px; margin-right: 50px;}
.additional-settings > div:nth-child(7) {margin-bottom: 40px;}
.additional-settings > div:nth-child(7) > label {width: auto; margin-right: 40px;}
.additional-settings > div:nth-child(7) > .label {width: auto; margin-right: 26px;}
.additional-settings textarea {padding: 8px 10px; font-family: 'Open Sans', sans-serif}
#save_btn.green-btn {
    margin-right: 21px;
}
.step .checkbox-styled {padding-left: 25px;}
.legal-rules > div {margin-bottom: 30px;}
.step .legal-rules button {margin-top: 0;}
.legal-rules > div:nth-child(1) label {margin-bottom: 5px;}
.legal-rules .mce-toolbar-grp {width: 98%; left: 1%;}
.tickets-group .mce-edit-area iframe {
    height: 106px!important;
}
.legal-rules .mce-edit-area iframe {height: 206px!important;}
.legal-rules .checkbox-styled span {top: 1px;}

.payment-confirmed {}
.payment-confirmed .green-text {vertical-align: baseline;}
.payment-confirmed .blue-text {text-transform: uppercase; vertical-align: baseline;font-size: 18px; margin: 13px 0;}
.reprint-ticket-cont {margin-bottom: 200px;}
.reprint-ticket-cont .print-btn {
    padding-left: 25px;
    height: 15px;
    line-height: 15px;
    background: url(../images/print-icon.png) no-repeat 0 0 transparent;
}
.payment-confirmed .green-btn-1 {
    height: auto;
    line-height: 14px;
    text-decoration: none;
    padding: 10px;
    min-width: 183px;
    margin-bottom: 20px;
    margin-top: 0;
}
.payment-confirmed .green-btn-1 > span {font-size: 10px;}
.arena-title {font-size: 16px; color: #5ab300;}
.payment-page #arena .arena-map {
    margin-top: 0;
    max-width: 842px;
}

.payment-page .right #review_order_form {
    margin-bottom: 0;
}

/* UI Tabs Custom Style */
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-widget-header {
    border-width: 0 0 1px 0;
    border-color: #546277;
    border-radius: 0;
    background-color: transparent;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    background: #ccd1d9;
    border-radius: 5px 5px 0 0;
}
.ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
    color: #f7f7f7;
    text-transform: uppercase;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
    padding: 0 14px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: #546277;
    border-color: #546277;
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a.ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a.ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: inline-block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
    border-top: 1px solid #546277;
    width: 100%;
}
.autocomplete-suggestions {
    border: 1px solid #d5dadf;
    background: #FFF;
    overflow: auto;
    border-radius: 5px;
    margin-top: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.autocomplete-suggestion {
    padding: 5px 9px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #d5dadf; }
.autocomplete-suggestion:last-child{border: none}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000;}

.disable_event{
    opacity: .5;
    pointer-events: none;
}


.events-container #DataTable_wrapper {
    overflow: visible;
    padding-bottom: 100px;
}
.events-container #DataTable {
    padding: 0;
}
.events-container #DataTable thead tr th {
    padding: 0;
}
.events-container #DataTable tbody tr td {
    border-bottom: 1px solid #d5d8db;
}
.events-container #DataTable tbody tr.odd td {
    background-color: #f9f9f9;
}
.events-container #DataTable tbody tr:last-child td {
    border: none;
}
.events-container #DataTable tbody tr td {
    font-size: 14px;
}
.events-container #DataTable tbody tr td:nth-child(1) {
    font-size: 18px;
    text-align: left;
}
.events-container #DataTable tbody tr td:nth-child(3) {
    text-align: right;
}
.events-container #DataTable tbody tr td .chosen-container {
    font-size: inherit;
}

.box-office-pages .blue-text {color: #678ebe;}
.box-office-pages .blue-text-1 {color: #3cb3dc;}
.box-office-pages .btn { margin: 0; }
.box-office-pages .btn:disabled { opacity: 0.5; }
.box-office-pages label { color: inherit; font-size: inherit; cursor: pointer; }
.box-office-pages .dataTable thead { font-size: 18px; }
.box-office-pages .dataTable tbody { font-size: 16px; }
.box-office-pages .dataTable tbody tr.odd td { background-color: #f9f9f9; }

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
    background-color: #aab2bd;
}

/* Modals */
#confirmation-modal .question {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

input[type="text"].datepicker_input{
    background: url(../images/calendar_.png) no-repeat right center #ffffff;
    padding-right: 40px;
}
input[type="text"].timepicker_input{
    background: url(../images/clock.png) no-repeat right center #ffffff;
    padding-right: 40px;
}

.autocomplete_items_cont{}
.autocomplete_items_cont .autocomplete_item_row{
    position: relative;
    background: #3A4263;
    padding: 8px 32px 8px 8px;
    border-radius: 3px;
    margin-bottom: 5px;

}

.autocomplete_item_row .remove_btn{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #3A4263;
    cursor: pointer;
    font-size: 17px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 16px;
    text-align: center;
}

.autocomplete_items_cont .autocomplete_item_row p{
    color: white;
    margin: 0 0;
}

.coupon_page .particular_events_from,
.coupon_page .select_customers_from{
    display: none;
    border-top: 1px solid #e3e7ed;
    padding-top: 9px;
    margin-top: 7px;
}


.coupon_page .end_date_type_form,
.coupon_page .start_date_type_form{
    display: none;
}
.restrictions_set{margin-top: 10px}
.hidden{display: none}

.select_popup_list_btn{
    cursor: pointer;
    height: 38px;
    line-height: 36px;
    padding: 0 15px;
    margin: 5px 0;
    background: #ffffff;
    border: 1px solid #aab2bd;
    border-radius: 5px;
    width: 100%;
}

.popup_select_list, .popup-get-cvc-code {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(170,178,188,.4);
    z-index: 1000;
}
.popup_select_list .popup_inner{
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #ffffff;
    right: 0;
    left: 0;
    top:0;
    bottom: 0;
    margin: auto;
    width: 350px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
}

.popup_select_list .popup_inner .top_panel{
    width: 100%;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3a4263;
    padding: 0 14px;
    z-index: 2;
}

.popup_select_list .popup_inner .search_input{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 5;
    margin: 0;
    left: 0;
    border-radius: 0;
    height: 40px;
    border-color: #d5d5d5;
}

.popup_select_list .popup_inner .top_panel .check_all_btn,
.popup_select_list .popup_inner .top_panel .uncheck_all_btn{
    float: left;
    color: #ffffff;
    margin: 14px 16px 0 0;
    cursor: pointer;
}
.popup_select_list .popup_inner .top_panel .close_popup{
    float: right;
    color: #ffffff;
    font-size: 13px;
    padding: 3px 7px;
    border: 1px solid #ffffff;
    margin-top: 10px;
    cursor: pointer;
}
.popup_select_list .bottom_popup_content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 48px;
    padding-bottom: 40px;
}
.popup_select_list .bottom_popup_content .scroll_list{
    overflow-y: auto;
    max-height: 100%;
}

.popup_select_list .bottom_popup_content .loader{
    color: #3a4263;
    position: absolute;
    margin: auto;
    top: 55px;
    text-align: center;
    width: 100%;
}

.popup_select_list .bottom_popup_content label.item_with_checkbox{
    position: relative;
    padding: 8px 5px 10px 38px;
    color: #424244;
    font-size: 13px;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
}
.popup_select_list .bottom_popup_content label.item_with_checkbox:last-child{
    border-bottom: none;
}
.popup_select_list .bottom_popup_content label.item_with_checkbox:hover{
    background-color: #F5F5F5;
}


.popup_select_list .bottom_popup_content label.item_with_checkbox input[type="checkbox"]{
    display: none;
}
.popup_select_list .bottom_popup_content label.item_with_checkbox span{
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 14px;
    left: 11px;
    background: url(../images/checkbox.png) no-repeat 0 -19px transparent;
}
.popup_select_list .bottom_popup_content label.item_with_checkbox input:checked+span{
    background-position: 0 0;
}

.popup-get-cvc-code .popup_inner{
    position: absolute;
    width: 150px;
    height: 185px;
    background-color: #ffffff;
    right: 0;
    left: 0;
    top:0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 4px;
}

/* Charts and Boxes Info */
.charts,
.boxes-info {
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #aab2bc;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.charts .chart {
    display: inline-block;
    background-color: #fff;
    color: #3a4362;
    border: 1px solid;
    width: 48%;
    border-radius: 5px;
    padding: 5px;
}
.boxes-info .box-info {
    display: inline-block;
    background-color: #fff;
    color: #3a4362;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    padding: 20px;
    margin: 5px;
    min-width: 120px;
}
.boxes-info .box-info .value {
    font-size: 36px;
}
.charts.full-one .chart,
.boxes-info.full-one .box-info {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.charts.full-two .chart,
.boxes-info.full-two .box-info {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
}
.charts.full-three .chart,
.boxes-info.full-three .box-info {
    margin-left: 1%;
    margin-right: 1%;
    width: 31%;
}
.charts.full-four .chart,
.boxes-info.full-four .box-info {
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
}
.charts.full-five .chart,
.boxes-info.full-five .box-info {
    margin-left: 1%;
    margin-right: 1%;
    width: 18%;
}

.content #sector .row-line > div {
    height: 18px;
    line-height: 20px;
}

.refund-footer {
    display: flex;
}

.refund-footer .section {
    padding-top: 10px;
    padding-right: 0;
}

.refund-footer input {
    margin-left: 5px;
}

.refund-footer .refund-totals {
    display: flex;
    flex-direction: row-reverse;
}

.refund-footer .total {
    margin-left: 45px;
    font-weight: 700;
}

.detail-refund {
    max-width: 70px;
}

.detail-refund:first-child{
    padding-left: 5px;
}

.refund-table select {
    background: #ffffff;
    border: 1px solid #aab2bd;
    border-radius: 5px;
    height: 25px;
    width: 100%;
    max-width: 60px;
}

.detail-refund:first-child::-webkit-outer-spin-button,
.detail-refund:first-child::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.detail-refund {
    -moz-appearance:textfield;
}

.dataTable .ajustyfy {
    justify-content: space-around;
    display: flex;
}

.refunds {
    margin: 0 15px 0 15px;
}

.refunds .col-1 {
    text-align: right;
    padding-right: 5px;
}
.export-data {
    background-color: #546277;
    border-radius: 5px;
    border: none;
    padding: 0 10px 0 10px;
    color: #ffffff;
    height: 28px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.block-free-seats .block-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 511px;
    color: #82c563;
}

.block-price .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 208px;
    margin-top: 18px;
}

.block-price .top {
    text-align: left;
    font-size: 14px;
    color: #3a4263;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
}

.block-price .price {
    width: 160px;
}

.block-price .price-text {
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.block-price .quantity {
    display: flex;
    vertical-align: text-bottom;
    align-items: center;
}

.block-price .price-text span{
    color: #546277;
    font-weight: 600;
    font-size: 14px;
}

.block-price .quantity input[type="button"] {
    border: none;
    background: transparent;
    color: #adb5bf;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    min-width: 50px;
}

.block-price .quantity input[type="number"] {
    border: 1px solid #d5dadf;
    border-radius: 5px;
    color: #546277;
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-align: center;
    text-align: center;
    vertical-align: text-bottom;
}

.quantity .minus {
    font-size: 28px;
    padding-bottom: 5px;
    padding-right: 18px;
}

.quantity .plus {
    font-size: 24px;
    padding-left: 18px;
}

.block-free-seats .line {
    top: 14px;
    width: 100%;
    left: 0;
    height: 1px;
    background: #eceef0;
    z-index: 1;
}

.block-free-seats .acenter {
    margin-top: 20px;
}

.arena-organizer-step-seats .update-button {
    display: flex;
    justify-content: center;
}

.block-free-seats input::-webkit-outer-spin-button,
.block-free-seats input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.block-free-seats input[type=number] {
    -moz-appearance:textfield;
}

.show-price-block {
    max-width: 310px;
    display: flex;
}
.show-price-block input[type='checkbox'] {
    display: block;
}
