.z-row:hover > .z-cell,
.z-row:hover > .z-row-inner {
    background: none;
}

.frm-container input, .frm-container input *{
	border-color: #046ec5;
	border-width: 1px;
}

.frm-container input:hover, .frm-container input *:hover{
	border-color: gray;
}

.z-grid {
    border-width: 0 !important;
}

.z-icon-caret-down, .z-datebox-icon{
	color: #046ec5;
}

.z-column-content, .z-row-content, .z-group-content, .z-groupfoot-content, .z-footer-content {
    /* font-family: Open Sans, sans-serif; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.z-a {
    /* font-family: Open Sans, sans-serif; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    color: #003476 !important;
}

.z-a:hover {
    color: #046EC5 !important;
}

.z-label, .z-radio-content, .z-checkbox-content, .z-loading {
    /* font-family: Open Sans, sans-serif; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.z-listitem .z-listcell {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.z-tabbox {
    border: none;
    border-radius: 0;
}

.z-tab {
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.z-tab:hover,
.z-tab:active,
.z-tab:focus {
    background: #eeeeee;
}

.z-tab-selected {
    border: none;
}

.z-tab-text {
    /* font-family: Open Sans, sans-serif; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #616161;
}

.z-tab-text:hover {
    color: #616161;
}

.z-tabpanel {
    border: none;
    padding: 0;
}

.z-bandbox {
    width: 100%;
    height: 52px;
    border: none;
}

@media (max-width: 800px) {
	.z-tabs-content{
		 flex-direction: column;
	}
}

.z-combobox-readonly > input,
.z-bandbox-readonly > input {
    background: white;
}

.z-bandbox-input {
    height: 52px;
    border-radius: 6px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 19px;
    font-weight: 400;
    border-style: solid;
}

.z-bandbox-input:focus {
    /* border: none; */
}

.z-bandbox-input:focus + .z-bandbox-button {
    /* border: none; */
}

.z-bandbox-button {
    height: 45px;
    border-radius: 4px;
    border: none;
    margin: 3px;
    color: white;
    background: #003476;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.z-bandbox-button:hover,
.z-bandbox-button:active,
.z-bandbox-button:visited,
.z-bandbox-button:focus {
    background-color: #01245b !important;
    border: none;
    color: white;
}

.z-bandbox-icon {
    padding-top: 6px;
}

.z-datebox,
.z-combobox {
    width: 100%;
    height: 52px;
    display: block;
}

.z-datebox-input,
.z-combobox-input {
    height: 52px;
    border-radius: 6px;
    /* font-family: Open Sans, sans-serif; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 19px;
    font-weight: 400;
    border-style: solid;
}

.z-datebox-button,
.z-combobox-button {
    height: 52px;
    border-radius: 0 6px 6px 0;
    border-left-color: transparent;
}

.z-datebox-icon,
.z-combobox-icon {
    padding-top: 12px;
}
.z-datebox-input:focus,
.z-combobox-input:focus {
    border-color: #046EC5;
}

.z-combobox-input:focus + .z-combobox-button {
    border-left: 1px solid #046EC5;
}

.z-combobox-button:hover {
    border-color: #046EC5;
    background: white;
}

.z-combobox-button:active {
    color: #FFFFFF;
    border-color: #046EC5;
    background-color: #046EC5;
}

.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
    /* font-family: Open Sans, sans-serif; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #212529;
}

.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
    width: 100%;
    height: 52px;
    border-radius: 8px;
}

.z-textbox[disabled],
.z-decimalbox[disabled],
.z-intbox[disabled],
.z-longbox[disabled],
.z-doublebox[disabled] {
    /* border-color: #f5f5f7; */
    /* background-color: #f5f5f7; */
    background-color: #fff!important;
    /* color: rgba(0,0,0,0.9) !important; */
    color: rgba(0, 0, 0, 0.38) !important;
}

.z-combobox-disabled > input,
.z-datebox-disabled > input,
.z-bandbox-disabled > input {
    color: rgba(0,0,0,0.9) !important;
}

.z-bandbox-popup {
    border-radius: 4px;
}

.z-combobox-popup, .z-datebox-popup, .z-timebox-popup {
    border-radius: 6px;
}

.z-combobox-popup, .z-bandbox-popup, .z-datebox-popup, .z-timebox-popup {
    color: #212529;
    /* font-family: Open Sans, sans-serif; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #046EC5;
}

.z-combobox-open .z-combobox-button, .z-datebox-open .z-datebox-button {
    border-color: #046EC5;
}

.z-comboitem {
    padding: 5px 8px;
}

input[type="radio"] {
    border: 1px solid #707070;
    margin-right: 11px;
    margin-left: 0;
}

input[type="radio"]:checked {
    border-color: #046EC5;
}

input[type="radio"]:checked:before {
    background-color: #046EC5;
}

input[type="radio"]:hover {
    border-color: #046EC5;
}

.z-listitem-checkable {
    color: #046EC5;
    border: 1px solid #949393;
    border-radius: 2px;
    margin-right: 9px;
}

.z-menupopup {
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.z-menupopup .z-menu-content, .z-menupopup .z-menuitem-content {
    color: #212529;
    background: #FFFFFF;
    border-radius: 0;
    text-align: right;
}

.z-menu-text, .z-menuitem-text {
    /* font-family: Open Sans, sans-serif; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.z-menupopup .z-menu-content:hover, .z-menupopup .z-menuitem-content:hover,
.z-menupopup .z-menu-content:focus, .z-menupopup .z-menuitem-content:focus ,
.z-menupopup .z-menu-content:active, .z-menupopup .z-menuitem-content:active,
.z-menupopup .z-menu-hover>.z-menu-content, .z-menupopup .z-menuitem-hover > .z-menuitem-content {
    color: #212529;
    background-color: #61616110;
}

.z-menupopup .z-menuseparator {
    border-bottom: 1px solid #707070;
}
/* 
.z-checkbox-switch-on>.z-checkbox-mold {
    background-color: #003476;
}

 */