/*--------------------------------------------------------------
# BODY
--------------------------------------------------------------*/

/*This sets the main content hieght and keeps the footer at the bottom of the screen for home*/
/* .page-copy {
  height: calc(100vh - 165px); 
} */
 
html, body {
  height: 100%;
  }


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  background-color: #ffffff;
  padding:0;
  display: flex;
  flex-direction: column;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}


/*--------------------------------------------------------------
# Footer placement
--------------------------------------------------------------*/

#mainContent,#content-container,#content,#page-content,#content_form {
  flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}
  
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  background-color: inherit !important;
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

footer .footer-bottom {
  background-color: #000000b3;
  width: 100%;
  color: white;
  clear: both;
  bottom: 0;
  height: 64px;
}

footer {
  box-shadow: 1rem 0.5rem 1rem rgba(0,0,0,.15)!important;
}

/*--------------------------------------------------------------
# NAV BAR
--------------------------------------------------------------*/

.weblinks li a
{
  text-decoration: none !important;
  color: #d8d8d8 !important;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-bottom: 8px !important;
}

.navbar {
  background-color: #000000b3;
  border: none !important;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15)!important;
  min-height: 55px !important; 
}

.weblinks li a:after
{
  content: "";
  position: absolute;
  background-color: #ffff;
  height: 2px;
  width: 0;
  left: 0;
  bottom:  -2px;
  transition: 0.3s;
 
}

.weblinks li a:hover {
  color: #ffff !important;
  background-color: inherit !important;
}

.weblinks li a:hover:after
{
  width: 98%;
}

.dropdown-toggle{
  background-color: transparent !important;
}

.navbarToggleCustom {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #8d8d8d;
  border: none !important;
}

.navbarToggleCustom:focus, .navbarToggleCustom:hover {
  background-color: #757575 !important;
}

.dropdownMenuCustom {
  background-color: #646668;
  border-radius: 4px;
}

.dropdownMenuCustom>li>a:focus, .dropdownMenuCustom>li>a:hover {
  border:none !important;
  padding-top: 3px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.dropdown-menu .divider {
  background-color: #6f6f6f !important;
}

@media screen and (max-width: 639px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #646668;
  }
}
   

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn-status-card {
  border-radius: 4px;
  width: 100%;
  padding-bottom: 26px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-status-card:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.btn-status-card:focus {
  opacity: 1.2;
}

.btn-action {
  width: 200px;
  height: 100px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.btn-action:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.btn-action:focus {
  opacity: 1.2;
}


/*--------------------------------------------------------------
# Panels
--------------------------------------------------------------*/

@media screen and (min-width: 639px) {
  .panel {
    border-radius: 5px !important;
  }
}

.panel-portal {
  border-color: #0079c2;
}

.panel-portal>.panel-heading {
  color: #fff;
  background-color: #0079c2;
  border-color: #0079c2;
}








#submit-signin-local {
  color: #fff;
  background-color: #0079c2 !important;
  border-color: #0079c2 !important;
  border-radius: 4px;
}

#submit-signin-local:hover {
  color: #fff;
  background-color: #025e98 !important;
  border-color: #025e98 !important;
}

.form-control {
  border-radius: 4px;
}



.btn-export {
  border-radius: 4px;
  background-color: #198754ba;
  border: #198754ba;
  color: white !important;
}

.btn-export:hover {
  background-color: #0e5936ba;
}

@media screen and (max-width: 639px) {
  .btn-export {
    display: none;
  }
  .toolbar-group {
    margin-left: 15px !important;
    margin-right: 0px !important;
  }
}


/*--------------------------------------------------------------
# ERROR
--------------------------------------------------------------*/

#loginValidationSummary,
.validation-summary-error {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
  text-align: center !important;
  border-radius: 4px !important;
  
}

#loginValidationSummary:focus{
  border-color: #ebccd1 !important;
}

#loginValidationSummary ul li a
{
  color: #a94442 !important;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

.entityTable>tbody>tr:hover {
  /* background-color: #eaeaeabe !important; */
  background-color: #5b72982d !important;
}

.entityTable>tbody>tr {
  cursor: pointer;
}

.table>thead>tr>td.success, .table>thead>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th {
  background-color: #1987545c !important;
}



/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

@media screen and (min-width: 639px) {
  .imageModal {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/

.customTabs {
  margin-bottom: 20px;
}

.nav>li>a:hover, .nav>li>a:focus {
  border-radius: 4px 4px 0px 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border-radius: 4px 4px 0px 0px;
}

a {
  color: #337ab7;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.alignColumn {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

hr {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: 0;
  border-top: 1px solid #d4d2d2 !important;
}

.btnGroup {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.timeElapsed {
    text-align: center;
    font-size: 15px;
    padding-bottom: 8px;
}

.imgContainer {
  margin-top: 15px;
}

.btnCardContainer {
  margin-top: 30px;
}

@media screen and (min-width: 639px) {
  .toolbar-group {
    margin-left: 15px !important;
    margin-right: 10px !important;
  }
}

.nav-margin {
  margin-bottom: 21px;
}

@media screen and (max-width: 639px) {
  .nav-margin {
    margin-left: 10px !important;
  }
}

.loadingImg {
  width: 60px;
}

.loading {
  width: 50px;
  height: 50px; 
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.card-container {
  text-align: center; 
}


@media screen and (max-width: 639px) {
  .card-container {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 639px) {
  .card-container {
    margin-top: 30px !important;
  }
}

/* (A) LOADING SPINNER WRAPPER */
.dropload {
  position: relative;
  display: block; 
}
 
/* (B) LOADING SPINNER OVERLAY */
.dropload::before {
  /* (B1) LAYERING & DIMENSIONS */
  position: absolute; top: 4px; left: 25px;
  display: block; width: 90%; height: 80%;
 
  /* (B2) LOADING SPINNER */
  content: "";
  background: url("/loading.gif") no-repeat right;
  background-size: contain;
 
  /* (B3) HIDDEN BY DEFAULT */
  opacity: 0; visibility: hidden;
 
  /* (B4) FADE ANIMATION */
  transition: opacity 0.5s;
}
 
/* (C) SHOW LOADING SPINNER */
.dropload.show::before {
  opacity: 1; visibility: visible;
}

.label {
  font-size: 100% !important;
  font-weight: inherit !important;
}