﻿body {
    background-color: #F5F5F5;
    color: #000;
}

#smv_pageContent {
    text-align: center;
}

.load-screen {
    width: 100%;
    height: 100%;
    background: url(../img/loading.gif) no-repeat center center #000;
    background-size: 70px 70px;
    position: fixed;
    opacity: 0.7;
    z-index: 2000;
}

/*strong {
    font-weight: 500;
}*/

a,
a:hover,
a:focus {
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#smv_pageContent h1 {
    margin-top: 10px;
    font-size: 32px;
    color: #000;
}

#smv_pageContent h2 {
    margin-top: 10px;
    font-size: 26px;
    color: #000;
}

#smv_pageContent h3 {
    font-size: 20px;
    font-weight: 200;
    color: #666;
    margin-top: 10px;
}

#smv_pageContent h4 {
    font-size: 16px;
    font-weight: 300;
}

#smv_pageContent h6 {
    color: #000;
}
/*
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff'),
        url('../fonts/Muli.ttf') format('truetype'),
        url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Italic.eot');
    src: url('../fonts/Muli-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Italic.woff2') format('woff2'),
        url('../fonts/Muli-Italic.woff') format('woff'),
        url('../fonts/Muli-Italic.ttf') format('truetype'),
        url('../fonts/Muli-Italic.svg#Muli-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraLight.eot');
    src: url('../fonts/Muli-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-ExtraLight.woff2') format('woff2'),
        url('../fonts/Muli-ExtraLight.woff') format('woff'),
        url('../fonts/Muli-ExtraLight.ttf') format('truetype'),
        url('../fonts/Muli-ExtraLight.svg#Muli-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraLightItalic.eot');
    src: url('../fonts/Muli-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Muli-ExtraLightItalic.woff') format('woff'),
        url('../fonts/Muli-ExtraLightItalic.ttf') format('truetype'),
        url('../fonts/Muli-ExtraLightItalic.svg#Muli-ExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
}*/

#smv_pageContent img {
    max-width: 100%;
}

::-moz-selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}

.navbar-default .navbar-brand {
    color: #bca652;
}

    .navbar-default .navbar-brand:active {
        color: #bca652;
    }

.navbar-default {
    background-color: #17633a !important;
    border-bottom: 1px solid #79ba59 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: none !important;
}

.navbar-default {
    background-color: #f8f8f8;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #79ba59;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #79ba59;
    }

.img-rounded.profile-img {
    margin-top: -5px;
    margin-right: 5px;
    float: left;
    background: url(../img/profile.png) 50% 50% no-repeat;
    /* 50% 50% centers image in div */
    background-size: auto 100%;
    /* Interchange this value depending on prefering width vs. height */
    width: 30px;
    height: 30px;
}

.img-rounded {
    border-radius: 50%;
}

.btn {
    border-radius: 0px !important;
}

.btn-facebook,
.btn-google,
.btn-registo {
    display: inline-block;
    height: 50px;
    padding: 16px 20px 0 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-facebook {
    background: #3b5998;
}

.btn-registo {
    background: #22305e;
    width: 100%;
}

.btn-google {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #19b9e7;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-1:hover,
    .btn-link-1:focus,
    .btn-link-1:active,
    .btn-registo:hover,
    .btn-registo:focus,
    .btn-registo:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
    }

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    background: #355088;
    color: #fff;
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
    border: 1px solid #888;
}

.btn-link-1 i,
.btn-facebook i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-2:hover,
    .btn-link-2:focus,
    .btn-link-2:active,
    .btn-link-2:active:focus {
        outline: 0;
        opacity: 0.6;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
    }

    .btn-link-2 i {
        padding-right: 5px;
        vertical-align: middle;
        font-size: 20px;
        line-height: 20px;
    }

.btn-change {
    padding: 12px 12px !important;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.no-box {
    margin-top: 1em;
    font-size: 1.3em;
    color: #000;
}

    .no-box span {
        padding: 0 10px;
    }

    .no-box:after,
    .no-box:before {
        content: '';
        display: inline-block;
        background-color: #000;
        width: 30px;
        height: 1px;
        vertical-align: middle;
    }

img.log-google,
img.log-fb {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.autSocial {
    margin-top: 20px;
}

div.iconeOK,
div.iconeERRO {
    background-image: url('../img/icones.png');
    background-repeat: no-repeat;
}

div.iconeOK,
div.iconeERRO {
    display: block;
    margin: 0 auto;
}

div.iconeOK {
    background-position: 0px;
    width: 100px;
    height: 102px;
}

div.iconeERRO {
    background-position: -101px;
    width: 100px;
    height: 102px;
}

.erro_404 .circulo {
    display: inline-block;
    font-size: 12rem;
    line-height: 28rem;
    font-weight: bold;
    color: #2258a5;
    border: 1rem solid #2c438a;
    width: 28rem;
    height: 28rem;
    -moz-border-radius: 28rem;
    -webkit-border-radius: 28rem;
    border-radius: 28rem;
    margin-top: 20px;
}

.erro_404 .txt {
    color: #2258a5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem;
    display: inline-block;
    margin-top: 4rem;
}
/*****Containers *****/

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        width: 1240px;
        max-width: 100%;
    }
}

.container-prelogin,
.container-registo,
.container-poslogin {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}

.container-prelogin {
    max-width: 600px;
}

.container-main {
    max-width: 980px;
    margin: 0 auto;
}

.container-registo {
    max-width: 500px;
}

.container-poslogin {
    max-width: 800px;
}
/***** Top content *****/

.navbar {
    margin-bottom: 0px !important;
}

.inner-bg {
    display: inline-block;
    margin-top: 30px;
}

.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #000;
    }

.top-content .description {
    margin: 10px 0 10px 0;
}

    .top-content .description p {
        opacity: 0.8;
    }

    .top-content .description a {
        color: #fff;
    }

        .top-content .description a:hover,
        .top-content .description a:focus {
            border-bottom: 1px dotted #fff;
        }

.form-box {
    margin-top: 20px;
    border: 1px solid #d9dce4;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 5px 25px;
    text-align: center;
    background-color: #fff;
}

    .form-top.form-login {
        height: 340px;
    }

    .form-top h1,
    .form-top h2 {
        padding-top: 20px;
    }

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

    .form-top-left h3 {
        margin-top: 0;
        color: #000
    }

    .form-top-left p {
        opacity: 0.8;
        color: rgba(34, 48, 94, .5);
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    line-height: 100px;
    text-align: right;
}

.modalBox_crop {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 5px;
    background: #4f597e12;
    margin-top: 10px;
    margin-bottom: 40px;
    border: 1px solid #293241;
}

.form-bottom {
    padding: 10px 25px 25px 25px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    background-color: #fff;
}

    .form-bottom form textarea {
        height: 100px;
    }

    /*.form-bottom.form-login {
        height: 302px;
    }*/

    .form-bottom form button.btn {
        width: 100%;
    }

.social-login,
.ask-registo {
    margin-top: 20px;
}

.ask-registo {
    margin-bottom: 20px;
}

.social-login h4 {
    color: #fff;
}

.social-login-buttons,
.ask-registo-buttons {
    margin-top: 25px;
}

.glyphicon {
    color: green;
}

.middle-border {
    min-height: 300px;
    margin-top: 170px;
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.form-group {
    margin-bottom: 10px !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle !important;
    border-top: 1px solid #ddd;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #537f63;
}

.content-exclusive {
    height: 330px;
}

    .content-exclusive h3 {
        height: 90px;
    }

        .content-exclusive h3:first-child {
            margin-top: 70px;
        }

form p {
    color: #4f597e;
    font-weight: bold;
    font-size: 18px;
}

form#smv_fUserData_Opts input {
    float: left;
}

form#smv_fUserData_Opts label {
    width: 90%;
    display: block;
    float: left;
    margin-left: 10px;
}

form#smv_fUserData_Opts .row {
    margin-bottom: 5px;
}
/**** MODAL *****/

.modal-titulo {
    color: #bca652;
    display: inline;
    max-width: 100%;
    font-weight: 400 !important;
    text-shadow: none !important;
    font-size: 16px;
}

.modal-header h1 {
    color: #000;
}

h3.modal-subtitulo {
    color: rgb(34, 48, 94);
    margin-left: 18px
}

#smv-modalmsg-t1,
#smv-modalmsg-t2 {
    font-size: 18px;
    margin-top: 25px;
}
/***** Footer *****/

#smv_pageContent footer {
    padding-bottom: 10px;
    color: #000;
    background-color: transparent;
}

footer .footer-border {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-top: 1px solid #fff;
    border-top: 1px solid #000;
}

#smv_unew_displayformFooter.footer {
    color: #563809;
}

#smv_pageContent footer p {
    opacity: 0.8;
}

#smv_pageContent footer a {
    color: #fff;
}

    #smv_pageContent footer a:hover,
    #smv_pageContent footer a:focus {
        color: #fff;
    }
/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px !important;
    }
}

@media (max-width: 767px) {
    .middle-border {
        min-height: auto;
        margin: 65px 30px 0 30px;
        border-right: 0;
        border-top: 1px solid #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
    }

    .inner-bg {
        padding: 0px !important;
        margin: 0px !important;
        width: 100%;
    }
}

@media (max-width: 480px) {
    h1,
    h2 {
        font-size: 30px;
    }
}
/*TABS*/

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    border: none;
    margin: 0;
    display: block;
}

    .tab .nav-tabs li a {
        padding: 10px;
        margin-right: 15px;
        font-size: 18px;
        font-weight: 400;
        color: #293241;
        border: none;
        border-radius: 0;
        background: transparent;
        z-index: 2;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .tab .nav-tabs li a:hover,
        .tab .nav-tabs li.active a {
            border: none;
        }

        .tab .nav-tabs li a:before {
            content: "";
            width: 100%;
            height: 4px;
            background: #f6f6f6;
            border: 1px solid #e9e9e9;
            border-radius: 2px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .tab .nav-tabs li a:after {
            content: "";
            width: 0;
            height: 4px;
            background: #4f597e;
            border: 1px solid #4f597e;
            border-radius: 2px;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0;
            z-index: 1;
            transition: all 1s ease 0s;
        }

    .tab .nav-tabs li:hover a:after,
    .tab .nav-tabs li.active a:after {
        width: 100%;
        opacity: 1;
    }

.tab .tab-content {
    padding: 15px 20px;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 1px;
    background: #fff;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .tab .tab-content {
        margin-top: 0;
    }
}
/*FORM ELEMENTS */

input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
textarea.form-control,
#smv_pageContent select.form-control {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-family: 'Muli';
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #444;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    textarea,
    textarea.form-control,
    select.form-control {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }

        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="tel"]:focus,
        textarea:focus,
        textarea.form-control:focus,
        select.form-control:focus {
            outline: 0;
            background: #fff;
            border: 1px solid #ddd;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        input[type="text"]:-moz-placeholder,
        input[type="password"]:-moz-placeholder,
        input[type="tel"]:-moz-placeholder,
        textarea:-moz-placeholder,
        textarea.form-control:-moz-placeholder {
            color: #444;
        }

        input[type="text"]:-ms-input-placeholder,
        input[type="password"]:-ms-input-placeholder,
        input[type="tel"]:-ms-input-placeholder,
        input[type="text"]::-webkit-input-placeholder,
        input[type="password"]::-webkit-input-placeholder,
        input[type="tel"]::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder,
        textarea.form-control::-webkit-input-placeholder {
            color: #444;
        }

.input-group-addon {
    color: #555;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.form-control {
    height: 45px;
    font-size: 16px;
}

    .form-control.cp2 {
        margin-top: 26px;
    }

button.btn,
a.btn {
    font-family: 'Muli';
    font-size: 16px;
    font-weight: 300;
    color: #cd1417;
    background-image: none;
    border-color: #cd1417;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 200px;
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

button.btn-modal {
    font-family: 'Muli';
    font-size: 16px;
    font-weight: 300;
    color: #cd1417;
    background-image: none;
    border-color: #cd1417;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    line-height: 2;
    vertical-align: middle;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto;
}

    button.btn:hover,
    a.btn:hover,
    button.btn-modal:hover {
        color: #fff;
        background: #cd1417;
    }

    button.btn:active,
    a.btn:active,
    button.btn-modal:modal {
        outline: 0;
        color: #fff -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    button.btn:focus a.btn:focus,
    button.btn-modal:focus {
        outline: 0;
        background: #cd1417;
        color: #fff;
    }

    button.btn:active:focus,
    button.btn.active:focus,
    button.btn-modal:active:focus {
        outline: 0;
        background: #cd1417;
        color: #fff;
    }

button.btn-val {
    margin-top: 35px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: rgba(34, 48, 94, .5);
    text-shadow: none !important;
}

.link-form {
    color: #2258a5;
    display: inline;
    max-width: 100%;
    margin-bottom: 20px;
    font-weight: 400 !important;
    text-shadow: none !important;
    font-size: 14px;
    vertical-align: text-bottom;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.field-icon {
    float: right;
    margin-left: -15px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    margin-right: 5px;
    color: #2258a5;
}

.link-footer,
.link-footer a {
    color: #2258a5;
    display: inline;
    max-width: 100%;
    font-weight: 400 !important;
    text-shadow: none !important;
    font-size: 16px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

#smv_pageContent .link-footer a {
    color: #22305e;
}

    #smv_pageContent .link-footer a:hover {
        color: #2258a5;
    }

a.link-alterar-dados {
    color: #cd1417;
    background-image: none;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
}

a.link-cancelar {
    color: #999;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.link-form:hover,
.link-footer:hover,
.link-footer a:hover,
a.link-alterar-dados:hover {
    color: #000;
    text-decoration: none !important;
}

a.link-cancelar:hover {
    color: #999;
}

.link-form:active,
.link-footer:active,
a.link-alterar-dados:active,
.link-footer a:active {
    outline: 0;
    opacity: 0.6;
    color: rgba(34, 48, 94, .5);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.link-cancelar:hover,
.link-footer a:hover {
    outline: 0;
    color: rgba(34, 48, 94, .5);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.link-form:focus,
.link-footer:focus,
a.link-alterar-dados:focus,
.link-footer a:focus {
    outline: 0;
    background: #fff;
    color: rgba(34, 48, 94, .5);
}

.link-form:active:focus,
.link-footer:active:focus,
a.link-alterar-dados:active:focus {
    outline: 0;
    background: #fff;
    color: rgba(34, 48, 94, .5);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #4f597e33;
    border: 1px solid #22305e33;
    opacity: 1;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: normal !important;
}

.form-error {
    color: #e43939;
    font-size: 13px;
    font-weight: bold;
}

.box-profile-image {
    max-width: 100%;
    height: 100%;
    border: 1px solid #547f64;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.profile-image-big {
    padding-top: 30px;
}

.avatar {
    width: 100px;
}

.upload {
    width: 200px;
    margin: 0 auto;
}

.icon-face {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    top: -100px;
    left: 200px;
}

#smv_udata_CPLocDisplay,
#smv_uconf_CPLocDisplay {
    color: #000;
    line-height: 44px;
}

#smv_unew_CPLocDisplay,
#smv_uconf_CPLocDisplay {
    margin-top: -30px;
}

@media (max-width: 767px) {
    button.btn-val {
        margin-top: -1px !important;
    }

    .icon-face {
        top: -100px;
        left: 190px;
    }

    #smv_udata_CPLocDisplay {
        color: #000;
        margin-top: -20px;
    }
