/* Tooltip container */
.tooltipb {
  position: relative;
  display: inline-block;
  font-weight: 400;
/*  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */*/
}

/* Tooltip text */
.tooltipb .tooltipbtext {
  visibility: hidden;
  width: 150px;
    background-color: #edf3f8;
    box-shadow: 0 2px 5px #0003;
    margin: 5px;
    padding: 15px;
    border-radius: 15px;
  color: black;
  font-family: Roboto,"Helvetica Neue",sans-serif;
  line-height: normal;
  font-weight: 400;
  font-size: 14px;
    /*  background-color: #fff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;*/
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  /* width: 120px; */
  bottom: 112%;
  left: 50%;
  margin-left: -75px; /* Use half of the width (120/2 = 60), to center the tooltip */
  /*border: 1px dotted black;*/
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipb:hover .tooltipbtext {
  visibility: visible;
}


.mpopup {
    display: none;
    position: fixed;
    z-index: 30;
    padding-top: 130px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    font-family: 'Nunito', sans-serif;
}

.mpopup2 {
    display: none;
    position: fixed;
    z-index: 30;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    font-family: 'Nunito', sans-serif;
}

@media (min-width: 450px) {
.modal-content {
width: 449px;
}
}

@media (max-width: 449px) {
.modal-content {
width: 100%;
}
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
/*    width: 450px; */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 0.3rem;
}
.modal-header {
    padding: 2px 12px;
    background-color: #ffffff;
    color: #333;
/*    border-bottom: 1px solid #e9ecef; */
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    margin-bottom: 14px;
}
.modal-header h2{
    font-size: 1.25rem;
    margin-top: 14px;
    margin-bottom: 14px;
}
.modal-body {
    padding: 2px 12px;
    text-align: center;
    line-height: 40px;
}
.modal-footer {
    padding: 1rem;
    background-color: #ffffff;
    color: #b6b6b6;
    border-top: 1px solid #e9ecef;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    text-align: center;
    font-size: 12px;
}

.close {
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2 {
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close2:hover, .close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* add animation effects */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}







.base-timer {
  position: relative;
  width: 100px;
  height: 100px;
  left: 37%;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 3px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 3px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}




ul.colmod {
    position: relative;
    list-style: none;
    margin-left: 5px;
    padding-left: 27px;
/*    padding-left: 0.4em; */
}
ul.colmod li:before {
/*    content: "+"; */
    content: "\2714";
    position: absolute;
    left: 0;
    color: red;
/*    margin-right: 5px; */
}


.newselect {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
    }