﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 5px;
}
/*.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #7f0043;
}*/

.noSidePadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noLeftPadding {
    padding-left: 0 !important;
}

.accordion-toggle {
    padding-left: 5px;
    padding-top: 20px;
}

    .accordion-toggle:hover, .accordion-toggle:visited, .accordion-toggle:focus {
        text-decoration: none;
    }

    .accordion-toggle.collapsed:after {
        content: "\e080";
    }

    .accordion-toggle:after {
        color: grey;
        font-family: 'Glyphicons Halflings';
        content: "\e114";
    }

html, body {
    height: 100%;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

body > form {
    min-height: 100%;
    margin-bottom: -70px;
}

    body > form::after {
        content: "";
        display: block;
    }

    footer, body > form::after {
        height: 70px;
    }

a {
    color: #7f0043;
}

textarea {
    resize: vertical;
}

.panel-body {
    background-color: #fafafa;
}

#options-panel > * {
    white-space: nowrap;
}

a:hover {
    color: #a71562;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #7f0043;
}

/* Product Tree */
.product-tree .node-selected {
    background-color: #eaeaea !important;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    padding-top: 5px;
}

.ui-resizable-e {
    right: 10px;
}

/* List element / full node in jsTree */
li.jstree-node[id*="_option_"] {
    width: 90%;
    display: table;
}

    /* First Anchor tag child of list-element */
    li.jstree-node[id*="_option_"] a.jstree-anchor {
        width: 100%;
        display: table-cell;
    }

/* ViewAs icon */
a.jstree-anchor[id*="_option_"] i {
    padding-left: 6px;
    padding-right: 8px;
}

a.jstree-anchor[id*="_option_"] .option-text {
    width: 100%;
}

    a.jstree-anchor[id*="_option_"] .option-text span {
        display: inline-block;
    }

.q-badges {
    display: table-cell;
}

.q-badge {
    margin-left: 0.25em;
    display: inline;
    line-height: unset;
}

.badge.q-badge {
    background-color: #7f0043;
}

.badge.q-badge.q-badge-primary {
    background-color: #333;
}

.badge.q-badge.q-badge-secondary {
    background-color: #666;
}

/* */
.filetree {
    overflow-y: auto;
    max-height: calc(100vh - 121px);
}

#nav .list-group {
    margin-bottom: 0;
}

.nav-tree {
    overflow-y: auto;
    max-height: calc(100vh - 170px);
}

.brand-image {
    padding: 7px 15px;
}

    .brand-image > img {
        max-height: 40px;
    }

.navbar-items {
    float: left;
    padding: 0 5px;
}

.navbar-property {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
}

#content {
    width: 75%;
    padding: 0 15px;
    position: relative;
    float: right;
}

.btn-link, .btn-link:hover {
    color: #7f0043;
}

.btn-primary, .btn-primary:hover, .btn-primary[disabled], .btn-primary[disabled]:hover {
    background-color: #7f0043;
    border-color: #a71562;
}

    .btn-primary:focus {
        background-color: #7f0043;
    }

.label-primary {
    background-color: #7f0043;
}

.form-title {
    font-weight: bold;
}

div.container {
    width: 80%;
}

#deleteModal .modal-footer, #deleteModal .modal-body {
    text-align: center !important;
}

.modal-xl {
    width: 100%;
    max-width: 95%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

.menu-content {
    margin: 20px 0 10px;
}

    .menu-content ul li {
        /*padding: 5px 10px;*/
    }

.error-back {
    padding-top: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

.max-width {
    max-width: none !important;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 3px;
    }
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"],
input[type="number"], .input-group {
    max-width: 100%;
}

.narrow-input {
    width: 280px;
    max-width: 280px;
}


input[type="text"].wide-input,
input[type="password"].wide-input,
input[type="email"].wide-input,
input[type="tel"].wide-input,
input[type="select"].wide-input,
input[type="number"].wide-input,
.wide-input {
    width: 420px;
    max-width: 420px;
}

input[class*="datepicker"] ~ span {
    margin: 0 2px;
}

textarea.resizable {
    resize: both;
    max-width: 100%;
}

.input-fluid {
    max-width: 100% !important;
}

.navbar-color {
    background-color: #7f0043;
    border-color: #a71562;
}

    .navbar-color a {
        color: #ffffff !important;
    }

        .navbar-color a:hover {
            color: #ffffff !important;
        }

@media(min-width:992px) {
    .fixed-breadcumbs {
        position: fixed;
        background-color: white;
        right: 15px;
        width: 75%;
        z-index: 100;
    }
}

.create-table-definition.fixed-breadcrumbs {
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 100;
}

@media (min-width: 992px) {
    .create-table-definition.fixed-breadcrumbs {
        width: 83.33333333%;
    }
}

.create-table-definition.fixed-breadcrumbs .save-button-container {
    margin: 20px 0 10px;
    min-height: 40px;
}

.page-title {
    float: left;
}

    .page-title > h3 {
        margin: 5px 0 15px;
    }

h3 > .help-button {
    padding-left: 1rem;
}

.imageButtons {
    padding: 20px 15px 18px 0;
}

    .imageButtons > div {
        margin-right: 15px;
    }

.list-group-buttons {
    margin: -40px 0px;
}

    .list-group-buttons > a {
        border-radius: 0 4px 0 0;
        height: 42px;
        width: 42px;
        font-size: 16px;
    }

    .list-group-buttons > .tooltip {
        display: none;
    }

    .list-group-buttons > a:hover {
        margin-top: 0;
        border-right-width: 1px !important;
    }

.panel-heading-button {
    margin: -10px -15px -11px 0;
    height: 38px;
    padding: 8px 10px 2px;
}

    .panel-heading-button:hover {
        margin-top: -9px;
        margin-bottom: -12px;
    }

.not-visible {
    display: none;
}

.popover-content > div > div > span {
    text-align: right;
    clear: both;
    float: left;
    margin-right: 10px;
}

.popover-content > div > div {
    margin: 4px 0;
}

    .popover-content > div > div > input[type="number"], .popover-content > div > div > input[type="text"] {
        width: 80px;
        float: right;
    }

.loadEntries {
    width: 75px;
    display: inline;
}

.logCategories > input {
    margin-left: 10px;
}

.logFilter {
    width: 100%;
}

    .logFilter > div {
        float: left;
        margin-left: 15px;
    }

.nowrapTable td {
    white-space: nowrap;
}
/*.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}*/

.nowrap {
    white-space: nowrap;
}

/* set tooltip single line*/
.tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.datepicker {
    z-index: 1151 !important;
    border-radius: 2px;
    position: unset;
}

.bootstrap-tagsinput > input {
    /*display:none;*/
}

@media(min-width:768px) {
    .table-responsive > .fixed-column {
        /*display: none;*/
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    /*.body-content {
        padding: 0;
    }*/
}

p.text-danger {
    margin: 0 !important;
}

@media(min-width:992px) {
    .product-nav, .user-nav {
        position: fixed !important;
    }

    #nav {
        position: relative;
        width: 25%;
        float: left;
    }
}

@media(max-width:992px) {
    #nav {
        width: 100%;
    }

    #content {
        width: 100%;
    }

    .ui-resizable-handle {
        display: none;
    }
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

.moduleButtons > div {
    padding: 9px 15px;
}

    .moduleButtons > div > a:hover, .moduleButtons > div > a:active {
        border-bottom: #c3c3c3 solid 4px;
    }

    .moduleButtons > div > a:hover {
        margin-bottom: -1px;
    }

    .moduleButtons > div > a:active {
        margin-bottom: -2px;
    }

.serverNotReachable {
    margin-left: 5px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.settings-panel {
    margin-right: auto;
    margin-left: auto;
}

    .settings-panel .button-position {
        margin: 0;
        padding: 15px 0 10px;
    }

@media (min-width: 768px) {
    .settings-panel {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .settings-panel {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .settings-panel {
        width: 1170px;
    }
}

.ticketMailRecipients {
    max-width: 280px;
    min-height: 100px;
    max-height: 130px;
}

/* help */
.help-list-group > a:hover {
    cursor: pointer;
}

.help-list-group > a {
    padding: 2px 8px;
}
/* nav & breadcrumbs*/

.button-position {
    padding: 0 15px 3px;
    margin: 20px 0 10px;
    min-height: 40px;
}

@media all and (max-width: 991px) {
    .button-position {
        margin: 0;
        float: right;
    }

    .breadcrumb:not(.table-editor) {
        margin: 0 0 10px;
    }
}

@media all and (max-width: 480px) {
    .form-button, .form-button *:not(i), .button-position *:not(i) {
        width: 100%;
    }

    .button-position, .page-title {
        width: 100%;
    }

        .page-title > h3 {
            margin: 10px 0;
        }

h3 > .help-button {
    padding-left: 1rem;
}

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="select"],
    input[type="number"], .input-group {
        max-width: 100%;
    }

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn:last-child:not(:first-child) {
        border-radius: 2px;
        margin: 0;
    }

    .product-title {
        margin: 0 0 10px;
    }
}
/* Stored Procedures*/
.spTop {
    height: calc(45vh - 25px);
    padding: 8px;
}

.spBottom {
    height: calc(55vh - 33px);
    padding: 8px 8px 0;
    margin-top: 8px;
}

    .spBottom > .editable {
        height: calc(55vh - 70px);
        width: 100%;
        background-color: #fff !important;
        font-size: smaller;
    }

/* Report Editor */
.page-sidebar .sidebar-search, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search {
    margin: 8px 18px !important;
}

.page-sidebar-menu {
    height: calc(100vh - 168px);
}

.uk-htmleditor .CodeMirror {
    padding: 0 !important;
}

.page-sidebar-menu {
    overflow-y: auto;
}

.page-container {
    margin: 0 !important;
}

.menuitem > a {
    padding: 7px 15px 7px 0 !important;
}

#search {
    box-shadow: none;
}

.img-flag {
    margin-right: 6px;
}

.history-table {
    margin-bottom: 0px;
}

.nav-tabs > li > span.tab-remove {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: -2px;
    color: red;
}

.nav-tabs > li:hover > span.tab-remove {
    display: inline-block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: #737373 !important;
    border-bottom: 0px !important;
}

.nav-tabs > li.modified > a > *::after {
    content: '*';
}

.uk-htmleditor-fullscreen {
    top: 45px !important;
}

.btn-new-buttons {
    margin-right: 8px;
}

.scroll-div {
    height: 535px;
    /*overflow: auto;*/
}

.btn-mg {
    margin-top: 25px;
    margin-bottom: 38px;
}

#toolbar_search_button, #searchWrapper .CodeMirror-dialog, #toolbar_search_replace_button, #searchReplaceWrapper .CodeMirror-dialog {
    float: left;
}

.CodeMirror-dialog {
    margin-left: 10px;
}

    .CodeMirror-dialog button {
        line-height: 18px;
    }

input[id*="_string"] {
    margin: 0px 5px 0px 5px;
    padding: 1px 5px 1px 5px;
    line-height: 2em;
    border-radius: 5px;
    border: 0px;
    background-color: rgba(0,0,0,0.1);
}

#searchAndReplaceIcon {
    vertical-align: middle;
    margin-top: -3px;
}

.history-tab {
    overflow-y: scroll;
    width: 100%;
}

.page-bar {
    background-color: transparent !important;
}

.properties > .form-group {
    overflow: hidden;
}

.properties {
    padding: 10px 0 0;
    margin-right: -10px;
}

.memo-prop {
    resize: vertical;
}

.popover.report-viewer-options .popover-title span {
    color: black;
}

.popover.report-viewer-options .form-group {
    margin-bottom: 5px;
}

.popover.report-viewer-options .popover-content {
    padding: 5px 14px 2px 14px;
}

@media (min-width: 992px) {
    .page-content-wrapper .page-cont {
        margin-left: 235px;
        margin-top: 8px;
        padding: 5px 10px !important;
    }
}

/* Files */
.fix-size-files {
    height: calc(100vh - 118px);
    padding-top: 0px !important;
}

    .fix-size-files > .uk-htmleditor {
        margin: -1px;
    }

#search-files-wrapper {
    border-bottom: 1px solid #e6eef2;
    width: 100%;
    max-width: none;
}

#searchFileString {
    max-width: 95%;
    margin-left: 10px;
    margin-top: 7px;
    padding: 0;
    height: auto;
    border: 0;
    box-shadow: none;
    background-color: white;
    color: #b5c0c9;
    font-size: 14px;
}

#search-files-options {
    margin-top: 5px;
}

    #search-files-options input, #search-files-options span {
        vertical-align: middle;
    }

        #search-files-options input[type="checkbox"] {
            margin: 0px 5px 0px 10px;
            vertical-align: middle;
        }

#search-in-progress div span {
    margin-left: 6px;
    line-height: 60px;
}

li a.found-in {
    background-color: #FFF79F;
}

#fileTabs {
    margin-right: 10px;
}

#doc-frame {
    width: 100%;
    height: 100%;
    margin-top: -1px;
    padding: 0 1px 1px 0;
}

#image-frame > div {
    margin-top: -1px;
    padding: 10px;
}

em {
    color: #444 !important;
}

#fileContent {
    margin-right: 10px;
    border: solid 1px #e7e7e7;
    border-top-color: transparent;
}

#upload-table-body td {
    padding: 4px 8px;
}

#upload-table {
    margin-bottom: 0;
    display: none;
}

.remove-row:hover {
    cursor: pointer;
}

#upload-jumbotron {
    margin-top: 0;
    padding: 5px;
    min-height: 60px;
}

#no-files {
    margin-top: 15px;
}

#no-tabs {
    margin: 15px;
}

.jstree-disabled {
    cursor: not-allowed;
}

/* Diagram (Builder) */
#diagramControls {
    margin-top: 25px;
}

/* Datatables*/
.dt-buttons {
    margin-top: -32px;
}

/* Rules datatable */
.focusVariable {
    text-decoration: none !important;
}

    .focusVariable:hover {
        text-decoration: underline !important;
    }

.rule-error {
    color: red;
    text-decoration: none !important;
}

.tooltip-inner.multi-line {
    white-space: pre-wrap;
}

/* Create / Update rule */
div[contenteditable="False"], div[contenteditable="false"] {
    background-color: #eeeeee
}

.select-filetree {
    overflow-x: auto;
}

@media all and (max-width: 680px) {
    .dt-buttons {
        display: none;
    }
}

@media all and (min-width: 480px) {
    .dataTables_wrapper .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 480px) {
    div.dataTables_length {
        text-align: start !important;
    }

    div.dataTables_filter {
        text-align: right !important;
    }
}

/* Products.Master */
.move-option-modal .form-horizontal .control-label {
    padding-top: 8px;
    text-align: left;
}

.move-option-result, .old-variable-and-option, .to-variable {
    color: #7f0043;
}

.option-value-taken-container {
    margin-top: 5px;
}

/*  Bootstrap Notify progressbar */
[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

/* Modules */
.modules-dropdownlist {
    min-height: calc(100vh - 450px);
}

#user-modules div.header, #module-users div.header {
    margin-bottom: 15px;
}

.switch-module-modes {
    margin-top: 15px;
    color: gray;
}

    .switch-module-modes:hover {
        cursor: pointer;
        cursor: hand;
        color: #000000;
    }

/* Table Editor */
.table-editor .handsontable-container {
    height: 500px;
    overflow: hidden;
}

.table-editor.create-new-button-wrapper {
    margin-bottom: 10px;
}

    .table-editor.create-new-button-wrapper .create-new-table-editor {
        width: 100%;
    }

.table-editor .row {
    margin-top: 10px;
}

.table-editor .fa {
    margin-left: 5px;
}

.table-editor.header {
    padding-right: 15px;
}

    .table-editor.header .title {
        display: inline-block;
    }

    .table-editor.header .save-table-changes {
        margin-top: 22px;
    }

.tables {
    padding: 0px;
}

.list-group-item.tables {
    overflow-y: auto;
    max-height: calc(100vh - 240px);
}

.list-group-item.editable-table {
    display: table;
    width: 100%;
}

.editable-table:hover {
    color: #555555;
    background-color: #f5f5f5;
}

.editable-table .table-id {
    display: table-cell;
    width: 10%;
}

.editable-table .table-description {
    display: table-cell;
    width: 100%;
}

.editable-table .edit-table-definition-link, .editable-table .delete-table-definition {
    display: table-cell;
    padding: 0px 5px;
    color: #666;
}

    .editable-table .edit-table-definition-link:hover, .editable-table .delete-table-definition:hover {
        color: #7f0043;
    }

.editable-table .delete-table-definition {
    cursor: pointer;
}

    .editable-table .delete-table-definition:hover {
        cursor: pointer;
    }

.list-group-item.editable-table.active-table {
    border-left: 5px solid #7f0043;
    padding-left: 11px;
    padding-right: 15px;
}

/* Darken confirm modal background */
.jconfirm.jconfirm-white .jconfirm-bg {
    background-color: rgba(0,0,0,1);
}

/* Create Table Definition */
.create-table-definition-container {
    float: none;
}

.table-definition .form-group input[type=checkbox] {
    margin-top: 8px;
}

.select-users-wrapper ul.multiselect-container {
    padding: 5px;
    width: 280px;
}

    .select-users-wrapper ul.multiselect-container input[type="checkbox"] {
        margin-top: 4px;
    }

    .select-users-wrapper ul.multiselect-container label {
        padding: 3px 20px 3px 30px;
    }

.table-column-data-container .loading-data {
    width: 100%;
    text-align: center;
}

    .table-column-data-container .loading-data i {
        margin: 10px 0px;
    }

.input-group-sm .input-group-addon {
    border-radius: 0px 4px 4px 0px;
}

.table-columns table {
    width: 100%;
}

.table-columns th {
    padding-top: 0px !important;
}

.drag-handle {
    /* margin: 10px; */
    /* font: bold 20px Sans-Serif; */
    color: #666;
    display: inline-block;
    cursor: move;
    cursor: -webkit-grabbing; /* overrides 'move' */
}

.drag-sortable {
    width: 35px;
}

.table-columns table .center-content {
    text-align: center;
}

.table-columns table td {
    padding: 5px 5px 5px 0px;
}

    .table-columns table td p {
        margin: 0px 0px 0px 5px;
    }

    .table-columns table td input {
        padding-right: 15px
    }

        .table-columns table td input[type="number"] {
            max-width: 100%;
        }

            .table-columns table td input[type="number"][data-property="defaultValue"] {
                max-width: 100%;
            }

        .table-columns table td input[data-property="width"] {
            display: inline-block;
            margin-right: 5px;
        }

.datepicker.inherit-width {
    max-width: inherit;
}

.save-table-definition {
    float: right;
}

/* Diagram (Builder) */
#disablePageOverlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}

div[data-notify="container"] span {
    display: block;
}

#diagram_canvas_wrapper {
    padding: 0px;
    overflow: scroll;
    border: solid 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#diagram_canvas {
    width: 6000px;
    height: 6000px;
}

/* Diagram */
.diagram [data-notify="progressbar"] {
    margin-bottom: -2px;
}

.diagram.notification {
    z-index: 9999;
}

    .diagram.notification span[data-notify="message"] i {
        margin-top: 3px;
    }

.itemViewInformation {
    margin-bottom: 10px;
}

#diagramControls div {
    margin-bottom: 5px;
}

#diagramViewsDropDownButton {
    min-width: 60.75px;
}

ul.diagramViewsDropDown li a.active {
    background-color: rgb(127, 0, 67);
    color: white;
    border-radius: 20px;
}

#showLegend {
    cursor: pointer;
    cursor: hand;
}

.inRuleIcon::before, ::after {
    font-size: 12px;
    margin-left: 5px;
}

i#inIfCondition {
    color: rgb(127, 0, 67);
}

i#inThenCondition {
    color: rgb(255, 133, 27);
}

.scrollable-list {
    height: calc(100vh - 229px);
    overflow-x: hidden;
    margin-bottom: 0px;
}

.list-group-item.active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.list-group-item.related {
    background-color: rgb(127, 0, 67);
    color: white;
}

.listVariableID {
    margin-right: 10px;
}

/* Font */

/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGD_j0nMiB9fPhg_k1wdK2h0.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDRVvBvQIc1z78c__uoBcyI.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDovqjS_dXPZszO_XltPdNg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFxe-GPfKKFmiXaJ_Q0GFr8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoM7YHq4FgHI02B8rPccK0FJQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoM40tgx99jmYGv_xzYuwd1rU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMxgy2Fsj5sj3EzlXpqVXRKo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* Google Material Icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

    .material-icons.md-14 {
        font-size: 14px;
    }

    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

.delete-messagelog .datepicker {
    max-width: none;
}

.side-dropdownlist {
    padding-left: 5px;
    margin-left: 5px;
}

.import-materials-prefix {
    width: 300px;
}

.import-materials-suffix {
    width: 200px;
}

.materials-panel {
    min-height: 600px;
    max-height: 650px;
}

.collapse-caret {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.importmaterials-left-panel {
    padding-top: 20px;
}

/** With the class we make sure that the navbar is always on top
    Where where some issues where textboxes where on top of the navbar
*/
.datepicker {
    z-index: 1 !important;
}

/** Will give the navbar a top layer for the controls */
.navbar {
    z-index: 10;
}

.password-type-panel {
    position: absolute;
    right: 670px;
    top: 240px;
}

/** Intelligent Code Completion*/
.icc-autocomplete-menu-label {
    font-size: 16px;
}

.icc-autocomplete-menu-description {
    font-size: 12px;
    opacity: 0.8;
}

.collapsible-metadata {
    background-color: inherit;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible-metadata-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.report-editor {
    margin-left: 256px;
    height: 100%;
    max-height: 100% !important;
}

.qmaze-editor .editor-header {
    margin-top: 1rem;
}

.qmaze-editor .editor-bar {
    margin: 4px 2px;
    color: #333333;
    background-color: #f5f5f5;
    border-color: transparent;
}

.qmaze-editor .editor-main {
    height: calc(100vh - 132px - 4rem);
}

.qmaze-editor .editor-sidebar {
    display: none;
}

    .qmaze-editor .editor-sidebar.active {
        display: block;
        height: calc(100vh - 92px);
        border-left: 1px solid #a71562dd;
        margin: 8px 0;
        padding: 16px 8px;
    }

    .qmaze-editor .editor-sidebar > nav {
        height: 32px;
        margin: 0 8px;
    }

    .qmaze-editor .editor-sidebar > .tab {
        height: calc(100% - 64px);
        margin-top: 8px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.qmaze.modified > a::after {
    content: '*';
}

.draggable-container {
    position: absolute;
    z-index: 2000;
    resize: horizontal;
    overflow-y: scroll;
}
.help-container {
    box-shadow: .5rem .5rem #c7c7c7;
    border-radius: .5rem;
    border: 1px solid #c7c7c7;
    width: 25vw;
    top: 100px;
}
.help-hidden {
    display: none;
}
.helpContainer-header {
    cursor: move;
    padding: 1rem;
    background-color: #f1f1f1;
    border-bottom: 1px solid #c7c7c7;
}

.helpContainer-body {
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #c7c7c7;
}

.helpContainer-footer {
    padding: 1rem;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.helpContainer-footer>small{
    display: flex;
}

.helpContainer-inlineClose {
    position: absolute;
    top: 1rem;
    right: 1rem;
}