/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
html {
    position: relative;
    min-height: 100%;
}

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }

  .index {
    padding-top: 0px;
  }
}


.hidden {
    visibility: hidden;
}


footer {
    display:none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}

/* Overwriting Styles ================================= */

.dtp .dtp-buttons {
    padding: 0 0em 0em 0em;
    text-align: right;
}

.light-font .breadcrumb-item + .breadcrumb-item::before {
    color: #fff; }
.light-font .breadcrumb-item.active {
    color: #cfd8dc; }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #AED6F1;
}

.carousel-item {
  max-height: 65vh;
}

.bc-icons .breadcrumb-item + .breadcrumb-item::before {
    content: none; 
}
.bc-icons .breadcrumb-item {
    color: #eeeeee; 
}
.bc-icons .breadcrumb-item.active {
    color: #AED6F1; 
}

.portfolio-item {
  margin-bottom: 30px;
}

.list-group-item-action {
    color: #1976d2;
}

.list-group a:hover {
    color: #2196f3;
    background-color: #e3f2fd;
    border-color: #bbdefb;
}

.list-group-item.active {
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.dropdown-wide {
  min-width: 300px;
}

#all_new_messages{
  max-height: 50vh; 
  overflow: auto;
} 

#all_new_notifications{
  max-height: 50vh; 
  overflow: auto;
} 

.jquery_dropdown_result {
  position: absolute;
  z-index: 1050;
  max-height: 50vh; 
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.list_of_jquery_content:hover { 
  background: linear-gradient(0deg, #ffffff, #f2f2f2 50%) no-repeat;
}

.btn-social{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}


div.mce-fullscreen {
    z-index: 1050;
}

.bootstrap-tagsinput {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important; 
}

/* Bootstrap Notify ============================ */
[data-notify="container"] {
  max-width: 320px;
  border-width: 0px;
  border-left: 15px solid rgb(255, 240, 106);
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
}
[data-notify="container"] > [data-notify="title"] {
  font-size: large;
  margin-bottom: 5px;
}

[data-notify="container"] > [data-notify="message"] {
  font-size: small;
}

/* Alerts ====================================== */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff !important; 
}

.alert .alert-link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold; 
}

.alert-success {
  background-color: #2b982b; 
}

.alert-info {
  background-color: #00b0e4; 
}

.alert-warning {
  background-color: #ff9600 !important; 
}

.alert-danger {
  background-color: #fb483a !important; 
}

.alert-dismissible .close {
  color: #fff;
  opacity: 1;
  border: none;
  text-shadow: none; 
}


/* Page Loader ================================= */
.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  text-align: center; }
  .page-loader-wrapper p {
    font-size: 30px;
    margin-top: 10px;
  }
  .page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px);
  }

/* Preloaders ================================== */

.md-preloader .pl-blue {
  stroke: #1e88e5; }


.preloader {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px; 
  -webkit-animation: container-rotate 1568ms linear infinite;
  -moz-animation: container-rotate 1568ms linear infinite;
  -o-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite; }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #F44336;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .spinner-layer.pl-blue {
    border-color: #1e88e5; 
  }

.right {
  float: right !important; }

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
.gap-patch.circle {
    width: 1000%;
    left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -moz-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  -o-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -moz-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
  -o-transform: rotate(-129deg);
  transform: rotate(-129deg);
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }


/* Preloaders ================================== */

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #42a5f5;
}

/* Your custom styles */
