@font-face {
font-family: 'A5_iOS7Icons';
src: url(A5_iOS7Icons.eot) format("embedded-opentype"), url(A5_iOS7Icons.woff) format("woff"), url(A5_iOS7Icons.ttf) format("truetype"), url(A5_iOS7Icons.svg) format("svg");
}
html {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
}
button::-moz-focus-inner {
border-width: 0;
padding: 0;
}
.iOS7Page {
color: #000;
background-color: #f5f5f5;
font: 16px Roboto, sans-serif;
}
.iOS7Heading {
color: #000;
font: bold 16px Roboto, sans-serif;
}
.iOS7Text {
color: #000;
font: 16px Roboto, sans-serif;
}
.iOS7TextHighlight {
color: #007aff;
}
.iOS7Link {
color: #333333;
font: 16px Roboto, sans-serif;
}
.iOS7Group {
border: 1px solid #cccccc;
padding: 8px;
margin-top: 2px;
margin-bottom: 2px;
border-radius: 0px;
}
.iOS7GroupLabel {
color: #333333;
background: #ededed;
font: bold 12px Roboto, sans-serif;
border: 1px solid #cccccc;
padding: 8px;
margin-left: -9px;
margin-right: -9px;
width: 100%;
}
.iOS7UILock {
background: #000;
opacity: .5;
}
/* Grid */
.iOS7Grid {
border: 1px solid #cccccc;
border-radius: 3px;
}
.iOS7GridHeader {
text-align: left;
color: #333333;
background: #ededed;
font: 12px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
border-bottom: 1px solid #cccccc;
padding: 0px 14px;
}
.iOS7GridHeader .iOS7Link, .iOS7GridHeader span {
text-decoration: none;
color: #333333;
font: bold 12px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
padding: 14px;
display: inline-block;
cursor: default;
}
.iOS7GridFooter {
text-align: left;
color: #333333;
background: #ededed;
font: 16px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
padding: 0px 14px;
}
.iOS7GridFooter .iOS7Link, .iOS7GridFooter span {
font: 16px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
}
span.iOS7GridNav {
font: 16px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
padding: 0px;
}
.iOS7GridSummaryLabel, .iOS7GridSummaryData {
background: #ededed;
font-size: 16px;
padding: 14px;
cursor: default;
}
.iOS7GridSummaryLabel {
color: #333333;
font: bold 12px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
}
.iOS7GridQBE {
background: #f7f7f7;
font-size: 16px;
border-bottom: 1px solid #cccccc;
padding: 14px;
cursor: default;
}
.iOS7GridDataHeader {
color: #333333;
background: #ededed;
font: bold 12px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
border-bottom: 1px solid #cccccc;
padding: 8px 14px;
}
.iOS7GridData, .iOS7GridRowHeader {
background: #ffffff;
font-size: 16px;
border-bottom: 1px solid #cccccc;
padding: 14px;
cursor: default;
}
.iOS7GridDataAlt {
background: #fcfcfc;
font-size: 16px;
border-bottom: 1px solid #cccccc;
padding: 14px;
cursor: default;
}
.iOS7GridRowSelected .iOS7GridData, .iOS7GridRowSelected .iOS7GridDataAlt {
background: #e6e6e6;
}
.iOS7GridDataError {
color: #fd472a;
background: #fff6f4;
font-size: 16px;
border-bottom: 1px solid #cccccc;
padding: 14px;
cursor: default;
}
.iOS7Grid > tbody > tr:last-child > td {
border: none;
}
.iOS7GridFormLabel, .iOS7GridFormData {
border-top: 1px solid #cccccc;
padding: 6px;
}
.iOS7GridFormLabel {
font-size: 14px;
font-weight: bold;
}
.iOS7GridFormDataError {
color: #fd472a;
background: #fff6f4;
font-size: 16px;
border-top: 1px solid #cccccc;
padding: 6px;
cursor: default;
}
tr:nth-child(1) .iOS7GridFormLabel, tr:nth-child(1) .iOS7GridFormData, tr:nth-child(1) .iOS7GridFormDataError {
border-top-style: none;
}
.iOS7GridForm .iOS7Edit, .iOS7GridForm .iOS7EditBG {
background: transparent;
border: none;
margin: 0px;
}
/* Dialog */
.iOS7DialogLabel {
color: #333333;
font: 14px Roboto, sans-serif;
padding: 0px 0px 5px 5px;
}
.iOS7DialogRSSeparator {
border-top: 1px solid #b3b3b3;
margin-top: 6px;
line-height: 6px;
}
/* Buttons */
.iOS7Button, .iOS7ButtonConfirm, .iOS7ButtonDeny, .iOS7ButtonDD {
color: #333;
background: transparent;
font-size: 16px;
border: 1px solid #c4c4c4;
padding: 5px 9px;
margin: 2px;
vertical-align: middle;
border-radius: 2px;
outline: none;
tansistion: all 200ms ease;
}
.iOS7Button:hover {
background-color: #f0f0f0;
}
.iOS7ButtonPressed, .iOS7ButtonDDPressed {
color: #333;
border: 1px solid #333;
background-color: #c0d9a3;
}
.iOS7ButtonConfirm {
color: #4cd662;
border-color: #4cd662;
}
.iOS7ButtonConfirmPressed {
color: rgba(76, 214, 98, 0.5);
border: 1px solid rgba(76, 214, 98, 0.5);
}
.iOS7ButtonDeny {
color: #fd472a;
border-color: #fd472a;
}
.iOS7ButtonDenyPressed {
color: rgba(253, 71, 42, 0.5);
border: 1px solid rgba(253, 71, 42, 0.5);
}
.iOS7ButtonDD {
padding: 0px;
vertical-align: middle;
position: relative;
}
.iOS7ButtonDDContent, .iOS7ButtonDDSplitContent {
padding: 5px 9px;
}
.iOS7ButtonDDDropdown {
width: 32px;
}
.iOS7ButtonDDSplitDropdown {
border-left: 1px solid #007aff;
width: 32px;
}
.iOS7ButtonDDPressed .iOS7ButtonDDSplitDropdown {
border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.iOS7ButtonDD:after {
font: 24px A5_iOS7Icons;
margin-top: -13px;
display: block;
position: absolute;
top: 50%;
right: 4px;
content: "c";
}
.iOS7ButtonLeft, .iOS7ButtonRight {
color: #007aff;
background: transparent;
font-size: 16px;
border: none;
padding: 6px 10px;
margin: 2px;
vertical-align: middle;
position: relative;
outline: none;
}
.iOS7ButtonLeft {
padding-left: 32px;
}
.iOS7ButtonRight {
padding-right: 32px;
}
.iOS7ButtonLeftPressed, .iOS7ButtonRightPressed {
color: rgba(0, 122, 255, 0.5);
}
.iOS7ButtonLeft:after {
font: 24px A5_iOS7Icons;
margin-top: -14px;
display: block;
position: absolute;
top: 50%;
left: 4px;
content: "a";
}
.iOS7ButtonRight:after {
font: 24px A5_iOS7Icons;
margin-top: -14px;
display: block;
position: absolute;
top: 50%;
right: 4px;
content: "b";
}
.iOS7ButtonDisabled, .iOS7ButtonConfirmDisabled, .iOS7ButtonDenyDisabled, .iOS7ButtonDDDisabled, .iOS7ButtonDDDisabled .iOS7ButtonDDSplitDropdown {
color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.25);
}
.iOS7ButtonGroupHF {
margin-right: 0px;
border-radius: 2px 0px 0px 2px;
}
.iOS7ButtonGroupHM {
border-right-style: none;
margin-left: 0px;
margin-right: 0px;
border-radius: 0px;
}
.iOS7ButtonGroupHL {
margin-left: 0px;
border-radius: 0px 2px 2px 0px;
}
.iOS7ButtonGroupVF {
border-bottom-style: none;
margin-bottom: 0px;
display: block;
width: 100%;
border-radius: 2px 2px 0px 0px;
}
.iOS7ButtonGroupVM {
border-bottom-style: none;
margin-top: 0px;
margin-bottom: 0px;
display: block;
width: 100%;
border-radius: 0px;
}
.iOS7ButtonGroupVL {
margin-top: 0px;
display: block;
width: 100%;
border-radius: 0px 0px 6px 6px;
}
/* Edits */
.iOS7Edit {
color: #333333;
background: #ffffff;
font: 16px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
border: 1px solid #cccccc;
padding: 6px;
border-radius: 3px;
outline: none;
}
select.iOS7Edit {
padding: 13px;
}
select.iOS7Edit option {
background: #ffffff;
}
input.iOS7EditError, textarea.iOS7EditError, select.iOS7EditError {
color: #fd472a;
background: #fff6f4;
border-color: #fd472a;
}
input.iOS7EditWatermark, textarea.iOS7EditWatermark, select.iOS7EditWatermark {
color: gray;
}
input.iOS7EditWatermark.iOS7EditError, textarea.iOS7EditWatermark.iOS7EditError, select.iOS7EditWatermark.iOS7EditError {
color: #fd735d;
font-style: italic;
}
.iOS7EditRound {
padding: 6px 13px;
border-radius: 24px;
}
/* Edit Button Group */
.iOS7EditBG {
color: #333333;
background: #ffffff;
font-size: 16px;
border: 1px solid #cccccc;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.iOS7EditBGEdit {
color: #333333;
background: transparent;
font-size: 16px;
border: none;
padding: 6px;
outline: none;
}
.iOS7EditBGWatermark {
color: gray;
}
.iOS7EditBGError {
color: #fd472a;
background: #fff6f4;
border-color: #fd472a;
}
.iOS7EditBGError .iOS7EditBGEdit {
color: #fd472a;
}
.iOS7EditBGError .iOS7EditBGWatermark.iOS7EditBGEdit {
color: #fd735d;
font-style: italic;
}
/* List */
.iOS7List {
font-family: Roboto, sans-serif;
border: none;
border-radius: 3px;
}
.iOS7ListItem {
background: #ffffff;
font-size: 14px;
border-bottom: 1px solid #cccccc;
padding: 10px;
cursor: default;
outline: none;
}
.iOS7ListItemSelected {
background: #e6e6e6;
}
.iOS7ListTitle {
color: #333333;
background: #ffffff;
font: 20px Roboto, sans-serif;
padding: 0px;
margin-top: 10px;
}
.iOS7ListSeparator {
background: #ffffff;
border-bottom: 1px solid #cccccc;
height: 8px;
}
.iOS7ListHeader {
color: #333333;
background: #ffffff;
font: 16px Roboto, sans-serif;
border-bottom: 1px solid #cccccc;
padding: 10px 6px;
position: relative;
}
.iOS7ListHeader:not([style*="display: none"]) ~ div:after {
background: rgba(0, 0, 0, 0.05);
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 1px;
z-index: 4;
content: "";
}
.iOS7ListHeader:not([style*="display: none"]) ~ div:before {
background: rgba(0, 0, 0, 0.025);
display: block;
position: absolute;
top: 1px;
left: 0px;
width: 100%;
height: 2px;
z-index: 4;
content: "";
}
.iOS7ListHeaderItem {
padding: 5px;
cursor: default;
}
.iOS7ListHeaderItemResizeOverlay {
background: rgba(0, 0, 0, 0.25);
}
.iOS7ListGroupNav {
color: #000;
background: rgba(0, 0, 0, 0.25);
padding: 4px;
cursor: default;
border-radius: 4px;
opacity: .5;
}
.iOS7ListGroupNavFocus {
opacity: 1;
}
.iOS7ListItemLabelMain {
font-weight: bold;
}
.iOS7ListItemLabelSub {
font-size: 14px;
}
.iOS7ListItemLabelContext {
color: #007aff;
font-size: 14px;
}
.iOS7ListItemLabelDetail {
color: #ffffff;
background: gray;
font-size: 14px;
padding: 2px 10px;
border-radius: 4px;
}
.iOS7ListItemContent {
color: #4d4d4d;
font-size: 14px;
}
.iOS7ListNavPrev {
text-align: center;
background: rgba(255, 255, 255, 0.9);
font-weight: bold;
border-bottom: 1px solid #cccccc;
padding: 14px;
cursor: default;
position: absolute;
top: 0px;
width: 100%;
z-index: 4;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.iOS7ListNavPrev:after {
background: rgba(0, 0, 0, 0.05);
display: block;
position: absolute;
left: 0px;
bottom: -3px;
width: 100%;
height: 3px;
z-index: 4;
content: "";
}
.iOS7ListNavNext {
text-align: center;
background: rgba(255, 255, 255, 0.9);
font-weight: bold;
border-top: 1px solid #cccccc;
padding: 14px;
cursor: default;
position: absolute;
bottom: 0px;
width: 100%;
z-index: 4;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.iOS7ListNavNext:after {
background: rgba(0, 0, 0, 0.05);
display: block;
position: absolute;
top: -3px;
left: 0px;
width: 100%;
height: 3px;
z-index: 4;
content: "";
}
.iOS7ListNavPressed {
color: #007aff;
}
/* Scroller */
.iOS7Scroller {
color: #ffffff;
background: rgba(0, 0, 0, 0.05);
font: 16px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
cursor: default;
}
.iOS7ScrollerDial {
background: rgba(0, 0, 0, 0.35);
padding: 6px;
}
.iOS7ScrollerSlider {
width: 14px;
}
.iOS7ScrollerSliderHandle {
background: rgba(0, 0, 0, 0.35);
width: 14px;
height: 40px;
}
.iOS7ScrollerSliderShadow {
background: rgba(0, 0, 0, 0.2);
border: rgba(0, 0, 0, 0.2);
width: 14px;
height: 40px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.iOS7ScrollerSliderMsg {
white-space: nowrap;
color: #ffffff;
background: rgba(0, 0, 0, 0.35);
padding: 6px;
position: absolute;
right: 20px;
border-radius: 3px;
}
.iOS7ScrollerSliderMsgT {
top: 0px;
}
.iOS7ScrollerSliderMsgL {
left: 0px;
}
.iOS7ScrollerSliderMsgR {
right: 0px;
}
.iOS7ScrollerSliderMsgB {
bottom: 0px;
}
.iOS7ScrollerSliderMsgT:after {
border: 5px solid transparent;
border-left-color: rgba(0, 0, 0, 0.35);
display: block;
position: absolute;
top: 7px;
right: -10px;
content: '';
}
.iOS7ScrollerSliderMsgL:after {
border: 5px solid transparent;
border-top-color: rgba(0, 0, 0, 0.35);
display: block;
position: absolute;
left: 7px;
bottom: -10px;
content: '';
}
.iOS7ScrollerSliderMsgR:after {
border: 5px solid transparent;
border-top-color: rgba(0, 0, 0, 0.35);
display: block;
position: absolute;
right: 7px;
bottom: -10px;
content: '';
}
.iOS7ScrollerSliderMsgB:after {
border: 5px solid transparent;
border-left-color: rgba(0, 0, 0, 0.35);
display: block;
position: absolute;
right: -10px;
bottom: 7px;
content: '';
}
/* Spin List */
.iOS7SpinList {
color: #000;
background: #ffffff;
border: 1px solid #cccccc;
padding: 12px;
vertical-align: top;
cursor: default;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.iOS7SpinList:before {
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
margin-top: -18px;
display: block;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 32px;
content: "";
}
.iOS7SpinList:after {
background: url("spinlistOver.png");
background-size: 100% 100%;
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 3px;
content: "";
}
.iOS7SpinListItem {
font-size: 16px;
padding: 6px;
}
.iOS7SpinListGroup {
white-space: nowrap;
border: 1px solid #cccccc;
padding: 0px;
overflow: hidden;
border-radius: 3px;
}
.iOS7SpinListGroup .iOS7SpinList {
border: none;
border-right: 1px solid #cccccc;
display: inline-block;
border-radius: 0px;
}
.iOS7SpinListGroup .iOS7SpinList:last-child {
border: none;
}
.iOS7SpinListGroup .iOS7SpinList:after {
border-radius: 0px;
}
/* Tree */
.iOS7Tree {
font: 14px Roboto, Sans Serif;
border: none;
}
.iOS7TreeNode {
overflow: hidden;
cursor: default;
outline: none;
}
.pboTreeNode:hover {
background-color: #d8d8d8;
}
.iOS7TreeNodeSelected {
background: #e6e6e6;
}
.iOS7TreeNodeLabel {
text-decoration: none;
color: inherit;
padding: 4px;
/* padding-bottom: 15px; */
display: inline-block;
cursor: default;
width: 100%;
outline: none;
}
.iOS7TreeNode .iOS7IconBtn {
margin-top: -4px;
}
/* Slider */
.iOS7Slider {
padding: 18px 20px;
padding-right: 22px;
margin: 8px 2px;
}
.iOS7SliderInner {
background: #b3b3b3;
height: 3px;
border-radius: 3px;
}
.iOS7SliderHandle {
background: #ffffff;
border: 1px solid #e6e6e6;
margin-top: -17px;
margin-left: -17px;
width: 35px;
height: 34px;
border-radius: 17px;
box-shadow: 0px 3px 3px #b3b3b3;
-moz-box-shadow: 0px 3px 3px #b3b3b3;
-webkit-box-shadow: 0px 3px 3px #b3b3b3;
}
.iOS7SliderRange {
background: #0b8adc;
margin: -1px;
height: 3px;
border-radius: 3px;
}
/* Switch */
.iOS7Switch {
border: 1px solid #b3b3b3;
padding: 0px;
margin: 8px 2px;
cursor: default;
height: 36px;
border-radius: 19px;
}
.iOS7SwitchOn {
color: #ffffff;
background: #4bd762;
border-color: #4bd762;
}
.iOS7SwitchLeft {
text-align: center;
padding: 8px;
padding-right: 29px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.iOS7SwitchRight {
text-align: center;
padding: 8px;
padding-left: 29px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.iOS7SwitchInner {
margin: 0px 18px;
margin-right: 20px;
}
.iOS7SwitchButton {
background: #ffffff;
border: 1px solid #d9d9d9;
margin-left: -17px;
width: 35px;
height: 34px;
border-radius: 17px;
box-shadow: 0px 3px 3px #b3b3b3;
-moz-box-shadow: 0px 3px 3px #b3b3b3;
-webkit-box-shadow: 0px 3px 3px #b3b3b3;
}
.iOS7SwitchOn .iOS7SwitchButton {
box-shadow: 0px 3px 3px #197027;
-moz-box-shadow: 0px 3px 3px #197027;
-webkit-box-shadow: 0px 3px 3px #197027;
}
/* Date Picker */
.iOS7DP {
  background: #f5f5f5;
  border: 1px solid #c4c4c4;
  border-radius: 2px; }

.iOS7DPHeaderButton {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 14px;
  color: #81c234;
  text-decoration: none;
  cursor: default;
  outline: none; }

.iOS7DPDaysOfWeek {
  font-size: 14px;
  font-weight: normal;
  padding: 6px; }

.iOS7DPWeeksOfYear {
  font-size: 14px;
  font-weight: normal;
  padding: 6px;
  color: rgba(0, 0, 0, 0.25); }

.iOS7DPDate {
  padding: 0px; }

.iOS7DPItem {
  display: block;
  font-size: 16px;
  padding: 14px;
  color: #000;
  border-top: 1px solid #c4c4c4;
  background: white;
  text-decoration: none;
  text-align: center;
  cursor: default;
  outline: none; }

.iOS7DPDateToday .iOS7DPItem {
  color: #81c234; }

.iOS7DPItemSelected {
  color: #ffffff;
  background: #81c234; }

.iOS7DPDateToday .iOS7DPItemSelected {
  color: #ffffff; }

.iOS7DPItemDisabled {
  color: rgba(0, 0, 0, 0.25); }

.iOS7DPItemOutOfRange {
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #c4c4c4; }

.iOS7DPPanelItem {
  display: block;
  font-size: 16px;
  padding: 14px;
  color: #000;
  background: #f5f5f5;
  text-decoration: none;
  text-align: center;
  cursor: default;
  outline: none; }

.iOS7DPPanelItemSelected {
  color: #ffffff;
  background: #81c234; }

.iOS7DPPanelItemDisabled {
  color: rgba(0, 0, 0, 0.25); }

/* TimePicker */
.iOS7TP .iOS7Edit {
  text-align: center; }

.iOS7TPEditButton {
  text-align: center;
  cursor: default; }

.iOS7TPMeridianButton {
  color: #81c234;
  font-size: 16px;
  padding: 14px;
  cursor: default; }

/* ControlGroups */
.iOS7ControlGroupRow {
  padding: 6px;
  border-top: 1px solid #c2c2c2; }

.iOS7ControlGroupRowFirst {
  border-top: none; }

.iOS7ControlGroup .iOS7DialogLabel {
  padding: 16px; }

.iOS7ControlGroup .iOS7Edit, .iOS7ControlGroup .iOS7EditBG {
  background: transparent;
  border: none;
  margin: 0px; }

/* Windows */
.iOS7Win {
background: rgba(255, 255, 255, 0.85);
font: 16px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
border: 1px solid #bfbfbf;
border-radius: 6px;
}
.iOS7WinInner {
overflow: hidden;
border-radius: 6px;
}
.iOS7WinTitle, .iOS7WinHeader, .iOS7WinTBar, .iOS7WinBody, .iOS7WinBBar, .iOS7WinFooter {
padding: 6px;
}
.iOS7WinButtons {
text-align: center;
font-size: 0px;
border-top: 1px solid #bfbfbf;
}
.iOS7WinResizer {
color: #a6a6a6;
}
.iOS7WinButtons .iOS7Button {
border: none;
border-right: 1px solid #bfbfbf;
padding: 10px;
margin: 0px;
border-radius: 0px;
}
.iOS7WinButtons .iOS7Button:first-child {
border-left: 1px solid #bfbfbf;
}
.iOS7WinButtons .iOS7ButtonPressed {
color: #007aff;
background: #ffffff;
}
.iOS7DDWinPointerDown {
border-top: 10px solid rgba(255, 255, 255, 0.85);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
margin-left: -10px;
left: 50%;
bottom: -10px;
width: 0;
height: 0;
}
.iOS7WinPointerUp {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgba(255, 255, 255, 0.85);
margin-left: -10px;
top: -10px;
left: 50%;
width: 0;
height: 0;
}
.iOS7DDWinPointerLeft {
border-top: 10px solid transparent;
border-right: 10px solid rgba(255, 255, 255, 0.85);
border-bottom: 10px solid transparent;
margin-top: -10px;
top: 50%;
left: -10px;
width: 0;
height: 0;
}
.iOS7DDWinPointerRight {
border-top: 10px solid transparent;
border-left: 10px solid rgba(255, 255, 255, 0.85);
border-bottom: 10px solid transparent;
margin-top: -10px;
top: 50%;
right: -10px;
width: 0;
height: 0;
}
.iOS7DDWin {
background: #ffffff;
font: 16px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
border: 1px solid #d9d9d9;
border-radius: 6px;
}
.iOS7DDWinInner {
overflow: hidden;
border-radius: 6px;
}
.iOS7DDWinTitle, .iOS7DDWinHeader, .iOS7DDWinTBar, .iOS7DDWinBody, .iOS7DDWinBBar, .iOS7DDWinFooter {
padding: 6px;
}
.iOS7DDWinButtons {
text-align: center;
border-top: 1px solid #d9d9d9;
}
.iOS7DDWinResizer {
color: #bfbfbf;
}
.iOS7DDWinButtons .iOS7Button {
border: none;
border-right: 1px solid #d9d9d9;
padding: 10px;
margin: 0px;
border-radius: 0px;
}
.iOS7DDWinButtons .iOS7Button:first-child {
border-left: 1px solid #d9d9d9;
}
.iOS7DDWinButtons .iOS7ButtonPressed {
color: rgba(0, 122, 255, 0.5);
}
.iOS7DDWinPointerDown {
border-top: 10px solid #d9d9d9;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
margin-left: -10px;
left: 50%;
bottom: -10px;
width: 0;
height: 0;
}
.iOS7DDWinPointerDown:after {
border-top: 10px solid #ffffff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
margin-left: -10px;
display: block;
position: absolute;
left: 50%;
bottom: 1px;
width: 0;
height: 0;
content: "";
}
.iOS7DDWinPointerUp {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #d9d9d9;
margin-left: -10px;
top: -10px;
left: 50%;
width: 0;
height: 0;
}
.iOS7DDWinPointerUp:after {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #ffffff;
margin-left: -10px;
display: block;
position: absolute;
top: 1px;
left: 50%;
width: 0;
height: 0;
content: "";
}
.iOS7DDWinPointerLeft {
border-top: 10px solid transparent;
border-right: 10px solid #d9d9d9;
border-bottom: 10px solid transparent;
margin-top: -10px;
top: 50%;
left: -10px;
width: 0;
height: 0;
}
.iOS7DDWinPointerLeft:after {
border-top: 10px solid transparent;
border-right: 10px solid #ffffff;
border-bottom: 10px solid transparent;
margin-top: -10px;
display: block;
position: absolute;
top: 50%;
left: 1px;
width: 0;
height: 0;
content: "";
}
.iOS7DDWinPointerRight {
border-top: 10px solid transparent;
border-left: 10px solid #d9d9d9;
border-bottom: 10px solid transparent;
margin-top: -10px;
top: 50%;
right: -10px;
width: 0;
height: 0;
}
.iOS7DDWinPointerRight:after {
border-top: 10px solid transparent;
border-left: 10px solid #ffffff;
border-bottom: 10px solid transparent;
margin-top: -10px;
display: block;
position: absolute;
top: 50%;
right: 1px;
width: 0;
height: 0;
content: "";
}
/* Menu */
.iOS7Menu {
background: #ffffff;
font: 16px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
border: 1px solid #d9d9d9;
border-radius: 6px;
}
.iOS7MenuInner {
overflow: hidden;
border-radius: 6px;
}
.iOS7MenuItem {
white-space: nowrap;
color: #333;
font: 16px Roboto, sans-serif;
border-bottom: 1px solid #d9d9d9;
padding: 0px;
cursor: default;
}
.iOS7MenuItem:hover {
background-color: #d8d8d8;
}
.iOS7MenuItem > span {
padding: 14px;
}
.iOS7MenuItemSelected {
color: #ffffff;
background: #c0d9a3;
}
.iOS7MenuItemDisabled {
color: rgba(0, 0, 0, 0.25);
}
.iOS7MenuItemCascade {
padding-right: 30px;
position: relative;
}
.iOS7MenuItemCascade:after {
font: 24px A5_iOS7Icons;
margin-top: -14px;
display: block;
position: absolute;
top: 50%;
right: 0px;
content: "b";
}
.iOS7MenuTitle {
color: #666666;
font: bold 12px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
border-bottom: 1px solid #cccccc;
padding: 8px 14px;
}
.iOS7MenuSeparator {
height: 2px;
}
.iOS7MenuPointerDown {
border-top: 10px solid #d9d9d9;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
margin-left: -10px;
left: 50%;
bottom: -10px;
width: 0;
height: 0;
}
.iOS7MenuPointerDown:after {
border-top: 10px solid #ffffff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
margin-left: -10px;
display: block;
position: absolute;
left: 50%;
bottom: 1px;
width: 0;
height: 0;
content: "";
}
.iOS7MenuPointerUp {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #d9d9d9;
margin-left: -10px;
top: -10px;
left: 50%;
width: 0;
height: 0;
}
.iOS7MenuPointerUp:after {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #ffffff;
margin-left: -10px;
display: block;
position: absolute;
top: 1px;
left: 50%;
width: 0;
height: 0;
content: "";
}
.iOS7MenuPointerLeft {
border-top: 10px solid transparent;
border-right: 10px solid #d9d9d9;
border-bottom: 10px solid transparent;
margin-top: -10px;
top: 50%;
left: -10px;
width: 0;
height: 0;
}
.iOS7MenuPointerLeft:after {
border-top: 10px solid transparent;
border-right: 10px solid #ffffff;
border-bottom: 10px solid transparent;
margin-top: -10px;
display: block;
position: absolute;
top: 50%;
left: 1px;
width: 0;
height: 0;
content: "";
}
.iOS7MenuPointerRight {
border-top: 10px solid transparent;
border-left: 10px solid #d9d9d9;
border-bottom: 10px solid transparent;
margin-top: -10px;
top: 50%;
right: -10px;
width: 0;
height: 0;
}
.iOS7MenuPointerRight:after {
border-top: 10px solid transparent;
border-left: 10px solid #ffffff;
border-bottom: 10px solid transparent;
margin-top: -10px;
display: block;
position: absolute;
top: 50%;
right: 1px;
width: 0;
height: 0;
content: "";
}
/* Control bar */
.iOS7CtrlBarSepH {
border-left: 1px solid #d9d9d9;
width: 0px;
}
.iOS7CtrlBarSepV {
border-top: 1px solid #d9d9d9;
height: 0px;
}
.iOS7CtrlBarDis {
background: rgba(255, 255, 255, 0.9);
border: 1px solid #999999;
padding: 8px;
margin: -1px;
}
/* Panels */
.iOS7PanelCard {
color: #000;
background: #f5f5f5;
font: 16px Roboto, sans-serif;
border-right: 1px solid #999999;
}
.iOS7PanelHeader {
background: whitesmoke;
font: 16px Roboto, sans-serif;
padding: 8px;
}
.iOS7PanelFooter {
background: whitesmoke;
font: 16px Roboto, sans-serif;
border-top: 1px solid #999999;
padding: 8px;
}
.iOS7PanelHeader .iOS7Heading, .iOS7PanelFooter .iOS7Heading {
font: 16px Roboto, sans-serif;
padding: 2px;
}
.iOS7PanelHeader .iOS7Text, .iOS7PanelFooter .iOS7Text {
font: 16px Roboto, sans-serif;
padding: 6px;
}
.iOS7PanelNavInd {
font-size: 0px;
padding: 2px;
}
.iOS7PanelNavIndButton {
background: #999999;
margin: 2px;
display: inline-block;
width: 10px;
height: 10px;
border-radius: 5px;
}
.iOS7PanelNavIndButtonSelected {
background: #007aff;
}
.iOS7PanelHeader .iOS7Button, .iOS7PanelHeader .iOS7ButtonConfirm, .iOS7PanelHeader .iOS7ButtonDeny, .iOS7PanelHeader .iOS7ButtonLeft, .iOS7PanelHeader .iOS7ButtonRight, .iOS7PanelFooter .iOS7Button, .iOS7PanelFooter .iOS7ButtonConfirm, .iOS7PanelFooter .iOS7ButtonDeny, .iOS7PanelFooter .iOS7ButtonLeft, .iOS7PanelFooter .iOS7ButtonRight, .iOS7CtrlBarDis .iOS7Button, .iOS7CtrlBarDis .iOS7ButtonConfirm, .iOS7CtrlBarDis .iOS7ButtonDeny, .iOS7CtrlBarDis .iOS7ButtonLeft, .iOS7CtrlBarDis .iOS7ButtonRight {
background: transparent;
}
.iOS7PanelHeader .iOS7Button:hover {
background-color: #d8d8d8;
}
.iOS7PanelHeader .iOS7ButtonGroupHF, .iOS7PanelFooter .iOS7ButtonGroupHF, .iOS7CtrlBarDis .iOS7ButtonGroupHF {
border: 1px solid #c4c4c4;
padding: 4px 8px;
margin: 0px;
border-radius: 2px;
}
.iOS7PanelHeader .iOS7ButtonGroupHM, .iOS7PanelFooter .iOS7ButtonGroupHM, .iOS7CtrlBarDis .iOS7ButtonGroupHM {
border: 1px solid #c4c4c4;
border-left-style: none;
padding: 4px 8px;
margin: 0px;
border-radius: 0px;
}
.iOS7PanelHeader .iOS7ButtonGroupHL, .iOS7PanelFooter .iOS7ButtonGroupHL, .iOS7CtrlBarDis .iOS7ButtonGroupHL {
border: 1px solid #c4c4c4;
border-left-style: none;
padding: 4px 8px;
margin: 0px;
border-radius: 2px;
}
.iOS7PanelHeader .iOS7ButtonPressed.iOS7ButtonGroupHF, .iOS7PanelHeader .iOS7ButtonPressed.iOS7ButtonGroupHM, .iOS7PanelHeader .iOS7ButtonPressed.iOS7ButtonGroupHL, .iOS7PanelFooter .iOS7ButtonPressed.iOS7ButtonGroupHF, .iOS7PanelFooter .iOS7ButtonPressed.iOS7ButtonGroupHM, .iOS7PanelFooter .iOS7ButtonPressed.iOS7ButtonGroupHL, .iOS7CtrlBarDis .iOS7ButtonPressed.iOS7ButtonGroupHF, .iOS7CtrlBarDis .iOS7ButtonPressed.iOS7ButtonGroupHM, .iOS7CtrlBarDis .iOS7ButtonPressed.iOS7ButtonGroupHL {
color: #000;
background: #c0d9a3;
}
.iOS7PanelHeader .iOS7ButtonDisabled.iOS7ButtonGroupHF, .iOS7PanelHeader .iOS7ButtonDisabled.iOS7ButtonGroupHM, .iOS7PanelHeader .iOS7ButtonDisabled.iOS7ButtonGroupHL, .iOS7PanelFooter .iOS7ButtonDisabled.iOS7ButtonGroupHF, .iOS7PanelFooter .iOS7ButtonDisabled.iOS7ButtonGroupHM, .iOS7PanelFooter .iOS7ButtonDisabled.iOS7ButtonGroupHL, .iOS7CtrlBarDis .iOS7ButtonDisabled.iOS7ButtonGroupHF, .iOS7CtrlBarDis .iOS7ButtonDisabled.iOS7ButtonGroupHM, .iOS7CtrlBarDis .iOS7ButtonDisabled.iOS7ButtonGroupHL {
border-color: rgba(0, 0, 0, 0.25);
}
.iOS7PanelCard > .iOS7PanelBody {
position: relative;
}
.iOS7PanelCard > .iOS7PanelBody:after {
/* background: rgba(0, 0, 0, 0.05); */
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 1px;
z-index: 4;
content: "";
}
.iOS7PanelCard > .iOS7PanelBody:before {
/* background: rgba(0, 0, 0, 0.025); */
display: block;
position: absolute;
top: 1px;
left: 0px;
width: 100%;
height: 2px;
z-index: 4;
content: "";
}
.iOS7AppBar {
text-align: center;
padding: 0px;
}
.iOS7AppBar .iOS7Button {
color: rgba(0, 0, 0, 0.5);
border: none;
padding: 14px;
border-radius: 0px;
}
.iOS7AppBar .iOS7ButtonPressed {
color: #007aff;
}
/* Tabs */
/* top and bottom */
.iOS7TabTBand, .iOS7TabBBand {
text-align: center;
font-size: 0px;
}
.iOS7TabTButton, .iOS7TabTButtonSelected, .iOS7TabTButtonDisabled, .iOS7TabBButton, .iOS7TabBButtonSelected, .iOS7TabBButtonDisabled {
text-decoration: none;
color: #007aff;
background: transparent;
font-size: 16px;
border: 1px solid #007aff;
border-left-style: none;
padding: 5px 9px;
display: inline-block;
border-radius: 0px;
outline: none;
}
.iOS7TabTButton:first-child, .iOS7TabTButtonSelected:first-child, .iOS7TabTButtonDisabled:first-child, .iOS7TabBButton:first-child, .iOS7TabBButtonSelected:first-child, .iOS7TabBButtonDisabled:first-child {
border: 1px solid #007aff;
border-radius: 6px 0px 0px 6px;
}
.iOS7TabTButton:last-of-type, .iOS7TabTButtonSelected:last-of-type, .iOS7TabTButtonDisabled:last-of-type, .iOS7TabBButton:last-of-type, .iOS7TabBButtonSelected:last-of-type, .iOS7TabBButtonDisabled:last-of-type {
border-radius: 0px 6px 6px 0px;
}
.iOS7TabTButtonSelected, .iOS7TabBButtonSelected {
color: #ffffff;
background: #007aff;
}
.iOS7TabTButtonDisabled, .iOS7TabBButtonDisabled {
color: rgba(0, 0, 0, 0.25);
}
.iOS7TabTPane {
margin-top: 6px;
}
.iOS7TabBPane {
margin-bottom: 6px;
}
/* left and right */
.iOS7TabLBand, .iOS7TabRBand {
font-size: 0px;
}
.iOS7TabLButton, .iOS7TabLButtonSelected, .iOS7TabLButtonDisabled, .iOS7TabRButton, .iOS7TabRButtonSelected, .iOS7TabRButtonDisabled {
text-decoration: none;
color: #007aff;
background: transparent;
font-size: 16px;
border: 1px solid #007aff;
border-top-style: none;
padding: 5px 9px;
display: block;
border-radius: 0px;
outline: none;
}
.iOS7TabLButton:first-child, .iOS7TabLButtonSelected:first-child, .iOS7TabLButtonDisabled:first-child, .iOS7TabRButton:first-child, .iOS7TabRButtonSelected:first-child, .iOS7TabRButtonDisabled:first-child {
border: 1px solid #007aff;
border-radius: 6px 6px 0px 0px;
}
.iOS7TabLButton:last-of-type, .iOS7TabLButtonSelected:last-of-type, .iOS7TabLButtonDisabled:last-of-type, .iOS7TabRButton:last-of-type, .iOS7TabRButtonSelected:last-of-type, .iOS7TabRButtonDisabled:last-of-type {
border-radius: 0px 0px 6px 6px;
}
.iOS7TabLButtonSelected, .iOS7TabRButtonSelected {
color: #ffffff;
background: #007aff;
}
.iOS7TabLButtonDisabled, .iOS7TabRButtonDisabled {
color: rgba(0, 0, 0, 0.25);
}
.iOS7TabLPane {
margin-left: 6px;
}
.iOS7TabRPane {
margin-right: 6px;
}
/* Accordion */
.iOS7Accordion {
border: 1px solid #cccccc;
border-bottom-style: none;
}
.iOS7AccordionButton, .iOS7AccordionButtonSelected, .iOS7AccordionButtonDisabled {
text-decoration: none;
color: #333333;
background: #ededed;
font: bold 12px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
border-bottom: 1px solid #cccccc;
padding: 14px;
display: block;
outline: none;
}
.iOS7AccordionButton:after {
font: 16px A5_iOS7Icons;
margin-top: -2px;
margin-right: 6px;
display: block;
float: left;
content: 'b';
}
.iOS7AccordionButtonSelected:after {
font: 16px A5_iOS7Icons;
margin-top: -2px;
margin-right: 6px;
display: block;
float: left;
content: 'c';
}
.iOS7AccordionButtonDisabled {
color: rgba(0, 0, 0, 0.25);
}
.iOS7AccordionPane {
border-bottom: 1px solid #cccccc;
padding: 6px;
}
/* Tabband */
.iOS7Tabband {
font-size: 16px;
}
.iOS7TabbandButton, .iOS7TabbandButtonSelected, .iOS7TabbandButtonDisabled {
text-decoration: none;
white-space: nowrap;
color: gray;
background: transparent;
padding: 14px;
display: block;
position: relative;
outline: none;
}
.iOS7TabbandButtonSelected {
color: #007aff;
}
.iOS7TabbandButtonDisabled {
color: rgba(0, 0, 0, 0.25);
}
.iOS7TabbandClose {
color: #fd472a;
}
.iOS7TabbandIcon .iOS7TabbandButton, .iOS7TabbandIcon .iOS7TabbandButtonSelected, .iOS7TabbandIcon .iOS7TabbandButtonDisabled {
font-size: 10px;
padding: 6px;
}
/* Ink */
.iOS7Ink {
border: 1px solid #cccccc;
border-radius: 3px;
}
.iOS7InkArea {
background: #f2f2f2;
}
.iOS7InkPage {
background: #fff;
border: 1px solid #cccccc;
box-shadow: 0px 3px 3px #e6e6e6;
-moz-box-shadow: 0px 3px 3px #e6e6e6;
-webkit-box-shadow: 0px 3px 3px #e6e6e6;
}
.iOS7InkZoomBox {
border: 1px dotted #007aff;
}
.iOS7InkZoomBoxScale:after {
border: 5px solid transparent;
border-right-color: rgba(0, 122, 255, 0.5);
border-bottom-color: rgba(0, 122, 255, 0.5);
display: block;
position: absolute;
right: 2px;
bottom: 2px;
content: "";
}
.iOS7InkSplitBar {
background: #e6e6e6;
}
.iOS7InkEraser {
background: rgba(255, 100, 150, 0.1);
border: 1px solid rgba(255, 100, 150, 0.5);
border-radius: 3px;
}
.iOS7InkButton {
text-align: center;
color: #666666;
background: rgba(255, 255, 255, 0.9);
border: 1px solid #cccccc;
padding: 2px;
display: inline-block;
vertical-align: top;
width: 40px;
height: 40px;
line-height: 31px;
border-radius: 22px;
stroke: #666666;
fill: #666666;
}
.iOS7InkButton .iOS7Icon {
vertical-align: bottom;
}
.iOS7InkButtonSelected {
color: #1a1a1a;
border-color: gray;
stroke: #1a1a1a;
fill: #1a1a1a;
}
.iOS7InkBarTop {
background: rgba(255, 255, 255, 0.9);
border-bottom: 1px solid #cccccc;
}
.iOS7InkBarLeft {
background: rgba(255, 255, 255, 0.9);
border-right: 1px solid #cccccc;
}
.iOS7InkBarRight {
background: rgba(255, 255, 255, 0.9);
border-left: 1px solid #cccccc;
}
.iOS7InkBarBottom {
background: rgba(255, 255, 255, 0.9);
border-top: 1px solid #cccccc;
}
.iOS7InkGroupTop, .iOS7InkGroupBottom, .iOS7InkGroupLeft, .iOS7InkGroupRight {
background: rgba(255, 255, 255, 0.9);
border: 1px solid #cccccc;
}
.iOS7InkGroupTop {
border-top-style: none;
border-radius: 0px 0px 4px 4px;
}
.iOS7InkGroupBottom {
border-bottom-style: none;
border-radius: 4px 4px 0px 0px;
}
.iOS7InkGroupLeft {
border-left-style: none;
border-radius: 0px 4px 4px 0px;
}
.iOS7InkGroupRight {
border-right-style: none;
border-radius: 4px 0px 0px 4px;
}
.iOS7InkBarTop .iOS7InkButton, .iOS7InkBarBottom .iOS7InkButton, .iOS7InkBarLeft .iOS7InkButton, .iOS7InkBarRight .iOS7InkButton, .iOS7InkGroupTop .iOS7InkButton, .iOS7InkGroupBottom .iOS7InkButton, .iOS7InkGroupLeft .iOS7InkButton, .iOS7InkGroupRight .iOS7InkButton {
background: transparent;
border: 1px solid transparent;
border-radius: 0px;
}
.iOS7InkBarTop .iOS7InkButtonSelected, .iOS7InkBarBottom .iOS7InkButtonSelected, .iOS7InkBarLeft .iOS7InkButtonSelected, .iOS7InkBarRight .iOS7InkButtonSelected, .iOS7InkGroupTop .iOS7InkButtonSelected, .iOS7InkGroupBottom .iOS7InkButtonSelected, .iOS7InkGroupLeft .iOS7InkButtonSelected, .iOS7InkGroupRight .iOS7InkButtonSelected {
background: #e6e6e6;
}
.iOS7InkStatus {
color: #ffffff;
background: rgba(0, 0, 0, 0.25);
padding: 4px;
border-radius: 4px;
}
.iOS7InkPopup {
background: #ffffff;
font: 16px Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
border: 1px solid #d9d9d9;
border-radius: 6px;
}
.iOS7InkPopupLock {
background: rgba(0, 0, 0, 0.1);
}
.iOS7InkPopupGroup {
border-bottom: 1px solid #e6e6e6;
padding: 4px;
padding-bottom: 0px;
}
.iOS7InkPopupSwatch {
text-align: center;
border: 1px solid #cccccc;
padding: 2px;
margin-bottom: 4px;
display: inline-block;
vertical-align: top;
position: relative;
width: 40px;
height: 40px;
border-radius: 22px;
}
.iOS7InkPopupSwatchSelected {
border: 2px solid #007aff;
margin: -1px;
margin-bottom: 3px;
border-radius: 23px;
}
.iOS7InkPopupSwatchSelected:before {
border: 2px solid #fff;
display: block;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border-radius: 20px;
content: "";
}
.iOS7InkPopupButton {
text-align: center;
color: #007aff;
font-size: 16px;
padding: 14px;
}
/* Scroll Indicator */
.iOS7ScrollIndH, .iOS7ScrollIndV {
padding: 0px;
width: 5px;
height: 5px;
}
.iOS7ScrollIndHBar, .iOS7ScrollIndVBar {
background: #000;
border-radius: 6px;
opacity: .5;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
/* Icons */
.iOS7Icon, .iOS7IconSm, .iOS7IconBtn {
text-transform: none;
font: 18px A5_iOS7Icons;
display: inline-block;
cursor: default;
position: relative;
width: 18px;
height: 24px;
}
.iOS7IconSm {
font: 16px A5_iOS7Icons;
width: 18px;
height: 18px;
}
.iOS7IconBtn {
padding: 4px;
}
.iOS7IconDisabled {
opacity: .5;
}
.iOS7IconLeft:after {
display: block;
position: absolute;
content: "a";
}
.iOS7IconRight:after {
display: block;
position: absolute;
content: "b";
}
.iOS7IconUp:after {
display: block;
position: absolute;
content: "d";
}
.iOS7IconDown:after {
display: block;
position: absolute;
content: "c";
}
.iOS7IconClose:after {
display: block;
position: absolute;
content: "e";
}
.iOS7IconResizeThumb:after {
display: block;
position: absolute;
content: "f";
}
.iOS7IconRadio:after {
display: block;
position: absolute;
content: "g";
}
.iOS7IconCheck:after {
display: block;
position: absolute;
content: "h";
}
.iOS7IconAdd:after {
display: block;
position: absolute;
content: "i";
}
.iOS7IconRemove:after {
display: block;
position: absolute;
content: "j";
}
.iOS7IconUndo:after {
display: block;
position: absolute;
content: "k";
}
.iOS7IconRedo:after {
display: block;
position: absolute;
content: "l";
}
.iOS7IconEdit:after {
display: block;
position: absolute;
content: "m";
}
.iOS7IconCancel:after {
display: block;
position: absolute;
content: "n";
}
.iOS7IconDelete:after {
display: block;
position: absolute;
content: "o";
}
.iOS7IconCancelEdit:after {
display: block;
position: absolute;
content: "p";
}
.iOS7IconNew:after {
display: block;
position: absolute;
content: "q";
}
.iOS7IconCancelNew:after {
display: block;
position: absolute;
content: "r";
}
.iOS7IconSave:after {
display: block;
position: absolute;
content: "s";
}
.iOS7IconLoad:after {
display: block;
position: absolute;
content: "t";
}
.iOS7IconSaveAndEnter:after {
display: block;
position: absolute;
content: "u";
}
.iOS7IconRefresh:after {
display: block;
position: absolute;
content: "v";
}
.iOS7IconSearch:after {
display: block;
position: absolute;
content: "w";
}
.iOS7IconFilter:after {
display: block;
position: absolute;
content: "x";
}
.iOS7IconFirst:after {
display: block;
position: absolute;
content: "y";
}
.iOS7IconLast:after {
display: block;
position: absolute;
content: "z";
}
.iOS7IconInfo:after {
display: block;
position: absolute;
content: "A";
}
.iOS7IconHelp:after {
display: block;
position: absolute;
content: "B";
}
.iOS7IconError:after {
display: block;
position: absolute;
content: "C";
}
.iOS7IconWarning:after {
display: block;
position: absolute;
content: "D";
}
.iOS7IconMenu:after {
display: block;
position: absolute;
content: "E";
}
/* container padding */
.iOS7PanelHeader .A5Container, .iOS7PanelFooter .A5Container, .iOS7PanelTopHeader .A5Container, .iOS7PanelTopFooter .A5Container, .iOS7PanelHeader .A5CWLayout, .iOS7PanelFooter .A5CWLayout, .iOS7PanelTopHeader .A5CWLayout, .iOS7PanelTopFooter .A5CWLayout {
padding: 0px;
}
/* ADAM */
.iOS7pageBODY {
background-color: #f5f5f5;
}
.iOS7shadowbox {
color: #333;
background-color: #fff;
font: 400 16px Roboto, sans-serif;
border: 1px solid #c4c4c4;
padding: 10px;
border-radius: 2px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.iOS7leftbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 20%;
  max-width: 300px;
  min-width: 200px;
  padding: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #c4c4c4;
  background-color: rgba(0, 0, 0, 0.05);
}
.project-left-bar {
  position: fixed;
  left: 0px;
  top: 80px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 400px;
  margin-top: -80px;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.iOS7flexcontainer {
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: minmax(600px, 1fr);
    grid-template-columns: minmax(600px, 1fr);
}
.iOS7homepanel {
  float: none;
  width: 50%;
  min-width: 370px;
  padding: 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Roboto, sans-serif;
  color: #19303f;
}
.iOS7homepanel100 {
  width: 100%;
  min-width: 370px;
  padding: 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Roboto, sans-serif;
  color: #19303f;
}
.iOS7homepanel50 {
  display: block;
  width: 50%;
  max-width: none;
  min-width: 370px;
  margin: 0px;
  padding: 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #19303f;
}
.iOS7heading1 {
color: #333;
font: 300 30px Roboto, sans-serif;
line-height: 1.2;
}
.iOS7heading2 {
color: #000;
font: 300 20px Roboto, sans-serif;
margin-top: 16px;
margin-bottom: 8px;
line-height: 1;
}
.iOS7heading2.navigation {
color: #333;
font-size: 30px;
margin-top: 40px;
line-height: 1.2;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
}
.iOS7heading4 {
color: #333;
font-size: 18px;
font-weight: 400;
margin-top: 0px;
margin-bottom: 0px;
line-height: 1.2;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.iOS7heading5 {
color: #7a7a7a;
font-size: 14px;
font-weight: 400;
margin-top: 1px;
margin-left: 0px;
margin-bottom: 0px;
line-height: 1.2;
}
.iOS7ListItem:hover {
background-color: #f0f0f0;
}
.accordion-wrapper {
  font: 300 14px Roboto, sans-serif;
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.accordion-item {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-item-trigger.navbutton {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-item-trigger.iOS7navbutton {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.down-arrow {
  width: 16px;
  opacity: 0.7;
}
.accordion-item-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.iOS7navbutton {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}
.iOS7treediv {
font: 300 14px Roboto, sans-serif;
color: #7a7a7a;
padding: 10px 15px;
transition: all 200ms ease;
}
.iOS7treediv:hover {
color: #000;
background-color: #d8d8d8;
}
.none {
padding: 0px;
}
.iOS7createprojectbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
.new-project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.create-project-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.iOS7createprojectbutton:hover {
  border-color: #4d731e;
  background-color: #d8d8d8;
}
.info-heading {
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}
.iOS7headerbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.iOS7headerbutton:hover {
  color: #d8d8d8;
}
.backbutton {
border-style: none;
background-color: rgba(0,0,0,0);
color: #7a7a7a;
font: 14px roboto, sans-serif;
transition: all 200ms ease;
}
.backbutton:hover {
color: #d8d8d8;
}
@media (max-width: 1287px){
	.halfHomePanel {
		width: 100%;
	}
}
@media (max-width: 900px){

.iOS7heading2{
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 12px;
}
