html, body {
    color: #766CA0;
    font-family: 'PTSansNarrow', sans-serif;
    height: 100vh;
    margin: 0;
    /* background-image: linear-gradient(#FFFFFF,#FFFFFF,#B1ABC6); */
    background-color: #fff;
    background-attachment: fixed;
}
@font-face {
    font-display: block;
    font-family: 'PTSansNarrow';
    src: url('../font/PTSansNarrow-Regular.ttf');
}
main{
    top: 60px;
    position: relative;
}

label {
    margin-bottom: 0;
}

a {
    color: #3C9233;
}

a:hover {
    text-decoration: none;
    color: #3C9233;
}

.bg-lilas4{background-color: #B1ABC6;color:white;}
.bg-lilas3{background-color: #716f7a;color:white;}
.bg-lilas2{background-color: #766CA0;color:white}
.bg-lilas1{background-color: #5C508E;color:white}
.bg-lilas0{background-color: #43357B;color:white}

.table {
    color: #5C508E;
}

.card{
    box-shadow:  1px 1px 4px #ccc;
}

.card-footer{
    padding: 2px;
}

.alert {
    box-shadow:  1px 1px 4px #ccc;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    transition-duration: 0.7s;
}

.form-check-input {
    margin: 2px;
    margin-top: 2px;
    display: block;
}
.form-check-label {
    margin: 20px 5px 0 5px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show .nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-toggler,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand {
    color: white;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: white;
    text-decoration: underline;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.links > a {
    color: #766CA0;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2rem;
    text-decoration: none;
    text-transform: uppercase;
}

.title {
    font-size: 84px;
    text-align: center;
}

.img-logo {
    width: 430px;
    height: 430px;
}

.m-b-md {
    padding: 30px 0;
    letter-spacing: .2rem;
}

footer {
    font-size: 11px;
    background: #766CA0;
    color: white;
    padding: 4px;
}

#find_ {
    margin-bottom: 10px;
}

.jc-title{
    color: #B29D3F;
    text-align: center;
    font-size: 24px;
    padding: 12px;
    padding-top: 0px;
}

.jc-card{
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;

}

.jc-card-item{
    border-radius: 5px;
    margin: 12px;
    display: inline-block;
    overflow: hidden;
    background: white;
    color: #555;
    width: 166px;
    /* box-shadow:  1px 1px 4px #ccc; */
    border: solid #ccc 1px;
    cursor: pointer;
    transition-duration: 1s;
}

.jc-card-item:hover{
    text-decoration: none;
    /* background-image: linear-gradient(#FFFFFF,#FFFFFF,#B1ABC6); */
    box-shadow:  0px 0px 14px #777;
    border: solid #aaa 1px;
    transition-duration: 0.7s;
}

.jc-card-cell{
    box-sizing: border-box;
    user-select: none;
}

.jc-card-top{
    border-radius: 5px;
    text-align: right;
    color: #B29D3F;
    font-size: 10pt;
}

.jc-card-mid{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 170px;
    width: 170px;
    white-space: normal;
    padding: 2px;
}

.jc-card-bottom{
    border-radius: 0 0 5px 5px;
}

.jc-card-img img{
    width:50px;
    height:50px;
    border-radius: 5px;
    opacity: 0.6;
}

.jc-card-img{
    position: absolute;
    float: left;
}

.jc-card-inner-img{
    border-radius: 5px;
    margin: 10px;
    width:100px;
    float:right;
    opacity: 0.7;
}

.jc-card-links {
    text-align: left;
    word-spacing: 10px;
}

.bloqueio{
    position: fixed !important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height:100%;
    opacity: 0.7;
    background: #766CA0;
    display:none;
    z-index:100;
    text-align: center;

}
.bloqueio-loading{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: 40%;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: 56px;
}

.jc-botoes {
    text-align: center;
    padding: 20px 0;
}

.jc-find {
    background: #766CA0;
    color: white;
}

.jc-table {
    background: white;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: initial;
    padding: 2px;
    border-radius: 5px;
    box-shadow:  1px 1px 4px #ccc;
    margin-bottom: 20px;
}

.jc-table-head, .jc-form-head {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    padding: 2px;
    background-color: #f8f9fa!important;
    box-sizing: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
}

.jc-table-footer{
    padding: 10px;
    background-color: #f8f9fa!important;
}

.jc-form {
    background: white;
    padding: 2px;
    border-radius: 5px;
    box-shadow:  1px 1px 4px #ccc;
    margin-bottom: 10px;
}

.jc-top {
    margin-right: 5px;
    opacity: 0.7;
}

.jc-top-a {
    position: fixed;
    bottom: 50px;
    right: 20px;
    float: right;
    opacity: 0.7;
    display: none;
    width: 20px;
}

.jc-table-top{
    width: 100%;
}

.jc-table-top tr td{
    width: 33.33%;
}

.jc-btn-top {
    height: 20px;
    font-size: 10pt;
    background: white;
    border: 0px solid;
    border-radius: 5px;
    color: #3C9233;
    opacity: 0.7;
}

.jc-btn-top:focus {
    outline: none;
}

.jc-tutor{
    border: 1px solid #eee;
    border-radius: 3px;
    /* color: #B29D3F; */
    /* color: #777; */
    font-size: 14pt;
    padding: 0 10px;
}

#tutor-btn{
    animation-name: tutor-font;
    animation-duration: 1s;
    animation-delay: 1s;
}
@keyframes tutor-font {
    0%  {color: #B29D3F;}
    50%  {color: white; font-weight: bold; font-size: 11pt;background: #B29D3F;}
    100% {color: #B29D3F;}
  }
/*
.jc-back-a {
    position: fixed;
    top: 60px;
    left: 5px;
    float: left;
    width: 30px;
}
 */

/* .jc-youtube-a {
    position: fixed;
    top: 60px;
    right: 5px;
    float: right;
    width: 40px;
}
 */

/* .jc-tutor-btn {
    position: fixed;
    top: 60px;
    width: 40px;
    text-align: center;
}
 */

.card{
    margin-bottom: 20px;
}
.card-header{
    padding: 2px;
}
.card-body{
    padding: 0;
}
.jc-td-label{
    font-weight: bold;
    padding: 10px;
}
.jc-td-content {
    padding: 10px;
    color: #B29D3F;
}
.jc-card-dot {
    float: left;
}
/**/

.jc-img-user {
    width: 20px;
    border-radius: 15px;
}
.jc-listfound {
    padding-bottom: 10px;
}
.jc-listitem {
    padding: 10px 10px 0 10px;
}

.div-img{
    float: right;
}

.image_area {
    width: 200px;
    height: 200px;
    margin: 0 auto 0 auto;
}

.jc-nota {
    font-size: 42px;
    text-align: center;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}



.jc-loged {
    text-align:right;
    margin-right:10px;
}
.jc-text p{
    padding: 0 10px;
    text-indent: 50px;
    text-align: justify;
}

.jc-print {
    width: 250mm;
    height:297mm;
}

.print-pre {
    padding: 20px;
    background: white;
    box-sizing: border-box;
    box-shadow:  1px 1px 4px #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}
.print{
    background:transparent !important;
    color:#000 !important;
    text-shadow:none !important;
    filter:none !important;
    -ms-filter:none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12pt;
    max-width: 250mm;
    margin-left: auto;
    margin-right: auto;
}

.print-logo {
    text-align: center;
}

.print-logo>img {
    width: 80px;
    height: 80px;
}

.print-head {
    text-align: center;
    font-size: 18pt;
    line-height: 1;
}

.print-title {
    padding: 40px 0;
    font-size: 18pt;
}

.print-parte {
    font-size: 10pt;
    color: gray;
}
.print-parte-title {
    font-size: 8pt;
    color: gray;
    text-align: right;
    padding-bottom: 20px;
    position: relative;
    top: -5px;
}

.print-link {
    text-align: right;
    word-spacing: 20px;
}

.print-tdlable {
    font-weight: bold;
    padding-right: 20px;;
}

.print-text>p {
    text-indent: 20mm;
    text-align: justify;
}
.print-text-center {
    text-align: center;
}

.print-text-left {
    text-align: left;
}

.print-text-right {
    text-align: right;
}

.print-tb-info {
    width: 100%;
    border-bottom: solid 1px gray;
    margin: 7px 0;
}
.print-tb-info>thead>tr>th {
    font-size: 10pt !important;
    text-align: center;
}
.print-tb-info>tbody>tr>td {
    border-top: solid 1px gray;
    text-align: center;
}

.print-table-lengenda {
    text-align: justify;
    font-size: 8pt;
}

.print-img {
    border-radius: 10px;
    width: 100px;
    opacity: 0.6;
}
.print-opts {
    text-align: right;
    word-spacing: 20px;
}

.print-opts a {
    color:blue !important;
}

.print-info {
    background: #ffeebb !important;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.print-info a {
    color: blue !important;
}
.print-oculto {
    display: none;
    font-size: 18pt;
}
.qr-code {
    width: 120px;
}

.table-lengenda {
    font-size: 14px;
}

.jc-calendario{
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;

}

.jc-calendario-item{
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
    background: white;
    color: #555;
    width: 320px;
    box-shadow:  1px 1px 4px #ccc;
    cursor: pointer;
}

#dia_atual {
    background: skyblue;
}

#dia_feriado {
    background: salmon;
}


@media only screen and (max-width: 600px) {
    .container {
        padding-left: 2px;
        padding-right: 2px;
    }
    .jc-container {
        padding: 0 5px;
    }
    .jc-form {
        padding: 6px;
    }
    .jc-card-item{
        margin: 1px;
    }
}

input[type="file"] {
    display: none;
}

.jc-file {
    padding: 20px 10px;
    width: 200px;
    background: #766CA0;
    color: #FFF;
    text-align: center;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.jc-jitsi{
    height: 600px;
    width: 100%;
    border-radius: 5px;
    box-shadow:  1px 1px 4px #ccc;
}

.jc-span-1{
    font-size: 8pt;
}

.jc-dica{
    font-size: 18pt;
    text-align: center;
    padding: 20px;
}

.pesquisar{
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.7;
}

.jc-area-teste{
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 14pt;
    background: pink;
    color: red;
}

