body{
    background-color:#F3F3F7;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.title {
   font-size: 24px;
    font-weight: 400;
    margin: 30px 0px 40px 0px;
    text-align: center;

}
.logo {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    /*margin-top: 100px;*/
}

nav .logo{
        font-size: 24px;
        margin-top: 0;
} 

.logo .light {
    font-weight: 300;
}
.copyright{
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    /*position: fixed;
    bottom: 10px;*/
    color: #555;
}

.btn{
    box-shadow: none!important;
}

.btn, .form-control {
    border-radius: 0;
}
.section-1, .section-2, .section-3, .section-4, .section-5{

	padding: 80px 25px;
}
.section-2, .section-4{
    background-color: #FFF;
}
.table {
    border-collapse: separate;
    border-spacing: 10px;
   
}
.table tbody tr td, .table thead tr th{
    padding: 25px;
    text-align: center;
} 

.card-partner {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-width: 350px;
    
}
.input-cant{
    width: 50px!important;
    height: 25px;
    margin-right: 10px;
    border-radius: 0;
    padding: 0 0 0 5px;
}

.tooltip .tooltip-inner {
    background-color:#f4f6f9;
    background-color: #007bff;
    /*color: #212529;*/
    padding: 0.5rem 0.8rem;
  }
  
  .tooltip .arrow::before {
    /*border-color: #f4f6f9;*/
    border-top-color: #007bff;
  }
.card-body i{
    cursor: pointer;
}

.btn-arrow-up {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
}

.btn-arrow-up:hover{
    cursor: pointer;
}

.pagination-sm .page-link {
    padding: .5rem .75rem; 
    font-size: 1rem;
    line-height: normal;
    
}
.tooltip-inner {
    white-space: pre-wrap;
}
.btn-search{
    box-shadow: none;
    border-left: 0!important;
    border-color: #ced4da;
}

.btn-search:hover{
   /* border-color: #007bff!important;*/
}
.background-trans{
    z-index: 2500;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    display: none;
}
.btn-search{
    background-color: #ffffff;
}
.filter {
    z-index: 2550;
    position: fixed;
    width: 360px;
    background-color: transparent!important;
    top: 0;
    bottom: 0;
    left: -380px;
    /*transition: left 1s;*/
}
.filter-container{
    position: absolute;
    width: 300px;
    background-color: #ffffff;
    height: 100%;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.53);
    box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.53);
}
.filter-header{
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ced4da;
}
.filter-footer{
    position: absolute;
    border-top: 1px solid #ced4da;
    bottom: 0;
    width: 100%;
}
.filter-body{
    overflow-y: auto;
}
.btn-close-filter {
    position: absolute;
    top: 1rem;
    right: 0;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
}

.btn-close-filter:hover{
    cursor: pointer;
}

.btn-md{
    border-radius: 50%;
    
}
.btn-md:hover{
    background-color: #F3F3F7;
}

.btn-default {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}

.border-sm-0 {
    border: 0;
}

@media (min-width: 576px) { 

    .border-sm-0 {
        border-left: 1px solid #999999;
    }
    
}

@media (min-width: 600px) { 

    .card-partner {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        max-width: 600px;
        
        }
    
}


@media (min-width: 900px) { 

    .card-partner {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        max-width: 900px;
        
        }
        
}

@media (min-width: 1200px) { 

    .card-partner {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        max-width: 1200px;
        
        }
}

@media (min-width: 1500px) { 

    .card-partner {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        max-width: 1500px;
        
        }

}

@media (min-width: 1800px) { 

    .card-partner {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
        max-width: 1800px;
        
        }

}

@media (min-width: 2100px) { 

    .card-partner {
        -webkit-column-count: 7;
        -moz-column-count: 7;
        column-count: 7;
        max-width: 2100px;
        
        }

}

@media (min-width: 2400px) { 

    .card-partner {
        -webkit-column-count: 8;
        -moz-column-count: 8;
        column-count: 8;
        max-width: 2400px;
        
        }

}

@media (min-width: 2700px) { 

    .card-partner {
        -webkit-column-count: 9;
        -moz-column-count: 9;
        column-count: 9;
        max-width: 2700px;
        
        }

}

@media (min-width: 3000px) { 

    .card-partner {
        -webkit-column-count: 10;
        -moz-column-count: 10;
        column-count: 10;
        max-width: 3000px;
        
        }

}

@media (min-width: 3300px) { 

    .card-partner {
        -webkit-column-count: 11;
        -moz-column-count: 11;
        column-count: 11;
        max-width: 3300px;
        
        }

}

@media (min-width: 3600px) { 

    .card-partner {
        -webkit-column-count: 12;
        -moz-column-count: 12;
        column-count: 12;
        max-width: 3600px;
        
        }

}

@media (min-width: 3900px) { 

    .card-partner {
        -webkit-column-count: 13;
        -moz-column-count: 13;
        column-count: 13;
        max-width: 3900px;
        
        }

}
