/* Zenmine Theme version 5.0, Copyright (C) 2019-2023 - Luis Blasco www.bestredminetheme.com */


/**********************************************************/
/* REDMINE 4.2 */
/**********************************************************/

.my-project.icon-bookmark::after{
	background-image: url(../images/tag_blue_delete.png) !important;
}
.my-project.icon-bookmark-off::after{
	background-image: url(../images/tag_blue_add.png) !important;
}
.my-project.icon-bookmarked-project::after{
	background-image: url(../images/tag_blue.png) !important;
}


.my-project.icon-bookmark::after, .my-project.icon-bookmark-off::after, .my-project.icon-bookmarked-project::after {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position-x: 26px;
}

.icon.icon-bookmark::before, .icon.icon-bookmark-off::before, .icon.icon-bookmarked-project::before {
    /*content:"" !important;
    padding-left:18px;*/
}

.my-project::after{
	font-size:1.5rem;
	vertical-align: baseline;
}

#activity_scope_form select {
	width: 100%;
}

#activity_scope_form #from{
	width: 90%;
}

.buttons .chart-type, .buttons #query_date_from{
	float: left;	
}

.buttons #query_date_from{
    border: #ccc 1px solid;
    border-radius: 20px;
    margin: 0 10px;
}

.buttons input#months{
	height: initial;
	width: initial;
	min-height: initial;
}

div#sidebar div.contextual {
    float: left;
    display: contents;
}



/**********************************************************/
/* REDMINE 4.1 */
/**********************************************************/

body:not(.controller-wiki) .drdn .drdn-trigger .icon-actions {
	padding-left: 16px;
}

.hidden {
	display: none;
}

body:not(.admin) form .collapsible.collapsed {
	height: 20px;
}

.mypage-box .icon-only{
	padding-left: 0;
	display: initial;
}

.mypage-box .icon-only.icon-close{
	padding-right: 8px;
}

.mypage-box .icon-only.icon-close::before{
	margin-top: 0;
}

#my-page{
	clear:both;
}

#my-page .mypage-box{
	margin-top:0;
}

.icon.icon-user.my-project, .icon.icon-user.my-project:not(.child)::before{
	background:none !important;
	content:none !important;
}

.controller-users table.issue-report{
	width:100%;
}

.controller-search .box{
	border: 1px solid #e4e4e4;
}

div#roadmap .related-issues td.assigned_to {
    width: 1px;
    white-space: nowrap;
    padding: 0;
}

.expander.icon-expended::before, .expander.icon-collapsed::before{
	content:"" !important;
}

.action-permissions a.collapsible.collapsed::before, .action-permissions .collapsible.collapsed > legend::before {
	position: initial;
}

#workflow_form .autoscroll {
	/*overflow-x:initial;*/
	padding-bottom: 20px;
}

body.controller-projects #main #content .icon.icon-user:hover{
	color:#000000;
}

.jstElements button.icon.icon-user{
	background-color: #f7f7f7;
}

.jstElements button.icon.icon-user:hover{
	background-color: #e5e5e5 !important;
}

.issues.box .icon-zoom-in, .icon-zoom-out {
	margin-top:0;
	display: initial;
}

/**********************************************************/
/* CHECKBOXES */
/**********************************************************/

input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    position: relative;
    outline: 0 none;
    height: 16px!important;
    width: 16px!important;
    margin-top: 2px;
    margin-bottom:2px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    vertical-align: bottom;
}

input[type=checkbox]:disabled:before {
    background: #ccc;
    border: 1px solid #ccc;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: #fff;
    border-color: rgba(0,0,0,0.2);
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
}

input[type=checkbox]:checked:before {
    background: #FFFFFF;
    border-color: rgba(85,120,235,1);
    border-width: 2px;
}

input[type=checkbox]:checked:after {
    opacity: 1;
}

input[type=checkbox]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) skew(-5deg) rotate(-50deg);
    margin: -1px 0px 0px 0px;
    height: 3px;
    width: 5px;
    border-color: rgb(85,120,235);
    border-width: 2px;
    border-style: solid;
    border-right: none;
    border-top: none;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}


#sidebar input[type=checkbox] {
    vertical-align: middle;
}


/**********************************************************/
/* RADIOBOXES */
/**********************************************************/

input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    position: relative;
    outline: 0 none;
    height: 16px !important;
    width: 16px !important;
    margin: 2px 4px 2px 0;
    border: 0;
    background: 0 0;
    vertical-align: bottom;
}

input[type=radio]:disabled:before {
    background: #ccc;
    border: 1px solid rgba(0,0,0,0.4);
}

input[type=radio]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    background: #FFFFFF;
    border-color: rgba(0,0,0,0.2);
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

input[type=radio]:checked:before {
    border-color: rgba(85,120,235,1);
    border-width: 2px;
}

input[type=radio]:checked:after {
    opacity: 1;
}

input[type=radio]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) skew(-5deg) rotate(-50deg);
    margin: -1px 0px 0px 0px;
    height: 3px;
    width: 5px;
    border-color: rgb(85,120,235);
    border-width: 2px;
    border-style: solid;
    border-right: none;
    border-top: none;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
