/*
Sky Explorer
 Created on 2020-12-06
 Copyright 2020 SSDC

 Author     : fabri
*/

html {
    scroll-behavior: smooth;
}

div.dt-buttons {
    float: right;
    padding-bottom: 1rem;
}

footer {
    background-color: #555;
    color: white;
    padding: 1.1rem;
}

.nav-tabs .nav-link {
    /*border-top-left-radius: 0.8rem;*/
    border-top-right-radius: 0.8rem;
    margin-right: 0.2rem;
}


.nav-tabs .nav-link.active {
    background-color: #e8a158;
    color: #000000;
    font-weight: bold;
} 

.subtabs.nav-link.active {
    background-color: #406ed6;
    color: #000000;
    font-weight: bold;
    font-size: 0.7rem;
} 
.subtabsQueryResult.nav-link.active {
    background-color: #8ae5bf;
    color: #000000;
    font-weight: bold;
    font-size: 0.8rem;
} 

.subtabs.nav-link, .subtabsQueryResult.nav-link{
    font-size: 0.8rem;
} 

.nav-tabs > li .close {
    margin: -2px 0 0 10px;
    font-size: 1.4rem;
    color: red;
}

.nav-tabs > li > a, 
.nav-tabs > li > a:focus, 
.nav-tabs > li > a:hover {
    background-color: #b9b6b4;
    color: #fff;
} 

.tab-content>.tab-pane:not(.active) {
    opacity: 0;
}

.searchbox { 
    padding: .3rem;
}

.form-group-bottom-border {
    margin-bottom: .6rem;
}

.legendBox {
    font-size: 1rem;
    font-weight: bold;
    color: #406ed6;
    border:solid 0rem black;
    width: auto;
    padding-left: .2rem;
    padding-right: .2rem;
    margin-bottom: .2rem;
    text-align: left;
}

.divRoundBox {
    background-color: #40b5bb30;
    border-radius: .3rem;
    vertical-align: middle;    
    border-color: #909090;
    border-width: .1rem;
    border-style: solid;
    /*display: table-cell;*/

}
.divConditionBox {
    background-color: #E7E7E7;
    border-radius: .3rem;
    vertical-align: middle;    

}

.noSidePadding {
    padding-left: .1rem;
    padding-right: .1rem;
}

.skyExplorerDescription {
    text-align:left;
    font-weight:bold;
    font-size:12pt;
    padding-left: 2rem;
    line-height: 1.3rem;
}

label {
    margin-bottom: .2rem;
}

button.multiselect {
    background-color: #FFFFFF;
    border: 1px solid #ced4da;
}

.disabledContent {
    pointer-events: none;
    opacity: 0.4;
}

.disabledTab{
    cursor: not-allowed;
}

#creditsDiv p {
    font-size: 1rem;
    color: #1623ea;
}

.noRightPadding {
    padding-right: 2px;
}

input:invalid, input:focus:invalid {
    border-color: #ffcc33;
    border-width: 2px;
    -moz-box-shadow: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.field-error {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.buttonBlueBold {
    background-color: #007bff; 
    color: #FFF;
    margin-right: 1rem;
    font-weight: bold;
    cursor: pointer;
}

/*table.dataTable tr {
    cursor: pointer;
}*/

.infoIcon {
    color: #f89d2a;
    font-size: 1.1rem;
}
.warningIcon {
    color: #f89d2a;
    font-size: 2.2rem;
    padding-left: 1rem;
}

.qtip-content {
    font-size: 1rem;
    line-height: 1rem;
}

.legendBlue {
    font-size: 1.3rem;
    font-weight: bold;
    color: #406ed6;
    border: solid 0px black;
    text-align: left;
}

.headerMenuTable td {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.button-white {
    color: #f00;
    background-color: #ffffff;
    border-color: #212529;
}

.button-white[disabled] {
    color: #6c757d;
}

.headerBG {
    background-color: rgba(0, 0, 0, 0.05);
}

table.dataTable thead > tr > th:not(:last-child)  {
    border-right: solid;
    border-right-width: thin; 
}

th, td { white-space: nowrap; overflow: hidden; };

@media (min-width: 1000px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}



