/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
nav>ul>li>ul::before {
    bottom: 23px!important; /* NAV node, last option line stops on item (not on block)*/
}

nav ul li.active>a:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    height: 27px;
    line-height: normal;
    width: 27px;
    position: absolute;
    right: -18px;
    font-size: 20px;
    color: #a2c071;
}

/*
**************** QUAD-HCM General ******************/
/*
.table > tbody > tr > td.quadCellGraph, .table > tbody > tr > th.quadCellGraph, .table > tfoot > tr > td.quadCellGraph, .table > tfoot > tr > th.quadCellGraph, .table > thead > tr > td.quadCellGraph, .table > thead > tr > th.quadCellGraph {
    padding: 2px 2px!important;
    vertical-align: middle!important;
}
*/
.quadCell-25R {
    padding-right: 25px!important;
}
.quadCellGraph {
    text-align: center!important;
}
.quadWait {
    overflow: hidden;
    margin-top: -10px;
    padding-bottom: 5px
}    
    
.ajax-dropdown {
    height: 405px!important;
    left: 46px!important;
    width: 280px;
}
.ajax-notifications {
    height: 324px!important;
}
.procViewer {
    /* margin: 10px; */
    /* border: 1px dashed #00CC00; */
    /* padding-left: 10px; */
    /* background-color: white; */
    /* color: #007dbb; */
    width: 315px;
    height: 290px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.proc-notification-body {
    padding: 0 0 0 3px;
    margin: 0;
    list-style: none;
}
.proc-notification-body>li {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}    
.proc-notification-body>li>span {    
    background: #fff;
    display: block;
    min-height: 25px;
    overflow: hidden;
    padding: 5px 0px 9px;
    /*padding: 8px 10px 13px;*/
    white-space: normal;
}    
.quadNote {
    font-size: .7em;
    font-style: oblique;
}

.required::after{
    content: " * ";
    vertical-align: top;
    /*font-size: .8em;*/
    font-weigth: inherit;
}
.error.required::after{
    content: "";
}
.DTE_Label_Info  {
    display: none;
}

span.goEye {
    color: #969696; /*  #f90(orange) OR #a90329(pale red) OR #969696(grey) OR #9cb4c5 OR #739e73 OR #659265*/
    opacity: 0.3;
    margin-left: 8px;
}

span.goEye:hover {
    color: #a90329; /*  #f90(orange) OR #a90329(pale red) OR #969696(grey) OR #9cb4c5 OR #739e73 OR #659265*/
    opacity: 1;
    margin-left: 8px;
}

.loadingList {
    background: url(../img/contiLoading.svg); /*url(../img/Bars-1s-37px.svg); /* url(../img/ajax-loader-small.gif) */
    background-repeat: no-repeat;
    background-position: center center;
}
.loadingInstance {
    background: url(../img/contiLoading.svg); 
    background-repeat: no-repeat;
    background-position: center center;
}

.quad-hdr-icon {
    background: #3276b1;
    color: #fff;
    border-radius: 50%;
    position: inherit;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    left: 80px;
    top: 10px;
    z-index: 100;
    padding: 2px;
    margin-right: 5px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:not(:first-child) {
    cursor: default !important;
}

.select2-hidden-accessible {
    display: none;
}

.miniPic {
    position: absolute;
    bottom: 0px;
    right: 9px;
    top: 0px;
}

.miniIcono {
    height: 100%;
    font-size: 16px;
}

span.error-column {
    font-weight: 500;
    margin-left: 30px;
    font-size: 14px;
    color: gold;
}

.noVerticalPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/** BEGIN SWITCH **/
.onoffswitch-container {
    margin-top: 4px;
    margin-left: 7px;
    display: inline-block
}

.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #626262;
    border-radius: 50px;
    border-color: #adadad #b3b3b3 #9e9e9e;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    display: block
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
    float: left;
    width: 50%;
    height: 15px;
    padding: 0;
    line-height: 15px;
    font-size: 10px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onoffswitch-inner:before {
    content: attr(data-swchon-text);
    text-shadow: 0 -1px 0 #333;
    padding-left: 7px;
    background-color: #3276b1;
    color: #fff;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .05);
    text-align: left
}

.onoffswitch-inner:after {
    content: attr(data-swchoff-text);
    padding-right: 7px;
    text-shadow: 0 -1px 0 #fff;
    background-color: #fff;
    color: #555;
    text-align: right;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.onoffswitch-switch {
    width: 19px;
    height: 19px;
    margin: -2px;
    background: #fff;
    border: 1px solid #9a9a9a;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    background-repeat: repeat-x;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3)
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00d";
    color: #a90329;
    display: block;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    text-shadow: 0 -1px 0 #fff;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro"
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00c";
    color: #57889c
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    display: block
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0
}

.onoffswitch-switch:hover {
    background-color: #eee
}

.onoffswitch-switch:active {
    background-color: #eee;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after {
    text-shadow: 0 1px 0 #fff;
    background: #bfbfbf;
    color: #333
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #bfbfbf, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #bfbfbf, #f4f4f4);
    background-image: -o-linear-gradient(top, #bfbfbf, #f4f4f4);
    background-image: linear-gradient(to bottom, #bfbfbf, #f4f4f4);
    box-shadow: none !important
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label {
    border-color: #ababab #999 #878787 !important
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    border-color: #3276b1 #2a6395 #255681
}

.onoffswitch + span,
.onoffswitch-title {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px
}

/** QUAD-CUSTOMS **/
.hand.onoffswitch {
    margin-bottom: 0px;
    border-bottom-width: 0px;
    margin-top: 6px;
    margin-right: 5px;
}

.hand.onoffswitch-checkbox + .onoffswitch-label.hand .onoffswitch-switch.hand:before,
.hand.onoffswitch-checkbox:checked + .onoffswitch-label.hand .onoffswitch-switch.hand:before {
    content: "\f0a4"; /* \f00d http://astronautweb.co/snippet/font-awesome/ */
    color: #f90;
    display: block;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    text-shadow: 0 -1px 0 #fff;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro"
}

.hand.onoffswitch-checkbox:checked + .onoffswitch-label.hand .onoffswitch-switch.hand:before {
    content: "\f0a5"; /*  "\f00c" \f00d http://astronautweb.co/snippet/font-awesome/ */
    color: #3b9ff3; /* #57889c; */
}

/** END SWITCH **/

.quad-sub {
    vertical-align: sub;
}

/* Filtro dentro da árvore orgânica */
.quad-toolbar {
    padding: 8px 15px !important;
    /* margin: -8px -10px 3px -15px !important; */
    min-height: 48px !important;
}

.contiHeader {
    background-color: #f90 !important;
    color: ghostwhite !important;
}

btn.contiHeader {
    background-color: #f90 !important;
    border-color: #f90 !important;
    color: ghostwhite !important;
}
/* BEGIN CUSTOM TREE*/
/* White background on tree hoover line */
.tree ul ul li:hover {
    background: rgba(0, 0, 0, 0) !important;
}

.tree li.parent_li > span:hover,
.tree li.parent_li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}

.tree > ul {
    padding-left: 0
}

.tree ul ul {
    padding-left: 34px;
    padding-top: 10px
}

.tree li.parent_li > span:hover {
    background-color: #DF8505;
    border: 1px solid #C67605;
    color: #fff
}

.tree li.parent_li > span:hover + ul li::before {
    border-left-color: #F89406
}

.tree li.parent_li > span:hover + ul li::after {
    border-top-color: #F89406
}

.tree li.parent_li > span:hover + ul li span {
    background: #FDDFB3 !important;
    border: 1px solid #FAA937;
    color: #000
}

/* END CUSTOM TREE*/

.checkbox.no-margin.noBorder {
    border: 0px !important;
    vertical-align: sub;
    padding: 3px 0px 3px 10px !important
}

/*
input[type="checkbox"].checkbox, input[type="radio"].radiobox {
    visibility: inherit !important;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px;
}
*/
.fixed-navigation nav {
    padding-right: 6px;
}

.level-0 {
    font-weight: bold !important;
}

a.quadPrepareData {
    display: none !important;
}

a.quadAdditionalButtons {
    display: none !important;
}

.smart-style-2 #left-panel {
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 4px;
    padding-top: 56px;
}

.smart-style-2 nav > ul > li > a b {
    top: 9px !important;
}

.page-title {
    margin: 6px 0 17px;
}

.smart-style-2 nav > ul > li > a > i {
    font-size: 18px !important;
}

.perfil_user {
    margin-left: 46px !important;
}

.smart-style-2 nav > ul > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Disabling inputs,... */
.forbidden {
    pointer-events: none !important;
    background: #fff6cc;
}

.not-available {
    pointer-events: none; 
    opacity: 0.5;
    cursor: not-allowed;
}

/*FIX on quadtables to prevent child columns w/big descriptions to exceed record length */
table.dataTable li {
    white-space: normal;
}

.tableSpinner {
    position: absolute;
    z-index: 10000;
    top: 100px;
    left: 50%;
}

.popover-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* QuadTable record number info */
.nRecords {
    padding-top: 5px;
    padding-bottom: 5px;
}

.legendColor {
    color: #57889c;
}

/* QuadTable Child detail Title */
.quadTitle {
    width: 100%!important;
    margin: 5px 2px 13px 2px!important;
    border-bottom: 1px dotted!important;
    padding-bottom: 2px!important;
    font-size: 13px!important;
    font-weight: 600!important;
    color: rgba(22, 23, 23, 0.28)!important;
    -webkit-margin-after: 0.2em!important;
}
/* QuadTable Child detail Subtitle */
.quadSubTitle {
    padding-left: 28px;
}

/* QuadTable Child detail line */
table.dataTable > tbody > tr.child ul li {
    border-bottom: 0px solid #efefef !important;
    padding: 0.5em 0;
}

/* Trick for fake LEGEND fields on EDITOR :: Exemplo em DGOF0002.php */
div.DTE_Field.row.DTE_Field_Type_readonly.editorTitle > label {
    display: block !important; /*display: inline-block !important;*/
    box-shadow: 0 2px 0 #57889c; /*Color shoulb be equals to .legendColor */
    font-size: 1.17em !important;
    margin-top: 0em !important;
    margin-bottom: 0.3em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
    /*width: 100% !important; */
}

div.editorSubTitle > label {
    padding-left: 28px;
}

.templateEditor {
    /* display: none !important; */
}

i.quadDeleteError {
    top: -3px;
    right: 3px;
}

.subTabUpper {
    border-radius: 0;
    margin: 0;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
    padding: 13px 13px 0;
    overflow: visible;
}

div.DTE_Field_Type_hidden {
    display: none;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 5px;
}

.qryFilters {
    margin-top: -4px!important;
    float: left !important;
    margin-bottom: 5px!important;
    margin-right: 10px!important;
    margin-left: 4px!important;
}

.sFilter.glyphicon.glyphicon-remove {
    padding-left: 3px;
}

.label-info {
    background-color: #f90 !important; /* Continental Orange */
}

.help-block {
    font-size: 11px;
    margin-top: -1px;
    color: rgba(115, 115, 115, 0.8);
    font-style: italic;
    width: 106%;
}

div.DTE_Body {
    padding: 0px 0px 0px 0px !important;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
    padding: 0px 0px 0px 0px !important;
}

div.DTE div.DTE_Footer {
    position: relative !important;
    margin-top: -4px;
}

div.DTE_Body div.DTE_Body_Content {
    overflow-x: hidden!important;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    padding: 3px 3% 0px 11% !important;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field > label {
    width: 35% !important;
}

.datepicker {
    width: 80px !important;
}

/* Datetime picker slider equal to day selected */
.ui-slider-horizontal .ui-slider-handle:active {
    cursor: col-resize;
    background-color: #a90329;
    border-color: rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25);
    border-radius: 0;
}

.ui-slider-horizontal .ui-slider-handle:hover {
    border-color: #a90329; /*#357ebd;*/
}

.ui-slider-horizontal .ui-slider-handle:focus {
    border-color: #a90329; /*#357ebd;*/
}

dt.ui_tpicker_hour_label {
    font-size: .9em;
    color: gray;  
    margin-top: -3px;
    font-weight: normal;
}
dt.ui_tpicker_hour_label {
    font-size: .9em;
    color: gray;
    margin-top: -3px;
    font-weight: normal;
}
dt.ui_tpicker_minute_label {
    font-size: .9em;
    color: gray;    
    margin-top: -3px;
    font-weight: normal;
}
dt.ui_tpicker_second_label {
    font-size: .9em;
    color: gray;    
    margin-top: -3px;
    font-weight: normal;
}
dt.ui_tpicker_second_label {
    font-size: .9em;
    color: gray;    
    margin-top: -3px;
    font-weight: normal;
}
dt.ui_tpicker_millisec_label {
    font-size: .9em;
    color: gray;    
    margin-top: -3px;
    font-weight: normal;
}
dt.ui_tpicker_microsec_label {
    font-size: .9em;
    color: gray;   
    margin-top: -3px;
    font-weight: normal;
}
dt.ui_tpicker_timezone_label {
    font-size: .9em;
    color: gray;  
    margin-top: -3px;
    font-weight: normal;
}
/* END Datetime picker slider equal to day selected */
.minutes {
    width: 115px !important;
}
.seconds {
    width: 135px !important;
}

.editorErrorContainer {
    border-top: 1px solid #ddd;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 2px;
    left: 2px;
    right: 2px;
    width: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f90;

}

.editorError {
    margin: 0px 0px 12px 18px;
    border: 0px;
    color: #fff;
    font-style: initial;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 1.42857143;
}

.fullCalendarSelect {
    background-color: #f90; /* Orange #FFA500; */
    color: white;
}

.dsp_field {
    font-weight: lighter;
    font-style: italic;
    color: darkgray;
}

.error {
    border: 1px solid rgb(255, 153, 0);
    color: #f90; /* Continental orange */
    font-weight: 300;
    font-style: initial;
}

label.error {
    border: 0px;
    width: 100%; /* Permite que no editor, os campos de menor comprimento tenham o erro na linha de baixo */
    color: #f90; /* Continental orange */
    font-weight: 300;
    font-style: initial;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 1.42857143;
}

.nowrap {
    white-space: nowrap;
}

.toBottom {
    vertical-align: bottom !important;
    color: red;
}

.mt-20 {
    margin-top: 20px;
}

.dataTables_info {
    font-size: 11px !important;
    font-weight: normal !important;
    font-style: italic !important;
    color: #969696 !important;
}

.DTE_Field_Info {
    font-style: italic;
    color: darkgray;
    padding-top: 2px;
}

.dataTables_empty {
    font-style: italic;
    color: #5c5c5c;
}

/*
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
*/
.jarviswidget {
    margin: 0 0 20px;
}

.btn-sm {
    padding: 3px 6px 3px;
}

.DTE_Header, .DTE_Footer {
    background-color: inherit; /*orange !important; */
}

.toCenter {
    text-align: center !important;
}

.toRight {
    text-align: right !important;
}

/*Export button*/
.dt-button.buttons-collection {
    margin-top: -9px;
    float: left !important;
    margin-bottom: 5px;
}

/*Export buttons formats*/
.dt-button.buttons-html5 {
    margin-top: -9px;
    float: left !important;
    margin-bottom: 5px;
}

/*Export buttons Print (caso particular)*/
.dt-button.buttons-print {
    margin-top: -9px;
    float: left !important;
    margin-bottom: 5px;
}

.btn.toRight {
    margin-top: -9px;
    float: right !important;
    margin-bottom: 5px;
}

.btn.toLeft {
    margin-top: -9px;
    float: left !important;
    margin-bottom: 5px;
}

td.right {
    text-align: right;
}
th.right {
    text-align: right;
}

.headerObjectName {
    font-weight: bolder !important;
}

tr.selected {
    background-color: #ecf3f8 !important;
    /*color: #ecf3f8 OU #ed9d13 OU #c4dcef*/
    font-weight: bold;
    font-size: 94%;
}

/* ORIGINAL
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 10px;
}
*/
.table.responsive > tbody > tr.parent > td:first-child {
    padding: 8px 10px 8px 28px !important;
}

.table.responsive > tbody > tr.selected > td:not(:first-child) {
    padding: 8px 3px 8px 6px !important;
}

.table.responsive > tbody > tr.selected > td.right:not(:first-child) {
    padding: 8px 10px 8px 10px !important;
}

.table.responsive > tbody > tr.selected > td:last-child {
    padding: 8px 10px 8px 10px !important;
}

/* FIX to column length+1 on select, compensated decreasing right padding */ 
.table>tbody>tr.selected > td {
    /* padding-right: 9px!important; */
}   

/* Invert bootstrap odd/even background colors, justified by HEADER grey background color */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}


.demo-btns > li:last-child, .qryResults {
    float: right;
}

.btn-toolbar {
    /* position:fixed;
     left: 50%;
     //margin-left: -50%;
     z-index: 1000;
     width:100%;*/
}

.quadlogo {
    width: 115px;
    height: 14px;
    margin-top: -3px;
}

.page-footer {
    clear: both;
    /* position: fixed; */
    z-index: auto;
}

.quad-center {
    text-align: center;
}

.quad-left {
    float: left;
}

.quad-right {
    float: right;
}

.quad-padding-3 {
    padding: 3px;
}

.quad-padding-5 {
    padding: 5px;
}

.quad-padding-10 {
    padding: 10px;
}

.quad-left-padding-0 {
    padding-left: 0px;
}

.quad-left-padding-3 {
    padding-left: 3px;
}

.quad-left-padding-4 {
    padding-left: 5px;
}

.quad-left-padding-6 {
    padding-left: 10px;
}

.quad-right-padding-0 {
    padding-right: 0px;
}

.quad-right-padding-2 {
    padding-right: 2px;
}

.quad-right-padding-4 {
    padding-right: 4px;
}
.quad-right-padding-5 {
    padding-right: 5px;
}
.quad-right-padding-6 {
    padding-right: 6px;
}

.quad-margin-3 {
    margin: 3px;
}

.quad-margin-5 {
    margin: 5px;
}

.quad-margin-10 {
    margin: 10px;
}

.quad-margin-top-minus-3 {
    margin-top: -3px;
}

.quad-left-margin-0 {
    margin-left: 0px;
}

.quad-left-margin-2 {
    margin-left: 2px;
}

.quad-left-margin-4 {
    margin-left: 4px;
}

.quad-left-margin-6 {
    margin-left: 6px;
}

.quad-right-margin-0 {
    margin-right: 0px;
}

.quad-right-margin-2 {
    margin-right: 2px;
}

.quad-right-margin-4 {
    margin-right: 4px;
}

.quad-right-margin-6 {
    margin-right: 6px;
}

.quad-wkf-profiles {
    font-size: .8em;
    color: #826430;
    font-style: italic;
}

.quad-who-when {
    font-size: .8em;
    color: #826430;
    font-style: italic;
}

.quad-wkf-stats {
    font-size: .8em;
    color: #826430;
    font-style: italic;
    cursor: pointer;
}

.popover {
    /*width: 345px;*/
}

/*
**************** Employee Foto
*/
.smallPhoto {
    width: 42px;
    height: auto;
}

.enlargePhoto {
    transition-property: all;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
}

.enlargePhoto:hover {
    position: relative;
    transform: scale(1.3);
    border-radius: 0%;
}

.dropimg {
    background-color: #eeeeee;
    text-align: center;
    position: relative;
    border: 1px solid #dddddd;
    display: inline-block;
}

.dropimg:after {
    content: 'Drop image or click to add one!';
    font-size: 13px;
    color: #bbbbbb;
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 0;
    padding: 0px 30px;
}

.dropimg:before {
    content: '';
    font-family: "Glyphicons Halflings";
    font-size: 60px;
    color: #dbdbdb;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 0;
}

.dropimg.loading:after {
    content: 'Please wait, image is loading';
}

.dropimg.loading:before {
    content: '';
}

/* not an image */
.dropimg.notAnImage {
    background-color: #f2dede;
    border-color: #ebccd1;
}

.dropimg.notAnImage:after {
    content: 'The selected file is not an image!';
    color: #a94442;
}

.dropimg.notAnImage:before {
    content: '';
    color: #ebccd1;
}

.dropimg.alert-danger {
    background-color: #f2dede;
}

.dropimg.alert-danger:after {
    content: '';
}

.dropimg.smalltext:after {
    font-size: 20px;
}

.dropimg > span {
    font-size: 30px;
    color: #bbbbbb;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 0;
}

.dropimg > span.loader {
    display: none;
}

.dropimg > input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    height: 100% /* IE HACK*/
}

.dropimg > input[type=text] {
    display: none;
}

.dropimg .progress {
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: none;
}

.dropimg .cropWrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.dropimg img {
    z-index: 5;
    position: relative;
}

.dropimg img.ghost {
    opacity: .2;
    z-index: auto;
    float: left /* HACK for not scrolling*/;
}

.dropimg img.main {
    cursor: move;
}

.dropimg .final img.main {
    cursor: auto;
}

.dropimg .tools {
    position: relative;
    top: -32px;
    z-index: 999;
    display: inline-block;
}

.dropimg .tools > * {
    margin: 0 0 0 5px;
}

.dropimg.smalltools .tools .btn {
    padding: 1px 4px;
    font-size: 12px;
}

.dropimg .tools.final {
    position: relative;
    top: 133px;
    z-index: 999;
    display: inline-block;
}

.dropimg > input[disabled] {
    cursor: not-allowed;
}

/*
**************** Error state
*/
.state-error input,
.state-error select,
.state-error textarea,
.radio.state-error i,
.checkbox.state-error i,
.toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329;
}

.toggle.state-error input:checked + i {
    background: #fff0f0;
}

.state-error em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

.rating.state-error em {
    margin-top: -4px;
    margin-bottom: 4px;
}

.state-error select + i {
    background: #FFF0F0;
    box-shadow: 0 0 0 9px #FFF0F0;
}

.state-error .icon-append,
.state-error .icon-prepend {
    color: #ed1c24;
}

/*
**************** Tables
*/
.quad-table-wrapper {
    display: block;
    position: relative;
    padding: 6px 7px 1px;
    width: 100%;
    float: left;
    border-bottom: 0px solid #ccc;
    background: #fafafa;
}

.quad-table-toolbar {
    display: block;
    position: relative;
    padding: 6px 7px 1px;
    width: 100%;
    float: left;
    border-bottom: 0px solid #ccc;
    background: #fafafa;
}

/*
**************** Tree Board Selection (employee type)
*/
.selectedSpan {
    background-color: #a90329;
    color: white;
    transition: width 3s;
    font-size: 1.1em;
    font-weight: bold;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}

.enlargeFoto {
    transition-property: all;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
}

.enlargeFoto:hover {
    position: relative;
    transform: scale(1.6);
    border-radius: 10%;
}

/*
**************** Fields / Menus / etc
*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fff;
    color: #919191;
    opacity: 1;
}

.dropdown-menu > li > a.quad-menu-space {
    padding: 3px 10px;
}

.dropdown-menu > li > a > i {
    padding-left: 0px;
    padding-right: 5px;
}

.dropdown-menu.quad-menu {
    min-width: 15px;
}

.show-wkf-right {
    color: #C79121;
    font-size: 1.1em;
    padding-right: 2px;
}

.hide-wkf-right {
    display: none;
}

/* CRUD and OPTIONS on datatable edition toolbar */
a.DTTT_button_text {
    margin-right: 3px;
}

.DTTT_Print .dataTables_wrapper table {
    border: 1px solid #C7C7C7 !important;
    background-color: white;
}

/*
**************** Label Buttons  
*/
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 3px 3px 3px 3px;
}

.btn-label-lg {
    position: relative;
    left: -16px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px 3px 3px 3px;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px 3px 3px 3px;
}

.btn-label-sm {
    position: relative;
    left: -10px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px 3px 3px 3px;
}

.btn-label-xs {
    position: relative;
    left: -6px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px 3px 3px 3px;
}

img.online {
    border-left-color: #000000 !important;
}

img.online_in {
    border-left-color: #40ac2b !important;
}

.login-info img {
    width: 27px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
    margin-left: 0px;
}

.login-info a span.nome_user {
    margin-top: -20px !important;
}

.login-info a span.perfil_user {
    font-size: 10px !important;
    margin-top: -37px !important;
    margin-left: 38px !important;
    color: #c0bbb7 !important;
}

div#sortModal > div > div > div.modal-body.orderEditor {
    padding: 10px 5px 0px 20px!important;
}

.progress-bar {
    float: left;
    width: 0;
    /* height: 100%; */
    /* font-size: 12px; */
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #ff9900!important; /* DARKBLUE: #3276b1; */
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

div.DTE div.progress {
    overflow: hidden;
    height: 5px;
    margin-bottom: 18px;
    background-color: #f3f3f3;
}

.inlineSup {
    top: -.6em;
}

sup.inlineSup > span.label {
    font-size: 1em;
    padding: 2px 3px;
    font-weight: 100;
}

/* Instances SEARCH TAGS */
.list-inline > li {
    display: inline-block;
    font-size: 80%;
    margin-right: 7px;
    padding: 5px 5px 5px 5px;
}

.list-inline > li > i.sFilter {
    margin-left: 4px;
    font-size: 12px;
    font-weight: 500;
}

.list-inline > li:hover > i.sFilter {
    cursor: pointer;
    font-weight: bold;
}


#refresh > i.fas.fa-sync {
    font-size: 95%;
}


#sortModal {
    margin-top: 12vh;
}
#sortModal > div > div > div.modal-body.orderEditor {
    padding: 16px 5px 0px 20px!important;
    overflow-x: hidden;
}
#sortModal div.contentRow div.col-sm-1 > i {
    margin-top: 2px;
    opacity: .3;
}
#sortModal div.contentRow div.col-sm-1 > i:hover {
    opacity: .9;
}
#sortModal div.modal-header {
    background-color: #739e73; /*rgb(63,81,181) OU #E2B14A;*/
    color: rgb(255,255,255);
/*    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: max-height,box-shadow;
}

#sortModal div.modal-header > h4 > button.close {
    color: white;
    opacity: .8;
    font-size: 1.5em;
}
#sortModal div.modal-header > h4 > button.close:hover {
    opacity: 1;
}
#sortModal button.orderNow {
    background: #739e73; /*#E2B14A OR #3f51b5;*/
    color: #fff;
/*    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
}
#sortModal button.orderNow:hover {
    background-color: #5b835b;
}