

 .m-bottom-0{
 	margin-bottom:0 ! important;
 }

.dropdown-menu{
  right: -20px !important;

}

.notifiDetails{
     right: -88px !important;
}

 input[type="file"] {
    display: none;
}

.table-fixed{
	table-layout: fixed;
}

.separator{

    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    color:#f0f0f0;
    border-color:#e9e9e9;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:0;
    display:none;
    text-indent:-9999px;
    background: url("../img/icon_top.png") no-repeat;
}

.bNav{
    color:#f0f0f0 !important;
    margin-top:0 !important;
    background:#00BCD4 !important;
}

.min-20{
     height: 20px;
}

body{margin-top:20px;}
.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

@media (max-width: 767px){
    .user_menu{
        width: 480px !important;
        border: 1px solid #000 !important;
        right: 0px !important;
    }

    .notificaciones_menu{
        width: 480px !important;
        border: 1px solid #000 !important;
        left: 45px !important;
    }
}



.dataTables_wrapper input[type="search"]{
    width: 300px !important;
}

.table_menu{
    float:right;
    list-style-type: none;
}

.table_menu a{
    color:#555;

}

@keyframes wiggle {
    0% { transform: rotate(-50deg); }
    100% { transform: rotate(50deg); }
  }

    .wiggle {
        animation: wiggle .3s infinite alternate;
    }

    .circulo{
        width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding-top:5px;
    }
