﻿.top-navigation .nav > li.active {
    background: none;
}

.marginRight {
    margin-right: 10px;
}

.marginTop {
    margin-top: 15px;
}

.marginTop2x {
    margin-top: 20px;
}

.marginTop4x {
    margin-top: 40px;
}

textarea.form-control {
    height: 120px;
}

.col-md-1_5 {
    width: 10%;
}

.col-md-2_5 {
    width: 23%;
}

@media screen and (max-width: 980px) {

    .nav.nav-tabs li {
        width: 100%;
    }

    .nav-tabs > li > a {
        padding: 5px;
    }

    .btnImportar {
        margin-top: 10px;
    }
}

table {
    width: 100% !important;
}

.marginBtn {
    margin: 22px 0 0 0;
}

.colorRed {
    color: red;
}

.selected {
    background-color: #fff093 !important;
}

.paddingBtnSearch {
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1200px;
    }
}

div.DTS div.dataTables_scrollBody {
    background: none !important;
}

.flyover .mask {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: black;
    z-index: 1049;
}

.loading-meio {
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 1050;
}

legend {
    margin-bottom: 10px;
    font-size: 18px;
}


.vertical-divider {
    border-right: 1px solid #ccc;
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

#icon_loading { /* ICON LOADING*/
    width: 100px;
    height: 100px;
    border-width: 20px;
    border-style: solid;
    border-radius: 80px;
    border-image: linear-gradient(to right, gray, #cccaca) 20;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, gray, #cccaca) border-box;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.7
}


div#icon_loading {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    /* Cor semi-transparente de fundo */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Coloque a camada acima de outros elementos */
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    /* Cor do spinner */
    border-top: 4px solid white;
    /* Cor da parte superior do spinner */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    /* Animação de rotação */
}


.light-background {
    background-color: #f4f4f47a;
    padding: 10px;
    border-radius: 5px;
    border: 1px #d4d4d41f solid;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #1ab394;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1ab394;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }

    


/** mudar a partir daqui **/

tr.odd ng-scope {
    height: 20px;
}



/*Daniel: grid*/
.dataTables_wrapper table.dataTable tbody tr {
    background-color: #adc3dd;
}

.dataTables_wrapper table.dataTable thead tr {
    background-color: white;
}




/*fim grid*/


.wrapper-content {
    background-color: #f7f7ff; /*daniel: atras da tab page*/
    padding: 20px 10px 40px;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 2.0; /*daniel*/
    padding: 8px;
    vertical-align: central;
    align-content: center;
    align-items: center;
}


.ibox-content {
    background-color: #e6e6f9; /*#ffffff daniel: dentro da tab page*/;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

