html,
body {
  height: 100%;
  color: #4d5156;
  font-family: arial, sans-serif;
}

body {
  background-color: #fff;
}

.btn-member,
.a-dropdown {
  color: #4d5156;
}

.btn-member:focus,
.a-dropdown:focus {
  outline: none;
  box-shadow: none;
}

header {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.is-sticky {
  z-index: 2;
}

.logo {
  max-width: 320px;
}

img.small-logo {
  max-height: 52px;
}

.form-search {
  width: 100%;
  max-width: 576px;
}

.form-search.large,
.results {
  max-width: 640px;
}

.results a {
  color: rgb(26, 13, 171);
  font-size: 16px;
}

.results small a {
  color: #4d5156;
  font-size: 12px;
  text-decoration: none;
}

.results a.icon_doc {
  background-image: url("../images/doc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: auto;
  display: inline-block;
  color: rgba(255, 255, 255, 0);
}

.results {
  color: #4d5156;
  font-size: 14px;
}

.form-search .input-group {
  margin: 0 auto;
  border: 1px solid #dfe1e5;
  box-shadow: none;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.form-search .input-group i {
  color: #9AA0A6;
}

.form-search input[type="text"].form-control {
  color: rgba(0, 0, 0, .80);
  word-wrap: break-word;
  height: 52px;
  box-shadow: none;
  outline: none;
  border: none;
}

.form-search .input-group-text {
  background: none;
  border: none;
}

.form-search button.light {
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  color: #5F6368;
  font-size: 14px;
  margin: 15px 5px;
  padding: 0 15px;
  line-height: 30px;
  height: 45px;
  min-width: 60px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.form-search button.light:active,
.form-search button.light:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-color: #f8f8f8;
  border: 1px solid #c6c6c6;
  color: #222;
}

.form-search button.small.light {
  font-size: 12px;
  margin: 10px 5px;
  padding: 0 5px;
  height: auto;
  min-width: 0;
}

.form-search button.small.light.no-margin {
  margin: 0px 5px !important;
}

.form-search .input-group-append button.icon-search {
  padding: 0;
  margin: 0 0 0 0.2rem;
  height: auto;
  width: auto;
  min-width: 0;
  background: none;
  border: none;
}

.form-search .input-group-append button.icon-search i {
  color: #4285f4;
}

footer {
  color: #5f6368;
  background: #f2f2f2;
  border-top: 1px solid #ebebeb;
  font-size: 13px;
}

ul.tabs {
  margin: 15px 0 0 0;
  padding: 0;
}

ul.tabs li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  padding: 10px 0;
}

ul.tabs li a,
ul.tabs li a:hover,
ul.tabs li a:focus ul.tabs li a:active {
  color: #5f6368;
  font-size: 13px;
  text-decoration: none;
}

ul.tabs li.active a {
  color: #1A73E8;
}

ul.tabs li.active {
  border-bottom: 3px solid #1A73E8;
}

.tabs-select {
  width: 100% !important;
  margin-top: 10px;
  border-bottom: 3px solid #1A73E8;
}

.tabs-select button.btn-light,
.tabs-select button.btn-light:focus {
  background: none;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  color: #4d5156;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  color: #4d5156;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #1A73E8;
}

.text-muted {
  font-size: 14px;
}

.btn-option{
  text-align: right;
  width: 15px;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-option:focus{
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-option .fa{
  font-size: 12px;
  color: #9d9d9d !important;
}

.btn-manage .dropdown-item{
  color: #4d5156;
  font-size: 14px;
}

.btn-manage .dropdown-item:active{
  color: #ffffff !important;
}

.btn-manage .dropdown-item .fa{
  margin-right: 5px;
}

#reportModalCenter label{
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
} 

#reportModalCenter .input-group-text{
  font-size: 14px;
}

#reportModalCenter .help-block{
  display: none;
}

.sharethis-inline-share-buttons{
  position: absolute !important;
  z-index: 9999999 !important;
  opacity: 0 !important;
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border: 1px solid #f25767;
}

@media (max-width: 768px) {

  .form-search,
  .form-search.large,
  .results {
    max-width: 768px;
  }
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ebebeb;
  background: -moz-linear-gradient(left, #ebebeb 10%, rgba(235, 235, 235, 0) 42%);
  background: -webkit-linear-gradient(left, #ebebeb 10%, rgba(235, 235, 235, 0) 42%);
  background: -o-linear-gradient(left, #ebebeb 10%, rgba(235, 235, 235, 0) 42%);
  background: -ms-linear-gradient(left, #ebebeb 10%, rgba(235, 235, 235, 0) 42%);
  background: linear-gradient(to right, #ebebeb 10%, rgba(235, 235, 235, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ebebeb;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

span.split {
  border-left: 1px solid #dadce0;
  height: 65%;
  margin: 0 0.3rem;
}

mark {
  background-color: rgba(255, 255, 0, 0.8);
  color: black;
}

.page-link {
  border: 0 !important;
}

.page-item.active .page-link {
  color: #202124;
  background: none;
}

.page-item.prev {
  padding-right: 1rem;
}

.page-item.next {
  padding-left: 1rem;
}

.page-item .page-link {
  color: #4285f4;
  padding: 0.5rem 0.4rem;
}


.page-item .page-link:hover {
  background: none;
  text-decoration: underline;
}

[id^="st-el-"] .st-btn {
  display: none !important;
}

[id^="st-el-"] .st-btn[data-network="line"],
[id^="st-el-"] .st-btn[data-network="outlook"],
[id^="st-el-"] .st-btn[data-network="facebook"],
[id^="st-el-"] .st-btn[data-network="twitter"],
[id^="st-el-"] .st-btn[data-network="email"],
[id^="st-el-"] .st-btn[data-network="evernote"],
[id^="st-el-"] .st-btn[data-network="print"] {
  display: inline-block !important;
}

.login-form{
  width: 100%;
  max-width: 480px;
}

.register-form{
  width: 100%;
  max-width: 620px;
}

.password-form{
  width: 100%;
  max-width: 420px;
}

.btn-orange {
  background-color: #dd7630;
  color: #fff;
  border: 1px solid #dd7630;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: #c35c16;
  border-color: #c35c16;
  color: #fff;
}

.btn-orange:active,
.btn-orange:disabled,
.btn-orange:active:focus {
  background-color: #a84d13 !important;
  border-color: #a84d13 !important;
  box-shadow: none !important;
  color: #fff !important;
}

a.link-orange {
  color: #a04400;
  text-decoration: none;
  font-weight: 500;
}

a.link-orange:hover,
a.link-orange:focus,
a.link-orange:disabled {
  color: #7a2f00;
  text-decoration: underline;
}

form .alert.alert-danger p{
  margin-bottom: 0 !important;
}

.floating-add-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #d97345;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 999;
  border: 0;
}

.floating-add-button:hover, .floating-add-button:active, .floating-add-button:focus {
  background-color: #c05f34;
}

.bootstrap-tagsinput {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #d7dae3;
  color: #181c32;
  min-height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
}
  
.bootstrap-tagsinput .btn {
  padding: 0.175rem .25rem !important;
}

.btn-group.flex {
  position: relative;
  display: flex;
  vertical-align: middle;
}

.btn-group.flex .btn-remove {
  padding: 0 !important;
  min-height: 40px !important;
  max-height: 40px !important;
  min-width: 45px !important;
  max-width: 45px !important;
}

.btn-group.flex .btn-name,
.btn-group.flex .btn-filename {
  word-wrap: anywhere;
}

.form-group.error .btn-filename {
  border: 1px solid #f25767 !important;
}

.form-group.error .help-block {
  display: none;
}

button.btn-filename,
button.btn-filename:hover,
button.btn-filename:focus,
button.btn-filename.active {
  box-shadow: none;
  color: #181c32;
  border: 1px solid #d7dae3;
  height: 40px;
  border-radius: 0.375rem !important;
}

button.btn-filename.has-remove {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.eye-password{
  position: absolute;
  top: 50%;
  margin-top: 8px;
  right: 20px;
  cursor: pointer;
}