﻿.mi-modal {
    width: 390px !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-sso-open {
    overflow: hidden;
}

.modal-sso {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #efefef;
}

.modal-sso.fade .modal-sso-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal-sso.in .modal-sso-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-sso-open .modal-sso {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-sso-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-sso-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-sso-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-sso-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-sso-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-sso-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-sso-header .close {
    margin-top: -2px;
}

.modal-sso-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
}

.modal-sso-body {
    position: relative;
    padding: 15px;
}

.modal-sso-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modal-sso-footer .btn-sso + .btn-sso {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-sso-footer .btn-sso-group .btn-sso + .btn-sso {
    margin-left: -1px;
}

.modal-sso-footer .btn-sso-block + .btn-sso-block {
    margin-left: 0;
}

.modal-sso-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-sso-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-sso-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sso-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-sso-lg {
        width: 900px;
    }
}

.modal-sso-footer .btn-sso + .btn-sso {
    margin-bottom: 0;
    margin-left: 5px;
}

.btn-sso-default.active, .btn-sso-default:active, .open > .dropdown-toggle.btn-sso-default {
    background-image: none;
}

.btn-sso-default.active, .btn-sso-default.focus, .btn-sso-default:active, .btn-sso-default:focus, .btn-sso-default:hover, .open > .dropdown-toggle.btn-sso-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-sso.active, .btn-sso:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-sso.focus, .btn-sso:focus, .btn-sso:hover {
    color: #333;
    text-decoration: none;
}

.btn-sso-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.btn-sso {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-color: #adadad;
    border-radius: 4px;
    -webkit-appearance: button;
}

.btn-sso-default.active, .btn-sso-default.focus, .btn-sso-default:active, .btn-sso-default:focus, .btn-sso-default:hover, .open > .dropdown-toggle.btn-sso-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-sso.active, .btn-sso:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.modal-sso-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.expirerSesion {
    color: brown !important;
    font-size: 40px !important;
    padding: 18px !important;
}

#modal-btn-si {
    color: #fff !important;
    background-color: #bd0e26 !important;
}
