* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	/* width:100%; */
}

.red-text {
    margin:12px auto;
    color:#e91414;
    padding: 6px 0;
    font-size: 1.1rem;
}

/*
#main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
*/



.d_flex {
    display: flex;
    justify-content: center;
    align-items: center;
	    overflow-x: auto;
}

.text_center {
    text-align: center;
}

.times_inputs {
    color: #666;
    font-size: 1.2rem;
}

.times_inputs input {
    border: 1px solid #ccc;
    padding: 15px 10px;
    border-radius: 5px;
    margin: 10px 6px;
}

/*
.btn {
    border: none;
    box-shadow: 0 1px 1px #333;
    margin: 0 3px;
    border-radius: 6px;
    padding: 14px 12px;
    min-width: 100px;
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
    color: #ffffff;
}
*/
.btn:disabled {
    opacity: 0.5;
}

.btn_start, .btn_start:hover {
    background-color: #009ef7;
    color: #ffffff;
}

.btn_pause_resume, .btn_pause_resume:hover {
    background-color: #009ef7;
    color: #ffffff;
    display: none;
}

.btn_stop, .btn_stop:hover {
    background-color: #f1416c;
    color: #fff;
    display: none;
}

.btn_reset, .btn_reset:hover {
    background-color: #ffc700;
    color: #fff;
    display: none;
}

.progressbar_container {
    position: relative;
    width: 50%;
    height: 14px;
    margin: 45px auto 10px;
    background-color: #eeeeee;
    border-radius: 10px;
    overflow: hidden;
}

.progressbar_container .progressbar {
    background-color: rgb(0, 150, 0);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: width 0.5s ease-in-out , background-color 0.6s ease-in-out;
    -moz-transition: width 0.5s ease-in-out , background-color 0.6s ease-in-out;
    -o-transition: width 0.5s ease-in-out , background-color 0.6s ease-in-out;
    transition: width 0.5s ease-in-out , background-color 0.6s ease-in-out;
}

.progressbar_container .progressbar.middle {
    background-color: #FFA500;
}

.progressbar_container .progressbar.low {
    background-color: #ff2f2f;
}





.plus-minus {
   width: 150px; 
}

.btn2, .input-add2 {
	border:0px;
	height:40px;
 	vertical-align:middle;
	width:12px;
}
.input-add2 {
width:40px;text-align:center;
}

.minus, .minus:hover {
  background-color: #f1416c;
    color: #ffffff;
    border-radius: 6px;
}
.plus, .plus:hover {
  background-color: #50cd89;
    border: none;
    margin: 0 3px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
    color: #ffffff;
text-align:center;
}
.custom {
    width: 30px !important;
}