@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,600,400,300,700&subset=latin,cyrillic-ext');

html,
body {
    height: 100%;
}

a {
    color: #3baeda;
}

a:hover {
    color: #588aee;
}

body {
    background-color: #e1edf1;
    font: normal 12px 'Arial';
    color: #656d78;
}

.wrapper {
    width: 100%;
    /*min-width: 1120px;*/
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}

.wrapper_inner {
    /*padding-bottom: 194px;*/
    /*overflow: hidden;*/
}

.wrapper_bottom {
    width: 100%;
    /*height: 174px;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
}


.top {
    height: 74px;
    background-color: #fff;
    overflow: hidden;
}

.top .logo {
    float: left;
    width: 223px;
    margin-left: 32px;
    margin-right: 20px;
}

.top .logo a,
.top .logo span {
    display: block;
    padding-top: 14px;
    height: 60px;
}

.top .menu {
    float: left;
}

.top .menu ul {
    margin: 0;
    padding: 0;
    height: 74px;
    border-left: 1px solid #e0e0e0;
}

.top .menu ul li {
    display: block;
    height: 74px;
    overflow: hidden;
    float: left;
    border-right: 1px solid #e0e0e0;
}

.top .menu ul li a {
    display: block;
    color: #636b78;
    text-transform: uppercase;
    padding: 29px 15px 25px 14px;
}

.top .menu ul li a:hover,
.top .menu ul li.active a {
    color: #588aee;
    border-top: 4px solid #6092f5;
    padding-top: 25px;
    text-decoration: none;
    background: #f7f7f7;
}

.top .contacts {
    float: right;
    text-transform: uppercase;
    line-height: 18px;
    margin: 30px 40px 0 0;
}

.top .contacts a {
    text-decoration: none;
    border-bottom: 1px dotted #3baeda;
}

.top .contacts a:hover {
    border-color: #588aee;
}

.top .user {
    height: 74px;
    vertical-align: middle;
    float: right;
    margin-right: 32px;
    padding: 12px 0;
}

.top .user a {
    text-decoration: none;
    border-bottom: 1px dotted #3baeda;
    cursor: pointer;
}

.top .user a:hover {
    border-color: #588aee;
}

.top .user .user-name {
    display: inline-block;
    line-height: 14px;
    text-align: right;
    vertical-align: middle;
}

.top .user .user-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-left: 10px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: url('../img/user.png') 0 0 no-repeat;
    background-size: cover;
}


.side-menu-btn {
    float: right;
    margin-right: 32px;
    width: 28px;
    height: 60px;
    background: url("../img/icon-menu.png") center center no-repeat;
    opacity: 0.3;
    cursor: pointer;
}

.side-menu-btn:hover {
    opacity: 0.5;
}

.side-bg {
    position: fixed;
    top: 61px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
}

.side {
    width: 270px;
    position: fixed;
    right: -270px;
    top: 61px;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
}

.side .logo {
    margin: 24px auto;
    text-align: center;
}

.side .menu {
    width: 100%;
    position: absolute;
    top: 92px;
    bottom: 74px;
    overflow: auto;
}

.side .menu ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0e0e0;
}

.side .menu ul li {
    display: block;
    height: 54px;
    overflow: hidden;
    /*float: left;*/
    border-bottom: 1px solid #e0e0e0;
}

.side .menu ul li a {
    display: block;
    color: #636b78;
    text-transform: uppercase;
    padding: 19px 15px 15px 24px;
}

.side .menu ul li a:hover,
.side .menu ul li.active a {
    color: #588aee;
    border-left: 4px solid #6092f5;
    padding-left: 20px;
    text-decoration: none;
}

.side .user {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 12px 0 12px 24px;
    line-height: 48px;
}

.side .user a {
    text-decoration: none;
    border-bottom: 1px dotted #3baeda;
    cursor: pointer;
}

.side .user a:hover {
    border-color: #588aee;
}

.side .user .user-name {
    display: inline-block;
    line-height: 14px;
    text-align: left;
    vertical-align: middle;
}

.side .user .user-icon {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: url('../img/user.png') 0 0 no-repeat;
    background-size: cover;
}


.panel {
    height: 61px;
    overflow: hidden;
    background: #515b64 url('../img/icon_panel.png') 0 0 repeat-x;
}

.panel .title {
    overflow: hidden;
    float: left;
    margin: 18px 0 0 32px;
}

.panel .title .type_1 {
    display: block;
    float: left;
    font-size: 11px;
    color: #fff;
    overflow: hidden;
    margin-right: 12px;
}

.panel .title .type_1 .left {
    display: block;
    float: left;
    background: url('../img/icon_arrow_blue.png') top left no-repeat;
    height: 12px;
    padding: 7px 0 7px 9px;
}

.panel .title .type_1 .right {
    display: block;
    float: left;
    width: 15px;
    height: 26px;
    background: url('../img/icon_arrow_blue.png') top right no-repeat;
}

.panel .title strong {
    display: block;
    float: left;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', 'Arial', serif;
    color: #fff;
}

.panel .title small {
    font-size: 14px;
    color: rgb(170, 170, 170);
    font-weight: normal;
}

.control {
    float: right;
    overflow: hidden;
    margin: 17px 32px 0 0;
}

.control .element {
    float: left;
}

.control .editor {
    float: left;
    overflow: hidden;
    font-size: 11px;
    color: #b6b9bc;
    margin: 7px 0 0 16px;
}

.control .editor span {
    float: left;
    margin: 1px 0 0 10px;
}

.control .editor span.e_default {
    color: #fff;
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}

.control .editor img {
    float: left;
    margin-left: 10px;
}


/* infoblocks */

.infoblocks-container {
    margin-top: 9px;
    margin-bottom: 5px;
}

.infoblock {
    border: 1px solid #D1D5DD;
    border-image: none;
    border-radius: 3px;
    overflow: hidden;

    margin-bottom: 24px;
    background-color: #FFF;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', sans-serif;
}

.infoblock-header {
    display: block;
    background-color: #5E90F4;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 17px 60px 15px 15px;
    /*border-bottom: 1px solid #D1D5DD;*/
    position: relative;
    font-weight: 600;
}

.infoblock-support {
    padding: 13px 15px 12px 15px;
}

.infoblock-support li {
    text-align: justify;
    list-style: disc;
}

.infoblock-support p {
    text-align: justify;
    text-indent: 1em;
}

.infoblock-header .collapse {
    display: block;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    background: url('../img/icon_btn_collapsed.png') no-repeat scroll 0 0 transparent;
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
}

.infoblock-content {
    display: block;
    background-color: #FFF;
    font-weight: 100;
    color: #414954;
    text-decoration: none;
    padding: 13px 15px 12px 15px;
    border-top: 1px solid #D1D5DD;
    max-height: 300px;
    overflow: auto;
}

.infoblock-list {

}

.infoblock-list ul {
    margin: 0;
    padding: 0;
    max-height: 500px;
    overflow: auto;
}

.infoblock-list ul li {
    display: block;
    list-style: none outside none;
    border-top: 1px solid #D1D5DD;

    font-weight: 100;
    color: #414954;
    padding: 13px 15px 12px 15px;

    position: relative;
}

.infoblock-list ul li > a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    color: #414954;
    text-decoration: none;
    padding: 13px 15px 12px;
    position: relative;
    cursor: pointer;
}

.infoblock-list ul li > a.infoblock-list-title {
    border-bottom: 4px solid #D1D5DD;
    background-color: #F2F3F6;
}

.infoblock-list ul li.active > a.infoblock-list-title {
    background-color: #F2F3F6;
}

.infoblock-list ul li.clickable {
    padding: 0;
}

.infoblock-list ul li.detailed {
    padding: 0;
}

.infoblock-list ul li.detailed .details {
    display: none;
}

.infoblock-list ul li.icon a {
    padding-left: 45px;
}

.infoblock-list ul li.icon li {
    padding-left: 45px;
}

.infoblock-list ul li.notification {
    padding-left: 45px;
}

.infoblock-list ul li.pbxicon-system-cpu a {
    background: url('../img/icon-system-cpu.png') no-repeat scroll 15px 15px #F2F3F6;
}

.infoblock-list ul li.pbxicon-system-ram a {
    background: url('../img/icon-system-ram.png') no-repeat scroll 15px 15px #F2F3F6;
}

.infoblock-list ul li.pbxicon-system-hdd a {
    background: url('../img/icon-system-hdd.png') no-repeat scroll 15px 15px #F2F3F6;
}

.infoblock-list ul li.ico-expand li {
    padding-left: 30px;
}

.infoblock-list ul li.ico-expand a {
    padding-left: 30px;
    background: url('../img/icon_sidebar_arrow_sub.png') no-repeat scroll 0 0 #FFF;
}

.infoblock-list ul li.ico-expand.active a {
    background-position: left bottom;
}

.infoblock-list ul li > span {
    display: block;
    /*float: right;*/
    position: absolute;
    top: 13px;
    right: 15px;
}

.infoblock-list-intext {
    margin-bottom: 20px;
}

.infoblock-list-intext ul {
    border-bottom: 1px solid #D1D5DD;
    max-height: none;
}

.infoblock-list-intext ul li a {
    background-color: #fff;
}

.infoblock-list-intext ul li:hover a {
    background-color: #F2F3F6;
}

.infoblock-list-intext ul li.active a {
    background-color: #F2F3F6;
}

.infoblock-list-intext .details {
    border-top: 1px solid #D1D5DD;
    padding-top: 20px;
}


/* Notifications */

.infoblock-list .notification-critical {
    background: url('../img/icon-notification-critical.png') no-repeat scroll 15px 15px;
}

.infoblock-list .notification-warning {
    background: url('../img/icon-notification-warning.png') no-repeat scroll 15px 15px;
}

.infoblock-list .notification-info {
    background: url('../img/icon-notification-info.png') no-repeat scroll 15px 15px;
}


/* Progressline */

.progressline-back {
    width: 100%;
    height: 5px;
    background-color: #f5f5fd;
}

.progressline {
    height: 5px;
    background-color: #85C547;
}

.progressline.warning {
    background-color: #E5252A;
}

.infoblock .progressline-back,
.infoblock .progressline {
    margin-bottom: -10px;
    margin-top: 5px;
}


.text-silver {
    color: #c1c5cd;
}


/* Support */

.support {
    height: 92px;
    background-color: #fff;
    border-top: 1px solid #ced9dc;
    border-bottom: 1px solid #ced9dc;
    overflow: hidden;
}

.support .name {
    float: left;
    width: 201px;
    margin: 25px 0 0 20px;
    padding: 3px 0 10px 54px;
    line-height: 16px;
    background: url('../img/icon_support.png') 0 0 no-repeat;
}

.support .manager {
    float: left;
}

.support .manager ul {
    margin: 0;
    padding: 0;
}

.support .manager ul li {
    display: block;
    width: 120px;
    height: 59px;
    list-style: none;
    float: left;
    margin: 14px 63px 0 0;
    padding-left: 70px;
    position: relative;
}

.support .manager ul li img {
    display: block;
    width: 58px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
}

.support .manager ul li strong {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #656d78;
    margin: 3px 0 4px 0;
}

.support .manager ul li small {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #afb3bb;
    margin-bottom: 7px;
}

.support .manager ul li a {
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    background: url('../img/icon_btn_purple.png') 0 0 repeat-x;
    padding: 2px 10px 4px 10px;
    border-radius: 3px;
    text-decoration: none;
}


/* Copyright */

.copyright {
    min-height: 79px;
    overflow: hidden;
}

.copyright .left {
    width: 275px;
    float: left;
}

.copyright .center {
    margin: 17px 370px 0 275px;
    line-height: 16px;
}

.copyright .right {
    float: right;
}

.copyright .right span {
    display: block;
    text-indent: -9999px;
    width: 245px;
    height: 79px;
    background: url('../img/icon_logo_footer.png') 0 0 no-repeat;
}


/* Elements */

span.checkDial {
    display: block;
    float: left;
    overflow: hidden;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    margin-right: 9px;
}

span.checkDial .left {
    display: block;
    float: left;
    background: url('../img/icon_blue.png') top left no-repeat;
    padding: 7px 0 8px 8px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

span.checkDial .right {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 10px;
    height: 27px;
    background: url('../img/icon_blue.png') top right no-repeat;
}

i.phone {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 12px;
    height: 10px;
    background: url('../img/icon_phone.png') 0 0 no-repeat;
    margin: 2px 6px 0 0;
}

span.complete.updated {
    opacity: 0.5;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

span.complete {
    display: block;
    float: left;
    overflow: hidden;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

span.complete .left {
    display: block;
    float: left;
    background: url('../img/icon_green.png') top left no-repeat;
    padding: 7px 0 8px 8px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

span.complete .right {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 10px;
    height: 27px;
    background: url('../img/icon_green.png') top right no-repeat;
}

i.checked {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 11px;
    height: 9px;
    background: url('../img/icon_checked.png') 0 0 no-repeat;
    margin: 2px 6px 0 0;
}

@media screen and (max-width: 1280px) {
    .support .manager ul li {
        margin: 14px 10px 0 0;
    }
}

@media screen and (max-width: 1100px) {
    .wrapper_bottom {
        height: 194px;
    }

    .support .manager ul li {
        margin: 14px 0 0 0;
        padding-left: 0;
    }

    .support .manager ul li img {
        display: none;
    }
}


/* Content */

.content-wrapper {
    margin-top: 135px;
    overflow: hidden;
}

.content {
    margin: 0 auto;
    overflow: hidden;
}

.content-with-sidebar {
    margin: 9px 32px 29px 308px;
}

.content-with-sidebar .sidebar {
    margin-top: -9px;
    margin-left: -308px;
}


/* Sidebar */

.sidebar {
    float: left;
    width: 275px;
    overflow: hidden;
    padding: 9px 0 29px 0;
}

.sidebar-scroll {
    width: 292px;
    overflow: auto;
    position: absolute;
    top: 135px;
    bottom: 0;
    padding: 9px 10px 29px 0;
}

.sidebar .s_menu {
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    width: 275px;
}

.sidebar li.space {
    height: 5px;
    background-color: #d1d5dd;
}

.sidebar ul.level_1 {
    margin: 0 0 10px;
    padding: 0;
    border: 1px solid #d1d5dd;
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.sidebar ul.level_1 > li {
    display: block;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', serif;
}

.sidebar ul.level_1 > li > a {
    display: block;
    background-color: #5e90f4;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 17px 30px 15px 32px;
    border-bottom: 1px solid #d1d5dd;
    position: relative;
}

.sidebar ul.level_1 > li:first-child > a {
    border-radius: 0 4px 0 0;
}

.sidebar ul.level_1 > li > a .button {
    display: block;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    background: url('../img/icon_btn_collapsed.png') 0 0 no-repeat;
    position: absolute;
    top: 14px;
    right: 11px;
}

.sidebar ul.level_2 {
    margin: 0;
    padding: 0;
}

.sidebar ul.level_2 > li {
    display: block;
    list-style: none;
}

.sidebar ul.level_2 > li > a {
    display: block;
    background: #fff url('../img/icon_sidebar_arrow_sub.png') 0 0 no-repeat;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', serif;
    color: #414954;
    text-decoration: none;
    padding: 13px 30px 12px 32px;
    position: relative;
    cursor: pointer;
}

.sidebar ul.level_2 > li:last-child > a {
    border-radius: 0 0 4px 0;
}

.sidebar ul.level_2 > li > a .button {
    display: block;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    background: url('../img/add_node.png') 0 0 no-repeat;
    position: absolute;
    top: 10px;
    right: 12px;
}

.sidebar ul.level_2 > li.active > a {
    background-color: #f2f3f6;
    background-position: bottom left;
}

.sidebar ul.level_3 > li > a .button {
    display: block;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    background: url('../img/icon_btn_settings.png') 0 0 no-repeat;
    position: absolute;
    top: 10px;
    right: 12px;
}

.sidebar ul.level_3 {
    margin: 0;
    padding: 0;
    /*max-height:300px;*/
    /*overflow:auto;*/
}

.sidebar ul.level_3 > li {
    display: block;
    list-style: none;
    border-top: 1px solid #d1d5dd;
    cursor: pointer;
}

.sidebar ul.level_3 > li > a {
    display: block;
    background-color: #f2f3f6;
    font-weight: 100;
    color: #414954;
    text-decoration: none;
    padding: 13px 50px 12px 32px;
    position: relative;
}

.sidebar ul.level_3 > li > a:hover {
    background-color: #fff;
}

.sidebar ul.level_3 > li > a > span {
    float: right;
    color: #c1c5cd;
    position: absolute;
    top: 13px;
    right: 12px;
}

.sidebar .s_scroll ul.level_2 {
    margin: 0 0 0 19px;
    border-left: 1px solid #d1d5dd;
}

.sidebar .s_scroll ul.level_2 > li > a {
    padding-left: 32px;
    background: #fff url('../img/icon_sidebar_arrow_sub.png') 0 0 no-repeat;
}

.sidebar .s_scroll ul.level_2 > li.active > a {
    background-color: #f2f3f6;
    background-position: bottom left;
}


/* Popup */
.management {
    background-color: #f8f8f8;
    width: 100%;
    border-radius: 6px;
    margin: 0 auto;
    padding-bottom: 10px;
    min-height: 401px;
    min-width: 558px;
    max-height: 90vh;
    max-width: 90vw;
    resize: both;
    overflow: auto;
}

.module-title {
    overflow: hidden;
    background-color: #1f2226;
    border-radius: 4px 4px 0 0;
    cursor: all-scroll;
}

.module-title > h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', 'Arial', serif;
    color: #fff;
    margin: 7px 0 6px 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 1px #000;
}

.tabs {
    background-color: #1f2226;
}

.tabs > ul {
    margin: 0 0 0 21px;
    padding: 0;
    overflow: hidden;
}

.tabs > ul > li {
    display: block;
    list-style: none;
    float: left;
    height: 30px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #44474b;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    margin-left: 1px;
}

.tabs > ul > li a {
    display: block;
    padding: 5px 12px 5px 12px;
    text-decoration: none;
    outline: none;
    color: #fff;
}

.tabs > ul > li.category-calls {
    background-color: #588aee;
}

.tabs > ul > li.category-messages {
    background-color: #588aee;
}

.tabs > ul > li.category-checks {
    background-color: #588aee;
}

.tabs > ul > li.category-managing {
    background-color: #588aee;
}

.tabs > ul > li.ui-state-active {
    background-color: #f8f8f8;
    cursor: default;
}

.tabs > ul > li.ui-state-active a {
    color: #44474b;
    cursor: default;
}

.tabs .tab-content {
    background-color: #f8f8f8;
}

.tabs .tab-content div {
    overflow: hidden;
    border-bottom: 1px solid #d1d5dd;
}

.tabs .tab-content div ul {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 15px;
    margin-bottom: -3px;
}

.tabs .tab-content .type-item {
    display: inline-block;
    list-style: none;
    width: 100px;
    margin-right: 3px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #9a9ea4;
    cursor: pointer;
}

.tabs .tab-content .type-item .active {
    background-color: #fff;
    /*outline: 1px solid #e1e1e1;*/
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.tabs .tab-content .type-item a {
    display: block;
    overflow: hidden;
    height: 94px;
    padding: 13px 5px 7px;
    color: #9a9ea4;
    text-decoration: none;
    white-space: normal;
}

.tabs .tab-content .type-item img {
    margin-bottom: 5px;
}

.tabs .tab-content .count {
    width: 56px;
    height: 32px;
    margin-top: 1px;
    padding-left: 27px;
    position: relative;
}


.module-block .module-content {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 37px;
    bottom: 46px;
    padding-top: 27px;
    overflow: auto;
    border-bottom: 1px solid #d1d5dd;
}

.module-block .module-content .ext_table {
    font-size: 11px;
    margin-left: 60px;
    margin-top: 20px
}

.module-block .module-content .ext_table th {
    color: #9CA1A7;
    padding: 5px 10px;
}

.module-block .module-content .ext_table td {
    padding-right: 5px;
}

/*.module-block .module-content .ext_table td input{width:150px;margin-right:5px;}*/
/*.module-block .module-content .ext_table td select{width:150px;margin-right:5px;}*/

.module-block .module-submit {
    text-align: right;
    padding: 10px 20px 0 20px;
    width: calc(100% - 40px);
    height: 36px;
    position: absolute;
    bottom: 0;
}

.btn {
    font-weight: 100;
    font-family: 'Open Sans', 'Arial', serif;
    color: #636b78;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-small {
    font-size: 11px;
    font-family: 'Arial', serif;
    text-shadow: none;
}

.btn-primary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-inverse {
    color: #fff;
}

.btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #9bdb5b, #85c547);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bdb5b), to(#85c547));
    background-image: -webkit-linear-gradient(top, #9bdb5b, #85c547);
    background-image: -o-linear-gradient(top, #9bdb5b, #85c547);
    background-image: linear-gradient(to bottom, #9bdb5b, #85c547);
    border-color: #85c547 #85c547 #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bdb5b', endColorstr='#ff85c547', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #85c547;
}

.btn-readonly {
    pointer-events: none;
}

.btn-primary {
    background-color: #6799fc;
    background-image: -moz-linear-gradient(top, #6799fc, #588aee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6799fc), to(#588aee));
    background-image: -webkit-linear-gradient(top, #6799fc, #588aee);
    background-image: -o-linear-gradient(top, #6799fc, #588aee);
    background-image: linear-gradient(to bottom, #6799fc, #588aee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6799fc', endColorstr='#ff588aee', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #588AEE;
}

.submit .green {
    background: url('../img/icon_btn_green.png') 0 0 repeat-x;
    color: #fff;
    border-color: #9bdb5b;
    margin-right: 10px;
}

.module-content .tab-content form {
    margin: 0;
    padding: 0;
}

.module-content .control-group {
    margin: 13px 0 0 0;
    padding: 0;
}

.module-content .control-group .control-label {
    width: 165px;
    /**/
    margin: 7px 10px 0 0;
    /**/
    padding: 0;
    font-size: 11px;
    font-family: 'Arial', serif;
    /**/
    line-height: 16px;
    color: #9ca1a7;
}

.module-content .control-group.error .control-label {
    color: #b94a48;
}

.module-content .control-group.warning .control-label {
    color: #c09853;
}

.module-content .control-group.success .control-label {
    color: #468847;
}

.module-content .control-group.info .control-label {
    color: #3a87ad;
}

.module-content .control-group .controls {
    /**/
    float: left;
    /**/
    margin: 0;
    /**/
    padding: 0;
    line-height: 16px;
}

.module-content .control-group .controls strong {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #656d78;
    margin-top: 7px;
}

.module-content .params-title {
    font-weight: bold;
}

.module-content .params-controls {
    margin-top: 10px;
}

.module-content .params-list {
    margin: 10px 0;
}

.module-content .params-list .params-str {
    margin-bottom: 7px;
}

.customSelect {
    width: 208px;
    height: 32px;
    background: url('../img/icon_select.png') 0 0 no-repeat;
}

.customSelectInner {
    font-size: 12px;
    font-family: 'Arial', serif;
    color: #656d78;
    padding: 8px 0 0 24px;
}


#spinner {
    width: 25px;
    height: 28px;
    border: none;
    background: transparent url('../img/icon_spinner.png') top center no-repeat;
    text-align: center;
    outline: none;
    float: left;
}

.ui-spinner {
    width: 76px;
    border: none;
    background: transparent;
}

.ui-spinner .ui-spinner-up {
    display: block;
    width: 29px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url('../img/icon_spinner.png') top right no-repeat;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
}

.ui-spinner .ui-spinner-down {
    display: block;
    width: 27px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url('../img/icon_spinner.png') top left no-repeat;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
}

.ui-spinner .ui-icon {
    display: block;
    width: 27px;
    height: 32px;
    background: transparent;
    outline: none;
}

.ui-button-text {
    display: block;
    width: 27px;
    height: 32px;
    padding: 0 !important;
    margin: 0;
}

.ui-spinner a.ui-spinner-button {
    border: none;
}


/*<!-- Imported from old template -->*/

.header-block {
    width: 100%;
    height: 30px;
    background-color: #d1d1d1;
    margin: -10px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #333;
    font-weight: bold;
}

.header-block h3 {
    padding: 0;
    margin: 5px 20px;
    color: #333;
    display: inline-block;
}

#show_debug {
    margin: 20px 0 0 20px;
}

#debug {
    width: 700px;
    min-height: 300px;
    background-color: #fff;
    color: #333;
    position: fixed;
    top: 200px;
    left: 35%;
    background-clip: padding-box;
    border: 10px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    z-index: 10;

}

#debug .box-content {
    height: 500px;
    overflow: auto;
}

.popup {
    width: 560px;
    min-height: 300px;
    background-color: #fff;
    color: #333;
    position: fixed;
    top: 200px;
    left: 35%;
    background-clip: padding-box;
    border: 10px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.hidden {
    display: none;
}


/* Box */

.box-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
    cursor: all-scroll;
}

.box-header .close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
    cursor: pointer;
}

.box-header h3 {
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    line-height: 30px;
}

.box-content, #cat-content {
    padding: 15px;
    font-size: 12px;
}

.box-content input, .box-content select, #cat-content input, #cat-content select {
    width: 250px;
}

.box-content table tr td input, .box-content table tr td select, #cat-content table tr td input, #cat-content table tr td select {
    width: 100px;
}

.box-content input[type='checkbox'], #cat-content input[type='checkbox'] {
    width: 15px;
    margin: 0;
}

.box-content p span, #cat-content p span {
    width: 200px;
    display: inline-block;
}

.box-content table, #cat-content table {

    font-size: 12px;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 20px;
}

.box-content table th, #cat-content table th {
    font-weight: normal;
    text-align: left;
    padding-bottom: 5px;
}

.box-content table tr td:first-child, #cat-content table tr td:first-child {
    padding-right: 20px;
}

.box-content table tr td:nth-child(2) input, #cat-content table tr td:nth-child(2) input {
    width: 270px;
}

.box-content table td input, #cat-content table td input {
    width: 160px;
}

.box-footer {
    margin: 20px 20px 10px 0;
    overflow: hidden;
    padding: 10px;
    width: 460px;
}


#msg-box {
    margin: 50px 15px 0 15px;
    padding: 5px 10px;
    font-size: 11px;
    color: #333;
    border-top: 1px solid #d3d3d3;
}

#authlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #f5f5f5;
}

.downlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #000;
    opacity: 0.6;
}

#locklayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    background-image: url('../img/waiting.gif');
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: 150px;
    opacity: 0.1;
}

#popup_layer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

/* to remove?
#save-btn, .cancel-btn, #apply, #addnode-btn {
	float:right;
	font-size:12px;
	margin:5px;
}

#del-btn{
	float:left;
	margin:5px;
}
*/

/* to remove
.addNode:hover{
	cursor:pointer;
}
*/

/** Category Box

#category-box{
	width:800px;
	min-height:400px;
	background-color:#fff;
	color:#333;
	position:fixed;
	top:150px;
	left:25%;
	background-clip:padding-box;
	border:10px solid rgba(0, 0, 0, 0.5);
	border-radius:5px;
	box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
	z-index:10;
}
#cat-tabs ul{
	list-style: none;
	margin:0 auto;
	overflow:hidden;
}

#cat-types{
	margin: 25px 40px;
	border-bottom:1px solid #d3d3d3;
	min-height:120px;
}


#tabs ul{
	list-style: none;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:5px;
	padding:0;
}
#tabs ul li{padding:5px 15px;font-size:12px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#tabs ul li a{color:#fff;text-decoration:none;}
#tabs ul li.ui-state-active{padding:7px 15px;}
**/


/** Pop-Up Blocks **/

/*
#modulebox, #addbox, #editbox, #editbox #editelembox{
	position:fixed;
	top:150px;
	left:25%;
	z-index:10;
}
*/

#nodeparamblock, #moduleparamblock,
.module-block {
    position: fixed;
    /*top:150px;*/
    /*left:25%;*/
    top: 150px;
    left: 50%;
    width: 558px;
    margin-left: -279px;
    z-index: 1100;
}


.blockscroll {
    overflow: hidden;
}


button.removeRow {
    color: red;
    font-weight: bold;
    line-height: 20px;
    font-size: 17px;
    margin-bottom: 10px;
}

/*
a.removeRow{
	display:inline-block;
	color:silver;
	opacity:1;
	cursor:pointer;
	font-weight:bold;
	line-height:20px;
	font-size:18px;
	margin-bottom:10px;
	min-width: 20px;
	text-align: center;
}

a.removeRow:hover{
	text-decoration:none;
	color:red;
}
*/

.remove-btn {
    display: inline-block;
    height: 20px;
    position: relative;

    margin-bottom: -7px;
    padding-right: 20px;

    line-height: 20px;
    font-size: 11px;
    text-decoration: none;
    color: #C0C0C0;
    cursor: pointer;
}

.remove-btn:hover {
    text-decoration: none;
    color: red;
}

.remove-btn:after {
    content: "×";
    color: #C0C0C0;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;

    display: block;
    width: 20px;
    height: 20px;

    position: absolute;
    top: 0;
    right: 0;
}

.remove-btn:hover:after {
    color: red;
}

td > .remove-btn {
    margin-bottom: 0;
}

.dl-inverse dt {
    font-weight: normal;
}

.dl-inverse dd {
    font-weight: bold;
}

.space-right {
    margin-right: 10px;
}

.space-left {
    margin-left: 10px;
}

.action-icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.action-icon-opacity {
    opacity: 0.4;
}

.action-icon-opacity:hover {
    opacity: 1;
}

.container-fluid {
    padding-right: 32px;
    padding-left: 32px;
}


@media screen and (max-width: 480px) {
    .container-fluid {
        padding-right: 8px;
        padding-left: 8px;
    }

    .panel .title {
        margin-left: 10px;
    }

    .panel .control {
        margin-right: 10px;
    }

    .side-menu-btn {
        margin-right: 10px;
    }

    .side {
        /*width: 100%;*/
    }
}

@media screen and (max-width: 767px) {
    body {
        padding: 0;
    }
}

@media screen and (max-width: 979px) {
    .content-wrapper {
        margin-top: 61px;
    }

    .sidebar-scroll {
        top: 61px;
    }

    .scalecontrols {
        top: 81px;
    }
}