/*---- reset block ----*/

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,
details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,
input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,
summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased
}

select {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

input, select, textarea {
    outline: 0
}

/*---- templates block ----*/

.input {
    width: 300px;
    font-family: 'Open Sans';
    font-weight: 300;
    padding:17px 25px;
    font-size: 18px;
}

select.input {
    border:none;
    cursor: pointer;
    padding: 17px 22px;
}

.line {
    display: block;
    height:1px;
    width: 100%;
    background: #f0f0f3;
}

.notify {
    display: none;
    padding:10px 25px;
    font-size:16px;
    font-family:'Open Sans';
}

.notify.show {
    display: block;
}

.notify:before {
    content: '';
    width: 0;
    height: 0;
    margin-top: -17px;
    position: absolute;
    border-style: solid;
    border-width: 0 7px 7px 7px;
}

.notify.notify-red {
    color: #fff;
    background: #e35f51;
}

.notify.notify-red:before {
    border-color: transparent transparent #e35f51 transparent;
}

.button {
    width: 300px;
    font-family: 'Open Sans';
    font-weight: 300;
    padding:21px 25px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
}

.content .item-one .fields .controls .button.bought {
    width: 185px;
}

.content .item-one .fields .controls .button.hot {
    width: 170px;
}

.content .item-one .fields .controls .button.invalid {
    width: 175px;
}

.button:active {
    top: 1px;
    position: relative;
}

.button:disabled {
    opacity: 0.5;
}

.button:disabled:active {
    top:  0px;
}

.button.button-green {
    color: #FFFFFF;
    background: #a3cd73;
}

.button.button-green:hover {
    background: #95c45c;
}

.button.button-blue {
    color: #FFFFFF;
    background: #7ca9f7;
}

.button.button-blue:hover {
    background: #6298f7;
}

.button.button-orange {
    color: #FFFFFF;
    background: #fda400;
}

.button.button-orange:hover {
    background: #eb9400;
}

.button.button-red {
    color: #FFFFFF;
    background: #cd7373;
}

.button.button-red:hover {
    background: #c45c5c;
}

.button.button-red-opaque {
    color: #c45c5c;
    border: solid 1px #c45c5c;
    background: transparent;
}

.button.button-red-opaque:hover {
    color: #FFFFFF;
    background: #c45c5c;
}

.button.button-green-opaque {
    color: #a3cd73;
    border: solid 1px #a3cd73;
    background: transparent;
}

.button.button-green-opaque:hover {
    color: #000000;
    background: #a3cd73;
}

.content .tools .item-menu .button.icon-only {
    width: 38px;
}

.small-button {
    width: auto;
    background: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgba(129,132,138,.75);
    color: #81848a;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 12px;
    opacity: 0.8;
}

.small-button:hover {
    opacity: 1;
}

.input {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    font-family: 'Open Sans';
}

.input:-moz-placeholder {
    color: #cccccc;
}

.input:-ms-input-placeholder {
    color: #cccccc;
}

.input::-webkit-input-placeholder {
    color: #cccccc;
}

.clear {
    clear: both;
}

.hidden {
    display: none !important;
}

.opacity10 {
    opacity: 0.1 !important;
}

.popup {
    display:none;
}

.load_block .outer_circle {
    background-color: rgba(0,0,0,0);
    border:5px solid #337ab7;
    opacity:0.9;
    border-right:5px solid rgba(0,0,0,0);
    border-left:5px solid rgba(0,0,0,0);
    border-radius:50px;
    box-shadow: 0 0 35px #337ab7;
    width:50px;
    height:50px;
    margin:0 auto;
    top: 13px;
    position: relative;
    -moz-animation:spinPulse 1s infinite ease-in-out;
    -webkit-animation:spinPulse 1s infinite linear;
}

.load_block .inner_circle {
    background-color: rgba(0,0,0,0);
    border:5px solid #337ab7;
    opacity:0.9;
    border-left:5px solid rgba(0,0,0,0);
    border-right:5px solid rgba(0,0,0,0);
    border-radius:50px;
    box-shadow: 0 0 15px #337ab7;
    width:30px;
    height:30px;
    margin:0 auto;
    position:relative;
    top:-27px;
    -moz-animation:spinoffPulse 1s infinite linear;
    -webkit-animation:spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg);  }
}

@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}

/*---- base block ----*/

body, input, button, textarea {
    font-family: 'Open Sans';
    line-height: 130%;
    font-size: 15px;
    color: #000;
}

body {
    overflow: hidden;
}

.ui-widget-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, .8);
}

.ui-widget-content {
    border: none;
    padding: 0px;
    overflow: visible !important;
    border-radius: 0px !important;
}

.ui-widget-header {
    border: none;
    background: none;
    padding: 22px 25px !important;
    background-color: #f6f6f8;
    border-radius: 0px !important;
    border-bottom: 1px solid #eaeaee;
}

.ui-datepicker .ui-datepicker-header {
    padding:.2em 0 !important;
}

.ui-dialog {
    font-family: 'Open Sans';
}

.ui-dialog .ui-dialog-title {
    width: auto;
    margin: 0 15px 0 0;
    color: #5e6267;
    font-size: 20px;
    font-weight: 300;
}

.ui-dialog .ui-dialog-date {
    margin: 0px;
    color: #5e6267;
    font-size: 20px; 
}

.ui-dialog .ui-dialog-content {
    padding: 0px;
}

.ui-dialog.transparent.ui-widget-content {
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
    display: table;
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
}

.ui-dialog.transparent.ui-widget-content  .ui-dialog-content {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
}

.ui-dialog .ui-dialog-content .form-input,
.ui-dialog .ui-dialog-content .button,
.ui-dialog .ui-dialog-content .notify {
    width: 100%;
    font-size:18px;
    font-weight: 300;
    box-sizing: border-box;
    font-family: 'Open Sans';
}

.ui-dialog .ui-dialog-content .notify {
    font-size:16px;
}

.ui-dialog .ui-dialog-content .close {
    width: 16px;
    height: 15px;
    position: absolute;
    right: -27px;
    top: -64px;
    outline: none;
    background: url('/app/template/img/popup_close.png') no-repeat 0px 0px;
}

.ui-dialog .ui-dialog-content .close:active {
    margin-top:  1px;
}

.ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav {
    padding: 0px !important;
}

.ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav li {
    padding: 0;
    margin: 0px;
    border: none;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    background: #fff;
}

.ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav li:hover {
    background: #f6f6f8;
}

.ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav li a {
    color: #53555a;
    outline: none;
    font-size: 16px;
    padding: 15px 22px;
}

.ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav li.ui-state-active {
    background: #ff8d58;
}

.ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav li.ui-state-active a {
    color: #FFFFFF;
}

.ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-panel {
    padding:0px;
}

.popup.load-wnd .holder {
    width: 100%;
    display: block;
}

.popup.load-wnd .holder span {

    display: block;
    width: 48px;
    height: 48px;
    margin: auto;

    background-image: url('/app/template/img/load_big.png');
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.popup.load-wnd .holder p {
    color: #fff;
    font-size:14px;
    margin: 15px 0px 0px 0px;
}

.popup .info-msg {
    padding:30px;
}

.popup.del-list-wnd .list {
    overflow-y: scroll;
    height: 400px;
}

.popup.del-list-wnd .list .item {
    width: 100%;
    border-bottom: #cccccc solid 1px;
}

.popup.del-list-wnd .list .item:last-child {
    border:none;
}

.popup.del-list-wnd .list .item .sum,
.popup.del-list-wnd .list .item .date,
.popup.del-list-wnd .list .item .type,
.popup.del-list-wnd .list .item .control {
    width: 70px;
    padding: 20px;
    float: left;
    font-size: 14px;
    display: block;
}

.popup.del-list-wnd .list .item .sum {
    width: 65px;
}

.popup.del-list-wnd .list .item .type {
    width: 70px;
}

.popup.del-list-wnd .list .item .date {
    width: 130px;
}

.popup.del-point-wnd .list .item .date {
    width: 235px;
}

.popup.del-list-wnd .list .item .control {
    padding: 14px;
}

.popup.del-list-wnd .list .item .small-button {
    font-size: 12px;
    font-family: 'Open Sans';
}

.popup .info-msg p {
    font-weight:300;
    font-size: 18px;
    text-align: center;
}

.popup .info-msg b {
    font-weight: 700;
}

.popup .info-msg .info-btn {
    padding: 12px;
    width: 130px;
    display: inline-block;
    font-size: 14px;
}

.popup .info-msg .info-btn.remove {
    padding: 11px;
}

.popup.employee-wnd .holder {
    padding: 17px 0px;
    text-align: center;
}

.popup.employee-wnd .holder .ava {
    display: block;
    width:80px;
    height: 80px;
    margin: auto;
    border: #ccc solid 1px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/app/template/img/upload.png');
}

.popup.employee-wnd .uploadify-queue {
    display: none;
}

.popup.employee-wnd .uploadify {
    margin:0px;
}

.popup.employee-wnd .uploadify object {
    left: 0px;
}

.popup.employee-wnd .uploadify-button,
.popup.employee-wnd .uploadify:hover .uploadify-button {
    background: none;
    border: 0px;
    border-radius: 0px;
    text-shadow: 0px;
}

@-moz-keyframes spin {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg);  }
}

@-webkit-keyframes spin {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}


/*---- main css ----*/

.menu {
    background: #1b3446;
    width: 65px;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 10001;
}

.menu .user {
    top: 0px;
    position: absolute;
    text-align: center;
}

.menu .user .ava {
    width: 65px;
    height: 65px;
    outline: none;
    border: none;
    z-index: 10002;
    position: relative;
    background: #162b3a;
    border-bottom: #224357 solid 1px;
}

.menu .user .ava:hover {
    background: #1b3446;
}

.menu .user .ava span {
    color: #a7acaf;
    font-size: 22px;
}

.menu .user .ava:hover span {
    color: #FFFFFF;
}

.menu .user .info {
    top: 0px;
    left: -380px;
    height: 64px;
    position: absolute;
    background: #162b3a;
    width: 315px;
    z-index: 10;
    overflow: hidden;
}

.menu .user .info .base {
    float: left;
    width: 250px;
    text-align: left;
    padding: 10px 0px 0px 10px;
}

.menu .user .info .base .fio {
    color: #FFFFFF;
    font-size: 16px;
}

.menu .user .info .base .notice {
    font-size:13px;
    color: #676e79;
    margin: 2px 0px 0px 0px;
}

.menu .user .info a,
.menu .user .info .button {
    float: left;
}

.menu .user .info a,
.menu .user .info button {
    height: 65px;
    display: block;
    width: 65px;
    outline: none;
    color: #9da8ae;
    line-height: 13px;
    font-size: 11px;
    text-align: center;
    background: #162b3a;
    padding:13px 0px 0px 0px;
    border-left:#224357 solid 1px;
}

.menu .user .info button {
    padding-top:0px;
}

.menu .user .info a:hover,
.menu .user .info button:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #1b3446;
}

.menu .user .info a span,
.menu .user .info button span {
    display: block;
    font-size: 22px;
    padding: 0px 0px 5px 0px;
}

.menu .links {
    top: 65px;
    width: 65px;
    bottom: 0px;
    z-index: 10002;
    display: block;
    position: absolute;
    background: #1b3446;
}

.menu .links .up {
    width: 65px;
    outline: none;
    padding:3px 0px;
    display: block;
    font-size: 8px;
    color: #9da8ae;
    position: absolute;
    cursor: pointer;
    background: #1b3446;
    z-index: 3;
}

.menu .links .down {
    background: #1b3446;
    width: 65px;
    outline: none;
    padding:3px 0px;
    display: block;
    font-size: 8px;
    color: #9da8ae;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    z-index: 3;
}

.menu .links .up:hover,
.menu .links .down:hover {
    background: #324d61;
}

.menu .links > ul {
    z-index: 2;
    top: 14px;
    position: absolute;
}

.menu .links ul li {
    margin: 16px 0px 0px 0px;
    text-decoration: none;
}

.menu .links ul li.line {
    height: 1px;
    border-bottom:#224357 solid 1px;
}

.menu .links ul li a {
    display: block;
    width: 65px;
    color: #9da8ae;
    line-height: 13px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.menu .links ul li a:hover,
.menu .links ul li a.active {
    color: #FFFFFF;
    text-decoration: none;
}

.menu .links ul li a span {
    display: block;
    font-size: 22px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

.menu .links ul li > a > sup {
    position: relative;
    color: #FFFFFF;
    font-size: 9px;
    padding: 1px 5px;
    left: 12px;
    z-index: 2;
    background: #FF0000;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

.menu .sub {
    display: block;
    position: absolute;
    background: #FFFFFF;
    width: 300px;
    top: 0px;
    bottom: 0px;
    z-index: 10000;
    left: -300px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-shadow: 1px 0px 15px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    1px 0px 15px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         1px 0px 15px 0px rgba(50, 50, 50, 0.25);
}

.menu .sub .head {
    height: 65px;
    font-size: 14px;
    font-weight: 700;
    display: table-cell;
    width: 300px;
    padding: 0px 20px;
    vertical-align: middle;
    text-transform: uppercase;
    border-bottom:1px solid #dbdedf;
}

.menu .sub a {
    font-size: 12px;
    width: 300px;
    color: #000;
    display: block;
    padding: 10px 20px;
    text-align: left;
    border-bottom:1px solid #dbdedf;
    text-decoration: none;
}

.menu .sub a:hover {
    color: #1579d2;
}

.menu .sub a.active {
    color: #1579d2;
    font-weight: 700;
}

.menu .sub a sup {
    position: relative;
    top:-8px;
    left: 5px;
    font-size: 9px;
}

.content {
    position: absolute;
    left: 65px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background: rgb(246, 246, 248);
}

.content .fullcalendar .calendar {
    position: absolute;
    font-size: 13px;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar {
    height: 65px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 14px;
    padding-left: 14px;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar h2:before {
    content: 'Календарь ( ';
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar h2:after {
    content: ' )';
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar h2 {
    text-transform: uppercase;
    font-size: 14px;
    height: 51px;
    font-weight: 700;
    padding: 9px 20px 0px 0px;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-left {
    padding-top: 14px;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-left {
    padding-left: 0px;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-left button {
    width: 38px;
    height: 38px;
    float: left;
    text-align: center;
    font-size: 10px;
    background: #7ca9f7;
    color: #fff;
    border:none;
    outline:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 14px 0px 15px 0px;
    margin: 0px 0px 0px 5px;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button:active,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-left button:active {
    top: 1px;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button:hover,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-left button:hover {
    background: #6298f7;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button:disabled,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-left button:disabled {
    opacity:0.5;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-left button.fc-updBtn-button,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-left button.fc-newBtn-button,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-today-button,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-allBtn-button,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-topBtn-button,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-emlBtn-button,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-socBtn-button,
.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-othBtn-button{
    width: auto;
    padding: 10px 15px;
    font-size: 13px;
    text-shadow: none;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-left button.fc-newBtn-button {
    background: #a3cd73;
    float: left;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-topBtn-button {
    background: #60b8bd;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-emlBtn-button {
    background: #ce84b3;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-socBtn-button {
    background: #865b2e;
}

.content .fullcalendar .calendar .fc-toolbar.fc-header-toolbar .fc-right button.fc-othBtn-button {
    background: #7d7b79;
}

.day-wnd .day-controls {
    text-align: center;
    padding: 0px 25px 22px 25px;
}

.day-wnd .day-controls .button {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
}

.day-wnd .day-controls .button span {
    font-size: 11px;
}

.day-wnd .day-data {
    padding: 22px 25px;
    overflow-y: scroll;
    height: 300px;
}

.day-wnd .day-data .day-wnd-room {
    padding: 22px 25px;
    margin: 20px 0px;
    overflow-y: scroll;
    height: auto;
    border: #ccc solid 1px;
    max-height: 300px;
    text-align: center;
}

.day-wnd .day-data .day-wnd-room .room-title {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 10px 2px;
}

.day-wnd .day-data .day-wnd-room .room-slots .room-slots-one {
    border: 2px solid #fff;
}

.day-wnd .day-data .day-wnd-room .room-slots .room-slots-one.selected {
    border: 2px solid #f00;
}

.day-wnd .day-data .day-wnd-room .room-slots .room-slots-one {
    display: inline-block;
    font-size: 12px;
    margin: 2px;
    padding: 3px 7px;
    background: #ccc;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.day-wnd .day-data .day-wnd-room .room-slots .room-slots-one.has-game {
    background: #a3cd73;
    margin-bottom: 40px;
}

.day-wnd .day-data .day-wnd-room .room-slots .room-slots-one.is-disabled {
    background: #cd7373;
}

.day-wnd .day-data .day-wnd-room .room-slots .room-slots-one:hover {
    opacity: 0.7;
}

.day-wnd .day-data .day-wnd-room .room-slots .room-slots-one .one-time {
    display: block;
}

.day-wnd .day-data .day-wnd-room .room-slots .room-slots-one .one-price {
    display: block;
}

.day-wnd .day-data .day-wnd-room .room-slots .room-slots-one .one-name {
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1;
    margin-top: 5px;
}

.content .tools,
.ext-tools,
.mul-tools {
    width: 100%;
    height: 65px;
    display: block;
    background: #FFFFFF;
    border-bottom:1px solid #dbdedf;
}

.ext-tools,
.mul-tools {
    height: 45px;
}

.content .tools h1 {
    height: 65px;
    font-size: 14px;
    font-weight: 700;
    float: left;
    display: block;
    padding: 23px 20px 0px 14px;
    vertical-align: middle;
    text-transform: uppercase;
    border-right:1px solid #dbdedf;
}

.content .tools .filters {
    position: absolute;
    left: 0px;
    top: 65px;
    overflow: hidden;
    height: 0px;
    right: 0px;
    z-index: 10;
    background: #FFFFFF;
}

.content .tools .filters.shadow {
    border-bottom:1px solid #dbdedf;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.25);
    box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.25);
}

.content .tools .filters .holder {
    padding: 15px 14px;
}

.content .tools .ftitle {
    padding: 0px 0px 15px 0px;
    border-bottom:1px solid #dbdedf;
}

.content .tools .fsystem {
    padding: 15px 0px 15px 0px;
}

.content .tools .ftitle p,
.content .tools .fsystem p {
    float:left;
    font-size: 14px;
    margin-top: 6px;
}

.content .tools .ftitle select,
.content .tools .fsystem select,
.content .tools .fsystem input {
    float: left;
    border: 1px solid #dbdedf;
    padding: 4px 5px 6px 5px;
    margin: 0px 15px;
    font-size: 14px;
    width: 150px;
}

.content .tools .fsystem select {
    width: auto;
}

.content .tools .fsystem input {
    width: auto;
    padding: 6px 5px 7px 5px;
    text-align: center;
}

.content .tools .ftitle .button {
    float:right;
    width: auto;
    padding: 8px 20px;
    font-size: 12px;
    margin: 0px 0px 0px 15px;
}

.content .tools .flist {
    height: 163px;
    background: #dbdedf;
    overflow-y: scroll;
    padding: 0px 15px 15px 15px;
}

.content .tools .fitem {
    height: 35px;
    margin-top: 15px;
}

.content .tools .fitem select {
    float: left;
    border: 1px solid #dbdedf;
    padding: 6px 12px 8px 12px;
    margin: 0px 15px 0px 0px;
    font-size: 12px;
    min-width: 250px;
    width: auto;
}

.content .tools .fitem input {
    float: left;
    border: 1px solid #dbdedf;
    padding: 8px 12px 8px 12px;
    margin: 0px 15px 0px 0px;
    font-size: 12px;
    width: auto;
}

.content .tools .fitem .button {
    float:left;
    width: 34px;
    font-size: 12px;
    margin-top: 1px;
    padding: 10px 0px;
}

.content .tools .search,
.ext-tools .ext-search,
.mul-tools .mul-search {
    padding: 0px;
    vertical-align: middle;
    display: block;
    float: left;
}

.ext-tools .ext-search,
.mul-tools .mul-search {
    width: 503px;
}

.content .tools .search .icon,
.ext-tools .ext-search .icon,
.mul-tools .mul-search .icon {
    float:left;
    margin:23px 0px 0px 20px;
}

.ext-tools .ext-search .icon,
.mul-tools .mul-search .icon {
    margin-top: 14px;
}

.content .tools .search .query,
.ext-tools .ext-search .query,
.mul-tools .mul-search .query {
    width: 80%;
    float:left;
    font-size:14px;
    margin:22px 0px 0px 10px;
}

.ext-tools .ext-search .query,
.mul-tools .mul-search .query {
    width: 265px;
    margin-top:13px;
}

.content .tools .search .count,
.ext-tools .ext-search .count,
.mul-tools .mul-search .count {
    float:right;
    font-size: 14px;
    color: #8591a5;
    margin:21px 15px 0px 10px;
}

.ext-tools .ext-search .count,
.mul-tools .mul-search .count {
    margin-top: 12px;
}

.content .tools .search .clean,
.ext-tools .ext-search .clean,
.mul-tools .mul-search .clean {
    display: block;
    float:right;
    color: #1495d8;
    padding: 15px 0px 15px 0px;
    margin: 9px 20px 0px 0px;
    background: none;
}

.ext-tools .ext-search .clean,
.mul-tools .mul-search .clean {
    margin-top: -1px;
}

.content .tools .search .clean span,
.ext-tools .ext-search .clean span,
.mul-tools .mul-search .clean span {
    font-size:14px;
}

.content .tools .item-menu {
    float: right;
    display: block;
    height: 65px;
    padding: 13px 15px 0px 15px;
    vertical-align: middle;
    border-left:1px solid #dbdedf;
}

.content .tools .item-menu.left {
    float: left;
    border-left:none;
    border-right:1px solid #dbdedf;
}

.content .tools .item-menu .add,
.content .tools .item-menu .export,
.content .tools .item-menu .update,
.content .tools .item-menu .filter,
.content .tools .item-menu .flow {
    width: 120px;
    font-size: 14px;
    padding: 10px 0px;
}

.content .tools .item-menu .flow {
    width: 170px;
}

.content .tools .item-menu .filter {
     width: 140px;
}

.content .tools .item-menu .add span,
.content .tools .item-menu .export span,
.content .tools .item-menu .update span,
.content .tools .item-menu .filter span,
.content .tools .item-menu .flow span {
    font-size: 11px;
}

.content .tools .item-menu .more {
    top: 4px;
    padding:4px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    margin-right: 10px;
    text-decoration: none;
    color: #8591a5;
}

.content .tools .item-menu .more:hover {
    opacity:0.5;
    text-decoration: none;
}

.content .tools .item-menu .leadchain {
    width: 225px;
}

.content .tools .pages,
.ext-tools .ext-pages,
.mul-tools .mul-pages {
    height: 65px;
    padding: 13px 14px 0px 11px;
    float: right;
    display: block;
    vertical-align: middle;
    border-left:1px solid #dbdedf;
}

.ext-tools .ext-pages,
.mul-tools .mul-pages {
    height:45px;
    padding: 7px 14px 0px 5px
}

.content .tools .pages .page,
.content .tools .pages .per,
.ext-tools .ext-pages .page,
.ext-tools .ext-pages .per,
.mul-tools .mul-pages .page,
.mul-tools .mul-pages .per {
    width: 55px;
    float: left;
    overflow: hidden;
    padding: 8px 8px 9px 8px;
    text-align: center;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    outline: none;
    font-size:14px;
    border: 1px solid #dbdedf;
}

.ext-tools .ext-pages .page,
.ext-tools .ext-pages .per,
.mul-tools .mul-pages .page,
.mul-tools .mul-pages .per {
    height: 30px;
    font-size: 12px;
    padding:5px 8px 4px 8px;
}

.content .tools .pages button,
.ext-tools .ext-pages button,
.mul-tools .mul-pages button {
    width: 38px;
    height: 38px;
    float: left;
    text-align: center;
    font-size: 10px;
    padding: 13px 0px 15px 0px;
    margin: 0px 0px 0px 5px;
}

.ext-tools .ext-pages button,
.mul-tools .mul-pages button {
    float: left !important;
    text-align: center !important;
    font-size: 10px !important;
    width: 30px !important;
    height: 30px;
    padding:6px 0px 7px 0px !important;
    margin: 0px 0px 0px 5px !important;
}

.content .tools .pages .max,
.content .tools .pages .pertxt,
.ext-tools .ext-pages .max,
.ext-tools .ext-pages .pertxt,
.mul-tools .mul-pages .max,
.mul-tools .mul-pages .pertxt {
    float: left;
    font-size:14px;
    display: inline-block;
    margin: 9px 11px 0px 11px;
}

.ext-tools .ext-pages .max,
.ext-tools .ext-pages .pertxt,
.mul-tools .mul-pages .max,
.mul-tools .mul-pages .pertxt {
    font-size: 12px;
    margin-top: 6px;
}

.content .mass {
    display: none;
    margin: 5px 0px 0px 0px;
}

.content .mass.checked {
    display: block;
}

.content .mass p {
    float:left;
    font-size: 12px;
    margin: 4px 10px 0px 15px;
}

.content .mass input {
    float:left;
    width: auto;
    margin: 5px 10px 0px 10px;
}

.content .mass .button {
    width: auto;
    padding: 5px 10px 6px 10px;
    font-size: 12px;
}

.content .mass .button span {
    font-size: 9px;
}

.content .item-list,
.ext-item-list,
.mul-item-list,
.content .section-choice,
.content .item-dec {
    position: absolute;
    left:15px;
    right: 15px;
    top: 80px;
    bottom: 15px;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #ddd;
}

.content .ticket-area {
    position: absolute;
    left:15px;
    right: 15px;
    //height: 270px;
    bottom: 15px;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #ddd;
}

.doppack-list,
.bill-list {
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #ddd;
}

.content .section-choice {
    background: none;
    border: none;
    padding: 21px 0px 0px 0px;
}

.ext-item-list,
.mul-item-list {
    top: 60px;
}

.content .item-list.checked {
    top: 101px;
}

.content .item-list table,
.ext-item-list table,
.mul-item-list table,
.doppack-list table,
.bill-list table {
    table-layout: fixed;
    word-break: break-all;
    width:100%;
}

.content .item-list table thead,
.content .item-list table tbody,
.ext-item-list table thead,
.ext-item-list table tbody,
.mul-item-list table thead,
.mul-item-list table tbody {
    display: block;
}

.content .item-list table thead,
.ext-item-list table thead,
.mul-item-list table thead {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    height: 32px;
}

.doppack-list table thead th,
.bill-list table thead th {
    padding: 6px 0px;
}

.content .item-list table tbody,
.ext-item-list table tbody,
.mul-item-list table tbody {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    top: 32px;
    bottom: 0px;
}

.content .item-list table tbody .none,
.ext-item-list table tbody .none,
.mul-item-list table tbody .none {
    text-align: center;
    padding: 10px;
}

.content .item-list:not(.main) table tr:hover td,
.ext-item-list:not(.main) table tr:hover td,
.mul-item-list:not(.main) table tr:hover td {
    background:#efefef;
}

.content .item-list table tr.lightred td,
.ext-item-list table tr.lightred td,
.mul-item-list table tr.lightred td {
    background: orangered;
}

.content .item-list table tr.priority1 td,
.ext-item-list table tr.priority1 td,
.mul-item-list table tr.priority1 td {
    background: lightyellow;
}

.content .item-list table tr.priority2 td,
.ext-item-list table tr.priority2 td,
.mul-item-list table tr.priority2 td {
    background: #ffd1d1;
}

.content .item-list table tr th,
.content .item-list table tr td,
.ext-item-list table tr th,
.ext-item-list table tr td,
.mul-item-list table tr th,
.mul-item-list table tr td,
.doppack-list table tr td,
.bill-list table tr td {
    cursor: pointer;
    line-height: 1.42857143;
    padding: 7px;
    background: #f3f3f3;
    overflow: hidden;
    vertical-align: middle;
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
}

.content .item-list table tr td,
.ext-item-list table tr td,
.mul-item-list table tr td,
.doppack-list table tr td,
.bill-list table tr td {
    line-height: 170%;
}

.mul-item-list table tr td input {
    padding: 2px 4px;
    border: #ddd solid 1px;
}

.content .item-list table tr td .ball {
    display: inline-block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 10px;
    height: 10px;
}

.content .item-list table tr td .hot {
    color: #95c45c;
    font-size: 20px;
}

.content .item-list table tr td .ball.red {
    background: #c45c5c;
}

.content .item-list table tr td .ball.green {
    background: #95c45c;
}

.content .item-list table tr td .ball.size0 {
    width: 5px;
    height: 5px;
}

.content .item-list table tr td .ball.size1 {
    width: 12px;
    height: 12px;
}

.content .item-list table tr td .ball.size2 {
    width: 20px;
    height: 20px;
}

.content .item-list table tr th,
.ext-item-list table tr th,
.mul-item-list table tr th,
.doppack-list table tr th,
.bill-list table tr th {
    text-align: center;
    background: #fbfbfb;
    font-weight: 700;
    border-top: none;
}

.content .item-list table tr th .checkall {
    width: auto;
}

.content .item-list table tr th.nosort,
.ext-item-list table tr th.nosort,
.mul-item-list table tr th.nosort,
.doppack-list table tr th.nosort,
.bill-list table tr th.nosort {
    font-weight:300;
    cursor: default;
}

.content .item-list table tr th:last-child,
.content .item-list table tr td:last-child,
.ext-item-list table tr th:last-child,
.ext-item-list table tr td:last-child,
.mul-item-list table tr th:last-child,
.mul-item-list table tr td:last-child,
.doppack-list table tr td:last-child,
.bill-list table tr td:last-child {
    border-right:none;
}

.content .item-list table tr td,
.ext-item-list table tr td,
.mul-item-list table tr td,
.doppack-list table tr td,
.bill-list table tr td {
    background: #fff;
}

.content .item-list table tr td a,
.ext-item-list table tr td a,
.mul-item-list table tr td a {
    text-decoration: underline;
}

.content .item-list table tr td .check {
    width: auto;
}

.content .item-list table tr th:hover,
.ext-item-list table tr th:hover,
.mul-item-list table tr th:hover {
    background: #ccc;
}

.content .item-list table tr th.nosort:hover,
.ext-item-list table tr th.nosort:hover,
.mul-item-list table tr th.nosort:hover {
    background: #fbfbfb;
}

.content .item-list table tr td.center,
.ext-item-list table tr td.center,
.mul-item-list table tr td.center,
.doppack-list table tr td.center,
.bill-list table tr td.center {
    text-align: center;
}

.content .item-list table tr td.email {
    color: #aaa;
    text-decoration: line-through;
}

.content .item-list table tr td.email.exist {
    text-decoration: none;
}

.content .item-list table tr td.email.subscribe {
    color: #000000;
    font-family: HelveticaNeueBold;
}

.content .item-list table tr.status-1 td { opacity: 0.3; }
.content .item-list table tr.status1  td { background:#c4ffbd; }
.content .item-list table tr.status2  td { background:#00ff00; }
.content .item-list table tr.status3  td { background:#83e3fe; }
.content .item-list table tr.status4  td { background:#cccccc; }
.content .item-list table tr.status5  td { opacity: 0.7; }
.content .item-list table tr.status6  td { opacity: 0.5; }

.content .item-list table tr.plan0  td { background:#00ff00; }
.content .item-list table tr.plan1  td { background:#83e3fe; }
.content .item-list table tr.plan2  td { background:#cccccc; }
.content .item-list table tr.plan3  td { background:#db4141; }

.content .item-list table tr.sterror   td   { background:#ff2121; }
.content .item-list table tr.stpassive td   { background:#aaaaaa; }
.content .item-list table tr.stactiveok td  { background:#00e800; }
.content .item-list table tr.stactivenormal td  { background:#bdd5ff; }
.content .item-list table tr.stactivepoor td  { background:#ffcccc; }
.content .item-list table tr.stactivebad td { background:#ffaaaa; }
.content .item-list table tr.stdoneok td    { background:#00e800; }
.content .item-list table tr.stdonebad td   { background:#ffbbbb; }
.content .item-list table tr.stsaleok td    {  }
.content .item-list table tr.stsalebad td   {  }

.content .item-list table tr td b {
    font-weight: 700;
}

.content .item-one {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    position: absolute;
    z-index: 3;
    overflow: hidden;
    margin-left: 100%;
    background: #FFFFFF;
}

.content .item-one .fields {
    width: 75%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    border-right: #eaeaea solid 7px;
}

.content .item-one .fields h1 {
    cursor: pointer;
    height: 65px;
    color: #FFFFFF;
    background: #203d49;
    padding: 21px 15px;
    border-bottom: #224357 solid 1px;
}

.content .item-one .fields h1 .head {
    font-size:20px;
}

.content .item-one .fields h1:hover {
    opacity: 0.9;
}

.content .item-one .fields .tabs,
.decision .tabs {
    position: absolute;
    width: 100%;
    top: 65px;
    bottom: 65px;
    border-bottom: #eaeaea solid 1px;
}

.decision .tabs {
    top: auto;
    bottom: auto;
    position: inherit;
    border-bottom: none;
}

.content .item-one .fields .tabs .ui-widget-header,
.decision .tabs .ui-widget-header {
    background: #203d49;
    padding:0px 15px !important;
}

.content .item-one .fields .tabs .ui-widget-header li,
.decision .tabs .ui-widget-header li {
    border: none;
    background: none;
}

.content .item-one .fields .tabs .ui-widget-header li a,
.content .item-one .fields .tabs .nav > li > a:focus,
.decision .tabs .ui-widget-header li a,
.decision .tabs .nav > li > a:focus {
    padding:10px;
    outline: none;
    font-size: 13px;
    font-weight:700;
    background: none;
    color: #a0a2a2;
    border-bottom:3px #203d49 solid;
}

.content .item-one .fields .tabs .ui-widget-header li a:hover,
.decision .tabs .ui-widget-header li a:hover {
    color: #efefef;
    background: none;
}

.content .item-one .fields .tabs .ui-widget-header li.ui-state-active a,
.decision .tabs .ui-widget-header li.ui-state-active a {
    color: #FFFFFF;
    border-bottom: 3px #FFFFFF solid;
}

.content .item-one .fields .area .tab,
.decision .tab {
    position: absolute;
    width: 100%;
    top: 40px;
    bottom: 0px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.content .item-one .fields .area .tab .side {
    position: absolute;
    width: 55%;
    top: 15px;
    bottom: 0px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.content .item-one .fields .area .tab .side-l {
    padding-right: 2%;
    margin-left: 0%;
}

.content .item-one .fields .area .tab .side-r {
    padding-right: 2%;
    margin-left: 56%;
    width: 42%;
}

.content .item-one .fields .area .tab .side-r .script-area p {
    padding: 0px 0px;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
}

.content .item-one .fields .area .tab .side-r .script-area ol,
.content .item-one .fields .area .tab .side-r .script-area ul {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
}

.content .item-one .fields .area .tab .side-r .script-area ol {
    padding-left: 40px;
    list-style-type: decimal;
}

.content .item-one .fields .area .tab .side-r .script-area ul {
    padding-left: 40px;
    list-style-type: disc;
}

.content .item-one .fields .area .tab .side-r .script-area ul li,
.content .item-one .fields .area .tab .side-r .script-area ol li {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
}

.content .item-one .fields .area .tab .side-r .script-area b,
.content .item-one .fields .area .tab .side-r .script-area strong {
    font-weight: bold;
}

.content .item-one .fields .area .tab .tabletasks,
.content .item-one .fields .area .tab .tablecampaigns,
.decision .tab .tabletasks,
.decision .tab .tablecampaigns {
    font-size: 85%;
}

.task-wnd .fields table,
.hypotask-wnd .fields table,
.decision .tabs table {
    width: 100%;
}

.task-wnd .fields table tr td,
.hypotask-wnd .fields table tr td,
.decision .tabs table tr td {
    vertical-align: middle;
    padding: 10px;
}

.task-wnd .fields table tr td.line,
.hypotask-wnd .fields table tr td.line,
.decision .tabs table tr td.line {
    padding: 0px;
    width: auto;
    display: table-cell;
}

.task-wnd .fields table tr td.small,
.hypotask-wnd .fields table tr td.small,
.decision .tabs table tr td.small {
    width: 145px;
}

.decision .tabs table tr td.small {
    font-size: 13px;
}

.task-wnd .fields table tr td .form-input,
.hypotask-wnd .fields table tr td .form-input,
.decision .form-input {
    width: 100%;
    font-size: 14px;
    padding: 7px 8px;
    border: #cccccc solid 1px;
}

.content .item-one .fields .area .tab table,
.decision .tab .tablecampaigns {
    width: 100%;
}

.content .item-one .fields .area .tab table tr td,
.decision .tab .tablecampaigns tr td {
    vertical-align: middle;
    padding: 10px;
}

.content .item-one .fields .area .tab table tr td.ontop {
    vertical-align: top;
}

.content .item-one .fields .area .tab table tr td.line,
.decision .tab .tablecampaigns tr td.line {
    padding: 0px;
    width: auto;
    display: table-cell;
}

.content .item-one .fields .area .tab table tr td.small,
.decision .tab .tablecampaigns tr td.small {
    width: 200px;
}

.content .item-one .fields .area .tab table tr td.small.collapsable span.text {
    color: #2554a7;
    cursor: pointer;
    display: inline;
}

.content .item-one .fields .area .tab table tr td.small.collapsable span.text:hover {
    opacity: 0.8;
}

.content .item-one .fields .area .tab table tr td.small.collapsable span.text:after {
    content: "\e114";
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    left:10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content .item-one .fields .area .tab table tr td.small.collapsable.opened span.text:after {
    content: "\e113";
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    left:10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content .item-one .fields .area .tab table tr td .button.task-add,
.content .item-one .fields .area .tab table tr td .button.hypotask-add{
    width: 200px;
}

.content .item-one .fields .area .tab table tr td .button.right {
    float: right;
}

.content .item-one .fields .area .tab table tr td.task-controls {
    width: 180px;
    text-align: center;
}

.content .item-one .fields .area .tab table tr td.task-controls .button {
    width: 180px !important;
    margin: 0px 0px 0px 20px;
    display: inline-block;
}

.content .item-one .fields .area .tab table tr td.task-controls .task-edit,
.content .item-one .fields .area .tab table tr td.task-controls .hypotask-edit{
    margin: 15px 0px 15px 20px;
}

.content .item-one .fields .area .tab table tr td a,
.decision .tab .tablecampaigns tr td a,
.decision .tab .tabletasks tr td a {
    color: #1375ab;
    border-bottom: dotted 1px;
}

.content .item-one .fields .area .tab table tr td a:hover,
.decision .tab .tablecampaigns tr td a:hover,
.decision .tab .tabletasks tr td a:hover {
    text-decoration: none;
    color: #000;
}

.content .item-one .fields .area .tab table tr td .callitem,
.decision .tab .tablecampaigns tr td .callitem,
.decision .tab .tabletasks tr td .callitem {
    float: left;
    margin: 0px 40px 40px 0px;
}

.content .item-one .fields .area .tab table tr td .checkboxarea,
.decision .tab .tablecampaigns tr td .checkboxarea {
    float: left;
    margin: 0px 40px 0px 0px;
}

.content .item-one .fields .area .tab table tr td .checkboxarea input,
.decision .tab .tablecampaigns tr td .checkboxarea input {
    float: left;
}

.content .item-one .fields .area .tab table tr td .checkboxarea span,
.decision .tab .tablecampaigns tr td .checkboxarea span {
    float: left;
    font-size: 85%;
    margin: 1px 0px 10px 5px;
    cursor: pointer;
}

.content .item-one .fields .area .tab table tr td b,
.decision .tab .tablecampaigns tr td b {
    font-weight: 700;
}

.content .item-one .fields .area .tab table tr td .text {
    color: #333333;
    font-weight: 300;
    display: block;
}

.content .item-one .fields .area .tab table tr td .form-input,
.decision .tab .tablecampaigns tr td .form-input {
    width: 100%;
    font-size: 14px;
    padding: 7px 8px;
    border: #cccccc solid 1px;
}

.content .item-one .fields .area .tab table tr td .form-input.billtype {
    width: 250px;
}

.content .item-one .fields .area .tab table tr td .form-input:disabled,
.decision .tab .tablecampaigns tr td .form-input:disabled {
    background: rgb(235, 235, 228);
}

.content .item-one .fields .area .tab table tr td textarea.form-input {
    min-width: 100%;
    max-width: 100%;
    min-height: 70px;
    max-height: 70px;
    resize: none;
}

.content .item-one .fields .area .tab table tr td textarea.form-input.ht1,
.decision .form-input.ht1 {
    min-height: 450px;
    max-height: 450px;
}

.content .item-one .fields .area .tab table tr td textarea.form-input.ht2,
.decision .form-input.ht2 {
    min-height: 71px;
    max-height: 71px;
}

.content .item-one .fields .area .tab table tr td textarea.form-input.ht3,
.decision .form-input.ht3 {
    min-height: 150px;
    max-height: 150px;
}

.content .item-one .fields .area .tab table tr td textarea.form-input.ht4,
.decision .form-input.ht4 {
    min-height: 350px;
    max-height: 350px;
}

.content .item-one .fields .area .tab table tr td .button {
    font-family: 'Open Sans';
    width: 130px;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 300;
}

.content .item-one .fields .area .tab table tr td .button.genurl,
.content .item-one .fields .area .tab table tr td .button.gourl,
.content .item-one .fields .area .tab table tr td .button.callnumb,
.content .item-one .fields .area .tab table tr td .button.choose,
.content .item-one .fields .area .tab table tr td .button.call ,
.content .item-one .fields .area .tab table tr td .button.callbackclear {
    width: auto;
    padding:10px;
}

.content .item-one .fields .external .selected {
    border: dotted 1px #CCCCCC;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.content .item-one .fields .external .selected:hover {
    background: #efefef;
}

.content .item-one .fields .multiple .multione p,
.content .item-one .fields .multiple .multiadd {
    border: dotted 1px #CCCCCC;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.content .item-one .fields .multiple .multione p {
    float: left;
    margin-right: 48px;
}

.content .item-one .fields .multiple .multione {
    margin-bottom: 5px;
}

.content .item-one .fields .multiple .multione p:hover,
.content .item-one .fields .multiple .multiadd:hover {
    background: #efefef;
}

.content .item-one .fields .area .tab table .multiple .multione .button {
    width: 41px;
    height:41px;
    font-size: 14px;
    position: absolute;
    margin-left: -42px;
}

.content .item-one .fields .area .tab table .multiple .multione .button:active {
    top: auto;
    margin-top: 1px;
}

.content .item-one .fields .image {
    cursor: pointer;
}

.content .item-one .fields .area .tab table tr td .image .button.downloadimg {
    width:34px;
    float: left;
    position: relative;
    z-index: 5;
    text-align: center;
    margin: 0px 0px 0px 20px;
}

.content .item-one .fields .image .preview {
    float:left;
    border: solid 1px #CCCCCC;
}

.content .item-one .fields .image .file {
    position: absolute;
    z-index: -1;
}

.content .item-one .fields .area .tab table tr td .image .button.remimg {
    width:34px;
    float: left;
    margin: 0px 0px 0px 20px;
}

.content .item-one .fields .area .tab .bill-calc .leadsum {
    width: 100%;
}

.mce-btn button {
    padding:6px 8px 5px 8px !important;
}

.content .item-one .fields .controls {
    position: absolute;
    width: 100%;
    height: 38px;
    bottom: 13px;
    overflow: hidden;
}

.content .item-one .fields .controls .button,
.content .item-one .fields .area .tab table tr td.task-controls .button,
.task-wnd .fields .button,
.hypotask-wnd .fields .button {
    font-family: 'Open Sans';
    width: 130px;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 300;
    float: left;
}

.content .item-one .fields .controls .button.save,
.task-wnd .fields .button.save,
.hypotask-wnd .fields .button.save {
    margin-right: 13px;
}

.content .item-one .fields .controls .button.remove,
.task-wnd .fields .button.remove,
.hypotask-wnd .fields .button.remove,
.task-wnd .fields .button.copy,
.hypotask-wnd .fields .button.copy {
    padding: 9px 0px;
}

.content .item-one .fields .controls .button.restore {
    width: 150px;
    margin-right: 13px;
}

.content .item-one .fields .controls .button.delete {
    width: 170px;
    padding: 9px 0px;
}

.content .item-one .fields .controls .button span,
.content .item-one .fields .area .tab table tr td.task-controls .button span,
.task-wnd .fields .button span,
.hypotask-wnd .fields .button span {
    font-size: 11px;
}

.content .item-one .fields .controls .left,
.task-wnd .fields .button.left,
.hypotask-wnd .fields .button.left {
    float:left;
}

.content .item-one .fields .controls .right,
.task-wnd .fields .button.right,
.hypotask-wnd .fields .button.right {
    float:right;
    margin: 0px 0px 0px 14px;
}

.content .item-one .fields .controls .customcall {
    float: left;
}

.content .item-one .fields .controls .customcall p {
    margin: 8px 0px 0px 1.4em;
}

.content .item-one .fields .controls .customcall p,
.content .item-one .fields .controls .customcall input,
.content .item-one .fields .controls .customcall button {
    float: left;
}

.content .item-one .fields .controls .customcall input {
    width: 230px;
    font-size: 14px;
    padding: 9px 11px;
    border: #cccccc solid 1px;
    margin: 0px 0px 0px 17px;
}

.content .item-one .history {
    top: 0px;
    left: 75%;
    right: 0px;
    bottom: 0px;
    overflow-y: scroll;
    position: absolute;
    background: #f5f5f5;
}

.content .item-one .history h1 {
    font-size: 20px;
    color: #bbbbbb;
    height: 65px;
    cursor: pointer;
    padding:23px 15px 0px 15px;
    text-align: center;
    border-bottom: #eaeaea solid 1px;
}

.content .item-one .history h1:hover {
    color: #888888;
}

.content .item-one .history .operation {
    margin: 10px;
    padding: 5px 10px;
    font-size: 10px;
}

.content .item-one .history .operation.add {
    background: rgba(163, 205, 115, 0.5);
}

.content .item-one .history .operation.add .date {
    border-top: 1px solid rgba(163, 205, 115, 1);
}

.content .item-one .history .operation.save {
    background: rgba(163, 205, 115, 0.5);
}

.content .item-one .history .operation.save .date {
    border-top: 1px solid rgba(163, 205, 115, 1);
}

.content .item-one .history .operation.remove {
    background: rgba(196, 92, 92, 0.5);
}

.content .item-one .history .operation.remove .date {
    border-top: 1px solid rgba(196, 92, 92, 1);
}

.content .item-one .history .operation.restore {
    background: rgba(124, 169, 247, 0.5);
}

.content .item-one .history .operation.restore .date {
    border-top: 1px solid rgba(124, 169, 247, 1);
}

.content .item-one .history .operation .text {
    padding: 0px 0px 5px 0px;
}

.content .item-one .history .operation .text b {
    font-weight: 700;
}

.content .item-one .history .operation .text u {
    text-decoration: underline;
}

.content .item-one .history .operation .date {
    text-align: right;
    padding: 2px 0px 0px 0px;
}

.content .item-one.history-small .fields {
    width: 95%;
}

.content .item-one.history-small .history {
    left: 95%;
}

.content .item-one.history-small .history .operation .text {
    display: none;
}

.content .item-one.history-small .history .operation .date {
    display: none;
}

.content .item-one .fields .area .tab table.slot-constructor tr td .button.slot-btn {
    display: inline-block;
    width: 30%;
    font-size: 13px;
}

.content .item-one .fields .area .tab table.slot-constructor tr td .slot-item {
    display: block;
    width: 100%;
    font-size: 13px;
    background: #efefef;
    padding: 10px 15px;
    margin: 10px 0px 0px 0px;
}

.content .item-one .fields .area .tab table.slot-constructor tr td .slot-item .slot-time {
    font-weight: bold;
    float: left;
    display: block;
}

.content .item-one .fields .area .tab table.slot-constructor tr td .slot-item .slot-remove {
    display: block;
    float: right;
    cursor: pointer;
    margin: 2px 0px 0px 0px;
}

.content .item-one .fields .area .tab table.slot-constructor tr td .slot-item .slot-remove:hover {
    opacity: 0.8;
}

.content .item-one .fields .area .tab table.slot-constructor tr td .slot-item .slot-price {
    margin: 7px 0px 0px 0px;
    color: #6262ff;
}

.content .dashboard {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    text-align: center;
}

.content .dashboard .panel {
    display: inline-block;
    padding: 10px;
    margin:auto;
}

.content .dashboard .panel.ctr {
    font-size: 10px;
}

.content .dashboard .tools.nobr {
    border-top: none;
}

.content .dashboard .tools {
    border-top:1px solid #dbdedf;
}

.content .dashboard .tools h1 {
    border: none;
}

.taskstep-wnd .step1 .button {
    float: left;
    width: 230px;
    margin: 20px 0px 0px 135px;
}

.taskstep-wnd .step1 .button.godead,
.taskstep-wnd .step1 .button.newtask {
    margin: 20px 0px 0px 35px;
}

.taskstep-wnd .step1 .button.godead,
.taskstep-wnd .step1 .button.notask {
    margin-bottom: 20px;
}

.taskstep-wnd .step1 p {
    margin: 30px;
}

.taskstep-wnd .step2 table {
    width: 100%;
}

.taskstep-wnd .step2 table tr td {
    vertical-align: middle;
    padding: 10px;
}

.taskstep-wnd .step2 table tr td.line {
    padding: 0px;
    width: auto;
    display: table-cell;
}

.taskstep-wnd .step2 table tr td.small {
    width: 145px;
}

.taskstep-wnd .step2 table tr td .form-input {
    width: 100%;
    font-size: 14px;
    padding: 7px 8px;
    border: #cccccc solid 1px;
}

.taskstep-wnd .step2 table tr td textarea.form-input {
    resize: none;
    min-width: 100%;
    max-width: 100%;
}

.decision .leftcol {
    float: left;
    border-right: #ccc solid 1px;
}

.decision .leftcol .gourl {
    width: auto;
    padding: 10px;
}

.decision .rightcol {
    float: right;
}

.decision .rightcol .decisiontext {
    border-bottom: #ccc solid 1px;
}

.decision .controls {
    width: 100%;
    text-align: center;
    padding: 20px;
    border-top: #ccc solid 1px;
}

.decision .controls .button {
    display: inline-block;
    width: 210px;
    height: 58px;
    text-align: center;
    font-size: 15px;
    padding: 14px 0px 15px 0px;
    margin: 0px 10px;
}

.decision .controls a.button {
    top: 0px;
    position: relative;
    text-decoration: none;
    padding: 18px 0px 2px 0px;
}

.decision .controls a.button:hover {
    text-decoration: none;
}

.decision .controls .button .glyphicon {
    top: 2px;
}

.decision .tablecampaigns,
.decision .tablecampaigns .small {
    font-size: 11px !important;
}

.decision .tabletasks,
.decision .tabletasks .small {
    font-size: 12px !important;
}

.decision .tablecampaigns b,
.decision .tablecampaigns .small b,
.decision .tabletasks b,
.decision .tabletasks .small  b {
    font-weight: 700;
}

.decision .tablecampaigns a {
    font-size:13px;
}

.decision .decisiontext,
.decision .tasktext {
    display: table;
    width: 100%;
}

.decision .decisiontext .row,
.decision .tasktext .row {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding:60px;
}

.decision .decisiontext h2,
.decision .tasktext h2 {
    font-size: 18px;
    font-weight: 700;
}

.decision .decisiontext p,
.decision .tasktext p {
    font-size: 18px;
    line-height: 130%;
    margin: 20px 0px 0px 0px;
}

.decision .decisiontext p b,
.decision .tasktext p b {
    font-weight: 700;
}

.decision .arrow1,
.decision .arrow2 {
    display: block;
    position: absolute;
    font-size: 50px;
    color: #a3cd73;
}

.item-dec .none {
    padding: 100px;
    font-size:16px;
    text-align: center;
}

.content .item-list table tr td .downlink,
.ext-item-list table tr td .downlink,
.mul-item-list table tr td .downlink,
.doppack-list table tr td .downlink,
.bill-list table tr td .downlink {
    font-size: 12px;
    text-decoration: none;
    padding: 4px 8px;
}

.doppack-list table tr td .downlink,
.bill-list table tr td .downlink {
    padding: 7px 10px !important;
    font-size: 15px !important;
    color: #fff !important;
    border: none !important;
}

.content .item-one .fields .area .tab .ticket-area  {
    position: absolute;
    top: 1em;
    bottom: 1em;
    right: 1em;
    left: 1em;
}

.content .item-one .fields .area .tab .ticket-area .newticket,
.content .item-one .fields .area .tab .ticket-area .reloadticket,
.content .item-one .fields .area .tab .ticket-area .closechat {
    padding: 12px 10px 10px 10px;
    width: 180px;
    font-size: 13px;
}

.content .item-one .fields .area .tab .ticket-area .closechat {
    float: right;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list  {
    width: 30%;
    display: block;
    position: absolute;
    top: 39px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    margin: 15px 0px 0px 0px;
    padding: 15px 15px 0px 0px;
}

.content .item-one .fields .area .tab .ticket-area.hidechat .ticket-list {
    width: 100%;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one {
    width: 100%;
    display: table;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
    border: #ccc solid 1px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one.opened {
    background: #cbff87;
    border-color: #cbff87;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one.opened.selected {
    border-color: #000;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one.inwork {
    background: #b5daff;
    border-color: #b5daff;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one.inwork.selected {
    border-color: #000;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one.closed {
    background: #d0d0d0;
    border-color: #d0d0d0;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one.closed.selected {
    border-color: #000;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one:hover {
    opacity: 0.8;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one .t-status {
    width: 100px;
    display: table-cell;
    font-size: 14px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one .t-status .glyphicon {
    font-size:12px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-list .ticket-one .t-theme {
    display: table-cell;
    font-size: 14px;
    border-left: #aaa solid 1px;
    padding: 0px 0px 0px 15px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat {
    width: 70%;
    display: block;
    top: 39px;
    left: 30%;
    right: 0px;
    position: absolute;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    margin: 15px 0px 0px 0px;
    padding: 15px 15px 0px 15px;
}

.content .item-one .fields .area .tab .ticket-area.hidechat .ticket-chat {
    width: 0%;
    left:  100%;
    overflow: hidden;
    padding: 0px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-controls {
    width: 100%;
    display: table;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-title {
    width: 100%;
    display: table-cell;
    padding: 0px 20px;
    font-weight: 700;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-msgs {
    top: 66px;
    bottom: 115px;
    left: 16px;
    right: 16px;
    padding: 15px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    border: #ccc solid 1px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-msgs .ticket-msg {
    width: 80%;
    padding: 10px 15px;
    font-size: 12px;
    word-wrap: break-word;
    margin: 0px 0px 15px 0px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-msgs .ticket-msg .author {
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-msgs .ticket-msg .date {
    color: #828282;
    float: right;
    font-size: 10px;
    margin: 5px 0px 0px 0px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-msgs .ticket-msg.left {
    background: #aaffde;
    float: left;
    -webkit-border-radius:10px 10px 10px 0px;
    -moz-border-radius:10px 10px 10px 0px;
    border-radius:10px 10px 10px 0px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-msgs .ticket-msg.right {
    background: #c6f791;
    float: right;
    -webkit-border-radius:10px 10px 0px 10px;
    -moz-border-radius:10px 10px 0px 10px;
    border-radius:10px 10px 0px 10px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .label {
    bottom: 94px;
    left: 15px;
    color: #000;
    font-size: 12px;
    position: absolute;
    padding: 0px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-send {
    bottom: 15px;
    height: 70px;
    left: 15px;
    color: #000;
    word-wrap: break-word;
    overflow-x: hidden;
    font-size: 12px;
    position: absolute;
    padding: 5px 10px;
    right: 15px;
    border: #ccc solid 1px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-title.opened {
    background: #cbff87;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-title.inwork {
    background: #b5daff;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-title.closed {
    background: #d0d0d0;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-controls .ticket-buttons {
    display: table-cell;
    padding: 1px 0px 1px 20px;
}

.content .item-one .fields .area .tab .ticket-area .ticket-chat .ticket-controls .ticket-buttons .button {
    width:  160px;
    padding:12px 10px 10px 10px;
    font-size: 13px;
}

.content .item-one .fields .area .tab table tr td .syncleads {
    width: 250px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.content .item-one .fields .area .tab table tr td .makereport {
    width: 250px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.content .item-one .fields .area .tab table tr td .makedetails {
    width: 250px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.content .item-one .fields .area .tab table tr td .refresults {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.content .item-one .area .leads .leadlist,
.content .item-one .area .stats .statslist,
.content .item-one .area .details .statslist {
    font-family: 'Open Sans';
    height: 400px;
    font-size: 12px;
    overflow: hidden;
    overflow-y: scroll;
    border: #ddd solid 1px;
    padding: 7px;
}

.content .item-one .area .leads .leadlist table,
.content .item-one .area .stats .statslist table,
.content .item-one .area .details .statslist table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


.content .item-one .area .leads .leadlist table,
.content .item-one .area .stats .statslist table ,
.content .item-one .area .details .statslist table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.content .item-one .area .leads .leadlist th,
.content .item-one .area .stats .statslist th,
.content .item-one .area .details .statslist th {
    padding: 7px 10px;
    text-align: center;
    background: #fbfbfb;
    font-weight: 700;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.content .item-one .area .leads .leadlist td,
.content .item-one .area .stats .statslist td,
.content .item-one .area .details .statslist td {
    padding: 7px 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.content .item-one .area .details .statslist td.left {
    text-align: left;
}


.ticket-new-wnd .fields table {
    width: 100%;
}

.ticket-new-wnd .fields table tr td {
    vertical-align: middle;
    padding: 10px;
}

.ticket-new-wnd .fields table tr td.line {
    padding: 0px;
    width: auto;
    display: table-cell;
}

.ticket-new-wnd .fields table tr td.small {
    width: 80px;
}

.ticket-new-wnd .fields table tr td .form-input {
    width: 100%;
    font-size: 13px;
    padding: 7px 8px;
    border: #cccccc solid 1px;
}

.ticket-new-wnd .fields table tr td textarea.form-input {
    min-height: 150px;
    max-height: 150px;
    height: 150px;
    resize: none;
}

.ticket-new-wnd .fields table tr td .button {
    width: 130px;
    font-size: 13px;
    padding: 12px 0px;
    float: right;
}

.script-tabs .nav {
    position: absolute;
    width: 20%;
    overflow-y: scroll;
    height: 100%;
    border-right: 1px solid #ddd;
}

.script-tabs .nav li.selected {
    background-color: #eee;
}

.script-tabs .nav li {
    border-bottom: 1px solid #ddd;
}

.script-tabs .nav li.last {
    border: none;
}

.script-tabs .nav li a {
    color: #000;
    font-size: 14px;
}

.script-tabs .nav li a span {
    top: 0px;
    position: relative;
    font-size: 10px;
}

.script-tabs .tab {
    position: absolute;
    width: 80%;
    margin-left: 20%;
    height: 100%;
    overflow-y: scroll;
}

.script-tabs .tab .script {
    cursor: pointer;
    padding: 0px 0px 9px 0px;
}

.script-tabs .tab .script:hover {
    background: #efefef;
}

.script-tabs .tab h2,
.script-tabs .tab h1,
.script-tabs .tab h3,
.script-tabs .tab h4,
.script-tabs .tab h5 {
    padding: 14px 20px 0px 20px;
    line-height: 130%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.script-tabs .tab p {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
}

.script-tabs .tab ol {
    padding-left: 40px;
    list-style-type: decimal;
}

.script-tabs .tab ul {
    padding-left: 40px;
    list-style-type: disc;
}

.script-tabs .tab ul li,
.script-tabs .tab ol li {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
}

.script-tabs .tab b,
.script-tabs .tab strong {
    font-weight: bold;
}

.script-tabs .nav .button,
.script-tabs .tab .button {
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.script-tabs .nav .button {
    width: 90%;
    margin: 14px 5%;
}

.script-tabs .tab hr {
    border-color: #dddddd;
}

.script-area textarea.input {
    min-height: 200px;
    max-height: 200px;
    height: 200px;
    resize: none;
}

.script-area .controls .button {
    float: left;
    width: 50%;
}

.popup .info-msg .game-event {
    font-size: 14px;
    text-align: left;
}

.popup .info-msg .game-event td {
    vertical-align: top;
    padding: 0px 10px 10px 0px;
}

.popup .info-msg .game-event td.text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    width: 160px;
}

.popup .info-msg .game-event .info-btn {
    padding: 7px;
    width: 105px;
}
