.bg-info {
	background-color: #9cb7b8 !important;
}
.bg-black {
	background-color: #000 !important;
}
.layout1 {
	background-color: #eee;
	padding: 5px;
	margin: 0px;
	border: 1px solid grey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.card-header {
	padding: 0.1rem 0.1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
	padding: 0.1rem 0.1rem;
	margin-top: 0;
}
.show-on-hover:hover > div.collapse {
	display: block;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 0.1rem 0.1rem !important;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-primary {
	color: #505050 !important;
	background-color: #ebf8ff !important;
	border-color: #171313 !important;
}

.breadcrumb {
	padding: 0px 15px;
	margin-bottom: 5px;
	list-style: none;
	border-radius: 0;
	background-color: #fff;
}

@media (max-width: 768px) {

	.infobar .breadcrumb {
		padding-left: 0;
	}

	.infobar .youarehere {
		display: none;
	}

	.infobar .print {
		margin-right: 0;
	}
}

@media (max-width: 480px) {

	.infobar .breadcrumb {
		clear: both;
	}
}

body {
	font: 400 12px Lato, sans-serif;
	line-height: 1.4;
	color: #331e1e;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	line-height: 1.375em;
	color: #333;
	font-weight: 400;
	margin-bottom: 10px;
}

.bg-grey {
	background-color: #ebf8ff;
}

.bg-pastell-green {
	background-color: #69746a;
}

.logo-small {
	color: #333;
	font-size: 50px;
}

.logo {
	color: #333;
	font-size: 200px;
}

.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.item h4 {
	font-size: 14px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}

.item span {
	font-style: normal;
}

.panel {
	border: 1px solid rgba(186, 186, 186, 0.73);
	border-radius: 0 !important;
	transition: box-shadow 0.5s;
}

.panel:hover {
	box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
	border: 1px solid #333;
	background-color: #fff !important;
	color: #333;
}

.panel-heading {
	color: #333 !important;
	background-color: white !important;
	padding: 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.panel-footer {
	background-color: white !important;
}

.panel-footer h3 {
	font-size: 14px;
}

.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}

.panel-footer .btn {
	margin: 15px 0;
	background-color: #333;
	color: #fff;
}

footer .glyphicon {
	font-size: 14px;
	margin-bottom: 20px;
	color: #333;
}

.slideanim {
	visibility: hidden;
}

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}

@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(70%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@media screen and (max-width: 768px) {
	.col-sm-4 {
		text-align: center;
		margin: 25px 0;
	}

	.btn-lg {
		width: 100%;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 480px) {
	.logo {
		font-size: 150px;
	}
}

a {
	color: grey;
}
a.alternative {
	color: black;
}

.navbar-nav a {
	font-size: 1.25rem !important;
}

.pic-boxes > div {
	position: relative;
	float: left;
	width: 100%;
	max-height: 250px;
	min-width: 200px;
	padding: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	overflow: hidden;
	border: 0px solid #eee;
}

.pic-boxes > div img {
	max-width: 100%;
}

.pic-boxes > div h2 {
	margin: 0;
	font-size: 1.5em;
}

.carousel {
	position: center !important;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
	transform: translateX(99%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
	transform: translateX(-99%);
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
	transform: translateX(15%);
}

.nav-tabs {
	font-size: 1.2rem !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	background-color: #ebf8ff !important;
	border-color: #3bff30 #fffbfb #ff4d5d !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #ebf8ff !important;
	border-color: #3bff30 #fffbfb #ff4d5d !important;
}


.dtHorizontalVerticalWrapper {
	max-width: 600px;
	margin: 0 auto;
}

#dtHorizontalVertical th, td {
	white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
	bottom: .5em;
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse !important;

}

td, th {
	border: 1px solid #a2b5df !important;
	text-align: left;
	padding: 8px;
}

tr:nth-child(even) {
	background-color: #ddd;
}

ul.timeline {
	list-style-type: none;
	position: relative;
}

ul.timeline:before {
	content: ' ';
	background: #a2b5df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}

ul.timeline > li {
	margin: 20px 0;
	padding-left: 20px;
}

ul.timeline > li:before {
	content: ' ';
	background: #f8ffff;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #2b2b2b;
	left: 20px;
	width: 20px;
	height: 20px;
	z-index: 400;
}

.dt-button.green {
	color: green;
}

.dt-button.orange {
	color: orange;
}

/*
body {
	background: #e8cbc0;
	background: -webkit-linear-gradient(to right, #e8cbc0, #636fa4);
	background: linear-gradient(to right, #e8cbc0, #636fa4);
	min-height: 100vh;
}
*/
.bootstrap-select .bs-ok-default::after {
	width: 0.3em;
	height: 0.6em;
	border-width: 0 0.1em 0.1em 0;
	transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
	outline: none !important;
}

tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}


@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		z-index: 1020;
	}
}



.accordion {
	background-color: transparent;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 13px;
	transition: 0.8s;
}

.accordionActive, .accordion:hover {
	background-color: #ccc;
}

.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	transition:content 0.3s ease-out;
}

.accordionActive:after {
	content: "\2212";
	transition:content 0.3s ease-out;
}

.panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

th.bg-showList {
	background-color: #980001;
	color: white;
}
.btn-newProcess {
	color: #f6f6f6;
	background-color: #156127;
}
.btn-save {
	color: #f6f6f6;
	background-color: #156127;
}
.btn-toDo {
	color: #000;
	background-color: #e2da33;
}
.btn-advancedSearch {
	color: #f6f6f6;
	background-color: #0e90d2;
}
.btn-edit {
	color: #f6f6f6;
	background-color: #002a80;
}
.btn-back {
	color: white;
	background-color: #258c95;
}
.btn-processList {
	color: white;
	background-color: #258c95;
}
.btn-show {
	color: white;
	background-color: #0e0e0e;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
	display: block;
	margin-top:0px
}


.menu-area{
	background: #d61a5e
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{
	/*	background-color: #ebedff !important; */
	border: 0px solid;
	margin: 0;
	padding: 0;
	min-height:20px;
	width: 100%;
}
@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li:hover> ul{
		display:block
	}
	.mainmenu .collapse ul ul{
		position:absolute;
		top:100%;
		left:0;
		min-width:250px;
		display:none
	}
	/*******/
	.mainmenu .collapse ul ul li{
		position:relative
	}
	.mainmenu .collapse ul ul li:hover> ul{
		display:block
	}
	.mainmenu .collapse ul ul ul{
		position:absolute;
		top:0;
		left:100%;
		min-width:250px;
		display:none
	}
	/*******/
	.mainmenu .collapse ul ul ul li{
		position:relative
	}
	.mainmenu .collapse ul ul ul li:hover ul{
		display:block
	}
	.mainmenu .collapse ul ul ul ul{
		position:absolute;
		top:0;
		left:-100%;
		min-width:250px;
		display:none;
		z-index:1
	}

}
@media only screen and (max-width: 767px) {
	.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{
		padding:16px 15px 16px 35px
	}
	.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{
		padding:16px 15px 16px 45px
	}
}


.navbar-nav a {
	font-size: 1.25rem !important;
	color: #000000;
}

.nav-tabs {
	font-size: 1.2rem !important;
	color: #000000;
}

.nav-tabs .nav-link {
	border: 1px solid #ebf8ff;
	margin: 10px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	background-color: #ebf8ff !important;
	color: #000000;
	border-color: #3bff30 #fffbfb #ff4d5d !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #ebf8ff !important;
	color: #000000;
	border-color: #3bff30 #fffbfb #ff4d5d !important;
}

.nav-item.active {
	background-color: #ebedff !important;
	color: #000000;
}

.table-link td a {
	display: block;
}

/*ul.nav li.dropdown:hover ul.dropdown-menu{
	display: block;
	margin-top:0px
}

 */
