/* skin override */
.skin-green .main-header .navbar,
.skin-green .main-header .logo
{
  background-color: #8DC63F !important;
}

/* multi select overide */
.ms-container
{
  width: auto !important;
}
  .ms-container .custom-header-search
  {
    background: #ddd;
      padding: 5px;
  }

  #ms-permission .ms-list
  {
    height: 500px;
  }

.bootstrap-tagsinput
{
	min-height: 150px;
    width: 100%;
    line-height: 30px !important;
}
	.bootstrap-tagsinput .tag
	{
		padding: .5em;
		font-size: 1.15rem;
	}

.register-box
{
  width: 600px;
}

.register-box .datepicker
{
  padding: 6px 12px;
}

.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;*/
  border-radius: 4px;
  padding: 16px;
}

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  /*box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);*/
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f4f4f4;
  height: 500px;
}

.signature-pad--body
canvas {
  /*position: absolute;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;*/
}

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

/* datepicker */
.datepicker
{
  padding: 6px 12px;
}
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover
  {
    cursor: not-allowed;
  }

/* bootstrap toggle */
.col-toggle
{
  padding-top: .5em;
}
.toggle
{
  margin: 5px 0;
}
  .toggle.bunch
  {
    min-width: 60px;
  }
  .toggle.alas
  {
    min-width: 70px;
  }

.input-group-addon.disabled
{
  background-color: #eee;
  border: 1px solid #ccc;
}

.tph-block
{
 cursor: pointer; 
}

input[type=checkbox], input[type=radio]
{
  cursor: pointer;
}

/* select2 */
.select2-container--default .select2-results__option[aria-disabled=true] { display: none;}
.form-group.has-error .select2-container--default .select2-selection--single, 
.form-group.has-error .select2-selection .select2-selection--single
{
  border-color: #dd4b39 !important;
}

.select2-container--default .select2-search--inline .select2-search__field
{
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
  padding: 0 12px !important;
}

.callout
{
  padding: 5px 15px;
}

/*maps*/
#map {
  height: 400px;
  width: 100%;
}

/* google map stylin */
.controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.custom-img-upload .img-uploaded-container {
    position: relative;
    display: inline-block;
    border: 1px solid gray;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 3px;
}
.custom-img-upload .img-uploaded-container img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

.custom-img-upload .img-uploaded-container button {
  position: absolute;
  font-size: 16px;
  padding: 2px 8px;
  right: 10px;
  top: 10px;
}

.custom-img-upload .upload-button {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border: 1px dashed gray;
    vertical-align: top;
    border-radius: 3px;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-img-upload .upload-button input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
}

.custom-img-upload .upload-button .caption {
  text-align: center;
  padding-top: 20%;
}
.custom-img-upload .upload-button .caption h2 {
  font-size: 48px;
}
.off{
  border-color: #dc3545 !important;
}
/*.toggle-off{
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}*/

.legend-row span {
    background-color: #e80040;
    color: #ffffff;
    border: 1px solid #e80040;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    margin-right: 5px;
}
.button-process {
  display: inline-block;;
}
.img-uploaded-container {
  cursor: pointer;
}

.checked-rating 
{
  color: orange;
}

.table-wrapper {
  max-height: 600px;
  overflow: auto;
  display:inline-block;
}

.table-fixed tbody
{
  display:block;
  float: left;
  height:200px;
  overflow-y:auto;
  width: 100%;
}
.table-fixed thead
{
  display:block;
  float: left;
  width: 100%;
}
.table-fixed thead tr
{
  display: block;
}
.table-fixed tbody tr
{
  display: block;
}
.table-fixed tbody td
{
  float: left;
}

.table-fixed thead th
{
  float: left;
}

select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}

input.readonly
{
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}

input[type=number].readonly::-webkit-outer-spin-button,
input[type=number].readonly::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].readonly {
  -moz-appearance: textfield;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.overlay p
{
  top: 50%;
  margin-left: -15px;
  margin-top: 15px;
  left: 50%;
  position: absolute;
}

/* daterangepicker */
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th
{
  border: inherit;
}
  .daterangepicker .drp-calendar
  {
    max-width: 300px !important;
  }

.table-sortable tbody tr
{
  cursor: move;
}

.dt-buttons {
    margin-top: 10px;
    margin-bottom: 1em;
}

.affix {
  top: 0;
  width: 95%;
  position: fixed;
  z-index: 9999;
}

.affix-top {
  width: 100%;
}

.affix-bottom {
  width: 100%;
  position: absolute;
}

.fix-bottom
{
  bottom:0; 
  top:inherit; 
  max-width: 80%;
  margin-bottom: 0;
}

.fix-bottom.affix-top
{
  max-width:100% !important;
}
@media (min-width: 992px){
  .modal-xl {
      max-width: 1200px;
      width: 90%;
  }
}
.cursor-pointer{
  cursor:pointer;
}
.notif-card-active{
  padding-right: 0px;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  transition:0.5s;
}
.text-big{
  font-size: 45px !important;
}
.text-link{
  color: #2913dd;
    font-weight: bold;
}
.pulse {
  margin:100px;
  display: block;
  width: 100%;
  height: 100%;
  background: #cc2c2c;
  cursor: pointer;
  box-shadow: 0 0 0 rgb(229 17 66 / 40%);
  animation: pulse 2s infinite;
  z-index: 99999;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}