

/* main menu background color */

.navbar .container 
,.navbar-collapse 
,.navbar-default .navbar-toggle:focus {

    background-color: #0078BB;
}


/* main menu fore color */

.navbar-nav>li>a
,.navbar-default .navbar-nav>li>a
,.navbar-nav li.active>a
,.navbar-default .navbar-nav>.active>a
,.navbar-default .navbar-nav>.active>a:hover
,.navbar-default .navbar-nav>.active>a:focus
,.navbar-default .navbar-nav>.active>a:active
,.navbar-default .navbar-nav>.active>a:link
,.navbar-default .navbar-nav>li>a
,.navbar-default .navbar-nav>li>a>span
,.navbar-default .navbar-nav> li > a:focus, .navbar-default .navbar-nav > li > a:hover {

    color: #FFFFFF;

}

/* Button  colors */

.btn-custom
,.btn-custom:hover
,.btn-custom:focus
,.btn-custom:active
,.btn-custom.active
,.open .dropdown-toggle.btn-custom
,.btn-custom.disabled
,.btn-custom[disabled]
,fieldset[disabled] .btn-custom
,.btn-custom.disabled:hover
,.btn-custom[disabled]:hover
,fieldset[disabled] .btn-custom:hover
,.btn-custom.disabled:focus
,.btn-custom[disabled]:focus
,fieldset[disabled] .btn-custom:focus
,.btn-custom.disabled:active
,.btn-custom[disabled]:active
,fieldset[disabled] .btn-custom:active
,.btn-custom.disabled.active
,.btn-custom[disabled].active
,fieldset[disabled] .btn-custom.active {   

    color: #FFFFFF;
    background-color: #0078BB;

}


/* Badge colors */

.btn-custom .badge {
    color: #FFFFFF;
    background-color: #0078BB;
}


/* Text color */
p
,ol
,ul
,span
,select
,label
,td
,th {
    color: #333333;
}


/* Titles color */

h1
,h1 span
,h1 > a
,h1 > a > span
,h1 > a > span > span
,h1 small
,h1 p
,h2
,h2 > a
,h2 > span
,h2 > label
,h3
,h3 a
,h3 span
,h3 > label
,.Title
,.SubTitle
,.DefaultColor
,.DefaultColor a:active
,.DefaultColor a:link
,.DefaultColor a:visited
,.DefaultColor a:hover
,.AspNet-TreeView .UnitId
,.AspNet-TreeView .UnitDate
,.AspNet-TreeView .InfoNotAvailable 
{
    color: #0078BB;
    color: rgba(0, 120, 187, 1);
}


/* Background colors */


.LightBackgroundColor {
    background-color: rgba(0, 120, 187, 0.04);
}

.MediumBackgroundColor {
    background-color: rgba(0, 120, 187, 0.08);
}

.DarkBackgroundColor {
    background-color: rgba(0, 120, 187, 0.12);
}

.FullBackgroundColor {
    background-color: rgba(0, 120, 187, 1);
}

.NeutralBackgroundColor {
    background-color: rgba(221,221,221, 0.5);
}


/* Footer background color */

.footer .FooterTop .FooterHeader {
  background-color: #FFFFFF;
}

.footer .FooterTop .FooterBody {
  background-color: #333333;
}

.FooterFixed {
  background-color: #333333;
}


/* Footer fore color */

.FooterTop .FooterHeader
,.FooterTop .FooterHeader span
,.FooterTop .FooterHeader a:active
,.FooterTop .FooterHeader a:link
,.FooterTop .FooterHeader a:visited
,.FooterTop .FooterHeader a:hover
,.FooterTop .FooterBodyTitle {
    color: #FFFFFF;
}


/* inputs border color */

.LoginControl input[type="text"]
,.LoginControl input[type="password"]
,.SearchControl input[type="text"]
,.WelcomeControl input[type="text"]
,.WelcomeControl input[type="password"]
,.GetPasswordRecoveryControl input[type="text"]
,.PasswordRecoveryControl input[type="text"]
,.PasswordRecoveryControl input[type="password"]
,.PasswordModifyControl input[type="text"]
,.PasswordModifyControl input[type="password"] {
    border: solid 1px #0078BB;
    border: solid 1px rgba(0, 120, 187, 0.9);
}



/* navbar update */

.navbar-header {
	display: none;
}

ul.nav.navbar-nav.navbar-right {
    float: left!important;
}

.navbar .container {
	margin: 0;
}

button.navbar-toggle.collapsed,
.navbar-toggle {
    float: left;
    margin-left: 15px;
}

.LinkButtonBrand {
	display: none;
}


/* Welcome control update */

.WelcomeForm .FooterRow {
    height: 0;
}

.WelcomeForm .Container.MainMenu {
	position: absolute;
    top: 561px;
    width: 100%;
}

.WelcomeForm .navbar-collapse {
	background: none;
}

.WelcomeForm .navbar .container,
.WelcomeForm .navbar-default .navbar-toggle:focus {
    background-color: rgba(57, 57, 57, 0.4);
}

.WelcomeForm nav.navbar.navbar-default.navbar-fixed-top {
    position: relative;
	background: none;
    border: none;
	width: 60%;
	background-color: rgba(57, 57, 57, 0.4);
}


.WelcomeForm .navbar-default .navbar-nav>.active>a,
.WelcomeForm .navbar-default .navbar-nav>.active>a:link {
	background-color: #0078BB;
}

.WelcomeForm .navbar-default .navbar-nav> li > a:focus, 
.WelcomeForm .navbar-default .navbar-nav > li > a:hover,
.WelcomeForm .navbar-default .navbar-toggle:hover {
	background-color: rgba(0, 120, 187,0.2);
}

.WelcomeControl {
	padding-top: 0;
}

.WelcomeControl .InstitutionLogo {
	position: absolute;
	z-index: 1;
	right: 0;
	padding-right: 30px;
	text-align: right;
}

.WelcomeControl .InstitutionLogo img {
    height: 300px;
	margin-top: 30px;
}

.WelcomeControl .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.WelcomeControl .carousel-inner > .item ,
.WelcomeControl .carousel-inner > .item > img,
.WelcomeControl .carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}

.WelcomeControl .carousel-inner > .item img {
	object-fit: cover;
	width: 100%;
	height: 600px;
}

.WelcomeControl .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.WelcomeControl .carousel-fade .carousel-inner .active.left,
.WelcomeControl .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.WelcomeControl .carousel-fade .carousel-inner .next.left,
.WelcomeControl .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.WelcomeControl .carousel-fade .carousel-control {
  z-index: 2;
}

.WelcomeControl ol.carousel-indicators {
    /*top: 10px;*/
	padding-bottom: 20px;
	display: none;
}

.WelcomeControl .glyphicon-chevron-right:before,
.WelcomeControl .glyphicon-chevron-left:before {
	content: none;
}

.WelcomeControl .glyphicon {
	color: White;
}

.WelcomeControl .left.carousel-control,
.WelcomeControl .right.carousel-control {
	z-index: 1;
    background: none;
	width: 100px;
	height: 540px;
}

.WelcomeControl .search {
    position: absolute;
    width: 40%;
    top: 553px;
	right: 0;
}

.WelcomeControl .search .left-search-query .input-text {
	height: 40px!important;
	padding-right: 40px;
    border: none;
    border-bottom: solid 1px rgba(57, 57, 57, 0.7);
}

.WelcomeControl .search .btn-submit {
    background-color: Transparent;
    background-image: url(../image/frontoffice_button_search_black_small.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    height: 40px;
    width: 100%;
	position: absolute;
    right: 0;
    width: 40px;
    top: 0;
    z-index: 1;
}

.WelcomeControl :-moz-placeholder {color: #393939; color: rgba(57, 57, 57, 0.7); }
.WelcomeControl ::-moz-placeholder {color: #393939; color: rgba(57, 57, 57, 0.7); }
.WelcomeControl :-ms-input-placeholder {color: #393939; color: rgba(57, 57, 57, 0.7); }
.WelcomeControl ::-webkit-input-placeholder {color: #393939; color: rgba(57, 57, 57, 0.7); }


.WelcomeControl h2 a:selected,
.WelcomeControl h2 a:hover,
.WelcomeControl h2 a:active,
.WelcomeControl h2 a:focus,
.WelcomeControl h2 a:link {
	text-decoration: none;
}


/* Catalog update */
/*
.CatalogControl .row img {
    width: 100%;
    padding-bottom: 15px;
}

.CatalogControl .row {
    margin: 0;
}
*/



/* Footer update */

.footer img {
    max-width: 100%;
}

.footer .FooterHeader img {
    max-height: 75px;
    margin-top: 10px;
    margin-bottom: 11px;
}

.footer .InstitutionLogos {
	text-align: right;
}


.footer .FooterBodyTitle,
.footer h3 {
    min-height: 30px;
}

.FooterBody .RightSided {
	text-align: right;
}

.footer ul {
    color: rgba(255,255,255,0.8);
	margin: 0;
    -webkit-padding-start: 30px;
    list-style: inherit;
}

@media (max-width: 767px) {

	.navbar-header {
		display: inherit;
	}

	.WelcomeForm ul.nav.navbar-nav.navbar-right {
		background-color: rgba(57, 57, 57, 1);
		padding-right: 30px;
	}

	.WelcomeControl .carousel-inner > .item img {
		height: 250px;
	}

	.WelcomeForm .Container.MainMenu {
		top: 210px;
	}

	.WelcomeControl .search {
		top: 202px;
		width: 60%;
		z-index: 2;
	}

	.WelcomeControl .left.carousel-control, .WelcomeControl .right.carousel-control {
		width: 50px;
		height: 190px;
	}

	.WelcomeControl .InstitutionLogo img {
		height: 150px;
		margin-top: 15px;
	}

	.WelcomeForm nav.navbar.navbar-default.navbar-fixed-top {
		width: 70%;
		z-index: 1;
	}

	.footer .FooterBody .RightSided {
		text-align: inherit;
	}
}

@media (max-width: 991px) {

	.footer .InstitutionLogos {
		text-align: left;
	}

}

