h1.titulo{
    display: inline-block !important;
    margin-top: 0px !important;
}

i.boton{
    margin-right: 5px;
}

.m-r-5{
    margin-right: 5px !important;
}

.m-b-5{
    margin-bottom: 5px !important;
}

.m-t-0{
    margin-top: 0px !important;
}
.m-t-5{
    margin-top: 5px !important;
}

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

.m-l-3{
    margin-left: 3px !important;
}

.m-r-3{
    margin-right: 3px !important;
}

.cantidadMayor{
    color:red !important;
}

/*Botones de tablas*/
.float-e-margins .btn{
    margin-bottom:0px !important;
}

/*Contenedor de select2*/
span.select2-container {
   /* z-index:2040;*/
    width: 100% !important;
}

.text-bold{
    font-weight: bold !important;
}

.w-121{
    width: 121px !important;
}


.w-15{
    width: 15px !important;
}

.w-30{
    width: 30px !important;
}

.w-50{
    width: 50px !important;
}

.w-52{
    width: 52px !important;
}

.w-85{
    width: 85px !important;
}

.w-60{
    width: 60px !important;
}

.w-70{
     width: 70px !important;
 }

.w-72{
    width: 72px !important;
}

.w-80{
    width: 80px !important;
}

.w-90{
    width: 90px !important;
}

.w-105{
    width: 105px !important;
}

.w-130{
    width: 130px !important;
}

.w-100{
    width: 100px !important;
}

.w-110{
    width: 110px !important;
}

.w-120{
    width: 120px !important;
}

.w-170{
    width: 170px !important;
}

.w-200{
    width: 200px !important;
}

.w-250{
    width: 250px !important;
}

.w-230{
    width: 230px !important;
}

.m-t-20{
    margin-top: 20px !important;
}

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

.p-0{
    padding: 0px !important;
}

.p-t-0{
    padding-top: 0px !important;
}

.p-r-5{
    padding-right: 5px !important;
}

.p-l-5{
    padding-left: 5px !important;
}

.dl-horizontal dt{
    text-align: left !important;
    width: 110px !important;
}

.dl-horizontal dd{
    margin-left: 110px !important;
}

.dl-horizontal{
    background-color: #f3f3f4;
    margin-left: -10px;
    padding-left: 11px;
    margin-right: -10px;
    padding-right: 10px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.file-box{
    width: 100% !important;
    float: none !important;
}

.file{
    margin: 0px !important;
}

.file:focus{
    border: 2px solid red !important;
}

.file .icon, .file .image{
    height: 150px !important;

}

.w-25p{
    width: 24% !important;
    margin-bottom: 5px;
}

@media (max-width: 970px) {
    .file .icon, .file .image{
        height: auto !important;
    }
}

.slick_demo_2 .ibox-content {
    margin: 0 10px;
}
.slick_demo_Item .ibox-content {
    margin: 0 10px;
}



.slick-slide img{
    width: auto !important;
}

.progress{
    height: 10px !important;
}

/* The Modal (background) */
#myModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 15px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
#img01 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
    text-align: left;
    color: #ccc;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}

/* Add Animation */
#img01, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
/*.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    text-shadow: none !important;
    opacity: 0.6 !important;

}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}*/

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #img01 {
        width: 100%;
    }
}

span.badge{
    color: white;
}
.list-group-item{
    border-left: none;
    border: solid 1px #e7eaec;
    cursor: pointer;
}
.list-group-item:hover{
    background: #FAFAFB;
}
.list-group-item.activo:hover{
    background: #FFF;
}
.list-group-item.activo{
    background: #FAFAFB;
    color: black;
    font-weight: 700;
}

.tr {
    border-bottom: solid 1px #ddd;
}

.td {
    cursor: pointer;
}

.td-seleccionado {
    background-color: #ed1c24;
    color: white;
}

.badge.activo {
    background-color: #000;
}

.td:hover {
    background-color: #eee;
}

.td-disabled:hover {
    background-color: #ffffff;
    cursor: not-allowed;
}
.td-disabled {
    color: #cccccc;
    cursor: not-allowed;
}

.truncateCampoDesc {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seleccionado{
    border: 2px solid red !important;
}

.tieneFotografias{
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
    color:white !important;
}

.tieneInformacion{
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
    color:white !important;
}

.noCumpleNom{
    background-color: red !important;
    border-color: red !important;
    color:white !important;
}

.radioOptions{
    margin-right: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.divConectado{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #607D8B;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color:white;
    font-weight: bold;
}

.file-box {
    float: left !important;
    width: 220px !important;
    margin-bottom: 10px !important;
}

.file-box {
    float: left !important;
    width: 220px !important;
}
.file-manager h5 {
    text-transform: uppercase !important;
}
.file-manager {
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.folder-list li a {
    color: #666666 !important;
    display: block !important;
    padding: 5px 0 !important;
}
.folder-list li {
    border-bottom: 1px solid #e7eaec !important;
    display: block !important;
}
.folder-list li i {
    margin-right: 8px !important;
    color: #3d4d5d !important;
}
.category-list li a {
    color: #666666 !important;
    display: block !important;
    padding: 5px 0 !important;
}
.category-list li {
    display: block !important;
}
.category-list li i {
    margin-right: 8px !important;
    color: #3d4d5d !important;
}
.category-list li a .text-navy {
    color: #ed1c24 !important;
}
.category-list li a .text-primary {
    color: #1c84c6 !important;
}
.category-list li a .text-info {
    color: #23c6c8 !important;
}
.category-list li a .text-danger {
    color: #EF5352 !important
}
.category-list li a .text-warning {
    color: #F8AC59 !important;
}
.file-manager h5.tag-title {
    margin-top: 20px !important;
}
.tag-list li {
    float: left !important;
}
.tag-list li a {
    font-size: 10px !important;
    background-color: #f3f3f4 !important;
    padding: 5px 12px !important;
    color: inherit !important;
    border-radius: 2px !important;
    border: 1px solid #e7eaec !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    display: block !important;
}
.file {
    border: 1px solid #e7eaec !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    position: relative !important;
    margin-bottom: 20px !important;
    margin-right: 20px !important;
}
.file-manager .hr-line-dashed {
    margin: 15px 0 !important;
}
.file .icon,
.file .image {
    height: 100px !important;
    overflow: hidden !important;
}
.file .icon {
    padding: 15px 10px !important;
    text-align: center !important;
}
.file-control {
    color: inherit !important;
    font-size: 11px !important;
    margin-right: 10px !important;
}
.file-control.active {
    text-decoration: underline !important;
}
.file .icon i {
    font-size: 70px !important;
    color: #dadada !important;
}
.file .file-name {
    padding: 10px !important;
    background-color: #f8f8f8 !important;
    border-top: 1px solid #e7eaec !important;
    font-weight: 600 !important;
    text-align: left !important;
    font-size: 10px !important;
}
.file-name small {
    color: #676a6c !important;
}
.corner {
    position: absolute !important;
    display: inline-block !important;
    width: 0; !important
height: 0 !important;
    line-height: 0 !important;
    border: 0.6em solid transparent !important;
    border-right: 0.6em solid #f1f1f1 !important;
    border-bottom: 0.6em solid #f1f1f1 !important;
    right: 0em !important;
    bottom: 0em !important;
}
a.compose-mail {
    padding: 8px 10px !important;
}
.mail-search {
    max-width: 300px !important;
}

.truncate210 {
    width: 198px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}