.header-main {
    padding-top: 10px;
    background: #ffffff url("../vendor/theme/images/mosaic-pattern.png") repeat;
    border-bottom: 1px solid #e5e5e5;
}

table.dataTable thead {
    /* background-color: cornflowerblue; */
    background-color: rgba(224, 69, 69, 0.9)!important;
    color: white;
}
hr {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.table_full{
    width: 100%!important;
}
.table_scrollX{
    width: 100%!important;
}
.table_full_scrollX{
    width: 100%!important;
}
.table_full_25{
    width: 100%!important;
}

.dt-buttons {
    position: absolute;
    right: 300px;
}

.dataTables_filter label input {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    margin-right:20px;
}

.dataTables_length select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.buttons-colvis {
    margin-left: 10px!important;
    border-bottom-left-radius: 5px!important;
    border-top-left-radius: 5px!important;
}

.buttons-excel {
    border-bottom-right-radius: 5px!important;
    border-top-right-radius: 5px!important;
}

.widget .widget-body .glyphiconsCustom:before {
    color: #000000!important;
}
.widget .widget-body .glyphiconsCustom {
    color: #000000!important;
}
.widget .widget-body .glyphiconsCustom:after {
    color: #000000!important;
}


.list-group-item-text-seti {
    margin-bottom: 0;
    line-height: 1.3;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0px;
    background-color: #ffffff;
    border: 1.2px solid #A0A0A0!important;
}

.widget-timeline ul.list-timeline li .activity-icon i:before{
    position: relative;
    top: 0;
    left: 0;
    color: #00b70c;
    font-size: 17px;
    line-height: 30px;
}
.widget-timeline ul.list-timeline li .activity-icon .red i:before{
    position: relative;
    top: 0;
    left: 0;
    color: #f21e03;
    font-size: 17px;
    line-height: 30px;

}

.custom{
    color: #b7180c;
    opacity:0.9;
}

.custom:active{
    color:red
}

.mt10 {
    margin-top: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb20{
    margin-bottom: 20px;
}
.epsom-table{
  background-color: #f4904f!important;
}

#footer{
    height: 105px;
}

.widget-chat .chat-controls2 {
     position: relative;
     padding: 10px 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #fff;
     border-top: 1px solid #e5e5e5;
 }

.widget {
    background: #fff;
    margin: 0 auto 10px;
    position: relative;
    border: 2px solid rgba(141, 141, 141, 0.66);
}
.widget .tab-content {
    padding: 0;
}
.widget > .widget-head {
    background: #f1f1f1 url("../vendor/theme/images/mosaic-pattern.png") repeat;
    color: #fff;
    height: 50px;
    position: relative;
    padding: 10px 10px 10px 10px;
    /*:not(.filters) .glyphicons:not(.btn) {*/

}

.widget > .widget-head .heading {
    margin: 0;
    color: #45484d;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
}
.widget .widget-body {
    padding: 20px!important;
}
.menubar {
    height: 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid #b4b4b4;
    background: #fafafa;
    margin: 0;
    font-size: 9pt;
}

.widget.widget-tabs-double2 > .widget-head {
    height: auto!important;
}

.widget.widget-tabs .tab-content2 {
    padding: 0!important;
}

.precarga {
    position: absolute;
    top: 12%;
    right: 1%;

    /*background:transparent url(../img/ajax-loader.gif) center no-repeat;*/
}


.notificacion {
    padding: 10px;
    margin-top: 10px;
}

.notificacion-error {
    background-color: #DB4343;
    color: white;
}

.notificacion-ok {
    background-color: #588fcc;
    color: white;
    /*cursor: pointer;*/
}

/*.notificacion-ok:hover {*/
    /*background-color: #0D8BBD;*/
    /*color: white;*/
/*}*/


/*time line*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');

.p30{
    padding:30px;
}
.p20{
    padding:20px;
}
.mt20{
    margin-top:20px;
}

.timeline{
    position:relative;
    margin:50px auto;
    padding:40px 0;
    width:1000px;
    box-sizing:border-box;
}
.timeline:before{
    content:'';
    position:absolute;
    left:50%;
    width:2px;
    height:100%;
    background:#c5c5c5;
}
.timeline:after{
    content:url("../img/start_timeline.png");
    position:absolute;
    left: 12px;
}
.timeline ul{
    padding:0;
    margin:0;
}
.timeline ul li{
    list-style:none;
    position:relative;
    width:50%;
    padding:20px 40px;
    box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
    float:left;
    text-align:right;
    clear:both;
}
.timeline ul li:nth-child(even){
    float:right;
    text-align:left;
    clear:both;
}
.content{
    padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    top:24px;
    right:-6px;
    background:#ccc;    border-radius:50%;
    box-shadow:0 0 0 3px rgba(150,150,150,0.8);
}


.status_okey{
    background-color: green;
}

.status_fail{
    background-color: red;
}
.timeline ul li:nth-child(even):before
{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    top:24px;
    left:-4px;
    background:#ccc;
    border-radius:50%;
    box-shadow:0 0 0 3px rgba(150,150,150,0.8);
}
.timeline ul li h3{
    padding:0;
    margin:0;
    color:rgba(233,33,99,1);
    font-weight:600;
    font-size:20px;
}
.timeline ul li p{
    margin:10px 0 0;
    padding:0;
}
.timeline ul li .time h4{
    margin:0;
    padding:0;
    font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
    position:absolute;
    top:12px;
    right:-165px;
    margin:0;
    padding:8px 16px;
    /*background:#abc837;*/
    /*border-radius:25px;*/
    /*box-shadow:0 0 0 0px #88aa00;*/
}
.timeline ul li:nth-child(even) .time
{
    position:absolute;
    top:12px;
    left:-165px;
    margin:0;
    padding:8px 16px;
    /*background:#abc837;*/
    /*border-radius:25px;*/
    /*box-shadow:0 0 0 0px #88aa00;*/
}

.time-other{
    background:#e04545!important;
    box-shadow:0 0 0 0px #e04545!important;
    border-color: #E04545!important;
    color:#fff!important;
}

.icon-medium{
    font-size:1.3em!important;
}
@media(max-width:1000px)
{
    .timeline{
        width:100%;
    }
}
@media(max-width:2500px){
    .timeline{
        width:100%;
        padding-bottom:0;
        padding-top:5px;
    }
    h1{
        font-size:40px;
        text-align:center;
    }
    .timeline:before{
        left:20px;
        height:100%;
    }
    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even)
    {
        width:100%;
        text-align:left;
        padding-left:50px;
        padding-bottom:50px;
    }
    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before
    {
        top:-18px;
        left:16px;
    }


    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time{
        top:-30px;
        left:50px;
        right:inherit;
        color:#fff!important;
    }

    .content{
        margin-top:-10px;
    }
}

.cursor-pointer
{
    cursor: pointer;
}

.cursor-pointer:hover
{
    background-color: #cccccc;
}

.badge-success{
background-color: yellowgreen;
}
.badge-error{
    background-color: red;

}
.badge-warning{
    background-color: darkorange;

}

.white-font
{
    color:white;
}

.img-movil{

    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}
.postion-text-movil{

    position: absolute;
    left: 20%;
    top: 30%;
    width: 550px;
    /*margin-top: 50px;*/
    /*margin-left: 250px;*/

}

.cabecera-msg{

    background-color: #0c199c;
    padding: 10px;

}

.cabecera-msg h3 {
    color: white!important;
}

.cuerpo-msg{
    margin-top: 20px;
    background-color: #cccccc;
    padding: 20px 10px;
    border-radius: 10px;

}

@media (min-width: 1280px) and (max-width: 1366px  ) {

    .postion-text-movil{

        width: 450px;
        left: 18%;
        font-size: 11px;
    }
}

@media (min-width: 1367px) and (max-width: 1555px  ) {

    .postion-text-movil{

        width: 500px;
        left: 18%;
        font-size: 12px;
    }
}

.tri-right.left-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    bottom: auto;
    border: 12px solid;
    border-color: #cccccc #cccccc transparent transparent;
}