a:hover{
    color: #E55C41 !important;
    text-decoration: none !important;
}
a:focus {
    color: #D35400 !important;
    text-decoration: none !important;
}

small{
    font-size: 75% !important;
}

strong {
	font-weight: 700;
}

.brands {text-transform: uppercase;padding: 20px 0 0;}
.brands h1 {margin: 0;}
.brands h5 {margin: -10px 0 0 25px;color: #fff;}
.logo img {max-width: 300px;display: block;}
.daydate-info {padding: 10px 0 0;color: #fff;}
.daydate-info h4, .daydate-info h5 {margin: 0;}
.daydate-info h5 {font-weight: 300;}
.user-info {padding-top: 15px;font-size: 13px;color: #fff;}
.user-info .username {font-weight: 700;}
.username a {color: #ffcc00;}
.username a:hover, .username a:focus {color: #fff!important;}
.custom-title {font-weight: 500;line-height: 1;margin: 15px 0;padding-top: 0;padding-bottom: 15px;color: #000;text-align: left;position: relative;}
.custom-title::after {content: '';display: block;position: absolute;left: 0;bottom: 0;width: 7rem;border-bottom: thin solid #000;}
.custom-title.color-white::after {border-bottom-color: #fff;}
.wrapper {border: solid 1px #669900;border-radius: 10px;}
.p-15 {padding: 15px;}

.container {clear: both;position: relative;max-width: 1140px;width: 100%;margin: 0 auto;}
.fluid {max-width: 100%!important;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.align-middle {vertical-align: middle !important;}
.rel {position: relative;}
.color-white {color:#fff;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.abs-pos {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
}
.vh-pos {
	width: 35%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: relative;
}

.box-login {
	background: rgba(255,255,255,.9);
	padding: 30px;
	border-radius: 4px;
}

.bg-figure {
	background-image: url(../images/figure.png);	
	background-position: 100px 0 100% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.btn {
	position: relative;
	display: block;
	margin: 2px 2px 0px 0px;
	padding: 0;
	overflow: hidden;
	border-width: 0;
	outline: none;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
	background-color: #2ecc71;
	color: #ffffff;
	transition: background-color .3s;
	text-align: center;
	font-size: 13px;
}

.btn:hover, .btn:focus {
	background-color: #27ae60;
}

.btn > * {
	position: relative;
}

.btn span {
	display: block;
	padding: 5px 10px;
}

.btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	padding-top: 0;
	border-radius: 100%;
	background-color: rgba(236, 240, 241, .3);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn:active:before {
	
	transition: width .2s ease-out, padding-top .2s ease-out;
}

.btn.orange {
	color: #ffffff;
	background-color: #d35400;
}

.btn.orange:hover, .btn.orange:focus {
	background-color: #e67e22;
}

.btn.brown {
	color: #ffffff;
	background-color: #823D05;
}

.btn.brown:hover, .btn.brown:focus {
	background-color: #CC752E;
}

.btn.red {
	color: #ffffff;
	background-color: #c0392b;
}

.btn.red:hover, .btn.red:focus {
	background-color: #e74c3c;
}

.btn.yellow {
	color: #ffffff;
	background-color: #163E3D;
}

.btn.yellow:hover, .btn.yellow:focus {
	background-color: #619998;
}
.btn.green {
	color: #fff;
	background-color: #037533;
}

.btn.green:hover, .btn.green:focus {
	background-color: #2ECC71;
}
.btn.blue {
	color: #fff;
	background-color: #211E55;
}

.btn.blue:hover, .btn.blue:focus {
	background-color: #716F9A;
}


.btn.black {
	background-color: #000;
	color: #fff;
}

.btn.black:hover, .btn.black:focus {
	background-color: #738080;
	color: #fff;
}

.btn:hover, .btn:focus {
	color: #fff!important;
}

.btn-group .btn {display: inline-block;}
.btn-group .btn:last-child {margin-right: 0;}

.div-header {background-color: #f9f9f9;border-top: solid 3px #ddd;border-bottom: solid 1px #ddd;padding: 15px;}
.bg-white {background-color: #fff;}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.58%;
}
.span_10_of_12 {
  	width: 83.16%;
}

.span_9_of_12 {
  	width: 74.75%;
}

.span_8_of_12 {
  	width: 66.33%;
}

.span_7_of_12 {
  	width: 57.91%;
}

.span_6_of_12 {
  	width: 49.5%;
}

.span_5_of_12 {
  	width: 41.08%;
}

.span_4_of_12 {
  	width: 32.66%;
}

.span_3_of_12 {
  	width: 24.25%;
}

.span_2_of_12 {
  	width: 15.83%;
}

.span_1_of_12 {
  	width: 7.416%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	
	.span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
		width: 100%; 
	}
}

.pl-25 {
	padding-left: 25px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.ptb-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mtb-0 {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.div-content {
	margin-top: 140px;
	margin-left: 60px;
	margin-right: 10px;
	color: #000;
}

.content-wrapper {
	background: rgba(255,255,255,.9);
	border-radius: 5px;
	padding: 5px;
}

.fixed-top {
   position: absolute;
   /*position: fix;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.d-inline-block {
    display: inline-block !important;
	list-style-type: none;
}

.subhead-fixed {
	position: absolute;
	/*position: fix;*/
	z-index: 1030;
	background-color: rgba(255,255,255,.85);
	box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
	width: 100%;
	top: 100px;
	overflow: hidden;
}

[data-component='navbar'] .navbar {
	background-color: rgba(75,175,80,.95);
	box-shadow: 0 .125rem .125rem 0 rgba(0,0,0,.1);
	height: 100px;
}

/* sidebar navigation */
/*[data-component='sidebar'] .sidebar {
  position: fixed;
  z-index: 9999;
}
[data-component='sidebar'] .first-menu {
  position: fixed;
  background-color: #000;
  height: 100vw;
  width: 75px;
  top: 0px;
  overflow: hidden;
  transition: width .5s;
}
[data-component='sidebar'] .first-menu a {
  color: #fff;
}
[data-component='sidebar'] .first-menu i {
  font-size: 24px;
}
[data-component='sidebar'] .first-menu span {
  font-size: 14px;
  font-family:'Open Sans', sans-serif;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
[data-component='sidebar'] .first-menu:hover span {
  opacity: 1;
  visibility: visible;
}
[data-component='sidebar'] .first-menu .list-group-item {
  border-radius: 0;
}
[data-component='sidebar'] .first-menu .list-group-item:hover {
  background-color: #4caf50;
}
[data-component='sidebar'] .first-menu:hover {
  width: 200px;
}
[data-component='sidebar'] .list-group-item {
  font-size: 14px;
}
[data-component='sidebar'] .submenu {
  position: fixed;
  left: 200px;
  width: 200px;
  top: 0px;
  background-color: #4caf50;
  height: 100vw;
  opacity: 0;
  visibility: hidden;
  transition: 600ms opacity 600ms, 600ms visibility 600ms;
}
[data-component='sidebar'] .submenu .list-group-item {
  margin-top: 7px;
}
[data-component='sidebar'] .first-menu li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
[data-component='sidebar'] .sub-submenu {
  position: fixed;
  background-color: #fff;
  left: 400px;
  top: 0px;
  height: 100vw;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 600ms opacity 600ms, 600ms visibility 600ms;
}
[data-component='sidebar'] .sub-submenu a {
  color: #4caf50;
}
[data-component='sidebar'] .sub-submenu .list-group-item:hover {
  background-color: transparent;
}
[data-component='sidebar'] .submenu li:hover .sub-submenu {
  visibility: visible;
  opacity: 1;
}
[data-component='sidebar'] .list-group-item {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(255,255,255,.2);
  border-radius: 0;
}
[data-component='sidebar'] .arrow {
  position: fixed;
  left: 376px;
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-right: 27px solid white;
}
[data-component='sidebar'] .arrow:nth-child(3) {
  top: 20px;
}*/

/* -- Material Design Table style -------------- */
/*
.shadow-z {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2rem;
	background-color: #fff;
	font-size: 14px;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	text-align: left;
	padding: 1rem;
	vertical-align: top;
	border-top: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.table > thead > tr > th {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
	background-color: #fff;
}
.table .no-border {
	border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 0.8rem;
}
.table-bordered {
	border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 0;
	border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
	.table-responsive-vertical > .table {
		margin-bottom: 0;
		background-color: transparent;
	}
	.table-responsive-vertical > .table > thead,
	.table-responsive-vertical > .table > tfoot {
		display: none;
	}
	.table-responsive-vertical > .table > tbody {
		display: block;
	}
	.table-responsive-vertical > .table > tbody > tr {
		display: block;
		border: 1px solid #e0e0e0;
		border-radius: 2px;
		margin-bottom: 1.6rem;
	}
	.table-responsive-vertical > .table > tbody > tr > td {
		background-color: #fff;
		display: block;
		vertical-align: middle;
		text-align: right;
	}
	.table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
		content: attr(data-title);
		float: left;
		font-size: inherit;
		font-weight: 400;
		color: #757575;
	}
	.table-responsive-vertical.shadow-z-1 {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
		border: none;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
		-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	}
	.table-responsive-vertical > .table-bordered {
		border: 0;
	}
	.table-responsive-vertical > .table-bordered > tbody > tr > td {
		border: 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
		border-bottom: 0;
	}
	.table-responsive-vertical > .table-striped > tbody > tr > td,
	.table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
		background-color: #f5f5f5;
	}
	.table-responsive-vertical > .table-hover > tbody > tr:hover > td,
	.table-responsive-vertical > .table-hover > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical > .table-hover > tbody > tr > td:hover {
		background-color: rgba(0, 0, 0, 0.12);
	}
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
	background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
	background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
		background-color: #fde0dc;
	}
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
		background-color: #f9bdbb;
	}
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
	background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
	background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
		background-color: #fce4ec;
	}
	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
		background-color: #f8bbd0;
	}
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
	background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
	background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
		background-color: #f3e5f5;
	}
	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
		background-color: #e1bee7;
	}
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
	background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
	background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
		background-color: #ede7f6;
	}
	.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
		background-color: #d1c4e9;
	}
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
	background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
	background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
		background-color: #e8eaf6;
	}
	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
		background-color: #c5cae9;
	}
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
	background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
	background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
		background-color: #e7e9fd;
	}
	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
		background-color: #d0d9ff;
	}
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
	background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
	background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
		background-color: #e1f5fe;
	}
	.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
		background-color: #b3e5fc;
	}
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
	background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
	background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
		background-color: #e0f7fa;
	}
	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
		background-color: #b2ebf2;
	}
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
  background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb;
  }
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
  background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4;
  }
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
  background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8;
  }
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
  background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3;
  }
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
  background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4;
  }
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
  background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3;
  }
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
  background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2;
  }
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc;
  }
}
*/
/* popup */
.popup {width: 100%;height: 100%;display: none;position: fixed;overflow: auto;top: 0px;left: 0px;background: rgba(0,0,0,.7);z-index: 9999;}
.popup-inner {max-width: 40%;background: #fff;position: relative;margin: 0 auto;top: 10%;}
.popup-content-wrapper {padding: 30px;}
.popup-close {width: 30px;height: 30px;line-height: 25px;display: inline-block;position: absolute;top: 0px;right: 0px;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);border: solid 3px #fff;border-radius: 1000px;background: rgba(0,0,0,0.8);font-size: 24px;text-align: center;color: #fff;}
.popup-close::hover, .popup-close::focus {color: #fff;}
.popup-title {line-height: 1;background: #f3f3f3;border-bottom: solid 1px #ddd;padding: 15px;font-weight: 700;}
.showing-popup {overflow: hidden;}

/* breadcrumbs */
.skew_breadcrumbs {
	position: relative;
	width: 100%;
	float: left;
}

.skew_breadcrumbs > ul {
	list-style-type: none;
}

.skew_breadcrumbs > ul > li {
	position: relative;
	float: left;
	transform: skewX(-15deg);  
	background-color: #fff;
	z-index: 1;
	transition: all 0.5s;
	margin-left: 1px;
}
.skew_breadcrumbs > ul > li.home {
	background-color: #CFD8DC;
}
.skew_breadcrumbs > ul > li.logout {
	background-color: #4caf50!important;
	pointer-events: auto;
	float: right;
}
.skew_breadcrumbs > ul > li.logout:hover {
	background-color: #e74c3c!important;
}
.skew_breadcrumbs > ul > li.logout a {
	
}
.skew_breadcrumbs > ul > li:hover {
	background-color: #CFD8DC;
	color: #fff!important;
}

.skew_breadcrumbs > ul > li  > a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	transform: skewX(15deg);
	text-decoration:none;
	color: #444;
	font-weight: 300;
}
.skew_breadcrumbs > ul > li  > a:hover {
	color: #fff!important;
}
.skew_breadcrumbs > ul > li:last-child {
	background-color: #78909C;
}

.skew_breadcrumbs > ul > li:last-child > a {
	color: #fff;
}


/* sidebar navigation */
.hamburger {
	background: #fff;
	position: relative;
	display: block;
	text-align: center;
	padding: 13px 0;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
}

.hamburger:before {
	content:"\2630"; /* hamburger icon */
	display: block;
	color: #000;
	line-height: 32px;
	font-size: 16px;
}
.open-panel {
	border: none;
	background-color:#fff;
	padding: 0;
}
.primary-nav {
	position: fixed;
	z-index: 1030;
	top: 0;
}
.menu {
	position: relative;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.primary-nav .menu li {
	position: relative;
	border-bottom: solid 1px rgba(255,255,255,.2);
}
.menu .icon {
	position: absolute;
	top: 12px;
	right: 10px;
	pointer-events: none;
	width: 24px;
	height: 24px;
	color: #fff;
}
.menu,
.menu a,
.menu a:visited {
	color: #fff;
	text-decoration: none!important;
	position: relative;
}
.menu a {
	display: block;
	white-space: nowrap;
	padding: 1em;
	font-size: 14px;
	color: #fff;
}
.menu a:hover {
	color: #4caf50!important;
}
.menu {
	margin-bottom: 3em;
}
.menu-dropdown li .icon {
	color: #fff;
}
.menu-dropdown li:hover .icon {
	color: #fff;
}
.menu label {
	margin-bottom: 0;
	display: block;
}
.menu label:hover {
	cursor: pointer;
}
.menu input[type="checkbox"] {
	display: none;
}
input#menu[type="checkbox"] {
	display: none;
}
.sub-menu-dropdown {
	display: none;
}
#menu:checked + ul.menu-dropdown {
	left: 0;
	-webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
	animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
}
.sub-menu-checkbox:checked + ul.sub-menu-dropdown {
	display: block!important;
	-webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
	animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
}
.downarrow {
	background: transparent;
	position: absolute;
	right: 50px;
	top: 12px;
	color: #777;
	width: 24px;
	height: 24px;
	text-align: center;
	display: block;
}
.downarrow:hover {
	color: #fff;
}
.menu {
	position: absolute;
	display: block;
	left: -200px;
	top: 0;
	width: 250px;
	transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
	background-color: #000;
	z-index: 999;
}
.menu-dropdown {
	top: 0;
	overflow-y: auto;
}
.overflow-container {
	position: relative;
	border-top: 50px solid #fff;
	height: calc(100vh - 50px)!important;
	overflow-y: auto;
	z-index: -1;
	display:block;
}
.logotype {
	position: absolute!important;
	top: 0px;
	left: 55px;
	display: block;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #000;
	font-size: 20px;
	padding: 10px;
	background-color: #fff;
}
.logotype span {
	font-weight: 400;
}
.logotype:hover {
	color: #777;
}
.sub-menu-dropdown {
	background-color: #4caf50;
}
.sub-menu-dropdown li:hover {background-color: #666;}
.sub-menu-dropdown a:hover {color: #fff!important;}
.menu:hover {
	position: absolute;
	left: 0;
	top: 0;
}
.subs {background-color: #333;}
.subs a {padding-left: 3em;font-size: 13px;}

a.likmenu {color:white;
	font-size: 14px;
	text-decoration:none;
	font-weight: 500;}
a.likmenu:hover {color:white;
	font-size: 14px;
	text-decoration:none;
	font-weight: 500;}	
#divmenufocus2{
    color:white;
	font-size: 14px;
	text-decoration:none;
	font-weight: 500;
}
#divmenufocus3{
    color:white;
	font-size: 14px;
	text-decoration:none;
	font-weight: 500;
}