@import "../vendor/jcrop/css/jquery.Jcrop.min.css";
@import "../../../../../modules/system/assets/vendor/prettify/prettify.css";
@import "../../../../../modules/system/assets/vendor/prettify/theme-desert.css";

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }

}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

.showSweetAlert {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s
}

.hideSweetAlert {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 7600
}

.sweet-alert {
    background-color: #f9f9f9;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 8600
}

@media all and (max-width: 767px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .icon.error {
    border-color: #952518
}

.sweet-alert .icon.error .x-mark {
    position: relative;
    display: block
}

.sweet-alert .icon.error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #ab2a1c;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .icon.error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .icon.error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .icon.warning {
    border-color: #eea236
}

.sweet-alert .icon.warning .body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f0ad4e
}

.sweet-alert .icon.warning .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f0ad4e
}

.sweet-alert .icon.info {
    border-color: #46b8da
}

.sweet-alert .icon.info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #5bc0de
}

.sweet-alert .icon.info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #5bc0de
}

.sweet-alert .icon.success {
    border-color: #2b9854
}

.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .icon.success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .icon.success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px
}

.sweet-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(49, 172, 95, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .icon.success .fix {
    width: 5px;
    height: 90px;
    background-color: #f9f9f9;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .icon.success .line {
    height: 5px;
    background-color: #31ac5f;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .icon.custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

.sweet-alert .btn-default:focus {
    border-color: #656d79;
    outline: 0
}

.sweet-alert .btn-success:focus {
    border-color: #2b9854;
    outline: 0
}

.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    outline: 0
}

.sweet-alert .btn-danger:focus {
    border-color: #952518;
    outline: 0
}

.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    outline: 0
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10499
}

.sweet-alert {
    text-align: right;
    border-radius: 3px;
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    z-index: 10500
}

.sweet-alert h2 {
    word-break: word-break;
    word-wrap: break-word;
    max-height: 350px;
    overflow-y: auto;
    margin: 10px 0 17px 0;
    color: #2b3e50;
    text-align: left;
    font-size: 15px;
    line-height: 23px
}

.sweet-alert p {
    margin: 0
}

.sweet-alert p.text-muted {
    margin-bottom: 20px;
    color: #555555
}

.control-simplelist {
    font-size: 13px;
    padding: 20px 20px 2px 20px;
    margin-bottom: 20px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.control-simplelist ul {
    padding-left: 15px
}

.control-simplelist.form-control ul {
    margin-bottom: 0
}

.control-simplelist.form-control li {
    padding-top: 5px;
    padding-bottom: 5px
}

.control-simplelist.with-icons ul, .control-simplelist.with-checkboxes ul, .control-simplelist.is-divided ul, .control-simplelist.is-selectable ul {
    list-style-type: none;
    padding-left: 0
}

.control-simplelist.with-checkboxes li {
    margin-top: -5px;
    padding: 0.5em
}

.control-simplelist.with-checkboxes li:first-child {
    margin-top: 0
}

.control-simplelist.with-checkboxes li:last-child div.custom-checkbox {
    margin-bottom: 0
}

.control-simplelist.with-checkboxes li:last-child div.custom-checkbox label {
    margin-bottom: 5px
}

.control-simplelist.is-sortable li.placeholder {
    position: relative
}

.control-simplelist.is-sortable li.placeholder:before {
    top: -10px;
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 5px solid #999999
}

.control-simplelist.is-sortable li.dragged {
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 2000;
    color: #e67e22;
    width: auto !important
}

.control-simplelist.is-scrollable {
    height: 200px
}

.control-simplelist.is-scrollable.size-tiny {
    min-height: 250px
}

.control-simplelist.is-scrollable.size-small {
    min-height: 300px
}

.control-simplelist.is-scrollable.size-large {
    min-height: 400px
}

.control-simplelist.is-scrollable.size-huge {
    min-height: 450px
}

.control-simplelist.is-scrollable.size-giant {
    min-height: 550px
}

.control-simplelist.is-divided, .control-simplelist.is-selectable, .control-simplelist.is-selectable-box {
    padding: 0
}

.control-simplelist.is-divided li .heading, .control-simplelist.is-selectable li .heading, .control-simplelist.is-selectable-box li .heading {
    font-size: 14px;
    font-weight: 500
}

.control-simplelist.is-divided li, .control-simplelist.is-selectable li {
    padding: 5px 10px;
    border-bottom: 1px solid #d4d8da
}

.control-simplelist.is-divided li:last-child, .control-simplelist.is-selectable li:last-child {
    border-bottom: none
}

.control-simplelist.is-selectable li a {
    padding: 5px 10px;
    margin: -5px -10px;
    display: block;
    color: #333333
}

.control-simplelist.is-selectable li:hover {
    background: #4ea5e0;
    cursor: pointer
}

.control-simplelist.is-selectable li:hover, .control-simplelist.is-selectable li:hover a {
    color: white
}

.control-simplelist.is-selectable li:hover a {
    text-decoration: none
}

.control-simplelist.is-selectable li.active a {
    background: #f0f0f0
}

.control-simplelist.is-selectable li.active a:hover {
    background: #4ea5e0
}

.control-simplelist.is-selectable-box {
    padding-top: 15px;
    margin-bottom: 0
}

.control-simplelist.is-selectable-box li {
    width: 155px;
    margin: 8px;
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.control-simplelist.is-selectable-box li a {
    text-decoration: none;
    display: block;
    color: #333333
}

.control-simplelist.is-selectable-box li a .box {
    display: block;
    width: 155px;
    height: 155px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease
}

.control-simplelist.is-selectable-box li a .image {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px
}

.control-simplelist.is-selectable-box li a .image > i {
    font-size: 56px;
    color: rgba(0, 0, 0, 0.25)
}

.control-simplelist.is-selectable-box li a .heading {
    margin: 7px 0;
    padding: 0
}

.control-simplelist.is-selectable-box li a .description {
    font-size: 12px
}

.control-simplelist.is-selectable-box li a:hover .box {
    border-color: rgba(0, 0, 0, 0.2)
}

.control-simplelist.is-selectable-box li a:hover .image > i {
    color: rgba(0, 0, 0, 0.45)
}

.list-preview .control-simplelist.is-selectable ul {
    margin-bottom: 0
}

.drag-noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.control-scrollbar {
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.control-scrollbar > div {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.control-scrollbar > .scrollbar-scrollbar {
    position: absolute;
    z-index: 100
}

.control-scrollbar > .scrollbar-scrollbar .scrollbar-track {
    background-color: transparent;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.control-scrollbar > .scrollbar-scrollbar .scrollbar-track .scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    position: absolute
}

.control-scrollbar > .scrollbar-scrollbar.disabled {
    display: none !important
}

.control-scrollbar.vertical > .scrollbar-scrollbar {
    right: 0;
    margin-right: 5px;
    width: 6px
}

.control-scrollbar.vertical > .scrollbar-scrollbar .scrollbar-track {
    height: 100%;
    width: 6px
}

.control-scrollbar.vertical > .scrollbar-scrollbar .scrollbar-track .scrollbar-thumb {
    height: 20px;
    width: 6px;
    top: 0;
    left: 0
}

.control-scrollbar.vertical > .scrollbar-scrollbar:active, .control-scrollbar.vertical > .scrollbar-scrollbar:hover {
    width: 8px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s
}

.control-scrollbar.vertical > .scrollbar-scrollbar:active .scrollbar-track, .control-scrollbar.vertical > .scrollbar-scrollbar:hover .scrollbar-track, .control-scrollbar.vertical > .scrollbar-scrollbar:active .scrollbar-thumb, .control-scrollbar.vertical > .scrollbar-scrollbar:hover .scrollbar-thumb {
    width: 8px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s
}

.control-scrollbar.horizontal > .scrollbar-scrollbar {
    margin: 0 0 5px;
    clear: both;
    height: 6px
}

.control-scrollbar.horizontal > .scrollbar-scrollbar .scrollbar-track {
    width: 100%;
    height: 6px
}

.control-scrollbar.horizontal > .scrollbar-scrollbar .scrollbar-track .scrollbar-thumb {
    height: 6px;
    margin: 2px 0;
    left: 0;
    top: 0
}

.control-scrollbar.horizontal > .scrollbar-scrollbar:active, .control-scrollbar.horizontal > .scrollbar-scrollbar:hover {
    height: 8px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s
}

.control-scrollbar.horizontal > .scrollbar-scrollbar:active .scrollbar-track, .control-scrollbar.horizontal > .scrollbar-scrollbar:hover .scrollbar-track, .control-scrollbar.horizontal > .scrollbar-scrollbar:active .scrollbar-thumb, .control-scrollbar.horizontal > .scrollbar-scrollbar:hover .scrollbar-thumb {
    height: 8px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s
}

html.mobile .control-scrollbar {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.no-touch .control-scrollbar > .scrollbar-scrollbar {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.no-touch .control-scrollbar:active > .scrollbar-scrollbar, .no-touch .control-scrollbar:hover > .scrollbar-scrollbar {
    opacity: 1
}

@media (max-width: 768px) {
    .responsive-sidebar > .layout-cell:last-child .control-scrollbar {
        overflow: visible;
        height: auto
    }

    .responsive-sidebar > .layout-cell:last-child .control-scrollbar .scrollbar-scrollbar {
        display: none !important
    }
}

.control-filelist p.no-data {
    padding: 22px 0;
    margin: 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.control-filelist ul {
    padding: 0;
    margin: 0
}

.control-filelist ul li {
    font-weight: normal;
    line-height: 150%;
    position: relative;
    list-style: none
}

.control-filelist ul li a:hover {
    background: #dddddd
}

.control-filelist ul li.active > a {
    background: #dddddd;
    position: relative
}

.control-filelist ul li.active > a:after {
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    background: #e67e22;
    display: block;
    content: ' '
}

.control-filelist ul li a {
    display: block;
    padding: 10px 45px 10px 20px;
    outline: none
}

.control-filelist ul li a:hover, .control-filelist ul li a:focus, .control-filelist ul li a:active {
    text-decoration: none
}

.control-filelist ul li a span {
    display: block
}

.control-filelist ul li a span.title {
    font-weight: normal;
    color: #405261;
    font-size: 14px
}

.control-filelist ul li a span.description {
    color: #8f8f8f;
    font-size: 12px;
    white-space: nowrap;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.control-filelist ul li a span.description strong {
    color: #405261;
    font-weight: normal
}

.control-filelist ul li.group > h4, .control-filelist ul li.group > div.group > h4 {
    font-weight: normal;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative
}

.control-filelist ul li.group > h4 a, .control-filelist ul li.group > div.group > h4 a {
    padding: 10px 20px 10px 53px;
    color: #405261;
    position: relative;
    outline: none
}

.control-filelist ul li.group > h4 a:hover, .control-filelist ul li.group > div.group > h4 a:hover {
    background: transparent
}

.control-filelist ul li.group > h4 a:before, .control-filelist ul li.group > div.group > h4 a:before, .control-filelist ul li.group > h4 a:after, .control-filelist ul li.group > div.group > h4 a:after {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 1px
}

.control-filelist ul li.group > h4 a:after, .control-filelist ul li.group > div.group > h4 a:after {
    left: 33px;
    top: 9px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f07b";
    color: #a1aab1;
    font-size: 16px
}

.control-filelist ul li.group > h4 a:before, .control-filelist ul li.group > div.group > h4 a:before {
    left: 20px;
    top: 9px;
    color: #cfcfcf;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0da";
    -webkit-transform: rotate(90deg) translate(5px, 0);
    -ms-transform: rotate(90deg) translate(5px, 0);
    transform: rotate(90deg) translate(5px, 0);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.control-filelist ul li.group > ul > li > a {
    padding-left: 52px
}

.control-filelist ul li.group > ul > li.group {
    padding-left: 20px
}

.control-filelist ul li.group > ul > li.group > ul > li > a {
    padding-left: 324px;
    margin-left: -270px
}

.control-filelist ul li.group > ul > li.group > ul > li.group > ul > li > a {
    padding-left: 297px;
    margin-left: -243px
}

.control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a {
    padding-left: 270px;
    margin-left: -216px
}

.control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a {
    padding-left: 243px;
    margin-left: -189px
}

.control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a {
    padding-left: 216px;
    margin-left: -162px
}

.control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a {
    padding-left: 189px;
    margin-left: -135px
}

.control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a {
    padding-left: 162px;
    margin-left: -108px
}

.control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a {
    padding-left: 135px;
    margin-left: -81px
}

.control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a {
    padding-left: 108px;
    margin-left: -54px
}

.control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a {
    padding-left: 81px;
    margin-left: -27px
}

.control-filelist ul li.group[data-status=collapsed] > h4 a:before, .control-filelist ul li.group[data-status=collapsed] > div.group > h4 a:before {
    -webkit-transform: rotate(0deg) translate(3px, 0);
    -ms-transform: rotate(0deg) translate(3px, 0);
    transform: rotate(0deg) translate(3px, 0)
}

.control-filelist ul li.group[data-status=collapsed] > ul, .control-filelist ul li.group[data-status=collapsed] > div.subitems {
    display: none
}

.control-filelist ul li > div.controls {
    position: absolute;
    right: 19px;
    top: 6px
}

.control-filelist ul li > div.controls .dropdown {
    width: 14px;
    height: 21px
}

.control-filelist ul li > div.controls .dropdown.open a.control {
    display: block !important
}

.control-filelist ul li > div.controls .dropdown.open a.control:before {
    visibility: visible;
    display: block
}

.control-filelist ul li > div.controls a.control {
    color: #405261;
    font-size: 14px;
    visibility: hidden;
    overflow: hidden;
    width: 14px;
    height: 21px;
    display: none;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.control-filelist ul li > div.controls a.control:before {
    visibility: visible;
    display: block;
    margin-right: 0
}

.control-filelist ul li > div.controls a.control:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.control-filelist ul li:hover > div.controls, .control-filelist ul li:hover > a.control {
    display: block !important
}

.control-filelist ul li:hover > div.controls > a.control, .control-filelist ul li:hover > a.control > a.control {
    display: block !important
}

.control-filelist ul li .checkbox {
    position: absolute;
    top: -5px;
    right: 0
}

.control-filelist ul li .checkbox label {
    margin-right: 0
}

.control-filelist ul li .checkbox label:before {
    border-color: #cccccc
}

.control-filelist.single-line ul li a span.title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.control-filelist.filelist-hero ul li {
    background: #ffffff;
    border-bottom: none
}

.control-filelist.filelist-hero ul li > a {
    padding: 11px 45px 10px 50px;
    font-size: 13px;
    border-bottom: 1px solid #ecf0f1
}

.control-filelist.filelist-hero ul li > a span.title {
    font-size: 14px;
    font-weight: normal;
    color: #2b3e50
}

.control-filelist.filelist-hero ul li > a span.description {
    font-size: 13px
}

.control-filelist.filelist-hero ul li > a .list-icon {
    position: absolute;
    left: 14px;
    top: 15px;
    font-size: 22px;
    color: #b7c0c2
}

.control-filelist.filelist-hero ul li > a:hover {
    background: #4ea5e0;
    border-bottom: 1px solid #4ea5e0 !important
}

.control-filelist.filelist-hero ul li > a:hover span.title, .control-filelist.filelist-hero ul li > a:hover span.description {
    color: #ffffff !important
}

.control-filelist.filelist-hero ul li > a:hover .list-icon {
    color: #ffffff !important
}

.control-filelist.filelist-hero ul li > a:active {
    background: #3498db;
    border-bottom: 1px solid #3498db !important
}

.control-filelist.filelist-hero ul li > a:active span.title, .control-filelist.filelist-hero ul li > a:active span.description {
    color: #ffffff !important
}

.control-filelist.filelist-hero ul li > a:active .list-icon {
    color: #ffffff !important
}

.control-filelist.filelist-hero ul li .checkbox {
    top: -2px;
    right: 0
}

.control-filelist.filelist-hero ul li.active > a {
    border-bottom: 1px solid #dddddd
}

.control-filelist.filelist-hero ul li.active > a:after {
    top: -1px;
    bottom: -1px;
    height: auto
}

.control-filelist.filelist-hero ul li.active > a > span.borders:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    left: 0;
    background-color: #dddddd
}

.control-filelist.filelist-hero ul li.active > a > span.borders:before {
    top: -1px
}

.control-filelist.filelist-hero ul li.active > a:hover > span.borders:before {
    background-color: #4ea5e0
}

.control-filelist.filelist-hero ul li.active > a:active > span.borders:before {
    background-color: #3498db
}

.control-filelist.filelist-hero ul li > h4 {
    padding-top: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ecf0f1
}

.control-filelist.filelist-hero ul li > div.controls {
    display: none;
    position: absolute;
    right: 16px;
    top: 15px
}

.control-filelist.filelist-hero ul li > div.controls > a.control {
    width: 16px;
    height: 23px;
    background: transparent;
    overflow: hidden;
    display: inline-block;
    color: #ffffff !important;
    padding: 0
}

.control-filelist.filelist-hero ul li > div.controls > a.control:before {
    font-size: 17px
}

.control-filelist.filelist-hero ul li:hover > div.controls {
    display: block
}

.control-filelist.filelist-hero ul li.separator {
    position: relative;
    border-bottom: 1px solid #95a5a6;
    padding: 12px 15px 13px 15px
}

.control-filelist.filelist-hero ul li.separator:before {
    z-index: 31;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 9.5px solid transparent;
    border-right: 9.5px solid transparent;
    border-top: 11px solid #ffffff;
    border-bottom-width: 0;
    position: absolute;
    left: 13px;
    bottom: -8px
}

.control-filelist.filelist-hero ul li.separator:after {
    z-index: 30;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8.5px solid transparent;
    border-right: 8.5px solid transparent;
    border-top: 9px solid #95a5a6;
    border-bottom-width: 0;
    position: absolute;
    left: 14px;
    bottom: -9px
}

.control-filelist.filelist-hero ul li.separator h5 {
    color: #2b3e50;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    padding: 0
}

.control-filelist.filelist-hero ul > li.group > ul > li > a {
    padding-left: 66px
}

.control-filelist.filelist-hero.single-level ul li:hover {
    background: #4ea5e0
}

.control-filelist.filelist-hero.single-level ul li:hover > a {
    background: #4ea5e0;
    border-bottom: 1px solid #4ea5e0 !important
}

.control-filelist.filelist-hero.single-level ul li:hover > a span.title, .control-filelist.filelist-hero.single-level ul li:hover > a span.description {
    color: #ffffff !important
}

.control-filelist.filelist-hero.single-level ul li:hover > a .list-icon {
    color: #ffffff !important
}

.control-filelist.filelist-hero.single-level ul li:active {
    background: #3498db
}

.control-filelist.filelist-hero.single-level ul li:active > a {
    background: #3498db;
    border-bottom: 1px solid #3498db !important
}

.control-filelist.filelist-hero.single-level ul li:active > a span.title, .control-filelist.filelist-hero.single-level ul li:active > a span.description {
    color: #ffffff !important
}

.control-filelist.filelist-hero.single-level ul li:active > a .list-icon {
    color: #ffffff !important
}

.control-scrollpanel {
    position: relative;
    background: #ecf0f1
}

.control-scrollpanel .control-scrollbar.vertical > .scrollbar-scrollbar {
    right: 0
}

.tooltip .tooltip-inner {
    text-align: left;
    padding: 5px 8px
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.oc-logo-white {
    background-image: url(../images/october-logo-white.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.oc-logo {
    background-image: url(../images/october-logo.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.layout.control-tabs.oc-logo-transparent:not(.has-tabs), .flex-layout-column.oc-logo-transparent:not(.has-tabs), .layout-cell.oc-logo-transparent {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-image: url(../images/october-logo.svg);
    background-position: 50% 50%;
    position: relative
}

.layout.control-tabs.oc-logo-transparent:not(.has-tabs):after, .flex-layout-column.oc-logo-transparent:not(.has-tabs):after, .layout-cell.oc-logo-transparent:after {
    content: '';
    display: table-cell;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(249, 249, 249, 0.7)
}

.report-widget {
    padding: 15px;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px
}

.report-widget h3 {
    font-size: 14px;
    color: #7e8c8d;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px
}

.report-widget .height-100 {
    height: 100px
}

.report-widget .height-200 {
    height: 200px
}

.report-widget .height-300 {
    height: 300px
}

.report-widget .height-400 {
    height: 400px
}

.report-widget .height-500 {
    height: 500px
}

.report-widget p.report-description {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 12px;
    line-height: 190%;
    color: #7e8c8d
}

.report-widget a:not(.btn) {
    color: #7e8c8d;
    text-decoration: none
}

.report-widget a:not(.btn):hover {
    color: #0181b9;
    text-decoration: none
}

.report-widget p.flash-message.static {
    margin-bottom: 0
}

.report-widget .icon-circle.success {
    color: #31ac5f
}

.report-widget .icon-circle.primary {
    color: #34495e
}

.report-widget .icon-circle.warning {
    color: #f0ad4e
}

.report-widget .icon-circle.danger {
    color: #ab2a1c
}

.report-widget .icon-circle.info {
    color: #5bc0de
}

.control-treelist ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.control-treelist ol ol {
    margin: 0;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #dbdee0
}

.control-treelist > ol > li > div.record:before {
    display: none
}

.control-treelist li {
    margin: 0;
    padding: 0
}

.control-treelist li > div.record {
    margin: 0;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
    display: block
}

.control-treelist li > div.record:before {
    color: #bdc3c7;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f111";
    font-size: 6px;
    position: absolute;
    left: -18px;
    top: 11px
}

.control-treelist li > div.record > a.move {
    display: inline-block;
    padding: 7px 0 7px 10px;
    text-decoration: none;
    color: #bdc3c7
}

.control-treelist li > div.record > a.move:hover {
    color: #4ea5e0
}

.control-treelist li > div.record > a.move:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0c9"
}

.control-treelist li > div.record > span {
    color: #666666;
    display: inline-block;
    padding: 7px 15px 7px 5px
}

.control-treelist li.dragged {
    position: absolute;
    z-index: 2000;
    width: auto !important;
    height: auto !important
}

.control-treelist li.dragged > div.record {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #4ea5e0 !important
}

.control-treelist li.dragged > div.record > a.move:before, .control-treelist li.dragged > div.record > span {
    color: white
}

.control-treelist li.dragged > div.record:before {
    display: none
}

.control-treelist li.placeholder {
    display: inline-block;
    position: relative;
    background: #4ea5e0 !important;
    height: 25px;
    margin-bottom: 5px
}

.control-treelist li.placeholder:before {
    display: block;
    position: absolute;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f053";
    color: #d35714;
    left: -10px;
    top: 8px;
    z-index: 2000
}

.control-treeview {
    margin-bottom: 40px;
}

.control-treeview ol {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff
}

.control-treeview ol > li {
    -webkit-transition: width 1s;
    transition: width 1s
}

.control-treeview ol > li > div {
    font-size: 14px;
    font-weight: normal;
    background: #ffffff;
    border-bottom: 1px solid #ecf0f1;
    position: relative
}

.control-treeview ol > li > div > a {
    color: #2b3e50;
    padding: 11px 45px 10px 61px;
    display: block;
    line-height: 150%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.control-treeview ol > li > div:before {
    content: ' ';
    background-image: url(../images/treeview-icons.png);
    background-position: 0px -28px;
    background-repeat: no-repeat;
    background-size: 42px auto;
    position: absolute;
    width: 21px;
    height: 22px;
    left: 28px;
    top: 15px
}

.control-treeview ol > li > div span.comment {
    display: block;
    font-weight: 400;
    color: #95a5a6;
    font-size: 13px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis
}

.control-treeview ol > li > div > span.expand {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 19px;
    left: 2px;
    cursor: pointer;
    color: #bdc3c7;
    -webkit-transition: transform 0.1s ease;
    transition: transform 0.1s ease
}

.control-treeview ol > li > div > span.expand:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0da";
    line-height: 100%;
    font-size: 15px;
    position: relative;
    left: 8px;
    top: 2px
}

.control-treeview ol > li > div > span.drag-handle {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    position: absolute;
    right: 9px;
    bottom: 0;
    width: 18px;
    height: 19px;
    cursor: move;
    color: #bdc3c7;
    opacity: 0;
    filter: alpha(opacity=0)
}

.control-treeview ol > li > div > span.drag-handle:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0c9";
    font-size: 18px
}

.control-treeview ol > li > div span.borders {
    font-size: 0
}

.control-treeview ol > li > div > ul.submenu {
    position: absolute;
    left: 20px;
    bottom: -37px;
    padding: 0;
    list-style: none;
    z-index: 200;
    height: 37px;
    display: none;
    margin-left: 15px;
    background: transparent url(../images/treeview-submenu-tabs.png) repeat-x left -39px
}

.control-treeview ol > li > div > ul.submenu:before, .control-treeview ol > li > div > ul.submenu:after {
    background: transparent url(../images/treeview-submenu-tabs.png) no-repeat left top;
    content: ' ';
    display: block;
    width: 20px;
    height: 37px;
    position: absolute;
    top: 0
}

.control-treeview ol > li > div > ul.submenu:before {
    left: -20px
}

.control-treeview ol > li > div > ul.submenu:after {
    background-position: -100px top;
    right: -20px
}

.control-treeview ol > li > div > ul.submenu li {
    font-size: 12px
}

.control-treeview ol > li > div > ul.submenu li a {
    display: block;
    padding: 4px 3px 0 3px;
    color: #ffffff;
    text-decoration: none;
    outline: none
}

.control-treeview ol > li > div > ul.submenu li a i {
    margin-right: 5px
}

.control-treeview ol > li > div:hover > ul.submenu {
    display: block
}

.control-treeview ol > li > div:active > ul.submenu {
    background-position: left -116px
}

.control-treeview ol > li > div:active > ul.submenu:before {
    background-position: left -77px
}

.control-treeview ol > li > div:active > ul.submenu:after {
    background-position: -100px -77px
}

.control-treeview ol > li > div .checkbox {
    position: absolute;
    top: -2px;
    right: 0
}

.control-treeview ol > li > div .checkbox label {
    margin-right: 0
}

.control-treeview ol > li > div .checkbox label:before {
    border-color: #cccccc
}

.control-treeview ol > li > div.popover-highlight {
    background-color: #4ea5e0 !important
}

.control-treeview ol > li > div.popover-highlight:before {
    background-position: 0px -80px
}

.control-treeview ol > li > div.popover-highlight > a {
    color: #ffffff !important;
    cursor: default
}

.control-treeview ol > li > div.popover-highlight span {
    color: #ffffff !important
}

.control-treeview ol > li > div.popover-highlight > ul.submenu, .control-treeview ol > li > div.popover-highlight > span.drag-handle {
    display: none !important
}

.control-treeview ol > li.dragged div, .control-treeview ol > li > div:hover {
    background-color: #4ea5e0 !important
}

.control-treeview ol > li.dragged div > a, .control-treeview ol > li > div:hover > a {
    color: #ffffff !important
}

.control-treeview ol > li.dragged div:before, .control-treeview ol > li > div:hover:before {
    background-position: 0px -80px
}

.control-treeview ol > li.dragged div:after, .control-treeview ol > li > div:hover:after {
    top: 0 !important;
    bottom: 0 !important
}

.control-treeview ol > li.dragged div span, .control-treeview ol > li > div:hover span {
    color: #ffffff !important
}

.control-treeview ol > li.dragged div span.drag-handle, .control-treeview ol > li > div:hover span.drag-handle {
    cursor: move;
    opacity: 1;
    filter: alpha(opacity=100)
}

.control-treeview ol > li.dragged div span.borders, .control-treeview ol > li > div:hover span.borders {
    display: none
}

.control-treeview ol > li > div:active {
    background-color: #3498db !important
}

.control-treeview ol > li > div:active > a {
    color: #ffffff !important
}

.control-treeview ol > li[data-no-drag-mode] div:hover span.drag-handle {
    cursor: default !important;
    opacity: 0.3 !important;
    filter: alpha(opacity=30) !important
}

.control-treeview ol > li.dragged li.has-subitems > div:before, .control-treeview ol > li.dragged.has-subitems > div:before {
    background-position: 0px -52px
}

.control-treeview ol > li.dragged div > ul.submenu {
    display: none !important
}

.control-treeview ol > li > ol {
    padding-left: 20px;
    padding-right: 20px
}

.control-treeview ol > li[data-status=collapsed] > ol {
    display: none
}

.control-treeview ol > li.has-subitems > div:before {
    background-position: 0 0;
    width: 23px;
    height: 26px;
    left: 26px
}

.control-treeview ol > li.has-subitems > div:hover:before, .control-treeview ol > li.has-subitems > div.popover-highlight:before {
    background-position: 0px -52px
}

.control-treeview ol > li.has-subitems > div span.expand {
    display: block
}

.control-treeview ol > li.placeholder {
    position: relative;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.control-treeview ol > li.dragged {
    position: absolute;
    z-index: 2000;
    opacity: 0.25;
    filter: alpha(opacity=25)
}

.control-treeview ol > li.dragged > div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.control-treeview ol > li.drop-target > div {
    background-color: #2581b8 !important
}

.control-treeview ol > li.drop-target > div > a {
    color: #ffffff
}

.control-treeview ol > li.drop-target > div > a > span.comment {
    color: #ffffff
}

.control-treeview ol > li.drop-target > div:before {
    background-position: 0px -80px
}

.control-treeview ol > li.drop-target.has-subitems > div:before {
    background-position: 0px -52px
}

.control-treeview ol > li[data-status=expanded] > div > span.expand {
    -webkit-transform: rotate(90deg) translate(0, 0);
    -ms-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0)
}

.control-treeview ol > li.drag-ghost {
    background-color: transparent;
    box-sizing: content-box
}

.control-treeview ol > li.active > div {
    background: #dddddd
}

.control-treeview ol > li.active > div:after {
    position: absolute;
    width: 4px;
    left: 0;
    top: -1px;
    bottom: -1px;
    background: #e67e22;
    display: block;
    content: ' '
}

.control-treeview ol > li.active > div > span.comment, .control-treeview ol > li.active > div > span.expand {
    color: #8f8f8f
}

.control-treeview ol > li.active > div > span.borders:before, .control-treeview ol > li.active > div > span.borders:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    left: 0;
    background-color: #dddddd
}

.control-treeview ol > li.active > div > span.borders:before {
    top: -1px
}

.control-treeview ol > li.active > div > span.borders:after {
    bottom: -1px
}

.control-treeview ol > li.no-data {
    padding: 18px 0;
    margin: 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
    font-weight: 400
}

.control-treeview ol > li > ol > li > div {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 71px
}

.control-treeview ol > li > ol > li > div > a {
    margin-left: -71px;
    padding-left: 71px
}

.control-treeview ol > li > ol > li > div:before {
    margin-left: 10px
}

.control-treeview ol > li > ol > li > div > span.expand {
    left: 12px
}

.control-treeview ol > li > ol > li > ol > li > div {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 81px
}

.control-treeview ol > li > ol > li > ol > li > div > a {
    margin-left: -81px;
    padding-left: 81px
}

.control-treeview ol > li > ol > li > ol > li > div:before {
    margin-left: 20px
}

.control-treeview ol > li > ol > li > ol > li > div > span.expand {
    left: 22px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > div {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 91px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > div > a {
    margin-left: -91px;
    padding-left: 91px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > div:before {
    margin-left: 30px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > div > span.expand {
    left: 32px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 101px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div > a {
    margin-left: -101px;
    padding-left: 101px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div:before {
    margin-left: 40px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand {
    left: 42px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div {
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 111px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a {
    margin-left: -111px;
    padding-left: 111px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before {
    margin-left: 50px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand {
    left: 52px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div {
    margin-left: -120px;
    margin-right: -120px;
    padding-left: 121px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a {
    margin-left: -121px;
    padding-left: 121px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before {
    margin-left: 60px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand {
    left: 62px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div {
    margin-left: -140px;
    margin-right: -140px;
    padding-left: 131px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a {
    margin-left: -131px;
    padding-left: 131px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before {
    margin-left: 70px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand {
    left: 72px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div {
    margin-left: -160px;
    margin-right: -160px;
    padding-left: 141px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a {
    margin-left: -141px;
    padding-left: 141px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before {
    margin-left: 80px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand {
    left: 82px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div {
    margin-left: -180px;
    margin-right: -180px;
    padding-left: 151px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a {
    margin-left: -151px;
    padding-left: 151px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before {
    margin-left: 90px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand {
    left: 92px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div {
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 161px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a {
    margin-left: -161px;
    padding-left: 161px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before {
    margin-left: 100px
}

.control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand {
    left: 102px
}

.control-treeview p.no-data {
    padding: 18px 0;
    margin: 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
    font-weight: 400
}

.control-treeview a.menu-control {
    display: block;
    margin: 20px;
    padding: 13px 15px;
    border: dotted 2px #ebebeb;
    color: #bdc3c7;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    vertical-align: middle
}

.control-treeview a.menu-control:hover, .control-treeview a.menu-control:focus {
    text-decoration: none;
    background-color: #4ea5e0;
    color: #ffffff;
    border: none;
    padding: 15px 17px
}

.control-treeview a.menu-control:active {
    background: #3498db;
    color: #ffffff
}

.control-treeview a.menu-control i {
    margin-right: 10px;
    font-size: 14px
}

.control-treeview.treeview-light {
    margin-bottom: 0;
    margin-top: 20px
}

.control-treeview.treeview-light ol {
    background-color: transparent
}

.control-treeview.treeview-light ol > li > div {
    background-color: transparent;
    border-bottom: none
}

.control-treeview.treeview-light ol > li > div:before {
    top: 15px
}

.control-treeview.treeview-light ol > li > div > a {
    padding-top: 10px;
    padding-bottom: 10px
}

.control-treeview.treeview-light ol > li > div span.expand {
    top: 19px
}

.control-treeview.treeview-light ol > li > div > span.drag-handle {
    top: 0;
    right: 0;
    bottom: auto;
    height: 100%;
    width: 60px;
    background: #2581b8;
    -webkit-transition: none !important;
    transition: none !important
}

.control-treeview.treeview-light ol > li > div > span.drag-handle:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px
}

.control-treeview.treeview-light ol > li > div > ul.submenu {
    right: 60px;
    left: auto;
    bottom: auto;
    top: 0;
    height: 100%;
    margin: 0;
    background: transparent;
    white-space: nowrap;
    font-size: 0
}

.control-treeview.treeview-light ol > li > div > ul.submenu:before, .control-treeview.treeview-light ol > li > div > ul.submenu:after {
    display: none
}

.control-treeview.treeview-light ol > li > div > ul.submenu li {
    height: 100%;
    display: inline-block;
    background: #2581b8;
    border-right: 1px solid #328ec8
}

.control-treeview.treeview-light ol > li > div > ul.submenu li p {
    display: table;
    height: 100%;
    padding: 0;
    margin: 0
}

.control-treeview.treeview-light ol > li > div > ul.submenu li p a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 20px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.control-treeview.treeview-light ol > li > div > ul.submenu li p a i.control-icon {
    font-size: 22px;
    margin-right: 0
}

body.dragging .control-treeview ol.dragging, body.dragging .control-treeview ol.dragging ol {
    background: #ccc;
    padding-right: 20px;
    -webkit-transition: padding 1s;
    transition: padding 1s
}

body.dragging .control-treeview ol.dragging > li > div, body.dragging .control-treeview ol.dragging ol > li > div {
    margin-right: 0;
    -webkit-transition: margin 1s;
    transition: margin 1s
}

body.dragging .control-treeview ol.dragging > li > div .custom-checkbox, body.dragging .control-treeview ol.dragging ol > li > div .custom-checkbox {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    filter: alpha(opacity=0)
}

body.dragging .control-treeview.treeview-light ol.dragging > li > div, body.dragging .control-treeview.treeview-light ol.dragging ol > li > div {
    background-color: #f9f9f9
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .control-treeview ol > li > div:before {
        background-position: 0px -79px;
        background-size: 21px auto
    }

    .control-treeview ol > li.has-subitems > div:before {
        background-position: 0px -52px
    }

    .control-treeview ol > li.has-subitems > div:hover:before, .control-treeview ol > li.has-subitems > div.popover-highlight:before {
        background-position: 0px -102px
    }

    .control-treeview ol > li.dragged > div:before, .control-treeview ol > li.dragged li > div:before, .control-treeview ol > li > div:hover:before, .control-treeview ol > li > div.popover-highlight:before {
        background-position: 0px -129px
    }

    .control-treeview ol > li.dragged li.has-subitems > div:before, .control-treeview ol > li.dragged.has-subitems > div:before {
        background-position: 0px -102px
    }

    .control-treeview ol > li.drop-target > div:before {
        background-position: 0px -129px
    }

    .control-treeview ol > li.drop-target.has-subitems > div:before {
        background-position: 0px -102px
    }
}

.sidenav-tree {
    height: 100%;
    width: 300px
}

.sidenav-tree .control-toolbar {
    padding: 0
}

.sidenav-tree .control-toolbar .toolbar-item {
    display: block
}

.sidenav-tree .control-toolbar input.form-control {
    border: none;
    outline: none;
    padding: 12px 13px 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset -3px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset -3px 0 3px rgba(0, 0, 0, 0.1)
}

.sidenav-tree .control-toolbar input.form-control.search {
    background-position: right -78px
}

.sidenav-tree ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #2c7be5;
}

.sidenav-tree div.scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2) !important
}

.sidenav-tree ul.top-level > li[data-status=collapsed] > div.group h3:before {
    -webkit-transform: rotate(0deg) translate(2px, -2px);
    -ms-transform: rotate(0deg) translate(2px, -2px);
    transform: rotate(0deg) translate(2px, -2px)
}

.sidenav-tree ul.top-level > li[data-status=collapsed] > div.group:before, .sidenav-tree ul.top-level > li[data-status=collapsed] > div.group:after {
    display: none
}

.sidenav-tree ul.top-level > li[data-status=collapsed] ul {
    display: none
}

.sidenav-tree ul.top-level > li > div.group {
    position: relative
}

.sidenav-tree ul.top-level > li > div.group h3 {
    background: rgba(0, 0, 0, 0.15);
    color: #ecf0f1;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 15px 15px 40px;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-weight: 400
}

.sidenav-tree ul.top-level > li > div.group h3:before {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 16px;
    top: 15px;
    color: #cfcfcf;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f105";
    -webkit-transform: rotate(90deg) translate(5px, -3px);
    -ms-transform: rotate(90deg) translate(5px, -3px);
    transform: rotate(90deg) translate(5px, -3px);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    font-size: 16px
}

.sidenav-tree ul.top-level > li > div.group:before, .sidenav-tree ul.top-level > li > div.group:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 8px solid #2c7be5;
    border-bottom-width: 0;
    position: absolute;
    left: 15px;
    bottom: -8px;
    z-index: 101
}

.sidenav-tree ul.top-level > li > div.group:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.15);
    border-bottom-width: 0
}

.sidenav-tree ul.top-level > li > ul li a {
    display: block;
    position: relative;
    padding: 18px 25px 18px 55px;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #ffffff;
    text-decoration: none !important;
    opacity: 0.65;
    filter: alpha(opacity=65)
}

.sidenav-tree ul.top-level > li > ul li a:active, .sidenav-tree ul.top-level > li > ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none
}

.sidenav-tree ul.top-level > li > ul li a i {
    position: absolute;
    left: 16px;
    top: 18px;
    font-size: 22px
}

.sidenav-tree ul.top-level > li > ul li a span {
    display: block;
    line-height: 150%
}

.sidenav-tree ul.top-level > li > ul li a span.header {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px
}

.sidenav-tree ul.top-level > li > ul li a span.description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px
}

.sidenav-tree ul.top-level > li > ul li:hover a, .sidenav-tree ul.top-level > li > ul li.active a {
    opacity: 1;
    filter: alpha(opacity=100)
}

.sidenav-tree ul.top-level > li > ul li.active {
    border-left: 5px solid #0000004d
}

.sidenav-tree ul.top-level > li > ul li.active a {
    color: rgba(255, 255, 255, 0.91);
    padding-right: 20px
}

.sidenav-tree ul.top-level > li > ul li.active a span.header {
    color: #ffffff
}

.sidenav-tree ul.top-level > li > ul li.active a span.description {
    color: rgba(255, 255, 255, 0.91)
}

.sidenav-tree .back-link {
    display: none
}

@media (min-width: 768px) {
    .sidenav-tree-root .sidenav-tree {
        width: 600px
    }

    .sidenav-tree-root .sidenav-tree ul.top-level > li > ul {
        font-size: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch
    }

    .sidenav-tree-root .sidenav-tree ul.top-level > li > ul > li {
        display: inline-block;
        width: 300px
    }

    .sidenav-tree-root .sidenav-tree ul.top-level > li > ul > li a {
        height: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidenav-tree-root .sidenav-tree {
        width: 100%
    }

    .sidenav-tree-root .sidenav-tree ul.top-level > li > ul > li {
        width: 50%
    }
}

@media (min-width: 1200px) {
    .sidenav-tree-root .sidenav-tree {
        width: 900px
    }
}

@media (max-width: 768px) {
    .sidenav-tree {
        width: 100%;
        height: auto !important;
        display: block !important
    }

    .sidenav-tree > .layout {
        display: none
    }

    .sidenav-tree-root .sidenav-tree {
        width: 100% !important;
        height: 100% !important;
        display: table-cell !important
    }

    .sidenav-tree-root .sidenav-tree .back-link {
        display: none !important
    }

    .sidenav-tree-root .sidenav-tree > .layout {
        display: table !important
    }

    .sidenav-tree-root #layout-body {
        display: none
    }

    body.has-sidenav-tree .sidenav-tree .back-link {
        display: block;
        padding: 13px 15px;
        background: #2b3e50;
        color: #bdc3c7;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase
    }

    body.has-sidenav-tree .sidenav-tree .back-link i {
        display: inline-block;
        margin-right: 10px
    }

    body.has-sidenav-tree .sidenav-tree .back-link:hover {
        text-decoration: none
    }

    body.has-sidenav-tree #layout-body {
        display: block !important
    }
}

div.panel {
    padding: 20px;
}

div.panel.no-padding {
    padding: 0
}

div.panel.no-padding-bottom {
    padding-bottom: 0
}

div.panel.padding-top {
    padding-top: 20px
}

div.panel.padding-less {
    padding: 15px
}

div.panel.transparent {
    background: transparent
}

div.panel.border-left {
    border-left: 1px solid #e8eaeb
}

div.panel.border-right {
    border-right: 1px solid #e8eaeb
}

div.panel.border-bottom {
    border-bottom: 1px solid #e8eaeb
}

div.panel.border-top {
    border-top: 1px solid #e8eaeb
}

div.panel.triangle-down {
    position: relative
}

div.panel.triangle-down:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 8px solid #ffffff;
    border-bottom-width: 0;
    position: absolute;
    left: 15px;
    bottom: -8px;
    z-index: 101
}

div.panel.triangle-down:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8.5px solid transparent;
    border-right: 8.5px solid transparent;
    border-top: 9px solid #e8eaeb;
    border-bottom-width: 0;
    position: absolute;
    left: 14px;
    bottom: -9px;
    z-index: 100
}

div.panel h3.section, div.panel > label {
    text-transform: uppercase;
    color: #95a5a6;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 15px 0
}

div.panel > label {
    margin-bottom: 5px
}

.nav.selector-group {
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-bottom: 20px
}

.nav.selector-group li a {
    padding: 7px 20px 7px 23px;
    color: #95a5a6
}

.nav.selector-group li.active {
    border-left: 3px solid #e6802b;
    padding-left: 0
}

.nav.selector-group li.active a {
    padding-left: 20px;
    color: #2b3e50
}

.nav.selector-group li i[class^="icon-"] {
    font-size: 17px;
    margin-right: 6px;
    position: relative;
    top: 1px
}

div.panel .nav.selector-group {
    margin: 0 -20px 20px -20px
}

ul.tree-path {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

ul.tree-path li {
    display: inline-block;
    margin-right: 1px;
    font-size: 13px
}

ul.tree-path li:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f105";
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    color: #95a5a6
}

ul.tree-path li:last-child a {
    cursor: default
}

ul.tree-path li:last-child:after {
    display: none
}

ul.tree-path li.go-up {
    font-size: 12px;
    margin-right: 7px
}

ul.tree-path li.go-up a {
    color: #95a5a6
}

ul.tree-path li.go-up a:hover {
    color: #0181b9
}

ul.tree-path li.go-up:after {
    display: none
}

ul.tree-path li.root a {
    font-weight: 600;
    color: #405261
}

ul.tree-path li a {
    color: #95a5a6
}

ul.tree-path li a:hover {
    text-decoration: none
}

table.name-value-list {
    border-collapse: collapse;
    font-size: 13px
}

table.name-value-list th, table.name-value-list td {
    padding: 4px 0 4px 0;
    vertical-align: top
}

table.name-value-list tr:first-child th, table.name-value-list tr:first-child td {
    padding-top: 0
}

table.name-value-list th {
    font-weight: 600;
    color: #95a5a6;
    padding-right: 15px;
    text-transform: uppercase
}

table.name-value-list td {
    color: #2b3e50;
    word-wrap: break-word
}

.scrollpad-scrollbar-size-tester {
    width: 50px;
    height: 50px;
    overflow-y: scroll;
    position: absolute;
    top: -200px;
    left: -200px
}

.scrollpad-scrollbar-size-tester div {
    height: 100px
}

.scrollpad-scrollbar-size-tester::-webkit-scrollbar {
    width: 0;
    height: 0
}

div.control-scrollpad {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div.control-scrollpad > div {
    overflow: hidden;
    overflow-y: scroll;
    height: 100%
}

div.control-scrollpad > div::-webkit-scrollbar {
    width: 0;
    height: 0
}

div.control-scrollpad[data-direction=horizontal] > div {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%
}

div.control-scrollpad[data-direction=horizontal] > div::-webkit-scrollbar {
    width: auto;
    height: 0
}

div.control-scrollpad > .scrollpad-scrollbar {
    z-index: 199;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px;
    background-color: transparent;
    opacity: 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

div.control-scrollpad > .scrollpad-scrollbar .drag-handle {
    position: absolute;
    right: 2px;
    min-height: 10px;
    width: 7px;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

div.control-scrollpad > .scrollpad-scrollbar:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear
}

div.control-scrollpad > .scrollpad-scrollbar[data-visible] {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

div.control-scrollpad > .scrollpad-scrollbar[data-hidden] {
    display: none
}

div.control-scrollpad[data-direction=horizontal] > .scrollpad-scrollbar {
    top: auto;
    left: 0;
    width: auto;
    height: 11px
}

div.control-scrollpad[data-direction=horizontal] > .scrollpad-scrollbar .drag-handle {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

.svg-icon-container img.svg-icon {
    display: none
}

.svg-icon-container.svg-active-effects img.svg-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.svg-icon-container.svg-active-effects:hover img.svg-icon, .svg-icon-container.svg-active-effects.active img.svg-icon {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

html.svg .svg-icon-container i.svg-replace {
    display: none
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

html:not(.mobile) body.drag * {
    cursor: drag !important;
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important
}

body.dragging, body.dragging * {
    cursor: move !important
}

body.loading, body.loading * {
    cursor: wait !important
}

body.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

html, body {
    height: 100%;
}

#layout-canvas {
    min-height: 100%;
    height: 100%
}

.control-tabs.primary-tabs.tabs-no-inset > ul.nav-tabs, .control-tabs.primary-tabs.tabs-no-inset > div > ul.nav-tabs, .control-tabs.primary-tabs.tabs-no-inset > div > div > ul.nav-tabs {
    margin-left: 0;
    margin-right: 0
}

.layout {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.layout > .layout-row {
    display: table-row;
    vertical-align: top;
    height: 100%
}

.layout > .layout-row > .layout-cell {
    display: table-cell;
    vertical-align: top;
    height: 100%
}

.layout > .layout-row > .layout-cell.layout-container, .layout > .layout-row > .layout-cell .layout-container, .layout > .layout-row > .layout-cell.padded-container, .layout > .layout-row > .layout-cell .padded-container {
    padding: 20px 20px 0 20px
}

.layout > .layout-row > .layout-cell.layout-container .container-flush, .layout > .layout-row > .layout-cell .layout-container .container-flush, .layout > .layout-row > .layout-cell.padded-container .container-flush, .layout > .layout-row > .layout-cell .padded-container .container-flush {
    padding-top: 0
}

.layout > .layout-row > .layout-cell .layout-relative {
    position: relative;
    height: 100%
}

.layout > .layout-row > .layout-cell .layout-absolute {
    position: absolute;
    height: 100%;
    width: 100%
}

.layout > .layout-row > .layout-cell.min-size {
    width: 0
}

.layout > .layout-row > .layout-cell.min-height {
    height: 0
}

.layout > .layout-row > .layout-cell.center {
    text-align: center
}

.layout > .layout-row > .layout-cell.middle {
    vertical-align: middle
}

.layout > .layout-row > .layout-cell.layout-container, .layout > .layout-row > .layout-cell .layout-container, .layout > .layout-row > .layout-cell.padded-container, .layout > .layout-row > .layout-cell .padded-container {
    padding: 20px 20px 0 20px
}

.layout > .layout-row > .layout-cell.layout-container .container-flush, .layout > .layout-row > .layout-cell .layout-container .container-flush, .layout > .layout-row > .layout-cell.padded-container .container-flush, .layout > .layout-row > .layout-cell .padded-container .container-flush {
    padding-top: 0
}

.layout > .layout-row > .layout-cell .layout-relative {
    position: relative;
    height: 100%
}

.layout > .layout-row > .layout-cell .layout-absolute {
    position: absolute;
    height: 100%;
    width: 100%
}

.layout > .layout-row > .layout-cell.min-size {
    width: 0
}

.layout > .layout-row > .layout-cell.min-height {
    height: 0
}

.layout > .layout-row > .layout-cell.center {
    text-align: center
}

.layout > .layout-row > .layout-cell.middle {
    vertical-align: middle
}

.layout > .layout-row.min-size {
    height: 0
}

.layout > .layout-cell {
    display: table-cell;
    vertical-align: top;
    height: 100%
}

.layout > .layout-cell.layout-container, .layout > .layout-cell .layout-container, .layout > .layout-cell.padded-container, .layout > .layout-cell .padded-container {
    padding: 20px 20px 0 20px
}

.layout > .layout-cell.layout-container .container-flush, .layout > .layout-cell .layout-container .container-flush, .layout > .layout-cell.padded-container .container-flush, .layout > .layout-cell .padded-container .container-flush {
    padding-top: 0
}

.layout > .layout-cell .layout-relative {
    position: relative;
    height: 100%
}

.layout > .layout-cell .layout-absolute {
    position: absolute;
    height: 100%;
    width: 100%
}

.layout > .layout-cell.min-size {
    width: 0
}

.layout > .layout-cell.min-height {
    height: 0
}

.layout > .layout-cell.center {
    text-align: center
}

.layout > .layout-cell.middle {
    vertical-align: middle
}

.whiteboard {
    background: white
}

.layout-fill-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

[data-calculate-width] > form, [data-calculate-width] > div {
    display: inline-block
}

body.compact-container .layout.layout-container, body.compact-container .layout .layout-container {
    padding: 0 !important
}

body.slim-container .layout.layout-container, body.slim-container .layout .layout-container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (max-width: 768px) {
    .layout .hide-on-small {
        display: none
    }

    .layout.responsive-sidebar > .layout-cell:first-child {
        display: table-footer-group;
        height: auto
    }

    .layout.responsive-sidebar > .layout-cell:first-child .control-breadcrumb {
        display: none
    }

    .layout.responsive-sidebar > .layout-cell:last-child {
        display: table-header-group;
        width: auto;
        height: auto
    }

    .layout.responsive-sidebar > .layout-cell:last-child .layout-absolute {
        position: static
    }
}

.flex-layout-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-layout-column.full-height-strict {
    height: 100%
}

.flex-layout-column.absolute {
    position: absolute !important
}

.flex-layout-column.fill-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.flex-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-layout-column.justify-center, .flex-layout-row.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center
}

.flex-layout-column.align-center, .flex-layout-row.align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -webkit-box-align: center;
    -ms-align-content: center;
    align-content: center
}

.flex-layout-column.full-height, .flex-layout-row.full-height {
    min-height: 100%
}

.flex-layout-item {
    margin: 0
}

.flex-layout-item.fix {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.flex-layout-item.stretch {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-layout-item.stretch-constrain {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-layout-item.center {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center
}

.flex-layout-item.relative {
    position: relative
}

.flex-layout-item.layout-container {
    max-width: none
}

body.mainmenu-open {
    overflow: hidden;
    position: fixed
}

.mainmenu-tooltip .tooltip-inner {
    font-size: 13px;
    padding: 6px 16px
}

.fancy-layout .tab-collapse-icon {
    position: absolute;
    display: block;
    text-decoration: none;
    outline: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    color: #ffffff;
    right: 11px
}

.fancy-layout .tab-collapse-icon:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.fancy-layout .tab-collapse-icon.primary {
    color: #475354;
    bottom: -25px;
    z-index: 100;
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fancy-layout .tab-collapse-icon.primary i {
    position: relative;
    display: block
}

.fancy-layout .control-tabs.master-tabs, .fancy-layout.control-tabs.master-tabs {
    overflow: hidden
}

.fancy-layout .control-tabs.master-tabs:before, .fancy-layout.control-tabs.master-tabs:before, .fancy-layout .control-tabs.master-tabs:after, .fancy-layout.control-tabs.master-tabs:after {
    top: 13px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35)
}

.fancy-layout .control-tabs.master-tabs:before, .fancy-layout.control-tabs.master-tabs:before {
    left: 8px
}

.fancy-layout .control-tabs.master-tabs:after, .fancy-layout.control-tabs.master-tabs:after {
    right: 8px
}

.fancy-layout .control-tabs.master-tabs.scroll-before:before, .fancy-layout.control-tabs.master-tabs.scroll-before:before {
    color: #ffffff
}

.fancy-layout .control-tabs.master-tabs.scroll-after:after, .fancy-layout.control-tabs.master-tabs.scroll-after:after {
    color: #ffffff
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container {
    background: #d35400;
    padding-left: 20px;
    padding-right: 20px
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs {
    margin-left: -8px
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li {
    margin-left: -5px;
    top: 1px;
    padding-top: 3px
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close {
    top: 14px;
    right: -3px;
    left: auto;
    z-index: 110;
    font-family: sans-serif
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i {
    top: 4px;
    right: 1px;
    color: rgba(255, 255, 255, 0.3) !important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i:hover, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i:hover {
    color: #ffffff !important
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a {
    border-bottom: none;
    background: transparent;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
    padding: 6px 0 0 24px !important;
    overflow: visible
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title {
    position: relative;
    display: inline-block;
    padding: 12px 5px 0 5px;
    height: 38px;
    font-size: 14px;
    z-index: 100;
    background-color: #b9530f
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before, .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after {
    content: ' ';
    position: absolute;
    width: 20px;
    display: block;
    height: 37px;
    top: 0;
    z-index: 100;
    background-color: #b9530f
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before {
    left: -14px;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after {
    right: -14px;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg)
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title span, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title span {
    border-top: none;
    padding: 0;
    margin-top: 0;
    overflow: visible
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a:before {
    z-index: 110;
    position: absolute;
    top: 18px;
    left: 22px
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a[class*=icon] > span.title, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a[class*=icon] > span.title {
    padding-left: 18px
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a {
    z-index: 107;
    color: #ffffff
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active span.tab-close i, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active span.tab-close i {
    color: #ffffff
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title {
    background-color: #e67e22;
    z-index: 105
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:before {
    z-index: 107;
    background-color: #e67e22
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:after, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:after {
    background-color: #e67e22;
    z-index: 107
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i {
    top: 5px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f111";
    font-size: 9px
}

.fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li:first-child {
    margin-left: 0
}

.fancy-layout .control-tabs.master-tabs[data-closable] > div > div.tabs-container > ul.nav-tabs > li a > span.title, .fancy-layout.control-tabs.master-tabs[data-closable] > div > div.tabs-container > ul.nav-tabs > li a > span.title {
    padding-right: 10px
}

.fancy-layout .control-tabs.master-tabs.has-tabs:before, .fancy-layout.control-tabs.master-tabs.has-tabs:before, .fancy-layout .control-tabs.master-tabs.has-tabs:after, .fancy-layout.control-tabs.master-tabs.has-tabs:after {
    display: block
}

.fancy-layout .control-tabs.secondary-tabs:before, .fancy-layout.control-tabs.secondary-tabs:before {
    left: 5px
}

.fancy-layout .control-tabs.secondary-tabs:after, .fancy-layout.control-tabs.secondary-tabs:after {
    right: 5px
}

.fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs {
    background: #475354
}

.fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

.fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li a {
    background: transparent;
    border: none;
    padding: 12px 10px 13px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #919898
}

.fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li a span span, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li a span span {
    overflow: visible;
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li:first-child {
    padding-left: 15px
}

.fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li.active a {
    color: #ffffff
}

.fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon {
    position: absolute;
    display: block;
    text-decoration: none;
    outline: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    color: #ffffff;
    right: 11px
}

.fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon:hover, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon.primary {
    color: #475354;
    bottom: -25px;
    z-index: 100;
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon.primary i, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon.primary i {
    position: relative;
    display: block
}

.fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon.primary {
    color: #ffffff;
    top: 12px;
    right: 11px;
    bottom: auto
}

.fancy-layout .control-tabs.secondary-tabs.primary-collapsed .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs.primary-collapsed .tab-collapse-icon.primary {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs {
    background: #f9f9f9
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li {
    margin-left: -19px
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li:first-child {
    margin-left: 0;
    padding-left: 8px
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a {
    padding: 8px 16px 0 16px;
    font-weight: 400;
    height: 36px;
    color: #2b3e50;
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title {
    position: relative;
    display: inline-block;
    padding: 8px 5px 9px 5px;
    font-size: 14px;
    z-index: 100;
    height: 27px !important;
    background-color: transparent
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after {
    content: ' ';
    position: absolute;
    background-color: white;
    width: 15px;
    height: 28px;
    top: 0;
    z-index: 100;
    display: none
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before {
    left: -11px;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after {
    right: -11px;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg)
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title span, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title span {
    height: 18px;
    font-size: 14px
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a {
    opacity: 1;
    filter: alpha(opacity=100)
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title {
    background-color: white
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:before, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:after {
    display: block
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs .tab-collapse-icon.primary {
    color: #808c8d
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed .tab-collapse-icon.primary {
    color: white
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs {
    background: #e67e22
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a {
    color: white
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:before, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:after {
    background-color: white
}

.fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li.active a {
    color: #2b3e50
}

.fancy-layout .control-tabs.primary-tabs.master-area > div > ul.nav-tabs, .fancy-layout.control-tabs.primary-tabs.master-area > div > ul.nav-tabs {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background: #e67e22
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs {
    background: #7f8c8d;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs:before {
    display: none
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li {
    background: transparent;
    border-right: none;
    margin-right: -8px
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li:first-child {
    margin-left: -5px
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a {
    background: transparent;
    border: none;
    padding: 12px 16px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #95a5a6
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title {
    background: #d5d9d8;
    border-top: none;
    padding: 5px 5px 3px 5px
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after {
    background: #d5d9d8;
    border-width: 0;
    top: 0
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before {
    left: -20px
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after {
    right: -20px
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span {
    border-width: 0;
    vertical-align: top
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a {
    color: #808c8d
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a:before {
    display: none
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title {
    background: #fafafa
}

.fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after {
    background: #fafafa
}

.fancy-layout .control-tabs.primary-tabs > .tab-content > .tab-pane, .fancy-layout.control-tabs.primary-tabs > .tab-content > .tab-pane {
    padding: 20px 20px 0 20px
}

.fancy-layout .control-tabs.primary-tabs > .tab-content > .tab-pane.pane-compact, .fancy-layout.control-tabs.primary-tabs > .tab-content > .tab-pane.pane-compact {
    padding: 0
}

.fancy-layout .control-tabs.primary-tabs.collapsed, .fancy-layout.control-tabs.primary-tabs.collapsed {
    display: none
}

.fancy-layout .control-tabs.has-tabs > div.tab-content, .fancy-layout.control-tabs.has-tabs > div.tab-content {
    background: #f9f9f9
}

.fancy-layout .control-tabs > div.tab-content > div.tab-pane, .fancy-layout.control-tabs > div.tab-content > div.tab-pane {
    padding: 0
}

.fancy-layout .control-tabs > div.tab-content > div.tab-pane.padded-pane, .fancy-layout.control-tabs > div.tab-content > div.tab-pane.padded-pane {
    padding: 20px 20px 0 20px
}

.fancy-layout .form-tabless-fields {
    position: relative;
    background: #e67e22;
    padding: 18px 23px 0 23px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.fancy-layout .form-tabless-fields:before, .fancy-layout .form-tabless-fields:after {
    content: " ";
    display: table
}

.fancy-layout .form-tabless-fields:after {
    clear: both
}

.fancy-layout .form-tabless-fields label {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0
}

.fancy-layout .form-tabless-fields input[type=text] {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 35px;
    font-weight: 100;
    height: auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancy-layout .form-tabless-fields input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1
}

.fancy-layout .form-tabless-fields input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.fancy-layout .form-tabless-fields input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.fancy-layout .form-tabless-fields input[type=text]:focus, .fancy-layout .form-tabless-fields input[type=text]:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.fancy-layout .form-tabless-fields .form-group {
    padding-bottom: 0
}

.fancy-layout .form-tabless-fields .form-group.is-required > label:after {
    display: none
}

.fancy-layout .form-tabless-fields .tab-collapse-icon {
    position: absolute;
    display: block;
    text-decoration: none;
    outline: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    color: #ffffff;
    right: 11px
}

.fancy-layout .form-tabless-fields .tab-collapse-icon:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.fancy-layout .form-tabless-fields .tab-collapse-icon.primary {
    color: #475354;
    bottom: -25px;
    z-index: 100;
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fancy-layout .form-tabless-fields .tab-collapse-icon.primary i {
    position: relative;
    display: block
}

.fancy-layout .form-tabless-fields .tab-collapse-icon.tabless {
    top: 14px
}

.fancy-layout .form-tabless-fields.collapsed {
    padding: 5px 23px 0 10px
}

.fancy-layout .form-tabless-fields.collapsed .tab-collapse-icon.tabless {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fancy-layout .form-tabless-fields.collapsed .form-group:not(.collapse-visible) {
    display: none
}

.fancy-layout .form-tabless-fields.collapsed .form-buttons {
    margin-left: 10px;
    padding-bottom: 0
}

.fancy-layout .form-tabless-fields .loading-indicator-container .loading-indicator {
    background-color: #e67e22;
    padding: 0 0 0 30px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 1px;
    height: 90%;
    font-size: 12px;
    line-height: 100%
}

.fancy-layout .form-tabless-fields .loading-indicator-container .loading-indicator > span {
    left: -10px;
    top: 18px
}

.fancy-layout .form-buttons {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 14px;
    padding-bottom: 5px
}

.fancy-layout .form-buttons .btn {
    padding: 0;
    margin-right: 5px;
    margin-top: -6px;
    margin-right: 30px;
    background: transparent;
    color: #ffffff;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.fancy-layout .form-buttons .btn:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.fancy-layout .form-buttons .btn:last-child {
    margin-right: 0
}

.fancy-layout .form-buttons .btn[class^="oc-icon-"]:before, .fancy-layout .form-buttons .btn[class*=" oc-icon-"]:before {
    opacity: 1
}

.fancy-layout form.oc-data-changed .btn.save {
    opacity: 1;
    filter: alpha(opacity=100)
}

.fancy-layout .field-codeeditor {
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.fancy-layout .field-codeeditor .editor-code {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.fancy-layout .field-richeditor {
    border: none;
    border-left: 1px solid #d1d6d9 !important
}

.fancy-layout .field-richeditor, .fancy-layout .field-richeditor .fr-toolbar, .fancy-layout .field-richeditor .fr-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.fancy-layout .secondary-content-tabs .field-richeditor .fr-toolbar {
    background: white
}

body.side-panel-not-fixed .fancy-layout .field-richeditor {
    border-left: none
}

html.cssanimations .fancy-layout .form-tabless-fields .loading-indicator-container .loading-indicator > span {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    background-image: url('../../../../../modules/system/assets/ui/images/loader-white.svg');
    background-size: 20px 20px
}

html.gecko .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li.active a {
    padding-top: 13px
}

.flyout-container > .flyout {
    overflow: hidden;
    width: 0;
    left: 0 !important;
    -webkit-transition: width 0.1s;
    transition: width 0.1s
}

.flyout-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5000;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.flyout-toggle {
    position: absolute;
    top: 20px;
    left: 0;
    width: 23px;
    height: 25px;
    background: #2b3e50;
    cursor: pointer;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #bdc3c7;
    font-size: 10px
}

.flyout-toggle i {
    margin: 7px 0 0 6px;
    display: inline-block
}

.flyout-toggle:hover i {
    color: #ffffff
}

body.flyout-visible {
    overflow: hidden
}

body.flyout-visible .flyout-overlay {
    background-color: rgba(0, 0, 0, 0.3)
}


.form-tabless-fields, .control-tabs > div.tab-content > div.tab-pane.active.layout-cell {
    display: flex;
    flex-wrap: wrap;
    align-content: end;
}


.tab-close {
    display: none;
}

.has-sidenav-tree {
    display: flex;
}

.has-sidenav-tree .main-content {
    width: 100%;
}

.list-footer .list-pagination {
    overflow: hidden;
    background-color: rgba(252, 252, 252, 1);
}
