.readonlyDates[readonly="readonly"]{cursor: pointer !important;background-color: #F3F3F3 !important;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
html,button,input,select,textarea{color:#222}
body{font-size:1em;line-height:1.4}
hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}
img{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
::-moz-selection,::selection{background:#b3d4fc;text-shadow:none}
.floatLeft{float: left;}
.floatRight{float: right;}
.placeholder{
	color: #aaa !important;font-style: oblique;
}
/* ===========================================
	Author's custom styles
	=========================================== */
select{
	border: 1px solid #CCC;
	font-size: 12px !important;
	height: 24px;
	padding: 0 !important;
	padding: 2px 0\9 !important;
	vertical-align: middle;
}

@-moz-document url-prefix() {
	button.orangeButton, input.orangeButton{padding: 6px 15px 5px;}
	button.orangeButton:hover, input.orangeButton:hover{padding: 7px 16px 6px 16px;}

	select{
		padding: 4px !important;
	}

}

select.error{-moz-box-shadow:0 0 15px 1px red;-webkit-box-shadow:0 0 15px 1px red;border:1px solid red;box-shadow:0 0 15px 1px red}
#loginBox{margin:150px auto;width:317px}

::-webkit-input-placeholder{color: #aaa !important;font-style: oblique;}
::-moz-placeholder{color: #aaa !important;font-style: oblique;}
::-ms-input-placeholder{color: #aaa !important;font-style: oblique;}
input:-moz-placeholder {color: #aaa !important;font-style: oblique;}
.customfile-disabled input[disabled="disabled"]{opacity: 0;}
input,
input:hover{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

input[type=time]::-webkit-clear-button{
	display: none;
	visibility: hidden;
}

/* ==========================================================================
	Login Screen Style
	========================================================================== */
.ajaxLoader{display: block;text-indent: -999em;width: 32px;height: 32px;background: url('../img/ajaxLoader.gif') no-repeat;z-index: 1001;text-align: center;}
.colorPicker{text-transform: uppercase;}
#loginBox{width: 317px;margin: 130px auto;}
#loader,.infiniteScroll_loader{display: none;text-align: center;}
#loader span, .infiniteScroll_loader span{display: block;font-size: 12px;margin: 5px 0;}

/* .loginLogo
	=========================================== */
#loginBox .loginLogo{margin: 0 0 20px 15px;}
#loginBox .loginLogo a{display: block;text-indent: -999em;width: 266px;height: 154px;background: url('../img/loginLogo.png') no-repeat;}
#errorArea{padding: 8px 35px 8px 14px;margin-bottom: 20px;color: #c09853;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);background-color: #fcf8e3;border: 1px solid #fbeed5;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#errorHandler span{margin-bottom:20px;color:#c09853;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:block;padding:8px 35px 8px 14px;}
#errorArea.error,#errorHandler span.error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}

/* LoginForm
	=========================================== */
.loginForm{height:176px;margin:20px 0 0;text-align:center;width:314px}
.loginForm form{-moz-border-radius:10px;-webkit-border-radius:10px;background:#fff;border:1px solid #000;border-radius:10px;margin:0 0 15px;padding:22px 0}
.loginForm form input[type=text],.loginForm form input[type=password]{-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #CCC;border-radius:3px;color:#464747;display:block;font-size:12px;margin:0 0 15px 52px;outline:none;padding:4px 5px;width:201px}
.loginForm a{color:#fff;font-size:.875em;font-weight:lighter;text-decoration:none}
.loginForm .version_number{color:#fff;font-size:14px;font-weight:lighter;margin:20px 0 0}
input.error, textarea.error, .wysihtml5-sandbox.error{-moz-box-shadow:0 0 15px 1px red !important;-webkit-box-shadow:0 0 15px 1px red !important;border:1px solid red !important;box-shadow:0 0 15px 1px red !important}
#inCombo.error{-moz-box-shadow:0 0 15px 1px red;-webkit-box-shadow:0 0 15px 1px red;border:1px solid red !important;box-shadow:0 0 15px 1px red}
input[novalidate="novalidate"]{-moz-box-shadow:0 0 15px 1px red;-webkit-box-shadow:0 0 15px 1px red;border:1px solid red !important;box-shadow:0 0 15px 1px red}
.errorIcon{background:url(../img/inflightSprite.png) -85px -166px no-repeat;height:25px;margin:0 auto;width:25px}
span.required,small.required{color:red}
#sorttable_sortrevind,#sorttable_sortfwdind{color:#fff}

/* ==========================================================================
	General Styles for admin section
	========================================================================== */
.limitChar{display: block;height: 16px;float: right;margin: 9px 13px 0 0;color: #555555;font-size:12px;}
.orangeButton{background: #f2a326 url('../img/orangeButton_bg.png') repeat-x;border: 1px solid #f7b129;display: inline-block;padding: 4px 15px 3px 15px;text-decoration: none;font-size: 12px;color: #fff;text-shadow: 0 -1px 1px #d98300;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;text-align: center;}
.orangeButton:hover, .customfile:hover .orangeButton, .orangeButton.current{text-shadow: 0 -1px 1px #53616d;background: #5c6b78 url('../img/orangeButton_bgHover.png') repeat-x;padding: 5px 16px 4px 16px;border: none;}
button.orangeButton, input.orangeButton{padding: 5px 15px 4px 15px;}
button.orangeButton:hover, input.orangeButton:hover{padding: 6px 16px 5px 16px;}
.orangeButton.disabled{background: url('../img/orangeButtonDisabled_bg.png') repeat-x;border-color: #d9dbdd;text-shadow: 0 -1px 2px #3c3c3c;}
.orangeButton.activated{background: url('../img/orangeButtonActivated_bg.png') repeat-x;border-color: #51a351;text-shadow: 0 -1px 2px #3c3c3c;}
.orangeButton.activated:hover{padding: 4px 15px 3px 15px !important;border: 1px solid #51A351;}

.edit_button,.delete_button,.copy_button,
.view_button,.stage_button,.unstage_button,
.publish_button,.unpublish_button,.archive_button,
.unarchive_button,.deactivate_button,.activate_button,
.acknowledgement_button,.details_button,.save_button,
.cancel_button, .add_button, .email_button, .reset_button{
	background: url('../img/sprites.png') no-repeat;
	display: inline-block;
	width: 54px;
	height: 26px;
	text-indent: -999em;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0 none;
	vertical-align: middle;
	cursor: pointer;
}
.filterReset,#filterButton,#exportCsv, .is_backToTop_style i{display: inline-block;background: url('../img/sprites.png') no-repeat;text-indent: -999em;outline: 0 none;width: 26px;height: 26px;cursor: pointer;text-decoration: none;margin: 0;border: 0 none;vertical-align: middle;}
#exportCsv{background-position: -414px -243px;}
#exportCsv:hover{background-position: -414px -278px;}
#filterButton{background-position: -376px -243px;}
#filterButton:hover{background-position: -376px -278px;}
.filterReset{background-position: -340px -243px;}
.filterReset:hover{background-position: -340px -278px;}
.is_backToTop_style i{background-position: -345px -173px;}
.is_backToTop_style i:hover{background-position: -345px -208px;}
.acknowledgement_button{background-position: -387px -173px;}
.acknowledgement_button:hover{background-position: -387px -207px;}
.edit_button{background-position: -136px -244px;}
.edit_button:hover{background-position: -136px -278px;}
.delete_button{background-position: -72px -244px;}
.delete_button:hover{background-position: -72px -278px;}
.copy_button{background-position: -9px -244px;}
.copy_button:hover{background-position: -9px -278px;}
.view_button{background-position: -137px -313px;}
.view_button:hover{background-position: -137px -347px;}
.stage_button{background-position: -73px -313px;}
.stage_button:hover{background-position: -73px -347px;}
.unstage_button{background-position: -9px -313px;}
.unstage_button:hover{background-position: -9px -347px;}
.publish_button{background-position: -265px -244px;}
.publish_button:hover{background-position: -265px -278px;}
.unpublish_button{background-position: -201px -244px;}
.unpublish_button:hover{background-position: -201px -278px;}
.archive_button{background-position: -202px -313px;}
.archive_button:hover{background-position: -202px -348px;}
.unarchive_button{background-position: -265px -313px;}
.unarchive_button:hover{background-position: -265px -348px;}
.activate_button{background-position: -326px -313px;}
.activate_button:hover{background-position: -326px -348px;}
.deactivate_button{background-position: -387px -313px;}
.deactivate_button:hover{background-position: -387px -348px;}
.details_button{background-position: -9px -174px;}
.details_button:hover{background-position: -9px -208px;}
.save_button{background-position: -9px -104px;}
.save_button:hover{background-position: -9px -138px;}
.cancel_button{background-position: -9px -34px;}
.cancel_button:hover{background-position: -9px -70px;}
.add_button{background-position: -344px -134px;width: 26px;}
.add_button:hover{background-position: -344px -134px;}
.email_button{background-position: -303px -173px;width: 26px;}
.email_button:hover{background-position: -303px -208px;}
.reset_button{background-position: -387px -105px;}
.reset_button:hover{background-position: -387px -139px;}

.tooltip, .products {color: #F8972A;font-weight: 700;text-decoration: underline;}
.orangeButton.tooltip, #emailToMissingAck.tooltip{color: #fff;text-decoration: none;font-weight: 400;}

#faFlitering i.rightArrow{position: absolute;display:inline-block;width: 14px;height: 8px;float: right;margin: 4px 0 0 10px;}
#faFlitering.collapsed i.rightArrow{background: url('../img/sprites.png') -125px -201px no-repeat;}
#faFlitering.uncollapsed i.rightArrow{background: url('../img/sprites.png') -142px -201px no-repeat;}
#faFlitering.orangeButton {position: relative;padding-right: 35px;margin: 20px 0;}

.filteringButton {position: absolute;right: 20px;top: 80px;}

.hasDatepicker[readonly]{cursor: pointer !important;background-color: #fff !important;opacity: 1 !important;}

/* #genericTable
	=========================================== */
#genericTable{padding: 0;width: 100%;margin: 10px 0;}
#genericTable thead{-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
#genericTable thead tr th{cursor: pointer;background: #fff url('../img/tableBgRpt.png') repeat-x;border-top: 1px solid #caced7;border-left: 1px solid #caced7;border-bottom: 1px solid #caced7;font-size: 12px;color: #666972;text-shadow: 0px 1px 0 #fff;padding: 0px 7px 0px 7px;height: 44px;}
#genericTable thead tr th:last-child {border-right: 1px solid #caced7;}

#genericTable tbody tr{background-color: #fff; /*f2f4f5*/}
#genericTable tbody tr:nth-child(2n){background-color: #eaedf0;}

#genericTable tbody tr td:first-child,
#genericTable tfoot tr td:first-child{
	border-left: 1px solid #caced7 !important;
}
#genericTable tbody tr td:last-child,
#genericTable tfoot tr td:last-child{
	border-right: 1px solid #caced7 !important;
}

#genericTable tbody tr td{
	border-left: 1px solid #caced7;
	border-bottom: 1px solid #caced7;
	font-size: 12px;color: #4c4c54;
	padding: 11px 7px 10px 7px;
}

#genericTable tfoot{
	border-top: 2px solid #caced7 !important;
}

#genericTable tfoot tr td{
	border-left: 1px solid #caced7;
	border-bottom: 1px solid #caced7;
	font-size: 12px;color: #4c4c54;
	padding: 5px;
}

#genericTable tbody tr td input[type="text"],
#genericTable tbody tr td input[type="number"],
#genericTable tbody tr td select{border-radius: 3px;border: 1px solid #CCC;font-size: 12px;padding: 4px 5px 5px;outline: none;}
#genericTable tbody tr.lateSync td{color: #B94A48;background-color: #F2DEDE;}
#genericTable tbody tr td form.privileges{margin: 0 0 0 30px;}
#genericTable tbody tr td form.privileges label:first-child{margin: 0 25px 0 0;}
#genericTable tbody tr td form.privileges label{font-size: 12px;color: #5a5b5c;}
#genericTable tbody tr td a.genericBtn{font-size: 12px !important;color: #ffffff !important;}
.tablesorter-header.tablesorter-headerAsc,.tablesorter-header.tablesorter-headerDesc{color: #4a4d52;background: url(../img/activeSortTableBgRpt.png) repeat-x;}
.sorter-false.tablesorter-header .tablesorter-header-inner{background-image: none!important;padding: 0 !important;margin: 0 !important;}
.tablesorter-header .tablesorter-header-inner,.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner,.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner{background-repeat: no-repeat;background-position: right;vertical-align: middle;padding: 0 8px 0 0;margin: 0 -2px 0 0;}
.tablesorter-header .tablesorter-header-inner{background-image: url('../img/orange-unsorted.png');}
.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner{background-image: url('../img/orange-asc.png');}
.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner{background-image: url('../img/orange-desc.png');}
.tablesorter tbody tr.normal-row td { background: #eaedf0; }
.tablesorter tbody tr.alt-row td { background: #fff; }
.sorter-false{
	cursor: default !important;
}

/* .heartbeat
	=========================================== */
i.heartbeat{display: block;text-indent: -999em;width: 17px;height: 18px;background: url('../img/sprites.png') 0 0 no-repeat;}
i.heartbeat.beating{background-position: -215px -7px;}
i.heartbeat.weak{background-position: -237px -7px;}
i.heartbeat.dead{background-position: -260px -7px;}
i.heartbeat.unknown{background-position: -193px -7px;}

/******************************************
	#wrapper
******************************************/
#wrapper{width: 1028px;margin: 0 auto;}

/* header
	=========================================== */
header{position: relative;background: url('../img/bg_nav.png') repeat-x;height: 98px;padding: 0 0 34px;}

/* .logo
	=========================================== */
header .logo{position: absolute;left: 28px;top: 10px;}
header .logo img{width: 131px;height: 75px;}

/* .utilityMenu
	=========================================== */
header .utilityMenu{float: right;}

/* .userBar
	=========================================== */
.userBar{position: absolute;right: 28px;top: 15px;}
.userBar ul li,
.userBar ul li:first-child a{font-size: 12px;font-weight: lighter;color: #ffffff;text-shadow: 0px -1px 2px #000000;filter: dropshadow(color=#000000, offx=0, offy=-1);padding: 0 0 0 5px;}
.userBar ul li:first-child{padding-left: 0 !important;}
.userBar ul li a{font-size: 1em;font-weight: bold;color: #ffffff;}
.userBar ul,.managementBar ul{padding: 0;margin: 0;list-style: none;}
.userBar > ul > li,.managementBar > ul > li{float: left;}
.userBar > ul > li > a, .managementBar > ul > li > a{text-decoration: none;}

/* .managementBar
	=========================================== */
.managementBar{position: absolute;bottom: 50px;right: 28px;}
.managementBar > ul > li:first-child{margin-left: 0!important}
.managementBar > ul > li{float: left;margin: 0 0;position: relative;}
.managementBar > ul > li > a{border: 1px solid transparent;color: #fff;display: block;filter: dropshadow(color=#000000,offx=0,offy=-1);font-size: 16px;height: 22px;margin: 0 0 2px;padding: 5px 8px;text-decoration: none;text-shadow: 0 -1px 2px #000}
.managementBar > ul > li:hover > a,.managementBar > ul > li.current > a{border: 1px solid #010202;background: #172024;background: -moz-linear-gradient(top, #172024 0%, #49545e 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#172024), color-stop(100%,#49545e));background: -webkit-linear-gradient(top, #172024 0%,#49545e 100%);background: -o-linear-gradient(top, #172024 0%,#49545e 100%);background: -ms-linear-gradient(top, #172024 0%,#49545e 100%);background: linear-gradient(to bottom, #172024 0%,#49545e 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172024', endColorstr='#49545e',GradientType=0 );}

/* submenu */
.managementBar > ul > li:hover .submenu{left: 0;}
.managementBar .submenu{position: absolute;left: -9999px;z-index: 10001;background-color: #49545e;border: 1px solid #010202;min-width: 110px;}
.managementBar .submenu > li{margin: 3px 0;padding-top: 1px;float: none;}
.managementBar .submenu > li > a{display: block;font-size: 12px;color: #fff;text-decoration: none;font-weight: normal;padding: 5px;white-space: nowrap;}
.managementBar .submenu > li > a:hover,.managementBar .submenu > li.current > a{text-decoration: underline;}

/* #contentWrap
	=========================================== */
#contentWrap{background-color: #f4f4f4;padding: 0 0 13px;}
#contentWrap h1{font-family: 'PT Sans Narrow', sans-serif;font-weight: 700;text-transform: uppercase;color:#2e383e;font-size:24px;text-shadow: 0 1px 1px #fff;margin: 17px 0 0;}
#contentWrap h1.inline{display: inline-block;}
#pageBlockerLoader{background-color: #fff;height: 100%;width: 100%;position: absolute;top: 0;z-index: 1000001;text-align: center;display: none;}
#pageBlockerLoader img{margin-top: 110px;}
#pageBlockerLoader span{display: block;margin: 10px 0 0;font-size: 12px;}

/* #managementBtn
	=========================================== */
#managementBtn{padding: 0 0 10px;margin: 10px 0 0 21px;}
#managementBtn > ul{padding: 0;margin: 0;list-style: none;}
#managementBtn > ul > li:first-child{margin: 0 0 0 3px !important;}
#managementBtn > ul > li{float: left;margin: 0 0 0 -3px;}
#managementBtn > ul > li a{background: url('../img/sprites.png') -305px -6px no-repeat;color: #a7a7a8;display: block;filter: dropshadow(color=#d17f03,offx=0,offy=-1);font-size: 14px;font-weight: 700;line-height: 15px;margin: 0 10px 0 0;padding: 13px 1px 13px 1px;text-align: center;text-decoration: none;text-shadow: 0 1px 1px #fff;width: 145px;}
#managementBtn > ul > li.long a{padding: 5px 0 6px 0;}
#managementBtn > ul > li a:hover,#managementBtn > ul > li a.current{background-position: -305px -49px;color: #fff;text-shadow: 0 1px 1px #d17f03;}

/* .searchBox
	=========================================== */
#managementBtn .searchBox{position: relative;float: right;width: 123px;margin: 8px 0 0;}
#managementBtn .searchBox input[type="text"]{position: absolute;left: 0;width: 86px;padding: 0 5px;-webkit-border-radius: 5px 0px 0px 5px;border-radius: 5px 0px 0px 5px;border: 1px solid #c6c6c6;outline: 0;font-size: .75em;color: #8e9091;height: 22px;line-height: 22px;}
#managementBtn .searchBox input[type="submit"]{position: absolute;right: 0;width: 26px;height: 24px;background: url('../img/sprites.png') -9px -208px no-repeat;border: 0;outline: 0;}

/* #content
	=========================================== */
#content{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;margin: 0 27px;padding: 13px 0 25px;min-height: 600px;position: relative;}

/* .editUserCont
	=========================================== */
.editUsersCont{border-top: 1px solid #caced7;border-left: 1px solid #caced7;border-right: 1px solid #caced7;background: #e1e2e7;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWVmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ2ZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #edeef3 0%, #d5d6db 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeef3), color-stop(100%,#d5d6db)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #edeef3 0%,#d5d6db 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #edeef3 0%,#d5d6db 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #edeef3 0%,#d5d6db 100%); /* IE10+ */
background: linear-gradient(to bottom,  #edeef3 0%,#d5d6db 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeef3', endColorstr='#d5d6db',GradientType=0 );padding: 5px 0 0 5px;margin: 15px 0 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.editUsersCont>div{margin: 14px 0;}
.editUsersCont>div label{text-align: left;width: 110px;float: left;padding: 0 20px 0 15px;font-size: .75em;margin: 5px 0 0;font-weight: 700;}
.editUsersCont>div input[type="text"],
.editUsersCont>div input[type="email"],
.editUsersCont>div input[type="password"],
.editUsersCont>div select{width: 191px;height: 24px;padding: 0 5px;font-size: 12px;border: 1px solid #CCC;}
.editUsersCont>div select{width: 203px;}

/* .tabsFlyDesk
	=========================================== */
.mainMenuFlyDesk{background:#6f8498 url('../img/navBg.png') repeat-x;border-bottom:1px solid #062c50;height:33px;margin:0 auto;min-height:10px;width:1028px;list-style: none;padding:0;position: absolute;bottom: 0;}
.mainMenuFlyDesk > li{background:url('../img/navSeperator.png') right top repeat-y;float:left}
.mainMenuFlyDesk li a{color:#fff;display:block;filter:dropshadow(color=#000000,offx=0,offy=-1);font-size:16px;margin:0 2px 0 0;padding:7px 27px 5px 25px;text-decoration:none;text-shadow:0 -1px 2px #000}
.mainMenuFlyDesk li:hover a, .mainMenuFlyDesk li.current a{background:url('../img/navBgHover.png') repeat-x}

/* #graphsOuterContainer
	=========================================== */
#graphsOuterContainer{margin: 10px 0 0;background-color: #fff;border-top: 1px solid #a0a7b0;padding: 20px 15px 35px;}
#graphsOuterContainer .graphsContainer{display: none;position: relative;margin-bottom: 30px;height: 235px;}
#graphsOuterContainer .graphsContainer > .tooltip{float: right;text-decoration: none;color:#222;background-color: #ffffff !important;text-align: left  !important;width: auto !important;height: auto !important;-webkit-border-radius: 0 !important;border-radius: 0 !important;margin: 0 4px 0 0;text-transform: uppercase;font-size: 14px;font-weight: 400;cursor: help;position: absolute;right: 10px;bottom: -26px;}

#AjaxReportLoader{width: 100%;height: 100%;text-align: center;position: absolute;}
#AjaxReportLoader img{margin: 90px 0 0;}
#AjaxReportLoader small{display: block;margin: 5px 0 0;}

/* GraphsContainerTrigger
	=========================================== */
#graphTrigger{background: url('../img/report-handle-bar.png') no-repeat;margin: 6px 0 0 7px;height: 30px;cursor: pointer;position: relative;}
#graphTrigger .graphsLegends ul{list-style: none;padding: 0;margin: 0;text-align: center;}
#graphTrigger .graphsLegends ul li{color: #464747;padding: 0 10px 0 0;height: 18px;}
#graphTrigger.collapsed .leftArrow,#graphTrigger.collapsed .rightArrow{width: 14px;height: 8px;position: absolute;background: url('../img/sprites.png') -124px -216px no-repeat;}
#graphTrigger.uncollapsed .leftArrow,#graphTrigger.uncollapsed .rightArrow{width: 14px;height: 8px;position: absolute;background: url('../img/sprites.png') -142px -216px no-repeat;}
#graphTrigger .leftArrow{left: 13%;top: 12px;}
#graphTrigger .rightArrow{right: 14%;top: 12px;}

/* .manualTableHead
	=========================================== */
.manualTableHead{background-color: #393a3b;padding: 15px 15px;margin: 15px 0 0;-webkit-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;}
.manualTableHead > h2{font-size: 18px;color: #ffffff;padding: 0;margin: 0;}

/* #genericTable
	=========================================== */
#genericTableManuals{padding:0;width: 100%;margin: 0 0 2px;}
#genericTableManuals>thead>tr{background-color: #12add9;}
#genericTableManuals>thead>tr>th{cursor: pointer;background: #fff url('../img/tableBgRpt.png') repeat-x;border: 1px solid #caced7;font-size: 12px;color: #666972;text-shadow: 0px 1px 0 #fff;padding: 0px 7px 0px 7px;height: 44px;}
#genericTableManuals>tbody>tr{background-color: #eaedf0; /*f2f4f5*/}
#genericTableManuals>tbody>tr:nth-child(2n){background-color: #fff !important;}

#genericTableManuals>tbody>tr>td{border-left: 1px solid #caced7;border-right: 1px solid #caced7;border-bottom: 1px solid #caced7;font-size: 12px;color: #4c4c54;padding: 11px 7px 10px 7px;/* text-align: center; */}
#genericTableManuals>tbody>tr>td input[type="text"],#genericTableManuals>tbody>tr>td input[type="number"],#genericTableManuals>tbody>tr>td select{-webkit-border-radius: 5px;border-radius: 5px;border: 1px solid #959faa;font-size: 1em;color: #555555;padding: 4px 5px 5px;outline: none;}
#genericTableManuals>tbody>tr>td>a.genericBtn{z-index: 1001;}
#genericTableManuals>tbody>tr>td>i{display: inline-block;background: url('../img/sprites.png') no-repeat;padding: 0 5px 0 0;vertical-align: middle;width: 9px;margin: -2px 0 0;}
#genericTableManuals>tbody>tr>td>i.open{background-position: -164px -218px;height: 5px;}
#genericTableManuals>tbody>tr>td>i.closed{background-position: -182px -216px;height: 9px;}
#genericTableManuals>tbody>tr>td>form.privileges{margin: 0 0 0 30px;}
#genericTableManuals>tbody>tr>td>form.privileges label:first-child{margin: 0 25px 0 0;}
#genericTableManuals>tbody>tr>td>form.privileges label{font-size: 12px;color: #5a5b5c;}
#genericTableManuals>tbody>tr>td>a.genericBtn{font-size: 12px !important;color: #ffffff !important;}
.simpleColorDisplay{width: 73px !important;border: 1px solid #959faa !important;outline: none;padding: 4px 5px 0;margin: 0 10px;-webkit-border-radius: 5px;border-radius: 5px;}
.simpleColorSelectButton,.simpleColorCancelButton{display: none !important;visibility: hidden;height: 1px;width: 1px;}
.simpleColorChooser{position: absolute;background-color: #ffffff;}

/* .html_reports
	=========================================== */
.html_reports.all_forms{padding: 0 20px;}
.html_reports table{margin: 0 0 15px;}
.html_reports h4{margin: 0;padding: 0;}
.html_reports table tr th{font-size: 13px;padding: 5px;}

/* .html_reports.allForms
	=========================================== */
.html_reports.all_forms table{border: 0 none !important;outline: 0 none\9 !important;}

.html_reports.all_forms table tbody,
.html_reports.all_forms table thead,
.html_reports.all_forms table tr,
.html_reports.all_forms table tr td,
.html_reports.all_forms table tr th{
	vertical-align: bottom;
	outline : 1px solid #fff\9 !important;
	border: 1px solid #fff;
}

@-moz-document url-prefix() {
	.html_reports.all_forms table tbody,
	.html_reports.all_forms table tr,
	.html_reports.all_forms table tr td{
		outline : 1px solid #fff !important;
	}
}

.genericiPadTableInfoBox tr td ul{list-style: none;}
.genericiPadTableInfoBox tr td{padding: 20px;}

/* Footer
	=========================================== */
footer{padding: 10px 0;}
footer .poweredBy{float: right;margin: 0 28px 0 0;}
footer .poweredBy span{font-size: 0.75em;color:#e9eef2;font-weight: lighter;}
footer .poweredBy span a img{margin: -5px 0 0 5px;}

#new_bookmark_row{display: none;}

/* Skype WorkAround
	=========================================== */
.phone .skype_pnh_container{display: none !important;}
.phone > span:first-child{display: inline-block !important;}
.fixed {top:0;position:fixed;margin-left: -1px;}

/* ==========================================================================
	Helper classes
	========================================================================== */
.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:100%}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}

/* WYSIWYG Html5 Editor
	=========================================== */
ul.wysihtml5-toolbar {margin: 0;padding: 0;display: block;}
ul.wysihtml5-toolbar::after {clear: both;display: table;content: "";}
ul.wysihtml5-toolbar > li {float: left;display: list-item;list-style: none;margin: 0 5px 5px 0;}
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {font-weight: bold;}
ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {font-style: italic;}
ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {text-decoration: underline;}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {background-image: none;-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);background-color: #E6E6E6;background-color: #D9D9D9;outline: 0;}
ul.wysihtml5-commands-disabled .dropdown-menu {display: none !important;}
ul.wysihtml5-toolbar div.wysihtml5-colors {display:block;width: 50px;height: 20px;margin-top: 2px;margin-left: 5px;position: absolute;pointer-events: none;}
ul.wysihtml5-toolbar a.wysihtml5-colors-title {padding-left: 70px;}

/* showMoreContainer
	=========================================== */
.showMoreContainer{text-align: center;}

/* Pagination
	=========================================== */
.pagination{margin: 0 5px;}
.pagination .itemCount, .infiniteScroll_itemCount{float: left;}
.pagination .itemCount span, .infiniteScroll_itemCount span{font-size: 12px;color: #fba505;}
.pagination .pageList{float: right;}
.pagination .pageList .pageItem.extraPages{font-size: 12px;color: #fba505;}
.pagination .pageList .pageItem.current,.pagination .pageList .pageItem a{display: inline-block;text-decoration: none;font-size: 12px;color: #ffffff;font-weight: 700;background-color: #fee0a8;padding: 2px 0;width: 20px;text-align: center;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;cursor: pointer;}
.pagination .pageList .pageItem a:hover,.pagination .pageList .pageItem.current{background-color: #fba505;}
.pagination .pageList .pageItem.nextPage a,.pagination .pageList .pageItem.previousPage a{text-indent: -999em;background-image: url('../img/sprites.png');background-repeat: no-repeat;width: 20px;height: 16px;}
.pagination .pageList .pageItem.previousPage a{background-position: -196px -210px;}
.pagination .pageList .pageItem.nextPage a{background-position: -239px -210px;}

/* MessageView
	=========================================== */
.messageViewContainer{padding: 10px 10px 15px;background-color: #d3d7d9;}
.messageViewContainer span{display: block;font-size: 14px;padding: 2px 0;}
.messageViewContainer .messageBody p{font-size: 14px;line-height: 17px;margin: 0;padding: 2px 0;word-break: break-word;}

/* Upload element
	=========================================== */
.customfile-input { position: absolute; height: 31px; width: 100% !important;margin: -2px 0 0 -2px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 9;  }
.customfile {border: 1px solid #CCC;width: 300px;cursor: pointer;overflow: hidden;padding: 2px 2px 1px 2px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;position: relative;height: 28px;display: inline-block;vertical-align: middle;background-color: #ffffff;}
.customfile.error{-moz-box-shadow:0 0 15px 1px red;-webkit-box-shadow:0 0 15px 1px red;border:1px solid red;box-shadow:0 0 15px 1px red}
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback {width: 190px;text-overflow: ellipsis;-o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;-moz-binding: url(../ellipsis.xml#ellipsis);white-space: nowrap;overflow: hidden;display: block;margin: 1px 1px 1px 5px;font-size: 12px;color: #4c4c54;font-style: italic;padding: 5px;}
.customfile-feedback-populated { font-style: normal; font-weight: bold; padding-left: 20px; background: url(../img/ico/icon-generic.gif) left 5px no-repeat; }
.customfile .orangeButton{position: absolute;top: 3px;right: 3px;}
.customfile-disabled:hover .orangeButton{background: #f2a326 url(../img/orangeButton_bg.png) repeat-x !important;}
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp { background-image: url(../img/ico/icon-image.gif);}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v { background-image: url(../img/ico/icon-media.gif);}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit { background-image: url(../img/ico/icon-zip.gif);}
.customfile > input[disabled]{display: none !important;}
.customfile-progress{
	position: relative;
	width: 0%;
	height: 100%;
	background-color: #a5df41;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);

	margin: -3px 0 0 -2px;
	padding: 0 4px 4px 0;
	display: inline-block;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;

}
.customfile-progress span{position: absolute;top: 9px;left: 10px;z-index: 1;color: #fff;}

/* .reportDiv
	=========================================== */
.reportDiv{width: 100%;margin: 0;padding: 0 0 0 13px;}
.reportDiv li{padding: 0;}

/* .ui-sortable
	=========================================== */
.ui-sortable > tr{cursor: move;}
.ui-sortable-helper{background-color: #f1c788 !important;}
.ui-radio > .radio-input{
	display: none !important;
	visibility: hidden;
}

/* Photos
  =========================================== */
ul.photos {text-align: center;padding: 0;}
ul.photos li {list-style-type: none;float: left;width: 20%;margin: 0;padding: 0;cursor: pointer;}
ul.photos li img {max-height: 122px;max-width: 90%;padding: 5%;}
.modal {position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.8);text-align: center;z-index: 1000;}
.modal img {max-width: 100%;max-height: 100%;margin: 80px auto;z-index: 8;}
.close-modal {position: absolute;cursor: pointer;top: 20px;right: 40px;font-size: 60px;color: #fff;line-height: 100%;font-weight: 100;display: block;z-index: 1001;}
.close-modal:hover {opacity: 0.8;}
.modal p.caption {position: absolute;bottom: 0;padding: 20px 10%;background: rgba(0,0,0,0.8);color: #fff;font-size: 20px;width: 80%;z-index: 9;margin: 0;}

/* #acknowledgementContainer
	=========================================== */
#acknowledgementContainer{margin: 20px 0 10px;}
#acknowledgementContainer h2{color: #f89629;font-size: 16px;margin: 10px 0;padding: 0;background: transparent;}
#acknowledgementContainer .progressionStep{margin: 15px 0 0;background: transparent;}
#toggleContainer{margin: 10px 0;}
v
/* ==========================================================================
	Inflight Styling
	========================================================================== */

/* Pricing Fee Table
	=========================================== */
#removeFee{background: url(../img/inflightSprite.png) -191px -104px no-repeat;cursor: pointer;height: 14px;width: 14px;display: inline-block;text-indent: -999em;}
#addFeeorTaxTable{
	background: #edeef3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWVmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ2ZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #edeef3 0%, #d5d6db 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeef3), color-stop(100%,#d5d6db));
	background: -webkit-linear-gradient(top,  #edeef3 0%,#d5d6db 100%);
	background: -o-linear-gradient(top,  #edeef3 0%,#d5d6db 100%);
	background: -ms-linear-gradient(top,  #edeef3 0%,#d5d6db 100%);
	background: linear-gradient(to bottom,  #edeef3 0%,#d5d6db 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeef3', endColorstr='#d5d6db',GradientType=0 );
}

/* Combo Table
	=========================================== */
.currentlyEditing td{background-color: #fdf8cc !important;}
.currentlyEditing .edit_button,.currentlyEditing .cancel_button{display: none;}

/* Schedule Page
	=========================================== */
.ui-autocomplete {max-height: 200px;overflow-y: auto;overflow-x: hidden;}
.addNewMenu{padding: 10px 13px;background-color: #e9eef2;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;width: 533px;}
.addNewMenu table tbody tr td{padding-right: 15px !important;}
.addNewMenuList{width: 533px;}
.addNewMenu table{background-color: #e9eef2;margin: 3px 0 0;}
.addNewMenu table tbody tr td{padding: 5px 0;}
.addNewMenu table tbody tr td label,.addNewMenuList table tbody tr td label{display: inline-block;font-weight: 400 !important;text-align: left;width: auto !important;font-size: 12px;color: #000;}
.addNewMenu table tbody tr td select, .addNewMenuList table tbody tr td select{display: inline-block;width: 175px;}
.addNewMenu table tbody tr td label input[type=radio]{margin-left: 2px;border: none !important;background:none !important;padding: 0 !important;vertical-align: top;}
.addNewMenuList{margin-top: 20px !important;}
.addNewMenuList table {margin: 5px 0 0;}
.menuListTable .removeScheduleBtn{background: url(../img/inflightSprite.png) -191px -104px no-repeat;display: block;width: 14px;height: 14px;text-indent: -999em;}
.menuListTable .noMenuAssociated td{padding: 5px 0 5px 5px;}
.addFlightSche{font-size: 12px;color: #464646;margin: 7px 0 -5px;display: block;font-weight: 700;}
.flightsOriginDestination{padding: 12px 0 12px 30px;background-color: #e9eef2;width: 316px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.flightsOriginDestination table{padding: 0;width: 100%;margin: 0;}
.flightsOriginDestination table thead th{text-align: left;font-size: 12px;color: #464646;padding: 0 0 6px 3px;}
.flightsOriginDestination table tbody td{padding: 0 15px 0 0;}
.flightsOriginDestination .addFlightButton,.addNewMenu .addButton{background: url(../img/inflightSprite.png) -84px -132px no-repeat;display: block;width: 26px;height: 26px;text-indent: -999em;outline: 0 none;}
.flightLists{margin: 0 !important;}
.flightLists .selectFrom{margin: 0 !important;}
.flightLists .selectFrom ul,.flightLists .selectTo ul{width: 161px;height: 198px !important;}
.flightLists .selectFrom ul li > span,.flightLists .selectTo ul li > span{font-size: 12px;color: #000;}
.flightNumber{padding-right: 10px;display: inline-block;width: 28px;text-align: right;}
.flightLists .selectTo{margin-right: 16px;}
.flightLists .selectTo > span,
.flightLists .selectFrom > span{margin: 0 0 0 5px;font-size: 12px;color: #464646;font-weight: bold;}
.flightList li .removeFlight,
.filterCategory li .removeCategory,
.filterCategory li .removeProduct{background: url(../img/inflightSprite.png) -191px -104px no-repeat;display: block;width: 14px;height: 14px;text-indent: -999em;position: absolute;right: 4px;top: 4px;}
.scheduleExceptions{margin: 25px 0 0;}
.scheduleExceptions .exceptionContainer{padding: 10px 15px;margin: 5px 0 0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;width: 528px;}
.scheduleExceptions .exceptionContainer.noException{background-color: #e9eef2;border: 1px solid transparent;}
.scheduleExceptions .exceptionContainer.hasException{background-color: #fee4c0;border: 1px solid #fdc45c;}
.scheduleExceptions .exceptionContainer .exceptionContainerHead em{font-size: 12px;color: #464646;}
.scheduleExceptions .exceptionContainer .exceptionContainerHead p{font-size: 12px;color: #000000;padding: 0;margin: 0;}
.exceptionContainerBody .baseMenuSelectListContainer{margin: 10px 0 0;}
.hasExceptionMenuTitle{font-size: 12px;color: #010101;vertical-align: top;}
.exceptionContainerBody .exceptionContainerBodyStartEndDate{margin: 7px 0 12px;}
.exceptionContainerBody .exceptionContainerBodyStartEndDate label{width: auto !important;text-align: left !important;display: inline-block !important;font-weight: 700 !important;vertical-align: middle !important;}
.exceptionContainerBody .exceptionContainerBodyStartEndDate label .exceptionStartDateTime,.exceptionContainerBody .exceptionContainerBodyStartEndDate label .exceptionEndDateTime{font-size: 10px;color: #000000;padding: 0 0 0 2px;}
.scheduleExceptions .exceptionContainer .exceptionContainerFooter{overflow-x: hidden;margin: 0 0 0 43px;}
.scheduleExceptions .exceptionContainer .exceptionContainerFooter .createExceptions,.scheduleExceptions .exceptionContainer .exceptionContainerFooter .hasExceptionMenu{position: relative;display: inline-block;}
.createException{margin: 5px 0 0;}

/* ProgressionCrumbs
	=========================================== */
.progressionCrumbs{padding: 0 0 20px;margin: 10px 0 0;}
.progressionCrumbs > ul > li:first-child{margin: 0 0 0 3px !important;}
.progressionCrumbs > ul > li{float: left;margin: 0 0 0 -3px;}
.progressionCrumbs > ul > li a{background: url(../img/inflightSprite.png) -127px -149px no-repeat;color: #a7a7a8;display: block;filter: dropshadow(color=#d17f03,offx=0,offy=-1);font-size: 14px;font-weight: 700;line-height: 15px;margin: 0 10px 0 0;padding: 13px 1px 13px 1px;text-align: center;text-decoration: none;text-shadow: 0 1px 1px #fff;width: 145px;}
.progressionCrumbs > ul > li.long a{padding: 5px 0 6px 0;}
.progressionCrumbs > ul > li a:hover,.progressionCrumbs > ul > li a.current{background-position: -281px -149px;color: #fff;text-shadow: 0 1px 1px #d17f03;}

/* Combo
	=========================================== */
.comboSelect .comboInfoBubble{display: inline-block;cursor: pointer;z-index: 999;position: absolute;text-indent: -999em;right: 6px;top: 1px;width: 19px;height: 19px;background: url('../img/inflightSprite.png') -447px -157px no-repeat;text-align: center;}
.comboSelect .comboInfoBubble:hover{background-position: -447px -184px;}
.comboLabel{position: relative;}
.comboSelect > label > p{overflow: hidden;padding: 0;margin: 0;font-size: 12px;}
.comboSelect > label > input[type=checkbox]{float: left;margin: 2px 5px 0 0;vertical-align: middle;}
.requiredComboItemContainer{float: left;margin: 0 10px 10px 0;max-width: 710px;}
.requiredComboItemContainer > div{float: left;margin: 0 20px 0 0;}
.requiredComboItemContainer > div h2{font-size: 16px;color: #ec910b;margin: 0 0 5px;padding: 0;font-family: inherit;}
.requiredComboItemContainer > div ul{width: 200px;background-color: #f5f7f8;border: 1px solid #dae2e8;padding: 10px 12px;}
.requiredComboItemContainer > div ul li:first-child{border-top: none !important;}
.requiredComboItemContainer > div ul li{margin: 0;border-top: 1px solid #dae2e8;padding: 7px 0;position: relative;}
.requiredComboItemContainer > div ul li span{font-size: 12px;color: #464646;padding: 5px 10px 0 0;width: 145px;display: inline-block;text-align: left;}
.requiredHTMLContainer{max-width: 710px;}
.accordionHead{cursor: pointer;}
.accordionHead i{font-weight: bold;font-style: normal;font-size: 16px;margin: -1px 15px 0 0;vertical-align: top;display: inline-block;float: right;}
.accordionBody{display: none;}

/* RightSideProgression
	=========================================== */
.rightSideProgression{float:right;margin:8px 0 0}
.rightSideProgression li{float:left;margin:0 5px 0 0}
.progressionStep{display:none;}

/* ContentContainer
	=========================================== */
.contentContainer{background-color:#fff;border-top:1px solid #a0a7b0;min-height:300px;padding:20px 15px;margin: 10px 0 0;}
.contentContainer.noSplit{padding: 10px 20px 10px;}
.contentContainer.listPages {padding: 0;border-top: none;background-color: transparent !important;margin: 0;}
#report_container h1{font-family: 'PT Sans Narrow', sans-serif;font-weight: 700;text-transform: uppercase;color: #2e383e;font-size: 35px !important;text-shadow: 0 1px 1px #fff;margin: 17px 0 0;display: block !important;text-align: center !important;}

#report_container input[readonly=readonly]{
	color: #000;
	font-size: 20px;
	opacity: 1 !important;3
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
    filter: alpha(opacity = 100); /* IE6/IE7 */
    height: 30px;
}

/* LeftContainer
	=========================================== */
.leftContainer{border-right:1px solid #a0a7b0;float:left;min-height:250px;padding:0 68px 0 0;position:relative}
.leftContainer h2{color:#f89629;font-size:16px;margin:0;padding:0}
.leftContainer > div > label:first-child,
.leftContainer > .originalAddress label:first-child{display:inline-block;font-weight:700;text-align:right;width:120px;margin: 0 10px 0 0;}
.leftContainer div textarea{height:40px;padding:5px;resize:none;width:175px;}
.leftContainer div{margin:10px 0}
.leftContainer div input[type="text"],.leftContainer div input[type=file]{width: 175px}

.leftContainer div label{font-size:12px;color: #464646;vertical-align: middle;}

/* cash closer Page */
.leftContainer > div.noLimit label{width: 100% !important;text-align: left !important;}
.leftContainer > div.noLimit.input label{width: 170px !important;margin-right: 0;}
.leftContainer > div.noLimit.input label small{font-weight: 400 !important;}
.leftContainer > div.noLimit label > span{font-weight: 400 !important;}

/* ImportFieldContainer
	=========================================== */
.importFieldsContainer{position:relative}
.importFieldsContainer h2{color:#000;font-size:16px;margin:0;padding:0}
.importFieldsContainer div label:first-child{display:inline-block;font-weight:700;text-align:right;width:163px}
.importFieldsContainer div label{font-size:12px}
.importFieldsContainer div{margin:4px 0}
.importFieldsContainer div > a{text-decoration: none;font-size: 12px;color: #025297;font-weight: bold;}
.importFieldsContainer div input[type=text],.importFieldsContainer div input[type=file]{width:167px}
.importFieldsContainer div input[type=file]{-webkit-border-radius:5px;background:none;border:none;border-radius:5px;font-size:12px;padding:0}
.importFieldsContainer .customfile{width: 255px !important;}
.lastUpdated{margin:20px 0 0}
.lastUpdated p{font-size:12px;margin:0;padding:0 0 5px}
.lastUpdated p span{font-weight:700}

/* RightContainer
	=========================================== */
.rightContainer{float:left;min-height:250px;padding:0 0 0 30px;position:relative}
.rightContainer h2{color:#f89629;font-size:16px;margin:0;padding:0}
.rightContainer h3, .leftContainer h3{font-size: 12px;color: #464646;padding: 0;margin: 0;}
.rightContainer > div > label:first-child,
.rightContainer > .sameAsAddress label:first-child{display:inline-block;font-weight:700;text-align:right;width:116px;margin: 0 10px 0 0;}
.rightContainer div{margin:10px 0}
.rightContainer div input[type=text],
.rightContainer div input[type=file]{width:163px}
.rightContainer div select{width:175px}
.rightContainer div select[multiple=multiple]{height:115px;padding:5px 0 0 5px}
.rightContainer div label{font-size:12px;padding:3px 0 0;vertical-align:top;color: #464646;}
.rightContainer div label.withRadio{vertical-align:middle!important}

/* imageUploadWithImg */
.imageUploadWithImg{display:inline-block;margin: 0 !important;}
.imageUploadWithImg .customfile{margin-bottom: 0;margin-top: 0;height: 24px !important;width: 237px;}
.imageUploadWithImg .customfile-feedback{margin: -1px 0 0 !important;font-size: 11px;}
.imageUploadWithImg .customfile .orangeButton{top: 1px !important;right: 1px !important;}
.imageUploadWithImg > span{-webkit-border-radius:5px;background:#f3f3f3;border:1px solid #a0a7b0;border-radius:5px;display:inline-block;font-size:12px;padding:5px;text-align:center;vertical-align:middle}

/* InFlightNote */
.inFligthNote{display:block;margin:2px 0 0 135px}
.inFligthNote small{color:#4a555f;display: block;font-size: 10px;}

/* CategoryPicker
	=========================================== */
.categoryPicker > label{padding:10px 10px 0 0 !important;vertical-align:top;width:auto!important}
.categoryPicker div{-webkit-border-radius:5px;background:#f3f3f3;border:1px solid #a0a7b0;border-radius:5px;display:inline-block;font-size:12px;height:104px;overflow-y:scroll;padding:7px 5px 4px 10px;width:175px}
.categoryPicker div label:first-child{font-weight:400;width:auto!important}
.categoryPicker div label{color:#555;display:block;font-size:12px;font-weight:400;padding:2px 0}
.categoryPicker div label input{margin:0 5px 0 0}

/* FilteringMenus
	=========================================== */
.filteringMenus .filteringMenuContent{background-color:#cdd6dc;padding:0 25px;width:974px}
.filteringMenus .productFilteringFooter{background:url(../img/filter_bottomBG.png) repeat-x;height:9px;position:relative;}
.filteringMenus .filteringMenuContent thead tr th{font-size: 11px;text-align: center;font-weight: normal;color: #4b5660;}
.filteringMenus .filteringMenuContent tr td{padding:5px 5px 5px 0; text-align: center;}
.filteringMenus .filteringMenuContent select{height:24px;vertical-align:middle;width:150px}
.filteringMenus .filteringMenuContent input[type=text]{background: #e9eef2;border: 1px solid #fff;font-size: 14px;font-weight: 700;padding: 4px 5px;width: 100px;text-align: center;}
.filteringMenus .filteringMenuContent label{color:#000;font-size:12px}
.filteringMenus .filteringMenuContent .left, .filteringMenus .filteringMenuContent .right{float:left;width:470px}
.filteringMenus .filteringMenuContent .left{border-right:1px solid #a0a7b0;padding:10px 10px 10px 0}
.filteringMenus .filteringMenuContent .right{border-left:1px solid #fff;padding:10px 0 10px 17px}
.filteringMenus .filteringMenuContent .left h2,.filteringMenus .filteringMenuContent .right h2{font-size:16px;margin:0 0 5px;padding:0;color: #506679;}

/* .productSummaryCategories
	=========================================== */
.productSummaryCategories{padding: 20px 20px 20px 5px;position: relative;}

/* .productSummaryList
	=========================================== */
.productSummaryList{padding: 20px 25px;background-color: #fef8dc;border-top: 3px solid #2a3338;display: none;}
.productSummaryList > h1{margin: 0;padding: 0;float: left;margin: 0 !important;}
.productSummaryListMenu{float: right;margin: 0 0 10px;}
.productSummaryList .productSummaryCategories .ajaxSpinner{background: url(../img/ajax-loader.gif) center center no-repeat;width: 100%;height: 100%;position: absolute;display: none;}

.warningMessage{display: none;font-size: 14px;font-size: 14px;position: absolute;top: 24px;left: 10px;}
.productSummaryList .productSummaryCategories .productSummaryCategory{float: left;width: 289px;margin: 0 0 30px 25px;visibility: hidden;}
.productSummaryList .productSummaryCategories .productSummaryCategory h1{font-size: 12px !important;color: #ec910b !important;margin: 0 0 10px !important;padding: 0; font-family: inherit !important}
.productSummaryList .productSummaryCategories .productSummaryCategory ul{background-color: #f5f7f8;border: 1px solid #dae2e8;padding: 10px 12px;}
.productSummaryList .productSummaryCategories .productSummaryCategory ul li:first-child{border-top: none !important;}
.productSummaryList .productSummaryCategories .productSummaryCategory ul li{border-top: 1px solid #dae2e8;padding: 7px 0;position: relative;}
.productSummaryList .productSummaryCategories .productSummaryCategory ul li span > img{width: 37px;}
.productSummaryList .productSummaryCategories .productSummaryCategory ul li span:first-child{font-size: 12px;color: #464646;padding: 5px 10px 0 0;width: 145px;display: inline-block;text-align: right;}
.productSummaryList .productSummaryCategories .productSummaryCategory ul li span:last-child{display: inline-block;position: absolute;right: -3px;top: 2px;width: 55px;text-align: center;}
.productSummaryList .productSummaryCategories .productSummaryCategory ul li input[readonly=readonly]{text-align: right;width: 40px;background-color: #e1e8ed;border: 1px solid #fff;padding: 3px 5px;color: #000;font-size: 16px;font-weight: 700;}
.productSummaryTrigger{cursor: pointer;position: absolute;left: 442px;top: 6px;background: url(../img/inflightSprite.png) -222px -104px no-repeat;width: 92px;height: 23px;padding: 0 22px;z-index: 101;}
.productSummaryTrigger span{font-size: 12px;color: #fff;text-align: center;text-shadow: 0 -1px 2px #000;margin: 1px 0 0 -2px;display: block;}
.masonry,
.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	-ms-transition-property: height, width;
	transition-property: height, width;
}

.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	transition-property: left, right, top;
}


/* FilterCategory
	=========================================== */
.filterCategory{display:inline-block;width:390px}
.filterCategory div{margin:0 0 5px}
.filterCategory > div > label{display:inline-block;font-size:12px;font-weight:700;padding:0 10px 0 0;width:110px}
.filterCategory > label{padding:4px 0 0;vertical-align:top}
.filterCategory .selectTo{display:inline-block}
.filterCategory .selectTo ul{height:134px}
.filterCategory .selectFrom{display:inline-block;margin:0 0 0 10px;padding:0 0 12px;vertical-align:top}
.filterCategory .selectFromToFoot{float:right;padding:0 20px 0 0}
.filterCategory div input[type=text]{border:1px solid #CCC;font-size:12px;margin:0 0 5px;padding:4px 5px}
.filterCategory > div > ul,.filterCategory > div > select{-webkit-border-radius:5px;background-color:#ffffff;border:1px solid #bfc6ce;border-radius:5px;font-size:12px;height:105px;overflow-y:scroll;width:184px}
.filterCategory > div > ul > li {color:#555;cursor:pointer;font-size:12px;padding: 3px 5px;margin: 0 2px 1px 2px;border: 1px solid transparent;position: relative;}
.flightNumberList > ul > li{position: relative;}

.filterCategory > div > ul > li:hover {border: 1px solid #f5e027;background-color: #fdf8cc;}
li.selected:hover{border: 1px solid #f89729;background-color: #f1c788 !important;}

.filterCategory > div > ul > li.sorting-selected > li{padding: 3px 5px !important;margin: 0 -5px;}
.filterCategory > div > ul > li.ui-sortable-helper, .filterCategory > div > ul > li.ui-sortable-helper > li{background:#f1c788;cursor: -webkit-grab;cursor: -moz-grab;}
.sorting-selected, .selected, .selectedProduct{background-color:#f1c788;border-color: #f89729 !important;}
.dropHover{width: 334px !important;}

/* MultiSelect
	=========================================== */
.mutliSelect{
	display:inline-block;
	height: 125px;
	overflow-y:scroll;
	width: 185px;
	border: 1px solid #CCC;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.mutliSelect > label{display: block;padding: 3px 7px !important;cursor: pointer;margin: 1px 0;border: 1px solid transparent;}
.mutliSelect > label:hover{border: 1px solid #f5e027;background-color: #fdf8cc;}

/* FilteringTable
	=========================================== */
#filteringTable{
	height: 88px;
	border-top: 1px solid #caced7;
	border-left: 1px solid #caced7;
	border-right: 1px solid #caced7;
	background: #e1e2e7;
	background: -moz-linear-gradient(top,  #edeef3 0%, #d5d6db 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeef3), color-stop(100%,#d5d6db));
	background: -webkit-linear-gradient(top,  #edeef3 0%,#d5d6db 100%);
	background: -o-linear-gradient(top,  #edeef3 0%,#d5d6db 100%);
	background: -ms-linear-gradient(top,  #edeef3 0%,#d5d6db 100%);
	background: linear-gradient(to bottom,  #edeef3 0%,#d5d6db 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeef3', endColorstr='#d5d6db',GradientType=0 );
	padding: 20px 0 0 10px;
	margin: 15px 0 0;
	position: relative;
}

#filteringTable > table{padding:0;width:100%;margin: 10px 0 0;}

#filteringTable table thead tr th{text-align: left;font-size: 12px;color: #464646;padding-left: 3px;}
#filteringTable table tbody tr td input[type="text"],
#filteringTable table tbody tr td input[type="number"],
#filteringTable table tbody tr td input[type="email"],
#filteringTable table tbody tr td textarea,
#filteringTable table tbody tr td label:first-child,#filteringTable table tfoot tr td label:first-child{font-weight: 700;}
#filteringTable table tbody tr td label,#filteringTable table tfoot tr td label{font-size: 12px;color: #464646;}

/* ContentList
	=========================================== */
.contentList h2{color:#f89629;font-size:16px;margin:0;padding:0}
.contentList table tbody tr.error td{background-color: #f2dede !important;}
td.dragIcon i{background:url(../img/inflightSprite.png) -9px -283px repeat-y !important;display:block;height:15px;margin:0 0 0 4px;padding:0!important;}
tr.currentRow td{background: #feed9b !important}
.contentList.productList .retailInput,.contentList.productList .wholesaleInput{width: 44px}
.contentList.normalInput.systemUsers .filterSelect,.contentList.productList select{width: 100px}

/* AddNewTable
	=========================================== */
.addNewTable{position: relative;display: none;background:#fff;padding: 10px 15px;width: 944px;margin: 13px 0 15px;}
.addNewTable > h2{color: #f89629;font-size: 16px;margin: -2px 0 5px;padding: 0;}
.addNewTable table thead tr th{font-size:12px}
.addNewTable table tbody tr td{border:1px solid #fff;font-size:12px;padding:5px 0}
.addNewTable table tbody tr td input[type=text],.addNewTable table tbody tr td select{-webkit-border-radius:5px;background:#f3f3f3;border:1px solid #a0a7b0;border-radius:5px;font-size:12px;padding:4px 5px}

/* ScheduleAssociationMenu
	=========================================== */
.scheduleAssociationMenu{padding: 5px 0 0;}
.scheduleAssociationMenu > h2{font-size: 12px;color: #515151;padding: 0;margin: 0 0 3px;}
.scheduleAssociationMenu p{font-size: 12px;color: #515151;padding: 0;margin: 0 0 3px;}
.scheduleAssociationMenu p a{text-decoration: none;color: #025297;font-weight: bold;}

/* AddMenuContainer
	=========================================== */
.addMenuContainer {position:relative}
.addMenuContainer > h1 input[type=text]{border:1px solid #CCC;font-size:12px;padding:4px 5px;width:300px}
.addMenuContainer .filterCategory{display:inline-block;width:210px}
.addMenuContainer .filterCategory .selectFromContainer{margin:0 0 5px}
.addMenuContainer .menuInventory .leftColumn > h2 {margin: 0.83em 0;}
.addMenuContainer .menu_title{position: absolute;top: 10px;left: 240px;font-size: 12px;color: #000;font-weight: 700;}
.addMenuContainer .menu_title input{margin-left: 5px;border: 1px solid #CCC;font-size: 12px;padding: 3px 5px;}

/* SelectFrom
	=========================================== */
.addMenuContainer .filterCategory .selectFromContainer .selectFrom{display:inline-block;margin:0;padding:0 0 12px;vertical-align:top}
.addMenuContainer .filterCategory .selectFromContainer .selectFrom select{display:block;margin:0 0 5px;width:202px}
.addMenuContainer .filterCategory .selectFromContainer .selectFrom input[type=text]{width:190px}
.addMenuContainer .filterCategory .selectFromContainer .selectFrom ul{-webkit-border-radius:3px;border:1px solid #CCC;border-radius:3px;font-size:12px;height: 230px;overflow-y:scroll;width:200px}
.addMenuContainer .filterCategory .selectFromContainer .selectFrom ul > li{color:#464646;cursor:pointer;font-size:12px;padding: 3px 5px;margin: 0 2px 1px 2px;border: 1px solid transparent;}
.addMenuContainer .filterCategory .selectFromContainer .selectFrom ul > li:hover{border: 1px solid #f5e027;background-color: #fdf8cc;}
.ui-draggable-dragging li.selected, .ui-draggable-dragging .ui-draggable{color: #555;padding: 3px 5px;margin: 0 2px 1px 2px;border: 1px solid transparent;display:inline-block;font-size:12px;list-style:none !important;vertical-align:middle;width:185px;}
.ui-draggable-dragging .ui-draggable{background-color:#f1c788;border-color: #f89729 !important;}
div.ui-draggable-dragging{width: 235px;}
.productSummaryContainer{display:none;min-height:500px;position:relative}
.menu_menuContainer{position:relative;width:974px}
.menusContainer{position:relative}
.menuSummary > h2{color:#000;font-size:16px;font-weight:700;margin:0 0 10px 5px;padding:0}

/* LeftColumn
	=========================================== */
.leftColumn{float:left;margin:0 20px 0 0}
.leftColumn .carts,.leftColumn .drawers{float:left}
.rightColumn > h2,.leftColumn > h2{color:#f89629;font-size:16px;margin:0 0 3px 3px;padding:0}
.rightColumn h3,.leftColumn h3{font-size: 12px;color: #464646;padding: 0;margin: 0;}

/* ProductList Filtering
	=========================================== */
.productListFiltering .mutliSelect > label{width: 164px !important;font-weight: 400 !important;margin: 1px 2px;}

/* Carts
	=========================================== */
.menuContainer .carts {width: 235px;margin: 0 10px 0 0;}
.menuContainer .carts > h3, .menuContainer .drawers > h3 {background: url(../img/menuHeading_bg.png) repeat-x;color: #fff;font-size: 14px;font-weight: 400;margin: 0;padding: 6px 0 5px;position: relative;text-align: center;text-shadow: 0 -1px 2px #000;border-left: 1px solid #022a4f;border-right: 1px solid #022a4f;border-top: 1px solid #022a4f;-webkit-border-radius: 5px 5px 0 0;  border-radius: 5px 5px 0 0;}
.menuContainer .carts > h3 i, .menuContainer .drawers > h3 i {background: url(../img/inflightSprite.png) -51px -133px no-repeat;cursor: pointer;display: block;height: 24px;width: 24px;right: 10px;position: absolute;text-indent: -999em;top: 3px;}
.menuContainer .carts > h3 i:hover, .menuContainer .drawers > h3 i:hover{background-position: -51px -167px;}
.carts .cartsAccordion .ui-accordion-header {-khtml-border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;background: url(../img/cartsAccordionTrigger_bg.png) repeat-x !important;border-bottom: none!important;border-left: none!important;border-radius: 0;border-right: none!important;border-top: none;color: #fff;font-weight: 400!important;height: 24px;margin-top: 0;padding: 8px 0 0 12px !important;text-shadow: 0 -1px 2px #000;}
h3[aria-controls=cart0] {border-top: 1px solid #022a4f!important;}
.ui-accordion-content.ui-accordion-content-active {border-bottom: 1px solid #89a2b9 !important;border-top: 1px solid #89a2b9 !important;border-left: 1px solid #89a2b9 !important;}
.carts .cartsAccordion .ui-accordion-content {background: #e9eef2 !important;border-bottom: none;border-left: none;border-right: none!important;border-top: none;height: 100px;overflow: hidden;padding: 0 5px;-khtml-border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;margin-right: -10px;}
.ui-accordion-header.ui-accordion-header-active.ui-state-active, .carts .cartsAccordion .ui-accordion-header .ui-accordion-header-icon {display: none!important;}

/* CartAccordionHead
	=========================================== */
.carts .cartsAccordion .ui-accordion-content .cartAccordionHead input[type=text]{-webkit-border-radius:5px;border:1px solid #a0a6b0;border-radius:5px;color:#000;font-size:14px;width:178px;margin:4px 0 3px;padding:3px 0 3px 5px;}
.carts .cartsAccordion .ui-accordion-content .cartAccordionHead ul,.drawerAreaHead ul{float:left;list-style:none;margin:2px 0 3px 1px;padding:0;}
.carts .cartsAccordion .ui-accordion-content .cartAccordionHead ul li,.drawerAreaHead ul li{float:left;background:url(../img/menuBtnBG.png) repeat-x;-webkit-border-radius:5px;border:1px solid #5b7389;border-radius:5px;cursor:pointer;width:29px;height:20px;margin:0 5px 0 0;padding:1px 3px 1px 2px;}
.carts .cartsAccordion .ui-accordion-content .cartAccordionHead ul li:hover,.drawerAreaHead ul li:hover{background:url(../img/menuBtnBG_hover.png) repeat-x;border-color:#606060;}
.carts .cartsAccordion .ui-accordion-content .cartAccordionHead ul li a,.drawerAreaHead ul li a{background:url(../img/inflightSprite.png) no-repeat;display:block;height:20px;text-indent:-999em;width:19px;}
.carts .cartsAccordion .ui-accordion-content .cartAccordionHead ul li.commentBubble, .drawerAreaHead ul li.commentBubble{position:relative;}
.drawerAreaHead ul li.commentBubble div, .carts .cartsAccordion .ui-accordion-content .cartAccordionHead ul li.commentBubble div{background:url(../img/inflightSprite.png) no-repeat -165px -105px;display:none;height:11px;left:4px;position:absolute;text-indent:-999em;top:1px;width:12px;}
.carts .cartsAccordion .ui-accordion-content .cartAccordionHead ul li.commentBubble a,.drawerAreaHead ul li.commentBubble a{background-position:-53px -104px;margin-left:6px;width:22px;}
.carts .cartsAccordion .ui-accordion-content .cartAccordionHead ul li.copyCart a,.drawerAreaHead ul li.copyDrawer a{background-position:-92px -104px;margin-left:6px;}
.carts .cartsAccordion .ui-accordion-content .cartAccordionHead ul li.deleteCart a,.drawerAreaHead ul li.deleteDrawer a{background-position:-133px -104px;margin-left:6px;}

/* CartAccordionFooter
	=========================================== */
.carts .cartAccordionFooter {height: 26px;position: relative;margin: 6px 0 0;}
.cartAccordionFooter .seperator{background: url(../img/inflightSprite.png) -9px -283px repeat-y;float: left;width: 2px;height: 17px;margin: 4px 10px 0 15px;}
.carts .cartAccordionFooter .doubleSidedButton,.carts .cartAccordionFooter .copytoRear{background: url(../img/inflightSprite.png) repeat-x;float: left;cursor: pointer;width: 36px;height: 24px;}
.carts .cartAccordionFooter .doubleSidedButton{background-position: -128px -255px;}
.carts .cartAccordionFooter .copytoRear{background-position: -179px -255px;}
.carts .cartAccordionFooter .doubleSidedButton:hover{background-position: -128px -224px;}
.carts .cartAccordionFooter .copytoRear:hover{background-position: -179px -224px;}
.carts .cartAccordionFooter .doubleSidedButton.active{background-position: -78px -224px;}
.carts .cartAccordionFooter .doubleSidedButton.active:hover{background-position: -78px -255px;}
.carts .cartAccordionFooter .cartIsDoubleSided{float: left;width: 195px;}
.carts .cartAccordionFooter ul{list-style:none;margin:0;padding:0;}
.carts .cartAccordionFooter ul li{float:left;margin:0 5px 0 0;}
.carts .cartAccordionFooter ul li a{background:url(../img/inflightSprite.png) -7px -254px repeat-x;display:block;color:#9fa1a3;font-size:14px;text-align:center;text-decoration:none;width:33px;height:16px;margin:0 2px 0 0;padding:3px 12px 6px;}
.carts .cartAccordionFooter ul li a:hover,.carts .cartAccordionFooter ul li.active a{background-position:-7px -223px;color:#fff;text-shadow:0 -1px 2px #000;}

/* Drawers
	=========================================== */
.menuContainer .drawers {width: 384px;}

/* DrawerFooter
	=========================================== */
.drawers .drawerFooter{border: 1px solid #8ea6bc;}
.drawers .drawerFooter ul li:first-child {border-top: none!important;}
.drawers .drawerFooter ul li {background: #e9eef2;border-top: 1px solid #939393;color: #000;font-size: 12px;font-weight: 700;padding: 4px 0 0 5px;position: relative;vertical-align: middle;}
.drawers .drawerFooter ul li span {border-left: 1px solid #a3b3c1;display: inline-block;float: right;padding: 2px 5px 2px 0;position: absolute;right: 0;text-align: center;top: 0;width: 99px;}

/* DrawerAreaHead
	=========================================== */
.drawerAreaHead {background-color: #89a2b9;border: 1px solid #022a4f;}
.drawerAreaHead input[type=text] {-webkit-border-radius: 5px;border: 1px solid #000;border-radius: 5px;color: #000;float: left;font-size: 14px;margin: 4px 0 3px 5px;padding: 3px 0 3px 5px;width: 136px;}
.drawerAreaHead > span {border-left: 1px solid #607e99;color: #fff;display: block;float: right;font-size: 14px;padding: 7px 0 5px;text-align: center;text-shadow: 0 -1px 2px #000;width: 104px;}
.drawerAreaHead ul{margin: 4px 0 0 5px;}

/* DrawerProducts
	=========================================== */
.drawerArea .drawerProducts {background-color: #fff;height: auto!important;padding: 0 0 43px;position: relative;width: 100% !important;}
.drawerArea .selectTo{border-left: 1px solid #8ea6bc;border-right: 1px solid #8ea6bc;}
.drawerArea .drawerProducts .dropZone {text-align: center;background: #fdf8cc !important;border-top: 1px solid #c1ceda;color: #000;font-size: 12px;height: 38px;padding: 4px 0 0 5px;width: 377px;position: absolute;bottom: 0;font-style: oblique;}
.drawerArea .drawerProducts li:first-child {border-top: none!important;}
.drawerArea .drawerProducts li {border-top: 1px solid #c1ceda;color: #000;font-size: 12px;height: 17px;padding: 5px 0 3px 5px;position: relative;vertical-align: middle;width: 377px;}
.drawerArea .drawerProducts li:last-child {border-bottom: none !important;}
.drawerArea .drawerProducts li i.removeItem {background: url(../img/inflightSprite.png) -191px -104px no-repeat;cursor: pointer;height: 14px;position: absolute;right: 125px;top: 5px;width: 14px;}
.drawerArea .drawerProducts li .quantityInput {border-left: 1px solid #b3bfca;display: inline-block;float: right;margin: -6px 0 0;padding: 2px 5px 2px 0;text-align: center;width: 99px;height: 22px;}
.drawerArea .drawerProducts li .quantityInput .productQuantityInput {width:40px;font-size: 12px;padding: 2px 5px 1px;text-align: center;margin: 2px 0 0;}

/* NotePopUp
	=========================================== */
.commentContainer{position:relative; height: 290px;}
.commentContainer textarea{-webkit-border-radius:5px;border:1px solid #000;border-radius:5px;color:#000;font-size:14px;height:260px;outline:none;padding:3px 5px;resize:none;width:98%}
.commentContainer .limitChar{position:absolute;right:0;bottom: 0;}

/* RightColumn
	=========================================== */
.rightColumn{float: left;width: 210px}

/* poshytip custom style
	=========================================== */
.tip-bootstrap {z-index: 1000;padding: 8px;margin-top: -10px;list-style: none;background-color: #FFF;border: 1px solid #CCC;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 6px;-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip: padding-box;-moz-background-clip: padding-box;background-clip: padding-box;}
.tip-bootstrap .tip-inner {font-size: 13px;color: #4c4c54;margin-top: -2px;padding: 0 3px 1px 3px;line-height: 20px;}
.tip-bootstrap .tip-inner > p{margin: 5px 0;}
.tip-bootstrap .tip-inner p i{width:20px;height:20px;vertical-align:middle;display:inline-block;margin:-1px 6px 0 0;}
.tip-bootstrap .tip-arrow-top {margin-top:-7px;margin-left:15px;top:0;left:0;width:16px;height:10px;background:url(../img/tip-bootstrap_arrows.png) no-repeat;}
.tip-bootstrap .tip-arrow-right {margin-top:-9px;margin-left:-4px;top:50%;left:100%;width:10px;height:20px;background:url(../img/tip-bootstrap_arrows.png) no-repeat -16px 0;}
.tip-bootstrap .tip-arrow-bottom {margin-top:0;margin-left: 45%;top:100%;left:0;width:16px;height:13px;background:url(../img/tip-bootstrap_arrows.png) no-repeat -32px 0;}
.tip-bootstrap .tip-arrow-left {margin-top:-9px;margin-left:-6px;top:50%;left:0;width:10px;height:20px;background:url(../img/tip-bootstrap_arrows.png) no-repeat -48px 0;}

/* Order Details
	=========================================== */
.productReasonList{padding: 0 0 0 30px;}
.comboProductList{padding: 5px 0 0 15px;}
.productReasonList li{padding: 5px 0 0;}
li.productSeperator{margin: 5px 40px 0px 0;height: 1px;border-top: 1px solid #CCC;padding: 0;}
li.productSeperator:last-child{border: 0 none !important;margin: 0 !important;}

/* Chosen
	=========================================== */
/* @group Base */
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	zoom: 1;
	*display: inline;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	margin: 0 !important;
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}
.chosen-container a {
	cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 23px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.chosen-container-single .chosen-default {
	color: #999;
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
	font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
	margin: 0 !important;
}
.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: white url('../img/chosen-sprite.png') no-repeat 100% -20px;
	background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: url('../img/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
	color: #4c4c54;
	font-weight: normal;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}
.chosen-container .chosen-results li.no-results {
	display: list-item;
	background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto !important;
	height: 1%;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
	cursor: text;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 5px;
	height: 15px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: #666;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
	color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-clip: padding-box;
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
	font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
	box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {opacity: 0.5 !important;cursor: default;}
.chosen-disabled .chosen-single {cursor: default;}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {cursor: default;}
/* @end */

/* mobile user import
	=========================================== */
.failed_mobile_user_import span ul li{margin: 5px 0 10px;}
.failed_mobile_user_import span ul li ul li{margin: 0;}

.isloading-overlay{position:relative;text-align:center;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);}
.isloading-overlay .isloading-wrapper{background:#FFFFFF;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;display:inline-block;display:inline\9;margin:0 auto;padding:10px 20px;top:10%;z-index:9000;}
.isloading-overlay .isloading-wrapper .icon-refresh{vertical-align:middle;display:inline-block;width:16px;height:16px;margin:-1px 0 0 5px;background:url('../img/ajax-loader-small.gif') no-repeat;}


/* Page specific styles */

	/* /user/roles/edit */
	.page-user-role-edit  .progressionCrumbs {
		float: right;
	}

	.page-user-role-edit .alert-success {
		display:none;
		margin: 0 0 5px;
	}

	.page-user-role-edit .alert-error {
		display:none;
		margin: 0 0 5px;
	}

	.page-user-role-edit .leftContainer {
		border-right: 0 none;
		padding-right: 30px;
	}

	.page-user-role-edit .editUsersCont {
		width:100%;
	}

	.page-user-role-edit .permissions-list {
		width: 300px;
	}

	.page-user-role-edit .permission-name {
		font-size: 12px;
	}

	.page-user-role-edit .rightContainer {
		border-left: 1px solid #a0a7b0;
	}

	.page-user-role-edit .toggle {
		float: right;
		right: -4em;
		position: relative;
		top: -5px;
	}

	.page-user-role-edit .toggle-checkbox-action {
		font-size: 11px;
		color: #444;
		border-bottom: 1px dashed #ccc;
		text-decoration: none;
		font-weight: normal;
	}

	.origin {
		background: none repeat scroll 0 0 #f5f5f5;
		border: 1px solid #ccc;
		border-radius: 3.01px;
		margin: 0 3px 0 0;
		text-overflow: ellipsis;
		padding: 1px 5px;
	}
	
	#genericTableManuals tbody tr td input.crimson {
		border: 3px solid crimson;
		color: crimson;
	}
	
	.tablesorter tbody tr td.crimson a.not_crimson {
		color: blue !important;
	}
	
	.tablesorter tbody tr td.crimson {
		background-color: crimson;
		color: white !important;
		font-weight: bold;
	}
	
	.tablesorter tbody tr td.crimson a {
		color: white !important;
	}
	
	.tablesorter tbody tr td.crimson span.origin {
		color: #4c4c54;
		font-style: oblique;
	}
	
	.documents {
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		padding: 0;
		margin: 0;
	}
	
	.totalNumber {
		float: right;
	}
/* end page specific styles */