/*
    99Lime.com HTML KickStart by Joshua Gatcke
    style.css
    
*/


/*---------------------------------
    IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
    OVERRIDES
-----------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
}

button, a.btn, input[type="submit"], input[type="reset"], input[type="button"]
{
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    border: 0px;
}

.menu
{
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
}

.menu-bar
{
    float: left;
}

/*---------------------------------
    LAYOUT
-----------------------------------*/
body
{
    margin: 0;
    padding: 0;
    color: #4e4e4e;
    background-color: #FFFFFF;
    font-size: 10pt;
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    background: #EDEEEF url('../Images/background.png') repeat 0 0 fixed;

    
}

.body-content
{
    padding: 10px;
}

#logo_back
{
    position: fixed;
    _position: absolute;
    _margin-top: 0;
    _margin-right: 0;
    top: 40px;
    z-index: 100;
}

#wrap {
    width: 970px;
    background: #fff;
    margin: 0px auto 30px auto;
    padding: 0;
    padding-top: 44px;
    border: 1px solid #ccc;
}

#login
{
    height: 30px;
    float: right;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 7px;
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #FFF;
    text-align: right;
    line-height: 275%;
}

    #login p
    {
        margin-top: 0px;
        float: right;
        margin-right: 10px;
    }

#logomenu
{
    /*width: 120px;
    height: 30px;*/
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 60px;
    background-repeat: no-repeat;
    cursor: pointer;
    /*background-image: url('../Images/Logo.png');*/
    /*background-image: url('../Images/info.png');*/
    background-image: url('../Images/cellphone.png');
}

/* login page */

#login-fondo
{
    height: 550px;
    /*background-image: url(../Images/fondo-login.jpg);*/
    background-image: url(../Images/fondo-home1.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 960px;
}

#loginForm
{
    float: left;
    width: 35%;
    height: 310px;
    /*background-image: url(../Images/fondo-home1.jpg);*/
    background-image: url(../Images/semi-blanco.png);
    background-repeat: repeat;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 22px;
    margin-left: 5%;
    margin-top: 5%;
}

    #loginForm h2
    {
        margin-top: 0px;
    }

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul
    {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li
    {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input
    {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button
        {
            width: auto;
        }



#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2
    {
        margin-bottom: 5px;
    }

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}


#fixedmenu
{
    /*background-color:#005E57;*/
    background-color: #ce752a;
    margin: 0px auto 30px auto;
    width: 100%; /*960*/
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.highlight
{
    color: #FFF;
    font-weight: bold;
}


.searchFilter
{
    float: left;
    width: 90%;
}

.newRegister
{
    float: right;
    width: 10%;
    text-align: right;
}

.buttonsGrid
{
    width: 45px;
    padding-top: 5px !important;
}


/*---------------------------------
    POPUP
-----------------------------------*/
.popup
{
    min-width: 400px;
    overflow: hidden;
}

.popup-tile
{
    color: #005E57 !important;
    margin-top: -5px;
    font-size: 12pt;
    padding: 15px;
    background: #DDDEDF; /* Old browsers */
    background: -moz-linear-gradient(top, #DDDEDF 0%, #FFFFFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDDEDF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #DDDEDF 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #DDDEDF 0%,#FFFFFF 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #DDDEDF 0%,#FFFFFF 100%); /* IE10+ */
    background: linear-gradient(top, #DDDEDF 0%,#FFFFFF 100%); /* W3C */
}

.popup-content
{
    clear: both;
}

.popup-button-bar
{
    bottom: 0px;
    background: #F8F8F8;
    border-top: 1px solid #DDDEDF;
    border-bottom: 1px solid #DDDEDF;
    width: 100%;
    float: right;
    text-align: right;
    padding: 5px 5px 5px 5px;
    clear: both;
    position: absolute;
}

.image-button
{
    padding: 0px !important;
    width: 13px;
    height: 16px;
    border: 0px;
    background-color: transparent;
    margin: 0px 5px 0px 5px;
}

.field-validation-error
{
    font-size: 11px;
    color: red;
}

.input-validation-error
{
    width: 99%;
}

.validation-summary-errors li
{
    font-size: 14px;
    color: red;
    list-style: none;
    margin: 0 0 -1px 0;
    padding-left: 18px;
    background: url(kickstart/img/icon-arrow-right-red.png) no-repeat 5px 0.9em;
}


/*---------------------------------
    CHART
-----------------------------------*/
.chart-area
{
    width: 560px;
    height: 400px;
    margin: auto;
}

#divValidationSummary
{
    width: 950px;
    border-bottom: 1px solid #CD3333;
    background: #FFC1C1;
    color: #A52A2A;
    font-size: 10pt;
    text-align: left;
    margin: -20px 0px 0px -15px;
    padding: 20px 0px 0px 20px;
    max-height: 200px;
    z-index: 5;
    cursor: pointer;
    padding-bottom: 10px;
}

    #divValidationSummary.fixed
    {
        position: fixed;
        top: 50px;
    }

    #divValidationSummary span
    {
        font-size: 13px;
    }

    #divValidationSummary ul
    {
        margin-top: 10px;
        border-top: 1px dashed #CD3333;
        border-width: 50% !important;
        margin-left: -20px;
        padding-top: 10px;
    }

        #divValidationSummary ul li
        {
            margin-left: 20px;
        }

.goog-te-banner-frame.skiptranslate
{
    display: none !important;
}

body
{
    top: 0px !important;
}

iframe, #:1.menuBody, .goog-te-menu-frame
{
    display: none !important;
}

#google_translate_element
{
    float: right;
    margin-top: -4px;
    margin-right: -2px;
}

.goog-logo-link
{
    display: none;
}

#fondo-home
{
    /*background-image: url(../Images/fondo-home.jpg);*/
    background-image: url(../Images/fondo-home1.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    float: left;
    width: 100%;
    min-height: 360px;
}


.redondo
{
    border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
}

.sombra
{
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}


/* main layout
    ----------------------------------------------------------*/
.main-content,
.featured + .main-content
{
    background-position: 10px 0;
}

.content-wrapper
{
    padding-right: 10px;
    padding-left: 10px;
    
}

.featured .content-wrapper
{
    padding: 10px;
}

/* page content */
article, aside
{
    float: none;
    width: 100%;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

    ol.round li
    {
        padding-left: 10px;
        margin: 25px 0;
    }

        ol.round li.zero,
        ol.round li.one,
        ol.round li.two,
        ol.round li.three,
        ol.round li.four,
        ol.round li.five,
        ol.round li.six,
        ol.round li.seven,
        ol.round li.eight,
        ol.round li.nine
        {
            background: none;
        }

/* features */
section.feature
{
    float: none;
    padding: 10px;
    width: auto;
}

    section.feature img
    {
        color: #999;
        content: attr(alt);
        font-size: 1.5em;
        font-weight: 600;
    }

/* forms */
input
{
    width: 90%;
}


/* login page */
/*#loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error
        {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm
    {
        margin-left: 0;
        float: none;
        width: auto;
    }*/


/* footer
    ----------------------------------------------------------*/
footer .float-left,
footer .float-right
{
    float: none;
}

footer
{
    text-align: center;
    height: auto;
    padding: 10px 0;
}

    footer p
    {
        margin: 0;
    }

}

footer ul
{
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 150px;
}

    footer ul li
    {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

        footer ul li ul
        {
            margin-top: 3px;
            margin-left: 3px;
            padding: 0;
        }

            footer ul li ul li
            {
                font-size: 0.8em;
                margin-bottom: 2px;
            }

footer h3.logo-footer
{
    background-image: url(../Images/metso-logo-footer.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 70px;
    text-indent: -9999em;
}

.headers-footer h4, h5
{
    width: 250px;
    font-weight: lighter;
    padding: 0px;
    margin: 8px 0px 0px 0px;
    color: #838383;
}


.headers-footer h5.chile
{
    width: auto;
    padding-left: 22px;
    background-image: url(../Images/chile-miniatura.png);
    background-position: left;
    background-repeat: no-repeat;
}

.headers-footer h5.brasil
{
    width: auto;
    padding-left: 22px;
    background-image: url(../Images/brasil-miniatura.png);
    background-position: left;
    background-repeat: no-repeat;
}


/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    background-color: #fff;
    margin-top: 0px;
}

    .featured a:link, a:visited, a:active
    {
        /*color: #ffa123;*/
    }

    .featured a:hover
    {
        /*color: #fc9000;*/
    }

    .featured .content-wrapper
    {
        margin-top: 0px;
        /*box-shadow: 0px -2px 2px #B8B8B8;*/
        background-image: url("../Images/degrade-horizontal.png");
        background-repeat: repeat-x;
        background-position: bottom;

        background-color: #0094ff;
        color: #FFFFFF;
        
        background-color: #0094ff;
        background-image: -moz-linear-gradient(top, #0094ff, BLACK);
        background-image: -webkit-linear-gradient(top, #0094ff, BLACK);
        background-image: linear-gradient(top, #0094ff, BLACK);
        

        /*#0094ff;*/ /*AZUL*/
        /*background-color: #005E57;
        background-image: -moz-linear-gradient(top, #005e57, #002725);
        background-image: -webkit-linear-gradient(top, #005e57, #002725);
        background-image: linear-gradient(top, #005e57, #002725);*/
        
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2
    {
        color: #fff;
    }

    .featured p
    {
        font-size: 1.1em;
    }


.username
{
    /*background-color:#CD3333;*/
    font-size: small;
}

.loader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.bordered
{
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

    /**** seleccion ****/
    .bordered tr:hover
    {
        /*background: #fbf8e9;*/
        background: rgb(240,241,246);
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .bordered td, .bordered th
    {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }

    /**** encabezado ****/
    .bordered th {
        /*background-color: #dce9f9;*/
        /*background-color: #428bca;*/
        /*#428bca*/ 
        background-color: rgb(183,211,202);

        background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
        background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: linear-gradient(top, #ebf3fc, #dce9f9);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        border-top: none;
        font-size: 0.9em;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }

    .bordered td
    {
        font-size: 0.9em;
        color: #333;
    }



#version-chile
{
    /*width: auto;*/
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../Images/chile-miniatura.png);
    background-position: left;
    background-repeat: no-repeat;
}


#logohome
{
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 10px;
    /*margin-left: 15px;
    margin-right: 80px;*/
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url('../Images/go-home24x24.png');
}

.fondo_chart
{
    background-image: url('../Images/FOTOS/FOTO6g.jpg');
    background-repeat: no-repeat;
    background-size: 940px 520px;
}

    .fondo_chart::after
    {
        opacity: 0.2;
    }



.textomenuchautor
{
    font-family: 'calibri';
    font-size: 12px;
    font-weight: normal;
    color: rgb(183,211,202);
    text-decoration: none;
    background-color: #000;   
}

    .textomenuchautor:hover
    {
        font-family: 'calibri';
        font-size: 16px;
        font-weight: bold;
        color: #DDDEDF;
        text-decoration: none;         
        /*background-color: #111111;*/
        
    }


    
.yammer-obsins {
    padding: 0 !important;

    background-image: url("../Images/metso-yamm-bkg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: white;
}

.fondo_chart3
{
    background-image: url('../Images/FOTOS/cascadia.jpg');
    background-repeat: no-repeat;
    background-size: 940px 520px;
}

    .fondo_chart3::after
    {
        opacity: 0.2;
    }
