@media (min-width:993px) {
  main,
  footer {
    padding-left: 300px;
  }

}

i.pink-item {
  color: #f4425c !important;
}

form.sidebar-form {
  margin: 5px;
}
.content-inside {
    padding: 20px;
}
div.page-announce {
    min-height: 100px;
    height: auto;
    background-color: #51558a;
    padding: 14px;
    margin-bottom: 10px;
}
.title-page {
    color: white;
    font-size: 22px;
    margin-left: 17px;
}

h1.page-announce-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 56px;
  color: #fff;
  line-height: 0.5em;
  margin-left: 50px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.material-tooltip {
  display: none;
}

.bg-aqua {
  background-color: #267ea2 !important;
}

.bg-green {
  background-color: #333 !important;
}

.bg-yellow {
  background-color: #cf2992 !important;
}

.bg-red {
  background-color: #6295ca !important;
}

.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box>.inner {
  padding: 10px;
}

.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
  color: #fff;
}

.small-box h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
  color: #999;
}

.small-box p {
  color: #fff;
  font-size: 24px;
  background: #0000002b;
  margin: -10px -10px 10px;
  padding: 5px 10px;
}

.small-box .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}

.small-box .icon img {
    width: 78px;
}

.small-box>.small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.page-footer {
  padding-top: 0 !important;
  background-color: #51558a !important;
  margin-top: 20px;
}

.footer-copyright {
  background-color: inherit !important;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  width: 210px !important;
  background: #fff;
  max-height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: fixed;
  width: 290px !important;
  top: 161px;
  left: 11px;
  max-height: 300px;
  z-index: 20;
}

.autocomplete-suggestion {
  padding: 10px 5px;
  width: 300px !important;
  font-size: 1.2em;
  white-space: nowrap;
}

keygroup {
  margin-left: 5px;
}

.getusr {
  width: 500px;
}

.text-thin {
  font-weight: 100 !important;
}

a.button-collapse {
  color: #fff;
}

div.quick-links a {
  width: 100%;
  margin: 5px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

#chatInfo p {
  font-size: 20px !important;
  font-weight: 300 !important;
}

.no-styles {
    border: 0;
    background: none;
    color: inherit;
}

input.small-input {
    max-width: 100px;
    margin: 0 10px;
}

.custom-responsive {
  display: block;
  overflow-x: auto;
}

.side-nav a img {
    width: 20px;
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}

a.btn, input.btn {
    color: #fff;
}
.a_choose {
    margin: 10px auto;
    display: block;
    padding: 20px 50px;
    border: 1px solid #0088d8;
    width: 200px;
    text-align: center;
    border-radius: 15px;
    color: #0088d8;
    text-decoration: none;
    font-size: 18px;
}
.label-bottom {
    margin-bottom: 20px;
    font-size: 12px;
    color: #999;
    margin-top: -16px;
}

.content-inside .alert {
    margin-top: -16px;
    padding: 5px 10px;
}
input.small-input.is-invalid {
    border-bottom-color: red;
}
@media (max-width: 320px) {
    .page-announce {
      min-height: 40px;
      height: auto;
    }

    .page-announce-text {
      font-size: 20px;
    }
}

@media (max-width: 480px) {
    .page-announce {
      min-height: 50px;
      height: auto;
    }

    .page-announce-text {
      font-size: 24px;
    }
}


@media (max-width:768px) {
  .getusr {
    margin-left: 0;
    width: 300px;
  }

  .page-announce-text {
    font-size: 36px;
  }

  .page-announce {
    padding: 20px;
  }
}

@media (max-width:992px) {
  div.page-announce {
    min-height: 60px;
    height: auto;
    padding: 10px;
  }

  h1.page-announce-text {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
    .a_choose {
        margin-bottom: 30px;
        display: block;
    }
    .small-box h3 {
        font-size: 24px;
    }
    .small-box h4 {
        font-size: 22px;
    }
}
