@font-face {
    src: url('Moderat-Regular.ttf');
    font-family: 'Moderat-Regular';
    font-style: normal;
}

html {
    font-size: 14px;
    font-family: 'Moderat-Regular', Arial;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Moderat-Regular', Arial;
}

.navbar-brand{
    font-size: 16px !important;
}

#menu, footer {
    /*background-color: #333333 !important;*/
    background-color: #FF1100 !important;
}


    #menu a, #menu form, #menu button, #right, footer a, foooter form, footer span {
        /* color: #ffffff !important;*/
        color: #FFFFFF !important;
    }

        #right label {
            color: #ffffff !important;
        }

#currency {
    
    border-radius: 0;
    border: 1px #FFFFFF solid;
    background-color: #FF1100;
    color: #ffffff !important;
    padding: 10px !important;
    margin-left: 5px;
}
/* Style inputs, select elements and textareas */
#calculator input[type=text], #calculator select, #calculator textarea, #calculator input[type=number],
#customerprofile input[type=text], #customerprofile select, #customerprofile textarea, #customerprofile input[type=number],
#login input[type=text], #login input[type=password],
#changepass input[type=text], #changepass input[type=password] {
    width: 100%;
    padding: 10px;
    border: 2px solid #FF1100;
    border-radius: 50px;
    box-sizing: border-box;
    color: #3A0C18;
    font-weight: bold;
    resize: vertical;
}

#tableNew input[type=text], #tableNew select, #tableNew textarea, #tableNew input[type=number] {
    width: 100%;
    padding: 10px;
    border: 0px solid;
    border-radius: 50px;
    box-sizing: border-box;
    background-color:#ebebeb;
    color: #3A0C18;
    font-weight: bold;
    resize: vertical;
}

    select > button {
        border: 2px solid #FF1100;
        color: #FF1100;
    }

/* Style the label to display next to the inputs */
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    color: #3a0c18;
    font-weight: bold;
}
#tableNew {
    text-align: left;
    margin: 0 15% 20px  ;
    width: 70%;
}
#tableNew td {
    color: #3a0c18;
    font-weight: bold;
}
#tableNew th {
    color: #9A876e;
    font-weight: bold;
    text-align: center;
}
th.hmach, th.huser {
    width: 15%;
}
#tableNew th:first-child{
    width:60%;
    text-align: left;
}


#calculator, #customerprofile, .semaforo-main, #login, #changepass {
    width: 70%;
    margin: 0 15%;
    text-align: left;
}

/* Style the submit button */
input[type=submit], input[type=button] {
    background-color: #FF1100;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    width: 100%;
}

/* Style the container */
.contenedor {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

/* Floating column for labels: 25% width */
.col-50 {
    float: left;
    width: 50%;
    margin-top: 6px;
}

.col-40 {
    float: left;
    width: 40%;
    margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-50, input[type=submit] {
        width: 100%;
        margin-top: 5px;
    }
}

* {
    box-sizing: border-box;
}

/* Create three columns of equal width */
.columns {
    float: left;
    width: 50%;
    padding: 8px;
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    /* Add shadows on hover */
    .price:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
    }

    /* Pricing header */
    .price #FYP-H {
        background-color: #9A876E;
        color: white;
        font-weight: bold;
        font-weight: bold;
    }
    .price #YSP-H {
        background-color: #3A0C18;
        color: white;
        font-weight: bold;
    }

    /* List items */
    .price li {
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: center;
    }

    /* Grey list item */
    .price .grey {
        background-color: #eee;
        color: #3A0C18;
        font-weight: bold;
    }

/* The "Sign Up" button */
.button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}


.v-btn__content {
    line-height: 38px !important;
    position: relative;
    z-index: 2;
    /*transition: color 0.8s cubic-bezier(0.7, 0.5, 0.2, 1) !important;*/
}


.v-btn, .v-btn:hover {
    border-radius: 25.5px;
    /*padding: 5px 30px 7px;*/
    height: max-content !important;
    line-height: 48px !important;
    max-height: unset !important;
    position: relative !important;
    overflow: hidden;
    background-color: #FF1100 !important;
    text-decoration: none;
    color: #ffffff;
    width: 30%;
    display: block;
    margin: 30px 35%;
}

#message{
    width:50%;
    margin: 30px 25%;
}

.semaforo, .explanation{
    display:block;
    float:left;
}
.semaforo{
    width:20%;
}
.explanation {
    width: 75%;
    color:#3a0c18;
}

.message{
    margin-top:25px;
}

@media only screen and (max-width: 1100px) {

    .message {
        margin-top: 0px !important;
    }
}

.semaforo-main {
    height: 185px;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

@media (min-width: 992px) {
    .dpcontainer {
        max-width: 560px !important;
    }
}
@media (min-width: 700px) {
    .dpcontainer {
        max-width: 360px !important;
        margin-left: 0 !important;
    }
}
@media (min-width: 400px) {
    .dpcontainer {
        max-width: 160px !important;
        margin-left: 0 !important;
    }
    .v-btn, .v-btn:hover{
        width: 50% !important;
        margin: 30px 25%;
    }
}

.navbar-toggler{
    display: none !important;
}

#disclaimer{
    text-align:left;
    margin:10px 15%;
    font-size: 14px;
    width:70%;
}