/*
 * 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.
 */

/* PMA : Experiences */
/*
:root {
    --blue: #2196F3;
    --indigo: #3F51B5;
    --purple: #673AB7;
    --pink: #E91E63;
    --red: #F44336;
    --orange: #FF7043;
    --yellow: #FF9800;
    --green: #4CAF50;
    --teal: #009688;
    --cyan: #00BCD4;
    --white: #fff;
    --gray: #999;
    --gray-dark: #555;
    --primary: #2196F3;
    --secondary: #777;
    --success: #4CAF50;
    --info: #00BCD4;
    --warning: #FF7043;
    --danger: #F44336;
    --light: #fafafa;
    --dark: #293a50;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

COLOR SCHEMES: http://repec.sowi.unibe.ch/stata/palettes/colors.html

*/
.reordered {
    background: purple;
}
.wkfBtDiv {
    margin: 20px 10px;
}
.wkfBt {
    margin: -3px 3px;
}
.frmRecordWkf {
    background-image: radial-gradient(purple 15%, transparent 16%);
    background-size: 5em 5em;
    background-position: right;
    background-repeat: no-repeat;
}
.tableRecordWkf {
    background-image: radial-gradient(#db0d63 30%, transparent 16%);
    background-size: 3em 3em;
    background-position: -10px -10px;
    background-repeat: no-repeat;
}
.tableRecordWkf2 {
    /*postponed records*/
    background-image: radial-gradient(#db0d63 30%, transparent 0%);
    background-size: 3em 3em;
    background-position: top;
    background-repeat: no-repeat;
}
.frmRecordWkf2 {
    /*postponed records*/
    background-image: radial-gradient(#db0d63 30%, transparent 0%);
    background-size: 3em 3em;
    background-position: top;
    background-repeat: no-repeat;
}
.frmColWkf {
    background-image: radial-gradient(deepskyblue 15%, transparent 16%);
    background-size: 3em 3em;
    background-position: right;
    background-repeat: no-repeat;
}
.tableColWkf {
    background-image: radial-gradient(deepskyblue 15%, transparent 16%);
    background-size: 5em 5em;
    background-position: right;
    background-repeat: no-repeat;
    text-decoration: underline;
    font-weight: bolder;
}
.detailsWkf {
/*    background-image: radial-gradient(purple 15%, transparent 16%);*/
    background-image: radial-gradient(deepskyblue 100%, transparent 100%);
    background-size: 8em 8em;
    background-position: center;
    background-repeat: no-repeat;
}
#editRForm label.error,#newRForm label.error{
    display:block;
    min-width: inherit !important;
}
ul[name=toolbar] {
    list-style-type: none;
}
ul.quadNotification {
    margin-bottom: 15px;list-style-type: none;
}

ul.quadNotification  li > p {
    width: 97%;
    margin: 3px 3px 3px 3px;
/*    border-bottom: 1px solid #ffe1eb;*/
    display: inline-block;
    padding: 8px 6px 15px 7px;
    min-height: 37px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: block;
}
ul.quadNotification  li > p > span.body {
    display: block;
    line-height: 12px;
    font-size: 10px;
    font-weight: 400;
}
ul.quadNotification  li > p > span.bottomLeft {
    line-height: 19px;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffe1eb;
    padding-bottom:3px;
}
ul.quadNotification  li > p > span.bottomRight {
    line-height: 19px;
    font-size: 10px;
    font-weight: 400;
    text-align: right;
    border-bottom: 1px solid #ffe1eb;
    padding-bottom:3px;
} 

.hidden-menu #left-panel {
    left: -295px;
    z-index: 903;
}
span.widget-icon.trads {
    margin-right: -6px;
}
i.far.fa-language {
    font-size: 19px;
    margin-top: 7px;
    margin-left: 3px;
}
i.far.fa-eye.fa-2x {
    padding-top: 3px;
}
a.chosen-single {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important; 
}
.chosen-drop {
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
}

/* Excel Export button */
a.dt-button.buttons-excel.buttons-html5.btn.btn-xs {
    padding: 3px 9px 3px 7px;
    font-size: 13px;    
    max-height: 31px;
    max-width: 31px;
    margin-top: -7px;
}
a.import {
    padding: 3px 9px 3px 6px!important;
}
.quadAlert {
    margin: 10px 0px 10px 0px;;
}
/* FILTER label'*/
label.greenLabel {
    color: #74a02b; /* #89AD45 */
    font-weight: 600;
}
/* Ripple Effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
}

.ripple.blue:hover {
    color: #ffffff;
    background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.ripple.blue:active {
    background-color: #6eb9f7;
    background-size: 100%;
    transition: background 0s;
}

.ripple.green:hover {
    background: #cfddb870 radial-gradient(circle, transparent 1%, #cfddb870 1%) center/15000%;
}
.ripple.green:active {
    background-color: #cfddb8;
    background-size: 100%;
    transition: background 0s;
}

.ripple.grey:hover {
    background: #e6e6e600 radial-gradient(circle, transparent 1%, #e6e6e6ab 1%) center/15000%;
}
.ripple.grey:active {
    background-color: #d9d9d9;
    background-size: 100%;
    transition: background 0s;
}
/* END Ripple Effect */
.faFileRemove {
    padding-top: 2px;
    font-size: 1.3em;
    color: indianred;    
}
.bg-blue { /* Darker Blue */
    background-color: #03a9f4;
}
.bg-success-400 { /*Green*/
    background-color: #66bb6a;
}
.bg-danger { /* Red */
    background-color: #f44336!important;
}

.bg-blue-400 { /* Blue */
    background-color: #29b6f6;
}
.bg-teal-400 { /* DarkGreen*/
    background-color: #26a69a;
}
.bg-pink-400 { /* Darkpink */
    background-color: #ec407a;
}
[class*=bg-]:not(.bg-transparent):not(.bg-light):not(.bg-white):not(.btn-outline):not(body) {
    color: #fff;
}
.easy-pie-title {
    display: inline-block;
    margin: 10px 6px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    width: auto!important;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card {
    /*    
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-width: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); --> REFERENCE
    */
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
    margin-bottom: 1.25rem;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);*/
    box-shadow: 0px 1px 3px rgba(0,0,0,.12), 0px 1px 5px rgba(0,0,0,.24);
    border-width: 0;
}
.header-elements-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.card-header {
    padding: .9375rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.02);
    border-bottom: 1px solid rgba(0,0,0,.125);
}  
.card-header:first-child {
    border-radius: .125rem .125rem 0 0;
}
.card:not([class*=border-]) .card-header {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
}
.card-header:not([class*=bg-]):not([class*=alpha-]) {
    background-color: transparent;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom-width: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.smart-style-2.minified #left-panel {
    padding: 0!important;
    padding-top: 50px!important;
    width: 48px;
}

.fixed-header #header {
    box-shadow: none!important;
}

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/* Profile Configs */
.login-info {
    border-bottom: 1px solid #5251511a!important;
    margin-top: -6px!important;    
}

.login-info > div.row {
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
}

.login-info > div.row > table {
    margin: 2px 2px 2px 0px;
}

.login-info > div.row > table > tbody > tr:first-child > td:first-child {
    border: 0!important;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    width: 18%; /* USERNAME POSITION CONTROL :: RELATED WITH NAV WIDTH... */
}

.login-info > div.row > table > tbody > tr:first-child > td:first-child > span {
    padding: 0px!important;
    background: transparent!important;
    border-radius: 0px;
}

.login-info > div.row > table > tbody > tr:first-child > td:first-child > span > img {
    margin: 0px;
    border-radius: 50%;
    width: 37px;
    height: 43px;
    border: 3px solid rgba(0,0,0,.14);
    box-sizing: content-box;    
}

.login-info > div.row > table > tbody > tr:first-child > td:nth-child(2) {
    border: 0!important;
    padding: 4px 0px 0px 3px;
    margin: 0px;
    width: 75%;
    color: #202427!important;
    font-size: 13px!important;
    font-weight: 700;
}

/* PROFILE POSITION */
.login-info > div.row > table > tbody > tr:nth-child(2) {
    position: absolute;
    float: left;
    top: 73px;
    left: 0px;
/*    left: 58px;*/
    z-index: 999;
}

/* FIX Column to Always position the 2nd column ON THE SAME PLACE */
.login-info > div.row > table > tbody > tr:nth-child(2) > td:first-child {
    border: 0!important;
    padding: 0px;
    margin: 0px;
    width: 57px;
}

.login-info > div.row > table > tbody > tr:nth-child(2) > td:nth-child(2) {
    border: 0!important;
    padding: 4px 0px 0px 5px;
    margin: 0px;
    color: #c0bbb7 !important;  
}

.login-info > div.row > table > tbody > tr:nth-child(2) > td:nth-child(2) > ul > li > a > span {
    font-size: 14px!important;
    padding: 0px!important;
    background: transparent!important;
    border-radius: 0px;
    color: #74a02b;
    font-weight: 600;
    font-size: 12px!important;
}

ul#profile_change {
    position: absolute;
    left: -1px;
    top: 23px;
    min-width: 150px;
    padding: 7px 6px;
    margin: 3px 0px 0px -1px;
}

ul#profile_change > li > a {
    color: #69737A;
    font-size: 13px!important;
}

ul#profile_change > li.active > a:not(:hover) {
    color: #72a11e;
    font-weight: 600;
    background: transparent!important;
}
ul#profile_change > li.active > a:hover {
    background-color: #3E90D4;
    color: #fff!important;
}

ul#profile_change > li > a:hover {
    background-color: #3E90D4;
    color: #fff!important;
}

.smart-style-2 #logo-group>span .badge {
    background: #72a11e!important;
}

/* QUADTABLES Expand/Collapse BUTTON*/ 
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 7px;
    left: 9px;
    height: 16px;
    width: 16px;
}

#mydropzoneFiles {
    padding-bottom: 8px;
    padding-top: 8px;
}
#mydropzone {
    min-height: 150px;
}
#mydropzone div.dz-error-message.quadMark {
    display: contents!important;
    color: #bb4945!important;
}
#refresh.btn.btn-ribbon {
    border-radius: 50%;
    color: #6cb8f9;
    background: rgba(230, 230, 230, 0);
    box-shadow: none;
    border: 0px;
    margin-left: 2px;
}

.smart-style-2 .login-info span {
    padding: 6px 0px 6px 4px;
    color: #989ea3;
    background: transparent;
    border-radius: 4px;
}

/* FILES on QUADTABLES */
.fileItem .fa.fa-remove:hover{
    cursor:pointer;
}
.form-horizontal .docsViewer{
    /*position: absolute;
    right: -115px;*/
}
.editorForm .docsViewer{
    position: absolute;
    margin-top: -31px;
    left: 50%;
}
.fileList{
    margin: 10px;
    list-style-type: none;
}

#myModal{
    z-index: 5000;
}
/* END FILES on QUADTABLES */

/* TIMELOG on QUADTABLES */
.timelogTitle {
    font-size: .8em!important;
    color: #969696!important;
}

.timelogValue {
    font-size: .8em!important;
    color: #969696!important; 
    white-space: nowrap;
}
.timelogChanged {
    margin-bottom: -20px!important;
    padding-left: 91px;
    padding-top: 2px;
    white-space: nowrap;
}
.timelogIcon {
    font-size: 1.25em;
    padding-right: 5px;
}
/* END TIMELOG on QUADTABLES*/


/*
**************** 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;
}
*/

/* LIGHT jarviswidget!!
 * Tab Active :: "hides" botttom line 
 * Works with: <header style="border-bottom: 1px solid #C2C2C2; border-top: none; border-left: none; border-right: none; background: #ffffff;"..
 * in order to remove traditional "header" box on jarviswidget!!
 */
.smart-style-2 .login-info img {
    width: 35px;
    /* max-height: 36px; */
}
.minified .login-info img {
    margin: -2px 0 0;
    width: 30px;
}
.jarviswidget.light header {
    border-bottom: 1px solid #C2C2C2; border-top: none; border-left: none; border-right: none; background: #ffffff;
}
.jarviswidget.light header .nav-scroller>li.active>a {
    height: 33px!important;
}

/* QUADTABLES "childs" MORE SPACE between LABEL and CONTENT */
div.dataTables_scrollBody > table > tbody > tr.child > td > ul > li > span.dtr-data {
    padding-left: 10px;
}

/* Sub-Tabs upper line color*/
.nav-scroller>li.active.subTab>a {
    box-shadow: 0 -2px 0 #28b326; /*Orange: #f4ac0bcf; || LightGreen: #28b326 || LightBlue: #3b9ff3*/
}

.ajax-loading-animation {
    position: absolute;
    z-index: 2147483647;
    opacity: 1.0 !important;
    text-align: left;
    width: 120px;
    height: 26px;
    top: 43px;
    left: 20px;
    margin-top: 10px;
    background-color: #fafafa;
}

.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; /*  #ff9900(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; /*  #ff9900(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: 0px;
    display: inline-block;
}

/* LABEL and SWITCH 2 LINES */
.onoffswitch-container.vertical > span.onoffswitch-title {
   width: 100%;
}
.onoffswitch-container.vertical > span.onoffswitch {
   margin-left: 0px;
    margin-top: 8px;
}


.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: 5px;
    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 -2px -2px -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:before, 
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after {
    text-shadow: 0 1px 0 #fff;
    background: #eaeaea;
    color: #333;
    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-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: #ff9900;
    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: #ff9900 !important;
    color: ghostwhite !important;
    font-weight: 600;
}

btn.contiHeader {
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
    color: ghostwhite !important;
    font-weight: 600;
}
/* 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 {
    position: fixed;
    z-index: 904;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
    padding-top: 56px;
}

.smart-style-2 nav > ul > li > a b {
    top: 9px !important;
}

.page-title {
    margin: 6px 0 17px;
}


/* Disabling inputs,... */
.gosth {
    color: transparent;
    pointer-events: none !important;
    background: transparent !important;
    cursor: not-allowed !important;
    border: 0px !important;
}

.forbidden {
    pointer-events: none !important;
    background: #fff6cc; /* Yellish */
    cursor: not-allowed;
}
.forbidden-bc-grey {
    pointer-events: none !important;
    background: #f5f5f5;
    color: darkgrey;
    cursor: not-allowed;
}

/* Selector para as "Listas" com opções de menus nos interfaces */
li > a.forbidden-bc-grey {
    pointer-events: none !important;
    background: #f5f5f5 !important;
    color: darkgrey !important;
    cursor: not-allowed !important;
    -webkit-font-smoothing: none!important;
}
    
.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: 8px;
    left: 39%;
    /*
    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; //DarkGreen (discontinued) */
}

/* 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.far.fa-times-circle {
    padding-left: 3px;
    padding-left: 4px;
    font-size: 1.1em;    
}

.label-info {
    background-color: #ff9900 !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;
}

/* EDITOR LABELS DEFAULT WIDTH */
/* CUSTOM on INTERFACE EX: 
    form#RH_DEF_COMPETENCIAS_editorForm > div.DTE_Form_Content > div.DTE_Field > label {
        width: 30% !important;
    }
*/
div.DTE_Body div.DTE_Body_Content div.DTE_Field > label {
    width: 35% !important;
}

.datepicker {
    width: 80px !important;
    padding: 6px 4px!important;
}
.dateYearMonth {
    width: 60px !important;
    padding: 6px 4px!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: #ff9900;

}

.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: #ff9900; /* Orange #FFA500; */
    color: white;
}

.dsp_field {
    font-weight: lighter;
    font-style: italic;
    color: darkgray;
}

.error {
    border: 1px solid rgb(255, 153, 0);
    color: #ff9900; /* Continental orange */
    font-weight: 300;
    font-style: initial;
}

label.error {
    border: 0px;
    min-width: 300px!important; /* Permite que no editor, os campos de menor comprimento tenham o erro na linha de baixo */
    color: #ff9900; /* Continental orange */
    font-weight: 300;
    font-style: initial;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 1.42857143;
    min-width: 300px!important;
}

.nowrap {
    white-space: nowrap;
}

.toBottom {
    vertical-align: bottom !important;
    color: red;
}

.mt-1 {
    margin-top: 1px;
}
.mt-3 {
    margin-top: 3px;
}
.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: -8px;
    float: right !important;
    margin-bottom: 10px;
}

.btn.toLeft {
    margin-top: -9px;
    float: left !important;
    margin-bottom: 5px;
}

td.right {
    text-align: right;
}
th.right {
    text-align: left;
}

.headerObjectName {
    font-weight: bolder !important;
}

tr.selected {
    background-color: #ecf3f8 !important;
    /*color: #ecf3f8 OU #ed9d13 OU #c4dcef*/
    font-weight: bold;
    font-size: 96%;
}

/* 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;
}
*/

/* COMENTADO POR PMA :: Movia os campos para a esquerda no select. Não considero mais ser necessário...
.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;
}

/* QuadForms * Toolbar */
form > div.btn-toolbar {
    margin-bottom: 8px;
}

.quadlogo {
    width: 115px;
    height: 14px;
    margin-top: -3px;
}

.page-footer {
    clear: both;
    /* position: fixed; */
    z-index: auto;
}

.quad-center {
    text-align: center;
    width: auto; /*42px!important;*/
}

.quad-left {
    float: left;
}

.quad-right {
    float: right;
}

.quad-padding-3 {
    padding: 3px;
}

.quad-padding-5 {
    padding: 5px;
}

.quad-padding-10 {
    padding: 10px;
}
.quad-padding-20 {
    padding: 20px;
}

.quad-left-padding-0 {
    padding-left: 0px;
}

.quad-left-padding-3 {
    padding-left: 3px;
}

.quad-left-padding-5 {
    padding-left: 5px !important;
}

.quad-left-padding-10 {
    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, .quad-ml-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
*/
input.form-control {
    padding: 6px 3px;
}

.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: #74a02b!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: 46px !important;
    color: #c0bbb7 !important;
}


.percent.percent-sign {
    left: 13%;
}    

.percent.percent-sign.font-sm.micro-inside-title.nowrap {
    left: 0%;
}
.icon-color-ok {
    color: #ffa900;
}
div.sparkline.quad-spark {
    margin-right: 23px;
}
span.easy-pie-title.quad {
    padding-top: 2px;
    font-size: .9em;
    font-weight: 600;
}
span.label.quad {
    padding: 3px 3px 3px 3px;
    text-align: right;
    font-size: 11px;
    margin-top: -3px;
    margin-bottom: 6px;        
}
span.global.label.quad.bakgcolor-lightBrown {
    background-color: #a67219!important;
}
span.own.label.quad.bakgcolor-redPurple {
    background-color: rebeccapurple!important;
}
span.global.label.quad.bakgcolor-darkGreen {
    background-color: #70853b!important;
}
.draw-bottom-line {
    border-bottom: 1px solid #dadada!important;
}
.show-stat-microcharts.quad {
    margin-left: -10px;
    margin-right: -20px;
}     
.cardBorder {
    position: relative;
    display: flow-root;
    flex-direction:inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
    margin-bottom: 1.25rem;
    /* box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */
    box-shadow: 0px 1px 3px rgba(0,0,0,.12), 0px 1px 5px rgba(0,0,0,.24);
    border-width: 0;        
}
.cardTitle {
    border-left: 1px solid #dadada!important;
    border-right: 1px solid #dadada!important;
    border-top: 1px solid #dadada!important;
    margin-top: 10px!important;
    height: auto;
    overflow: hidden;
    padding: 7px 10px;
    margin-left: -1px;
    margin-right: -1px;
    box-shadow: 0px 0px 0px rgba(0,0,0,.12), 0px 1px 2px rgba(0,0,0,.16);
    /* border-bottom: 0px solid #dadada!important; */
    /* border-left: 1px solid rgba(0,0,0,.125); */
    /* border-radius: .1875rem; */
    /* border-width: 0; */        
}
span.badge.descr {
    border-radius: .125rem!important;
}
div.row.title {
    border-bottom: 1px solid #dadada!important;
    font-weight: 600;
    font-size: 0.9em;
    padding: 7px 7px;
    margin-top: -6px!important;     
    line-height: 1.5385;
    margin-bottom: 4px;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 8px;
}
div.lineHeight-44 {
    line-height: 44px;        
}
span.micro-inside-title {
    font-weight: 500;
    font-size: .85em!important;                        
}
.rounded-circle {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    text-align: center;
    font-size: 1em;
    padding: 9px 10px 9px 10px;        
}

.ball-padding-1 {
    padding: 5px 11px 6px 10px!important;;
}

.ball-padding-2 {
    padding: 6px 8px 6px 7px!important;
}

.ball-padding-3 {
    padding: 7px 6px 7px 6px!important;
}

.ball-padding-4 {
    padding: 9px 5px 9px 5px!important;
}

.ball-padding-5 {
    padding: 12px 5px 13px 5px!important;
}

.ball-padding-n {
    padding: 12px 3px 14px 3px!important;
}

.nowrap {
    white-space: nowrap;
}

.bd-color-quad-green {
    background-color: #62bc66;
}
.bd-color-quad-blue {
    background-color: #00a7f7;
}    
.bd-color-quad-blue-100 {
    background-color: #e1f5fe;
}
.bd-color-quad-blue-200 {
    background-color: #b1e5fd;
}
.bd-color-quad-blue-300 {
    background-color: #7dd4fc;
}
.bd-color-quad-blue-400 {
    background-color: #48c2fa;
}
.bd-color-quad-blue-500 {
    background-color: #18b5f9;
}
.bd-color-quad-blue-600 {
    background-color: #00a7f7;
}
.bd-color-quad-dark-blue {
    background-color: #3956a0;
}
.bd-color-quad-red {
    background-color: #f7412d;
} 
.bd-color-quad-orange {
    background-color: #ff9c00;
} 
.bd-color-quad-pink {
    background-color: #f8a5c1;
} 
.bd-color-quad-cyan {
    background-color: #7884cd;
}
.bd-color-quad-grey {
    background-color: #888888;
} 
.bd-color-quad-light-grey {
    background-color: #fafafa;
}
.bd-color-quad-yellow {
    background-color: #ffe400;
}
.color-quad-green {
    color: #62bc66;
}
.color-quad-blue {
    color: #00a7f7;
}    
.color-quad-blue-100 {
    color: #e1f5fe;
}
.color-quad-blue-200 {
    color: #b1e5fd;
}
.color-quad-blue-300 {
    color: #7dd4fc;
}
.color-quad-blue-400 {
    color: #48c2fa;
}
.color-quad-blue-500 {
    color: #18b5f9;
}
.color-quad-blue-600 {
    color: #00a7f7;
}
.color-quad-dark-blue {
    color: #3956a0;
}
.color-quad-red {
    color: #f7412d;
} 
.color-quad-orange {
    color: #ff9c00;
} 
.color-quad-pink {
    color: #f8a5c1;
} 
.color-quad-cyan {
    color: #7884cd;
}
.color-quad-grey {
    color: #888888;
} 
.color-quad-yellow {
    color: #ffe400;
}

#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;
}
/* LEFT :: NAV WIDTH ,body.hdr:not(.mobile-view-activated) > aside#left-panel 
body.hdr:not(.mobile-view-activated) > #header {
    width: 295px; Original = 220px 
}
*/

body.hdr:not(.mobile-view-activated) > #left-panel {
    /*
    width: 295px;
    overflow-y: scroll;    
    overflow-x: hidden;
    */
}
body.hdr.mobile-view-activated > #left-panel {
    /* width: 0px!important; */
}

body.hdr.fixed-header.desktop-detected.minified > #left-panel {
    width: 49px!important;
}

/* RIGHT :: Main Content */
body.hdr:not(.mobile-view-activated) > div#main {
    margin-left: 288px;
}
body.hdr.fixed-header.desktop-detected.minified > div#main {
    margin-left: 40px;
}

/* MENU OPTIONS */
body.hdr:not(.mobile-view-activated) > div#main > div#content{
    padding: 10px 20px;    
}


.top-margin-15 {
    margin-top: 15px!important;
}

.smart-form .checkbox input+i:after {
    content: '\f00c';
    top: -1px;
    left: 0px;
    width: 15px;
    height: 15px;
    font: 500 16px/19px "Font Awesome 5 Pro";
    text-align: center;
}

/* Overlapping CHOSEN elements size on pixels to BOOSTRAP GRID MODE (% based) */
div.chosen-container.chosen-container-single {
    width: 100%!important;
    z-index: 100;
}
.chosen-container.chosen-container-active {
    z-index: 999!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;
}

i.rgpd-30 {
    font-size: 30px;
    color: tomato;
    opacity: 0.8;
}
/* MATERIAL EFFECTS 
@keyframes ripple {
    0% {
        transform: scale(0)
    }
    20% {
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}
body.smart-style-2 nav li a:not(:active):after {
    animation: ripple 1.5s ease-in-out
}

body.smart-style-2 nav li a:after {
    visibility: hidden
}

body.smart-style-2 nav li a:focus:after {
    visibility: visible
}

body.smart-style-2 nav li a:active {
    background-color: transparent!important
}
*/

/* Ripple effect 
.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.ripple:active {
  background-color: #6eb9f7;
  background-size: 100%;
  transition: background 0s;
}
*/

.borderless td, .borderless th {
    border: none!important;
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    #header,
    #left-panel,
    #ribbon,
    #shortcut,
    #sparks,
    #toolbar,
    .page-title,
    .panel-heading {
        display: none!important
    }

}
/* Responsive buttons :: btn-responsive */
@media (max-width: 768px) {
    .btn-responsive {
        padding:3px 4px;
        font-size:80%;
        line-height: 1;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding:4px 8px;
        font-size:90%;
        line-height: 1.2;
    }
} 

.onWorkflow {
    background: yellow!important;
}


.editable-bg-transition {
    /*
    -webkit-transition: background-color 10400ms ease-out;
    -moz-transition: background-color 10400ms ease-out;
    -o-transition: background-color 10400ms ease-out;
    -ms-transition: background-color 10400ms ease-out;
    */
    color: darkblue!important;
}

/* Campos de RECOLHA OFF :: NESTE CASO são links (editable) c/ WORKFLOW (Approve or Reject) */
.recolha-link-off {
    font-size: 11px;
    line-height: 1.5;
    height: 24px;
    width: 40px;
    max-width: 40px;
    overflow: hidden;
    padding: 2px 1px;
    text-align: center;
    text-transform: uppercase;
    /* border: dashed 1px #08c;*/
    border: solid 1px #91919159;
}

div.modal-body.quad {
    padding: 15px!important;
    overflow-y: -webkit-paged-y!important;
}

div.widget-toolbar.quad {
    border-left: none;
    margin-top: -9px;
}

div.widget-toolbar.quad > div.btn-group {
    border-left: 0px solid rgba(0,0,0,.09);
    border-right: 1px solid rgba(0,0,0,.09);
    height: 27px;
    padding: 0px 8px;
}

div.widget-toolbar.quad > div.btn-group > button.contiHeader {
    padding: 3px 10px;    
}

div.widget-toolbar.quad > div.btn-group > button.contiHeader:hover {
    background-color: #f19202e8 !important;
}

.table-hover > tbody > tr:hover {
    background-color: #ecf3f88c;
}

/* QUAD-HCM :: FILTER */
#FiltroQUADPEOPLE ul.chosen-choices {
    background-image: none!important;
}

#FiltroQUADPEOPLE li.search-choice {
    background-color: #ff9900!important;
    background-image: none!important;
    color: white!important;
    font-weight: 600!important;
    border-color: #ff9900!important; 
}
#FiltroQUADPEOPLE  a.search-choice-close {
    background: none!important;
}
#FiltroQUADPEOPLE  a.search-choice-close:after {        
    content: "\f00d";
    font: 600 13px/19px "Font Awesome 5 Pro";
    top: -.2em;
    color: white!important;
    position: relative;
    padding-left: 1px;
}
#FiltroQUADPEOPLE li.group-result {
    background-color: #f3f3f3!important;
}    

/* TRICK :: SELECTS to be transformed to CHOSEN (multiple) setted with height EQUAL to CHOSEN ELEMENT*/
#FiltroQUADPEOPLE #estab, #setor, #dir, #dept, #estrut, #grpfunc, #func, #vinc, #sit {
    max-height: 29px;
}
#FiltroQUADPEOPLE > div > div > div.modal-header > button {
    font-size: 2.5em;
    padding: 0px 8px 0px 0px;;
    margin: -4px;
}
#FiltroQUADPEOPLE > div > div > div.modal-header > h4 > i {
    padding-right: 4px;
}
#FiltroQUADPEOPLE > div > div > div.modal-header {
    padding: 15px 10px;    
}
#FiltroQUADPEOPLE > div > div > div.modal-header > h4 {
    font-weight: bold;
}

#FiltroQUADPEOPLE #filter_form.smart-form.quad .label {
    font-weight: bold;
}
#filtro1 {
    margin-top: -18px!important;
}
#filtro2 {
    margin-top: -10px!important;
}
#filtro2 > div > span.switchSpan_QUAD_PEOPLE_2 {
    margin-top: -10px!important;
    float: left !important;
    margin-bottom: 5px!important;
    margin-right: 10px!important;
    padding-bottom: 4px!important;
}
/* END QUAD-HCM :: FILTER */


/* NAV PRODUCT NAME AFTER USER info */
nav ul {
    margin-top: 0px;
}

/* NAV OPTIONS after PRODUCT NAME */
#left-panel > nav > ul > li > ul {
    margin-top: -10px;
}
.smart-style-2 nav > ul > li > a > i:first-child {
    font-size: 22px !important;
}

.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;
}

/* NAV */
nav > ul ul li a i {
    font-size: 15px;
    width: 18px!important;
    text-align: center!important;
    vertical-align: 0!important;
    line-height: 1!important;
}
nav ul li.active>a:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    display: block;
    height: 27px;
    line-height: normal;
    width: 27px;
    position: absolute;
    right: -19px;
    font-size: 22px;
    color: #a2c071;
}
nav>ul>li>ul::before {
    bottom: 23px!important; /* NAV node, last option line stops on item (not on block)*/
}

/* TABS Scroller */
.scrtabs-tab-container {
    height: 32px!important;
    border-bottom: 1px solid #C2C2C2;
    /* background-color: #FFF; */
}

.scrtabs-tabs-fixed-container {
    height: 32px!important;
}    

.scrtabs-tab-scroll-arrow {
    border: none!important; /*0px solid #ddd;*/
    color: white!important; /* #68b7fc!important; /*#428bca!important;*/
    display: none;
    float: left!important;
    margin: 0px!important;
    padding: 0px!important;
    height: 32px!important;
}

div.scrtabs-tab-container > div.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
    margin: 0px 0px 0px 0px!important;
    width: 17px;
    border-right: 1px solid #C2C2C2!important;
    background-color: #57889c;
}    
div.scrtabs-tab-container > div.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left > span.glyphicon {
    padding-left: 2px;
    top: -1px;
}
div.scrtabs-tab-container > div.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {
    margin: 0px 0px 0px 0px!important;
    width: 17px;
    border-right: 1px solid #C2C2C2!important;
    background-color: #57889c;
}
div.scrtabs-tab-container > div.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right > span.glyphicon {
    padding-left: 2px;
    top: -1px;
}
/* END TABS Scroller */

/* CUSTOM CHECKBOX */

/* CHECKED */
label input[type=checkbox].checkbox:checked+span:before {
    font-family: "Font Awesome 5 Pro";
    /*    font-size: 16px;
    line-height: 16px;*/
    font-weight: bold;
    content: '\f00c';
    color: #2e7bcc;
    background-color: #fff;
}
/* UNCHECKED */
label input[type=checkbox].checkbox:not(:checked)+span:before {
    font-family: "Font Awesome 5 Pro";
/*    font-size: 16px;
    line-height: 16px;*/
    font-weight: bold;
    content: '\f00d';
    color: #2e7bcc;
    background-color: #fff;
}

/* QUADTABLES CRUD BUTTONS */
button.btn.btn-xs.tblEditBut {
    margin-right: 2px;
}

button.btn.btn-xs.publishButton {
    margin-right: 2px;
}

div.jarviswidget.noBottomBorder > header .nav-scroller>li.active>a, div.jarviswidget.noBottomBorder > header .nav-scroller>li.active>a:focus, div.jarviswidget.noBottomBorder > header .nav-scroller>li.active>a:hover {
    border-bottom: 0px solid #C2C2C2!important;
    height: 39px;
}

div.jarviswidget.noBottomBorder > header {
    border-bottom: none;
}


/* CUSTOM TAB HOVER
.nav > li:not(.active) > a:focus, .nav > li:not(.active) > a:hover {
    background-color: #55889d;
    color: white !important;
    font-weight: 600;
    font-size: .9em;
}
*/
.quadColor-Ok {
    color: #28b325!important; /* Green Ok */    
}

.quadColor-Nok {
    color: #db4a67!important; /* Redish Nok */
}

.dash-info {
    padding-left: 0px;
    padding-right: 0px;
}

.form-horizontal-standard .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal-standard .form-group.mb-0{
    margin-bottom: 0px;
}

.golden-color {
    color: rgb(210, 193, 139);
}
.golden-color-bold {
    color: rgb(210, 193, 139);
    font-weight: bold;
}

.golden-bg-color {
    background-color: rgb(239, 225, 179);
    color: #333;    
}


table.quad-inline > tbody > tr td {
    padding: 0px 5px 0px 0px;
}

table.quad-inline > thead > tr th {
    font-weight: 400;
    max-width: 100%;
    padding-bottom: 5px;
}

table.quad-inline > tfoot > tr th {
    font-size: 11px;
    margin-top: 3px;
    font-weight: 500;
    /* color: rgba(115, 115, 115, 0.8); */
}

div.DTE div.progress {
    overflow: hidden;
    height: 5px;
    margin-bottom: 18px;
    background-color: #f3f3f3;
}

div.help-block.mt-1.golden-color-bold {
    font-size: 0.7em!important;
    margin-bottom: 1px;
}

/* QuadForms CRUD buttons*/
ul.quad-btns.quad-center {
    padding-inline-start: 12px;
}

.timeshort {
        width: 46px!important;
}

/* QUADTABLES FOOTER ROW
div.dataTables_scrollFootInner >  table.table.responsive.table-bordered.table-striped.table-hover.nowrap.dataTable {
    border: 0px!important;
}
/* FOOTER CELL */
.table-bordered > tfoot > tr > th.hdrShow.quadFooter {
    border-top: 1px solid #ddd!important;    
    border-bottom: 0px solid #ddd!important;
    /*
    border-right: 0px!important;
    border-left: 0px!important;
    */
}

/* TEXT Shadows Grey */
.quad-ts-50 {
    text-shadow: 0 1px 1px rgba(167, 173, 170, 0.5);
}

.quad-ts-75 {
    text-shadow: 0 1px 1px rgba(167, 173, 170, 0.75);
}

.ml-less-4 {
    margin-left: -4px;
}

/* SmartBox LEFT Border */
div.SmallBox {
    border-left: 5px solid rgba(0,0,0,.15);
}
.SmallBox:hover {
    border: 1px solid #fff;
    border-left: 5px solid rgba(0,0,0,.15);
    cursor: pointer;
}
/* NEW NAV CSS */
body:not(.minified) > #left-panel > nav {
    max-height: 70vh;
    overflow-y: scroll;    
    overflow-x: hidden;
}
body:not(.minified) > #left-panel > nav > ul > li.active > ul {
    max-height: none;
    overflow-y: inherit;
}

body.minified > #left-panel > nav {
    max-height: none;
    overflow-x: inherit;
}

body.minified > #left-panel > nav > ul > li.active > ul {
    max-height: 70vh;
    overflow-y: scroll;
}

.minified nav>ul>li>a>.menu-item-parent {
    width: 255px;
}
.minified nav>ul>li>ul {
    width:269px;
}
/* END NEW NAV CSS */

#header>:first-child, aside {
    width: 288px;
}

/* PHOTO + User + Profile :: MINIFIED MENU */
body.hdr.smart-style-2.desktop-detected.minified > #left-panel > div.login-info > div.table-responsive {
    overflow: hidden;
}

table.dataTable > tbody > tr.child span.dtr-title > span.wkfRecordTitle {
    font-size: 13px;
    background-color: #ff9900 !important;
    padding: .2em .6em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.quad-pad-5 {
    padding: 5px 5px;
}
span.label.label-light-blue {
    background-color: #3b9ff3bd !important;
    
}

html {
    /*background: url(../img/mybg.png) #fff;*/
/*    background-color: none!important;*/
    background-image: none!important;
}

.bold {
    font-weight: bold;
}

/* Header MIDDLE Panel */
.middle-panel {
    color: white;
    overflow: hidden;
    width: 74vw!imp0ortant;
}

.middle-panel span > a {
    background: 0 0;
    border: none!important;
    color: #C5C6CA!important;
    box-shadow: none!important;
    border-radius: 2px;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none!important;
    font-size: 22px;
    margin: 10px 0 0;
}

/* 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;
}

#changePassword {
    padding-left: 3px !important;
}

#processCtrl {
    font-size: 11px !important;
}
#myEtickets {
    cursor: pointer;
}
#sse_etickets {
    margin-left: -12px !important;
    margin-top: -12px !important;
    padding: 2px 6px 2px !important;
    text-align: center !important;
    line-height: normal !important;
    font-size: 11px !important;
    background-color: orange!important;
    border-radius: 50%;
}

.pulsate::before {
  content: '';
  animation: pulse 5s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.4);
  }
}

/* Might be use on menu options on menu LI */
.no-access {
    display: none !important;
}

/* WORKFLOW*/
#myModal div.modal-header {
    background-color: #fb3;
    color: white;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    justify-content: space-between;
    padding: 1rem 1rem;    
}
#myModal h4.modal-title.DTE_Header_Content {
    opacity: 1;
    padding: .3rem;
    margin: 0;
    font-size: 1.4em;
    color: #fff;
    font-weight: 500;
}

#myModal div.modal-body {
    color: #616161;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px !important;
}    
    
#myModal  div.well {
    background-color: #fff;
    border: 0px solid white;
    box-shadow: none;
}   

#myModal div.modal-footer {
    justify-content: center !important;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    display: flex;
    background-color: #fff;
} 
button.wkfAproove.wkfBt:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;    
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    background-color: #72a11e!important; /* lightgreen;  chartreuse*/
    color: white;
}
button.wkfReject.wkfBt:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;    
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    background-color: #f7412d;
    color: white;
}
button.wkfDelete.wkfBt:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;    
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    background-color: #c51400;
    color: white;
}

#myModal.workflow_vision button.close {
    float: right;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    opacity: .75;
    text-shadow: 0 1px 0 #fff;    
}
#myModal.workflow_vision button.close:hover {
    opacity: 1;
}


/* RAISED */
.raiseIn {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;    
}

/* RAISED HOVER */
.raiseIn:hover, .raiseIn:focus, .raiseIn:active {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.demo-liveupdate-1.switchSpan {
    margin-top: -11px;
    float: left !important;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-top: 6px;    
}

.jarviswidget>div {
    padding: 8px 13px 13px 13px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

header.frmInnerHeader {
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dashed #c2c2c2;
    padding-bottom: 4px;
}

ul.quad-btns.quad-center li > a {
    margin-top: -5px;
}
    
.inInstanceFilter {
    margin-left: -13px;
    margin-right: -13px;
    margin-top: -13px; /*-5px;*/
    padding-bottom: 80px;
}

ul.nav-scroller {
    margin: 0px 0px 0px -1px !important;
}

.jarviswidget .widget-body {
    padding-top: 10px;
}


.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
    background-color: #17a2b8!important;
}
/* 
Ex: 

.bg-info {
    background-color: #17a2b8!important;
}

<div class="blockquote-custom-icon bg-info shadow-sm" style="
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -17px;
    left: -16px;
    background-color: #17a2b8!important;">
    <i class="fa fa-quote-left text-white"></i>
</div>
*/

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

div.DTE_Body.modal-body {
    max-height: 60vh;
}

sup.myBold {
    font-weight: bold !important;
    font-size: 90% !important;
}

.MessageBoxMiddle .pText {
    font-size: 14px;
}