/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

#header {
    background: #eeeeee url(/themes/zi_theme/images/zi_redmine_logo.png) no-repeat 2px;
    padding-left: 202px;
    background-repeat: no-repeat;
    background-size: 170px 39px;
    background-position: 10px 15px;
    padding-top: 14px;
    color: #7a7a7a;
    font-size: 10px;
    border-bottom: 1px solid #eeeeee;
}

#top-menu {
    background: #ab5abe;
}

#top-menu a {
    text-decoration: none;
}

#main-menu {
 font-size: 13px;
    position: inherit;
    left: 10px;
    margin-right: -500px;
    width: 100%;
    margin-left: -9px;
    margin-bottom: -21px;
    margin-top: 22px;
}


#main-menu li a {
    display: block;
    color: #7a7979;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding: 4px 10px 4px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	text-decoration: none;
}

#header h1 .breadcrumbs {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: #909090;
}

#header h1 .breadcrumbs a {
    color: #909090;
}





#main-menu li a.new-object {
    background-color: #ffffff;
}


#main-menu li a:hover {
    background: #ab48c1;
    color: #fff;
	text-decoration-color: #ab48c1;
}


a, a:link, a:visited {
    color: #5a5a5a;
    text-decoration: underline;
    text-decoration-color: #e4e3e3;
}


.list th a, .list th a:link, .list th a:visited {
    text-decoration-color: #d4d2d2;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
    text-decoration-color: #d0c7c7;
}

div.issue {
    background: #f8f8f8;
    padding: 6px;
    margin-bottom: 6px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}


#projects-index ul.projects li.root {
    background-color: #f9f9f9;
}


#projects-index ul.projects div.root a.project {
    color: #615e62;
}


.context-menu-selection.issue {
    background-color: #ab5abe !important;
    color: #fff !important;
}


.context-menu-selection.issue {
    background-color: #ab5abe !important;
    color: #fff !important;
}

.context-menu-selection.time-entry {
    background-color: #ab5abe !important;
    color: #fff !important;
}

.context-menu-selection.issue:hover {
    background-color: #ab5abe !important;
    color: #fff !important;
}

.context-menu-selection.time-entry:hover {
    background-color: #ab5abe !important;
    color: #fff !important;
}


table.list, .table-list {
    padding: 7px;
}


#quick-search {
    font-size: 12px;
}

div.issue {
    padding: 20px;
}

#main-menu li a.selected, #main-menu li a.selected:hover {
    background: #fff;
    color: #ab5abe;
	border: 1px solid #eeeeee;
}


tr.issue td, tr.issue th {
    padding: 5px;
}


table.list th, .table-list-header {
    background-color: #e8e8e8;
    white-space: nowrap;
    font-weight: bold;
    padding: 11px;
}


.issue-report td {
    padding: 5px;
}


.box {
    padding: 20px;
}

.issue.details .subject {
    padding: 5p;
    line-height: 21px;
    margin-top: -10px;
}	


a:hover {
    color: #ab5abe;
    text-decoration: underline;
}


.action-login #content {
    min-height: 600px;
    background-image: url(https://pms.zyxware.net/assets/images/LoginScreenBg.jpg?ver=2.0.2);
    background-position: center center;
    min-height: 389.578px;
}


#login-form {
    margin: 5em auto 2em auto;
    padding: 20px;
    width: 340px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 10%;
    box-shadow: 0 3px 16px 0 #00000019, 0 2px 4px 0 #00000019;
}

@media screen and (max-width: 899px) {
	
	#header a.mobile-toggle-button {
		color: #a7a7a7!important;
    }

	#header {
		background-color: #f8f8f8!important;
	}
	
	#project-jump .drdn-trigger {
		font-size: 1.2em!important;
		color: #7a7a7a!important;
		padding-left: 37%!important;
	}

}


.action-login #header {
    font-size: 9px;
    padding-bottom: 3px;
}



.action-login input[type="submit"], .action-login button[type="submit"] {
    background-color: #ab5abe;
    color: #fff;
}



.nodata, .warning {
    text-align: center;
    background-color: #fffdea;
    border-color: #eadbbc;
    color: #A6750C;
}

.badge-status-open {
    color: #ab5abe;
    border: 1px solid #ab5abe;
}


#main-menu li a.new-object {
    border: 1px solid #eeeeee;
}


#main-menu .menu-children {
    background-color: #fff;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}


#main-menu .menu-children li a:hover , .drdn-items a:hover{
    background-color: #ab5abe!important;
}


table.progress td.closed {
    background: #b5f2b5 none repeat scroll 0%;
}

table.list.issues th:first-child{
    border-top-left-radius: 10px;
}

table.list.issues th:last-child{
    border-top-right-radius: 10px;
}


#header #quick-search a {
    color: #7f7c7c;
}


.pagination ul.pages li.current {
    color: white;
    background-color: #ab5abe;
    border-color: #ab5abe;
}


#sidebar {
    background: #e1e1e1;
}


#footer {
    color: #ffffff;
    background: #ab5abe;
}


#footer a, #footer a:link, #footer a:visited {
    color: #ffffff;
    text-decoration: none;
}


.controller-welcome #content {
    background-image: url(/themes/zi_theme/images/zi_redmine_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}


@media screen and (max-width: 899px) {
	#project-jump .drdn-trigger {
		width: 80%!important;
		float: right!important;
		text-align: right!important;
		font-size: 0.9em!important;
		margin-top: 2px!important;
	}	
	
	.flyout-menu {    
		color: white!important;
		background-color: #ab5abe!important;
		border-color: #ab5abe!important;
	}
	
	.flyout-menu h3 {
		color: white!important;
		background-color: #ab5abe!important;
		border-color: #ab5abe!important;
	}
	
}









