/*general*/

body {
    padding: 0px;
}

a:hover, a:focus {
    color: #555;
}

.z-label {
    font-size: 14px;
}

.z-window-noborder.z-window-noheader>.z-window-content {
    margin: -4px -4px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.label-link {
    font-size: 11px;
    text-decoration: underline
}

.label-link:hover {
    text-decoration: none;
    cursor: pointer
}

.input[type=checkbox], input[type=radio] {
    margin: 0px 0 0 !important;
}

.z-toolbarbutton {
    margin: 0 0;
    border: 0px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    border-left: 1px solid gray;
    padding: 8px 20px 5px 20px;
    height: 35px;
}

.bold {
    font-weight: bold
}


/*tips*/

.info {
    opacity: 0.5;
    cursor: help;
    margin: 0 4px;
    position: relative;
    top: -3px;
}

.info:hover {
    opacity: 1;
}


/*auxheader filters*/

.filter {
    margin-bottom: 5px;
}

.filter .input {
    float: left
}

.filter .keywords span {
    border: 1px solid #92918f;
    padding: 3px;
    border-radius: 5px;
    margin-left: 5px;
}

.filter .keywords span:after {
    content: " x";
    color: #676665;
    font-size: 9px;
    vertical-align: top;
    padding-left: 3px;
    font-weight: bold;
}

.filter .keywords span:hover {
    background-color: #dedddb;
    cursor: pointer;
}

.filter .keywords span:after:hover {
    color: #ffffff
}


/*login form*/

.login-form {
    margin: 10% 0 0 25%;
}

.login-error {
    color: #d32a0e;
}


/*header row*/

.header {
    background-color: #8FADC7;
    border-bottom: 10px solid #292826;
    text-align: right;
}

.header .wrapper {
    background-color: #292826;
    width: 365px;
    padding: 1px 0 0 0;
    margin-top: 5px;
    border-radius: 15px 15px 0px 0;
    margin-bottom: -8px;
}

.header .welcome-wrapper {
    width: 410px;
}

.header .welcome {
    color: #92918f;
}

.header-buttons .z-toolbarbutton-content {
    color: #fd9402;
    text-shadow: 0px 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 2px 2px 2px;
}

.header .btn-radius {
    border-top-right-radius: 15px;
}


/*navigation bar*/

.menu {
    background-color: #838385;
}

.menu .z-tab {
    border: 0px;
    border-right: 1px solid #A5A5A5;
    background: transparent;
    font-size: 14px;
    border-radius: 0px;
    padding: 10px;
}

.menu .z-tab-selected {
    background: #B1AFAF;
}

.menu .z-tab-text {
    color: white;
}

.menu .z-tabs-content {
    border: 0;
}

.menu .logo {
    margin-left: 20%;
    margin-right: 20%;
    border: 0;
}

.content .z-tabpanel {
    min-height: 500px;
}


/*footer*/

.footer {
    background: #2a2927;
    padding: 20px 0;
    height: 100px;
}

.footer .copyright {
    color: #dddddd;
}

.footer .header-buttons {
    border-left: 0px;
}

.footer .header-buttons:hover {
    background: none;
}


/*LÉGSZENNYEZETTSÉG*/

.zone-category-A {
    color: #8E871B
}

.zone-category-B {
    color: #9f1413
}

.zone-category-C {
    color: #d47f1f
}

.zone-category-D {
    color: #12c63a
}

.zone-category-E {
    color: #0a86d3
}

.zone-category-F {
    color: #1312c1
}

.zone-category-O-I {
    color: #b378d5
}

.zone-category-O-II {
    color: #ad1288
}


/*JOGTÁR*/

.law-title {
    font-weight: bold
}

.law-subtitle {
    font-size: 11px;
    opacity: 0.5;
}

.highlighted {
    background: #F5FB08;
}


/*projects list */

.projects .pid {
    font-weight: bold
}

.projects .created-time {
    font-size: 11px;
    color: #ABABAB;
}

.projects .created-time:before {
    content: '(';
    font-size: 11px;
    color: #ABABAB;
}

.projects .created-time:after {
    content: ')';
    font-size: 11px;
    color: #ABABAB;
}

.projects .unsuccessful {
    color: #d32a0e;
    cursor: pointer
}

.projects .download-list .disabled {
    opacity: 0.1
}

.projects .download-list .btn-image {
    opacity: 0.9
}

.projects .download-list .btn-image:hover {
    opacity: 1;
    cursor: pointer
}

.projects .pdf:hover {
    cursor: pointer;
    text-decoration: underline;
}

.projects .result-ok {
    color: #188E18;
    text-transform: uppercase;
    font-weight: bold;
}

.img-preview {
    max-height: 700px;
    max-width: 1024px;
}


/*admin, new service*/

.service .z-caption {
    font-weight: bold;
}


/*simulation input data*/

.simulation .requested:before {
    content: "*";
    color: #FF1800;
    font-size: 13px;
    vertical-align: top;
    padding-right: 1px;
    font-weight: bold;
}

.simulation .z-caption-content {
    /*font-weight: bold;*/
    /*font-size: 22px;*/
}


/*source point popup*/

.source-point .selected-type {
    font-weight: bold;
    font-size: 24px;
}

.source-point .z-caption-content {
    font-weight: bold;
    font-size: 15px;
}


/*receptor point popup*/

.receptor-point .title {
    font-weight: bold;
    font-size: 24px;
}

.receptor-point .z-caption-content {
    font-weight: bold;
    font-size: 15px;
}


/*logging*/

.bck-date {
    color: #AFAFAF;
    font-size: 12px;
}


/*override default ZK & styles.css*/

footer {
    position: inherit;
}

.z-window {
    margin: 0 auto;
}

.z-tab {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    display: block;
    border-width: 1px 1px 0 1px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin: 0;
    line-height: 30px;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: left;
}

.z-tab:hover {
    background: #f5f5f5;
}

.z-tab-selected .z-tab-text {
    cursor: default;
    font-weight: normal;
}

.z-tabbox-top>.z-tabs .z-tab:first-child.z-tab-selected+.z-tab {
    box-shadow: none;
}

.menu {
    background-color: #ff9503;
}

.menu .z-tab-selected {
    background: #ff9503;
}

.menu .z-tab-selected .z-tab-text {
    color: #333;
}

.menu .z-tab {
    border: 0px;
    border-right: 1px solid #FFC980;
    font-size: 14px;
    border-radius: 0px;
    padding: 10px;
}

.menu .z-tab .z-tab-content {
    text-decoration: none;
}

.submenu .z-tabs-content {
    border-bottom: none;
}

.submenu .z-tab {
    border: 5px solid #fff;
    font-size: 14px;
    border-radius: 0px;
    padding: 6px 12px;
    background: #FF9503;
    border-radius: 30px;
}

.submenu .z-tab .z-tab-text {
    color: white;
    padding: 0px 30px 0px 30px;
    margin: 0px;
}

.submenu .z-tab .z-tab-content {
    text-decoration: none;
}

.submenu .z-tab-selected {
    background: #cf7800;
}

.submenu .z-tab-selected .z-tab-text {}

.z-auxheader {
    background: #ffffff;
}

.z-auxheader-content {
    padding: 12px 10px;
}

.z-auxheader-content .z-label {
    font-size: 15px;
    font-weight: bold;
}

.z-grid {
    border: 1px solid #F5F5F5;
}

.z-grid-header {
    background: #f5f5f5;
}

.z-grid-header-border {
    border-bottom: 1px solid #F5F5F5;
}

.z-listitem.z-listitem-selected>.z-listcell, .z-listitem.z-listitem-selected:hover>.z-listcell, .z-listitem:hover>.z-listcell, .z-row:hover>.z-row-inner, .z-row:hover>.z-cell {
    /*background: #ECECEC;*/
    /*background: #FFF6EA;*/
    /*background: #FDBD65;*/
    background: #FFECD2;
}

.z-listbox-odd.z-listitem, .z-grid-odd>.z-row-inner, .z-grid-odd>.z-cell {
    /*background: #FFFBF5;*/
    background: #FFF6EA;
}

.z-textbox {
    width: 100%;
}

.z-checkbox input {
    margin-top: -2px;
    margin-right: 5px;
}

.z-button {
    box-shadow: 0px 10px 15px -12px rgba(0, 0, 0, 0.67);
    background: #ff9503;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    color: #fff;
    text-shadow: none;
}

.z-button img {
    position: relative;
    top: -2px;
}

.z-button:hover {
    color: #fff;
    background: #cf7800;
    border-color: #c57200;
}

.z-button:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #fff;
    background: #cf7800;
    border-color: #c57200;
}

.z-button:active:focus {
    color: #fff;
    background: #ab6300;
    border-color: #834c00;
}

.z-button:active:hover {
    color: #fff;
    background: #ab6300;
    border-color: #834c00;
}

.z-button:focus {
    color: #fff;
    background: #cf7800;
    border-color: #834c00;
}

.z-button[disabled] {
    background: #ff9503;
    opacity: 0.5;
}

.z-toolbarbutton:hover, .z-toolbarbutton:active, .z-toolbarbutton:focus {
    background: transparent;
}

.z-comboitem-selected, .z-comboitem:hover {
    background: #ff9503;
    text-shadow: none;
}

.z-comboitem-selected .z-comboitem-text, .z-comboitem:hover .z-comboitem-text {
    color: #FFFFFF;
}

.z-listheader, .z-column {
    background: #ff9503;
}

.z-listheader, .z-column-content {
    color: #ffffff;
}

.z-listheader, .z-listheader-content {
    color: #ffffff;
}

.z-tabs-content {
    width: auto;
    margin: 0 auto;
}

.main-nav.z-tabbox {
    margin-bottom: 110px;
}

.z-tabpanels {
    margin-top: 20px;
}

.z-tabpanel {
    border: none;
}

.simulation .z-button, .law .z-button, .profile .z-button, .limits .z-button, .projects .z-button, .admin .z-button {
    padding: 7px;
}

.law .z-auxheader-content .z-label, .limits .z-auxheader-content .z-label, .projects .z-auxheader-content .z-label, .admin .z-auxheader-content .z-label {
    font-size: 12px;
}

.z-paging {
    height: 40px;
}

.z-paging .z-paging-button {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FF9503;
    min-width: 40px;
    height: 27px;
    border: none;
    border-radius: 15px;
    margin-right: 5px;
    line-height: 18px;
    background: #FF9503;
}

.z-paging-button[disabled] .z-paging-icon, .z-paging-button[disabled] .z-paging-icon:hover {
    color: #fff;
}

.z-paging .z-paging-icon {
    font-size: 20px;
    color: #fff;
}

.z-paging .z-paging-input {
    text-align: center;
}

.z-groupbox .z-groupbox-header .z-caption-content {
    background: #FF9503;
    border-radius: 15px;
    padding: 0px 15px;
    color: #fff;
}

.z-groupbox .z-groupbox-content {
    padding: 15px;
}

.z-calendar-selected {
    color: #ff9503;
    background: rgba(255, 149, 3, 0.3);
}

.z-calendar-cell:hover {
    background: rgba(255, 149, 3, 0.3);
}

.z-combobox-button:hover, .z-bandbox-button:hover, .z-datebox-button:hover, .z-timebox-button:hover, .z-spinner-button:hover, .z-doublespinner-button:hover {
    background: #cf7800;
    border-color: #c57200;
}

.z-combobox-button:active, .z-bandbox-button:active, .z-datebox-button:active, .z-timebox-button:active, .z-spinner-button:active, .z-doublespinner-button:active {
    color: #fff;
    background: #ab6300;
    border-color: #834c00;
}

.z-tree-header .z-treecol {
    background: #FFF6EA;
}

.z-treerow.z-treerow-selected>.z-treecell {
    background: #f5f5f5;
}

.z-treerow.z-treerow-selected:hover>.z-treecell {
    background: #ECECEC;
}

.z-treerow:hover>.z-treecell {
    background: #f5f5f5;
}

.z-treecell-content {
    padding: 10px 5px;
}

.z-hbox-separator {
    width: 1em;
}

.welcome .z-label {
    color: #BBBABA;
}

.welcome .username {
    color: #FF9503;
    padding-left: 5px;
}

.welcome .username:hover {
    text-decoration: underline;
    cursor: pointer;
}

.z-tabbox-accordion .z-tabpanel {
    min-height: 0;
}

.navbar-top .welcome {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 5px;
}

.z-progressmeter {
    border-radius: 20px;
}

.z-progressmeter-image {
    background: -webkit-linear-gradient(#FFBF67 0%, #FF9605 100%);
    background: -o-linear-gradient(#FFBF67 0%, #FF9605 100%);
    background: linear-gradient(#FFBF67 0%, #FF9605 100%);
    opacity: .75;
    height: 18px;
}


/* Modals */


.z-window {
    border: none;
    background: #FF9605;
    padding: 0;
}

.z-window-header {
    font-size: 18px;
    padding: 15px;
    line-height: 2.4;
    color: #fff;
    font-weight: bold;
}

.z-window-icon {
    width: 28px;
    height: 28px;
    color: #000;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
    border: none;
    background: none;
}

.z-window-icon:hover {
    background: none;
    opacity: 0.5;
}

.z-window-close {
    font-size: 14px;
    line-height: 28px;
}

.z-window-shadow {
    box-shadow: none;
}

.z-window-modal.z-window-shadow, .z-window-highlighted.z-window-shadow {
    box-shadow: none;

    border-radius: 6px;
    border: 1px solid rgba(51, 51, 51, .7);
}

.z-combobox-input, .z-bandbox-input, .z-datebox-input, .z-timebox-input, .z-spinner-input, .z-doublespinner-input, .z-textbox, .z-select {
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.z-combobox-input:focus, .z-bandbox-input:focus, .z-datebox-input:focus, .z-timebox-input:focus, .z-spinner-input:focus, .z-doublespinner-input:focus, .z-textbox:focus, .z-select:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.filter .keywords span {
    background-color: #FF9503;
    padding: 6px 15px;
    border-radius: 15px;
    color: white;
    font-size: 16px;
    border: none;
}

.filter .keywords span:hover {
    background-color: #cf7800;
}

.filter .keywords span:after {
    color: #FFFFFF;
    font-size: 9px;
    padding-left: 5px;
}

.z-tabbox-accordion .z-tabpanel>.z-tabpanel-content {
    padding: 20px;
    font-size: 14px;
    border: none;
}

.z-tabbox-accordion .z-tab:hover {
    background: #f5f5f5;
}

.z-tabbox-accordion>.z-tabpanels {
    border: none;
}

.z-tabbox-accordion .z-tabpanel>.z-tab {
    background: #FFF6EA;
}

.z-tabbox-accordion .z-tabpanel>.z-tab-selected {
    background: #FF9503;
}

.z-tabbox-accordion .z-tabpanel>.z-tab {
    margin-top: 5px;
    padding: 20px;
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.z-tabbox-accordion .z-tabpanel>.z-tab .z-tab-text {
    padding: 0;
}

.z-tabbox-accordion .z-tabpanel>.z-tab .z-tab-text::after {
    content: "";
    float: right;
    font-family: FontAwesome;
}

.z-tabbox-accordion .z-tabpanel>.z-tab.z-tab-selected .z-tab-text::after {
    content: "";
}

.z-temp, .z-modal-mask {
    background: #333333;
    opacity: .7;
}


/* Checkbox style */

.z-checkbox input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.z-checkbox input[type=checkbox] + label.z-checkbox-content {
    padding-left: 30px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.z-checkbox input[type=checkbox]:disabled + label.z-checkbox-content {
    opacity: 0.5;
}

.z-checkbox input[type=checkbox]:checked + label.z-checkbox-content {
    background-position: 0 -16px;
}

.z-checkbox label.z-checkbox-content {
    background-image: url(../resources/img/i/orange_checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Radio style */

.z-radio input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.z-radio input[type=radio] + label.z-radio-content {
    padding-left: 30px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.z-radio input[type=radio]:disabled + label.z-radio-content {
    opacity: 0.5;
}

.z-radio input[type=radio]:checked + label.z-radio-content {
    background-position: 0 -16px;
}

.z-radio label.z-radio-content {
    background-image: url(../resources/img/i/orange_radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.z-popup {
    max-width: 600px;
}

.z-messagebox-information {
    background-image: url(../resources/img/i/info-btn-orange.png);
}

.z-messagebox-exclamation {
    background-image: url(../resources/img/i/warning-btn-orange.png);
}

.z-messagebox-question {
    background-image: url(../resources/img/i/question-btn-orange.png);
}

.z-select {
    border-radius: 3px;
    padding: 4px 5px 3px;
}

.z-combobox-button {
    background: #ff9503;
    border: none;
}


/* Font Resets */

.z-label, .z-radio-content, .z-checkbox-content, .z-loading {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-apply-loading-indicator {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-drop-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-selectbox {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-auxheader-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-combobox-input, .z-bandbox-input, .z-datebox-input, .z-timebox-input, .z-spinner-input, .z-doublespinner-input {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-combobox-popup, .z-bandbox-popup, .z-datebox-popup, .z-timebox-popup {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-north-header, .z-south-header, .z-west-header, .z-center-header, .z-east-header {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-button {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-calendar {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-calendar th {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-calendar-title {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-datebox-timezone {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-combobutton-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-errorbox-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-grid-emptybody td {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-column-content, .z-row-content, .z-group-content, .z-groupfoot-content, .z-footer-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-grid-body .z-cell {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-groupbox>.z-groupbox-header {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-listbox-emptybody td {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-listheader-content, .z-listcell-content, .z-listgroup-content, .z-listgroupfoot-content, .z-listfooter-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-select {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-menu-text, .z-menuitem-text {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-paging-button {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-paging-input {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-paging-text {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-paging-info {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-panel-header {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-popup-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-notification-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-slider-popup {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-tab {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-toolbarbutton-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-tree-emptybody td {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-treecol-content, .z-treecell-content, .z-treefooter-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-window-header {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.z-messagebox .z-label {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.errorMsg {
	color: red;
}

.tips {
	padding: 10px;
}

.tips .title {
	font-weight: bold;
}

em {
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
}