h1
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #78171F;
}

h2
{
    font-family: 'madelon_scriptregular';
    font-size: 86px;
    color: rgb(219,174,22);
}

.loading-page
{
	display: none;
	position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
	background-image: url(/site/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 5%;
	z-index: 99999;
}

.alert-grey
{
    color: #666;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

#datepicker
{
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    padding: 10px;
}

#datepicker select
{
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    padding: 8px;
    background-color: #fff;
}

#datepicker .ui-datepicker-calendar
{
    border: none;
    box-shadow: none;
}

#datepicker .ui-widget.ui-widget-content
{
    width: 100%;
}

#datepicker .ui-datepicker .ui-datepicker-prev, #datepicker .ui-datepicker .ui-datepicker-next
{
    top: 12px;
}

#datepicker .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
    border: 1px solid #78171F;
    background: #78171F;
    font-weight: bold;
    color: #fff;
}

.ui-widget.ui-widget-content
{
    border: 1px solid #FFF;
    font-size: small;
    margin-top: 6px;
}

.ui-widget-header
{
    border: none;
    background: transparent;
}

.alertify .ajs-modal
{
    z-index: 99999999999;
}

.alertify .ajs-body
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.section-topo
{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border-top: 5px solid #78171F;
}

.section-topo img
{
    height: 50px;
}
.section-topo .btn-outline-light
{
    background-color: #78171F !important;
    color: #FFF !important;
    border-radius: 6px !important;
    box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.7);
    padding: 10px 20px;
    font-size: 14px;
}

.section-corpo
{
    padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    line-height: 30px;
}

.section-corpo .fvss-form-linha
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}

.section-corpo .fvss-form-elemento
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.fvss-form-elemento + .fvss-form-elemento
{
    margin-left: 10px;
}

.section-corpo .fvss-label
{
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.section-corpo .fvss-input, .section-corpo .fvss-textarea, .section-corpo .fvss-select
{
    display: block;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    background-color: #fff;
}

.section-corpo .login-extras
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 1rem 0;
    font-size: 13px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-corpo .btn-outline-light, .section-conta .btn-outline-light
{
    background-color: #78171F !important;
    color: #FFF !important;
    border-radius: 6px !important;
    box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.7);
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
}

.section-conta
{
    padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    line-height: 30px;
}

.section-conta .img-perfil
{
    width: 138px;
    height: 138px;
    display: inline-block;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 56px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-conta .bloco
{
    background-color: rgb(255, 255, 255);
    margin: 0px auto 0px 20px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 14px;
}

.section-conta .link-remover
{
    background: none;
    border: none;
    cursor: pointer;
}

.section-conta .bloco a
{
    text-decoration: none;
}

.section-conta .bloco .button, .section-conta .bloco .link, .section-conta .bloco .buttonActionList
{
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 24px !important;
}

.section-conta .bloco .button > p, .section-conta .bloco .link > p, .section-conta .bloco .buttonActionList > p, .section-conta .bloco > div > p
{
    margin: 0px;
    color: rgb(0, 0, 0);
    line-height: 24px;
}

.section-conta .bloco > hr
{
    margin: 0px;
    height: 1px;
    background-color: rgb(230, 230, 230);
    border: medium none;
    width: 88%;
    align-self: center;
}

.section-conta .fvss-input, .section-conta .fvss-textarea, .section-conta .fvss-select
{
    display: block;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    background-color: #fff;
}

.section-conta .fvss-form-linha
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}

.section-conta .fvss-form-elemento
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.section-conta .fvss-label
{
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.section-conta .tRegistros
{
    border-collapse: separate !important;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;

    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}
  
.section-conta .tRegistros tr
{
    border: 1px solid #ddd;
    padding: .35em;
}
  
.section-conta .tRegistros th, .tRegistros td
{
    padding: .625em;
    text-align: center;
}
  
.section-conta .tRegistros th
{
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.section-conta .areaEspaco, .section-conta .areaTurma, .section-conta .bloco-turma
{
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    padding: 20px;
}

.section-rodape
{
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333;
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 768px)
{
}

@media screen and (max-width: 576px)
{
    .section-topo img
    {
        height: 40px;
    }

    .section-conta .tRegistros
    {
        border: 0;
    }

    .section-conta .tRegistros thead
    {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .section-conta .tRegistros tr
    {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .section-conta .tRegistros td
    {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .section-conta .tRegistros td::before
    {
        /*
        * aria-label has no advantage, it won't be read inside a .tRegistros
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .section-conta .tRegistros td:last-child
    {
        border-bottom: 0;
    }
}