﻿body {
}

.MustValue
{
  border: 1px solid #428bca;
  border-radius: 4px;
}

.headerPage
{
  background-color: #305497; 
  color: white;

  font-size: x-large;

  padding-left: 5px;
  padding-right: 5px;

  min-height: 40px;
  padding-top: 3px;
}

.headerDialog
{
  background-color: #e8e8e8; 
  padding-bottom: 5px;
  padding-top: 7px;

}

.bodyDialog
{
  font-size: large;
  margin-top: 10px;
}

.footerDialog
{
  background-color: #305497; 
  color: white;

  padding-bottom: 0px;
  padding-top: 10px;

}

.spacerPage
{
  height: 5px;
}

.sepThinPage
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.boxLeft
{

}

.boxItem
{
  background-color: #305497; 
  color: white;

  padding-left: 2px;
  padding-right: 2px;
}

.boxItemRow 
{
  margin: 3px;
}

.boxBlu, .boxBluPhoto
{
  background-color: #888; 
  color: white;

  padding-left: 5px;
  padding-right: 5px;

  min-height: 150px;
}

.boxGrigio
{
  background-color: #e8e8e8; 
  min-height: 491px;

  padding-top: 5px;  
}

.-boxGrigio
{
  margin-left: -5px;
  margin-right: -5px;
}

.boxLogoAlto
{
  padding: 0px;
  padding-top: 7px;
}


.control-group {
  display: block;

  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.rowBox
{
  margin-left: 0px;
  margin-right: 0px;
}

.rowInnerBox
{
  margin-left: -5px;
  margin-right: -7px;
}

.rowBoxLinks
{
  margin-left: 0px;
  margin-right: 0px;

  min-height: 80px;
  
  border: 1px solid;
  border-color: lightgray;

  vertical-align: middle;
}

.testoHeaderBoxItem
{
  margin-top: -2px;
}

.testoDatiBoxItem
{
  text-align:right;
  margin-top: 0px;
}

.textBoxHeader
{
  display: inline;
  margin-top: -10px;

  width: 33%;
  text-align: right;
}

.checkBoxDis
{
  background-color: #888;
  color: #fff;
  font-weight: normal !important;
}

.checkBoxDisBlu {
  background-color: #305497;
  color: #fff;
  font-weight: normal !important;
}

.grid-custom .rgDataDiv {
    height: auto !important;
}

/*LORY INIZIO*/
.modal-dialog-X {
    position: relative;
    width: auto;
    margin: .5rem;
    /*pointer-events: none;*/
}

.modal.fade .modal-dialog-X {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog-X {
        transition: none
    }
}

.modal.show .modal-dialog-X {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog-X {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal.modal-scrolling {
    position: relative
}

    .modal.modal-scrolling .modal-dialog-X {
        position: fixed;
        z-index: 1050
    }

.modal.modal-content-clickable {
    top: auto;
    bottom: auto
}

    .modal.modal-content-clickable .modal-dialog-X {
        position: fixed
    }

.modal .modal-fluid {
    width: 100%;
    max-width: 100%
}

    .modal .modal-fluid .modal-content {
        width: 100%
    }

.modal .modal-frame {
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important
}

    .modal .modal-frame.modal-bottom {
        bottom: 0
    }

.modal .modal-full-height {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
    min-height: 100%;
    margin: 0
}


    .modal .modal-full-height.modal-top,
    .modal .modal-full-height.modal-bottom {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .modal .modal-full-height.modal-top {
        bottom: auto
    }

    .modal .modal-full-height.modal-bottom {
        top: auto;
        min-height: 0
    }

    .modal .modal-full-height .modal-content {
        width: 100%
    }

    .modal .modal-full-height.modal-lg {
        width: 90%;
        max-width: 90%
    }

.modal.fade.top:not(.show) .modal-dialog-X {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
}

/*.modal.fade.left:not(.show) .modal-dialog {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0)
    }

    .modal.fade.right:not(.show) .modal-dialog {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0)
    }

    .modal.fade.bottom:not(.show) .modal-dialog {
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0)
    }*/

.modal.in .modal-dialog-X {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-full-height .modal-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
/*LORY FINE*/

div.RadUpload .ruBrowse /* .ruButtonHover  To change its hover style of Browse Button*/ {
    /*background-image: url('../Images/Menu/add_blu.png') !important;*/
    /*background-position: 0 -23px !important;*/
    /*height: 24px !important;
        width: 150px !important;
        display: inline-block !important;
        padding: 6px 12px !important;
        margin-bottom: 0 !important;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 1.428571429 !important;
        text-align: center !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
        cursor: pointer !important;
        border: 1px solid transparent !important;
        border-radius: 4px !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        -o-user-select: none;
        user-select: none !important;
        color: #333333 !important;
        background-color: #ffffff !important;
        border-color: #cccccc !important;*/
}

div.RadUpload .ruButton {
    background-image: none;
    width: 200px;
    height: 30px;
    /*border: solid 1px green;*/
    margin-left: 0.8em;
    padding: 0;
    /*background: #88ff88;
    color: green;*/
    text-align: center;
}

div.RadUpload .ruUploadProgress {
    display: inline-block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

/*div.RadUpload .ruButton .ruRemove {
    border: 0 !important;
    background: #ffffff !important;
}*/

div.RadUpload .ruFileInput {
    height: 90px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

div.RadUpload .ruFakeInput /*For styling RadUpload input textbox.*/ {
    /*border: 1px solid red !important;
        width: 20px !important;*/
    /*height: 19px !important;
        border: 1px solid green !important;
        margin-right: -1px !important;
        padding-top: 3px;
        color: #333 !important;
        background: #eeffee !important;*/
    height: 30px !important;
    width: 110px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.demo-container {
    width: 454px;
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-bottom: 100px !important;
}

.header-container {
    background-image: url("./images/header.png");
    height: 130px;
    width: 454px;
}

.attachment-container {
    /*display: inline-block;
    background: rgba(58, 174, 251, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#993aaefb', endColorstr='#993aaefb');
    width: 410px;
    padding: 25px 22px 22px;*/
}

.allowed-attachments {
    display: block;
    margin-top: 12px;
    font-size: 13px;
}

.allowed-attachments-list {
    font-style: italic;
    font-size: 12px;
}

.ruInputs .ruFileWrap .ruButton {
    min-width: 80px;
}

.RadGrid_Bootstrap .rgCancel:hover {
    border: 0 !important;
    background-color: transparent !important;
}
.rgUpdateIcon {
    background-image: url(../Images/Menu/Confermato_blu.png) !important;
    background-repeat: no-repeat !important;
}
.rgCancelIcon {
    background-image: url(../Images/Menu/EliminaSingolo_Blu.png) !important;
    background-repeat: no-repeat !important;
}

/*checbox nel form di edit contatto*/
.chkContatti label {
    display: inline-block;
    /*font-size: 1vw;*/
    font-weight: normal;
}

/*simbolino del telefono sui numeri cliccabili*/
.c_telefono::before {
    content: "\260e";
    margin-right: 0.5em;
}

/*simbolino della mail per link mailto*/
.c_email::before {
    /*content: "\1f4e7"; */
    content: "\2709";
    margin-right: 0.5em;
}




/* LORY INIZIO */
    /*.modal-dialog-medium {
    position: relative;
    width: auto;
    margin: .5rem;
    /*pointer-events: none*/
    /*}

.modal.fade .modal-dialog-medium {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog-medium {
        transition: none
    }
}

.modal.show .modal-dialog-medium {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog-medium {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-medium {
    max-width: 500px;
    margin: 1.75rem auto
}

.modal.in .modal-dialog-medium {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-medium.cascading-modal {
    margin-top: 10%
}

    .modal-dialog-medium.cascading-modal .close {
        color: #fff;
        text-shadow: none;
        outline: 0;
        opacity: 1
    }*/
    /* LORY FINE*/


