/*
    Created on : 07/03/2019, 10:53:49
    Author     : Marcos Paulo
*/

fieldset>legend>span {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

.removeMargin {
    margin: 0px 0px 0px 0px;
}

.selectDiv {
    margin-top: -10px;
    margin-bottom: 20px;
}

.large {
    width: 85%;
}

.medium {
    width: 75%;
}

.toast-erro {
    background-color: #e53935;
    color: white;
}

.toast-sucess {
    background-color: #03a572;
    color: white;
}

.toast-warning {
    background-color: #fff3cd;
    color: #856404;
}

.toast-alert {
    background-color: #ff6f39;
    color: white;
}

.padding-sm-top {
    padding-top: 5px !important;
}

.padding-sm-bottom {
    padding-bottom: 5px !important;
}

.padding-md-top {
    padding-top: 10px !important;
}

.padding-md-bottom {
    padding-bottom: 10px !important;
}

.padding-sm-sides {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-md-sides {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.margin-sm-sides {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-md-sides {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-sm-bottom {
    margin-bottom: 5px !important;
}

.margin-md-bottom {
    margin-bottom: 10px !important;
}

.margin-sm-top {
    margin-top: 5px !important;
}

.margin-md-top {
    margin-top: 10px !important;
}

.removeMarginBottom {
    margin-bottom: 0px !important;
}

.removeMarginTop {
    margin-top: 0px !important;
}

.removeMarginSides {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.removePaddingBottom {
    padding-bottom: 0px !important;
}

.removePaddingTop {
    padding-top: 0px !important;
}

.removePaddingSides {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Copy alert from bootstrap */

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/* overide MODAL materialize */

.modal {
    max-height: 98% !important;
}

/* overide TEXT BUTTON materialize */

.btn,
.btn-large,
.btn-small,
.btn-flat {
    text-transform: none !important;
}

/* overide chips */

.chip {
    padding: 0 6px !important;
    margin-right: 0px !important;
}

.btn-posts {
    background-color: #3498db;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    padding: 6px 20px
}

.btn-modal {
    width: 1.35em;
    height: 1.35em;
    text-align: center;
    border: none;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.btn-icon {
    width: 1.333em;
    height: 1.333em;
    cursor: pointer;
}

.btn-icon:hover {
    color: cadetblue;
    -webkit-transition: color 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: color 0.3s;
}

.btn-icon:active {
    color: lawngreen;
    -webkit-transition: color 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: color 0.3s;
}

input[type='file'] {
    display: none !important;
}

.label {
    background-color: #3498db;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    padding: 6px 20px
}

.label_button {
    font-size: small;
    font: caption;
    width: auto;
    position: absolute;
    left: 35px;
    top: 138px;
}

.img_crop {
    height: 150px;
    width: 150px;
    overflow: hidden;
    position: relative;
}

.img-100 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.materialboxed.active {
    transform: none
}

.chip.retangular {
    height: auto !important;
    line-height: initial !important;
    border-radius: 3px !important;
    margin-bottom: 0px !important;
}

.card.small {
    height: 320px !important;
}

.pagination li.active {
    background-color: #01579b !important;
}

.vl {
    border-left: 6px solid whitesmoke;
    border-radius: 2px;
    margin-top: 20px;
    height: 200px;
}

.input-field .posfix {
    float: right;
    margin-top: -40px;
}

.container.large {
    width: 95% !important;
    max-width: initial !important;
}

.sidenav{
    z-index: 999 !important;
}

/* .sidenav.lateral {
    position: inherit !important;
    width: 100% !important;
    left: 0 !important;
    top: initial;
    margin: initial !important;
    height: -moz-calc(100%) !important;
    padding-bottom: 5px !important;
    background-color: #fff !important;
    z-index: 999 !important;
    overflow-y: auto !important;
    will-change: transform !important;
    -webkit-backface-visibility: initial !important;
    backface-visibility: initial !important;
    -webkit-transform: none !important;
    transform: none !important;
} */

.dropdown-content.profile {
    top: 65px !important;
}

#c1 {
    justify-content: left;
    align-items: left;
    border-radius: 3px;
    position: absolute;
    background: #283593;
    color: white;
    top: 110px;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 40%;
    margin: 0;
    padding: 10px;
    text-align: left;
    z-index: 2;
}

.tabs .tab a {
    color: #1565c0;
    /*Black color to the text*/
}

.tabs .tab a:hover {
    background-color: #e3f2fd;
    color: #0d47a1;
    /*Text color on hover*/
}

.tabs .tab a.active {
    background-color: #e3f2fd !important;
    color: #0d47a1;
    /*Background and text color when a tab is active*/
}

.tabs .indicator {
    background-color: #0d47a1;
    /*Color of underline*/
}

table.highlight>tbody {
    padding: 8px 10px;
}

table.highlight>tbody>tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #f9f9f9;
}

table.highlight>tbody>tr>td {
    padding: 8px 10px;
}

table.highlight thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

table.highlight>tbody>tr:hover {
    background-color: #b3e5fc;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.paginationRow {
    margin-block-start: 1.3em;
    margin-block-end: 1em;
}

.select-form {
    margin-top: -8px !important;
}

.wrap-text-1 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wrap-text-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrap-text-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card .card-image img {
    max-height: 164.42px;
}

.fc-event-container {
    cursor: pointer;
}

.fc-button-primary {
    background-color: #005346 !important;
}

.pointer {
    cursor: pointer !important;
}

a.pointer{
    color: #007bff !important;
}

/* .main-loader {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    z-index: 99999;
} */

.tabs-icon {
    font-size: 10px;
    overflow: hidden;
}

.tabs-icon i {
    display: block;
    margin-top: 5px;
    margin-bottom: -15px;
    font-size: 24px;
}

.tabs-icon a.active {
    background-color: #F3F3F3;
}

/* OVERWRITE MATERIAL CSS MIN WIDTH FOR MOBILE */
.tabs .tab {
    min-width: 50px !important
}

.tabs .tab-hide {
    display: none;
}

.no-pd {
    padding: 0 !important
}

.justify{
    text-align: justify
}

.back-escurecido{
    color: grey,;
    opacity: 0.4;
}

.load{
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    z-index: 99999 !important;
}
.lds-dual-ring {
    opacity: 1;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid black;
    border-color: #00897b transparent #00897b transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lsd-message{
    position: relative;
    padding: .50rem .75rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #00897b ;
    color: white;
    border-color: #00897b transparent #00897b transparent;
}

form{
    margin-bottom: 0px !important;
}

div.form-group > label {
    margin-bottom: 0px !important;
}
