.emailCheckRed{
    font-size: .80em;
    display: none;
    color: red;
    position: relative;
    top: 0px;
    line-height: 1.15;
}

.emailCheckGreen{
    font-size: .80em;
    display: none;
    color: green;
    position: relative;
    top: 0px;
    line-height: 1.15;
}

.list{
    list-style: none;
    color: #fff;
}

.whiteLink{
    text-decoration: none;
    color: #ffffff!;
}

div.editDiv{
    z-index: 100;
    //position: fixed;
    border: 1px solid #cccccc;
    padding: 7px;
    width: 500px;
    min-height: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    background: #ffffff;
    border-radius: 7px;
}

div.editTeamDiv{
    z-index: 100;
    border: 1px solid #cccccc;
    padding: 7px;
    width: 500px;
    min-height: 450px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    background: #ffffff;
    border-radius: 7px;
}

div.editDivAddTeam{
    z-index: 200;
    border: 1px solid #cccccc;
    padding: 7px;
    width: 525px;
    height: 435px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    overflow-y: hidden;
}

div.smallLabel{
    font-size: 12px;
    text-align: left;
    position: relative;
    top: 0px;
    color: #555;
}
a.myButton{
    padding: 8px;
    font-size: .75em;
    text-decoration: none;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.backButton{
    position: fixed;
    margin: 0px;
    padding: 7px;
    background: #ffffff !important;
    z-index: 10002;
    width: 100%;
    top: 0;
}

.paperStatus_1{
    background: #FFFFFF;
    color: #000000;
}
.paperStatus_2{
    background: yellow;
    color: #000000;
/*     font-weight: bold; */
}
.paperStatus_3{
    background: green;
    color: #FFFFFF;
/*     font-weight: bold; */
}

.w3-button-exit{float: right;}
.w3-text-center{text-align: center;}
.w3-align-ceter{text-align: center;}
.w3-align-left{text-align: left;}
.w3-align-right{text-align: right;}
.ld-dropdown-hover:hover .ld-dropdown-content{display:block;z-index:1}
.ld-dropdown-hover:first-child,.ld-dropdown-click:hover{background-color:#ccc;color:#000}
.ld-dropdown-hover:hover > .ld-button:first-child,.ld-dropdown-click:hover > .ld-button:first-child{background-color:#ccc;color:#000}
.ld-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;min-width:160px}
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 60px;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.w3-status-0{color:#000!important;background-color:#9e9e9e!important}
.w3-status-1{color:#000!important;background-color:#fff!important}
.w3-status-2{color:#000!important;background-color:#ffeb3b!important}
.w3-status-3{color:#fff!important;background-color:#2196F3!important}

input.largerCheckbox{
	width: 30px;
	height: 30px;
}

* {box-sizing: border-box;}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #555;
  z-index: 9;
  background: #ffffff;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 2px;
  margin: 5px 0 22px 0;
  border: none;
  background: #ededed;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ffffff;
/*   outline: none; */
  border: 1px solid #555;
  padding: 3px;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 8px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


 /* Chat containers */
.chat-container {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 12px 3px;
  margin: 3px 0;
  width: 100%;
}

/* Darker chat container */
.darker {
  border-color: #ccc;
  background-color: #ddd;
}

/* Clear floats */
.chat-container::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.chat-container img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

/* Style the right image */

.table-sortable .th-sort-asc::after {
  content: "\25b4";
}

.table-sortable .th-sort-desc::after {
  content: "\25be";
}

.table-sortable .th-sort-asc::after,
.table-sortable .th-sort-desc::after {
  margin-left: 5px;
}

.table-sortable .th-sort-asc,
.table-sortable .th-sort-desc {
  background: rgba(221, 233, 235, 1);
}