.top-navigation {
	background-image: url('../../../images/common/header.png');
	background-repeat: repeat-x;
	height: 70px;
}
.navbar .navbar-brand {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: inherit;
}
.navbar-brand {
	padding: 0px;
}
.navbar-brand img {
	width: 400px;
	padding-left: 15px; 
	margin: -10px;
}
@media (max-width: 1169px) {
	.navbar-brand img {
		width: 300px;
		padding-left: 0px; 
		margin: 0px;
	}
}
@media screen {
	section.content {
  	margin: 120px 15px 0 315px;
	}
	section.content-full {
  	margin: 120px 15px 0 15px;
	}
	section.content-advanced {
  	margin: 120px 295px 0 315px;
	}
}
@media print {
	section.content {
  	margin: 0;
	}
	section.content-full {
  	margin: 0;
	}
	section.content-advanced {
  	margin: 0;
	}
}
.navbar-env-watermark {
	color: red;
	font-size: 36px;	
	font-weight: bold;
	position: fixed;
	top: 10px;
	left: 444px;
}

section.content {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.content-full {
/*   margin: 120px 15px 0 15px; */
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.content-advanced {
/*   margin: 120px 295px 0 315px; */
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-loader-wrapper {
	opacity: 0.8;
}
/* Helpers  ================================= */
.pointer {
	cursor:pointer;
}

.card .body {
	margin-bottom: -20px;
}

.error {
	color: #F44336;
}

.warning {
	color: #FF9800;
}

.success {
	color: #009688;
}

.mb-0 {
  margin-bottom: 0px !important; 
}
.mb-10 {
  margin-bottom: 10px !important; 
}
.position-absolute {
	position: absolute;
}
.display-inline {
	display: inline;
}
.display-inline-block {
	display: inline-block;
}
.r-25 {
	right: 25px;
}
.width-50 {
	width: 50%;
}
.width-95 {
	width: 95%;
}
.width-100 {
	width: 100%;
}
.w-25 {
	width: 25px;
}
.w-40 {
	width: 40px;
}
.w-50 {
	width: 50px;
}
.w-60 {
	width: 60px;
}
.w-75 {
	width: 75px;
}
.w-100 {
	width: 100px;
}
.w-120 {
	width: 120px;
}
.w-150 {
	width: 150px;
}
.w-180 {
	width: 180px;
}
.w-200 {
	width: 200px;
}
.w-250 {
	width: 250px;
}
.w-300 {
	width: 300px;
}
.w-350 {
	width: 350px;
}
.w-400 {
	width: 400px;
}
.mw-60 {
	max-width: 60px;
}
.mw-100 {
	max-width: 100px;
}
.mw-200 {
	max-width: 200px;
}
.mw-300 {
	max-width: 300px;
}
.mw-550 {
	max-width: 550px;
}
.mw-600 {
	max-width: 600px;
}
.mw-650 {
	max-width: 650px;
}
.mw-700 {
	max-width: 700px;
}
.mw-750 {
	max-width: 750px;
}
.mw-800 {
	max-width: 800px;
}
.minw-200 {
	min-width: 200px;
}
.font-14 {
	font-size: 14px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-16-bold {
	font-size: 16px !important;
	font-weight: bold !important;
}
.font-20-bold {
	font-size: 20px !important;
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal;
}
.h-all {
	height: 100%;
}

@media only screen and (min-width : 1100px) {
	.eft-row, .pay-row { 
		display: flex; 
	}
}

html { height: auto }
body { height: auto }
h2 {
  font-size: 20px;
  color: #000;
}
h3 {
  font-size: 18px;
  color: #000;
}
label {
	font-weight: normal;
	margin-bottom: inherit;
}
input[type="text"]:disabled,
select[disabled],
option[disabled] {
	background-color: #eee !important;
	color: #ccc
}
[type="radio"].check-control,
[type="checkbox"].check-control {
	position: inherit;
	opacity: inherit;
}
[type="radio"].check-control + label,
[type="checkbox"].check-control + label {
  position: inherit;
  padding-left: inherit;
  cursor: pointer;
  display: inline-table;
  height: inherit;
  line-height: inherit;
  font-size: inherit;
  -webkit-user-select: inherit;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: inherit;
  /* mozilla browsers */
  -khtml-user-select: inherit;
  /* webkit (konqueror) browsers */
  -ms-user-select: inherit;
  /* IE10+ */
}
[type="radio"].check-control + label:before,
[type="radio"].check-control + label:after,
[type="checkbox"].check-control + label:before,
[type="checkbox"].check-control + label:after 
{
  content: inherit;
  position: inherit;
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  z-index: inherit;
  border: inherit;
  border-radius: inherit;
  margin-top: inherit;
  transition: inherit;
}
/* Card Loader ================================= */
.card-loader-wrapper {
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
  text-align: center; }
  .card-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444; }
  .card-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px); }

/* Preloaders ================================== */
.preloader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-animation: container-rotate 1568ms linear infinite;
  -moz-animation: container-rotate 1568ms linear infinite;
  -o-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite; }
  .preloader.pl-size-xl {
    width: 75px;
    height: 75px; }
  .preloader.pl-size-l {
    width: 60px;
    height: 60px; }
  .preloader.pl-size-md {
    width: 50px;
    height: 50px; }
  .preloader.pl-size-sm {
    width: 40px;
    height: 40px; }
  .preloader.pl-size-xs {
    width: 25px;
    height: 25px; }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #F44336;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  
/* Left side navigator ================================== */
.sidebar .menu .list a {
   color: #747474;
   position: relative;
   display: inline-flex;
   vertical-align: middle;
   width: 100%;
   padding: 3px 13px; }
   .sidebar .menu .list a:hover, .sidebar .menu .list a:active, .sidebar .menu .list a:focus {
     text-decoration: none !important; }
   .sidebar .menu .list a small {
     position: absolute;
     top: calc(50% - 7.5px);
     right: 15px; }
   .sidebar .menu .list a span {
     margin: 7px 0 7px 12px;
     color: #333;
     font-weight: bold;
     font-size: 14px;
     overflow: hidden; }
	.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle)::before {
	  content: none;
	} 
	.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
		margin-left: 0;
	}

/* Top navigator ================================== */
div.topNavigation {
	position: relative;
	height: 34px;
	display: flex;
	align-items: center;
	background: aliceblue;
}

div.topNavigation ul {
	margin: inherit;
	list-style-type: none;
}

div.topNavigation button.more {
	align-self: stretch;
	transition: all .4s ease-out;
	padding: 0 1.5rem 0 1.5rem;
	outline: 0;
	border: 0;
	/* 		font-size: 0.9rem; */
	/* 		font-weight: bold; */
	background: transparent;
	color: grey;
}

div.topNavigation button.hidden {
	transition: none;
	border-right: 0.5rem solid #b6b6b6;
	width: 0;
	padding: 0;
	overflow: hidden;
}
/*
div.topNavigation button.more::after {
	content: attr(count);
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	background: #5bd1ff;
	color: #f2f2f2;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	font-size: 14px;
	line-height: 14px;
	margin-left: 1rem;
	margin-right: calc(-1rem + -8px);
}
*/
ul.links {
	display: flex;
	justify-content: flex-start;
	flex: 1;
	overflow: hidden;
}

ul.links li {
	flex: none;
	padding: 1rem;
}

ul.links li a {
	color: gray;
	text-decoration: none;
}

ul.hidden-links {
	position: absolute;
	background: aliceblue;
	right: 0;
	top: 100%;
}

ul.hidden-links li a {
	color: gray;
	padding-right: 1rem;
	text-decoration: none;
}

ul.hidden-links.hidden {
	display: none;
}

ul.hidden-links li {
	padding: 1rem;
}

header {
	height: 70px;
	background-color: #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.search i {
	margin-right: 5px;
}

.search input {
	padding: 5px;
	border: none;
	border-radius: 3px;
}

ul.links li.page_item:not(:last-child) a::after {
	content: " | ";
	padding: 9px 0px 8px 15px;
}

/* --------- */

/* Searchbar  =================================== */
.search-bar {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 9999999;
  width: 100%;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s; }
  .search-bar.open {
    top: 71px; }
  .search-bar .search-icon {
    position: absolute;
    top: 3px;
    left: 14px; }
    .search-bar .search-icon .material-icons {
      font-size: 28px;
      color: #999; }
  .search-bar .close-search {
    position: absolute;
    cursor: pointer;
    font-size: 16px;
    top: 3px;
    right: 18px; }
    .search-bar .close-search .material-icons {
      color: #999;
      opacity: 1;
      -moz-transition: 0s;
      -o-transition: 0s;
      -webkit-transition: 0s;
      transition: 0s; }
      .search-bar .close-search .material-icons:hover {
        opacity: .5; }
  .search-bar input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 4px 60px 4px 56px;
    border: none; }
    
/* Policy Journal  =================================== */
#journalReportTable > tbody > tr > td.ellipsis-journal {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
	width: 800px;
}

#journalReportTable > tbody > tr.details > td.ellipsis-journal {
	color: #ccc;
}

#journalReportTable > tbody > tr > td.dt-control, 
#journalReportTable > thead > tr > th.dt-control-group {
	text-align: center;
	max-width: 34px;
	min-width: 34px;
	cursor: pointer;
}

#journalReportTable > tbody > tr > td.dt-control::before, 
#journalReportTable > thead > tr > th.dt-control-group::before {
  color: black;
  content: "+";
	font-size: 16px;
}

#journalReportTable > tbody > tr.dt-hasChild td.dt-control:before,
#journalReportTable > thead > tr.dt-hasChild th.dt-control-group:before {
    content: "-";
}

#journalReportTable > tbody > tr > td  { 
	padding: 4px; 
	border: 0px solid; 
}

#journalReportTable > tbody > tr.even { 
	background-color: #fff; 
}

#journalReportTable > tbody > tr.odd { 
	background-color: #eee; 
}

#journalReportTable > tbody > tr:HOVER > td { 
	background: #d5effc url(../../styles/images/hl.png) repeat-x top; 
}

#journalReportTable > tbody > tr > td.break-spaces { 
	white-space: break-spaces !important; padding-left: 40px; color: #000;
}

#journalReportTable > tbody > tr.even td.break-spaces { 
	background-color: #fff; background: none; 
}

#journalReportTable > tbody > tr.odd td.break-spaces { 
	background-color: #eee; background: none; 
}

#journalReportTable > tbody > tr > td.cccUserIdentifier { 
	font-style: italic; color: #6763e3; 
}