﻿/* Text.*/
.normal-weight {
    font-weight: normal;
}
/* END Text.*/

/*Modal*/
.btn-modal-header {
    position: absolute;
    right: 17px;
    top: 17px;
}

.btn-renewal-type-choice {
    height: 140px;
    font-size: 22px;
    white-space: normal;
}

.new-invoice-modal-title {
    font-size: 40px;
}

/*Buttons*/
.btn-rdv {
    width: 204px;
    margin-top: 4px;
}

.btn-full-width {
    width: 100%;
}
/*END Buttons*/

/*Other*/
.custom-search-form {
    text-align: center;
    width: 100%;
}

.navbar-brand {
    padding-top: 1px !important;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    background-image: none;
}

    .navbar-default .navbar-brand {
        color: #2d6baa;
    }

.navbar-brand:hover,
.navbar-brand:focus {
    color: #2d6baa !important;
}

.field-validation-error {
    font-size: smaller;
    color: red;
    text-align: center;
}

.btn-circle.btn-xl {
    font-size: 34px !important;
}

.centerVertical {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: -4px !important;
}

.centerText {
    text-align: center;
}

.leftText {
    text-align: left;
}

.rightText {
    text-align: right;
}

#recaptcha_table {
    width: 100%;
}

.shortText {
    font-size: xx-small;
}

.pagination > .active > a {
    background-color: #130da5 !important;
    border-color: #130da5 !important;
    color: white !important;
}

.pagination > li > a {
    color: #130da5 !important;
}

.curvedBottom {
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 6px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 6px 13px 0px rgba(50, 50, 50, 0.75);
}

.shadowNormal {
    -webkit-box-shadow: 0px 6px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 6px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 6px 13px 0px rgba(50, 50, 50, 0.75);
}


.form-control-invoice {
    height: 22px;
    padding: 0px 0px 0px 5px;
}

.label-invoice {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: 0px;
}

.row-odd {
    background-color: #2e69ab;
    color: whitesmoke;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.row-helper {
    margin-left: 0px;
    margin-right: 0px;
}

.col-invoicefield {
    padding-top: 3px;
}

.table-hover > tbody > tr:hover > td.blackAlternatText,
.table-hover > tbody > tr:hover > th.blackAlternatText {
    color: #333;
}


.RadPicker {
    width: 100% !important;
}

    .RadPicker table.rcTable {
        width: 100% !important;
    }

/*.btn-back {
    color:#130da5;
}

.btn-back :hover{
    color:#130da5;
}*/

.btn-special-white {
    color: #FFF !important;
}

.btn-invoice-type {
    height: 80px;
    font-size: 23px;
    white-space: normal;
}

.form-search-topbar {
    width: 175px !important;
    display: inline !important;
}

.placeholder {
    color: #aaa;
}

.has-error .form-control {
    /*background-color:#F2DEDE;*/
    border-color: indianred !important;
    border-width: 0.15em !important;
}

.has-error .input-group-addon {
    border-color: indianred !important;
    border-width: 0.15em !important;
}


.panel-shadow {
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,.5);
}


/* Sticky footer styles
      -------------------------------------------------- */


#footer {
    background-color: #f5f5f5;
    min-height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    border-top: solid;
    border-top-color: #bab9b9;
}

.fromtop {
    /*La utilizzo per il margine del main content nella masterpage dashboard.master*/
    margin-top: 150px;
}

@media (min-width: 448px) and (max-width: 767px) {
    .fromtop {
        margin-top: 210px;
    }
}

@media (min-width: 0px) and (max-width: 447px) {
    .fromtop {
        margin-top: 250px;
    }
}

.titletop {
    background-color: #fff;
    z-index: 1030;
    top: 40px;
    position: fixed;
}

@media (min-width: 448px) and (max-width: 767px) {
    .titletop {
        top: 90px;
    }
}

@media (min-width: 0px) and (max-width: 447px) {
    .titletop {
        top: 140px;
    }
}


.btn-responsive {
    padding: 4px 4px;
    /*font-size:60%;*/
}

@media (min-width: 448px) and (max-width: 767px) {
    .btn-responsive {
        padding: 3px 3px;
        /*font-size:60%;*/
    }
}

@media (min-width: 0px) and (max-width: 447px) {
    .btn-responsive {
        padding: 1px 1px;
        font-size: 40%;
    }
}

.radio-new {
    padding-left: 50px;
}

    .radio-new label {
        padding-left: 5px;
    }

.renew-40 {
    font-size: 40px;
    height: 40px;
    font-weight: bold;
}

.renew-14 {
    font-size: 14px;
    height: 14px;
}

.renew-60 {
    font-size: 50px;
    height: 50px;
    font-weight: bold;
}

.renew-60-PA {
    font-size: 50px;
    height: 50px;
    font-weight: bold;
    line-height: 60px;
}

.renew-20 {
    font-size: 20px;
    height: 20px;
}

.renew-80 {
    font-size: 80px;
    height: 80px;
    font-weight: bold;
}

.renew-26 {
    font-size: 26px;
    height: 26px;
}

.renew-foot {
    padding-top: 10px;
}

.no-lateral-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-left-padding {
    padding-left: 0px;
}

.no-right-padding {
    padding-right: 0px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.client-label {
    padding-top: 6px;
}

.btn-invoice {
    width: 105px;
}

.btn-product {
    width: 80px;
}

.btn-client {
    width: 115px;
}

.btn-client-footer {
    width: 100%;
    height: 34px;
    padding-top: 7px;
}

.btn-modal {
    width: 190px;
    margin: 0 2px 2px;
}

.mb-10 {
    margin-bottom: 10px;
}

.alert-dialog {
    display: inherit !important;
    margin-top: 10px;
    margin-bottom: 0px !important;
}

.product_link {
    color: #333;
    cursor: pointer;
}

    .product_link:link {
        color: #333;
    }

    .product_link:visited {
        color: #333;
    }

    .product_link:hover {
        color: #333;
    }

    .product_link:active {
        color: #333;
    }

.hidden {
    display: none;
}

.vis-hidden {
    visibility: hidden;
}

.float-left {
    float: left;
}

.full {
    width: 100%;
}

.hr-repeater {
    margin-top: 15px;
    margin-bottom: 5px;
}

.btn-rpt-rif {
    width: 190px;
}

.btn-info-invoice {
    float: right;
    color: #0B428A;
    background-color: #fff;
}

    .btn-info-invoice:hover {
        color: #9EC5E9;
    }

    .btn-info-invoice:active {
        outline: none !important;
    }

    .btn-info-invoice:focus {
        color: #9EC5E9;
        outline: none;
    }

.btn-info-spinoff {
    background-image: -webkit-linear-gradient(top, #216FD7 0, #0C4EA5 100%);
    background-image: -o-linear-gradient(top, #216FD7 0, #0C4EA5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #216FD7), to(#0C4EA5));
    background-image: linear-gradient(to bottom, #216FD7 0, #0C4EA5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ebfe2', endColorstr='#ff6fa0d4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #0B428A;
    float: right;
    color: #FFFFFF;
}

    .btn-info-spinoff:hover {
        color: #FFFFFF;
    }

    .btn-info-spinoff:active {
        background-image: -webkit-linear-gradient(top, #216FD7 0, #0C4EA5 100%);
        background-image: -o-linear-gradient(top, #216FD7 0, #0C4EA5 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #216FD7), to(#0C4EA5));
        background-image: linear-gradient(to bottom, #216FD7 0, #0C4EA5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ebfe2', endColorstr='#ff6fa0d4', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        border-color: #0B428A;
        outline: none !important;
    }

    .btn-info-spinoff:focus {
        color: #FFFFFF;
        outline: none;
    }

.panel-title-info {
    float: left;
    margin-top: 6px;
}

.panel-heading-info {
    height: 38px;
    padding-top: 4px;
}

@media screen and (min-width: 1200px) {
    .no-lateral-padding-invoice {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-left-padding-invoice {
        padding-left: 0px;
    }

    .no-right-padding-invoice {
        padding-right: 0px;
    }

    .padding-riepilogo {
        padding-left: 30px;
    }

    .margin-top-5-invoice {
        margin-top: 5px;
    }
}

@media screen and (max-width: 1199px) {
    .hidden-medium-screen {
        display: none;
    }

    .btn-invoice-medium-screen {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .hidden-little-screen {
        display: none;
    }
}

.btn-info-pa {
    display: inline-block;
    height: 45px !important;
    width: 45px !important;
    margin-top: 24px;
}

.btn-pager-active, .btn-pager-active:hover, .btn-pager-active:focus, .btn-pager-active:active, .btn-pager-active.active, .btn-pager-active:disabled, .btn-pager-active[disabled] {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #5D84AF 0, #28517B 100%);
    background-image: -o-linear-gradient(top, #5D84AF 0, #28517B 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5D84AF), to(#28517B));
    background-image: linear-gradient(to bottom, #5D84AF 0, #28517B 100%);
    background-repeat: repeat-x;
    border-color: #3C73AD;
    outline: 0;
}

.btn-archive {
    width: 100px;
    margin-top: 2px;
}

.radio-button-list td {
    position: relative;
}

.radio-button-list input {
    position: absolute;
    cursor: pointer;
}

.radio-button-list label {
    font-weight: normal;
    margin-left: 20px;
    cursor: pointer;
}

.rbl_B2B td {
    width: 110px;
}

.rbl_B2B input {
    margin: 0 4px 2px 0;
    vertical-align: middle;
    cursor: pointer;
}

.rbl_B2B label {
    font-weight: normal;
}

.lbl-validator {
    color: #A94442;
    vertical-align: top;
    display: none;
}

/*Placeholder*/
*::-webkit-input-placeholder {
    color: #CACACA !important;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #CACACA !important;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #CACACA !important;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #CACACA !important;
}

@media screen and (min-width: 1200px) {
    .btn-delete-signlist {
        height: 70px;
        padding-top: 20px;
        font-size: 18px;
    }
}

.light-base {
    height: 20px;
    width: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    float: left;
    margin-right: 7px;
}

.clickable-light {
    cursor: pointer;
}

.red-light {
    background-image: url(../../assets/img/red-light.png);
}

.green-light {
    background-image: url(../../assets/img/green-light.png);
}

.checkbox-custom {
    cursor: pointer;
}

    .checkbox-custom input {
        position: absolute;
        cursor: pointer;
    }

    .checkbox-custom label {
        margin-left: 20px;
        font-weight: normal;
        cursor: pointer;
    }

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    cursor: default;
}

.btn-small {
    height: 27px;
    padding: 0 12px;
}

.low-form-group {
    margin-bottom: 3px;
}

.sprite-spinner {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: left;
}

/* Toggle switch. */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
    margin-bottom: 0;
}

    .toggle-switch input[type=checkbox] {
        display: none;
    }

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #848484;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .toggle-slider {
    background-color: #1f821f;
}

    input:checked + .toggle-slider:before {
        -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
        transform: translateX(18px);
    }
/* END Toggle switch. */


a {
    color: #2d6baa;
}

.panel-red a {
    color: white !important;
}

.with-shadow {
    text-shadow: 1px 1px #2d6baa;
}

.close {
    color: white;
    opacity: .8;
}
    .close:hover,
    .close:focus {
        color: white;
        opacity: .5;
    }

.panel {
    box-shadow: 0px 0px 1px #0C4EA5;
}

.panelbm {
    box-shadow: 0px 0px 2px #0C4EA5;
}

.panel-primary {
    box-shadow: 0px 0px 1px #0C4EA5;
}

