
/* ************************************************************* */
.grid {
    min-width: 100%;
}
.fullView {
    min-height: 85vh;
    max-height: 85vh;
}
.halfView {
  min-height: 40vh;
  max-height: 40vh;
}
.silver-bg {
    background-color: silver;
}
.validation-pending {
    text-align: left;
}
.showDetails {
    margin: auto 0;
    overflow-y: scroll;
}
.bottom-container {
    border-style: solid;
    border-width: 1px;
    border-color: silver;
}
.validation-area {
    text-align: left
}
.hide {          /**** DEPRICATED ****/
    display: none !important;
}
.sel-report-det {
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.round-icon {
    height: 10px;
    width: 10px;
    /* background-color:yellow; */
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}
.round-bg-red-color::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 11px;
    right: 10px;
}
.round-bg-green-color::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 11px;
    right: 10px;
}
.bg-lightgrey {
  background-color: rgb(173, 173, 173);
}
.header-nav-link {
  font-size: .8em;
}
.report-grid-header {         /**** DEPRICATED ****/
    border: 1px solid #c4c4c4;
    border-top: none;
    border-bottom: none;
    min-height: 40px;
    padding: 3px 5px;
    background-color: #f1f1f1;
}
.report-grid-footer {         /**** DEPRICATED ****/
    border: 1px solid #c4c4c4;
    border-top: none;
    min-height: 2.4em;
    font-size: .9em;
    line-height: 1em;
    padding: 3px 5px;
    background-color: #f1f1f1;
}
.center-vertically {  /**** DEPRICATED ****/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hide {         /**** DEPRICATED ****/
  display: none;
}
.active-itm {   /**** DEPRICATED ****/
  background-color: #1d2124!important
}
.filter-span{
  margin-left:14%;
  font-size : 13px;
}
.checkbox-font{
  font-size: 13px;
  margin-left: 1px;
}
.close {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
  display:inline;
}
.close:hover {
  display:inline;
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
#bottom-pane {
  flex-basis: 30px;
  overflow-y: none;
}
/* .tab-content{
  margin-top : 20px;
} */
/* * * * DERPRICATE  * * * */
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
/* Animation */
@-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
@-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
@-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
@keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
/* * * * DERPRICATE  * * * */
/* ************************************************************* */
/*-------------------------------- root vars ------------------------------*/
:root {

  --main-color-emphasis: #007bff;
  --main-color-error: #cd2929;
  --main-color-warning: #cdc829;
  --main-color-info: #007bff;
  --main-color-success: #29cd34;
  --main-color-funky: #cd29ba;
  --main-color-black: #000000;
  --main-color-darkest: #000000;
  --main-color-darker: #181818;       
  --main-color-dark: #343434;       
  --main-color-semi-dark: #525252;       
  --main-color-dusk: #969696;       
  --main-color-light: #c4c4c4;       
  --main-color-lighter: #e6e6e6;       
  --main-color-lightest: #f5f5f5;  
  --main-color-white: #ffffff;  
  --main-color-red: #cd2929;
  --main-color-yellow: #cdc829;
  --main-color-blue: rgb(0, 123, 255);
  --main-color-green: #29cd34;
  --main-color-purple: #cd29ba;
  --main-color-cyan: #00fbff;
  
  --main-color-emphasis-disabled: #9fcbfa;
  --main-error-disabled: #cca0a0;
  --main-warning-disabled: #cdc829;
  --main-color-info-disabled: #9fcbfa;
  --main-success-disabled: #96ca99;
  --main-color-funky-disabled: #caa1c5;
  --main-color-black-disabled: #acacac;

  --main-color-input-focus: rgb(0, 123, 255);

  /*---------------------------- root: objects  ---------------------------*/
  --main-body-font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;; 
  --main-html-font: 14px "Helvetica",Helvetica,Arial,sans-serif; 
}
/*------------------------------ base overrides ----------------------------*/
html {
  font: var(--main-html-font);
  height: 100%;
}
body {
  /* padding: 50px; */
  font: var(--main-body-font);
  height: 100%;
}
/* 
body > div {
  height: 100%;
}  */
a {
  color: rgb(44, 44, 44);
}
/*----------------------------- scroll bars -------------------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*--------------------------- bootstrap overrides --------------------------*/
.form-group {
   margin-bottom: .25rem;
 }
.form-control.small-font {
   font-size: small;
   height: 2em;
 }
.form-group.small-font > input,
 .form-group.small-font > label, 
 .form-group.small-font > select,
 .form-group.small-font > textarea {
  font-size: small;
  margin-right: 1em;
  line-height: 1.5em;
 }
.topbar-nav-link {
  font-size: 1.1em;
}
.nav.nav-tabs {
  height: 2.25em;
}
.page-content {
  height: 100%;
}
.border {
  border: 1px solid #c4c4c4 !important;
}
.border-right {
  border-right: 1px solid #c4c4c4 !important;
}
.border-left {
  border-left: 1px solid #c4c4c4 !important;
}
.border-top {
  border-top: 1px solid #c4c4c4 !important;
}
.border-bottom {
  border-bottom: 1px solid #c4c4c4;
}
.border-light { 
  border-color: #d8d8d8 !important;
}
.border-none,
.borderless {
  border: none !important;
}
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1;
  border-radius: .5rem;
}
.adeptweb-logo {
  margin-right: -5px;
}
.popover {
  max-width: 100%;
}
/*---------------------------   id specific   ---------------------*/
#adeptweb-brand.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 42px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: none;
  border: 1px solid rgba(0,0,0,.125);
}
.report-file .file-selected {
  
  background-color:#b7e4ff;
}
.submission-file-meta-data {

  padding: 10px 10px;

}
.form-inline label {
  display: inline;
  max-width: 106px;
  position: relative;
  text-align: left;
}
.form-inline .form-control {
  font-size: 12px;
  height: 20px;
}
.form-group {
  font-size: 12px;
}

/*# sourceMappingURL=adept-web.css.map */
