﻿body {
    padding-top: 80px;
    background-color: #e5e5e5;
}

.famfamfam-flags {
    display: inline-block;
}

.swal-footer {
    text-align: center;
}

a.navbar-brand {
    padding: unset;
}

.informative_text {
    text-align: justify;
}

.alert-danger {
    color: white !important;
    font-size: 14px;
    background-color: #ed6b6f !important;
}

.alert-info {
    background-color: #deaa47 !important;
    font-size: 14px;
    color: #fafafa;
}

.alert-success {
    background-color: #70d474 !important;
    font-size: 14px;
    color: white !important;
}

img.center-block {
    padding: 15px 10px
}

.navbar-inverse {
    background-color: #003f72;
    border-color: transparent;
}

div.horizontal-line {
    background-color: #fbbf00;
    height: 3px;
}

.thumbnail {
    background-color: transparent;
}

.img_titulo {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

div.horizontal-line-bootom {
    padding-bottom: 70px;
    background-color: #e5e5e5;
}

div.horizontal-line-up {
    margin-top: 10px;
    background-color: #003f72;
    height: 2px;
}

div#step1 div.informative_text {
    color: #666666;
    padding: 10px;
    margin-bottom: 20px;
}

div#step2 div.informative_text {
    color: #666666;
    padding: 6px;
    margin-bottom: 20px;
}

.navbar-header img {
    width: 150px;
}

.container {
    max-width: 1000px;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.img-fluid {
    padding-top: 10px;
    padding-right: 16px;
    padding-left: 10px;
}

.btn-primary:hover, .btn-primary:active:hover {
    background-color: #003f72 !important;
    border: 1px solid #666 !important;
}

.btn-primary, .btn-primaryr {
    background-color: #333 !important;
    border: 1px solid #666 !important;
}

#btnGetStudent {
    margin-top: 10px;
}

div.title-portal {
    background-color: #003f72;
}

    div.title-portal h5 {
        color: #b0c9da;
    }

#headingTitle1Span {
    color: #EAAB00;
    padding-left: unset;
}

.container-form {
    background-color: #fff;
    border-radius: 10px;
}

.row.main-form {
    padding: 20px;
    margin: 20px;
}

.toast-top-left {
    top: 67px;
}

.is-required:after {
    content: " *";
    color: red;
}

.error {
    color: #fd397a;
}

.errorCaptcha {
    color: #fd397a;
}

.pie .row .col-md-4 p {
    margin: 0;
    padding: 0px;
    margin-top: 8px;
}

.pie {
    color: white;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 12px;
    line-height: 1.2em;
}

.footer {
    /* background: #003f72; */
    background: #003f72;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    div.title-portal h5 {
        font-size: 32px;
        padding: 8px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {


    div.title-portal h5 {
        font-size: 30px;
        padding: 8px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    div.title-portal h5 {
        font-size: 32px;
        padding: 8px;
        margin: unset;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    div.title-portal h5 {
        font-size: 28px !important;
        padding: 8px;
        margin: unset;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {


    div.title-portal h5 {
        /*font-size: 21px;*/
        padding: 8px;
        margin: unset;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


    div.title-portal h5 {
        /*font-size: 12px;*/
        padding: 5px;
        margin: unset;
    }

    div.horizontal-line {
        background-color: #fbbf00;
        height: 2px;
        margin: unset;
    }

    .toast-top-left {
        top: 64px;
    }
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
