﻿/*===============modal=============*/
.center_text
{
    text-align: center;
}
.modalBackground
{
    background: url('../images/ui/modal_bg.png');
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.modal_wrapper
{
    width: 330px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 61%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(61%,#ffffff), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 61%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 61%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 61%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 61%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.modal_wrapper_lg {
    width: 435px;
    height: 700px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 61%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(61%,#ffffff), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 61%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 61%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 61%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 61%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.modal
{
    padding: 20px;
}

.modal div
{
    position: relative;
}
.modal .ico_input_modal
{
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 16px;
    left: 9px;
    padding-right: 5px;
    border-right: 1px solid #D8D8D8;
}

#Usuarioicon
{
    background-image: url(../images/icons/user.png);
}

#Passwordicon
{
    background-image: url(../images/icons/password.png);
}

.modal .input
{
    width: 84%;
    border: 1px solid #929191;
    height: auto;
    padding: 7px 0px 7px 46px;
    margin:  10px  0 10px;
    font-size: 15px;
}

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #B3B3B3;
}

.btn_close
{
    background-image: url('../js/fancybox/fancybox_sprite.png');
   position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
background-color:transparent;
border:0;

   
}


.btn_login
{
    width: 100%;
    background-color: #f6b612;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato' , sans-serif;
    font-weight: 400;
    height: auto;
    padding: 7px 0px;
    margin-top: 20px;
    font-size: 15px;
    border: none;
}

.btn_confirm
{
    width: 45%;
    background-color: #f6b512;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato' , sans-serif;
    font-weight: 400;
    height: auto;
    padding: 7px 0px;
    margin-top: 20px;
    font-size: 15px;
    border: none;
    float: left;
    margin-left: 20px;
    background-image: url("../images/icons/confirm.png");
    background-position: 25px 7px;
    background-repeat: no-repeat;
}

.btn_cancel
{
    width: 45%;
    background-color: #9d9d9d;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato' , sans-serif;
    font-weight: 400;
    height: auto;
    padding: 7px 0px;
    margin-top: 20px;
    font-size: 15px;
    border: none;
    float: left;
    background-image: url("../images/icons/delete.png");
    background-position: 25px 7px;
    background-repeat: no-repeat;
}
.elemento_borrar
{
    text-transform: uppercase;
    font-weight: bold;
    border-right: none !important;
}
/*===============termina modal=============*/
