body {
    padding: 5px;
}

a {
    color: #00B7FF;
}

.titulo_pagina {
    margin-top: 10px;
}

.auditTrail {
    width: 100%;
    height: inherit;
    overflow: scroll;
}

.auditTrail .auditLabel {
    font-weight: bold;
}

.auditTrail .alteracao {
    border-bottom: solid red 1px;
}

.auditTrail .objetoModificado {
    margin-left: 15px;
}

.auditTrail .valorModificado {
    margin-left: 30px;
}

.auditTrail .referenciaModificada {
    margin-left: 30px;
}

.auditTrail .novoObjeto {
    margin-left: 30px;
}

.auditTrail .novoObjeto .auditLabel {
    color: blue;
}

.auditTrail .objetoExcluido {
    margin-left: 30px;
}

.auditTrail .objetoExcluido .auditLabel {
    color: red;
}

.auditTrail .mapModificado {
    margin-left: 30px;
}

.auditTrail .arrayModificado {
    margin-left: 30px;
}

.auditTrail .listaModificada {
    margin-left: 30px;
}

.auditTrail .setModificado {
    margin-left: 30px;
}

html,
body {
    padding: 0;
    margin: 0;
}


.delete-field {
    text-align: center;
    width: 100%;
}

/* NAV BAR */

/*nav.navbar.navbar-default {*/

/*border-radius: ;*/

/*}*/

/* NOTIFICATIONS */

ul.dropdown-menu li.list {
    /* padding: 0 30px; */
    overflow: hidden;
    max-height: 300px;
    height: 300px;
}

ul.dropdown-menu.notifications {
    width: 365px;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 23px;
    font-size: 14px;
    padding-bottom: 0px;
    border: 0px solid transparent;
    box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    -webkit-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    -o-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    -ms-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    margin-top: -1px;
    padding-top: 0px;
}

ul.dropdown-menu .total {
    padding: 0px 30px 0px 30px;
}

ul.dropdown-menu .total span {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #eaeaea;
    display: block;
}

ul.dropdown-menu li {
    position: relative;
}

.navbar-right ul.notifications li.total {
    padding: 0 20px;
}

.navbar-right ul.notifications li {
    position: relative;
    padding: 8px 0px 0px 0px;
}

ul.notifications li li {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.list-unstyled {
    padding: 0 20px;
    list-style: none;
    overflow: auto;
    height: 300px;
}

ul.dropdown-menu li a {
    text-decoration: none;
    color: #717171;
    outline: none;
    display: block;
}

.dropdown-menu-list li a:hover,
.dropdown-menu li a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

ul.dropdown-menu .available .notice-icon i {
    background-color: #4CAF50;
}

ul.dropdown-menu .notice-icon {
    float: left;
    width: 14%;
}

ul.dropdown-menu .notice-icon i {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    color: #ffffff;
    margin-top: 5px;
}

ul.notifications li .notice-text {
    float: right;
    width: 85%;
    padding-right: 15px;
    box-sizing: border-box;
}

ul.dropdown-menu li.unread .name {
    color: #717171;
}

ul.dropdown-menu.notifications li .name .time {
    display: block;
    position: relative;
    text-align: right;
}

ul.dropdown-menu.notifications li .name .time i.fa {
    padding: 0 5px;
}

ul.dropdown-menu li.unread .name .time {
    color: #aaaaaa;
    padding: .5rem 0;
}

ul.dropdown-menu li#badgeMore {
    text-align: center;
}

.footer-notifications {
    font-size: 85%;
    padding: 10px 36px;
    text-align: right;
}

li.footer-notifications a:hover {
    background: transparent !important;
}

ul.dropdown-menu li i.context-menu {
    position: absolute;
    right: 5px;
    top: 2rem;
    color: #717171;
    background: #00B7FF;
}

.context-menu-notification {
    position: absolute;
    right: 0;
    color: #717171;
    opacity: 0;
}

.context-menu-notification i {
    cursor: pointer;
    padding: 0.5rem 0.8rem;
}

.context-menu-notification:hover {
    color: #333;
    /* background: #e1e1e1; */
}

.navbar-right ul.notifications li:hover>.context-menu-notification {
    opacity: 1;
}

.container-ctx-menu {
    display: none;
    background: #fff;
    position: relative;
}

ul.ctx-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -20px;
    left: -160px;
    width: 150px;
    background: #fff;
    box-shadow: 1px 1px 11px 1px #ccc;
}

ul.ctx-menu li{
    padding: 5px !important;
    cursor: pointer;
}

/* MENU USER */

ul.menu-user li a i.fa {
    padding: 0 15px 0 10px;
}

/* FORMS  */

.k-textbox {
    width: 100%;
}

.k-datetimepicker,
.k-datepicker,
.k-combobox,
.k-dropdown {
    width: 100%;
}

.form-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

#footerMsg {
    margin-top: 0.6em;
    margin-right: 5px;
    float: left;
    font-weight: bold;
}

textarea.form-control {
    overflow: hidden;
}

label {
    margin-bottom: 0;
}

.assumir-tarefa:not(.k-state-active) {
    color: white;
    background: green;
}

.assumir-tarefa:hover {
    color: white;
    background: darkgreen;
}

.assumir-tarefa.k-state-active {
    color: white;
    background-color: darkgreen !important;
}

.log-aviso {
    color: blue;
}

.k-state-selected td .log-aviso {
    color: white;
}

.log-erro {
    color: red;
}

.k-state-selected td .log-erro {
    color: white;
}

#menuEdit.k-toolbar {
    display: block;
}

#menuEdit>[class*="claim-task"] {
    float: right;
    /*position: absolute;*/
    /*right: 0.5em;*/
}

.wf-task-tab-text {
    color: white !important;
    text-transform: uppercase;
}

.wf-task-tab:not(.k-state-active) {
    background-color: lightgreen !important;
}

.wf-task-tab.k-state-active {
    background-color: green !important;
}

.badge-artefact {
    background-color: red;
}

.cge-separador {
    margin-top: 10px;
    border-top: solid 2px;
    margin-bottom: 10px;
    border-top-color: forestgreen;
}

.k-tabstrip .form-group {
    margin-left: 0;
    margin-right: 0;
}

.bpmn-calendar-empty {}

.bpmn-calendar-ontime, .bpmn-calendar-ontime:hover, .bpmn-calendar-ontime:visited {
    background-color: green !important;
    color: white !important;
}

.bpmn-calendar-followup, .bpmn-calendar-followup:hover, .bpmn-calendar-followup:visited {
    background-color: yellow !important;
    color: black !important;
}

.bpmn-calendar-duedate, .bpmn-calendar-duedate:hover, .bpmn-calendar-duedate:visited {
    background-color: red !important;
    color: white !important;
}

.bpmn-tarefa-massiva-empty {}

.bpmn-tarefa-massiva-selected {
    background-color: red !important;
    color: white !important;
}

/* Configurção de Tooltip */

.k-tooltip {
    border-color: #bdbdbd;
}

.k-widget.k-tooltip {
    background: #e1e1e1;
    box-shadow: 1px 1px 1px 1px #ccc;
    padding: 10px;
    margin-top: 5px;
}

.k-widget.k-tooltip:not(.helper-wrapper) {
    max-width: 300px;
}

.k-tooltip-content {
    background: #e1e1e1;
    color: #000;
    padding: 0.1em;
    line-height: 2rem;
}

.k-callout.k-callout-n {
    border-bottom-color: #e1e1e1;
}

.k-tooltip-button {
    color: #000;
}

/* FULL SCREEN */

.full {
    background: #fff;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    padding: 5px;
    border-radius: 5px;
    z-index: 99999;
}

.full:hover {
    background: #e1e1e1;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

/* RESIZE */

#js-properties-panel.ui-resizable {
    border-left-width: 2px;
}

.show-hide-menu {
    background: #fff;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    padding: 5px;
    border-radius: 5px;
    z-index: 99999;
}

.show-hide-menu:hover {
    background: #e1e1e1;
    box-shadow: 1px 1px 1px 1px #ccc;
}

/*---------- HELP CONTEXTUAL ----------*/

/* Usado nos botões de ajuda */
div.divHelpOn
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size:12px;
    visibility:visible;
    color: #666;
    padding:10px;
    text-align:justify;
    left: 0px;
    top: 0px;
}
.divHelpOn h1{
    font-size:12px;
    color: #7099A9;
    font-weight: bold;
    text-decoration:underline;
}
.divHelpOn li{
    list-style-type: square;
    font-weight: bold;
    margin-top: 8px;
}
.divHelpOn p{
    margin-top: 8px;
}

div.divHelpOff
{
    visibility:hidden;
}

.help{
    cursor:help;
}

#content ul.lista li, #content_adm ul.lista li {
    list-style: disc;
    margin: 10px 0 0 50px;
}

/** BREADCRUMB **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
    padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
    border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
    border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
    border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
    border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
    border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
    border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
    border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
    border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
    border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
    border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
    border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
    border-left: 10px solid #269abc;
}

/** Notifications */
.k-notification-wrap {
    white-space: normal;
}

.invalid-field {
    outline-width: 1px;
    outline-style: dashed;
    outline-offset: 2px;
    outline-color: red;
}

/** avisos */
.alert {
    margin-bottom: 5px;
}

div#msg {
    overflow: scroll;
}

.msg-time {
    text-align: right;
}

.warning-icon-info {
    color: #00a2eb;
}

.warning-icon-danger {
    color: red;
}

.control-label-left {
    margin-top: 0.5em;
    text-align: left;
}

.k-pager-sizes .k-dropdown {
    width: 100px;
}

.tarefa-already-done {
    color: #5cb85c;
}

/** diferenciar weekend nos calendários **/

.k-calendar .k-weekend:not(.k-state-selected):not(.k-other-month) .k-link
{
    color: #00a2eb;
}

.k-calendar .k-weekend.k-state-selected:not(.k-other-month)
{
    color: white;
}

.k-grid-tbClearFilter {
    opacity: 1 !important;
}

.k-grid-tbClearFilter:not([disabled]) {
    color: red;
}

.k-grid-tbClearFilter:hover:not([disabled]) {
    color: red;
}

/** cabeçalhos de grades **/
.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}

.k-grid:not(.k-timeline)  .k-grid-header  .k-header {
    white-space: normal;
}

.toolbar-list-title {
    font-weight: bold;
}

.k-tabstrip {
    background-color: #FFFFFF;
}

.k-tabstrip-items .k-tabstrip-item .k-link {
    color: #428bca;
}

.k-tabstrip-items {
    margin: auto;
}

.k-tabstrip-items .k-item.k-state-active .k-link {
    font-weight: bolder;
    color: black;
}

.k-tabstrip-items .k-item.k-active .k-link {
    font-weight: bolder;
    color: black;
}

.k-tabstrip-items-wrapper {
    width: 100%;
}

.k-tabstrip-content.row {
    margin-left: 0;
    margin-right: 0;
}

.nowrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#statusBar .gc-statusbar {
    height: 20px
}

.log-warning {
    color: orange !important;
}

.log-error {
    color: red !important;
}

.ms-icone {
    color: #ccc;

}

.ms-icone:hover{
    color: #333;

}

.ms-lista {
    list-style-type: none;
    margin-top: 0.5em;
}

.ms-auto-complete-delete-all-icon {
    position: absolute;
    top: 0.5em;
    margin-left: 0.25em;
}

.ms-auto-complete-copy-all-icon {
    position: absolute;
    top: 0.5em;
    margin-left: 1.25em;
}

.idSearch {
    height: inherit;
}