
body { font-family: 'Encode Sans Expanded', sans-serif; }
table { border-collapse:collapse; } 
select {
    width: 220px;
    height: 30px;
    padding-left: 10px;
    font-size: 18px;
    /* color: #006fff; */
    border: 1px solid; /*#006fff;*/
    margin: 4px 2px;
    border-radius: 3px;
}
.stripeTable:nth-child(even) { background: #F4F4F4; }
.stripeTable:hover { background: #fbf8e9; }
.myid { background: #FFF2E6; }
tr:hover { background: #fbf8e9; }
th, td { border:1px solid gray; padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px;}
.noborder { border: 0px; }
thead th {border-bottom: 1px solid #333; text-align: center; font-weight: bold; background: #f5f5f5;}
.link { cursor:pointer; }
.button {
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    margin: 6px 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	border-radius: 8px;
    cursor: pointer;
	font-family: 'Encode Sans Expanded', sans-serif;
}

.smallButton {
	padding: 6px 10px;
	margin: 4px 2px;
	border-radius: 4px;
	font-size: 80%;
}

input[type="text"] {
	border: 1px solid #22741C;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
}

input[type="number"] {
	border: 1px solid #22741C;
	padding-left: 5px;
	font-size: 1em;
}

input[type="text"]:focus { 
	outline:none;
	border: 1px solid #1DDB16;
}

input[type="number"]:focus { 
	outline:none;
	border: 1px solid #1DDB16;
}

input[type="text"]:disabled {
	border: 1px solid black;
}

input[type="number"]:disabled {
	border: 1px solid black;
}

.check {
	/*padding-top: 1.25em;*/
}
.check input {
	width: 1.25em;
	height: 1.25em;
	display: none;
	overflow: hidden;
}
.check input:checked + .box {
	background-color: #b3ffb7;
}
.check input:checked + .box:hover {
	background-color: #FFFF00;
}
.check:hover input:checked + .box {
	background-color: #FFFF00;
}
.check input:checked + .box:after {
	top: -0.25px;
}
.check .box {
	margin-bottom: -0.5em;
	width: 1.25em;
	height: 1.25em;
	transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	border: 2px solid black;
	overflow: hidden;
	background-color: #DDDDDD;  
	cursor: pointer;
	display: inline-block;
}
.check .box:after {
	width: 0.625em;
	height: 0.25em;
	content: '';
	position: relative;
	border-left: 3px solid;
	border-bottom: 3px solid;
	border-color: #40c540;
	border-color: #FF0000;
	transform: rotate(-45deg) translate3d(0, 0, 0);
	transform-origin: center center;
	transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	display: inline-block;
	left: 0.25em;
	right: 0;
	top: 2.5em;
	margin-bottom: 0.25em
}
.check .box:hover {
	background-color: #FFFF00;
}
.check:hover .box {
	background-color: #FFFF00;
}
.check:hover .box:hover {
	background-color: #FFFF00;
}

.check input:disabled ~ label {
	color:gray;
}

.check input:disabled + .box {
	background-color: #FFF2E6;
	border: 2px dotted #747474;
}

.check input:disabled + .box:hover {
	background-color: #FFF2E6;
	cursor: not-allowed;
}

.check:hover input:disabled + .box {
	background-color: #FFF2E6;
	cursor: not-allowed;
}

.check:hover input:disabled + .box:hover {
	background-color: #FFF2E6;
	cursor: not-allowed;
}

.check input:disabled + .box:after {
	top: 2.5em;
}

/*
.check {
	padding-top: 20px;
}
.check input {
  width: 20px;
  height: 20px;
  display: none;
  overflow: hidden;
}
.check input:checked + .box {
  background-color: #b3ffb7;
}
.check input:checked + .box:hover {
  background-color: #FFFF00;
}
.check:hover input:checked + .box {
  background-color: #FFFF00;
}
.check input:checked + .box:after {
  top: -4px;
}
.check .box {
  margin-bottom: -7px;
  width: 20px;
  height: 20px;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid black;
  overflow: hidden;
  background-color: #DDDDDD;  
  cursor: pointer;
  display: inline-block;
}
.check .box:after {
  width: 10px;
  height: 4px;
  content: '';
  position: relative;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: #40c540;
  border-color: #FF0000;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  left: 4px;
  right: 0;
  top: 40px;
}
.check .box:hover {
  background-color: #FFFF00;
}
.check:hover .box {
  background-color: #FFFF00;
}
.check:hover .box:hover {
  background-color: #FFFF00;
}
*/

.redButton {background-color: #f44336; color: white; border: 2px solid #f44336; }
.redButton:hover {background-color: white; color: black; }
.greenButton {background-color: #4CAF50; color: white; border: 2px solid #4CAF50; }
.greenButton:hover {background-color: white; color: black; }
.blueButton {background-color: #008CBA; color: white; border: 2px solid #008CBA; }
.blueButton:hover {background-color: white; color: black; }
.yellowButton {background-color : #b38f00; color: white; border: 2px solid #b38f00; }
.yellowButton:hover {background-color: white; color: black; }
.purpleButton { background-color: #A566FF; color: white; border: 2px solid #A566FF; }
.purpleButton:hover {background-color: white; color: black; }

.button:disabled {
    background-color: #808080; /* GRAY */
	border: 2px solid #808080;
	color: white;
	cursor: not-allowed;
}


.help-tip{
    /*position: absolute;*/
    top: 18px;
    right: 18px;
    text-align: center;
    background-color: #2660ff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 26px;
    cursor: default;
	display: inline-block;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 10px;
    /* width: 300px; */
    position: absolute;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    /* right: -4px; */
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    left:6px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #F3F781;
  border-bottom: 4px solid #F78181;
  border-left: 4px solid #3498db;
  border-right: 4px solid #81F781;
  text-align: center;
  margin: auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.oddLevel { background: #EFF8FB; }
.evenLevel { background: #EFFBEF; }
.noneBorder { 
	border: 0px;
	padding: 0px;
	padding-right: 5px;
}
.topDoubleLine {
	border-top: 3px double;
}