html,body {
    height: 100%;
}

html {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px !important;
	line-height: 1.25 !important;
  	background-color: #fcfcfc;
	position: relative;
}
legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
}
fieldset {
    border: 1px #ddd solid;
    padding: 5px;
	margin-left:4px;
	margin-right: 4px;
}
p{
	margin-bottom: 0px !important;
}
.text-underline{
	text-decoration: underline !important;
}
.text-bold{
	font-weight:bold !important;
}
.text-italics{
	font-style: italic;
}
.form-control {
	font-size:14px !important;
}
.input-group-text {
	font-size:14px !important;
}
.dropdown-menu {
	font-size:14px !important;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: #99ccff;
  color:#333;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ddd !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ddd !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ddd !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ddd !important;
}
.navbar{
	background-color: #FFF !important;
	margin-bottom: 10px;
	border-bottom: solid #ddd 1px;
}
.card{
	margin-bottom: 15px;
	border: solid thin #cdcdcd;
}
.card-body{
	padding: 0.25rem;
}
.contentBody{
	padding-left:5px;
	padding-right:5px;
}
.bg-primary {
    border-color: #337ab7 !important;
    background-color: #337ab7 !important;
}
.bg-primary > .card-header {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}
.modal-header .close {
	font-size: 21px !important;	
}
.bootstrap-dialog-header{
	flex: 0 0 100%;
    max-width: 100%;
}
.close:hover,
.close:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.navbar .brand { 
    max-width: 30%; 
    overflow: visible;
}
.form-horizontal .control-label{
	text-align:left;
}
.ui-datepicker-month{
	color: #000 !important;
}
.ui-datepicker-year{
	color: #000 !important;
}
.jqte_tool.jqte_tool_1 .jqte_tool_label {
	height: 24px !important;
}
.bozz-menu-header[data-toggle="collapse"]:after {
	float:right;
	margin-right: 4px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0dd";
	transform: rotate(-180deg);
	margin-top: 3px !important;
	transition: all linear 0.25s;
}   
.bozz-menu-header[data-toggle="collapse"].collapsed:after {
	float:right;
	transform: rotate(0deg);
	margin-right: 4px;
	margin-top: 0px !important;
}
table.dataTable thead th, table.dataTable thead td{
	padding: 5px 13px;
}
.glyphicon-none:before {
    /*content: "\2122";*/
    color: transparent !important;
}

input[type=checkbox]{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari and Chrome */
  -o-transform: scale(1); /* Opera */
  transform: scale(1);
  padding: 10px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(10, 125, 167, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(77, 207, 255, 0.6);
  outline: 0 none;
}
a:hover, a:focus {
    color: #0e639d;
}
a{
	color: #1177bd;
}
.bootstrap-switch-handle-on.bootstrap-switch-success{
	background:#8ed16a !important;
}
.bootstrap-dialog.type-primary .modal-header {
    background-color: #eee !important;
	border-bottom: solid #ddd 1px;
}
.bootstrap-dialog .bootstrap-dialog-title {
	color: #000 !important;
}
.modal-header{
	padding-top: 12px !important;
	padding-right: 16px !important;
	padding-bottom: 12px !important;
	padding-left: 16px !important;
}
.modal-header .close {
    padding: .80rem;
}
@media (max-width: 555px) {
    .form-group.dropdown-group {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
.nav > li > a {
    padding: 10px 9px;
    color: #777;
}
.flip-glyphicon {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
	font-family: 'Font Awesome 5 Free' !important;
	content: '\f078' !important;
	font-weight: 900 !important;
	border:0px solid black !important;
	border-radius:0px !important;
	background-color:inherit !important;
	box-shadow:0 0 0 white !important;
	color: #333 !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{
	font-family: 'Font Awesome 5 Free' !important;
	content: '\f077' !important;
	font-weight: 900 !important;
}
.ui-datepicker{
	z-index: 1000 !important;
}
.btn-sm{
	font-size:0.75rem
}
.btn-md{
	font-size:1.0rem
}
.btn-lg{
	font-size:1.25rem
}
.btn-xl{
	font-size:1.5rem
}
div.note-editor.note-frame.card{
	margin-bottom: 0px !important;
}
div.dropdown.bootstrap-select.form-control{
	border: 1px solid #ced4da;
}
button.btn.dropdown-toggle.btn-light{
	background-color: #fff;
}
div.filter-option-inner-inner{
	font-size: 14px !important;
}
.input-group input[type="checkbox"] {
    display: none;
}

.input-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
    padding-top:7px;
}

.input-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.input-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.input-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.input-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.input-group input[type="radio"] {
    display: none;
}

.input-group input[type="radio"] + .btn-group > label span {
    width: 20px;
    padding-top:7px;
}

.input-group input[type="radio"] + .btn-group > label span:first-child {
    display: none;
}
.input-group input[type="radio"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.input-group input[type="radio"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.input-group input[type="radio"]:checked + .btn-group > label span:last-child {
    display: none;   
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #495057 !important;	
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
	min-height: 42px;
}
.ui-sortable-placeholder {
	margin-left: 0px !important; 
	margin-right: 0px !important; 
	border: 2px dashed #7e7e7e; 
	visibility: visible !important; /*height: 100px !important;*/ 
}

@media (min-width: 505px) {
    .mobile-only {
        display:none !important;
    }
}
@media (max-width: 504px) {
    .desktop-only {
        display:none !important;
    }
}
.fa-forced-16{
	width:16px;
	height:16px;
}

/* +++++ SideBar +++++ */
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#zzz_sidebar {
    width: 320px;
    position: fixed;
    top: 0;
    left: -320px;
    height: 100vh;
    z-index: 9998;
    background: #fafafa;
    color: #444;
    transition: all 0.3s;
    overflow-y: hidden;
}
@media (min-width: 505px) {
    #zzz_sidebar {
       width: 320px;
	   left: -320px;
    }
}
@media (max-width: 504px) {
    #zzz_sidebar {
       width: 100%;
	   left: -100%;
    }
}
@media (min-width: 576px) {
    .top-logo-image {
		/*Do nothing*/
    }
}
@media (max-width: 575px) {
    .top-logo-image {
		flex:auto;
		text-align: center !important;
	}
}
#zzz_sidebar ul li a i{
	color: #777;
}
#zzz_sidebar ul li a:hover i, a:focus i{
	 color: #1a74e0;
}
#zzz_sidebar.active {
    left: 0;
}
#zzz_sidebarMenuSearch::-ms-clear {
    display: none;
}
.zzz_sidebarOverlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.zzz_sidebarOverlay.active {
    display: block;
    opacity: 1;
}
#zzz_sidebar .sidebar-header {
	padding-top: 4px;
    padding-bottom: 4px;
    background: #ffffff;
	border-bottom: solid #ddd 1px;
}

#zzz_sidebar ul.components {
    padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
    border-bottom: 1px solid #e9ecef;
}

#zzz_sidebar ul p {
    color: #fff;
    padding: 10px;
}

#zzz_sidebar ul li a {
    padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
    display: block;
	/*color: #444444;*/
	color: #0f515a;
    text-decoration: none;
    font-size: 11px !important;
}

#zzz_sidebar ul li a:hover {
	color: #1a74e0;
	text-decoration: none;
    background: #fff;
}
#zzz_sidebar a.subMenuLevel1[aria-expanded="true"]{
  color: #1a74e0 !important;
}
#zzz_sidebar a.subMenuLevel1[aria-expanded="true"][data-toggle="collapse show"]{
  color: #444444 !important;
}
#zzz_sidebar a.subMenuLevel2[aria-expanded="true"]{
  color: #1a74e0 !important;
}
#zzz_sidebar a.subMenuLevel2[aria-expanded="true"][data-toggle="collapse show"]{
  color: #444444 !important;
}
#zzz_sidebar .fas.fa-star{
  color: #efefef;
}
#zzz_sidebar .bzMenuFavStarOn .fas.fa-star{
	color: #1a74e0;
}
#zzz_sidebar .bzMenuFavStarOff .fas.fa-star{
	color: #efefef;
}
#zzz_sidebar .bzMenuFavStar{
	cursor: pointer;
	margin-right: 4px !important;
	margin-top: 7px !important;
}
#zzz_sidebar a[data-toggle="collapse"] {
    position: relative;
}
#zzz_sidebar .dropdown-toggle::after {
    float:right;
	margin-top:7px;
	margin-right: 5px !important;
}
#zzz_sidebar ul ul a {
    padding-left: 12px !important;
    background: #efefef;
    font-size: 11px !important;
}
#zzz_sidebar ul ul ul a {
    padding-left: 20px !important;
    background: #efefef;
    font-size: 11px !important;
}
#zzz_sidebar ul ul ul ul a {
    padding-left: 30px !important;
    background: #efefef;
    font-size: 11px !important;
}
#zzz_sidebar ul ul div {
    padding-left: 12px !important;
    background-color: #efefef;
}
#zzz_sidebar ul ul ul div {
    padding-left: 20px !important;
    background-color: #efefef;
}
#zzz_sidebar ul ul ul ul div {
    padding-left: 30px !important;
    background-color: #efefef;
}
.dropdown-divider{
	margin: 0px !important;
	padding-top:1px !important;
	padding-bottom:0px !important;
	background-color: #bfbfbf !important;
}
#zzz_sidebar ul li a[aria-expanded="true"]{
	background-color: #fdfdfd;
	font-size: 11px !important;
}
#zzz_sidebar ul li li a[aria-expanded="true"]{
	background-color: #e5e5e5;
	font-size: 11px !important;
}
#zzz_sidebar ul li li li a[aria-expanded="true"]{
	background-color: #d5d5d5;
	font-size: 11px !important;
}
#zzz_sidebar ul li li li a[aria-expanded="true"][data-toggle="collapse show"]{
	background-color: #efefef;
	font-size: 11px !important;
}
#zzz_sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
#zz_content {
    width: 100%;
    min-height: 55px;
    transition: all 0.3s;
    /*position: absolute;*/
    top: 0;
    right: 0;
	/*overflow-y:hidden;*/
}
.btn-light{
	border-color:#eee !important;
}
.btn-link{
	color:#193170;
}
.table th{
	border-top:none !important;
}
.table{
	margin-bottom: 0px !important;
}
table{
	border-collapse: separate !important;
}
.card-boz-header{
	background-color:#eee;
	color: #000;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #ddd !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 5px !important;
}
.breadcrumb {
	background-color: #eee;
	border: solid thin #cdcdcd;
}
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .10); }
/*Button systemDefault */
.btn-systemDefault {
    border-color: #dbdbdb;
    color: #333333;
}
.btn-systemDefault:hover, .btn-systemDefault:focus, .btn-systemDefault:active, .btn-systemDefault.active, .open > .dropdown-toggle.btn-systemDefault {
    background-color: #e0e0e0;
    background-position: 0 -15px;
    color: #333333;
}
.btn-systemDefault:active, .btn-systemDefault.active {
    background-color: #e0e0e0;
  	border-color: #dbdbdb;
  	color: #333333;
    box-shadow: none;
}
.top-right-nav-icons{
	text-decoration: none !important;
	padding-top: 13px !important;
}
.modal-footer {
	justify-content:center !important;	
}
a.bzFavLink{
	padding-top:3px !important;
	padding-bottom:3px !important;
}
.bzFavLinkPath{
	font-size:0.7em;
	color:#b1b1b1
}

@media print{
	.navbar {
	    display: flex;
	}
}
.dropdown-toggle{
	min-height: 33px;
}
.bs-select-all{
	display: none;
}

/* Bootstrap XS */
.form-control-xs{
	padding: 0.1rem 0.5rem !important;
}
.btn-group-xs > .btn, .btn-xs {
  padding  : .25rem .4rem;
  font-size  : .65rem;
  line-height  : .5;
  border-radius : .2rem;
}
.toggle-on.btn-xs {
	padding-top: 0.5rem !important;
}
.toggle-off.btn-xs {
	padding-top: 0.5rem !important;
}
/* Bootstrap XXS */
.btn-group-xxs > .btn, .btn-xxs {
  padding  : .1rem .2rem;
  font-size  : .65rem;
  line-height  : .5;
  border-radius : .2rem;
}
/*Button systemDefault */
.btn-systemDefault {
	background-color: #fafafa;
    border-color: #dbdbdb;
    color: #333333;
}
.btn-systemDefault:hover, .btn-systemDefault:focus, .btn-systemDefault:active, .btn-systemDefault.active, .open > .dropdown-toggle.btn-systemDefault {
    background-color: #e0e0e0;
    background-position: 0 -15px;
    color: #333333;
}
.btn-systemDefault:active, .btn-systemDefault.active {
    background-color: #e0e0e0;
  	border-color: #dbdbdb;
  	color: #333333;
    box-shadow: none;
}

/*Button btn-primary */
.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    text-decoration: none !important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #007bff !important;
}
.btn-outline-primary {
	color: #007bff !important;
    border-color: #007bff !important;
    text-decoration: none !important;
}
.btn-outline-primary:hover {
	color: #fff !important;
	background-color: #007bff !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff !important;
	background-color: #007bff !important;
}