﻿html {
    font-family: Helvetica Neue Pro, Verdana,Helvetica,sans-serif !important;
    font-size: 12pt;
}

/*List of text
-------------------------------------------------- */

ul li {
    margin-bottom: 25px;
    text-align: justify;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
    padding: 10px 15px 0;
}

code {
    font-size: 80%;
}



/******* Button Send shortId*******/
#IDDivButton {
    margin-top: 10px;
}

#ButtonSent {
    padding: 10px;
    background: #F2F2F2;
    border: medium none;
    color: #C10068;
    cursor: pointer;
    height: 44px;
}

    #ButtonSent:hover {
        color: #F2F2F2;
        background: #C10068;
    }
/*************************************/

.flag {
    width: 40px;
    height: auto;
    cursor: pointer;
}

.nav li {
    margin: 10px;
}

.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

.navbar-default button {
    display: none;
}

.form-code {
    background: #F2F2F2;
    margin: 10px 0;
    padding-top: 20px;
    padding-left: 28px;
}

.form-btn {
    border-top: 1px solid #D2D2D2;
    padding-top: 10px;
    padding-left: 28px;
    padding: 10px 0;
}

.g-recaptcha > div {
    width: 100% !important;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}

#footer {
    background-color: #f5f5f5;
}


/* Custom page CSS
      -------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 80%;
}

    .container .credit {
        margin: 20px 0;
    }

.div-footer {
    border-top: 1px solid #D2D2D2;
    padding-top: 5px;
    font-size: 0.9em;
    background-color: #fff;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        width: auto;
        max-width: 100%;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: relative;
    }
}
