
/*-------------------------------------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
/* Fixed sidenav, full height */
body{
    padding-top: 0px;
    margin-left: 200px;
    font-family: 'Roboto', sans-serif;
    /*background-color: #f8f8f8;*/
    font-size: 13px;
}
    @media screen and (max-width: 800px) and (min-width: 610px) {
      body {
        /*padding-top: 90px;*/
        margin-left: 0px;
      }
      .sidenav{
        display: none;
      }
      
    }
    @media screen and (max-width: 609px) and (min-width: 350px) {
      body {
        /*padding-top: 90px;*/
        margin-left: 0px;
      }
      .sidenav{
        display: none;
      }
      
    }
    @media only screen and (max-width: 351px) {
      body{
        /*padding-top: 100px;*/
        margin-left: 0px;
      }
      .sidenav{
        display: none;
      }
      
    }

    /*hide more button for side bar in large screens*/
    @media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
        .morebutton{
            display: none;
        }
        .txt-xlg{
            font-size: 30px;
        }
    }
    @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
        .morebutton{
            display: none;
        }
        .txt-xlg{
            font-size: 30px;
        }
    }
    @media (min-width:1281px) { /* hi-res laptops and desktops */ 
        .morebutton{
            display: none;
        }
        .txt-xlg{
            font-size: 30px;
        }
    }





    body{
      min-width:320px;        /* Suppose you want minimum width of 1000px */
       width: auto !important;  /* Firefox will set width as auto */
       width:320px;            /* As IE6 ignores !important it will set width as 1000px; */
    }
    legend{
      width: auto !important;
    }
    fieldset{
      border:1px solid #c2c4c4;
    }

/*-----------large screen navigation-----------------------*/

.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fafafa;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

p{
  margin-bottom: 0;
}

.final-cal-grid{
      margin: 10px 0;
      font-size: 18px;
    }
li.tech-links:hover{
  background-color: #C3C1C1;
  color: #ffffff;
}
a.nav-link{
  color: #ffffff;
}
a.nav-link:hover{
  color: #000;
}


.nav-link:hover{
    color: #f1f1f1;
    background-color: #4f5b69;
    text-decoration: none;
}

/*
.sidenav {
    padding-top: 15px;
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #24292f;
    overflow-x: hidden;
}*/

/* Style the sidenav links and the dropdown button */
.sidenav-item, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 13px;
    background-color: #fafafa;
    color: #121212;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    /*border-bottom: 1px solid #181d21;*/
    /*border-top: 1px solid #181d21;*/

}

/* On mouse-over */
.sidenav-item:hover, .dropdown-btn:hover {
    color: #f1f1f1;
    background-color: #49274a;
    text-decoration: none;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: #115a84;
    color: #ffffff;
    /*border-left: 5px solid #ff650f;*/
}
.pagination .active {
    border-left: none;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: rgba(17,90,132,0.5);
    padding-left: 8px;
    color: #fff;
}

/* Optional: Style the caret down icon */
.fa-angle-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 60px;}
    .sidenav-item {font-size: 12px;}
}



/*----------------mobile side navigation------------------*/
.mobnav {
    width: 0;
    z-index:10;
    top: 0;
    left: 0;
    transition: 0.5s;
    padding-top: 15px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fafafa;
    overflow-x: hidden;
}

.mobnav a {
    text-decoration: none;
    display: block;
    transition: 0.3s;

}

.mobnav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 8px;
    color: #ff0000;
}

@media screen and (max-height: 450px) {
  .mobnav {padding-top: 15px;}
  .mobnav a {font-size: 15px;}
}


/*---------------------margin------------*/
.mr-right-8{
    margin-right: 8px;
}
.head-text{
    font-family: 'Oswald', sans-serif;
}
.content-text{
    font-family: 'Roboto Condensed', sans-serif;
}

/*-------------------------font based----------------*/
.sup{  /*notification count*/
    vertical-align: super;
    font-size: 10px;
}
.error{
    color: red;
}
.success{
    color: green;
}

/*---------container based-------------*/
.ad-ct-head1{
    font-size: 23px;
    /*font-weight: bold;*/
    color: #000000;
    border-bottom: 1px solid #000000;
    font-family: 'Oswald', sans-serif;
    width: 50%;
}












.topnav {
  /*overflow: hidden;*/
  background-color: #fafafa;
  /*position: fixed;*/
}

.topnav:after {
    content:'';
    clear:both;
    display:table;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  /*padding: 14px 16px;*/
  text-decoration: none;
  /*font-size: 17px;*/


}

.topnav a:hover {
  background-color: #ddd;
  color: black;

  color: #f1f1f1;
    background-color: #4f5b69;
    text-decoration: none;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav-right {
  float: right;
}


.drop-bg-light{
    background-color: rgba(212,208,205,0.8);
     border:none;
     color: #40464f;
}

.transparent:hover{
  background-color: transparent;
  outline: none !important;
  border:0;
}

.italic{
  font-style: italic;
}
.bold{
  font-weight: bold;
}



.cl-white{
  color: #fff;
}
.cl-hash{
  color: #75777a;
}
.cl-black{
  color: #121212;
}
.cl-link{
  color: #007AFF;
}
.cl-err{
  color:#c41b1b;
}
.cl-success{
  color: #006304;
}
.txt-10{
  font-size: 10px;
}
.text-13{
  font-size: 13px;
}
.text-15{
  font-size: 15px;
}
.text-18{
  font-size: 18px;
}
.text-20{
  font-size: 20px;
}
.min-ht-80{
  min-height: 80%;
}



.nomargin{
  margin: 0px;
}
.mr-top-10{
  margin-top: 10px;
}
.mr-left-5{
  margin-left: 5px;
}


.mr-right-8{
    margin-right: 8px;
}

.mr-top-30{
  margin-top: 30px;
}
.mr-top-35{
  margin-top: 35px;
}
.mr-top-50{
  margin-top: 50px;
}


.pd-10{
  padding: 10px;
}

.mr-bottom-2{
  margin-bottom: 2px;
}
.mr-bottom-5{
  margin-bottom: 5px;
}
.mr-bottom-10{
  margin-bottom: 10px;
}
.mr-bottom-20{
  margin-bottom: 20px;
}
.mr-left-ng-10{
  margin-left: -10px;
}

.no-decor{
  text-decoration: none;
}
.no-decor:hover{
  text-decoration: none;
}


.center-align{
  align-content: center;
  align-self: center;
  align-items: center;
  text-align: center;
}
.right-align{
  align-content: right;
  align-self: right;
  align-items: right;
  text-align: right;
}




.text-link:hover{
  color: #ed1c24;
  text-decoration: none;
}

.wd-full{
  width: 100%;
}

.bd-radius-5{
  border-radius: 5px;
}
.bd-bottom-1{
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 10px;
}
.no-hover:hover{
  background-color: inherit !important;
}
.wd-100{
  width: 100px;
}

.ht-100{
  height: 100px;
}
@media print{
  .printer-hide{
    display: none;
  }
  .printer-show{
    display: block;
  }
}


.bd-rb-2{
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.bd-cl-hash{
  border-color: #6c657d;
}

.wid-60
{
  width: 60px;
}
.wid-70
{
  width: 70px;
}
.wid-prod-name
{
  width: 320px;
}
.minht-500
{
  min-height: 540px;
}
.submt-btn
{
  float: right;
  margin: 10px;
}
/*.wid-80
{
  width: 80px;
}
.wid-55
{
  width: 55px;
}*/
button:disabled:hover {
    cursor: not-allowed;
}