html {
  position: relative;
  min-height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4285;
	color: black;
}

#zoni-logo {
	vertical-align: top;
	height: 65px; 
	margin-top: 10px;
	margin-left: 10px;
}


#page {
	padding-bottom: 33px
}

#header {
	float: left;
	width: 100%;
	height: 86px;
	text-align: left;
	margin-right: 20px;
	white-space: nowrap;
}

.banner-separator {
	vertical-align: top;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 20px;
}
.banner-text { 
	display: inline-block; 
	vertical-align: top;
	padding-top: 19px; 
	color: #00468B; 
	font-weight: bold; 
	text-align: left; 
	font-size: 17px;
}
.userinfo {
	position: absolute;
	right: 0; 
	height: 24px; 
	color: #D8E7F4; 
	font-size: 12px; 
	line-height: 2; 
	padding-top: 6px; 
	padding-right: 20px; 
	text-align: right;
        border-radius: 10px;
}
.banner-img {
	display: inline-block; 
	vertical-align: top;
	color: #00468B; 
	height: 100%; 
	margin-left: 10px;
}

#menu {
	float: left; 
	position: relative;  
	width: 100%; 
	height:36px; 
	padding-top: 0px;
/*	margin-top: -1px;
	margin-bottom: 2px; */
	overflow: hidden;
	line-height: 1.2;
        background-color: #00468B;
        border: none;
}

#mainBody{
       	width: 100%;
        margin: 0px;
        border: none;
}

#maincontentdiv {
	width: 100%;
        padding: 0px;
	padding: 0px 10px 40px 10px;
        border: 2px solid #00468B;
        border-top: none;
}

.footer {
	left: 0px;
	width: 100%;
	display: inline-block;
  font-size: 13px;
  height: 22px;
  line-height: 21px; /* 1 less than height to prevent unnecessary scrollbar */
  background-color: #f5f5f5;
  border-top: 1px solid #aaa;
	-webkit-box-shadow: 0px -2px 2px #ddd;
	-moz-box-shadow:    0px -2px 2px #ddd;
	box-shadow:         0px -2px 2px #ddd;
}

.pageMessages {
  color: #000;
  align:left;
  text-align:left;
  width:100%;
  padding-top:8px;
  padding-bottom:15px;
  display:none;
}
.pageErrors {
  color: #000;
  align:left;
  text-align:left;
  width:100%;
  padding-top:8px;
  padding-bottom:15px;
  display:none;
}

h1 {
    color: #003366;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 1px;
}

/******* Start JQuery Related *******/

/* Dialog */

.dialog-messages {
	text-align:left;
	width:95%;
	padding-top:1px;
	padding-bottom:1px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: green;
	display:none;
}

.dialog-errors {
	text-align:left;
	width:95%;
	padding-top:1px;
	padding-bottom:1px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: red;
	display:none;
}
	
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	vertical-align: middle;
	width: 100%;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel {
		background: none;
		border: none;
		display: inline;
		font: inherit;
		margin: 0;
		padding: 0;
		padding-top: 6px;
		outline: none;
		color: blue;
		cursor: pointer;
		text-decoration: underline;
		float: left!important;
		text-align: left!important;
		font-size: 11px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel:focus {
		background: none;
		border:#000000 1px dashed;
		display: inline;
		font: inherit;
		margin: 0;
		padding: 0;
		padding-top: 6px;
		outline: none;
		color: blue;
		cursor: pointer;
		text-decoration: underline;
		float: left!important;
		text-align: left!important;
		font-size: 11px;
}


.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-button {
    float: right!important;
    font-size: 11px;
}

.ui-widget-content.ui-dialog {
	font-family: Verdana !important;
	font-size: 10pt !important;
	border: 2px solid #797979;
	background: #EAEAEA !important;
}

.ui-dialog-title {
	font-family: Verdana !important;
	font-size: 11pt !important;
	color: #333333 !important;
	font-weight: bold !important;
    background: none !important;
}

.ui-dialog .ui-dialog-titlebar {
	 background: #EAEAEA;
	 border: 1px !important;
	 border-bottom-style: solid !important;
	 border-bottom-color: #333333 !important;
	 border-bottom-width: 1px !important;
	 border-bottom-left-radius: 0px;
	 border-bottom-right-radius: 0px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	display: none;
}

.ui-dialog .ui-dialog-content {
	padding: .5em .5em !important;	
}

.ui-dialog-content hr {
	height: 1px;
	color: #333333;
	background-color: #333333;
	border: none;	
}

.ui-widget-overlay {
    opacity: 0.5 !important;
}

.ui-dialog .ui-dialog-buttonpane {
	background: #EAEAEA !important;
	border : #CCCCCC;
	padding: .5em .5em .5em .5em !important;
}

.page-top-error {
	color: #000000;
	padding-left: 3px;
}

.error-red {
	color: #C60000;
}

.inline-error {
	color: #C60000;
	display:inline;
	padding-left: 3px;
	font-weight: bold;
	border-color: #C60000;
}

/* When using the errorContainer at the top of the page as well as highlighting */
label.inline-error {
	color: black;
	display: block;
	padding-left: 3px;
	font-weight: normal;
}

input.inline-error:focus {
	border-color: #C60000;
}

input.inline-error {
	border: 1.5px dashed #C60000;
	outline: 1.5px dashed #C60000;
	padding: 2px;
	font-weight: normal;
}

input[type="checkbox"].inline-error {
	outline: 1.5px dashed #C60000;
	padding: 2px;
	font-weight: normal;
}

div.inline-error {
	border: 1.5px dashed #C60000;
	outline: 1.5px dashed #C60000;
	padding: 2px;
	font-weight: normal;
}

/******* End JQuery Related *******/

.chosen-container {
	font-size: inherit !important; /*make type-ahead drop-downs inherit our default font size */
}

.char-counter {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	display: table-cell;
}

/*
.required {
	color: #C60000;
}
*/

label {
	font-weight: bold;
}


/***** Bootstrap Overrides *******/

.form-inline .radio label, .form-inline .checkbox label {
	padding-right: 10px; /* Add space between radios and checkboxes when running them inline side by side */
}

.field-description {
	font-size: 13px;
}

/* Keep the actual radio buttons and checkboxes in line with the rest of content */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
	margin-left: 0px;
}

.form-group {
	margin-bottom: 12px; /* Not quite as much vertical padding between form elements */
}

.form-control {
	padding: 2px 4px; /* Less padding so the form fields aren't so ginormous */
	height: 30px;     /* Less height so the form fields aren't so ginormous */
}


/***** End Bootstrap Overrides *******/

/* Padding between the sorting arrows and headers */
table.dataTable thead .sorting, .sorting_asc, .sorting_desc {
	padding-right: 18px!important;
}

.form-control-auto {
    min-width: 0;
    width: auto;
    display: inline;
}
/* Firefox specific */

@-moz-document url-prefix() { 
  body {
     background-position: 0 20px;
  }
}

/* Make placeholder text 508 compliant */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #737373 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #737373 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #737373 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #737373 !important;
}
.chosen-container-single .chosen-default {
	color:    #737373 !important;
}

.warning{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border: solid 1px #ff0000;
}

.input_editable {
  background-color: #FFFFE0;
}

.month, .day, .year{
  background-color: #FFFFE0;
}

.btn-primary_hl{
    background-color: green;
    border-color: green;
}

.btn-primary_hl:hover,
.btn-primary_hl:active,
.btn-primary_hl:visited,
.btn-primary_hl:focus {
    background-color: #8064A2;
    border-color: #8064A2;
}

.btn-primary_tk{
    background-color: #cbd5e1;
    border-color: #cbd5e1;
    color: #000 !important;
}

.btn-primary_tk:hover,
.btn-primary_tk:active,
.btn-primary_tk:visited,
.btn-primary_tk:focus {
    background-color: #c7a9e5;
    border-color: #c7a9e5;
}

.btn-primary_dn{
    background-color: #f8d7da;
    border-color: #f8d7da;
    font-weight: bold; 
    color: red;
}

.btn-primary_dn:hover,
.btn-primary_dn:active,
.btn-primary_dn:visited,
.btn-primary_dn:focus {
    background-color: #8064A2;
    border-color: #8064A2;
}

.btn-primary_sch{
    background-color: #808080;
    border-color: #808080;
}

.btn-primary_sch:hover,
.btn-primary_sch:active,
.btn-primary_sch:visited,
.btn-primary_sch:focus {
    background-color: #595959;
    border-color: #595959;
}

.disabled {
    background-color: #f0f0f2 !important;
    border-color: #f0f0f2  !important;
    color: grey !important;
}

.flt_input {
  font-family: courier, monospace;
  font-weight: bold; 
}

.PreExist{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 20px; 
 font-weight: bold; 
 color: red;
 width: 20px;
}

#alert-danger{
 font-family: Verdana, Arial, Helvetica, sans-serif !important;  
 font-weight: bold !important; 
 color: red !important;
 margin-top: 0 !important;
 margin-bottom: 0 !important;
}

#alert-warning, #alert-success, #alert-danger{
 text-align:left !important; 
 margin: 5px 0px 0px 0px !important; 
 padding: 10px 10px 10px 10px !important; 
 border: 1px solid #ddd !important; 
 border-radius: 4px !important;
}

#alert-warning ol, ul, dl {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


#alert-success ol, ul, dl {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#alert-danger  ol, ul, dl {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bad_credits{
font-family: Verdana, Arial, Helvetica, sans-serif; 
/*font-size: 26px; */font-weight: bold; color: red
}

.good_credits{
font-family: Verdana, Arial, Helvetica, sans-serif; 
/*font-size: 26px; */font-weight: bold; color: green
}

.entered{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px; font-weight: bold; color: red
}

.course_topay{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; color: red;
cursor: default;
}
                     
.course_cnsl{
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #FFF;
background-color: #A9A9A9;
}

.fltbtn, .resetbtn, .newvisitbtn {
  background-color: #3498DB;
  color: white;
  padding: 6px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

/* default buttons on hover & focus */
.fltbtn:hover, .fltbtn:focus, 
.resetbtn:hover, .resetbtn:focus, 
.newvisitbtn:focus, .newvisitbtn:hover {
  background-color: #2980B9;
}

._fltbtn {
  background-color: #3498DB;
  color: white;
  padding: 6px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

/* default buttons on hover & focus */
._fltbtn:hover, ._fltbtn:focus {
  background-color: #2980B9;
}

.accessdenied{
  width: 100%;
  text-align: center;
  margin: 100px;
  font-size: 40px; 
  font-weight: bold; 
  color:red;
}


.jBox-jBoxModalAlert-error .jBox-title {
  background-color:#f8d7da !important;
  color: red !important;
  font-weight: bold !important; 
}

.jBox-jBoxModalAlert-warning .jBox-title {
  background-color: #ffc107 !important;
  color: #343a40 !important;
  font-weight: bold !important; 
}

.ft_notposted{
/* font-size:12pt !important;  */
 color: red !important;  
 font-weight: bold !important; 
}

.ft_posted{
/* font-size:12pt !important;  */
 color: green !important;  
 font-weight: bold !important; 
}

.ft_canceled{
/* font-size:12pt !important;  */
 color: #00000 !important;  
 font-weight: bold !important; 
}

button.datepick-trigger {
 padding: 0;
 width: 25px;
}

.span_nowrap {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.filter_sel {  
  background: yellow;
  color: #000;
}

.intl_f1_t {
  padding: 5px 10px 5px 10px;
  color: white;
  background-color: rgb(122 6 117); /* red; */
}

.intl_notf1_t {
  padding: 5px 10px 5px 10px;
  color: black;
  background-color: yellow;
}

.reg_f1_t {
  padding: 5px 10px 5px 10px;
  color: white;
  background-color: rgb(0 120 254); /* blue; */
}

.reg_notf1_t {
  padding: 5px 10px 5px 10px;
  color: white;
  background-color: rgb(76 181 24); /* green; */
}

.jbox-zoni-overlay {
  background-color: rgba(8, 0, 4, .35)  !important;
}

.zoni_spinner {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.div_note{
 width: 200px;
}

.div_note a{
 text-decoration: underline;
 color: white;
}

.div_note_nd a{
 text-decoration: none;
 color: white;
}

.jBox-Notice.jBox-Notice-green .jBox-container{
 background: #003366 !important;
 color: #fff !important;
}

.jBox-Notice.jBox-Notice-red .jBox-container{
 background: #ff663d !important;
 color: #fff !important;
}

.jBox-Notice.jBox-Notice-app_red .jBox-container{
 background: #f74242 !important;
 color: #fff !important;
 width: 370px !important;
}

.jBox-Notice.jBox-Notice-app_red .div_note{
 width: 350px !important;
}

.jBox-Notice.jBox-Notice-app_red .jBox-container .jBox-closeButton svg path{
 fill: #fff;
}


.jBox-Notice.jBox-Notice-inperson_tkt .jBox-container{
 border-color: red !important;
 border: 2px solid;
 border-radius: 6px;

 background: #fecaca !important;
 color: red !important;
 width: 306px !important;
}

.jBox-Notice.jBox-Notice-inperson_tkt .div_note{
 width: 306px !important;
 color: #f87171 !important;
}

.jBox-Notice.jBox-Notice-inperson_tkt .div_note a{
 color: #f87171 !important;
}

.jBox-Notice.jBox-Notice-inperson_tkt .div_note_title{
 width: 380px !important;
 color: #f87171 !important;
 font-weight: bold; 
}

.jBox-Notice.jBox-Notice-inperson_tkt .jBox-container .jBox-closeButton svg path{
 fill: red;
}


/******* Statuses *******/
.pointer{
  cursor: pointer;
}

.status_btn{
  padding:5px 5px 5px 5px;
  font-weight:bold;
  text-align:left;
  margin-bottom:10px !important;
  border-radius: 4px;
  border: 1px solid;
}

.status_none_btn{
  color: #000;
}

.status_pending_btn{
  color: #ff466c;
}

.status_resolved_btn{
  color: #09b66d;
 }

.status_assigned_btn{
  color: #f97316;
}

.status_progress_btn{
  color: #0081ff;
}

.priority_non_btn{
  display: flex;
  justify-content: start;
  flex-direction: row;
  background-color: #fff;
  color: #000;
  gap:0.75rem;
  padding:5px 10px 5px 10px;
  text-align:center;
  margin-bottom:10px !important;
  border-radius: 4px;
  border: 1px solid;
}

.priority_btn{
  display: flex;
  justify-content: start;
  flex-direction: row;
  gap:0.75rem;
  padding:5px 10px 5px 10px;
  text-align:center;
  margin-bottom:10px !important;
  border-radius: 4px;
  border: 1px solid;
}

.priority_low_btn{
  background-color: #0081ff;
  color: #fff;
}

.priority_medium_btn{
  background-color: #f97316;
  color: #fff;
}

.priority_high_btn{
  background-color: #fbbf24;
  color: #fff;
}

.priority_critical_btn{
  background-color: #ff466c;
  color: #fff;
}

.status_canceled_btn{
  color: #6c757d;
}

.status_noshow_btn{
  color: #6610f2;
}

.status_completed_btn{
  color: #09b66d;
}

.status_notcompleted_btn{
  color: #fd7e14;
}

.datepick-popup{
 z-index: 100000 !important;
}

.bigConfirm{
 font-size: 18px !important;
}
