.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: #FFF;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #FFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #FFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.ad-btn {
    outline: none !important;
    border: 1px solid transparent;
    background: #12567E;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 0px;
    transition: all 0.20s ease-in-out;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    /*z-index: 1054;*/
}

.ad-btn:hover {
    background: #FFFFFF;
    border: 1px solid #12567E;
    color: #12567E;
}

.ad-sm-btn {
    padding: 6px 12px;
    width: 75px;
}

.round-btn {
    border-radius: 25px;
}

.btn-group, .btn-group-vertical {
    width: 100%;
}

.btn-group > .btn:hover {
    background: none;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: inherit;
    background: none;
    background-color: #FFFFFF;
    border-color: #12567E;
    box-shadow: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #12567E;
    padding: 6px;
    margin-bottom: 2px;
    background: #12567E;
    outline: none;
}

.ad-delete {
   
    background: #D93C42;
   
}

 .ad-delete:hover {
    background: #FFFFFF;
    border: 1px solid #D93C42;
    color: #D93C42;
 }

.ad-validate {
   
    background: #87c255 ;
    
}

.ad-validate:hover {
    background: #FFFFFF;
    border: 1px solid #87c255;
    color: #12567E;
}

.ad-sub-nav-item {
    padding: 15px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 8px 15px;
    margin-bottom: 5px;
    cursor: pointer;
    /* transition: all .20s ease-in-out; */
}

    .ad-sub-nav .ad-sub-nav-item:hover,
    .ad-sub-nav-item.active {
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: 8px 15px;
    }

    .ad-sub-nav-item.active {
        background: #ececec;
    }

.ad-sub-nav .ad-sub-nav-item a {
    display: block;
    color: #12567E;
    text-decoration: none;
    font-size: 15px;
}

    .ad-sub-nav-item.active a,
    .ad-sub-nav .ad-sub-nav-item a:hover {
        /* color: var(--adGlbclr); */
        color: #12567E;
    }
.ad-tab-btns-ctnr {
    height: calc(95vh - 70px);
    width: 260px;
    position: fixed;
    z-index: 1;
    top: 65px;
    left: 0px;
    overflow-x: hidden;
    transition: 0.5s;
    border-right: 1px solid rgba(0, 0, 0, .0625);
    border-top: 1px solid rgba(0, 0, 0, .0625);
    padding-top: 10px;
    background: rgb(255, 255, 255);
    /*background:#ababab;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .12);
}

.ad-tab-ctnt-main {
    padding: 20px;
}

.ad-card {
    padding-top: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

.ad-tab-btns {
    padding: 10px 0px;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
}

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ececec;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
        color: white;
    }

        .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* The side navigation menu */
.sidebar {
  margin: 0;
  padding: 0;
  width: 400px;
  background-color: #f1f1f1;
  position: fixed;
  height: 1000px;
  overflow: auto;
}

/* Sidebar links */
.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
  margin-left: 450px;
  padding: 1px 16px;
  height: 100%;
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

.GridViewClass th {
    text-align: center !important;
    align-items:center !important;
}

