
div.mainmenu.timetracker::before {
	content: "\f017";
}
div.mainmenu.timetracker.inactivetimer::before {
	color: #22d122;
}
div.mainmenu.timetracker.activetimer::before {
	color: #f90c0c;
}
div.mainmenu.timetracker {
	background-image: none;
}

.myclasscss {
	/* ... */
}
.ShowTopBtn{
	text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ShowTopBtn #showArchived{
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 10px;
    font-weight: bold;
    cursor: pointer;
}
#showArchived.active{
	background-color: green;
	box-shadow: 0 0 7px rgb(0 0 0 / 70%);
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 70%);
}
table.uTimerList{
	border-spacing: 0 8px;
}
.uTimerList>tbody>tr td{
	border-top: 1px solid #e0e0e0;
}
.Inner-Tables .subtimerrow{
	display: none;
}
.Inner-Tables {
    /*display: none;*/
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    min-height: auto !important;
}
.Inner-Tables>td{
	border: 1px solid #e0e0e0;
	border-top: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	visibility: hidden;
	height: 0 !important;
	transition: all 500ms ease;
}
.tdborder + .Inner-Tables>td{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	visibility: visible;
	height: auto !important;
	transition: all 500ms ease;
}
.Inner-Tables .centpercent{
    border-top: none;
    margin-bottom: 0;
    padding: 5px;
}
.Inner-Tables .centpercent tbody tr td{
	border-top: none !important;
}
.Inner-Tables .centpercent tbody tr:not(:first-child):hover{
	background-color: transparent !important;
}
.uTimerList>tbody>tr td:first-child{
	border-left: 1px solid #e0e0e0; 
}
.uTimerList>tbody>tr td:last-child{
	border-right: 1px solid #e0e0e0; 
}
.uTimerList>tbody>tr td:last-child form{
	width: auto;
	display: inline-block;
}
.uTimerList>tbody>tr td:last-child .smallpaddingimp{
	min-width: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px !important;
    text-align: center;
    background: transparent !important;
    padding: 0 !important;
    font-size: 12px;
    border: 1px solid #ccc !important;
}
.uTimerList>tbody .tdborder td:last-child .smallpaddingimp,
.uTimerList>tbody> .tdborder td:first-child button.button{
	background: #fff !important;
}
.uTimerList>tbody>tr td:last-child .smallpaddingimp .fa-play{
	color: green;
}
.uTimerList>tbody>tr td:last-child .smallpaddingimp .fa-pause{
	color: orange;
}
.uTimerList>tbody>tr td:last-child .smallpaddingimp .fa-stop{
	color: red;
}
.uTimerList>tbody>tr td:last-child .smallpaddingimp .fa-eye{
	color: #838383;
}
.uTimerList>tbody .tdborder td:last-child .smallpaddingimp .fa-eye{
	color: black;
}

.tdborder td{
	border-bottom: none !important;
	background-color: #263c5c !important;
	color: #fff;
}
table.centpercent td a.subtimerview{
	font-size: 0.8em;
}
/*table.centpercent td:last-child .smallpaddingimp{
	min-width: 110px;
	box-sizing: border-box;
}*/

.uTimerList>tbody>tr td:last-child form .add_to_project_btn {
    width: auto;
    padding: 0px 8px !important;
}
.uTimerList>tbody>tr td form button {
    min-width: auto !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 12px;
    border: 1px solid #ccc !important;
}
.uTimerList>tbody>tr td:first-child form{
	display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
form.newtimerform {
        display: flex;
       align-items: center;
 }
form.newtimerform .formcontrol {
    width: 20%;
}
form.newtimerform .formcontrol select {
    width: 90%;
}
.disablemanagealltimer {
    opacity: 0.4;
    pointer-events: none;
}