html {
   min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #3b3f5c;
}

:focus {
   outline: none;
}

::-moz-selection {
   /* Code for Firefox */
   color: #4361ee;
   background: transparent;
}

::selection {
   color: #4361ee;
   background: transparent;
}

/*  
      ======================
          MEDIA QUERIES
      ======================
  */
@media (min-width: 992px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
   body, .log-main-table {
		/*font-size: 18px;*/
	}
   .tr-log-bottom-cell{
      /*display: none;*/
   }
   .log-bottom-cell{
      padding-top: 10px;
   }
   .log-popup-wrap {
      margin-bottom: 10px;
      margin-top: -5px;
   }
}

@media (max-width: 359px) {

}

@media (max-height:376px){
   .tr-log-bottom-cell{
      display: none;
   }
   .log-popup-wrap {
      margin-bottom: 10px;
      margin-top: -5px;
   }
}

