body{
    overflow-x:hidden;
}
@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn {
    margin-bottom: 30px
}

.space-70 {
    height: 70px;
    display: block;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

.tim-typo .tim-note {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.tim-row {
    padding-top: 50px;
}

.tim-row h3 {
    margin-top: 0;
}
.checkbox label {

    color: #123456;
}
.card-profile{
   
    text-align: left;
}
/*body{
    overflow:hidden;
}*/
.card .card-imatge {
   
    margin-top: -10px;
    width:25%;
    margin-right: 2%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#formFilter{
    display:none;
}

.modal-content{
    background-color: rgba(0,0,0,0.9);
    height:100%;
}
.modal .modal-dialog {
    margin-top:0;
}
@media (min-width: 768px)
.modal-dialog {
    width: 100%;
    margin: 0;
}
.modal-dialog {
    
    margin: 0; 
}
.modal-content .modal-body {
     padding-top: 0; 
     padding-right: 0; 
    padding-bottom: 0; 
     padding-left: 0; 
}
.slider{
    width: 640px; /*Same as width of the large image*/
    position: relative;
    /*Instead of height we will use padding*/
    padding-top: 320px; /*That helps bring the labels down*/
    
    margin: 10px auto;
    
    /*Lets add a shadow*/
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);

}
.imgslider{
    width:640px;
    height:320px;
}

/*Last thing remaining is to add transitions*/
.slider>img{
    position: absolute;
    left: 0; top: 0;
    transition: all 0.5s;
}

.slider input[name='slide_switch'] {
    display: none;
}

.slider label {
    /*Lets add some spacing for the thumbnails*/
    margin: 18px 0 0 18px;
    border: 3px solid #999;
    
    /*float: left;*/
    cursor: pointer;
    transition: all 0.5s;
    
    /*Default style = low opacity*/
    opacity: 0.6;
}

.slider label img{
    display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
    border-color: #666;
    opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
    opacity: 0;
    transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
    opacity: 1;
    transform: scale(1);
}
.eliminarimagenes{
    margin:10px 20px;
    padding:0 0;
    background-color: red;
}
.text-white {
    color: #fff!important;
}

.bg-dark {
    background-color: #343a40!important;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.addpicture{
    margin-left: 60%;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 22px 8px;
}

.wizard-card .wizard-header {
    text-align: center;
    padding: 25px 0 25px;
}

.card .nav-pills, .card .tab-content {
    margin-top: 0px; 
}
#paymentbasic,#paymentcrm{
    width: 70px;
    line-height: 64px;
    height: 70px;
}
.card-pricing .icon i {
        width: 35px;
    line-height: 17px;
    height: 35px;
}

#tblNotificaciones td:nth-child(2), #tblNotificaciones td:nth-child(1),#tblNotificaciones th:nth-child(2),#tblNotificaciones th:nth-child(1){
        display:none;
}
#tblMessages th:nth-child(1),#tblMessages td:nth-child(1){
        display:none;
}
#tblTask td:nth-child(1),#tblTask th:nth-child(1)  {
        display:none;
}