﻿
.jumbotron {
    padding: 10px;
    margin-bottom: 10px;
    color: inherit;
    background-color: #fff;
    border-bottom: 2px solid #E5E5E5;
}

.banner-login {
    margin: 0;
    padding: 0;
}

.banner-header {
    margin: 0;
    padding: 0;
    padding-top: 40px;
}

.title-banner-login,
.title-banner-header {
    color: #727272;
}

#leftCol {
    padding-top: 12px;
}

.form-signin .form-control {
    margin-top: 5px;
    margin-bottom: 5px;
}

label {
    margin-top: 15px;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.badge {
    padding: 5px 9px;
    border-radius: 14px;
}

.badge a,
.badge a:visited,
.badge a:hover,
.badge a:active,
.badge a:focus {
    color: #FFF;
}


.list-group-item-grey {
    color: #525252;
    background-color: #E5E5E5;
}

/*CSS per iframe*/
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 25%;
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        /*border: 0 none;*/
        border: 1px solid #C0C0C0;
        bottom: 0; /*height: 50%;*/
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/*CSS STEP*/
.hiddenStepInfo {
    display: none;
}

.activeStepInfo {
    display: block !important;
}

.underline {
    text-decoration: underline;
}

.step {
    margin-top: 27px;
}

.progress {
    position: relative;
    height: 25px;
}

    .progress > .progress-type {
        position: absolute;
        left: 0px;
        font-weight: 800;
        padding: 3px 30px 2px 10px;
        color: rgb(255, 255, 255);
        background-color: rgba(25, 25, 25, 0.2);
    }

    .progress > .progress-completed {
        position: absolute;
        right: 0px;
        font-weight: 800;
        padding: 3px 10px 2px;
    }

.step {
    text-align: center;
}

    .step .col-md-2 {
        background-color: #fff;
        border: 1px solid #C0C0C0;
        border-right: none;
    }

        .step .col-md-2:last-child {
            border: 1px solid #C0C0C0;
        }

        .step .col-md-2:first-child {
            border-radius: 5px 0 0 5px;
        }

        .step .col-md-2:last-child {
            border-radius: 0 5px 5px 0;
        }

        .step .col-md-2:hover {
            color: #F58723;
            cursor: pointer;
        }

    .step .col-md-4 {
        background-color: #fff;
        border: 1px solid #C0C0C0;
        border-right: none;
    }

        .step .col-md-4:last-child {
            border: 1px solid #C0C0C0;
        }

        .step .col-md-4:first-child {
            border-radius: 5px 0 0 5px;
        }

        .step .col-md-4:last-child {
            border-radius: 0 5px 5px 0;
        }

        .step .col-md-4:hover {
            color: #F58723;
            cursor: pointer;
        }

    .step .activestep {
        color: #F58723;
        height: 100px;
        margin-top: -7px;
        padding-top: 7px;
        border-left: 6px solid #5CB85C !important;
        border-right: 6px solid #5CB85C !important;
        border-top: 3px solid #5CB85C !important;
        border-bottom: 3px solid #5CB85C !important;
        vertical-align: central;
    }

    .step .fa {
        padding-top: 15px;
        font-size: 40px;
    }

    .step .btninput {
        padding-top: 15px;
        font-size: 21px;
    }


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #F58723;
    background-color: #fff;
}

.input-recaptcha {
    width: 172px;
}

.highlight {
    background-color: #ffff00;
}

.table th a:hover {
    color: white;
}

.table td a.danger {
    color: red !important;
}

.table td a.default {
    color: #3498DB !important;
}


.panel-grey {
    margin-bottom: 21px;
    background-color: #E5E5E5;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    height: 260px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

panel-grey > .panel-heading {
    color: #333;
    background-color: #E5E5E5;
    border-color: #CCC;
    height: 190px;
}

.pagination > a, .pagination > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


/* Aggiunta Bollettino*/
.colonna_stretta {
    width: 5%;
}
.padding_10 {
    padding: 10px;
}

.label-info {
    font-size: 1.0em;
}

tr.paginazione {
    border: 1px solid white;
    background-color: #fff;
}

.table-hover > tbody > tr.paginazione:hover > td,
.table-hover > tbody > tr.paginazione:hover > th {
    background-color: #fff;
}

tr.paginazione table tr td {
    padding: 2px;
}

    tr.paginazione table tr td span {
        color: white;
        background-color: #5bc0de;
        padding: 3px;
        border-radius: 2px;
        font-weight: bold;
    }

    tr.paginazione table tr td a {
        color: #000;
        background-color: #e6e6e6;
        padding: 3px;
        border-radius: 2px;
        font-weight: bold;
        text-decoration: none;
    }

        tr.paginazione table tr td a:hover {
            color: white;
            background-color: #5bc0de;
            padding: 3px;
            border-radius: 2px;
            font-weight: bold;
            text-decoration: none;
        }


.paginazione table {
    border: none;
}


/*Data TAbles*/
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	
	opacity: 1 !important;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-block {
    white-space: normal;
}

.btn-group-vertical {
    width: 100%;
}

.label_non_visibile {
    display: none !important;
}