﻿/*Variabili generali*/
:root {
    --accent-color: #F1B91A;
    --content-width: 1200px;
    --content-large-width: 1700px;
    --solutions-color: #599FB9;
    --industries-color: #68C4CF;
    --applications-color: #F1B91A;
    --contacts-color: #D358FE;
    --label-color: #424245;
    --opentext-color: #1B6AFF;
}


/*Animazioni*/
@keyframes SlideHeaderIcon {
    from {
        margin-right: -200px;
    }

    to {
        margin-right: 0px;
    }
}

@keyframes FadeHeaderIcon {
    from {
        opacity: 0.1
    }

    to {
        opacity: 1
    }
}



/*Stili generali per tutti gli elementi*/
body {
    font-family: 'Calibri Light',Calibri,Verdana, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0px;
    background-color: #f5f5f7;
    color: var(--label-color);
}


/*Struttura principale pagine*/
.General {
    background-color: #FFFFFF;
}

.Header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    /* opacity: 0.93;*/
    border-bottom: 8px solid var(--accent-color);
    z-index: 2;
}

.HeaderSolutions {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    /* opacity: 0.93;*/
    border-bottom: 8px solid var(--solutions-color);
    z-index: 2;
}

.HeaderOpenText {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    /* opacity: 0.93;*/
    border-bottom: 8px solid var(--opentext-color);
    z-index: 2;
}

.HeaderIndustries {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    /* opacity: 0.93;*/
    border-bottom: 8px solid var(--industries-color);
    z-index: 2;
}

.HeaderApplications {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    /* opacity: 0.93;*/
    border-bottom: 8px solid var(--applications-color);
    z-index: 2;
}

.HeaderContacts {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    /* opacity: 0.93;*/
    border-bottom: 8px solid var(--contacts-color);
    z-index: 2;
}

.SubHeader {
    width: var(--content-large-width);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}



.Title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*  background:orange;*/
}

.SubTitle {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    max-width: var(--content-width);
    /* background: yellow;*/
    margin: 30px;
}

.TitleNav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.SubTitleLarge {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    max-width: var(--content-large-width);
    /*  background: yellow;*/
    margin: 30px;
}

.Filter {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    background-color: #f5f5f7;
}

.SubFilter {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    max-width: var(--content-width);
    margin: 30px;
}


.Content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*background: green;*/
}

.SubContent {
    width: var(--content-width);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /*    background-color: aquamarine;*/
    margin-left: 20px;
    margin-right: 20px;
}

.SubContentLarge {
    width: var(--content-large-width);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /*background-color: aquamarine;*/
    margin-left: 20px;
    margin-right: 20px;
}

.Footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    /*border-top: 4px solid #F5DF4E;*/
    background-color: #f5f5f7;
    opacity: 0.93;
}


.SubFooter {
    width: var(--content-width);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.FooterLine {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 1px;
}

.Top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    visibility: hidden;
}



/*Elementi vari*/
.HeaderLogo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.HeaderMenu {
    display: flex;
    flex-flow: row nowrap;
}

.MenuButton {
    display: none;
    width: 40px;
    height: 40px;
}

.Logo {
    color: #424245;
    font-size: 26pt;
    font-weight: bold;
    text-decoration: none;
}

.TopButton {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color);
    height: 40px;
    width: 40px;
    border-radius: 20px;
}

.Logo1 {
    color: var(--accent-color);
    font-size: 22pt;
    text-decoration: none;
    font-weight: bold;
}

.Logo2 {
    color: var(--accent-color);
    font-size: 22pt;
    text-decoration: none;
    font-weight: bold;
}

.Login {
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 8px;
    font-weight: bold;
}

.Menu {
    color: var(--label-color);
    font-size: 20px;
    text-decoration: none;
    margin-right: 40px;
    font-weight: bold;
    cursor: pointer;
}

.MenuSelected {
    color: #F5DF4E;
    font-size: 20px;
    text-decoration: none;
    margin-right: 40px;
    font-weight: bold;
    cursor: pointer;
}

.MenuSolutions {
    color: var(--solutions-color);
    font-size: 20px;
    text-decoration: none;
    margin-right: 40px;
    font-weight: bold;
    cursor: pointer;
}

.MenuOpenText {
    color: var(--opentext-color);
    font-size: 20px;
    text-decoration: none;
    margin-right: 40px;
    font-weight: bold;
    cursor: pointer;
}

.MenuIndustries {
    color: var(--industries-color);
    font-size: 20px;
    text-decoration: none;
    margin-right: 40px;
    font-weight: bold;
    cursor: pointer;
}

.MenuApplications {
    color: var(--applications-color);
    font-size: 20px;
    text-decoration: none;
    margin-right: 40px;
    font-weight: bold;
    cursor: pointer;
}

.MenuContacts {
    color: var(--contacts-color);
    font-size: 20px;
    text-decoration: none;
    margin-right: 40px;
    font-weight: bold;
    cursor: pointer;
}

.TitleLabel {
    font-size: 46px;
    text-transform: uppercase;
}

.SubTitleLabel {
    font-size: 36px;
    color: #9e9e9e;
}


.DetaiBox {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}



.DetailLeft {
    width: 600px;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
}

.DetailRight {
    width: 300px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.DetailDownload {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    background-color: #f5f5f7;
    padding: 20px;
}

.DownloadContacts {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    background-color: var(--accent-color);
    padding: 20px;
    margin-bottom: 50px;
}

.ContactEmail {
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-decoration: none;
}

.ContactPhoneNumber {
    font-size: 30px;
    color: #FFFFFF;
    text-decoration: none;
}

.ContactTitle {
    font-size: 40px;
    text-transform: uppercase;
}

.FunctionBox {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.DetailLabel {
    font-size: 20px;
    margin-bottom: 10px;
}

.DetailTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--opentext-color);
}

.DetailTitleContact {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.DetailLink {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--label-color);
}

.Function {
    width: 450px;
    height: 400px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    margin: 20px;
    border: 1px solid #d8d0ca;
}

    .Function:hover {
        transition: 0.5s;
        transform: scale(1.05);
        box-shadow: 10px 10px 10px #f5f5f7;
    }

.FunctionImage {
    width: 160px;
}


.ContactForm {
    margin-top: -300px;
    background-color: rgba(245,245,247,0.96);
    padding: 40px;
    width: 850px;
}

.FlexTable {
    display: flex;
    flex-flow: column;
}

.FlexRow {
    display: flex;
    flex-flow: row nowrap;
}

.FlexColumn {
    flex: 0 1 auto;
    padding: 5px;
}

.InputBox {
    font-size: 25px;
    border: 1px solid #d8d0ca;
}

.LabelInputBox {
    color: #424245;
}

.DetailButtonPrimary {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    background-color: #e30327;
    padding: 12px;
    margin-right: 20px;
    font-size: 20pt;
    border-radius: 30px;
    text-transform: uppercase;
}

.MessageLabel {
    color: var(--label-color);
    font-size: 30pt;
}

.PopupDisableEffectBox {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(88,88,88,0.6);
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.PortalPopupBox {
    box-shadow: 10px 10px 10px #585858;
    z-index: 20;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    /*align-items: flex-start;*/
    animation: popupIn 0.8s ease-in-out;
    width: 80%;
    height: 80%;
    background-color: #FFFFFF;
}


.ChangePortalBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
}


.GLPortalBox {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 276px;
    width: 276px;
    background: #10C1E9;
    margin: 10px;
    margin-left: 20px;
    border-radius: 5px;
}

.AgentPortalBox {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 276px;
    width: 276px;
    background: #33CCAA;
    margin: 10px;
    border-radius: 5px;
}

.CustomerPortalBox {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 276px;
    width: 276px;
    background: #6781FC;
    margin: 10px;
    margin-right: 20px;
    border-radius: 5px;
}

.PortalTitle {
    color: #FFFFFF;
    font-size: 30px;
    padding: 10px;
    font-weight: bold;
}

.PortalLogin {
    background-color: #FFFFFF;
    color: #333333;
    float: right;
    font-size: 18pt;
    font-weight: bolder;
    border-radius: 26px;
    text-align: center;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.ChangePortalTitle {
    font-size: 30px;
    color: #333333;
    align-self: center;
    padding-top: 10px;
    font-weight: bold;
}

.PortalContent {
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
}

.CloseLogin {
    position: fixed;
    top: 12%;
    right: 12%;
    color: #333333;
    text-decoration: none;
    font-size: 40px;
}

.SlideTitle {
    font-size: 40px;
    color: var(--accent-color);
    margin-bottom: 40px;
    font-weight: bold;
    /*  position: absolute;
    width: 700px;
    left: 170px;
    top: 120px;*/
}

.SlideImageIcon {
    /* position: absolute;
    right: 170px;
    top: 132px;*/
    background-color: rgba(255,255,255, 0.9);
    padding: 0px;
    border-radius: 200px;
    width: 300px;
    animation-name: SlideHeaderIcon;
    animation-duration: 1.5s;
}

.SlideImageContent {
    width: 590px;
    animation-name: SlideHeaderIcon;
    animation-duration: 2s;
    margin-top: 70px;
}

.SlideImagePacks {
    width: 392px;
    animation-name: SlideHeaderIcon;
    animation-duration: 2s;
    margin-top: 199px;
}

.SlideContent {
    width: 606px;
    font-size: 24px;
    line-height: 40px;
    animation: FadeHeaderIcon;
    animation-duration: 2s;
    /*  position: absolute;
    top: 220px;
    left: 170px;*/
}

.SubSlide {
    width: var(--content-width);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 122px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.SubSlideLarge {
    width: var(--content-large-width);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    /* top: 80px;*/
    left: 0px;
    right: 0px;
    margin: auto;
}

.SlideText {
    display: flex;
    flex-flow: column nowrap;
}

.SlideContentReverse {
    width: 606px;
    font-size: 24px;
    line-height: 40px;
    /* position: absolute;
    top: 220px;
    left: 170px;*/
    color: #FFFFFF;
    animation: FadeHeaderIcon;
    animation-duration: 2s;
}

.SlideContainer {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.SlideBox {
    width: 100%;
    height: 500px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.SlideImage {
    width: 100%;
    height: 500px;
}

.SlideButtonContainer {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}

.SlideButtonBadgeContainer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.SlideButtonBadge {
    cursor: pointer;
    border: 1px solid #CCC;
    background-color: rgba(255,255,255,0.5);
    height: 10px;
    width: 10px;
    margin: 10px;
    border-radius: 14px;
}

.SlideButtonBadgeSelected {
    background-color: #333333;
}

.SlideButtonPrev, .SlideButtonNext {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
    height: 40px;
    width: 40px;
    margin: 10px;
    cursor: pointer;
}

.CompanyInfoLabel {
    color: #616161;
    vertical-align: middle;
    margin-left: 20px;
}

.CookieMoreInfo {
    color: #616161;
    margin-left: 20px;
    text-decoration: none;
}

.LanguageImage {
    height: 20px;
    margin: 13px;
}

.FunctionLabel {
    flex: 1 1 auto;
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: auto;
    font-size: 17px;
}


.FunctionTitle {
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
}

.FunctionButton {
    color: var(--accent-color);
    font-size: 22px;
}

.PrevButton {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    margin-right: 20px;
    background-color: var(--accent-color);
    border-radius: 20px;
    flex: 0 0 auto;
}

.CookieBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.HelpBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: -150px;
/*    background-color: rgba(255, 255, 255, 0.96);*/
    padding: 20px;
}

.HelpLink {
    color: #333333;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;

}

.SearchBox {
 
    padding: 50px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.SearchText {
    font-size: 24px;
    color: #333333;
    padding: 10px;
    border: 1px solid #d8d0ca;
    border-radius: 30px;
    width: 350px;
}

.SearchImage {
    height: 40px;
    margin-left: -50px;
}

.SearchLinks {
    display: flex;
    flex-flow: column wrap;
    justify-content:  flex-start;
    align-items:  flex-start;
    height: 500px;
    width: 850px;
}

.CookieInfo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #333333;
}

.CookieCloseBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    flex: 1 10%;
    -ms-flex: 1 10%;
    -webkit-flex: 1 10%;
}

.CookieMessageBox {
    flex: 1 90%;
    -ms-flex: 1 90%;
    -webkit-flex: 1 90%;
}

.CookieClose {
    margin: 0px;
    background-color: #FFFFFF;
    border: 0px;
    padding: 2px;
    border-radius: 3px;
}

.CookieMessage {
    color: #FFFFFF;
}



.CookieTitle {
    font-weight: bold;
    margin-top: 30px;
}



.OpenImmage {
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 5px;
}

.OpenCert {
    height: 290px;
}

.VideoOpen {
    width: 760px;
    height: 424px;
    margin-top: 5px;
}

.OpenText {
    padding: 30px;
    width: 758px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    border: 1px solid #d8d0ca;
    margin-bottom: 50px;
}

.HotFixList {
    margin-top: 10px;
}
