/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

a{
	color: #4d95e2;
}

.text-primary{
	color:#4d95e2 !important;
}

.btn-primary{
	border-color: #4d95e2 !important;
    background-color: #4d95e2 !important;
}

.btn-primary:hover:not(.disabled):not(:disabled){
	box-shadow: 0 8px 25px -8px #4d95e2;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active{
	background-color:#4d95e2 !important;
}

.form-control:focus{
	border-color:#4d95e2;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text{
	border-color:#4d95e2;
}
.bg-primary {
	background-color : #4d95e2 !important;
  }

  .alert-primary {
	background : rgba(115, 103, 240, 0.12) !important;
	color : #4d95e2 !important;
  }

  .alert-primary .close {
	color : #4d95e2 !important;
  }


  .main-menu.menu-light .navigation > li.active > a{
	background: -webkit-linear-gradient(332deg, #4d95e2, rgba(39, 105, 203, 0.7));
	background: linear-gradient(118deg, #4d95e2, rgba(39, 105, 203, 0.7));
	box-shadow: 0 0 10px 1px rgb(103 158 240 / 70%);			
  }

  .page-item.active .page-link{
	  background-color: #4d95e2;
  }

  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):focus{
	background-color: rgba(177, 205, 255, 0.2);
    color: #4d95e2;
  }

  .btn-outline-primary:hover:not(.disabled):not(:disabled){
    background-color: rgba(212, 221, 231, 0.2);
    color: #4d95e2;
  }

  .btn-outline-primary{
	border: 1px solid #4d95e2 !important;
    background-color: transparent;
    color: #4d95e2;
  }

  a:hover{
	color: #437fbe;
  }

  .head-bg{
	background-image: url(../../app-assets/images/pages/report_header.jpg);
   background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
  }

  .footer_bg{
	background-image: url(../../app-assets/images/pages/report_footer.jpg);
   background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;    
  }

.card-text{
  font-size: 1rem;
}

.table.table-sm td{
  vertical-align: text-top;
}

#pageFooter
        {
          /*  page-break-before: always;*/
            counter-increment: page;
        }
#pageFooter:after {

  content:"Page " counter(page);
  left: 0; 
  top: 100%;
  white-space: nowrap; 
  z-index: 20;
  -moz-border-radius: 5px; 
  -moz-box-shadow: 0px 0px 4px #222;  
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
}

.mainTestTitle{
  background-color:#c2dcf5;
  line-height:22px;
  margin-bottom:15px;
  padding-left:5px;
}

.testPrint tr th{
  background-color: #7395b5 !important;
  color:#ffffff !important;
  line-height: 25px;
  font-size:17px;
}

#report_tb{
  width:100%;
}

.invoice-print{
  font-size: 17px !important;
}

.testPrint .table{
  margin-bottom: unset !important;
}