﻿.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}

.modal.fade.in .modal-dialog {
    transform: translate(0px, 0px);
}

.NotiContenedor {
    max-width: 296px;
    /*    background-color: #E7CFFF;*/
    background-color: #93DEBE;
    overflow-y: auto;
}

.flyover {
    overflow: hidden;
    position: fixed;
    width: 30%;
    height: auto;
    opacity: 1;
    z-index: 1050;
    transition: transform 1s;
}

.flyover-centered {
    bottom: 16px;
    right: -296px;
}

.flyover.in {
    transform: translateX(-312px)
}

.flyover.down {
    transform: translate(-312px,180px)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    margin-right: 5px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

button {
    overflow: visible;
}

hr.message-inner-separator {
    clear: both;
    margin-top: 0px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.NotiTitulo {
    margin-left: 15px;
    text-align: center;
}

p.NotificacionMensaje {
    color: black;
    margin-left: 15px;
    margin-right: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.NotificacionTrackBar {
    width: contain;
    margin-left: 10px;
    margin-right: 30px;
    max-width: none;
    text-align: center;
}

input.rButton {
    display: inline;
    margin-right: 4px;
}