.list-row {	
    display: flex;
    flex-wrap: wrap;
}
.doc-header {
    margin: 10px 0px 10px 0px;
    border-bottom:1px solid #ced4da;
    border-top:1px solid #ced4da;
}

.doc-header .col-2{
    padding:0px;
}

.header-label {
    padding:0px 0px 0px 15px; margin:0px;
}

.remove-padding {
    padding: 0;
}
.navbar-agion, .navbar-agion .row {
    height: 46px;
}

.app-title {
    color:white;
    font-weight: bold;
}

.col {
    margin: 0;

}

.list .row{
    min-height:50px;
}

.row-padding
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.agion-buttons {
    margin: 0;
    padding: 0;
}

.agion-buttons ul {
    margin: 0;
    padding: 5px;
}

.agion-buttons li {
    text-align: center;
    margin-bottom: 3px!important;
    display: inline-block;
    font-size: 11px;
}

.agion-buttons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
}

.agion-buttons i {
    text-align: center;
    font-size: 30px;

}

.agion-navbar-bottom {
    height: 59px;
}

.agion-row-header {
    font-weight: bold;
}

.agion-paragraph {
    font-size:11px;font-weight:bold;width:100%;height:16px; line-height:16px;
}

.agion-fullwidth {
    width:100%;
}

.agion-app-logo {
    font-size: 20px;
}


.agion-app-text {
    font-weight:bold;
}
body {
    overflow-y: scroll;
}

.agion-modal{
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  z-index:999999;
}

.agion-modal .modal-content {
    position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: black;
  background-color:white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: calc(100% - 30px);
  max-width:500px;
  margin: 0px 0px 0px 0px;
}

.agion-spinner{
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  z-index:999999;
}

.spinner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.spinner {
    width: 100px;
    height: 100px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* REQUESTED STYLE CHANGES BY ODVI */
@media only screen and (max-width: 1024px) {
    body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    
    .col-form-label,
    .form-control,
    .row,
    .form-check-label {
        color:black;
        font-weight:bold;
    }

    div.agion-row-header div.row {
        color:white;
    }
}