@import url("/templates/bootstrap4/css/bootstrap.min.css");

.switch {
    font-size: 1rem;
    position: relative;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.switch input+label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input+label::before,
.switch input+label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}

.switch input+label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}

.switch input+label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}

.switch input:checked+label::before {
    background-color: #003466;
}

.switch input:checked+label::after {
    margin-left: calc(2.375rem * .8);
}

.switch input:focus+label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input:disabled+label {
    color: #868e96;
    cursor: not-allowed;
}

.switch input:disabled+label::before {
    background-color: #e9ecef;
}

.switch.switch-sm {
    font-size: 0.875rem;
}

.switch.switch-sm input+label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

.switch.switch-sm input+label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}

.switch.switch-sm input+label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

.switch.switch-sm input:checked+label::after {
    margin-left: calc(1.9375rem * .8);
}

.switch.switch-lg {
    font-size: 1.25rem;
}

.switch.switch-lg input+label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.switch.switch-lg input+label::before {
    width: calc(calc(3rem * .8) * 2);
}

.switch.switch-lg input+label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}

.switch.switch-lg input:checked+label::after {
    margin-left: calc(3rem * .8);
}

.switch+.switch {
    margin-left: 1rem;
}

.lds-loader{
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 10000;
   background: rgba(255,255,255, 0.7);
   display: none;
}
.lds-spinner {
  color: #003466;
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #003466;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body {
    font-family: 'Source Sans Pro',  sans-serif;
    overflow-x: hidden;
}
.content {
    min-height: 300px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

.float-right{
    margin-left: auto;
}

.subheader{
    padding: 15px 0;
    background-color: rgba(236, 239, 241, 1);
    margin-bottom: 15px;
}
.subheader h1{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #212121;
}
.profile-top,
.profile-logo {
    margin-bottom: 2em;
}

.profile-logo{
    float: left;        
}
.profile-logo img{
    width: 100px;
    display: block;
    border-radius: 4px;
    box-sizing: border-box;
}
.profile .profile-title,
.profile .profile-before-fields {
    margin-left: 120px;
}
.profile-dates>div {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
}

.profile .profile-content dl dt{    
    width: 160px;
    float: left;
    text-align: right;    
}
.profile .profile-content dl dd {    
    margin: 0 0 5px 180px;
    padding: 0 0 5px;
    border-bottom: 1px dotted #ddd;
}

#filter-bar{
    padding: 15px 0px;
}

.project-group{
    min-width: 200px;
}

.htable .hth {
    background-color: #f3f3f3;
    color: #222;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    height: 22px;
    empty-cells: show;
    line-height: 21px;
    overflow: hidden;
    outline-width: 0;
    background-clip: padding-box;
    width: 50px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.htable input {
    border: none;
    border-left: 1px solid #ccc;
    /* border-right: 1px solid #ccc; */
    border-top: 1px solid #ccc;
    width: 74px;
    padding: 0 4px;
    text-align: right;
}
#pile_data_sheet {
    width: 100%;
}

/* .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-transform: perspective(100px) rotateX(30deg);
    -moz-transform: perspective(100px) rotateX(30deg);
} */

#workbook.nav-tabs {
    border-bottom: none;
    /* margin-top: 15px; */
    float: left;
}

.nav-btn:hover,
.nav-btn:focus{
    border: 1px solid transparent!important;
}
.nav-wrapper{
    margin-top: 15px;
}
.nav-wrapper .nav-header{
    padding-right: 5px;
    float: left;
    font-size: 20px;
    line-height: 33px;
}

.nav-wrapper .nav-toolbar{    
    margin-bottom: 10px;
}

.workbook {
    background-color: rgba(236, 239, 241, 1);
}

.modal-lg{
    max-width: 1600px;
}
.menu.navbar-nav>li{
    border-bottom: 1px solid transparent;
}
/* .menu.navbar-nav li */
.menu.navbar-nav > li:hover{
    border-bottom: 1px solid #003466;
}
.features{
    background-color: rgba(236, 239, 241, 1);
    padding: 80px 0px;
}
footer{
    background: #003466;
    color: #fff;
    padding-top: 10px;
    margin-top: 30px;
}
footer a,
footer p {
    color: #fff;    
}
#workbook .close {
    margin-left: 7px;
}
#workbook.nav-tabs .nav-link,
#settingsTab.nav-tabs .nav-link {
    border-radius: 0;
}

#workbook.nav-tabs.nav-tabs .nav-link.active,
#settingsTab.nav-tabs.nav-tabs .nav-link.active {
    border-top: 2px solid #003466;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-weight: normal;
    text-transform: capitalize;
}
#workbook .nav-item.nav-link{
    position: relative;
}
#workbook .nav-item.nav-link button {
    /* visibility: hidden; */
    display: none;
    position: absolute;

}
#workbook .nav-item.nav-link.active button {
    /* visibility: visible; */
    display: block;    
}
.htHeader{
    background: #f0f0f0!important;
}

button.menu {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    float: right;
    /* font-size: 1.5rem; */
    /* font-weight: 700; */
    /* line-height: 24px; */
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    top: 12px;
    right: 4px;
    width: 20px;
}
button.menu:hover{
    opacity: 1;
}
.use-this{
    /* display: none; */
}
.switch input:checked>.use-this {
    display: flex;
}
.btn:disabled{
    cursor: default;
    opacity: 0.5;
}
#jform_privacyconsent_privacy-lbl .modal{
    display: inline-block!important;
    position: relative!important;
}
.dhpd_color_yellow{
    background: yellow;
}
.tour.fade{
    opacity: 1;
}
/*.popover.fade{
    opacity: 1;
}
.popover-content {
	min-height: 51px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 9px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right>.arrow {
    top: 50%;
    left: -14px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}*/
.columninfo .disabled {
    pointer-events: none;
    opacity: 0.4;
}
.tab-content {
    padding: 7px;
    background: #fff;
    border-left: 1px solid #dee2e6;
}
.basic .input-group-text{
    background-color: #f0f0f0;
    color: #222;
}
.basic .form-control{    
    color: #222;
}
input.htInvalid{
    background-color: #ff4c42 !important;
}
.handsontable table td{
    white-space: nowrap;
    height: 32px;    
    vertical-align: middle;
}
.popover-header {
    background-color: #183763;
    color: #fff;
}
.popover{
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.popover-body,
.popover-navigation{
    background-color: rgba(24, 55, 99, 0.102);
}
.popover-body .progress{
    background: #fff;
}
.switch label{
    margin-bottom: 0;
    /* margin-left: 15px; */
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    /* border-right-color: rgba(24, 55, 99, 0.102); */
}
.popover-header {
    background-color: #dc3545;
    color: #fff;
}
.popover-body,
.popover-navigation {
    background-color: rgba(220, 53, 69, 0.09);
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    border-right-color: #fcedee;
}
.popover-navigation [data-role="end"] {
    display: none;
}

.gt-btn-wrapper {
    /* position: fixed;
    right: 130px;
    top: 35px;
    z-index: 1000000; */
    /* background: #fcedee;
    border-radius: 15px;
    padding: 10px 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(0, 0, 0, .2); */
}

.gt-checkbox-label {
    display: block;
    cursor: pointer;
    background: #dc3545;
    height: 20px;
    width: 50px;
    border-radius: 50px;
    /* margin: 50px auto; */
    position: relative;
    box-shadow: 0 0 0 2px #dddddd;
    margin-bottom: 0;
    margin-left: 15px;
}

.gt-checkbox-label .on {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    opacity: 1;
    min-width: 200px;
    line-height: 50px;
    opacity: 0;
    color: #183763;
}

.gt-checkbox-label .off {
    display: block;
    position: absolute;
    z-index: 0;
    /* right: 65px;
    text-align: right; */
    left: 60px;    
    opacity: 1;
    min-width: 200px;
    line-height: 18px;
    opacity: 1;
    color: #dc3545;
    font-weight: 600;
}

.gt-checkbox-label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    background: white;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
}

.gt-checkbox {
    position: absolute;
    left: -5000px;
}

.gt-checkbox:checked+.gt-checkbox-label {
    background: #183763;
    box-shadow: 0 0 0 2px #183763;
}

.gt-checkbox:checked+.gt-checkbox-label .on {
    left: 60px;
    top: -16px;
    opacity: 1;
    font-weight: 600;
}

.gt-checkbox:checked+.gt-checkbox-label .off {
    left: 0px;
    top: 15px;
    opacity: 0;
}

.gt-checkbox:checked+.gt-checkbox-label:before {
    left: 30px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #183763;
}

.gt-checkbox.blue {
    position: absolute;
    left: -5000px;
}

.gt-checkbox.blue+.gt-checkbox-label .on {
    color: #1fc1c8;
}

.gt-checkbox.blue:checked+.gt-checkbox-label {
    background: #1fc1c8;
    box-shadow: 0 0 0 2px #1fc1c8;
}

.gt-checkbox.blue:checked+.gt-checkbox-label .on {
    left: 100px;
    opacity: 1;
}

.gt-checkbox.blue:checked+.gt-checkbox-label .off {
    right: 0px;
    opacity: 0;
}

.gt-checkbox.blue:checked+.gt-checkbox-label:before {
    left: 30px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #1fc1c8;
}
.modal-header .gt-checkbox-label{
    margin-top: 5px;
}