/* here you can put your own css to customize and override the theme */
.form-group {
    margin-bottom: 1.3rem;
}
.btn.btn-default,
.btn.default,
.btn.dark{
    --vz-btn-color:#4b38b3;--vz-btn-border-color:#4b38b3;--vz-btn-hover-color:#fff;
    background: #4c4c5a;
    border-color: #4c4c5a;
    color: #fff;--vz-btn-hover-bg:#4b38b3;--vz-btn-hover-border-color:#4b38b3;--vz-btn-focus-shadow-rgb:75,56,179;--vz-btn-active-color:#fff;--vz-btn-active-bg:#4b38b3;--vz-btn-active-border-color:#4b38b3;--vz-btn-active-shadow:inset 0 3px 5px
    rgba(0, 0, 0, 0.125);--vz-btn-disabled-color:#4b38b3;--vz-btn-disabled-bg:transparent;--vz-btn-disabled-border-color:#4b38b3;--vz-gradient:none
;
}
.btn-sm{
	height:28px;
	border-radius: 0px !important;
}

#generate-report-progress-bar{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index:99999999;
}

#notification-container{
	position: fixed;
	top: 10%;
	/*right: 37.5%;*/
	width: 25%;
	z-index:999999999;
	
    width: 25%;
    left: 50%;
    transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
}
.paper{
	max-width: 1100px;
    margin: auto;
    box-shadow: 1px 1px 4px 2px #555;
    padding: 5px 10px;
}


@media print{
	#generate-report-progress-bar,
	.virtual-progress-bar,
	#virtual-progress-bar,
	#notification-container{
		display:none;
	}
}
@media only screen and (max-width: 991px){
	#notification-container{
		right: 10%;
		width: 80%;
	}
}
.virtual-progress-bar{
	height:4px;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.75;
    z-index: 1030;
    /*height: 100%;*/
}
/*
.virtual-progress-bar:after{
    content: "Please Wait...";
    top: 50%;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    opacity: 1;
    color: #fff;
}
*/
.input-row{
	padding-left:5px;
	padding-right:5px;
}

.action-button{
	padding:0;
}

.report-table-preview-exploration table,
.report-table-preview table tr th,
.report-table-preview table{
	font-size:1em;
}
.report-table-preview table.big-font{
	font-size:1.2em;
}
.report-table-preview-exploration table tr th,
.report-table-preview table tr th{
	text-align:center;
	vertical-align:middle;
}
.report-table-preview table tr.total-row td,
.report-table-preview table tr td.company,
.report-table-preview table tr td.operator,
.report-table-preview table tr td.fdollar-column,
.report-table-preview table tr th{
	/*background-color:#ffc600;*/
	background-color:#ddebfd;
	
	font-weight:bold;
}
.report-table-preview table tr td.alternate.company,
.report-table-preview table tr td.alternate.operator,
.report-table-preview table tr td.alternate.fdollar-column,
.report-table-preview table tr th.alternate{
	/*background-color:#C9FB93;*/
	background-color:#ddebfd;
}

.report-table-preview table tr td.standard,
.report-table-preview table tr th.standard{
	background-color:#ddebfe;
	font-weight:bold;
}

.report-table-preview table tr td.company-1{
	background-color:#ddebff;
	font-weight:bold;
}

.report-table-preview-exploration table tr, .report-table-preview-exploration table tr th, .report-table-preview-exploration table tr td, .report-table-preview table tr, .report-table-preview table tr th, .report-table-preview table tr td {
    border: 1px solid #000;
}

.hover-2 .table-hover>tbody>tr:hover>td, .hover-2 .table-hover>tbody>tr:hover>th {
    background-color: #d9efff;
}

/* Portrait */
@media only screen 
  and (max-width: 360px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.report-table-preview  table > thead > tr > th, .report-table-preview  table > tbody > tr > td{
		font-size:0.7em;
		padding:3px;
	}
	.landscape-only{ 
		display:none;
	}
}

@media only screen 
  and (min-width: 375px)
  and (max-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.report-table-preview  table > thead > tr > th, .report-table-preview  table > tbody > tr > td{
		font-size:0.8em;
		padding:4px;
	}
	.landscape-only{ 
		display:none;
	}
}
img.form-gen-element-image-upload-preview{
	max-width:100%;
}
#data-entry-form-container {
	
}
#data-entry-form-container label{
	font-size:10px;
	font-weight:600;
}
#data-entry-form-container h3{
	font-size:12px !important;
	font-weight:600;
	margin-top:0;
}

.control-label{
position: relative;
}

.form-element-required-label-yes::after,
span.required::after{
	content: '*';
	color: #e30000;
	position:absolute;
	top:-2px;
	/*right:3px;*/
}
.form-element-required-field.invalid-data{
	/*border:1px solid #e30000;
	background:#ffe2e2;*/
	border: 1px solid #f59f9f;
    background: #fff4f4;
}
.form-element-required-field.valid-data{
	border:1px solid #d7d7d7;
	background:#ffffff;
}
.hide-in-frontend{
	display:none;
}
.page-sidebar  .select2-container .select2-choice{
	background-color: #ddd;
	border: 1px solid #bbb;
}
.select2-container .select2-choice > .select2-chosen{
	
}
body.project .page-sidebar{
	background-color: #ddd !important;
}
.select2-container .select2-choice,
.form-control{
	border:1px solid #999;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 10px;

  &.disabled {
    .form-check-label {
      color: #999;
    }
  }
}

.form-check-label {
  padding-left: 0;
      margin-right: 15px;
  margin-bottom: 0;
}


.form-check-inline {
  display: inline-block;

  .form-check-label {
    vertical-align: middle;
  }

  + .form-check-inline {
    margin-left: 15px;
  }
}

.data-form-title{
	font-weight: bold !important;
    text-align: center;
    font-size: 20px;
}
tr.flag,
tr.flag td{
	color:#e02222;
}

tr.pflag,
tr.pflag td{
	color:#2222e0;
}

.shopping-cart-table tbody tr td{
	/*font-size:11px;*/
	font-size: 14px;
	border: 1px solid #ccc;
}
.shopping-cart-table thead tr th,
.shopping-cart-table tfoot tr th{
	font-size:12px;
	border: 1px solid #ccc;
}

.shopping-cart-table tfoot tr th,
.shopping-cart-table thead tr th{
	background:#C8F198;
	/*
	background:#555;
	color:#eee;
	*/
}
th.r,
td.r{
text-align:right;
}
th.c,
td.c{
text-align:center;
}

.shopping-cart-table .table-striped > tbody > tr:nth-child(even) > td, .shopping-cart-table .table-striped > tbody > tr:nth-child(even) > th{
	/*background:#DEF7C4;*/
	background:#fff;
}
.shopping-cart-table .table-striped > tbody > tr:nth-child(odd) > td, .shopping-cart-table .table-striped > tbody > tr:nth-child(odd) > th{
	background:#f1f7f1;
	/*background:#eeffdd;*/
}

.shopping-cart-table .table-hover > tbody > tr:hover > td, .shopping-cart-table .table-hover > tbody > tr:hover > th {
    background-color: #ffd7ff;
}

.shopping-cart-table tr td.highlight{
	background:#bbdcf9 !important;
}
.shopping-cart-table td a{
	cursor:pointer;
}

.report-table-preview-20  tr.flag th,
.report-table-preview-20  tr.flag td,
.report-table-preview-20  tr.flag,
.shopping-cart-table tr.flag th,
.shopping-cart-table tr.flag td,
.shopping-cart-table tr.flag{
	background:#ffe5e1 !important;
}


.report-table-preview-20 table {
  /*font-family: arial, sans-serif;*/
  border-collapse: collapse;
  width: 100%;
}

.report-table-preview-20  table td {
 border: 1px solid #000000 !important;
  text-align: left;
  padding: 6px;
  background-color: #ffffff;
  font-size: 16px;

}
.report-table-preview-20 table td.number,
.report-table-preview-20 table td.r {
	text-align:right;
}

.report-table-preview-20 table.table-hover td.title:hover,
.report-table-preview-20 table.table-striped td.title,
.report-table-preview-20 table td.title:hover,
.report-table-preview-20 table td.title,
.report-table-preview-20 table th {
  border: 1px solid #000000 !important;
  /* border:1px solid #6b6b6b !important; */
  text-align: center;
  padding: 6px;
  background-color: #5d50a1 !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  /*
  background-color: #2f467b;
  background-color: #e8edf9;
  color: #1f1b1b;
  font-size: 14px;
  */
}

.report-table-preview-20 table tr:hover > td{
	background-color:#e1f5e2 !important;
}

.report-table-preview-20 .table-striped > tbody > tr:nth-child(odd) > td, .report-table-preview-20 .table-striped > tbody > tr:nth-child(odd) > th{
	background:#f6faff;
	/*background:#eeffdd;*/
}

.input-group span.pull-right{
	position: absolute;
    top: -17px;
    right: 0;
}

form label{
	font-weight:bold;
}

form sup{
	color:#d32111;
}
.tabbable-custom .nav-tabs > li > a {
	font-weight:bold;
}

.tabbable-custom .nav-tabs.list-group > li > a{
	font-weight:normal;
}
.tabbable-custom .nav-tabs.list-group > li.active > a{
	font-weight:bold;
}

.tabbable-custom .nav-tabs.list-group > li.active > a.bg-blue{
	background-color:transparent !important;
	color:#333 !important;
	border-color:transparent !important;
}
.menu-header-title {
    font-weight: 600 !important;
    font-size: 1.25rem;
    margin: 0;
}

#appointment2 .card-body {
    padding: 0px 15px;
}

.payers > .row {
    margin-bottom: 12px;
    margin-top: 12px;
}

#appointment2 .card.mb-3.widget-chart.text-left {padding: 2px 10px;}

#appointment2 hr {margin: 10px 0;}
.allow-scroll{
	overflow:auto;
}

@media (min-width: 768px){
td.col-md-4 {
    	width:30% !important;
}
}
/*table-scrollable*/
td.nwp-desc-ba{
	word-break: break-all;
}
.main-details-table.table{
	background:#f7f7f7;
}
.btn-xs.btn{
	height:20px;
	line-height:20px;
	padding:0px;
}
#alert-close-button,.alert-close-button{
	float:right;
	background:transparent;
	border:1px solid #555;
}

.icon-plus:before {
    content: "\f0415";
}
.icon-trash:before{
    content: "\f0a79";
}
.icon-zoom-in:before {
    content: "\f034b";
}
.icon-print:before{
	content: "\f042a";
}
.icon-download-alt:before{
	content: "\f01da";
}
.icon-download-alt:before,
.icon-print:before,
.icon-zoom-in:before,
.icon-trash:before,
.icon-plus:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.input-group-addon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.9rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--vz-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--vz-input-group-addon-bg);
    border: 1px solid var(--vz-input-border);
    border-radius: 0.25rem;
	margin-bottom:0;
}
.btn.blue {
    --vz-btn-color: #fff;
    --vz-btn-bg: #4b38b3;
    --vz-btn-border-color: #4b38b3;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #403098;
    --vz-btn-hover-border-color: #3c2d8f;
    --vz-btn-focus-shadow-rgb: 102,86,190;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #3c2d8f;
    --vz-btn-active-border-color: #382a86;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #fff;
    --vz-btn-disabled-bg: #4b38b3;
    --vz-btn-disabled-border-color: #4b38b3;
}

.note {
    --vz-alert-bg: transparent;
    --vz-alert-padding-x: 1rem;
    --vz-alert-padding-y: 0.8rem;
    --vz-alert-margin-bottom: 1rem;
    --vz-alert-color: inherit;
    --vz-alert-border-color: transparent;
    --vz-alert-border: 1px solid var(--vz-alert-border-color);
    --vz-alert-border-radius: 0.25rem;
    position: relative;
    padding: var(--vz-alert-padding-y) var(--vz-alert-padding-x);
    margin-bottom: var(--vz-alert-margin-bottom);
    background-color: var(--vz-alert-bg);
    border: var(--vz-alert-border);
    border-radius: var(--vz-alert-border-radius);
}

.note-warning {
    --vz-alert-color: #bf8f08;
    --vz-alert-bg: #fff5da;
    --vz-alert-border-color: #bf8f08;
}
.note-danger {
    --vz-alert-color: #b44c36;
    --vz-alert-bg: #fde8e4;
    --vz-alert-border-color: #b44c36;
}
.note-success {
    --vz-alert-color: #349864;
    --vz-alert-bg: #e3f7ed;
    --vz-alert-border-color: #349864;
}
.note-info {
    --vz-alert-color: #382a86;
    --vz-alert-bg: #e4e1f4;
    --vz-alert-border-color: #382a86;
}
.nav-tabs > li > a.active{
    border-color: var(--vz-nav-tabs-link-active-border-color);
    color: #fff;
    background-color: var(--vz-link-color);
}
.nav-tabs > li > a{
    margin-bottom: calc(-1 * var(--vz-nav-tabs-border-width));
    background: 0 0;
    border: var(--vz-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--vz-nav-tabs-border-radius);
    border-top-right-radius: var(--vz-nav-tabs-border-radius);

    display: block;
    padding: var(--vz-nav-link-padding-y) var(--vz-nav-link-padding-x);
    font-size: var(--vz-nav-link-font-size);
    font-weight: var(--vz-nav-link-font-weight);
    color: var(--vz-nav-link-color);
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.form-control[readonly] {
    background: #f3f3f3;
}

.allow-clear-row > span.pull-right{
    display:block;
}