/*
* mobileexec.reset.css	1.0		April 04, 2014
*
* Copyright © 2014 Ultramain Systems, Inc.
* All Rights Reserved
*
* @purpose This will reset HTML elements and give some default styling
*          required for mobile executive
* @author SDillon
* @author Zjin
*/


*:focus,*:active {
	outline: 0;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS';
}

#mobileExecPageMain {
	overflow-x: visible !important;
	overflow-y: visible !important;
	width: 100%;
}

body {
	-webkit-user-select: none !important;
	-webkit-touch-callout: none !important;
	font-size: 62.5%;
	background: #2a2c2d no-repeat left top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 768px;
	color: #dfe4e8;
}

.info_header { /*background: rgba(0,0,0,.4);*/
	background-image: url('images/icons-svg/info-white.svg');
	background-repeat: no-repeat;
	padding-left: 30px;
	cursor: pointer;
	background-position: left center;
	background-size: Auto 24px;
}

.TabbedPaneTab {
	width: auto !important;
	clear: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.SvgTabbedPane .ui-tabs .ui-tabs-nav {
	padding: 0px !important;
}

.SvgTabbedPane .ui-tabs .ui-tabs-nav li {
	margin: 0px !important;
}

.SvgTabbedPane {
	padding: 0px !important;
}

.info_header_download {
	color: #2ad !important;
	background-image: url('images/icons-svg/arrow-d-white.svg') !important;
}

div.SvgScrollPane { /*overflow-y: scroll;*/
	/*overflow-x: scroll; */
	-webkit-overflow-scrolling: touch;
	/*overflow:auto;*/
}

div.SvgScrollPane>div { /*overflow-y: scroll;*/
	/*overflow-x: scroll; */
	-webkit-overflow-scrolling: touch;
	/*overflow:auto;*/
}

::-webkit-scrollbar {
	width: 12px; /* for vertical scrollbars */
	height: 12px; /* for horizontal scrollbars */
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #F9F9F9;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #999;
	transition: background-color .2s linear;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #999;
}

#homePage_EventsTab,#homePage_InboxTab,#homePage_LinksTab,#homePage_MobileExecEventTab
	{
	top: 10px;
	position: absolute;
	left: 32.0px;
	width: 1100px;
}

#homePage_InboxTab>div,#homePage_EventsTab>div,#homePage_LinksTab>div,#homePage_MobileExecEventTab>div
	{
	max-width: 1100px !important;
	min-width: 1100px !important;
}

.mobileExecPOApprovalPopup {
	width: 600px;
	margin: 0 0 0 118px;
	background: -webkit-linear-gradient(#3C3C3C, #636363) !important;
	background: -o-linear-gradient(#3C3C3C, #636363) !important;
	background: -moz-linear-gradient(#3C3C3C, #636363) !important;
	background: linear-gradient(#3C3C3C, #636363) !important;
	border: 3px solid #7b8187;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 0 12px #0a1947;
	position: fixed;
	top: 120px;
	left: -36px;
	height: 430px;
	z-index: 10002 !important;
}

.mobileExecPOApprovalPopupHeader,
.mobileExecPORejectPopupHeader {
	width: 596px;
	height: 60px;
	position: relative;
	border-radius: 10px;
	background: -webkit-linear-gradient(#666666, #242424) !important;
	background: -o-linear-gradient(#666666, #242424) !important;
	background: -moz-linear-gradient(#666666, #242424) !important;
	background: linear-gradient(#666666, #242424) !important;
	font-size: 42px;
	color: rgb(206, 206, 206);
	font-family: sans-serif;
	text-align: center;
	padding-top: 6px;
	border-width: 2px !important;
	border-color: rgb(24, 24, 24);
	border-style: solid;
}

.mobileExecPOApprovalPopupContent {
	width: 580px;
	height: 350px;
	position: relative;
	left: 10px;
	padding-top: 10px;
}

.mobileExecPOApprovalConfirmMsg {
	font-size: 36px;
	color: rgb(206, 206, 206);
	text-align: center;
}

#mobileExecPOApprovalForm {
	padding-top: 20px;
}

#mobileExecPOApprovalSave,
#mobileExecPORejectSave {
	padding-top: 30px;
	left: 100px;
	position: absolute;
}

#mobileExecPOApprovalCancel {
	padding-top: 30px;
	left: 320px;
	position: absolute;
}

#mobileExecPOApprovalForm div.group div.form-item textarea {
	height: 100px ;
	width: 500px !important;
	left: 18px !important;
	border: 2px solid #3D3D3D;
	border-radius: 11px;
	background-color: #e5eef5;
	padding: 13px 4%;
	font-size: 3.2em;
	color: #3C3C3C;
	position: relative;
}

.mobileExecInvoiceApprovalPopup {
	width: 600px;
	margin: 0 0 0 118px;
	background: -webkit-linear-gradient(#3C3C3C, #636363) !important;
	background: -o-linear-gradient(#3C3C3C, #636363) !important;
	background: -moz-linear-gradient(#3C3C3C, #636363) !important;
	background: linear-gradient(#3C3C3C, #636363) !important;
	border: 3px solid #7b8187;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 0 12px #0a1947;
	position: fixed;
	top: 120px;
	left: -36px;
	height: 430px;
	z-index: 10002 !important;
}

.mobileExecInvoiceApprovalPopupHeader,
.mobileExecInvoiceRejectPopupHeader {
	width: 596px;
	height: 60px;
	position: relative;
	border-radius: 10px;
	background: -webkit-linear-gradient(#666666, #242424) !important;
	background: -o-linear-gradient(#666666, #242424) !important;
	background: -moz-linear-gradient(#666666, #242424) !important;
	background: linear-gradient(#666666, #242424) !important;
	font-size: 42px;
	color: rgb(206, 206, 206);
	font-family: sans-serif;
	text-align: center;
	padding-top: 6px;
	border-width: 2px !important;
	border-color: rgb(24, 24, 24);
	border-style: solid;
}

.mobileExecInvoiceApprovalPopupContent {
	width: 580px;
	height: 350px;
	position: relative;
	left: 10px;
	padding-top: 10px;
}

.mobileExecInvoiceApprovalConfirmMsg {
	font-size: 36px;
	color: rgb(206, 206, 206);
	text-align: center;
}

#mobileExecInvoiceApprovalForm {
	padding-top: 20px;
}

#mobileExecInvoiceApprovalSave,
#mobileExecInvoiceRejectSave {
	padding-top: 30px;
	left: 100px;
	position: absolute;
}

#mobileExecInvoiceCancel {
	padding-top: 30px;
	left: 320px;
	position: absolute;
}

#mobileExecInvoiceApprovalForm div.group div.form-item textarea {
	height: 100px ;
	width: 500px !important;
	left: 18px !important;
	border: 2px solid #3D3D3D;
	border-radius: 11px;
	background-color: #e5eef5;
	padding: 13px 4%;
	font-size: 3.2em;
	color: #3C3C3C;
	position: relative;
}

#mobileExecInvoiceApprovalForm div.group div.form-item label {
	font-size: 2.5em;
    padding: 10px;
    display: inline-block;
    width: 210px;
}

#mobileExecInvoiceApprovalForm div.group div.form-item input {
	font-size: 2.5em;
}

.mobileExecRequisitionApprovalPopup {
	width: 600px;
	margin: 0 0 0 118px;
	background: -webkit-linear-gradient(#3C3C3C, #636363) !important;
	background: -o-linear-gradient(#3C3C3C, #636363) !important;
	background: -moz-linear-gradient(#3C3C3C, #636363) !important;
	background: linear-gradient(#3C3C3C, #636363) !important;
	border: 3px solid #7b8187;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 0 12px #0a1947;
	position: fixed;
	top: 120px;
	left: -36px;
	height: 430px;
	z-index: 10002 !important;
}

.mobileExecRequisitionApprovalPopupHeader,
.mobileExecRequisitionRejectPopupHeader {
	width: 596px;
	height: 60px;
	position: relative;
	border-radius: 10px;
	background: -webkit-linear-gradient(#666666, #242424) !important;
	background: -o-linear-gradient(#666666, #242424) !important;
	background: -moz-linear-gradient(#666666, #242424) !important;
	background: linear-gradient(#666666, #242424) !important;
	font-size: 42px;
	color: rgb(206, 206, 206);
	font-family: sans-serif;
	text-align: center;
	padding-top: 6px;
	border-width: 2px !important;
	border-color: rgb(24, 24, 24);
	border-style: solid;
}

.mobileExecRequisitionApprovalPopupContent {
	width: 580px;
	height: 350px;
	position: relative;
	left: 10px;
	padding-top: 10px;
}

.mobileExecRequisitionApprovalConfirmMsg {
	font-size: 36px;
	color: rgb(206, 206, 206);
	text-align: center;
}

#mobileExecRequisitionApprovalForm {
	padding-top: 20px;
}

#mobileExecRequisitionApprovalSave,
#mobileExecRequisitionRejectSave {
	padding-top: 30px;
	left: 100px;
	position: absolute;
}

#mobileExecRequisitionCancel {
	padding-top: 30px;
	left: 320px;
	position: absolute;
}

#mobileExecRequisitionApprovalForm div.group div.form-item textarea {
	height: 100px ;
	width: 500px !important;
	left: 18px !important;
	border: 2px solid #3D3D3D;
	border-radius: 11px;
	background-color: #e5eef5;
	padding: 13px 4%;
	font-size: 3.2em;
	color: #3C3C3C;
	position: relative;
}

#mobileExecRequisitionApprovalForm div.group div.form-item label {
	font-size: 2.5em;
    padding: 10px;
    display: inline-block;
    width: 210px;
}

#mobileExecRequisitionApprovalForm div.group div.form-item input {
	font-size: 2.5em;
}


.ui-bar-inherit {
	background-color: #505559;
}

.ui-select .ui-btn {
	font-size: 24px;
}

.ui-widget {
	font-size: 0.8em !important;
	z-index: 1000;
}

/* jQuery Mobile */
.ui-content {
	padding: 0px !important;
	/*
	position: absolute !important; 
	height: 80%; /* will be dynamically changed in js /* */
	/*
	width:100% !important;
	top:42px !important;
	border:0 !important;
	overflow:auto !important;
	*/
}

.ui-header {
	height: 76px !important;
	max-height: 76px !important;
}

.ui-title {
	padding: .3em 0 !important;
	overflow: visible !important;
	margin: 0 20% !important;
}

.ui-select .ui-btn {
	background-color: #E0E0E0 !important;
	border-color: #8E8A8A !important;
}

#loadingWrap {
	width: 380px;
	height: 200px;
	padding-top: 20px;
	border-radius: 24px;
	background-color: #181818;
	z-index: 99999;
	position: fixed;
	top: 50%;
	margin: -100px 0 0 194px;
	text-align: center;
}

#loadingMsg {
	font-size: 40px !important;
	color: rgb(255, 255, 255);
	padding-top: 8px;
}

div.ui-loader.ui-corner-all.ui-body-b.ui-loader-verbose {
	width: 200px !important;
	height: 200px !important;
}

div#mobileExecEventAlertNotice {
width: 50px;
height: 50px;
border-radius: 25px;
position: fixed;
top: 30px;
z-index: 10000;
left: 405px;
background: url('../../images/MobileExec/mobileExecNotice.png') no-repeat 10px 10px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out; /** Firefox **/
    -o-transition: all 1s ease-in-out; /** Opera **/
}

.AlertNoticeMoveDown{
	    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -o-transform: translate(0,50px); 
    -moz-transform: translate(0,50px);

}