body {
   padding-top: 50px;
   padding-bottom: 100px;
}

.center-screen {
   display: block;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }
 
.rem {
   font-size: 1rem;
   vertical-align: middle;
}
.alert-success a {
   color: #ff7;
   font-weight: bold;
}
.form-spaced label {
   min-width: 29%;
   display: inline-block;
   padding:2%;
} .form-spaced label:hover {
   background: rgba(255,255,200,0.5);
}
.radio-group label, .check-group label {
   overflow: hidden;
}
.radio-group input, .check-group input {
   height: 1px;
   width: 1px;
   position: absolute;
   top: -100px;
}
.radio-group .not-active, .not-active input[type="radio"], .check-group .not-active, .not-active input[type="checkbox"]  {
   color: #3276b1;
   background-color: #fff;
}
.not-active input:focus {
  background: green
}

/* PROFILES */
.tag {
   padding: 0.2em 1em;
   background: #eee;
   font-size: 0.8em;
   line-height: 2.5em;
   border-radius: 0.5em;
} .tag:hover {
   background: #42afde;
   color:#fff;
   cursor: pointer;
}

/* HEADER & NAV STYLES */

header {
   height: 50px;
   position: fixed;
   width: 100%;
   margin-top: -50px;
   z-index: 9999;
   background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0.87) 80%, rgba(229, 251, 255, 0.6) 100%);
   /* FF3.6-15 */
   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0.87) 80%, rgba(229, 251, 255, 0.6) 100%);
   /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0.87) 80%, rgba(229, 251, 255, 0.6) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99e5fbff', GradientType=0);
   /* IE6-9 */
}
#nav-login .dropdown-menu {
   left: 0;
   right: auto;
}
header nav {
   background: #fff;
} .navbar .dropdown-menu > li > a:hover {
   background: #eee;
   color: #008cba;
}

.menu-item {
  color: #377ab7 !important;
}

/* FOOTER STYLES */

footer {
   color: #777;
   text-align: center;
   border-top: 3px solid #42afde;
   margin-top: 4px;
}
footer a {
   -webkit-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
}
footer h3 {
   color: #42afde;
}
footer .footer-above {
   background: #333;
   padding-bottom: 2em;
}
footer .footer-below {
   background: #222;
   line-height: 3em;
   color: #aaa;
}
footer .btn-social {
   display: inline-block;
   width: 50px;
   height: 50px;
   border: 2px solid #42afde;
   border-radius: 100%;
   text-align: center;
   font-size: 25px;
   line-height: 200%;
   border: 2px solid #42afde;
   color: #42afde;
}
footer .btn-social:hover {
   color: #104d66;
   background: #42afde;
   border: 2px solid #104d66;
}
footer .navbar-footer li {
   float: none;
   text-align: left;
   display: block;
   *display: inline;
   /* ie7 fix */
   *zoom: 1;
   /* hasLayout ie7 trigger */
}
footer .navbar-footer li a {
   width: 100%;
}
footer .navbar-footer li a:hover {
   background: #42afde;
   color: #222;
}
footer .container {
   margin: 0 auto;
}
footer .navbar-nav > li > a {
   text-shadow: none;
}
footer .navbar-nav {
   float: none;
}
footer input.form-control {
   background: #222;
   color: #ccc;
   border: #000;
}
footer .input-group-addon {
   color: #42AFDE;
   background: #444;
   border: #000;
}
footer .mc_embed_signup .input-group {
   margin-bottom: 10px;
}
footer .mc_embed_signup .btn-primary {
   width: 100%;
}
.mc_embed_signup .input-group {
   margin-bottom: 25px;
}
.clearfix:before, .clearfix:after {
   content: " ";
   display: table;
}
.clearfix:after {
   clear: both;
}
.center-block {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.pull-right {
   float: right !important;
}
.pull-left {
   float: left !important;
}
.hide {
   display: none !important;
}
.show {
   display: block !important;
}
.invisible {
   visibility: hidden;
}
.text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0;
}
.hidden {
   display: none !important;
}
.affix {
   position: fixed;
}

.table > tbody > tr > td {
   vertical-align: middle;
}

.form-control[type=checkbox] {
   box-shadow: none !important;
}

/* HOME PAGE */

#main {
   margin-top: 50px;
   background: url("/gui-bg-ice.jpg") no-repeat fixed;
   background-size: cover;
   padding-bottom: 2em;
   min-height: 80vh;
}
.svg {
   width: 100%;
   height: auto;
}
.navbar-header {
   min-width: 300px;
}
.navbar-brand {
   padding: 0px;
}
.navbar-brand>img, .navbar-brand>object {
   height: 100%;
   padding: 8px;
   width: auto;
}
.carousel {
   height: 50vh;
   min-height: 400px;
   font-family: $font-family-sans-serif;
}
.carousel .item, .carousel .active, .carousel .carousel-inner {
   height: 100%;
}
.carousel .fill {
   width: 100%;
   height: 100%;
   background-position: center top;
   background-size: cover;
   -o-backgro: und-size cover;
}
.carousel .carousel-skew {
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 50%;
   z-index: 10;
   min-width: 350px;
   color: #fff;
   background: rgba(0, 0, 40, 0.8);
   text-align: left;
   text-shadow: none;
   -webkit-transform: skew(20deg);
   -ms-transform: skew(20deg);
   transform: skew(20deg);
   left: -10%;
   padding: 3% 4% 3% 15%;
}
.carousel .carousel-skew .unskew {
   -webkit-transform: skew(-20deg);
   -ms-transform: skew(-20deg);
   transform: skew(-20deg);
}
.carousel .carousel-skew .unskew p {
   line-height: 1.6em;
   font-size: 1.4em;
   max-width: 500px;
   font-family: $font-family-base;
}
.carousel-inner {
   overflow: visible;
}

/* Profile Cards */

.profile-sm .thumbnail {
   max-width: 15%;
   max-height: 80px;
   padding: 0;
   margin-right: 1em;
   margin-bottom: 0;
}

/* Large Profile */
.profile-detail {
   padding: 1em 0;
}

/* SEARCH */

#search {
   padding-top: 50px;
   z-index: 10;
   position: fixed;
   top: 40px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 5, 25, 0.8);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   -webkit-transform: translate(0px, -100%) scale(0, 0);
   -moz-transform: translate(0px, -100%) scale(0, 0);
   -o-transform: translate(0px, -100%) scale(0, 0);
   -ms-transform: translate(0px, -100%) scale(0, 0);
   transform: translate(0px, -100%) scale(0, 0);
   opacity: 0;
}
#search.open {
   -webkit-transform: translate(0px, 0px) scale(1, 1);
   -moz-transform: translate(0px, 0px) scale(1, 1);
   -o-transform: translate(0px, 0px) scale(1, 1);
   -ms-transform: translate(0px, 0px) scale(1, 1);
   transform: translate(0px, 0px) scale(1, 1);
   opacity: 1;
}
#search * {
   font-size: 20px;
   text-align: center;
}
#search label, #search select {
   padding: 0.5em 1.25em;
}
#search label {
   color: #ccc;
}
#search select, #search option {
   text-align: left;
}
#search label input {
   vertical-align: middle;
   margin: 0.5em;
}
#search input[type="search"] {
   color: #fff;
   background: rgba(0, 0, 0, 0);
   font-size: 50px;
   font-weight: 300;
   text-align: center;
   border: 0px;
   margin: 0.5em auto;
   margin-top: -51px;
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
   width: 80%;
   border-bottom: 1px solid #ccc;
}
#search .holder {
   position: absolute;
   top: 34%;
   width: 100%;
}
#search .close {
   position: fixed;
   top: 15px;
   right: 15px;
   color: #fff;
   background-color: #428bca;
   border-color: #357ebd;
   opacity: 1;
   padding: 10px 17px;
   font-size: 27px;
}
#search #search-radios .notActive {
   color: #3276b1;
   background-color: #fff;
}
#search li {
   cursor: pointer;
}
#search li:hover {
   background: #9cf;
} #search label.not-active {
   color: #008cba;
} #search .radio-group {
   margin-bottom: 1em;
   clear: both;
} #search p {
   color: #ffc;
}

/*Parallax Background*/
[class*="bg__"] {
   /*height: 40vh;*/
   /*text-indent: -9999px;*/
   background-attachment: fixed;
   background-position: center center;
   background-size: cover;
}

.bg__ice {
  background-image: url(
    ../assets/gui-bg-ice.jpg
  );
}

/* File uploads area */
#dropzone {
    line-height: 50px;
    text-align: center;
} #dropzone.in {
} #dropzone.hover {
    background: #9c9;
} #dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
} .files p {
	border-radius:5px;
	border:#ccc;
	background:#ace;
	padding:5px 1%;
	display:inline-block;
	width:30%;
	line-height:30px;
	height:40px;
	overflow:hidden;
	margin-right:1%;
	text-align:center;
} .progress {
	margin-top: -20px !important;
}

.space-left {
  margin-left: 10px;
}

.modal {
  position: absolute;
  top: 100px;
  bottom: 0;
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
}

.select2-container .select2-selection--single {
   height: 34px !important;
}

.tooltip > .tooltip-inner {
   background-color: black; 
   color: #FFFFFF; 
   border: 1px solid white; 
   padding: 7px;
   font-size: 1em;
 }