@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
:root {
  --red: #E74536;
  --danger: #E74536;
  --warning: hsl(41, 100%, 53%);
  --orange: #F47521;
  --teal: #6BA5B4;
  --info: var(--primary-blue);
}

.workspace .btn:not(.rounded) {
  border-radius: 50rem !important
}

body {
  font-family: 'Ubuntu', 'Segoe UI', sans-serif;
}

.modal-backdrop {
  backdrop-filter: blur(2px);
  background-color: #fff;
}

.modal-content {
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.2);
}

.badge-pill {
  border-radius: 10rem;
}

.list-group-item-action {
  cursor: pointer;
}

/*.dropdown:not(.block-picker) .dropdown-menu {
  display: block;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dropdown:not(.block-picker) .dropdown-menu {
  max-height: 0;
  max-width: 0px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0s ease, opacity 0s ease;
}

.dropdown:not(.block-picker) .dropdown-menu.show {
  max-height: 500px;
  max-width: 600px;
  opacity: 1;
  pointer-events: all;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}

.dropdown:not(.block-picker) .dropdown-menu:not(.show) {
  width: 0px;
  min-width: 0px;
}*/

.nav-tabs.nav-custom .nav-link {
  position: relative;
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(5% 10%, 95% 10%, 100% 100%, 0% 100%);
  border: none !important;
  padding: .25rem 1.5rem;
  transition: all .2s ease;
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  color: #444;
  font-size: 90%;
  display: flex;
  align-items: center;
}

.nav-tabs.nav-custom .nav-link:hover {
  opacity: 1;
}

.nav-tabs.nav-custom .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  background-color: var(--orange);
  color: #fff;
  opacity: 1;
  z-index: 1;
  font-size: 100%;
  padding: .25rem 1.5rem;
}

.nav-tabs.nav-custom .nav-link+.nav-link {
  left: -15px;
}

.nav-tabs.nav-custom {
  position: relative;
  border-bottom: 2px solid var(--orange);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.1);
  padding-bottom: 1px;
  /* margin-bottom: 1rem !important; */
  z-index: 1;
}

.text-info {
    color: #17a2b8 !important;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
 }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    /*.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }*/

.table-info, .table-info>th, .table-info>td {
  background-color: #d0e8ef
}

.table-hover .table-info:hover {
  background-color: #a8ced8
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
  background-color: #9dd6e4
}

.table-primary, .table-primary>th, .table-primary>td {
  background-color: #005c97;
  color: #fff;
}

.btn-outline-info {
  color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.btn-outline-info:hover {
  color: var(--primary-blue);
  background-color: #91ddf1;
  border-color: #91ddf1;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 165, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 165, 180, 0.5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #91ddf1;
}

/*.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
  color: var(--primary-blue);
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 165, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 165, 180, 0.5)
}*/

.badge-info {
  color: #fff;
  background-color: var(--primary-blue);
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #448292
}

.alert-info {
  color: #2b525d;
  background-color: #d5e6ea;
  border-color: #cfe6ec
}

.alert-info hr {
  border-top-color: #bbdce4
}

.alert-info .alert-link {
  color: #1a333a
}

.list-group-item-info {
  color: #2c5863;
  background-color: #badae2
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2c5661;
  background-color: #badae2
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #284e58;
  border-color: #284e58
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--orange);
}

.bg-info {
  background-color: var(--primary-blue) !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #40899c !important
}

/*.dropdown-item:not(:last-child) {
  border-bottom: 1px solid #fbfafc;
}

.dropdown-item:not(:last-child):not(:first-child) {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: var(--hover-bg);
}*/

.row-min>[class^=col-], .row-min>.col {
  padding-left: 5px;
  padding-right: 5px;
}

.row-sm>[class^=col-]:first-child {
  padding-left: 15px;
}

.row-sm>[class^=col-]:last-child {
  padding-right: 15px;
}

.row-sm>.col-xs-1:nth-child(13), .row.row-sm>.col-sm-1:nth-child(13), .row-sm>.col-md-1:nth-child(13), .row.row-sm>.col-lg-1:nth-child(13), .row.row-sm>.col-xxl-1:nth-child(13) {
  padding-left: 15px;
}

.row-sm>.col-xs-2:nth-child(7), .row.row-sm>.col-sm-2:nth-child(7), .row-sm>.col-md-2:nth-child(7), .row.row-sm>.col-lg-2:nth-child(7), .row.row-sm>.col-xxl-2:nth-child(7) {
  padding-left: 15px;
}

.row-sm>.col-xs-3:nth-child(5), .row.row-sm>.col-sm-2:nth-child(5), .row-sm>.col-md-3:nth-child(5), .row.row-sm>.col-lg-2:nth-child(5), .row.row-sm>.col-xxl-2:nth-child(5) {
  padding-left: 15px;
}

.row-sm>.col-xs-4:nth-child(4), .row.row-sm>.col-sm-4:nth-child(4), .row-sm>.col-md-4:nth-child(4), .row.row-sm>.col-lg-4:nth-child(4), .row.row-sm>.col-xxl-4:nth-child(4) {
  padding-left: 15px;
}

.row-sm>.col-xs-6:nth-child(3), .row.row-sm>.col-sm-6:nth-child(3), .row-sm>.col-md-6:nth-child(3), .row.row-sm>.col-lg-6:nth-child(3), .row.row-sm>.col-xxl-6:nth-child(3) {
  padding-left: 15px;
}

.row-sm>.col-xs-12:nth-child(2), .row.row-sm>.col-sm-12:nth-child(2), .row-sm>.col-md-12:nth-child(2), .row.row-sm>.col-lg-12:nth-child(2), .row.row-sm>.col-xxl-12:nth-child(2) {
  padding-left: 15px;
}

.page-item .page-link {
  color: #005c97;
}

.page-item.active .page-link {
  background-color: #005c97;
  border-color: #005c97;
}

.rounded-pill.input-group>.input-group-append>.btn, .rounded-pill.input-group>.input-group-append>.input-group-text, .rounded-pill.input-group>.input-group-prepend:first-child>.btn:not(:first-child), .rounded-pill.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .rounded-pill.input-group>.input-group-prepend:not(:first-child)>.btn, .rounded-pill.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

/*.rounded-pill.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .rounded-pill.input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .rounded-pill.input-group>.input-group-append:not(:last-child)>.btn, .rounded-pill.input-group>.input-group-append:not(:last-child)>.input-group-text, .rounded-pill.input-group>.input-group-prepend>.btn, .rounded-pill.input-group>.input-group-prepend>.input-group-text {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}*/

.btn-group .btn {
  border-radius: 0px !important;
}

.btn-group .btn:first-child {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

.btn-group .btn:last-child {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

.modal-xl {
  max-width: 1000px;
}

.modal-xxl {
  max-width: 80%;
}

.list-group-sm .list-group-item {
  padding: 0.4rem 1rem;
}

/* jQuery ui */

.ui-slider-handle {
  border-radius: 50%;
}

.tooltip>.tooltip-inner {
  border-radius: 6px;
}

.table-editable .form-control {
    transition: all 0.3s ease;
}

.table-editable tr:hover .form-control {
    border: 1px solid #ced4da !important;
}

.table-editable tbody tr td {
    padding: .2rem !important;
}

.table-editable tr:not(:hover) .form-control:not(:focus) {
    border-color: transparent !important;
    background: transparent !important;
}

    .table-editable tr:not(:hover) .form-control:not(:focus) [class*=fa-caret] {
        display: none !important;
    }