/* Stylesheet / CSS */

@font-face {
    font-family: 'Domine';
    font-style: normal;
    font-weight: 400;
    src: local('Domine'), local('Domine-Regular'), url("font/Domine.woff") format('woff');
}

@font-face {
    font-family: 'Lobster Two';
    font-style: normal;
    font-weight: 400;
    src: local('Lobster Two'), local('LobsterTwo'), url("font/Lobster.woff") format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('font/opensans/Light/OpenSans-Light.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'), url('font/opensans/Light/OpenSans-Light.woff') format('woff'), url('font/opensans/Light/OpenSans-Light.woff2') format('woff2'), url('font/opensans/Light/OpenSans-Light.ttf') format('truetype'), url('font/opensans/Light/OpenSans-Light.svg') format('svg');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('font/opensans/Regular/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('font/opensans/Regular/OpenSans-Regular.woff') format('woff'), url('font/opensans/Regular/OpenSans-Regular.woff2') format('woff2'), url('font/opensans/Regular/OpenSans-Regular.ttf') format('truetype'), url('font/opensans/Regular/OpenSans-Regular.svg') format('svg');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('font/opensans/Semibold/OpenSans-Semibold.eot');
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('font/opensans/Semibold/OpenSans-Semibold.woff') format('woff'), url('font/opensans/Semibold/OpenSans-Semibold.woff2') format('woff2'), url('font/opensans/Semibold/OpenSans-Semibold.ttf') format('truetype'), url('font/opensans/Semibold/OpenSans-Semibold.svg') format('svg');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('font/opensans/Bold/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('font/opensans/Bold/OpenSans-Bold.woff') format('woff'), url('font/opensans/Bold/OpenSans-Bold.woff2') format('woff2'), url('font/opensans/Bold/OpenSans-Bold.ttf') format('truetype'), url('font/opensans/Bold/OpenSans-Bold.svg') format('svg');
}

/* CSS Reset - Do not edit this line */
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-align: left;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table, th, td {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

:focus {
    outline: 0;
}


/* General Styles
----------------------------------------------------------------------------------------------------*/
html {
    min-height: 100%;
}

body {
    padding-top: 20px;
    padding-bottom: 60px;
    font-family: Arial, Helvetica, sans-serif;
    color: #888;
    font-size: 13px;
    line-height: 20px;
    min-width: 998px;
    background-color: #2b3643;
}

#header-login-box {
    background: url('@System.Configuration.ConfigurationManager.AppSettings["logoSoftware"]');
    background-position: center 31px;
    background-repeat: no-repeat;
    height: 100px;
    padding-top: 35px;
}

.logoCP {
    background: url('@System.Configuration.ConfigurationManager.AppSettings["logoSoftware"]');
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}


#wrapper {
    height: 100%;
    margin: auto;
    background-color: #ECECEC;
}



#username_input {
    margin-left: 25px;
    position: absolute;
    width: 245px;
    height: 50px;
    margin-top: 20px;
}


#MainContent_TextBoxPsw, #MainContent_TextBoxNomeUtente {
    display: block;
    width: 100%;
    height: 45px;
    background: white;
    color: #bdbdbd;
    font-family: helvetica, sans-serif;
    font-size: 18px;
    padding-left: 37px;
}

form #wrapper i.icon-login-pad {
    position: absolute;
    display: block;
    margin-top: -44px;
    float: left;
    margin-left: 12px;
    color: rgb(211, 211, 211);
}

#password_input {
    margin-left: 25px;
    position: absolute;
    width: 245px;
    height: 50px;
    margin-top: 85px;
}


#url_password {
    display: block;
    position: absolute;
    margin-top: -45px;
    float: left;
    margin-left: 12px;
}

#submit {
    float: left;
    position: relative;
    padding: 0;
    margin-top: 160px;
    margin-left: 25px;
    width: 300px;
    height: 40px;
    border: 0;
}

#submitInsApp {
    margin-left: 25px;
    margin-bottom: 15px;
    width: 300px;
    height: 40px;
    padding-top: 10px;
}

#links_left {
    float: left;
    position: relative;
    padding-top: 5px;
    margin-left: 25px;
}

    #links_left a {
        color: #bbb;
        font-size: 11px;
        text-decoration: none;
        transition: color 0.5s linear;
        -moz-transition: color 0.5s linear;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
    }

        #links_left a:hover {
            color: #292929;
        }


/* Main marketing message and sign up button */
.jumbotron {
    margin: 1px 0;
    text-align: center;
    color: black;
    background-color: white;
    padding: 50px;
    border-radius: 15px;
}

    .jumbotron h1 {
        font-size: 100px;
        line-height: 1;
        font-family: 'Lobster Two', cursive;
        text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    }

    .jumbotron .lead {
        font-size: 24px;
        line-height: 1.25;
        font-family: 'Domine';
    }

    .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
    }


/* Custom container */
.container {
    margin: 0 auto;
    max-width: 1000px;
}

    .container > hr {
        margin: 60px 0;
    }

#modalLogin {
    width: 351px;
    height: 373px;
    margin-left: -186px;
}

    #modalLogin > .close {
        padding-right: 3px;
    }


.row-fluid.dashboard .span4 {
    color: black;
    width: 144px;
    height: 144px;
    cursor: pointer;
}

.dashboard-icon {
    /*width: 144px;
    height: 144px;*/
}

/*
.dashboard-icon#MainContent_ImageButtonAU
{
    margin-right: 30px;
}
.dashboard-icon#MainContent_ImageButtonNE{
	margin-right: 30px;
}
.dashboard-icon#MainContent_ImageButtonLW{
	margin-right: 30px;
}
.dashboard-icon#MainContent_ImageButtonSW{
	margin-right: 30px;
}
.dashboard-icon#MainContent_ImageButtonSP{
	margin-right: 30px;
}
*/
/* Classe per disabilitare un icona del software*/
/*.disabled {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
        filter: gray;
        -webkit-filter: grayscale(100%); 
        -webkit-transition: all .1s ease;
        -webkit-backface-visibility: hidden; 
        opacity: 0.2;
        cursor: default;
    }*/

.opaco {
    opacity: 0.2;
    cursor: pointer;
}

    .opaco:hover {
        opacity: 1;
        -webkit-transition: all 0.5s ease;
    }

.icons-container {
    max-width: 1000px;
    margin: 0 auto;
}

    .icons-container > div {
        cursor: pointer;
        display: inline-flex;
    }

.grid {
    margin-top: 10px;
    margin-bottom: 20px;
}

.dummy {
    height: 50px;
    text-align: center;
}

.footer {
    margin-top: 50px;
}

#logo {
    background: url('@System.Configuration.ConfigurationManager.AppSettings["logoSoftware"]') no-repeat;
    width: 145px;
    height: 100px;
}

.float-up {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: float-up;
    -moz-animation-name: float-up;
    -o-animation-name: float-up;
    animation-name: float-up;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes float-up {
    0% {
        bottom: -210px;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        bottom: 0;
    }
}

#headerIA {
    background: url('@System.Configuration.ConfigurationManager.AppSettings["logoSoftware"]');
    background-position: center 31px;
    background-repeat: no-repeat;
    height: 100px;
    padding-top: 35px;
}

#wrapperIA {
    height: 100%;
    margin: auto;
    background-color: #ECECEC;
}

#modalInsApp {
    width: 351px;
    margin-left: -186px;
    max-height: 500px;
    overflow-y: auto;
}

    #modalInsApp > .close {
        padding-right: 3px;
    }

.mini-icon-ia {
    position: absolute;
    width: 64px;
    height: 64px;
    margin-top: 5px;
}

.mini-icon-ne {
    background: url(../Image/icons/mini-icon-ne.png) no-repeat;
}

.mini-icon-rw {
    background: url(../Image/icons/mini-icon-rw.png) no-repeat;
}

.mini-icon-sp {
    background: url(../Image/icons/mini-icon-sp.png) no-repeat;
}

.mini-icon-gr {
    background: url(../Image/icons/mini-icon-gr.png) no-repeat;
}

.mini-icon-sw {
    background: url(../Image/icons/mini-icon-sw.png) no-repeat;
}

.mini-icon-gt {
    background: url(../Image/icons/mini-icon-gt.png) no-repeat;
}

.mini-icon-ru {
    background: url(../Image/icons/mini-icon-ru-web.png) no-repeat;
}

.hrIA {
    border: 1px dashed #C0C0C0;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


#wrapperIA input[type=password], #wrapperIA input[type=text] {
    background: white;
    color: #bdbdbd;
    padding-left: 30px;
    width: 200px;
    margin-left: 70px;
}

form #wrapperIA i.icon-login-pad {
    position: absolute;
    display: block;
    margin-top: -31px;
    margin-left: 80px;
    color: rgb(211, 211, 211);
}


#wrapperIA p.mini-jumbo {
    font-size: 46px;
    line-height: 1;
    font-family: 'Lobster Two', cursive;
    color: #DB2626;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

#MainContent_copy {
    margin: 0 auto;
    width: 200px;
}

#headerLP {
    background: url('@System.Configuration.ConfigurationManager.AppSettings["logoSoftware"]');
    background-position: center 31px;
    background-repeat: no-repeat;
    height: 100px;
    padding-top: 35px;
}

#wrapperLP {
    height: 100%;
    margin: auto;
    background-color: #ECECEC;
}


.mini-icon-lp {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 17px;
    margin-top: 5px;
}

.hrLP {
    border: 1px dashed #C0C0C0;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


#wrapperLP input[type=text] {
    background: white;
    color: #bdbdbd;
    padding-left: 30px;
    width: 250px;
}

#wrapperLP input[type=submit] {
    width: 136px;
    margin-left: auto;
    margin-right: auto;
}

form #wrapperLP i.icon-login-pad {
    position: absolute;
    display: block;
    margin-top: -31px;
    margin-left: 40px;
    color: rgb(211, 211, 211);
}

#headerIE {
    background: url('@System.Configuration.ConfigurationManager.AppSettings["logoSoftware"]');
    background-position: center 31px;
    background-repeat: no-repeat;
    height: 100px;
    padding-top: 35px;
}

#wrapperIE {
    height: 100%;
    margin: auto;
    background-color: #ECECEC;
}

.mini-icon-ie {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 17px;
    margin-top: 5px;
}

.hrIE {
    border: 1px dashed #C0C0C0;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


#wrapperIE input[type=text] {
    background: white;
    color: #bdbdbd;
    padding-left: 30px;
    width: 250px;
}

#wrapperIE input[type=submit] {
    width: 136px;
    margin-left: auto;
    margin-right: auto;
}

form #wrapperIE i.icon-login-pad {
    position: absolute;
    display: block;
    margin-top: -31px;
    margin-left: 40px;
    color: rgb(211, 211, 211);
}

#submitHelp {
    margin-bottom: 15px;
    padding-top: 14px;
}

#submitInsNewPass {
    margin-left: 170px;
    margin-bottom: 15px;
    width: 200px;
    height: 55px;
    padding-top: 25px;
    position: relative;
    top: -20px;
}


#wrapperHP {
    height: 100%;
    margin: auto;
    background-color: #ECECEC;
}

#wrapperQPC {
    height: 100%;
    margin: auto;
    background-color: #ECECEC;
}

#links_help {
    padding-top: 5px;
}

    #links_help a {
        color: #0094ff;
        font-size: 15px;
        text-decoration: none;
        transition: color 0.5s linear;
        -moz-transition: color 0.5s linear;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
    }

        #links_help a:hover {
            color: #292929;
        }

#wrapperIU {
    height: 100%;
    margin: auto;
    background-color: #ECECEC;
}

#wrapperHelp {
    height: 100%;
    margin: auto;
    background-color: #ECECEC;
}


#modalInsEmail .modal-header .close {
  display:none;
}


.linklikebutton {
    display: block;
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding-top: 20px;
}


.dashboard-icon .tile{

    height: 134px!important;
    width: 134px!important;
}