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

body {
  background-color: #fff;
}

.btn-primary{
  background-color: #317cf6;
  border-color: #317cf6;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background-color: #317cf6 !important;
  border-color: #317cf6 !important;
}

.btn-outline-secondary{
  border-color: #dadce0;
  color: rgb(32, 33, 36);
}

.btn-outline-secondary:hover,.btn-outline-secondary:active, .btn-outline-secondary:focus{
  background-color: #e7f1fc !important;
  border-color: #e7f1fc !important;
  color: #317cf6 !important;
}

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

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

header {
  width: 100%;
  background-color: #fff;
}

header.border-bottom{
  border-bottom: 1px solid #ebebeb;
}

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

.logo {
  max-width: 200px;
}

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;
  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;
}

.ui-state-active, ui-widget-content .ui-state-active{
  background-color: #2750A6 !important;
  border-color: #2750A6 !important;
}

.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;
}

.btn-rounded {
  border-radius: 10em;
}

.btn-category {
  font-size: 14px;
}

.btn-category.btn-primary{
  background-color: #e7f1fc !important;
  border-color: #e7f1fc !important;
  color: #317cf6 !important;
}

.option{
  max-width: 640px;
}

.dropdown-menu.show{
  white-space: nowrap;
}

a.filter:focus{
  border: none;
  box-shadow: none;
}

.container-filter{
  background-color: rgba(255, 255, 255, 0);
  height: auto;
  width: 100%;
  max-width: 580px;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
}

.container-filter .form-check{
  padding: 5px 0 5px 25px;
  margin-left: 7px;
}

.container-filter .form-check:hover{
 background-color: #e5e5e5;
}

.container-filter .form-check-label{
  font-size: 14px;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container-filter .form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: rgba(255, 255, 255, 0);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-filter .form-check input:checked ~ .checkmark:after {
  display: block;
}

.container-filter .form-check .checkmark:after {
  left: 10px;
  top: 10px;
  width: 5px;
  height: 10px;
  border: solid rgb(33, 37, 41);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-tool{
  font-size: 14px;
  color: rgb(94, 94, 94);
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

.filter-tool.active, .filter-tool:hover, .filter-tool:active, .filter-tool:focus{
  background-color: #e7f1fc !important;
  border-color: #e7f1fc !important;
  color: #317cf6 !important;
}

.show > .filter-tool.btn-outline-secondary.dropdown-toggle{
  outline: none !important;
  box-shadow: none !important;
  background-color: #e7f1fc !important;
  border-color: #e7f1fc !important;
  color: #317cf6 !important;
}

.btn-filter:focus{
  outline: none !important;
  box-shadow: none !important;
}

.btn-filter, .btn-filter:hover, .btn-filter:active, .btn-filter:focus{
  font-size: 14px !important;
  background: none !important;
  border: none !important;
  color: rgb(112, 117, 122) !important;
}

.show > .btn-filter.btn-outline-secondary.dropdown-toggle{
  outline: none !important;
  box-shadow: none !important;
  background-color: #e7f1fc !important;
  border-color: #e7f1fc !important;
  color: #317cf6 !important;
}

.btn-filter-apply{
  font-size: 14px;
}

.toolbar{
  border-top: 1px solid #ebebeb;
}

.scrollbar::-webkit-scrollbar {
  width:7px;
  background-color: rgba(255, 255, 255, 0);
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color:rgba(0, 0, 0, 0.4);
  border-radius: 7px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color:rgba(0, 0, 0, 0.4);
}

.scrollbar::-webkit-scrollbar-thumb:active {
  background-color:rgba(0, 0, 0, 0.4);
}

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

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

.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;
}

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

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

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

.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;
}

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

.dropdown .btn-filter.btn-no-color.btn-outline-secondary.dropdown-toggle{
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

.dropdown .btn-filter .label{
  width: 100%;
  max-width: 150px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.info-box{
  width: 100%;
  max-width: 100px;
}

.info-box .badge{
  white-space: normal !important;
}

@media (max-width: 768px) {
  .form-search,
  .form-search.large,
  .results {
    max-width: 768px;
  }
}

@media (max-width: 576px) {
  .toolbar .container-filter .form-check-label{
    max-width: 100% !important;
  }
  
  .toolbar .dropdown-menu.show{
    width: 100% !important;
  }
  
  .toolbar .dropdown .btn{
    text-align: left !important;
    width: 100% !important;
    margin: 0 0 5px 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);
  }
}
