body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.logo_navbar {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    margin-right: 20px;
    margin-top: 9px;
    /* if you want it vertically middle of the navbar. */
    margin-left: 7px;
}

.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#preloader-nome {
    position: absolute;
    display: flex;
    bottom: 10%;
    align-items: center;
}

#preloader-logo{
    margin:0px;
    margin-right: 15px;
}

i {
    color: #fff;
}

svg {
    fill: currentColor;
}

.retorno-sql {
    margin: auto 7px auto 7px;
    padding: 5px;
    height: 419px;
    width: auto;
    text-align: left;
    overflow-y: scroll;
    background: #000;
    border: 3px groove #ccc;
    color: #ccc;
    display: block;
    font-size: 10px;
}

.ck-editor__editable {
    min-height: 380px;
}

.icon-green {
    color: green;
}

.icon-red {
    color: red;
}

main {
    flex: 1 0 auto;
}

.blue.lighten-3 {
    background-color: #1c767d !important;
}

.main {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.main .col.s4 {
    margin-left: 0px;
}

.verification {
    font-size: 12px;
}

.container .verification {
    position: absolute;
    bottom: 13%;
    right: 2%;
    width: auto !important;
}

.container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}

.droplets {
    width: 100%;
    display: block
}

#login-page {
    width: 500px;
    margin-top: 40px;
    padding: 35px;
}

.actions select {
    display: inline;
}

form select {
    display: inline;
}

.submit-row a.deletelink {
    display: inline-block !important;
    height: auto !important;
}

#submitfieldset {
    margin-top: 25px;
    margin-left: 15px;
    height: 25px;
    width: 30px;
    padding: 0px;
    line-height: 3.4px;
}

#submitsearch {
    margin-left: 15px;
    height: 25px;
    width: 140px;
    padding: 0px;
    line-height: 3.4px;
}

h2 {
    background-color: #1c767d !important;
    color: #fff !important;
}

#add {
    border-radius: 50% !important;
    margin: 0px !important;
    padding: 0px !important;
}

#history {
    border-radius: 50% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.contLoader {
    text-align: center;
    padding-top: 5px;
    padding-left: calc(50% - 30px);
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



#changelist-form .results {
     overflow-x: revert !important;
  }
  [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: static;
    opacity: inherit;
    pointer-events: auto;
  }
  

#changelist table tbody tr.selected {
    /* background-color: #FFFFCC; */
    background-color: #1C767D26 !important;
  }

#changelist .actions.selected {
    background: none !important;

}