﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

label {
    font-size:small;
    font-weight:normal;
}

mark {
    background-color: yellow;
}

.Combo {
    zoom: 1.05; /* serve per visualizare il bordo sotto la combobx che in CRHOME quando lo zoom della pagina è al 100% non si vede*/
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.comboBoxListItem {
    background-color: #EEEEEE;
}

.alternatingComboBoxListItem {
    background-color: #FFF;
}

/* CONTENITORE DEI CHIPS e JIRA */

.myContainerhideLink,
.myContainershowLink {
    text-decoration: none !important;
    cursor: pointer;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background-color: rgba(253, 253, 253, 0.75);
    color: #000000;
    font-size: 15px;
    border: solid 1px #e7dfdf;
}



.myContainerdetails,
.myContainershow,
.myContainerhide:target {
    display: none;
}

.myContainerhide:target + .myContainershow,
.myContainerhide:target ~ .myContainerdetails {
    display: block;
}

/* CHIPS */

.chip {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 15px;
    margin: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    border: solid 1px #e7dfdf;
}

.chip_status {
    font-size: 12px;
    height: 10px;
    margin: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-transform: uppercase;
    border: 1px solid #000000;
    border-radius: 50px;
}

.chip_title {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 13px;
    height: 13px;
    margin: 1px;
    
}

.chip_description {
    font-size: 11px;
    
    margin: 1px;
}

.chip_description2 {
    font-size: 11px;
    margin: 1px;
}

.chip_link {
    font-size: 12px;
    border-radius:1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #000;
    color: #FFF;
    line-height: 10px;
    height: 10px;
    border-radius:3px;
}

.chip_link:hover {
    background-color: #000;
    color: #FFF;
}

.chip_link:visited {
    background-color: #000;
    color: #FFF;
}

.chip_closebtn {
    font-size: 15px;
    padding: 0px;
    background-color: #FFF;
    color: #444343;
    font-weight: bold;
    float: right;
    cursor: pointer;
    position: relative;
    top: -8px;
    right: -20px;
    margin: 0px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 50px;
    border: solid 1px #e7dfdf;
}

.JIRA_APPLICATION_MANAGEMENT {
    background-color: #CD001F !important;
    color: #FFF !important;
}

.JIRA_RICHIESTA_SVILUPPO {
    background-color: #259bfd !important;
    color: #FFF !important;
}

.chip_changestatusbtn {
    font-size: 12px;
    padding: 5px;
    background-color: #FFF;
    color: #444343;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0px;
    border: solid 1px #e7dfdf;
}

.chip_cyan {
    background-color: #BBDEFB;
    color: #000;
}

.chip_red {
    background-color: #CD001F;
    color: #FFF;
}

.chip_green {
    background-color: #83CE01;
    color: #FFF;
}

.chip_yellow {
    background-color: #FDD605;
    color: #000;
}

.chip_gray {
    background-color: #e7dfdf;
    color: #000;
}

.chip_white {
    background-color: #fbfdff;
    color: #000;
}

.chip_violet {
    background-color: #BA68C8;
    color: #FFF;
}

.chip_orange {
    background-color: #F17E43;
    color: #FFF;
}



/* FONT AWESOME CSS FILE_ Add a right margin to each icon */
.fa {
    margin-left: -12px;
    margin-right: 8px;
}

/*per evitare propgazione evento click tramite il tag <button>*/
button.disabled span {
    pointer-events: none;
}

.hideElement {
    display: none !important;
}

.showInlineElement {
    display: inline-block !important;
}

/* Desktop state*/
.buttons_autohide {
    display: none
}
.fields_autohide {
    display: inline-block;
}

/* Tablet state*/
@media only screen and (max-device-width:768px), screen and (max-width:768px) {
    .buttons_autohide {
        display: inline-block;
    }

    .fields_autohide {
        display: none;
    }
}

/* Mobile state*/
@media only screen and (max-device-width:414px), screen and (max-width:414px) {
    .buttons_autohide {
        display: inline-block;
    }

    .fields_autohide {
        display: none;
    }
}

::placeholder { /* Firefox, Chrome, Opera */
    color: #FFFFFF;
    font-size: inherit;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
    font-size: inherit;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
    font-size: inherit;
}

.fieldLabel {
    padding: 5px;
    text-align: right;
    width: 40%;
}

.fieldInput {
    padding: 5px;
    text-align: left;
}

.tableGrid {
    
}

.tableHeader {
    border: 1px solid #FFFFFF;
    background-color: #F5F5F5;
    color: #000000;
    height: 30px;
}
 
.tableRow {
    color: #000000;
    border-bottom: 1px solid #CCCCCC;
}

.rowMobile {
    color: #000000;
    display: inline-block;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    width:95%
}

.tableRow:hover {
    background-color: #EBEBEB;
    color: #000000;
}

.modalConfirmation {
    position: fixed; /* or absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    /*background-color: rgba(255,255,255,0.5);*/
}


.modalInformation {
    position: fixed; /* or absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    /*background-color: rgba(255,255,255,0.5);*/
}

.modal-dialog {
    position: fixed; /* or absolute */
    top: 38%;
    left: 30%;
}

.modal-body{
    text-align:left;
}

.loading {
    position: fixed; /* or absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: rgba(255,255,255,0.5);
}

.loading-img {
    position: fixed; /* or absolute */
    top: 48%;
    left: 48%;
}

/* NOGAP va messo come class dove presente la classe row di bootstrap per dare spazio alle colonne */
.nogap > .col {
	padding-top: 3.5px;
	padding-bottom: 3.5px
}

.text-nowrap {
	white-space: nowrap;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
 
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.footer_buttons {
	display: table;
	width: 100%;
	height: 50px;
	bottom: 0;
	position: fixed;
	text-align: right;
	vertical-align: middle;
	background-color: #F5F5F5;
	border-top: solid 1px #E8E8E8;
	padding-right:10px;
}
.footer_buttons_inside
{
	display: table-cell;
	vertical-align: middle;
}
.checkbox_medium{
    width:15px;
    height:15px;
}

/* colore righe alternate combobox */
/*html .RadComboBoxDropDown .rcbItem:nth-child(even) {background: #aed5ff}
            html .RadComboBoxDropDown .rcbHovered:nth-child(even) {background: #FFFFFF}*/

/*colore elemento evidenziato con il mpuse della combobox*/
html .RadComboBoxDropDown .rcbHovered {
    background: #6197ad;
    color: #FFFFFF
}
.button_red {
    background-color: #CD001F;
    color: #FFFFFF;
    border: 1px solid #CD001F;
    border-radius: 2px;
    height: 35px;
}
.button_red:hover {
    background-color: #CD001F;
    color: #FFFFFF;
}
.button_gray {
    background-color: #dbdee1;
    color: #000000;
    border: 1px solid #e7dfdf;
    border-radius: 2px;
    height: 35px;
}
.button_gray:hover {
    background-color: #CD001F;
    color: #FFFFFF;
}
.button_black {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #e7dfdf;
    border-radius: 2px;
    height: 35px;
}
.button_black:hover {
    background-color: #CD001F;
    color: #FFFFFF;
}
.button_blue {
    background-color: #6197ad;
    color: #FFFFFF;
    border: 1px solid #e7dfdf;
    border-radius: 2px;
    height: 35px;
}
.button_blue:hover {
    background-color: #CD001F;
    color: #FFFFFF;
}
.button_green {
    background-color: #83CE01;
    color: #FFFFFF;
    border: 1px solid #e7dfdf;
    border-radius: 2px;
    height: 35px;
}
.button_green:hover {
    background-color: #83CE01;
    color: #FFFFFF;
}
.badgeLabel {
    background: #83CE01;
    color: #FFFFFF;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.errorLabel {
    background: #D9534F;
    color: #FFFFFF;
    padding:10px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align:center;
}
.messageLabel {
    background: #83CE01;
    color: #FFFFFF;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.alertLabel {
    background: #FDD605;
    color: #000000;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.navbar {
    background-color: #080808;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    
}

footer {
    font-size: smaller;
    width: 100%;
    bottom: 0;
    position: fixed;
}
 

/* style per le tabelle */
.tableColIcon{
    text-align:center;
}

.tableColNum {
    text-align: right;
}

.tableColText {
    text-align: left;
}

.tableColData {
    text-align: left;
}

/***********************************************************************/
/* CONTENITORI DEI MENU' PRINCIPALI CHE MOSTRANO ICONA, TITOLO E TESTO */
/***********************************************************************/
div.container-table {
    background-color: #F5F4F4;
    width: 100%;
    height: 100%;
    display: table;
}

div.container-card {
    vertical-align: middle;
    background-color: rgba(253, 253, 253, 0.75);
    display: inline-block;
    width: 250px;
    text-align: center;
    margin-top: 30px;
    margin-right: 30px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-radius:10px;
}

div.container-card:hover {
     
}


div.container-card-image{
	margin-top: 20px;
}

div.container-card-title {
    font-size: medium;
    /*font-weight: bold;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

div.container-card-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}
 

/*******************************/
/* scrollbar colorata */
/*******************************/
::-webkit-scrollbar {
    width: 12px !important;
}

::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #EEEEEE;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000000;
}


/*******************************/
/* TELERIK ASP.NET */
/* BARRA LATERALE SPLITTER TELERIK */
/*******************************/
.rspCollapseBarExpand,
.rspCollapseBarExpandOver,
.rspCollapseBarCollapse,
.rspCollapseBarCollapseOver {
    width: 5px !important;
}

 
.container-fluid .text-muted {
    margin: 5px 0;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

.btn-toggle .k-icon {
    opacity: 1;
}

.btn-toggle,
.k-primary.btn-toggle:hover,
.btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
.btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
    border-radius: 0;
}

.btn-toggle .k-i-hbars,
.k-primary.btn-toggle:hover .k-i-hbars,
.btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
.btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
    background-position: -80px -32px;
}

.k-grid-header .k-header {
    line-height: 20px;
    padding: 2px;
}

.k-grid tr {
    line-height: 20px;
}

.k-grid td {
    padding: 2px;
}

@media (max-width: 768px) {
    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }
}



ul#menu {
    margin-top: 10px;
    margin-left: 1px;
    padding: 0;
    list-style: none;
}

ul#menu li {
    display: block;
    width: 50px;
    height: 35px;
    margin-top: 20px;
    margin-left: 2px;
    margin-bottom: 5px;
    border-left: 2px solid #000000;
}

ul#menu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 35px;
    padding-left: 5px;
    text-decoration: none;
    width: 50px; /* 150px - 15px (padding) */
    height: 35px;
}

ul#menu li.active, ul#menu li:hover {
    border-left: 2px solid #CD001F;
}



/***********************************************************************/
/* TILE */
/***********************************************************************/


.tile {
    display: inline-block;
    width: 200px; /*larghezza del tile*/
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #ffffff;
}

.tile:hover {
    text-decoration: none;
}

.tile-title {
    font-size: 18px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center !important;
}

.tile-description {
    font-size: 12px;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px; /*lunghezza massima del testo mostrato, altrimenti va su due righe e non va bene*/
}

.tile-value {
    font-size: 20px !important;
    padding: 2px !important;
    text-align: center !important;
}

.tile-gray-title {
    background-color: #b0b3b3;
    color: #FFFFFF;
}

.tile-gray {
    color: #000000;
    border-bottom: 1px solid #b0b3b3;
}

.tile-purple-title {
    background-color: #9394CC;
    color: #FFFFFF;
}

.tile-purple {
    color: #000000;
    border-bottom: 1px solid #9394CC;
}

.tile-red-title {
    background-color: #DD0000;
    color: #FFFFFF;
}

.tile-red {
    color: #000000;
    border-bottom: 1px solid #DD0000;
}

.tile-green-title {
    background-color: #83CE01;
    color: #FFFFFF;
}

.tile-green {
    color: #000000;
    border-bottom: 1px solid #83CE01;
}

.tile-blue-title {
    background-color: #82B6DE;
    color: #FFFFFF;
}

.tile-blue {
    color: #000000;
    border-bottom: 1px solid #82B6DE;
}

.tile-orange-title {
    background-color: #F17E43;
    color: #FFFFFF;
}

.tile-orange {
    color: #000000;
    border-bottom: 1px solid #F17E43;
}

.tile-yellow-title {
    background-color: #FDD605;
    color: #FFFFFF;
}

.tile-yellow {
    color: #000000;
    border-bottom: 1px solid #FDD605;
}