/*
=========================================================================
=========================================================================
Custom app css template
Author: Carlos De La Peña
=========================================================================
========================================================================= 
*/


/* =====================================================================
==== imports start ================================================== */

@import url("https://fonts.googleapis.com/css?family=Poppins:400,300,200,100");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,200,100");

/* ==== imports end ====================================================
======================================================================*/


/* =====================================================================
==== fixes start ==================================================== */

/* ** slightly enhanced, universal clearfix hack */
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* ** init commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;

}
/* ** close commented backslash hack */

/* ==== fixes end ======================================================
===================================================================== */


/* =====================================================================
Global spec
===================================================================== */

/* =====================================================================
==== element selectors start ======================================== */

a {
  color: #00b7ff;
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: 13px;
  height: 100%;
  line-height: 1.5;
}

body {
  /* Margin bottom by footer height */
  font: 1rem Poppins, "Lucida Grande", Helvetica, Arial, sans-serif;
  min-height: 100%;
  /* overflow: hidden; */
  position: relative;
}

/* ** Not required for template or sticky footer method. */
body > .container {
  padding: 60px 15px 0;
}

code {
  font-size: 80%;
}

/* ==== element selectors end ==========================================
===================================================================== */


/* =====================================================================
==== class selectors start ========================================== */

/* ** init for custom badges */
.badge-cfont {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
}

.badge-margin {
  padding: 1px 4px;
}
/* ** close for custom badges */

/* ** init inventory create properties*/
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.boxshadow {
  box-shadow: 0 1px 7px 3px #737373;
}

.btn-xs {
  height: 21px;
  line-height: .2;
  padding-bottom: 4px;
}

/* ** init comments section */
.comment-box {
  margin-top: 30px !important;
}

.comment-box img {
  width: 50px;
  height: 50px;
}

.comment-box .media-left {
  padding-right: 10px;
  width: 65px;
}

.comment-box .media-body p {
  padding: 10px;
}

.comment-box .media-body .media p {
  margin-bottom: 0;
}

.comment-box .media-heading {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 8px 10px;
  position: relative;
  margin-bottom: -1px;
}

.comment-box .media-heading:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: -7px;
}
/* ** close comments section */

.container .dropdown .dropdown-menu a:hover {
  color: #eff0f1;
  background-color: #404850;
  border-color: #b7b8b8;
}

.dd-shadow {
  -webkit-box-shadow: 1px 2px 4px 4px #5E5E5E;
  box-shadow: 1px 2px 4px 4px #5E5E5E;
}

.dd-shadow-form {
  -webkit-box-shadow: 2px 4px 20px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 2px 4px 20px 2px rgba(0,0,0,0.6);
  box-shadow: 2px 4px 20px 2px rgba(0,0,0,0.6);
}

.displaynone {
  display: none;
}

/* ** init custom dropdown navbar */
.navbar .dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: 10px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 11px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  content: '';
}
/* ** close custom dropdown navbar */

.footer {
  background-color: #337ab7;
  bottom: 0;
  height: 50px;
  line-height: 50px
    /* Vertically center the text there */
  ;
  position: fixed;
  width: 100%
    /* Set the fixed height of the footer here */
  ;
}

.footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.footer2 {
  bottom: 50px;
  font-size: 0.85em;
  height: 60px;
  left: 0;
  line-height: 18px
    /* Vertically center the text there */
  ;
  position: fixed;
  width: 100%
    /* Set the fixed height of the footer here */
  ;
}

/* ** init graph-container */
.graph-container {
  display: block;
  height: 60px !important;
}
/* ** close graph-container */

/* ** init custom font styles */
.italika {
  font-family: "Monserrat", sans-serif;
  font-size: 0.857em;
  margin: 13px 0;
}
/* ** close custom font styles */

/* ** init fix jumping content when the scroll bar is visible */
.main {
  /* bottom: 110px; */
  bottom: 50px;
  min-width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 49px;
}

.main > .container {
  padding: 20px 0px;
}
/* ** close fix jumping content when the scroll is bar visible */

/* ** init logo */
.navbar-brand small {
  display: block;
  font-size: 10px;
  font-weight: 200;
}

.navbar-brand {
  font-weight: 200;
  line-height: 13px;
  margin-right: 2px;
  padding-top: 8px;
  padding-bottom: 5px;
}
/* ** close logo */

/* ** init register/login */
.navbar .dropdown-menu.sm-wrapper {
  border: 1px solid white;
  font-size: 14px;
  left: auto;
  padding: 20px;
  right: 0;
  width: 480px;
}

.navbar .navbar-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.navbar-right:before {
  right: 12px;
  left: auto;
}

.navbar .navbar-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.navbar-right:after {
  right: 13px;
  left: auto;
}
/* ** close register/login */

/* ** init offset container block */
.neutralize {
  padding-left: 30px;
}
/* ** close offset container block */

/* ** init custom pagination */
.pagination > li > a {
  background-color: white;
  color: #17a2b8;
  border-color: #f8f9fa;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #17a2b8;
  background-color: #eee;
  border-color: #17a2b8;
}

.pagination > .active > a {
  color: white !important;
  ;
  background-color: #17a2b8 !important;
  ;
  border: solid 1px #17a2b8 !important;
  ;
}

.pagination > .active > a:hover {
  background-color: #17a2b8;
  border: solid 1px #17a2b8;
}
/* ** close custom pagination */

.shadow {
  -webkit-box-shadow: 2px 2px 5px 3px #c9c9c9;
  box-shadow: 2px 2px 5px 3px #c9c9c9;
}

.sentece-capitalize:first-letter {
  text-transform: capitalize
}
.smaller {
  font-size: 0.714em;
}

.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, #333333, #cccccc, #333333);
}

/* ** init navbar dropdown */
.submenu {
  top: 3em;
}
/* ** close navbar dropdown */

/* **init table props */
.table-hover tr:hover {
  background-color: #e8f7fa !important;
  cursor: default;
}

.tb-ody {
  display: block;
  /* max-height: 500px; */
  overflow-clip-box: auto;
}

.th-ead,
.tb-ody tr {
  display: table;
  width: 100vw;
  table-layout: fixed;
}

/* .th-ead {
    width: clac(100vw - 100%);
  } */

.tb-fs {
  font-size: 0.735rem;
  text-transform: capitalize;
}
/* ** close table props */

/* form list buttons */
.tb-visible {
	display: initial;
}
.tb-hidden {
	display: none;
}

td.edit, td.delete {
  cursor: pointer;
}
/* ==== class selectors end ============================================
===================================================================== */

/* =====================================================================
==== id selectors start ============================================= */

#center-section-login {
  align-items: center;
  display: flex;
  min-height: 75vh !important;
  position: relative;
}

#center-form-login {
  position: relative;
  width: 100%;
  z-index: 1;
}

#logo {
  height: 28px;
  margin-top: -1px;
  margin-right: auto;
  width: 28px;
}

#legend {
  color: #a9a9a9;
}

#logo-lb {
  height: 28px;
  margin-top: -14px;
  margin-right: auto;
  width: 28px;
}

/* ==== id selectors end ===============================================
===================================================================== */

/* =====================================================================
==== media queries start ============================================ */

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* ==== media queries end ==============================================
===================================================================== */