#canvasloader-container-background{
    background: #333 none repeat scroll 0 0;
    bottom: 1px;
    display: none;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.15;
    position: absolute;
    right: 1px;
    z-index: 1599;
}

.btn-default:hover, .btn-default:focus {
    background-position: 0 0;
}
.btn {
    cursor: pointer !important;
    padding: 5px 7px 3px !important;
    box-shadow: none;
}
.btn .fa {
    line-height: 0.91;
}
.no-scroll {
    overflow: hidden !important;
}

/*******************************/
/* COMPONENTE SELECT2 - INICIO */
/*******************************/
.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left;
    padding-right: 4px;
}
/*******************************/
/* COMPONENTE SELECT2 - FIM */
/*******************************/

/*******************************/
/* COMPONENTE IMAGENS - INICIO */
/*******************************/
.image-view-item {
    max-width: 100%;
    height: 100%;
    margin: auto;
    cursor: move;
}
.image-view-image-container {
}
.image-view-image-container-ativo {
    border: 1px solid cornflowerblue;
}
.image-view-image-container-inativo {
    border: 1px solid #dddddd;
}
.image-view-item-ativo {
    /*border: 1px solid #34A4D4;*/
    /*border: 1px solid #34A4D4;*/
    background-color: #fafafa !important;
}
.image-view-item-inativo {
    /*border: 1px solid #34A4D4;*/
    background-color: #ffffff !important;
}
.js-com-visualizacao-imagem .titulo-documento {
    height: 30px;
    float: left;
    font-size: 18px;
}

.image-view-item img {
    z-index: 15;
}

.mini-view {
    z-index: 16;
    position: absolute;
    border: 1px solid #ddd;
    width: 100px;
    /*height: 60px;*/
    background-color: #fff;
    opacity: 0.9;
    text-align: center;
}
.mini-view img {
    max-width: 100px;
    max-height: 60px;
}
.mini-view .mini-view-highlight {
    background-color: #0088CC;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    position: absolute;
}

.image-view-item .zoom-info {
    position: absolute;
    top: 25%;
    left: 46%;
    display: block;
    margin: 3% auto;
    text-align: center;
    width: 90px;
    padding: 15px;
    z-index: 16;
    opacity: 0.9;
    font-size: 1.3em;
}

.rulers {
    width: 100%;
    height: 100%;
}
.rulers .ruler-h {
    width: 100%;
    height: 30px;
    left: 30px;
    background: url("../../../img/componentes/imagem/ruler-h.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    z-index: 16;
    position: relative;
    cursor: row-resize;
}
.rulers .ruler-m {
    width: 30px;
    height: 30px;
    top: 0;
    background: url("../../../img/componentes/imagem/ruler-middle.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    z-index: 17;
    position: absolute;
}
.rulers .ruler-v {
    width: 30px;
    height: 100%;
    top: 0;
    background: url("../../../img/componentes/imagem/ruler-v.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    z-index: 16;
    position: absolute;
    cursor: col-resize;
}
.rulers .guide {
    z-index: 15;
    position: absolute;
}
.rulers .guide-h {
    border-bottom: 1px solid #00d8ff;
    cursor: row-resize;
    height: 1px;
    width: 98%;
}
.rulers .guide-v {
    border-right: 1px solid #00d8ff;
    cursor: col-resize;
    width: 1px;
    height: 98%;
}
.image-view-item .rulers .ruler-m span {
    color: #00d8ff;
    font-size: 16px;
    position: relative;
    top: 6px;
    left: 7px;
    cursor: pointer;
}
.js-grp-img-paginador {
    min-width: 137px;
}
/****************************/
/* COMPONENTE IMAGENS - FIM */
/****************************/

.input-group-btn .btn {
    padding: 5px 10px !important;
    line-height: 1.5 !important;
}

/*.viewer {
    width: 50%;
    height: 500px;
    border: 1px solid black;
    position: relative;
}

.wrapper {
    overflow: hidden;
}*/

/* body.production{
    background: url("../../../../img/AZUL.png"), url("../../../../img/lateral.png");
    background-position: left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, 20%;
    position: absolute;
} */

body.development.release{
    background: url("../../../img/background-development-release.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body.development{
    background: url("../../../img/AZUL.png") repeat scroll 10 0 rgba(0, 0, 0, 0);
}

body.homologation{
    background: url("../../../img/background-homologation.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body.homologation.release{
    background: url("../../../img/background-homologation-release.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.w2ui-centered.js-confirm{
    font-size: 14px !important;
}

.pointer{
    cursor: pointer !important;
}
.not-allowed, .desabilitado{
    cursor: not-allowed;
    opacity: 0.5;

}


.btn-group button.btn {
    margin: inherit;
    line-height: inherit !important;
    min-width: inherit;
    margin-bottom: 5px;
    padding: 5px 10px !important;
}

.btn-featured {
    padding: 5px 30px !important;
    outline: none !important;
}

.btn-icon {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
}

/* TOOLBAR */

.js-toolbar-configuracao .btn-featured, .js-toolbar-fluxo .btn-featured {
    border: 1px solid #e6e6e6;
    margin-top: -6px;
    outline: medium none !important;
    padding: 10px 15px !important;
    background-color: #fff;
}
.js-toolbar-configuracao .btn-featured.btn-danger, .js-toolbar-fluxo .btn-featured.btn-danger {
    border-color: #b92c28;
}
.js-toolbar-configuracao .btn-featured.btn-primary, .js-toolbar-fluxo .btn-featured.btn-primary {
    border-color: #245580;
}
.js-toolbar-configuracao .btn-featured.btn-success, .js-toolbar-fluxo .btn-featured.btn-success {
    border-color: #4cae4c;
}
.js-toolbar-configuracao .btn-featured.btn-warning, .js-toolbar-fluxo .btn-featured.btn-warning {
    border-color: #e38d13;
}
.js-toolbar-configuracao .btn-featured.btn-info, .js-toolbar-fluxo .btn-featured.btn-info {
    border-color: #28a4c9;
}

/* MOBILE */
@media (max-width: 768px) {
    .js-toolbar-fluxo .navbar .container-fluid .navbar-mobile {
        display: inline-block !important;
        float: right;
        max-width: 375px;
        /*display: none;*/
    }
    .js-toolbar-fluxo .navbar .container-fluid .navbar-mobile .navbar-nav {
        position: absolute;
        right: 82px;
        top: -8px;
    }

    .js-toolbar-fluxo .navbar .container-fluid .navbar-mobile ul li {
        float: left;
    }
    @media (max-width: 530px) {
        .js-toolbar-fluxo .navbar .container-fluid .navbar-mobile ul li button {
            padding: 10px 1px !important;
        }
    }
}

@media (min-width: 768px) {
    .js-toolbar-fluxo .navbar .container-fluid .navbar-mobile {
        display: none;
    }
}

/* TOOLBAR */


.w2ui-popup-btn {
    margin: 0px 3px;
}

.menu-item-toolbar {
    margin-top: 11px;
    margin-left: 5px;
}

.menu-item-toolbar-img {
    margin-top: 5px;
    margin-left: 5px;
}
.button-toolbar {
    border: 1px solid #e6e6e6;
}
/*
.menu-item-toolbar.active .btn {
    background-color: #F2F1F0;
}*/

.pagina-branca {
    background-color: #ffffff;
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
}

/*Button Loading - inicio*/
@-webkit-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@-moz-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@-o-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';

    display: inline-block;

    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;

    box-sizing: border-box;

    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;

    width: 24px;
    height: 24px;

    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation:    ld 1s ease-in-out infinite;
    -o-animation:      ld 1s ease-in-out infinite;
    animation:         ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;

    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;

    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;

    width: 14px;
    height: 14px;
}
/*Button Loading - fim*/

/*ViewPort Size - inicio*/
#viewport-size {
    display: fixed;
}
#viewport-size::before {
    content: "xs";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000;
    color: #fff;
}
@media (min-width : 768px) { #viewport-size::before { content: "sm"; }}
@media (min-width : 992px) { #viewport-size::before { content: "md"; }}
@media (min-width : 1200px) { #viewport-size::before { content: "lg"; }}

.loading.glyphicon:before, .loading.glyphicons:before, .loading.halflings:before,
.loading.glyphicon:after, .loading.glyphicons:after, .loading.halflings:after,
.loading.glyphicon, .loading.glyphicons, .loading.halflings{
    content:"" !important;
    background-image: url('../../../img/loading-small.gif') !important;
    width: 15px;
    height: 15px;   
}
.loading-purple-big{
    content:"" !important;
    background-image: url('../../../img/loading__.gif') !important;
    width: 128px;
    height: 128px;
}

tr.form-group::before, tr.form-group::after {
    content: none !important;
}
.oculto{
    display: none;
}

.oculto-caracter{
    -webkit-text-security: disc;
}

.panel-default > .panel-heading {
    background-image: inherit;
    background-color: #f5f5f5;
}
.panel-heading {
    padding-bottom: 0px;
    padding-top: 5px;
}

.alert-info {
    background-image: linear-gradient(to bottom, #d9edf7 0px, #d9edf7 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-danger {
    background-image: linear-gradient(to bottom, #f2dede 0px, #f2dede 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.alert-success {
    background-image: linear-gradient(to bottom, #dff0d8 0px, #dff0d8 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-warning {
    background-image: linear-gradient(to bottom, #fcf8e3 0px, #fcf8e3 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert ul li, .panel ul li {
    list-style-position: inside
}

.obrigatorio:before {
    content: '*';
    color: #FF0000;
}
.listagem.obrigatorio:before {
    content: '';
}

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

.bg-info:hover {
    background-color: #b9def0 !important;
}
.select2-container .select2-selection--single {
    height: 34px;
    padding: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #bbb;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 3px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    white-space: inherit;
}

#sistema-loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    z-index: 10001;
}
#action-loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10001;
}

.wrapper {
    position:absolute;
    top:50%;
    left:50%;
    z-index: 1000;
}    

[data-block-target]{
    /*overflow: auto !important;*/
}
.text-success {
    color: #3c763d !important;
}
.text-danger {
    color: #a94442 !important;
}
.select2-selection__rendered.stacked li{
    display: block !important;
    width: 100%;
}
.select2-selection__rendered.stacked li.select2-search{
    position: absolute;
    top:0px;
}
.select2-container--default.select2-container--focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #66afe9;
}
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #66afe9;
}
.has-error .select2-container [tabindex], .has-error .select2-container [tabindex] {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


[data-side]>img{
    display: none;
}
legend{
    margin-bottom: 10px;
    margin-top: 20px;
}

/*###### HELPERS ######*/
.bold {
    font-weight: bold;
}
.border-rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*###### HELPERS ######*/

/*###### COLOR PICKER ######*/
.color-picker-parent-preview {
    padding: 4px !important;
    cursor: pointer;
}
.color-picker-preview {
    background-color: #fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
}
.color-circle-preview {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
}
.color-circle-preview-parent {
    display: inline-block;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
}
/*###### COLOR PICKER ######*/

/*###### MARGIN PARA BUTTONS ######*/
.margin-right-xs {
    margin-right: 1%;
}
.margin-right-sm {
    margin-right: 2%;
}
.margin-right-lg {
    margin-right: 3%;
}
.margin-left-xs {
    margin-left: 1%;
}
.margin-left-sm {
    margin-left: 2%;
}
.margin-left-lg {
    margin-left: 3%;
}
/*###### MARGIN PARA BUTTONS ######*/
[data-acesso] {
    display: none;
}
.btn .glyphicons {
    font-size: 9pt;
    top: 1px;
}
.no-scroll-bar{
    overflow: hidden;
}
.manual h1,
.manual h2,
.manual h3,
.manual h4,
.manual h5
{
    color:#31708f;
}

/**
*  Ajuste da barra de scroll no w2layout
*/
.w2ui-layout > div {
    /*Ajuste da barra de scroll no w2layout*/
    overflow: auto;
}
.w2ui-layout > div .w2ui-panel .w2ui-panel-content {
    background-color: inherit;
}
.btn-bar-active .btn{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

/* GRAFICOS */
.fusioncharts-caption tspan {
    color: green;
}
.grafico-sem-dados {
    background-color: #EFEFEF;
    padding: 5px;
}

.js-treegrid-ord-toggle{
    cursor: pointer;
}

.js-treegrid-ord-asc, .js-treegrid-ord-des {
    font-size: 10px;
    display:none;
}

.divisoria-menu{
    border-color: #6ea4d0; 
    margin-top: 0px; 
    margin-bottom: 40px; 
    border-width: 3px;            
}

.divisoria-menu-serasa{
    margin-top: 0px; 
    margin-bottom: 20px; 
    border-width: 3px;            
}


div.logo-toolbar.logo-brscan {
    /* background: url(../../../../public/img/brscan-logo1.png); */
    background-size: 92px 27px;
    background-repeat: no-repeat;
    width: 92px;
    height: 27px;
    margin-top: -3px;
    display: inline-block;
}
div.logo-menu {
    background: url();
    background-size: 200px 110px;
    background-repeat: no-repeat;
    margin-top: -60px;
    width: 200px;
    height: 100px;
    margin-bottom: 3px;
    display: inline-block;
}

.logo-brflow{
    position:absolute;
    font-size: 25px;
    margin-top: -23px
}

@media(max-width: 500px){
    .logo-brflow {
        margin-top: 30px;
        font-size: 18px;
        margin-left: -15px;
    }
    .divisoria-menu{ 
        margin-top: 0px; 
        margin-bottom: 20px; 
        border-width: 3px;            
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 3px 2px;
        margin-top: 26px;
    }
  
}

.logo-tela > img {
  margin-left: -15px;
  margin-top: -15px;
  height: 50px;
}

.titulo-tela{
    font-size: 18px;
    color:#888;
    position: relative;
    top: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);    
}

.w2ui-layout > div .w2ui-panel .w2ui-panel-content {
    background-color: inherit;
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*Now the CSS*/
* {margin: 0; padding: 0;}

.arvore-cruzamento ul {
	padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.arvore-cruzamento li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.arvore-cruzamento li::before, .arvore-cruzamento li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.arvore-cruzamento li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.arvore-cruzamento li:only-child::after, .arvore-cruzamento li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.arvore-cruzamento li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.arvore-cruzamento li:first-child::before, .arvore-cruzamento li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.arvore-cruzamento li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.arvore-cruzamento li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.arvore-cruzamento ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.arvore-cruzamento li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.arvore-cruzamento li a:hover, .arvore-cruzamento li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.arvore-cruzamento li a:hover+ul li::after, 
.arvore-cruzamento li a:hover+ul li::before, 
.arvore-cruzamento li a:hover+ul::before, 
.arvore-cruzamento li a:hover+ul ul::before{
	border-color:  #94a0b4;
}
.legenda-cruzamento{
    margin: 3px;
    padding:3px 3px 0;
    border-color:#ccc;
    border-style: solid;
    border-width: 1px;    
    border-radius: 0.25em;
}
.legenda-cruzamento-cor{
    display: inline-block;
    width: 15px;
    height: 15px;
}
.divisoria-menu{
    border-color:#1d4f91;
}
.text-black {
    color: #333333 !important;
    font-weight: bold; 
}

.btn-copy-alert {
    position: relative;
    right: 5px;
    bottom: 6px;
}

.btn-import-alert {
    position: relative;
    bottom: 6px;
}

.btn-delete-alert {
    position: relative;
    right: 2px;
    bottom: 6px;
}

.read-only {
    background-color: #eee;
    pointer-events:none;
}

@media (max-width: 660px) {
    .eventViewer {
        flex-direction: column !important;
    }
}

.divisor{
    width: 1px;
    height: 40px;
    background-color: #ccc;
    margin: 0 20px;
    margin-top: 7px;
}

.notification-container {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.notification-icon {
    font-size: 32px;
    cursor: pointer;
    color: rgb(29, 79, 145);
}

.notification-badge {
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    padding: 2px 6px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
}

.dropdown-notification {
    position: absolute;
    top: 40px;
    right: 0;
    width: 250px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: none;
}

.dropdown-notification ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.dropdown-notification ul li {
    padding: 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.dropdown-notification ul li:last-child {
    border-bottom: none;
}

.dropdown-notification ul li:hover {
    background: #f5f5f5;
}