@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.checkerboard {
  background-image: linear-gradient(45deg, #e1e1e1 25%, transparent 25%),
                    linear-gradient(-45deg, #e1e1e1 25%, transparent 25%),
                    linear-gradient(45deg, transparent 75%, #e1e1e1 75%),
                    linear-gradient(-45deg, transparent 75%, #e1e1e1 75%);
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0px;
}

/*
|-----------------------------------------
|   Color Pallete
|-----------------------------------------
| More higher number darker the color
*/

.gw-100 { background-color: #F2F2F2; }
.gw-200 { background-color: #eee; }
.gw-300 { background-color: #595959; }
.gw-400 { background-color: #2b2525; }
.gw-500 { background-color: #0D0D0D; }

/*
|-----------------------------------------
|   Boostrap Buttons override
|-----------------------------------------
*/

/* Danger */

.btn-danger {
  background:#ee1111;
  border-color: #ee1111;
}

.btn-danger:hover {
  background:#ff5d5d;
  border-color: #ff5d5d;
}

.btn-outline-danger {
  color: #ee1111;
  border-color: #ee1111;
}

.btn-outline-danger:hover {
  color: white;
  background: #ee1111;
}

/* Primary */

.btn-primary {
  background:#2b5797;
  border-color: #2b5797;
}

.btn-primary:hover {
  background:#3399ff;
  border-color: #3399ff;
}

.btn-outline-primary {
  color: #2b5797;
  border-color: #2b5797;
}

.btn-outline-primary:hover {
  color: white;
  background: #2b5797;
}

/* Success */

.btn-success {
  background:#336633;
  border-color: #336633;
}

.btn-success:hover {
  background:#8db343;
  border-color: #8db343;
}

.btn-outline-success {
  color: #336633;
  border-color: #336633;
}

.btn-outline-success:hover {
  color: white;
  background: #336633;
  border-color: #336633;
}


/* --- FROM APPSHELL --- */
.btn-show-on-tr-hover {display: none;}
.btn-none:focus {-webkit-box-shadow: none; box-shadow: none;}
tr:hover .btn-show-on-tr-hover {display: inline-block;}


/* --- SLIDER ----*/

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #222;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #222;
  cursor: pointer;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.appshell-logo-img,
.appshell-logo-text{float:left}
.appshell-logo-img{height:27px;width:auto}

.form-check-input-lg {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
}

.text-black{
  color:black;
}

.card,
.card-header,
.btn,
.form-control,
.card-header:first-child,
.card-footer:last-child {
  border-radius: 0;
}

.btn-black{
  background:#000;
  color:white;
}

.btn-black:hover{
  background:#666;
  color:white;
}

.btn-white{
  text-transform: uppercase;
  background:white;
  color:black;
}

.btn-white:hover{
  background:#e1e1e1;
  color:black;
}

.btn-outline-white{
  text-transform: uppercase;
  color: black;
  background-color: white;
  background-image: none;
  border-color: black;
}

.btn-outline-white:hover{
  background:black;
  color:white;
}

.btn-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.btn-check:checked+.btn-outline-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

a {
  color: #222222;
}

.progress {
  border-radius: 0;
}

form {
  margin-bottom: 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.radius-0 {
  border-radius: 0;
}

/*****/

tr:hover div.show-on-tr-hover {
  display: block;
}

div.show-on-tr-hover {
  display: none;
}


.btn-xs{padding:.15rem .25rem;font-size:.75rem;line-height:1.1em;border-radius:.1rem}

.image-modal {
  box-shadow: 4px 4px 5px rgba(0,0,0,0.2);
  transition: all .2s;
}

.elementToFadeInAndOut {
  width:200px;
  height: 200px;
  -webkit-animation: fadeinout 1.5s linear infinite;
  animation: fadeinout 1.5s linear infinite;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

.form-control:focus {
  box-shadow: none;
}

.btn:focus {
  box-shadow: none;
}

.no_underline:hover {
  text-decoration: none;
}

.trans{
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.15) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.15) 0), white;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.15) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.15) 0), white;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.15) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.15) 0), white;
  background-repeat: repeat, repeat;
  background-position: 0px 0, 5px 5px;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  -webkit-background-clip: border-box, border-box;
  background-clip: border-box, border-box;
  -webkit-background-size: 10px 10px, 10px 10px;
  background-size: 10px 10px, 10px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
  transform: scaleX(1) scaleY(1) scaleZ(1);
}

td.ellipsis {
  word-break: break-all;
  width: 25%;
}

.bg-img {
  background-color: #d8d8d8 !important;
}