﻿body {

    font-family: 'Open Sans', sans-serif;
}

#main-content {
    margin: 10px 10% 10px 10%;
    padding: 10px 20px 10px 20px;
    border: 1px solid transparent;
}

.main-content-lg {
    margin: unset !important;
    padding: 10px 5px 10px 5px !important;
}

.bootstrap-inline-element {
    display: -webkit-inline-box;
}


#master-logo {
    width:200px;
    margin-right:50px;
}

#main-header {
    margin: 0px 6% 0px 6%;
}

.my-hidden {
    position:absolute;
    top:-9999px;
}

input[type='checkbox'] {
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
}

.my-panel {
    display:none;
    padding-top:10px;
}

.my-panel-active {
    display:block;
}

.important-info {
    color:red;
}
.search-grid-btn{
    width:100px;
}

.table tr:nth-child(1) {
  border-bottom:2px solid black;
}
.table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.gv-btn-col{
    width:50px;
}
.font-800{
    font-weight:800;
}

.text-center{
    text-align:center;
}

.center-div {
    display: flex;
    justify-content: center;
}

.error-label {
    font-size:20px;
    color:red;
}

table.table {
    border-radius:5px;
    border-collapse:separate !important;
}

#lblNoDataFoundLabel {
    font-size:30px
}

.asterisk{
    color:red;
    font-weight:800;
}
.asterisk::after{
    content:"*";
}

.navbar.bg-light {
    background-color: white!important;
}


#gvCampaignStats tr th{
    font-size:28px;
    font-weight:bold;
}
#gvCampaignStats tr td{
    font-size:24px;
    font-weight:bold;
}


@media(max-width:990px){
    
    #main-content {
        margin:10px 4% 10px 4%;
    
    }

}

@media(max-width:576px){
    
    #main-content {
        margin:10px 2% 10px 2%;
    
    }
    
    #main-header {
        margin: 0px 1% 0px 1%;
    }

}