.errorclass {
    color: red;
}

.span-condensed
{
    margin-top: 0px;
    margin-bottom: 5px
}

.k-tabstrip-wrapper
{
    width: 100% !important;
}

.bolded {
    font-weight: bold;
}

.message {
    background-color: #ececec;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 5px;
    padding: 15px;

}

.bold-title {
    font-weight: bold;
}

.normal-title {
    font-weight: normal;
}

.nospaces {
    padding: 0;
    margin: 0;
}

.brand-logo{
    padding: 5px 0 15px 0;
    text-align: center;
}

.formFieldShowError{
    background-color: rgba(255,0, 0, 0.1);   
    /* border: solid red 0.1px */
    /* font-weight: bolder;
    text-decoration-color: red; */
}

.checklinkgreen{
    color: #5cb85c;
  }

  .checklinkred{
    color: #eb2309;
  }

  .checklinkyellow{
      color: #fff3cd
  }

  .checklinkorange{
    color: rgb(255,105,0);
  }

  .checklinkgrey{
    color:dimgrey;
  }
  
  .checklinkgreyDiv{
    background-color:rgb(240, 233, 233, 0.5);
  }


.navbarlink{
    color: white;
  }

  .navbarlink-alert{
    color: rgb(255,105,0);
  }

  .navbarlink-alert:hover{
    color: rgb(255,105,0);
    cursor: pointer;
  }
  
  .navbarlink:hover{
    color: rgb(255,105,0);
    cursor: pointer;
  }

  .iconlink{
    color: rgb(255,105,0,0.5);
  }

  .iconlink:hover{
    color: rgb(255,105,0);
    cursor: pointer;
  }

  .clickable:hover{
    cursor: pointer;
  }

  .activated {
    color: rgb(255,105,0);
  }

.form-fields > div > .component {
    width: 100%
}

.alerting {
    color: red;
    font-size-adjust: 0.3;
    padding: 0 0 0 5px; 
    /* margin: -10px 0 0 0 */
}

.helpers {
    color: rgb(255,105,0);
    font-size-adjust: 0.3;
}

.helping {
    font-style: italic;
}

.helpingBox{
    border-left: solid 5px #dddde5;
    background-color: transparent;
    padding: 5px;
    margin: 0 -10px 25px 0;
    font-size: smaller;
}

.isAlerted > .component {
    background-color: red
}

.isAlerted  {
    width: auto;
}

.module-title{
    font-weight: bold;
}

.module-header {
    text-align: right;
    color: black;
    border-style: solid;
    border-width: 0.5px;
    border-left-width: 15px;
    border-color: #dddde5;
    padding: 10px;
    height: 49px;
    background-color: #f7f7f9;
    margin-left: 2px;
    margin-right: 2px;
  }

a:hover {
    text-decoration: none;
}

.badge {
    /* border-radius: 0.05rem !important; */
}

.navbar-toggler {
    border-radius: 0.05rem !important;
}

.overlay-div{
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 20001; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

body, html {
    height: 100%;
    font-family: 'Work Sans', sans-serif;
    background-color:rgb(0,73,118);
    overflow-x: hidden;
}

.content {
    background-color: rgb(251, 251, 251);
    min-height: 1098px;
    padding: 5px;
}

.bkg-expired{
    border-left: 15px solid rgb(217, 83, 79) !important;
    background-color: rgb(217, 83, 79, 0.1) !important;
}
.bkg-near-to-expire{
    border-left: 15px solid rgb(240, 173, 78) !important;
    background-color: rgb(240, 173, 78, 0.1) !important;
}

.error{
    color: rgb(217, 83, 79)
}

.badge-commercializzazione {
    background-color: rgb(255,105,0);
  }

  .badge-blue {
    background-color: rgb(255,105,0);
  }

  .badgeBigList {
      padding: 5px;
      margin-left: 5px;
      margin-right: 5px;
  }

.custom-badge{
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

/*CSS For animation*/
.slide-fade-enter-active {
    transition: all .4s ease;
}
.slide-fade-leave-active {
    transition: all .4s ease;
}
.slide-fade-enter, .slide-fade-leave-to
{
    transform: translateX(0px);
    opacity: 0;
}

.module.container .component .disabled-form{
    /*TODO*/
}

/*Grid & more*/
.activeAll{
    background-color: rgb(255,105,0, 0.8);
  }
  
  .k-grid tbody tr{
    line-height: 1 !important;
  }
  
  .k-grid th.k-state-selected, .k-grid td.k-state-selected, .k-grid tr.k-state-selected > td{
    background-color: rgb(255,105,0, 0.5) !important
  }
  
  .k-master-row.k-state-selected  {
    background-color: rgb(255,105,0, 0.5) !important;
    color: #000000;
  }
   
  .k-master-row.k-alt.k-state-selected {
    background-color: rgb(255,105,0, 0.5) !important;
    color: #000000;
  }
  
  .gridbody{
    height: unset !important;
    margin-right: 0px
  }
  
  .grid-module-body{
    color: black;
    padding-right: 0px;
    padding: 0 2px 2px 2px;
    background-color: #ffffff;
  }

.form-container{
    padding: 30px !important; 
    margin: 2px; 
    /* border-bottom: 1px solid #dddde5; */
}

.section-header > div.button-bar {
    padding: 5px 5px 0 0
}

.row.form-module-body.form-container {
    border-width: 0.5px 0.5px 0.5px 0.5px;
}

.contact-element{
    margin: 2px
}

.span-button {
    cursor:pointer
}
  
.section-header > .button-bar > div {
    padding: 5px 5px 0 0
}

.formlabel-mini{
    width: 50px !important;
    margin-left: 10px
}

.form-toolbar{
    text-align: left;
    padding: 2px;
    float: left;
}

.form-module-body{
    text-align: left;
    color: black;
    /*border-style: solid;*/
    /*border-width: 0.5px;*/
    border-color: #dddde5;
    padding: 10px;
    margin-top: 2px;
    /* background-color: #ffffff; */
    margin-left: 2px;
    margin-right: 4px;
}

.module-content {
    padding-left: 15px; 
    overflow-y: scroll; 
    max-height: 91vh; 
    padding-right: 0px; 
    margin-left: -15px; 
    margin-bottom: 10px
}

.module-page{
    margin-bottom: 100px;
}

.form-component{
    text-align: left;
    color: black;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #dddde5;
    padding: 10px;
    background-color: #ffffff;
}

.section-header{
    padding: 10px;
    border: solid;
    margin: 2px -2px 2px 2px;
    border-width: 0.5px;
    border-color: #dddde5;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    background-color: #f7f7f9;
    border-left-width: 15px;
    /* border-left-color:  rgb(255,105,0, 0.8); */ /* idea di colorare il bordo sinistro*/
}

.page-sub-title {
    font-size: 14px;
    font-weight: normal;
}

.section-header-pagepart-title{
    padding: 4px;
    border: solid;
    margin: 2px -2px 2px 2px;
    border-width: 0.5px 0.5px 0.5px 15px;
    border-color: #dddde5;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    background-color: #f7f7f9;
    /* border-left-color:  rgb(255,105,0, 0.8); */ /* idea di colorare il bordo sinistro*/
}

.section-body-pagepart-title{
    margin-top: 20px;
    padding: 4px;
    border: solid;
    border-width: 0 0 0 0;
    border-color: #dddde5;
}

.no-margin{
    margin: 0px;    
}

.col-lg-8 > .k-animation-container {
    width: 100%
}

.label {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    height: 100%;
}

.nlabel {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding-right: 15px;
}
.form-fields{
    padding: 5px
}

.mini-font{
    font-weight: 1;
    font-size: 15px;
}

.mini-font-2{
    font-weight: 1;
    font-size: 0.7rem;
}

.k-grid-content.k-virtual-content {
    overflow-y: hidden
} 

.k-grid-header{
    padding-right: 0px !important;
} 

.k-grid-header-wrap{
    border-right-width: 0px !important; 
}

.k-header.k-grid-toolbar{
    text-align: right
}

hr{
    border-color: #9e9e9e;
    margin-top: 30px
}

.k-panelbar .k-group > .k-item > .k-link{
    font-size: 18px
}
.k-panelbar > .k-item > .k-link{
    font-size: 18px
}

.textshadowed {
    text-shadow: 0 1px 1px rgba(0,0,0,.45);
}

.bordered {
    border: solid black 1px;
}

#loginForm > .row
{
    width: 100%;
    margin: 0;
    padding: 0 5px 5px 5px;
}
#loginForm > .row > .col-3
{
    width: 100%;
    padding-top: 5px
}
#loginForm 
{
    padding-top: 20px
}

span.long-switch
{
    width: 80px
}

.booleanSelector > ul > li.k-button.k-state-active {
    background: #004976;
    color: white;
}

td.cellDownloadable{
    text-align: center;
    vertical-align: middle;
}

.cellCenterable{
    text-align: center;
    vertical-align: middle;
}

td.cellDownloadable:hover{
    background-color: rgb(255,105,0, 0.8);
}

.button-close-badge {
    color: #FFF; 
    font-weight: 700; 
    font-size: 1.5rem; 
    background: 0 0; 
    padding: 0; 
    border: 0;
}

.pointer {
    cursor: pointer;
}


.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 8px;
      height: 64px;
    }
    50%, 100% {
      top: 24px;
      height: 32px;
    }
  }
  

/* 
@media (min-width: 1250px) {
    .container {
      width: 1340px;
      max-width: 100%;
    }
  } */

@media screen and (max-width: 576px) {
    .module-content {
        max-height: 60vh; 
    }
    /*
    .k-panelbar .k-group > .k-item > .k-link{
        font-size: 14px
    }
    .k-panelbar > .k-item > .k-link{
        font-size: 14px
    }
    .mini-font{
        font-weight: 1;
        font-size: 12px;
    }
    .section-header{
        font-size: 14px;
    }
    .body{
        font-size: 10px
    }
    */
}

.monitoredItems
{margin-bottom: 30px; background: #f7f4f4; border: 2px solid #dddde5; border-radius: 4px; padding: 4px}

.noDataFound
{margin-bottom: 30px; background: #f7f4f4; border: 2px solid #dddde5; border-radius: 4px; padding: 4px; text-align: center; vertical-align: middle; min-height: 100px;}

.badgeWLListPEP
{border-radius: 0.5rem !important; color: white; background-color: rgb(0,73,118); padding: 1px 4px 1px 4px; margin-left: 3px}
.badgeWLListPEP-CURRENT
{border-radius: 0.5rem !important; color: white; background-color: rgb(0,73,118); padding: 1px 4px 1px 4px; margin-left: 3px}
.badgeWLListSAN
{border-radius: 0.5rem !important;background-color: #dddde5;padding: 1px 4px 1px 4px; margin-left: 3px}
.badgeWLListRRE
{border-radius: 0.5rem !important;background-color: #dddde5;padding: 1px 4px 1px 4px; margin-left: 3px}
.badgeWLListREL
{border-radius: 0.5rem !important;background-color: #dddde5;padding: 1px 4px 1px 4px; margin-left: 3px}
.badgeWLListPOI
{border-radius: 0.5rem !important;background-color: #dddde5;padding: 1px 4px 1px 4px; margin-left: 3px}
.countryBadge
{display:inline-block; border-radius: 0.3rem !important; margin: 3px; padding: 3px; background-color: #f1f1f5; margin-left: 3px}

.defaultMarginTop{
    margin-top: 30px;
}

.defaultMarginBottom{
    margin-bottom: 30px;
}

.hideIfNotLogged { display: block; }
.big-margin-top { margin-top: 0em; }

@keyframes comeFromTopAndDisappear {
    0% { top: -10%; }
    25% { top: 5%; }
    75% { top: 5%; }
    100% { top: -10%; }
}

@keyframes comeFromTopAndStay {
    0% { top: -10%; }
    100% { top: 5%; }
}

.primary {
    color: rgb(0,73,118);
}

.primary:hover {
    color: #0069d9;
}

.warning {
    color: rgb(255,105,0);
}

.danger {
    color: #d9534f;
}

.big {
    transform: scale(1.5);
}

.very-big {
    transform: scale(2);
}

/** fix per rendere il punlsante delle compo di dimensioni adeguate**/
span.k-icon.k-svg-icon.k-button-icon {
    padding: 0
}

/** fix menu **/
li.k-level-0 > .k-link > span.k-panelbar-item-text{
    margin: 0px !important;
    padding: 0px !important;
}

li.k-level-0 span.k-link{
    margin: 0px !important;
    padding: 5px !important;
}

span.k-panelbar-item-text{
    padding-left: 25px;
}

span.k-link.k-selected.k-focus{
    border-color: #164978 !important;
}

ul.k-panelbar.k-pos-relative:first-child {
    border-right-color: #164978;
    border-left-color: #164978;
    border-top-color: #164978;
    border-bottom: 0;
}

ul.k-panelbar.k-pos-relative.k-panelbar-header.k-level-0:last-child {
    border-right-color: #164978;
    border-left-color: #164978;
    border-bottom-color: #164978;
}

.k-panelbar > .k-item + .k-item, .k-panelbar > .k-panelbar-header + .k-panelbar-header {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}

.backgroundDisabled{
    background-color: #e9e9e9;
}


span.k-chip-label
{
    min-height: 18px;
    line-height: 18px;
}



.solid-table {
    border: solid 1px #dddde5;
    padding: 5px;
    border-width: 0.5px 0.5px 0.5px 15px;
    margin-bottom: 3px;
}