/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}

.o-1 {
  opacity: 1;
}

.login-wrapper {
  background: url(/assets/img/login.png);
	background-size: cover;
	background-repeat: no-repeat;
  background-position: -480px center;
}

.nav-tabs-fillup > li > a::after {
	background: none repeat scroll 0 0 #9B9B9B;
	border: 1px solid #9B9B9B;
}

.t-t-n {
	text-transform: none;
}

.m-l-0 {
	margin-left: 0px !important;
}

.f-s-30 {
	font-size: 30px;
}

.bg-white {
	background: #ffffff !important;
}

.breadcrumb > .breadcrumb-item + .breadcrumb-item::before {
	font-size: 30px;
	line-height: 56px;
}

.bg-grey {
	background: #f4f4f4 !important;
}

.bg-grey-dark {
	background: #9B9B9B !important;
}

.bg-grey-darker {
	background: #666666 !important;
}

.bg-ocher {
	background: #CB6000 !important;
}

.bg-orange {
	background: #FD9F4B !important;
}


.card-title {
	text-transform: none !important;
	color: rgb(75, 75, 75);
	font-size: 14px !important;
}

.card-header a:not(.btn) {
    color: inherit;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card-group .card-header .card-title > a.collapsed {
    color: rgba(75, 75, 75, 1);
    opacity: 1;
}
.header_table {
	color: rgba(75, 75, 75, 0.7);
	font-size: 13px;
	text-transform: uppercase;
}

.hand_cursor{
	cursor: pointer;
}

.pgn-wrapper {
	z-index: 999999 !important;
}

#add_version {
	cursor: pointer;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px; 
}
