/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
/* 	padding-top: 50px; */
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 2.5em;
	background-color: #1D5182;
	color: #6B9FCF;
	line-height: 2.5em;
	font-size: 0.95em;
}

.laureatebg {
	background: #fff url('../img/laureates-2022.jpg') no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
   background-position: top;
/* 	background-size: 100%; */
/* 	height: 500px; */
}

#landing-title {
   position: absolute;
   bottom: 30%;
}

/* FMI: http://bootsnipp.com/snippets/featured/bootstrap-outline-buttons */
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
    border-width: 2px;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-white {
	background-color: #fff;
}

.btn-outline-white {
	border-color: #fff;
}
.text-spaced {
	letter-spacing: 0.1em;
}

.icon-bar {
   background-color: #444444 !important;
}


#navbar li.active {
	border-bottom: 1px solid #237DB8;
}


.hr-container {
	background-color: #F6F4F1;
	padding: 0px;
}




#nom-navbar a,
#nom-navbar a:focus,
#nom-navbar a:hover {
	border-radius: 0;
	color: #ccc;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

#nom-navbar a:hover {
	color: #444;
}


#nom-navbar li.active>a,
#nom-navbar li.active>a:focus,
#nom-navbar li.active>a:hover {
	background-color: #222;
}
#nom-navbar li.active>a:hover {
	background-color: #ccc;
}


/*
#nom-navbar li {
	float: none;
}
*/


.landing-caption {
	position: absolute;
	font-size: 1.5em;
	padding: 20px;
	bottom: 1%;
	text-align: center;
	z-index: 100;
	width: 100%;
	color: #fff;
}

@media (max-width: 1170px) {
	#fNominate .control-label {
		text-align: left;
	}
}

#ulAdminPanel {
	padding: 0px;
}
#ulAdminPanel .list-group-item {
	padding: 5px;
	margin: 5px;
}

.typeahead { z-index: 1051; }
/*
ul.dropdown-menu {
	max-height: 300px;
	overflow: auto;
}
*/
.loading {
    background-color: #ffffff;
    background-image: url("/img/3.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}


.table-noborder td {
	border: none !important;
}

.optclassA span{
	color:#C0A765;
}
.optclassB  span{
	color:#8C8C8C;
}
.optclassR  span{
	color:#88644E;
}

.strikethrough span {
	text-decoration: line-through;
}


/* Spin */
.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
    -webkit-animation: glyphicon-spin-r 3s infinite linear;
    animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
    -webkit-animation: glyphicon-spin-l 1s infinite linear;
    animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
    -webkit-animation: glyphicon-spin-l 2s infinite linear;
    animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
    -webkit-animation: glyphicon-spin-l 3s infinite linear;
    animation: glyphicon-spin-l 3s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


.nav>li>a {
	padding: 15px 10px;
}