﻿

/* ************************************
          _
 ___  ___| | ___
/ __|/ __| |/ __|  
\__ \ (__| | (__ 
|___/\___|_|\___|


Descrizione: Portale aziende settore astrofisico.  
Autore: Sergio Di Cosimo
Versione: 1.0 del 6/4/2020

************************************ */

/* ************************************
 RESET
************************************ */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1rem;
	font: inherit;
	vertical-align: baseline;
	outline: none
}

/* --- HTML5 display-role reset for older browsers --- */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
body {
  background: url('../images/nasa-extreme-space-weather-magnetic-field.png') no-repeat; 
  background-size: cover;
  background-clip: padding-box;
  background-attachment: fixed;
  height: 100vh;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ====================================
  GENERAL
==================================== */

body,
html {
    height: 100%;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300))); 
}
body {
    background-color: #f3f6fb;
    font-family: "Roboto", sans-serif;
    padding: 50px 0;
    color: #2b2e33;
}
noscript>div {
    color: #000;
    font-size: 30px;
    line-height: 1.5;
    padding: 20px;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase
}
.center-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

/* ====================================
  TYPOGRAPHY
==================================== */

a.email-link { color: #0275d8 !important; }
a.email-link:hover, a.email-link:focus { color: #025aa5 !important; outline: none;}

.clear{ padding: 10px 0; width:100%; clear: both; }

.btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}
#nav {
    font-family: 'Roboto', sans-serif;
    font-weight: normal
}

/* === HEADER === */

h1, h2, h3, h4, h5 {font-family: 'Roboto', sans-serif; font-weight: 600}

h1 {
    font-size: calc(24px + (34 - 24) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(31px + (44 - 31) * ((100vw - 300px) / (1600 - 300))); 
}
h2 {
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(26px + (39 - 26) * ((100vw - 300px) / (1600 - 300))); 
    border-bottom: 1px #ddd solid
}
h3 {
    font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(21px + (34 - 21) * ((100vw - 300px) / (1600 - 300))); 
}
h4 {
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(22px + (26 - 22) * ((100vw - 300px) / (1600 - 300))); 
}
h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300))); 
}

h4, h5 {
  border-bottom: 1px #ddd solid;
  margin-top: 1.8rem;
  margin-bottom: 1.3rem;
}
.alert h5 {
  border-bottom: 1px #444 solid;
  margin-bottom: 1.3rem;
}

/* ====================================
  LOGO
==================================== */

.logo-inaf {
    float: left;
}
.logo-inaf a img {
    margin-top: 10px;
    width: 53vw
}
/* ====================================
  HEADER
==================================== */

.header {
    background: #fff;
    top: 3px;
    left: 0;
    right: 0;
    height: calc(28px + (120 - 28) * ((100vw - 300px) / (1600 - 300)));
    z-index: 30;
    color: inherit;
    background: url('../images/aspis.png') no-repeat; 
    background-size: 81%;
    background-clip: border-box;
	  position: fixed;
   	box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);      
}

.header a {
    color: inherit
}
.header>a:hover {
    opacity: .7
}

@media (max-width:768px) {
  .header {
    background: url('../images/aspis.png') no-repeat; 
    background-size: 90%;
  }
}

/* --- Scroll Indicator --- */

.scroll-indicator {
  position: fixed;
  top: 0;
  z-index: 98;
  width: 100%;
  background-color: #f1f1f1;
}

.progress-container {
  width: auto;
  height: 5px;
  background: #ccc;
}

.progress-bar {
  height: 5px;
  width: 0%;
  background: #46598d;
}

/* --- Menu-toggle --- */
.menu-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50px;
    height: calc(28px + (120 - 28) * ((100vw - 300px) / (1600 - 300)));
    text-align: center;
    border: 1px solid #aaa;
    background: #fff
}
.menu-toggle-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.menu-toggle-icon {
    font-size: 35px
}
.menu-toggle .menu-toggle-text {
    display: none
}
@media (min-width:768px) {
    .menu-toggle {
        position: relative;
        float: left;
        width: 95px;
        border-right: 1px solid #aaa
    }
    .menu-toggle-inner {
        position: absolute
    }
    .menu-toggle .menu-toggle-text,
    .menu-toggle:focus .menu-toggle-text {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 400;
        color: #000
    }
    .menu-toggle:hover .menu-toggle-text,
    .menu-toggle:active .menu-toggle-text,
    .active-slide-btn.menu-toggle .menu-toggle-text {
        color: #fff
    }
    .menu-toggle-icon {
        font-size: 45px
    }
}
@media (min-width:1200px) {
    .menu-toggle {
        width: 125px
    }
}

/* ---  Burgeer Icon --- */
.burger-icon {
    position: relative;
    top: -5px
}
@media (min-width:768px) {
    .burger-icon {
        top: auto
    }
}
.burger-icon .lines {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #000;
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: .3s;
    position: relative
}
.burger-icon .lines:before,
.burger-icon .lines:after {
    display: inline-block;
    background: #000;
    height: 3px;
    transition: .3s;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    transform-origin: .28571rem center;
    -webkit-transform-origin: .28571rem center
}
.burger-icon .lines:before {
    top: 10px
}
.burger-icon .lines:after {
    top: -10px
}
@media (min-width:768px) {
    .burger-icon .lines {
        width: 45px
    }
}
.menu-toggle:hover .burger-icon .lines,
.menu-toggle:hover .burger-icon .lines:before,
.menu-toggle:hover .burger-icon .lines:after {
    background: #fff
}
.burger-icon {
    padding: 0;
    transition: .3s;
    cursor: pointer;
    user-select: none
}
.burger-icon:hover {
    opacity: 1
}
.burger-icon:active {
    transition: 0
}
.active-slide-btn.menu-toggle .burger-icon .lines {
    transform: scale3d(.8, .8, .8);
    -webkit-transform: scale3d(.8, .8, .8)
}
.active-slide-btn.menu-toggle .burger-icon .lines {
    background: transparent
}
.active-slide-btn.menu-toggle .burger-icon .lines:before,
.active-slide-btn.menu-toggle .burger-icon .lines:after {
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    top: 0;
    left: 0;
    width: 30px;
    background: #fff
}
@media (min-width:768px) {
    .active-slide-btn.menu-toggle .burger-icon .lines:before,
    .active-slide-btn.menu-toggle .burger-icon .lines:after {
        width: 45px
    }
}
.active-slide-btn.menu-toggle:hover .burger-icon .lines {
    background: transparent
}
.active-slide-btn.menu-toggle .burger-icon .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg)
}
.active-slide-btn.menu-toggle .burger-icon .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg)
}

/* ---  Header-Btn --- */
.header-btn-wrapper {
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 50px;
    right: 0;
    height: calc(28px + (120 - 28) * ((100vw - 300px) / (1600 - 300)));
    overflow: hidden;
    border: 1px solid #aaa;
}

@media (min-width:768px) {
    .header-btn-bar {
        float: right
    }
    .header-btn-wrapper {
        position: relative;
        float: left;
        width: auto;
        border: 0;
    }
}

.header-btn {
    width: 100%;
    display: block;
    height: calc(28px + (119 - 28) * ((100vw - 300px) / (1600 - 300)));
    text-align: center;
    line-height: calc(28px + (119 - 28) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
    color: #000;
    background: #fff;
    outline: none
}
.header-btn svg.bi-at {
    font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
    margin-top: -0.3rem;
}
@media (min-width:768px) {
    .header-btn {
        width: auto;
        border: 1px solid #aaa;
        border-bottom: 0;
        text-align: center;
        min-width: 50px;
        padding: 0;
    	outline: none
    }
    .header-btn-lg {
        text-align: center;
        width: 100px
    }
    .header-btn-sm {
        width: 50px
    }
    .header-btn-xl {
        width: 150px
    }
    .header-btn-row {
        display: table;
        border-bottom: 1px solid #aaa;
        width: 100%
    }
    .half-row .header-btn {
        height: 50px;
        line-height: 48px
    }
}

@media (min-width:1200px) {
    .header-btn-lg {
        text-align: center;
        width: 120px
    }
    .header-btn-sm {
        width: 60px
    }
    .header-btn-xl {
        width: 180px
    }
}
.header-btn-bar a,
.header-btn-bar a:focus {
    box-shadow: inset 0 0 0 3px #fff;
    color: #000;
    transition: all .5s ease-in-out
}
.header-btn-bar a:hover,
.header-btn-bar a:active,
.header-btn-bar a.active-slide-btn {
    color: #fff;
    background: #000;
    text-decoration: none;
}
.header-btn-bar .menu-toggle:hover,
.header-btn-bar .menu-toggle:active,
.header-btn-bar .menu-toggle.active-slide-btn {
    color: #fff;
    background: #000;
    text-decoration: none;
}
    .header-btn-text {
        display:none;
    }
@media (min-width:768px) {
    .header-btn-text {
        display:inline-block;
        font-size: 14px;
        position: relative;
        top: -3px;
        outline: none
    }
}

/* ====================================
  SLIDING PANEL
==================================== */

#nav {
    clear: both
}
@media (min-width:768px) {
    #nav {
        padding-bottom: 20px
    }
}
#nav li a {
    display: block;
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #2b2e33;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav li a i {
	margin-right: 15px;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (min-width:992px) {
    #nav li a {
        padding: 15px
    }
    #nav ul ul a {
        padding-left: 30px
    }
    #nav ul ul ul a {
        padding-left: 50px
    }
    #nav ul ul ul ul a {
        padding-left: 75px
    }
}

#nav ul,
#nav li {
    list-style: none;
    margin: 0;
    padding: 0
}
#nav li {
    border-bottom: 1px solid #aaa
}
#nav li ul li:last-child {
    border-bottom: none
}
#nav .has-children>a {
    padding-right: 40px
}
#nav ul ul {
    background: transparent
}
#nav .active>a,
#nav a:active,
#nav a:focus {
 	background: #1c84c6;
 	border-bottom: 3px #1c84c6 solid;
    color: #fff;
    text-decoration:none;
    width: 100%
}
#nav li:hover a {
 	color: #fff;
 	border-bottom: 3px #1c84c6 solid;
 	background: #1c84c6;
    text-decoration:none;
    width: 100%
}
@media (min-width:992px) and (min-height:1000px) {
    #nav {
        font-size: 18px
    }
}
.sliding-active body {
    overflow: hidden;
}
.sliding-active .body-scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
}
.sliding-panel {
    position: fixed;
    color: #2b2e33;
    background: transparent;
    top: 0;
    width: 100%;
    bottom: 0;
    right: -100%;
    z-index: 1000;
    transition: all .5s ease-in-out;
    overflow: auto;
    box-shadow: inset 0 0 0 2px #fff;
  }
.sliding-panel.open {
    right: 0;
    width: 100%;
}
.sliding-panel>.container {
    padding: calc(48px + (72 - 48) * ((100vw - 300px) / (1600 - 300)));
    margin: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)));
    width: 85vw
}
#navigation-panel, #contact-panel {
  background: url('../images/sun-earth.jpg') no-repeat; 
  background-size: cover;
  background-clip: padding-box;
  background-attachment: fixed;
  height: 100vh;
} 
.sliding-panel li.item-position {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}
.sliding-panel a {
    color: #444;
    text-decoration: none;
}
.sliding-panel a:hover,
.sliding-panel a:focus {
    color: #fff;
}
.sliding-panel a svg {
  height: 1.3rem;
  margin-right: 1.5rem;
}
.open.sliding-panel:after {
    left: auto;
    right: 50px
}
@media (min-width:768px) {
    .sliding-panel {
        top: 104px;
        padding: 0
    }
    .sliding-panel.open {
        right: 0;
    	width: 100%;
    }
    .open.sliding-panel:before,
    .open.sliding-panel:after {
        left: 0;
        top: 104px
    }
    .open.sliding-panel:after {
        left: auto;
        right: 0
    }
    .open.sliding-panel {
        padding: 30px;
        background: transparent
    }
}
.sliding-panel-title {
	border-bottom: 3px #e33d26 solid;
    font-size: calc(20px + (42 - 20) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 40px;
}

.sliding-panel .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 10px 10px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),
				0 3px 3px -2px rgba(0,0,0,.2),
				0 1px 8px 0 rgba(0,0,0,.12);
    z-index: 9911;
    transition: all .3s ease;
}

.sliding-panel .close:hover {
	transform: scale(1.15,1.15);
}

.sliding-panel .close .lr {
    z-index: 9911;
    position:relative;
    width: 2px;
    height: 20px;
    margin: auto;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sliding-panel .close .lr .rl {
    z-index: 9912;
    position:relative;
    width: 2px;
    height: 20px;
    margin: auto;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-sliding-panel {
    color: #fff;
    border-color: #fff;
    background-color: #3E5B98
}

.btn-sliding-panel:hover,
.btn-sliding-panel:focus,
.btn-slislidingde-panel:active,
.btn-sliding-panel.active {
    color: #6580B1;
    border-color: #fff;
    background-color: #fff
}

/* ====================================
  Search BOX
==================================== */

.search-box {
    position: fixed;
    top:  calc(28px + (127 - 28) * ((100vw - 300px) / (1600 - 300)));
    left: 1rem;
    right: 0;
    width: 100%;
    z-index: 9998;
    padding: 1rem 2.5rem;
    background-color: #fff;
    text-align: left;
    transition: all .3s ease 0s;
    box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);
}
.search-box .searchField {
    display: table;
    width: 100%;
}
.search-box .search-company {
    display: table-cell;
    margin-right: 3rem;
    position:relative;
    border-bottom: 1px solid #ddd;
}
.search-box .search-selecting {
    display: table-cell;
    position:relative;
    border-bottom: 1px solid #ddd;
}
.search-box .input-box {
    display: table-cell;
    width: 70%;
}
.search-box .input-text {
    color: #050000;
    font-size: 1rem;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 1rem;
    background: none;
    border: 0;
    outline:none;
}
.search-box placeholder {
    color: #050000;
    font-size: 1rem;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
}
.search-box select {
    height: 40px;
    padding: 0 10px;
    color: #050000;
    font-size: 1rem;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    color: #424242;
    border: 0;
    outline:none;
    cursor:pointer;
}
.search-box ul.dropdown-menu li a {
    font-size: 1rem;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    color: #424242;
    outline:none;
    cursor:pointer;
}
.search-box ul.dropdown-menu > li {
    border-bottom: 1px #424242 dotted;
    margin: auto auto;
    width: 98%;
}
.search-box ul.dropdown-menu > li span {
   margin: 0.5rem 0.5rem 0.5rem 0;
   vertical-align: middle;
   color: #ff8a00;
   font-size: 1.8rem	
}
.btn.btn-secondary span {
	margin-right: 1rem
}
div.searchFromList {
  width: 98vw;
  position: absolute;
  margin-left: -67.5vw;
  margin-top: 1.1rem;
  height: auto;
}
@media only screen and (max-width: 600px) {
div.searchFromList {
  margin-left: -45vw;
}
}

.searchFromList ul li a {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    color: #424242;
    outline:none;
    cursor:pointer;
    font-size: 0.9rem;
    line-height: 1.2rem
}
.searchFromList ul > li {
    border-bottom: 1px #424242 dotted;
}
.searchFromList ul li a:hover {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
.searchFromList ul li:hover {
    background-color: transparent;
}
ul.foundFromList > li.dropdown-item a::before {
  content: "";
  position: absolute;
  width: 90.5%;
  height: 0.11rem;
  bottom: 0;
  left: 1.02rem;
  background-color: #1c84c6;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
ul.foundFromList > li.dropdown-item a:hover::before {
  visibility: visible;
  transform: scaleX(1);
  text-decoration:none
}

/* ====================================
  MAIN BOX
==================================== */

.content{ min-height: 500px; Width: 100%; font-size: 16px; line-height: 1.75em;}

.ibox {
  clear: both;
  margin-bottom: 2rem;
  padding: 0;
	width: 100%;
	margin-top: calc(50px + (80 - 50) * ((100vw - 300px) / (1600 - 300)));
}
.ibox-table {
  clear: both;
  margin-bottom: 25px;
  margin-top: calc(30px + (80 - 30) * ((100vw - 300px) / (1600 - 300)));
  right: 10rem;
  left: 10rem;
  padding: 0;
  width: 100%;
}

h2.ibox-title {
	border-bottom: 1px #e7eaec solid;
    color: inherit;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin-bottom: 20px;
    padding: 20px 0px 3px 0px;
}
.ibox-content {
  border-left: 0 solid #e7eaec;
	border-right: 0 solid #e7eaec;
	border-top: 0 solid #e7eaec;
	border-bottom: 0 solid #e7eaec;
	background-color: transparent;
  color: inherit;
  padding: calc(16px + (48 - 16) * ((100vw - 300px) / (1600 - 300)));
  }
.ibox-table-content {
  border-left: 0 solid #e7eaec;
	border-right: 0 solid #e7eaec;
	border-top: 0 solid #e7eaec;
	border-bottom: 1px none #e7eaec;
	background-color: transparent;
  color: inherit;
  padding: 1.25rem;
  }
.ibox-content {
  clear: both;
  background:transparent;
}
.ibox-content-form {
  clear: both;
  background: transparent;
  padding: calc(16px + (48 - 16) * ((100vw - 300px) / (1600 - 300)));
  height: auto
}
.ibox-content p {
  margin-bottom: 1.2rem;
  margin-left: 0px;
  font-size: 1rem;
  font-weight:300;
  line-height: 1.5rem;
}
.ibox-content-form p {
  margin-bottom: 1.2rem;
  margin-left: 0px;
  font-size: 1rem;
  font-weight:300;
  line-height: 1.5rem;
}
.ibox-table-content p {
  margin-bottom: 1.2rem;
  margin-left: 0px;
  font-size: 1rem;
  font-weight:300;
  line-height: 1.5rem;
}

/* ====================================
  FOOTER
==================================== */

.footer {
	position:absolute;
	left: 0;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background: #fff;
    position: fixed;
    z-index: 2;
    font-size: 14px;
    font-weight: 300;
    border-top: 1px solid #aaa;
}
.footer-author {
    display: flex;
    justify-content: center;
    align-items: center;
    color:inherit;
}
.footer-author img {
  max-height: 1.7rem;
  margin: 0.4rem 1.5rem;
  vertical-align: middle;
}

#back-to-top {
     font-size: 18px;
     line-height: 40px;
     width: 44px
}
#back-to-top {
    top: 7rem;
    right: 1rem;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
	position: fixed;
	display: none;
    text-align: center;
    width: 50px;
    z-index: 20;
    background: #000;
    border-radius: 5px;
}
#back-to-top svg {
    position: relative;
    top: -0.1rem
}

/* ====================================
  TABLE - DATATABLE
==================================== */

.dataTables_wrapper {
 background: #fff;
 padding: 5px;
   box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24); }

  table.table-dark thead th {
    color: #fff;
    border: 1px#fff solid;
    background: #222;
    text-align: center; 
  } 
  table.table-dark tbody td {
    color: #222;
    border: 1px#222 solid;
    background: #fff 
  }   
  .dt-buttons.btn-group .btn-table-buttons{
    color: #16181b;
    text-decoration: none;
    background-color: #f0ad4e;
    border-bottom: 1px solid #f0ad4e;
  }
  .dt-buttons.btn-group:hover .btn-table-buttons {
    text-decoration: none;
    background-color: #f0854e;
    border-bottom: 1px solid #f0854e;
  }
  .dataTables_filter {
    float:right;
  }
/*#data-table.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  #data-table.table th,
  #data-table.table td {
    border: 1px solid #dee2e6; }
  #data-table.table th {
    padding: 0.8rem 0;
    text-align:center}
  #data-table.table thead th {
    font-size: calc(16 + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
    border-bottom: 1px solid #dee2e6; }
  #data-table.table tbody + tbody {
    background-color: #f2f3ef; }*/
.sm-col-row-th {
max-width: 25px;
width: 25px;
max-height: 70px;
height: 70px;
font-size: 0.5rem !important;
font-weight:300;
line-height: 0.7rem;
padding: auto 0 auto 0 ;
border-collapse: collapse;
border-spacing: 0;
 }

.sm-col-row-th-nr {
max-width: 15px;
width: 15px;
max-height: 80px;
height: 80px;
font-size: 9px;
font-weight:300;
line-height: 11px;
padding: 0px;
padding: auto 0 auto 0 }
.sm-col-row-td {
max-width: 25px;
width: 25px;
font-size: 0.8rem;
font-weight:500;
text-align:center;
 }
.lg-col-row-td {
max-width: 200px;
width: 200px;
font-size: 0.8rem;
font-weight:300;
text-align:justify;
 } 
 .sm-col-row-td-nr {
max-width: 15px;
width: 15px;
font-size: 12px;
font-weight:500;
text-align:center;
 }
.sm-col-row-td-company {
max-width: 50px;
width: 50px;
font-size: 9px;
font-weight:500;
line-height: 11px;
 }
/*
.lg-th-tech {
width: 20%;
line-height: 44px;
font-size: 16px;
font-weight:400;
 }
.lg-th-comp {
width: 80%;
line-height: 44px;
font-size: 16px;
font-weight:400;
 }
.lg-td-tech {
width: 20%;
font-size: 14px;
font-weight:400;
text-align:left;
 }
.lg-td-comp {
width: 80%;
font-size: 14px;
font-weight:300;
text-align:justify;
 }
*/

.modal.fade {
font-size: 0.9rem
}
.btn.btn-warning {
	color: #16181b;
    border: 1px solid #EC971F;
    background-color: #f0ad4e }
  /*.dropdown-item:hover {
    border-bottom: 1px solid #EC971F; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f0ad4e; } 
  .dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f0ad4e; } */
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

/* ====================================
  POST PANELS
==================================== */

.post {
  position: relative;
  font-weight: 300;
  margin-bottom: 40px;
  padding-bottom: 20px;
  background-color: #fff;
  border-bottom: 0px dotted #ddd;
  box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);   }
.post-table {
  position: relative;
  margin-bottom: 40px;
  padding: 0 5px 20px 5px;
  background-color: #fff;
  box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24); 
  }
.main-post {
  position: relative;
  margin-bottom: 40px;
  padding: 0px;
  max-height: 180px;
  height: 180px;
  padding: 30px 5px;
  background: #f2f3ef;
  color: #fff;
  border-left: 4px red solid;
   box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);   }

.main-title {
  font-weight: 700;
  margin: 10px 0;
  padding: 10px;
  position: relative;
  border-bottom: 4px #e33d26 solid;
  color: inherit;
  text-transform:uppercase } 
.main-title:after {
background-color: #000;
content: "";
display: block;
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.3;
}
.post-par-title {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(26px + (39 - 26) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 3px #e33d26 solid;
  text-transform:uppercase;
  position: relative; }

  #secondary .widget {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    background-color: #F9FAF8;
   box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24); 
 }
#secondary .widget-title-outer:before {
  background-color: #232323;
  left: 0; }
#secondary .widget-title-outer h3 {
  color: #232323;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #232323;
  padding-bottom: 5px; }
#secondary ul.widget-contact {
	list-style: none; }
.post ul.list-entry-style {
	list-style:disc;
	margin-left: 30px }


/* ************************************
 07. SECTION - MAIN
************************************ */

/* --- Main Box --- */
.main-box {
  margin-top: 6.25rem;
  margin-bottom: 4rem;
  padding: 0;
  box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);      
}
@media (max-width:768px) {
  .main-box {
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}
}
.main-box-one-column {
  margin-top: 6.25rem;
  margin-bottom: 4rem;
  margin-left: calc(16px + (32 - 16) * ((100vw - 300px) / (1600 - 300)));
  margin-right: calc(16px + (32 - 16) * ((100vw - 300px) / (1600 - 300)));
  padding: 0;
  box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);      
}
@media (max-width:600px) {
  .main-box-one-column {
    margin-top: 6.25rem;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
}
}

.highlighted-text {
  font-size: 1.3rem !important;
  font-weight: 300;
  font-family: 'Montserrat';
  line-height: 1.7rem !important;
}
.box-title {
  border-left: 0 solid #e7eaec;
	border-right: 0 solid #e7eaec;
	border-top: 3px solid #e7eaec;
	border-bottom: 0 none #e7eaec;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}
.section-title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-top: 20px;
  width: 100%;
  color: #000;
  font-size: 48px;
  line-height: 56px;
  font-weight:600
}
.box-content {
  border-left: 0 solid #e7eaec;
	border-right: 0 solid #e7eaec;
	border-top: 0 solid #e7eaec;
	border-bottom: 1px none #e7eaec;
	background-color: #ffffff;
    color: inherit;
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 1rem 3rem 1.4rem 3rem;
  }
.box-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 300;
}
.box-content ul li {
  font-weight: 300;
}

.box-content h4 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  color: #2b2e33;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600; 
  border-bottom: 1px #e7eaec solid;
}
.box-content h5 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  color: #2b2e33;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500; 
  border-bottom: 1px #e7eaec solid;
}
/* --- /End Main Box --- */

/* - Blue - */
.attached.blue-color {
	position: absolute;
    font-size: 0.9rem;
	margin: 1rem 0;
    padding: 1rem;
  	border-left: 5px solid #1c84c6;
    background-color: #fff;
    margin-top: 6.25rem;
    margin-bottom: 2rem;
    height: auto;
    width: 17rem;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
   box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);      
}
@media (max-width:768px) {
  .attached.blue-color {
    position:relative;
    margin: 0 0 3rem 0;
    height: auto;
    width: 90vw
}
}
/* ====================================
  BTN
==================================== */

.btn.btn-registrazione {
	display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
	padding: 0 24px;
	width: 100%;
	margin: 30px 0px 0px 0px;
	text-decoration:none;	 
    -webkit-border-radius: 10px;	
	border-radius: 10px;
	border: 2px solid #1c84c6;
    background-color: #1c84c6;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: none;
	cursor:pointer;
}
.btn.btn-registrazione div {
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
}
.btn.btn-registrazione div svg {
	font-size: 1.5rem;
}
@media (max-width:600px) {
  .btn.btn-registrazione {
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding: 0
}
}

/* ************************************
 RIPPLE EFFECT
************************************ */

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(0, 0);
  opacity: .2;
  transition: 0;
}
.ripple:hover:after, .ripple:focus:after {
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}

/* ************************************
 FORM
************************************ */

.cercaArticoli .input-group-addon
 {
	color: #fff;
    background-color: #337ab7;
    border-color: 1px #2e6da4 solid;
 }
 
fieldset.studiaae {
	padding: 20px;
	border-radius: 8px;
	margin: 15px auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 
    			0 3px 1px -2px rgba(0, 0, 0, .2), 
    			0 1px 5px 0 rgba(0, 0, 0, .12);
}
form fieldset.studiaae {
	padding: 20px;
	border-radius:8px;
	box-shadow:0 0 10px #666;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 
    			0 3px 1px -2px rgba(0, 0, 0, .2), 
    			0 1px 5px 0 rgba(0, 0, 0, .12);
}
fieldset.studiaae legend {
	display: block;
	font-weight: 500;
	font-size: 1.1rem;
	width: auto;
	color: #337ab7 !important;
  background-color: #fff;
	padding: 6px 30px;
	margin-top: -40px;
  border-radius: 5px;
  text-transform: uppercase;
  box-shadow: 
  0 1px 3px rgba(0,0,0, 0.12),
  0 1px 2px rgba(0,0,0, 0.24);      
}

legend {
	float:left;
	margin-top:-20px;
	font-weight: 500;
	color: #3E5B98 !important;
}
legend + * {
	clear:both;
}
h3.registration-success {
    font-size: 1.3rem;
    font-weight: 400;
	color: #73AF55
}

input::placeholder {
  font-size: 1.1rem;
  font-family: 'Lato', sans-serif;
  font-style:italic;
}
h3.registration-error {
    font-size: 1.3rem;
    font-weight: 400;
	color: #D06079
}

/* ************************************
 CHECKBOX
************************************ */

.checkbox {
  margin-left: 1rem;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before,
.checkbox-inline label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.checkbox label::after,
.checkbox-inline label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #0099da;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  transition: all 0.15s ease-in-out;
}
.checkbox input[type=checkbox]:focus + label::before {
  border-color: #0099da;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-color: #0099da;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 4px;
  transition: all 0.15s ease-in-out;
}
.checkbox input[type=checkbox]:checked + label {
  color: #007aae;
  transition: all 0.15s ease-in-out;
}

.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #ddd;
  cursor: not-allowed;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
ul li.checkbox {
	line-height: 2em;
	border-bottom: 1px #ddd dotted;	
} 

/** =======================
 SVG
 ===========================*/
 
.studiaae svg {
  width: 100px;
  display: block;
  margin: 20px auto 20px;
}
.studiaae .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.studiaae .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
  animation-delay: 550ms;
}
.studiaae .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
  animation-delay: 500ms;
}
.studiaae .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation-delay: 500ms;
}
.studiaae p.success {
  color: #73AF55;
}
.studiaae p.error {
  color: #D06079;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/* ************************************
 TABS
************************************ */

.nav-tabs.nav-tabs-ar {
    font-family: "Roboto", sans-serif;
    background-color: #fafafa;
   box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);      
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (min-width: 370px) {
.nav-tabs.nav-tabs-ar li a:hover, .nav-tabs.nav-tabs-ar li.active a, .nav-tabs.nav-tabs-ar li.active a:hover, .nav-tabs.nav-tabs-ar li.active a:focus {
    padding-right: 10px;
    padding-left: 10px;
}
}

.nav-tabs.nav-tabs-ar li.active a {
    position: relative;
    z-index: 2;
}
.nav-tabs.nav-tabs-ar li a:hover, .nav-tabs.nav-tabs-ar li a.active, .nav-tabs.nav-tabs-ar li a.active:hover, .nav-tabs.nav-tabs-ar li a.active:focus {
    border-bottom: solid 3px #0099da;
    background-color: #f9f9f9;
    color: #0099da;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1rem;
    font-weight: 500;
}
@media (min-width: 370px) {
.nav-tabs.nav-tabs-ar li a {
    padding-right: 10px;
    padding-left: 10px;
}
}
.nav-tabs.nav-tabs-ar li a {
    margin-top: -3px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
    color: #555;
    transition: padding 0.2s, border-bottom 0.2s;
    -moz-transition: padding 0.2s, border-bottom 0.2s;
    -webkit-transition: padding 0.2s, border-bottom 0.2s;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    margin-left: -1px;
    border: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}
.nav-tabs li a {
    border-radius: 2px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
}
.tab-pane
 {
	margin-left: calc(10px + (50 - 10) * ((100vw - 300px) / (1600 - 300)));
	margin-right: calc(10px + (50 - 10) * ((100vw - 300px) / (1600 - 300)));
}

/** =======================
 18. FAQ
 ===========================*/

.panel-default .panel-heading {
  background: #fff
}
.panel {
  border-width: 1px
}
.panel-heading {
  border-bottom-width: 1px
}
.panel-footer {
  border-top-width: 1px
}
.panel>.list-group .list-group-item {
  border-width: 1px
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
  border-radius: 3px;
  background: #fff;
  padding: 15px;
  border-left: 2px solid #3E5B98
}
.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-radius: 0;
  font-size: 16px;
  border: 0
}
.panel-group .panel-heading {
  padding: 0
}
.panel-group .panel-heading a {
  display: block;
  border-top: solid 3px #0099da;
  background: #3E5B98;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  position: relative;
  padding-right: 80px;
  border-radius: 3px;
}
.panel-group .panel-heading a.collapsed {
  color: #fff;
  border: none;
  border-left: 2px solid #3E5B98;
  background: #3E5B98;
}
.panel-group .panel-heading a:after {
  content: "";
  font-size: 21px;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 17px;
  background-image: url('../images/arrow-up-circle.svg');
  background-size: 21px 21px;
  z-index: 2
}
.panel-group .panel-heading a.collapsed:after {
  content: "";
  font-size: 21px;
  position: absolute;
  right: 15px;
  top: 17px;
  background-image: url('../images/arrow-down-circle.svg');
  background-size: 21px 21px;
  z-index: 2
}
.panel-group .panel-collapse {
  margin-top: 5px !important
}
.panel-group .panel {
  background-color: transparent
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
  margin-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.panel-body .panel-body {
  background: #3E5B98
}
.panel-body .panel-heading a.collapsed {
  background: #3E5B98
}

/* ************************************
 RESPONSIVE
************************************ */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

