@import "bootstrap.css";
/*@import "mobile-tablets.css";*/
.top-icon {
  color: rgba(0, 0, 0, 0.31);
  font-size: 5.5rem;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  z-index: 1000;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.customFilterBlock {
  padding: 1%;
  border: 1px solid #364e91;
  color: #364e91;
  margin: 0 0.5rem;
  /*max-height: 100px;*/
}

.addOneMoreCondition {
  color: #364e91;
  font-size: 1.5rem;
  cursor: pointer;
}

.pagination span.current{
    background: #364e91;
}
.pagination span{
    display: block;
    padding: 3%;
    background: #3c82cb;
    color: white;
    margin: 1%;
    border: 1px solid #364e91;
    min-width: 30px;
}
.pagination span a{
    display: block;
    color: white;
}

.sub-title {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 14px;
}

.info-element.info-4 span, .info-element.info-3 span, .info-element.info-2 span, .info-element.info-1 span {
  font-size: 4rem;
  float: right;
  color: #ffffff;
}

.info-element, .form-block {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 12px;
  align-self: center;
}

.btn-menu, .btn-custom-menu, .btn-custom-nav, .link-custom-sec, .link-custom-pri, .btn-custom-sec, .btn-custom-pri, .sub-nav-panel button {
  display: inline-block;
  font-weight: 400;
  color: #58595b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sub-menu.full-side-menu a, .sub-menu a, .sub-menu.full-side-menu ul a, .sub-menu.full-side-menu ul, .sub-menu ul span, .sub-menu ul a, .sub-menu ul, .info-element:hover span, .info-element .text-cover {
  transition: all 150ms;
}

.sub-menu.full-side-menu ul p, .sub-menu ul p {
  transition: all 10s;
}

.table-block {
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  padding: 0rem !important;
}

.info-element.info-1, .info-element.info-2, .info-element.info-3, .info-element.info-4 {
  padding: 1rem 0 0 0;
}

.sub-menu-border {
  border-bottom: 1px solid;
  margin: auto;
}

.mobile-visible {
  display: none;
}

.screen-vivible {
  display: block;
}

@media (max-width: 768px) {
  .mobile-visible {
    display: block;
  }

  .screen-vivible {
    display: none;
  }
}
.blue-bg {
  background-color: #17a2b8;
}

.dark-blue-bg {
  background-color: #16586d;
}

.purple-bg {
  background-color: #861edc;
}

.dark-purple-bg {
  background-color: #3a1d75;
}

.orange-bg {
  background-color: #f59320;
}

.dark-orange-bg {
  background-color: #9b4f25;
}

.green-bg {
  background-color: #28a745;
}

.dark-green-bg {
  background-color: #246e36;
}

.def-text-color {
  color: #58595b !important;
}

.top-icon {
  float: right;
}

.icon-color-prim {
  color: #144f9a;
}

.icon-color-sec {
  color: #f59320;
}

.sub-bg {
  background: linear-gradient(to right, #449FEE, #3976bd);
}

.main-bg {
  background-color: #144f9a;
  color: #ffffff;
}

.sec-bg {
  background-color: #144f9a;
}

.title-separate {
  display: flex;
}
.title-separate p {
  padding-right: 0.2rem;
  display: ruby;
}
.title-separate hr {
  width: 100%;
}

body {
  background-color: #ffffff;
  height: 100vh;
  color: #58595b !important;
  font-family: Ubuntu, sans-serif;
  font-size: 0.8rem !important;
}

input {
  background-color: #ffffff;
  border-radius: 0px !important;
}
input:hover {
  border-color: #f19022;
}
input:active {
  border-color: #f19022;
  box-shadow: 0px 0px 5px #f19022;
}
input:focus {
  border-color: #f19022 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.26) !important;
}

textarea {
  border-radius: 0px !important;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: #58595b;
  background-color: #fff;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea:hover {
  border-color: #f19022;
}
textarea:active {
  border-color: #f19022;
  box-shadow: 0px 0px 5px #f19022;
}
textarea:focus {
  border-color: #f19022 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.26) !important;
}

select {
  background-color: #ffffff;
  border-radius: 0px !important;
}
select:hover {
  border-color: #f19022;
}
select:active {
  border-color: #f19022;
  box-shadow: 0px 0px 5px #f19022;
}
select:focus {
  border-color: #f19022 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.26) !important;
}

.main {
  padding: 2rem 0 0 0;
  min-height: 800px;
}

.header {
  text-transform: capitalize;
  margin-left: 3.1rem;
}
.header .navbar {
  background: #e9e9e9;
}
.header li {
  border-left: 0.5px #ffffff;
  border-right: 0.5px #ffffff;
}
.header a {
  color: #58595b;
  font-weight: bold;
}
.header a:hover {
  color: #f59320;
}
.header a:focus {
  color: #144f9a;
}

@media (max-width: 765px) {
  .navbar-brand img {
    margin-left: auto;
    margin-right: auto;
    height: 60px;
  }
}
.table-block thead {
  background: linear-gradient(to right, #449FEE, #3976bd);
  color: #ffffff;
}
.table-block th,
.table-block td {
  vertical-align: middle !important;
  word-wrap: break-word;
}

.form-block {
  border-top: 3px solid #144f9a;
}
.form-block .dropdown-item:active {
  background-color: #144f9a;
}
.form-block label {
  color: #144f9a;
}

.sub-header {
  background: linear-gradient(to right, #449FEE, #3976bd);
  color: #ffffff;
}

.sub-nav-panel {
  padding: 0.2rem 1.2rem 0.2rem 1.2rem;
  text-align: right;
  background: #e9e9e9;
}
.sub-nav-panel button {
  margin: 0.375rem;
  color: #58595b;
  background-color: inherit;
  border-color: #58595b;
  font-size: 0.8rem;
}
.sub-nav-panel button:hover {
  color: #f19022;
  background-color: #ffffff;
  border-color: #58595b;
}
.sub-nav-panel button:active {
  background-color: #f59320;
  border-color: #f19022;
  color: #ffffff;
}
.sub-nav-panel button:focus {
  background-color: #f59320;
  border-color: #f19022;
  color: #ffffff;
}

.input-group-text {
  color: #ffffff !important;
  background-color: #144f9a !important;
}

.btn-custom-pri {
  color: #fff;
  background-color: #f19022;
  border-color: #f19022;
}
.btn-custom-pri:hover {
  background-color: #144f9a;
  border-color: #ffffff;
}
.btn-custom-pri:active {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-custom-pri:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-custom-sec {
  color: #fff;
  background-color: #144f9a;
  border-color: #144f9a;
}
.btn-custom-sec:hover {
  background-color: #f19022;
  border-color: #ffffff;
}
.btn-custom-sec:active {
  background-color: #f19022;
  border-color: #f19022;
}
.btn-custom-sec:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.26);
}

.link-custom-pri {
  color: #fff;
  background-color: #f19022;
  border-color: #f19022;
}
.link-custom-pri:hover {
  background-color: #144f9a;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.link-custom-pri:active {
  background-color: #007bff;
  border-color: #007bff;
  color: #ffffff;
  text-decoration: none;
}
.link-custom-pri:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  text-decoration: none;
}

.link-custom-sec {
  color: #fff;
  background-color: #144f9a;
  border-color: #144f9a;
}
.link-custom-sec:hover {
  background-color: #f19022;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.link-custom-sec:active {
  background-color: #f19022;
  border-color: #f19022;
  color: #ffffff;
  text-decoration: none;
}
.link-custom-sec:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.26);
  text-decoration: none;
}

.btn-custom-nav {
  color: #144f9a;
  background-color: inherit;
  border-color: #144f9a;
  margin: 0 0.3rem -0.1rem 0.3rem;
}
.btn-custom-nav:hover {
  background-color: #144f9a;
  border-color: #144f9a;
  color: #ffffff;
}
.btn-custom-nav:active {
  background-color: #144f9a;
  border-color: #144f9a;
  color: #ffffff;
}
.btn-custom-nav:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.26);
}

.sub-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #144f9a;
}

.btn-custom-menu {
  color: #58595b;
  padding: 0;
  margin: 0.2rem;
}
.btn-custom-menu i {
  font-size: 2rem;
  margin: 0 0.2rem 0 0.5rem;
}
.btn-custom-menu span {
  position: relative;
  top: 0;
  float: right;
  color: #ffffff;
}
.btn-custom-menu:hover i {
  color: #f19022;
}
.btn-custom-menu:active i {
  color: #144f9a;
}
.btn-custom-menu:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.26);
}

.info-element {
  border-top: 3px solid #144f9a;
  margin: 0 1rem 1rem 1rem;
  padding: 1rem 0 0 0;
  align-self: baseline;
}
@media (max-width: 768px) {
  .info-element {
    margin: 0.3rem;
  }
}
.info-element .text-cover {
  padding: 0 1rem 0 1rem;
}
.info-element:hover span {
  font-size: 3.6rem;
}
.info-element .info-link {
  width: 100%;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  color: #d8d8d8;
  font-weight: 600;
}
.info-element .info-link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.info-element .font-head {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.info-element .font-sub {
  color: #d8d8d8;
  font-size: 1.1rem;
  font-weight: 600;
}
.info-element.info-1 {
  background-color: #f59320;
}
.info-element.info-1 span {
  color: #9b4f25;
}
.info-element.info-2 {
  background-color: #28a745;
}
.info-element.info-2 span {
  color: #246e36;
}
.info-element.info-3 {
  background-color: #17a2b8;
}
.info-element.info-3 span {
  color: #16586d;
}
.info-element.info-4 {
  background-color: #861edc;
}
.info-element.info-4 span {
  color: #3a1d75;
}

.btn-menu {
  color: #fff;
  background-color: #f19022;
  border-color: #f19022;
}
.btn-menu:hover {
  color: #f19022;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-menu:active {
  background-color: #f59320;
  border-color: #f19022;
  color: #ffffff;
}
.btn-menu:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.26);
}

.icon {
  width: 42px;
  height: 42px;
}

.tabs {
  padding: 10px 0 0 0;
  position: relative;
}

.tab,
.tab-title {
  display: inline-block;
  margin-left: 2px;
}

.tab input[type=radio] {
  display: none;
}

.tab-title {
  background: #19375a;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 0px;
}

.tab-content {
  position: absolute;
  left: 0;
  width: calc(100% - 20px);
  display: none;
}

.tab :checked + .tab-title {
  position: relative;
  background: #144f9a;
  color: #ffffff;
  top: 0px;
  z-index: 1;
}

.tab :checked ~ .tab-content {
  display: block;
}

.sub-menu {
  transition: ease-in-out 350ms;
  z-index: 1000;
  background-color: #19375a;
  margin-left: 0;
  width: 3.1rem;
  bottom: 0;
  float: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  display: block;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}
.sub-menu:active, .sub-menu:focus, .sub-menu:hover {
  transition: ease-in-out 350ms;
}
.sub-menu .sub-menu-block:hover {
  box-shadow: 0px 5px 0px #ffffff;
  background: #ffffff2e;
}
.sub-menu ul {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sub-menu ul p {
  display: none;
  margin: 0;
}
.sub-menu ul a {
  color: #ffffff;
  text-overflow: ellipsis;
}
.sub-menu ul a:hover,
.sub-menu ul a:active,
.sub-menu ul a:focus {
  color: #f59320;
}
.sub-menu ul span {
  margin-top: 0.2rem;
}
.sub-menu.full-side-menu ul {
  text-align: left;
  margin-left: 0.6rem;
}
.sub-menu.full-side-menu ul a {
  display: inline-flex;
  text-decoration: none;
  width: 100%;
}
.sub-menu.full-side-menu ul p {
  display: block;
  overflow: hidden;
  text-overflow: unset;
}
.sub-menu.full-side-menu ul span {
  margin-right: 0.4rem;
}
.sub-menu a {
  display: block;
  margin: 0rem auto;
  padding: 0.5rem;
  width: 50px;
}
.sub-menu.full-side-menu a {
  width: auto;
}

.full-side-menu {
  width: 17rem;
}

@media (max-width: 768px) {
  .header {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .sub-menu {
    left: -3.1rem;
    box-shadow: none;
  }

  .full-side-menu {
    left: 0;
  }
}
.filter-button-block {
  display: flex;
  position: relative;
  right: 0;
}
.filter-button-block .filter-add-button {
  height: 38px;
  width: 38px;
  background: #f19022;
  /*background: radial-gradient(circle, rgba(241, 144, 34, 1) 25%, rgba(255, 202, 143, 1) 92%);*/
  display: flex;
  border-radius: 16%;
  border: none;
  color: #ffffff;
  padding: 0;
  align-self: end;
}
.filter-button-block .filter-add-button:hover {
  background-color: #144f9a;
  border-color: #ffffff;
  text-decoration: none;
}
.filter-button-block .filter-add-button:active {
  background-color: #007bff;
  border-color: #007bff;
}
.filter-button-block .filter-add-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.filter-button-block .filter-add-button span {
  font-size: 1rem;
  color: #ffffff;
  align-self: center;
  margin-right: auto;
  margin-left: auto;
}

.filter-form {
  width: 100%;
  padding: 0.2rem 1.2rem;
  z-index: 50;
  position: relative;
  top: 10%;
  background: linear-gradient(to right, #449FEE, #3976bd);
}

@media (max-width: 768px) {
  .filter-form {
    width: 100%;
    padding-top: 1rem;
  }
}
.table-head-filter th {
  cursor: pointer;
  width: auto;
}
.table-head-filter th a {
  color: #ffffff;
  width: 100%;
  word-break: keep-all;
  display: ruby;
}
.table-head-filter th a:hover, .table-head-filter th a:focus, .table-head-filter th a:active {
  color: #ffffff;
  text-decoration: none;
}
.table-head-filter th:hover, .table-head-filter th:focus, .table-head-filter th:active {
  box-shadow: inset 0 0 0 2px #f19022;
}

.fw .container,
.fw .container-md {
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0 1rem 0 1rem !important;
}

.container-menu {
  max-width: 100vw !important;
  padding: 0 0 0 3.1rem !important;
}

@media (max-width: 768px) {
  .container-menu {
    max-width: 100vw !important;
    padding: 0 !important;
  }
}
.mobile-menu-btn {
  display: none;
}
.mobile-menu-btn span {
  color: #144f9a;
  font-size: 28px;
  padding: 0.5rem;
}

@media (max-width: 768px) {
  .mobile-menu-btn {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 500;
  }
}
.info-sub-menu {
  background: #f59320 !important;
  height: 38px;
}
.info-sub-menu a {
  color: #000;
}
.info-sub-menu a:hover {
  color: #58595b;
}
.info-sub-menu a:active,
.info-sub-menu a:focus {
  background-color: #e9e9e9;
  color: #f19022;
}

.info-sub-menu-nav {
  background: #19375a !important;
  height: 38px;
}
.info-sub-menu-nav a {
  color: #ffffff;
}
.info-sub-menu-nav a:hover {
  color: #bbbbbb;
}
.info-sub-menu-nav a:active,
.info-sub-menu-nav a:focus {
  background-color: #f19022;
  color: #ffffff;
}

.explorer-block {
  padding: 16px;
}
.explorer-block i {
  font-size: 1rem;
  margin: 0 0.2rem 0 0;
}
.explorer-block a {
  color: #58595b;
}
.explorer-block a:hover,
.explorer-block a:active,
.explorer-block a:focus {
  color: #58595b;
  text-decoration: none;
}
.explorer-block .folder {
  margin: 1rem 0;
}
.explorer-block .folder .select-bg {
  background: #e9e9e9;
}
.explorer-block .folder i {
  color: #f59320;
  font-size: 1.5rem;
}
.explorer-block .folder a:hover i,
.explorer-block .folder a:active i,
.explorer-block .folder a:focus i {
  color: #9b4f25;
}
.explorer-block .files {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.22);
  margin: 0.25rem;
}
.explorer-block .files i {
  color: #144f9a;
  font-size: 1.3rem;
}
.explorer-block .files i:hover,
.explorer-block .files i:active {
  color: #144f9a;
}
.explorer-block .files p {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0.45rem;
}

.footer {
  background: #e9e9e9;
  min-height: 10vh;

  width: 100%;
}

.agent-btn-block {
  text-align: left;
  padding-left: 4px;
}

#breadcrumbs {
  overflow: hidden;
  padding-left: 7%;
  background: #eeeeee;
}

.customBreadcrumb {
  display: block;
  padding-right: 1%;
  float: left;

}

.customBreadcrumbLast {
  display: block;
  float: left;
  color: #888;
  margin: 0px;
}

.select2Field {
  width: 100%!important;
}

.select2Invalid {
    border: 1px solid red;
}

.select2Wrapper {
  height: 40px;
}

.select2-selection__rendered {
  display: block;
  width: 100%!important;
  height: calc(1.5em + 0.75rem + 2px)!important;
  padding: 0.375rem 0.75rem!important;
  font-size: 1rem!important;
  font-weight: 400!important;
  line-height: 1.5!important;
  color: #495057!important;
  background-color: #fff!important;
  background-clip: padding-box!important;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
}
.select2-container--default .select2-selection--single {
  border: 0px!important;
  border-radius: 0px!important;
}

.select2-selection__arrow {
  padding: 0.375rem 0.75rem!important;
  height: calc(1.5em + 0.75rem + 2px)!important;

}

.selection {

}

.select2 .select2-container .select2-container--default .select2-container--focus {

}
