html {
    overflow-y:scroll;
}
body {
    padding-right: 0 !important;
}
.modal-open {
    padding-right: 0 !important;
}
.ui-datepicker {
    z-index: 9999!important;
}

.fade {
    transition: opacity 100ms linear!important;
}
iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.content-menu {
    padding: 5px;
}
.content-menu-item {
    padding: 2px;
    float: left;
}
.content-body {
    padding-top: 7px;
}
.content-item {
    margin-bottom: 10px;
}

#login-form-logo {
    height: 180px;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-image: url("/inbox/images/logo.png");
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

/* Split.js */
.split {
    display: flex;
    flex-direction: row;
}
.gutter {
    background-color: #5a5c63;
    background-repeat: no-repeat;
    background-position: 50%;
}
.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}
/* END Split.js */

.header-icons {
    position: absolute;
    right: 15px;
    top:13px;
}

.content-title {
    background-color: #3682a5!important;
    border-color: #3682a5!important;
    color: #fff!important;
}
.panel-mark {
    border-top: 4px solid #3682a5!important;
}
.panel-mark-green {
    border-top: 4px solid #46a537 !important;
}
.panel-mark-brown {
    border-top: 4px solid #A1887F !important;
}


#network-status {
    position:fixed;
    top:0;
    width: 100%;
    z-index: 5000;
    background-color: #E57373;
    border-color: #E57373;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 11px!important;
    display: none;
}

.error-full {
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    z-index: 1100;
    background: #fff;
}
.error-full .error-full-msg {
    position: absolute;
    top: 200px;
    color: #000;
    opacity: 0.9;
    width: 100%;
    text-align: center;
}
.error-full-msg p{
    color: #9c1f1f;
}
.preloader-full {
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
}
.preloader-full .preloader-full-msg {
    position: absolute;
    top: 200px;
    color: #000;
    opacity: 0.9;
    width: 100%;
    text-align: center;
}
.sucesso-full {
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    z-index: 1100;
    background: #fff;
}
.sucesso-full .sucesso-full-msg {
    position: absolute;
    top: 200px;
    color: #000;
    opacity: 0.9;
    width: 100%;
    text-align: center;
}

.content-loader {
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    z-index: 200;
}
.content-loader .content-loader-msg {
    position: relative;
    color: #999;
    opacity: 0.9;
    width: 100%;
    text-align: center;
}

.viewer-loader {
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    opacity: 0.8;
    background-color: #f5f5f5;
    z-index: 200;
}
.viewer-loader .viewer-loader-msg {
    position: relative;
    color: #999;
    opacity: 0.9;
    width: 100%;
    text-align: center;
}

.login-loader {
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    opacity: 0.8;
    background-color: #f5f5f5;
    z-index: 200;
}
.login-loader .login-loader-msg {
    position: relative;
    color: #999;
    top: calc(50% - 80px);
    width: 100%;
    text-align: center;
}


.bpp-properties-header {
    text-align: center;
}
.bpp-properties-header > .label {
    color:#333333!important;
    text-transform: none;
}
#bpmn-js-properties {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: auto;
}
#bpmn-js-modeler {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: auto;
}
.bpmn-editor {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    overflow: hidden;
}
.bpmn-editor > .editor-container {
    flex: 1;
    position: relative;
    min-height: 600px;
    max-height: 600px;
    outline: none;
}
.bpmn-editor > .properties {
    flex: initial;
    display: flex;
    flex-direction: row;
    position: relative;
    outline: none;
    background: #f8f8f8;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.bpmn-editor > .properties .properties-container {
    flex: 1;
    position: relative;
    min-height: 600px;
    max-height: 600px;
    width: 400px;
    overflow-y: auto;
}
.bpmn-editor > .properties .toggle {
    position: absolute;
    left: -35px;
    top: 163px;
    background: #f8f8f8;
    padding: 7px 10px;
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 13px;
    border: solid 1px #CCC;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    transform-origin: top left;
    z-index: 10;
    cursor: pointer;
}
.bpmn-editor > .config {
    position: absolute;
    left: 123px;
    top: 23px;
    z-index: 11;
}

.bpmn-viewer > .config {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}
.header-servico-logo {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.header-servico-nome {
    font-size: 15px;
    padding-top: 5px;
    float: left;
}

.box-panel-title {
    color: #9e9e9e;
    font-size: 15px;
    font-weight: bold;
}

.box-panel-info {
    color: #9e9e9e;
    font-size: 12px;
    font-weight: bold;
}

.box-servico {
    position: relative;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    width: 250px;
    box-shadow: 0 3px 8px -3px rgba(92, 92, 92, 0.31);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    z-index: 50;
}
@media (max-width: 768px) {
    .box-servico {
        position: relative!important;
    }
}
.box-servico:hover{
    box-shadow: 0 10px 13px -3px rgba(92, 92, 92, 0.31);
}

.box-servico .box-header {
    text-align: left;
    padding: 10px;
    height: 90px;
    border-bottom: 1px solid #d8d8d8;
    background-color: rgba(54, 130, 165, 0.1);
    cursor:pointer;
}

.box-servico .box-info {
    text-align: left;
    padding: 10px;
    height: 50px;
    border-bottom: 1px solid #d8d8d8;
}

.box-servico .box-action {
    width: 100%;
    padding: 10px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}
.box-servico .box-action .btn-default{
    background-color: #e2e2e2;
    border-color: #fff;
}

.box-servico .box-loading {
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 247px;
    height: 160px;
    background-color: #fff;
    opacity: 0.8;
    cursor: auto!important;
}

.box-servico .box-loading .box-loading-img {
    text-align: center;
    width: 100%;
    position: relative;
}

.drop-container {
    height: 400px;
    width: 100%;
    background-color: #ddd;
}
.drop-silhouette {
    color: white;
    border: white dashed 3px;
    height: 100%;
    width: 100%;
    background-image: url('./../images/drop.png');
    background-repeat: no-repeat;
    background-position: center;
}

.bjsl-button {
    height: 20px!important;
}

.join-title-color .tabulator-col-title {
    color: #0a68b4;
}


.dropzone-div {
    border: 2px dashed #ccc;
    height: 200px;
    text-align: center;
    line-height: 200px;
    position: relative;
}
.dropzone-div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-size: 1.5em;
    color: #6c757d;
}
.dropzone-highlight {
    border: 2px dashed #666;
    background-color: #f8f8f8;
    color: #333;
}
