/* 01.  General Styling & Typography
-------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    zoom: 1
}

html {
    font-size: 12px;
    min-height: 100%;
}

body {
    background-color: #FFF;
    color: #777;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

#wrapper {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -142px;
}

#wrapper:after {
    content: "";
    display: block;
}

iframe,
img {
    border: 0;
}

dt {
    font-weight: normal;
}

p {
    font-size: 1em;
    line-height: 1.5385em;
    margin-top: 1.5385em;
    margin-bottom: 1.5385em;
}

h1 {
    font-size: 2.7692em;
    line-height: 1.1111em;
    margin-top: 0.5556em;
    margin-bottom: 0.5556em;
}

h2 {
    font-size: 2.3077em;
    line-height: 1.3333em;
    margin-top: 0.6667em;
    margin-bottom: 0.6667em;
}

h3 {
    font-size: 1.8462em;
    line-height: 1.6667em;
    margin-top: 0.8333em;
    margin-bottom: 0.8333em;
}

h4 {
    font-size: 1.3846em;
    line-height: 28px;
    margin-top: 1.1111em;
    margin-bottom: 1.1111em;
}

h5 {
    font-size: 1.2308em;
    line-height: 1.2500em;
    margin-top: 1.2500em;
    margin-bottom: 1.2500em;
}

h6 {
    font-size: 1.0769em;
    line-height: 1.4286em;
    margin-top: 1.4286em;
    margin-bottom: 1.4286em;
}

a {
    color: #df631c;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: none !important;
}

a:hover,
a:focus {
    color: #003772;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a:focus {
    outline: none;
}

h2.page-title {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    margin-left: 13px;
}

pre {
    font-family: "Open Sans", sans-serif;
    color: #8794a2;
    white-space: pre;
    line-height: 20px;
    background: url(../images/code-background.jpg) repeat;
    padding-left: 10px;
    border-left: 4px solid #8794a2;
}

address {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 20px;
}

code {
    font-family: "Open Sans", sans-serif;
    color: #8794a2;
    white-space: pre;
    line-height: 20px;
}

strong,
b {
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 900;
}

em {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    letter-spacing: 1px;
}

small {
    font-size: 85%;
}

sup,
sub {
    font-size: 85%;
}

blockquote {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}

cite {
    display: block;
    text-align: right;
}

abbr {
    border-bottom: 1px dotted #8794a2;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    position: relative;
    width: 100%;
    display: block
}

::-webkit-selection {
    color: #fff;
    background-color: #df631c;
}

::-moz-selection {
    color: #fff;
    background-color: #df631c;
}

::selection {
    color: #fff;
    background-color: #df631c;
}

.section {
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 80px 0;
    overflow: hidden;
}

.section-grey {
    background-color: #eeeeee;
}

.section-light {
    background-color: #f6f6f6;
}

.section-dark {
    background-color: #003975;
}

.smart-divider {
    border-top: 2px solid #14a9e5;
    display: block;
    max-width: 40px;
    margin: 10px auto 25px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

form label {
    font-weight: normal !important;
}


/*
 Text Size
======================================
*/

.text-2 {
    font-size: .9em !important;
}

.text-4 {
    font-size: 1.2em !important;
}


/*
 Opacity
======================================
*/

.opacity-7 {
    opacity: 0.7 !important;
}


/*
 Header
======================================
*/

#top {
    height: 151px;
    background: rgba(255, 255, 255, 0.93);
    border-bottom: solid 4px #df631c;
    z-index: 100;
}

.logo {
    position: relative;
    text-align: center;
    z-index: 1;
}

.logo img {
    width: 100%;
}

.subtitle-logo {
    color: #df631c;
    position: relative;
    top: -7px;
    right: -59px;
    font-size: 17px;
}


/*
Navbar
======================
*/

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

ul.nav.navbar-nav {
    /* Da aggiungere  classe  per identificare  */
    top: 40px;
    position: relative;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #003975;
}

.navbar-default .navbar-nav>li>a {
    color: #003975;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #df631c;
    background-color: rgba(231, 231, 231, 0);
    border-bottom: 2px solid;
}

.dropdown-menu {
    top: 56px;
    left: 15px !important;
    margin: 0 0 0;
    min-width: 300px;
    font-size: 15px;
    line-height: 51px;
    background-color: rgb(255, 255, 255);
    border: 1px #df631c solid;
    border-radius: 5px;
    box-shadow: none;
}

.topnav {
    height: 40px;
    background: #003975;
    width: 100%;
}

.topnav ul.quick-menu>li {
    float: left;
    margin-left: 20px;
}

.topnav ul.quick-menu>li:first-child {
    margin-left: 0;
}

#top .ribbon>ul.menu {
    position: absolute;
    top: -9999px;
    z-index: 99;
    visibility: hidden;
}

#top .ribbon>a:after {
    display: inline-block;
    position: absolute;
    right: 0;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #fff;
}

.topnav ul.quick-menu>li>a {
    color: #fff;
    line-height: 30px;
    display: block;
    font-size: 0.8333em;
    text-transform: uppercase;
}

ul.menu.mini li a {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding: 10px 0;
    color: inherit;
    line-height: normal;
    font-size: 0.9167em;
    text-align: left;
}

#top .topnav ul.quick-menu>li>a {
    color: #fff;
    line-height: 30px;
    display: block;
    font-size: 0.8333em;
    text-transform: uppercase;
}

#top .ribbon>a {
    position: relative;
    padding: 0 10px 0 0;
    text-transform: uppercase;
}

#top .ribbon:hover>ul.menu {
    top: 28px;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

ul.menu.mini {
    min-width: 180px;
    border: 2px solid #003975;
    background: #fff;
}

ul.menu.mini li {
    padding: 0 20px;
    float: none;
    margin: 0;
}

ul.menu.mini li:hover,
ul.menu.mini li.active {
    background: #f5f5f5;
}

ul.menu.mini li a {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding: 10px 0;
    color: inherit;
    line-height: normal;
    font-size: 0.9167em;
    text-align: left;
}


/* 05.  Login page
-------------------------------------------------*/

#content-home .modal-dialog {
    width: 350px;
    margin: 30px auto;
}

#content-registration .modal-dialog {
    margin: 30px auto;
}

.backGoldenGateBridge {
    position: fixed;
    top: -68%;
    left: -48%;
    width: 200%;
    height: 200%;
    z-index: -1;
}

.backGoldenGateBridge img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

#ModalLabel h2 {
    display: inline;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.inner-addon {
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 13px;
    border-right: solid 1px #e3e3e3;
    background: rgb(227, 227, 227);
}

.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

.left-addon input {
    padding-left: 65px;
}

.right-addon input {
    padding-right: 65px;
}

.mini i {
    margin-right: 10px;
}

#lang-ul li {
    display: inline;
}

#lang-ul {
    float: right;
    font-size: 18.2px;
}

#lang-ul .flag-icon {
    font-size: 17px;
    margin-right: 2px;
}

.block-text {
    padding-left: 25px;
    padding-right: 6.8px;
}


/*
06. Registazione FORM
=========================================
*/

#login-overlay .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}


/*
MODAL LOGIN
==================
*/

#content-home {
    margin-top: 4%;
}

.modal-header h2 {
    display: inline;
}

.reg-label {
    font-size: 1em;
    line-height: 1.7;
}

#pnlLogin .checkbox>label {
    font-size: 1em;
}


/*
11. BUTTONS CUSTOM
==============================
*/

.btn {
    border-radius: 0;
    line-height: 2;
    padding: 8px 17px;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all .2s ease 0;
    transition: all .2s ease 0;
    font-weight: 300;
}

.btn-blue {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #003675;
    border: #003975;
}

.btn-fucsia {
    color: #fff !important;
    background-color: #df631c;
    border-color: #df631c;
}

.btn-w100 {
    width: 100%;
    font-size: 14px !important;
}

.btn-lg {
    color: #df631c;
    min-width: 215px;
    font-size: 18px;
}

.btn-md {
    color: #df631c;
    min-width: 155px;
    font-size: 16px;
}

.btn-sm {
    padding: 6px 10px;
    min-width: 105px;
    color: #df631c;
    font-size: 12px;
}

.btn-third-col {
    background: #060606;
    /* color: #dccc99; */
}

.btn-third-col:hover {
    background: #dccc99;
    /* color: #060606; */
}

.btn-box {
    position: relative;
    margin: 0 auto;
    padding: 0 34px;
    width: 100%;
    background: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
}

.btn-select {
    position: relative;
    float: right;
    display: inline;
}

.btn-modern {
    padding: 12.8px 24px;
    padding: 0.8rem 1.5rem;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase;
}


/*
11. PANEL & TAB
=========================
*/

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}


/*
11. PORTLET
=========================
*/

.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}

.portlet.box {
    padding: 0 !important;
}

.portlet.box>.portlet-title {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.portlet>.portlet-title>.caption {
    float: left;
    display: inline-block;
    line-height: 18px;
    padding: 10px 0;
}

.portlet.box>.portlet-title>.caption {
    padding: 11px 0 9px;
}

.portlet>.portlet-title>.tools {
    float: right;
    display: inline-block;
    padding: 6px 0 14px;
}

.portlet.box>.portlet-body {
    background-color: #fff;
    padding: 15px;
}

.portlet>.portlet-body {
    clear: both;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}


/*
08. DATEPICKER
=====================
*/

.ui-datepicker {
    padding: .2em .2em 0 !important;
    width: 29em !important;
    display: none;
    border-color: transparent !important;
}

.ui-datepicker th {
    padding: 10px 15px !important;
    font-size: 13px !important;
}

.ui-datepicker td {
    font-size: 14px !important;
}

.content .ui-datepicker {
    width: 100%;
}

.ui-datepicker-header {
    position: relative;
}

.ui-widget-header .ui-icon {
    display: none !important;
}

.ui-datepicker-title {
    padding: 13px 15px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    background: transparent !important;
}

.ui-datepicker-calendar .ui-state-default {
    background-color: #fff !important;
    border-color: #ddd !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 10px !important;
    width: 1.8em;
    height: 1.8em;
    border: 0;
}

.ui-datepicker-prev {
    position: absolute;
    top: 0;
    left: 15px !important;
    color: #fff !important;
    text-indent: -999999px;
    cursor: pointer;
}

.ui-datepicker-prev:before {
    content: "\2039";
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff !important;
    font-size: 30px;
    text-indent: 0;
}

.ui-datepicker-next {
    position: absolute;
    top: 0;
    right: 15px !important;
    color: #fff !important;
    text-indent: -999999px;
    cursor: pointer;
}

.ui-datepicker-next:before {
    content: "\203A";
    position: absolute;
    top: 3px;
    right: 0;
    color: #fff !important;
    font-size: 30px;
    text-indent: 0;
}

.ui-datepicker table {
    border: 0;
}

.ui-datepicker th {
    color: #2B3941 !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-color: #ddd !important;
}

.content .ui-datepicker th {
    padding: 15px 17px 14px;
    font-size: 14px;
}

.ui-datepicker td {
    padding: 0;
    width: 14.2857% !important;
    color: #515E64 !important;
    text-align: center;
    background: #fff !important;
}

.content .ui-datepicker td {
    font-size: 18px;
}

.ui-datepicker td a {
    color: #515E64 !important;
    font-weight: 400;
}

.ui-datepicker td a,
.ui-datepicker td span {
    padding: 12px;
    float: left;
    width: 100%;
    height: 100%;
}

.content .ui-datepicker td a,
.content .ui-datepicker td span {
    padding: 17px;
}

.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-datepicker-unselectable {
    color: #666 !important;
    background: transparent !important;
}

.ui-datepicker .ui-datepicker-today {
    color: #fff !important;
    background: #515E64 !important;
}

.ui-datepicker .ui-datepicker-today a {
    color: #fff !important;
}

.ui-datepicker a.ui-state-active,
.ui-datepicker a.ui-state-hover {
    color: #fff !important;
    font-weight: 500;
    background: #df631c !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
    margin: 0 10px;
    width: 30%;
}

.ui-widget-header {
    background: #df631c !important;
}

.ui-widget.ui-widget-content {
    border-color: #df631c !important;
}


/*
08. file upload
=====================
*/

.fake-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 42px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload #logo_id,
.fileUpload #logo_id1,
.fileUpload #logo_id2 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img-preview,
.img-preview1,
.img-preview2 {
    max-width: 100%;
}

.removeimages {
    position: absolute;
    top: 0;
    left: 0;
    margin: 3px 20px;
    font-size: 17px;
    color: #f00;
}


/*======================
    Motori CRS
========================*/

.thumbnails .thumbnail-preview {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
    z-index: 5;
    background: #FFF;
    border-bottom: 1px solid rgba(35, 49, 55, 0.1);
    cursor: pointer;
}

.thumbnails .data-wrap {
    position: relative;
    height: 105px;
    padding: 0;
    background: #FFF;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}