@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300&family=Roboto:wght@100;400;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/digital-numbers');
:root {
	--font: ;
	--background-color: #F8F9FA;
	--border: 1px solid #e9ecef;
	--color-title: #344767;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;
}
body {
/*	background: #F4F5F7;*/
	font-family: "Roboto";
	min-height: calc(100vh - 53px);
	/*background-image: url(/themes/epmg/images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;*/
/*	font-size: 12px;*/
}

.bg2 {
		background-image: url(/themes/epmg/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;;
}
.bg3 {
	background: #EAEDF7;
}

.dDigit {
	text-align: center;
	background: black;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.dDigit > div {
	display: inline-block;
	padding: 3px;
	color: #7BBBD8;
}
.dDigit > div:nth-child(1) {}
.dDigit > div:nth-child(2) {
	font-size: 40px;
	font-family: 'Digital Numbers', sans-serif;
	box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.dDigit > div:nth-child(3) {}

label {
	font-weight: normal;
/*	color: #9e9e9f;*/
 	font-size: 12px;
}
.formMod {
	background: white !important;
/*	border-color: white !important;*/
	border-left-color: white !important;
	border-right-color: white !important;
	border-top-color: white !important;
}
.autosave, .autosave_change {
	background: #FFFFCC !importanta;
}

.form-control {
		background: #F4F5F7;
/*    border-color: #F4F5F7;*/
border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
}
.form-control:focus {
	background: #FFFBBF;
}
.input-group .input-group-addon {
		background: #F4F5F7;
    border-color: #F4F5F7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group .form-control {
	background: #F4F5F7;
    border-color: #F4F5F7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.statusReport {}
.statusReport > div {
	padding: 5px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	margin-bottom: 2px;
	font-size: 12px;
}

.floatSettings {
	position: fixed;
/*	right: 180px;*/
	right: 0px;
	bottom: 20vh;
	background: #339BFF;
	padding: 15px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	cursor: pointer;
}
.floatSettingsDiv {
	position: fixed;
	right: 0;
	bottom: 16vh;
	width: 180px;
	background: #339BFF;
	padding: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.floatSettingsDiv > a {
	display: block;
	text-align: right;
	padding: 3px;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
}
.panel {
	border-radius:  10px;
	padding: 0px 10px;
}
.panel-bd1 {
	border: 1px solid #000;
}
.panel-body > .title {
	font-weight: bold;
	padding-bottom: 10px;
}
.msg {
	color: red;
}
.menuTop {
	position: fixed;
	z-index: 998;
	top: 0;
	width: 100%;
	background: white;
	border-bottom: 1px solid #ddd;
}

.menuTop > div {
	display: inline-block;
	padding: 10px;
}
.menuTop > div:nth-child(1) {
	width: 15%;
	border-right: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
}
.menuTop > div:nth-child(1) > a {
	color: #161618;
	text-decoration: none;
}
.menuTop > div:nth-child(2) {
	width: 80%;
}
.menuTop > div:nth-child(3) {
	width: 5%;
	text-align: center;
	border-left: 1px solid #ddd;
}

.menuLeft {
	position: fixed;
	width: 15%;
	top: 46px;
	border-right: 1px solid #ddd;
	overflow-y: scroll;
	height: 100%;
	padding: 30px 5px 90px 5px;
	background: white;
}
.menuLeft > a {
	font-size: 12px;
}
.menuLeft > a.parent {
	display: block;
	padding: 15px 5px 15px 5px;
	border-bottom: 1px dashed #ddd;
	text-decoration: none;
	color: #1A1A1A;
}
.menuLeft > a img {
	margin-right: 10px ;
}
.menuLeft > a.child {
	display: block;
	padding: 15px 5px 5px 15px;
	text-decoration: none;
	color: #1A1A1A;
}
.psDashboard {
	margin-left: 16%;
	margin-right: 10px;
	margin-top: 56px;
}

.breadC {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}
.breadC > .title {
	font-weight: bold;
	font-size: 15px;
}
.breadC > .desc {
	font-style: italic;
}

.boxDashboard {
	padding: 10px;
	border: 1px solid #ddd;
	margin:5px;
	background: white;
	border-radius: 10px;
	text-align: center;
}

.boxDashboard > .title {
	
}
.boxDashboard > .val {
	font-weight: bold;
	font-size: 28px;
	margin-top: 5px;
}
.seInput {
	margin: 10px 0px;
}
.tbmod3 {
	border: 1px solid #ddd;
}

.tbmod3 tr th {
	font-weight: normal;
	color: white;
	border: 1px solid #ddd !important;
	background: #333333;
	text-align: center;
	font-size: 12px;
} 
.tbmod3 tr td {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 13px;
}

.tbmod3 > tbody > tr:nth-child(odd){
	background: #F4F5F7;
}

.tbprofile {
	border: 1px solid #ddd;
	font-size: 12px;
}
.tbprofile > tr {

}
.tbprofile > tr  td:nth-child(1) {
	
}
.profile-bc {
	padding: 5px 10px;
	font-size: 15px;
}
.profile-bc > div {	
	display: inline-block;
	vertical-align: top;
}
.profile-bc > div:nth-child(1){
	width: 50%;
}
.profile-bc > div:nth-child(2){
	width: 50%;
	text-align: right;
}

.rightClick {
	position: fixed;
	z-index: 998;
	top: 100;
	left: 100;
	background: white;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	width: 150px;
	cursor: pointer;
}
.rightClick > a {
	display: block;
	padding: 5px;
	font-size: 12px;
}
.showFloatTable {
	padding: 10px 15px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	background: white;
	z-index: 997;

}
.floatTable {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 232px;
	right: 25px;
}
.divFloatTable {
	 background: white; 
	 padding: 30px 10px;
	 border: 1px solid #ddd;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.dBox {
	text-align: center;
}
.dBox > div:nth-child(1){}
.dBox > div:nth-child(2){
	font-size: 27px;
	font-weight: bold;
}
.dBox > div:nth-child(3){}

.btn-primary {
	background: #FF6600;
	border: 1px solid #FF6600;
}
.btn-primary:hover {
	background: #FF6600;
	border: 1px solid #FFA366;
}

.lotinfo {
	max-height: 350px;
	overflow-y: scroll;
	overflow-x: none;
}

.inputRed {
	background: red !important;
	color: white !important;
}
.inputGreen {
	background: green !important;
	color: white !important;
}

.colorGreen {
	background: green;
	color: white;
}


/*.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}*/
/* loading ani */
.runOverlay {
    position:fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.1);
    padding-top: 40vh;
}
.runOverlay > div {
    display: table;
    margin: 0 auto;
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.tooltipz {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
  color: #ddd;
}

.tooltipz .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 12px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipz:hover .tooltiptext {
  visibility: visible;
}

.tooltipz2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.tooltipz2 .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 12px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipz2:hover .tooltiptext {
  visibility: visible;
}

