﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);

html {
    font-size: 16px;
    overflow-y: scroll;
    font-family: sans-serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, nav, section, menu, time, mark, audio, video, canvas {
    border: 0 none;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

    *::after, *::before {
        box-sizing: border-box;
    }

body {
    background: #fff none repeat scroll 0 0;
    font-family: "Roboto",Arial,sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.container::after, .container::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .row::after, .row::before {
    content: " ";
    display: table;
}

.container::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .row::after {
    clear: both;
}

header, footer {
    padding: 0 15px;
}

header, footer, section.container {
    max-width: 930px;
    width: 100%;
}

h2 {
    color: #c31b18;
    font-size: 1.5em;
}

section.container h2 {
    margin-bottom: 30px;
    min-height: 23px;
}

.pepa-wizard-section {
    background-color: #fff;
    margin: 0 30px 20px;
    padding: 10px 15px 40px;
}

.img-container {
    text-align: center;
    display: block;
}

a {
    color: #e63232;
}

section.container a {
    text-decoration: underline;
}

.btn-info {
    background-color: rgb(230,50,50);
    border-color: rgb(230,50,50);
    width: 60%;
    max-width: 230px;
    margin: 0 auto;
    color: #ffffff;
}

    .btn-info:hover, .btn-info:focus {
        background-color: rgb(230,0,0);
        border-color: rgb(230,0,0);
        color: #ffffff;
    }


.ng-invalid, .input-validation-error {
    border: 1px solid #f4727e !important;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(165,183,206);
    background-color: #fff;
    background-image: none;
    border: 1px solid rgb(240,190,170);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

    section.container {
        background-color: rgb(250,230,210);
        box-sizing: content-box;
    }

    header, footer, section.container {
        margin: 0 auto;
        max-width: 930px;
        width: 100%;
    }

.container {
    padding: 0;
}

footer {
    background-color: rgb(230,50,50);
    height: 85px;
}

p.text-muted {
        color: #fff !important;
        padding-top: 35px;
    }

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-static-top {
    border-radius: 0;
    border-width: 0 0 1px;
    z-index: 1000;
}

.navbar {
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px;
}

    .navbar-brand > img {
        display: block;
    }

.form-group {
    margin-bottom: 15px;
}

section.container h1 {
    text-align: center;
}

h1 {
    color: rgb(195,27,24);
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}

section.container .pepa-box::after {
    clear: both;
    content: "";
    display: block;
}

section.container .pepa-box {
    background-color: #fff;
    margin: 0 30px 15px;
    padding: 25px 0 10px;
}

    section.container .pepa-box .section-padding {
        padding: 0 30px;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}

.validation-summary-errors {
    padding-left: 15px;
}

.alert {
    border-radius: 0 !important;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-danger, .text-danger {
    background-color: rgb(248,221,210);
    border-color: rgb(247,187,163);
    color: rgb(197,96,55);
}

.alert-info {
    background-color: #fff;
    border: 1px solid rgb(240,190,170);
    color: rgb(195,27,24);
}



label {
    display: inline;
    color: rgb(230,50,50);
    font-weight: normal;
}

.clear {
    clear: both;
}

input:-webkit-autofill {
    background-color: white;
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.quotation {
    background-color: rgb(221,237,153);
    border: 1px solid rgb(97,119,0);
    color: rgb(97,119,0);
    padding: 15px;
    margin: 20px 0;
}

.pepa-login {
    margin-top: 10px;
}

.pepa-brokerdentity {
    margin-top: 10px;
}

    .pepa-login img {
        vertical-align: top;
        display: inline-block;
        margin-top: 5px;
    }

    .pepa-login .login-ico, .login-user {
        display: inline-block;
        float: right;
        vertical-align: top;
    }

nav.container {
    max-width: 100%;
    border-top: 1px solid #d8d8d8;
    margin-top: 5em;
    padding: 1em 0;
}

.pepa-brokerdentitytable {
    margin-top: 10px;
    margin-left: 30px;
}

td, th {
    padding: 0.2rem;
    text-align: left;
}

h2 {
    margin-left: 10px;
}

h4 {
    margin-left: 10px;
}

.form-group input[type=password] ~ .bi-eye-fill, .form-group input[type=text] ~ .bi-eye-slash-fill {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
}

.form-group input[type=text] ~ .bi-eye-fill, .form-group input[type=password] ~ .bi-eye-slash-fill {
    display: none;
}