
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
@font-face {
  font-family: 'Audiowide-Regular';
  src:url('../fonts/Audiowide-Regular.ttf.woff') format('woff'),
      url('../fonts/Audiowide-Regular.ttf.svg#Audiowide-Regular') format('svg'),
      url('../fonts/Audiowide-Regular.ttf.eot'),
      url('../fonts/Audiowide-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}
body {
    font-size: 15px;
}
.main-sidebar .sidebar-user .sidebar-user-picture img {
    width: 160px;
    border-radius: none;
    box-shadow: none;
}
.analytics-edu-wrap {
    cursor: pointer;
}

#invoice .accordion .accordion-header[aria-expanded="true"],#salesinfo .accordion .accordion-header[aria-expanded="true"],#revenue .accordion .accordion-header[aria-expanded="true"],#property .accordion .accordion-header[aria-expanded="true"] {
    box-shadow: none;
    background-color: #f2f2f2;
    color: #6C757D;
}

#autoinvoice .accordion_border,#invoice .accordion_border,#system .accordion_border,#user_manager .accordion_border,#salesinfo .accordion_border,#revenue .accordion_border,#property .accordion_border,#prospects .accordion_border,#trade_manager .accordion_border,#lease_manager .accordion_border,#exrate .accordion_border
,#invocie_term .accordion_border,#rental_template .accordion_border,#prospects .accordion_border,#cost_center .accordion_border,#global_field .accordion_border,#billing .accordion_border
{
    border: 1px solid #f2f2f2 !important;
}
#invoice .tab-pane a.button,#salesinfo .tab-pane a.button,#revenue .tab-pane a.button {
    background-color: transparent;
    color: #6777ef;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    line-height: 15px;
}
#invoice .tab-pane a.rmbutton, #salesinfo .tab-pane a.rmbutton, #revenue .tab-pane a.rmbutton {
    background-color: transparent;
    color: #ffa426;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    line-height: 15px;
}
#invoice .tab-pane a.button:hover,#salesinfo .tab-pane a.button:hover,#revenue .tab-pane a.button:hover {
    background-color: #6777ef;
    text-decoration: none;
    color: #ffffff;
}
#invoice .tab-pane a.rmbutton:hover,#salesinfo .tab-pane a.rmbutton:hover,#revenue .tab-pane a.rmbutton:hover {
    background-color: #ffa426;
    text-decoration: none;
    color: #ffffff;
}
#user_manager .accordion .accordion-header,#system .accordion .accordion-header,#invoice .accordion .accordion-header,#salesinfo .accordion .accordion-header,#revenue .accordion .accordion-header, #property .accordion .accordion-header,#trade_manager .accordion .accordion-header, #lease_manager .accordion .accordion-header, #exrate .accordion .accordion-header
, #invocie_term .accordion .accordion-header, #rental_template .accordion .accordion-header,#prospects .accordion .accordion-header,#cost_center .accordion .accordion-header,#customer .accordion .accordion-header,#billing .accordion .accordion-header {
    padding: 5px 15px 0px 15px;
}

#invoice .list-group-item,#exrate .list-group-item,#salesinfo .list-group-item,#revenue .list-group-item,#property .list-group-item, #rental_template .list-group-item, #prospects .list-group-item,#trade_manager .list-group-item,#lease_manager .list-group-item,#invoice_term .list-group-item,#cost_center .list-group-item,#invocie_term .list-group-item,#billing .list-group-item{
    padding: 3px 10px;
    margin-bottom:8px;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: .25rem;
}
#invoice .list-group-item,#salesinfo .list-group-item,#revenue .list-group-item,#billing .list-group-item{
    padding: 5px 10px;
}

#property .list-group-item .buttons .btn-sm,#invocie_term .list-group-item .buttons .btn-sm,#exrate .list-group-item .buttons .btn-sm,#salesinfo .list-group-item .buttons .btn-sm,#revenue .list-group-item .buttons .btn-sm, #rental_template .list-group-item .buttons .btn-sm, #prospects .list-group-item .buttons .btn-sm, #trade_manager .list-group-item .buttons .btn-sm, #lease_manager .list-group-item .buttons .btn-sm, #invoice_term .list-group-item .buttons .btn-sm, #cost_center .list-group-item .buttons .btn-sm{
    margin: 0 8px 5px 0;
}

#invoice .nav-tabs,#user_manager .nav-tabs,#system .nav-tabs,#salesinfo .nav-tabs,#revenue .nav-tabs,#lease_manager .nav-tabs {
    border-bottom: none;
}

.myModal-lg{
  padding-right: 0px !important;
} 

.myModal-lg .modal-lg {
  max-width: 1000px;         /* Default width for large screens */
  margin-left: auto;
  margin-right: auto;
}

/* Medium screens (tablets) */
@media (max-width: 992px) {
  .myModal-lg .modal-lg {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small screens (mobile) */
@media (max-width: 768px) {
  .myModal-lg .modal-lg {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* Extra small screens */
@media (max-width: 576px) {
  .myModal-lg .modal-lg {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


#billing .repairmisc .list-group-item{
  padding: 0px 0px;
  margin-bottom:8px;
  border: 1px solid #F2F2F2 !important;
  border-radius: .25rem;
}

#billing .repairmisc .list-group-item .shopheader{
  margin: 0px 0px 0px 0px;
  background: #F9F9F9;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #F2F2F2;
  
}

#billing .repairmisc .list-group-item .shopunitinfo{
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
}

#billing .repairmisc .list-group-item .card-body .table thead th{
  background-color: #f6f6f6;
  height: 55px;
}


.modal-body #repairmisc_content div[id^="div_group_"]{

  margin: 0px -15px 0px -15px;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}

.modal-body #repairmisc_content .shopheader{
  background: #F9F9F9;
  margin-top: 3px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.repairmiscchargeheader{
  background: #F9F9F9;
  margin-top: 3px;
  padding: 7px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.cursor-pointer{
    cursor: pointer;
}

.modal .modal-header
{
    border-bottom: 1px solid #dee2e6;
    padding-top: 15px;
    padding-bottom: 10px;
}

.modal .modal-footer
{
  border-top: 1px solid #dee2e6 !important;
}

/*.modal .modal-header .close
{
    font-size: 18px;
}*/

.modal .formclass
{
    box-shadow: none;
}

/**  Invoice, CN, DN POPUP View CSS Start **/

.td1 img {

	 width:20em;
	 height:7em;
	float:left;
	
}
.border-top{ border-top:2px solid  #A9A9A9; padding:5px;}
.border-bottom{ border-bottom:2px solid  #A9A9A9;}
.td1{width:40%; }
.td2{width:60%;color: #000000;font-size: 13px;padding-top:0px;line-height:20px;  padding-left: 5px;}
.td2 strong{ font-size: 16px;}
.table1{width:760px;}
.text{
color: #000000;font-size: 13px; line-height:20px; 
}
.line_height{line-height:25px; }
.charge_heading{color: #000000;font-size: 13px;  border-top:1.5px solid #666;border-bottom:1.5px solid #898989;}
.charge_heading:last-child {
    text-align: right;
    padding-right: 10px
}
.currency_format{
color: #000000;font-size: 13px; line-height:30px; border-bottom:1.5px solid #595959; }
.gst{color: #000000;font-size:13px; line-height:20px;border-bottom-width:1px;border-bottom-style:solid; }
hr {height:1px; border:none; color:#000; background-color:#000; margin-right:-10px;}
hr:nth-child(1) {  margin-top: 0px;}
hr:nth-child(2) {
  margin-top: 10px;
  height:2px;
}
hr:nth-child(3) {
  margin-top:-12px;
  height:2px;
}
.beforegst{
    text-align: right;
    padding-right: 20px;	
}
.aftergst{
  text-align: right;
  padding-right: 20px;
}
.totaltext{ 
  line-height: 0px;
  vertical-align: text-top;
  text-align: right;
  padding-right: 20px;
}
.totaltext +td {
 line-height: 0px;
}
.payment{text-decoration:underline;}
.payment1{font-size:12px;line-height:22px;}


.creditinvoicepdf {
	border-collapse:collapse; 
	width:100%;
}

.creditinvoicepdf .credit_header{
  font-weight: bold;
  vertical-align:bottom;
}

.creditinvoicepdf .credit_header:after{
  content: "";
  display: block;
  margin: 0;
  width: 67%;
  border-bottom: 2px solid black;
}

.creditinvoicepdf .credit_bold_label{
  font-weight: bold;
  vertical-align: top;
  padding-top: 5px;
}

.creditinvoicepdf .credit_label{
  vertical-align: top;
  padding-top: 5px;
}

.creditinvoicepdf .padding_left1{

  padding-left: 10px;

}

.creditinvoicepdf .padding_left2{

  padding-left: 5px;
}

.creditinvoicepdf  .bottomline{
	border-bottom:1px solid black;
}

.creditinvoicepdf .paymentinstructions:after {
	content: ""; 
	display: block;
	margin:0;
	width:19%;
	border-bottom:2px solid black;
}

.creditinvoicepdf .total_header{
	font-weight: bold;
	padding: 3px;
  text-align: right;
}

.creditinvoicepdf .total_value
{
	text-align: right;
	padding-right: 15px;
}

.creditinvoicepdf .total_line
{
	border-top: 1px solid black;
}

.creditinvoicepdf .table_header
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 15px;
	font-weight: bold;
}
.creditinvoicepdf .center{
	text-align: center;
}

.creditinvoicepdf .right{
	text-align: right;
}

.creditinvoicepdf .left{
	text-align: left;
}

.creditinvoicepdf .table_date
{
	padding: 10px;
	text-align: left;
	width: 10%;
}

.creditinvoicepdf .table_description
{
	padding: 10px;
	text-align: left;
}

.creditinvoicepdf .table_amount_foreign
{
  padding: 10px;
	text-align: right;
	width: 20%;

}

.creditinvoicepdf .table_exrate
{
  padding: 10px;
	text-align: right;
	width: 15%;
}

.creditinvoicepdf .table_amount
{
	text-align: right;
	padding-right: 15px;
  width: 20%;
}

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

/** Credit Note to hide Page Title */
.creditinvoicepdf tr:nth-child(9) td:nth-child(2){
	/*border: 1px solid red;*/
	display: none;
}

.creditinvoicepdf tr:nth-child(9) td:nth-child(3){
  display: none;
}

.credit_shop{
  text-wrap: wrap;
  width: 55%;
}

.creditinvoicepdf img {
  width: 20em;
  height: 7em;
  float: left;
}

/** Invoice to hide Page Title */
.invoicepdf tr:nth-child(7) td:nth-child(2){
	/*border: 1px solid red;*/
	display: none;
}
.invoicepdf tr:nth-child(7) td:nth-child(3){
	/*border: 1px solid red;*/
	display: none;
}
.pagingstyle{display: none;}
.debitinvoicepdf {
	border-collapse:collapse; 
	width:100%;
}

.debitinvoicepdf .debit_header{
  font-weight: bold;
  vertical-align:bottom;
}

.debitinvoicepdf .debit_header:after{
  content: "";
  display: block;
  margin: 0;
  width: 67%;
  border-bottom: 2px solid black;
}

.debitinvoicepdf .debit_bold_label{
  font-weight: bold;
  vertical-align: top;
  padding-top: 5px;
}

.debitinvoicepdf .debit_label{
  vertical-align: top;
  padding-top: 5px;
}

.debitinvoicepdf .padding_left1{

  padding-left: 10px;

}

.debitinvoicepdf .padding_left2{

  padding-left: 5px;
}

.debitinvoicepdf  .bottomline{
	border-bottom:1px solid black;
}

.debitinvoicepdf .paymentinstructions:after {
	content: ""; 
	display: block;
	margin:0;
	width:19%;
	border-bottom:2px solid black;
}

.debitinvoicepdf .total_header{
	font-weight: bold;
	padding: 3px;
  text-align: right;
}

.debitinvoicepdf .total_value
{
	text-align: right;
	padding-right: 15px;
}

.debitinvoicepdf .total_line
{
	border-top: 1px solid black;
}

.debitinvoicepdf .table_header
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 15px;
	font-weight: bold;
}
.debitinvoicepdf .center{
	text-align: center;
}

.debitinvoicepdf .right{
	text-align: right;
}

.debitinvoicepdf .left{
	text-align: left;
}

.debitinvoicepdf .table_date
{
	padding: 10px;
	text-align: left;
	width: 10%;
}

.debitinvoicepdf .table_description
{
	padding: 10px;
	text-align: left;
}

.debitinvoicepdf .table_amount_foreign
{
  padding: 10px;
	text-align: right;
	width: 20%;

}

.debitinvoicepdf .table_exrate
{
  padding: 10px;
	text-align: right;
	width: 15%;
}

.debitinvoicepdf .table_amount
{
	text-align: right;
	padding-right: 15px;
  width: 20%;
}

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

/** Debit Note to hide Page Title */
.debitinvoicepdf tr:nth-child(9) td:nth-child(2){
	/*border: 1px solid red;*/
	display: none;
}

.debitinvoicepdf tr:nth-child(9) td:nth-child(3)
{
  display: none;
}

.debit_shop{
  text-wrap: wrap;
  width: 55%;
}

.debitinvoicepdf img {
  width: 20em;
  height: 7em;
  float: left;
}

/**  Invoice, CN, DN POPUP View CSS End **/

.formclass fieldset
{
    padding: 0px !important;
}

.formclass fieldset label code
{
    color: #f45b4b;
}

.browse
{
    padding: 0.375rem 0.75rem;
    box-shadow: none;
}

.expand i.fa{
    font-size: 15px;
    margin-left: 2px;
    font-weight: bold;
}
.ui-autocomplete { z-index:2147483647; }

#revenue .form-control:disabled, .form-control[readonly] {
    background-color: none !important;
}

.header-bg {
  background-color: #F9F9F9;
}

.body-bg {
  background-color: #F6F6F6 !important;
}

#report_form select{
  /*height: calc(1.5em + 0.5rem + 2px);*/
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
}

#salesinfo #div_gbl .input-group-text, #salesinfo #div_gbl select.form-control:not([size]):not([multiple]), #salesinfo #div_gbl .form-control:not(.form-control-sm):not(.form-control-lg)
{
  width:110px;height: 37px;
}

#salesinfo #div_gbl .row-0 {
    display: none;
}

#salesinfo .bootstrap-timepicker-widget table td span {
    display: inline-block;
}

.report_html .custom-scroll{
  overflow:auto; 
  height:600px;
}

/*#revenue .select2-container .select2-selection--multiple,#revenue .select2-container .select2-selection--single,#invoice .select2-container .select2-selection--multiple,#invoice .select2-container .select2-selection--single,#report_form .select2-container .select2-selection--multiple,#report_form .select2-container .select2-selection--single, #exrate .select2-container .select2-selection--multiple,#exrate .select2-container .select2-selection--single{
  min-height: calc(1.5em + 0.5rem + 2px);
}

#revenue .select2-container--default .select2-selection--single .select2-selection__rendered,#invoice .select2-container--default .select2-selection--single .select2-selection__rendered,#report_form .select2-container--default .select2-selection--single .select2-selection__rendered,#exrate .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 31px;
}

#revenue .select2-container--default .select2-selection--multiple .select2-selection__arrow, #revenue .select2-container--default .select2-selection--single .select2-selection__arrow,#invoice .select2-container--default .select2-selection--multiple .select2-selection__arrow, #invoice .select2-container--default .select2-selection--single .select2-selection__arrow,#report_form .select2-container--default .select2-selection--multiple .select2-selection__arrow, #report_form .select2-container--default .select2-selection--single .select2-selection__arrow,#exrate .select2-container--default .select2-selection--multiple .select2-selection__arrow, #exrate .select2-container--default .select2-selection--single .select2-selection__arrow
{
  min-height: 31px;
}

#report_form .select2-container .select2-selection--multiple,#report_form .select2-container .select2-selection--single{
  min-height: calc(1.5em + 0.5rem + 2px);
}

#report_form .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 31px;
}

#report_form .select2-container--default .select2-selection--multiple .select2-selection__arrow, #report_form .select2-container--default .select2-selection--single .select2-selection__arrow
{
  min-height: 31px;
}*/

.dropdown .dropdown-toggle:hover
{
  color: #ffffff !important;
  
}
.form-control, .input-group-text, .custom-select, .custom-file-label {
    background-color: #fff !important;
}

.card .card-header h4+.card-header-action .input-group .form-control, .card .card-header h4+.card-header-form .input-group .form-control{
  border-radius: 5px 0px 2px 5px !important;
}

.card .card-header h4+.card-header-action .input-group .form-control+.input-group-btn .btn, .card .card-header h4+.card-header-form .input-group .form-control+.input-group-btn .btn{
  border-radius: 0 5px 5px 0 !important;
}

.pretty.p-switch .state:before
{
  border: 1px solid #07789B !important;
}

.pretty.p-switch .state label:after {
  background-color: #07789B !important;
}

.pretty input:checked~.state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after{
  background-color: #E1C340 !important;
}

.pretty.p-switch input:checked~.state.p-primary:before{
  border-color: #E1C340 !important;
}
#salesinfo .btn-primary, #salesinfo .btn-primary.disabled,#revenue .btn-primary, #revenue .btn-primary.disabled,#invoice .btn-primary, #invoice .btn-primary.disabled{box-shadow:none;}
.col-xl-2custom,.col-lg-2custom {max-width: 20.666667%;}
.form-group {
    margin-bottom: 8px;
}
.modal-header button:focus {
    outline: none !important;
}
.colors .color {width: 100%;}
.modal-body div[id^="div_group_"]{
    border-top: 1px solid #e4e6fc;
    border-bottom: 1px solid #e4e6fc;
    /*background-color: #fdfdff;*/
    background-color: #F9F9F9;
    margin: 12px -15px 0px -15px;
    padding: 2px 15px;
}

.utilityreading div[id^="div_group_"]{
    border-top: 1px solid #e4e6fc;
    border-bottom: 1px solid #e4e6fc;
    /*background-color: #fdfdff;*/
    background-color: #F9F9F9;
    margin: 12px -10px 0px -10px;
    padding: 2px 15px;
}

select[readonly] {
  pointer-events: none;
}

.box-shadow-none{
  box-shadow:none;
}
.lh-custom{line-height: 2rem !important;}

.row .section-title{
    margin: 5px 0 5px 0;
    font-size: 14px;
    color: #191d21;
    font-weight: 600;
    position: relative;
}
.mrnclass{margin-top: 2.1rem !important;}
#lease_manager .modal-header, #lease_manager .modal-body, #lease_manager .modal-footer,#rental_template .modal-header, #rental_template .modal-body, #rental_template .modal-footer,#leaseModal .modal-header, #leaseModal .modal-body, #leaseModal .modal-footer,#downloadFormModal .modal-header, #downloadFormModal .modal-body, #downloadFormModal .modal-footer,#optionModal .modal-header, #optionModal .modal-body, #optionModal .modal-footer,#rentalModal .modal-header, #rentalModal .modal-body, #rentalModal .modal-footer,#renewListModal .modal-header, #renewListModal .modal-body, #renewListModal .modal-footer,#renewModal .modal-header, #renewModal .modal-body, #renewModal .modal-footer,#renewrentalModal .modal-header, #renewrentalModal .modal-body, #renewrentalModal .modal-footer,
#billing .modal-header, #billing .modal-body, #billing .modal-footer,#invocie_term .modal-header, #invocie_term .modal-body, #invocie_term .modal-footer,#loiModal .modal-header, #loiModal .modal-body, #loiModal .modal-footer,
#loirentalModal .modal-header, #loirentalModal .modal-body, #loirentalModal .modal-footer,#LOIleaseModal .modal-header, #LOIleaseModal .modal-body, #LOIleaseModal .modal-footer {
    padding: 15px;
}

.form-row .not-header-label{
  font-weight: normal;
  font-size: 14px;
}

.form-group label.error
{
  color: red;
  font-weight: normal;
  font-size: 13px;
}

#rentalform select.form-control:not([size]):not([multiple]){
  height: calc(2.25rem + 3px);
}

.form-row .empty-label{
  display:block;
}

.form-row .form-group .rental_dropdown, .revenue_dropdown{
  padding: 5px 10px !important;
  height: 42px !important;
}

.row .form-group .rental_dropdown, .revenue_dropdown{
  padding: 5px 10px !important;
  height: 42px !important;
}

.card .card-header h4+.card-header-action .btn{

  border-radius: 5px !important;
}

@media screen and (min-width: 1024px) {
    .col-xl-2custom,.col-lg-2custom {max-width: 12.666667% !important;}
}
.input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg) {
    padding: 0px 10px;
}
#lease_manager .select2-container--default .select2-selection--multiple .select2-selection__arrow, #lease_manager .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
}
#profileuser .fa-user {
    padding: 10px;
    border-radius: 50%;
    background-color: #666666;
    color: #f7f7f7;
    font-size: 50px;
    width: 70px;
    height: 70px;
    text-align: center;
}
.changepass a:hover {
    color: #fff;
}

#renewModal { overflow-y: auto !important; }
#invoice .table.table-md th, #invoice .table.table-md td {
    padding: 0;
}
#invoice .table td, #invoice .table th {
    padding: 0.10rem;
}

.sno_div{
  max-width: 0%;
}
/*#lease_manager .dropdown-menu {
    width: auto;
}
.main-sidebar ul.sidebar-menu li a {
  margin: 3px 10px 3px;
}
.btn-danger, .btn-danger.disabled {
    box-shadow: none;
}*/
.theme-white a.btn:hover {
    color: #fff;
}

#ui-datepicker-div{z-index: 1051 !important};

.main-sidebar ul.sidebar-menu li.active ul.dropdown-menu li a {
	margin: 0px 10px !important;
}
.select2 .select2-container .select2-container--default .select2-container--below .select2-container--focus{width:100%;}
.logo-text {
  font-size: 50px;
  color: #07789b;
  letter-spacing: 0px;
  font-family: 'Audiowide-Regular';

}

/** Dashboard Button color changes*/
#dashboard .nav-pills .nav-item .nav-link{
  color: #07789b;
  line-height: 1.5;
}

#dashboard .nav-pills .nav-link.active{
    color: #fff;
    background-color: #07789b;
}

#dashboard .nav-pills .nav-item .nav-link.active {
  box-shadow: 0 2px 6px #07789b;
  color: #fff;
  background-color: #07789b;
}

/** Pagination button color changes **/
.pagination .page-item.active .page-link{
  color: #fff;
  background-color: #E1C340;
  border-color: #E1C340;
}

.pagination .page-item .page-link {
  color: #E1C340;
}

.dropdown-item
{
  white-space: inherit;
}

.dropdown a.more-vert{
  color: #6C757D;
}

.dropdown a.visibility,a.iclass{
  color: #6C757D;
}

.dropdown a.visibility i,a.iclass i{
  font-size: 22px;
}

.dropdown-item:focus, .dropdown-item:hover{
  color: #E1C340 !important;
}

/** Custom Button color changes for primary button */

.btn-custom-primary, .btn-custom-primary:focus
{
  /*box-shadow: 0 2px 6px #E1C340;*/
  border-color: #E1C340;
  background-color: #E1C340;
  color: #fff;
}

.btn-custom-primary:hover{
  /*box-shadow: 0 2px 6px #E08955;*/
  background-color: #E08955 !important;
  color: #fff;
}

.btn-custom-primary:hover, .btn-custom-primary:active, .btn-custom-primary.disabled:hover, .btn-custom-primary.disabled:focus, .btn-custom-primary.disabled:active
{
    /*box-shadow: 0 2px 6px #8D918D;*/
    background-color: #E08955 !important;
    color: #fff !important;
}

.btn-custom-primary:not(.btn-social):not(.btn-social-icon):active, .btn-custom-primary:not(.btn-social):not(.btn-social-icon):focus, .btn-custom-primary:not(.btn-social):not(.btn-social-icon):hover
{
  border-color: #E1C340;
  background-color: #E1C340;
  color: #fff;
}

.input-group .input-group-btn .btn-custom-primary, .input-group .input-group-btn .btn-custom-add {
  border-radius: 0 .25rem .25rem 0;
}


/** Custom Button color changes for info button */

.btn-custom-info
{
  /*box-shadow: 0 2px 6px #07789b;*/
  border-color: #07789b;
  background-color: #07789b;
  color: #fff;
}

.btn-custom-info:hover{
  /*box-shadow: 0 2px 6px #07789b;*/
  background-color: #07789b !important;
  color: #fff;
}

.btn-custom-info:hover, .btn-custom-info:focus, .btn-custom-info:active, .btn-custom-info.disabled:hover, .btn-custom-info.disabled:focus, .btn-custom-info.disabled:active
{
    /*box-shadow: 0 2px 6px #07789b;*/
    background-color: #07789b !important;
    color: #fff !important;
}

/** Custom Button color changes for close button */

.btn-custom-close
{
  /*box-shadow: 0 2px 6px #E1C340;*/
  border-color: #E1C340;
  background-color: #E1C340;
  color: #fff;
}

.btn-custom-close:hover{
  /*box-shadow: 0 2px 6px #E1C340;*/
  background-color: #E1C340 !important;
  color: #fff;
}

.btn-custom-close:hover, .btn-custom-close:focus, .btn-custom-close:active, .btn-custom-close.disabled:hover, .btn-custom-close.disabled:focus, .btn-custom-close.disabled:active
{
    /*box-shadow: 0 2px 6px #E1C340;*/
    background-color: #E1C340 !important;
    color: #fff !important;
}

/** Custom Button color changes for POPUP Add buttons */
.btn-custom-add
{
  box-shadow: 0 2px 6px #f8e7dd;
  border-color: #c97b4c;
  background-color: #E08955;
  color: #fff;
}

.btn-custom-add:hover{
  box-shadow: 0 2px 6px #edd8cf;
  background-color: #A53E12 !important;
  color: #fff;
}

.btn-custom-add:hover, .btn-custom-add:focus, .btn-custom-add:active, .btn-custom-add.disabled:hover, .btn-custom-add.disabled:focus, .btn-custom-add.disabled:active
{
    box-shadow: 0 2px 6px #edd8cf;
    background-color: #A53E12 !important;
    color: #fff !important;
}

/** Custom Button color changes for POPUP Edit buttons */

.btn-custom-edit
{
  box-shadow: 0 2px 6px #d9e2ec;
  border-color: #446FA0;
  background-color: #446FA0;
  color: #fff;
}

.btn-custom-edit:hover{
  box-shadow: 0 2px 6px #d9e2ec;
  background-color: #446FA0 !important;
  color: #fff;
}

.btn-custom-edit:hover, .btn-custom-edit:focus, .btn-custom-edit:active, .btn-custom-edit.disabled:hover, .btn-custom-edit.disabled:focus, .btn-custom-edit.disabled:active
{
    box-shadow: 0 2px 6px #d9e2ec;
    background-color: #446FA0 !important;
    color: #fff !important;
}

/** Custom Button color changes for POPUP Delete buttons */

.btn-custom-delete
{
  box-shadow: 0 2px 6px #dae0e3;
  border-color: #c0c6c9;
  background-color: #D6DDE0;
  color: #446FA0;
}

.btn-custom-delete:hover{
  box-shadow: 0 2px 6px #dae0e3;
  background-color: #D6DDE0 !important;
  color: #446FA0;
}

.btn-custom-delete:hover, .btn-custom-delete:focus, .btn-custom-delete:active, .btn-custom-delete.disabled:hover, .btn-custom-delete.disabled:focus, .btn-custom-delete.disabled:active
{
    box-shadow: 0 2px 6px #dae0e3;
    background-color: #D6DDE0 !important;
    color: #446FA0 !important;
}

/** Custom Button color changes for Browse Button */ 
.browse_button 
{
  background-color: #B3C1A8 !important;
  /*right: 36px !important;*/
  opacity: 1 !important;
}


/** Custom Tab color changes **/
.card-body > .nav-tabs > li{
  margin-right: 2px;
}

.card-body > .nav-tabs > li:last-child{
  /*border-right:1px solid #ededed;*/
  border-top-right-radius: 0.25rem;
}

.card-body > .nav-tabs > li > a{
  /*border-right: 0px none;*/
  border-top: 2px solid #07789b;
  background-color: #07789b;
  border-color: #07789b;
  color: #fff !important;
  font-weight: bold;
}

.card-body > .nav-tabs > li > a:hover{
  background: #fff;
  color: #07789b !important;
}

.card-body >.nav-tabs > li.active > a,
.card-body > .nav-tabs > li.active > a:focus,
.card-body > .nav-tabs > li.active > a:hover,.card-body > .nav-tabs .nav-link.active{
  border-top: 2px solid #07789b;
  /*border-right: 0px none;*/
  color: #07789b !important;
  background-color: #fff;
  border-bottom-color: #fff;
}

a.btn.disabled, fieldset:disabled a.btn {
    width: 78px;
}
.sidebar-mini .main-sidebar .logo-text {
    /*display: none;*/
    font-size: 10px;
}

/** Dashboard Button color changes*/
#renewModal .nav-pills .nav-item .nav-link{
  color: #07789b;
  line-height: 1.5;
}

#renewModal .nav-pills .nav-link.active{
    color: #fff;
    background-color: #07789b;
}

#renewModal .nav-pills .nav-item .nav-link.active {
  box-shadow: 0 2px 6px #07789b;
  color: #fff;
  background-color: #07789b;
}
/*#revenue .select2-container--default .select2-selection--multiple .select2-selection__arrow, #revenue .select2-container--default .select2-selection--single .select2-selection__arrow,#invoice .select2-container--default .select2-selection--multiple .select2-selection__arrow, #invoice .select2-container--default .select2-selection--single .select2-selection__arrow,#exrate .select2-container--default .select2-selection--multiple .select2-selection__arrow, #exrate .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
}*/

.lineheight_btn{line-height: 16px;}

/*.pretty .state label:after, .pretty .state label:before {
    width: calc(0.9em + 2px);
    height: calc(0.9em + 2px);
    top: calc((0% - (100% - 0.9em)) - 8%);
}
.pretty.p-icon .state .icon {
    width: calc(0.9em + 2px);
    height: calc(0.9em + 2px);
	top: calc((0% - (100% - 0.9em)) - 8%);
}*/

#user_manager .badge.badge-danger,#invocie_term .badge.badge-danger {
    width: 72px;
}

#user_manager .badge.badge-success,#invocie_term .badge.badge-success {
    width: 72px;
}


.card.card-custom-primary
{
  border-top: 2px solid #07789b;
}

.swal-title {
	background-color: #07789B;
    font-size: 18px;
	padding: 12px 16px;
	box-shadow: none;
	/*border-bottom: 1px solid #dee2e6;*/
	color:#fff;
}
.swal-footer {
	border-top: 1px solid #dee2e6 !important;
	padding: 12px 16px;
    text-align: right !important;
	overflow: auto;
}
.swal-title:first-child {
    margin-top: 0px;
}
.swal-button--cancel {
	font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    padding: 0.3rem 0.8rem;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #E1C340;
}
.swal-button.swal-button--confirm {
	font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    padding: 0.3rem 0.8rem;
    letter-spacing: 0.5px;
    box-shadow: none;
    background-color: #07789b !important;
	color:#fff;
}
.swal-text {
    line-height: 50px !important;
}
.swal-button-container{
	float: right;
}
.my-custom-title {
  display: flex;
  align-items: center;
}

.my-custom-title .swal2-icon {
  margin-left: auto;
}
.alert {
    color: #fff;
    border: none;
    padding: 0.3rem 0.8rem;
    border-radius: .25rem;
    font-weight: 600;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.5px;
}
.alert.alert-success {
    margin-top: 2px;
}

.icon-append-validate
{
    position: absolute;
    top: 8px;
    width: 29px;
    height: 27px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    right: 6px;
    /* padding-left: 1px; */
    border-left-width: 1px;
    border-left-style: solid;
    color: #DE8956;
    border-color: #e5e5e5;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.icon-append-validate-user
{
    height: 34px;
    line-height: 34px;
}
.icon-append-validate-role {
    top: 32px;
    right: 34px;
}

.icon-append-validate-role1 {
    top: 28px;
    right: 34px;
}

.icon-append-validate-shop
{
  right:18px;
}

.icon-append-validate-addshop
{
  right:16px;
  top:10px;
}

.icon-append-validate-currency
{
  right:15px;
}

label.error
{
  color: red;
  font-weight: normal;
  font-size: 13px;
}

.leaseoption-header
{
  background-color: #F9F9F9;
}
.icon-top
{
  top:14px;
}
.icon-top1
{
  top:24px;
}
.icon-append-validate-novationshop,.icon-append-validate-lease
{
  top:36px;
}

.icon-append-validate-renewlease{
  top:44px;
}

.icon-append-validate-login
{
  top: 9px;
  line-height: 22px;
  height: 22px;
}

.logo-text .logo-image
{
  width: 180px;
}

.sidebar-mini .main-sidebar .logo-text .logo-image{
  width: 50px;
}
.search-control{height:42px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right .75rem center/15px 10px;
    border: 0;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: unset;
	margin-left:0;
	margin-top:0;
}
.select2-container.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single {
    background-color: #fff;
    border-color: #e4e6fc;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
    background-color: #fff;
    border-color: #e4e6fc;
}

.chart_data .card .card-header h4{
  line-height: 38px;
}
.height_class{  height:40px; }
.right_class{ right:16px; }

.navbar .notification-icon {
  position: absolute;
  /*top: 10px;
  right: 5px;*/
  font-weight: 300;
  padding: 3px 3px;
  background: #ff9800;
  border-radius: 10px;
}

.selectric .label{
  font-size: .875rem;
}
.form-group > .select2-container {
    width: 100% !important;
}
.main-footer {
  margin-top:calc(5% + 60px);
}
.form-group .control-label, .form-group>label {
    font-size: 14px;
}

.selectric .button:after {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/** Left Side Meanu Header font size**/
.main-sidebar .sidebar-menu li.menu-header{
  font-size: 12px;
}


/** Horizontal tabs Responsive css starts */
.card-body > .nav-tabs > li.responsivetabs-more{

  border-right: none;

}

.card-body > .nav-tabs > li.responsivetabs-more > a.dropdown-toggle{
  border-top: 2px solid #fff;
  background-color: #fff;
  border-color: #fff;
  color: #07789b !important;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
}

.card-body > .nav-tabs > li.responsivetabs-more > a.dropdown-toggle:hover{
  text-decoration: none;
}


.card-body > .nav-tabs >li.responsivetabs-more > a.dropdown-toggle::after {
    display: none;
}

.card-body > .nav-tabs > li.responsivetabs-more > ul.dropdown-menu{
  background-color: #07789b;
}


.card-body > .nav-tabs > li.responsivetabs-more > ul.dropdown-menu > li > a{
  /*border-right: 0px none;*/
  border-top: 2px solid #07789b;
  background-color: #07789b;
  border-color: #07789b;
  color: #fff !important;
  font-weight: bold;
}

.card-body > .nav-tabs > li.responsivetabs-more > ul.dropdown-menu > li > a:hover{
  background: #fff;
  color: #07789b !important;
}

.card-body > .nav-tabs > li.responsivetabs-more > ul.dropdown-menu > li.active > a,
.card-body > .nav-tabs > li.responsivetabs-more > ul.dropdown-menu > li.active > a:focus,
.card-body > .nav-tabs > li.responsivetabs-more > ul.dropdown-menu > li.active > a:hover,.card-body > .nav-tabs > li.responsivetabs-more > ul.dropdown-menu .nav-link.active{
  border-top: 2px solid #07789b;
  /*border-right: 0px none;*/
  color: #07789b !important;
  background-color: #fff;
  border-bottom-color: #fff;
}

/** Horizontal tabs Responsive css ends */

.pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #5bc0de !important;
}

.pretty input:checked~.state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: #5bc0de !important;
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #5bc0de!important;
}
span.success{
    color: #54ca68;
}

.prettystate {
    margin-right: 3em;
}

.sales .error {
  border: 1px solid red;
}
#invoice .form-check>label {
    font-weight: 600;
    color: #6c757d;
    font-size: 14px;
    letter-spacing: .5px;
}
#autoinvoice .select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: text;
  height: 22px;
}
#autoinvoice input:focus::-webkit-input-placeholder { color:transparent; }
#autoinvoice input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#autoinvoice input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#autoinvoice input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
ul#select2-computation_day-results:not(.list-unstyled),ul#select2-invoice_day-results:not(.list-unstyled),ul#select2-due_day-results:not(.list-unstyled){
    line-height: 10px;
}
.select2-container--default .select2-results>#select2-computation_day-results,.select2-container--default .select2-results>#select2-invoice_day-results,.select2-container--default .select2-results>#select2-due_day-results {
    max-height: 150px;
    overflow-y: auto;
}
.heighlight_class{border: 1px solid rgba(255, 0, 0, 0.8) !important;}
.content_header{
    border-bottom: none;
    background-color: #e9e9eb;
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
}
.checkcls{
    background-color: rgba(0,0,0,0.02);
	height: 54px;
	line-height: 48px;
}
.checkcls1{
    height: 54px;
	line-height: 48px;
}
#mydescription .form-class .input input, #mydescription .form-class .select select, #mydescription .form-class .textarea textarea {
    height: 37px;
    padding: 8px 10px;
}
#mydescription .form-class section {
    margin-bottom: 2px;
}
#mydescription .modal-body {
    padding-top: 0px;
}
#mydescription .form-class .input input, #mydescription .form-class .select select, #mydescription .form-class .textarea textarea {
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif; 
}
#mydescription .col-xl-9 {
    max-width: 73%;
}

.headerinfo {
  border-top: 1px solid #e4e6fc;
  border-bottom: 1px solid #e4e6fc;
  background-color: #fdfdff;
  margin: 12px -15px 0px -15px;
  padding: 2px 15px;
}

.text-lg{
  font-size: 20px;
}

.loi-prop .nav-pills .nav-item .nav-link{
  color: #07789b;
  line-height: 1.5;
}

.loi-prop .nav-pills .nav-link.active{
    color: #fff;
    background-color: #07789b;
}

.loi-prop .nav-pills .nav-item .nav-link.active {
  box-shadow: 0 2px 6px #07789b;
  color: #fff;
  background-color: #07789b;
}

.line-height-1{
  line-height: 1rem !important;
}

.line-height-2{
  line-height: 2rem !important;
}

.line-height-3{
  line-height: 3rem !important;
}
.light-sidebar .main-sidebar .sidebar-menu li.active a {
    color: #ffffff;
    background-color: #07789b;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li ul.dropdown-menu li a {
    color: #000;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li.active a {
    color: #07789b;
	font-weight:bold;
}
.main-sidebar .sidebar-menu li a:hover {
    background-color: #07789b;
	color: #ffffff;
}
/*.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu li.active a {
    color: #ffffff;
}*/
.light-sidebar .main-sidebar .sidebar-menu li.active a {
    color: #ffffff;
}
.pretty.p-default input:checked~.state label:after {
    background-color: #5bc0de !important;
}

.main-sidebar .sidebar-menu li {
  display: block !important;
}
#billing .tab-content>.tab-pane {
    line-height: 26px;
}
#billing .form-check {
    color: #6c757d;
}
a.addpayment{color: #E1C340;}
a.addpayment:hover {color: #E1C340;}
.custom-select {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right .75rem center/15px 10px;
    color: rgb(153, 153, 153);
}

.property-search-input{
  border-radius: 5px 0px 0px 5px !important;
}

.property-search-button{
  border-radius: 0px 5px 5px 0px !important;
}
#billing header img {
    width: 20em;
    height: 7em;
    float: left;
}

.custom-units-overflow-auto{
  max-height: 150px; /* Set your desired maximum height */
  overflow: auto;
}
.invoicedutility{pointer-events:none;opacity:0.4;}
.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E1C340;
    color: #fff;
}
.select2-container--default .select2-results__option--selected {
    background-color: #fff;
}

/*#loiModal .nav-pills .nav-item .nav-link{
  color: #07789b;
  line-height: 1.5;
}

#loiModal .nav-pills .nav-link.active{
    color: #fff;
    background-color: #07789b;
}

#loiModal .nav-pills .nav-item .nav-link.active {
  box-shadow: 0 2px 6px #07789b;
  color: #fff;
  background-color: #07789b;
}*/

.mt-minus-1 {
  margin-top: -1px !important;
}

#loiModal .modal-lg, #loiModal .modal-xl {
  max-width: 1200px;
}



#loiModal .nav-pills{
  background: #F2F4F5;
  border: 1px solid #E8EAEB;
  margin: 12px -15px 12px -15px;
}

#loiModal .nav-pills .nav-item .nav-link{
  color: #07789B;
  background: #ffffff;
  border: 1px solid #E8EAEB;
  border-radius: 0%;
}

#loiModal .nav-pills .nav-item .nav-link.active{
  box-shadow: none;
  color: #fff;
  background-color: #07789b;
}

.no-border-top {
  border-top: none !important;
}
#prospects .input-group-text, #prospects select.form-control:not([size]):not([multiple]), #prospects .form-control:not(.form-control-sm):not(.form-control-lg) {
    height: 36px !important;
}
#lease_manager .input-group-text, #lease_manager select.form-control:not([size]):not([multiple]), #lease_manager .form-control:not(.form-control-sm):not(.form-control-lg) {
    height: 36px !important;
}
#salesinfo .input-group-text, #salesinfo select.form-control:not([size]):not([multiple]), #salesinfo .form-control:not(.form-control-sm):not(.form-control-lg) {
    height: 36px !important;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-menu.dropdown-menu-sm a {
    font-size: 12px !important;
}
.property-title{
	letter-spacing: 0px !important;
	/*width:9rem;*/
}
#lease_manager .card-body .dropdown-menu,#salesinfo .card-body .dropdown-menu{
    color: #6c757d;
	font-size: 12px;
}
.logo-preview {
    min-width: 80px;
}
.preview-image {
    transition: transform 0.3s ease;
    cursor: pointer;
}
.preview-image:hover {
    transform: scale(1.1);
}
.logo-preview:empty::after {
    content: "No logo";
    color: #999;
    font-size: 12px;
}
#lease_manager .tab-bordered .tab-pane,#salesinfo .tab-bordered .tab-pane {
    padding: 15px;
    border: none !important;
    margin-top: -1px;
}
#lease_manager .tab-bordered,#salesinfo .tab-bordered{border: 1px solid #ededed;}
.gallery-item {
    width: 80px !important;
    height: 40px !important;
    background-size: contain !important;
    background-position: center !important;
	margin-right:0px !important;
	margin-bottom:-5px !important;
	border: 1px solid #ccc;
}
.iti {
    display: inline !important;
}
.iti__selected-flag {
    width: 4rem;
	padding:0px;
}
#prospects #leaseModal .iti__selected-flag{
    width: 5rem;
}
.iti--separate-dial-code .iti__selected-dial-code {
    line-height: 1px;
    padding-right: 5px;
}
.iti--separate-dial-code .iti__selected-flag {
    height: 38px;
	background-color: rgba(0, 0, 0, 0.05);
}
#user_manager .iti--separate-dial-code .iti__selected-flag { height: 40px;}
#prospects #leaseModal .iti--separate-dial-code .iti__selected-flag,#prospects #renewModal .iti--separate-dial-code .iti__selected-flag,#lease_manager .iti--separate-dial-code .iti__selected-flag {
    height: 35px;
}
.iti__flag {
    margin-left: 3px !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 4px !important;
}

.hide {
        display: none;
}
.error {
	border-color: #ff0000 !important;
}
.iti__flag.iti__sg {
    margin-left: 5px;
}
#valid-msg {
	color: #00C900;
}
#error-msg {
	color: #ff0000;
}
.iti__search-input {
	padding: 5px;
	margin: 5px;
	width: calc(100% - 10px);
}
.error .iti__flag-container {
    bottom: 18px !important;
 }
@media (min-width: 767.98px) {
    .padding-class {
        padding-left: 0px !important;
    }
	.tab-content #report_form select{
	   width:9rem;
	}
}
@media (max-width: 767.98px) {
    .padding-class {
        padding-left: 20px !important;
		padding-right: 20px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #lease_manager .d-lg-none .mb-2,
  #prospects .d-lg-none .mb-2,
  #salesinfo .d-lg-none .mb-2 {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  #lease_manager .d-lg-none .mb-2,
  #prospects .d-lg-none .mb-2,
  #salesinfo .d-lg-none .mb-2 {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #lease_manager .d-lg-none .btn,
  #salesinfo .d-lg-none .btn, 
  #prospects .d-lg-none .btn, 
  #lease_manager .d-lg-none .form-control,
  #salesinfo .d-lg-none .form-control,
  #prospects .d-lg-none .form-control,
  #lease_manager .d-lg-none .dropdown-menu,
  #salesinfo .d-lg-none .dropdown-menu,
  #prospects .d-lg-none .dropdown-menu  {
    width: 100%;
    box-sizing: border-box;
  }
}

#section-billing .tab-content .choices__inner {
  padding: 3.5px 5.5px 0.75px !important;
}
#section-billing .tab-content .choices__list--multiple .choices__item {
  background-color: #E1C340;
  border: 1px solid #E1C340;
}
#section-billing .tab-content .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #ffffff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}


#CostMasterModal .costheader{
  border-bottom: 1px solid #e4e6fc;
  background-color: #F9F9F9;
  margin: -15px -15px 0px -15px;
  padding: 11px 15px;
}

#CostMasterModal .costheader .form-row .form-group{
  margin-bottom: 0px;
}

#CostMasterModal .costcontent .costhighlight{

  border-top: 1px solid #E4E6FC;
  padding: 11px 0px;
  margin-top: 10px;

}

.category-row{
  border: 1px solid #E4E6FC;
  padding: 10px;
  border-radius: 6px;
}


