/* here you can put your own css to customize and override the theme */

#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 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;
}

.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: #53729e !important;
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
  /*
  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;
}

table td.hide-column,
table th.hide-column{
	display:none !important;
}

.inbox-compose fieldset {
    /* border: 0; */
}

.col-md-10.email {
    /* width: 143%; */
    display: contents;
}

.inbox-form-group .controls ul.select2-choices, .inbox-form-group .controls .select2-choice {
    border: 0 !important;
}

.labelz {
    font-size: 11px;
    border: 1px solid #555;
    border-radius: 72px !important;
    padding: 1px 2px 1px 2px;
    text-align: center;
    margin-bottom: 4px;
    /* background: #aaa; */
    /* color: black; */
    font-weight: bold;
}

div#mis-container {
    overflow-y: hidden;
}

#display-sections td > a > i {
    color: white;
}
 .widget-subheading {
    opacity: .5;
}
.widget-heading {
    opacity: .8;
    font-weight: bold;
    font-size: 15px;
}

.shopping-cart-table .card.mb-3.widget-content {
    padding-top: 5px;
    padding-bottom: 5px;
}

.hh .col-md-6 {
    margin-bottom: 10px;
}

.hh .widget-subheading {
    font-size: 13px;
}

span.appnd {
    color: #000;
}

span.appnd {
}

.rply {
}

a#view-more {}

li.out.b {}

button.btn-icon-vertical.btn-square.btn-transition.btn.btn-outline-link.custom-single-selected-record-button.activatedRightClick {}

button.dash-bold-text.btn-icon-vertical.btn-square.btn-transition.btn.btn-outline-link.custom-single-selected-record-button.activatedRightClick {}

.dash-bold-text {
    /* font-size: 1.2em; */
    /* font-weight: bold; */
}

.map-bold-text {
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* color: #777; */
}

tspan {
    /* font-size: 15px; */
}