﻿body {
    padding-top: 50px;
    padding-bottom: 20px; 
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Table header Messeger*/
.tableheader table tr th{
    background-color:#bcc9d3;
}

/* Table header2*/
.tableheader2 table tr th {
    background-color: #dde5eb;
}


/* Dashboard Index */
.bAdmin {
    font-size: 12px;
    box-shadow: 1px 5px 10px -5px black;
    transition: all 0.3s ease;
}
.bAdmin2 {
    
    box-shadow: 1px 5px 10px -5px black;
    transition: all 0.3s ease;
}

.bAdmin3 {
    /*box-shadow: 1px 5px 10px -5px black;*/
    box-shadow: 5px 10px 20px 1px #8ac7ea;
    transition: all 0.3s ease;
}

.bAdmin4 {    
    box-shadow: 5px 10px 20px 1px rgb(138, 199, 234, 0.30);
    transition: all 0.3s ease;
}

.bAdmin5 {
    box-shadow: 5px 10px 20px 1px rgb(245 252 6);
    transition: all 0.3s ease;
}

.bAdmin6 {
    box-shadow: 5px 10px 20px 1px rgb(220 239 198);
    transition: all 0.3s ease;
}

.bAdmin7 {
    box-shadow: 5px 10px 20px 1px rgb(252 254 174);
    transition: all 0.3s ease;
}

.bAdmin8 {
    box-shadow: 5px 10px 20px 1px #eea8f8;
    transition: all 0.3s ease;
}

table .table thead tr th {
    text-align:center;
    align-content:center;
}



.table-wrapper2{
    max-width:98%;
    overflow-x:scroll;
    height:fit-content;
}


/* image adve logo*/

#advelog {
    background-image:url(../images/iconAdve.png);
    width:30px;
    height:30px;
}


/*print Mediaplan*/
@media print {
    body  {
        visibility: initial; 
    }    
    .PrintHidd {
        visibility: hidden;        
    }
   
    .print-container5, .print-container5 * {
        visibility: visible;
    }
    .print-container6, .print-container6 * {
            visibility: visible;
    }
        
    .print-container5 {
        position: absolute;
        left: 0px;
        top: 0px;
        page-policy:start;
    }
    .print-container6 {
        position: absolute;
        left: 0px;
        top: 50%;
        page-policy:first
    }
    
}


/*Sidebar icone*/
aside {
    background-color: rgb(255, 255, 255, 0.75);    
}
ul.nav.nav-tabs li:not(.active) i {
    color: #2482cc;
    width: 100%;
}
ul.nav.nav-tabs li.active i {
    color: black;
    width: 100%;
    font-size: 16px;
}
ul.nav.nav-tabs li :not(.active) a.fone {
    background: rgba(247, 237, 237, 0.59);
}
ul.nav.nav-tabs li.active a.fone {
    border-top: 3px solid #16a765;
    /*border-left: 3px solid #16a765;*/
}
ul.nav.nav-tabs li.active a.active {
    border-top: 3px solid #16a765;
    /*border-left: 3px solid #16a765;*/
}
ul.nav.nav-tabs li.active a {
    border-top: 3px solid #16a765;
    /*border-left: 3px solid #16a765;*/
}

ul.nav.nav-tabs li {
    /*border: 1px solid #bcc9d3;*/
    /*border-top: 1px solid #e9b9b9;*/
    border-left: 1px solid #dde5eb;
}

a.whatsapp-icon {
    background-image: url(../images/whatsapp.png);
}

a.telegram-icon {
    background-image: url(../images/telegram.png);
}

a.whatsapp-icon, a.telegram-icon {
    /*display: inline-block;*/
    height: 24px;
    width: 24px;
    /*line-height: 22px;
    text-indent: -999px;*/
    /*overflow: hidden;*/
   /* vertical-align: bottom;*/
    /*background-position: center center;*/
    /*background-size: contain;*/
    margin: 1px 2px 1px 1px;
}

