/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */


.highcharts-tooltip span {
    background-color: rgba(248, 248, 248, 1);
    opacity: 1;
    z-index: 99999 !important;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

.toplayer-tooltip {
    padding: 8px;
    margin: 0;
}


.smaller-stat span.label {
    width: 100px !important
}

.inbox-data-date {
    width: 120px !important
}

html {
    font-family: 'Roboto' !Important;
    min-width: 400px;
    background: #F5F7FA;
}

body {
    font-family: 'Roboto' !important;


}

.ui-widget {
    font-family: 'Roboto' !important;
}

h1, h2, h3, h4 {
    font-family: 'Roboto' !important;
}

.demo {
    display: none;
}

.hidden-menu #left-panel {
    left: -220px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

    padding-left: 3px !Important;
    padding-right: 3px !important;
}

#logo img {
    width: auto;
    height: 42px;
    padding-left: 2px;
}

#logo {
    margin-top: 4px;
    margin-left: -4px;
    width: 200px;
}

#logo .primarycolor {
    color: #034F9A;
}

#logo .secondarycolor {
    color: #7EBFE5;
}

#logo sup {
    font-size: 7px;
    top: -1.1em;
}

body.panagenda #content {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 14px 0 14px;
}

body.panagenda #main {
    padding-bottom: 0;
}

body.panagenda .jarviswidget {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
    margin: 0 !important;
}

body.panagenda .marginBottom {
    margin-bottom: 30px !important;
}


body.panagenda .jarviswidget > header {
    position: relative;
    margin-top: -34px;
    top: 34px;
    z-index: 900;
    background: none;
    border: none;
}

/*body.panagenda .jarviswidget > header {
    border-bottom: 0px !Important;
    color: #333;
    border: 1px solid #E4E7EB;
    background: #fafafa;
    line-height: 32px !Important;
}*/

#jarviswidget-fullscreen-mode .jarviswidget > header {
    position: relative;
    margin-top: 0;
    padding-bottom: 2px;
    top: 0;
    z-index: 1900;
    background: #ffffff;
}

#jarviswidget-fullscreen-mode .jarviswidget > div {
    overflow-y: auto;
}

#jarviswidget-fullscreen-mode .jarviswidget > div {
    border: none;
}

body.panagenda .jarviswidget .hide-top-border > div {
    border-top: none !important;
}

body.panagenda .jarviswidget > div {
    border-top-color: #E4E7EB !important;
    border-bottom-color: #E4E7EB !important;
    border-left-color: #E4E7EB !important;
    border-right-color: #E4E7EB !important;

    border-radius: 0;
    border-style: none solid solid;
    border-top: 1px solid #E4E7EB;
    border-width: 1px 1px 1px !important;
    float: left;
    font-size: 13px;

    overflow: visible;
    padding: 13px 13px 0;
    position: relative;
    width: 100%;

    min-height: 100px;
}

body.desktop-detected {
    min-height: 100% !important;
}

.panagenda #shortcut {
    background-color: rgba(255, 255, 255, .9)
}

.panagenda #shortcut ul {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    border-bottom: 1px solid #A8BADB
}

.panagenda .superbox-list.active:before {
    color: #2C3742
}

.panagenda .superbox-img-description {
    color: #9EA8B1 !important
}

.panagenda .project-context > :first-child {
    text-shadow: none
}

.panagenda .project-selector {
    color: #B2C1D5
}

.panagenda .project-selector:hover {
    color: #fff
}

.panagenda #logo-group span#activity {
    background: none !important;
    border: none !important;
    color: #7B8794
}

.panagenda #logo-group span#activity:hover {
    color: #fff
}

.panagenda #logo-group > span .badge {
    background: #008DC4
}

.panagenda .header-search > input[type=text] {
    background: #161B22;
    border: 1px solid #0F1217;
    color: #fff;
    border-radius: 4px
}

.panagenda #ribbon {
    /*background: #E4E7EB;*/
    background: rgba(38, 50, 56, 0.1);
    padding: 6px 13px 0;
}

.panagenda .btn.btn-ribbon {
    background: #9498A0;
    padding: 0 5px !important;
}

.panagenda .page-title span {
    font-size: 24px;
    display: inline-block;
    vertical-align: 1px;
    font-weight: 300;
}

.panagenda aside {
    background: #1F2933;
    min-height: 100%;
}

.panagenda #left-panel {
    padding-bottom: 15px;
    padding-top: 74px;
    width: 230px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.panagenda .login-info {
    margin-bottom: 7px !important;
    height: auto
}

.panagenda .login-info span {
    padding: 5px 10px 7px;
    background: #FFF;
    border-radius: 4px
}

.panagenda .login-info a {
    font-size: 16px !important;
    color: #33455A;
    margin-top: 2px
}

.panagenda .login-info a span {
    padding: 0;
    font-size: 16px !important;
    max-width: 105px
}

.panagenda .login-info img {
    width: 35px
}

.minified footer {
    display: none;
}

.panagenda footer {
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.3;
    font-size: 12px !important;
    font-weight: normal;
    color: #7B8794;
    text-align: center !important;
}

.panagenda footer div {
    /* margin-top: 20px; */
}

.panagenda footer a {
    color: #7B8794;
    text-decoration: none;
}

.panagenda footer a:hover {
    color: #008acc;
}

.panagenda nav ul li a {
    color: #7B8794 !important;
    font-size: 13px !important;
    line-height: 14px;
    padding: 10px 10px 10px 18px;
    display: block;
    font-weight: 400;
    text-decoration: none !important;
    position: relative;
}

a.menu-item-mb-sub {
    margin-left: 16px;
}

.menu-sub {
    padding: 7px 5px !Important;
}

.panagenda nav ul ul {
    margin: 0;
    display: none;
    background: #323F4B;
}

.panagenda nav ul ul li.active > a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: block;
    height: 27px;
    line-height: 12px;
    width: 27px;
    position: absolute;
    font-size: 20px;
    color: #F5F7FA;
}


a.menu-item-mb.menu-item-mb-dashboard.mb-item-level-2 {
    margin-left: 10px;
}

a.menu-item-mb.menu-item-mb-dashboard.mb-item-level-3 {
    margin-left: 15px;
}

a.mb-item-level-1:before {
    right: -25px !important;
}

a.mb-item-level-2:before {
    right: -30px !important;
}

a.mb-item-level-3:before {
    right: -35px !important;
}

a.mb-item-level-4:before {
    right: -40px !important;
}


.panagenda nav ul li.active > a:before {

    display: none;

}

nav ul ul b:hover {
    color: #FFFFFF;
    font-weight: 400;
}

nav ul ul b {
    font-weight: 400;
}

.panagenda nav ul li a:hover {
    color: #E4E7EB;
    background: transparent;
}

.panagenda nav > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px !important;
    /*

        font-size: 20px !important;
        font-variant: all-small-caps;

        */
}

.panagenda nav > ul > li > a > i {
    font-size: 25px !important
}

.collapse-sign {
    position: absolute;
    left: 4px !important;
    margin-top: 1px !important;
}

.panagenda nav > ul > li > a b {
    top: 16px
}

.panagenda .jarviswidget-color-blueDark > header {
    background: #2C3742 !important;
    border-color: #2C3742 !important
}

.panagenda .btn-success {
    background-color: #96bf48;
    border-color: #84A83E
}

.panagenda .btn-danger {
    background-color: #DB4A67;
    border-color: #CA4862
}

.panagenda .btn-warning {
    background-color: #E2B14A;
    border-color: #C99D42
}

.panagenda .bg-color-red {
    background: #DB4A67 !important
}

.panagenda .bg-color-blue {
    background: #4387bf !important
}

.panagenda .smart-form .toggle i:before {
    background-color: #3b9ff3
}

.panagenda .bg-color-greenLight {
    background-color: #89AD45 !important
}

.panagenda .bg-color-orange {
    background-color: #D6A848 !important
}

.panagenda .bg-color-teal {
    background-color: #5ba0a3 !important
}

.panagenda .minifyme {
    border-radius: 0;
    background: rgba(250, 250, 250, 0.07);
    display: none;
}

.panagenda .minifyme:hover {
    color: #4E4E4E
}

.panagenda .onoffswitch-inner:before {
    background: #3b9ff3;
    border-color: #3b9ff3 #257DC7 #2A7DC4
}

.panagenda .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    color: #84A83E
}

.panagenda .ui-chatbox-titlebar {
    background: #576574 !important
}

.panagenda .ui-chatbox-titlebar.ui-state-focus {
    background: #37474f !important
}

body.panagenda {
    background: #F5F7FA;
}

.panagenda .page-footer {
    display: none;
}

.panagenda #header, .panagenda .page-footer, .panagenda .superbox-show {
    background-image: none;
    background-color: #FFFFFF;
}

.panagenda #header {
    border-bottom: solid 1px #e0e0e0;
    box-shadow: -2px -1px 20px 0px #1F293326;
    height: 58px;
    padding: 4px 10px;
}

.headerDropdown {
    background: 0 0;
    border: none !important;
    color: #7B8794 !important;
    box-shadow: none !important;
    padding: 0 4px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    color: #6D6A69;
    font-size: 14px;
    margin: 10px 0 0;
}

.headerDropdown:hover {
    color: #fff !important;
    background-color: #7B8794;
    cursor: pointer !important;
}

.headerDropdownMenu {
    margin: 0 !important;
}

.headerDropdown > a {
    color: #7B8794 !important;
    cursor: pointer !important;
}

.headerDropdown > a:hover {
    color: #fff !important;
    cursor: pointer !important;
    margin-top: 1px !important;
}

.panagenda .btn-header > :first-child > a {
    background: 0 0;
    border: none !important;
    color: #7B8794 !important;
    box-shadow: none !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 2px 4px;
}

.panagenda .btn-header > :first-child > a:hover {
    color: #fff !important;
    background-color: #7B8794;
    cursor: pointer !important
}

.panagenda .header-dropdown-list a.dropdown-toggle, .panagenda .header-search > button {
    color: #7B8794
}

.panagenda #ribbon .breadcrumb, .panagenda #ribbon .breadcrumb a, .panagenda #ribbon .breadcrumb li:last-child, .panagenda #ribbon .breadcrumb > .active {
    color: #7C7C7C !important
}

.panagenda .login-info, .panagenda .login-info span {
    border: 0 !important;
    box-shadow: none !important
}

.panagenda nav ul .active > a, .panagenda nav ul li.open > a, .panagenda nav ul li.open > a b {
    color: #FFFFFF !important;
    font-weight: 400;
    background: transparent;
}

.panagenda nav ul li a:hover, .panagenda nav ul ul li > a:hover {
    color: #FFFFFF !important;
    background: none !important
}

.panagenda nav > ul ul li::before, .panagenda nav > ul > li > ul::before {
    border: none !important
}

.panagenda .btn-primary, .panagenda .smart-form .button {
    background-color: #3b9ff3;
    border-color: #3292E2
}

.panagenda .btn-fullwidth {
    width: 100%;
    padding: 6px 0 !important;
}

.panagenda .btn:not(.btn-lg) {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-family: Roboto, sans-serif;
    padding: 6px 22px;
}

.pana-form-actions .btn {
    margin-left: 10px;
}

.panagenda .btn-xs {
    padding: 1px 10px !important;
}

.panagenda .btn-default {
    color: #333333;
    background-color: #eeeeee;
    border-color: #cccccc;
}

.btn-primary-inverted {
    color: #3E90D4;
    background-color: #FFFFFF;
    border: 0px solid white;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;

}

.panagenda .btn-primary.active, .panagenda .btn-primary:active, .panagenda .btn-primary:focus, .panagenda .btn-primary:hover, .panagenda .open .dropdown-toggle.btn-primary {
    background-color: #3E90D4;
    border-color: #2F7DBE
}

.panagenda .dropdown-menu > li > a:focus, .panagenda .dropdown-menu > li > a:hover {
    background-color: #3E90D4
}

.panagenda .btn-success.active, .panagenda .btn-success:active, .panagenda .btn-success:focus, .panagenda .btn-success:hover, .panagenda .open .dropdown-toggle.btn-success {
    background-color: #89AD45;
    border-color: #78973B
}

.panagenda .btn-danger.active, .panagenda .btn-danger:active, .panagenda .btn-danger:focus, .panagenda .btn-danger:hover, .panagenda .open .dropdown-toggle.btn-danger {
    background-color: #CF4762;
    border-color: #C0455E
}

.panagenda .btn-warning.active, .panagenda .btn-warning:active, .panagenda .btn-warning:focus, .panagenda .btn-warning:hover, .panagenda .open .dropdown-toggle.btn-warning {
    background-color: #D6A848;
    border-color: #C09844
}

.panagenda .pagination > .active > a, .panagenda .pagination > .active > a:focus, .panagenda .pagination > .active > a:hover, .panagenda .pagination > .active > span, .panagenda .pagination > .active > span:focus, .panagenda .pagination > .active > span:hover {
    background-color: #3b9ff3
}

.panagenda.minified .login-info {
    margin: 0 !important
}

.panagenda.minified .login-info a {
    margin-top: 4px
}

.panagenda.minified .login-info span {
    padding: 0
}

.panagenda.minified #left-panel {
    padding: 0 !important;
    padding-top: 50px !important
}

.panagenda.minified nav ul > li > a {
    padding: 12px 11px
}

.panagenda.minified nav ul li.active > a:before {
    height: 23px;
    right: -19px;
    top: 7px;
    font-size: 20px;
    color: #FFF
}

.panagenda.minified nav > ul > li {
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #FFF
}

.panagenda.minified nav > ul > li > a > i {
    font-size: 18px !important
}

.panagenda.minified nav > ul > li > ul, .panagenda.minified nav > ul > li > ul > li, .panagenda.minified nav > ul > li > ul > li > ul > li {
    background: #fff !important
}

.panagenda .smart-form .checkbox input:checked + i, .panagenda .smart-form .radio input:checked + i, .panagenda .smart-form .toggle input:checked + i {
    border-color: #3b9ff3
}

.smart-form .rating input + label:hover, .smart-form .rating input + label:hover ~ label {
    color: #3b9ff3
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.input-sm {
    height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

select.input-sm {
    height: 32px;
    line-height: 30px;
}

.label-danger {
    background-color: #C62828;
}

.label-success {
    background-color: #2E7D32;
}

.dropzone {
    min-height: 200px !important;
}

@media (max-width: 979px) {
    .dropzone .dz-default.dz-message {
        background-size: 100%;
        width: 100%;
        height: 100%;

        text-align: center;
        margin: 2em 0;
    }
}

form.form-horizontal {
    margin-top: 40px;
}

input[type=checkbox], input[type=radio] {
    margin: 3px 0 0;
}

.form-horizontal .formTabActions {
    margin-top: 25px;
}

.formTabActions button {
    float: right;
}

.form-horizontal .form-group {
    margin: 15px 0;
}

.form-horizontal .control-label {
    padding-right: 6px !important;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

fieldset {
    padding: 7px;
    margin: 0;
    border: 0;
    min-width: 0;
}

.pana-form-actions {
    display: block;
    padding: 13px 0 15px;
    margin-top: 25px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: -13px;
    text-align: right;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #D50000 !important;
}

.has-error .Select-control {
    background-color: #fff;
    border-color: #D50000;
}

.has-error .control-label {
    color: #333 !important;
}

.error-text {
    font-size: 500%;
}

.fixed-navigation nav {
    flex: 1;
    overflow-y: visible;
    padding-left: 3px;
    padding-bottom: 49px;
}

.fixed-navigation nav > ul {
    padding-right: 0px;
    position: relative;
    height: initial;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

nav > ul > li:last-child.open {
    border-bottom: none;
}

tr:nth-child(even) {
    background: #FFFFFF !important
}

/* dataTables does not set even background color. so, if dataTable container is not white, dataTables look odd... */

tr:nth-child(even):hover {
    background-color: #ecf3f8 !important
}

/* tr:nth-child(odd) {background: #FAFAFA!important} */

/*
.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
*/

.highcharts-container {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
    height: 100% !important;
}

.alert {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.alert-panagenda {
    border-color: #969696;
    background-color: #FAFCFD;
    color: #222;

}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.reactChartContainerInner {
    height: 100%;
}

#chartContainer {
    height: 100%;
}

#chartContainerInner {
    height: 100%;
}

#theChart {
    height: 100%;
}

#jarviswidget-fullscreen-mode .highcharts-container {
    height: 100% !important;
    min-height: 100% !important;
}

#jarviswidget-fullscreen-mode #chartContainer {
    height: 100% !important;
}


.jobstatus-ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    padding-left: 0;

}

.jobstatus-ul > li {

}

.jobstatus-ul > li.done > .fa.color-green {
    color: #8ac38b;
}

.jobstatus-ul > li > .fa.color-red {
    color: #c26565;
}

#licenseInfo .color-red {
    color: #c26565;
}

.color-red {
    color: #c26565;
}

.color-green {
    color: #8ac38b;
}

.Resizer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .5;
    z-index: 1;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.Resizer.horizontal {
    height: 20px;
    margin: -5px 0;
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    cursor: row-resize;
    width: 100%;
}

.Resizer.horizontal:hover {
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}

.Resizer.vertical {
    width: 20px;
    margin: 0 0px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: col-resize;
    min-height: 12px;
}


.license-upload-agreement {
    z-index: 111111111111 !important; /*stupid introjs*/
}

.license-backdrop {
    z-index: 111111111110 !important
}

.datatable-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    float: left;
    width: 100%;
    position: relative;
}

.SmallBox span {
    letter-spacing: 0px;
}

.SmallBox a {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.SmallBox a:hover {
    color: #90CAF9;
    font-weight: 600;
    font-size: 14px;
}

.SplitPane {
    overflow: visible !important;
    position: relative !important;
}

#info_tabs,
#code_tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#info_tabs > ul,
#code_tabs > ul {
    max-width: 170px;
    min-width: 170px;
    flex-grow: 1;
    order: 1;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #dadada;
    margin: 0;
    padding: 0;
}

#info_tabs > ul li,
#code_tabs > ul li {
    float: none;
    width: 100%;
    margin: 0 !important;

}

#info_tabs > ul li.active > a,
#code_tabs > ul li.active > a {
    max-width: 170px;
    min-width: 170px;
    -webkit-box-shadow: -2px 0 0 #57889c;
    -moz-box-shadow: -2px 0 0 #57889c;
    box-shadow: -2px 0 0 #57889c;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid white;
    border-left: 0;
    padding: 10px;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    margin-right: -1px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

#info_tabs > ul li > a,
#code_tabs > ul li > a {
    border-top-width: 1px !important;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px;
    margin: 0;
}

#info_tabs > div,
#code_tabs > div {
    height: 100%;
    flex-grow: 20;
    order: 1;
    flex-basis: auto;
    max-width: 85%;
}

.Pane > pre {
    height: 100% !important;
    border: 0px !important;
    background-color: white !important;
}

.CodeMirror {
    height: 100% !important;
    width: 100% !important;
    padding-top: 20px !Important;
}

.ReactCodeMirror {
    height: 100% !important;
    overflow: hidden;
}

.Pane2 {
    overflow: hidden;
}

.btn-header a > span {
    line-height: 1px !important;
    min-height: 16px !important;
    height: 20px !important;
    display: initial;
}

.slick-prev:before, .slick-next:before {
    color: #999999 !Important;
}

.slick-slider {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.nav-pills > li > a {
    border-radius: 0;
}

.panel {
    border-radius: 0;
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.label {
    border-radius: 0;
}

.input,
.textarea {
    padding: 6px;
    border: none;
    border-bottom: 1px solid #034F9A;
    transition: border-bottom 0.2s;
    background: none;
}

.input:focus,
.textarea:focus,
.input:hover,
.textarea:hover {
    border: 1px solid #7EBFE5;
}

.textarea {
    border: 1px solid #034F9A;
    transition: border-bottom 0.2s;
}

.textarea:focus,
.textarea:hover {
    border: 1px solid #7EBFE5;
}

.notification, .notification-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 55px;
}

.notification-container {
    padding-bottom: 20px !important;
    width: 400px !important;
}

.notification-container-empty {
    padding-bottom: 0 !important;
}

.notification {
    border-radius: 0;
}

.notification:before {
    top: 28px !important;
}


.eight-cols .col-md-1,
.eight-cols .col-sm-1,
.eight-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 992px) {
    .eight-cols .col-md-1,
    .eight-cols .col-sm-1,
    .eight-cols .col-lg-1 {
        width: 25%;
        *width: 25%;
    }
}

@media (min-width: 1500px) {
    .eight-cols .col-md-1,
    .eight-cols .col-sm-1,
    .eight-cols .col-lg-1 {
        width: 12.5%;
        *width: 12.5%;
    }
}

.nine-cols .col-md-1,
.nine-cols .col-sm-1,
.nine-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 992px) {
    .nine-cols .col-md-1,
    .nine-cols .col-sm-1,
    .nine-cols .col-lg-1 {
        width: 33.3333%;
        *width: 33.3333%;
    }
}

@media (min-width: 1500px) {
    .nine-cols .col-md-1,
    .nine-cols .col-sm-1,
    .nine-cols .col-lg-1 {
        width: 11.1111%;
        *width: 11.1111%;
    }
}

@media (max-width: 1010px) {
    .fixed-header #main {
        margin-top: 100px;
    }

    .panagenda #header {
        height: auto;
    }

    #header > div {
        height: auto;
    }

    .notification-container {
        top: 50px !important;
    }

    #status-goup {
        width: 100%;
        text-align: center;
    }
}

.dropdown-menu {
    border-radius: 0px !important;
}

.ag-theme-material .ag-cell-inline-editing {
    padding: 12px !Important;
    min-height: 45px !important;
    height: 100% !important;

}

.complexityValues ul.nav.nav-tabs {
    border: 1px solid #E4E7EB;
    background: #fafafa;
}

.complexityValues .tab-content {
    border-bottom-color: #E4E7EB !important;
    border-left-color: #E4E7EB !important;
    border-radius: 0;
    border-right-color: #E4E7EB !important;
    border-style: none solid solid;
    border-top: medium none;
    border-width: 1px 1px 1px !important;
}

.complexityValues ul.nav-tabs > :first-child > a {
    border-left-width: 0 !important;
}

.Select-control {
    border-radius: 0 !important;
}

.fixed-header #main {
    margin-top: 0px !important;
    padding-top: 49px !important;
}

.jarviswidget-ctrls .button-icon {
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.panagenda aside {
    background: #1F2933;
}

.panagenda nav ul ul {
    background: #323F4B;
}

.panagenda nav ul li a {
    color: #7B8794 !important;
    background: transparent;
}

.panagenda footer {
    color: #7B8794;
}

.panagenda footer a {
    color: #7B8794;
}

body.panagenda {
    background: #F5F7FA;
}


.variant2 aside {
    background: #26282B;
}

.variant2 nav ul ul {
    background: #2D3033;
}

.variant2 nav ul li a {
    color: #7B8794 !important;
}

.variant2 footer {
    color: #7B8794;
}

.variant2 footer a {
    color: #7B8794;
}

body.variant2 {
    background: #F0F3F7;
}


.variant3 aside {
    background: #212121;
}

.variant3 nav ul ul {
    background: #424242;
}

.variant3 nav ul li a span.menu-item-parent {
    font-size: 20px !important;
    font-variant: all-small-caps;
}

.variant3 footer {
    color: #7B8794;
}

.variant3 footer a {
    color: #7B8794;
}

body.variant3 {
    background: #FAFAFA;
}


.EmbedFrame-footer {
    display: none;
}

.maxHeight {
    height: 100%;
}

i.importantestPixelSchupfFixEver { /* So that the fa-minus is in line with other icons :P */
    margin-left: 1px;
    padding-right: 2px;
}

