@media print {
    .content-wrapper {
        padding: 0 !important;
    }

    .report-company {
        display: none !important;
    }

    .report-company {
        display: inline-block !important;
    }

    .report {
        box-shadow: none !important;
    }

    header {
        display: none !important;
    }

    .left-sidebar, .right-sidebar {
        display: none !important;
    }

    .report.header {
        display: none !important;
    }
}

/*Core html*/
@font-face {
    font-family: 'Roboto';
    src: url('/Content/font/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/font/Roboto-Light.ttf');
    font-weight: 300;
    font-weight: normal;
}


* {
    box-sizing: border-box;
}

:before {
    box-sizing: border-box;
}

:after {
    box-sizing: border-box;
}

html {
    position: relative;
    font-family: Arial;
}

body {
    margin: 0;
    font-family: Arial;
    font-size: 12px;
}

header {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #E6E6E6;
    color: #000;
}

footer {
    position: absolute;
    right: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

hr {
    margin-bottom: 20px;
}

/*Core html*/

/*General*/
.container:before, .content-wrapper:before, .left-sidebar:before, .right-sidebar:before, .report:before, .one-row:before, .half-a-row:before, .quarter-a-row:before, .clearfix:before {
    display: table;
    content: " ";
}

.container:after, .content-wrapper:after, .left-sidebar :after, .right-sidebar:after, .report:after, .one-row:after, .half-a-row:after, .quarter-a-row:after, .clearfix:after {
    clear: both;
}

.container:after, .content-wrapper:after, .left-sidebar :after, .right-sidebar:after, .report:after, .one-row:after, .half-a-row:after, .quarter-a-row:after, .clearfix:after {
    display: table;
    content: " ";
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.one-row {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    page-break-inside: avoid;
}

.one-row-title, .one-row-content, .one-row-edit {
    float: left;
    display: inline-block;
    line-height: 34px;
    padding: 5px;
}

.one-row-title {
    font-weight: bold;
    width: 150px !important;
}

.one-row-content {
    width: 300px !important;
}

    .one-row-content input[type="text"], .one-row-content input[type="email"], .one-row-content input[type="password"], .one-row-content select {
        width: 100%;
    }

.one-row label {
    font-weight: bold;
}

.row-input {
    width: 100%;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 5px;
    float: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

.input-half-col {
    float: left !important;
    display: inline-block !important;
    width: calc((100% - 20px) / 2) !important;
}

.input-half-col-separator {
    float: left !important;
    width: 20px !important;
    text-align: center !important;
}

.one-row-edit {
    width: 310px !important;
}

.general-input-text-dashboard {
    display: inline;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .general-input-text-dashboard:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

.general-input-text[disabled] {
    background-color: #eee;
    opacity: 1;
}


.general-input-text {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .general-input-text:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .general-input-text[disabled] {
        background-color: #eee;
        opacity: 1;
    }

.general-button {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
    transition-duration: 0.2s;
    min-width: 80px;
}

    .general-button:hover {
        border: 1px solid #A9A9A9;
        background-color: #A9A9A9;
        color: #fff;
        cursor: pointer;
    }

    .general-button:not(:first-child) {
        margin-left: 10px;
    }

    .general-button[disabled] {
        background-color: #fff;
        border-color: #ccc;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
        color: #ccc;
    }


/*half and row and quarter a row must be in a mother 'one-row' div*/
.half-a-row {
    display: inline-block;
    float: left;
    width: 50%;
}

/*half and row and quarter a row must be in a mother 'one-row' div*/
.quarter-a-row {
    display: inline-block;
    float: left;
    width: 25%;
}

.toggle-button {
    float: left;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: transparent;
    background-image: none;
    border: none;
    color: #000 !important;
    cursor: pointer;
    line-height: 50px !important;
    transition-duration: 0.2s;
}

    .toggle-button:hover {
        background: #E0E0E0;
    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.loading {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #fefefe;
    opacity: 0.7;
    z-index: 99;
    margin: 0 !important;
}

.loading-icon {
    top: 50px;
    position: fixed;
    width: 85px;
    height: 50px;
    left: calc(50% - 42.5px);
    background-image: url("/Content/themes/base/images/LoaderPlain_Text.gif");
    background-repeat: no-repeat;
    background-size: 85px 50px;
    z-index: 101;
}

.gray-overlay {
    display: none;
    background: black;
    opacity: .5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.hidden {
    display: none !important;
}

.warning {
    color: red;
}

.input-warning {
    border: 1px solid red;
}

.scrollable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*for one row --> if u want one of the child to fill parent, while others occupy their space*/
.flex-fill {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
}

/*for one row --> if u want one of the child to fill parent, while others occupy their space, all child will center align themselves*/
.flex-fill-center {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* Safari */
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
}

/*for the child to fill up remaining spaces in the parent row*/
.flex-child-fill-parent {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.dropdown-menu.open {
    z-index: 1 !important;
}

/*General*/

/*Header*/
.header-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
}

header > .container {
    padding: 0;
    height: 50px;
}

.fa-lg {
    font-size: 22px !important;
}

.header-right {
    display: inline-block;
    float: right;
}

.header-company {
    display: inline-block;
    float: left;
    width: 150px;
    height: 50px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 14px;
}

    .header-company img {
        max-height: 30px;
        max-width: 150px;
    }

.header-company-name {
    font-weight: bold;
    height: 30px;
    width: 150px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.header-company:before {
    display: table;
    content: " ";
}

.header-company:after {
    display: table;
    content: " ";
}

.header-company:after {
    clear: both;
}

.menu {
    display: inline-block;
    float: left;
}

    .menu ul {
        text-align: center;
        display: inline;
        margin: 0;
        list-style: none;
    }

    .menu a {
        display: block;
        text-decoration: none;
        color: #000;
    }

        .menu a:visited {
            color: #000;
        }
        /* visited link */
        .menu a:hover {
            color: #000;
        }
        /* mouse over link */
        .menu a:active {
            color: #000;
        }
    /* selected link */

    .menu ul li {
        display: inline-block;
        min-width: 50px;
        position: relative;
        text-align: center;
        background: transparent;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        color: #000;
        line-height: 50px;
    }

        .menu ul li:not(#menu-header) {
            padding: 0 10px;
        }

        .menu ul li:hover {
            background: #E0E0E0;
        }

        .menu ul li ul {
            padding: 0;
            position: absolute;
            top: 48px;
            left: auto;
            right: 0;
            width: 180px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            display: none;
            opacity: 0;
            visibility: hidden;
            -webkit-transiton: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            -ms-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            -transition: opacity 0.2s;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        }

            .menu ul li ul li {
                text-align: left;
                background: #fff;
                display: block;
                color: #000;
                line-height: 40px;
            }

        .menu ul li:hover ul {
            display: block;
            opacity: 1;
            visibility: visible;
        }

.menu-header-user {
    display: none;
    text-align: center;
    padding: 0 20px;
}

    .menu-header-user > .fa-caret-down {
        margin-left: 10px;
        float: right;
        line-height: 50px;
    }
/*Header*/

/*body --> report*/
body > .content {
    padding: 50px 0 0;
}

.content {
    min-width: 840px;
    margin: 0 auto;
}

.content-wrapper {
    width: 100%;
    padding: 50px 0;
}

.report {
    margin: 0 auto;
    width: 800px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 5px;
    background-color: #fff;
}

    .report.header {
        line-height: 50px;
        margin: 20px auto;
        padding: 0;
        box-shadow: none;
    }

.report-header-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    float: left;
    display: inline-block;
}

.report-header-buttons {
    float: right;
    display: inline-block;
}

    .report-header-buttons a {
        color: #333;
        background-color: #fff;
        border: 1px solid #fff;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        transition-duration: 0.2s;
        text-decoration: none;
    }

    .report-header-buttons button, .report-header-buttons > a {
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border-radius: 4px;
        transition-duration: 0.2s;
        text-decoration: none;
    }

.bootstrap-select.btn-group .dropdown-menu li.disabled a:hover {
    border: 1px solid #fff;
    background-color: #fff;
}

.report-header-buttons button:hover, .report-header-buttons a:hover {
    border: 1px solid #A9A9A9;
    background-color: #A9A9A9;
    color: #fff;
    cursor: pointer;
}

.report-header-buttons > a:hover {
    color: #fff !important;
}

.report-header-buttons button[disabled] {
    background-color: #fff;
    border-color: #ccc;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    color: #ccc;
}

.report-company {
    display: none;
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.report-logo {
    float: right;
    text-align: right;
    width: 150px;
}

    .report-logo img {
        max-width: 150px;
        height: 30px;
    }

.report-company:before {
    display: table;
    content: " ";
}

.report-company:after {
    clear: both;
}

.report-company:after {
    display: table;
    content: " ";
}

.verify-indicator {
    background-color: #A8DD77;
    padding: 5px 0;
    font-size: 17px;
    display: none;
    font-weight: bold;
    border: 0px solid #A1A1A1;
    text-align: center;
}

.report-title, .report-subtitle {
    text-align: center;
    font-weight: bold;
}

.report-title {
    margin-top: 20px;
    font-size: 20px;
}

.report-subtitle {
    margin-top: -20px;
    font-size: 12px;
}

.report-section {
    background-color: #494B4B;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.report table {
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #7F7B7D;
}

    .report table th {
        background-color: #F7F7F7 !important;
    }

    .report table th, .report table td, .report table tbody, .report table tfoot {
        padding: 5px;
        border: 1px solid #7F7B7D;
        text-align: center;
        line-height: 20px;
    }

.report-text-left {
    text-align: left !important;
}

.report-mini-graph:before {
    display: table;
    content: " ";
}

.report-mini-graph:after {
    clear: both;
}

.report-mini-graph:after {
    display: table;
    content: " ";
}

/*have four boxes in a row*/
.report-mini-graph {
    height: 150px;
    width: calc((100% - (3 * 20px)) /4);
    display: inline-block;
    float: left;
    border: 2px solid #E6E6E6;
}

    .report-mini-graph .one-row {
        margin-bottom: 2px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

        .report-mini-graph .one-row:last-child {
            margin-bottom: 0px !important;
            padding: 0 !important;
        }

        .report-mini-graph .one-row:first-child {
            padding-top: 10px;
        }

.one-row .report-mini-graph:not(:first-child) {
    margin-left: 20px;
}

.report-mini-graph .one-row.title {
    font-size: 14px;
    color: #000;
}

.report-mini-graph .one-row.count {
    font-size: 14px;
    color: #176987;
}

.report-mini-graph .one-row.up-down {
    font-size: 22px;
    padding-left: 45px;
}

    .report-mini-graph .one-row.up-down img {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

.report-mini-graph .one-row.last-week {
    font-size: 10px;
}

.report-mini-graph .one-row canvas {
    width: 100%;
}
/*body*/

/*Store Weekly Report Content Row Height*/
.one-row.has-graph {
    height: 200px;
}

    .one-row.has-graph.extended-graph {
        height: 300px;
    }

    .one-row.has-graph.half-extended-graph {
        height: 250px;
    }

.one-row.has-graph-and-table {
    height: 200px;
}

.one-row .graph, .one-row .half-a-row {
    height: inherit;
}



/*Store Weekly Report Content Row Height*/

/*Store Weekly Report Week Table styling*/
.table-week-data {
    width: 340px !important;
}

.table-week-data {
    font-size: 11px !important;
}

    .table-week-data td, .table-week-data th {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .table-week-data th {
        background-color: #fff !important;
    }

    .table-week-data td {
        padding: 3px 5px !important;
    }

    .table-week-data tr th:first-child {
        background-color: #494B4B !important;
        color: white;
    }

    .table-week-data tr td:first-child, .table-week-data tr th:first-child {
        padding: 3px 10px !important;
    }

    .table-week-data tr td:first-child {
        background-color: #EEEDED;
    }

    .table-week-data tbody td, .table-week-data tfoot td {
        border-top: none !important;
        border-bottom: none !important;
    }

    .table-week-data tr td:first-child, .table-week-data tr th:first-child {
        text-align: left !important;
    }
/*Report various styling*/


/*side bars*/
.left-sidebar, .right-sidebar {
    position: fixed;
    top: 0;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 101;
}

.left-sidebar {
    color: #606060;
    display: none;
    left: 0;
    background: #F7F7F7;
}

    .left-sidebar.active, .right-sidebar.active {
        display: block;
    }

.right-sidebar {
    display: none;
    right: 0;
}

.right-sidebar .input-daterange input{
    text-align: left !important;
}

.left-sidebar ul {
    font-weight: bold;
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
}

.left-sidebar-menu-item div, .left-sidebar-submenu div div {
    width: 235px;
    height: 40px;
    line-height: 40px;
}

    .left-sidebar-menu-item div img {
        float: left;
        width: 20px;
        display: inline-block;
        margin: 10px;
    }

    .left-sidebar-menu-item div div {
        float: left;
        width: 145px;
        margin-right: 10px;
        display: inline-block;
    }

    .left-sidebar-menu-item div i {
        line-height: 40px;
        float: left;
        width: 20px;
        display: inline-block;
        text-align: center;
        transition: .2s;
    }

.fa-rotate-180-negative {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.left-sidebar li {
    border-left: 5px solid transparent;
}

.left-sidebar-menu-item {
    cursor: pointer;
    transition-duration: 0.2s;
}

    .left-sidebar-menu-item:hover, .left-sidebar li.selected {
        border-left: 5px solid #E39B24;
        color: #E39B24;
    }

        .left-sidebar li.selected a {
            color: #E39B24;
        }

.left-sidebar-submenu {
    overflow: hidden;
    transition: height 200ms;
}

    .left-sidebar-submenu div div {
        width: 165px;
        margin-left: 50px;
    }

.left-sidebar a {
    display: block;
    text-decoration: none;
    color: #606060;
    transition-duration: 0.2s;
}

    .left-sidebar a:visited {
        color: #606060;
    }
    /* visited link */
    .left-sidebar a:hover {
        color: #E39B24;
    }
    /* mouse over link */
    .left-sidebar a:active {
        color: #606060;
    }
/* selected link */
/*side bars*/

/*right side panel*/
.right-sidebar .content-wrapper {
    width: 160px;
    margin: 0 auto;
    padding: 20px 0;
}

.one-row-header {
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}

.one-row-header-big {
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
}

    .one-row-header-big > .fa-question-circle {
        float: left;
        display: inline-block;
        font-size: 12px;
    }

.right-sidebar select {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    font-size: 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    font-weight: bold;
}


.right-sidebar .small-input-box {
    border: 1px solid #ccc;
    height: 30px;
    font-size: 12px;
    padding: 0 5px;
    float: left;
    display: inline-block;
    width: 30px;
}

.has-two-datepickers {
    border: 1px solid #ccc;
    height: 30px;
    font-size: 10px;
    padding: 0 5px;
    float: left;
    display: inline-block;
    width: calc((100% - 20px) / 2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.separator-two-datepickers {
    float: left;
    display: inline-block;
    width: 20px;
    text-align: center;
    line-height: 30px;
}

.one-row-buttons:before {
    display: table;
    content: " ";
}

.one-row-buttons:after {
    clear: both;
}

.one-row-buttons:after {
    display: table;
    content: " ";
}

.one-row-buttons {
    width: 160px;
    margin: 0 auto;
}

    .one-row-buttons .link-btn1 {
        display: inline-block;
        float: left;
        text-align: center;
        width: calc((160px - 10px) / 2);
        padding: 5px;
        border: 2.5px solid #1589FF;
        background-color: #fff;
        text-decoration: none;
        font-weight: bold;
        color: #606060 !important;
    }

    .one-row-buttons .link-btn {
        display: inline-block;
        float: left;
        text-align: center;
        width: calc((160px - 10px) / 2);
        padding: 5px;
        border: 1px solid #ccc;
        background-color: #fff;
        text-decoration: none;
        font-weight: bold;
        color: #606060 !important;
    }

        .one-row-buttons .link-btn:not(:first-child) {
            margin-left: 10px;
        }

        .one-row-buttons .link-btn:hover {
            color: #fff !important;
            background-color: #A9A9A9;
        }

    .one-row-buttons .link-btn1:not(:first-child) {
        margin-left: 10px;
    }

    .one-row-buttons .link-btn1:hover {
        color: #fff !important;
        background-color: #A9A9A9;
    }
/*right side panel*/


/*Responsive misc*/
@media (min-width: 840px) {
    .loading-icon {
        top: 0;
    }

    .menu-header-user {
        display: inline-block;
    }

    #menu-header > .fa-user {
        display: none;
    }

    .menu {
        min-width: 100px;
    }

        .menu ul li {
            min-width: 100px;
        }
}

@media (min-width: 1080px) {
    #header-menu {
        display: none;
    }

    #menu {
        margin-right: 15px;
    }

    .header-company {
        width: 240px;
        text-align: center;
    }

    .header-company-name {
        margin: 0 auto;
    }

    .content {
        margin: 0 0 0 240px;
    }

    .left-sidebar {
        display: block !important;
        box-shadow: none;
        padding: 0;
        margin: 50px 0 0 0;
        z-index: 99;
        height: calc(100% - 50px);
    }

        .left-sidebar > .toggle-close {
            display: none;
        }
}

@media (min-width: 1280px) {
    #header-setting {
        display: none;
    }

    .content {
        margin: 0 200px 0 240px;
    }

    .right-sidebar {
        display: block;
        box-shadow: none;
        width: 180px;
        border-left: 1px solid #E6E6E6;
        padding: 0;
        margin: 50px 0 0 0;
        z-index: 98;
        height: calc(100% - 50px);
    }

        .right-sidebar > .toggle-close {
            display: none;
        }
}

@media (min-width: 1300px) {
    .right-sidebar {
        width: 200px;
    }
}

@media (min-width: 1600px) {
    .content {
        margin: 0 350px 0 240px;
    }

    .right-sidebar {
        width: 350px;
    }

        .right-sidebar .content-wrapper {
            width: 250px;
        }

    .has-two-datepickers {
        background: url(../images/icon-calendar.png) no-repeat 90px;
        background-repeat: no-repeat;
        box-shadow: none;
        border-width: 1px;
    }
}
/*Responsive misc*/

/*Animation*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.slow {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}


@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*Fixed Report Header -> global*/
/*fixed-report-header*/
.one-row.fixed-report-header {
    height: 129px;
}

/*.one-row.fixed-report-header .one-row{
    border: 1px solid #000;  
}*/

.fixed-report-title {
    display: inline-block;
    float: left;
    width: 420px;
    text-align: center;
}

    .fixed-report-title:before {
        display: table;
        content: " ";
    }

    .fixed-report-title:after {
        display: table;
        content: " ";
    }

    .fixed-report-title:after {
        clear: both;
    }

    .fixed-report-title > .fixed-report-header-text, .fixed-report-title > .fixed-report-header-subtitle {
        float: left;
        display: inline-block;
        width: 100%;
        font-weight: bold;
        max-width: 100%;
    }

    .fixed-report-title > .fixed-report-header-text {
        font-size: 18px;
        text-transform: uppercase;
        line-height: 30px;
    }

    .fixed-report-title > .fixed-report-header-subtitle {
        font-size: 12px;
    }

.fixed-report-logo {
    display: inline-block;
    float: left;
    width: 150px;
    height: 30px;
    text-align: center;
}

    .fixed-report-logo:nth-child(1) {
        margin-right: 20px;
    }

    .fixed-report-logo:nth-child(n+2) {
        margin-left: 20px;
    }

    .fixed-report-logo img {
        display: inline-block;
        max-height: 100%;
        max-width: 100%;
    }

.one-row.fixed-report-header {
    margin: 0 !important;
    padding: 10px 0 !important;
}

    .one-row.fixed-report-header .one-row {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
    }


/*fixed-report-header*/

/*Misc*/
.ui-dialog-content .one-row {
    margin-bottom: 10px;
    line-height: 30px;
}

.ui-dialog-content hr {
    margin: 0;
}

.no-data-container {
    text-align: center;
    color: #B71D1D;
    font-size: 17px;
    background: white;
    position: absolute;
    padding: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.generating-report {
    text-align: center;
    color: #E39B24;
    font-size: 17px;
    padding: 50px;
    border: 0px;
}
/*Misc*/


/*Tabbed UI*/
.one-row.tab-container {
    margin: 0 auto;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    ul.tabs li {
        background: #F7F7F7;
        color: #222;
        display: inline-block;
        padding: 0 20px;
        cursor: pointer;
        line-height: 40px;
        border: 1px solid #ccc;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        ul.tabs li:hover {
            background: rgba(0,0,0,.1);
        }

        ul.tabs li.current {
            background: #fff;
            color: #000;
            border: 1px solid #ccc;
            border-bottom: 1px solid #fff;
        }

.tab-content {
    margin-top: -1px;
    display: none;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}

    .tab-content:before {
        display: table;
        content: " ";
    }

    .tab-content:after {
        clear: both;
    }

    .tab-content:after {
        display: table;
        content: " ";
    }

    .tab-content.current {
        display: inherit;
    }

/*Tabbed UI*/

/* Pie Class*/
.pie-aligncenter {
    margin: 0 auto;
    float: none;
    display: block;
}
/* Pie Class*/


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: rgba(234, 234, 234, 0);
    border-left: 0px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }



.node rect {
  cursor: move;
  shape-rendering: crispEdges;
}

.node text {
  pointer-events: none;
  text-shadow: 1px 1px 2px #fff;
  font-size: 0.8em;
  font-family: sans-serif;
}

#tooltip {
  position: absolute;
  pointer-events: none;
  font-size: 0.7em;
  font-family: sans-serif;
  padding: 3px;
  width: auto;
  height: auto;
  background-color: #F2F2F2;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -mox-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rbga(0, 0, 0, 0.4);
  pointer-events: none;
}

.value {
  white-space: pre-line;
  margin: 0;
}