﻿
/*
@font-face {
    font-family: 'Glober Book';
    src: url('Glober_Book/2CB7BF_0_0.eot');
    src: url('Glober_Book/2CB7BF_0_0.eot?#iefix') format('embedded-opentype'), url('Glober_Book/2CB7BF_0_0.woff') format('woff'), url('Glober_Book/2CB7BF_0_0.ttf') format('truetype');
}
    */



.SundayPerformanceHeaderDayColor {
    background-color: #fe9e7f;
}

.SaturdayPerformanceHeaderDayColor {
    background-color: #93bdff;
}

.PerformanceDayColorGreen {
    background-color: #88e55d;
}

.PerformanceEvaluationCell {
    background-color: transparent;
    border: none;
    text-align: center;
    width: 100%;
}


.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

    .table-user-information > tbody > tr:first-child {
        border-top: 0;
    }

    .table-user-information > tbody > tr > td {
        border-top: 0;
    }

.toppad {
    margin-top: 20px;
}


.checkbox-inline {
    margin-bottom: 5px;
    margin-top: 1px;
}

    .checkbox-inline input[type=checkbox], input[type=radio] {
        margin-top: 1px;
    }

.dtr-data input[type=checkbox], input[type=radio] {
    display: table-cell;
}

.dtr-data {
    white-space: pre-wrap;
}

.table tr.odd td.details_control {
    vertical-align: middle;
    white-space: normal;
}

.table tr.even td.details_control {
    vertical-align: middle;
    white-space: normal;
}

.table input[type=checkbox] {
    margin: 0 !important;
}

.table tr.odd td.details_control .tab {
    display: block;
}

.tab .sum {
    color: #900;
    display: inline;
    font-weight: bold;
    position: relative;
}

/*
    altura das linhas das colunas da grid
*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    line-height: 1;
}

.panel-heading {
    background: rgb(221, 221, 221);
}

.panel-inverse > .panel-heading {
    background: #333;
}

/*.panel-heading {padding:5px 15px;}*/

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 10px;
}

div.panel-body {
    background: #f4f6f7;
    padding: 2px 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #f4f6f7;
}
/*FIX BOOTSTRAP*/

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

textarea.form-control {
    height: auto;
    padding: 6px 12px;
}

.control-label, label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    /*margin-top: 5px;*/
    max-width: 100%;
    text-transform: capitalize;
}

.ng-scope label {
    margin-bottom: -5px;
}

label.requiredField:after {
    color: red;
    content: ' *';
    display: inline;
}

.form-group-lg label,
.form-group-lg input {
    font-size: 1.5em;
}

.form-group-lg label {
    padding: 0;
}

.form-group-lg input {
    height: 2em;
}

.form-control {
    font-size: 14px;
    height: 26px;
    padding: 3px 6px;
}

input[type=checkbox].form-control {
    width: auto;
}

#Login .form-control {
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
}

.login-buttons .btn {
    padding: 6px 12px;
}

.btn {
    padding: 2px 6px;
}

.input-group-addon {
    padding: 3px 6px;
}

.input-group-btn .btn {
    padding: 2px 6px;
}

.form-group {
    min-height: 44px;
}

    .form-group > .input-group {
        height: 26px;
    }

.input-group:has(select) {
    height: 26px;
}

.input-group .selectize-control .selectize-input {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.dataTables_filter input {
    height: 28px !important;
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
    height: 28px !important;
    line-height: 27px;
}

.DTTT_button.DTTT_button_collection:has(span > .fa-book),
.customDocumentCodeBtn {
    background-color: #17a2b8 !important;
    color: white !important;
}

button.ColVis_Button {
    height: 28px !important;
}

    button.ColVis_Button:before {
        top: 12px;
    }

button.ColVis_Button, ul.ColVis_collection li {
    line-height: 3px;
}

.dataTables_length select {
    height: 27px !important;
}

tr.group {
    background-color: #d4d4d4 !important;
}

/*END FIX BOOTSTRAP*/


table.dataTable th.wrap, table.dataTable td.wrap {
    white-space: normal !important;
}

table.dataTable th.nowrap, table.dataTable td.nowrap {
    white-space: nowrap !important;
    text-overflow: ellipsis;
}


.btn {
    font-size: 14px;
}


div.SGNDataTable .cursor-clickable {
    font-size: 15px;
    margin-left: 2px;
    margin-right: 2px;
}

input[type=checkbox] {
    -moz-transform: scale(1.2); /* FF */
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2); /* IE */
    -o-transform: scale(1.2); /* Opera */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    margin-top: 0;
}

.dataTables_scrollBody td.right, #content div.SGNDataTable th.gridTotals, #content div.SGNDataTable th.gridAvarage {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.dataTables_scrollBody td.right, #content div.SGNDataTable th.right.gridTotals, #content div.SGNDataTable th.right.gridAvarage {
    text-align: right;
    vertical-align: middle;
    /*padding: 3px !important;*/
}

.dataTables_scrollBody td.left, #content div.SGNDataTable th.left.gridTotals, #content div.SGNDataTable th.left.gridAvarage {
    text-align: left;
    vertical-align: middle;
    /*padding: 3px !important;*/
}

.dataTables_scrollBody td.center, #content div.SGNDataTable th.center.gridTotals, #content div.SGNDataTable th.center.gridAvarage {
    text-align: center;
    vertical-align: middle;
    /*padding: 3px !important;*/
}

#content div.SGNDataTable .gridTotals.invisible.details_control {
    visibility: hidden !important;
}

#content div.SGNDataTable .dataTables_length {
    float: left;
}

.light-grid {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

/*NESTED GRIDS*/
#expander_all {
    float: right;
}

th.NestedGrid {
    width: 50px !important;
}

div.nestedGrid th .cursor-clickable {
    /*font-size: 10px;*/
    color: #707478;
}

#content .table > tbody > tr.details > td.details {
    margin: 0;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}

.visibleFalse {
    visibility: hidden;
}


/*#content .table > thead {
    width: 100%;
    padding-right: 0;
    padding-left: 10px;
}*/

#content div.dataTables_scrollHeadInner {
    padding-right: 0 !important;
    min-width: 100% !important;
}

#content table.dataTable {
    width: 100% !important;
}

#content div.nestedGrid div.dataTables_scrollHeadInner {
    padding-left: 0;
    padding-right: 0 !important;
    width: 100%;
}

#content div.dataTables_scrollHeadInner tr.aggregateCols th {
    background-color: rgb(235, 235, 234);
    text-align: center;
}

#content div .table tr td.details_control {
    text-align: center;
}

#content td.details {
    border: 0 !important;
    border-color: #d20ff0 !important;
    padding: 0 !important;
}


/*div.SGNDataTable th.details_control, div.SGNDataTable td.details_control {
    width: 60px !important;
}

    div.SGNDataTable th.details_control.multiselect, div.SGNDataTable td.details_control.multiselect {
        width: 80px !important;
    }*/

/*div.SGNDataTable th.datetime, div.SGNDataTable td.datetime {
    width: 125px !important;
}

div.SGNDataTable th.date, div.SGNDataTable td.date {
    width: 80px !important;
}*/

div.SGNDataTable th.text, div.SGNDataTable td.text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*FIELDSETS*/

fieldset.fieldsetforms {
    border: 1px solid #c0c0c0;
    margin: 0 0 0.5em 0 !important;
    min-width: 0;
    padding: 0 1.4em 1.4em 1.4em !important;
}

    #a94442

    .fieldsetforms .btn-group .btn {
        padding: 0 4px;
    }

fieldset {
    border: 1px solid #cdcdcd;
    padding: 1em;
    margin-top: 1em;
}

legend {
    border: 0;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 0 !important;
    padding: 0 1em;
    width: auto;
}

/* END FIELDSETS*/

/*MODAL*/

body.modal-open {
    padding-right: 0 !important;
}

.modal-scrollbar-measure {
    overflow: visible;
}

.modal-body .hiddenInModal {
    display: none;
}

fieldset .hiddenInModal {
    display: none;
}

fieldset.editable .hiddenInModal {
    display: block;
}
/*
.modal .viewFilter .input-group-btn {
    display: none !important;
}*/


/*.modal .viewFilter {
    display: none !important;
}*/
/*END MODAL*/
/*SELECTIZE*/
.selectize-control {
    margin-bottom: -6px;
}

.selectize-input {
    font-size: 14px;
    min-height: 24px;
    padding: 2px 8px !important;
}

.selectize-control .selectize-input.disabled {
    background: #e5e9ed;
}

.selectize-control.single .selectize-input:after {
    border-color: #333333 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px !important;
    content: ' ';
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 11px !important;
    top: 50%;
    width: 0;
}

.bootstrap-select.disabled .btn.btn-default {
    background: #e5e9ed;
    border: 1px solid #ccd0d4;
    color: #555;
    opacity: 0.7;
}



.ui-autocomplete {
    height: 200px !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*END SELECTIZE*/

hr {
    background-color: #555;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 30px;
    width: 96%;
}

.editableNumeric, .editableDate, .editableString {
    border-bottom: 1px dotted;
    border-bottom-color: #6495ed;
    color: #6495ed;
    min-height: 12px !important;
}


/*tooltip costumization */

.tooltip-inner {
    max-width: 300px !important;
}

.tooltip.in {
    opacity: 1 !important;
}

textarea {
    resize: vertical;
}

.navbar-right {
    margin-right: 0;
}

.hiddenClass {
    display: none !important;
}

input[type=text], textarea {
    -webkit-user-select: text;
}

.form-performance-eval-header.affix {
    background-color: #d9e0e7;
    left: 235px;
    right: 15px;
    z-index: 100;
}

.sngAutocomplete {
    position: relative;
}

    .sngAutocomplete ul > li > a {
        color: inherit;
        display: block;
        font-size: 14px;
        height: 26px;
        list-style-position: inside;
        overflow: hidden;
        padding: 3px 6px;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .sngAutocomplete ul > li > a:active, .sngAutocomplete ul > li > a:visited {
            text-decoration: none;
        }

        .sngAutocomplete ul > li > a.active {
            background: #f4f6f7;
        }

        .sngAutocomplete ul > li > a:hover {
            background: #f4f6f7;
            cursor: pointer;
            text-decoration: none;
        }

    .sngAutocomplete div.form-control > span {
        background: #f4f6f7;
    }

    .sngAutocomplete div.form-control > i.glyphicon-remove {
        font-size: 12px;
    }

        .sngAutocomplete div.form-control > i.glyphicon-remove:hover {
            cursor: pointer;
        }

ul.sngAutocomplete2 {
    background: #FFF;
    list-style: none;
    margin: 0;
    max-height: 208px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

    ul.sngAutocomplete2 > li {
        color: inherit;
        display: block;
        position: relative;
        list-style-position: inside;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        ul.sngAutocomplete2 > li > a:active, ul.sngAutocomplete2 > li > a:visited {
            text-decoration: none;
        }

        ul.sngAutocomplete2 > li > a.active {
            background: #f4f6f7;
        }

        ul.sngAutocomplete2 > li:hover {
            background: #f4f6f7;
            cursor: pointer;
            text-decoration: none;
        }


.red {
    color: rosybrown;
}


#page-container.page-sidebar-minified #SGNPortalVersion {
    font-size: 9px;
}

#page-container:not(.page-sidebar-minified) #SGNPortalVersion {
    bottom: 4px;
    font-size: 9px;
    left: 88px;
    position: fixed;
}

#page-container:not(.page-sidebar-minified) #sgnMENU {
    width: 16.7em;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-content {
    padding: 10px;
}

td {
    height: 100%;
}

.CodeMirror {
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}

.CodeMirror-readonly .CodeMirror-cursor {
    display: none !important
}

.wysihtml5-sandbox {
    resize: vertical; /* user can resize vertically, but width is fixed */
}

div.orb-overlay.orb-overlay-visible.orb-bootstrap.modal {
    z-index: 30;
}

.nounderline {
    text-decoration: none !important
}

select.ui-control-editor {
    height: 100%;
    line-height: 100%;
    width: 100% !important;
}

#content #form-content input[required].ng-invalid-required,
#content #form-content select[required].ng-invalid-required {
    background-color: #F9F2F0;
    border: 1px #FF5B57 solid;
}

#content #form-content input[required].ng-valid-required,
#content #form-content select[required].ng-valid-required {
    background-color: #C0EFD6;
    border: 1px #4A8564 solid;
}

#content #form-content .input-group-btn button {
    border: 1px #b6c2c9 solid;
}

#recordFormBuilderDetail div.panel-body fieldset {
    border: 1px solid #ccc;
    padding: 10px;
}

    #recordFormBuilderDetail div.panel-body fieldset legend {
        font-size: 16px;
        padding: 0 5px;
    }

#recordFormBuilderDetail div.panel-body {
    background: #FFF;
    /*max-height: 310px;*/
    /*overflow: auto;*/
    padding: 15px;
}

div.panel .panel-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.whiteMode .sidebar {
    background: #fff;
}

.whiteMode .sidebar-bg {
    background: #fff;
}

.whiteMode .sidebar .nav > li:not(.active).expand > a {
    background: #fff;
}

.whiteMode .sidebar .nav > li > a {
    color: #222;
}

    .whiteMode .sidebar .nav > li > a:hover {
        background: #eee;
    }

.whiteMode .sidebar .sub-menu {
    background: #edeff3;
    color: #333;
}

    .whiteMode .sidebar .sub-menu > li > a {
        color: #333;
    }

        .whiteMode .sidebar .sub-menu > li > a:hover {
            background: #fff;
        }

    .whiteMode .sidebar .sub-menu:before {
        background: none;
    }

    .whiteMode .sidebar .sub-menu > li.active a {
        color: #000;
    }

.whiteMode .sidebar-minify-btn {
    background: #aaa;
}

.whiteMode.page-sidebar-minified .sidebar {
    background: #fff;
}

    .whiteMode.page-sidebar-minified .sidebar .nav > li {
        background: #fff;
    }

    .whiteMode.page-sidebar-minified .sidebar > div {
        background: #fff
    }

    .whiteMode.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
        background: #fff;
        color: #333;
    }

        .whiteMode.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu > li > a:hover {
            background: #ccc;
        }

    .whiteMode.page-sidebar-minified .sidebar .nav > li > a:hover {
        background: #ddd;
    }

    .whiteMode.page-sidebar-minified .sidebar .nav > li.has-sub:hover > a {
        background: #ddd;
    }

.whiteMode #SGNPortalVersion {
    color: #000;
}

.whiteMode .sidebar .nav > li > a:focus {
    background: #fff;
}

.page-content-full-height #content {
    bottom: 0;
    /*height: auto;*/
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    min-height: calc(100vh - 54px);
}

.page-content-full-height #content .breadCrumbs:has(~ .chat-container)  {
    display: none;
}

.page-content-full-height #content:has(.chat-container) {
    height: calc(100vh - 54px);
    padding: 0;
    overflow: hidden;
    top: 54px;
    position: absolute;
}
.page-content-full-height #content .chat-container {
    width: 100% !important;
    max-width: 100vw;
    height: 100% !important;
    border: none;
}

@media (max-width: 767px) {
    .page-content-full-height #content:has(.chat-container) {
        min-height: 100% !important;
    }

    .page-content-full-height #content .chat-container {
        height: calc(100vh - 109px) !important;
        position: absolute !important;
    }
}


.field-validation-error {
    position: absolute;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        -moz-border-radius: 0 6px 6px 6px;
        -webkit-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
        left: 100%;
        margin-left: -1px;
        margin-top: -6px;
        top: 0;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:before {
        border-color: transparent;
        border-left-color: #cccccc;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            -moz-border-radius: 6px 0 6px 6px;
            -webkit-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
            left: -100%;
            margin-left: 10px;
        }

    dropdown-submenu.pull-left,
    .dropdown-submenu.pull-right {
        float: none
    }

    /* This will target all children, but what about children of .dropdown-submenu.pull-right? */

    .pull-right .dropdown-submenu > .dropdown-menu,
    .dropdown-submenu.pull-left > .dropdown-menu {
        left: auto;
        margin-left: 0;
        margin-right: -1px;
        right: 100%;
    }

    /* Will need a pull-right override - should this be a normal selector to target all future .dropdown-menu? */

    .dropdown-submenu.pull-right > .dropdown-menu {
        left: 100%;
        margin-left: -1px;
        margin-right: 0;
        right: auto;
    }

input.styled_checkbox {
    visibility: hidden;
    width: 0;
}

.styled_list:first-of-type {
    display: block;
}

.styled_list {
    background: white;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    color: White;
    display: none;
    float: none !important;
    font-weight: bold;
    height: 200px;
    min-height: 200px;
    overflow: auto;
    padding: 5px 5px 5px 5px;
    width: 100%;
}

.styled_checkbox {
    background: white;
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 0;
    min-height: 1.2em;
    padding: 2px;
    padding: 0 2px 1px;
    position: relative;
    vertical-align: middle;
    white-space: pre;
    width: 100%;
}

    .styled_checkbox:hover {
        opacity: 0.7;
    }

    .styled_checkbox:checked + label {
        background: #1e90ff;
        color: white;
        width: 100%;
    }

/* loading element*/

.loadingOverlay {
    background-color: #808080;
    background-color: rgba(128, 128, 128, 0.8);
    color: black;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    /*dim the background*/
    top: 0;
    width: 100%;
}

    .loadingOverlay span {
        -webkit-transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.inLoading {
    position: relative;
}

.loadingIndicator {
    -webkit-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border: 2px solid #00acac;
    border-radius: 100%;
    border-top: 2px solid #e2e7eb;
    height: 40px;
    left: 50%;
    margin: 0 auto;
    margin: -20px -20px 0 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.gridTotals {
    padding: 0 0 0 0 !important;
}

.gridAvarage {
    padding: 0 0 0 0 !important;
}

/* BEGIN - DropDown2 */

.bootstrap-select.btn-group.ddllookup .dropdown-menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: transparent;
    border-radius: 2px;
    box-sizing: border-box;
    min-width: 100%;
    padding: 0;
    top: -2px;
}

    .bootstrap-select.btn-group.ddllookup .dropdown-menu.open {
        overflow: visible !important;
    }

.ddllookup > .bs-actionsbox, .ddllookup > .bs-donebutton, .bs-searchbox {
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.bootstrap-select.btn-group.ddllookup .dropdown-menu.inner {
    -webkit-box-shadow: none;
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    max-height: 216px;
    overflow-y: auto;
    padding: 0;
    position: static;
}

.ddllookup > .dropdown-menu > li > a:focus, .ddllookup > .dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

.ddllookup .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 8px #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px #000000, 0 0 8px #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    outline: 0;
}

.ddllookup .dropdown-menu > .active > a, .ddllookup .dropdown-menu > .active > a:hover {
    background: #f5f5f5;
    color: #333;
}

.ddllookup button.btn.dropdown-toggle.btn-white:hover {
    background: #fff;
    border-color: #e2e7eb;
}

.ddllookup > .dropdown-menu span.highlight {
    background-color: yellow;
}

/* END - DropDown2 */

table th,
table td,
table div {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Context menu on grids */
.dataTables_scrollBody tbody td {
    cursor: context-menu;
}

.contextMenu {
    -webkit-box-shadow: 4px 4px 5px -2px #000000;
    -webkit-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.63);
    -moz-box-shadow: 4px 4px 5px -2px #000000;
    -moz-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.63);
    box-shadow: 4px 4px 5px -2px #000000;
    box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.63);
}

    .contextMenu .list-group {
        margin-bottom: 0;
    }

    .contextMenu .list-group-item {
        padding: 7px;
    }

a {
    cursor: pointer !important;
}

table.orb tbody tr:nth-child(3) td:first-child {
    vertical-align: bottom;
}

.drp-trgt {
    position: static !important;
}

.dataTables_scrollFootInner {
    box-sizing: content-box;
}

.tableActions > div {
    display: flex;
    white-space: nowrap;
}

    .tableActions > div.text-left {
        flex-grow: 1;
    }

    .tableActions > div.text-right {
        justify-content: flex-end;
    }

.tableActions * {
    clear: both !important;
    float: none !important;
}

div.factoryActions {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}

.dataTables_info_details {
    clear: none !important;
    margin-left: 15px;
}

select.viewSelector {
    min-width: 150px;
}


.theme-panel {
    top: 45px;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 3.5ex;
    margin-bottom: 0.5ex;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 2ex;
}

.content {
    padding: 2ex;
}

.hiddenMenuContent {
    margin-left: 0px;
    margin-top: 0px;
}


.padding-wrapper {
    padding: 15px !important;
}

.row > [class*="col-"] {
    padding: 0 15px;
}

.loadingOverlay {
    position: absolute;
    background-color: #808080;
    background-color: rgba(128, 128, 128,0.8);
    /*dim the background*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
    text-align: center;
}

    .loadingOverlay span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.inLoading {
    position: relative;
}

.loadingIndicator {
    height: 40px;
    width: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px -20px 0 0;
    border: 2px solid #00acac;
    border-top: 2px solid #e2e7eb;
    border-radius: 100%;
    -webkit-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}

.field-validation-error {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    background-color: #ffd7d7;
    border: 1px solid red;
    margin: 0 3ex;
    padding: 2ex;
}

    .validation-summary-errors ul {
        margin: 0;
    }

    .validation-summary-errors li {
        font-weight: bolder;
    }

ul.lookupDropdownButtons {
    width: auto;
    padding: 0;
}

    ul.lookupDropdownButtons li {
        white-space: nowrap;
        cursor: pointer;
        padding: 0;
        width: auto !important;
        display: flex;
        flex-direction: row-reverse;
        align-items: center
    }

        ul.lookupDropdownButtons li a,
        ul.lookupDropdownButtons li button {
            margin-left: 5px;
            width: 2em;
            border-radius: 0;
        }

.tabulator {
    font-size: 12px;
}

    .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
        padding: 1px;
    }

        .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
            padding: 0;
            padding-right: 25px;
        }

    .tabulator .tabulator-tableHolder {
        min-height: 42px;
    }

    .tabulator .tabulator-footer {
        display: grid;
    }

        .tabulator .tabulator-footer .tabulator-calcs-holder {
            grid-row: 1;
            grid-column-start: 1;
            grid-column-end: 3;
        }

        .tabulator .tabulator-footer .tableTotals {
            grid-row: 2;
            text-align: left;
        }

        .tabulator .tabulator-footer .tabulator-paginator {
            grid-row: 2;
        }


body {
    font-family: monospace !important;
}

#page-container.segin .modal-content {
    background-color: #f4f6f7;
}

#page-container.segin .modal-header {
    padding-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
}

table.dataTable th.sorting, table.dataTable th.sorting_asc, table.dataTable th.sorting_desc {
    padding-right: 17px;
}

#page-container.segin .panel .panel-heading {
    height: 26px;
    font-size: 12px;
}

#sgnMENU li.active {
    font-weight: bold;
    width: 100%;
    display: inline-block;
}

#sidebar .slimScrollDiv {
    float: left;
    padding-bottom: 50px;
}

#page-container.segin .control-label {
    font-weight: bold;

}


/** Lookups **/
div.selectize-input.items.full.has-options.has-items > div {
    white-space: nowrap;
    width: 0;
}

@media (max-width: 768px) {
    div.dataTables_filter {
        display: none;
    }
}

@media (max-width: 320px) {
    div.ColVis {
        display: none;
    }
}

/*.jstree-leaf {
    height: 80px;
}

.jstree-leaf a.jstree-hovered {
    height: 80px;
}

.jstree-leaf a.jstree-clicked {
    height: 80px;
}
*/
.jstree-default .jstree-node {
    line-height: 82px;
}

.jstree-wholerow {
    min-height: 82px;
}

.jstree-default > .jstree-striped {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACkCAYAAABWxETUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wwEDBcmyAJB1QAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAAgSURBVCjPY3j48OF/JgYGBoZRYnARDP///x+NmcFIAAD8gQjjv/wBAwAAAABJRU5ErkJggg==") left top repeat;
}

#jstree.hiddenThumbnails.jstree-default > .jstree-striped {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAwCAYAAADQMxCBAAADAnpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjarZVtcuQoDIb/c4o5ApIQEsfhw1TtDfb480LjTncmlcrWjrHBFrIk9CA7XP/+M8MvHBQ1h6TmueQccaSSClfceHwcdfcU0+7jebrHN3mQI48M0Xo4As9HfkHO0Ocj78dOhVxfDJXrTLT3iXoMsR8HdyTHkdDDQTyGQz2GhI/n9Hhuj2XFXNxel9CP/jzzOw24wuqSGGfNZAl94miWC+6dYzLkbaxAZ+ey3tN2DH16DrcqIya+hCSizytCeVwVl6JnydAhSVti6ElO8kGLQzTclzuv3x/fRR7u0A/yd9T6Nern3QvpsBN6T8gnQvk5fikn/ZCHV6Sb24vnnJ+e3+RNIr+t+aa2rjmHz3k9VldTxpLzWdS9lH0Hvbaytd/KaIZLo69kr1bQHCXRsY8GNllD61SIgWZSokGVJl177NQRYuKLDSNzZ6EeIHTAKNzlAReNJpsUGeKA3rEdBFJ+xkLbbdnuOjkcD/KA3UMwRnjlf7XwE6U5V0ERRT8Z08WXV8IRxSJHFCJBDURonqTqTvDdPh+Lq4Cg7jQ7FlhjWxaAvyl9bC7ZoAWKivFRwGTjGECKEIEiGBIQiJlEKVM05mBESKQDUEXoLIkbsJAqDwTJSVBixqgC+MY7RluVlR9ifAgBQiUHlJ+DUAWslBT7x5JjD1UVTaqa1dS1aM2SV4XlbHl9UauJJVPLZuZWrAYXT66e3dy9eC1cBF9cLajH4qWUWuG0wnLF2xUKtTZu0lLTlps1b6XVzqFLT1177ta9l14HDxmo45GHDR9l1IsubKUrXXrlyy6/ylUnttqUmabOPG36LGHWJzU6Zfu5/QdqdKjxJrUU7UkNUrPbBK3PiS5mIMaJANwWAZLAvJhFp5R4kVvMYmFUhTKC1AVn0CIGguki1klPdh/kNEj+O9wCQPDfIBcWuh+Q+5PbV9RG3T862YRWGa6kRkH1zYxMOE78Mb8fwxcTbUW//rFL9NMx/DmBCPF7Cr8BSB3ec1239A4AAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfkBRoNBwoRCSc1AAAAGXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBHSU1QV4EOFwAAABtJREFUCNdjePjw4X8mBgYGBvoSDP///x8IewFfIwf7l2oFswAAAABJRU5ErkJggg==') left top repeat;
}

#jstree.hiddenThumbnails.jstree-default .itemThumbnail {
    display: none;
}

#jstree.hiddenThumbnails.jstree-default .jstree-node {
    line-height: 24px !important;
}

#jstree.hiddenThumbnails.jstree-default .jstree-wholerow {
    min-height: 24px;
}

.gritter-item {
    font-family: monospace !important;
}

    .gritter-item a, .gritter-item p {
        font-size: 12px;
        color: #fff;
    }

.gritter-title {
    font-weight: bold !important;
}

#gritter-notice-wrapper{
    top: 54px;
}

/*.tabulator-cell {
    background-image: url("/Content/img/segin/3trans.png");
}*/

.tabulator-cell.isEditable {
    background-color: unset;
}

.tabulator-cell {
    background-color: rgba(0, 0, 0, 0.04);
}

/* width */

.dataTables_scroll {
    overflow-x: auto;
}

.dataTables_scrollBody {
    overflow: overlay !important;
    padding-bottom: 10px;
}


    .dataTables_scrollBody::-webkit-scrollbar {
        width: 5px;
        height: 10px;
    }

    /* Track */
    .dataTables_scrollBody::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .dataTables_scrollBody::-webkit-scrollbar-thumb {
        background: #BBB;
    }

        /* Handle on hover */
        .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
            background: #888;
        }

.dataTables_scrollFoot {
    margin-top: 5px;
}

li a.bg-company {
    border: 1px solid gray;
    background-color: #bfbfbf;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder !important;
    color: black;
}

h1.page-header {
    display: none !important;
}

.dataTables_paginate span.ellipsis {
    float: left;
}

.chartLegend ul {
    list-style-type: none;
    margin-top: 1em;
}

    .chartLegend ul li {
        line-height: 1em;
        display: inline;
        margin-right: 1em;
        font-size: 1.5em;
    }

        .chartLegend ul li span {
            width: 1em;
            height: 1em;
            display: inline-block;
            margin-right: 0.5em;
        }

/* TPC MakeUP*/
.sidebar, .sidebar-bg {
    width: 200px;
}

.content {
    margin-left: 200px;
    padding: 10px 10px;
}

.hiddenMenuContent.content {
    margin-left: 0px;
}

#content .tab-content {
    margin-bottom: 0px;
}

/*#content .panel {
    margin-bottom: 0px;
}*/

/*#content .panel .panel.panel-inverse {
        margin-bottom: 100px;
    }*/
#content .panel .panel.panel-inverse {
    margin-bottom: 6px;
    margin-top: 6px;
}

#content .nav > li > a {
    padding: 4px 8px;
}

/* menus e sub menus */
.sidebar .nav > li > a {
    padding: 6px 15px;
}

.sidebar .sub-menu > li > a {
    padding: 4px 10px;
}

.sidebar .sub-menu .sub-menu {
    padding: 0 0 0 20px;
}
/* GRIDS */
.dataTables_paginate a, .dataTables_paginate span span {
    padding: 6px !important;
    line-height: 6px;
}

    .dataTables_paginate a i {
        line-height: 6px;
    }

.SGNDataTable .dataTables_paginate, .SGNDataTable .dataTables_info {
    margin-bottom: 6px;
}

/*.SGNDataTable .SGNGridFilters {
    margin-bottom: 8px;
}*/


.SGNGridFilters .panel {
    margin-bottom: 0;
}

dd {
    margin-top: 20px;
}

.SGNGridFilters .query-builder .rules-group-container .rules-group-header {
    margin-bottom: 0 !important;
}
.query-builder .rules-list > *:first-child:before {
    top: 0 !important;
    height: calc(50% + 4px) !important;
}

ul.ColVis_collection li {
    line-height: 12px;
    padding: 2px;
    font-size: 10px;
}

#header .navbar-brand .navbar-logo {
    margin-left: 15px;
}

.breadCrumbs {
    font-size: 14px;
    color: #444;
}

/*.nav.nav-tabs {
    margin-left: 15px;
    margin-right: 15px;
}*/

.SGNAudit.panel {
    margin-top: 6px;
    margin-bottom: 6px;
}

.btn-scroll-to-top {
    margin-bottom: 18px;
}

/*panel panel-inverse*/

/* Filters */
.SGNDataTable .SGNGridFilters .btn, .SGNDataTable .SGNGridFilters {
    font-size: 10px;
    line-height: 10px;
}

    .SGNDataTable .SGNGridFilters .btn span {
        font-size: 12px;
        height: 16px;
    }

    .SGNDataTable .SGNGridFilters input {
        font-size: 12px;
        height: 22px;
    }

    /*.SGNDataTable .SGNGridFilters .dropdown-toggle {
        min-width:130px;
        margin-left:10px;
        margin-right:10px;
    }*/


    .SGNDataTable .SGNGridFilters .query-builder .rule-container, .SGNGridFilters .query-builder .rule-placeholder {
        position: relative;
        margin: 0px;
        border-radius: 0px;
        padding: 2px;
        border: 0px solid #FFF;
        /* background: rgb(250, 250, 250); */
    }


    .SGNDataTable .SGNGridFilters .query-builder .rules-list > *:before, .query-builder .rules-list > *:after {
        content: '';
        position: absolute;
        left: -10px;
        width: 10px;
        height: calc(50% + 4px);
        border-color: transparent !important;
        border-style: solid;
    }

.SGNGridFilters .query-builder .rules-group-container .rules-group-header {
    margin-bottom: 20px;
    margin-right: 6px;
}

/*.SGNGridFilters*/
/*.rule-operator-container*/ /*.filter-option {
    min-width: 120px !important;

}*/

.panel.panel-expand > .panel-body {
    top: 24px !important;
}

#page-container:not(.page-sidebar-minified) #SGNPortalVersion {
    left: 75px;
}

/* Grid filters */
.rule-operator-container {
    min-width: 200px
}

    .rule-operator-container .btn-group.bootstrap-select {
        width: 100% !important;
    }

.dropdown-menu.open {
    min-width: 100% !important;
}

.rule-value-container {
    padding-left: 10px !important;
}

#pnlImgThumbnails {
    display: flex;
    flex-wrap: wrap;
}

.mosaicGrid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
}

    .mosaicGrid .mosaicTile {
        border: 1px solid gray;
        background-color: white;
        margin: 2px;
        display: flex;
        overflow-x: hidden;
    }

        .mosaicGrid .mosaicTile > div {
            margin: 2px;
        }

        .mosaicGrid .mosaicTile .mosaicThumbnail {
            display: flex;
            align-items: center;
            max-width: 80px;
        }

        .mosaicGrid .mosaicTile .mosaicContent {
            width: 100%;
        }

        .mosaicGrid .mosaicTile .mosaicActions {
            float: right;
        }

        .mosaicGrid .mosaicTile .mosaicTitle {
            font-size: 1em;
            font-weight: bold;
            margin: 0;
            padding: 0;
        }

        .mosaicGrid .mosaicTile dl.mosaicDetails dt {
            display: inline-block;
            font-weight: normal;
        }

        .mosaicGrid .mosaicTile dl.mosaicDetails dd {
            display: inline;
        }

            .mosaicGrid .mosaicTile dl.mosaicDetails dd::after {
                content: "\A";
                white-space: pre;
            }

@media only screen and (min-width : 320px) {
    .mosaicGrid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width : 768px) {
    .mosaicGrid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width : 992px) {
    .mosaicGrid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width : 1200px) {
    .mosaicGrid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width : 1600px) {
    .mosaicGrid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (min-width : 1920px) {
    .mosaicGrid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(6, 1fr);
    }
}

.mosaicPager .selected {
    font-weight: bold;
    background-color: #CCCCCC;
}

div.infoStationsHolder {
    display: grid;
    grid-gap: 5px;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}

    div.infoStationsHolder .blockStation {
        border: 1px solid black;
        padding: 0.5em;
        display: flex;
        flex-wrap: wrap;
    }

        div.infoStationsHolder .blockStation div {
            flex: 1 0 45%;
        }

        div.infoStationsHolder .blockStation .infoStationName {
            font-weight: bold;
        }

        div.infoStationsHolder .blockStation .infoRealizadoPrevisto,
        div.infoStationsHolder .blockStation .infoEstado {
            text-align: right;
        }

@media only screen and (min-width : 320px) {
    div.infoStationsHolder {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width : 768px) {
    div.infoStationsHolder {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width : 992px) {
    div.infoStationsHolder {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width : 1200px) {
    div.infoStationsHolder {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width : 1600px) {
    div.infoStationsHolder {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width : 1920px) {
    div.infoStationsHolder {
        grid-template-columns: repeat(4, 1fr);
    }
}

#shopfloorboard_timeChooser {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 1em;
}

.SGNDashboard {
    display: grid;
    gap: 5px
}

.SGNDashboard__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.SGNDashboard__header--left {
    display: flex;
}

.SGNDashboard__filters {
    display: flex;
    align-items: center;
}

.SGNDashboardPanel {
    background-color: white;
    border: 1px solid #888;
}

.SGNDashboardPanel__header {
    display: flex;
    justify-content: space-between;
}

.SGNDashboardPanel__actions {
    margin: 5px;
    white-space: nowrap;
}

.SGNDashboardPanel__title {
    margin: 5px;
    padding: 0;
    font-size: 2em;
    color: #888;
}

.SGNDashboardPanel__AGILEBOARD .breadCrumbs,
.SGNDashboardPanel__AGILEBOARD #BoardActions,
.SGNDashboardPanel__AGILEBOARD .SGNDashboardPanel__actions,
.SGNDashboardPanel__AGILEBOARD .panel-heading {
    display: none;
}

.SGNDashboardPanel__AGILEBOARD .panel-body {
    background-color: inherit;
}

.SGNChartKpi__value {
    font-size: 7em;
    display: block;
    text-align: center;
}

.chartDetaill {
    margin-left: 2px;
    margin-right: 2px;
}

.chartDetailsMatrix {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #333;
    border-collapse: collapse;
}

    /*    .chartDetailsMatrix .th {
        background-color: #CCC;
    }*/

    .chartDetailsMatrix td {
        white-space: nowrap;
        overflow-x: hidden;
        border: 1px solid #333;
    }

        .chartDetailsMatrix td:first-child {
            border-left-color: white;
            border-top-color: white;
            border-bottom-color: white;
        }


@media only screen and (min-width : 320px) {
    .SGNDashboard {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .SGNChartKpiOE {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .SGNChartKpiOE--left {
        grid-column: 1/3;
    }

    .SGNChartKpiOE--right {
        grid-column: 1/3;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width : 768px) {
    .SGNDashboard {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media only screen and (min-width : 992px) {
    .SGNDashboard {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .SGNChartKpiOE {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .SGNChartKpiOE--left {
        grid-column: 1/2;
    }

    .SGNChartKpiOE--right {
        grid-column: 2/4;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (min-width : 1200px) {
    .SGNDashboard {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}


[sgn-tab-state='active'] {
    background-color: lightgreen !important;
}

#dashBoard-definitionHolder {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 10px;
}

    #dashBoard-definitionHolder > div {
        align-self: stretch;
    }

        #dashBoard-definitionHolder > div table {
            width: 100%
        }


.grid--fullInfo {
    color: #337ab7;
    float: right;
    cursor: pointer;
}

@media only print {
    #sidebar,
    .sidebar-bg,
    .sgn-tabs,
    .theme-panel,
    .header {
        display: none;
    }

    #content {
        margin-left: 0 !important;
    }

    /* Hide actions */
    button, .btn {
        display: none;
    }

    .SGNDashboard {
        display: block !important;
    }

    .SGNDashboardPanel {
        break-inside: avoid;
        margin-bottom: 1em;
    }

    .page-header-fixed {
        padding-top: 0;
    }

    .SGNDashboardPanel--HideFromPrint {
        display: none;
    }

    .SGNDataTable,
    .tabulator-tableHolder,
    .tabulator-table {
        break-inside: avoid;
    }

    div.SGNPrintLogo {
        display: block !important;
        width: 100%;
        text-align: right;
    }

        div.SGNPrintLogo img {
            height: 2em;
        }
}

.SGNGridFilters .group-actions > button:nth-child(2),
.SGNGridFilters .group-conditions {
    display: none;
}

.SGNGridFilters--WithAdvancedFilters .group-actions > button:nth-child(2) {
    display: block;
}

.SGNGridFilters--WithAdvancedFilters .group-conditions {
    display: inline-block;
}

.hideAdvancedOptions .group-actions > button:nth-child(2),
.hideAdvancedOptions .group-conditions {
    display: none !important;
}

.ColVis {
    display: none !important;
}

/* custom scrollbar */
.SGNScrollBox {
    overflow: overlay;
}

. /*SGNScrollBox::-webkit-scrollbar {
    width: 20px;
}

.SGNScrollBox::-webkit-scrollbar-track {*/
/* background-color: transparent;*/
/*background-color: #bccdd1;
}

.SGNScrollBox::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    .SGNScrollBox::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }*/
div:hover .SGNScrollBox::-webkit-scrollbar-thumb {
    background-color: #a8bbbf;
}


/* width */
.SGNScrollBox::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
.SGNScrollBox::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.SGNScrollBox::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .SGNScrollBox::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*
.tab-pane.fade.active.in {text-align:center;}*/

/* Loader dentro de grids */
div.loadImg {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    animation: spin 2s linear infinite;
    background-image: url("../../../Content/img/segin/Segin.Favicon2.png");
    width: 120px;
    height: 120px;
    background-size: 120px 120px;
}

/* Loader pagina */
.pageloader .loadImg {
    width: 120px;
    height: 120px;
    background-image: url("../../../Content/img/segin/Segin.Favicon2.png");
    background-size: 120px 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.avatar {
    width: 100px;
    height: 100px;
    float: right;
}

/*dragable image styles*/

.border_dot {
    border: 1px dashed #ccc;
}

.relative {
    background: #af8542;
    height: 100px;
    width: 300px;
    position: relative;
    top: 20px;
    left: 45px;
}

#dragable_modal {
    position: relative;
    height: 50px;
}

    #dragable_modal .modal-dialog {
        position: fixed;
        max-width: 100%;
        box-shadow: 0 0 1px rgba(0,0,0,.1);
        /*background: var(--white);*/
        /* width:500px;*/
        margin: 0;
        /* padding: 20px; */
        /* overflow: hidden; */
        /* resize: both; */
    }

    #dragable_modal .modal-content {
        /* padding: 20px; */
        height: 400px;
        overflow: hidden;
        resize: both;
        width: 500px;
    }


    #dragable_modal .modal-body {
        height: relative;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

        #dragable_modal .modal-body img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            resize: both;
            overflow: scroll
        }

    #dragable_modal .modal-header {
        background: var(--dark);
        color: var(--white);
        border-bottom: 0px;
        padding: 0px;
    }

        #dragable_modal .modal-header h3 {
            color: var(--white);
            font-size: 18px;
        }

    #dragable_modal .close_btn {
        top: -2px;
        margin: 0px !important;
        opacity: 1;
        width: 30px;
        height: 30px;
        padding: 0px;
        color: #6495ED;
    }

.custom_tab_on_editor {
    background: var(--orange);
    padding: 0px;
    margin: 0px;
}

    .custom_tab_on_editor .nav-item {
        margin-bottom: 0px;
    }

        .custom_tab_on_editor .nav-item .nav-link {
            min-width: 100px;
            text-align: center;
            border: 0px solid transparent;
            border-radius: 0px;
            padding: 10px;
            color: var(--white)
        }

            .custom_tab_on_editor .nav-item .nav-link:hover {
                color: #ffffff;
                border-width: 0px;
                /*background: #ffb586;*/
                border-bottom: 0px solid transparent;
            }


        .custom_tab_on_editor .nav-item.show .nav-link, .custom_tab_on_editor .nav-link.active {
            color: #ffffff;
            border-width: 0px;
            background: #ffb586;
            border-bottom: 0px solid transparent;
            position: relative;
        }

.dragable_touch {
    cursor: move;
}

.custom_tab_on_editor .nav-item.show .nav-link:before, .custom_tab_on_editor .nav-link.active:before {
    content: '';
    border-bottom: 10px solid var(--white);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.imagem {
    width: 220px;
    height: 80px;
}

/*.query-builder .rule-container select, .query-builder .rule-container input[type=text], .query-builder .rule-container input[type=number] {
    left: 0px;*/
    /*width: 100% !important;*/
    /*z-index: 100000;
  
}*/

.bs-container.btn-group.bootstrap-select.open {
    z-index: 100000;
}

/*dragable image styles end*/


/* sliders - start */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* sliders - end */


/* Search Bar */

.search-bar input,
.search-btn,
.search-btn:before,
.search-btn:after {
    transition: all 0.25s ease-out;
}

.search-bar input,
.search-btn {
    width: 3em;
    height: 3em;
}

    .search-bar input:invalid:not(:focus),
    .search-btn {
        cursor: pointer;
    }

    .search-bar,
    .search-bar input:focus,
    .search-bar input:valid {
        width: 100%;
    }

        .search-bar input:focus,
        .search-bar input:not(:focus) + .search-btn:focus {
            outline: transparent;
        }

.search-bar {
    margin: auto;
    padding: 0.5em;
    justify-content: center;
    max-width: 30em;
}

    .search-bar input {
        background: transparent;
        border-radius: 1.5em;
/*        box-shadow: 0 0 0 0.4em red inset;*/
border:1px solid #f0f0f0;
        padding: 0.75em;
        transform: translate(0.5em,0.5em) scale(0.5);
        transform-origin: 100% 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


#searchbar-opts, #searchbar-opts2 {
    width: 50em !important;
    max-height: 45em;
    overflow-y: auto;
    margin-left: 0.5em;
    margin-top: -0.5em;
}

    #searchbar-opts div.loadImg {
        width: 60px;
        height: 60px;
    }

    .search-bar input::-webkit-search-decoration {
        -webkit-appearance: none;
    }

.searchbar-opt:hover {
    background-color: #d1d1d1
}

#searchbar-bar.search-bar {
    display: flex;
}

.search-bar input:focus,
.search-bar input:hover,
.search-bar input:valid {
    background: #fff;
    border-radius: 1.5em 0 0 1.5em;
    /*            box-shadow: 0 0 0 0.1em #fff inset;*/
    transform: scale(1);
}

#searchbar-search:hover,
#searchbar-dd:hover {
    background-color: #d1d1d1
}

#searchbar-dd {
    height: 100%;
}


.search-bar input:focus,
.search-bar input:hover {
    border: 1px solid #aaa;
}


/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
    background: #2762f3;
    border-radius: 0 0.375em 0.375em 0;
    transform: scale(1);
}

    .search-bar input:focus + .search-btn:before,
    .search-bar input:focus + .search-btn:after,
    .search-bar input:valid + .search-btn:before,
    .search-bar input:valid + .search-btn:after {
        opacity: 1;
    }

    .search-bar input:focus + .search-btn:hover,
    .search-bar input:valid + .search-btn:hover,
    .search-bar input:valid:not(:focus) + .search-btn:focus {
        background: #0c48db;
    }

    .search-bar input:focus + .search-btn:active,
    .search-bar input:valid + .search-btn:active {
        transform: translateY(1px);
    }


/* Search Bar - End */


.panel .panel-body .wrapper > .row .control-group {
    height: 26px;
}