﻿/* FIX CSS TEXTBOX PADDING */
input[type=text] { padding: 0 5px !important; font-family: Karla; }

/* ASP.NET Disabled Class And Telerik Disabled Class: */
input[type=text].aspNetDisabled,
input[type=password].aspNetDisabled,
input15.aspNetDisabled,
textarea.aspNetDisabled { background-color: #f2f2f1 !important; }

/*RadCombo Disabled*/
.RadComboBox table.rcbDisabled td.rcbInputCellLeft { background-color: #f2f2f1 !important; }
/* BASIC SCAFFOLDING */
.newRow { display: block; clear:both; width: 100%; white-space: initial; box-sizing: border-box; }
    .newRow.pageButtons { background-color: #f0f8fb; width: 100%; padding: 40px 20px;  }
.divHelpHeader { right: 0 !important; top: 20px;}

/* CONTAINERS */
.PageContainer { display: block; width: 100%; box-sizing: border-box; }
.pageHeader { display: block; position:relative; margin: 0; padding: 0; }
.tableContainer { border: 1px solid #eee; box-sizing: border-box; padding: 20px; border-radius: 3px; }

/* PAGE HEADER */
.opaqueIcon { opacity: 0.4;}
.pageHeader img { float:left; margin-right: 5px;}
.pageHeader .MainTitle { font-family: Lato; font-size: 36px; font-weight: normal; padding: 0; margin: 0; height: 36px; }
.pageHeader .MainTitle.fullHeight {display: inline-block; box-sizing: border-box; height: 100%; margin-top: 10px; }
.pageHeader .labelSection { display: block; font-family: Lato; color: #a0a0a0; color: var(--warm-grey); font-size: 21px; padding: 0; margin-top: 10px; height: 21px; }
    .pageHeader .newRow > div { margin-bottom: 10px; display: inline-block; vertical-align: top; box-sizing: border-box;}
    .pageHeader .btn { margin-top: 3px;}
     /*spazio per pulsante back: */
    .pageHeader.withBackButton .newRow:first-child { padding-left: 30px;}
    .pageHeader .MainDescription { font-size: 14px;}

/* Styles for DIV Table*/
.div-table { display: table; width: 100%; border-spacing: 0; }
.div-table .table-row { display: table-row; padding: 0; }
.div-table  .table-cell { display: table-cell; box-sizing: border-box;}

/* GENERIC TABLES */
.newTable { clear:both; width: 100%; box-sizing: border-box }
.newTable * { box-sizing: border-box }
    .newTable.vertical-top td { vertical-align: top;  }
    .newTable.vertical-middle td { vertical-align: middle;  }

    .newTable td.border-left { border-left: 1px solid #eee; }
    .newTable td.border-right { border-right: 1px solid #eee; }
    .newTable td.border-top { border-top: 1px solid #eee; }
    .newTable td.border-bottom { border-bottom: 1px solid #eee; }
    .newTable td.border-all { border: 1px solid #eee; }

/* Fast width */
.width-100 { width: 100%; }
.width-90 { width: 90%; }
.width-80 { width: 80%; }
.width-70 { width: 70%; }
.width-65 { width: 65%; }
.width-60 { width: 60%; }
.width-55 { width: 55%; }
.width-50 { width: 50%; }
.width-45 { width: 45%; }
.width-40 { width: 40%; }
.width-35 { width: 35%; }
.width-30 { width: 30%; }
.width-25 { width: 25%; }
.width-20 { width: 20%; }

/* Fast margin bottom */
.bottom-margin-10 { margin-bottom: 10px }
.bottom-margin-20 { margin-bottom: 20px }
.bottom-margin-30 { margin-bottom: 30px }
.bottom-margin-40 { margin-bottom: 40px }
.bottom-margin-50 { margin-bottom: 50px }

/* Fast margin left */
.left-margin-10 { margin-left: 10px }
.left-margin-20 { margin-left: 20px }
.left-margin-30 { margin-left: 30px }
.left-margin-40 { margin-left: 40px }
.left-margin-50 { margin-left: 50px }
.left-margin-60 { margin-left: 60px }
.left-margin-70 { margin-left: 70px }
.left-margin-80 { margin-left: 80px }

/* Fast margin right */
.right-margin-10 { margin-right: 10px }
.right-margin-20 { margin-right: 20px }
.right-margin-30 { margin-right: 30px }
.right-margin-40 { margin-right: 40px }
.right-margin-50 { margin-right: 50px }


/* Fast margin top */
.top-margin-10 { margin-top: 10px }
.top-margin-20 { margin-top: 20px }
.top-margin-30 { margin-top: 30px }
.top-margin-40 { margin-top: 40px }
.top-margin-50 { margin-top: 50px }

/*Fast Padding Left*/
.left-padding-10 { padding-left: 10px; }
.left-padding-20 { padding-left: 20px; }
.left-padding-30 { padding-left: 30px; }

/*Fast Padding Right*/
.right-padding-10 { padding-right: 10px; }
.right-padding-20 { padding-right: 20px; }
.right-padding-30 { padding-right: 30px; }


/*Fast Padding Top*/
.top-padding-10 { padding-top: 10px; }
.top-padding-20 { padding-top: 20px; }
.top-padding-30 { padding-top: 30px; }
.top-padding-40 { padding-top: 40px; }

/*Fast Padding Bottom*/
.bottom-padding-10 { padding-bottom: 10px; }
.bottom-padding-20 { padding-bottom: 20px; }
.bottom-padding-30 { padding-bottom: 30px; }
.bottom-padding-40 { padding-bottom: 40px; }

/* Text align */
.text-align-left { text-align: left }
.text-align-right { text-align: right }
.text-align-center  { text-align: center }

/* DISABLED TEXT: */
.disabled { color: gray; pointer-events: none; cursor: default;}

/* TITLES */
.grayTitle,.grayTitle2 { display:block; font-size: 12px; font-weight: bold; color: #a0a0a0; color: var(--warm-grey); text-transform: uppercase; margin-bottom: 15px; }
.grayTitle2{ text-transform:none; margin: 0; }
.blackTitle { font-family: Lato; font-size: 24px; color: #222;}

/* TEXT STYLES */
.smallDescription { font-size: 12px; font-style: italic; color: #666; color: var(--brownish-grey); }
.noRecords { padding-left: 20px; font-weight: bold; }

/* WARNING MESSAGES */
.warning-container {
    text-align:right;
    box-sizing: border-box;
}
    .warningMessage {
        display: inline-block;
        width: 270px;
        text-align: left;
        font-family: Karla;
        font-size: 12px;
        font-weight: bold;    
        color: #333;
        background-color: #fbea90;
        border-radius: 8px;
        padding: 2px 8px;
    }

/* Button CREATE NEW */
.btn {
    box-sizing: border-box;
    border: none;
    display: inline-block;
    border-radius: 5px;
    background-color: #0099cc;
    box-shadow: 0 2px 0 0 #005a87;
    height: 40px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 2px;
}
    /*.btn:hover { background-color: #005a87; }*/

    .btn.btnDisabled { background-color: #999; }
    .btn.btnDisabled:hover { background-color: #999; }

    .btn > img { width: 20px; position: absolute; top: 10px; left: 10px; }
    .btn .btnText { 
        white-space: nowrap;
        box-sizing: border-box; 
        height: 100%; 
        line-height: 40px; 
        padding: 2px 20px 0 40px; 
        font-family: Lato; 
        font-size: 13px; 
        font-weight: bold;
        color: #FFF; 
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    }


/* DIV WITH RESET BUTTON*/
#gridContainer { position: relative; }
#gridContainer .divReset{ position: absolute; right: 0; top: 50px; text-align: center;}

/* BUTTONS */
.actionBtn{
    background-repeat:no-repeat;
    background-size:16px 16px;
    background-position:10px center;
    margin-right:5px;
    position:relative;
    font-family: Lato;
    font-size: 10px;
    font-weight: bold;
    color: #0099cc;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #0099cc;
    /*width:140px;*/
    height:30px;
    display:inline;
    cursor:pointer;
    /*margin-bottom:10px*/;
    text-align: left;
    padding-left: 32px;
}
    /*.actionBtn:hover {
        background-color: #0099cc;
        background-color: var(--cerulean);
        color: #FFF;
    }*/
    .actionBtn:disabled {
        border-color: #a0a0a0;
        color: #a0a0a0;
        cursor: default;
    }

    .actionBtn:disabled:hover {
        background-color: #FFF;
    }

    .actionBtn.btnDetailsDelete {
        background-image: url('../../Images/pnl15/ico-delete@3x.png');
    }

    .actionBtn.btnDetailsConsole {
        background-image: url('../../Images/pnl15/ico-puls-console@3x.png');
    }

    .actionBtn.btnDetailsEdit {
        background-image: url('../../Images/pnl15/ico-edit@3x.png');
    }

        .actionBtn.btnDetailsEdit:disabled {
            background-image: url('../../Images/pnl15/ico-edit-off@3x.png');
        }

    .actionBtn.btnDetailsInitialize {
        background-image: url('../../Images/pnl15/puls-inizializza-blu@3x.png');
    }

    .actionBtn.btnDeactivate {
        background-image:url(../../Images/manage/smartnav/deactivateBtnIcon.png);
    }

    .actionBtn.btnActivate {
        background-image:url(../../Images/pnl15/puls-accendi.png);
    }


    .actionBtn.btnRestart {
        background-image:url(../../Images/manage/smartnav/playBtnIcon.png);
    }
    
    .actionBtn.btnDetailsDelete:disabled {
        background-image: url('/Images/pnl15/ico-puls-cancella-off@3x.png');
    }
    
    .actionBtn.btnHardDisksDelete {
        background-image:url(../../Images/manage/smartnav/deleteBtnIcon.png);
        width: auto !important;
        margin-bottom: unset !important;
    }

    .actionBtn.btnShutDownServer {
        background-image:url(../../Images/manage/smartnav/stopBtnIcon.png);
        width: auto !important;
        margin-bottom: unset !important;
    }


    .actionBtn.h30 {
        height: 30px;
    }

    .actionBtn.w140 {
        width: 140px !important;
    }


.whiteButton { 
    background: none; 
    margin: 0;
    background-color: #FFF;
    border: solid 1px #0099cc;
    border: solid 1px var(--cerulean);
    color: #0099cc;
    color: var(--cerulean);
    border-radius: 3px;
    font-family: Lato;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 20px;
    text-transform: uppercase;
    cursor: pointer !important;
}
    /*.whiteButton:hover {
        background-color: #0099cc;
        background-color: var(--cerulean);
        color: #FFF;
    }*/

    .whiteButton:disabled {
        border-color: #a0a0a0;
        color: #a0a0a0;
    }
    .whiteButton:disabled:hover {
        background-color: #FFF;
        cursor: default !important;
    }

    .whiteButton.redCaption {
        border: solid 1px #d0011b;
        border: solid 1px var(--scarlet);
        color: #d0021b;
        color: var(--scarlet);

    }
        /*.whiteButton.redCaption:hover {
            background-color: #d0021b;
            background-color: var(--scarlet);
            color: #FFF;
        }*/

.whiteButton.w100p {
    width: 100%;
}

.whiteButton.h30 {
    height: 30px;
}


/* NEW onOffBtn */
/* used in ServerDetails and PleskLicenseDetails*/
.newOnOffBtn
{
    font-family: Lato;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    text-align: left;
    vertical-align:middle;
    border-radius: 3px;
    width:290px;
    height:60px;
    position:relative;
}

.newOnBtn{              
    background-image: linear-gradient(282deg, #8dc032, #429321);
}

.newOffBtn{
    background-image: linear-gradient(282deg, #d0021b, #9f031b);
}

.newAlertBtn{
    background-image: linear-gradient(282deg, #deb504, #a37e07);
}

.newOnOffBtn > span {
    position:relative;
    top:7px;
    left: 14px;
}

.button {
    height: 44px;
    border-radius: 3px;
    border: none;
    background-color: #f2f2f1;
    box-shadow: 0 2px 0 0 #c4c4c4;
    font-family:  'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    padding: 0px 40px;
}

    .button.blueButton {
        background-color: #0099cc;
        background-color: var(--cerulean);
        box-shadow: 0 2px 0 0 #005a87;
        box-shadow: 0 2px 0 0 var(--deep-sea-blue);

        text-transform: uppercase;
    }
        /*.button.blueButton:hover { background-color: #005a87; background-color: var(--deep-sea-blue); }*/

    .button.cancelButton {
          font-family:  'Karla', sans-serif;
          font-size: 14px;
          background-color: transparent;
          color: #0099cc;
          color: var(--cerulean);
          font-weight: normal;
          box-shadow: none;
          text-shadow: none;
          text-decoration: underline;
    }
        .button.cancelButton:hover {
            color: #005a87;
            color: var(--deep-sea-blue);
        }
        .popup .button.cancelButton.autoSize { width: auto; height: auto; }

.btnConfirm {
    margin: 0;
    display: block;
    box-sizing: border-box;
    height: 44px;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #0099cc;
    box-shadow: 0 2px 0 0 #005a87;
    margin-left: 35px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
    /*.btnConfirm:hover {
        background-color: #005a87;    
    }*/
    .btnConfirm:disabled{
        background-color: #c9c9c9;
        box-shadow: 0 0 0 0;
        cursor: default;
    }
    .btnConfirm:disabled:hover {
        background-color: #c9c9c9;   
    }
/* AUTOCOMPLETE */
.ui-autocomplete { font-family: Karla, Tahoma, Verdana !important; color: #a0a0a0; font-weight: normal; font-size: 12px; line-height: 16px;}

/* MORE INFO LINK */
.moreInfo { 
    display: block; 
    clear: both; 
    font-size: 12px; 
    background: url(../../Images/pnl15/icona-info.png) left center no-repeat; 
    margin-top: 10px;
}
    .moreInfo.inline { display: inline-block; vertical-align: bottom; margin: 0 5px 3px 5px; }

    .moreInfo > img { float: left; margin-right: 5px; }
    /*.moreInfo > .moreInfoLink > #moreInfoLink,*/
    .moreInfo > .moreInfoLink > a { font-size: 12px; margin-left: 5px; color: #0099cc !important; color: var(--cerulean) !important; }
    .moreInfo.inline > .moreInfoLink > a { margin-left: 16px;}
    .moreInfo.inline > .moreInfoLink > span > a { margin-left: 16px;}

.spacer24 {
  width: 100%;
  height: 20px;
  background-color: transparent;
}

.spacer30 {
    width: 100%;
    height: 30px;
    background-color: transparent;
}


/* PAGE FOOTER */
.pageFooter {
    display: block;
    box-sizing: border-box;
    margin-top: 10px;
}
    .pageFooter div { display: inline-block; vertical-align: middle;}


.pageFooter .btnDelete-container { width:13%; }
.pageFooter .promoDescription { width:65%; }
.pageFooter .totalRecords { width: 20%; text-align: right;}

/* NAVIGATION TABS */
.navTabs { display:block; width: 100%; border:0; margin: 0; margin-bottom: 20px; }
    .navTabs ul { list-style-type: none; margin: 0; padding: 0; border-bottom: 1px solid #f2f2f1; border-bottom: 1px solid var(--white); }
        .navTabs ul > li { 
            display: inline-block;
            font-size: 12px;
            font-weight: normal;
        }
            .navTabs ul > li > a {
                display: inline-block;
                vertical-align: top;
                padding: 0 8px;
                height: 40px;
                line-height: 40px;
                text-decoration: none;
                white-space: nowrap;
                cursor: pointer;
                color: #646464;
            }

            .navTabs ul > li > a.highlight,
            .navTabs ul > li > a:hover { text-decoration: none; color: #0099cc; color: var(--cerulean); }
                .navTabs ul > li > a.highlight { font-weight: bold; border-bottom: 4px solid #0099cc; border-bottom: 4px solid var(--cerulean); }

/* IP Display */
.ipDetails{
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
/* COST DISPLAY */
.costDisplay {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 18px;
    border-radius: 3px;
    background-color: #f0f8fb;
}
    .costDisplay .costTitle { display: block; text-transform: uppercase; font-size: 12px; font-weight: bold; color: #333; }
    .costDisplay .costDescription { display: block; font-size: 24px; color: #0099CC; color: var(--cerulean); }
        .costDisplay .costDescription > span:first-child { font-weight: bold;}
        .costDisplay .costDescription span.LblCostSmall { font-size: 12px; }


/* INPUTS */
input.input15[type=text],
input.input15[type=password] {
    box-sizing: border-box;
    padding: 0 5px;
    background-color: #fff;
    /*background-color: var(--white);*/
    border: solid 1px #dad9d6;
    border-radius: 2px;
    height: 30px;
    width: 100%;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
}
input.input15[type=text] { font-family: Karla; }

/* RAD POPUP ADAPTERS FOR ERROR POPUP */
.RadWindow .rwTitleRow, 
.RadWindow .rwFooterRow { display: none; visibility:hidden; }
.RadWindow .rwCorner { display: none; }
.RadWindow iframe { overflow: hidden;}

/* Go Back Button */
.btnGoBack {
    display: block;
    position: absolute;
    top: 27px;
    left: -20px;
    background: url(../../Images/pnl15/back.png) center center no-repeat;
    width: 40px;
    height: 40px;
    z-index: 9;
    cursor: pointer;
}

/* INLINE LIST BLOCK: List of div elements disposed horizontally */
.inline-block-list {
    box-sizing: border-box;
    display:inline-block;
    width: 100%;
}


/* INLINE LIST: List of div elements disposed horizontally */
.inline-list {
    box-sizing: border-box;
    display:block;
    width: 100%;
}
    .inline-list > div {
        box-sizing: border-box;
        width: 180px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        margin: 5px;
        padding:0 10px;
        background-color: #FFF;
        border: 1px solid #f2f2f2;
        white-space: nowrap;
        overflow: hidden;
    }
        .inline-list > div.selected { background-color: #f0f8fb; }
        .inline-list > div:nth-child(3n+4) { margin-right: 0 !important;}
        .inline-list > div:nth-child(4n-7){ margin-left: 0 !important;}
    .inline-list > div *{ display: inline-block; vertical-align: middle;}
    .inline-list > div span{ white-space: nowrap; }



/* CHECKBOX */
.CheckBoxLabel
{
    white-space: nowrap;
}

.SingleCheckbox input[type=checkbox]
{
    display: none;
}

.SingleCheckbox label  
{
    display: block;
    float: left;
    color: #000;
    cursor: pointer;
}

.SingleCheckbox input[type=checkbox] + label
{
    width            : 12px;
    height           : 12px;
    border-radius    : 3px;
    background-image : linear-gradient(to bottom, #ffffff, #f2f2f2);
    border           : solid 1px #a6a6a6;
    vertical-align   : middle;
    line-height      : 1em;
    text-indent      : 20px;
    font-size        : 14px;
}

.SingleCheckbox input[type=checkbox]:checked + label::before
{
    content         : "\2714";
    color           : #333333;
    height          : 1em;
    line-height     : 1em;
    width           : 1em;
    font-weight     : 900;
    margin-right    : 8.5px;
    margin-left     : -20px;
}
/* CHECKBOX */

/* FILE UPLOAD */
/*.FileUpload {
    float:left;
    width: 367px;  
    height: 30px;  
    border-radius: 2px;  
    background-color: #ffffff;  
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);  
    border: solid 1px #dad9d6;
}
*/
    .inpuFileUpload {
        background-color:transparent;
        border:0;
        /*width: 187px;*/ 
        font-family: Karla;  
        font-size: 16px;  
        font-weight: normal;  
        font-style: italic;  
        font-stretch: normal;  
        line-height: normal;  
        letter-spacing: normal;  
        color: #dad9d6;
        margin: 5px 2px 2px 2px;    

      /*height:25px;*/
      width:90%;
      padding-left:10px;
      border:none;outline:none;
    }

.FileUpload {
  position:relative;
  margin-bottom:10px;  
    width: 367px;
    height: 30px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #dad9d6;
    float: left;
}

.whiteButton.fileUpload{
  position:absolute;
  right: 0px;
  top: 4px;
  border:none;
  height:20px;
  text-align:center;
  
  
    background: none;
        background-color: rgba(0, 0, 0, 0);
    margin: 0;
    background-color: #FFF;
    border: solid 1px #0099cc;
    color: #0099cc;
    border-radius: 3px;
    font-family: Lato;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 20px;
  margin-right: 5px;
    text-transform: uppercase;
    cursor: pointer !important;
}

.inputFileUpload{

}


/* NEW LOADER */
div.OverlayWaitingNew {
    border-radius: 8px;
    background-color: rgba(239, 247, 250, 0.85);
    /*position: fixed;*/
    /*margin-top: 30px;
    top: 50%;
    width: 749px !important;*/
    top: 0px;
    padding-top: 76px;
    padding-bottom: 76px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7001;
}

    div.OverlayWaitingNew table {
        margin: 0 auto 0 auto;
    }

    div.OverlayWaitingNew img {
        width: 63px;
        height: 63px;
        object-fit: contain;
        animation:spin 2s linear infinite; /* Rotazione */
    }
    @keyframes spin { 100% { transform:rotate(-360deg); } }

    div.OverlayWaitingNew span {
        margin-left: 29px;
    }

    div.OverlayWaitingNew div.label1 {
        font-family: Lato;
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #222222;
    }

    div.OverlayWaitingNew div.label2 {
        font-family: Karla;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #222222;
    }

/* FIX FOR AUTOCOMPLETE: */
.ui-autocomplete {
    max-height: 300px;
    max-width: 150px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
    word-wrap: break-word;
}


/* INFO BOX */
.infoBox {
    width: 755px;
    border-radius: 4px;
    background-color: #ffe8c3;
    border: solid 1px #f6a623;
    position: relative; 
    margin-bottom: 10px;
    display: none;
    /*left: 16px;*/
    top: 85px;
}

    .infoBox.Monitoring {
        height: 60px;
    }


    .infoBox.Backup {
        height: 65px;
    }

    .infoBox.lowcredit {
        height: 50px;
        background-color: #ffdfdb;
        border: solid 1px #d0011b;
    }


.infoBoxTextContainer {
    width: 77%;
    height: 100%;
    float: left;
}

.infoBoxText {
    width: 95%;
    position: relative;
    top: 50%;
    margin-top: -24px;
    margin-left: 10px; 
    font-family: Karla;
    font-size: 12px;
    text-align: left;
    color: #222222;
}

.infoBoxActionButtonContainer {
    width: 18%;
    height: 100%;
    float: left;
}

.infoBoxActionButton {
    height:14px;
    position: relative;
    top: 40%;
    margin-top: -11px;
    /*left: 50%;*/
    /*margin-left: -65px;*/
    text-decoration: none;
}

.infoBoxCloseButtonContainer {
  width: 5%;
  height: 100%;
  float: left;
}


.infoBoxCloseButton {
  width: 16px;
height: 16px;
object-fit: contain;
position: relative;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
cursor:pointer;
}

/* VALIDATION CLASSES: */
input[type=text].notValid,
input[type=password].notValid,
div.RadComboBox.notValid,
textarea.notValid,
table.notValid,
select.notValid {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d0011b;
    outline: none;
}

.validator { display: none !important; box-sizing: border-box; padding: 5px; padding-left: 0; }
.validator.notValid { color: #d0011b !important; display: block !important; }
.validator.valid { color: #2c962e !important; display: block !important; }

.stealthy {
  left: 0;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  opacity: 0;
  outline: none;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

.notVisible {
    visibility:hidden;
}

.hidden {
    visibility:hidden;
    display:none;
}

/* WIZARD BOX */

.wizard-box {
  width: 755px;
  height: auto;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  padding-bottom: 20px;
}

.wizard-box-spacer {
  width: 755px;
  height: 20px;
  background-color: transparent;
}

.wizard-box-step-number {
    width: 36px;
    height: 36px;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.35;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    /*color: var(--black);*/
}

.wizard-box-step-oval {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: solid 2px #222222;
    border: solid 2px var(--black);
    border-style: solid;
    margin-top: 19px;
    margin-left: 19px;
    border-radius: 50%;
    display: inline-block;
}

.wizard-box-title {
    height: 40px;
    font-family: Lato;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #222222;
    color: var(--black);
    margin-top: 15px;
    margin-left: 15px;
    display: inline-block;
}

.wizard-box-content {
    margin-left: 75px;
}

.wizard-box-extraInfo {
    display: inline-flex;
    height: 38px;
    margin-top: -5px;
}

.wizard-box-moreInfo {
    /*width: 75px;
    height: 14px;*/
    font-family: Karla;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0099cc !important;
    color: var(--cerulean) !important;
    display: inline-block;
    margin-left: 7px;
}

.wizard-box-textbox {
    width: 450px;
    height: 30px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #a0a0a0;
    border: solid 1px var(--warm-grey);
}

.wizard-box-text {
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    color: var(--black);
}

.wizard-box-text-normal {
    font-family: Karla;
    font-size: 16px;
    color: #222222;
    color: var(--black);
}

.wizard-box-text-small {
    font-family: Karla;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.wizard-box-text-description {
  font-family: Karla;
  font-size: 12px;
  color: #222222;
  color: var(--black);
}

.wizard-box-label {
    font-family: Karla;
    font-size: 16px;
    color: #222222;
    color: var(--black);
}

.wizard-box-label-14 {
    font-family: Karla;
    font-size: 14px;
    text-align: left;
    color: #222222;
    color: var(--black);
}
.wizard-box.buttons-box {
  background-color: #f0f8fb;
  border: none;
  padding: 48px 20px 48px 20px;
  width: 715px;
}

.wizard-box-backButton {
  font-family: Karla;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0099cc;
  color: var(--cerulean);
}

.wizard-box-caption {
  font-family: Karla;
  font-size: 12px;
  font-style: italic;
  color: #666666;
  color: var(--brownish-grey);
}

.wizard-box-cancel-linkbutton{
  font-family: Karla;
  font-size: 14px;
  text-align: left;
  color: #0099cc;
  color: var(--cerulean);
}

.wizard-box-btnConfirm {
    margin: 0;
    display: block;
    box-sizing: border-box;
    height: 44px;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #0099cc;
    box-shadow: 0 2px 0 0 #005a87;
    margin-left: 35px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
    /*.wizard-box-btnConfirm:hover {
        background-color: #005a87;    
    }*/
    .wizard-box-btnConfirm:disabled{
        background-color: #c9c9c9;
        box-shadow: 0 0 0 0;
        cursor: default;
    }
    .wizard-box-btnConfirm:disabled:hover {
        background-color: #c9c9c9;   
    }

.-Euro {
  font-family: Karla;
  font-size: 24px;
  font-weight: bold;
  color: #0099cc;
  color: var(--cerulean);
}

.-Euro.text-style-1 {
  font-weight: normal;
}

.cursorPointer{
    cursor: pointer;
}