﻿
/*template*/
#MP_P_wrapper  {
    width: 100vw;
    height:100vh;
}

#wrapper 
{
    -webkit-box-shadow:inset 0px 0px 0px 1px silver; 
    width:100vw;
    height:100vh;
    position:relative;
    float:left;
    background-image:url('../Img/General/back_login.jpg?v=08032201'); 
    background-size:cover;
    background-position:right center;
    background-repeat: no-repeat;
    overflow-y:auto;
    overflow-x:hidden;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    #wrapper {
        background-position: right -100px center;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper {
        background-position: right -100px center;
    }
}


.content {
    position: relative;
    min-width: 300px;
    max-width: 500px;
    margin: 0 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(38,54,91,1);
    box-shadow: -0px 0px 30px 5px rgba(0,0,0,0.2);
    color: rgba(242,242,242,1);
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    .content {
        background-color: rgba(38,54,91,0.8);
    }
}

@media only screen and (max-width: 480px) {
    .content {
        background-color: rgba(38,54,91,0.8);
    }
}

#logo 
{
    width:250px;
    height:120px;
    background-image:url('../Img/General/logo_login.png');
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:center center;
}

.RadButton_Material.rbButton.rbHovered, .RadButton_Material.rbButton.rbHovered:hover, .RadButton_Material.rbButton.rbToggled.rbHovered,
.RadButton_Material.rbButton .rbHovered {
    border-color: #EEEEEE !important;
    color: #f2f2f2 !important;
    background-color: #8644A7 !important;
}

#usechromeexplorermessage {
    background-image: url('../Img/Iconos/browsers/chrome.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    line-height: 35px;
    vertical-align: middle;
    padding-left: 35px;
    text-align: left;
}

.RadInput_Material .riFocused, .RadInput_Focused_Material {
    color: #f2f2f2 !important;
    border-bottom-color: #9E9E9E !important;
    box-shadow: 0 -1px 0 0px #9E9E9E inset !important;
}

.arrow_l, .arrow_r {
    margin: 0 auto;
    background-size: auto 29px;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.arrow_l {
    background-image: url('../Img/Iconos/PW/arrow_l.svg?v=24072101');
}

.arrow_r {
    background-image: url('../Img/Iconos/PW/arrow_r.svg?v=24072101');
}

.Wrapper2_css {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100vh;
    min-width: 300px;
    max-width: 500px;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ececec;
    z-index: 2;
}