/*

-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;}
.vbase {vertical-align: baseline;}
.aleft {text-align: left;}
.acenter {text-align: center;}
.aright {text-align: right;}

.upper{text-transform: uppercase}

/*columns grid*/
.one-two {width: 49%; 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-two.first,.one-three.first,.two-three.first,.one-four.first,.two-four.first,.three-four.first {margin-left: 0;}

.one-two-full,.one-two.first {width: 49%;}
.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;
}

.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;
}
#left_col {
    width: 176px;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 142px 10px 10px 22px;
    background: #aab2bc;
    z-index: 2;
}
#wrapper {width: 100%; min-height: 100%; position: relative; background: #f5f5f5;}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert p{margin: 5px 0}
.alert-danger {
    background-color: #f2dede;
    border-color: #ff5a00;
    color: #a94442;
}


/*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: 1 width: 40%;346px;*/
    height: 80px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
header .logo {position: absolute; left: 24px; top: 24px;}
nav {
    padding-left: 206px;
    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: 180px;
    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;
}
.account-container .icon a {color: #ffffff; text-decoration: none;}


/*content styles*/

section {
    min-height: 100%;
    padding: 120px 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 .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.active {background: #546277;}
.sort-settings .view {
    width: 44px;
    height: 24px;
    cursor: pointer;
}
.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;
}

#wrapper.auth-page section {
    padding: 200px 22px 0px 22px;
}

/*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;
}
.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;
    padding-top: 80px;
    text-transform: uppercase;
    border-top: 1px solid #76869d;
    border-bottom: 1px solid #374254;
}
.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;
}
.event-block .place {
    background: url(../images/event-place-icon.png) no-repeat 0 4px transparent;
    padding-left: 22px;
    color: #a2a6ae;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 10px;
}

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

.event-block .notepad{
    color: #fc6e51;
    background:  url("../images/notepad-icon.png") no-repeat  0 8px;
    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%;
}*/

.event-block .time-cont{
    position: relative;
    width: 69px;
    height: 43px;
    background-color: #3A4263;
    border-radius: 2px;
    color: #ffffff;
    margin-left: 3px;
}

.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;

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


.event-block .date-cont{
    position: relative;
    width: 137px;
    height: 43px;
    background-color: #3A4263;
    border-radius: 2px;
    color: #ffffff;
}
.event-block .date-cont .icons{
    width: 42px;
}
.event-block .date-cont>div.part1{
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    margin-right: 4px;
}
.event-block .date-cont>div.part2>div.month{
    font-size: 18px;
    line-height: 20px;
    margin-top: 4px;
}
.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;
}

/*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;*/
    line-height: 18px;
    padding: 12px 10px;
    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: 3px;
    margin-bottom: 14px;
    padding: 15px 12px;
    /*background-color: #ffffff;*/
    position: relative;
}
.step.completed{
    margin-bottom: -5px;
}
.step.completed.open{
    margin-bottom: 14px;
}
.step.completed h2 {
    margin-left: 40px;
}
.step.open{
    background-color: #ffffff;
    height: auto;
    overflow: inherit;
    z-index: 2;
}
.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;
}


.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 input[type="password"],.form .image_input{
    height: 38px;
    text-indent: 15px;
    line-height: 38px;
    margin: 5px 0;
}


.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 input[type="password"],
.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;
}

.login-form {
    margin: 0 auto;
    background: #ffffff;
    width: 40%;
}


.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;
    min-width: 110px;
    margin-left: 20px;
    position: relative;
    transition: 0.1s ease-out;
    width: auto;
}

.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;

}



.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;
}
.blue-btn {
    background: #546277;
    padding: 0 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    border: none;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.green-btn {
    /*    background: #a0d468;*/
    background: #83ac57;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    padding: 0 10px;
}

.styled-checkbox {
    position:relative;
    background: url(../images/checkbox.png) no-repeat 0 -16px transparent;
    height: 19px;
    line-height: 21px;
    padding-left: 24px;
    display: inline-block;
    cursor: pointer;
    *zoom: 1;
    *display: inline;
}
.styled-checkbox input[type="checkbox"] {position: absolute; top: 0; left: 0; visibility: hidden;}
.styled-checkbox.checked {background-position: 0 3px;}

p.label {
    color: #82c563;
    font-size: 13px;
    padding-right: 15px;
}
.blue-btn.disabled {
    background: #a9a9a9;
    cursor: default;
}
.blue-btn.active {
    background: #597eb6;
}

.other-sectors {}
.other-sectors table {
    width: 100%;
    padding: 10px 0 30px;
}
.other-sectors table td {
    width: 25%;
    vertical-align: top;
    padding-bottom: 12px;
    color: #546277;
    font-size: 14px;
}
.other-sectors table tr > td:nth-child(2) {width: 25%;}
.other-sectors table tr > td:nth-child(3) {width: 50%; text-align: right;}
.other-sectors table tr > td:nth-child(1)[colspan="2"]+td, 
.other-sectors table tr > td:nth-child(1)[colspan="2"] {width: 50%;}
.other-sectors table td p {margin: 0;}
.other-sectors table tr > td:nth-child(1) {
    font-size: 14px;
    color: #678ebe;
    font-weight: bold;
    text-transform: uppercase;
}
.other-sectors table tr > td:nth-child(1) > div {
    white-space: nowrap;
    width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #3a4263;
    font-weight: bold;
}
.other-sectors table a {
    color: #42b0d8;
    padding-left: 30px;
}
.other-sectors table .blue-btn {
    color: #ffffff;
    padding-left: 20px;
}
.other-sectors table .total {font-size: 18px;}
.other-sectors table .not-yet-edited {
    background: url(../images/alert-small.png) no-repeat left center transparent;
    padding-left: 20px;
    font-size: 14px;
    color: #546277;
}
.other-sectors table .preview_section,
.other-sectors table .show_on_arena_map {
    background: url(../images/show-on-arena-map-icon.png) no-repeat 12px center transparent;
}
.other-sectors table .edit {
    background: url(../images/edit-small-icon.png) no-repeat 12px center transparent;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    display: inline-block;
    *zoom: 1; 
    *display: inline;
}
.other-sectors table .show_on_arena_map,
.other-sectors table .preview_section,
.other-sectors table .edit {margin-left: 20px;}
.other-sectors table p.label span {
    color: #546277;
    font-size: 14px;
    padding-left: 5px;
}
.other-sectors table tr > td:nth-child(1) .sections-progres-bar,
.sections-progres-bar {
    width: 340px;
    background: #e6e9ed;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #546277;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
}
.sections-progres-bar span {font-weight: 700;}
.other-sectors table tr > td:nth-child(1) .sections-progres-bar {
    margin-top: -4px;
    margin-left: 20px;
}
.sections-progres-bar .inner {
    position: absolute;
    height: 100%;
    width: 0;
    background: #fc6e51;
    top: 0;
    left: 0;
    overflow: hidden;
}
.sections-progres-bar .inner .text {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    width: 340px;
}


.greey-btn.disabled {
    background: #aab2bc;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    min-width: 110px;
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    cursor: default;
    margin: 0 5px;
}
.greey-btn {
    background: #82c563;
    cursor: pointer;
}
.current-view-link {
    color: #42b0d8;
    background: url(../images/show-on-arena-map-icon.png) no-repeat 12px center transparent;
    position: relative;
    padding-left: 30px;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    display: inline-block;
    *zoom: 1; 
    *display: inline;
}
/* ----------- arena map styles ----------- */

.sector-edit-panel .sector-onarena-preview {position: relative;}
.sector-edit-panel .arena-map {
    padding-left: 200px;
    margin-bottom: 0;
}
.sector-edit-panel .sector-onarena-preview .current-view-link {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    font-size: 14px;
}
.sector-edit-panel .arena-map img {width: 100%; max-width: 380px;}
.sector-edit-panel .arena-map #mapster_wrap_0 {
    border: 1px solid #aab2bd;
    overflow: hidden;
}
.sector-edit-panel .edit-seats-wrapper {
    margin-top: 20px;
}

/* ----------- radio styled ----------- */
.radio-styled {
    position: relative;
    padding-left: 25px;
    background: url(../images/radio-styled-icon.png) no-repeat 0 -16px transparent;
    cursor: pointer;
    height: 16px;
    line-height: 16px;
}
.radio-styled input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.radio-styled.checked {
    background-position: 0 0;
}


/* ----------- organization-creation-step ------------ */

.organization-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;
    max-width: 1090px;
    z-index: 1;
}
.organization-creation-step h2 {
    margin: 0px 0 20px;
    font-size: 24px;
    font-weight: 300;
    color: #434a54;
}
.organization-creation-step h2 span {
    color: #3bb2dc;
}
.organization-creation-step form {
    width: 100%;
    max-width: 860px;
}
.organization-creation-step .zip-cont {width: 156px;}
.organization-creation-step .phone-cont {width: 240px; padding-left: 18px;}
.organization-creation-step label {
    color: #83ac57;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
input[type="text"],
input[type="password"],
.organization-creation-step input[type="text"] {
    width: 100%;
    height: 38px;
    line-height: 36px;
    border: 1px solid #aab2bd;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 13px;
    color: #546277;
    margin-bottom: 8px;
}
.organization-creation-step .green-btn {margin-top: 35px;}
.organization-creation-step .chosen-container {    
    margin-bottom: 8px;
}
.organization-creation-step .chosen-container .chosen-single {
    width: 100%;
    height: 38px;
    line-height: 36px;
    border: 1px solid #aab2bd;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 13px;
    color: #546277;
    display: block;
}
.organization-creation-step .arena-image {width: 100%; border: 1px solid #d9d9d9; line-height: 0; margin-top: 23px; display: none;}
.organization-creation-step .arena-image.open {display: inline-block; *zoom: 1; *display: inline;}
.organization-creation-step .arena-image img {width: 100%; border: 1px solid #ffffff; max-width: 100%;}
.organization-creation-step .copied {margin-bottom: 22px;}
.organization-creation-step .add-new-arena {font-weight: 700; font-size: 14px;}
.organization-creation-step .green-text {color: #83ac57; font-size: 14px; margin-top: 30px;}

.organization-creation-step .added_arena {
    color: #546277;
    font-size: 13px;
    width: 100%;
}
.organization-creation-step .added_arena .remove {
    background: url(../images/remove-icon.png) no-repeat 0 0 transparent;
    width: 15px;
    height: 14px;
    cursor: pointer;
    top: 2px;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    *zoom: 1; 
    *display: inline;
}
.step .edit-btn {
    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-btn {
    display: block;
}
.organization-creation-step .title {
    position: relative;    
    text-align: center;
    margin-bottom: 6px;
}
.organization-creation-step .title p {
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
    position: relative;
    background: #ffffff;
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;

}
.organization-creation-step .title .line {position: absolute; top: 13px; background: #eceef0; left: 0; width: 100%; height: 1px;}
.organization-creation-step .title.green p {color: #82c563;}
.organization-creation-step .title.blue p {color: #42b0d8;}
.organization-creation-step .title.purple p {color: #967dd9;}

/* ------------- tickets container ---------- */
.tickets-fullwidth-container {margin: 0 -14px;}
.ticket-cont {margin-bottom: 55px;}
.ticket-cont .inner {
    background: #f5f5f5;    
    padding-left: 14px;
    margin-bottom: 14px;
    padding-bottom: 8px;
}
.ticket-cont .inner > p.label {color: #83ac57;}
.ticket-cont .inner > p.label span {font-size: 18px; color: #424244; font-weight: 700; padding-left: 10px;}
.green .ticket-cont .inner {border-right: 10px solid #82c563;}
.blue .ticket-cont .inner {border-right: 10px solid #42b0d8;}
.purple .ticket-cont .inner {border-right: 10px solid #967dd9;}
.ticket-cont .inner .tr {margin-bottom: 4px;} 
.ticket-cont .inner .th {margin-bottom: 8px;}
.ticket-cont .inner .tr > div,
.ticket-cont .inner .th > div {line-height: 16px;}
.ticket-cont .inner .tr > div {font-size: 13px; color: #424244;}
.ticket-cont .inner .tr > div span {color: #83ac57;}
.ticket-cont .inner .th div {color: #83ac57;}
.ticket-cont .inner .th > div:nth-child(1),
.ticket-cont .inner .tr > div:nth-child(1) {width: 250px;}
.ticket-cont .inner .th > div:nth-child(2),
.ticket-cont .inner .tr > div:nth-child(2) {width: 140px;}
.ticket-cont .blue-btn {font-weight: 700; margin-left: 14px;}
.ticket-cont .blue-btn.add-tier {margin-left: 0;}
.one-two.first .ticket-cont .blue-btn.add-tier {margin-left: 14px;}
.ticket-cont .inner .tr div input[type="text"] {
    border: none;
    background: none;
    height: auto;
    width: 100px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 0 5px 0 15px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.ticket-cont .remove {
    background: url(../images/remove-icon.png) no-repeat 0 0 transparent;
    width: 15px;
    height: 14px;
    cursor: pointer;
    margin-left: 15px;
    display: none;
}
.ticket-cont.edited .remove {display: inline-block; vertical-align: middle; *zoom: 1; *display: inline;}
.ticket-cont.edited .inner .tr div input[type="text"] {
    border: 1px solid #aab2bd;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
}
.ticket-cont.edited .inner .tr > div span {display: inline-block; width:81px; padding-left: 10px; *zoom: 1; *display: inline;}
.add-tier-form {
    padding: 10px 14px;
    display: none;
}
.add-tier-form.open {display: inline-block; *zoom: 1; *display: inline;}
.add-tier-form input[type="text"] {
    width: 92px;
}
.add-tier-form button.add {
    /*    background: #aab2bd;*/
    background: #546277;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    min-width: 66px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: none;
    margin-left: 8px;
}
.save-values {display: none;}
.save-values.showed {display: inline-block; *zoom: 1; *display: inline;}

.cancel-editing-values {display: none;}
.cancel-editing-values.showed {display: inline-block; *zoom: 1; *display: inline;}

.edit-values.showed {display: inline-block;}
.edit-values.hide {display: none;}

.add-tier.hide{display: none;}
.add-tier.showed{display: inline-block;}

.additional-costs-step {}
.additional-costs-step .cont {margin: 0 -14px;}
.additional-costs-step table {width: 100%; border-collapse: collapse; font-size: 14px; color: #424244;}
.additional-costs-step table th {color: #83ac57; font-size: 13px; font-weight: 400; text-align: left; padding: 6px 14px;}
.additional-costs-step table tr td {
    background: #ffffff;
    padding: 4px 14px;
    vertical-align: middle;
}
.additional-costs-step table tr:nth-child(2n) td {
    background: #f5f5f5;
}
.additional-costs-step table input[type="text"] {
    width: 70px;
}
.additional-costs-step table tr > td:nth-child(2),
.additional-costs-step table tr > td:nth-child(2) input[type="text"],
.additional-costs-step table tr > th:nth-child(2) {text-align: center;}
.additional-costs-step table tr > td:nth-child(3) input[type="text"] {
    width: 80px;
}
.additional-costs-step table tr > td label {color: #424244; font-size: 14px; margin-bottom: 0;}
.additional-costs-step table tr > td:nth-child(1) p {color: #424244; font-size: 11px; margin-top: 5px; margin-bottom: 0; padding-left: 24px;}

/* ------------- customer-orders ------------ */

.customer-orders-wrapper {position: relative; padding-left: 332px;}
.customer-orders-wrapper .col.customer-info {position: absolute; top: 0; left: 0; z-index: 2; width: 310px;}
.customer-orders-wrapper .col.customer-orders {position: relative; z-index: 1; width: 100%;}
.customer-orders-wrapper .col .inner {background: #ffffff; border: 1px solid #d5d8db; border-radius: 5px; padding: 18px; }
.customer-orders-wrapper .title {
    color: #3bb2dc;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 22px;
    position: relative;
}
.customer-orders-wrapper .customer-info p {color: #546277; font-size: 14px;}
.customer-orders-wrapper .customer-info p span {font-weight: 600;}

/* --------- edit user list ------- */
.customer-orders-wrapper .edit-container {
    position: absolute;
    top: -6px;
    left: 232px;
    height: 48px;
    width: 28px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 10px 10px 30px;
    border: 1px solid #ffffff;    
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.customer-orders-wrapper .edit-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/settings-icon-green.png) no-repeat 0 0 transparent;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.customer-orders-wrapper .edit-menu {padding-top: 48px;}
.customer-orders-wrapper .edit-menu a {
    color: #42b0d8;
    font-size: 13px;
    margin-bottom: 18px;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
}
.customer-orders-wrapper .edit-container:hover {
    border: 1px solid #d5d8db;
    width: 230px;
    height: 220px;    
    box-shadow: 1px 4px 0 rgba(213, 216, 219, 0.6);
}
.customer-orders-wrapper .edit-container:hover .edit-btn {
/*    top: 9px;
    left: 9px;*/
    background-position: 0 -28px;
}
/* --- end --- */
.customer-orders-wrapper table {width: 100%; border-collapse: collapse;}
.customer-orders-wrapper th {    
    text-align: center;
    padding: 0 0 6px 0;
    font-size: 12px;
    color: #3a4362;
    text-transform: uppercase;
    font-weight: 700;
}
.customer-orders-wrapper th div {
    background: #e6e6e6;
    padding: 12px 6px;
}
.customer-orders-wrapper tbody {}
.customer-orders-wrapper td {
    border-left: 1px solid #aab2bd;
    border-bottom: 1px solid #aab2bd;
    background: #f5f5f5;
    padding: 4px 6px;
    text-align: center;
    color: #546277;
    font-size: 14px;
}
.customer-orders-wrapper th .date-icon {
    display: inline-block;
    background: url(../images/white-bottom-arrow.png) no-repeat center center transparent;
    width: 10px;
    height: 10px;
    cursor: pointer;
    *zoom: 1;
    *display: inline;
}
.customer-orders-wrapper tr > td:nth-child(4) {border-right: 1px solid #aab2bd;}
.customer-orders-wrapper tr:nth-child(2) > td {border-top: 1px solid #aab2bd;}
.customer-orders-wrapper tr:nth-child(2n) td {background: #ffffff;}
.customer-orders-wrapper tr > th:nth-child(1),
.customer-orders-wrapper tr > td:nth-child(1) {width: 20%;}
.customer-orders-wrapper tr > th:nth-child(2),
.customer-orders-wrapper tr > td:nth-child(2) {width: 15%;}
.customer-orders-wrapper tr > th:nth-child(3),
.customer-orders-wrapper tr > td:nth-child(3) {width: 50%;}
.customer-orders-wrapper tr > td:nth-child(3) {text-align: left; padding: 4px 20px;}
.customer-orders-wrapper tr > th:nth-child(4),
.customer-orders-wrapper tr > td:nth-child(4) {width: 15%;}
.customer-orders-wrapper tr:nth-child(1) {margin-bottom: 4px;}

.customer-orders-wrapper td p {
    margin: 0;
    font-weight: 700;
}
.customer-orders-wrapper td p.small {font-weight: 400; font-size: 12px;}

/* ----------- customer list ---------- */
.corrected-full-width {margin: 0 -16px;}
.customer-list-wrapper {padding-left: 0;}
.customer-list-wrapper .title {margin-bottom: 40px;}
.customer-list-wrapper .customer-list {width: 100%;}

.customer-list-wrapper tr:nth-child(2) > td,
.customer-list-wrapper tr > td:nth-child(4),
.customer-list-wrapper tr > td {background: none; border: none;}
.customer-list-wrapper tr > th {color: #ffffff; padding: 0 0 20px 0;  text-transform: uppercase; font-weight: 400; vertical-align: middle;}
.customer-list-wrapper tr > th div {background: #3a4362; padding: 12px 6px; height: 44px;}
.customer-list-wrapper tr > td:nth-child(3) {text-align: center; padding: 4px 6px;}
.customer-list-wrapper tr > td:nth-child(4) {text-align: left;}

.customer-list-wrapper tr > th:nth-child(1),
.customer-list-wrapper tr > td:nth-child(1) {width: 5%;}
.customer-list-wrapper tr > th:nth-child(2),
.customer-list-wrapper tr > td:nth-child(2) {width: 15%;}
.customer-list-wrapper tr > th:nth-child(3),
.customer-list-wrapper tr > td:nth-child(3) {width: 20%;}
.customer-list-wrapper tr > th:nth-child(4),
.customer-list-wrapper tr > td:nth-child(4) {width: 15%;}
.customer-list-wrapper tr > th:nth-child(5),
.customer-list-wrapper tr > td:nth-child(5) {width: 37%;}
.customer-list-wrapper tr > th:nth-child(6),
.customer-list-wrapper tr > td:nth-child(6) {width: 8%; text-align: center;}

.customer-list-wrapper .edit-btn {position: relative; top: 0; left: 0;}
.customer-list-wrapper tr > td:nth-child(6) > div {position: relative; width: 28px; height: 28px; display: inline-block; *zoom: 1; *display: inline;}

.customer-list-wrapper .edit-container {left: auto; right: -10px; top: -10px; text-align: left;}
.customer-list-wrapper .edit-container .edit-btn {top: 6px; left: auto; right: 10px; position: absolute;}
.customer-list-wrapper .edit-container:hover {z-index: 3;}
.customer-list-wrapper .edit-container:hover .edit-btn {left: auto; right: 10px;}

















