a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

    a:active, a:focus, a:hover {
        outline-width: 0;
        outline: 0;
        text-decoration: none;
        color: inherit
    }

ul {
    padding: 0;
    margin: 0;
    overflow: hidden
}

    ul li {
        float: left;
        list-style-type: none;
        display: inline-block;
        padding: 0;
        margin: 0
    }

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

.cc-input {
    background: #fff;
    border: 1px solid #fff;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #232222;
    font-size: 12px;
    text-align: left;
    padding: 4px 8px 4px 12px;
    width: 100%;
    height: 32px
}

    .cc-input::-webkit-input-placeholder {
        opacity: 1;
        color: #9B9B9B
    }

    .cc-input:-moz-placeholder {
        opacity: 1;
        color: #9B9B9B
    }

    .cc-input::-moz-placeholder {
        opacity: 1;
        color: #9B9B9B
    }

    .cc-input:-ms-input-placeholder {
        opacity: 1;
        color: #9B9B9B
    }

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

form p {
    margin-bottom: 10px;
    text-align: left
}

    form p:last-child {
        margin-bottom: 0
    }

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    z-index: -1;
    left: -9999px;
    opacity: 0
}

[type=checkbox] + label {
    position: relative;
    z-index: 1;
    padding-left: 46px;
    cursor: pointer;
    display: inline-block;
    min-height: 18px;
    line-height: 18px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #000
}

    [type=checkbox] + label:before {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 0;
        width: 30px;
        height: 18px;
        z-index: 1;
        border: none;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        overflow: hidden;
        background: #AAB5BB
    }

    [type=checkbox] + label:after {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 2px;
        width: 14px;
        height: 14px;
        z-index: 2;
        border: none;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
        overflow: hidden;
        background: #fff
    }

[type=checkbox]:disabled + label {
    opacity: .3;
    cursor: default
}

[type=checkbox]:checked + label:before {
    background: #489DCE
}

[type=checkbox]:checked + label:after {
    left: 14px
}

.cc-content-check-padding {
    padding-top: 8px
}

.cc-content-check-browser-default [type=checkbox]:checked, .cc-content-check-browser-default [type=checkbox]:not(:checked) {
    position: relative;
    z-index: 1;
    left: auto;
    opacity: 1
}

.cc-content-check-browser-default [type=checkbox] + label {
    position: relative;
    z-index: 1;
    padding-left: 6px
}

    .cc-content-check-browser-default [type=checkbox] + label:before {
        display: none
    }

    .cc-content-check-browser-default [type=checkbox] + label:after {
        display: none
    }

.cc-content-check-browser-default [type=checkbox]:disabled + label {
    opacity: .3;
    cursor: default
}

.cc-content-check-browser-default [type=checkbox]:checked + label:before {
    background: #489DCE
}

.cc-content-check-browser-default [type=checkbox]:checked + label:after {
    left: 14px
}

.cc-content-check-browser-default .cc-content-check-padding {
    padding-top: 8px
}

.tooltip {
    min-width: 180px !important;
    opacity: 1 !important
}

    .tooltip .tooltip-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 20px !important;
        background: #2D2D2D;
        opacity: 1;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 12px
    }

    .tooltip .tooltip-arrow {
        border-bottom-color: #2D2D2D
    }

.cc-content-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.cc-content-select .bootstrap-select .dropdown-toggle {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #2D2D2D;
    font-size: 12px;
    text-align: left;
    padding: 4px 30px 4px 8px;
    display: block;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    height: 32px;
    z-index: 3
}

    .cc-content-select .bootstrap-select .dropdown-toggle .cc-svg-select-arrow-down {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        z-index: 2;
        right: 10px
    }

    .cc-content-select .bootstrap-select .dropdown-toggle .filter-option {
        font: inherit;
        color: inherit;
        text-align: left
    }

    .cc-content-select .bootstrap-select .dropdown-toggle:active, .cc-content-select .bootstrap-select .dropdown-toggle:focus {
        background: #fff;
        border-color: inherit;
        outline: 0 !important
    }

.cc-content-select .bootstrap-select .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    padding: 0;
    margin: 0
}

    .cc-content-select .bootstrap-select .dropdown-menu li {
        display: block;
        width: 100%
    }

        .cc-content-select .bootstrap-select .dropdown-menu li a {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            display: block;
            padding: 8px 8px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 400;
            font-size: 12px;
            text-align: left
        }

            .cc-content-select .bootstrap-select .dropdown-menu li a:hover {
                background: #f5f5f5
            }

        .cc-content-select .bootstrap-select .dropdown-menu li.selected a {
            background: #e6e6e6
        }

.cc-content-select.cc-content-select-white .bootstrap-select .dropdown-toggle {
    text-transform: none;
    font-weight: 400;
    border-color: #232222;
    background: #fff;
    padding: 10px 20px 10px 10px
}

    .cc-content-select.cc-content-select-white .bootstrap-select .dropdown-toggle:active, .cc-content-select.cc-content-select-white .bootstrap-select .dropdown-toggle:focus {
        background: #fff;
        border-color: #232222
    }

.cc-content-select.cc-content-select-white .bootstrap-select .dropdown-menu li a {
    padding: 12px 10px;
    text-transform: none
}

.cc-content-select.cc-content-select-white .btn-default.active.focus, .cc-content-select.cc-content-select-white .btn-default.active:focus, .cc-content-select.cc-content-select-white .btn-default.active:hover, .cc-content-select.cc-content-select-white .btn-default:active.focus, .cc-content-select.cc-content-select-white .btn-default:active:focus, .cc-content-select.cc-content-select-white .btn-default:active:hover, .cc-content-select.cc-content-select-white .open > .dropdown-toggle.btn-default.focus, .cc-content-select.cc-content-select-white .open > .dropdown-toggle.btn-default:focus, .cc-content-select.cc-content-select-white .open > .dropdown-toggle.btn-default:hover {
    color: #232222;
    background-color: #fff;
    border-color: #232222
}

* {
    font: inherit;
    color: inherit;
    text-decoration: none
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #232222
}

body, html {
    padding: 0 !important
}

.cc-button-border {
    border: 1px solid #268DC9 !important
}

.cc-hide {
    display: none
}

.cc-clearfix:after, .cc-clearfix:before {
    content: " ";
    display: table
}

.cc-clearfix:after {
    clear: both
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.7)
}

    ::-webkit-scrollbar-track:window-inactive {
        background: 0 0
    }

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: rgba(72,157,206,.8);
    cursor: -webkit-grab
}

    ::-webkit-scrollbar-thumb:hover {
        background: #489dce
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: 0 0
    }

@media (max-width:1024px) {
    ::-webkit-scrollbar {
        width: 0;
        height: 0
    }
}

p {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #232222;
    font-size: 14px;
    text-align: left
}

    p b, p strong {
        font-weight: 700
    }

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    a:hover {
        color: inherit
    }

b, strong {
    font-weight: 700
}

h1 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #4A4A4A;
    text-align: left;
    font-style: normal
}

h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #4A4A4A;
    text-align: left
}

.cc-simple-text h2 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #4A4A4A;
    text-align: left;
    display: block;
    margin-bottom: 25px
}

.cc-simple-text h3 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #489DCE;
    text-align: left;
    display: block;
    margin-bottom: 10px
}

.cc-simple-text p {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #4A4A4A;
    font-size: 14px;
    text-align: left;
    margin-bottom: 25px
}

    .cc-simple-text p b, .cc-simple-text p strong {
        font-weight: 700
    }

.cc-show {
    display: block !important
}

.cc-divisoria {
    display: block;
    margin: 15px auto 7px auto;
    background: #ccc;
    height: 1px;
    width: 100%
}

.cc-multi-col:after, .cc-multi-col:before, .cc-row:after, .cc-row:before {
    content: " ";
    display: table
}

.cc-multi-col:after, .cc-row:after {
    clear: both
}

.cc-content-multi-col {
    padding: 0 15px
}

.cc-multi-col, .cc-row {
    margin: 0 -15px
}

    .cc-multi-col .cc-col, .cc-row .cc-col {
        float: left;
        width: 100%;
        padding: 0 15px
    }

        .cc-multi-col .cc-col.cc-col-1, .cc-row .cc-col.cc-col-1 {
            width: 8.33333333%
        }

        .cc-multi-col .cc-col.cc-col-2, .cc-row .cc-col.cc-col-2 {
            width: 16.66666667%
        }

        .cc-multi-col .cc-col.cc-col-3, .cc-row .cc-col.cc-col-3 {
            width: 25%
        }

        .cc-multi-col .cc-col.cc-col-4, .cc-row .cc-col.cc-col-4 {
            width: 33.33333333%
        }

        .cc-multi-col .cc-col.cc-col-5, .cc-row .cc-col.cc-col-5 {
            width: 41.66666667%
        }

        .cc-multi-col .cc-col.cc-col-6, .cc-row .cc-col.cc-col-6 {
            width: 50%
        }

        .cc-multi-col .cc-col.cc-col-7, .cc-row .cc-col.cc-col-7 {
            width: 58.33333333%
        }

        .cc-multi-col .cc-col.cc-col-8, .cc-row .cc-col.cc-col-8 {
            width: 66.66666667%
        }

        .cc-multi-col .cc-col.cc-col-9, .cc-row .cc-col.cc-col-9 {
            width: 75%
        }

        .cc-multi-col .cc-col.cc-col-10, .cc-row .cc-col.cc-col-10 {
            width: 83.33333333%
        }

        .cc-multi-col .cc-col.cc-col-11, .cc-row .cc-col.cc-col-11 {
            width: 91.66666667%
        }

        .cc-multi-col .cc-col.cc-col-12, .cc-row .cc-col.cc-col-12 {
            width: 100%
        }

.we {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity,transform;
    transition: all .2s ease-out
}

    .we .waves-ripple {
        position: absolute;
        z-index: 2;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(255,255,255,.5);
        transition: all .7s ease-out;
        transition-property: opacity,-webkit-transform;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform;
        -webkit-transform: scale(0);
        transform: scale(0);
        pointer-events: none
    }

    .we.we-dark .waves-ripple {
        background-color: rgba(72,157,206,.3)
    }

.cc-svg {
    background-size: 100% !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 20px;
    height: 20px
}

    .cc-svg span {
        display: none !important
    }

.cc-svg-icon-arrow {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0.589 0.671 12.822 13.115' xml:space='preserve'%3E%3Cpolygon fill='%23232222' points='7,3.329 12.094,7.786 13.411,6.281 7,0.671 0.589,6.281 1.906,7.786'/%3E%3Cpolygon fill='%23232222' points='0.589,12.281 1.906,13.786 7,9.329 12.094,13.786 13.411,12.281 7,6.671'/%3E%3C/svg%3E");
    content: "%23232222"
}

.cc-svg-select-arrow-down {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0.5 0.5 8 4' xml:space='preserve'%3E%3Cpath fill='%23808080' d='M8.379,0.675C8.199,0.465,7.885,0.44,7.675,0.62L4.5,3.342L1.325,0.62C1.116,0.44,0.8,0.465,0.621,0.675 C0.44,0.884,0.465,1.2,0.675,1.38l3.5,3c0.187,0.16,0.463,0.16,0.65,0l3.5-3C8.535,1.2,8.56,0.884,8.379,0.675z'/%3E%3C/svg%3E");
    content: "%23808080";
    width: 13px;
    height: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px
}

.cc-svg-arrow-down-light {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0.5 0.5 8 4' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M8.379,0.675C8.199,0.465,7.885,0.44,7.675,0.62L4.5,3.342L1.325,0.62C1.116,0.44,0.8,0.465,0.621,0.675 C0.44,0.884,0.465,1.2,0.675,1.38l3.5,3c0.187,0.16,0.463,0.16,0.65,0l3.5-3C8.535,1.2,8.56,0.884,8.379,0.675z'/%3E%3C/svg%3E");
    content: "%23ffffff";
    width: 8px;
    height: 5px
}

.cc-svg-info-tooltip {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' xml:space='preserve'%3E%3Crect fill='%23489DCE' x='4.5' y='4.5' width='1' height='3'/%3E%3Crect fill='%23489DCE' x='4.5' y='2.5' width='1' height='1'/%3E%3Cpath fill='%23489DCE' d='M5,0C2.24,0,0,2.24,0,5s2.24,5,5,5s5-2.24,5-5S7.76,0,5,0z M5,9C2.795,9,1,7.205,1,5s1.795-4,4-4 s4,1.795,4,4S7.205,9,5,9z'/%3E%3C/svg%3E");
    content: "%23489DCE"
}

.cc-svg-icon-view-white {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M15.75,4.5h1.5C17.664,4.5,18,4.164,18,3.75S17.664,3,17.25,3h-1.5C15.336,3,15,3.336,15,3.75 S15.336,4.5,15.75,4.5z'/%3E%3Cpath fill='%23ffffff' d='M0.75,4.5h12c0.414,0,0.75-0.336,0.75-0.75S13.164,3,12.75,3h-12C0.336,3,0,3.336,0,3.75 S0.336,4.5,0.75,4.5z'/%3E%3Cpath fill='%23ffffff' d='M0.75,9.75h1.5C2.664,9.75,3,9.414,3,9S2.664,8.25,2.25,8.25h-1.5C0.336,8.25,0,8.586,0,9 S0.336,9.75,0.75,9.75z'/%3E%3Cpath fill='%23ffffff' d='M17.25,8.25h-12C4.836,8.25,4.5,8.586,4.5,9s0.336,0.75,0.75,0.75h12C17.664,9.75,18,9.414,18,9 S17.664,8.25,17.25,8.25z'/%3E%3Cpath fill='%23ffffff' d='M17.25,13.5h-1.5c-0.414,0-0.75,0.336-0.75,0.75S15.336,15,15.75,15h1.5c0.414,0,0.75-0.336,0.75-0.75 S17.664,13.5,17.25,13.5z'/%3E%3Cpath fill='%23ffffff' d='M12.75,13.5h-12C0.336,13.5,0,13.836,0,14.25S0.336,15,0.75,15h12c0.414,0,0.75-0.336,0.75-0.75 S13.164,13.5,12.75,13.5z'/%3E%3C/svg%3E");
    content: "%23ffffff"
}

.cc-svg-icon-execute-white {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M15.621,5.219c-0.045,0-0.09,0.008-0.135,0.014c-0.103-0.401-0.26-0.775-0.467-1.123 c0.035-0.027,0.079-0.039,0.112-0.074c0.412-0.41,0.412-1.078,0-1.49s-1.081-0.412-1.492,0c-0.033,0.033-0.046,0.077-0.075,0.111 c-0.345-0.207-0.721-0.363-1.122-0.467c0.007-0.045,0.015-0.089,0.015-0.135C12.457,1.473,11.985,1,11.402,1 c-0.581,0-1.056,0.473-1.056,1.055c0,0.046,0.009,0.09,0.015,0.135c-0.4,0.104-0.776,0.26-1.121,0.467 C9.212,2.622,9.198,2.578,9.165,2.545c-0.412-0.412-1.08-0.412-1.491,0s-0.411,1.08,0,1.49C7.707,4.07,7.749,4.082,7.785,4.109 C7.578,4.457,7.42,4.831,7.32,5.232C7.273,5.227,7.229,5.219,7.184,5.219c-0.582,0-1.055,0.473-1.055,1.055 c0,0.583,0.473,1.055,1.055,1.055c0.045,0,0.09-0.008,0.137-0.014c0.1,0.4,0.258,0.777,0.465,1.122 c-0.036,0.028-0.078,0.04-0.111,0.075c-0.411,0.41-0.411,1.08,0,1.49c0.411,0.412,1.079,0.412,1.491,0 C9.198,9.97,9.212,9.926,9.24,9.891c0.345,0.206,0.721,0.365,1.121,0.467c-0.006,0.046-0.015,0.088-0.015,0.135 c0,0.583,0.475,1.055,1.056,1.055c0.583,0,1.055-0.472,1.055-1.055c0-0.047-0.008-0.089-0.015-0.135 c0.401-0.102,0.777-0.261,1.122-0.468c0.029,0.036,0.042,0.08,0.075,0.112c0.411,0.412,1.08,0.412,1.492,0 c0.412-0.41,0.412-1.08,0-1.49c-0.033-0.035-0.077-0.047-0.112-0.075c0.207-0.345,0.364-0.722,0.467-1.122 c0.045,0.006,0.09,0.014,0.135,0.014c0.582,0,1.055-0.472,1.055-1.055C16.676,5.691,16.203,5.219,15.621,5.219z M11.402,7.592 c-0.729,0-1.318-0.59-1.318-1.318c0-0.728,0.59-1.318,1.318-1.318s1.318,0.591,1.318,1.318C12.721,7.002,12.131,7.592,11.402,7.592 z'/%3E%3Cpath fill='%23ffffff' d='M8.66,13.143c-0.035-0.011-0.068-0.015-0.104-0.019c0.008-0.321-0.029-0.634-0.109-0.937 c0.032-0.014,0.066-0.014,0.099-0.031c0.396-0.221,0.536-0.721,0.316-1.112c-0.22-0.396-0.718-0.538-1.114-0.317 c-0.029,0.019-0.05,0.047-0.076,0.068c-0.215-0.229-0.463-0.426-0.74-0.586c0.015-0.033,0.029-0.063,0.039-0.098 c0.123-0.436-0.129-0.887-0.563-1.01C5.973,8.978,5.521,9.229,5.396,9.662C5.389,9.699,5.385,9.733,5.379,9.768 C5.06,9.759,4.744,9.796,4.443,9.877C4.43,9.844,4.429,9.811,4.41,9.779C4.191,9.383,3.693,9.241,3.298,9.463 c-0.395,0.219-0.536,0.717-0.315,1.111c0.019,0.031,0.047,0.051,0.068,0.079c-0.229,0.215-0.428,0.46-0.589,0.739 c-0.03-0.014-0.062-0.028-0.096-0.039c-0.435-0.124-0.888,0.129-1.011,0.562c-0.124,0.435,0.129,0.887,0.562,1.012 c0.033,0.008,0.069,0.011,0.104,0.016c-0.009,0.323,0.029,0.635,0.109,0.938c-0.031,0.013-0.066,0.016-0.097,0.032 c-0.395,0.22-0.536,0.718-0.315,1.112c0.219,0.395,0.717,0.536,1.111,0.317c0.031-0.018,0.049-0.048,0.078-0.069 c0.214,0.229,0.462,0.427,0.739,0.586c-0.015,0.034-0.029,0.066-0.038,0.1c-0.125,0.434,0.127,0.885,0.562,1.01 c0.434,0.123,0.888-0.13,1.01-0.563c0.01-0.034,0.012-0.071,0.02-0.104c0.32,0.01,0.635-0.029,0.936-0.11 c0.012,0.034,0.015,0.069,0.032,0.101c0.22,0.395,0.718,0.534,1.112,0.315c0.395-0.22,0.535-0.72,0.315-1.113 c-0.017-0.03-0.046-0.05-0.066-0.079c0.227-0.213,0.424-0.459,0.585-0.736c0.032,0.012,0.064,0.029,0.099,0.038 c0.434,0.123,0.887-0.128,1.01-0.562C9.348,13.717,9.096,13.267,8.66,13.143z M6.283,13.318c-0.156,0.547-0.729,0.865-1.275,0.711 c-0.549-0.156-0.867-0.729-0.712-1.277c0.155-0.549,0.728-0.865,1.276-0.711C6.119,12.197,6.438,12.77,6.283,13.318z'/%3E%3C/svg%3E");
    content: "%23ffffff"
}

.cc-svg-icon-configure-white {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M12.5,5.5h4c0.553,0,1-0.448,1-1s-0.447-1-1-1h-4c-0.553,0-1,0.448-1,1S11.947,5.5,12.5,5.5z'/%3E%3Cpath fill='%23ffffff' d='M1.5,5.5h2c0.047,0,0.088-0.021,0.133-0.027C4.07,7.209,5.628,8.5,7.5,8.5c2.209,0,4-1.791,4-4 s-1.791-4-4-4c-1.872,0-3.43,1.291-3.867,3.027C3.588,3.521,3.547,3.5,3.5,3.5h-2c-0.552,0-1,0.448-1,1S0.948,5.5,1.5,5.5z M7.5,2.5c1.104,0,2,0.896,2,2s-0.896,2-2,2s-2-0.896-2-2S6.396,2.5,7.5,2.5z'/%3E%3Cpath fill='%23ffffff' d='M5.5,12.5h-4c-0.552,0-1,0.447-1,1s0.448,1,1,1h4c0.552,0,1-0.447,1-1S6.052,12.5,5.5,12.5z'/%3E%3Cpath fill='%23ffffff' d='M16.5,12.5h-1.142c-0.446-1.722-1.997-3-3.858-3c-2.209,0-4,1.791-4,4s1.791,4,4,4 c1.861,0,3.412-1.278,3.858-3H16.5c0.553,0,1-0.447,1-1S17.053,12.5,16.5,12.5z M11.5,15.5c-1.104,0-2-0.896-2-2s0.896-2,2-2 s2,0.896,2,2S12.604,15.5,11.5,15.5z'/%3E%3C/svg%3E");
    content: "%23ffffff"
}

.cc-svg-icon-importexport-white {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M0.792,5.207l3,3C3.988,8.402,4.244,8.5,4.5,8.5s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 L3.914,5.5H13.5c0.553,0,1-0.447,1-1s-0.447-1-1-1H3.914l1.293-1.293c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0l-3,3 C0.701,3.885,0.627,3.996,0.577,4.117c-0.101,0.245-0.101,0.521,0,0.766C0.627,5.004,0.701,5.115,0.792,5.207z'/%3E%3Cpath fill='%23ffffff' d='M17.422,13.882c0.102-0.244,0.102-0.52,0-0.764c-0.051-0.123-0.123-0.234-0.217-0.326l-2.998-2.999 c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l1.293,1.293H4.5c-0.553,0-1,0.447-1,1s0.447,1,1,1h9.586l-1.293,1.293 c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l2.998-2.999 C17.299,14.116,17.371,14.005,17.422,13.882z'/%3E%3C/svg%3E");
    content: "%23ffffff"
}

.cc-svg-icon-powerbi-white {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M4.569,11.764c-0.513,0-0.934,0.461-0.934,1.025v2.254c0,0.562,0.421,1.023,0.934,1.023 c0.514,0,0.933-0.461,0.933-1.023v-2.254C5.501,12.225,5.083,11.764,4.569,11.764z'/%3E%3Cpath fill='%23ffffff' d='M7.524,7.953c-0.514,0-0.934,0.461-0.934,1.023v6.067c0,0.562,0.42,1.023,0.934,1.023 s0.933-0.461,0.933-1.023V8.976C8.457,8.414,8.038,7.953,7.524,7.953z'/%3E%3Cpath fill='%23ffffff' d='M10.477,9.793c-0.512,0-0.932,0.461-0.932,1.025v4.225c0,0.562,0.42,1.023,0.932,1.023 c0.514,0,0.934-0.461,0.934-1.023v-4.225C11.41,10.254,10.99,9.793,10.477,9.793z'/%3E%3Cpath fill='%23ffffff' d='M13.432,5.693c-0.514,0-0.934,0.462-0.934,1.025v8.325c0,0.562,0.42,1.023,0.934,1.023 s0.934-0.461,0.934-1.023V6.718C14.365,6.155,13.945,5.693,13.432,5.693z'/%3E%3Cpath fill='%23ffffff' d='M16.16,1.934H1.84c-1.027,0-1.866,0.839-1.866,1.866v8.776c0,1.008,0.7,1.865,1.614,1.865h1.115v-1H1.588 c-0.312,0-0.614-0.371-0.614-0.865V3.8c0-0.475,0.391-0.866,0.866-0.866h14.32c0.475,0,0.865,0.392,0.865,0.866v8.776 c0,0.496-0.297,0.865-0.598,0.865h-1.1v1h1.1c0.906,0,1.598-0.859,1.598-1.865V3.8C18.025,2.773,17.188,1.934,16.16,1.934z'/%3E%3C/svg%3E");
    content: "%23ffffff"
}

.cc-svg-icon-view {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%2382D0DC' d='M15.75,4.5h1.5C17.664,4.5,18,4.164,18,3.75S17.664,3,17.25,3h-1.5C15.336,3,15,3.336,15,3.75 S15.336,4.5,15.75,4.5z'/%3E%3Cpath fill='%2382D0DC' d='M0.75,4.5h12c0.414,0,0.75-0.336,0.75-0.75S13.164,3,12.75,3h-12C0.336,3,0,3.336,0,3.75 S0.336,4.5,0.75,4.5z'/%3E%3Cpath fill='%2382D0DC' d='M0.75,9.75h1.5C2.664,9.75,3,9.414,3,9S2.664,8.25,2.25,8.25h-1.5C0.336,8.25,0,8.586,0,9 S0.336,9.75,0.75,9.75z'/%3E%3Cpath fill='%2382D0DC' d='M17.25,8.25h-12C4.836,8.25,4.5,8.586,4.5,9s0.336,0.75,0.75,0.75h12C17.664,9.75,18,9.414,18,9 S17.664,8.25,17.25,8.25z'/%3E%3Cpath fill='%2382D0DC' d='M17.25,13.5h-1.5c-0.414,0-0.75,0.336-0.75,0.75S15.336,15,15.75,15h1.5c0.414,0,0.75-0.336,0.75-0.75 S17.664,13.5,17.25,13.5z'/%3E%3Cpath fill='%2382D0DC' d='M12.75,13.5h-12C0.336,13.5,0,13.836,0,14.25S0.336,15,0.75,15h12c0.414,0,0.75-0.336,0.75-0.75 S13.164,13.5,12.75,13.5z'/%3E%3C/svg%3E");
    content: "%2382D0DC"
}

.cc-svg-icon-execute {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%23F04D4E' d='M15.621,5.219c-0.045,0-0.09,0.008-0.135,0.014c-0.103-0.401-0.26-0.775-0.467-1.123 c0.035-0.027,0.079-0.039,0.112-0.074c0.412-0.41,0.412-1.078,0-1.49s-1.081-0.412-1.492,0c-0.033,0.033-0.046,0.077-0.075,0.111 c-0.345-0.207-0.721-0.363-1.122-0.467c0.007-0.045,0.015-0.089,0.015-0.135C12.457,1.473,11.985,1,11.402,1 c-0.581,0-1.056,0.473-1.056,1.055c0,0.046,0.009,0.09,0.015,0.135c-0.4,0.104-0.776,0.26-1.121,0.467 C9.212,2.622,9.198,2.578,9.165,2.545c-0.412-0.412-1.08-0.412-1.491,0s-0.411,1.08,0,1.49C7.707,4.07,7.749,4.082,7.785,4.109 C7.578,4.457,7.42,4.831,7.32,5.232C7.273,5.227,7.229,5.219,7.184,5.219c-0.582,0-1.055,0.473-1.055,1.055 c0,0.583,0.473,1.055,1.055,1.055c0.045,0,0.09-0.008,0.137-0.014c0.1,0.4,0.258,0.777,0.465,1.122 c-0.036,0.028-0.078,0.04-0.111,0.075c-0.411,0.41-0.411,1.08,0,1.49c0.411,0.412,1.079,0.412,1.491,0 C9.198,9.97,9.212,9.926,9.24,9.891c0.345,0.206,0.721,0.365,1.121,0.467c-0.006,0.046-0.015,0.088-0.015,0.135 c0,0.583,0.475,1.055,1.056,1.055c0.583,0,1.055-0.472,1.055-1.055c0-0.047-0.008-0.089-0.015-0.135 c0.401-0.102,0.777-0.261,1.122-0.468c0.029,0.036,0.042,0.08,0.075,0.112c0.411,0.412,1.08,0.412,1.492,0 c0.412-0.41,0.412-1.08,0-1.49c-0.033-0.035-0.077-0.047-0.112-0.075c0.207-0.345,0.364-0.722,0.467-1.122 c0.045,0.006,0.09,0.014,0.135,0.014c0.582,0,1.055-0.472,1.055-1.055C16.676,5.691,16.203,5.219,15.621,5.219z M11.402,7.592 c-0.729,0-1.318-0.59-1.318-1.318c0-0.728,0.59-1.318,1.318-1.318s1.318,0.591,1.318,1.318C12.721,7.002,12.131,7.592,11.402,7.592 z'/%3E%3Cpath fill='%23F04D4E' d='M8.66,13.143c-0.035-0.011-0.068-0.015-0.104-0.019c0.008-0.321-0.029-0.634-0.109-0.937 c0.032-0.014,0.066-0.014,0.099-0.031c0.396-0.221,0.536-0.721,0.316-1.112c-0.22-0.396-0.718-0.538-1.114-0.317 c-0.029,0.019-0.05,0.047-0.076,0.068c-0.215-0.229-0.463-0.426-0.74-0.586c0.015-0.033,0.029-0.063,0.039-0.098 c0.123-0.436-0.129-0.887-0.563-1.01C5.973,8.978,5.521,9.229,5.396,9.662C5.389,9.699,5.385,9.733,5.379,9.768 C5.06,9.759,4.744,9.796,4.443,9.877C4.43,9.844,4.429,9.811,4.41,9.779C4.191,9.383,3.693,9.241,3.298,9.463 c-0.395,0.219-0.536,0.717-0.315,1.111c0.019,0.031,0.047,0.051,0.068,0.079c-0.229,0.215-0.428,0.46-0.589,0.739 c-0.03-0.014-0.062-0.028-0.096-0.039c-0.435-0.124-0.888,0.129-1.011,0.562c-0.124,0.435,0.129,0.887,0.562,1.012 c0.033,0.008,0.069,0.011,0.104,0.016c-0.009,0.323,0.029,0.635,0.109,0.938c-0.031,0.013-0.066,0.016-0.097,0.032 c-0.395,0.22-0.536,0.718-0.315,1.112c0.219,0.395,0.717,0.536,1.111,0.317c0.031-0.018,0.049-0.048,0.078-0.069 c0.214,0.229,0.462,0.427,0.739,0.586c-0.015,0.034-0.029,0.066-0.038,0.1c-0.125,0.434,0.127,0.885,0.562,1.01 c0.434,0.123,0.888-0.13,1.01-0.563c0.01-0.034,0.012-0.071,0.02-0.104c0.32,0.01,0.635-0.029,0.936-0.11 c0.012,0.034,0.015,0.069,0.032,0.101c0.22,0.395,0.718,0.534,1.112,0.315c0.395-0.22,0.535-0.72,0.315-1.113 c-0.017-0.03-0.046-0.05-0.066-0.079c0.227-0.213,0.424-0.459,0.585-0.736c0.032,0.012,0.064,0.029,0.099,0.038 c0.434,0.123,0.887-0.128,1.01-0.562C9.348,13.717,9.096,13.267,8.66,13.143z M6.283,13.318c-0.156,0.547-0.729,0.865-1.275,0.711 c-0.549-0.156-0.867-0.729-0.712-1.277c0.155-0.549,0.728-0.865,1.276-0.711C6.119,12.197,6.438,12.77,6.283,13.318z'/%3E%3C/svg%3E");
    content: "%23F04D4E"
}

.cc-svg-icon-configure {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%233C88B4' d='M12.5,5.5h4c0.553,0,1-0.448,1-1s-0.447-1-1-1h-4c-0.553,0-1,0.448-1,1S11.947,5.5,12.5,5.5z'/%3E%3Cpath fill='%233C88B4' d='M1.5,5.5h2c0.047,0,0.088-0.021,0.133-0.027C4.07,7.209,5.628,8.5,7.5,8.5c2.209,0,4-1.791,4-4 s-1.791-4-4-4c-1.872,0-3.43,1.291-3.867,3.027C3.588,3.521,3.547,3.5,3.5,3.5h-2c-0.552,0-1,0.448-1,1S0.948,5.5,1.5,5.5z M7.5,2.5c1.104,0,2,0.896,2,2s-0.896,2-2,2s-2-0.896-2-2S6.396,2.5,7.5,2.5z'/%3E%3Cpath fill='%233C88B4' d='M5.5,12.5h-4c-0.552,0-1,0.447-1,1s0.448,1,1,1h4c0.552,0,1-0.447,1-1S6.052,12.5,5.5,12.5z'/%3E%3Cpath fill='%233C88B4' d='M16.5,12.5h-1.142c-0.446-1.722-1.997-3-3.858-3c-2.209,0-4,1.791-4,4s1.791,4,4,4 c1.861,0,3.412-1.278,3.858-3H16.5c0.553,0,1-0.447,1-1S17.053,12.5,16.5,12.5z M11.5,15.5c-1.104,0-2-0.896-2-2s0.896-2,2-2 s2,0.896,2,2S12.604,15.5,11.5,15.5z'/%3E%3C/svg%3E");
    content: "%233C88B4"
}

.cc-svg-icon-importexport {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%236A286F' d='M0.792,5.207l3,3C3.988,8.402,4.244,8.5,4.5,8.5s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 L3.914,5.5H13.5c0.553,0,1-0.447,1-1s-0.447-1-1-1H3.914l1.293-1.293c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0l-3,3 C0.701,3.885,0.627,3.996,0.577,4.117c-0.101,0.245-0.101,0.521,0,0.766C0.627,5.004,0.701,5.115,0.792,5.207z'/%3E%3Cpath fill='%236A286F' d='M17.422,13.882c0.102-0.244,0.102-0.52,0-0.764c-0.051-0.123-0.123-0.234-0.217-0.326l-2.998-2.999 c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l1.293,1.293H4.5c-0.553,0-1,0.447-1,1s0.447,1,1,1h9.586l-1.293,1.293 c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l2.998-2.999 C17.299,14.116,17.371,14.005,17.422,13.882z'/%3E%3C/svg%3E");
    content: "%236A286F"
}

.cc-svg-icon-powerbi {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.026 0.5 18.051 17' xml:space='preserve'%3E%3Cpath fill='%23F1C910' d='M4.569,11.764c-0.513,0-0.934,0.461-0.934,1.025v2.254c0,0.562,0.421,1.023,0.934,1.023 c0.514,0,0.933-0.461,0.933-1.023v-2.254C5.501,12.225,5.083,11.764,4.569,11.764z'/%3E%3Cpath fill='%23F1C910' d='M7.524,7.953c-0.514,0-0.934,0.461-0.934,1.023v6.067c0,0.562,0.42,1.023,0.934,1.023 s0.933-0.461,0.933-1.023V8.976C8.457,8.414,8.038,7.953,7.524,7.953z'/%3E%3Cpath fill='%23F1C910' d='M10.477,9.793c-0.512,0-0.932,0.461-0.932,1.025v4.225c0,0.562,0.42,1.023,0.932,1.023 c0.514,0,0.934-0.461,0.934-1.023v-4.225C11.41,10.254,10.99,9.793,10.477,9.793z'/%3E%3Cpath fill='%23F1C910' d='M13.432,5.693c-0.514,0-0.934,0.462-0.934,1.025v8.325c0,0.562,0.42,1.023,0.934,1.023 s0.934-0.461,0.934-1.023V6.718C14.365,6.155,13.945,5.693,13.432,5.693z'/%3E%3Cpath fill='%23F1C910' d='M16.16,1.934H1.84c-1.027,0-1.866,0.839-1.866,1.866v8.776c0,1.008,0.7,1.865,1.614,1.865h1.115v-1H1.588 c-0.312,0-0.614-0.371-0.614-0.865V3.8c0-0.475,0.391-0.866,0.866-0.866h14.32c0.475,0,0.865,0.392,0.865,0.866v8.776 c0,0.496-0.297,0.865-0.598,0.865h-1.1v1h1.1c0.906,0,1.598-0.859,1.598-1.865V3.8C18.025,2.773,17.188,1.934,16.16,1.934z'/%3E%3C/svg%3E");
    content: "%23F1C910"
}

.cc-content-table {
    width: 100%;
    padding: 0 20px 0 20px
}

    .cc-content-table td, .cc-content-table th {
        white-space: nowrap;
        overflow: hidden
    }

.cc-generic-table-container {
    overflow: hidden;
    overflow-x: auto
}

.cc-content-table .dataTables_scrollBody {
    padding-bottom: 8px
}

.cc-content-table table.dataTable.table-condensed > thead > tr > th {
    padding-right: 22px
}

.cc-content-table table.dataTable.table-condensed .sorting:after, .cc-content-table table.dataTable.table-condensed .sorting_asc:after, .cc-content-table table.dataTable.table-condensed .sorting_desc:after {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    bottom: auto;
    right: 8px;
    font-size: 8px
}

.cc-content-table .table-condensed > tbody > tr > td, .cc-content-table .table-condensed > tfoot > tr > td, .cc-content-table .table-condensed > thead > tr > td, .cc-content-table .table > tbody > tr > td, .cc-content-table .table > tfoot > tr > td, .cc-content-table .table > thead > tr > td {
    font-weight: 400;
    font-size: inherit;
    line-height: 14px;
    vertical-align: middle;
    text-align: left;
    padding: 12px;
    border: none;
    border-bottom: 4px solid #eaeaea
}

.cc-content-table .table-condensed > tbody > tr > th, .cc-content-table .table-condensed > tfoot > tr > th, .cc-content-table .table-condensed > thead > tr > th, .cc-content-table .table > tbody > tr > th, .cc-content-table .table > tfoot > tr > th, .cc-content-table .table > thead > tr > th {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: inherit;
    text-align: left;
    line-height: 14px;
    vertical-align: middle;
    padding: 12px 22px 12px 12px;
    border-bottom: none;
    border-color: rgba(255,255,255,.23)
}

.cc-content-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
    font-size: 12px
}

.cc-content-table td, .cc-content-table th {
    text-align: left;
    padding: 12px 15px 12px 0
}

.cc-content-table th {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    color: #fff
}

.cc-content-table td {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #232222;
    font-size: inherit;
    line-height: 14px;
    vertical-align: middle;
    padding: 12px
}

.cc-content-table td p {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #232222;
    font-size: inherit;
    line-height: 14px;
    vertical-align: middle;
}

    .cc-content-table td b, .cc-content-table td strong {
        font-weight: 700
    }

    .cc-content-table td .cc-link, .cc-content-table td a {
        font-weight: 400;
        color: #489DCE;
        display: block
    }

.cc-content-table table thead tr th {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: inherit;
    line-height: 14px;
    vertical-align: middle;
    padding: 12px 22px 12px 12px;
    border-bottom: none;
    border-color: rgba(255,255,255,.23);
    background: #489DCE;
    overflow: hidden
}

    .cc-content-table table thead tr th:first-child {
        -webkit-border-top-left-radius: 2px;
        -moz-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px
    }

    .cc-content-table table thead tr th:last-child {
        -webkit-border-top-right-radius: 2px;
        -moz-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px
    }

.cc-content-table .table-striped > tbody > tr:nth-of-type(odd), .cc-content-table table tbody tr {
    background: 0 0
}

    .cc-content-table .table-striped > tbody > tr:nth-of-type(odd) td, .cc-content-table table tbody tr td {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        background: #fff;
        overflow: hidden
    }

        .cc-content-table .table-striped > tbody > tr:nth-of-type(odd) td:first-child, .cc-content-table table tbody tr td:first-child {
            -webkit-border-top-left-radius: 2px;
            -moz-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px
        }

        .cc-content-table .table-striped > tbody > tr:nth-of-type(odd) td:last-child, .cc-content-table table tbody tr td:last-child {
            -webkit-border-top-right-radius: 2px;
            -moz-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            -moz-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px
        }

    .cc-content-table .table-striped > tbody > tr:nth-of-type(odd):hover td, .cc-content-table table tbody tr:hover td {
        background: #f2f2f2
    }

.cc-content-table .table tbody tr.cc-selected td, .cc-content-table .table-striped > tbody > tr.cc-selected:nth-of-type(odd) td {
    background: #ebf4fa
}

.cc-content-table .dataTables_scrollHead {
    margin-bottom: 4px
}

.cc-content-table table.dataTable thead .sorting:after {
    opacity: 0
}

.cc-content-table table.dataTable thead .sorting_desc:after {
    font-family: "Glyphicons Halflings";
    content: "\E253";
    opacity: 1
}

.cc-content-table table.dataTable thead .sorting_asc:after {
    font-family: "Glyphicons Halflings";
    content: "\E252";
    opacity: 1
}

.cc-content-table .dataTables_info, .cc-content-table div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
    padding-top: 24px
}

.cc-content-table .dataTables_paginate {
    font-size: 12px;
    padding-top: 12px;
    padding-right: 20px
}

.cc-content-table .pagination > .active > a, .cc-content-table .pagination > .active > a:focus, .cc-content-table .pagination > .active > a:hover, .cc-content-table .pagination > .active > span, .cc-content-table .pagination > .active > span:focus, .cc-content-table .pagination > .active > span:hover {
    background: #489DCE
}

.cc-content-table .pagination > .disabled > a, .cc-content-table .pagination > .disabled > a:focus, .cc-content-table .pagination > .disabled > a:hover, .cc-content-table .pagination > .disabled > span, .cc-content-table .pagination > .disabled > span:focus, .cc-content-table .pagination > .disabled > span:hover, .cc-content-table .pagination > li > a, .cc-content-table .pagination > li > span {
    border-color: transparent
}

.cc-content-table .dataTables_filter, .cc-content-table .dataTables_length, .cc-content-table h3 {
    display: none
}

.cc-content-table .dataTables_scroll .dataTables_scrollBody {
    position: relative
}

.cc-content-table [type=checkbox] + label {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E0E0E0;
    background: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
    position: relative
}

    .cc-content-table [type=checkbox] + label:before {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        background: 0 0;
        width: auto
    }

    .cc-content-table [type=checkbox] + label:after {
        display: none
    }

.cc-content-table [type=checkbox]:checked + label {
    background: #489DCE;
    border-color: #489DCE
}

    .cc-content-table [type=checkbox]:checked + label:before {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        top: 11px;
        left: 1px;
        width: 7px;
        height: 12px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }

.cc-content-table .dataTables_scroll {
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.cc-content-table .zoom {
    zoom: 2;
    -moz-transform: scale(2);
    -moz-transform-origin: 0 0;
    -o-transform: scale(2);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(2);
    -webkit-transform-origin: 0 0;
    transform: scale(2);
    transform-origin: 0 0
}

.DTFC_ScrollWrapper .dt-center.sorting_asc:after, .DTFC_ScrollWrapper .dt-center.sorting_desc:after {
    display: none !important
}

.DTFC_ScrollWrapper .DTFC_LeftWrapper {
    z-index: 2
}

.DTFC_ScrollWrapper .dataTables_scrollHead {
    margin: 0 !important
}

.DTFC_ScrollWrapper .dataTables_scrollBody {
    padding-bottom: 0 !important
}

.DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr {
    background: 0 0
}

    .DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr td, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr td, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr td {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        background: #6f7f8d;
        overflow: hidden;
        color: #fff
    }

    .DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr:hover td, .DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot > tr:nth-of-type(odd):hover td, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr:hover td, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot > tr:nth-of-type(odd):hover td, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr:hover td, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot > tr:nth-of-type(odd):hover td {
        background: #37414D
    }

    .DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr.cc-selected td, .DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot > tr.cc-selected:nth-of-type(odd) td, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr.cc-selected td, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot > tr.cc-selected:nth-of-type(odd) td, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr.cc-selected td, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot > tr.cc-selected:nth-of-type(odd) td {
        background: #ebf4fa
    }

.DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr {
    height: 51px !important
}

    .DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr td, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr td, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr td {
        text-align: center;
        padding: 8px 10px !important
    }

body, html {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

body {
    height: 100%;
    background: #eaeaea;
    overflow-y: scroll
}

.cc-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100%;
    background: #eaeaea
}

.cc-col-menu {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 200px;
    min-width: 200px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #242A33;
    z-index: 3
}

    .cc-col-menu .cc-menu {
        position: relative;
        min-height: 100%
    }

        .cc-col-menu .cc-menu .cc-menu-fixed {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            position: fixed;
            top: 0;
            left: 0;
            width: 200px
        }

        .cc-col-menu .cc-menu .cc-content-menu-item:last-child .cc-menu-item {
            border-bottom: none
        }

        .cc-col-menu .cc-menu .cc-menu-item {
            height: 49px;
            display: block;
            position: relative;
            padding: 0 15px 0 10px;
            border-bottom: 1px solid #3C3939;
            text-align: left;
            cursor: pointer;
            border-left: 5px solid transparent
        }

            .cc-col-menu .cc-menu .cc-menu-item.cc-menu-item-logo {
                background: #000
            }

                .cc-col-menu .cc-menu .cc-menu-item.cc-menu-item-logo:hover {
                    background: #000
                }

            .cc-col-menu .cc-menu .cc-menu-item .cc-item-text {
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                position: relative
            }

            .cc-col-menu .cc-menu .cc-menu-item .cc-svg-arrow-down-light {
                -webkit-transition: all .2s ease-out;
                -moz-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all .2s ease-out;
                position: absolute;
                z-index: 2;
                top: 50%;
                right: 0;
                width: 8px;
                height: 10px;
                display: block;
                margin-top: -3px;
                opacity: .5
            }

            .cc-col-menu .cc-menu .cc-menu-item .cc-content-icon {
                width: 16px;
                margin-right: 12px;
                display: inline-block;
                vertical-align: middle
            }

                .cc-col-menu .cc-menu .cc-menu-item .cc-content-icon .cc-icon {
                    -webkit-transition: all .2s ease-out;
                    -moz-transition: all .2s ease-out;
                    -ms-transition: all .2s ease-out;
                    -o-transition: all .2s ease-out;
                    transition: all .2s ease-out;
                    width: 100%;
                    height: 20px;
                    display: block;
                    opacity: .5;
                    margin: 0 auto
                }

                    .cc-col-menu .cc-menu .cc-menu-item .cc-content-icon .cc-icon circle, .cc-col-menu .cc-menu .cc-menu-item .cc-content-icon .cc-icon path, .cc-col-menu .cc-menu .cc-menu-item .cc-content-icon .cc-icon polygon, .cc-col-menu .cc-menu .cc-menu-item .cc-content-icon .cc-icon rect {
                        fill: #fff
                    }

            .cc-col-menu .cc-menu .cc-menu-item .cc-label {
                display: inline-block;
                vertical-align: middle;
                font-family: 'Open Sans',sans-serif;
                font-weight: 400;
                font-size: 14px;
                line-height: 18px;
                color: #fff
            }

            .cc-col-menu .cc-menu .cc-menu-item:hover {
                background: #393838
            }

            .cc-col-menu .cc-menu .cc-menu-item.cc-active {
                border-left-color: #489DCE
            }

        .cc-col-menu .cc-menu .cc-content-menu-item {
            background: #232222
        }

            .cc-col-menu .cc-menu .cc-content-menu-item.cc-first-level .cc-menu-item .cc-item-text {
                white-space: nowrap
            }

            .cc-col-menu .cc-menu .cc-content-menu-item.cc-active-parent {
                background: #2f2f2f;
                -webkit-box-shadow: inset 0 0 40px rgba(0,0,0,.8);
                -moz-box-shadow: inset 0 0 40px rgba(0,0,0,.8);
                box-shadow: inset 0 0 40px rgba(0,0,0,.8)
            }

                .cc-col-menu .cc-menu .cc-content-menu-item.cc-active-parent .cc-menu-item:hover {
                    background: 0 0
                }

                .cc-col-menu .cc-menu .cc-content-menu-item.cc-active-parent .cc-active {
                    border-left-color: #489DCE
                }

            .cc-col-menu .cc-menu .cc-content-menu-item.cc-open > .cc-menu-item .cc-svg {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg)
            }

            .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level {
                padding-bottom: 16px;
                position: relative;
                zoom: 1
            }

                .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-divider {
                    height: 1px;
                    background: #4E4E4E;
                    margin: 0 15px
                }

                .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item {
                    position: relative;
                    zoom: 1
                }

                    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item.cc-open > .cc-second-level-item .cc-svg {
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg)
                    }

                    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-second-level-item {
                        cursor: pointer;
                        padding: 8px 15px 8px 10px;
                        text-align: left;
                        border-left: 5px solid transparent;
                        display: block;
                        position: relative
                    }

                    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level-item {
                        cursor: pointer;
                        padding: 8px 15px 8px 10px;
                        text-align: left;
                        border-left: 5px solid transparent;
                        display: block;
                        position: relative
                    }

                        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level-item.cc-active .cc-text {
                            color: #fff
                        }

                        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level-item:hover {
                            background: rgba(255,255,255,.1);
                            color: #fff
                        }

                            .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level-item:hover .cc-text {
                                color: #fff
                            }

                    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-text {
                        -webkit-transition: all .2s ease-out;
                        -moz-transition: all .2s ease-out;
                        -ms-transition: all .2s ease-out;
                        -o-transition: all .2s ease-out;
                        transition: all .2s ease-out;
                        display: block;
                        font-family: 'Open Sans',sans-serif;
                        font-weight: 400;
                        font-size: 12px;
                        color: #9B9B9B;
                        text-align: left
                    }

                    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-svg-arrow-down-light {
                        -webkit-transition: all .2s ease-out;
                        -moz-transition: all .2s ease-out;
                        -ms-transition: all .2s ease-out;
                        -o-transition: all .2s ease-out;
                        transition: all .2s ease-out;
                        position: absolute;
                        z-index: 2;
                        top: 50%;
                        margin-top: -5px;
                        right: 15px;
                        width: 8px;
                        height: 10px;
                        display: block;
                        opacity: .5;
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg)
                    }

                    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level {
                        position: absolute;
                        z-index: 4;
                        top: 0;
                        left: 100%;
                        background: #333;
                        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.8);
                        -moz-box-shadow: 0 0 5px rgba(0,0,0,.8);
                        box-shadow: 0 0 5px rgba(0,0,0,.8);
                        width: 200px
                    }

                        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level .cc-other-level {
                            top: auto;
                            bottom: 0
                        }

                    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-content-other-level-item {
                        position: relative
                    }

                        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-content-other-level-item.cc-open > .cc-other-level-item .cc-svg {
                            -webkit-transform: rotate(180deg);
                            -ms-transform: rotate(180deg);
                            transform: rotate(180deg)
                        }

                        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-content-other-level-item.cc-has-sublevel:hover > .cc-other-level-item {
                            color: #fff
                        }

                            .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-content-other-level-item.cc-has-sublevel:hover > .cc-other-level-item .cc-text {
                                color: #fff
                            }

                        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-content-other-level-item.cc-has-sublevel > .cc-other-level-item:hover {
                            background: 0 0
                        }

                    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item:hover .cc-second-level-item {
                        background: rgba(255,255,255,.1)
                    }

                        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item:hover .cc-second-level-item .cc-text {
                            color: #fff
                        }

                    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item.cc-active .cc-second-level-item {
                        border-left-color: #489DCE
                    }

                        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item.cc-active .cc-second-level-item .cc-text {
                            font-weight: 700;
                            color: #fff
                        }

            .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level {
                display: none
            }

            .cc-col-menu .cc-menu .cc-content-menu-item .cc-other-level {
                padding-top: 8px;
                padding-bottom: 8px;
                display: none
            }

            .cc-col-menu .cc-menu .cc-content-menu-item .cc-content-second-level-item.cc-has-sublevel:hover > .cc-other-level {
                display: block
            }

            .cc-col-menu .cc-menu .cc-content-menu-item .cc-content-other-level-item.cc-has-sublevel:hover > .cc-other-level {
                display: block
            }

        .cc-col-menu .cc-menu .cc-content-logo-main {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            white-space: nowrap
        }

            .cc-col-menu .cc-menu .cc-content-logo-main .cc-logo-main {
                -webkit-transition: all .2s ease-out;
                -moz-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all .2s ease-out;
                width: 23px;
                height: 22px;
                margin-right: 8px;
                display: inline-block;
                vertical-align: middle
            }

                .cc-col-menu .cc-menu .cc-content-logo-main .cc-logo-main .cc-path-logo-gray {
                    fill: #B0B0B0
                }

                .cc-col-menu .cc-menu .cc-content-logo-main .cc-logo-main .cc-path-logo-white {
                    fill: #fff
                }

            .cc-col-menu .cc-menu .cc-content-logo-main .cc-logo-main-text {
                font-family: 'Open Sans',sans-serif;
                font-weight: 400;
                font-size: 19px;
                line-height: 22px;
                letter-spacing: -.7px;
                color: #fff
            }

                .cc-col-menu .cc-menu .cc-content-logo-main .cc-logo-main-text b {
                    font-weight: 700
                }

.cc-content-page-main {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: calc(100% - 200px);
    min-height: 600px;
    background: #eaeaea;
    z-index: 2;
    padding-bottom: 100px;
    position: relative
}

    .cc-content-page-main .cc-header {
        background: #2D2D2D;
        height: calc(49px - 1px);
        padding: 0 0 0 20px;
        position: relative;
        z-index: 9
    }

        .cc-content-page-main .cc-header .cc-header-left {
            width: 35%;
            float: left;
            position: relative;
            height: 100%
        }

        .cc-content-page-main .cc-header .cc-header-right {
            width: 65%;
            float: right;
            position: relative;
            height: 100%
        }

        .cc-content-page-main .cc-header .cc-main-menu-button {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            cursor: pointer;
            overflow: hidden;
            display: block;
            float: left;
            width: 46px
        }

            .cc-content-page-main .cc-header .cc-main-menu-button .cc-nav-icon {
                width: 22px;
                height: 18px;
                position: relative;
                margin: 0;
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0);
                -webkit-transition: .5s ease-in-out;
                -moz-transition: .5s ease-in-out;
                -o-transition: .5s ease-in-out;
                transition: .5s ease-in-out;
                cursor: pointer;
                display: block;
                vertical-align: middle
            }

                .cc-content-page-main .cc-header .cc-main-menu-button .cc-nav-icon span {
                    display: block;
                    position: absolute;
                    z-index: 2;
                    height: 2px;
                    width: 100%;
                    background: #939393;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    opacity: 1;
                    left: 0;
                    -webkit-transform: rotate(0);
                    -moz-transform: rotate(0);
                    -o-transform: rotate(0);
                    transform: rotate(0);
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out
                }

                    .cc-content-page-main .cc-header .cc-main-menu-button .cc-nav-icon span:nth-child(1) {
                        top: 0
                    }

                    .cc-content-page-main .cc-header .cc-main-menu-button .cc-nav-icon span:nth-child(2), .cc-content-page-main .cc-header .cc-main-menu-button .cc-nav-icon span:nth-child(3) {
                        top: 7px
                    }

                    .cc-content-page-main .cc-header .cc-main-menu-button .cc-nav-icon span:nth-child(4) {
                        top: 14px
                    }

            .cc-content-page-main .cc-header .cc-main-menu-button:hover .cc-nav-icon span {
                background: #fff
            }

        .cc-content-page-main .cc-header .cc-breadcrumbs {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: calc(100% - 50px);
            font-family: 'Open Sans',sans-serif;
            font-weight: 400;
            color: #fff;
            font-size: 12px;
            text-align: left;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

            .cc-content-page-main .cc-header .cc-breadcrumbs .cc-breadcrumbs-link {
                font: inherit;
                color: inherit;
                display: inline-block;
                position: relative
            }

                .cc-content-page-main .cc-header .cc-breadcrumbs .cc-breadcrumbs-link:after {
                    content: '/';
                    display: inline-block;
                    font-family: 'Open Sans',sans-serif;
                    font-weight: 400;
                    color: #3C88B4;
                    font-size: 12px;
                    padding-left: 7px;
                    padding-right: 4px
                }

                .cc-content-page-main .cc-header .cc-breadcrumbs .cc-breadcrumbs-link:hover {
                    text-decoration: underline
                }

                .cc-content-page-main .cc-header .cc-breadcrumbs .cc-breadcrumbs-link.cc-breadcrumbs-active {
                    font-weight: 600;
                    cursor: default
                }

                    .cc-content-page-main .cc-header .cc-breadcrumbs .cc-breadcrumbs-link.cc-breadcrumbs-active:after {
                        display: none
                    }

                    .cc-content-page-main .cc-header .cc-breadcrumbs .cc-breadcrumbs-link.cc-breadcrumbs-active:hover {
                        text-decoration: none
                    }

        .cc-content-page-main .cc-header .cc-header-item {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            position: relative;
            height: 100%;
            padding: 0 24px;
            border-left: 1px solid rgba(255,255,255,.1);
            float: right;
            cursor: pointer;
            overflow: visible
        }

            .cc-content-page-main .cc-header .cc-header-item .cc-content-text {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                text-align: center
            }

                .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-label {
                    font-family: 'Open Sans',sans-serif;
                    font-weight: 400;
                    font-size: 12px;
                    color: #fff;
                    padding-right: 4px;
                    display: inline-block;
                    vertical-align: middle
                }

                .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-svg {
                    -webkit-transition: all .2s ease-out;
                    -moz-transition: all .2s ease-out;
                    -ms-transition: all .2s ease-out;
                    -o-transition: all .2s ease-out;
                    transition: all .2s ease-out;
                    display: inline-block;
                    vertical-align: middle;
                    opacity: .5
                }

                .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-initials {
                    width: 36px;
                    height: 36px;
                    display: inline-block;
                    vertical-align: middle;
                    -webkit-border-radius: 36px;
                    -moz-border-radius: 36px;
                    border-radius: 36px;
                    overflow: hidden;
                    background: #EDEDED;
                    position: relative;
                    margin-right: 8px
                }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-initials.cc-content-initials-admin {
                        background: #EEEDC6;
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-initials.cc-content-initials-manager {
                        background: #EEC6C6;
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-initials.cc-content-initials-external {
                        background: #C6EEEE;
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-initials.cc-content-initials-service {
                        background: #CAE6B5;
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-initials .cc-initials {
                        font-family: 'Open Sans',sans-serif;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 36px;
                        display: block;
                        text-align: center;
                        text-transform: uppercase;
                        color: #2D2D2D
                    }

                .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 8px
                }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status .cc-icon {
                        width: 14px;
                        height: 28px;
                        display: block
                    }

                        .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status .cc-icon .cc-first {
                            fill: #969696
                        }

                        .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status .cc-icon .cc-second {
                            fill: #969696
                        }

                        .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status .cc-icon .cc-third {
                            fill: #969696
                        }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-error .cc-icon .cc-first {
                        fill: #969696
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-error .cc-icon .cc-second {
                        fill: #969696
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-error .cc-icon .cc-third {
                        fill: #D0021B
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-warning .cc-icon .cc-first {
                        fill: #969696
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-warning .cc-icon .cc-second {
                        fill: #F5A623
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-warning .cc-icon .cc-third {
                        fill: #969696
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-success .cc-icon .cc-first {
                        fill: #1EB925
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-success .cc-icon .cc-second {
                        fill: #969696
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-success .cc-icon .cc-third {
                        fill: #969696
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-releasesemaphore-status .cc-icon .cc-bulb {
                        fill: #969696
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-releasesemaphore-status .cc-icon .cc-bulb.cc-active {
                        fill: #016FB9 !important
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-releasesemaphore-status .cc-icon .cc-bulb.cc-success {
                        fill: #1EB925 !important
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-content-text .cc-content-icon-status.cc-releasesemaphore-status .cc-icon .cc-bulb.cc-error {
                        fill: #D0021B !important
                    }

            .cc-content-page-main .cc-header .cc-header-item .cc-megamenu {
                position: relative;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                position: absolute;
                z-index: 999;
                top: 90%;
                width: 100%;
                min-width: 150px;
                background: 0 0;
                padding-top: 10px;
                display: none
            }

                .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language {
                    min-width: 10px
                }

                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language .cc-megamenu-items .cc-item {
                        font-size: 0;
                        text-align: left;
                        opacity: .3;
                        padding: 4px 0
                    }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language .cc-megamenu-items .cc-item .cc-flag {
                            display: inline-block;
                            vertical-align: middle;
                            width: 20px;
                            height: 16px;
                            margin-right: 5px
                        }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language .cc-megamenu-items .cc-item .cc-label {
                            display: inline-block;
                            vertical-align: middle;
                            font-family: 'Open Sans',sans-serif;
                            font-weight: 400;
                            font-size: 12px;
                            color: #fff;
                            text-align: left;
                            padding: 0
                        }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language .cc-megamenu-items .cc-item.cc-active, .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language .cc-megamenu-items .cc-item:hover {
                            opacity: 1
                        }

                            .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language .cc-megamenu-items .cc-item.cc-active .cc-label {
                                font-weight: 700
                            }

                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language.cc-megamenu-language-2 .cc-megamenu-items .cc-item {
                        text-align: center
                    }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language.cc-megamenu-language-2 .cc-megamenu-items .cc-item .cc-flag {
                            display: none
                        }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-language.cc-megamenu-language-2 .cc-megamenu-items .cc-item .cc-label {
                            display: block;
                            text-align: center
                        }

                .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message {
                    width: 350px
                }

                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-megamenu-items {
                        padding: 30px 20px
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-close {
                        position: absolute;
                        top: 10px;
                        right: 10px
                    }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-close .cc-icon {
                            display: block;
                            width: 10px;
                            height: 10px
                        }

                            .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-close .cc-icon circle, .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-close .cc-icon path, .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-close .cc-icon polygon, .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-close .cc-icon rect {
                                fill: #9B9B9B
                            }

                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-text {
                        font-family: 'Open Sans',sans-serif;
                        font-weight: 400;
                        font-size: 12px;
                        color: #9B9B9B;
                        text-align: left;
                        padding: 0 0 4px 0;
                        display: block
                    }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-text.cc-text-highlights {
                            color: #fff
                        }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-text b, .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-text strong {
                            font-weight: 700
                        }

                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action {
                        margin-top: 20px
                    }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action .cc-content-select {
                            width: 58%;
                            float: left;
                            padding-right: 10px
                        }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action .cc-content-button {
                            width: 42%;
                            float: right
                        }

                            .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action .cc-content-button .cc-button {
                                font-size: 0;
                                background: #489DCE;
                                border: 1px solid #268DC9;
                                display: block;
                                padding: 8px 8px;
                                width: 100%;
                                text-align: center;
                                -webkit-border-radius: 3px;
                                -moz-border-radius: 3px;
                                border-radius: 3px
                            }

                                .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action .cc-content-button .cc-button .cc-icon {
                                    display: inline-block;
                                    vertical-align: middle;
                                    margin-right: 4px;
                                    width: 14px;
                                    height: 14px
                                }

                                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action .cc-content-button .cc-button .cc-icon circle, .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action .cc-content-button .cc-button .cc-icon path, .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action .cc-content-button .cc-button .cc-icon polygon, .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action .cc-content-button .cc-button .cc-icon rect {
                                        fill: #fff
                                    }

                                .cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action .cc-content-button .cc-button .cc-text {
                                    display: inline-block;
                                    vertical-align: middle;
                                    font-family: 'Open Sans',sans-serif;
                                    font-weight: 400;
                                    color: #fff;
                                    font-size: 12px;
                                    line-height: 14px;
                                    text-transform: none;
                                    text-align: center;
                                    padding: 0;
                                    margin: 0
                                }

                .cc-content-page-main .cc-header .cc-header-item .cc-megamenu .cc-megamenu-items {
                    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
                    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
                    box-shadow: 0 0 8px rgba(0,0,0,.6);
                    background: #232222;
                    color: #fff;
                    position: relative;
                    padding: 16px
                }

                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu .cc-megamenu-items:after {
                        content: '';
                        display: block;
                        position: relative;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                        transform: translateX(-50%);
                        position: absolute;
                        top: -10px;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 0 10px 10px 10px;
                        border-color: transparent transparent #232222 transparent
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu .cc-megamenu-items .cc-items-group {
                        border-bottom: 1px solid #4E4E4E
                    }

                    .cc-content-page-main .cc-header .cc-header-item .cc-megamenu .cc-megamenu-items .cc-item {
                        font-family: 'Open Sans',sans-serif;
                        font-weight: 400;
                        font-size: 14px;
                        color: #9B9B9B;
                        text-align: left;
                        padding: 8px 0;
                        display: block;
                        position: relative
                    }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu .cc-megamenu-items .cc-item .cc-bullet {
                            position: relative;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            -moz-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            -o-transform: translateY(-50%);
                            transform: translateY(-50%);
                            position: absolute;
                            display: block;
                            right: 0;
                            width: 6px;
                            height: 6px;
                            -webkit-border-radius: 6px;
                            -moz-border-radius: 6px;
                            border-radius: 6px;
                            background: #EF4F50;
                            overflow: hidden
                        }

                        .cc-content-page-main .cc-header .cc-header-item .cc-megamenu .cc-megamenu-items .cc-item.cc-active, .cc-content-page-main .cc-header .cc-header-item .cc-megamenu .cc-megamenu-items .cc-item:hover {
                            color: #fff
                        }

            .cc-content-page-main .cc-header .cc-header-item.cc-content-notification .cc-icon {
                width: 17px;
                height: 20px;
                margin: 0 auto;
                margin-top: 10px
            }

            .cc-content-page-main .cc-header .cc-header-item:hover {
                background: rgba(255,255,255,.1)
            }

                .cc-content-page-main .cc-header .cc-header-item:hover .cc-content-text .cc-svg {
                    opacity: 1
                }

                .cc-content-page-main .cc-header .cc-header-item:hover .cc-megamenu {
                    display: block
                }

    .cc-content-page-main .cc-footer {
        padding: 0 30px;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%
    }

        .cc-content-page-main .cc-footer .cc-content-info {
            border-top: 1px solid #f2f2f2;
            padding: 24px 0 32px 0;
            text-align: center
        }

            .cc-content-page-main .cc-footer .cc-content-info .cc-content-logo {
                display: inline-block;
                vertical-align: top;
                width: 90px;
                margin-right: 24px
            }

                .cc-content-page-main .cc-footer .cc-content-info .cc-content-logo .cc-footer-logo {
                    display: block;
                    width: 100%;
                    height: 29px;
                    margin: 0;
                    padding: 0
                }

            .cc-content-page-main .cc-footer .cc-content-info .cc-text {
                font-family: 'Open Sans',sans-serif;
                font-weight: 400;
                font-size: 12px;
                display: inline-block;
                vertical-align: top;
                color: #898E93;
                margin-top: 6px
            }

    .cc-content-page-main.cc-dark-page {
        background: #eaeaea
    }

.cc-container-in-page {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.cc-menu-close .cc-col-menu {
    width: 48px;
    min-width: 48px;
    overflow: hidden
}

    .cc-menu-close .cc-col-menu .cc-menu .cc-menu-fixed {
        width: 48px;
        overflow: hidden
    }

    .cc-menu-close .cc-col-menu .cc-menu-item-logo {
        padding: 0;
        border-left: none
    }

    .cc-menu-close .cc-col-menu .cc-content-logo-main {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .cc-menu-close .cc-col-menu .cc-content-logo-main .cc-logo-main {
            width: 23px;
            height: 23px;
            margin-right: auto;
            margin-left: auto;
            display: block
        }

        .cc-menu-close .cc-col-menu .cc-content-logo-main .cc-logo-main-text {
            display: none
        }

.cc-menu-close .cc-content-page-main {
    width: calc(100% - 48px)
}

.cc-menu-close .cc-col-menu .cc-menu .cc-menu-item .cc-svg-arrow-down-light {
    display: none
}

@media (max-width:779px) {
    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level {
        border-bottom: 1px solid #3C3939
    }

        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-svg-arrow-down-light {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0)
        }

        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level {
            position: relative;
            top: auto;
            bottom: auto;
            left: auto;
            box-shadow: none;
            width: 100%
        }

            .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level .cc-other-level {
                top: auto;
                bottom: auto
            }

        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item:hover .cc-second-level-item {
            background: rgba(255,255,255,.1)
        }

            .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item:hover .cc-second-level-item .cc-text {
                color: #fff
            }

        .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item.cc-active .cc-second-level-item {
            border-left-color: #489DCE
        }

            .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item.cc-active .cc-second-level-item .cc-text {
                font-weight: 700;
                color: #fff
            }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-content-second-level-item.cc-has-sublevel:hover > .cc-other-level {
        display: none
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-content-other-level-item.cc-has-sublevel:hover > .cc-other-level {
        display: none
    }

    .cc-content-page-main {
        width: calc(100% - 48px);
        min-width: calc(100% - 48px)
    }

        .cc-content-page-main .cc-header .cc-header-left {
            width: 100%;
            float: none
        }

        .cc-content-page-main .cc-header .cc-header-right {
            width: 100%;
            float: none;
            display: none
        }

        .cc-content-page-main .cc-header .cc-breadcrumbs {
            font-size: 11px
        }

            .cc-content-page-main .cc-header .cc-breadcrumbs .cc-breadcrumbs-link {
                font: inherit;
                color: inherit;
                display: inline-block;
                position: relative
            }

        .cc-content-page-main .cc-footer .cc-content-info {
            padding: 15px 0
        }

            .cc-content-page-main .cc-footer .cc-content-info .cc-content-logo {
                display: block;
                margin: 0 auto 10px auto
            }

            .cc-content-page-main .cc-footer .cc-content-info .cc-text {
                display: block;
                text-align: center;
                font-size: 11px
            }
}

@media (min-width:780px) and (max-width:1024px) {
    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level {
        border-bottom: 1px solid #3C3939
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-svg-arrow-down-light {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        box-shadow: none;
        width: 100%
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item .cc-other-level .cc-other-level {
        top: auto;
        bottom: auto
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item:hover .cc-second-level-item {
        background: rgba(255,255,255,.1)
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item:hover .cc-second-level-item .cc-text {
        color: #fff
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item.cc-active .cc-second-level-item {
        border-left-color: #489DCE
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-second-level .cc-content-second-level-item.cc-active .cc-second-level-item .cc-text {
        font-weight: 700;
        color: #fff
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-content-second-level-item.cc-has-sublevel:hover > .cc-other-level {
        display: none
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-content-other-level-item.cc-has-sublevel:hover > .cc-other-level {
        display: none
    }

    .cc-content-page-main {
        width: calc(100% - 48px);
        min-width: calc(100% - 48px)
    }

        .cc-content-page-main .cc-header {
            padding: 0 0 0 20px;
            position: relative;
        }

            .cc-content-page-main .cc-header .cc-header-left {
                width: 2%;
                float: left
            }

            .cc-content-page-main .cc-header .cc-header-right {
                width: 98% !important;
                float: right;
                position: relative;
                background: inherit;
            }

            .cc-content-page-main .cc-header .cc-breadcrumbs {
                font-size: 11px
            }

                .cc-content-page-main .cc-header .cc-breadcrumbs .cc-breadcrumbs-link {
                    font: inherit;
                    color: inherit;
                    display: inline-block;
                    position: relative
                }


        .cc-content-page-main .cc-footer .cc-content-info {
            padding: 15px 0
        }

            .cc-content-page-main .cc-footer .cc-content-info .cc-content-logo {
                display: block;
                margin: 0 auto 10px auto
            }

            .cc-content-page-main .cc-footer .cc-content-info .cc-text {
                display: block;
                text-align: center;
                font-size: 11px
            }
}

@media (min-width:1025px) {
    .cc-col-menu .cc-menu .cc-content-menu-item .cc-content-second-level-item.cc-has-sublevel:hover > .cc-other-level {
        display: block !important
    }

    .cc-col-menu .cc-menu .cc-content-menu-item .cc-content-other-level-item.cc-has-sublevel:hover > .cc-other-level {
        display: block !important
    }
}

.cc-content-form .cc-row:after, .cc-content-form .cc-row:before {
    content: " ";
    display: table
}

.cc-content-form .cc-row:after {
    clear: both
}

.cc-content-form .cc-row {
    margin: 0 -15px
}

    .cc-content-form .cc-row .cc-col-full {
        width: 100%;
        padding: 0 15px
    }

    .cc-content-form .cc-row .cc-col-half {
        width: 50%;
        float: left;
        padding: 0 15px
    }

    .cc-content-form .cc-row .cc-col-third {
        width: 33.333333%;
        float: left;
        padding: 0 15px
    }

.cc-content-form .cc-form-group {
    margin-bottom: 8px
}

    .cc-content-form .cc-form-group .cc-label-form {
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #000;
        display: block;
        text-align: left;
        padding-bottom: 2px
    }

    .cc-content-form .cc-form-group .cc-content-input {
        position: relative
    }

        .cc-content-form .cc-form-group .cc-content-input .cc-input {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            height: 40px;
            border: 1px solid #E6E6E6;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            font-size: 12px;
            padding: 4px 32px 4px 12px
        }

            .cc-content-form .cc-form-group .cc-content-input .cc-input:focus {
                border-color: #b3b3b3
            }

        .cc-content-form .cc-form-group .cc-content-input .cc-content-icon {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 2;
            right: 12px;
            width: 15px;
            background: 0 0;
            border: none
        }

            .cc-content-form .cc-form-group .cc-content-input .cc-content-icon .cc-icon {
                display: block;
                width: 100%
            }

                .cc-content-form .cc-form-group .cc-content-input .cc-content-icon .cc-icon circle, .cc-content-form .cc-form-group .cc-content-input .cc-content-icon .cc-icon path, .cc-content-form .cc-form-group .cc-content-input .cc-content-icon .cc-icon polygon, .cc-content-form .cc-form-group .cc-content-input .cc-content-icon .cc-icon rect {
                    fill: #D2D2D2
                }

    .cc-content-form .cc-form-group .cc-content-select .bootstrap-select .dropdown-toggle {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        height: 40px;
        border: 1px solid #E6E6E6;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 12px;
        padding: 4px 32px 4px 12px
    }

        .cc-content-form .cc-form-group .cc-content-select .bootstrap-select .dropdown-toggle:focus {
            border-color: #b3b3b3
        }

    .cc-content-form .cc-form-group .cc-content-select .bootstrap-select .dropdown-menu {
        border-color: #E6E6E6
    }

    .cc-content-form .cc-form-group .cc-content-error {
        margin-top: 4px;
        height: 17px
    }

        .cc-content-form .cc-form-group .cc-content-error .cc-error {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            color: #d40f0f;
            font-size: 11px;
            text-align: left;
            display: block
        }

    .cc-content-form .cc-form-group .cc-form-button {
        background: #489DCE;
        border: 1px solid #268DC9;
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        padding: 12px 12px;
        width: 100%
    }

@media (max-width:767px) {
    .cc-content-form .cc-row .cc-col-half {
        width: 100%;
        float: none
    }

    .cc-content-form .cc-row .cc-col-third {
        width: 100%;
        float: none
    }

    .cc-content-form .cc-form-group {
        margin-bottom: 12px
    }
}

.cc-hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px
}

    .cc-hero .cc-hero-background {
        display: block;
        min-height: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .cc-hero .cc-color-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background: #233351;
        opacity: .5
    }

    .cc-hero .cc-info {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 3;
        margin-top: -15px
    }

        .cc-hero .cc-info .cc-title {
            font-family: 'Open Sans',sans-serif;
            font-weight: 400;
            font-size: 95px;
            line-height: 140px;
            text-align: center;
            color: #fff;
            font-style: normal;
            text-transform: none
        }

            .cc-hero .cc-info .cc-title b, .cc-hero .cc-info .cc-title strong {
                font-weight: 700
            }

        .cc-hero .cc-info .cc-subtitle {
            font-family: 'Open Sans',sans-serif;
            font-weight: 700;
            font-size: 18px;
            text-align: center;
            color: #fff;
            font-style: normal;
            text-transform: none
        }

@media (max-width:1199px) {
    .cc-hero .cc-hero-background {
        min-height: 100%;
        min-width: 100%
    }
}

@media (max-width:1024px) {
    .cc-hero {
        height: 200px
    }

        .cc-hero .cc-info {
            padding: 0 15px;
            margin-top: -15px
        }

            .cc-hero .cc-info .cc-title {
                font-size: 65px;
                line-height: 100px
            }

            .cc-hero .cc-info .cc-subtitle {
                font-size: 18px
            }
}

@media (max-width:767px) {
    .cc-hero {
        height: 120px
    }

        .cc-hero .cc-hero-background {
            width: auto
        }

        .cc-hero .cc-info {
            margin-top: -5px
        }

            .cc-hero .cc-info .cc-title {
                font-size: 25px;
                line-height: 40px
            }

            .cc-hero .cc-info .cc-subtitle {
                font-size: 11px;
                font-weight: 400
            }
}

.cc-dashboard {
    padding: 24px 15px
}

    .cc-dashboard .container {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .cc-dashboard .cc-content-controls {
        padding: 0 0 15px 0;
        text-align: center
    }

        .cc-dashboard .cc-content-controls .cc-control {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            display: inline-block;
            vertical-align: middle;
            height: 35px;
            background: #BFBFBF;
            border: none;
            cursor: pointer;
            overflow: hidden;
            padding: 0 16px;
            margin: 0 6px 15px 6px
        }

            .cc-dashboard .cc-content-controls .cc-control .cc-content-info {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                margin-top: -2px
            }

            .cc-dashboard .cc-content-controls .cc-control .cc-text {
                font-family: 'Open Sans',sans-serif;
                font-weight: 400;
                font-size: 14px;
                color: #fff;
                display: inline-block;
                vertical-align: middle
            }

            .cc-dashboard .cc-content-controls .cc-control .cc-svg {
                display: inline-block;
                vertical-align: middle;
                width: 18px;
                height: 18px;
                padding-right: 0
            }

            .cc-dashboard .cc-content-controls .cc-control.cc-control-all.mixitup-control-active, .cc-dashboard .cc-content-controls .cc-control.cc-control-all:hover {
                background: #3F4245
            }

            .cc-dashboard .cc-content-controls .cc-control.cc-control-view.mixitup-control-active, .cc-dashboard .cc-content-controls .cc-control.cc-control-view:hover {
                background: #82D0DC
            }

            .cc-dashboard .cc-content-controls .cc-control.cc-control-execute.mixitup-control-active, .cc-dashboard .cc-content-controls .cc-control.cc-control-execute:hover {
                background: #F04D4E
            }

            .cc-dashboard .cc-content-controls .cc-control.cc-control-configure.mixitup-control-active, .cc-dashboard .cc-content-controls .cc-control.cc-control-configure:hover {
                background: #3C88B4
            }

            .cc-dashboard .cc-content-controls .cc-control.cc-control-importexport.mixitup-control-active, .cc-dashboard .cc-content-controls .cc-control.cc-control-importexport:hover {
                background: #6A286F
            }

            .cc-dashboard .cc-content-controls .cc-control.cc-control-powerbi.mixitup-control-active, .cc-dashboard .cc-content-controls .cc-control.cc-control-powerbi:hover {
                background: #F1C910
            }

    .cc-dashboard .cc-content-cards .cc-col-card {
        padding: 0 15px 30px 15px;
        width: 25%;
        float: left
    }

        .cc-dashboard .cc-content-cards .cc-col-card .cc-card {
            display: block;
            width: 100%;
            overflow: hidden;
            background: #fff;
            position: relative;
            padding: 0 16px 16px 16px;
            cursor: pointer
        }

            .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-background {
                -webkit-transition: all .1s ease-out;
                -moz-transition: all .1s ease-out;
                -ms-transition: all .1s ease-out;
                -o-transition: all .1s ease-out;
                transition: all .1s ease-out;
                z-index: 1;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background: #489DCE
            }

            .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-category {
                position: relative;
                z-index: 2;
                display: block;
                text-align: left;
                height: 40px;
                padding: 0;
                overflow: hidden
            }

                .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-category .cc-category {
                    position: relative;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-category .cc-icon {
                    display: inline-block;
                    vertical-align: middle;
                    width: 18px;
                    height: 18px;
                    margin-right: 4px
                }

                    .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-category .cc-icon circle, .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-category .cc-icon path, .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-category .cc-icon polygon, .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-category .cc-icon rect {
                        fill: #489DCE
                    }

                .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-category .cc-label {
                    -webkit-transition: all .2s ease-out;
                    -moz-transition: all .2s ease-out;
                    -ms-transition: all .2s ease-out;
                    -o-transition: all .2s ease-out;
                    transition: all .2s ease-out;
                    display: inline-block;
                    vertical-align: middle;
                    font-family: 'Open Sans',sans-serif;
                    font-weight: 600;
                    font-size: 10px;
                    color: #489DCE;
                    text-transform: uppercase
                }

            .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-title {
                position: relative;
                z-index: 2;
                height: 48px
            }

                .cc-dashboard .cc-content-cards .cc-col-card .cc-card .cc-content-title .cc-label {
                    font-family: 'Open Sans',sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    text-align: left;
                    color: #4A4A4A;
                    display: block;
                    position: absolute;
                    z-index: 2;
                    bottom: 0;
                    left: 0;
                    width: 100%
                }

            .cc-dashboard .cc-content-cards .cc-col-card .cc-card:hover .cc-background {
                height: 100%
            }

            .cc-dashboard .cc-content-cards .cc-col-card .cc-card:hover div.cc-content-category .cc-icon circle, .cc-dashboard .cc-content-cards .cc-col-card .cc-card:hover div.cc-content-category .cc-icon path, .cc-dashboard .cc-content-cards .cc-col-card .cc-card:hover div.cc-content-category .cc-icon polygon, .cc-dashboard .cc-content-cards .cc-col-card .cc-card:hover div.cc-content-category .cc-icon rect {
                fill: #fff
            }

            .cc-dashboard .cc-content-cards .cc-col-card .cc-card:hover div.cc-content-category .cc-label {
                color: #fff
            }

            .cc-dashboard .cc-content-cards .cc-col-card .cc-card:hover .cc-content-title .cc-label {
                color: #fff
            }

        .cc-dashboard .cc-content-cards .cc-col-card.configure .cc-card .cc-background {
            background: #3C88B4
        }

        .cc-dashboard .cc-content-cards .cc-col-card.configure .cc-card .cc-content-category .cc-icon circle, .cc-dashboard .cc-content-cards .cc-col-card.configure .cc-card .cc-content-category .cc-icon path, .cc-dashboard .cc-content-cards .cc-col-card.configure .cc-card .cc-content-category .cc-icon polygon, .cc-dashboard .cc-content-cards .cc-col-card.configure .cc-card .cc-content-category .cc-icon rect {
            fill: #3C88B4
        }

        .cc-dashboard .cc-content-cards .cc-col-card.configure .cc-card .cc-content-category .cc-label {
            color: #3C88B4
        }

        .cc-dashboard .cc-content-cards .cc-col-card.importexport .cc-card .cc-background {
            background: #6A286F
        }

        .cc-dashboard .cc-content-cards .cc-col-card.importexport .cc-card .cc-content-category .cc-icon circle, .cc-dashboard .cc-content-cards .cc-col-card.importexport .cc-card .cc-content-category .cc-icon path, .cc-dashboard .cc-content-cards .cc-col-card.importexport .cc-card .cc-content-category .cc-icon polygon, .cc-dashboard .cc-content-cards .cc-col-card.importexport .cc-card .cc-content-category .cc-icon rect {
            fill: #6A286F
        }

        .cc-dashboard .cc-content-cards .cc-col-card.importexport .cc-card .cc-content-category .cc-label {
            color: #6A286F
        }

        .cc-dashboard .cc-content-cards .cc-col-card.execute .cc-card .cc-background {
            background: #F04D4E
        }

        .cc-dashboard .cc-content-cards .cc-col-card.execute .cc-card .cc-content-category .cc-icon circle, .cc-dashboard .cc-content-cards .cc-col-card.execute .cc-card .cc-content-category .cc-icon path, .cc-dashboard .cc-content-cards .cc-col-card.execute .cc-card .cc-content-category .cc-icon polygon, .cc-dashboard .cc-content-cards .cc-col-card.execute .cc-card .cc-content-category .cc-icon rect {
            fill: #F04D4E
        }

        .cc-dashboard .cc-content-cards .cc-col-card.execute .cc-card .cc-content-category .cc-label {
            color: #F04D4E
        }

        .cc-dashboard .cc-content-cards .cc-col-card.powerbi .cc-card .cc-background {
            background: #F1C910
        }

        .cc-dashboard .cc-content-cards .cc-col-card.powerbi .cc-card .cc-content-category .cc-icon circle, .cc-dashboard .cc-content-cards .cc-col-card.powerbi .cc-card .cc-content-category .cc-icon path, .cc-dashboard .cc-content-cards .cc-col-card.powerbi .cc-card .cc-content-category .cc-icon polygon, .cc-dashboard .cc-content-cards .cc-col-card.powerbi .cc-card .cc-content-category .cc-icon rect {
            fill: #F1C910
        }

        .cc-dashboard .cc-content-cards .cc-col-card.powerbi .cc-card .cc-content-category .cc-label {
            color: #F1C910
        }

        .cc-dashboard .cc-content-cards .cc-col-card.view .cc-card .cc-background {
            background: #82D0DC
        }

        .cc-dashboard .cc-content-cards .cc-col-card.view .cc-card .cc-content-category .cc-icon circle, .cc-dashboard .cc-content-cards .cc-col-card.view .cc-card .cc-content-category .cc-icon path, .cc-dashboard .cc-content-cards .cc-col-card.view .cc-card .cc-content-category .cc-icon polygon, .cc-dashboard .cc-content-cards .cc-col-card.view .cc-card .cc-content-category .cc-icon rect {
            fill: #82D0DC
        }

        .cc-dashboard .cc-content-cards .cc-col-card.view .cc-card .cc-content-category .cc-label {
            color: #82D0DC
        }

.dashboard-card-loading {
    background-image: url('../images/card-loading.svg');
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;    
}

@media (min-width:1500px) {
    .cc-dashboard .cc-content-cards .cc-col-card {
        width: 20%
    }
}

@media (max-width:1199px) {
    .cc-dashboard .cc-content-cards .cc-col-card {
        width: 33.3333333%
    }
}

@media (max-width:991px) {
    .cc-dashboard .cc-content-cards .cc-col-card {
        width: 50%
    }
}

@media (max-width:767px) {
    .cc-dashboard .cc-content-cards .cc-col-card {
        width: 100%
    }
}

.cc-menu-in-page {
    background: #489DCE;
    position: relative
}

    .cc-menu-in-page .cc-menu-container-left {
        width: calc(100% - 170px);
        padding-left: 12px;
        float: left
    }

    .cc-menu-in-page .cc-menu-container-right {
        width: 150px;
        padding-right: 12px;
        float: right
    }

        .cc-menu-in-page .cc-menu-container-right .cc-content-first-level-item {
            float: right
        }

            .cc-menu-in-page .cc-menu-container-right .cc-content-first-level-item .cc-button {
                padding: 0 15px
            }

                .cc-menu-in-page .cc-menu-container-right .cc-content-first-level-item .cc-button .cc-content-icon {
                    width: 16px;
                    margin-right: 0
                }

    .cc-menu-in-page .cc-content-first-level-item {
        float: left
    }

        .cc-menu-in-page .cc-content-first-level-item.cc-border-right {
            border-right: 1px solid #89BFDF;
            padding-right: 15px;
            margin-right: 15px
        }

        .cc-menu-in-page .cc-content-first-level-item.cc-item-selected {
            position: relative
        }

            .cc-menu-in-page .cc-content-first-level-item.cc-item-selected:after {
                content: '';
                display: block;
                left: 50%;
                margin-left: -10px;
                bottom: -1px;
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 8px 8px 8px;
                border-color: transparent transparent #eaeaea transparent
            }

        .cc-menu-in-page .cc-content-first-level-item .cc-button {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            position: relative;
            height: 40px;
            white-space: nowrap;
            border: none;
            cursor: pointer;
            background: 0 0;
            padding: 0 15px;
            display: block
        }

            .cc-menu-in-page .cc-content-first-level-item .cc-button .cc-content-info {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 0
            }

            .cc-menu-in-page .cc-content-first-level-item .cc-button .cc-content-icon {
                display: inline-block;
                vertical-align: middle;
                width: 16px;
                margin-right: 8px
            }

                .cc-menu-in-page .cc-content-first-level-item .cc-button .cc-content-icon .cc-icon {
                    -webkit-transition: all .2s ease-out;
                    -moz-transition: all .2s ease-out;
                    -ms-transition: all .2s ease-out;
                    -o-transition: all .2s ease-out;
                    transition: all .2s ease-out;
                    display: block;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    opacity: .5
                }

                    .cc-menu-in-page .cc-content-first-level-item .cc-button .cc-content-icon .cc-icon circle, .cc-menu-in-page .cc-content-first-level-item .cc-button .cc-content-icon .cc-icon path, .cc-menu-in-page .cc-content-first-level-item .cc-button .cc-content-icon .cc-icon polygon, .cc-menu-in-page .cc-content-first-level-item .cc-button .cc-content-icon .cc-icon rect {
                        fill: #fff
                    }

            .cc-menu-in-page .cc-content-first-level-item .cc-button .cc-label {
                font-family: 'Open Sans',sans-serif;
                font-weight: 600;
                font-size: 12px;
                text-transform: uppercase;
                color: #fff;
                display: inline-block;
                vertical-align: middle
            }

            .cc-menu-in-page .cc-content-first-level-item .cc-button .cc-title {
                font-family: 'Open Sans',sans-serif;
                font-weight: 600;
                font-size: 16px;
                color: #fff;
                display: inline-block;
                vertical-align: middle
            }

        .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button {
            background: #fff
        }

            .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon {
                opacity: 1
            }

                .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon circle, .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon path, .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon polygon, .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon rect, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon circle, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon path, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon polygon, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon rect, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon circle, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon path, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon polygon, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon rect {
                    fill: #489DCE
                }

            .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-label, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-label, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-label {
                color: #489DCE
            }

        .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-content-second-level-menu, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-content-second-level-menu, .cc-menu-in-page .cc-content-first-level-item:hover .cc-content-second-level-menu {
            display: block
        }

        .cc-menu-in-page .cc-content-first-level-item.cc-action .cc-button {
            padding: 0 8px
        }

            .cc-menu-in-page .cc-content-first-level-item.cc-action .cc-button .cc-label {
                text-transform: none
            }

    .cc-menu-in-page .cc-content-second-level-menu {
        display: none;
        position: absolute;
        z-index: 9;
        width: 100%;
        top: 40px;
        left: 0;
        background: #fff;
        overflow: hidden;
        overflow-x: auto
    }

        .cc-menu-in-page .cc-content-second-level-menu .cc-second-level-container {
            white-space: nowrap;
            text-align: left;
            padding: 24px 0
        }

            .cc-menu-in-page .cc-content-second-level-menu .cc-second-level-container .cc-second-level-col {
                white-space: normal;
                width: 200px;
                padding: 0 8px 0 24px;
                border-right: 1px solid #e6e6e6;
                display: inline-block;
                vertical-align: top
            }

                .cc-menu-in-page .cc-content-second-level-menu .cc-second-level-container .cc-second-level-col .cc-col-title {
                    font-family: 'Open Sans',sans-serif;
                    font-weight: 600;
                    font-size: 12px;
                    text-align: left;
                    display: block;
                    color: #4A4A4A;
                    text-transform: uppercase;
                    padding-bottom: 4px
                }

                .cc-menu-in-page .cc-content-second-level-menu .cc-second-level-container .cc-second-level-col .cc-item {
                    -webkit-transition: all .2s ease-out;
                    -moz-transition: all .2s ease-out;
                    -ms-transition: all .2s ease-out;
                    -o-transition: all .2s ease-out;
                    transition: all .2s ease-out;
                    display: block;
                    padding: 3px 0;
                    font-family: 'Open Sans',sans-serif;
                    font-weight: 300;
                    font-size: 12px;
                    line-height: 15px;
                    color: #4A4A4A;
                    text-align: left;
                    cursor: pointer
                }

                    .cc-menu-in-page .cc-content-second-level-menu .cc-second-level-container .cc-second-level-col .cc-item:hover {
                        color: #489DCE
                    }

                    .cc-menu-in-page .cc-content-second-level-menu .cc-second-level-container .cc-second-level-col .cc-item.cc-active {
                        color: #489DCE;
                        font-weight: 700
                    }

                .cc-menu-in-page .cc-content-second-level-menu .cc-second-level-container .cc-second-level-col.cc-second-level-col-double {
                    border-right-color: transparent
                }

@media (max-width:1024px) {
    .cc-menu-in-page .cc-menu-container-left {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto
    }

    .cc-menu-in-page .cc-menu-container-right {
        display: none
    }

        .cc-menu-in-page .cc-menu-container-right .cc-content-first-level-item .cc-button {
            padding: 0 12px
        }

    .cc-menu-in-page .cc-content-first-level-item {
        display: inline-block;
        float: none;
        vertical-align: top
    }

        .cc-menu-in-page .cc-content-first-level-item .cc-content-second-level-menu {
            display: none
        }

        .cc-menu-in-page .cc-content-first-level-item:hover .cc-button {
            background: 0 0
        }

            .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon {
                opacity: .5
            }

                .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon circle, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon path, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon polygon, .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-content-icon .cc-icon rect {
                    fill: #fff
                }

            .cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-label {
                color: #fff
            }

        .cc-menu-in-page .cc-content-first-level-item:hover .cc-content-second-level-menu {
            display: none
        }

        .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button {
            background: #fff
        }

            .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon {
                opacity: 1
            }

                .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon circle, .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon path, .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon polygon, .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-content-icon .cc-icon rect, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon circle, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon path, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon polygon, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-content-icon .cc-icon rect {
                    fill: #489DCE
                }

            .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-button .cc-label, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-button .cc-label {
                color: #489DCE
            }

        .cc-menu-in-page .cc-content-first-level-item.cc-active .cc-content-second-level-menu, .cc-menu-in-page .cc-content-first-level-item.cc-open .cc-content-second-level-menu {
            display: block
        }

        .cc-menu-in-page .cc-content-first-level-item.cc-action .cc-button {
            padding: 0 8px
        }

            .cc-menu-in-page .cc-content-first-level-item.cc-action .cc-button .cc-content-icon {
                margin: 0
            }

            .cc-menu-in-page .cc-content-first-level-item.cc-action .cc-button .cc-label {
                display: none
            }
}

.cc-action-table {
    padding: 24px 20px 16px 20px
}

    .cc-action-table.cc-action-table-2 {
        padding-left: 0;
        padding-right: 0
    }

        .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button {
            height: 24px
        }

            .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button .cc-text {
                line-height: 14px
            }

            .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button .cc-icon circle, .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button .cc-icon path, .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button .cc-icon polygon, .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button .cc-icon rect {
                fill: #489DCE
            }

            .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button.cc-button-primary {
                background: #489DCE;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px
            }

                .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button.cc-button-primary .cc-text {
                    color: #fff;
                    margin-bottom: 2px
                }

                .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button.cc-button-primary .cc-icon {
                    opacity: .3;
                    margin-right: 2px;
                    margin-bottom: 2px
                }

                    .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button.cc-button-primary .cc-icon circle, .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button.cc-button-primary .cc-icon path, .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button.cc-button-primary .cc-icon polygon, .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button.cc-button-primary .cc-icon rect {
                        fill: #fff
                    }

    .cc-action-table.cc-action-table-3 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

        .cc-action-table.cc-action-table-3 .cc-input {
            border-color: #eaeaea
        }

        .cc-action-table.cc-action-table-3 .cc-content-actions .cc-button.cc-button-primary {
            background: #489DCE;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px
        }

            .cc-action-table.cc-action-table-3 .cc-content-actions .cc-button.cc-button-primary .cc-text {
                color: #fff;
                margin-bottom: 2px
            }

            .cc-action-table.cc-action-table-3 .cc-content-actions .cc-button.cc-button-primary .cc-icon {
                opacity: .3;
                margin-right: 2px;
                margin-bottom: 2px
            }

                .cc-action-table.cc-action-table-3 .cc-content-actions .cc-button.cc-button-primary .cc-icon circle, .cc-action-table.cc-action-table-3 .cc-content-actions .cc-button.cc-button-primary .cc-icon path, .cc-action-table.cc-action-table-3 .cc-content-actions .cc-button.cc-button-primary .cc-icon polygon, .cc-action-table.cc-action-table-3 .cc-content-actions .cc-button.cc-button-primary .cc-icon rect {
                    fill: #fff
                }

    .cc-action-table .cc-content-select .bootstrap-select .dropdown-toggle:active, .cc-action-table .cc-content-select .bootstrap-select .dropdown-toggle:focus {
        background-color: #fff;
        border-color: #fff
    }

    .cc-action-table .cc-content-actions {
        text-align: left
    }

        .cc-action-table .cc-content-actions .cc-content-select {
            width: 100%;
            max-width: 135px;
            margin-right: 4px;
            float: left
        }

        .cc-action-table .cc-content-actions .cc-button {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            height: 32px;
            background: #fff;
            display: block;
            float: left;
            border: 1px solid #eaeaea;
            cursor: pointer;
            text-align: center;
            position: relative;
            padding: 0 8px;
            margin-right: 4px;
            margin-bottom: 8px
        }

            .cc-action-table .cc-content-actions .cc-button .cc-info {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .cc-action-table .cc-content-actions .cc-button .cc-icon {
                display: inline-block;
                vertical-align: middle;
                width: 14px;
                height: 14px;
                margin-right: 0;
                opacity: 1
            }

                .cc-action-table .cc-content-actions .cc-button .cc-icon circle, .cc-action-table .cc-content-actions .cc-button .cc-icon path, .cc-action-table .cc-content-actions .cc-button .cc-icon polygon, .cc-action-table .cc-content-actions .cc-button .cc-icon rect {
                    fill: #b2b2b2
                }

            .cc-action-table .cc-content-actions .cc-button .cc-text {
                font-family: 'Open Sans',sans-serif;
                font-weight: 600;
                font-size: 12px;
                color: #2D2D2D;
                display: inline-block;
                vertical-align: middle
            }

            .cc-action-table .cc-content-actions .cc-button.cc-active .cc-icon, .cc-action-table .cc-content-actions .cc-button:hover .cc-icon {
                opacity: 1
            }

                .cc-action-table .cc-content-actions .cc-button.cc-active .cc-icon circle, .cc-action-table .cc-content-actions .cc-button.cc-active .cc-icon path, .cc-action-table .cc-content-actions .cc-button.cc-active .cc-icon polygon, .cc-action-table .cc-content-actions .cc-button.cc-active .cc-icon rect, .cc-action-table .cc-content-actions .cc-button:hover .cc-icon circle, .cc-action-table .cc-content-actions .cc-button:hover .cc-icon path, .cc-action-table .cc-content-actions .cc-button:hover .cc-icon polygon, .cc-action-table .cc-content-actions .cc-button:hover .cc-icon rect {
                    fill: #489DCE
                }

            .cc-action-table .cc-content-actions .cc-button.cc-active .cc-text, .cc-action-table .cc-content-actions .cc-button:hover .cc-text {
                color: #489DCE
            }

            .cc-action-table .cc-content-actions .cc-button:disabled {
                opacity: .6;
                background: #fff;
                cursor: default
            }

        .cc-action-table .cc-content-actions .cc-empty-space {
            width: 20px;
            height: 10px;
            float: left
        }

            .cc-action-table .cc-content-actions .cc-empty-space.cc-empty-space-small {
                width: 10px
            }

        .cc-action-table .cc-content-actions .cc-content-input {
            width: 100%;
            max-width: 250px;
            margin-right: 4px;
            float: left
        }

            .cc-action-table .cc-content-actions .cc-content-input.cc-content-input-right {
                margin-right: 0;
                margin-left: 4px;
                float: right;
                max-width: 170px
            }

            .cc-action-table .cc-content-actions .cc-content-input.cc-content-input-search {
                position: relative
            }

                .cc-action-table .cc-content-actions .cc-content-input.cc-content-input-search .cc-content-icon {
                    position: relative;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    position: absolute;
                    z-index: 2;
                    right: 8px;
                    width: 16px;
                    background: 0 0;
                    border: none
                }

                    .cc-action-table .cc-content-actions .cc-content-input.cc-content-input-search .cc-content-icon .cc-icon {
                        display: block;
                        width: 100%;
                        height: 16px
                    }

                        .cc-action-table .cc-content-actions .cc-content-input.cc-content-input-search .cc-content-icon .cc-icon circle, .cc-action-table .cc-content-actions .cc-content-input.cc-content-input-search .cc-content-icon .cc-icon path, .cc-action-table .cc-content-actions .cc-content-input.cc-content-input-search .cc-content-icon .cc-icon polygon, .cc-action-table .cc-content-actions .cc-content-input.cc-content-input-search .cc-content-icon .cc-icon rect {
                            fill: #D2D2D2
                        }

                .cc-action-table .cc-content-actions .cc-content-input.cc-content-input-search .cc-input {
                    padding-right: 32px
                }

        .cc-action-table .cc-content-actions .cc-content-range {
            float: left;
            width: 100%;
            max-width: 190px
        }

            .cc-action-table .cc-content-actions .cc-content-range .cc-range-element .cc-button {
                background: 0 0;
                display: inline-block;
                vertical-align: middle;
                float: none;
                margin: 0;
                border: none
            }

            .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range {
                width: 120px;
                display: inline-block;
                vertical-align: middle
            }

                .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range] {
                    -webkit-appearance: none;
                    margin: 9px 0;
                    width: 120px
                }

                    .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range]:focus {
                        outline: 0
                    }

                    .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range]::-webkit-slider-runnable-track {
                        -webkit-transition: all .2s ease-out;
                        -moz-transition: all .2s ease-out;
                        -ms-transition: all .2s ease-out;
                        -o-transition: all .2s ease-out;
                        transition: all .2s ease-out;
                        width: 120px;
                        height: 6px;
                        cursor: pointer;
                        background: #fff;
                        border: none;
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        border-radius: 0
                    }

                    .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range]::-webkit-slider-thumb {
                        border: 1px solid #489DCE;
                        height: 18px;
                        width: 18px;
                        -webkit-border-radius: 18px;
                        -moz-border-radius: 18px;
                        border-radius: 18px;
                        background: #489DCE;
                        cursor: pointer;
                        -webkit-appearance: none;
                        margin-top: -5px
                    }

                    .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range]::-moz-range-track {
                        -webkit-transition: all .2s ease-out;
                        -moz-transition: all .2s ease-out;
                        -ms-transition: all .2s ease-out;
                        -o-transition: all .2s ease-out;
                        transition: all .2s ease-out;
                        width: 120px;
                        height: 6px;
                        cursor: pointer;
                        background: #fff;
                        border: none;
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        border-radius: 0
                    }

                    .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range]::-moz-range-thumb {
                        border: 1px solid #489DCE;
                        height: 18px;
                        width: 18px;
                        -webkit-border-radius: 18px;
                        -moz-border-radius: 18px;
                        border-radius: 18px;
                        background: #489DCE;
                        cursor: pointer
                    }

                    .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range]::-ms-track {
                        -webkit-transition: all .2s ease-out;
                        -moz-transition: all .2s ease-out;
                        -ms-transition: all .2s ease-out;
                        -o-transition: all .2s ease-out;
                        transition: all .2s ease-out;
                        width: 120px;
                        height: 6px;
                        cursor: pointer;
                        background: 0 0;
                        border-color: transparent;
                        border-width: 0;
                        color: transparent
                    }

                    .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range]::-ms-fill-lower {
                        background: #fff;
                        border: none;
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        border-radius: 0
                    }

                    .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range]::-ms-fill-upper {
                        background: #fff;
                        border: none;
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        border-radius: 0
                    }

                    .cc-action-table .cc-content-actions .cc-content-range .cc-content-input-range input[type=range]::-ms-thumb {
                        border: 1px solid #489DCE;
                        height: 18px;
                        width: 18px;
                        -webkit-border-radius: 18px;
                        -moz-border-radius: 18px;
                        border-radius: 18px;
                        background: #489DCE;
                        cursor: pointer
                    }

.cc-check-group-container {
    overflow: hidden;
    width: 480px
}

.cc-action-table .cc-content-actions .cc-form-group {
    margin-bottom: 8px;
    width: 170px;
    float: left;
    margin-right: 6px
}

    .cc-action-table .cc-content-actions .cc-form-group.cc-form-group-align-right {
        margin-right: 0;
        margin-left: 4px;
        float: right;
        max-width: 170px
    }

    .cc-action-table .cc-content-actions .cc-form-group.cc-form-group-2 {
        width: 120px
    }

    .cc-action-table .cc-content-actions .cc-form-group.cc-form-group-3 {
        width: 150px
    }

    .cc-action-table .cc-content-actions .cc-form-group .cc-label-form {
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #000;
        display: block;
        text-align: left;
        padding-bottom: 2px;
        min-height: 19px
    }

    .cc-action-table .cc-content-actions .cc-form-group .cc-label-form {
        padding-right: 15px;
        display: inline-block;
        position: relative;
        margin-bottom: 2px
    }

        .cc-action-table .cc-content-actions .cc-form-group .cc-label-form .cc-svg {
            display: block;
            position: absolute;
            top: 4px;
            right: 0;
            width: 10px;
            height: 10px
        }

    .cc-action-table .cc-content-actions .cc-form-group .cc-content-input {
        position: relative
    }

        .cc-action-table .cc-content-actions .cc-form-group .cc-content-input .cc-input {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            height: 40px;
            border: 1px solid #E6E6E6;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            font-size: 12px;
            padding: 4px 32px 4px 12px
        }

            .cc-action-table .cc-content-actions .cc-form-group .cc-content-input .cc-input:focus {
                border-color: #b3b3b3
            }

        .cc-action-table .cc-content-actions .cc-form-group .cc-content-input .cc-content-icon {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 2;
            right: 12px;
            width: 15px;
            background: 0 0;
            border: none
        }

            .cc-action-table .cc-content-actions .cc-form-group .cc-content-input .cc-content-icon .cc-icon {
                display: block;
                width: 100%
            }

                .cc-action-table .cc-content-actions .cc-form-group .cc-content-input .cc-content-icon .cc-icon circle, .cc-action-table .cc-content-actions .cc-form-group .cc-content-input .cc-content-icon .cc-icon path, .cc-action-table .cc-content-actions .cc-form-group .cc-content-input .cc-content-icon .cc-icon polygon, .cc-action-table .cc-content-actions .cc-form-group .cc-content-input .cc-content-icon .cc-icon rect {
                    fill: #D2D2D2
                }

    .cc-action-table .cc-content-actions .cc-form-group .cc-content-select .bootstrap-select .dropdown-toggle {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        height: 40px;
        border: 1px solid #E6E6E6;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 12px;
        padding: 4px 32px 4px 12px
    }

        .cc-action-table .cc-content-actions .cc-form-group .cc-content-select .bootstrap-select .dropdown-toggle:focus {
            border-color: #b3b3b3
        }

    .cc-action-table .cc-content-actions .cc-form-group .cc-content-select .bootstrap-select .dropdown-menu {
        border-color: #E6E6E6
    }

    .cc-action-table .cc-content-actions .cc-form-group .cc-content-error {
        margin-top: 4px;
        height: 17px
    }

        .cc-action-table .cc-content-actions .cc-form-group .cc-content-error .cc-error {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            color: #d40f0f;
            font-size: 11px;
            text-align: left;
            display: block
        }

    .cc-action-table .cc-content-actions .cc-form-group .cc-form-button {
        background: #489DCE;
        border: 1px solid #268DC9;
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        padding: 12px 12px;
        width: 100%
    }

    .cc-action-table .cc-content-actions .cc-form-group .check-container {
        padding-top: 10px
    }

    .cc-action-table .cc-content-actions .cc-form-group .cc-content-check {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px
    }

        .cc-action-table .cc-content-actions .cc-form-group .cc-content-check [type=checkbox] + label {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            padding: 0;
            margin: 3px 0 0 0;
            width: 20px;
            height: 20px;
            border: 1px solid #E0E0E0;
            background: #fff;
            -webkit-border-radius: 18px;
            -moz-border-radius: 18px;
            border-radius: 18px;
            overflow: hidden;
            position: relative
        }

            .cc-action-table .cc-content-actions .cc-form-group .cc-content-check [type=checkbox] + label:before {
                -webkit-transition: none;
                -moz-transition: none;
                -ms-transition: none;
                -o-transition: none;
                transition: none;
                background: 0 0;
                width: auto
            }

            .cc-action-table .cc-content-actions .cc-form-group .cc-content-check [type=checkbox] + label:after {
                display: none
            }

        .cc-action-table .cc-content-actions .cc-form-group .cc-content-check [type=checkbox]:checked + label {
            background: #489DCE;
            border-color: #489DCE
        }

            .cc-action-table .cc-content-actions .cc-form-group .cc-content-check [type=checkbox]:checked + label:before {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                content: '';
                top: 11px;
                left: 1px;
                width: 7px;
                height: 12px;
                border-top: 1px solid transparent;
                border-left: 1px solid transparent;
                border-right: 1px solid #fff;
                border-bottom: 1px solid #fff;
                -webkit-transform: rotate(40deg);
                transform: rotate(40deg);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%
            }

@media (max-width:1024px) {
    .cc-action-table {
        padding-top: 20px
    }

        .cc-action-table .cc-content-actions .cc-content-select {
            max-width: 140px;
            margin-right: 8px;
            margin-bottom: 8px
        }

        .cc-action-table .cc-content-actions .cc-button {
            margin-right: 4px
        }

        .cc-action-table .cc-content-actions .cc-empty-space {
            display: none
        }

        .cc-action-table .cc-content-actions .cc-content-input {
            max-width: 300px;
            margin: 0 0 8px 0
        }

        .cc-action-table .cc-hide-mobile {
            display: none !important
        }
}

.cc-simple-page {
    padding: 15px 30px 30px 30px
}

    .cc-simple-page .cc-content-main-title {
        padding-bottom: 30px
    }

        .cc-simple-page .cc-content-main-title .cc-main-title {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            color: #4A4A4A;
            font-size: 25px;
            text-align: left;
            display: block
        }

    .cc-simple-page .cc-content-section-main .cc-content-cols {
        background: #F6F5F5
    }

    .cc-simple-page .cc-content-section-main .cc-col-only {
        background: #fff;
        padding: 30px 40px
    }

    .cc-simple-page .cc-content-section-main .cc-col-left {
        float: left;
        width: 200px
    }

        .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            position: relative;
            height: 64px;
            border-left: 4px solid transparent;
            padding: 0 12px 0 16px;
            cursor: pointer
        }

            .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab .cc-label {
                -webkit-transition: all .2s ease-out;
                -moz-transition: all .2s ease-out;
                -ms-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all .2s ease-out;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'Open Sans',sans-serif;
                font-weight: 400;
                color: #000;
                font-size: 12px;
                display: block
            }

            .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab.cc-active, .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab:hover {
                background: #fff;
                border-left-color: #489DCE
            }

                .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab.cc-active .cc-label, .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab:hover .cc-label {
                    color: #489DCE
                }

                .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab.cc-active .cc-label {
                    font-weight: 700
                }

    .cc-simple-page .cc-content-section-main .cc-col-left-2 .cc-tab {
        height: 42px
    }

    .cc-simple-page .cc-content-section-main .cc-col-right {
        float: right;
        width: calc(100% - 200px);
        background: #fff
    }

        .cc-simple-page .cc-content-section-main .cc-col-right .cc-col-container {
            padding: 24px 30px 16px 30px
        }

        .cc-simple-page .cc-content-section-main .cc-col-right .cc-top-less {
            margin-top: -10px
        }

@media (max-width:1024px) {
    .cc-simple-page {
        padding: 20px 20px
    }

        .cc-simple-page .cc-content-main-title {
            padding-bottom: 20px
        }

        .cc-simple-page .cc-content-section-main .cc-col-left {
            width: 160px
        }

            .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab {
                padding: 0 8px 0 12px
            }

        .cc-simple-page .cc-content-section-main .cc-col-right {
            width: calc(100% - 160px)
        }

            .cc-simple-page .cc-content-section-main .cc-col-right .cc-col-container {
                padding: 24px 24px 16px 24px
            }
}

@media (max-width:767px) {
    .cc-simple-page .cc-content-section-main .cc-col-left {
        width: 100%;
        float: none;
        overflow: hidden
    }

        .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab {
            padding: 0 4px;
            height: 60px;
            width: 33.333333%;
            float: left;
            text-align: center;
            line-height: 14px;
            border: none;
            border-bottom: 4px solid transparent
        }

            .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab.cc-active {
                border-bottom-color: #489DCE
            }

            .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab:nth-child(2) {
                border-right: 1px solid #eaeaea;
                border-left: 1px solid #eaeaea
            }

    .cc-simple-page .cc-content-section-main .cc-col-right {
        width: 100%
    }

        .cc-simple-page .cc-content-section-main .cc-col-right .cc-col-container {
            padding: 24px 15px 16px 15px
        }
}

.cc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(0,0,0,.7);
    z-index: 9999
}

    .cc-overlay .cc-overlay-main {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background: #fff;
        position: relative;
        width: 90%;
        max-width: 860px;
        max-height: 90%;
        min-height: 330px;
        overflow: hidden;
        overflow-y: auto;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
        box-shadow: 0 2px 8px rgba(0,0,0,.2)
    }

        .cc-overlay .cc-overlay-main .cc-button-close {
            position: absolute;
            top: 12px;
            right: 12px;
            border: none;
            background: 0 0;
            cursor: pointer;
            padding: 4px
        }

            .cc-overlay .cc-overlay-main .cc-button-close .cc-icon {
                width: 16px;
                height: 16px;
                display: block;
                padding: 0;
                margin: 0
            }

                .cc-overlay .cc-overlay-main .cc-button-close .cc-icon circle, .cc-overlay .cc-overlay-main .cc-button-close .cc-icon path, .cc-overlay .cc-overlay-main .cc-button-close .cc-icon polygon, .cc-overlay .cc-overlay-main .cc-button-close .cc-icon rect {
                    fill: #000
                }

        .cc-overlay .cc-overlay-main .cc-content-main-info {
            width: 100%;
            padding: 68px 15px 100px 15px;
            max-width: 560px;
            margin: 0 auto;
            position: relative
        }

            .cc-overlay .cc-overlay-main .cc-content-main-info .cc-overlay-title {
                font-family: 'Open Sans',sans-serif;
                font-weight: 600;
                font-size: 25px;
                color: #489DCE;
                text-align: center;
                display: block;
                padding-bottom: 30px
            }

        .cc-overlay .cc-overlay-main .cc-loading {
            display: none;
            position: absolute;
            bottom: 40px;
            left: 0;
            width: 100%
        }

            .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements {
                padding: 16px 16px;
                text-align: center
            }

                .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 8px;
                    width: 20px
                }

                    .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon .cc-icon {
                        width: 100%;
                        height: 20px;
                        display: block;
                        margin: 0;
                        padding: 0
                    }

                        .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon .cc-icon circle, .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon .cc-icon path, .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon .cc-icon polygon, .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon .cc-icon rect {
                            fill: #399bce
                        }

                            .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon .cc-icon circle.cc-fill-background, .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon .cc-icon path.cc-fill-background, .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon .cc-icon polygon.cc-fill-background, .cc-overlay .cc-overlay-main .cc-loading .cc-content-elements .cc-content-icon .cc-icon rect.cc-fill-background {
                                fill: #d9d9d9
                            }

            .cc-overlay .cc-overlay-main .cc-loading .cc-label {
                font-family: 'Open Sans',sans-serif;
                font-weight: 400;
                font-size: 12px;
                color: #000;
                text-align: center;
                display: inline-block;
                vertical-align: middle
            }

            .cc-overlay .cc-overlay-main .cc-loading.cc-active {
                display: block
            }

            .cc-overlay .cc-overlay-main .cc-loading.cc-result .cc-content-elements .cc-content-icon {
                width: 16px;
                margin-right: 4px
            }

                .cc-overlay .cc-overlay-main .cc-loading.cc-result .cc-content-elements .cc-content-icon .cc-icon.cc-icon-ok circle, .cc-overlay .cc-overlay-main .cc-loading.cc-result .cc-content-elements .cc-content-icon .cc-icon.cc-icon-ok path, .cc-overlay .cc-overlay-main .cc-loading.cc-result .cc-content-elements .cc-content-icon .cc-icon.cc-icon-ok polygon, .cc-overlay .cc-overlay-main .cc-loading.cc-result .cc-content-elements .cc-content-icon .cc-icon.cc-icon-ok rect {
                    fill: #7ed321
                }

            .cc-overlay .cc-overlay-main .cc-loading.cc-result .cc-label {
                font-weight: 700
            }

        .cc-overlay .cc-overlay-main .cc-content-form.cc-disabled {
            opacity: .3;
            pointer-events: none
        }

        .cc-overlay .cc-overlay-main .cc-operation-results {
            display: none;
            margin-top: 16px
        }

            .cc-overlay .cc-overlay-main .cc-operation-results .cc-content-text {
                background: #F8F8F8;
                padding: 16px 8px
            }

                .cc-overlay .cc-overlay-main .cc-operation-results .cc-content-text .cc-text {
                    font-family: 'Open Sans',sans-serif;
                    font-weight: 400;
                    font-size: 12px;
                    color: #000;
                    text-align: center;
                    display: block
                }

                    .cc-overlay .cc-overlay-main .cc-operation-results .cc-content-text .cc-text .cc-field {
                        font: inherit;
                        color: inherit;
                        display: block;
                        padding-bottom: 2px
                    }

                    .cc-overlay .cc-overlay-main .cc-operation-results .cc-content-text .cc-text strong {
                        font-weight: 700;
                        color: #489DCE
                    }

            .cc-overlay .cc-overlay-main .cc-operation-results.cc-active {
                display: block
            }

@media (max-width:767px) {
    .cc-overlay .cc-overlay-main .cc-content-main-info {
        width: 100%;
        padding: 40px 15px 30px 15px
    }

        .cc-overlay .cc-overlay-main .cc-content-main-info .cc-overlay-title {
            font-size: 22px;
            padding-bottom: 24px
        }

    .cc-overlay .cc-overlay-main .cc-loading {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%
    }
}

.cc-loading-main {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255,255,255,.7);
    z-index: 10000
}

    .cc-loading-main .cc-icon {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 120px;
        height: 120px
    }

    .cc-loading-main.cc-active, .cc-loading-main.cc-forced-active {
        display: block
    }

.cc-login {
    background: #489DCE;
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: cover
}

    .cc-login .cc-login-main {
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        max-width: 615px
    }

        .cc-login .cc-login-main .cc-content-title {
            padding-bottom: 40px
        }

            .cc-login .cc-login-main .cc-content-title .cc-title {
                font-family: 'Open Sans',sans-serif;
                font-weight: 700;
                color: #fff;
                font-size: 100px;
                display: block;
                text-align: center;
                padding-bottom: 20px
            }

            .cc-login .cc-login-main .cc-content-title .cc-subtitle {
                font-family: 'Open Sans',sans-serif;
                font-weight: 600;
                color: #fff;
                font-size: 15px;
                display: block;
                text-align: center
            }

        .cc-login .cc-login-main .cc-content-form {
            background: rgba(255,255,255,.1);
            padding: 30px
        }

            .cc-login .cc-login-main .cc-content-form .cc-row-pt {
                padding-top: 20px
            }

            .cc-login .cc-login-main .cc-content-form .cc-content-check label {
                color: #fff
            }

            .cc-login .cc-login-main .cc-content-form .cc-intro {
                font-family: 'Open Sans',sans-serif;
                font-weight: 400;
                color: #fff;
                font-size: 17px;
                display: block;
                text-align: center;
                margin-bottom: 30px
            }

            .cc-login .cc-login-main .cc-content-form .cc-content-link .cc-text {
                text-align: right;
                font-family: 'Open Sans',sans-serif;
                font-weight: 400;
                color: #fff;
                font-size: 12px;
                display: block;
                padding-top: 5px
            }

                .cc-login .cc-login-main .cc-content-form .cc-content-link .cc-text a {
                    text-decoration: underline;
                    color: #fff
                }

@media (max-width:767px) {
    .cc-login .cc-login-main .cc-content-title {
        padding-bottom: 30px
    }

        .cc-login .cc-login-main .cc-content-title .cc-title {
            font-size: 60px;
            padding-bottom: 15px
        }

        .cc-login .cc-login-main .cc-content-title .cc-subtitle {
            font-size: 12px
        }

    .cc-login .cc-login-main .cc-content-form .cc-content-check {
        text-align: center
    }

    .cc-login .cc-login-main .cc-content-form .cc-intro {
        font-size: 15px
    }

    .cc-login .cc-login-main .cc-content-form .cc-content-link .cc-text {
        text-align: center
    }
}

.cc-detail-overview {
    padding: 24px 20px 0 20px
}

    .cc-detail-overview .cc-accordion-button {
        background: #fff;
        text-align: center;
        cursor: pointer
    }

        .cc-detail-overview .cc-accordion-button .cc-content-info {
            text-align: center;
            padding: 5px 0;
            position: relative
        }

            .cc-detail-overview .cc-accordion-button .cc-content-info .cc-content-icon {
                width: 16px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 4px
            }

                .cc-detail-overview .cc-accordion-button .cc-content-info .cc-content-icon .cc-icon {
                    display: block;
                    width: 16px;
                    height: 14px
                }

            .cc-detail-overview .cc-accordion-button .cc-content-info .cc-label {
                font-family: 'Open Sans',sans-serif;
                font-weight: 400;
                font-size: 12px;
                color: #000;
                display: inline-block;
                vertical-align: middle
            }

            .cc-detail-overview .cc-accordion-button .cc-content-info .cc-accordion-icon {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                position: absolute;
                right: 15px;
                width: 14px;
                height: 14px
            }

                .cc-detail-overview .cc-accordion-button .cc-content-info .cc-accordion-icon:after, .cc-detail-overview .cc-accordion-button .cc-content-info .cc-accordion-icon:before {
                    content: '';
                    display: block;
                    position: relative;
                    -webkit-transition: all .2s ease-out;
                    -moz-transition: all .2s ease-out;
                    -ms-transition: all .2s ease-out;
                    -o-transition: all .2s ease-out;
                    transition: all .2s ease-out;
                    top: 6px;
                    left: 0;
                    width: 14px;
                    height: 2px;
                    background: #D2D2D2;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px
                }

                .cc-detail-overview .cc-accordion-button .cc-content-info .cc-accordion-icon:after {
                    position: absolute;
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg)
                }

        .cc-detail-overview .cc-accordion-button.cc-open .cc-content-info .cc-accordion-icon:after {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0)
        }

    .cc-detail-overview .cc-accordion-info {
        background: #fff;
        padding: 0 15px;
        display: none
    }

        .cc-detail-overview .cc-accordion-info .cc-content-info {
            padding: 8px 0 12px 0;
            border-top: 1px solid #EBEBEB
        }

            .cc-detail-overview .cc-accordion-info .cc-content-info .cc-field {
                overflow: hidden;
                margin-bottom: 2px
            }

                .cc-detail-overview .cc-accordion-info .cc-content-info .cc-field .cc-label {
                    display: block;
                    width: 60%;
                    float: left;
                    font-family: 'Open Sans',sans-serif;
                    font-weight: 400;
                    font-size: 12px;
                    text-align: left;
                    color: #000
                }

                .cc-detail-overview .cc-accordion-info .cc-content-info .cc-field .cc-value {
                    display: block;
                    width: 40%;
                    float: right;
                    font-family: 'Open Sans',sans-serif;
                    font-weight: 700;
                    font-size: 12px;
                    text-align: left;
                    color: #489DCE
                }

body .context-menu-list {
    margin: 0;
    padding: 4px 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    overflow: initial
}

    body .context-menu-list li {
        float: none;
        display: list-item
    }

    body .context-menu-list .context-menu-item {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        padding: 8px 12px;
        border-bottom: 1px solid #eaeaea;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #232222;
        text-align: left
    }

        body .context-menu-list .context-menu-item ul {
            padding-top: 4px
        }

        body .context-menu-list .context-menu-item.context-menu-hover {
            background: #eaeaea
        }

        body .context-menu-list .context-menu-item:last-child {
            border-bottom: none
        }

        body .context-menu-list .context-menu-item.context-menu-icon {
            padding-left: 36px
        }

            body .context-menu-list .context-menu-item.context-menu-icon::before {
                font-size: 17px;
                left: 4px;
                color: #489DCE
            }

        body .context-menu-list .context-menu-item.context-menu-disabled {
            opacity: .3;
            cursor: default
        }

        body .context-menu-list .context-menu-item.context-menu-separator {
            padding: 0;
            margin: 0;
            height: 3px;
            background: #eaeaea
        }

        body .context-menu-list .context-menu-item.context-menu-input span {
            font-family: 'Open Sans',sans-serif;
            font-weight: 400;
            font-size: 12px;
            color: #232222;
            text-align: left
        }

        body .context-menu-list .context-menu-item.context-menu-input input[type=text], body .context-menu-list .context-menu-item.context-menu-input input[type=password], body .context-menu-list .context-menu-item.context-menu-input input[type=email], body .context-menu-list .context-menu-item.context-menu-input input[type=url], body .context-menu-list .context-menu-item.context-menu-input input[type=date], body .context-menu-list .context-menu-item.context-menu-input input[type=month], body .context-menu-list .context-menu-item.context-menu-input input[type=time], body .context-menu-list .context-menu-item.context-menu-input input[type=datetime], body .context-menu-list .context-menu-item.context-menu-input input[type=datetime-local], body .context-menu-list .context-menu-item.context-menu-input input[type=week], body .context-menu-list .context-menu-item.context-menu-input input[type=number], body .context-menu-list .context-menu-item.context-menu-input input[type=search], body .context-menu-list .context-menu-item.context-menu-input input[type=tel], body .context-menu-list .context-menu-item.context-menu-input input[type=color] {
            padding: 6px;
            margin-top: 4px;
            box-shadow: none;
            font-family: 'Open Sans',sans-serif;
            font-weight: 400;
            font-size: 12px;
            color: #232222;
            text-align: left
        }

        body .context-menu-list .context-menu-item.context-menu-input > label > input[type=checkbox], body .context-menu-list .context-menu-item.context-menu-input > label > input[type=radio] {
            top: 0;
            margin: 2px 8px 0 0
        }

        body .context-menu-list .context-menu-item.context-menu-input input[type=checkbox]:checked, body .context-menu-list .context-menu-item.context-menu-input input[type=checkbox]:not(:checked) {
            display: inline-block;
            opacity: 1;
            z-index: 6;
            left: 0;
            top: 0;
            margin-top: 3px
        }

        body .context-menu-list .context-menu-item.context-menu-input select {
            font-family: 'Open Sans',sans-serif;
            font-weight: 400;
            font-size: 12px;
            color: #232222;
            text-align: left;
            margin-top: 4px
        }

        body .context-menu-list .context-menu-item.context-menu-input textarea {
            font-family: 'Open Sans',sans-serif;
            font-weight: 400;
            font-size: 12px;
            color: #232222;
            text-align: left;
            margin-top: 4px;
            resize: none
        }

.cc-overlay-lateral {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(0,0,0,.8);
    z-index: 7;
    display: none
}

    .cc-overlay-lateral.cc-overlay-lateral-small {
        width: 500px;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
        box-shadow: 0 2px 8px rgba(0,0,0,.2)
    }

    .cc-overlay-lateral .cc-overlay-main {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        max-width: 500px;
        height: 100%;
        background: #fff;
        padding: 49px 20px 20px 20px;
        overflow-y: auto
    }

        .cc-overlay-lateral .cc-overlay-main .cc-content-close {
            position: relative
        }

            .cc-overlay-lateral .cc-overlay-main .cc-content-close .cc-button-close {
                position: absolute;
                top: 12px;
                right: 0;
                border: none;
                background: 0 0;
                cursor: pointer;
                padding: 4px
            }

                .cc-overlay-lateral .cc-overlay-main .cc-content-close .cc-button-close .cc-icon {
                    width: 20px;
                    height: 20px;
                    display: block;
                    padding: 0;
                    margin: 0
                }

                    .cc-overlay-lateral .cc-overlay-main .cc-content-close .cc-button-close .cc-icon circle, .cc-overlay-lateral .cc-overlay-main .cc-content-close .cc-button-close .cc-icon path, .cc-overlay-lateral .cc-overlay-main .cc-content-close .cc-button-close .cc-icon polygon, .cc-overlay-lateral .cc-overlay-main .cc-content-close .cc-button-close .cc-icon rect {
                        fill: #000
                    }

        .cc-overlay-lateral .cc-overlay-main .cc-content-title {
            padding: 12px 30px 20px 0
        }

        .cc-overlay-lateral .cc-overlay-main .cc-content-text {
            padding-bottom: 20px
        }

            .cc-overlay-lateral .cc-overlay-main .cc-content-text p {
                font-size: 12px
            }

        .cc-overlay-lateral .cc-overlay-main .cc-section {
            padding: 20px 0;
            border-top: 1px solid #939393
        }

            .cc-overlay-lateral .cc-overlay-main .cc-section .cc-section-title {
                font-size: 16px;
                padding-bottom: 12px
            }

            .cc-overlay-lateral .cc-overlay-main .cc-section .cc-section-text {
                padding-bottom: 12px;
                font-size: 12px
            }

        .cc-overlay-lateral .cc-overlay-main .cc-content-input {
            padding-bottom: 20px
        }

        .cc-overlay-lateral .cc-overlay-main .cc-content-select {
            padding-bottom: 20px
        }

        .cc-overlay-lateral .cc-overlay-main .cc-content-check {
            padding-bottom: 10px
        }

        .cc-overlay-lateral .cc-overlay-main .cc-input {
            border-color: #979797
        }

        .cc-overlay-lateral .cc-overlay-main .cc-content-select .bootstrap-select .dropdown-toggle {
            border-color: #979797
        }

        .cc-overlay-lateral .cc-overlay-main .cc-button {
            background: #489DCE;
            border: 1px solid #268DC9;
            font-family: 'Open Sans',sans-serif;
            font-weight: 700;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            text-align: center;
            display: block;
            padding: 12px 12px;
            width: 100%
        }

        .cc-overlay-lateral .cc-overlay-main .cc-content-table {
            overflow-x: auto;
            padding: 0;
            border: 1px solid #979797
        }

            .cc-overlay-lateral .cc-overlay-main .cc-content-table .cc-table-simple tr {
                border-bottom: 1px solid #eaeaea
            }

                .cc-overlay-lateral .cc-overlay-main .cc-content-table .cc-table-simple tr td {
                    border-right: 1px solid #eaeaea
                }

            .cc-overlay-lateral .cc-overlay-main .cc-content-table .cc-table-simple thead tr {
                background: #489DCE
            }

                .cc-overlay-lateral .cc-overlay-main .cc-content-table .cc-table-simple thead tr td {
                    color: #fff;
                    border-color: rgba(255,255,255,.23);
                    font-weight: 700
                }

.cc-content-table table.dataTable tbody td, .cc-content-table table.dataTable tbody th {
    padding: 5px 6px
}

.DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr td, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr td, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr td {
    padding: 5px 6px
}

.DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr {
    height: 31px
}

.cc-content-table table thead tr th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 18px 8px 6px
}

.cc-no-padding-h {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.cc-content-table table {
    font-size: 12px
}

.DTFC_ScrollWrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.cc-content-table-mps tr td {
    border-top: none !important;
    position: relative
}

.cc-content-table-mps .cc-mps-row-parent {
    border-top: 6px solid #ddd !important
}

.cc-content-table-mps .cc-mps-row-child .cc-content-check {
    display: none !important
}

.cc-content-table-mps .DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr td, .cc-content-table-mps .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr td, .cc-content-table-mps .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr td {
    padding: 5px 6px !important
}

.cc-content-table-mps .DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr, .cc-content-table-mps .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr, .cc-content-table-mps .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr {
    height: 31px !important
}

.cc-content-table-mps table.dataTable.display tbody tr.even > .sorting_1, .cc-content-table-mps table.dataTable.display tbody tr.odd > .sorting_1, .cc-content-table-mps table.dataTable.order-column.stripe tbody tr.even > .sorting_1, .cc-content-table-mps table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background: #fff
}

.cc-content-table-mps table.dataTable.display tbody tr.even:hover > .sorting_1, .cc-content-table-mps table.dataTable.display tbody tr.odd:hover > .sorting_1, .cc-content-table-mps table.dataTable.order-column.stripe tbody tr.even:hover > .sorting_1, .cc-content-table-mps table.dataTable.order-column.stripe tbody tr.odd:hover > .sorting_1 {
    background: #f2f2f2
}

.cc-content-table-mps .dataTables_scrollBody tr td {
    position: relative
}

.cc-content-table-mps .dataTables_scrollBody tr td:after {
    opacity: 1 !important;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.cc-content-table-mps .dataTables_scrollHead tr th {
    position: relative
}

.cc-content-table-mps .dataTables_scrollHead tr th:before {
    opacity: 1 !important;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ddd
}


/*Framwork table*/
.cc-content-table-fo-link tr td {
    border-top: none !important;
    position: relative
}

.cc-content-table-fo-link .cc-fo-link-row-parent {
    border-top: 6px solid #ddd !important
}

td.cc-fo-link-td-child {
    font-size: 0;
}

tr.cc-fo-link-location-separator td:not(:nth-child(-n+3)) {
    border-top: 1px solid lightgray !important;
}

.cc-fo-link-warning {
    background-color: yellow !important;
}

.cc-fo-link-error {
    background-color: red !important;
    color: white !important;
}

.cc-warning-entire-row td {
    background-color: yellow !important;
}


/*# custom gantt classes*/
.b-scheduler .b-sch-foreground-canvas .b-event-smallSize {
    height: 75% !important;
    flex: none
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-roundangles {
    border-radius: 20px !important;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-roundangles-left {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-roundangles-right {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-roundangles-light {
    border-radius: 10px !important;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-roundangles-left-light {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-roundangles-right-light {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-dotted {
    border: 3px dotted;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-dotted-light {
    border: 2px dotted;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-dashed {
    border: 2px dashed;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-dashed-light {
    border: 1px dashed;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-bold-light {
    border: 2px double;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-bold {
    border: 3px double;
}

.b-scheduler .b-sch-foreground-canvas .b-event-border-double {
    border: 4px double;
}

.cc-menu-container-left .cc-button#save {
    border-right: 1px solid #89BFDF;
    padding-right: 2rem;
}

.tooltip-inner {
    max-width: 1200px; /* the minimum width */
}

.b-eventeditor-content .b-checkbox .b-field-inner {
    /*min-height: 46px;*/
    top: -11px;
}

.b-eventeditor-content [type=checkbox] + label:before {
    top: 0;
}

.b-eventeditor-content [type=checkbox] + label:after {
    opacity: 0;
}


/* Formattazione dropdown menu */
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: inherit !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: inherit !important;
}

#div-cc-environmentMessage {
    background-color: orange;
    min-height: 35px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}