html, body {
  height: 100%;
  margin: 0;
}
#main {
  transition: margin-left .5s;
  padding: 70px;
  }
.bg-purple {
    /*background-color: #563d7c;*/
    background-color: #1876a8;
  }
  .bg-black{
    background-color: #555;
  }
.nav_container
{
  max-width: 100% !important;
}
.active {
  background-color: #4CAF50;
}
.fill_a {color: white;font-weight: bold;}
.fill_a:hover{
  color:#bea7a7;
  text-decoration:none;
}

@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}

a{
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}
a:hover{
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /*background-color: #cbd5db*/
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  }

canvas{
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}

.center_div{
  margin: 0 auto;
  width:80% /* value of your choice which suits your alignment */
}
 .content-div {
  /*width: 1400px !important;*/
  padding: 20px 20px 20px 20px;
  border: 1px #ccc solid;
  position: relative;
  margin: 0 auto 0;
  background-color: #fdfdfd !important;
  min-height: 100px;
  box-shadow: #888888 0 1px 4px; 
  overflow:auto;
}

.Stooltip {
  position: relative;
  color: #fff;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.Stooltip .Stooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.Stooltip .Stooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.Stooltip:hover .Stooltiptext {
  visibility: visible;
  opacity: 1;
}
.tab-nav-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
/*.tab1-c , .tab2-c, .tab3-c, .tab4-c{display:none;}*/



/* for icons */
.fDetele-gray{
  background: url(../images/svg/delete2-gray.svg) no-repeat scroll 7px 7px;
  background-size: 30px;
  padding-left:37px;
}
.fDetele-gray-sm{
  background: url(../images/svg/delete.svg) no-repeat scroll 5px 5px;
  background-size: 20px;
  padding-left:20px;
}
.fEdit-gray-sm{
  background: url(../images/svg/pencil.svg) no-repeat scroll 5px 5px;
  background-size: 20px;
  padding-left:20px;
}
.fDetele-gray-sx{
  background: url(../images/svg/delete2-gray.svg) no-repeat scroll 0px 0px;
  background-size: 15px;
  padding-left:15px;
}
.fEdit-gray-sx{
  background: url(../images/svg/edit-gray.svg) no-repeat scroll 0px 0px;
  background-size: 12px;
  padding-left:5px;
}
.fNew-gray{
  background: url(../images/svg/add-gray-plus.svg) no-repeat scroll 3px 3px;
  background-size: 35px;
  padding-left:30px;
}
.fNew-gray-sm{
  background: url(../images/svg/add-gray.svg) no-repeat scroll 0px 0px;
  background-size: 20px;
  padding-left:0px;
}
.fadd-green{
  background: url(../images/svg/add-green.svg) no-repeat scroll 5px 5px;
  background-size: 20px;
  padding-left:35px;
  padding-bottom: 20px;
}
.fsave-blue{
  background: url(../images/svg/save.svg) no-repeat scroll 10px 10px;
  background-size: 20px;
  padding-left:35px;
  padding-bottom: 15px;
}
.fcross-black-sx
{
  background: url(../images/svg/cross.svg) no-repeat scroll 5px 5px;
  background-size:12px;
  padding-left:5px;
}
.fcross-black
{
  background: url(../images/svg/cross.svg) no-repeat scroll 10px 10px;
  background-size:20px;
  padding-left:35px;
  padding-bottom: 15px;
}
/*Key download*/
.fkey-black{
  background: url(../images/svg/key_icon.svg) no-repeat scroll 5px 5px;
  background-size: 20px;
  padding-left:25px;
  padding-bottom: 20px;
}

.flic-black{
  background: url(../images/svg/file-shield-solid.svg) no-repeat scroll 5px 5px;
  background-size: 20px;
  padding-left:25px;
  padding-bottom: 20px;
}
.text-green {
  color: green;
  
}
.text-orange {
  color: orange;
  
}
.text-red {
  color: red;
  font-weight: bold;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
/* tab navigation*/

.truncate {
  max-width:150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  td.details-control {
      background: url(../images/expand-arrow.png) no-repeat center center;
      background-size: 15px 15px;
      cursor: pointer;
  }
  tr.shown td.details-control {
      background: url(../images/collapse-arrow.png) no-repeat center center;
      background-size: 15px 15px;
  }
  .vertical-divider{
    padding: 15px 0;
    line-height: 15px;
    width: 1px !important;
    border-left: 1px #ccc solid;
    opacity: .3;
    position: relative;
  }

  .blink_live {
    animation: blinker 3s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  #footer {
    color: white;
    background-color : #555;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }