body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.center{
  text-align: center;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 90px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 58px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.remove-center{
  display: block !important;
  align-items: normal !important;
}
h1,h2,h3,h4,h5,h6{
    width: 100%;
}


.no-max-width{
  max-width: none !important;
}

.table-scroll{
  /* display: block; */
  /* overflow-x: auto; */
  white-space: nowrap;
}

.scroll-table{
    display: inline-block;
    position: relative;
    max-width: 100%;
    /*display: block;*/
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 1rem;
}

.table{
    margin-bottom: 0px !important;
}

.column-end{
  position: sticky;
  right: 1px;
  top: auto;
  border: 0px;
  width: 37;
  bottom: auto;
  background-color: white;
}

.button_filter {

  border: 2px solid black;
  border-radius: 4px;
  border-color: #D3D3D3;
  color: black;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;

}

.button_export {
  float:right;
  background-color: #F8F8F8; 
  border: 2px solid black;
  border-radius: 4px;
  border-color: #D3D3D3;
  color: black;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_new {
  margin-right: 10px;
  float:right;
  background-color: #F8F8F8; 
  border: 2px solid black;
  border-radius: 4px;
  border-color: #D3D3D3;
  color: black;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Add a right margin to each icon */
.fa {
  margin-left: -12px;
  margin-right: 8px;
}

.sidebar .nav-link{
  padding: 0px 0px 5px 20px !important;
}


.header_text{
    text-align: left;
    vertical-align: middle;
    line-height: 60px;
    padding-left: 10px;
    font-size: 20px;
    background: #fff;
}
.button_div{
    text-align: right;
    vertical-align: middle;
    line-height: 60px;
    padding-right: 10px;
    font-size: 20px;
    background: #fff;
}
.fa_back{
   background: #F5F9FC;
   border: 2px solid #F5F9FC;
   border-radius: 3px;
}
/* save button in customer emails*/
.button_Save {
    float: right;
    margin: 15;
}


.fill{
  background-color: white !important;
}

#floatMenu table td{
  padding: 0.55rem;
}
#floatMenu a:hover{
  color: #343a40 !important;
  text-decoration: none !important;
}

#floatMenu>table{
    margin-bottom: 0px;
}

#floatMenu tr:hover{
  background-color: #dee2e6;
}
div:focus{
    outline-color: transparent;
}

.control-label{
    margin-top:0.5rem;
}

.view .form-control{
    width: inherit !important;
}

.float{

}

.float.view{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 999999;
    overflow: scroll;
    /* visibility: hidden; */
    /* display: none; */
    background-color: rgba(22,22,22,0.5);
    /* background-color: white; */
}

.blocker{

}

.float.view .inline-block{
    padding: 0px 10px;
}

.inline-block{
    display: inline-block;
}

.float.view>div{
    background-color: white;
    padding: 20px;
    margin: auto;
}

.hidden{
    display:none !important;
}

#floatMenu table td {
    padding: 0px;
}

#floatMenu table td a, #floatMenu .padd{
    padding: .55rem;
    display: block;
}

@media only screen and (max-width: 548px) {
    .inline-block {
        width: 100%;
    }
    .inline-block.center{
        margin-top:0.5rem;
    }
}


.icon-menu{
    top: 14px;
    padding: 0px;
    bottom: auto;
    box-shadow: none;
    left: 1.5rem;
}

.button-clear{
    float: right;
    background-color: #F8F8F8;
    border: 2px solid black;
    border-radius: 4px;
    border-color: #D3D3D3;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.button-clear > .fa{
    margin: 0px;
}

.sm-dots{
    display: none;
}

.sidebar:focus{
    outline:none;
}

.swipe-area {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    height: 100%;
    background: #f3f3f3;
    z-index: 0;
}

@media only screen and (max-width: 768px){
    nav.sidebar{
        width: inherit;
    }
}

/*dropdown*/
.squad-menu > .dropdown > button{
    background-color: white;
    border: lightblue 1px solid;
    border-radius: 0px;
    padding: 10px 10px 10px 15px;
}

.squad-menu .dropdown-toggle::after{
    margin: auto;
    margin-right: 0;
}
.squad-menu > .dropdown > button{
    position: relative;
    min-width: 200px;
}

.squad-menu .dropdown-menu{
    max-width: 100%;
    min-width: 200px;
    top: -3px;
    border-radius: 0px;
    border: lightblue 1px solid;
    padding: 0px;
    border-top: lightsteelblue 1px dotted;
}

.squad-menu .dropdown-item:hover{
    background-color: lightblue;
}
/*dropdown*/

.flex{
    display: flex
}

.scrollable-menu {
    height: auto;
    max-height: 180px;
    overflow-x: hidden;
}

/*chart*/
#livechart{
  margin-top: 20px;
}

/*chart*/

/*loader*/

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: lightblue transparent transparent transparent;
}
.lds-ring-inverted{
  animation: lds-ring-inverted 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-ring-inverted {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


/*loader*/


#metadata{
  display: inline-flex;
  margin:auto;
  text-align: center;
}

#metadata .square{
  display: inline-flex;
  flex-direction: column;
  padding: 20px 10px;
}

th a {
  text-decoration: none;
  color: -internal-quirk-inherit;
}

th i {
  margin: 0px !important;
}

[data-id]{
  cursor: pointer;
}

.btn:focus, .btn.focus{
  box-shadow: none !important;
}

.button_filter.active{
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
}

.page-item-sp{
  margin-left: 10px;
}

.page-link-pd{
  padding-right: 2px;
}

.separator{
  display: inline-flex;
  /*padding: 10px;
  flex-direction: column;
  width: 250px;
  text-align: center;
  border: 1px solid lightgray;
  border-radius: 20px;*/
}

.options-box{
  padding-top: 10px;
}

.options-box .dropdown > button{
  margin: auto;
}

.options-box .dropdown{
  width: 100%;
}

.options-box .padding{
  width: 200px;
  padding: 0px 20px;
}

.bold{
  font-weight: 600;
}

.control-label{
  text-align: right !important;
  display: block !important;
}
.form-inline.submit{
  text-align: right;
  display: block;
}

/* input-edit_Text */

.input-icons i { 
  position: absolute; 
} 

.input-icons { 
  width: 100%; 
  margin-bottom: 10px; 
} 

.icon { 
  padding-left: 15px; 
  padding-top: 12px; 
  color:grey; 
  min-width: 50px; 
  text-align: center; 
} 

.input-field { 
  width: 100%; 
  padding-right: 10px; 
  padding-top: 10px; 
  padding-bottom: 10px; 
  padding-left: 40px;
  text-align: left; 
} 

.checked {
  color: green;
  font-weight: 1000;
}

.unchecked {
  color: green;
  font-weight: 1000;
}
.full-width{
  width: 100%;
}

.twice-col{
  flex: 7 1;
}
.one-col{
  flex: 4 1;
}

.margin-right-col{
  padding-right: 1rem !important; 
}

.one-col .btn{
  padding: 0.25rem 0.5rem !important;

  font-size: 0.875rem !important;
}

.margin-auto {
  margin: auto !important;
}

.one-col.flex div, .flex-col div{
  flex: 1 1;
}
.text-bold{
  font-weight: 700;
}

.flex-col{
  flex-direction: column;
}

.flex .vertical-center{
  margin: auto 0;
}

.flex-left{
  margin: 0 !important;
  margin-left: auto !important;
}

.border-bottom{
  border-bottom: 1px #d5d5d5 solid;
}


.left-badge{
  position: absolute;
  top: 0; 
  right: 0;
  height: 100%;
}

.left-badge button{
  line-height: 100%;
  height:100% !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.no-padding{
  padding: 0px !important;
}

.block{
  display: block !important;
}


.red-font{
  color: red;
}

.bold-font{
  font-weight: bold;
}

#floatMenu{
    cursor: pointer;
    display: block;
    float: right;
    z-index: 3;
    position: absolute;
    right: 5px;
    top: 5px;
}
#floatMenu ul{
    list-style-type: none;
    padding: 10px;
    margin: 0px;
    background-color: white;
}
#floatMenu a{
    color: #343a40;
}