/*[class*="cpmtt-icon-"] {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('images/sprites/sprites.svg');
	background-repeat: no-repeat;
	border: none;
}*/


.cpmtt-icon-clock:before {
	content: "\f469";
	font-size: 20px;
	left: 0;
	position: absolute;
	top: -2px;
}

.cpmtt-icon-clock {
	cursor: pointer;
	display: inline-block;
    font-family: dashicons;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    width: 20px;
}
.cpmtt-icon-alarm {
	background-position: -24px 0;
	width: 16px;
	cursor: pointer;
}
.cpmtt-icon-clock span {
	display: inline-block;
    text-indent: -9999px;
}

/*.start-stop {
    background: none repeat scroll 0 0 #2EA2CC;
    border: 1px solid #2EA2CC;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
    text-decoration: none;
}

.the-time {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DEDEDE #DEDEDE #DEDEDE -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    font-size: 12px;
    line-height: 18px;
    margin-left: -9px;
    padding: 2px 5px;
}*/

.cpmtt-clock-wrap {
	font-size: 12px;
	line-height: 12px;
	padding: 0 7px;
}

.cpmtt-clock-wrap .start-stop {
	background: #2EA2CC;
	padding: 1px 5px;
	color: #fff;
}

.cpmtt-clock-wrap .the-time {
	background: #fff;
	padding: 1px 5px;
	margin-left: -3px;
}

span.hr:after, span.min:after {
	content: ':';
}
.cpm-single-task #cpmtt-custom-time-wrap {
	margin: 25px 3px 25px;
	
}
.cpm-single-task #cpmtt-custom-time-wrap #cpmtt-custom-time {
	background: #F9F9F9;
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 98%;
	padding-bottom: 0;
}

.cpm-single-task #cpmtt-custom-time-wrap #cpmtt-custom-time .item-start,
.cpm-single-task #cpmtt-custom-time-wrap #cpmtt-custom-time .item-end {
	padding-right: 10px;
}

.cpm-single-task #cpmtt-custom-time-wrap #cpmtt-custom-time a.cpm-icon-delete:before {
	background: #9C3232;
    border-radius: 10px;
    color: #FDFDFD;
    content: "✖";
    font-size: 10px;
    margin-left: 7px;
    padding: 0 5px;
 }
.cpm-single-task #cpmtt-custom-time-wrap #cpmtt-custom-time a.cpm-icon-delete span {
    display: inline-block;
    text-indent: -9999px;
}
.cpm-single-task #cpmtt-custom-time-wrap #cpmtt-custom-time label {
	font-weight: bold;
}
.cpm-single-task #cpmtt-custom-time-wrap .cpmtt-alert-error {
	background: #F2DEDE;
	color: #B94A48;
	padding: 10px;
}
.cpm-single-task #cpmtt-custom-time-wrap .cpmtt-alert-success {
	background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
    padding: 10px;
}
.cpm-single-task #cpmtt-custom-time-wrap .cpmtt-custom-time-spinner {
	background: url( '../images/loading.gif') no-repeat scroll 0 0 rgba(0,0,0,0);
	height: 16px;
	width: 16px;
	display: inline-block;
}
.cpm-single-task .cpmtt-log-spinner {
	background: url( '../images/loading.gif') no-repeat scroll 0 0 rgba(0,0,0,0);
}

.cpm-single-task #cpmtt-custom-time-wrap #cpmtt-custom-time a.cpm-icon-delete {

}
.cpm-single-task #cpmtt-custom-time-wrap .cpmtt-custom-time-toggle {

}

