body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
}


.margins { 
		margin-bottom:15px;
  }

	tbody {
    background: -webkit-linear-gradient(left, #25c481, #25b7c4);
    background: linear-gradient(to right, #25c481, #25b7c4);
    font-family: 'Roboto', sans-serif;
	}

table{
  width:100%;
  table-layout: fixed;
}

.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }

.tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
  margin-top: 10px;
}

td{
  padding: 15px;
  text-align: center;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}

.searchLabels{
	margin-top: 15px;
}

.clientrow{
  padding-top: 13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 13px;
  height: 103px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;

}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width:100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-cont {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  height:85%;
}

/* The Close Button */
.closebutton {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}

.closebutton:hover,
.closebutton:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.button-height{
  height:20px;
}
.centerheader{
  margin-left: auto;
  margin-right: auto;
}
tr{
  margin-left: auto;
  margin-right: auto;
}
.table-header{
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
  }


.usernames{
  background: transparent;
  border: none;
}
.usernames:hover{
  border-style: inset;
}
.modalContainer{
  position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    outline: 0;
    padding-top: 100px
}
.hideElement{
  height: 0;
  overflow: hidden;
  display: none;
}

.btn-group  {

  border: 1px solid green; /* Green border */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #3e8e41;
}

.content-container{
  display: none;
}

#content-modaltwo{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.spaceholder{
  height: 110px;
  overflow-y: scroll;
}
.noBullets{
  list-style: none;
}
@keyframes fadeIn {
  from {height:0;opacity: 0;}
  to {height:109%;opacity: 1;}
}
@keyframes fadeOut{
   0% {opacity: 1;}
   100% {opacity: 0;} 
}

.fadeIn {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 4s;
  }
.fadeOut{
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-duration: 4s;
}

#workflow-container{
  width:100%;
  text-align: center;
}
#workflow-buttons{
  width: 100%;
  padding-left:50px;
}
.moveleft{
  padding-left: 35px;
}
.wrapper {
    width: 100%;
    background-color: whitesmoke;
    list-style-type: none;
    padding: 0;
    border-radius: 3px;
  }
  .upload-row {
    display: flex;
    justify-content: flex-end;
    padding: .5em;
  }
  .upload-row > label {
    padding: .5em 1em .5em 0;
    flex: 1;
  }
  .upload-row > select {
    flex: 2;
  }
  .upload-row > select,
  .upload-row > button {
    padding: .5em;
  }
  .upload-row > button {
   background: gray;
   color: white;
   border: 0;
  }
 @media screen and (min-width: 768px) {
    .upload-row > select {
      flex: 3;  
   }
  }
 @media screen and (min-width: 992px) {
    .upload-row > select {
      flex: 4;  
   }
  }
 @media screen and (min-width: 1200px) {
    .upload-row > select {
      flex: 5;  
   }
  }
  .fit-button{
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .fit-button > button{
    height: 50%;
    width: 65%;
  }
  .ppc-widget-header{
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .center-items-flexbox{
    display: flex;
    justify-content: center;
  }
  div > #inactiveButton, div > #terminatedButton{
    width:100%;
  }
  .companiesButton{
    min-width: 130px;
  }

header { 
  height: 15vh;
  background-color: white;
  border:1px solid grey;

 }
 body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
 }
 
 header, footer, article, nav, aside {
  padding: 1em;
}

.menu-items{

  list-style: none;
    padding-left: 0px;
    margin-top: 50px;
}
.menu-items > li{
  margin-bottom: 10px;
}
.menu-items > li > a, .sub-menu > li > a{
  text-decoration: none;
  background-color: transparent;
  display: inline-block;
  padding: 5px 0px;
  font-size: 13px;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, sans-serif;
  white-space: normal;
  color: #9e9ea6;
}
.sub-menu {
  list-style: none;
  background-color: #27272a;
  min-width: 200px;
}
.menu-site-menu-container{
  height: 100vh;
  position: fixed;
  top: 0;
  margin-top: 10px;

}
#page-sidebar{
  order: -1;
}
.page-content-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.article-main-content{
  flex:1;
  width: 100%;
  margin-top:70px;
 
}





