#navleft {
  width: 46px;
  background-color: #242120;
  position: fixed;
  height: 100%;
}
#navleft i {
  font-size: 2.5em;
  border-radius: 100px;
  background: #3b485e;
  padding: 18px;
  width: 70px;
  height: 70px;
  margin: 8px 10px;
  text-align: center;
  color: white;
}

#navtop {
  position: fixed;
  top: 0;
  right: 0;
  margin: 40px;
}

#navtop .btn.edit,
#navtop .btn.delete {
  display: none;
}

#navtop .btn,
#subsetting .btn {
  margin: 0px 0px 0px 6px;
}
#navtop .btn:first-child,
#subsetting .btn:first-child {
  margin: 0px;
}

#content {
  margin: 0 40px 0 120px;
}

#content .container {
  color: white;
}

#content .my.container {
  /*padding: 20px;*/
}

#debug {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 0 20px;
  background: #EEE;
  z-index: 1;
  opacity: 0.8;
}
#debug p.call {
  background: yellowgreen;
}
#debug p.result {
  background: blue;
}
#debug p {
  margin-bottom: 15px;
  color: white;
}
#debug .minify {
  float: right;
  background: #000;
  width: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
#debug.mini {
  height: 60px;
}
#debug.maxi {
  height: auto;
}

/* datatable */

/*table.dataTable tbody tr {
  display: inline-block;
}*/


/*
color:
ROUGE : #c1222f
NOIR : #000000
*/

@font-face {
  font-family: 'Quicksand';
  src: url('./fonts/Quicksand/quicksand-v8-latin-regular.woff2') format('woff2'), url('./fonts/Quicksand/quicksand-v8-latin-regular.woff') format('woff'), url('./fonts/Quicksand/quicksand-v8-latin-regular.tff') format('truetype');
}

@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'), url('./fonts/OpenSans/OpenSans-Regular.woff') format('woff'), url('./fonts/OpenSans/OpenSans-Regular.tff') format('truetype');
}

body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

body:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url("../img/background.jpg");
  background-size:cover;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

form {
  margin: 0;
}

ul {
  line-height: 180%;
  margin-top: 10px;
}

p {
  margin: 0;
}

hr {
  border: solid 1px #000 !important;
  margin: 10px 0 !important;
}

a, a:hover, a:focus {
  text-decoration: none;
}

.help-block {
  margin: 5px 0 !important;
  text-align: left;
}

/* Surcharge Alpaca */

.btn-green {
  background-color: yellowgreen !important;
}

.btn-yellow {
  background-color: yellow !important;
}

.btn-blue {
  background-color: dodgerblue !important;
}

.btn-orange {
  background-color: orange !important;
}

.chart {
  border: solid 1px darkgrey;
  margin: 40px 0 0 0;
}

.alpaca-field-object {
  padding: 0px !important;
}

/*.alpaca-control-label {
  background: #000;
  padding: 5px 10px;
  margin: 10px 0 10px 0;
  color: #fff;
}*/

.alpaca-control-label {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.alpaca-icon-required {
  font-family: 'OpenSans';
  font-weight: inherit;
}
.alpaca-icon-required::before{
  content: '*';
}

.alpaca-form-buttons-container {
  text-align: left;
}

.alpaca-control.radio {
  margin-left: 0;
}


/* Surcharge Bootstrap */

.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.btn {
}
.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
}

.breadcrumb {
  background-color: #f9f9f9;
  color: #777;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px auto 40px;
}

.breadcrumb a {
  color: #777;
  /*text-decoration: none;*/
  vertical-align: middle;
}

.breadcrumb .current {
  color: #c1222f;
  vertical-align: middle;
}

.navbar {
  border: none;
  background-color: #fff;
}

.navbar-brand {
	float: none;
	background-color: transparent;
	color: #000;
	margin-left: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-toggle {
	float: none;
	border: none;
}

.navbar-nav li img {
    border-radius: 3px;
    margin-right: 7px;
    vertical-align: top;
}

.navbar-right {
	margin-right: 0;
}

.navbar-toggle .icon-bar {
  background-color: #000;
}

/*.form-control {
    width: 100% !important;
}*/

.resized-form form .form-group {
  margin-bottom: 30px;
}

form .form-control {
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.resized-form form .form-control {
  border-bottom-color: #000;
  border-top: 1px solid #000;  
  padding: 12px 0;
  height: inherit;
}

form .form-control:focus,
form .has-error .form-control,
form .has-error .form-control:focus {
  box-shadow: none;
}

.form-horizontal .control-label {
  text-align: left;
}

.no-padding[class*=col-] {
  padding: 0;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #c1222f;
  border-radius: 0;
}

#form_key .form-control[disabled] {
  cursor: text;
  background-color: #fff;
  border: 1px solid #000;
  padding-left: 5px;
  padding-right: 5px;
}

.input-group-addon:last-child {
  border-right: none;
  border-top: none;
  border-radius: 0;
  background-color: transparent;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  width: 100%;
}

.carousel-caption.top {
  top: 10px;
}

.carousel-caption:not(.top) {
  background-color: rgba(0,0,0,.7);
  padding: 10px 5px;
}


/* Général */

.fancy-content {
  display: none;
}

.no-padding {
  padding: 0 !important;
}

.black-btn {
  background-color: #000;
}

/*
table {
  font-size: inherit;
}

table tr th,
table tr td {
  margin: 10px;
}

table thead tr {
  border-bottom: solid 1px #DDD
}

table td.chantier {
  border-bottom: solid 1px #DDD;
  font-style: italic;
}
*/

.dropdown-toggle {
	cursor: pointer;
}

#link {
	margin-top: 40px;
}
#link.container {
  margin-bottom: 40px;
}

p.link img {
	margin-right: 15px;
}

p.link {
	margin: 0;
	text-align: right;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;
}

p.link a {
	color: #000;
	vertical-align: middle;
}

p.info {
  margin: 5px 0;
}

a.delete,
a.delete:hover {
  color: red;
}

.break-word {
  word-wrap: break-word;
}

.hidden {
  display: none;
}

.container [class*='-block']:not(.dashboard-block) {
  margin-bottom: 80px;
}

.container [class*='-block'] .box,
.container [class*='-block'] .admin-box,
/*form[role='form']*/ {
  /*border-radius: 4px;*/
  border: 1px solid rgba(0,0,0,.15);
  /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  /*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  background: rgba(255,255,255,0.8);
}

.container [class*='-block'] .box {
  min-height: 247px;
  position: relative;
  text-align: center;
}
.container .photo-block .box {
  min-height: inherit;
}

.container [class*='-block'] .box .top-right-corner {
	position: absolute;
	background: url(../img/top-right.png) no-repeat;
	top: -5px;
	right: -5px;
	width: 171px;
	height: 70px;
	z-index: 10;
}

.container [class*='-block'] .box .bottom-left-corner {
	position: absolute;
	background: url(../img/bottom-left.png) no-repeat;
	bottom: -16px; /*-35px;*/
	left: -5px;
	width: 70px;
	height: 151px;
	z-index: 10;
}

.container [class*='-block'] .admin-box {
  text-align: center;
  padding: 50px;
  background-color: #fff;
}

.container [class*='-block'] .box.error {
  text-align: left;
  padding: 30px 50px;
  min-height: auto;
}

/*.resized-form {
  width: 40%;
  min-width: 350px;
  margin: auto;
}*/

.next form[role='form'] {
  margin-top: 40px;
}

.new-block .top span {
  display: inline-block;
  margin-top: 80px;
}

.new-block img.avatar {
  margin: 78px;
  height: 48px;
  width: 48px;
}

.new-block button.avatar {
  padding: 30px 20px 0;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
}

.container [class*='-block'] .line {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #000 50%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%,#000 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%,#000 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  height: 1px;
  width: 100%;
}


[class*='-block'] .top {
	min-height: 50px;
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	background-color: #444;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: bold;
}

.top .top-action {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  color: #fff;
  background: none;
  border: none;
  padding: 0 20px;
  text-transform: uppercase;
}

.top a {
  color: #fff;
}

.hover-options {
  position: absolute;
  z-index: 100;
  padding: 10px;
  top: 0;
  left: 0;
}

.hover-options > * {
  text-align: center;
  display: inline-block;
  transition: 0.5s;
  vertical-align: top;
}

/* situationnel... */
.hover-options > *:not(:last-child) {
  margin-right: 10px;
}

.hover-options [class*='block-'] {
  display: inline-block;
  padding: 20px;
  border-radius: 30px;
  border: 2px solid #ccc;
  background-size: 20px;
}

.block-edit {
  background: url(../img/pen.png) no-repeat center center #fff;
}
.block-edit:hover {
	border-color: #256cdd;
	transition: 0.5s;
}

.block-delete {
	background: url(../img/trash.png) no-repeat center center #fff;
	outline: none;
	border: none;
}
.block-delete:hover {
	border-color: red;
	transition: 0.5s;
}

.block-rights {
  background: url(../img/rights.png) no-repeat center center #fff;
}
.block-rights:hover {
  border-color: #a35400;
  transition: .5s;
}

.block-view {
  background: url(../img/eye.png) no-repeat center center #fff;
}
.block-view:hover {
  border-color: #00ff87;
  transition: .5s;
}

.block-config {
  background: url(../img/config.png) no-repeat center center #fff;
}
.block-config:hover {
	border-color: #ffd400;
	transition: 0.5s;
}

.red {
  color: #c1222f;
}

.vertically-center-img {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.list-separator {
  font-size: 20px;
  margin: 10px 0 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.list-separator span {
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
}

/*.separator-line {
  display: inline-block;
  border-bottom: 1px solid #c1222f;
  width: 30%;
  vertical-align: super;
  margin: 0 50px;
}
.separator-line.left-line {
  margin-left: 0;
}
.separator-line.right-line {
  margin-right: 0;
}*/

.row.no-separator {
  margin-top: 60px; /* ~= .company-separator height+margin */
}

[name=logo_display] img {
  max-width: 350px;
  max-height: 300px;
}

.storage-info {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin: 50px 0 20px;
  font-size: 13px;
}

.storage-info-item {
  margin-bottom: 15px;
}

.storage-info-img {
  margin-right: 10px;
}

.copy-to-input-url {
  cursor: pointer;
}

.photo-label {
  position: absolute;
  left: 0;
  z-index: 10;
  background-color: rgba(0,0,0,.5);
  padding: 3px 5px;
  font-size: 14px;
  text-align: left;
  word-break: break-all;
}
.photo-label.bottom {
  bottom: 0;
}

.border-div {
  border: 2px solid #000;
  padding: 10px 5px 5px;
  display: inline-block;
  margin-top: 15px;
}


/* Help */

.help-section {
  margin-bottom: 50px;
}

.help-section ul {
  list-style: none;
  padding: 0;
}


/* Login */

body.auth {
  /*background: url("https://source.unsplash.com/1600x900/?technology,photo");*/
  /*background-size: cover;*/
  padding: 0;
  margin: 0;
}

body.auth #link {
  /*bottom: 0;*/
  padding: 0 50px 30px 50px;
  display: inline-block;
  /*position: absolute;*/
  margin-top: 0;
}

body.auth #link p.link {
  text-transform: none;
  font-size: 14px;  
}

.auth .container-fluid, .auth .container-fluid .row, .auth .container-fluid .row > * {
  /*padding: 0;*/
  height: 100%;
}

/*.logo-auth {
  text-align: center;
  margin-bottom: 50px;
}*/

.auth-img-background {
  background: url('../img/auth_background.jpg') no-repeat center center;
  background-size: cover;
}

.auth-form {
  text-align: center;
  background-color: #fff;
}

#auth_logo {
  width: 50%;
}

.auth-form form {
  padding: 30px;
}

.auth-form .alpaca-container-item:not(:first-child) {
  margin-top: 30px;
}

.auth-btn {
  width: 100%;
  background-color: #c1222f;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
  border-radius: 0;
  margin-top: 30px;
}
.auth-btn:hover {
  color: #fff;
  background-color: #870000;
}


/* Navbar */

.navbar-nav {
	padding-top: 10px;
}

.navbar-brand>img {
  max-height: 80px;
  max-width: 170px;
  border: solid 1px white;
  display: initial;
  margin: 10px 0;
}

#side_nav .menu-item:last-child {
  border-bottom: solid 1px #111;
}

.navbar .side-nav .menu-item {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.5s;
  background-color: #737373;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.7rem;
}

.navbar .menu-item:hover {
  /*padding-left: 30px;*/
  background-color: #111;
  transition: 0.5s;
  text-decoration: none;
}

.navbar-nav>li.logout {

}

.debug {
  background-color: red;
  color: white;
}
.navbar-nav>li.debug a {
  color: white !important;
}

.side-nav {
  height: 100%;
  position: fixed;
  top: 0;
  left: -1000px;
  width: 270px;
  background: #222;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 2000;
}
.side-nav.visible {
  left: 0;
}

.side-nav a:not(.navbar-brand) {
  padding: 5px;
  display: block;
  color: #fff;
}

.side-nav a.menu-item.current {
  background-color: #c1222f;
}

.side-nav .navbar-header {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
}

.side-nav a.menu-subitem {
  margin-left: 30px;
  border-left: 1px solid #fff;
  padding: 0 0 0 7px;
  text-transform: uppercase;
}
.side-nav a.menu-subitem:not(.last) {
  margin-bottom: 10px;
}
.side-nav a.menu-subitem.last {
  margin-bottom: 20px;
}

.side-nav-overlay {
  position: fixed;
  top: 0;
  /*right: 0;*/
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.side-nav-overlay.visible {
  opacity: 1;
  right: 0;
}

#search_block {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-left: 20px;
}

#search_block .glyphicon {
  position: absolute;
  top: 6px;
  left: 5px;
  font-size: 18px;
}

#search_bar {
  height: 30px;
  width: 100%;
  padding-left: 25px;
}
#search_bar:focus {
  outline: none;
}

#search_results {
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  z-index: 200;
}

#search_results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#search_results ul:first-of-type {
  margin-bottom: 15px;
}

#search_results ul li:first-child {
  background-color: #c1222f;
  color: #fff;
  padding: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
}

#search_results a {
  color: #888;
}
#search_results a:hover {
  color: #222;
}

.navbar-logo {
  position: absolute;
  bottom: 30px;
  left: 70px;
}


/* Titres et styles */

.title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

div.title {
  padding: 60px 15px 20px;
}

p.title {
  margin-bottom: 20px;
}

div.title p.text,
div.title span.text {
  display: inline;
  width: 100%;
  font-size: 2em;
  margin: 0;
}

div.title p.subtext,
div.title span.subtext {
  display: inline-block;
  width: 100%;
  font-size: 1.5em;
  margin-top: 8px;
}

div.title p.border,
div.title span.border {
  border-bottom: solid 20px #c1222f;
  display: inline-block;
  width: 20px;
  margin: 0 0 0 6px;
}

div.title2 {
  padding: 0;
  margin: 0;
}

div.title2 .text {
  display: inline-block;
  width: 100%;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #DDD;
}

p.success {
  background: url('../img/tick.png') no-repeat;
  font-weight: bold;
  color: green;
  padding: 0 0 0 25px;
  text-align: left;
}

p.error,
p.delete {
  background: url('../img/cross.png') no-repeat;
  font-weight: bold;
  color: red;
  padding: 0 0 30px 25px;
}

p.question {
  font-weight: bold;
  color: blue;
  padding: 0 0 30px 25px;
}

.green {
  color: green;
}

/* Administration */

.admin-block .top-action {
  padding: 40px 30px 30px;
  font-size: 2rem;
}

.admin-block .avatar {
  width: 48px;
  margin-bottom: 30px;
}

.formc {
  font-weight: bold;
}

.formc img:first-child {
    padding-right: 10px;
    border-right: solid 1px #DDD;
    margin-right: 15px;
}

.more_infos {
  font-weight: normal;
  margin-left: 41px;
}

.rowc {
  border-bottom: solid 1px #DDD !important;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.rowc:last-child {
   border-bottom: 0px !important;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

.activec {
  color: green;
}

.inactivec {
  color: orange;
}

.normal_text {
  font-weight: normal;
}

.deletedc {
  color: red;
}

.form_answer {
  background-color: papayawhip !important;
}

span.btn {
  margin: 0 10px;
}

.btn a {
  color: white;
  padding: 0 20px;
  text-decoration: none;
}

.link_search {
  text-decoration: none;
  color: blue;
  cursor: pointer;
}

.module-block .top .top-action,
.camera-block .top,
.drone-block .top {
  padding-top: 85px;
}

.camera-block .top .cam-info {
  text-transform: none;
  font-size: 14px;
}

/* Specific */
/*
#link_in {
  margin: 30px 0 0 0;
  width: 100%;
  text-align: right;
}

.field_legend {
  display: block;
  font-weight: bold;
  padding-top: 10px;
}

.field_content {
  display: block;
  border: solid 1px #DDD;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}

.field_content ul {
  margin: 0px !important;
}

#btn-new-form-preview {
  text-align: right;
}

p.text img {
  vertical-align: inherit;
  margin-right: 8px;
}

.title_topdf {
  margin: 0 0 20px 0 !important;
  padding: 10px 0px;
}

input.import_obj {
  display: inline-block !important;
}

input.import_btn {
  margin-left: 10px;
}

p.warning {
  margin: 0px 0 20px 0 !important;
  max-width: 100%;
  background-color: bisque;
  padding: 20px;
  border-radius: 5px;
}*/


/* dashboard accueil */

#dashboard {
  padding-top: 50px;
}

#dashboard [class*='-info'] {
  color: #fff;
  font-family: OpenSans;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

#dashboard .photos-info {
  background-color: #65a4da;
  padding: 20px 5px;
  margin-bottom: 30px;
}

#dashboard .photos-info p:not(:last-of-type) {
  margin-bottom: 10px;
}

#dashboard .camera-block {
  margin-bottom: 30px;
}

.camera-block .box.active {
  border: 2px solid green;
}

.camera-block .box.inactive {
  border: 2px solid red;
}

#dashboard .camera-block .top {
  padding: 0;
}

#dashboard .camera-block .box {
  min-height: 100px;
}

.carousel-caption h4 {
  text-transform: uppercase;
  font-weight: bold;
}

#dashboard .disk-info {
  margin: 30px 0;
  background-color: #f7bd6c;
  padding: 0 5px 20px;
  position: relative;
}

.disk-info svg {
  transform: rotateX(180deg);
}

.disk-info span {
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
  font-size: 2.5rem;
}

#dashboard #map {
	height: 400px;
	margin-bottom: 30px;
}

#dashboard .cameras-info {
  background-color: #dc5e5a;
  padding: 20px 5px;
  margin-bottom: 30px;
}


/* contact */

.contact {
  width: 100%;
  background-color: beige;
  padding: 10px;
  margin: 15px 0;
  box-shadow: 8px 8px 12px #aaa;
  min-height: 260px;
}

.contact.gestc {
  background-color: khaki;
}

.contact .name {
  font-weight: bold;
}

.contact div.action {
  float: right;
}

.contact .icon {
  margin-left: 0;
}

.contact_notify {
  color: white;
  background-color: cadetblue;
  border-radius: 100px;
  height: 15px;
  width: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -8px;
  left: -12px;
  font-size: 10px;
}

.canvasjs-chart-credit {
  display: none;
}


/* user */

.user-block img.avatar {
  margin: 35px 0 0 0;
}

/*.user-block .role-1 {

}

.user-block .role-2 {

}

.user-block .role-3 {
  
}*/

/*.user-block .top:hover .hover-options {
}*/


/* project */

.module-timelapse {
  background: url(../img/camera.png) no-repeat center center;
}

.module-drone {
  background: url(../img/airplane.png) no-repeat center center;
}

.camera-block img.avatar,
.drone-block img.avatar {
  margin: 78px;
  height: 48px;
  width: 48px;
}

/* timelapse */

.select-timelapse-camera {
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  color: transparent;
}
.select-timelapse-camera:focus {
  outline: none;
}

iframe {
  width: 100%;
  height: 500px;
  border: none;
}


/* photo par jour */

.fancy img {
  width: 100%;
}


/* dashboard chantier */

.select-cam-dashboard {
  /*margin-bottom: 20px;*/
}

.select-cam-dashboard button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 5px 10px;
  font-weight: bold;
}
.select-cam-dashboard button:hover {
  background-color: #222;
}
.select-cam-dashboard button:not(:last-of-type) {
  margin-right: 10px;
}
.select-cam-dashboard button.selected {
  text-shadow: 0 0 10px #fff;
}

iframe[name=timelapse] {
  margin-bottom: 20px;
}

.dashboard-block {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2rem;
  padding: 10px;
}
form.dashboard-block {
  background: #fff;
  height: 290px;
  padding-top: 20px;
}

.dashboard-block a {
  color: #fff;
}

.dashboard-block p {
  margin-bottom: 10px;
}

.dashboard-block .title {
  font-family: OpenSans;
  letter-spacing: 2px;
}

.dashboard-block .content {
  text-align: center;
  font-weight: bold;
}

.dashboard-block.big .content {
  font-size: 4rem;
}

.dashboard-block.big .content img {
  margin-right: 20px;
  vertical-align: text-bottom;
}

.dashboard-block .content .glyphicon {
  color: #fff;
  font-size: 80px;
}

.dashboard-block .fill-circle {
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

#weatherWidget .locationName {
  text-transform: uppercase;
}

.preview-timeline-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.svg-wrapper {
  position: relative;
}

.svg-wrapper span {
  position: absolute;
  left: 0;
  right: 0;
  width: 46px;
  top: 0;
  bottom: 0;
  height: 25px;
  margin: auto;
}

#map {
  width: 100%;
  height: 130px;
}


/* user rights */

.rights-table {
  width: 100%;
  margin: 40px 0;
  font-size: 14px;
}

.rights-table th, .rights-table td {
  padding: 10px;
  border: 1px solid #000;
  font-weight: normal;
}

.rights-table .project-name {
  background-color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
}


/* photo by day */

#find_photo_by_day .input-group-addon {
  padding-right: 0;
}

.photo-by-day > div {
  margin-bottom: 30px;
}


@media (max-width: 1200px) {
  
}

@media (max-width: 991px) {
  
}

@media (max-width: 767px) {
  #search_block {
    display: block;
    margin: 20px 30px;
  }

  .navbar-header {
    float: left;
  }

  .side-nav .navbar-header {
    float: none;
  }

  .navbar-nav {
    float: right;
    padding: 0;
  }

  .navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 25px;
    left: -215px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: initial;
  }

  .side-nav .navbar-header {
    float: none;
  }
}