/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 500px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: 0;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}



body {
  font-size: 0.85em;
}

/* template overwrite */
.table.dataTable thead .sorting {
    border-bottom: none;
    background-color: #fffdfd;
}
.table.dataTable.no-footer {
    border-bottom: none;
}
.invalidErr {
  width: 100%;
  margin-top: .15rem;
  font-size: 80%;
  color: #dc3545;
}
.lblError{
  color: #dc3545;
}
.logout{
  position: absolute;
    bottom: 11px;
    left: 24%;
}
.content-adjust{
    width: 94%;
    margin-left: 6%;
    padding: 1rem;
	border: 1px solid rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
    background: white;
    margin-top: 1rem;
    border-radius: 15px;
}
.border-secondary {
    border-color: #c3ccd4!important;
    border-radius: 20px;
}
.reportAdjuct{
	margin-left:0;
	width: 100%;
	font-size:15px;
}
.radio-inline{
	margin-left: 1.5rem;
}
.navbar {
    overflow: hidden;
    background-color: #333;
    width: 100%;
    display: block;
  }
  /*.invoicePrint{*/
	 /* border:1px solid grey;*/
	 /* border-radius: 5px;*/
	 /* padding: 10px;*/
  /*}*/
  
   .invoicePrint{
	  /* border:1px solid grey;
	  border-radius: 5px;
	  padding: 10px; */


    /*border: 1px solid grey;*/
    border-radius: 5px;
    padding: 44px;
    /*background-image: url("/assets/css/images/Inv.jpg");*/
     /*background: no-repeat; */
    /* width: 100%; */
    background-repeat: no-repeat;
    background-size: 100% 92%;
    height: 20cm;
    font-size: 15px;


  }
 
  /* check invoice set */

  .hideInvoiceCompany{
    color: transparent;
  }
  .setCusDetails{
    line-height: 11px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
  }
  .invFooter{
    position: absolute;
    line-height: 10px;
    margin-top: 9.3cm;
    width: 83%;
  }
  .invoiceTable-borderRemove{
line-height: 13px;
    border: none;
    font-size: 14px;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    width: 120px;
  }
  #invoiceTable td,th {
    padding: .50rem;
	text-align:center;
  }
  .dropdown {
    float: left;
    overflow: hidden;
  }
  #loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../css/images/submitLoader.gif) no-repeat center center;
    z-index: 10000;
}
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

/* icon colors set */
.icon-color-view{
  /* background-color: #3b94e7;
    color: white;
    padding: 12px;
    border-radius: 49%;
	width: 40px;
    height: 40px; */
    padding: 5px;
	display: inline-block;
	cursor: pointer;
	color: #3b94e7;

}
.icon-color-edit{
  /* background-color: #04c898;
    color: white;
    padding: 12px;
    border-radius: 49%;
	width: 40px;
    height: 40px; */
    padding: 5px;
	display: inline-block;

	cursor: pointer;
	color: #04c898;

}
.icon-color-delete{
  /* background-color: #f5365c;
    color: white;
    padding: 12px;
    border-radius: 49%;
	width: 40px;
    height: 40px; */
    padding: 5px;
	display: inline-block;

	cursor: pointer;
	color: #f5365c;


}
.operationCell{
	min-width: 4rem;
}
.btnOverwrite{
  background-color: #04c898;
  width: 11rem;
}
.btnOverwritePrint{
  background-color: #04c898;
  width: 6rem;
}
.btnOverwrite:hover{
  background-color: #099c78;
}
.btnOverwritePrint:hover{
  background-color: #099c78;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: #dcd6d600;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, white 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #ffffff 100%);
}
.dashboard-icon-size{
  font-size: 2em;
}
  /* model right style */
  





.autoComplete{
    position: absolute;
    transform-origin: center top;
    white-space: normal;
    text-align: left;
    text-transform: none;
    background: #fff;
    width: 94%;
    border-radius: .28571429rem;
    box-shadow: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
    /* border: 1px solid #d4d4d5; */
    z-index: 998;
	padding-left: 0.2rem;
}
.autoComplete ul li{
	cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 1em;
    padding: .85714286em 1.14285714em;
    color: rgba(0,0,0,.87);
    line-height: 1.33;
    border-bottom: 1px solid rgba(34,36,38,.1);
}
.navText{
	font-size: 0.95em;
    margin-left: -18%;
}
.err-alert{
	text-align: center;
	margin: 2rem;
}
.alert-img{
	margin-bottom: 1rem;
}
.bootbox-accept{
	background-color:#f5365c ;
	outline: none;
}
.bootbox-accept:hover{
	background-color:#b92845 ;
	outline: none;

}
.bootbox-accept:focus{
	background-color:#f5365c ;
	outline: none;

}

#social_side_links {
position: fixed;
  top: 10vw;
  right: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  background-color:#cbd6cd;
}

#social_side_links li a img {
	display: block;
	max-width:60px;
  padding: 10px;
}

#social_side_links li a:hover img {background: rgba(0, 0, 0, .2);}
/* dashboard */
.card-widget {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50rem;
    padding: 1.5rem;
}
#invoicePrint{
  margin-left: 6%;
    width: 94%;
    background: #fff;
    padding: 0.8rem;
}

#btnScroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #c1c1c1;
  color: #000000;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#btnScroll:hover {
  background-color: #555;
}

@media print{
	.noprint{
		display:none;
	}
 }



 /* test nav */

 @import url('https://fonts.googleapis.com/css?family=Manjari:100,400,700&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #fbfbfb;
    font-family: 'Manjari', sans-serif;
}

.sidebar {
    width: 4%;
	  min-width: 85px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.06);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
    z-index: 1040;
}

.main-menu {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.menu-item {
    list-style: none;
    position: relative;
    width: 85px;
    height: 50px;
}

.menu-txt {
    opacity: 0;
    width: 0px;
    min-width: 0px;
    overflow: hidden;
    transition: 300ms linear;
    transition-delay: 250ms;
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
    white-space: nowrap;
    overflow: hidden;
}

.menu-a {
    padding: 5px 0px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.menu-icon {
    display: block;
    font-size: 1.5rem;
    color: #bdbdbd;
    position: relative;
    z-index: 100;
    transition: 400ms;
}

.menu-item:hover .menu-txt {
    opacity: 1;
    width: 100%;
    min-width: 40px;
    padding: 0px 20px;
    transition-delay: 0s;
    color: #4c4c4c;
}

.menu-txt-hld {
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 38px;
    font-size: .94rem;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    padding: 9.5px 8px;
    transition: 250ms linear;
    display: flex;
    align-items: center;
    left: 20px;
    transition-delay: 300ms;
}

.menu-item:hover .menu-txt-hld {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition-delay: 0ms;
}
.active .menu-icon {
    color: #03A9F4;
}