body.noscroll {overflow: hidden;}

#arena {position: relative;}
#arena h2,
#admin_arena h2 {
    font-weight: 300;
    font-size: 24px;
    color: #434a54;
    margin-top: 0;
    margin-bottom: 25px;
} 
#arena h2 span,
#admin_arena h2 span {
    color: #3bb2dc;
}
#admin_arena .arena-map,
#arena .arena-map {
    background: #f2f2f2;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    border: 1px solid #d7d7d7;
    margin: 30px 0;
}
#arena .arena-map > div {
    display: inline-block!important;
    *zoom: 1;
    *display: inline;
}
.seat-popup,
.arena-popup {
    background: #3a4362;
    border-radius: 0px 5px 5px 5px;   
    min-width: 250px;
    box-shadow: 3px 3px 0 #cccccc;
    z-index: 9999;
}
.seat-popup .top,
.arena-popup .top {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #000000;
    padding: 10px 16px 10px;
    min-height: 42px;
    position: relative;
    z-index: 2;
}
.seat-popup .bottom,
.arena-popup .bottom {
    font-size: 14px;
    color: #ccd1d9;
    border-top: 1px solid #586880;
    padding: 16px;
}
.seat-popup .bottom b,
.arena-popup .bottom b {color: #ffffff;}
.seat-popup .bottom > div,
.arena-popup .bottom > div {padding: 0 0 0 25px;}
.arena-popup .bottom .seats {
    background: url(../../images/arena-popup-seats.png) no-repeat left center transparent;
    margin-bottom: 22px;
}
.seat-popup .bottom .price,
.arena-popup .bottom .price {
    background: url(../../images/arena-popup-price.png) no-repeat left 4px transparent;
}
.seat-popup .corner,
.arena-popup .corner {
    position: absolute;
    top: 0;
    left: -30px;
    border-top: 30px solid #3a4362;
    border-left: 30px solid transparent;
}
.seat-popup .bottom .price {
    background-position: left 10px;
    line-height: 31px;
}

.seat-popup .top .top-row,
.seat-popup .top .top-seat {
    position: absolute;
    background: url(../../images/arena-popup-plue-containers.png) no-repeat 0 0 transparent;
    top: 0;
    height: 77px;
    line-height: 75px;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px; 
    *zoom: 1;
    *display: inline;
}
.seat-popup .top .top-row {
    background-position: 0 0;
    left: 8px;
    top: -17px;
    width: 100px;          
}
.seat-popup .top .top-row > span {
    font-size: 23px;
    vertical-align: middle;
    display: inline-block;
    /*padding-left: 15px;*/
    width: 46px;
    text-align: center;
    margin-top: -3px;
    *zoom: 1;
    *display: inline;
}
.seat-popup .top .top-seat {
    background-position: -105px 0;
    left: 112px;
    width: 120px;
    top: -17px;
}
.seat-popup .top .top-seat > span {
    font-size: 34px;
    vertical-align: middle;
    display: inline-block;
    width: 65px;
    text-align: center;
    margin-top: -6px;
    *zoom: 1;
    *display: inline;
}

/*sests*/

#sector {padding: 0 0 0 20px; position: relative;}
#sector .row-line {
    position: absolute;
    top: 0;
    left: 0;
    color: #678ebe;
    font-size: 14px;
    font-weight: 700;
    width: 20px;
}
#sector .row-line > div {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
#sector .row {margin-bottom: 10px;}
.seat {
    background: url(../../images/seats-icons.png) no-repeat -34px 0 transparent;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    color: #3a4362;
    font-weight: 700;
    padding-top: 5px;
    margin: 0 2px 0 0;
}
.seat.already-buyed:hover,
.seat.already-buyed {
    background-position: 1px 0;
    cursor: default;
    color: #3a4362;

}
.seat:hover {
    background-position: -69px 0;
    color: #ffffff;
}
.seat.selected {
    background-position: -104px 0;
    color: #ffffff;
}
.seat.seat-disabled {
    background: none;
    cursor: default;
}
.selected-seats {color: #384061; font-size: 14px;}

/*rink  styles*/

.rink {
    width: 96%;
    max-width: 800px;
    height: 50px;
    line-height: 50px;
    color: #678ebe;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background: #f1f1f1;
    margin-bottom: 61px;
}

/*inf-line styles*/

.inf-line {padding: 30px 0;}
.inf-line .section-name {color: #678ebe; font-weight: 700; font-size: 18px; margin: 12px 44px 12px 0;}
.inf-line .title-block {color: #384061; font-size: 14px; font-weight: 700; text-transform: uppercase;}
.inf-seat {
    margin-left: 20px;
}
.inf-seat.available {margin-left: 40px;}
.inf-seat .icon {
    background: url(../../images/seats-icons.png) no-repeat 1px 0 transparent;
    height: 28px;
    width: 28px;
    margin-right: 5px;
}
.inf-seat.available .icon {
    background-position: -35px 0;
}
.inf-seat.your-choice .icon {
    background-position: -104px 0;
}

#arena.choose-sector-page {padding-top: 0;}
#admin_arena .green-btn,
#arena .green-btn {
    min-width: 110px;
    background: #a0d468;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
} 
#admin_arena .blue-btn,
#admin .blue-btn {
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    background: #546277;
    text-decoration: none;
}

/*admin arena creation styles*/

.image_input {
    border: 1px solid #d5dadf;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    max-width: 468px;
}
.image_item {font-family: 'Open Sans', sans-serif;}
.image_item .text {
    color: #424244;
    font-size: 11px;   
}
.image_item .text span {
    color: #aab2bd;
}
.image_item .delete {
    background: url(../../images/remove-icon.png) no-repeat 0 0 transparent;
    width: 15px;
    height: 15px;    
}
.arena-creation-step {
    position: relative;
    height: 68px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    border-radius: 5px;
    margin-bottom: 18px;
    padding: 14px 16px 30px;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
}
.arena-creation-step h2 {
    margin: 0px 0 20px;
    font-size: 24px;
    font-weight: 300;
    color: #434a54;
}
.arena-creation-step h2 span {color: #3bb2dc;}
.arena-creation-step.active {height: auto; background: #ffffff; position: relative; z-index: 1;}
.arena-creation-step.active h2 {margin-top: 8px;}

/*popup*/ 

.arena-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../../images/white-overlay.png) repeat 0 0 transparent;
    z-index: 100;
}
.admin-arena-popup {
    position: absolute;
    background: #f2f2f2;
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
    width: 96%;
    max-width: 500px;
}
.admin-arena-popup .title {
    color: #3a4263;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.arena-popup .close,
.admin-arena-popup .close {
    background: url(../../images/close-btn.png) no-repeat 0 0 transparent;
    position: absolute;
    top: 4px;
    right: 15px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.admin-arena-popup input[type="text"] {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    height: 30px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
}
.arena-popup .close {top: 15px; z-index: 3;}
/*edit seats styles*/

.edit-seats-wrapper {padding: 10px 0;}
.edit-seats-wrapper .row {width: 100%; margin-bottom: 5px; background: #f5f5f5; padding: 0 20px 10px;}
.edit-seats-wrapper .row .settings {
    padding-top: 10px;
}
.edit-seats-wrapper .row .seats {margin-top: 10px;}
.edit-seats-wrapper .row .seat {
    background: url(../../images/admin-seat.png) no-repeat 0 0 transparent;
    width: 13px;
    height: 13px;
}
.edit-seats-wrapper .row .seat:hover {background-position: 0 0;}

.edit-sector-popup-wrapper {
    background: #546277;
    padding: 24px 10px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
}
.edit-sector-popup-wrapper label {
    color: #ffffff;
    min-width: 100px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.edit-sector-popup-wrapper .close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../../images/close-btn.png) no-repeat 0 0 transparent;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

/*organaizer sector styles*/

.arena-organizer-step-seats {}
.arena-organizer-step-seats .rows > div {position: relative;}
.arena-organizer-step-seats .rows > div label {position: absolute; left: -55px; top: 2px;}

.arena-organizer-step-seats .seat.active {background-position: -33px 0;}
.arena-organizer-step-seats .seat.checked {background-position: -104px 0;}

/*organizer control panel*/

.sector-edit-panel .seat {}


.sector-creation-panel {}
.sector-creation-panel .sectors {margin-bottom: 20px;}
.sector-creation-panel .sectors .sector {margin-bottom: 10px;}
.sector-creation-panel .sector .title {
    color: #3a4263;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 130px;
    text-align: left;
}
.sector-creation-panel .sector a {
    color: #5aa608;
    margin-right: 25px;
    padding-left: 25px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.sector-creation-panel .sector a.rename,
.sector-creation-panel .sector a.edit {
    background: url(../../images/edit-icon.png) no-repeat left center transparent;
}
.sector-creation-panel .sector a.remove {
    background: url(../../images/remove-icon.png) no-repeat left center transparent;
}
.arena-map {margin-bottom: 20px;}
.arena-map canvas {border: 1px solid #d7d7d7;}

.arena-creation-step .edit-btn {
    background: url(../../images/edit_step.png) no-repeat 0 0 transparent;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}

.edit-seats-wrapper {}
.arena-creation-step .title {text-align: center; position: relative;}
.arena-creation-step .title span {
    font-size: 18px;
    color: #aab2bd;
    font-weight: bold;
    background: #ffffff;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.arena-creation-step .title .line {
    height: 1px;
    background: #aab2bd;
    width: 100%;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 1;
}
.arena-creation-step .sector-edit-panel {}
.arena-creation-step .sector-edit-panel .name {
    font-size: 14px;
    color: #3a4362;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.arena-creation-step .sector-edit-panel .name span {
    color: #678ebe;
}
.arena-creation-step .sector-edit-panel label {
    font-size: 13px;
    color: #82c563;
    padding-right: 15px;
}
.arena-creation-step .sector-edit-panel input[type="text"] {
    border: 1px solid #d5dadf;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 5px;
    color: #546277;
    font-size: 14px;
}
.arena-creation-step .sector-edit-panel .row input[type="text"]  {
    height: 30px;
    line-height: 28px;
    width:40px;
    text-align: center;
    margin-right: 25px;

}
.edit-seats-wrapper {}
.edit-seats-wrapper .row p.label {
    margin: 0 15px 0 0;
}
.edit-seats-wrapper .row .blue-btn {margin-right: 10px;}

/* ------------ set seat count popup ---------- */
.set-seat-count-popup {
    width: 198px;
    min-width: 198px;
    position: absolute;
}
.set-seat-count-popup .radio-styled {
    width: 100%;
    margin-top: 18px;
}
.set-seat-count-popup .close {
    right: 15px;
}
.set-seat-count-popup .bottom {
    padding-top: 5px;
    border-bottom: 1px solid #000000;
}
.set-seat-count-popup .foot {
    padding: 12px 16px;
    border-top: 1px solid #586880;
}
.set-seat-count-popup .acept-btn {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    background: #83ac57;
    border-radius: 5px;
    cursor: pointer;
}

/* ---------- arena-preview-popup ------------ */

.arena-preview-popup-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../../images/overlay-bg.png) repeat 0 0 transparent;
}
.arena-preview-popup {
    width: 100%;
    max-width: 1058px;
    background: #ffffff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -528px;
    min-height: 300px;
    border: 1px solid #aab2bd;
    box-shadow: 2px 2px 0 #2b2b2b;
    border-radius: 5px;
    /*z-index: 100;*/
}
.arena-preview-popup .sector {
    padding: 0 0 0 20px;
    position: relative;
}
.arena-preview-popup .row {margin-bottom: 10px;}
.arena-preview-popup .row-line {
    position: absolute;
    top: 0;
    left: 0;
    color: #678ebe;
    font-size: 14px;
    font-weight: 700;
    width: 20px;
}
.arena-preview-popup .row-line > div {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.arena-preview-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url(../../images/close-btn.png) no-repeat 0 0 transparent;
}