/* header */

.container-fluid.fatturazione {
    padding: 0;
}
.navbar .navbar-brand img {
    margin: 15px 40px;
    width: 111px;
    height: 50px;
}
.navbar.navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: 90px;
    width: 100%;
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
}

h1, h2, h3, h4, h5 {
    color: #20419a;
}
h1 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 20px;
}

/* footer */
    #footer {
        background: #1a3a8f;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 11px;
    }

    #footer a {
        color: #fff;
        text-decoration: none;
    }
    #footer a:hover {
        text-decoration: underline;
    }

   #logoq8 {
        float: left;
    }
   #logoq8 img {
       width: 110px;
       height: 33px;
    }
    .link-footer {
        font-size: 11px;
        color: #fff;

    }
    .link-footer a {
        padding: 5px 3px;
        color: #fff;
    }

    .reg-textarea {
        height: 860px;
        background: #fff;
        font-size: 12px;
        font-weight: 400;
        color: #333;
        overflow: auto;
        padding: 10px;
        border: 1px solid #20419a;
/*                            margin: 1em 0; */

    }
    
    .reg-textareaTos {
        height: 400px;
        background: #fff;
        font-size: 12px;
        font-weight: 400;
        color: #333;
        overflow: auto;
        padding: 10px;
        border: 1px solid #20419a;
/*                            margin: 1em 0; */

    }
    
    .reg-textarea-profilo {
        height: 1020px;
        background: #fff;
        font-size: 12px;
        font-weight: 400;
        color: #333;
        overflow: auto;
        padding: 10px;
        border: 1px solid #20419a;
/*                            margin: 1em 0; */

    }
    
    .reg-textarea hr {

    }

    .headerTable {
	    	font-size: 13px;
	    	color: #20419a;
    }

    .columnTable {
    		font-size: 13px;
	    	color: #20419a;

    }

    /* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
     top:        0;
     left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../images/FhHRx.gif')
                50% 50%
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.navbar .navbar-nav {
  display: block;
    float: right;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: left;
}

.navbar-brand,
.navbar-default .navbar-nav li span,
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:visited {
    color: #20419a !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 60px;
}

.navbar-default .navbar-nav li.user span {
    display: block;
    overflow: hidden;
    background: #20419a;
    height: 90px;
    width: 90px;
    padding: 30px;
    cursor: pointer;
}
.navbar-default .navbar-nav li.user {
    position: relative;
}
.tendina {
    transition: height.5s ease;
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    width: 200px;
    right: 0;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    z-index: 1;
}
.navbar-default .navbar-nav li.user.open .tendina {
    height: 120px;
}
.tendina p {
    margin: 5px 20px;
}
.navbar .navbar-brand {
  padding-top: 2px;
}

.messaggio-fatturazione {
	color: #20419a;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 70px;
	text-align: justify;
}

.btn-primary,
.btn-default {
    background: #20419a;
    font-size: 12px;
    font-weight: bold;
    border: 0;
    padding: 0 40px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 60px;
}

.btn-store,
.btn-default {
    background: #ff9300;
    font-size: 12px;
    font-weight: bold;
    border: 0;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 32px;
}

.btn-default {
    background: #e3e3e3;
    color: #999;
}
.btn-primary:hover {
    background: #20419a;
}
.btn-default:hover {
    background: #d7d7d7;
    color: #666;
}

.file-input {
    overflow-x: auto;
}

.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('../images/loading.gif') top left no-repeat;
    border: none;
}
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.file-caption .glyphicon {
    display: inline-block;
    min-width: 18px;
    float: left;
    margin-top: 2px;
}

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-error-message {
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}
.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-input .btn[disabled], .file-input .btn .disabled {
    cursor: not-allowed;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview-frame {
    display: table;
    margin: 8px;
    height: 160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.file-preview-frame:hover {
    box-shadow: 3px 3px 5px 0px #333;
}

.file-preview-image {
    height: 160px;
    vertical-align: text-center;
}

.file-preview-text {
    width: 160px;
    color: #428bca;
    font-size: 11px;
    text-align: center;
}

.file-preview-other {
    width: 160px;
    font-family: Monaco, Consolas, monospace;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button {
    display: none;
}

.loading {
    background: transparent url('../images/loading.gif') no-repeat scroll center center content-box !important;
}

.wrap-indicator {
    font-weight: bold;
    color: #245269;
    cursor: pointer;
}

.file-actions {
    text-align: left;
}

.file-footer-buttons {
    float: right;
}

.file-thumbnail-footer .file-caption-name {
    padding-top:4px;
    font-size: 11px;
    color: #777;
}

.file-upload-indicator {
    padding-top: 2px;
    cursor: default;
}

.file-drop-zone {
    border:1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align:center;
    vertical-align:middle;
    margin:12px 15px 12px 12px;
    padding:5px;
}

.file-drop-zone-title {
	color: #aaa;
    font-size: 40px;
    padding: 85px 10px;
}

.highlighted {
    border:2px dashed #999!important;
    background-color: #f0f0f0;
}

.file-uploading {
    background-image: url('../images/loading-sm.gif');
    background-position: center bottom 10px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.file-icon-large {
    font-size: 1.2em;
}

.input-group {
	margin: 0 0 20px;
}

.tooltip-default i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 40px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.tooltip-green i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 40px;
    font-size: 12px;
    color: #d4fb78;
    text-align: center;
    display: inline-block;
}

.jqx-grid-cell-middle-align {
    margin-top: 5px;
}

.icon-default {
    background-image: linear-gradient(rgb(51, 122, 183) 0px, rgb(38, 90, 136) 100%);
    background-repeat: repeat-x;
    border-color: rgb(36, 85, 128);
}

.icon-green {
    background-image: linear-gradient(#d4fb78 0px, #008e00 100%);
    background-repeat: repeat-x;
    border-color: #d4fb78;
}

.pointer {
    cursor: pointer;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

textarea {
  height: 142px;
}
.container.avviso {
    background: #20419a;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 50px;
}

.avviso .col {
    padding: 20px 40px;
}

.avviso h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
}

@media (max-width: 768px) {
    .navbar.navbar-default {
        height: auto;
    }

    .navbar-nav {
        margin: 0 20px;
    }

    #navbar1.nav > li {
        position: relative;
        display: block;
        float: left;
        width: 50%;
    }

    #navbar1.navbar-nav > li > a {
        padding: 5px;
        line-height: normal;
    }

    .tendina {
        transition: height .5s ease;
        height: auto;
        overflow: hidden;
        display: block;
        position: inherit;
        width: 100%;
        right: 0;
        background: #fff;
        box-shadow: 0 10px 10px rgb(0, 0, 0, .2);
        z-index: 1;
        border: 1px solid #ccc;
    }

    .navbar .navbar-brand img {
        margin: 0;
        width: 90px;
        height: auto;
    }

    #navbar1.nav {
        overflow: hidden;
    }

    #navbar1.nav > li.user span {
        display: none;
    }

    #navbar1.nav > li.user {
        width: 100%;
    }
}

