/*!

 =========================================================
 * IMMOSTAR
 =========================================================

 * Product Page: https://www.immostar.lu
 * Copyright 2018 sesko.net (http://www.sesko.net)

 =========================================================

*/

/* PAGE LOGIN */

a.login-lost {
    font-size: 0.75rem;
    color: #f58d26;
}
a.login-lost:hover,
a.login-lost:focus {
  color: #fff;
}


.btn,
.btn.btn-login {
  color: #fff;
  background-color: #222a3a;
  border-color: #222a3a;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.btn:hover,
.btn.btn-login:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}


.form-control,
.is-focused .form-control {
  background-image: linear-gradient(to top, #f58d26 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.card .card-header-immostar .card-icon,
.card .card-header-immostar .card-text,
.card .card-header-immostar:not(.card-header-icon):not(.card-header-text),
.card.bg-immostar,
.card.card-rotate.bg-immostar .front,
.card.card-rotate.bg-immostar .back {
  background: linear-gradient(60deg, #999999, #777777);
}

/* CAPS LOCK ALERT */
#capslock {
  padding: 10px;
  visibility:hidden;
  font-weight: bold;
  color: grey;
  text-align: center;
  /*background-color:yellow;*/
  border: 1px solid lightgrey;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top:20px;
}

#capslock i.material-icons {
  vertical-align: middle;
}

.invalid {
  /*display: none;*/
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f44336;
}

.form-control-is {
  padding: .6rem .8rem !important;
  border: 2px solid #ced4da !important;
  transition: none !important;
}

/* FORM */

/*
element.style {
}
*/

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 8px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}



select.form-control:not([size]):not([multiple]){
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* 
focus - active - hover
*/

select.form-control:not([size]):not([multiple]):hover {
  background-image:
    linear-gradient(45deg, #f58d26 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #f58d26 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    6px 6px,
    6px 6px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #f58d26;
  outline: 0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.form-control, .input-group-addon, .tagsinput, .navbar, .navbar .alert {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form-control, .is-focused .form-control {
  background-image: linear-gradient(to top, #f58d26 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 0px);
}

.form-control  {
  background-image: linear-gradient(to top, #fff 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #fff 1px, rgba(210, 210, 210, 0) 0px); 
}

.form-control:read-only {
  background-image: linear-gradient(to top, #fff 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #fff 1px, rgba(210, 210, 210, 0) 0px);
}

.has-success .form-control, .is-focused .has-success .form-control {
  background-image: linear-gradient(to top, #fff 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #fff 1px, rgba(210, 210, 210, 0) 1px);
}

.has-success .form-control:invalid {
  background-image: linear-gradient(to top, #fff 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #fff 1px, rgba(210, 210, 210, 0) 1px);
}



select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.bmd-help {
  clear: both;
  position: absolute;
  margin-top:40px !important;
}



.nav-pills .nav-item .nav-link.active {
  color: #fff;
  background: linear-gradient(60deg, #999999, #777777);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

/* STICKY */
.sticky-top {
top: 25px !important;
}


/* MAP */
#map {
  width: 100%;
  margin-top: 0px !important;
  /*box-sizing: border-box;*/
}

.marker-pin {
  transform: perspective(40px) rotateX(20deg) rotateZ(-45deg);
  transform-origin: 50% 50%;
  border-radius: 50% 50% 50% 0;
  padding: 0 3px 3px 0;
  width: 40px;
  height: 40px;
  background: #f58d26;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.2em 0 0 -1.3em;
  -webkit-box-shadow: -1px 2px 7px rgba(0, 0, 0, .5);
  -moz-box-shadow: -1px 2px 7px rgba(0, 0, 0, .5);
  box-shadow: -1px 2px 7px rgba(0, 0, 0, .5);
}

.marker-pin::after {
  content: '';
  width: 30px;
  height: 30px;
  margin: 5px 0 0 5px;
  background: #ffffff;
  position: absolute;
  border-radius: 50%;
  /*
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  -moz-box-shadow: inset -2px 2px 4px hsla(0, 0, 0, .5);
  -webkit-box-shadow: inset -2px 2px 4px hsla(0, 0, 0, .5);
  box-shadow: inset -2px 2px 4px hsla(0, 0, 0, .5);
  */
 }

.custom-div-icon i {
   position: absolute;
   width: 17px;
   font-size: 17px;
   left: 0;
   right: 0;
   margin: 8px 0 0 10px;
   text-align: center;
}

.custom-div-icon i.awesome {
   margin: 12px auto;
   font-size: 17px;
}

.beacon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1
}

.beacon:before,
.beacon:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 5px;
  top: 5px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #f58d26;
  -webkit-animation: active 2s infinite linear;
  -moz-animation: active 2s infinite linear;
  animation: active 2s infinite linear;
}

.beacon:after {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes active {
  0% {
    -webkit-transform: scale(.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes active {
  0% {
    transform: scale(.1);
    transform: box-shadow(0px 0px 0px 1px #ed1f34);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.form-control[disabled], fieldset[disabled] .form-control, .form-group .form-control[disabled], fieldset[disabled] .form-group .form-control {
  background-color: #DDD !important;
  color: #999 !important;
  cursor: not-allowed;
  border-bottom: 1px dotted #d2d2d2;
  background-repeat: no-repeat;
}

.form-control:invalid {
    background: pink;
}


.card {
  border: 0;
  margin-bottom: 30px !important;
  margin-top: 15px !important;
  border-radius: 6px;
  color: #333333;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}


.main-panel>.content {
  margin-top: 70px;
  padding: 15px 15px;
  min-height: calc(100vh - 123px);
}

#ariane { width: 100%;}

/* BOX */

#box { display: flex; flex-direction: column; border:0; padding:0; }
#d1 { order: 6; }
#d2 { order: 1; }
#d3 { order: 2; }
#d4 { order: 3; }
#d5 { order: 4; }

#d6 { order: 5; }

/* BOX : END */

.ct-chart .ct-label {
  fill: white;
  color: white;
  display: -webkit-flex;
  font-weight: 400;
  display: flex;
}

.ct-chart .ct-series-a .ct-slice-donut, .ct-chart .ct-series-a .ct-slice-pie, .ct-chart .ct-series-a .ct-slice-donut-solid  {
  stroke: #0976b4; 
  fill: #0976b4;
}

.ct-chart .ct-series-b .ct-slice-donut, .ct-chart .ct-series-b .ct-slice-pie, .ct-chart .ct-series-b .ct-slice-donut-solid {
  stroke: #00bcd4;
  fill: #00bcd4;
}

.text-darkblue {
  color: #0976b4 !important;
}

.card .card-header-darkblue .card-icon, .card .card-header-darkblue .card-text, .card .card-header-darkblue:not(.card-header-icon):not(.card-header-text), .card.bg-darkblue, .card.card-rotate.bg-darkblue .front, .card.card-rotate.bg-darkblue .back {
  background: linear-gradient(60deg, #0976b4, #0976b4);
}


/* IMAGES SORTABLE */

#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li {
  margin: 0px 10px 10px 0px;
  padding: 0px;
  float: left;
  width: 271px;
  height: 281px;
  line-height: 250px;
  text-align: center;
  
}

div.adminimg {
  position: relative;
  border:solid 1px #ddd;
}

div.adminimg a {
	display: none;
	position: absolute;
	right: 5px;
	top: 0px;
}

div.adminimg i:hover+a, div.adminimg a:hover{
	display: inline
}

div.adminimg:hover > a {
	display: inline;
	color: #bbb;
}

div.adminimg a:hover {
	color: #fff;
}


div.adminimgbar {
  padding-right: 10px;
  text-align: right;
  color: white;
  position: relative;
  width: 271px;
  height: 30px;
  line-height: 30px;
  background: #ddd;
}

div.adminimgbar a {
	color: #fff;
}

div.adminimgbar:hover > a {
	display: inline;
  color: #777;
}

div.adminimgbar:hover {
  /*background: #ccc;*/
}

div.adminimgbar a:hover {
	color: #000;
}




.close-thin {
  margin : 0;
  width : 20px;
  height: 20px;
  
  color: #777;
  font: 14px arial, sans-serif;

  z-index: 100000;
  position: relative;
  right: -10px;
  top: -40px;

  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

.close-thin:after {
 content: "X";
}

.rotate-left {
	right: 45px !important;
}

.rotate-right {
	right: 25px !important;
}

.dropzone {
  min-height: 150px;
  border: 0px solid rgba(0,0,0,.3) !important;
  background: #fff;
  /* padding: 20px 20px; */
}

/* IMAGES SORTABLES : END */

/* STEP 1, 2, 3 */

.steps {
  padding-left: 0;
  list-style: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 80px;
  border-radius: 3px;
}
.steps strong {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}
.steps > li {
  position: relative;
  display: block;
  padding: 12px 50px 8px 50px;
  width: 300px !important;
  height: 60px !important;
}


  .steps > li {
    float: left;
  }
  .steps .item {
    color: #666;
    background: #ffffff;
    width: 300px !important;
    height: 60px !important;
  }
  .steps .active {
    color: #fff;
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    width: 300px !important;
    height: 60px !important;
  }
  .steps li > span:after, .steps li > span:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-width: 30px;
  }
  .steps li > span:after {
    top: -4px;
    z-index: 1;
    border-left-color: #ececec;
    border-width: 34px;
  }
  .steps li > span:before {
    z-index: 2;
  }
  .steps li.item + li > span:before {
    border-left-color: #fff;
  }
  .steps li.active + li > span:before {
    border-left-color: #fb8c00;
  }
  .steps li:first-child > span:after, .steps li:first-child > span:before {
    display: none;
  }
  .steps li:first-child i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: #eee;
    border-width: 30px;
  }
  .steps li:last-child i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: #eee;
    border-width: 30px;
    left: auto;
    right: -30px;
    border-left-color: transparent;
    border-top-color: #eee;
    border-bottom-color: #eee;
  }



/* END STEP 1, 2, 3 */

/*  404 */

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #eee;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  /*position: absolute;*/
  left: 50%;
  top: 50%;
  /* -webkit-transform: translate(-50%, -50%); */
  /* -ms-transform: translate(-50%, -50%); */
  /*transform: translate(-50%, -50%);*/
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: orange;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
  margin-bottom: 30px;

  animation: fadein 0.8s ease-out 1.0s forwards;
  opacity: 0;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}


.notfound {
  max-width: 1000px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 20px 40px;
  background-color: #FFF;
  color: #222;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  font-size: 28px;
  transition: 0.4s ease-out;

  animation: slideup 1s ease-out 0.5s forwards;
  transform: translateY(200px);
  opacity: 0;
}

@keyframes slideup {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.notification {
  float: right;
  position: relative;
  top: 4px;
  border: 1px solid #FFF;
  right: 0px;
  font-size: 10px;
  font-weight: bold;
  width: 22px;
  padding: 0px 5px;
  height: 22px;
  border-radius: 11px;
  text-align: center;
  line-height: 21px;
  vertical-align: middle;
  display: block;
}

.notification[filter-color="red"] {
  background: #f44336;
  color: #FFFFFF;
}

.notification[filter-color="orange"] {
  background: #e98b00;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .img-container-list {
    position: relative;
    width: 240px;
  }

  .txt-container-list {
    text-align: left;
  }

  .btn-container-list {
    text-align: right;
  }

}

@media only screen and (max-width: 767px) {
  .img-container-list {
    position: relative;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .txt-container-list {
    text-align: center;
  }

  .btn-container-list {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hide-xs-container-list {
    display: none;
  }

  h6 {
    margin-top: 10px;
  }
}



.pic-count {
  color : white;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  right: 0px;
  margin: 0 5px;
  /* haut | droit | bas | gauche */
  padding: 1px 5px 1px 5px;
  background: linear-gradient(60deg, rgba(25, 32, 40, 0.80), rgba(13, 16, 20, 0.60));
}

.pic-count .material-icons-outlined {
  line-height: 18px;
  font-size: 18px;
  color : white;

  margin-top: 2px;
  
  float: left;
}

.pic-count .text {
  line-height: 18px;
  font-size: 14px;
  color : white;
  
  margin-top: 2px;
  margin-left: 5px;

  float: left;
}


/* https://www.cssportal.com/css-ribbon-generator/ */

.parent {
  width: 200px;
  min-height: 100px;
  position: relative;
  border: 0px solid #BBB;
  background: #EEE;
}

.ribbon-left-orange {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon-left-orange span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F79E05 0%, #C98104 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon-left-orange span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #C98104;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C98104;
}
.ribbon-left-orange span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #C98104;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C98104;
}

.ribbon-right-orange {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon-right-orange span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F79E05 0%, #C98104 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon-right-orange span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #C98104;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C98104;
}
.ribbon-right-orange span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #C98104;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C98104;
}


.ribbon-left-blue {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon-left-blue span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon-left-blue span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon-left-blue span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.ribbon-right-blue {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon-right-blue span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon-right-blue span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon-right-blue span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}


.togglebutton label input[type=checkbox]:checked+.toggle {
  background-color: rgba(9,118,180, 0.9) !important;
}

.imagecover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


// LOADING
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.timeline>li>.timeline-badge.default {
  background-color: #999999;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
  padding: 0;
}

.timeline>li>.timeline-badge.new {
  background-color: rgba(9,118,180, 0.9) !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
  padding: 0;
}

.text-note {
  color: #ccc;
  font-weight: 400;
  font-size: 10px;
}

.mirror {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.notification[filter-color="new"] {
  background: rgba(9,118,180, 0.9) !important;
  color: #FFFFFF;
}



/* BS4 Grid XXL breakpoint */

/* adding col-xxl */
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}

@media (min-width: 1570px){
  /* expanding BS4 max-width */
  .container {max-width: 1540px;}

  /* grid columns xxl */
  .col-xxl {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
  .col-xxl-auto {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none;}  
  .col-xxl-1 {-webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
  .col-xxl-2 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
  .col-xxl-3 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
  .col-xxl-4 {-webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
  .col-xxl-5 {-webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
  .col-xxl-6 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
  .col-xxl-7 {-webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
  .col-xxl-8 {-webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
  .col-xxl-9 {-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
  .col-xxl-10 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
  .col-xxl-11 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
  .col-xxl-12 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}

  /* order xxl */
  .order-xxl-0 {-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;}
  .order-xxl-1 {-webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
  .order-xxl-2 {-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}
  .order-xxl-3 {-webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;}
  .order-xxl-4 {-webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;}
  .order-xxl-5 {-webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5;}
  .order-xxl-6 {-webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6;}
  .order-xxl-7 {-webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7;}
  .order-xxl-8 {-webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8;}
  .order-xxl-9 {-webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9;}
  .order-xxl-10 {-webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10;}
  .order-xxl-11 {-webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11;}
  .order-xxl-12 {-webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12;}

  /* text-align xxl */
  .text-xxl-center {text-align: center!important;}
  .text-xxl-left {text-align: left!important;}
  .text-xxl-right {text-align: right!important;}  

  /* float xxl */
  .float-xxl-left {float: left!important;}
  .float-xxl-right {float: right!important;}
  .float-xxl-none {float: none!important;}

  /* display xxl */
  .d-xxl-none {display: none!important;}
  .d-xxl-inline {display: inline!important;}
  .d-xxl-inline-block {display: inline-block!important;}
  .d-xxl-block {display: block!important;}
  .d-xxl-table {display: table!important;}
  .d-xxl-table-cell {display: table-cell!important;}
  .d-xxl-table-row {display: table-row!important;}
  .d-xxl-flex {display: flex!important;}
  .d-xxl-inline-flex {display: inline-flex!important;}

  /* offsets xxl */
  .offset-xxl-1 {margin-left: 8.333333%;}
  .offset-xxl-2 {margin-left: 16.666667%;}
  .offset-xxl-3 {margin-left: 25%;}
  .offset-xxl-4 {margin-left: 33.333333%;}
  .offset-xxl-5 {margin-left: 41.666667%;}
  .offset-xxl-6 {margin-left: 50%;}
  .offset-xxl-7 {margin-left: 58.333333%;}
  .offset-xxl-8 {margin-left: 66.666667%;}
  .offset-xxl-9 {margin-left: 75%;}
  .offset-xxl-10 {margin-left: 83.333333%;}
  .offset-xxl-11 {margin-left: 91.666667%;}

  /* spacing xxl */
  .m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}
  .p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}
  .m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}
}



.btn.btn-xs, .btn-group-xs>.btn, .btn-group-xs .btn {
  padding: 5px;
  font-size: 10px;
}

.btn.btn-image {
  color: #fff;
  background-color: #ddd;
  border-color: #ddd;
  box-shadow: 0;
}

.btn.btn-image:hover {
  color: #333;
  background-color: #ddd;
  border-color: #ddd;
  box-shadow: 0 ;
}


@media only screen and (max-width: 576px) {
  .pagination>.page-item>.page-link, .pagination>.page-item>span {
    border: 0;
    border-radius: 20px !important;
    transition: all .3s;
    padding: 0 3px;
    margin: 0 1px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar .logo {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar .logo {
    display: block !important;
  }
}