﻿ 
        .panel-margin 
        {
            margin-bottom: 0px; 
        }

        .GridHeader-blue > th
        {
            padding-left: 5px;
            text-align: center;
            font-weight:bold;
          
        }

         .table {
            width: 100%;
            max-width: 100%;
            margin-bottom: 1rem;
            background-color: transparent;
            display: table;
            border-left: none !important;
            border-color: grey;
        }

        th {
            text-align: center;
            background-color: #a92828  !important;
            /* color: white; */
            border-bottom: 1px #9f9f9f solid !important;
            /* font-family: Calibri; */
            height: 54px;
        }

        /* width */
        ::-webkit-scrollbar {
            width: 10px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px grey;
            border-radius: 10px;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: #364150;
            border-radius: 10px;
        }

            /* Handle on hover */
            ::-webkit-scrollbar-thumb:hover {
                background: #b30000;
            }

        .GridItem {
            /* border-bottom: solid 1px #f44336; */
            color: #333333;
            font-size: 12px;
            font-family: Verdana;
          
        }

        /*a {
            color: #009688!important;
            text-decoration: none;
        }*/

        .grid-pagination table td {
            background-color: #607d8b !important;
        }

        .emptyhistory {
            color: red;
            /* height: 16px; */
            font-size: large;
            border-color: white;
        }
  
      
        h1, .h1, h2, .h2, h3, .h3 {
   
    margin-bottom: 10px;
}
        .salesmanagerUpdates{
            background-color:#99cccc !important;
        }

        .salesmanUpdates
        {
            background-color:#369 !important;
        }
        .marketingUpdates
        {
            background-color:#69c !important;
        }
        #ContentPlaceHolder1_UpdatePanel1 {
                width: calc(100% - (1.625rem * 2));
    margin: 0.75rem auto 0;
        }
.row > * {
    flex-shrink: 0;
    width: auto;
    max-width: 100%;
}


.GridAltItem {
font-size: 16px;
font-family:Calibri;
}
.GridItem {
font-size: 16px;
font-family:Calibri;
}
.GridItem:hover {
font-size: 16px;
font-family:Calibri;
    background-color: #7ea5a270 !important;
}
.GridAltItem:hover {
font-size: 16px;
font-family:Calibri;
    background-color: #7ea5a270 !important;
}
.fa {
    font-size: 27px;
}
.thead, tbody, tfoot, tr, td, th {
    border-style:none;
 
}
.pnlheading {
    border-color: Silver;
    padding:5px 5px;
    background-color: #364150;
}
  .pnlsubheading{	
             border-color:#818181;
             border-width:1px;
             border-style:Solid;
             padding-bottom: 36px;
             padding-top: 14px;
             padding-left:10px;
                 background-color: #364150;
        }
.card-block{
       margin:8px;
}
.popup-div-background {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    filter: alpha(opacity=90);
    opacity: 0.7;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}
.CenterPB {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: auto;
    height: auto;
    font-size: 11px;
    font-weight: bolder;
}
.btn {
 
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4375rem 1.25rem;
    font-size: 0.9375rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.btn-Back {
    color: #fff;
    background-color: #8b0000;
    border-color: #8b0000;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
}


.btn-Back:hover {
        color: #fff;
            background-color: #db6161;
    border-color: #db6161;
        transform: translateY(5px);
    }



.rounded-pill {
        border-radius: 50rem !important;
    }



.btn-round {
    color: #fff;
    background-color: #a92828;
    
}

    .btn-round:hover {
        color: #fff;
        background-color: #248364;
       
        transform: translateY(5px);
    }
 .btn-label-primary {
    color: #696cff;
    border-color: rgba(0,0,0,0);
    background: #e7e7ff;
}
.btn-primary {
  color: #fff;
  background-color: #696cff;
  border-color: #696cff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}
.btn-primary:hover {
  color: #fff;
  background-color: #5f61e6;
  border-color: #5f61e6;
  transform: translateY(-1px);
}
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #5f61e6;
  border-color: #5f61e6;
  transform: translateY(0);
  box-shadow: none;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #595cd9;
  border-color: #595cd9;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  box-shadow: none;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.form-selectnew {
    display: block;
    width: 100%;
    padding: 0.4375rem 1.875rem 0.4375rem 0.875rem;
    -moz-padding-start: calc(0.875rem - 3px);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
   
    border: 1px solid #d9dee3;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close:focus {
  outline: 0;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
 .btn-close:hover {
       
       
        transform: translateY(5px);
    }
@media (max-width: 1600px) {

}
.MyCalendar {
background-color:gray;
color:black;
font-style:oblique;
}
.lablealighn {
padding-top:8px;

color:black;
}
.form-control {
    color: #545454;
    border: 1px solid #8d8d8d;
}
.chkboxlistlabel input[type="checkbox"] {
    margin-right: 10px;
}

.popupmaxheight {
    max-height: calc(100vh - 300px) !important;
    overflow-y:auto;
}
.calheader > a {
    color:white;
}
.calheader {
   background-color:black !important;
   color:white;
}
.calselect {
   background-color:#a92828 !important;
   color:white;
}
.caltoday {
   background-color:#a92828 !important;
   color:white;
}

