.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vh {
  margin-top: 60px;
  min-height: calc(100vh - 60px);
  padding-bottom: 50px;
}

.lift {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.app-title {
  font-family: "Fjalla One", sans-serif;
}

.no-decor:hover {
  text-decoration: none;
}

.card-body>.list-group>.list-group-item {
  background-color: #f3f3f3;
}

.card-body>.list-group>.list-group-item.active {
  background-color: #8c8c8c;
  color: white;
}

.table {
  font-size: 14px;
}

td {
  /*max-width: 200px !important;*/
}

.sidebar {
  
}

.select2-selection__rendered {
  line-height: 25px !important;
}
.select2-container .select2-selection--single {
  border: #d3d3d3 1px solid;
  height: 31px !important;
}
.select2-selection__arrow {
  height: 30px !important;
}

.form-gutters{
  margin-right:0;
  margin-left:0
}
.form-gutters>.col,
.form-gutters>[class*=col-]{
  padding-right:2px;
  padding-left:2px
}

@media only screen and (max-width: 767px) {
  .sidebar {
    background-color: whitesmoke;
    position: fixed;
    left: -250px;
    top: 60px;
    bottom: 45px;
    width: 250px;
    min-height: calc(100vh - 60px);
    padding-bottom: 50px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: left 200ms;
  }
  .sidebar.show {
    left: 0;
    transition: left 200ms;
  }
}

/***************Toastr Styles*****************/
#toast-container .toast {
  border-radius: 0;
  width: 500px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
/***************V Modal Starts*****************/
/* The Modal (background) */
.v-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  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.1); /* Black w/ opacity */
}

.v-top {
  z-index: 200;
}
/*Modal Visibility*/
.v-show {
  display: block;
}

/* Modal Content/Box */
.v-modal-content {
  display: block !important;
  background-color: #fefefe;
  border: 1px solid #888;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Modal Header*/
.v-modal-header {
  padding: 8px;
  font-weight: bold;
  color: white;
  font-size: 16px;
}
/*Modal close Button*/
.v-modal-header > .btn-sm {
  height: 25px;
  width: 25px;
  font-size: 10px;
}
/*Modal Body*/
.v-modal-body {
  padding: 0 10px 10px 10px;
}

.page-loader {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.page-loader>span {
  color: #1fa2d1;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  #toast-container .toast {
    width: 325px;
  }

  .v-modal-content {
    margin: 20% auto;
    -webkit-transition: margin 300ms; /* Safari */
    transition: margin 300ms;
  }

  .v-xsmall {
    width: 95%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-small {
    width: 95%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-medium {
    width: 95%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-large {
    width: 95%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-xlarge {
    width: 95%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }
}

@media only screen and (max-width: 992px) and (min-width: 601px) {
  #toast-container .toast {
    width: 400px;
  }

  .v-modal-content {
    margin: 14% auto;
    -webkit-transition: margin 300ms; /* Safari */
    transition: margin 300ms;
  }

  .v-xsmall {
    width: 45%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-small {
    width: 55%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-medium {
    width: 65%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-large {
    width: 75%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-xlarge {
    width: 80%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }
}

@media only screen and (min-width: 992px) {
  #toast-container .toast {
    width: 450px;
  }

  .v-modal-content {
    margin: 8% auto;
    -webkit-transition: margin 300ms; /* Safari */
    transition: margin 300ms;
  }

  .v-xsmall {
    width: 25%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-small {
    width: 35%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-medium {
    width: 45%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-large {
    width: 55%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }

  .v-xlarge {
    width: 75%;
    -webkit-transition: width 300ms; /* Safari */
    transition: width 300ms;
  }
}

@media print {
  .printer {
    border: none;
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    margin: 0;
    padding: 15px;
    font-size: 10px;
    line-height: 18px;
  }
}

/***************Background Color*****************/
.fresh {
  background: -moz-linear-gradient(top, #24a351 0%, #239b4d 29%, #24a351 100%);
  background: -webkit-linear-gradient(top, #24a351 0%,#239b4d 29%,#24a351 100%);
  background: linear-gradient(to bottom, #24a351 0%,#239b4d 29%,#24a351 100%);
}

.cool {
  background: -moz-linear-gradient(top, #3e7dc4 0%, #4183cd 29%, #3e7dc4 100%);
  background: -webkit-linear-gradient(top, #3e7dc4 0%,#4183cd 29%,#3e7dc4 100%);
  background: linear-gradient(to bottom, #3e7dc4 0%,#4183cd 29%,#3e7dc4 100%);
}

.warm {
  background: -moz-linear-gradient(top, #d0e68c 0%, #bdd17f 29%, #d0e68c 100%);
  background: -webkit-linear-gradient(top, #d0e68c 0%,#bdd17f 29%,#d0e68c 100%);
  background: linear-gradient(to bottom, #d0e68c 0%,#bdd17f 29%,#d0e68c 100%);
}

.hot {
  background: -moz-linear-gradient(top, #c45b5c 0%, #b15252 29%, #c45b5c 100%);
  background: -webkit-linear-gradient(top, #c45b5c 0%,#b15252 29%,#c45b5c 100%);
  background: linear-gradient(to bottom, #c45b5c 0%,#b15252 29%,#c45b5c 100%);
}

.shade {
  background: -moz-linear-gradient(top, #77777e 0%, #66666c 29%, #77777e 100%);
  background: -webkit-linear-gradient(top, #77777e 0%,#66666c 29%,#77777e 100%);
  background: linear-gradient(to bottom, #77777e 0%,#66666c 29%,#77777e 100%);
}

.sky {
  background: -moz-linear-gradient(top, #4fa0fb 0%, #4a96ea 29%, #4fa0fb 100%);
  background: -webkit-linear-gradient(top, #4fa0fb 0%,#4a96ea 29%,#4fa0fb 100%);
  background: linear-gradient(to bottom, #4fa0fb 0%,#4a96ea 29%,#4fa0fb 100%);
}

/***************Text Color*****************/
.text-blue {color: #2884ff;}
.text-red {color: #ff3f4b;}
.text-orange {color: #ff9162;}
.text-yellow {color: #f6ff50;}
.text-violet {color: #565dff;}
.text-green {color: #1ccd5d;}
.text-purple {color: #944bff;}
.text-pink {color: #ff60e1;}
.text-brown {color: #bf6223;}
.text-grey {color: #78909C;}
/* Width size helpers */
.w-50px {width: 50px;}
.w-75px {width: 75px;}
.w-100px {width: 100px;}
.w-125px {width: 125px;}
.w-150px {width: 150px;}
.w-175px {width: 175px;}
.w-200px {width: 200px;}
.w-250px {width: 250px;}
/* Font Size helpers */
.f-8px {font-size: 8px;}
.f-10px {font-size: 10px;}
.f-12px {font-size: 12px;}
.f-14px {font-size: 14px;}
.f-16px {font-size: 16px;}
.f-18px {font-size: 18px;}
.f-20px {font-size: 20px;}
.f-22px {font-size: 22px;}
.f-24px {font-size: 24px;}