﻿body {
	padding-top: 60px;
	padding-right:10px;	
}

.error {
	color: Red;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

.field-validation-error {
	color: #ff0000;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

/*Franz styling*/
.issueCreatedByMe {
	background-color: #0FA3B1;
	background:rgba(15, 163, 177, 0.1);
}

.issueAssignedToMe {
	background-color: #FEB76D;
	background:rgba(254, 183, 104, 0.1);
}

.allOpen {
	background-color:#ffffff;
}

.btn.allOpen.focus, .btn.allOpen:focus, .btn.allOpen:hover {
	background:#ffffff;
}

.btn.issueAssignedToMe.focus, .btn.issueAssignedToMe:focus, .btn.issueAssignedToMe:hover {
	background:rgba(254, 183, 104, 0.1);
}

.btn.issueCreatedByMe.focus, .btn.issueCreatedByMe:focus, .btn.issueCreatedByMe:hover {
	background:rgba(15, 163, 177, 0.1);
}

.filterButtons .btn.selected {
	font-weight:500;
}

#noteTextArea {
	transition: height 0.5s ease;
	min-height:80px;
	max-height:400px;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    width: 500px;
    min-height: 50px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 5px;
    word-wrap: break-word;
}

th {
	text-transform:uppercase;
	font-weight:500;
}

.modal-wide .modal-body {
	overflow-y: auto;
}

.custom-modal-dialog-wd {
	max-width: 500px;
	max-height: 420px;
}

.detailsLink {
	width:16px;
	height:16px;
	background: url(themes/write.png) center center / 16px 16px no-repeat transparent;
	cursor:pointer;
	display:inline-block;
	margin-left:8px;
}

.projectItem {
	margin:0 !important;
	border-bottom:1px solid #efefef;
}

.projectItem a {
	padding:4px !important;
}

#filterTable tbody tr td {
	font-size:12px !important;
	padding:4px !important;
	height:20px;
}
.input-sm, select.input-sm, #filterName {
	height:20px;
	padding:0 2px;
}

#filters {
	padding:0;
}

#filters .table tbody tr td {
	padding:2px 4px;
	padding-right:8px;
	border-top:0;
	border-bottom:1px solid #efefef;
}

#filters .table tbody tr td:nth-child(1) {
	white-space:nowrap;
}

#filters.dropdown-menu, #export.dropdown-menu {
	background-color: #ffffff;
	color: #333;
}

.issuesList>tbody>tr>td {
	padding:4px;
}
#Notes .note {
	margin-left:8px;
	padding-bottom:6px;
}
.issueDetail label, .control-label {
	font-weight:normal;
}
.noscroll {
    overflow: hidden;
}
.strong {
	font-weight:500 !important;
}
.em {
	font-style:italic;
}
.noteWrapper label {
	font-size:12px;
}
.noteWrapper {
	border-bottom:1px solid #efefef;
	margin:6px 0;
}

.issuesViewWrapper .row {
	border-bottom:1px solid #efefef;
	margin:6px 4px;
}
.issuesViewWrapper .row:last-child {
	border-bottom:none;
}
#detailsection .panel-body {
	padding:10px;
}
/*Franz end*/

.issueClosed {
	background-color: #EFEFEF;
}


#ui-id-1 {
	list-style-type: none;
	padding: 4px;
	margin: 0;
	background-color: white;
	border: 1px solid gray;
	border-radius: 3px;
	cursor: pointer;
	width: 280px;
}

.paddingLeft4 {
	padding-left: 4px;
}

.paddingLeft10 {
	padding-left: 10px;
}

.paddingLeft40{
	padding-left: 40px;
}

.paddingLeft10 {
	padding-left: 10px;
}

.paddingLeft15 {
	padding-left: 15px;
}

.paddingLeft20 {
	padding-left: 20px;
}

.paddingRight10 {
	padding-right: 10px;
}

.paddingRight3 {
	padding-right: 3px;
}

.paddingRight2 {
	padding-right: 2px;
}

.paddingRight20 {
	padding-right: 20px;
}

.paddingTop50 {
	padding-top: 50px;
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingTop10{
	padding-top:10px;
}

.paddingTop6{
	padding-top:6px;
}

.paddingLeft70{
	padding-left: 70px;
}

.paddingBottom20{
	padding-bottom: 20px;
}

@media (max-width: 930px) {
	.welcomeMessage {
		display: none !important;
	}
}

@media(max-width: 320px){
		#forgotPassword_link, #emailTo {
		padding-left: 0px;
	}
}

.searchInput {
	display:inline-block;
	width:auto;
}
@media (max-width: 769px) {
	.searchInputContainer {
		padding-top:10px;
	}	
}

.noWrap {
	white-space: nowrap;
}
.marginLeft40{
	margin-left: 40px;
}

.custom-modal-dialog {
	max-width: 300px;
	max-height: 420px;
}

.custom-modal {
	max-height: 420px;
	overflow-y: auto !important;
	max-width: 300px;
}

.modal.in {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#emailTo, #addUser
{
	font-weight:normal;
	font-size:14px;
}

.navbar-default .nav li a:hover {
	color:#fec503;
}

.dropdown-check-list {
	position: relative;
	display: inline-block;
	margin: 9px;
}

.dropdown-check-list .anchor {
	cursor: pointer;
	display: inline-block;
	padding: 5px 50px 5px 10px;
	border: 1px solid #ccc;
	background-color: white;
	color: #999;
	text-transform: none;
	border-radius: 4px;
}

.dropdown-check-list .anchor:after {
	position: absolute;
	content: "";
	border-left: 2px solid black;
	border-top: 2px solid black;
	padding: 5px;
	right: 10px;
	top: 20%;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
	right: 8px;
	top: 21%;
}

.dropdown-check-list div.items {
	width: 142px;
	position: absolute;
	background-color: white;
	z-index: 10000;
	text-transform: none;
	margin: 5px;
	font-weight: normal;
	list-style: none;
}

.dropdown-check-list div.items div input {
	margin: 7px;
}
