/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

body, html {
  height: 100%;
  font-family: Poppins-Regular, sans-serif!important;
}
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
/*---------------------- dashboard css -----------------------*/
.font_md_10
{
  font-size: 14px;
}

.font_md_20
{
  font-size: 20px;
}

.cardBodyHeight {
    /*height: 90px!important;*/
    height: auto;
}
.cardHeaderHeight {
    height: 45px!important;
}
/*---------------------- dashboard css -----------------------*/
/*---------------------- css for invoicelist Start--------------------------*/
.b-size
{
  font-size: 17px;
}
.status-size
{
  
  padding: 3px;
}
.label_bold
{
  font-weight: bold;
}
/*---------------------- css for invoicelist end--------------------------*/

.total-row{
  font-weight: bold;
  background: #f5f5f5;
}
.greenTick > i{
  color:green!important;
}
.width100{
  width: 100%!important;
}
.martop{
  margin-top: 10px!important;
}
.total-row td {
  border-top: 2px solid #efefef;
}
.editbtnGrp{
  color: #fff!important;
}
.allCaps{
  text-transform: uppercase;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  /*background: url('../img/loading.gif') no-repeat center center;*/
}
.modal-lg {
    max-width: 90%!important;
}
.alert-danger::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.alert-danger:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.alert-danger::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

.jsgrid-grid-body, .jsGrid{
  height:auto!important;
}
#showHideCC{
  color:blue;
}
.hide
{
   display:none;
}
.whiteBg{
  background-color: #fff!important;
  padding:20px;
}

.selectheight
{
 height: 40px;
}

pre {
      margin-top: 0;
    }

    .button.button-small {
        height: 30px;
        line-height: 30px;
        padding: 0px 10px;
    }

    td input[type=text], td select {
      width: 100%;
      height: 30px;
      margin: 0;
      padding: 2px 8px;
    }

    th:last-child {
      text-align: right;
    }

    td:last-child {
        text-align: right;
    }

    td:last-child .button {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0px;
        margin-bottom: 0px;
        margin-right: 5px;
        background-color: #FFF;
    }

    td:last-child .button .fa {
        line-height: 30px;
        width: 30px;
    }
#btnPara{
  display: inline-block;
}
.paddingxs
{
    padding: 0.3rem 0.55rem!important;
}
.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.navbar-brand{
  /*height:60px!important;*/
  height: 90px!important;
}
.navbar-brand {
    float: left;
   /* padding: 14px 15px;*/
    font-size: 18px;
    line-height: 22px;
   /* margin-top: 0px;
    margin-bottom: 12px;*/
}
.clearfix{
  overflow: auto;
}
ul#products_ul{
  border: 1px solid #ced4da;
  padding: 2%;
}
li.client_product{
  list-style-type: none;
  display: inline;
  background-color: #272727;
  color: #fff;
  padding: 4px;
  float: left;
  margin-right: 1%;
  border: 1px solid #ccc;
}
li.client_product a{
  color: #fff;
}
.fa-plus-square{
  margin-top: 5%;
}

tr.selected td.jsgrid-cell{
  background: #444 !important;
  border-collapse: collapse;
  color: #FFF !important;
  border: #444 !important;
}

.loader{
  position: fixed;
  /* background: #000; */
  /* opacity: 0.5; */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  vertical-align: middle;
}