body {
    color: #333;
    background-color: #FFF;
}

.kt-header__brand {
    background-color: #FFF;
}

.header_logado {
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 10px;
    font-style: italic;
    font-size: 0.8em;
}

.gridHeaderColumn {
    font-weight: bold;
}

.maxH50 {
    max-height: 50px;
}

.maxH100 {
    max-height: 100px;
}

.maxW200 {
    max-width: 200px;
}

.maxW400 {
    max-width: 400px;
}

.maxW47 {
    max-width: 47px;
}

.maxW780 {
    max-width: 780px;
}

.maxW47 {
    max-width: 47px;
}

.maxW100 {
    max-width: 100px;
}
.maxW70 {
    max-width: 70px;
}

.h25 {
    height: 25px;
    font-size: 1.7rem;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: rgba(0, 0, 0, .3);
    text-align: center;
}

.letraVermelha {
    color: #ff5046 !important;
}

.letrabranca, .letrabranca a {
    color: white;
}

.letrapadrao, .letrapadrao a {
    color: black;
}

.letradmn{
    color: #00b1c1;
}

.negrito {
    font-weight: bold;
}

.titulo {
    font-size: 14px;
    font-weight: bold;
}

.tituloVermelho {
    font-size: 18px;
    color: #13525E;
}

.alertaVermelho {
    color: #990000;
    font-weight: bold;
    font-size: 13px;
}

.gridHeader {
    background-color: #DDDDDD;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: solid 2px #CACACA;
    border-top: solid 2px #CACACA;
    font-weight: bold;
}

.gridBody {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: solid 2px #CACACA;
}

.gridFirst {
    font-weight: bold;
}

.odd {
    background-color: #FFFFFF;
}

.even {
    background-color: #FFFFFF;
}

.pcinco {
    padding: 5px;
}

.lr8{
    margin-left: 8px;
    margin-right: 8px;
}

.lcinco {
    margin-left: 5px;
}
.lquinze {
    margin-left: 15px;
}

.bcinco {
    margin-bottom: 5px;
}

.bquinze {
    margin-bottom: 15px;
}

.mzero {
    margin: 0;
}

.pzero {
    padding: 0;
}

.boxDesc {
    height: 100%;
    background-color: #DDDDDD;
    border: 1px solid #777777;
    border-bottom: none;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #333333;
    -webkit-box-shadow: 5px 5px 10px #333333;
    -moz-box-shadow: 5px 5px 10px #333333;
    color: black;
    padding: 3em;
}

.fundoVitrine {
    background-color: #22b9ff;
    border-color: #23c2d2;
    min-height: 40px;
}

.ovf{
    overflow-y: scroll;
}



.fundoVitrine img {
    cursor: hand;
    cursor: pointer;
}

.fundoVitrine a {
    color: inherit !important;
}

.letraVermelha {
    color: #ff5046 !important;
}

.hand {
    cursor: hand;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

#calendarDiv {
    border-radius: 10px;
    padding-bottom: 30px;
}

#calendarDiv .topBar {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 24px;
    padding: 5px;
}

#calendarDiv .todaysDate {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 24px;
    padding: 5px;
}

.cursor_default {
    cursor: default;
}

.readonly {
    background-color: #f7f8fa !important;
}

/* Cor Cinza do template
.table {
    color: #595d6e;
}
*/

.texto_hidden {
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -99999px;
    color: rgba(255, 255, 255, 0.01);
    display: none !important;
}
.bd-example-modal-lg .modal-dialog {
    display: table;
    position: absolute;
    margin: 0 auto;
    top: calc(50%);
    left: calc(50%);
}

.bd-example-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.progress {
    height: 15px;
    background-color: #CCCCCC;
    position: relative;
    border-radius: 10px;
}

.progress .progress-bar {
    position: absolute;
    height: 100%;
    background-color: #88b050;
}

.progress .p0 {
    animation: progress-animation 3s;
    animation-fill-mode: forwards;
}

.progress .p25 {
    animation: progress-animation-25 3s;
    animation-fill-mode: forwards;
}

.progress .p50 {
    animation: progress-animation-50 3s;
    animation-fill-mode: forwards;
}

.progress .p75 {
    animation: progress-animation-75 3s;
    animation-fill-mode: forwards;
}

.progress .p100 {
    animation: progress-animation-100 3s;
    animation-fill-mode: forwards;
}

.svgRed {
    fill: red !important;
    color: red !important;
}

@keyframes progress-animation-100 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes progress-animation-75 {
    0% {
        width: 0;
    }
    100% {
        width: 75%;
    }
}

@keyframes progress-animation-50 {
    0% {
        width: 0;
    }
    100% {
        width: 50%;
    }
}

@keyframes progress-animation-25 {
    0% {
        width: 0;
    }
    100% {
        width: 25%;
    }
}

@keyframes progress-animation {
    0% {
        width: 0;
    }
    100% {
        width: 0;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        text-align: right;
    }
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--dmn {
    background: rgba(0, 177, 193, 0.1);

}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--dmn {
    background: rgba(0, 177, 193, 0.1);
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--dmn {
    background: rgba(0, 177, 193, 0.1);
}

.kt-font-dmn {
    color: #00b1c1 !important;
}

.btn-label-dmn {
    background-color: rgba(0, 177, 193, 0.1);
    color: #00b1c1;
    cursor: text !important;
}

.btn-label-hand {
    background-color: rgba(0, 177, 193, 0.1);
    color: #00b1c1;
    cursor: hand !important;
}

label.btn.btn-label-dmn,
a.btn.btn-label-dmn,
button.btn.btn-label-dmn,
input.btn.btn-label-dmn {
    cursor: pointer !important;
}

label.btn.btn-label-dmn:focus, label.btn.btn-label-dmn:hover, label.btn.btn-label-dmn.active,
a.btn.btn-label-dmn:focus,
a.btn.btn-label-dmn:hover,
a.btn.btn-label-dmn.active,
button.btn.btn-label-dmn:focus,
button.btn.btn-label-dmn:hover,
button.btn.btn-label-dmn.active,
input.btn.btn-label-dmn:focus,
input.btn.btn-label-dmn:hover,
input.btn.btn-label-dmn.active {
    background-color: #00b1c1;
    color: #ffffff !important;
}

.btn-dmn {
    color: #fff;
    background-color: #00b1c1;
    border-color: #00b1c1;
    color: #ffffff;
}

.btn-dmn:hover {
    color: #fff;
    background-color: #0093a3;
    border-color: #008c9c;
}

.btn-dmn:focus, .btn-dmn.focus {
    color: #fff;
    background-color: #0093a3;
    border-color: #008c9c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 177, 193, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 177, 193, 0.5);
}

.btn-dmn.disabled, .btn-dmn:disabled {
    color: #fff;
    background-color: #00b1c1;
    border-color: #00b1c1;
}

.btn-dmn:not(:disabled):not(.disabled):active, .btn-dmn:not(:disabled):not(.disabled).active,
.show > .btn-dmn.dropdown-toggle {
    color: #fff;
    background-color: #008c9c;
    border-color: #00899c;
}

.btn-dmn:not(:disabled):not(.disabled):active:focus, .btn-dmn:not(:disabled):not(.disabled).active:focus,
.show > .btn-dmn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 177, 193, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 177, 193, 0.5);
}

.btn-dmn + .btn.dropdown-toggle {
    position: relative;
}

.btn-dmn + .btn.dropdown-toggle:before {
    display: block;
    content: ' ';
    border-left: 1px solid #ffffff;
    position: absolute;
    top: 3px;
    left: -1px;
    bottom: 3px;
    opacity: 0.3;
}

.btn-dmn + .btn.dropdown-toggle:hover:before, .btn-dmn + .btn.dropdown-toggle:focus:before, .btn-dmn + .btn.dropdown-toggle.active:before {
    display: none;
}

.bg-dmn{
    background-color: #00b1c1;
}

.sombra-dmn{
    -webkit-box-shadow: -10px 10px 10px #00b1c155;
		-moz-box-shadow:    -10px 10px 10px #00b1c155;
		box-shadow:         7px 7px 4px #00b1c155;
}
.sombra-secondary{
    -webkit-box-shadow: -10px 10px 10px #e1e1ef94;
		-moz-box-shadow:    -10px 10px 10px #e1e1ef94;
		box-shadow:         7px 7px 4px #e1e1ef94;
}
.sombra{
    -webkit-box-shadow: -10px 10px 10px #00000055;
		-moz-box-shadow:    -10px 10px 10px #00000055;
		box-shadow:         7px 7px 4px #00000055;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper .kt-header__topbar-icon {
    background-color: #00b1c1;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.formLabel{
    font-weight: 500;
}

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td{
    vertical-align: top;
}

.form-demaria{
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;   
}

.iframeVid {
    height: 180px;
}

.facebook {
        cursor: hand;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        align-self: center;
        margin-right: 20px;
    }

@media (min-width: 576px) {
    .iframeVid {
        height: 200px;
    }
}

@media (min-width: 1024px) {
    .iframeVid {
        height: 400px;
    }
}

@media (min-width: 1399px) {
    .iframeVid {
        height: 480px;
    }
}

@media (max-width: 1024px) {
    .modal-m0 {
        margin-top: 0 !important;
    }
    .maxW200{
        max-width: 100px;
    }
}
.tr-link {
    font-size: 1.1em !important;
    font-weight: bold !important;
}
.tr-link:hover{
    color: #3699FF;
    cursor: pointer;
    background-color: #eeeeee;
}