/* Header navbar */
.nav-bar-title{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* homepage  */
.homepage-intro-image{
    background: #ffffff url("../img/bg-home.png") no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.homepage-intro-image img{
    display: block;
    margin: 0 auto;
}

.homepage-intro-bottom{
    background-color: #002641;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.homepage-intro-bottom h2{
    color: #fff;
    padding: 10px;
}

a.main-btn-home{
    text-decoration: none;
}

span.main-btn-home{
    font-weight: bold;
    color: #325990;
    display: block;
    margin: auto;
}

/* utility align */
.align-center{
    text-align: center;
}
.align-left{
    float: left;
}
.align-right{
    float: right;
}

/* item list */
.item.activated {
    background-color: #FFFFFF;
}
.item.item-secursize{
    background: #ffffff url("../img/item.png") no-repeat 0px 12px;
    padding-left: 40px;
    padding-right: 0px;
    border: 0px;
    border-bottom: 1px solid #002641;
    margin-bottom: 1px;
}
div.item-toggle {
    border: 0px;
    height: 50px;
}
.secursize-float-right{
    float: right;
}

.securisize-button-info {
    background-color: transparent;
    font-size: 24px;
    border: 0px;
    padding: 8px 1px 1px 1px;
}
.item.activated
.item-toggle, .item-toggle.item-complex .item-content {
    padding-right: 60px;
}

.item-divider{
    font-size: 16px;
    font-weight: bold !important;
    color: #002641;
    border: 0px;
    padding:15px;
    border-bottom: 1px solid #002641;
    margin-bottom: 1px;
    margin-top: 20px;
    letter-spacing: 1px;
}
.item-divider:first-child{
    margin-top: 0px;
}

.in-table label.toggle.disable-user-behavior{
    left: 0px;
}

.popup-container .popup {
    width: 80% !important;
}

/* button next */
.button-image{
    line-height: 1px;
    border-radius: 4px;
    margin-top: 20px;
}
/* footer for versioning */
footer {
    margin-top: 40px;
    text-align: right;
}
footer p{
    font-size: 10px;
    color: #F0F0F0;
}

/* risk section*/
.item.header-risk{
    padding: 5px;
    font-weight: bold;
    letter-spacing: 1px;
}
.risk-padding-table{
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* report page */
table.report{
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    margin:auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

table.report tr{
    border-bottom: 1px solid #f0f0f0;
}

table.report tr:nth-last-child(2){
    border-bottom: 1px solid #002641;
}

table.report tr:last-child{
    border-bottom: 0px;
}

table.report td{
    padding-top: 10px;
    padding-bottom: 10px;
}

table.report img{
    vertical-align: middle;
}

td.strong{
    font-weight: bold;
}

td.text-align-right{
    text-align: right;
}

table.comparison{
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 40%;
    margin:auto;
    background-color: #f0f0f0;
}

table.comparison th, table.comparison td {
    border: 2px solid #FFFFFF;
    color: #002641;
    padding: 4px;
}

table.comparison td.ref-value{
    font-size: 14px;
    color: #ffffff !important;
    background-color: #aaa;
    text-align: center;
}

.in-table.item{
    border: 0px;
    overflow: inherit;
}


/* alert style from bootstrap */
.alert {
    margin-top: 20px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 15px;
}

.alert h4 {
    color: inherit;
    margin-top: 0;
}

.alert .alert-link {
    font-weight: 700;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* homepage */
span.logo {
    color: #fa4c00;
    font-family: "Archivo Black",sans-serif;
    font-size: 40px;
}

span.logo.muted  {
    color: #9c9c9c;
    font-family: "Playfair Display",serif;
}

small {
    display: block;
}

/* header */
.bar.bar-stable{
    background: -webkit-linear-gradient(#00283E, #014B72); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00283E #014B72); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00283E, #014B72); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00283E, #014B72); /* Standard syntax */
}


/* info page */
.header-image {
    background: rgba(0, 0, 0, 0) url("../img/sfondo_1900x500.jpg") no-repeat scroll center center / cover ;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.header-image h2 {
    color: #fff;
}

h1, h2, h4, h5, h6 {
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 700;
}

body {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    line-height: 1.4;
}


.item{
    font-size: 20px;
    font-weight: 400;
}

.featurette-divider {
    margin: 20px 0;
}

.featurette {
    overflow: hidden;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ecf0f1 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
}

.text-muted {
    color: #f19b2c;
}

.featurette-image {
    max-width: 20%;
}

.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}

.img-responsive {
    display: inline-block;
}
.img-circle {
    border-radius: 50%;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto;
}

section.success {
    background: #036791 none repeat scroll 0 0;
    color: #fff;
}
section {
    padding: 10px 0;
}

.text-center {
    text-align: center;
}

.logo-assiv{
    margin-right: 10px;
}

.logo-anie{
    margin-left: 10px;
}

.title-risk {
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #002641;
}

table.table-risk {
    width: 100%;
    height: 50px;
}

/*large*/
@media only screen and (min-width: 768px) {
    img.logo-anie  { width: 412px; }
    img.logo-assiv { width: 125px; }
}

/*mid*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    img.logo-anie  { width: 330px; }
    img.logo-assiv { width: 100px; }
}

/*small*/
@media only screen and (max-width: 479px) {
    .risk-padding-table{
        font-size: 16px;
    }
    .item{
        font-size: 16px;
        font-weight: 400;
    }
    .item.header-risk{
        font-size: 13px;
        font-weight: 400;
    }

    img.logo-anie  { width: 244px; }
    img.logo-assiv { width: 66px; }
    .logo-assiv{  margin-right: 0px;  }
    .logo-anie{ margin-left: 0px;  }

}

.disabled-item {
    opacity: 0.3;
}

.disabled-item > label {
    display: none;
}