#cssmenu {
  background: #ce181e;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  z-index:999900;

}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 30px;
   
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;

  
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

#cssmenu ul li :hover{
  background:#ffffff;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;

}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #f1f1f1;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #555555;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #555555;
}
#cssmenu ul li ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 346px;
  padding: 3px 3px 3px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #333;
  background: #ce181e4f;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #ffffff;
  color:#555555;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}



#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;

}



#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
  
}
#cssmenu.align-center ul ul {
  text-align: left;
  
}
#cssmenu.align-right > ul {
  float: right;


}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #f1f1f1;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ce181e;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
    color: #ffffff;
    padding: 12px 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    z-index: 2;
    position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: transparent;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #000;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 350px;
  display: block;
}
#cssmenu > ul > li > ul > li {
    width: 347px;
    margin-left: 1px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #555555;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #ce181e;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #555555;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #555555;
    border-bottom: 2px solid #555555;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #555555;
    right: 20px;
    top: 26px;
  }
}





@charset "UTF-8";
/* Starter CSS for Flyout Menu */
#_menu_left_ {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
#_menu_left_ ul,
#_menu_left_ ul li,
#_menu_left_ ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#_menu_left_ ul {
  position: relative;
  z-index: 597;
  float: left;

}
#_menu_left_ ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
  position: relative;
}
#_menu_left_ ul li.hover,
#_menu_left_ ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#_menu_left_ ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
#_menu_left_ ul ul li {
  float: none;
}
#_menu_left_ ul ul ul {
  top: -2px;
  right: 0;
}
#_menu_left_ ul li:hover > ul {
  visibility: visible;
}
#_menu_left_ ul ul {
  top: 1px;
  left: 99%;
}
#_menu_left_ ul li {
  float: none;
}
#_menu_left_ ul ul {
  margin-top: 1px;
}
#_menu_left_ ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#_menu_left_ {
  width: 254px;
  background: #ffffff;
  border-right: 5px solid #ce181e;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  zoom: 1;
  font-size: 12px;
}
#_menu_left_:before {
  content: '';
  display: block;
}
#_menu_left_:after {
  content: '';
  display: table;
  clear: both;
}
#_menu_left_ a {
  display: block;
  padding: 10px 20px;
  color: #555555;
  text-decoration: none;
 
}
#_menu_left_ > ul {
  width: 250px;
  background: transparent;
  /*background: linear-gradient(#3d4a5d, #3f4c5c),#686e78;  */
}
#_menu_left_ ul ul {
  width: 300px;
  background: #ffffff;
}
#_menu_left_ > ul > li > a {

  color: #555555;
}
#_menu_left_ > ul > li > a:hover {
  color: #ffffff;

}
#_menu_left_ > ul > li a:hover {
  color: #333;
  background: #ce181e4f;
}

#_menu_left_ > ul > li.active a {
     background: #fff;
}

#_menu_left_ > ul > li > a.active{
  background: #fff;
  color: #000;
}


#_menu_left_ li {
  position: relative;
}
#_menu_left_ ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#_menu_left_ ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#_menu_left_ ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#_menu_left_ ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#_menu_left_ ul ul {
  border: 1px solid #ce181e;

}
#_menu_left_ ul ul a {
  font-size: 12px;
  color: #000;
}
#_menu_left_ ul ul a:hover {
  color: #555555;
}
#_menu_left_ ul ul li {
  border-bottom: 1px solid #fff;
}
#_menu_left_ ul ul li:hover > a {
   color: #333;
  background: #ce181e4f;
}
#_menu_left_.align-right > ul > li > a {

  border-right: none;
}
#_menu_left_.align-right {
  float: right;
}
#_menu_left_.align-right li {
  text-align: right;
}
#_menu_left_.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#_menu_left_.align-right ul li.has-sub > a:after {
  content: none;
}
#_menu_left_.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
#_menu_left_.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#_menu_left_.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#_menu_left_.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


 .table {font-family: arial; width: 100%;}
  .table th{border: 1px solid #ddd;font-size: 12px;  text-align: center;paddng: 5px; padding: 5px; background:#ccc;color: #333; }
 .table td{border: 1px solid #ccc; paddng: 10px;}
  @media print
{    
  a[href]:after { display:none; } 
}

ul.a{
    list-style-image: url("images/sale_hist.png");
   list-style-position: inside;
   li {
        width: 25px;
        height: 15px;
        border: solid 1px black;
        display: inline;
        margin: 0 2px 0 0;
        float: left;
     background:#0E49CE;
     font: 150 14px/1.5 Helvetica, Verdana, sans-serif;
    
}

.padded {
    padding-top: 3px;
    height:15px /* original height (25px) minus padding-top (3px) */
    text-align: center;
}
ul a :hover {
    background-color: yellow;
    font: 150 14px/1.5 Helvetica, Verdana, sans-serif;
}
.ul li a :hover {
    background-color: yellow;
   font: 150 14px/1.5 Helvetica, Verdana, sans-serif;
}
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10x 10px;
    border-radius: 0 10px 10px 10px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 5;
    height: 3;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 10px;
    margin-right: -10px;

}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

  li {
   font: 150 14px/1.5 Helvetica, Verdana, sans-serif;
 
}
li a {
  text-decoration: none;
  color: #000;
   -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
li a:hover {
  background:#ffffff;
 color:#fff;
}



    img.avatar {
        width: 50%;
        border-radius: 50%;
    }

  /* user menu settings */
#userRightMenuHo {
line-height: 0px;
    display: block;
    padding: 25px 16px;
    height: 50px;
    min-width: 200px;
    max-width: auto;
    right: 0;
    border-radius: 0px 0px 0px 10px;
    top: 0;
    z-index: 901!important;
    float: right;
    margin: 0 auto;
    position: fixed;
    cursor: pointer;
    border-bottom: 1px solid #cdcdcd;
    border-left: 2px solid #cdcdcd;
    background: #fff;
    font-size: 16px;
    color: #656565;
    font-weight: normal;
    text-transform: capitalize!important;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#userRightMenu {
    line-height: 0px;
    display: block;
    padding: 12px 16px;
    height: 20px;
    width: 250px;
    right: 0;
    top: 0;
    z-index: 901!important;
    float: right;
    margin: 0 auto;
    position: fixed;
    cursor: pointer;
    border-left: 4px solid #ce181e;
    background: #fff;
    font-size: 16px;
    color: #656565;
    font-weight: normal;
    text-transform: capitalize!important;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#userRightMenu:hover,
#userRightMenuHo:hover { color: #898989; }

#userRightMenu.open,
#userRightMenuHo.open {
  background: #fff;
  color: #ce181e;
  border-left: 4px solid #f1f1f1;
}

#userRightMenu ul,
#userRightMenuHo ul { 
  position: absolute;
  top: 100%;
  right: 0; /* move content -4px because of container left border */
  list-style: none;
  width: 266px;
  padding: 5px 0px;
  display: none;
  border: 4px solid #f1f1f1;
  background: #fff;
  font-weight: normal;
  text-transform: capitalize!important;
}
#userRightMenu ul li,
#userRightMenuHo ul li {   list-style: none;
font-size: 0.9em; }

#userRightMenu ul li a,
#userRightMenuHo ul li a { 
  text-decoration: none;
  display: block;
  color: #000;
  padding: 7px 15px;
  font-weight: normal;
  text-transform: capitalize!important;
}
#userRightMenu ul li a:hover,
#userRightMenuHo ul li a:hover {
  color: #fff;
  background: #ce181e;
/*  background: #e7f0f7;*/
}
 

max-width: 1200px;
margin: 0 auto; /*make the menu center-aligned*/


@media only screen and (min-width: 481px) and (max-width: 900px) {
    #cssmenu li div.column.mayHide {
        display: none;
    }
  
   .shsb{
      position: fixed;
      height: 85%;
      border: 1px solid #ccc;
      width: 350px;
      right: 0;
      bottom: 29px;
      background: #fff;
      font-family: arial;
      display: none;
      z-index: 99999;
    }

    .shsb > .shsbh{
      padding: 10px;
      margin-top: 0px;
      float: left;
      position: relative;
      background: #008fcf;
      width: 100%;
    }


    .shsb > .shsbh > .shsbt{
      color: #fff;
      font-weight: bolder;
      font-size: 18px;
    }
    .shsb > .shsbh > .shsbc{    
      color: #fff;
      background: #ce181e;
      padding: 5px;
      border-radius: 100%;
      font-weight: bold;
      width: 30px;
      float: right;
      text-align: center;
      border: 1px solid #ce181e;
    }
    .shsb > .shsbh > .shsbb{    
      position: relative;
      width: 100%;
      float: left;
    }
    .shsb > .shsbh > .shsbb {    
      position: relative;
      width: 100%;
      float: left;
    }
    .shsb > .shsbb > .shsbbT {    
      position: relative;
      float: left;
      width: 100%;
      clear: both;
      font-size: 20px;
      font-weight: bold;
      padding: 5px;
      color: #008fcf;
    }
    .shsb > .shsbb >  .shsbbc{
      float: left;
      position: relative;
      width: 100%;
      clear: both;
      padding-left: 15px;
      font-size: 20px;      
    }
    .shsb > .shsbb >  .shsbbc > b{
      font-size: 18px;
    }
    .shsb > .shsbb >  .shsbbc > .shsbbn{
      position: relative;
      float: left;
      padding-left: 20px;
    }

    .bottomConnectivityBar{
    position: fixed;
    bottom: 0;
    height: 30px;
    background: #f1f1f1;
    left: 0;

    width: 100%;
    z-index: 100;
    padding: 5px;
    border-top: 1px solid #ccc;
}
.bottomConnectivityBar .bottomHelpSection{
    float: right;
    width: 15%;
    text-align: left;
}
.bottomConnectivityBar .bottomInfoSection{
    float: left;
    width: 85%;
}

.bottomConnectivityBar .bottomInfoSection .bsisActive{
   color: green;
}

.bottomConnectivityBar .bottomInfoSection .bsisInActive{
   color: red;
}

body {
    font-family: 'Arial', sans-serif;
}

 #wrapper {
    width: 100%;
    background:#fff;
	height:auto;
	
	}

#page-wrapper {
    padding: 1px 1px;
   min-height:1200px;
    background:white;
	height:auto;
   margin-left:300px;
   margin-right:60px;
  
 
}
#page-inner {
    width:95%;
     background-color:#fff;
    padding:10px;
    min-height:1200px;
	height:auto;
 margin-left:50px;
   margin-right:50px;
  
}

.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}
h2 {
    color: #f00;
}
h4 {
    padding-top:1px;
}
.square-btn-adjust {
    border: 0px solid transparent; 
   -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
p {
    font-size:12px;
    line-height:20px;
    padding-top:15px;
}
/*==============================================
   DASHBOARD STYLES    
    =============================================*/
.panel-back {
    background-color:#F8F8F8;

}
   .noti-box {
min-height: 100px;
padding: 20px;
}

    .noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 16px;
    font-weight:600;
}
.set-icon {
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;

}
    .bg-color-green {
background-color: #00CE6F;
color: #fff;
}
 .bg-color-blue {
background-color: #A95DF0;
color: #fff;
}
  .bg-color-red {
background-color: #DB0630;
color: #fff;
}
  .bg-color-brown {
background-color: #B94A00;
color: #fff;
}


 .icon-box-right {
display: block;
float: right;
margin: 0 10px 5px 0;
width: 60px;
height: 60px;
line-height: 100px;
vertical-align: middle;
text-align: center;
font-size: 30px;
padding 20 20 20 20px;
}

 .main-temp-back {
background-color: #fff;
color: #000;
font-size: 12px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:10px;
    font-size:10px;
    font-weight:400;
      -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#2EA7EB;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }
    .back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}
     .back-footer-red {
    background-color: #AF0000;
    border-top: 0px solid #fff;
}
     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 20px;
}
  
/*==============================================
    MENU STYLES    
    =============================================*/


.user-image {
    margin: 25px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-height:80px;
max-width:170px;
}

.navbar-cls-top .navbar-brand {
	color: #fff;
background: #ce181e; 
width: 220px;
text-align: left;
height: 25px;
font-size: 12px;
float:left;
margin-right:0px;

}



.active-menu {
    background-color:#1124A6;
	color: #fff;
	border:2px solid #ccc;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: fff !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 30px;
}
.sidebar-collapse , .sidebar-collapse .nav{
	background:#fff;
}
.sidebar-collapse .nav {
	padding:2px;
	line-height:30px;
	width:230px;
	font-size:16px;
	 font-weight: bold;
	

	
}
.sidebar-collapse .nav > li > a {
	color:#000;
	background:#fff;
	text-shadow:none;
	font-size:14px;
	 font-weight: bold;
	 border:1px #000;
	
}
.sidebar-collapse > .nav > li > a {
	padding:5px 5px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}


.nav-second-level  > li:last-child > a:after,
.nav-third-level  > li:last-child > a:after {
	height:50%;
}
.nav-third-level > li > a:after,
.nav-third-level > li > a:before  {
	left:40px;
}
.navbar-side {
	border:none;
	background-color: #fff;
	
}
.navbar-cls-top {
	background:#ce181e;
	border-bottom:none;
	
}
.navbar-cls-top .navbar-brand:hover {

background: #ce181e;
color:#fff;

}

.navbar-default {
border:0px solid black;
     
}
.navbar-header {
    background: #ce181e;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ce181e;;
}
.navbar-default .navbar-toggle {
border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.nav > li > a > i {
    margin-right:10px;
}
/*==============================================
    UI ELEMENTS STYLES     
    =============================================*/


/*==============================================
    MEDIA QUERIES     
    =============================================*/
 
 @media(min-width:768px) {
     #page-wrapper{
               margin: 0 0 0 200px;
        padding: 3px 5px;
        min-height: 1200px;
		
    }
	
	
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 200px;
    }

   .navbar {
 border-radius: 1px; 
}
   
}



/* List Style ol li Style /////////////////////////////////// --->*/

.list-type3 a {
  padding: 0 60px 0 12px;
  background: #0089e0;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}






.circle-list li{
    padding: 2.5em;
    border-bottom: 1px dashed #ccc;
}

.circle-list h2{
    position: relative;
    margin: 0;
}

.circle-list p{
    margin: 0;
}

.circle-list h2:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;    
    z-index: -1;
    left: -1.3em;
    top: -.8em;
    background: #f5f5f5;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0,0,0,.05);
    text-align: center;
    font: italic bold 1em/1.5em Georgia, Serif;
    color: #ccc;
    border-radius: 1.5em;
    transition: all .2s ease-out;    
}

.circle-list li:hover h2:before{
    background-color: #ffd797;
    border-color: rgba(0,0,0,.08);
    border-width: .2em;
    color: #444;
    transform: scale(1.5);
}





ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}




.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}



/* --------How to Apply HTML --============



<ol class="rounded-list">
    <li><a href="">List item</a></li>
    <li><a href="">List item</a></li>
    <li><a href="">List item</a>
        <ol>
            <li><a href="">List sub item</a></li>
            <li><a href="">List sub item</a></li>
            <li><a href="">List sub item</a></li>
        </ol>
    </li>
    <li><a href="">List item</a></li>
    <li><a href="">List item</a></li>                       
</ol>

*/

.col-md-95 {
    width: 80%!important;
}

.menu-left{ float: left;
  width: 100%;
padding: 0px;}
      .menu-left a:hover
      {
        display: block;
         z-index: 1000;
  -moz-box-shadow:inset 0px 1px 0px 0px #fed897;
  -webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
  box-shadow:inset 0px 1px 0px 0px #fed897;

  background-color:#ffffff;
   font: 150 14px/1.5 Helvetica, Verdana, sans-serif;
  color: #fff;
  text-decoration: none;
      }
      .menu-left a
      {
        display: block;
        padding: 0px;
        border-bottom: 0px dotted #ccc;
      }
.menu-left i
      {
        float: left;
        margin-right: 0px;
        margin-left: 0px;
      }
    
     
ul.a{
    list-style-image: url("images/sale_hist.png");
   list-style-position: inside;
   li {
        width: 25px;
        height: 15px;
        border: solid 1px black;
        display: inline;
        margin: 0 2px 0 0;
        float: left;
     background:#0E49CE;
     font: 150 14px/1.5 Helvetica, Verdana, sans-serif;
    
}

.padded {
    padding-top: 3px;
    height:15px /* original height (25px) minus padding-top (3px) */
    text-align: center;
}
ul a :hover {
    background-color: yellow;
    font: 150 14px/1.5 Helvetica, Verdana, sans-serif;
}
.ul li a :hover {
    background-color: yellow;
   font: 150 14px/1.5 Helvetica, Verdana, sans-serif;
 
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10x 10px;
    border-radius: 0 10px 10px 10px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 5;
    height: 3;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 10px;
    margin-right: -10px;

}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

  li {
   font: 150 14px/1.5 Helvetica, Verdana, sans-serif;
 
}
li a {
  text-decoration: none;
  color: #000;
  
}
 





.notificationBoxPanel {
    width: 300px;
    margin: 20px auto;
    position: fixed;
    right: 10px;
    top: 0;
    z-index: 99;
    border: 1px solid #ce181e;    
}

.notificationBoxPanel > .top-bar {
  background: #ce181e;
  color: white;
  padding: 0.5rem;
  position: relative;
  font-size: 14px;
  overflow: hidden;
}
.notificationBoxPanel  .top-bar h1 {
  display: inline;
  font-size: 14px;
}

.notificationBoxPanel  .top-bar > * {
  position: relative;
}
.notificationBoxPanel  .top-bar::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  opacity: 0.25;
  background: radial-gradient(#ffffff, #000000);
  animation: pulse 1s ease alternate infinite;
}

.notificationBoxPanel  .discussion {
    list-style: none;
    background: white;
    overflow: scroll;
    margin: 0;
    padding: 0 0 50px 0;
    height: 300px;  
}
.notificationBoxPanel  .discussion li {
  padding: 0.5rem;
  overflow: hidden;
  display: flex;
}
.notificationBoxPanel  .discussion .avatar {
  width: 40px;
  position: relative;
}
.notificationBoxPanel  .discussion .avatar img {
  display: block;
  width: 100%;
}

.notificationBoxPanel  .other .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-left-color: transparent;
  border-bottom-color: transparent;
}


.notificationBoxPanel  .messages {
    background: white;
    padding: 5px;
    /* border-radius: 2px; */
    border-bottom: 1px solid #ce181e;
    width: 100%;
}
.notificationBoxPanel  .messages p {
    font-size: 14px;
    margin: 0 0 0.2rem 0;
    padding: 0;
}
.notificationBoxPanel  .messages time {
    font-size: 14px;
  color: #ccc;
}

@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
    
