html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.ui-widget {
    font-size: 1em;
}

.ui-dialog {
    z-index: 2000 !important;
}

.popover-size-auto {
    max-width: 100%;
}


.divider {
  	border-bottom: 1px solid silver;
  	font-weight: bold;
}


select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}


div.tab-pane {
    padding-top: 15px;
}
ul.nav-tabs {
    padding-left: 15px;
}
ul.nav-tabs > li > a {
    background-color: #e9e9e9;
}
ul.nav-tabs > li > a:hover {
    background-color: #dedede;
}


a.glyphicon {
    text-decoration: none;
}


div.colorFrame {
    min-width: 20px; 
    min-height: 20px; 
    display: inline-block;
    border: 1px solid black;
}


table.kv-grid-table > tbody > tr:hover {
    /*background-color: #eee;*/
    background-color: #e3e3e3;
}


.anexo-actions {
    margin-top: 10px;
}

.anexo-actions a {
    color: #337ab7;
}

.anexo-actions .subtitle {
    border: 1px solid #ddd;
    padding: 2px;
}

.ajaxLoading {
    padding: 2px 5px 2px 5px;
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 3000;
    color: white;
    font-style: italic;
    background: red;
    boder: 1px solid white;
}


.modal-backdrop {
    z-index: 1051 !important;
}

.modal {
    z-index: 1052 !important;
}

.select2-dropdown {
    z-index: 1052 !important;
}

/* cor de fundo de objetos desabilitados -início*/ 
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e3e3e3;
    opacity: 0.9;
}

.select2-container--krajee.select2-container--disabled .select2-selection, .select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
        background-color: #e3e3e3;
    opacity: 0.9;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background-color: #e3e3e3;
    opacity: 0.9;
}*/
/* cor de fundo de objetos desabilitados - fim*/
