﻿input, button {
    border: none;
}

.aluno-item {
    padding: 5px 15px;
    font-size: 18px;
}

    .aluno-item.important {
        background-color: #ff0000;
        border-color: #ff0000;
    }

        .aluno-item.important .sem-alunos-title, .aluno-item.important .sem-alunos-text {
            color: #fff;
        }

        .aluno-item.important .sem-alunos-title {
            font-size: 22px;
        }

        .aluno-item.important .sem-alunos-text {
            font-size: 17px;
            margin-top: 9px;
        }

.block_100 {
    box-sizing: border-box;
    padding-top: 90px;
    /*padding-bottom: 110px;*/
    padding-bottom: 90px;
    /*padding-bottom: 20px;*/
    margin-top: 0;
    margin-bottom: 0;
    min-height: 100%;
    min-height: calc(100% - 240px);
}

#lista-compromissos {
    border: 1px solid #E1E1E6;
    border-radius:10px;
    padding: 10px;
}

#lista-compromissos table {
    width: 100%;
}

#lista-compromissos td {
    text-align: center;
    padding: 4px 0;
}

    #lista-compromissos tbody {
        overflow-y: auto;
        max-height: 100px;
    }

    #lista-compromissos tbody {
        display: block;
        max-height: 196px;
        overflow: auto;
    }

        #lista-compromissos thead, #lista-compromissos tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

    #lista-compromissos th {
        font-size: 14px;
    }

        #lista-compromissos td span {
            font-size: 13px;
        }

        #lista-compromissos .special-input {
            float: none !important;
            font-size: 14px;
            padding: 6px 12px;
            flex: 0 0 58px;
            width: 120px !important;
            height: 37px;
        }

.fieldlist {
    margin: 0 0 -1em;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.k-checkbox-label, .k-radio-label {
    padding-left: 22.8px;
}

.k-radio:checked + .k-radio-label:active:before, .k-radio:focus + .k-radio-label:before, .k-radio + .k-radio-label:active:before {
    box-shadow: none !important;
}

.fieldlist .item {
    padding-bottom: 1em;
}

.k-button.k-upload-button span {
    font-size: 13px;
}

.documento-estado-0, .livraria-estado-0, .fatura-estado-0 {
    color: grey;
}

.documento-estado-1, .fatura-estado-1 {
    color: #F09B0C;
}

.documento-estado-2, .livraria-estado-1, .fatura-estado-2 {
    color: #5fa121;
}

.documento-estado-3 {
    color: #D84442;
}

body, html {
    width: 100%;
}

    body * {
        -webkit-tap-highlight-color: transparent;
    }

.mr-3 {
    margin-right: 13px;
}

body, html, .floating-container .container.body-content {
    height: 100%;
    min-width: 320px;
}

.container.body-content {
    overflow: hidden;
}

    .container.body-content.floating {
        height: auto;
    }

.u, .e {
    z-index: -1;
}

.footer {
    display: none;
}

.footer-pc {
    z-index: 1;
    position: absolute;
    left: 160px;
    /*margin-top: -69px;*/
    margin-top: 15px;
}

.encarregado-container {
    height: 70px;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
}

.aluno-item, .manual-item, .history-item, .voucher-item {
    margin-top: 40px;
    padding: 25px 100px 25px 100px;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    background-color: #fff;
}

.manual-item {
    /*height: 198px;*/
    padding: 40px 45px;
}

.textalign-left {
    text-align: left;
}

.textalign-center {
    text-align: center;
}

.textalign-right {
    text-align: right;
}

.manuais-btn-container {
    margin-top: 30px;
    position: relative;
    display: block;
}

.col-container {
    position: relative;
    display: block;
}

.orange-btnn {
    padding: 10px 68px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: #F09B0C;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

    .orange-btnn.disabled, button.disabled, button.disabled:hover {
        background-color: #e0e0e0 !important;
        border-color: #e0e0e0 !important;
        color: #000 !important;
        cursor: default;
    }

        button.disabled, button.disabled:hover {
            color: #fff;
        }

    .orange-btnn:hover {
        color: #fff;
    }

    .orange-btnn.bigger {
        padding: 15px 68px;
    }

.green-btnn {
    padding: 10px 68px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: #5FA121;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

    .green-btnn.disabled {
        background-color: #e0e0e0;
        cursor: default;
    }

    .green-btnn:hover {
        color: #fff;
    }

    .green-btnn.bigger {
        padding: 15px 68px;
    }

.block-small-title {
    /*color: #b9b9b9;*/
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 18px;
    font-weight: 400;
}

.ano-letivo .block-small-title {
    color: #656363;
    margin-top: 5px;
}

.block-text {
    margin-top: 5px;
    color: #3E3E40;
    font-size: 13px;
}

    .block-text.bigger {
        font-size: 15px;
    }

.qrcode-area {
    /*float: left;*/
    width: 260px;
    flex: 0 0 260px;
    height: 100%;
    padding-top: 20px;
}

    .qrcode-area img {
        width: 158px;
        height: 158px;
        /*border: 1px solid #D9D9D9;*/
        padding: 19px;
    }

.manual-container {
    display: flex;
}

.manual-content {
    /*float: left;*/
    flex: 1 1 auto;
    height: 100%;
    margin-top: 17px;
}

    .manual-content .block-small-title:first-child {
        margin-top: 0;
    }

.ano-letivo {
    position: relative;
    display: block;
    text-align: center;
}

h2 #anolectivo {
    font-size: inherit;
    color: inherit;
}

#anolectivo {
    font-size: 30px;
    color: #3E3E40;
}

.user-name {
    /*margin-right: 40px;*/
    /*margin-left: 40px;*/
    text-transform: lowercase;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: center;
    width: 232px;
    display: block;
}

    .user-name.label-drop-down {
        cursor: pointer;
        position: relative;
    }

        .user-name.label-drop-down:hover {
            color: #000;
        }

.login-form, .registo-form-ee {
    width: 402px;
    display: inline-block;
}

.editar-livraria-form {
    width: 402px;
    display: inline-block;
}

    .login-form input, .registo-form-ee input, .editar-livraria-form input {
        width: 100%;
    }

.login-form .orange-btnn, .login-form .green-btnn {
    margin-top: 50px;
}

.floating-middle-block {
    padding: 25px 100px 25px 100px;
    border: 1px solid #eee;
    background-color: #fff;
    position: absolute;
    top: -190px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 600px;
    margin: auto;
    text-align: center;
    min-height: auto;
}

.label-field-title {
    color: #7D7D80;
    text-align: left;
}

.login-form .label-field-title {
    margin-bottom: 50px;
}

.label-field {
    color: #828283;
    text-align: left;
}

form.login-form input {
    width: 100%;
}


.login-form .form-header__title .title {
    text-align: left;
}

.form-card form label {
    display: block;
}

.form-header__title .title {
    font-size: 24px;
    white-space: nowrap;
    padding-top: 35px;
    color: #717173;
    text-align: left;
}

.mobile-menu-show {
    z-index: 1163 !important;
}

.left-col, .right-col {
    text-align: left;
}

.btn-container {
    margin-top: 60px;
}

.sem-manuais {
    left: 0;
    right: 0;
    margin: 80px auto 0;
    width: 625px;
    position: absolute;
    display: block;
    color: #88888A;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: -1;
}

.card {
    border: 1px solid #eee;
    background-color: #fff;
}

    .card.home {
        height: auto;
        padding-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px;
        width: 850px;
    }

.s-card {
    padding: 55px 65px 55px;
    border: 1px solid #eee;
    background-color: #fff;
    position: relative;
    height: auto;
    /*position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;*/
    /*height: 600px;*/
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 950px;
    max-width: 90%;
    box-sizing: border-box;
}

    .s-card.success {
        padding-top: 35px;
    }



.dropdown-menu .tab-item {
    color: #454547;
}

    .dropdown-menu .tab-item.first-from-tab p {
        margin-top: 25px;
    }

    .dropdown-menu .tab-item.last-from-tab p {
        margin-bottom: 25px;
    }

    .dropdown-menu .tab-item.first-from-tab:before {
        content: '';
        position: absolute;
        /* top: 0; */
        left: 0;
        margin-top: -5px;
        width: 100%;
        height: 1px;
        background-color: #dadadc;
    }

    .dropdown-menu .tab-item.last-from-tab:after {
        content: '';
        position: absolute;
        left: 0;
        margin-top: -13px;
        width: 100%;
        height: 1px;
        background-color: #dadadc;
    }

    .dropdown-menu .tab-item.selected {
        color: #5FA121;
    }

.special-input {
    font-size: 23px;
    border: 1px solid #E1E1E6;
    border-radius: 10px;
    padding: 7px 18px;
    letter-spacing: 2px;
    width: 100%;
    box-sizing: border-box;
}

.voucher-item .green-btnn {
    margin-top: 47px;
    padding-left: 28px;
    padding-right: 28px;
    margin-left: 20px;
}

input, button {
    outline: none;
}

.voucher-item {
    padding: 10px 30px;
}

    .voucher-item .col-container {
        display: flex;
    }

    .voucher-item .left-col {
        /*width: 64%;*/
        flex: 1 1 auto;
        width: auto;
    }

    .voucher-item .right-col {
        /*width: 36%;*/
        width: auto;
        flex: 0 0 auto;
    }

.history-item {
    padding: 25px;
    overflow-x: auto;
}

    .history-item table {
        border-collapse: collapse;
    }

        .history-item table.mtable th, .history-item table.mtable td {
            text-align: left;
            padding: 10px 7px;
        }

    .history-item tr.spacer {
        background-color: #fff;
        height: 7px;
    }

.nav-bar {
    width: 100%;
    position: fixed;
    border-bottom: 1px solid #DBDBDB;
    box-shadow: none;
}

.anular {
    border: 1px solid #3E3E40;
    font-size: 9px;
    font-weight: 600;
    color: #3E3E40;
    background-color: transparent;
    text-transform: uppercase;
    padding: 3px 10px;
    letter-spacing: 1px;
    border-radius: 3px;
    cursor: pointer;
}

    .anular:hover {
        background-color: #D84442;
        border-color: #D84442;
        color: #fff;
    }

.colored-cell._Resgatado {
    background-color: #F7FAF4;
}

    .colored-cell._Resgatado .text-cell {
        color: #A5C776;
    }

.colored-cell._Reservado {
    background-color: #dce0f2;
}

    .colored-cell._Reservado .text-cell {
        color: #3f51b5;
    }

.colored-cell._ReservaCancelada {
    background-color: #eddbed;
}

    .colored-cell._ReservaCancelada .text-cell {
        color: #800080;
    }

.colored-cell._Anulado {
    background-color: #FCF3F4;
}

    .colored-cell._Anulado .text-cell {
        color: #D84442;
    }

.colored-cell._Cancelado {
    background-color: #fbeee0;
}

    .colored-cell._Cancelado .text-cell {
        color: #ef8513;
    }

.manual-item.manual-item-with-stuck-buttons {
    height: auto;
    overflow: auto;
}

.stuck-button-container {
    width: 100%;
    display: block;
    position: relative;
    margin-top: -3px;
}

.stuck-button {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    height: 40px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 42px;
    cursor: pointer;
}

    .stuck-button:hover {
        color: #fff;
    }

body {
    background-size: cover;
    background-repeat: no-repeat;
    /*position: absolute;*/
    top: 0;
}

    body.dif-bck {
        background-image: url('Images/ie7/_bck.png');
    }

    body.imprimir {
        background: none;
        height: initial;
    }

        body.imprimir .block-small-title {
            font-size: 9px;
        }

        body.imprimir .block-text {
            font-size: 10px;
        }

.imprimir-aluno {
    margin: 60px 0 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .imprimir-aluno .block-small-title {
        margin: 0;
    }

    .imprimir-aluno .block-text {
        margin: 0;
    }

    .imprimir-aluno .aluno-item {
        padding: 0 5px 5px;
        margin: 0;
    }

    .imprimir-aluno .aluno-info {
        display: inline-block;
        padding: 0 10px;
        margin-top: 3px;
    }

        .imprimir-aluno .aluno-info.first {
            display: inline-block;
            margin-left: 0;
        }

    .imprimir-aluno .manual-item {
        float: left;
        width: 50%;
        padding: 0;
        margin: 3px 0 0;
        box-sizing: border-box;
        height: 302px;
    }

    .imprimir-aluno .qrcode-area img {
        width: 110px;
        height: 110px;
        padding: 0;
    }

    .imprimir-aluno .barcode-area img {
        width: 220px;
        height: 60px;
    }

    .imprimir-aluno .qrcode-area, .imprimir-aluno .barcode-area {
        float: none;
        width: 100%;
        height: 114px;
        padding-top: 5px;
    }

    .imprimir-aluno .barcode-area {
        margin-top: 5px;
        height: 60px;
        padding: 0;
    }

    .imprimir-aluno .manual-content {
        width: 100%;
        height: auto;
        margin-top: 1px;
    }

/*.imprimir-aluno .manual-item-container {
    }*/

/*.fixed-bottom {*/
/*position:absolute;
    bottom:-70px;*/
/*}*/

.menu-buttons {
    display:flex;
    width:100%;
    justify-content: center;
}
.menu-button {
    font-weight: 600;
    flex: 0 0 300px;
    background-color: #fff;
    padding: 9px 19px;
    color: #3343a4;
    font-size: 10px;
    border: 1px solid #3343a4;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    user-select: none;
    cursor: pointer;
}

    .menu-button:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }
    
    .menu-button:last-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    .menu-button.menu-selected {
        color: #fff;
        background-color: #3343a4;
    }


.pre-footer__text {
    padding-top: 17px;
    margin-top: 15px;
    text-align: right;
    margin-right: 170px;
    display: none;
}

.pages-container {
    user-select: none;
    cursor: default;
    margin-top: 10px;
}

.page {
    color: #b9b9bf;
    display: inline-block;
    margin: 0 3px;
    padding: 0 6px;
    cursor: pointer;
}

    .page:hover {
        color: #5FA121;
    }

    .page.selected {
        color: #5FA121;
        cursor: default;
    }

.logo {
    margin-top: 8px !important;
}

.imprimir-full-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.imprimir-btn {
    background-color: #F09B0C;
    padding: 6px 19px;
    color: #fff;
    border-radius: 7px;
    font-size: 10px;
    border: 1px solid #F09B0C;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    user-select: none;
    cursor: pointer;
}

button.imprimir-btn {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.imprimir-btn:hover {
    background-color: #fff;
    color: #F09B0C;
    border: 1px solid #F09B0C;
}

.livraria-btn {
    background-color: #5FA121;
    padding: 6px 19px;
    color: #fff;
    border-radius: 7px;
    font-size: 10px;
    border: 1px solid #5FA121;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    user-select: none;
    cursor: pointer;
}

button.livraria-btn {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.livraria-btn:hover {
    background-color: #fff;
    color: #5FA121;
    border: 1px solid #5FA121;
}

.imprimir-btn-container {
    text-align: center;
    margin-top: 40px;
}

.underline_link {
    color: #7D7D80;
    font-size: 14px;
    margin: 0 5px;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
}

    .underline_link:hover {
        color: #7D7D80;
        border-bottom-color: #7D7D80;
    }

.nav-links a:hover {
    border-bottom-color: #000;
}

.buttons {
    height: 60px;
    width: 610px;
}

.orange-btn, .green-btn {
    width: 270px;
}

.tab-menu-left {
    padding: 0;
    margin-left: 50px;
}

    .tab-menu-left a {
        color: #454547;
        letter-spacing: 0.8px;
    }

        .tab-menu-left a.green-tab:hover, .tab-menu-left a.green-tab.selected, .tab-menu-left a.green-tab.selected:hover {
            color: #5FA121;
            border-bottom-color: #5FA121;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            /*text-decoration-color: #C9C9CA;*/
        }

        .tab-menu-left a.orange-tab:hover, .tab-menu-left a.orange-tab.selected:hover, .tab-menu-left a.orange-tab.selected {
            color: #F09B0C;
            border-bottom-color: #F09B0C;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            /*text-decoration-color: #C9C9CA;*/
        }

.history-item .block-small-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.pre-footer {
    bottom: auto;
    position: absolute;
    margin-top: -240px;
    height: 240px;
}

.note {
    text-align: left;
    font-size: 11px;
    color: #7D7D80;
}

.registo-form-ee .orange-btnn {
    margin-top: 40px;
}

.block-2__icon-block, .block-3__icon-block {
    position: relative;
}

.check {
    position: absolute;
    margin-left: -37px;
    margin-top: -5px;
}

.block-4 {
    width: 900px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 200px;
}

.mobile-view .block-4 {
    padding: 0;
    margin: 20px auto;
}

.faq-title {
    color: #3E3E40;
    font-size: 40px;
}

.faq-livraria {
    font-size: 32px;
    line-height: 42px;
    color: #5FA121;
    margin: 30px 0;
}

.faq-encarregado {
    color: #F09B0C;
    font-size: 32px;
    line-height: 42px;
    margin: 30px 0;
}

.faq-question {
    color: #000; /*#3E3E40;*/
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
}

.faq-text {
    color: #59595B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
}

.block-4__text-container {
    margin-top: 15px;
    position: relative;
    display: block;
}

.logo-img-home {
    margin: 30px 0;
}

.pt-md-4 {
    font-size: 19px;
}

.qrcode-area .qrcode {
    width: 183px;
    height: 183px;
    padding: 21px;
}

.qrcode-area .barcode {
    width: auto;
    height: auto;
    padding: 0;
}

.financas {
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 20px;
    line-height: 23px;
}

.badge {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    display: block;
    color: #fff;
    color: #888;
    background-color: transparent;
}

    .badge:hover {
        /*color:#fff;*/
        color: #888;
    }

.mega-text {
    font-size: 15px;
    text-align: left;
    text-align: justify;
}

.question-link {
    font-size: 12px;
    text-align: left;
    color: #585858;
}

.orange-link, .orange-link:hover {
    color: #F09B0C;
    text-decoration: underline;
}

.green-link, .green-link:hover {
    color: #5FA121;
    text-decoration: underline;
}

.label-drop-down-item-container {
    display: none;
    /*border: 1px solid #DBDBDB;*/
    border-top: none;
    background-color: #fff;
    position: relative;
    margin-top: 22px;
    height: auto;
    overflow: hidden;
}

.drop-down-full-container:after {
    content: url('Images/ie7/drop.png');
    position: absolute;
    right: 20px;
    top: 15px;
}

.drop-down-full-container:hover .label-drop-down {
    color: #000;
}

.drop-down-full-container.active .label-drop-down-item-container {
    display: block;
}

.drop-down-full-container {
    cursor: pointer;
    width: 250px;
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 15px 15px 8px;
    margin-top: -20px;
}

    .drop-down-full-container.active {
        border-color: #DBDBDB;
    }

.label-drop-down-item-container a {
    height: auto;
    display: block;
    margin: 7px 0;
    border: none;
    font-size: 12px;
}

    .label-drop-down-item-container a span {
        border: 1px solid transparent;
    }

    .label-drop-down-item-container a:hover {
        border: none;
    }

        .label-drop-down-item-container a:hover span {
            border-bottom-color: #000;
        }

.sem-alunos-title {
    color: #3E3E40;
    font-size: 18px;
}

.sem-alunos-text {
    color: #59595B;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 0;
}

.block-text._Resgatado {
    color: #A5C776;
    font-size: 14px;
    background: #F7FAF4;
    padding: 12px 32px;
    display: inline-block;
}

.block-text._Reservado {
    color: #3f51b5;
    font-size: 14px;
    background: #dce0f2;
    padding: 12px 32px;
    display: inline-block;
}

.block-text._ReservaCancelada {
    color: #800080;
    font-size: 14px;
    background: #eddbed;
    padding: 12px 32px;
    display: inline-block;
}

.block-text._Anulado {
    color: #D84442;
    font-size: 14px;
    background: #FCF3F4;
    padding: 12px 32px;
    display: inline-block;
}


.block-text._PorResgatar {
    color: #856404;
    font-size: 14px;
    background: #fff8e5;
    padding: 12px 32px;
    display: inline-block;
}

.block-text._Cancelado {
    color: #ef8513;
    font-size: 14px;
    background: #fff8f0;
    padding: 12px 32px;
    display: inline-block;
}

.block-text.important-text {
    color: #ef8513;
    font-size: 17px;
    background: #fff8f0;
    padding: 12px 32px;
    display: inline-block;
}

.no-geo-msg {
    color: #b9b9b9;
}

.orange-link {
    color: #F09B0C;
}

.block-1, .block-2, .block-3, .block-4 {
    position: relative;
    display: block;
}

.observacoes-full-container {
    margin-top: 5px;
    font-size: 13px;
    /*max-height: 58px;*/
    overflow: auto;
}

.observacoes-container {
    width: 270px;
}

.observacoes-data {
    font-size: 12px;
    color: #848484;
}

.observacoes-text {
    font-size: 13px;
}

.observacao-input {
    border-bottom: solid 1px #7D7D80;
    margin-top: 5px;
    width: 100%;
    display: block;
    padding: 5px;
}

.terms-floating.floating-container .container.body-content {
    height: auto;
    min-height: 100%;
}

    .terms-floating.floating-container .container.body-content .floating-middle-block {
        height: auto;
        margin-top: 270px;
        margin-bottom: 70px;
        position: relative;
    }

        .terms-floating.floating-container .container.body-content .floating-middle-block form {
        }

            .terms-floating.floating-container .container.body-content .floating-middle-block form button.bigger {
                margin-top: 30px;
            }
/*MAPA*/
#list .list-items .items-container .item {
    display: block;
    width: 100%;
    padding: 0;
    /*margin-bottom: 7px;*/
    margin: 0;
}

#list .list-items .items-container {
    margin: 0 !important;
    margin-bottom: 10px !important;
}

#list .header {
    padding-left: 20px !important;
    padding-right: 37px !important;
}

#list .list-items .items-wrapper.item-padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}

.list-items .item .title {
    font-size: 20px !important;
    margin-left: 3px;
}

.list-items .item .item-container {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgb(230, 230, 230) !important;
}

.item-container .no-geo-msg {
    font-size: 11px;
}

#list .list-items .item .item-container {
    padding-top: 8px;
    padding-bottom: 10px;
}

#list .list-items .item.no-geolocation .item-container {
    /*padding-top: 0;
    padding-bottom: 11px;*/
    padding-top: 6px;
    padding-bottom: 6px;
}

/*#list .list-items .item .address, #list .list-items .item .pcode, #list .list-items .item .locale {
    font-family: 'roboto-regular';
}*/

.list-items .item:not(.no-geolocation) .item-container:hover {
    cursor: pointer;
}

#list .header {
    padding-top: 20px !important;
    height: 87px !important;
}

#list .list-items {
    top: 87px !important;
}

#list .header .btn {
    max-width: initial !important;
}

#list .list-items .opengeo-btn, #list .list-items .opensite-btn {
    background-color: #F09B0C;
    display: inline-block;
    color: #fff;
    padding: 7px 10px;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    float: right;
    font-size: 14px;
    font-family: 'roboto-regular';
    margin-top: 10px;
    margin-left: 10px;
}

#list .list-items .opensite-btn {
    background-color: #5FA121;
    margin-left: 0;
}

.leaflet-div-icon {
    background: transparent !important;
    border: none !important;
}

.marker-content .link a:hover {
    color: #fff;
}
/*MAPA*/

.editarnif-floating .floating-middle-block {
    height: 630px;
}

.editar-livraria-floating .block_100 {
    margin-top: 270px;
}

.editar-livraria-floating .container.body-content {
    height: 1160px;
}

.nav-links {
    letter-spacing: 1px;
}

form .half-form {
    text-align: left;
}

    form .half-form input {
        width: 90%;
    }

form.editar-livraria-form .half-form input {
    width: 100%;
}
/*FOOTER FIX*/
.floating-container .form-card.block_100 {
    margin-top: 80px !important;
    margin-bottom: 25px !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    height: auto !important;
}

.pre-footer {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    margin-top: 0 !important;
}

.floating-container .container.body-content {
    height: auto !important;
    min-height: 100% !important;
    min-height: calc(100% - 240px) !important;
}

/*FOOTER FIX*/

.youtube-link {
    color: #2d59ff;
    width: 280px;
    text-align: center;
}

    .youtube-link:hover {
        color: #2d59ff;
    }

.block-2__icons {
    margin-top: 175px;
}

.block4-full-container {
    text-align: center;
    margin-top: 15px;
}

.block4-container {
    /*width: 170px;*/
    width: 200px;
    /*height: 200px;*/
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.block4-full-container.small .block4-container img {
    height: 80px;
}

    .block4-full-container.small .block4-container img.check {
        height: 30px;
        margin-left: -27px;
        margin-top: -2px;
    }

.icon-text {
    margin-top: 10px;
    font-size: 17px;
}

.block4-full-container.small .block4-container {
    width: 134px;
}

    .block4-full-container.small .block4-container .icon-text {
        font-size: 14px;
        line-height: 17px;
    }

    .block4-full-container.small .block4-container .badge {
        font-size: 9px;
        width: 123px;
    }

.mini-orange-button, .mini-green-button {
    display: block;
}

.block-2, .block-3 {
    margin-bottom: 120px;
    margin-top: 80px;
    height: auto;
    padding: 0;
    min-height: initial;
    min-height: auto;
}

.block-2__text-container, .block-3__text-container {
    height: auto;
}

.block-2__image-text, .block-3__image-text {
    height: auto;
    margin-bottom: 65px;
}

.mobile-menu {
    width: auto;
    cursor: pointer;
}

    .mobile-menu .menu-close {
        position: absolute;
        right: 40px;
        padding-right: 4px;
        top: 22px;
        font-size: 16px;
        letter-spacing: 1px;
    }

.close-mobile-menu, .close-mobile-menu__icon {
    cursor: pointer;
}

.k-widget.k-upload.k-header.k-upload-sync {
    height: 128px !important;
}

#grid, #grid2, #grid3, #grid4, #grid-detail, #grid-escolas {
    font-size: 13px;
}

.grid-title {
    margin-bottom: 20px;
    font-size: 16px;
}

.k-grid-filter.k-state-active {
    background-color: #3f51b5;
    color: #fff;
}

.fatura-title {
    margin-bottom: 9px;
    margin-top: 9px;
    font-size: 14px;
}
#dropdowns-container {
    display: flex;
}
#dropdowns-area .k-select {
    line-height: 32px;
}

.k-header.k-grid-toolbar {
    height: 33px;
}


.creation-mode {
    display: block;
}

.edit-mode {
    display: none;
}

.window-edit-mode .creation-mode {
    display: none;
}

.window-edit-mode .edit-mode {
    display: block;
}

/*KENDO*/

/*.k-header.k-grid-toolbar{
    text-align:right;
}*/

#kendoWindowgrid-detail {
    overflow: hidden;
}

.k-command-cell .k-button, .NumeroFatura .k-button, .breakWord20 .k-button {
    padding: 5px;
    background-color: #5FA121;
    color: #fff;
    border-color: #5FA121;
}

    .k-command-cell .k-button:hover, .NumeroFatura .k-button:hover, .breakWord20 .k-button:hover {
        background-color: #fff;
        color: #5FA121;
        border-color: #5FA121;
    }

    .k-command-cell .k-button.k-grid-Remover {
        background-color: #D84442;
        border-color: #D84442;
    }

        .k-command-cell .k-button.k-grid-Remover:hover {
            background-color: #fff;
            color: #D84442;
            border-color: #D84442;
        }

    .k-command-cell .k-button.disabled {
        background-color: #5FA121 !important;
        color: #fff !important;
        border-color: #5FA121 !important;
    }

    .grid-message-display {
        text-align: center;
        color: #ababab;
        font-size: 24px;
        padding: 50px 0;
        position: relative;
    }

.k-window-content button.disabled, .k-window-content button.disabled:hover {
    color: #000;
    font-weight: bold;
}

.k-header.k-grid-toolbar .k-button {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #3f51b5 !important;
}

    .k-header.k-grid-toolbar .k-button.disabled {
        background-color: #92a3ff !important;
        border-color: #92a3ff !important;
    }

.k-button.disabled {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 5-7 */
    filter: alpha(opacity=40);
    /* Netscape */
    -moz-opacity: 0.4;
    /* Safari 1.x */
    -khtml-opacity: 0.4;
    /* Good browsers */
    opacity: 0.4;
}

.k-header.k-grid-toolbar .k-button:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.k-header.k-grid-toolbar .k-button.disabled:hover {
    background-color: #92a3ff;
    border-color: #92a3ff;
    cursor: default;
    /*color: #3f51b5;*/
}



.form-card.block_100.grid-block {
    padding-left: 0;
    padding-right: 0;
    width: 98%;
}

.k-window-content.k-content .green-btnn.bigger {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.k-window-content.k-content .success-error-container .green-btnn.bigger {
    float: none;
    width: 170px;
}

.k-window-content.k-content .special-input {
    width: 296px;
    box-sizing: initial;
    float: left;
}

#kendoWindow2.k-window-content.k-content .special-input, #kendoWindow3.k-window-content.k-content .special-input {
    box-sizing: initial;
    width: 100%;
    box-sizing: border-box;
}


.k-grid tr.k-state-selected.disable-selection {
    color: #444;
    background-color: #fff;
}

    .k-grid td.k-state-selected.disable-selection:hover, .k-grid tr.k-state-selected.disable-selection:hover td {
        background-color: #ebebeb;
        color: #000;
    }

    .k-grid tr.k-state-selected.disable-selection > td {
        border-color: #fff;
    }


.success-error-container {
    text-align: center;
}

    .success-error-container button {
        margin-top: 20px;
    }

    .success-error-container p {
        margin-bottom: 20px;
    }

.k-header.k-grid-toolbar .k-dropdown.disabled {
    background-color: #92a3ff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.k-dropdown span.k-input {
    color: #3f51b5;
    font-size: 13px;
}

.k-dropdown span.k-select {
    color: #3f51b5;
}

.tooltip-element-clone.k-dropdown span.k-select {
    line-height: 31px;
    text-indent: 2px;
}

#dropdown1-list li, #dropdown2-list li {
    font-size: 14px;
}

/*KENDO*/

#ver-vouchers-escolas {
    color: #fff;
    background-color: #D84442;
    display: inline-block;
    background-color: #D84442;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    margin-right: 5px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border-radius: 7px;
    margin: 0;
    letter-spacing: 1.3px;
}



/*IE ONLY*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .block_100 {
        min-height: 100%;
    }

    .floating-container .container.body-content {
        min-height: 100% !important;
    }
}
/*HEIGHT*/
@media (max-height: 1053px) {
    .editar-livraria-floating .container.body-content {
        height: 1160px;
    }

    .editar-livraria-floating .floating-middle-block {
        margin-top: 270px;
    }

    .registo-floating .container.body-content {
        /*height: 902px;*/
        height: 1074px;
    }

    .registo-floating .floating-middle-block {
        margin-top: 270px;
        /*margin-top: 170px;*/
        margin-bottom: 100px;
    }
}

@media (max-height: 955px) {
    .login-floating .floating-middle-block {
        height: 548px;
    }
    /*.registo-floating .floating-middle-block .btn-container{
            margin-top:20px;
        }*/
}

@media (max-height: 920px) {
    .registo-floating2 .floating-middle-block {
        margin-top: 259px;
        /*margin-top: 170px;*/
        margin-bottom: 95px;
    }

    .registo-floating2 .container.body-content {
        /*height: 765px;*/
        height: 918px;
    }
}

@media (max-height: 880px) {
    .login-floating .container.body-content {
        height: 883px;
    }

    .login-floating .floating-middle-block {
        margin-top: 270px;
        margin-bottom: 95px;
    }
}

@media (max-height: 750px) {
}

@media (max-height: 675px) {

    /*.login-form .orange-btnn, .login-form .green-btnn {
        margin-top: 55px;
    }*/
    /*.pre-footer {
        height: 45px;
        margin-top: -45px;
    }*/

    /*.pre-footer__text {
        padding: 0;
        margin-top: 7px;
    }*/

    /*.registo-floating .pre-footer {
        height: 85px;
        margin-top: -85px;
    }*/

    /*.registo-floating .pre-footer__text {
        padding-top: 17px;
        margin-top: 15px;
        text-align: center;
    }*/

    .form-header__title .title {
        margin: 0;
    }

    /*.login-floating .floating-middle-block {
        height: 450px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 15px;
    }*/

    /*.block_100 {
        padding-bottom: 70px;
    }*/
}

@media (max-height: 545px) {
    /*.login-form .orange-btnn, .login-form .green-btnn {
        margin-top: 15px;
    }

    .login-floating .floating-middle-block {
        padding-top: 0;
        padding-bottom: 0;
        height: 400px;
    }

        .login-floating .floating-middle-block .btn-container {
            margin-top: 0;
        }

        .login-floating .floating-middle-block .col-container .label-field-title {
            margin: 8px 0;
        }*/
}

@media (max-height: 500px) {
    /*.login-form .label-field-title {
        margin-bottom: 10px;
    }

    .login-floating .floating-middle-block {
        height: 355px;
        top: 13px;
    }

        .login-floating .floating-middle-block .col-container .label-field-title {
            margin: 0 0 6px;
        }

        .login-floating .floating-middle-block form .col-container input {
            margin: 5px 0 18px;
        }*/
}
/*WIDTH*/
@media (max-width: 1200px) {

    .pre-footer {
        height: 260px;
    }

    #anolectivo {
        font-size: 20px;
    }

    .block-2__img-container {
        height: auto;
        margin-bottom: 10px;
    }

    .block-3__img-container {
        height: auto;
        margin-bottom: 10px;
    }

    .youtube-link {
        margin: 0 auto;
        float: none;
    }

    .buttons.youtube-link-container {
        height: 80px;
    }

    .buttons {
        height: 132px;
        width: 100%;
    }

    .mega-text {
        font-size: 14px;
    }

    .block-3__title, .block-2__title {
        margin-top: 0;
    }

    .block-2__icons {
        margin-top: 440px;
    }

    .block-3__icons {
        margin-top: 312px;
    }

    .orange-btn.mini-orange-button {
        margin-top: 15px;
    }

    .block-4 {
        width: 90%;
    }

    .block-2 {
        margin-top: 90px;
    }

    .block-1 {
        margin-top: 50px;
    }

    .footer {
        display: block;
    }

    /*.footer-pc {
        display: none;
    }*/

    #ver-vouchers-escolas {
        margin: 0 20px;
    }

    .hero {
        /*height: 770px;*/
        height: auto;
        margin-top: 90px;
    }

    .card.home {
        width: 80%;
    }
}

@media (max-width: 760px) {

    .form-observacao button {
        margin: 20px auto 0;
        position: relative;
        display: block;
    }

    .terms-floating.floating-container .container.body-content .floating-middle-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .observacoes-container {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    .observacao-input {
        margin: 0 auto;
        width: 70%;
        max-width: 290px;
        min-width: 200px;
    }

    .manual-item {
        padding: 40px 0;
    }

        .manual-item .qrcode-area {
            float: none;
            width: 198px;
            margin: 0 auto;
        }

        .manual-item .manual-container {
            flex-direction: column;
        }

        .manual-item .manual-content {
            float: none;
        }

            .manual-item .manual-content .block-small-title, .manual-item .manual-content .block-text {
                text-align: center;
            }


    /*.voucher-item .left-col, .voucher-item .right-col {
        width: 100%;
    }*/

    .voucher-item .col-container {
        flex-direction: column;
    }

    .voucher-item .left-col .special-input {
        margin-bottom: 0;
    }

    .voucher-item .right-col button {
        margin: 20px 0;
        width: 100%;
    }

    .aluno-item {
        padding: 25px 50px;
    }

        .aluno-item .col-container .block-small-title, .aluno-item .col-container .block-text {
            text-align: center;
        }

    .block-text._Resgatado, .block-text._ReservaCancelada, .block-text._Reservado, .block-text._PorResgatar, .block-text._Cancelado, .block-text._Anulado, .block-text.important-text {
        display: block;
    }
}

@media (max-width: 450px) {
    .fieldlist {
        flex-direction: column;
    }
}

.nav-links .nav-link__text.nav-btn {
    text-align: center;
    padding: 12px;
    height: 20px;
    width: 250px;
    margin-right: 5px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border-radius: 7px;
    margin: 0;
}

    .nav-links .nav-link__text.nav-btn.orange-btn:hover, .nav-links .nav-link__text.nav-btn.green-btn:hover {
        margin: 0;
    }

    .nav-links .nav-link__text.nav-btn.orange-btn {
        background: #F09B0C;
    }

    .nav-links .nav-link__text.nav-btn.green-btn {
        background: #5fa121;
    }


/*BOOTSTRAP*/

.center-el {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: relative;
    display: block;
}

.y-center-el {
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    position: relative;
    display: block;
}

.x-center-el {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: relative;
    display: block;
}

.h100 {
    height: 100% !important;
}

.m-h100 {
    max-height: 100% !important;
}

.w100 {
    width: 100% !important;
}

.w-50px {
    width: 50px !important;
}

.w-100px {
    width: 100px !important;
}

.w-150px {
    width: 150px !important;
}

.w-200px {
    width: 200px !important;
}

.w-250px {
    width: 250px !important;
}

.w-300px {
    width: 300px !important;
}

.w-350px {
    width: 350px !important;
}

.w-400px {
    width: 400px !important;
}

.w-450px {
    width: 450px !important;
}

.w-500px {
    width: 500px !important;
}

.h-50px {
    height: 50px !important;
}

.h-100px {
    height: 100px !important;
}

.h-150px {
    height: 150px !important;
}

.h-200px {
    height: 200px !important;
}

.h-250px {
    height: 250px !important;
}

.h-300px {
    height: 300px !important;
}

.h-350px {
    height: 350px !important;
}

.h-400px {
    height: 400px !important;
}

.h-450px {
    height: 450px !important;
}

.h-500px {
    height: 500px !important;
}

.lh-normal {
    line-height: normal;
}

.fw-light {
    font-weight: 300;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-bold {
    font-weight: 600;
}

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-32 {
    font-size: 32px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.m-10 {
    margin: 9rem !important;
}

.mt-10,
.my-10 {
    margin-top: 9rem !important;
}

.mr-10,
.mx-10 {
    margin-right: 9rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 9rem !important;
}

.ml-10,
.mx-10 {
    margin-left: 9rem !important;
}

.m-15 {
    margin: 9rem !important;
}

.mt-15,
.my-15 {
    margin-top: 9rem !important;
}

.mr-15,
.mx-15 {
    margin-right: 9rem !important;
}

.mb-15,
.my-15 {
    margin-bottom: 9rem !important;
}

.ml-15,
.mx-15 {
    margin-left: 9rem !important;
}

.m-20 {
    margin: 12rem !important;
}

.mt-20,
.my-20 {
    margin-top: 12rem !important;
}

.mr-20,
.mx-20 {
    margin-right: 12rem !important;
}

.mb-20,
.my-20 {
    margin-bottom: 12rem !important;
}

.ml-20,
.mx-20 {
    margin-left: 12rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.d-ib {
    display: inline-block;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-1 {
    flex: 1;
}

.flex-0-0-auto {
    flex: 0 0 auto;
}

.flex-1-1-auto {
    flex: 1 1 auto;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-center {
    text-align: center;
}


@media (max-width: 850px) {

    .registo-form-ee .form-header__title .title {
        white-space: normal;
    }
}

@media (max-width: 750px) {

    .menu-button {
        flex: 1 1 50%;
    }


    form .btn-center {
        width: 100%;
    }

    #livrarias-form {
        height: auto !important;
        margin-top: 270px;
        margin-bottom: 100px;
        position: relative;
    }

    .editar-livraria-floating .container.body-content {
        height: 1280px;
    }

    .registo-floating .container.body-content {
        height: 1544px;
    }
}

@media (max-width: 663px) {
    #dropdowns-container .k-dropdown{
        margin-left: 0 !important;
    }
    #dropdowns-container {
        flex-direction: column;
    }
}


@media (max-width: 620px) {
    .editar-livraria-form

{
    width: 100%;
}

.registo-floating2 .floating-middle-block {
    padding-left: 30px;
    padding-right: 30px;
    height: auto !important;
    margin-top: 270px;
    margin-bottom: 100px;
    position: relative;
}

.registo-form-ee {
    width: 100%;
}

    .registo-form-ee input {
        width: 100%;
    }

.form-header__title .title {
    white-space: normal;
}

.login-floating .floating-middle-block {
    padding-left: 30px;
    padding-right: 30px;
}

.login-form {
    width: 100%;
}

#livrarias-form {
    padding-left: 30px;
    padding-right: 30px;
}

    #livrarias-form form input {
        width: 100%;
    }

}

@media (max-width: 475px) {
    .footer-pc {
        left: 15px;
    }
}

@media (max-width: 392px) {
    .aluno-item {
        padding: 25px 10px;
    }
}

@media (max-width: 386px) {
    .login-form .form-header__title .title {
        font-size: 15px;
    }

    .logo-img-home {
        width: 80%;
    }

    .terms-floating.floating-container .container.body-content .floating-middle-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 368px) {
    #dropdowns-container .k-dropdown {
        width: 100% !important;
    }
}

/*WIDTH AND HEIGHT*/
@media (min-width: 751px) and (max-height: 750px) {
    /*.registo-floating .floating-middle-block {
        height: 541px;
    }*/
}

@media (min-width: 751px) and (max-height: 685px) {
    /*.registo-floating .floating-middle-block {
        height: 473px;
        padding-bottom: 20px;
    }

    .btn-container {
        margin-top: 20px;
    }

    .registo-floating .form-header__title .title {
        margin: 0;
    }*/
}

@media (min-width: 751px) and (max-height: 620px) {
    /*.registo-floating .floating-middle-block .label-field-title {
        margin: 8px 0;
    }

    .registo-floating .floating-middle-block {
        height: 412px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .btn-container {
        margin-top: 0;
    }*/
}

@media (min-width: 751px) and (max-height: 555px) {

    /*.registo-floating .floating-middle-block form input {
        margin: 5px 0 15px;
    }

    .registo-floating .floating-middle-block {
        height: 366px;
    }*/
}

@media (min-width: 751px) and (max-height: 505px) {

    /*.registo-floating .floating-middle-block form input {
        margin: 5px 0 10px;
    }

    .registo-floating .floating-middle-block {
        height: 352px;
    }*/
}
