/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 1, 2017, 1:09:34 PM
    Author     : alghish_mhd
*/

.vAccordion--default v-pane.is-expanded > v-pane-header {
  border-bottom-color: #ca2215;
}

/*modal lightbox*/
/*design*/
.ImgMLiBox {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.ImgMLiBox:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.MLiBox {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.MLiBox-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation */
.MLiBox-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.closeMLiBox {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeMLiBox:hover,
.closeMLiBox:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .MLiBox-content {
    width: 100%;
  }
}

/*end*/

/*under-line css*/
.p_underline {
  text-decoration: underline;
  color: blue;
}

.mb-2 {
  margin-bottom: 1em;
}

.mt-2 {
  margin-top: 1em;
}

/*setting app */
.tbl_privilege {
  background: white !important;
  font-size: 1.2em;
}

.txt_center {
  text-align: center;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 50%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*selected item*/
.selected_tr {
  background: #c6c6f5;
}

/*notifiy message*/
.ajs-message {
  color: white;
  font-weight: bold;
  border-radius: 0.5rem;
  text-align: center;
}

/* actionbar */
.bar {
  opacity: 0.9;
  /* margin-left: 40%; */
  top: 0px;
}

.bar ul {
  list-style: none;
  display: -webkit-box;
  /*float: left;*/
  padding: 5px;
  color: #555;
  border-radius: 5px;
  background: #fcfcfc;
  -webkit-box-shadow: 2px 3px 17px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 17px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 17px -2px rgba(0, 0, 0, 0.2);
}

.bar ul li {
  /*background: #fcfcfc;*/
  position: relative;
  /*border-right: 1px solid #cfd1d2;*/
  display: block;
  cursor: pointer;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  background-position: center center;
  font-size: 35px;
  text-align: center;
}

.bar ul li:last-child {
  border-right: none;
}

/* .bar ul li:hover {
  background: #f6f6f6;
} */

.bar ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}

.bar ul ul li {
  float: none;
  border-right: none;
  border-bottom: 1px solid #cfd1d2;
}

.bar ul ul li:last-child {
  border-bottom: none;
}

.bar ul li:hover > ul {
  display: block;
}

.search.ng-pristine {
  text-indent: 25px !important;
}

/* Up time dashboard dots */
.shadow-box {
  overflow: hidden;
  box-shadow: 0 15px 70px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
}

.shadow-box.big-padding {
  padding: 20px;
}

.num {
  font-size: 30px;
  color: #5cdd8b;
  font-weight: bold;
}

.num_red {
  font-size: 30px;
  color: #dc3545;
  font-weight: bold;
}

.hp-bar-big {
  white-space: nowrap;
  margin-top: 4px;
  text-align: center;
  direction: rtl;
  margin-bottom: 10px;
  transition: all ease-in-out 0.15s;
  position: relative;
}

.hp-bar-up {
  display: inline-block;
  background-color: #5cdd8b;
  width: 1%;
  height: 30px;
  margin: 0.3%;
  border-radius: 50rem;
  transition: all ease-in-out 0.15s;
}

.hp-bar-down {
  display: inline-block;
  background-color: #dc3545;
  width: 1%;
  height: 30px;
  margin: 0.3%;
  border-radius: 50rem;
  transition: all ease-in-out 0.15s;
}

.hp-bar-alert {
  display: inline-block;
  background-color: #ffd43b;
  width: 1%;
  height: 30px;
  margin: 0.3%;
  border-radius: 50rem;
  transition: all ease-in-out 0.15s;
}

.hp-bar-medium {
  display: inline-block;
  background-color: #c8c7cc;
  width: 1%;
  height: 30px;
  margin: 0.3%;
  border-radius: 50rem;
  transition: all ease-in-out 0.15s;
}

.hp-bar-big div:hover {
  opacity: 0.8;
  transform: scale(1.5);
}

/* dots */
.dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  -ms-transform: none;
  transform: none;
}

.dot-success {
  color: #3bd671;
  background: #3bd671;
}

.dot-down {
  color: #dc3545;
  background: #dc3545;
}

.dot::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: currentColor;
  animation: pulse 2s infinite;
  opacity: 1;
  border-radius: 50%;
  top: 0;
  left: 0;
}

/* Custom loader */
.loader-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #cef;
  border-color: #cef transparent #cef transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: rotate(1800deg);
  }
}

/*Bar Buttom Save*/

.btn-bar {
  background: white;
  padding: 0 !important;
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  margin: 1rem auto;
  padding: 20px;
}

#drop-area.highlight {
  border-color: darkred;
}

/* Custom breadcrumb */
ul.cus-breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

ul.cus-breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.cus-breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.cus-breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

ul.cus-breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* Change direction of input */
.rtl-input {
  direction: ltr;
}

.hopscotch-title,
.hopscotch-content {
  text-align: center !important;
}

/* blink fontawsme */
.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}
