/* switch checkbox and radio like open price */
.open-value {
  width: 100%;
}
.open-value .input-group-addon {
  width: 95px;
}
.open-value .switch-input {
  padding: 6px auto;
  margin-bottom: 0px;
  height: 20px;
}
.open-value .switch-input i {
  width: 70px;
}
.open-value .switch-input i:after {
  left: 0px;
}
.open-value .switch-input input:checked + i:before {
  right: 53px;
}
.open-value .switch-input input:checked + i:after {
  right: 18px;
}
/* remove the input-password icon in ie*/
input[type="password"]::-ms-reveal{
    display:none;
}
input[type="text"]::-ms-clear {
	display: none;
}
.select-val-input {
    display:inline-block;
    border:0;
    padding:0;
    outline:none;
    margin:0 24px 0 0;
}
.select-val-hidden {
display:none !important;
}
.input-select-li {
    width:305px;
}

/* define font color for placeholder of input */
.validator_required::-webkit-input-placeholder { /* WebKit browsers */
  color: red
}
.validator_required:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: red
}
.validator_required::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: red
}
.validator_required:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: red
}

/* define disabled switch background-color and border-color */
.switch-input input.switch-disabled + i {
  border-color: #ccc;
  cursor: not-allowed;
}
.switch-input input.switch-disabled + i:before {
  background-color: #ccc;
}

/* define split line in the menu on page's left */
li.split_line {
  height: 21px;
  background-color: #131313;
  padding: 10px 34px 0 39px;
}
li.split_line div {
  border: thin dotted #3d3d3d;
}

/* define minified menu style on left */
.main-nav-minified #col-left {
	height: auto;
}
.main-nav-minified .main-nav {
	padding-bottom: 40px;
	margin-bottom: 116px;
	background-color: #232323;
}
a.ac > i.fa {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 18px;
	vertical-align: middle;
}
a.ac > i.fa.ac-accounting-sync {
	background-image: url("../img/menu_icon/AccountingSyncGrey.png");
}
a.ac.cur > i.fa.ac-accounting-sync, a.ac:hover > i.fa.ac-accounting-sync {
	background-image: url("../img/menu_icon/AccountingSyncYellow.png");
}
a.ac > i.fa.ac-doordash-sync {
	background-image: url("../img/menu_icon/DoorDashSyncGrey.png");
}
a.ac.cur > i.fa.ac-doordash-sync, a.ac:hover > i.fa.ac-doordash-sync {
	background-image: url("../img/menu_icon/DoorDashSyncYellow.png");
}
a.ac > i.fa.ac-uber-sync {
	background-image: url("../img/menu_icon/DoorDashSyncGrey.png");
}
a.ac.cur > i.fa.ac-uber-sync, a.ac:hover > i.fa.ac-uber-sync {
	background-image: url("../img/menu_icon/DoorDashSyncYellow.png");
}
a.ac > i.fa.ac-masa-online {
	background-image: url("../img/menu_icon/MasaPlusLogoForProducts24_24.png");
}
a.ac.cur > i.fa.ac-masa-online, a.ac:hover > i.fa.ac-masa-online {
	background-image: url("../img/menu_icon/MasaPlusLogoForProductsYellow24_24.png");
}
a.ac > i.fa.ac-masa-reward {
	background-image: url("../img/menu_icon/MasaRewardGrey.png");
}
a.ac.cur > i.fa.ac-masa-reward, a.ac:hover > i.fa.ac-masa-reward {
	background-image: url("../img/menu_icon/MasaRewardYellow.png");
}
a.ac > i.fac {
	background-size: contain;
	width: 16px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
a.ac > i.fac.ac-doordash-sync {
	background-image: url("../img/menu_icon/DoorDashSyncGrey.png");
}
a.ac.cur > i.fac.ac-doordash-sync, a.ac:hover > i.fac.ac-doordash-sync {
	background-image: url("../img/menu_icon/DoorDashSyncYellow.png");
}
a#btn-nav-platformorders:after {
	top: auto;
}

/*defined donut style*/

.donut {

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 600px;
  height: 420px;
  position: relative;
}

svg {
	width: 100%;
	height: 100%;
}

path.slice{
	stroke-width:2px;
}

polyline{
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}

.arc path{
    stroke: #fff;
	stroke-width: 2px;
}

.arc text {
  font: 16px sans-serif;
  font-weight:bold;
}

g.arc path:hover,g.arc path:active {
    cursor: pointer;
}

.holddiv{

    width: 100px;
    height: 80px;
    border: 1px solid red;
}

.export-img {
    float:right;
    margin-top:10px;
}

.export-img:hover, export-img:active {
    cursor: pointer;
}

.donut-chart-hole text{
    text-anchor:middle;
    font-weight:bold;
    fill:#363636;
}

.donut-chart-hole text:hover, .donut-chart-hole text:active {
    cursor: pointer;
}

.donut-chart-hole circle {
    fill:white;
}

.donut-chart-hole circle:hover, donut-chart-hole circle:active {
    cursor: pointer;
}

/*fix svg not resize in ie issue*/
.svg-container{
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 50%; 
}

.svg-container svg { 
    display: block;
    position: absolute;
    top: 0;
    left: 0; 
}

/* bar-chart horizonal begin*/
.chart .legend {
  fill: black;
  font: 14px sans-serif;
  text-anchor: start;
  font-size: 12px;
}

.chart text {
  fill: white;
  font: 10px sans-serif;
  text-anchor: end;
}

.chart .label {
  fill: black;
  font: 14px sans-serif;
  text-anchor: end;
}


.bar:hover {
  /* fill: brown; */
	cursor: pointer;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.chart-box-header {

  padding: 0 10px;
  border-bottom: 1px solid white;
  background-color: #FFFFFF;
  text-align:center;

}
.chart-box-header h3,
.chart-box-header h4,
.chart-box-header h5{

  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 0;
  line-height: 40px;
  text-align:center;
}

/* bar-chart horizonal end*/

/* al-listbox begin*/
.al-listbox-container{
    width: 300px;
    height:420px;
    border-radius: 10px;
    text-align:center;
    background-color:#003270;
}
.al-listbox-head{
    padding-top: 5px;
    color:white;
}
.al-listbox-body{
    width: 80%;
    height: 70%;
    margin: 0 auto;
    padding:0;
    border-radius: 10px;
    background-color:#003270;
}
        
.al-listbox-ul{
    padding: 0;
    width: 100%;
    height:280px;
    overflow-x:hidden;
    overflow-y:hidden;
    border-radius:5px;
}

.al-listbox-ul li:first-child{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
        
.al-listbox-ul li:last-child{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.al-listbox-li{
    font-size:14px;
    list-style-type:none;
    width:95%;
    margin: 0 auto;
    background-color:white;
}
        
.al-listbox-li:hover, .al-listbox-li:active{
    cursor:pointer;
    height:40px;
    width: 100%;
    margin-left: 0;
    font-size:24px;
    color:white;
    background-color:#f36523;
}
.al-listbox-foot{
    margin-bottom:0;
}
.al-listbox-btn{
    width:80px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px #003270 solid;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    outline: none;
    color:#fff;
}
.al-listbox-btn-cancel{
    background: red;
            
}
.al-listbox-btn-ok{
    background: green;
}
.al-listbox-btn:hover,al-listbox-btn:active{
    cursor:pointer;
}

/* al-listbox end */

/* Picker*/
.ui-picker-address .ui-picker-wrapper {
	float: left;
	width: 33%
}

.ui-picker-address .ui-picker-wrapper:nth-child(2) {
	width: 34%
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut;
	-webkit-animation-name: fadeOut;
	animation-duration: .24s;
	-webkit-animation-duration: .24s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out
}

.modal-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: hsla(0,0%,4%,.4)
}

.modal-overlay .modal {
	z-index: 1001;
	margin: 150px auto;
	width: 360px;
	height: 20pc;
	border-radius: 5px;
	background-color: #003270
}

.modal-transition-enter {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out
}

.modal-transition-enter,.modal-transition-leave {
	animation-duration: .24s;
	-webkit-animation-duration: .24s
}

.modal-transition-leave {
	animation-name: fadeOut;
	-webkit-animation-name: fadeOut
}

.modal-transition-enter .modal,.modal-transition-leave {
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out
}

.modal-transition-enter .modal {
	-webkit-animation-name: transitionBottomToUp-260;
	animation-name: transitionBottomToUp-260;
	animation-duration: .24s;
	-webkit-animation-duration: .24s;
	animation-duration: .2s;
	-webkit-animation-duration: .2s
}

@keyframes transitionBottomToUp-260 {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		-webkit-transform: translate3d(0,calc(100% - 260px),0);
		transform: translate3d(0,calc(100% - 260px),0)
	}
}

@-webkit-keyframes transitionBottomToUp-260 {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		-webkit-transform: translate3d(0,calc(100% - 260px),0);
		transform: translate3d(0,calc(100% - 260px),0)
	}
}

.modal-transition-leave .modal {
	animation-name: transitionUpToBottom-260;
	-webkit-animation-name: transitionUpToBottom-260;
	animation-duration: .24s;
	-webkit-animation-duration: .24s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	animation-duration: .2s;
	-webkit-animation-duration: .2s
}

@keyframes transitionUpToBottom-260 {
	0% {
		top: calc(100% - 260px);
		-webkit-transform: translate3d(0,calc(100% - 260px),0);
		transform: translate3d(0,calc(100% - 260px),0)
	}

	to {
		top: 100%;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

@-webkit-keyframes transitionUpToBottom-260 {
	0% {
		top: calc(100% - 260px);
		-webkit-transform: translate3d(0,calc(100% - 260px),0);
		transform: translate3d(0,calc(100% - 260px),0)
	}

	to {
		top: 100%;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

.ui-picker-wrapper {
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
	height: 180px;
	pointer-events: auto
}

.ui-picker-wrapper .ui-picker {
	width: 100%;
	border-radius: 5px;
	transition: transform;
	transition-timing-function: ease-out;
	transition-duration: .3s
}

.ui-picker-wrapper .ui-picker-item {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 92%;
	height: 30px;
	background-color: #fff;
	color: #999;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
}

.ui-picker-wrapper .ui-picker-item-selected {
	margin: 0 auto;
	padding: 0;
	width: 98%;
	height: 32px;
	background-color: #f36523;
	color: #fff;
	font-size: 18px
}

.ui-picker-wrapper .ui-picker-center {
	/*top: 50%;*/
	z-index: 100;
	box-sizing: border-box;
	margin-top: -18px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	height: 32px;
	pointer-events: none
}

.ui-picker-head {
	height: 40px;
	color: #fff;
	line-height: 30px;
    text-align:center;
}

.ui-picker-foot {
	padding: 0;
	height: 60px;
	background: #ccc;
	font-size: 16px;
	line-height: 60px;
	background-color: #003270;
}

.ui-picker-foot>button {
	display: inline-block;
	margin: 10px auto;
	width: 40%;
	height: 40px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	line-height: 40px
}

.ui-picker-foot>button:first-child {
	float: left;
	background-color: #9d0b0e
}

.ui-picker-foot>button:last-child {
	float: right;
	background-color: #00a652
}

.ui-picker-content {
	overflow: hidden;
    margin-top:5px;
	width: 100%;
	height: 280px;
	border-radius: 5px;
	background-color: #003270;
	-webkit-overflow-scrolling: touch
}

.ui-filter-head {
	height: 40px;
	color: #fff;
	line-height: 30px;
    text-align:center;
}

.ui-filter-content {
	width: 95%;
	height: 270px;
    margin: 0 auto;
}

.ui-filter-foot {
	padding: 0 10px;
	height: 60px;
	background: #ccc;
	font-size: 16px;
	line-height: 60px;
    margin-bottom:10px;
	background-color: #003270;
}

.ui-filter-foot>button {
	display: inline-block;
	margin: 10px auto;
    bottom:0;
	width: 40%;
	height: 40px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	line-height: 40px
}

.ui-filter-foot>button:first-child {
	float: left;
	background-color: #9d0b0e
}

.ui-filter-foot>button:last-child {
	float: right;
	background-color: #00a652
}

/*#right-bar-chart-svg {
    height:900px;
    width:100%;
}*/

/*sides bar-chart begin*/
.sidesbar rect{
    border-radius:20px;
    -webkit-border-radius:20px;
}

.sidesbar:hover, .sidesbar:active {
    cursor: pointer;
}

 .sidesbar.positive {
    fill: #0054a6;
}

.sidesbar.negative {
    fill: #9e0b0f;
}

.sidesbar-axis text {
    font: 10px sans-serif;
}

.sidesbar-axis path,
.sidesbar-axis line {
    fill: #000;
}

.sidesbar-axis-x {
    fill: none;
    stroke: #000;
    font-size:8px;
}

.sidesbar-axis-y {
    fill: none;
    stroke: #000;
}

.sidesbar-text {
    fill: #fff;
    font-weight:700;
}

.sidesbar-text:hover, .sidesbar-text:active {
    cursor:pointer;    
}

.sidesbar-text-positive {
    fill: #0054a6;
    font-weight:700;
}

.sidesbar-text-negative {
    fill: #9e0b0f;
    font-weight:700;
    /*stroke-width:1;*/
}

.sidesbar-y-axis-text {
    fill: none;
    font-weight:700;
    /*stroke-width:1;*/
}

.sidesbar-y-axis-text:hover, .sidesbar-y-axis-text:active {
    cursor:pointer;    
}

.sidesbar-y-axis-text-positive {
    fill: #0054a6;
    font-weight:700;
}

.sidesbar-y-axis-text-negative {
    fill: #9e0b0f;
    font-weight:700;
}

.sidesbar-y-axis-sub-text {
    font-style: italic;
    font-weight:600;
}

.sidesbar-center {
    fill:#00746b;
}

.sidesbar-center:hover, .sidesbar-center:active {
    cursor:pointer;    
}

.sidesbar-center-text:hover, .sidesbar-center-text:active {
    cursor:pointer;    
}

.sidesbar-center-text {
    font-size:16px;
    fill:#fff;
    font-weight:700;
}
/*sides bar-chart end*/


.text-donut-chart svg {
    width:100%;
    height:auto;
}

/* end of day report & cashier report style begin */

.report {
    margin: auto;
    width: 870px;
    height: auto;
    text-align: center;
    padding: 0;
}

.report i{
	font-weight: normal;
}

.report li{
    list-style: none;
}

.report-logo{
	top: 5px;
	margin: 0;
    padding: 0;
	text-align: center;
}

.report-logo img{
	width: 100px;
	height: 100px;
	display: inline-block; 
	margin-right: 10px;
}

.report-info{
	margin: 0;
    padding: 0;
}

.report-info li{
	text-align:center;
}

.report-info span{
	font-size: 16px;
	width: 200px;
	display: inline-block; 
	text-align: right; 
	margin-right: 10px;
	font-weight: bold;
}

.report-info-right{
	text-align: left !important; 
	font-weight: normal !important;
	margin-left: 20px !important;
}

.report-info-preview{
	color: red;
    font-weight: bold !important;
    font-size: 24px !important;
    text-align: center !important;
}

.report-line{
	background-color: #0054a6;
	height:50px;
	line-height: 40px;
}

.report-line img{	
	width:30px;
	height:30px;
}
.report-title{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.report-bottom{
	background-color: #0054a6;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.report table{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 13px;
	border-collapse: separate;
	overflow: hidden;
	font-weight: bold;
	color:#000000;
	width: 95%;
	margin:0px auto;
	border: 1px solid #cccccc;
}

.report table thead tr th{
	color: #ffffff;
	text-align: left;
}

.report table tbody tr td{
	text-align: left;
}

.report-grid-split{
	float: right;
	width: 300px;
	height: 1px;
}

.report-table-nonline{
	border-top: 0 !important;
}

.report-box{
	width: 25px; 
	height: 25px;  
	border-radius: 50%; 
	text-align: center; 
	color: #ffffff;
	display: block;
	line-height: 25px;
}

.report-chart-left{
	float: right;
	font-size:12px;
}

.report-chart-right{
	float: left;
	font-size:12px;
}

.report-no-data{
	font-size: 36px;
	font-weight: normal;
	text-align: center !important;	
}

.report-table-bottom{
	text-align: right !important;
	font-weight: bold;
}

.report-table-bottom li{
	height: auto;
	overflow: hidden;
	top: 5px;
	margin: 0px;
	padding: 0px;
}

.report-table-bottom-left{
	overflow: hidden;
}

.report-table-bottom-right{
	float: right;
	display: block;
	width: 100px;
	height: 22px;
	overflow: hidden;
}

.report-driver-div {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 2000;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	opacity: 1;
}

.report-driver-div2 {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.report-driver-div3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.report-driver-div4 {
	background: #d7d7d7;
	color: rgb(0, 0, 0);
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	cursor: auto;
	height: 600px;
	width: 465px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 13px;
}

.report-driver-div5 {
	position: relative;
	display: block;
	text-indent: 0px;
	width: 425px;
	height: 560px;
	border: 2px solid #11a54d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 13px;
	background-color: #ffffff;
	top: 10px;
	left: 10px;
}

.report-driver-div5 div {
	text-align: left;
}

.report-driver-div5-1 {
	padding-left: 5px;
	font-weight: bold;
	color: #3e4281;
	font-size: 16px;
}

.report-driver-div5-1-note {
	background-color: #9c110c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 13px;
	margin-left: 8px;
	font-weight: normal;
	color: #ffffff;
	width: 300px;
	text-align: center;
	font-size: 12px;
	padding-left: 5px;
}

.report-driver-div5-2 {
	padding-left: 5px;
	font-size: 14px;
	min-height: 100px;
	max-height: 350px;
	margin: 0 auto;
	overflow: hidden;
}

.report-driver-div5-2-body {
	width: 100%\0;
	height: 100%;
	overflow-y: auto;
	-ms-overflow-style: none;
	
	/* scrollbar-base-color: white;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: white; */
}

.report-driver-div5-2 ::-webkit-scrollbar{
  width: 0px
}

.report-driver-div5-3 {
	padding-left: 5px;
	color: #2ba7f7;
	font-style: italic;
	font-size: 13px;
}

.report-driver-div5-4 {
	padding-left: 5px;
	font-weight: bold;	
}

.report-driver-div5-5 {
	padding-left: 70px;
	bottom: 110px;
	font-weight: bold;
	font-size: 12px;
}

.report-driver-div6 {
	position: absolute;
	bottom: 30px;
	width: 100%;
	background-color: #11a54d;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-left: 5px;
}

.report-driver-div7 {
	bottom: 0;
	width: 100%;
	position: absolute;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	overflow: hidden;
	padding-left: 5px;
}

.report-driver-close {
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
	background: url(/assets/img/richemail/DriverDispatchEmailClose.png) no-repeat;
}

.report-driver-left{
	width:190px;
}

.report-driver-middle{
	margin: 0 auto;
}

.report-driver-right{
	float: right;
	padding-right: 5px;
	text-align: right !important;
	width: 100px;
}

.report-driver-bottom-right{
	float: right;
	padding-right: 5px;
	text-align: right !important;
}

.report-driver-bottom{
	padding-bottom: 5px;
}

.report-driver-fa-phone{
	background: url(/assets/img/richemail/DriverDispatchEmailPhone.png) no-repeat;
	width: 11px; 
	height: 11px;
	display: inline-grid;
	display: -ms-inline-grid;
}

.report-driver-fa-map{
	background: url(/assets/img/richemail/DriverDispatchEmailAddress.png) no-repeat;
	width: 11px; 
	height: 11px;
	display: inline-grid;
	display: -ms-inline-grid;
}

.report-driver-reason{
	text-decoration: line-through;
}

.report-driver-reason-title{
	color: #9f9d9e;
}

.report-driver-reason-content{
	color: #9f9d9e;
	padding-left: 10px;
	font-size: 13px;
}

.report-driver-modifier{
	padding-left: 5px;
}

/* end of day report & cashier report style end */

/* Tutorial Video begin */

.tutorial-video-topbar{
	padding-top: 1px;
	font-size: 14px;
}

.tutorial-video-topbar span{
	vertical-align: super;
	color: #147da0;
}

.tutorial-video-topbar i{
	color: #147da0;
}

.tutorial-video{
	padding-top: 1px;
	color: #147da0;
	font-size: 16px;
}

.tutorial-video span{
	color: #147da0;
}

.tutorial-video i{
	color: #147da0;
	font-size: 20px;
}

.tutorial-video-wrapper{ 
	max-width: 600px; 
	margin: 0 auto; 
	text-align: center; 
} 

.tutorial-video-gallery{ 
	overflow: hidden; 
}

.tutorial-video-gallery a{ 
	display: block; 
	float: left; 
}

/* Tutorial Video end */

/* Video Player begin */

.video-player-div{
	position: fixed; left: 0px; top: 0px; z-index: 2000; width: 100%; height: 100%; text-align: center; cursor: pointer; display: none; opacity: 1;
}

.video-player-div2{ 
	display:inline-block;height:100%;vertical-align:middle;
}

.video-player-div3{ 
	position:absolute;left:0;top:0;width:100%;height:100%;background:#000000;opacity:0.6;filter:alpha(opacity=60);
}

.video-player-div4{ 
	background: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 10px; display: inline-block; vertical-align: middle; position: relative; z-index: 1; cursor: auto; min-width: 200px; min-height: 100px; width: auto; height: auto;
}

.video-player-div5{ 
	position: relative; font-size: 2em; display: none;
}

.video-player-div6{ 
	display: block; text-indent: 0px;
}

.video-player-div7{ 
	position: absolute; left: 0px; bottom: 0px; width: 100%; text-align: center; height: 10px; line-height: 10px; display: block;
}

.video-player-div8{ 
	font-size: 20px; background: rgb(0, 0, 0); color: rgb(255, 255, 255); display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; position: absolute; text-decoration: none; outline: 0px; top: 0px; right: 0px; z-index: 2200; cursor: pointer;
}

.video-player-iframe{ 
	position: relative; outline: 0px; z-index: 2100; width: 100%; height: 100%; border: none;
}

/* Video Player end */

/* Google Map begin */

.googleMap{
	width: 800px;
    height: 500px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 13px;
	margin: 0 auto;
	-ms-overflow-style: none;
}

/* Google Map end */

/* D3HorizonalBarChartWithBrush start */
 /* .y.axis path {
      display: none;
    } */

    .brush .extent {
      fill-opacity: .125;
      shape-rendering: crispEdges;
    }

    .brush-resize {
      display: inline !important; /* show when empty */
      fill: #7A7A7A;
      fill-opacity: 1;
      stroke: #7A7A7A;
      stroke-width: 2px;
    }

/* D3HorizonalBarChartWithBrush end */

/* TimeLine start */

.timeline-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
  }
  
  /* TIMELINE
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline ul {
	background: #1F77B4;
	padding: 50px 0;
	margin-top: 50px;
	border-radius:10px;-moz-border-radius:10px;
  }
  
  .timeline ul li {
	list-style-type: none;
	position: relative;
	width: 6px;
	margin: 0 auto;
	padding-top: 50px;
	background: #fff;
  }
  
  .timeline ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #F45B69;
  }
  
  .timeline ul li div {
	position: relative;
	bottom: 0;
	width: 450px;
	padding: 15px;
	background: #fff;
  }
  
  .timeline ul li div::before {
	content: '';
	position: absolute;
	bottom: 7px;
	width: 0;
	height: 0;
	border-style: solid;
  }
  
  .timeline ul li:nth-child(odd) div {
	left: 45px;
  }
  
  .timeline ul li:nth-child(odd) div::before {
	left: -15px;
	border-width: 8px 16px 8px 0;
	border-color: transparent #fff transparent transparent;
  }
  
  .timeline ul li:nth-child(even) div {
	left: -489px;
  }
  
  .timeline ul li:nth-child(even) div::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #fff;
  }
  
  .timeline time {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 8px;
	color: black;
  }
  
  
  /* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline ul li::after {
	transition: background .5s ease-in-out;
  }
  
  .timeline ul li.timeline-item-in-view::after {
	background: #F45B69;
  }
  
  .timeline ul li div {
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out;
  }
  
  .timeline ul li:nth-child(odd) div {
	transform: translate3d(200px, 0, 0);
  }
  
  .timeline ul li:nth-child(even) div {
	transform: translate3d(-200px, 0, 0);
  }
  
  .timeline ul li.timeline-item-in-view div {
	transform: none;
	visibility: visible;
	opacity: 1;
  }
  
  .timeline ul li:hover,.timeline ul li:active {
    cursor: pointer;
}
  
  .timenil-content-box:hover, .timenil-content-box:active{
	cursor:pointer;
}

  .timenil-node-separator:hover, .timenil-node-separator:active{
  	cursor:pointer;
}

  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  @media screen and (max-width: 900px) {
	.timeline ul li div {
	  width: 250px;
	}
	.timeline ul li:nth-child(even) div {
	  left: -289px;
	  /*250+45-6*/
	}
  }
  
  @media screen and (max-width: 600px) {
	.timeline ul li {
	  margin-left: 20px;
	}
	.timeline ul li div {
	  width: calc(100vw - 91px);
	}
	.timeline ul li:nth-child(even) div {
	  left: 45px;
	}
	.timeline ul li:nth-child(even) div::before {
	  left: -15px;
	  border-width: 8px 16px 8px 0;
	  border-color: transparent #fff transparent transparent;
	}
  }
/* TimeLine end */

/* LaborSchedules start */

div.timenil-vertical-line {
    position: absolute;
    width: 1px;
    background-color: #e6e6e6;
    height: 100%;
    left: 50%;
    transform: translate(-50%);
    *z-index: 1;
    display: table-cell;
}
div.timenil-node {
    
    z-index: 0;
    margin-top: 2%;
}
div.timenil-node:before,

div.timenil-node:after {
    content: '';
    display: table;
}
div.timenil-node:after {
    clear: both;
}

div.timenil-node {
    display: inline-block;
}

div.timenil-node {
    display: block;
}

div.timenil-node-child-left {
    position: relative;
    width: 33%;
    margin-left: 11%;
    float: left;
    text-align: right;
    z-index: 1;
}

div.timenil-node-child-right {
    position: relative;
    float: right;
    text-align: left;
    margin-right: 11%;
    width: 33%;
 
}

@media(min-width:500px) {
    div.timenil-node-center {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    
    div.timenil-node-separator{
    	/* padding: 5px; */
    	width:100px;
    	height:30px;
    	line-height: 30px;
    	font-size:20px;
    }
}
@media(max-width:499px) {
    div.timenil-node-center {
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }
    
    div.timenil-node-separator{
    	/* padding: 5px; */
    	width:70px;
    	height:20px;
    	font-size:15px;
    }
}
div.timenil-node-center{
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translate(-50%);
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    margin-top: 40px;
}
div.timenil-node-separator {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    left: 50%;
    color: white;
    text-align: center;
    border-radius:3px;
    z-index: 0;
    transform: translate(-50%);
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
}

div.timenil-node-trace {
    position: absolute;
    display: inline-block;
    left: 50%;
    width: 10%;
    height: 1px;
    text-align: center;
    
    /*padding: 1em;
    text-align: left;
    line-height: 1.5em;*/
    
    z-index: 0;
    transform: translate(-50%);
    border-bottom: 2px dotted #7f8c8d;
    margin-top: 55px;
}

.timenil-content-box {
    /*margin:0;
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;*/
	  
    padding: 1%;
    line-height: 1.5em;
	color: #7f8c8d;
	text-align: center;
}
.timenil-content-text {
    line-height: 1.5em;
}

.timenil-content-text-left {
	line-height: 1.5em;
	text-align: left;
}

.timenil-content-text-right {
	line-height: 1.5em;
	text-align: right;
}

/*---------------ALL THE CLASSES RELATED TO THEME-------------------------------------------
--------------You can edit these to get your own custome theme----------------------------*/

div.timenil-node-child-right-theme {
    background: radial-gradient(center, ellipse cover, #FAFAFA 35%, #F7F7F7 60%);
    background: -moz-radial-gradient(center, ellipse cover, #FAFAFA 35%, #F7F7F7 60%);
    background: -webkit-radial-gradient(center, ellipse cover, #FAFAFA 35%, #F7F7F7 60%);
    background: -o-radial-gradient(center, ellipse cover, #FAFAFA 35%, #F7F7F7 60%);
    box-shadow: 1px 3px 3px -2px #242424;
    -webkit-box-shadow: 1px 3px 3px -2px #242424;
    -moz-box-shadow: 1px 3px 3px -2px #242424;
    -o-box-shadow: 1px 3px 3px -2px #242424;
    border-radius: 1%;
    border: 1px solid #b2b2b2;
}

div.timenil-node-child-left-theme {
    background: radial-gradient(center, ellipse cover, #FAFAFA 35%, #F7F7F7 60%);
    background: -moz-radial-gradient(center, ellipse cover, #FAFAFA 35%, #F7F7F7 60%);
    background: -webkit-radial-gradient(center, ellipse cover, #FAFAFA 35%, #F7F7F7 60%);
    background: -o-radial-gradient(center, ellipse cover, #FAFAFA 35%, #F7F7F7 60%);
    box-shadow: 1px 3px 3px -2px #242424;
    -webkit-box-shadow: 1px 3px 3px -2px #242424;
    -moz-box-shadow: 1px 3px 3px -2px #242424;
    -o-box-shadow: 1px 3px 3px -2px #242424;
    border-radius: 1%;
    text-align: left;
    border: 1px solid #b2b2b2;
}
/* LaborSchedules end */

.donut-legend-tooltip{
	font-size: 12px;
	min-width: 150px;
	height: auto;
	position: absolute; 
	text-align: left;
	border-style: solid;
	border-width: 1px;
	background-color:white;
	border-radius: 5px;	
	padding: 10px;
}

.donut-legend-tooltip span{
	display: inline-block;
	word-wrap: break-word;
	white-space: normal;
}

.table-first-tb tr td, .table-first-tb tr th{
	text-align: right;
}
.table-first-tb tr td:first-child, .table-first-tb tr th:first-child{
	text-align: left;
}

/* Add by SHANG.PENG 2018-11-18 */
.horizonal-bar-chart2 .horizonal-bar-chart2-legend {
	fill: black;
	font: 14px sans-serif;
	text-anchor: start;
	font-size: 12px;
  }
  
  .horizonal-bar-chart2 text {
	fill: white;
	font: 10px sans-serif;
	text-anchor: end;
  }
  
  .horizonal-bar-chart2 .horizonal-bar-chart2-label {
	fill: black;
	font: 14px sans-serif;
	text-anchor: end;
  }
  
  /* .horizonal-bar-chart2-label:hover, .horizonal-bar-chart2-label:active {
    cursor: pointer;
  }
  
  .horizonal-bar-chart2-bar:hover, .horizonal-bar-chart2-bar:active {
    cursor: pointer;
  } */
  
  .horizonal-bar-chart2-axis path,
  .horizonal-bar-chart2-axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
  }
  .cash-count-total{
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 auto;
	width: 777px;
	height: 40px;
	border-radius: 5px;
	padding-top:7px;
}

.email-report-panel {
	/* background-color: #F5F5F5; */
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	/* margin-top: 10px;
	margin-bottom: 10px; */
	width: 95%;
	margin: 10px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}