﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
      padding-top: 40px;
  padding-bottom: 10px;
}

/*--------------
    MAIN STYLE
---------------*/
/*
	NAVIGATION
*/

.navbar-collapse{
    width: inherit;
}

.navbar.navbar-default select {
        position: relative;
    display: block;
    margin: 12px 0;
}

/* GENERIC */

a {
  color: #00b7ff;
}

p, label {
	font-size: 16px;
	line-height: 30px;
}

h2 {
	line-height: 72px;
}

h3{
	line-height: 40px;
}

.separator {
    border-top: 1px dashed #afafaf;
    margin : 1em 0;
}

.form-group {
    padding-top: 10px;
}

.glyphicon-inverse {
    color: #ffffff;
}

.jumbotron p.help-block {
	font-size:12px;
}


/* THUMBNAIL */
.thumbnail{
	min-height: 260px;
	padding: 0;
}

.thumbnail:hover {
	box-shadow: 0px 0px 8px -2px #333;
}

.thumbnail .caption {
	text-align: center;
	padding-top: 20px;
}

.thumbnail .thumbnail-auction-text {
	display: inline-block;
	padding: 5px 0;
}

.thumbnailContainer.thumbnailContainerExpanded {
	z-index: 1000;
	width: 95%;
    position: absolute;

	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* FILE UPLOAD */

.wraptext {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.uploadFile::-ms-value {
    visibility: collapse;
}

.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}


.progress {
    display: inline-block;
	line-height: 15px;
    width: 100px;
    border: 3px groove #CCC;
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}

/* ERROR HANDLING */

input.ng-invalid.ng-dirty {
	border: 2px solid #f00;
}

.alert.alert-danger.ng-active {
	    margin-top: 5px;
}

/* MISC */
.col-stick.col-stick-left {
	margin-left: 0;
	padding-left: 0;
}

.col-stick.col-stick-right {
	margin-right: 0;
	padding-right: 0;
}

.btn-strong {
	font-weight: bolder;
}

/*------------------
    ERROR BALLOON
-------------------*/
.alert.error {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  color:#000;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.alert.error:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 12px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #f2dede transparent;
    display: block;
    width: 0;
}

.alert.error.top:after {
    top: -10px;
    bottom: auto;
    border-width: 0px 10px 10px;
    border-color: #f2dede transparent;
}

/*-----------
HEADER
-----------*/

a.logo {
    background: url('../img/logo.jpg') no-repeat 0 0;
    background-size: contain;
    display: block;
    text-indent: -1000%;
    height: 65px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand.logo {
    margin-left: -30px;
}

/*--------
	BODY
---------*/

div[data-ng-app] {
	position:relative;
}

.section-title, .portfolio-title {
    font-size: 2.75em;
    line-height: 72px;
}

h1.section-title:after,
h2.section-title:after {
    display: block;
    content: "";
    height: 5px;
    width: 120px;
    margin-top: 3px;
    margin-bottom: 10px;
    position: relative;
    background: #323232;
}

h2.section-title.reverse:after{
	background: #fff;
}

h3.section-tagline {
    font-weight: 300;
    font-size: 24px !important;
    margin: 0;
    color: #A9A9A9;
    clear: both;
}

.jumbotron {
background-color:#121212;
color: #fff;
}

    .jumbotron a {
        color: #ffffff;
    }

    .jumbotron a i.glyphicon {
        font-size: 0.75em;
        margin-left: 5px;
    }

    .jumbotron .well {
        color: #121212;
    }

.container-first {
    margin-top: 4.92857em;
}

.list-group-item {
    border: none;
}

.title-map {
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    background: #121212;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 30px 0;
    margin:0;
}

.team-text{
	border: 1px solid #ccc;
	padding: 0 10px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	border-radius: 4px;
}

	.team-text:hover {
		cursor: pointer;
		border: 1px solid #333;
	}

		.team-text h3 {
			font-weight: 800;
			clear: both;
			margin-top: 10px;
			margin-bottom: 5px;
	
			display: block;
			position: relative;
		}

			.team-text h3 span:after {
				content: "";
				width: 35px;
				height: 2px;
				background: #323232;
				display: block;
				margin-top: 5px;
			}

/*------------
	FOOTER
-------------*/
.footer {
	position: absolute;
	width: 100%;
	border-color: #e7e7e7;
	background-color: #fff;
}
.footer div p {
	margin-top: 15px;
}

.angular-google-map-container { height: 400px; }

/*--------
	MISC
----------*/

.highlight,
abbr[title='required'] {
	color: #f00;
}

/*-----------
    FOOTER
-------------*/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}

.text-muted {
    margin-top: 20px;
    opacity: 0.35;
}

.text-pointer {
    cursor: pointer;
}

.form-login {
    max-width: 330px;
    padding: 0px 15px 5px 15px;
    margin: 0 auto;
}

    .form-login .form-login-heading {
        margin-bottom: 10px;
    }

    .form-login .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-login .form-control:focus {
            z-index: 2;
        }

    .form-login input[type="password"] {
        margin-top:5px;
        margin-bottom: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

