﻿body {
    zoom: 80%;
}

#sidebar {
    min-height: 100%;
}

.datatable-bodycontainer {
    width: 100%;
    margin: 0;
    overflow-y: auto;
}

.datatable-table-scrollable {
    margin: 0;
    padding: 0;
}


.col-centered {
    float: none;
    margin: 0 auto;
}


div.xh {
    padding-left: 2px;
    width: 10px;
    display: inline;
}


    div.xh > input[type="checkbox"]:checked + label:after {
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        content: "\e025";
    }


.version {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    text-align: right;
    width: 100%;
}

.linhaOculta {
    display: none !important;
}


.list-group-item.destaque {
    z-index: 1;
    border-color: #b1cd98;
    border-width: 2px;
}


.form-dtm {
    padding-top: 22px !important;
}

.check-dtm {
    padding-top: 15px !important;
}

.btn-float {
    z-index: 1;
}


#editorFrame.fullscreen {
    position: fixed;
    top: 100px;
    left: 120px;
    right: 10px;
    z-index: 2;
    padding: 5px;
    background-color: white;
    width: 92% !important;
}


.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-left: 10px;
}
