

    
/* main menu background color */

.navbar .container 
,.navbar-collapse 
,.navbar-default .navbar-toggle:focus {

    background-color: #b80701;
}


/* 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: White;

}

/* 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: #b80701;

}


/* Badge colors */

.btn-custom .badge {
    color: #FFFFFF;
    background-color: #b80701;
}


/* Text color */
p
,ol
,ul
,span
,select
,label
,td
,th {

    color: #333;

}


/* 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: #b80701;
    color: rgba(184, 7, 1,1);
}


/* Background colors */


.LightBackgroundColor {
    background-color: rgba(184, 7, 1,0.04);
}

.MediumBackgroundColor {
    background-color: rgba(184, 7, 1,0.08);
}

.DarkBackgroundColor {
    background-color: rgba(184, 7, 1,0.12);
}

.FullBackgroundColor {
    background-color: rgba(184, 7, 1,1);
}

.NeutralBackgroundColor {
    background-color: rgba(221,221,221,0.5);
}


/* Footer background color */

.FooterTop,
.FooterFixed {
  background-color: #333;
}

/* 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: #FFF;
}


/* 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 #b80701;
    border: solid 1px rgba(184, 7, 1,0.9);
}

/** WELCOME SEARCH */


/*.WelcomeControl,*/
.SearchControl,
.CatalogControl,
.HelpControl {
    padding-bottom: 50px;
}


/* Welcome control update */

.WelcomeControl {
    padding-top: 0;
}

.WelcomeControl .MainLogo {
    position: absolute;
    margin-top: 40px;
    left: 0;
}

.WelcomeControl .MainLogo img {
    margin-left: 30px;
	height: 80px;
}

.WelcomeControl .search {
    height: 500px;
    width: 100%;
    position: relative;
    left: 0;
    
    background-image: url('../image/bg_Hist.jpg');
	background-size: cover;
    background-position-x: 0;
    background-position-y: 0;
}

.WelcomeControl .search .searchBottom {
	/*background-color: rgba(184, 7, 1, 0.35);*/
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom:0;
    width:100%;
}

.WelcomeControl .search h1
,.WelcomeControl .search h2 
,.WelcomeControl .search small
,.WelcomeControl .search label
,.WelcomeControl .search span
,.WelcomeControl .search p
,.WelcomeControl .search a
,.WelcomeControl .simple-form a {
    color: White;
}

.CatalogControl .Document {
	padding-top: 30px;
}

.CatalogControl .DocumentImage {
	float: left;
	text-align: center;
}

.CatalogControl .DocumentImage img{
	max-width: 300px;
}

.CatalogControl .DocumentDescription {
	margin-left: 300px;
}

.SearchControl .PanelSearchFilters .SearchButtonControls {
    display: none;
}

.footer .FooterFixedLogo {
    position: absolute;
    right: 150px;
    padding-top: 10px;
}

.footer .FooterFixedLogo img {
    height: 40px;
}

.footer .FooterFixed {
	height: 60px;
}

.footer .FooterFixed .container-fluid {
	line-height: 45px;
}

.footer .FooterFixed .ImageButtonInstitutionLogo img {
	margin-top: 15px;
}

.listDecoration {
	padding: 30px;
    list-style: disc;
}

.labelBoldHighlight {
	font-weight: bold;
}

