/* @import "//fonts.googleapis.com/css?family=Muli"; */

html {
	overflow: hidden;
	overscroll-behavior: none;
}

iframe{
	border-radius:5px;
}

.bizMenu{
	position: fixed;
	width: 100%;
	background-color: white;
	z-index: 1;
	white-space: nowrap;
    overflow-x: auto;
}

.bizResult{
	margin-top: 40px !important;
	position: fixed;
	overflow-y: auto;
	height: calc(100% - 40px);
	width: 100%;
	padding: 10px;
	z-index: 3;
}
 
body {
	font-family: "Muli",sans-serif;
	font-size: 13px;
	
}

td {
	position: relative;
	padding: 2px !important;
	/* line-height: 1.2; */
}

._2mx20p {
	width: 20%;
}

._2mxTableButton {
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	height: 18px;
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid red;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
	color: red;
}

input[type="date"][value=""] {
	opacity: 0;
}

input[type="date"][value=""]::-webkit-inner-spin-button,
input[type="date"][value=""]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

input[type="date"]:focus {
	opacity: 100;
}

input[type="date"]:focus::-webkit-inner-spin-button,
input[type="date"]:focus::-webkit-calendar-picker-indicator {
    opacity: 100;
}

.input2mx {
	height: 23px;

}

select.input2mx {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
}

.inputDropDown{
    width: 30px;
    font-size: 14px;
    color: grey;
    /* border-bottom: 1px solid #cccccc; */
    height: 23px;
}

.textarea2mx {
  border: 1px solid #ccc;
}

._2mxfilterStyle{
	background: #f3f3f3;
	border-right: 1px solid lightgray;
}

._2mxTableResizer {
  width: 3px;
  cursor: col-resize;
}

._2mxTableResizerCursor {
  cursor: col-resize;
}

.check-small {
  height: 18px;
  width: 18px;
  top: 2px;
}

.globalSearch {
  background-image: url('/2mx/icons/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px !important;
  padding: 12px 20px 12px 40px !important;
  border: 1px solid #ddd !important;
  margin-bottom: -1px !important;
  height: 47px;
}


.tabBar {
	white-space: nowrap; 
	height: 45px; 
	/* overflow-x: hidden;  */
	padding-left:10px;
	overflow-x: hidden; 
}

.tabBar:hover {
	overflow-x: auto; 

}

.tabBar:active {
	overflow-x: auto; 

}

.mainBody{
	padding-top: 45px; 
	height: 100%; 
	width: 100%
}

.number {
	text-align: right!important;
}

@media (max-width:992px){
	.tabBar {
		margin: -45px 0 0 90px;
		width: calc(100% - 90px);
		overflow-x: auto; 

	}
}

.w3-bar-item:hover{
	cursor:pointer;
	
}

.hover:hover{
	cursor:pointer;
}
.grey{
	color: grey;
}

.red{
	color: red;
}

.green{
	color: green;
}

.close {
	display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: lightgrey;
    text-shadow: 0 1px 0 #fff;
	margin-left: 5px;
}


._2MContextWrap{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
}

._2MContext {
    background: white;
    border: 1px solid lightgrey;
    width: 180px;
    min-height: 205px;
    position: fixed;
    z-index: 1001;
	display: none;
	max-height: 500px;
	overflow: auto;
}

._2MContextList{
	padding: 10px;
}


._2MContextList:hover{
	background-color: lightblue;
	cursor: pointer
}

.hover{
	cursor: pointer;
}



.backset {
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 200;
	transition: opacity 1s;
	
}

.rightMenu{
	display: none;
	width: 350px;
	float: right;
	background: white;
	height: 100%;
	padding: 10px;
}

.leftMenu{
	display: none;
	width: 350px;
	float: left;
	background: white;
	height: 100%;
	padding: 10px;
}

.pageMenu {
	height: 23px;
    line-height: 0px;
	white-space: nowrap !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 201;
    top: 0;
    left: 0;
    background-color: rgb(4, 40, 68);
    overflow-x: hidden;
    transition: 0.3s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: lightgrey;
    display: block;
    transition: 0.2s;
}

.sidenav a:hover {
    color: lightblue;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.noHover{
    pointer-events: none;
	color: inherit;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.menuAccordian{
	border-top: grey .5px solid;
	background-color: #042138 !important
}

.sideScrollBtn{
	height: 20px;
	width: 16px;
	background: rgb(221, 221, 238) none repeat scroll 0% 0%;
	text-align: center;
}

.sideScrollBtn:hover{
	cursor:pointer;
	background: rgb(242, 242, 242) none repeat scroll 0% 0%;
}

.sideScrollBtn:active{
	background: grey none repeat scroll 0% 0%;
}

.sideScrollBar{
	cursor:pointer;
}

.sideScrollBar:active{
	cursor:pointer;
	background: rgb(242, 242, 242) none repeat scroll 0% 0%
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid rgb(4, 40, 68);
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: rgb(4, 40, 68) transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

  .LoaderBlock {
	text-align: center;
	/* background: rgba(0,0,0,0.4); */
	white-space: nowrap;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	overflow: auto;
	user-select: none;
}

.LoaderBlock:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}


._2mxTableHeader{
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
}

._2mxMovable {
	position:fixed;
	width: 100%;
	height: 97%;
}

._2mxMovable:hover {
	cursor:move;
}

._2mxModal{
	z-index: 3;
	display: none;
	padding-top: 30px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

._2mxModalTitleBar{
	height: 20px;
	width: 95%;
	text-align: right;
	margin: auto;
	background-color: #fff;
	position: relative;
	outline: 0;
	padding: 2px 4px 2px 0px;
}

._2mxModalContent{
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	height: calc(100% - 50px);
	width: 95%;
	
}

._2mxConfirmModal {
	text-align: center;
	background: rgba(0,0,0,0.4);
	white-space: nowrap;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	overflow: auto;
	user-select: none;
	z-index: 10000; 
}

._2mxConfirmModal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

._2mxConfirmModalInner {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	vertical-align: middle;
	background-color: white;

}

._2mxConfirmModalBody{
	width: 100%;
	max-height: 400px;
	padding: 55px;
	white-space: normal;
	overflow-y: auto;
}

._2mxConfirmModalBtn{
	height: 60px;
	line-height: 60px;
	border-style: none;
}

._2mxConfirmBtn{
	background-color: rgb(13, 50, 211);
}

._2mxCancelBtn{
	background-color: rgb(182, 21, 21);
}

._2mxFlashModal {
	text-align: center;
	white-space: nowrap;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	overflow: auto;
	user-select: none;
	z-index: 10000; 
}

._2mxFlashModal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

._2mxFlashModalInner {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	vertical-align: middle;
	background-color: white;
}

._2mxFlashModalBody{
	width: 100%;
	max-height: 400px;
	padding: 55px;
	white-space: normal;
}

._2mxModalBlock {
	text-align: center;
	background: rgba(0,0,0,0.4);
	white-space: nowrap;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	overflow: auto;
	user-select: none;
}

._2mxModalBlock:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

._2mxModalInner {
	display: inline-block;
	width: 100%;
	max-width: 800px;
	vertical-align: middle;
	background-color: white;
}

._2mxModalBtns {
    height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
}

._2mxtopMargin{
	margin-top:20px;

}

._2mxsection{
	border-bottom: grey 1px solid;

}

._2mxRequiredLabel {
	font-weight: bold;
	color: red;
}

._2mxRequiredInput {
	background: #ffa8b74f;
}

.imgblock {
	text-align: center;
	/* background: rgba(0,0,0,0.4); */
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

.imgblock:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

@keyframes slideUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    20% {
      transform: translateY(80%);
      opacity: 1;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}
  
@keyframes slideDown {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(100%);
      opacity: 0;
    }
}
  
.slide-up {
    animation: slideUp var(--duration) ease-out;
    display: block;
}
  
.slide-down {
    animation: slideDown var(--duration) ease-in;
    display: block;
}