/*******SPINNER*******/
.spinner-blocker {
  z-index: 9990;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.3;
  left: 0;
  top: 0;
  position: fixed;
 }

 .spinner {
  z-index: 9991;
  margin: 100px auto;   
  position: fixed;
  left: 50%;
  top: 200px;
 
  margin: auto auto;
  width: 40px;
  height: 40px;
  background-color: #AA0000;
 
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
 
@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
 
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    } 100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      }
}

/*******END OF SPINNER*******/

/*******FADING-CIRCLE*******/
.sk-fading-circle {
  z-index: 9991;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #605ca8;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/*******END OF FADING-CIRCLE*******/

/********PRODUCTS**********/
.btn-toggle-product{
  position: relative;
  float: right;
  top: -120px;
}

.container-product-image{
  margin-left: 28%;
  margin-right: 28%;
  align-content: center;
}

.imagePreview {
  width: 100%;
  height: 168px;
  background-position: center center;
  background-color:#fff;
  background-size: cover;
  background-repeat:no-repeat;
  display: inline-block;
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}

.product-img-preview {
  display: block;
  width: 100%;
  height: 168px;
}

.form-group .product-img-preview{
  cursor: pointer;
}
/********END OF PRODUCTS**********/

/********CIRCLE IMAGE OVERLAY**********/
.widget-user-image:hover .img-circle{
  opacity: 0.5;
}

.widget-user-image:hover .middle{
  opacity: 1;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.edit-image {
  position: absolute;
  opacity: 0.9;
  top: 25%;
  left: 65%;
  height: 25px;
  width: 25px;
  text-align: center;
  border: 1.5px solid #d2d6de;
  border-radius: 50%;
}

:hover .edit-image{
  cursor: pointer;
  opacity: 1;
  /* background-color: dimgray; */
}

.img-preview {
  display: block;
  width: 100%;
  height: 168px;
}

.form-group .img-preview{
  cursor: pointer;
}
/********END OF CIRCLE IMAGE OVERLAY**********/


/********VALIDATION MESSAGE**********/
.validation-message-div{
  color: white;
  font-size: x-small;
  background: #dd4b39;
  padding: 4px ;
  border-radius: 3px 3px 3px 3px;
  position: relative; 
  display: inline-block;
  box-shadow: 1px 1px 1px #aaaaaa;
}
/********END OF VALIDATION MESSAGE**********/

/********STAR RATING**********/
.stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}
 
.stars-outer::before {
  content: "\f006 \f006 \f006 \f006 \f006";
}
 
.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
 
.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
}
/********END OF STAR RATING**********/

/********DOCUMENTS**********/
.vehicle-doc-header {
  display: flex;
  margin-bottom: 15px !important;
}

.vehicle-doc-header-img {
  border-radius: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 0 0 0;
  padding: 3px;
  border: 3px solid #d2d6de;
}

.wrap {
  position: relative;; 
  left:0; 
  width:100%; 
  top:0; 
  height:100%;
}

.input-icon {
  z-index: 1;
  color:#ccc;
  /* pointer-events: auto !important; */
}

:hover .input-icon {
  cursor:pointer;
}

.full-height {
  height: 100%;
}
/********END OF DOCUMENTS**********/

/********INTEGRATION**********/
.int-item {
  width: 100%;
  display: flex;
  padding: 10px;
  justify-content: center;
}

.int-container {
  display: flex;
  flex-flow:column wrap;
  padding: 10px;
  margin-left: 8vw;
  margin-right: 8vw;
}

.int-modal-container {
  display: flex;
  flex-flow:row wrap;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 10px;
}

/********END OF INTEGRATION**********/

/********OUTLINED BUTTON**********/
.btn-outlined-light-blue {
  color: #3c8dbc; 
  background-color: transparent; 
  border-color: #3c8dbc !important;
}
/********END OF OUTLINED BUTTON**********/

/********CLICKABLE**********/
.clickable {
  color: #ccc;
  pointer-events: all !important;
}

a>i.clickable:hover
{
  color: #555555;
  cursor: pointer;
}
/********END OF CLICKABLE**********/

/********HORIZONTAL LINE**********/
hr {
  border-top: 1px solid #ccc !important;
}
/********END OF HORIZONTAL LINE**********/

/********MENU CURSOR**********/
.nav-stacked>li>a.menu-clickable:hover {
  cursor: pointer !important;
  border-left-color: #3c8dbc;
}
/********END OF HORIZONTAL LINE**********/

/********INFO-BOX**********/
.info-box.selected {
  /* border-left-color: #3c8dbc; */
  border-width: 2px;
  /* border-top-width: 4px; */
  border-style: solid;
  border-color: #3c8dbc;
  min-height: 114px;
}

.info-box.selected>h1 {
  text-align: center;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 0px;
}

.info-box.selected>h1>span {
  background-color: white;
  color: #3c8dbc;
}
/********END OF INFO-BOX**********/

/********INFO-BOX**********/
.input-grp-feedback-icon {
  position: absolute;
  right: 83px;
  top: 15px;
  z-index: 2;
  color: green;
}
/********END OF INFO-BOX**********/

/********DROPDOWN-SELECT**********/
.dropbtn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
}

.dropdown-container {
  display: inline-flex;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 35px;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 100%;
  right: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}
/********END OF DROPDOWN-SELECT**********/

/********EDITOR-CONTAINER**********/
.editor-container {
  width: 98% !important;
  margin-left: 1%;
  margin-right: 1%;
}
/********END OF EDITOR-CONTAINER**********/

/********NAVBAR-COLLAPSE**********/
.navbar-collapse.in {
  display: block !important;
}
/********END OF NAVBAR-COLLAPSE**********/

/********CALLOUT**********/
.bs-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem
}

.bs-callout+.bs-callout {
  margin-top: -.25rem
}

.bs-callout-info {
  border-left-color: #5bc0de
}
/********END OF CALLOUT**********/