html, body {
  height: 100%;
}
body {
    padding-top: 90px;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
}
#main-container.container-fluid, #main-container {
    min-height: 100%;
    height: auto;
    margin: 0 auto -100px;
    margin-bottom: -100px;
    padding-bottom: 150px;
    padding-top: 20px;
}
.login-style {
    margin: 0px;
}
.logo-img {
    padding: 0px;
    text-align: center;
    width: 55px;
}
.logo-text {
    font-size: 24px;
    color: white;
    padding: 0px 20px 0px 0px;
    display: inline-block;
    height: 30px;
    width: 190px;
}
.logo-text-communiteer {
    padding-top: 15px;
    color: white;
}
.logo-text-white-bg {
    color: #333;
}
.logo-text-slogan {
    display: inline-block;
    text-align: justify;
    font-weight: 300;
    font-size: 9px;
    letter-spacing: 0.1em;
    height: 15px;
    width: 190px;
}
.row-bordered:after {
    content: "";
    display: block;
    border-bottom: 1px solid;
    margin: 10px 15px;
}
input[class^="form-control"].no-extras:disabled {
    border: 0;
    box-shadow: none;
    background-color: white;
}
label[class^="control-label"] {
    text-align: left !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border-color: transparent;
}
.navbar-user-page {
    background-color: #e41925;
}
.navbar-login-page {
    background-color: #e41925;
}
p.navbar-text.navbar-right > a {
    margin: 12px;
    color: white;
}
.navbar-text.navbar-left.logo-img {
    margin: 20px 0px 20px 0px;
}
.navbar-text.navbar-left.logo-text {
    margin: 15px 5px 15px 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e41925;
}
.navbar-login p a {
    color: white;
}
.navbar-inner {
    min-height: 0px;
}
.panel-default > .panel-heading {
    background-color: #ffffff;
}
.navbar-brand {
    max-width: 400px;
    padding: 0;
    margin: 0;
}
.caret {
  display: none;
}
.navbar-default .navbar-nav >.open>a,
.navbar-default .navbar-nav >.open>a:focus,
.navbar-default .navbar-nav >.open>a:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.15);
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar .nav > li > .dropdown-menu::after,
.navbar .nav > li > .dropdown-menu::before {
    display:none;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover{
    color: white;
    background-color: rgba(255, 255, 255, 0.15);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    font-size: 22px;
}
.badge {
    background-color: #4E96D1;
    color: white;
    border: 1px solid white;
    font-size: x-small;
}
p.navbar-text.navbar-right > a:hover {
    color: white;
    text-decoration: none;
}
p.navbar-text.navbar-right > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
p.navbar-text.navbar-right > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
p.navbar-text.navbar-right > a{
    margin-top: 12px;
    margin-bottom: 10px;
    position: relative;
    color: white;
}
@media (min-width: 768px) {
    .navbar-collapse {
        background-color: transparent;
    }
    form.navbar-form {
        line-height: 37px;
        height: 80px;
        padding-top: 0;
    }
    a.navbar-link.btn.btn-primary {
        color: #fff;
    }
    #left-col.affix-top, #right-col.affix-top {
        position: static;
    }
    #left-col.affix {
        position: fixed;
        width: 16.3%;
    }
    #right-col.affix {
        position: fixed;
        width: 24.3%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000000;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .navbar-nav > li > a.nav-profile-link {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
#middle-col {
    margin-left: 3.5%;
    margin-right: 3.5%;
}
#main-container.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.affix {
    position: static;
    height: 87%;
}
#right-col.affix {
    overflow-y: scroll;
    overflow-x: hidden;
}
#left-col.affix {
    overflow-y: auto;
    overflow-x: hidden;
}
.row.no-gutters {
    margin-right: 1em;
    margin-left: 1em;
}
.row.no-gutters > [class^="col-sm-2"] {
    width: 16%;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.vb > .vb-dragger {
    z-index: 5;
    width: 12px;
    right: 0;
}
.vb > .vb-dragger > .vb-dragger-styler {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0,0,0,0);
    transform: rotate3d(0,0,0,0);
    -webkit-transition:
        background-color 100ms ease-out,
        margin 100ms ease-out,
        height 100ms ease-out;
    transition:
        background-color 100ms ease-out,
        margin 100ms ease-out,
        height 100ms ease-out;
    background-color: rgba(48, 121, 244,.1);
    margin: 5px 5px 5px 0;
    border-radius: 20px;
    height: calc(100% - 10px);
    display: block;
}

.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244,.3);
}

.vb > .vb-dragger:hover > .vb-dragger-styler {
    background-color: rgba(48, 121, 244,.5);
    margin: 0px;
    height: 100%;
}

.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244,.5);
    margin: 0px;
    height: 100%;
}

.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244,.5);
}

#header-profile-pic {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.grecaptcha-badge {
    top: 0;
    left: 0;
    bottom: 0;
    margin: 16px 0;
    position: relative !important;
}

.ql-align-right {
    text-align: right;
}
.ql-align-center {
    text-align: center;
}
.ql-align-justify {
    text-align: justify;
}
.footer-link {
    text-decoration: none !important;
}
.footer-style {
    padding: 20px 100px 20px 100px;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: 14px;
}
.footer-texts a {
    color: white;
}
.footer-copyright {
    font-size: 16px;
    line-height: 60px;
}
.footer-copyright a{
    color: white;
}
.footer-sites {
    text-align: right;
    padding-right: 16px;
    display:flex;
    justify-content: space-around;
    line-height: 60px;
}
.btn {
    border-radius: 50px;
}
.nav-pills > li > a,
.nav-pills > li.active > a {
    border-radius: 0;
    border: 1px solid #ddd;
}

.navbar-user-page {
  background-color: #b71c1c;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border: unset;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;

  border: 5px solid rgba(33, 150, 243, 1.0);
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;


}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.required:after {
  content: "*";
  color: red;
}

.autosuggest__results-container {
  position: relative;
  width: 100%;
}

.autosuggest__results {
  font-weight: 300;
  margin: 0;
  position: absolute;
  z-index: 10000001;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: white;
  padding: 0px;
  overflow: scroll;
  max-height: 200px;
}

.autosuggest__results ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.autosuggest__results .autosuggest__results_item {
  cursor: pointer;
  padding: 15px;
}

#autosuggest ul:nth-child(1) > .autosuggest__results_title {
  border-top: none;
}

.autosuggest__results .autosuggest__results_title {
  color: gray;
  font-size: 11px;
  margin-left: 0;
  padding: 15px 13px 5px;
  border-top: 1px solid lightgray;
}

.autosuggest__results .autosuggest__results_item:active,
.autosuggest__results .autosuggest__results_item:hover,
.autosuggest__results .autosuggest__results_item:focus,
.autosuggest__results
  .autosuggest__results_item.autosuggest__results_item-highlighted {
  background-color: #ddd;
}

.btn-primary {
  background-color: #e41925;
  border-color: #C80B17;
  color: #fff;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #C80B17;
}


/* slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
