.loginBox {
  margin-top: 150px;
}

div[ng-app="dqmweb"] {
  width: 100%;
}

/* Space out content a bit */
body {
	display: flex;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
	padding-left: 15px;
	padding-right: 15px;
}

/* Custom page header */
.header {
	border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	padding-bottom: 19px;
}

/* Custom page footer */
.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media ( min-width : 768px) {
	.container {
		max-width: 730px;
	}
}

.container-narrow>hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 40px 0;
}

.marketing p+h4 {
	margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.header, .marketing, .footer {
		padding-left: 0;
		padding-right: 0;
	}
	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
}

.nav>li.active>a {
	text-decoration: none;
	/* 
	background-color: #eee;
	*/
	background-color: #83bee2
}

.nav>li>a:hover {
	color: #83bee2;
	cursor: pointer;
}

.table tbody tr:hover td {
	background: #83bee2;
	cursor: pointer !important;
}

.fade-hide, .fade-show {
	-webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
	-moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
	-o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
	transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.fade-hide {
	opacity: 1;
}

.fade-hide.fade-hide-active {
	opacity: 0;
}

.fade-show {
	opacity: 0;
}

.fade-show.fade-show-active {
	opacity: 1;
}

.lr-drop-target-after:after, .lr-drop-target-before:after {
	position: absolute;
	content: '';
	border: 5px solid transparent;
	border-right-color: orange;
	display: inline-block;
}

.form-horizontal .control-label {
	text-align: right;
}
.form-horizontal .control-label-l {
	text-align: left;
}
.form-horizontal .control-label-c {
	text-align: center;
}

table.table {
	margin-bottom: 0px;
}

div.grav_error {
	float: left;
	display: boxed;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	border: 1px solid #bbbbbb;
}

div.grav_error_6 {
	background-color: yellow;
}

div.grav_error_8 {
	background-color: red;
}

div.datpick>div {
	display: inline;
}

div.leafpop {
	height: 300px;
	overflow: scroll;
}

table.leafpop {
	height: 300px;
	overflow-y: scroll
}

table.leafpop th {
	width: 50px;
}

.move-left {
	width: 10%;
}
.btn-back {
    color: #ffffff;
    background-color: #007bff;
    border-color: #107bff;
}
.btn-back:hover{
	color: #ffffff;
	background-color: #0059ba;
    border-color: #0059ba;
}

.btn-delete {
    color: #ffffff;
    background-color:#dc3545;
    border-color: #ec3545;
}
.btn-delete:hover{
	color: #ffffff;
	background-color: #a52935;
    border-color: #a52935;
}
.btn-add {
    color: #ffffff;
    background-color: #28a745;
    border-color: #38a745;
}
.btn-add:hover{
	color: #ffffff;
	background-color: #1d7a32;
    border-color: #1d7a32;
}

.btn-import {
    color: #ffffff;
    background-color: #28a745;
    border-color: #38a745;
}
.btn-import:hover{
	color: #ffffff;
	background-color: #1d7a32;
    border-color: #1d7a32;
}

.btn-edit {
    color: #ffffff;
    background-color: #e87f00;
    border-color: #f87f00;
}
.btn-edit:hover{
	color: #ffffff;
	background-color: #ad5f01;
    border-color: #ad5f01;
}
.btn-geolocalize {
    color: #ffffff;
    background-color: #28a745;
    border-color: #38a745;
}
.btn-geolocalize:hover{
	color: #ffffff;
	background-color: #1d7a32;
    border-color: #1d7a32;
}
.btn-cancel {
    color: #ffffff;
    background-color: #f8d440;
    border-color: #e8d440;
}
.btn-cancel:hover{
	color: #ffffff;
	background-color: #c6b535;
    border-color: #c6b535;
}
.warning-slider.rzslider .rz-bar {
  background: #ce6f6f;
  height: 8px;
}
.warning-slider.rzslider .rz-selection {
  background: #fdd32f;
}

.warning-slider.rzslider .rz-pointer {
  top: -7px;
  z-index: 3;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #febc21;
  border-radius: 16px;
}

.warning-slider.rzslider .rz-pointer:after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 2px;
  content: '';
}
.warning-slider.rzslider .rz-bubble {
  bottom: 14px;
}

.warning-slider.rzslider .rz-limit {
  color: black;
}

.warning-slider.rzslider .rz-tick {
  width: 2px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #ffbfbf;
  top: -1px;
}

.warning-slider.rzslider .rz-tick.rz-selected {
  background: #f8e601;
}
.normal-slider.rzslider .rz-bar {
  background: #c0c0c0;
  height: 8px;
}
.normal-slider.rzslider .rz-selection {
  background: #00ca00;
}

.normal-slider.rzslider .rz-pointer {
  top: -7px;
  z-index: 3;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #00e845;
  border-radius: 16px;
}

.normal-slider.rzslider .rz-pointer:after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 2px;
  content: '';
}


.normal-slider.rzslider .rz-bubble {
  bottom: 14px;
}

.normal-slider.rzslider .rz-limit {
  color: black;
}

.normal-slider.rzslider .rz-tick {
  width: 2px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #ffbfbf;
  top: -1px;
}

.normal-slider.rzslider .rz-tick.rz-selected {
  background: #009700;
}

.control-label.required:after {
  content:" *";
  color:red;
}


.gridster {
    border: 1px solid #ccc;
}

.controls {
    margin-bottom: 10px;
}
.box {
    height: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
}
.box-header {
    background-color: #eee;
    padding: 0 15px 0 10px;
    border-bottom: 1px solid #ccc;
    cursor: move;
    position: relative;
}
.box-header h3 {
    margin-top: 10px;
    display: inline-block;
}
.box-content {
    padding: 5px;
}
.box-header-btns {
    top: 8px;
    right: 6px;
    cursor: pointer;
    position: absolute;
}

.form-actions {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.sk-folding-cube {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #777;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}