.issue-release-note img {
    width: 100%;
}

.logo {
	height: 60px;
}

/*

issues

*/
.issue-container {
	width:100%;
	padding-left:10%;
	padding-right:10%;
	padding-top:20px;
}

.col-2.col-resolution-date {
    border-right: 2px solid cornflowerblue;
    padding-right: 0px;
}

.resolution-date {
	border-bottom: 2px solid cornflowerblue;
	text-align: center;
    padding: 5px;
    background-color: aliceblue;
}

.issue-icon {
	text-align: center;
    padding-top: 5px;
    color: indianred;
}

.issue-isevo {
	text-align: center;
    padding-top: 5px;
	color: black;
}

.project-name {
	font-size: 1.0rem;
	font-weight: bold;
}

.issue-details {
	font-size: 0.85rem;
}

.issue-box {
	padding-bottom: 20px;
    margin-bottom: 5px;
    background-color: aliceblue;
}

.note-rilascio-title {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: cornflowerblue;
	font-size: xx-large;
}

.filters-box {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-top: 30px;
}

.filters-box .row {
	width: 100%;
}

.issue-release-note {
	white-space: pre-line;
	text-align: justify;
	margin-top: 10px;
}

.issue-summary-details {
	padding: 5px;
}

.issue-summary-details:hover {
	cursor: pointer;
	padding: 5px;
}


.loader-container {
	animation: loader 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.loader-text {
	font-size: x-large;
    padding: 20px 50px;
    border-radius: 10px;
    color: cornflowerblue;
    background-color: aliceblue;
    width: 50%;
}

.empty-result {
	cursor: pointer;
	text-align: center;
    margin: 30px;
}

.empty-result-text {
	font-size: x-large;
    padding: 20px 50px;
    border-radius: 10px;
	color: #777;
    background-color: ghostwhite;
    width: 50%;
}

html, body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

@-webkit-keyframes loader {
    0% {opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {opacity: 0.0;}
}

.error-msg-container {
	text-align: center;
    margin-top: 100px;
}

.error-msg {
	padding: 20px;
	width: 50%;
	margin-left:25%;
}

.form-control.dropdown.select {
	width: 100%;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}


.fas.fa-wrench {
	color: black;
}

.far.fa-star {
	color: black;
}

.far.fa-thumbs-up {
	color: black;
}

.bi.bi-wrench {
	color: black;
}

.bi.bi-star {
	color: black;
}

.bi.bi-hand-thumbs-up {
	color: black;
}

.bi.bi-shield-check {
	color: black;
}

.black {
    color: black;
}


.navbar-light .navbar-nav .active>.nav-link {
	font-size: 15px;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: grey;
}
.navbar-light .navbar-nav .active>.nav-link.under {
    text-decoration: underline;
    text-decoration-color: #5572D2;
    text-underline-position: under;
}
.issue-content-container {
	font-size: 0.8em;
}

.issue-summary-details {
	font-size: 100%;
	color: blue;
}
.form-inline label {
	text-align: center;
    justify-content: center;
}
.form-control.dropdown {
    width: 100%;
}
input.form-control.dropdow.hasDatepicker {
    width: 100%;
}
.col-2, .col-3, .col-4 {
}

.form-control.dropdown.search-for-text {
}

.clear-form-btn {
	margin-top: 29px;
    padding: .375rem 0.55rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

.clear-form-mobile-btn {
	margin-top: 9px;
    padding: .375rem 0.55rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-left: 0px;
}

.navbar-brand {
	padding-left: 9%;
}

.collapse.navbar-collapse {
	padding-right: 9%;
}
.col-2.col-btn {
    padding-left: 0px;
}

.note-alert {
	margin-left: 25%;
	margin-right: 25%;
	background-color: cornsilk;
	padding: 20px;
	text-align: justify;
	color: #555;
	font-size: medium;
}

.note-alert-mobile {
	background-color: cornsilk;
	padding: 20px;
	text-align: justify;
	color: #555;
	font-size: medium;
}

.note-alert-title {
	display: block;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

.linkExt {
	color: blue;
	font-weight: bold;
}

.row.custom {
	margin-left: 0px;
	margin-right: 0px;
}

.col-3.custom {
}

.col-2.evo {
	padding-right: 15px;
}
