.z-window-header {
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	padding: 3px 7px 5px 10px;
	line-height: 24px;
	overflow: hidden;
	zoom: 1;
	cursor: default;
}

body {
	overflow:auto;
	margin: 0;
	padding: 0 5px;
}

.z-errorbox-content {
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	padding: 5px 20px 5px 26px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	cursor: move;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.title-bar {
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 14px;
	vertical-align: text-top;
}

.page-header {
  margin: 0 0 10px;
  border-bottom: 1px dotted #e2e2e2;
  padding-top: 3px;
}
.page-header h1 {
  padding: 0;
  margin: 0 18px;
  font-size: 17px;
  font-weight: lighter;
  color: #007899;
}
.page-header h1 small {
  margin: 0 6px;
  font-size: 14px;
  font-weight: normal;
  color: #8089a0;
}

.sidebar .sidebar-toggle {
  border-style: solid;
  border-width: 0 0 1px;
  text-align: center;
  padding: 3px 0;
  position: relative;
}
.sidebar .sidebar-toggle > .ace-icon {
  padding: 0 5px;
  line-height: 18px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 100%;
  border: 1px solid;
  position: relative;
}
.sidebar .sidebar-toggle:before {
  content: "";
  display: block;
  height: 0;
  border-top: 1px solid;
  border-color: inherit;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 13px;
}
.sidebar .sidebar-shortcuts {
  text-align: center;
  min-height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  border: 0 solid;
}
.sidebar .sidebar-shortcuts:empty {
  display: none;
}
.sidebar .sidebar-shortcuts-large {
  line-height: 37px;
}
.sidebar .sidebar-shortcuts-large > .btn {
  text-align: center;
  width: 41px;
  line-height: 24px;
  padding: 0;
  border-width: 4px;
}
.sidebar .sidebar-shortcuts-large > .btn > .ace-icon {
  margin: 0;
}
.sidebar .sidebar-shortcuts-mini {
  display: none;
  font-size: 0;
  width: 42px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.sidebar .sidebar-shortcuts-mini > .btn {
  border-width: 0;
  font-size: 0;
  line-height: 0;
  padding: 8px;
  margin: 1px;
  border-radius: 0;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sidebar ::safari-only,
  .sidebar .sidebar-shortcuts-mini > .btn {
    margin: 0;
  }
}

.noborder {
	padding: 0px;
	background: none;
}

.noborder-header {
	display: none;
}

.z-tab-content {
	text-decoration: none !important;
}

.z-text {
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 13.5px;
}

.tblWithoutHover>tr.z-row-over>td.z-row-inner {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.tblWithoutHover tr.z-row-over>td.z-row-inner, tr.z-row-over>.z-cell {
	background-image: none;
}

.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
	width: 100%;
}

.z-combobox-input, .z-bandbox-input, .z-datebox-input, .z-timebox-input, .z-spinner-input, .z-doublespinner-input {
	width: 100%;
}

.z-window-content {
	border: 1px solid #007899;
	background: #fff;
	overflow: hidden;
	zoom: 1;
}

.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: none !important;
}

.required::after {
	content: "*";
	position: absolute;
	right: 0px;
	top: 10px;
}

.required {
	padding: 2px 4px;
	font-size: 93%;
	color: #c7254e;
	/* 	background-color: #f9f2f4; */
	border-radius: 4px;
}

/* .error { */
/* 	display: inline-block !important; */
/* 	padding-left: 2px !important; */
/* } */
.errors-wt-border {
	margin-left: 10px !important;
	border: none !important;
}

.input-group-addon {
	height: inherit !important;
	padding: 0px 12px !important;
	color: #007899 !important;
	background-color: #fff !important;
	font-weight: bold !important;
	border-radius: 5px !important;
}

.help-block {
	display: inline !important;
	vertical-align: middle !important;
	color: #959595;
	padding-left: 12px;
	margin-top: 5px;
}

.steps-sm .step-number {
	width: 30px !important;
	height: auto !important;
	font-size: 15px !important;
	line-height: 30px !important;
}

.steps .z-label {
	font-family: Arial, Sans-serif;
	font-size: 24px;
	font-weight: normal;
}

.z-row .z-detail-outer {
	width: 40px;
	min-width: 40px;
	border-top: 1px solid #cfcfcf;
	padding: 6px 6px !important;
}

.navbar-brand {
	padding: 12px 20px !important;
	font-weight: 500;
}

b, strong {
	font-weight: bold;
}

.custom-group {
	padding: 2px;
	background-color: #e2ecf1;
	border: 1px solid #e2ecf1;
	color: black;
	font-weight: bold;
}

.search {
	height: 24px !important;
	margin-top: -2%;
}

.search>.glyphicon {
	top: -1px;
}

.pull-right {
	float: right;
	margin-right: 6px;
}

.index-logo {
	float: left;
}

.z-row-content>.z-div {
	border-collapse: separate;
}

.box-header h2 {
	font-weight: normal !important;
}

.z-textbox-invalid {
	
}

.modal-header {
	min-height: 10px !important;
}

.cabecalho-cinzento {
	background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%)
}

.icon-car {
	background-position: center center;
}

fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

.bni-color {
	color: #007899;
}

.steps {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 12px 20px;
	display: flex;
}

.steps ul {
	justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	-o-justify-content: space-around;
	-ms-justify-content: space-around;
}

.steps ul li {
	padding-right: 80px;
	padding-left: 0px;
	position: relative;
}

.steps ul li:after {
	position: absolute;
	width: 1px;
	height: 30px;
	content: "";
	background: #ebebeb;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.steps ul li a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

.steps ul li:last-child:after {
	width: 0px;
}

.steps ul .current a {
	color: #222;
}

.steps ul .current a .number {
	border: 2px solid #222;
}

.steps ul .done a {
	color: #1abc9c;
}

.steps ul .done a .number {
	position: relative;
	font-size: 0px;
	border: 2px solid #1abc9c;
}

.steps ul .done a .number:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 14px;
	color: #1abc9c;
	font-family: 'Material-Design-Iconic-Font';
	content: '\f26b';
	font-weight: bold;
}

.container-wizard {
	text-align: right;
	color: red;
}

.steps-xs .step {
	margin: 0 auto;
}

.z-window-modal.z-window-shadow, .z-window-highlighted.z-window-shadow {
	border-radius: 4px;
	box-shadow: none;
	background: #007899;
}

.z-window {
    background: #007899;
}

.z-tab-text {
	font-style: normal;
	color: #555;
	display: block;
	padding: 4px 12px 2px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.z-tabs-content {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #DCE8F1;
	margin: 0;
	padding-left: 0;
	padding-top: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	zoom: 1;
	clear: both;
}

.z-window-move-ghost {
	border: 1px solid #9f9f9f;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 0;
	background: #007899;
	opacity: .65;
	filter: alpha(opacity = 65);
	position: absolute;
	overflow: hidden;
	cursor: move !important;
}

.breadcrumb {
	text-decoration: none;
}

.label.label-transparent,
.label-transparent,
.badge.badge-transparent,
.badge-transparent {
  background-color: transparent;
}
.label-grey,
.label.label-grey,
.badge.badge-grey,
.badge-grey {
  background-color: #a0a0a0;
}
.label-info,
.label.label-info,
.badge.badge-info,
.badge-info {
  background-color: #007899;
}
.label-primary,
.label.label-primary,
.badge.badge-primary,
.badge-primary {
  background-color: #428bca;
}
.label-success,
.label.label-success,
.badge.badge-success,
.badge-success {
  background-color: #218838;
}
.label-danger,
.label.label-danger,
.badge.badge-danger,
.badge-danger {
  background-color: #d15b47;
}
.label-important,
.label.label-important,
.badge.badge-important,
.badge-important {
  background-color: #d15b47;
}
.label-inverse,
.label.label-inverse,
.badge.badge-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-warning,
.label.label-warning,
.badge.badge-warning,
.badge-warning {
  background-color: #ff870a;
}
.label-pink,
.label.label-pink,
.badge.badge-pink,
.badge-pink {
  background-color: #d6487e;
}
.label-purple,
.label.label-purple,
.badge.badge-purple,
.badge-purple {
  background-color: #9585bf;
}
.label-yellow,
.label.label-yellow,
.badge.badge-yellow,
.badge-yellow {
  background-color: #fee188;
}
.label-light,
.label.label-light,
.badge.badge-light,
.badge-light {
  background-color: #e7e7e7;
}
.badge-yellow,
.label-yellow {
  color: #996633;
  border-color: #fee188;
}
.badge-light,
.label-light {
  color: #888888;
}
.label.arrowed,
.label.arrowed-in {
  position: relative;
  z-index: 1;
}
.label.arrowed:before,
.label.arrowed-in:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-right-color: #abbac3;
  -moz-border-right-colors: #abbac3;
}
.label.arrowed-in:before {
  border-color: #abbac3;
  border-left-color: transparent;
  -moz-border-left-colors: none;
}
.label.arrowed-right,
.label.arrowed-in-right {
  position: relative;
  z-index: 1;
}
.label.arrowed-right:after,
.label.arrowed-in-right:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-left-color: #abbac3;
  -moz-border-left-colors: #abbac3;
}
.label.arrowed-in-right:after {
  border-color: #abbac3;
  border-right-color: transparent;
  -moz-border-right-colors: none;
}
.label-info.arrowed:before {
  border-right-color: #007899;
  -moz-border-right-colors: #007899;
}
.label-info.arrowed-in:before {
  border-color: #007899 #007899 #007899 transparent;
  -moz-border-right-colors: #007899;
}
.label-info.arrowed-right:after {
  border-left-color: #007899;
  -moz-border-left-colors: #007899;
}
.label-info.arrowed-in-right:after {
  border-color: #007899 transparent #007899 #007899;
  -moz-border-left-colors: #007899;
}
.label-primary.arrowed:before {
  border-right-color: #428bca;
  -moz-border-right-colors: #428bca;
}
.label-primary.arrowed-in:before {
  border-color: #428bca #428bca #428bca transparent;
  -moz-border-right-colors: #428bca;
}
.label-primary.arrowed-right:after {
  border-left-color: #428bca;
  -moz-border-left-colors: #428bca;
}
.label-primary.arrowed-in-right:after {
  border-color: #428bca transparent #428bca #428bca;
  -moz-border-left-colors: #428bca;
}
.label-success.arrowed:before {
  border-right-color: #82af6f;
  -moz-border-right-colors: #82af6f;
}
.label-success.arrowed-in:before {
  border-color: #218838 #218838 #218838 transparent;
  -moz-border-right-colors: #218838;
}
.label-success.arrowed-right:after {
  border-left-color: #218838;
  -moz-border-left-colors: #218838;
}
.label-success.arrowed-in-right:after {
  border-color: #82af6f transparent #82af6f #82af6f;
  -moz-border-left-colors: #82af6f;
}
.label-warning.arrowed:before {
  border-right-color: #f89406;
  -moz-border-right-colors: #f89406;
}
.label-warning.arrowed-in:before {
  border-color: #f89406 #f89406 #f89406 transparent;
  -moz-border-right-colors: #f89406;
}
.label-warning.arrowed-right:after {
  border-left-color: #f89406;
  -moz-border-left-colors: #f89406;
}
.label-warning.arrowed-in-right:after {
  border-color: #f89406 transparent #f89406 #f89406;
  -moz-border-left-colors: #f89406;
}
.label-important.arrowed:before {
  border-right-color: #d15b47;
  -moz-border-right-colors: #d15b47;
}
.label-important.arrowed-in:before {
  border-color: #d15b47 #d15b47 #d15b47 transparent;
  -moz-border-right-colors: #d15b47;
}
.label-important.arrowed-right:after {
  border-left-color: #d15b47;
  -moz-border-left-colors: #d15b47;
}
.label-important.arrowed-in-right:after {
  border-color: #d15b47 transparent #d15b47 #d15b47;
  -moz-border-left-colors: #d15b47;
}
.label-danger.arrowed:before {
  border-right-color: #d15b47;
  -moz-border-right-colors: #d15b47;
}
.label-danger.arrowed-in:before {
  border-color: #d15b47 #d15b47 #d15b47 transparent;
  -moz-border-right-colors: #d15b47;
}
.label-danger.arrowed-right:after {
  border-left-color: #d15b47;
  -moz-border-left-colors: #d15b47;
}
.label-danger.arrowed-in-right:after {
  border-color: #d15b47 transparent #d15b47 #d15b47;
  -moz-border-left-colors: #d15b47;
}
.label-inverse.arrowed:before {
  border-right-color: #333333;
  -moz-border-right-colors: #333333;
}
.label-inverse.arrowed-in:before {
  border-color: #333333 #333333 #333333 transparent;
  -moz-border-right-colors: #333333;
}
.label-inverse.arrowed-right:after {
  border-left-color: #333333;
  -moz-border-left-colors: #333333;
}
.label-inverse.arrowed-in-right:after {
  border-color: #333333 transparent #333333 #333333;
  -moz-border-left-colors: #333333;
}
.label-pink.arrowed:before {
  border-right-color: #d6487e;
  -moz-border-right-colors: #d6487e;
}
.label-pink.arrowed-in:before {
  border-color: #d6487e #d6487e #d6487e transparent;
  -moz-border-right-colors: #d6487e;
}
.label-pink.arrowed-right:after {
  border-left-color: #d6487e;
  -moz-border-left-colors: #d6487e;
}
.label-pink.arrowed-in-right:after {
  border-color: #d6487e transparent #d6487e #d6487e;
  -moz-border-left-colors: #d6487e;
}
.label-purple.arrowed:before {
  border-right-color: #9585bf;
  -moz-border-right-colors: #9585bf;
}
.label-purple.arrowed-in:before {
  border-color: #9585bf #9585bf #9585bf transparent;
  -moz-border-right-colors: #9585bf;
}
.label-purple.arrowed-right:after {
  border-left-color: #9585bf;
  -moz-border-left-colors: #9585bf;
}
.label-purple.arrowed-in-right:after {
  border-color: #9585bf transparent #9585bf #9585bf;
  -moz-border-left-colors: #9585bf;
}
.label-yellow.arrowed:before {
  border-right-color: #fee188;
  -moz-border-right-colors: #fee188;
}
.label-yellow.arrowed-in:before {
  border-color: #fee188 #fee188 #fee188 transparent;
  -moz-border-right-colors: #fee188;
}
.label-yellow.arrowed-right:after {
  border-left-color: #fee188;
  -moz-border-left-colors: #fee188;
}
.label-yellow.arrowed-in-right:after {
  border-color: #fee188 transparent #fee188 #fee188;
  -moz-border-left-colors: #fee188;
}
.label-light.arrowed:before {
  border-right-color: #e7e7e7;
  -moz-border-right-colors: #e7e7e7;
}
.label-light.arrowed-in:before {
  border-color: #e7e7e7 #e7e7e7 #e7e7e7 transparent;
  -moz-border-right-colors: #e7e7e7;
}
.label-light.arrowed-right:after {
  border-left-color: #e7e7e7;
  -moz-border-left-colors: #e7e7e7;
}
.label-light.arrowed-in-right:after {
  border-color: #e7e7e7 transparent #e7e7e7 #e7e7e7;
  -moz-border-left-colors: #e7e7e7;
}
.label-grey.arrowed:before {
  border-right-color: #a0a0a0;
  -moz-border-right-colors: #a0a0a0;
}
.label-grey.arrowed-in:before {
  border-color: #a0a0a0 #a0a0a0 #a0a0a0 transparent;
  -moz-border-right-colors: #a0a0a0;
}
.label-grey.arrowed-right:after {
  border-left-color: #a0a0a0;
  -moz-border-left-colors: #a0a0a0;
}
.label-grey.arrowed-in-right:after {
  border-color: #a0a0a0 transparent #a0a0a0 #a0a0a0;
  -moz-border-left-colors: #a0a0a0;
}
.label {
  font-size: 12px;
  line-height: 1.15;
  height: 20px;
  vertical-align: middle !important;
}
.label.arrowed {
  margin-left: 5px;
}
.label.arrowed:before {
  left: -10px;
  border-width: 10px 5px;
}
.label.arrowed-in {
  margin-left: 5px;
}
.label.arrowed-in:before {
  left: -5px;
  border-width: 10px 5px;
}
.label.arrowed-right {
  margin-right: 5px;
}
.label.arrowed-right:after {
  right: -10px;
  border-width: 10px 5px;
}
.label.arrowed-in-right {
  margin-right: 5px;
}
.label.arrowed-in-right:after {
  right: -5px;
  border-width: 10px 5px;
}

.z-tabs-content>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.z-tabs {
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 24px;
    overflow: hidden;
    position: relative;
}

.rtab.z-tabbox .z-tabs-content {
    border-bottom-color: #DCE8F1;
    padding: 0 10px 0 3px;
}

.z-tab {
	background-image: none !important;
	border: none;
	border-radius: 1px;
}

.z-tabbox {
	border: none !important;
}

.z-tab-content {
    background-image: none !important;
}

.z-tabpanel {
    border: none;
    border-top: 0;
    padding: 5px;
    zoom: 1;
}

.z-tab-selected {  
    border-top: 2px solid #007899;
	border-right: 1px solid #007899;
	border-left: 1px solid #007899;
	color:#007899 !important;
}

.embeddedblue {
    border-radius: 4px;
    box-shadow: none;
    background: #007899;
    border: 1px solid #007899;
}

/* Two buttons to click for scrolling left/right */
.z-scrollbar-left, .z-scrollbar-right {
    background: #FFFFFF;
    color: #3AA4C3;
}
.z-scrollbar-left:hover, .z-scrollbar-right:hover {
    background: #3AA4C3;
    color: #FFFFFF;
}
/* An indicator to represent current scroll position */
.z-scrollbar-horizontal .z-scrollbar-indicator {
    background: #3AA4C3;
    border: none;
    top: 2px;
}
/* A rail to slide indicator */
.z-scrollbar-horizontal .z-scrollbar-rail {
    background: #FFFFFF;
}
/* remove font icon */
.z-scrollbar-horizontal .z-scrollbar-icon {
    display: none;
}

.z-tabbox-top > .z-tabs .z-tab:first-child.z-tab-selected + .z-tab {
    -webkit-box-shadow: 0 0px 0 #cfcfcf;
    -moz-box-shadow: 0 0px 0 #cfcfcf;
    -o-box-shadow: 0 0px 0 #cfcfcf;
    -ms-box-shadow: 0 0px 0 #cfcfcf;
    box-shadow: 0 0px 0 #cfcfcf;
}
.z-popup,
.z-menupopup {
   ${ t:boxShadow('0 2px 4px rgba(0, 0, 0, 0.2)') };
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-color: #FFF;
}
.z-popup-content,
.z-menupopup-content {
  padding: 5px 0;
}
.z-popup:before,
.z-menupopup:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  right: 9px;
  position: absolute;
  top: -7px;
}
.z-popup:after,
.z-menupopup:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  right: 10px;
  position: absolute;
  top: -6px;
}
.z-popup {
  overflow: visible;
}
.menu.z-popup .z-popup-content {
  padding: 0;
}
.menu.z-popup .z-popup-content .header {
  padding: 0 8px;
  display: block;
  background-color: #ECF2F7;
  border-bottom: 1px solid #BCD4E5;
  color: #8090A0;
  font-weight: bold;
  line-height: 34px;
  cursor: default;
}
.menu.z-popup .z-popup-content .z-vlayout-inner {
  padding: 0 8px;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:hover {
  background-color: #F4F9FC;
  color: #555;
}
.menu.z-popup .z-popup-content .z-vlayout-inner .z-a {
  display: block;
  padding: 10px 2px;
  color: #555;
  border-bottom: 1px solid #E4E6E9;
}
.menu.z-popup .z-popup-content .z-vlayout-inner .z-a .z-label {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
}
.menu.z-popup .z-popup-content .z-vlayout-inner .z-a .z-progressmeter {
  margin-top: 4px;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a {
  border-bottom-width: 0;
  border-top: 1px dotted transparent;
  color: #4F99C6;
  text-align: center;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a:hover {
  text-decoration: underline;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a:hover [class*="z-icon-"] {
  text-decoration: none;
}
.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a [class*="z-icon-"] {
  margin-left: 6px;
  color: #555;
}
.menu.z-popup .z-popup-content .msg-photo {
  margin-right: 6px;
  max-width: 42px;
}
.menu.z-popup .z-popup-content .msg-body {
  display: inline-block;
  line-height: 20px;
  white-space: normal;
  vertical-align: middle;
  max-width: 170px;
  font-size: 12px;
}
.menu.z-popup .z-popup-content .msg-title {
  display: inline-block;
  line-height: 14px;
}
.menu.z-popup .z-popup-content .msg-time {
  display: block;
  font-size: 11px;
  color: #777;
}
.menu.z-popup .z-popup-content .msg-time > [class*="z-icon-"] {
  font-size: 14px;
  color: #555555;
  margin-right: 2px;
}
.menu-pink.z-popup .z-popup-content .header {
  background-color: #F7ECF2;
  border-bottom: 1px solid #E5BCD4;
  color: #B471A0;
}
.menu-pink.z-popup .z-popup-content .header > [class*="z-icon-"] {
  color: #C06090;
}
.menu-pink.z-popup .z-popup-content .z-vlayout-inner:hover {
  background-color: #FCF4F9;
}
.menu-pink.z-popup .z-popup-content .z-vlayout-inner .z-a {
  border-bottom: 1px solid #F3E4EC;
}
.menu-pink.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a {
  color: #4F99C6;
}
.z-menupopup {
  padding: 0;
  width: 160px;
}
.z-menupopup * {
  text-shadow: none;
  background-image: none;
  border: 0;
}
.z-menupopup .z-menuitem:hover,
.z-menupopup .z-menuitem-content:hover,
.z-menupopup .z-menuitem:active,
.z-menupopup .z-menuitem-content:active {
  background-image: none;
   ${ t:boxShadow('none') };
}
.z-menupopup .z-menupopup-separator {
  display: none;
}
.z-menupopup .z-menuitem-content {
  padding: 4px 11px;
  margin: 1px 4px;
  line-height: 14px;
  color: #333;
}
.z-menupopup .z-menuitem-content:hover,
.z-menupopup .z-menuitem-content:focus {
  background-color: #FEE188;
  color: #444;
   ${ t:borderRadius('0') };
}
.z-menupopup .z-menuitem-content [class*="z-icon-"] {
  margin-right: 6px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}
.z-menupopup .z-menuseparator {
  margin: 9px;
}
.z-menupopup .z-menupopup-content {
  padding: 5px 0;
  margin: 2px 0 0;
}

.cog.z-popup {
  margin-left: 4px;
}
.cog.z-popup .z-a {
  display: block;
  padding: 3px 11px;
  margin: 1px 4px;
}
.cog.z-popup .z-a.open,
.cog.z-popup .z-a:hover,
.cog.z-popup .z-a:focus {
  background-color: #FEE188;
}
.cog.z-popup .z-a [class*="z-icon-"] {
  width: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 0;
}
.tooltip {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.tooltip-success.tooltip > .tooltip-content > .tooltip-inner {
  background-color: #629b58;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(60, 100, 20, 0.3);
   ${ t:borderRadius('0') };
}
.tooltip-success.tooltip.right .tooltip-arrow {
  border-right-color: #629b58;
}
.tooltip-success.tooltip.left .tooltip-arrow {
  border-left-color: #629b58;
}
.tooltip-error.tooltip > .tooltip-content > .tooltip-inner {
  background-color: #c94d32;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(100, 60, 20, 0.3);
   ${ t:borderRadius('0') };
}
.tooltip-error.tooltip.right .tooltip-arrow {
  border-right-color: #c94d32;
}
.tooltip-error.tooltip.left .tooltip-arrow {
  border-left-color: #c94d32;
}
.tooltip-warning.tooltip > .tooltip-content > .tooltip-inner {
  background-color: #ed9421;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(100, 90, 10, 0.3);
   ${ t:borderRadius('0') };
}
.tooltip-warning.tooltip.right .tooltip-arrow {
  border-right-color: #ed9421;
}
.tooltip-warning.tooltip.left .tooltip-arrow {
  border-left-color: #ed9421;
}
.cal.tooltip {
  margin-left: -22px;
}
.cal.tooltip > .tooltip-content > .tooltip-inner {
  font-weight: bold;
}
.z-progressmeter {
  height: 9px;
  border: 0;
  background-image: none;
  background-color: #DADADA;
}
.z-progressmeter-image {
  display: inline-block;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-color: #2A91D8;
}
.z-progressmeter.striped .z-progressmeter-image {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.z-progressmeter.active .z-progressmeter-image {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progressmeter-danger .z-progressmeter-image {
  background-color: #ca5952;
}
.progress-striped .progressmeter-danger .z-progressmeter-image {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progressmeter-success .z-progressmeter-image {
  background-color: #59a84b;
}
.progress-striped .progressmeter-success .z-progressmeter-image {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progressmeter-warning .z-progressmeter-image {
  background-color: #f2bb46;
}
.progress-striped .progressmeter-warning .z-progressmeter-image {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.z-scrollbar.z-scrollbar-vertical {
  border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-up,
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-down,
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-icon,
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-rail {
  display: none;
}
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-wrapper {
  top: 0;
}
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-wrapper .z-scrollbar-indicator {
  background-image: none;
  background-color: #999;
  border: 0;
}
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-wrapper .z-scrollbar-rail {
  background-color: transparent;
}
.app-name{
	font-family: 'PMN Caecilia Com 55 Roman', sans-serif;
	font-style: normal;
	font-weight: bold !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	
}

.middle {
    text-align: justify !important;
    vertical-align: -moz-middle-with-baseline !important;
}

.radio label > .bold {
    font-weight: bold !important;
}

.z-combobox-inplace {
	border: 1 solid blue;
}

.tabMenu {
    border-top: 2px thin #007899 !important;
    border-right: 0px solid #007899 !important;
    border-left: 0px solid #007899 !important;
    border-radius: 2px;
}

.tabMenu .z-tab-text {
    font-style: normal;
    color: #007899 !important;
    font-size: 13px;
}

.tabMenu .z-tab-icon {
	color: #dd5600 !important;
	font-size: 15px;
	margin-top: -8px;
}

.z-tab-selected .z-tab-icon {
	color: #dd5600 !important;
	font-weight: bold;
}

.z-tab-icon {
	left: 0in;
}

.non-margin {
    margin: 0px !important;
}

.z-window-noborder > .z-window-content {
    border: 0;
    margin: 0 -4px !important;
}

.custom-red {
	color: #dd5600;
}

.workspace {
	color: #dd5600;
	font-size: 16px;
	font-weight: 350;
}

.font-login-icon {
	font-size: 15px;
}

.font-login-text {
	font-size: 13px;
}

.tabDetail {
    border-top: 2px thin #dd5600 !important;
    border-right: 0px solid #dd5600 !important;
    border-left: 0px solid #dd5600 !important;
    border-radius: 2px;
}

.tabDetail .z-tab-text {
    font-style: normal;
    color: #dd5600 !important;
    font-size: 13px;
}

.tabDetail .z-tab-icon {
	color: #dd5600 !important;
	font-size: 15px;
	margin-top: -8px;
}