﻿/* Sticky footer styles
    -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}



.footer {
    position: relative;
    /*bottom: 1px;*/
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.bg-orange {
    background-color: rgba(209,77,30,0.95);
}

.green {
    color: green
}

.blue {
    color: blue
}

.red {
    color: red
}

.border-grey {
    border-bottom: 3px solid rgba(63,63,65,1);
}

html, body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.navbar {
    border: 0px !important;
    background-color: transparent !important;
    box-shadow: unset !important;
}

.navbar-brand span {
    display: none;
}

.navbar-brand img {
    height: 100px;
}

.box.login {
    width: 500px;
    height: 400px;
    margin-left: calc(55%);
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgb(193, 240, 253,0.25);
    box-shadow: unset;
    border: 0px solid rgba(0,0,0,0.8);
}

input[type="text"], input[type="email"], input[type="password"] {
    border: none;
    border-radius: 0;
    color: #000000;
    height: 45px;
    padding-left: 15px;
    box-shadow: none;
}

#footer_acceo {
    text-align: left;
    padding: 15px 20px 10px 20px;
}

@media (min-width: 576px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }

    html, body {
        background-image: url("/images/bgpmc.jpg") !important;
        background-repeat: no-repeat;
        background-position-y: bottom;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1920px;
    }

    html, body {
        background-image: url("/images/bgpmc.jpg") !important;
        background-position-y: bottom;
    }
}

@media (min-width:1400px) {
    html, body {
        background-image: url("/images/bgpmc.jpg") !important;
        background-position-y: bottom;
    }
}

@media (min-width:1600px) {
    html, body {
        background-image: url("/images/bgpmc.jpg") !important;
        background-position-y: bottom;
    }
}

body > .container {
    height: calc(100% - 245px);
    display: table;
    padding-top: 0px;
}

    body > .container > main {
        display: table-cell;
        vertical-align: middle;
    }

.box.info {
    width: 700px;
    margin-left: calc(20%);
    height: 100%;
    position: fixed;
    top: 0;
    background-color: transparent;
    box-shadow: unset;
    border: 0px solid rgba(0,0,0,0.8);
}

.dx-label {
    color: rgb(34,145,208);
    font-weight: 700;
}

.Green {
    color: green;
}

.dx-button.secButton {
    width: calc(50% - 10px);
}

.dx-texteditor-input {
    background-color: rgb(156,160,164) !important;
    color: white !important;
}

.logo_acceo_wrap {
    height: 45px;
}