html, body {
	background: #fff url("../images/ADP-bg-20.png") no-repeat center 270px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:13px;
	color: #555;
	line-height: 1.45em;

}
.banner {
    background-color: #00ADEF;
    height:120px;
    border-bottom:solid #fff 1px;
    padding-top: 14px;
    text-align: left;
}
.banner .wrapper {
    background: #00ADEF url("../images/Active-Document-Portal.png") no-repeat 15px top;
    height: 100px;
}
#content 
{
    /*float:left;*/
	padding-bottom: 20px;
	min-height: 540px;
	overflow: visible;
}
#mainmenu {
    border-bottom:solid #fff 1px;
}
#mainmenu a {
    /*border-left: 1px solid #fff;*/
}
#mainmenu a:hover
{
	background-color: #00ADEF;
	color: #fff;
}
#mainmenu a.active
{
 	background-color: #00ADEF;
	color: #fff;
}
.btn-primary,
.btn-primary:focus {
    background-color: #00ADEF;
}
.btn-primary:hover {
    background-color: #0091C6;
}


#top {
	background:#FFF;
}
#mainwrapper {
	margin: 0 auto;
	text-align: center; 
	min-height:100%;
}

a {
    color: #4A7BA8;
    text-decoration: none
}
a:hover
{
	color: #4A7BA8;
    text-decoration: underline;
}
a i.fa {
    font-size: 16px;
    color:#555;
}
.wrapper {
	min-width: 960px;
	max-width:1800px;
	margin: 0 auto;
	text-align: left;
    padding:0 10px;
}
	

.dataTables_wrapper input[type="search"] {
    margin-left:10px;
}
.dataTables_filter {
    right: 0;
    top: 8px;
}

#logo {
	margin: 10px 0;
}
#logo img {
    max-height: 100px;
}
#header {
    position:relative;
}
#menu 
{
    float: right;
    text-align: right;
    width:960px;
}

#container
{
    clear: both;
    min-width: 960px;
    max-width:1600px;
	margin: 0 auto;
	text-align: left;
    padding: 20px;
	margin: 0 auto;
    overflow: visible;
    
}

/* topmenu ---------------------------------*/
#topmenu 
{
    position:absolute;
    right: 0;
    bottom:5px;
}
#topmenu ul
{
    list-style-type: none;
    position: relative;
}
#topmenu li 
{
    float: left;
    display: inline;
	line-height: 24px;
}
#topmenu a
{
    color: #666;
	text-decoration: none;
	border-left: 1px solid #B2B2B2;
	padding: 5px 15px;
}
#topmenu a.first {
	border-left: 0 none;
}
#topmenu a:hover, #topmenu a.active, #topmenu a.lock:hover, #topmenu a.logout:hover
{
    color: #333;
	background-color: #F2F2F2;
}
#topmenu a.lock
{
	background: url("../images/icons/lock.png") no-repeat scroll 10px 5px transparent;
    padding: 5px 15px 5px 30px;
}
#topmenu a.logout
{
	border-left: 0 none;
	padding: 5px 15px 5px 10px;
}
#topmenu span
{
border-left: 1px solid #B2B2B2;
	padding: 5px 5px 5px 15px;
	line-height: 24px;
}
#topmenu a.lang, #footer a.lang {
	line-height: 24px;
}
#topmenu img {
	padding: 6px 0 6px 0;
}

/* mainmenu ---------------------------------*/
#mainmenu 
{
    text-transform: uppercase;
	min-height:42px;
	background-color: #65D1F8;
}
#mainmenu ul
{
    list-style-type: none;
    position: relative;
}
#mainmenu li 
{
    float: left;
    display: block;
    height: 42px;
    background-color: #65D1F8;
}

#mainmenu li.first
{
    background: none repeat scroll 0 0 transparent !important;
}

#mainmenu a
{
    color: #fff; /* 616161; */
	font-size:14px;
	text-decoration: none;
	padding: 0 20px;	
	line-height: 41px;
	height: 41px;
	display: block;
}

#mainmenu a.first {
	border-left: 0 none;
}

/* submenu ---------------------------------*/
#submenu {
	background-color: #D7D7D7;
	border: 0;
	
}
#submenu ul
{
    list-style-type: none;
    position: relative;
	height:40px;
}
#submenu li 
{
    float: left;
    display: inline;
    margin: 0 0 6px 0;
	line-height: 38px;
}
#submenu a
{
    color: #888;
	text-decoration: none;
	padding: 0 20px;
	border-left: solid 1px #B2B2B2;
}
#submenu a:hover
{
    text-decoration: underline;
	color: #5E3124;
}
#submenu a.active {
	color: #5E3124;
	/*font-weight: bold;*/
}

#submenu a.first {
	border-left: 0 none;
}

/* leftmenu ----------------------------------------------- */

h3 {
    color: #444;
    font: 15px Arial,Helvetica,sans-serif;
    margin: 0;
    margin-bottom: 10px;
	font-weight: normal;
}
h1 {
    color: #555;
    font: 22px Arial,Helvetica,sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
}

#leftmenu 
{
    float: left;
	padding-right: 20px;
	border-right: #ddd solid 1px ;
}
#leftmenu ul 
{
    margin-bottom: 20px;
    /* list-style-type: disc; */
    margin-left: 10px;
}



#footer {
	margin-top:20px;
	padding: 20px 0;	
	background-color:#eee;
}
#footer ul
{
    margin: 10px 0 0 0;
    list-style-type: none;
    position: relative;
}
#footer li 
{
    float: left;
    display: inline;
	line-height: 24px;
}
#footer a
{
    color: #666;
	text-decoration: none;
	border-left: 1px solid #B2B2B2;
	padding: 5px 15px;
}
#footer a:hover, #footer a.active, #footer a.lock:hover, #footer a.logout:hover
{
    color: #333;
	background-color: #F2F2F2;
}
#footer img {
	padding: 6px 0 6px 0;
}
#footer a.first
{
	border-left: 0 none;
}
.left {
	float: left;
}
.right {
	float: right;
}
#copyright {
	min-width: 960px;
	max-width:1400px;
	padding:20px 10px;
	margin: 0 auto;
	text-align: left;
}
* html .overflows  {

/* these properties will only be read in IE lte 6! */
position:relative;
}

/* forms */
label {
	float:left;
	width: 220px;
	margin-top:4px;
}
.form-control {
    width: 400px;
    display: inline;
}
.err {
	font-weight:bold;
}
/* Bootstrap ------------------------------------------------------ */

select, 
textarea, 
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"], 
.uneditable-input {
    margin-bottom: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4x;
    -moz-border-radius: 4spx;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    /*
    -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;*/
    /*width: 200px;*/
}
select:hover, 
textarea:hover, 
input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover, 
.uneditable-input:hover {
    
    background-color: #fff;
    border: 1px solid #00ADEF;
    
    -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: #444;
}
li.dropdown button {
    background-color:#D7D7D7;
}

.form-control:focus {
    border-color: #aaa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(200, 200, 200, 0.6);
    outline: 0 none;
}

.row-filter select, 
.row-filter textarea, 
.row-filter input[type="text"], 
.row-filter input[type="password"], 
.row-filter input[type="datetime"], 
.row-filter input[type="datetime-local"], 
.row-filter input[type="date"], 
.row-filter input[type="month"], 
.row-filter input[type="time"], 
.row-filter input[type="week"], 
.row-filter input[type="number"], 
.row-filter input[type="email"], 
.row-filter input[type="url"], 
.row-filter input[type="search"], 
.row-filter input[type="tel"], 
.row-filter input[type="color"], 
.row-filter .uneditable-input {
    width: 100%;
}

#mytable_length select {
    width: 70px;
}
#mytable_filter input[type="search"] {
    width: 160px;
}
#regForm input[type="text"],
#regForm input[type="email"],
#regForm input[type="password"] {
    width: 100%;
}
#regForm label {
    float: none;
}
.formTable input[type="radio"],
.formTable input[type="checkbox"] {
	border:0;
    margin: -4px 4px 0 0;
    width: 16px;
    position:absolute;
    top: 0;
    left: 0;
} 
#download {
	margin-bottom: 15px;
}
#download .btn-primary {
    float: left;
}
#result {
	float:left;
	margin-top:5px;
}
#annulla {
	display:none;
	float:left;
	margin-right:20px;
	margin-left:20px;
}
#mytable_next {
	margin-left:20px;
}
.show-attach,
.ins-ann,
.show-ann,
.upl-doc {
	cursor: pointer;
}
.popover {
	max-width: 576px;	
}
.popover.attach {
	max-width: 876px;	
}
#slide {	
	width: 100%;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #048399;
	height:15px;
	overflow:hidden;
}
#slide .wrapper img {
	float:left;
}

.form-control {
  height:30px;
}
#include-attach {
	margin: 0 5px 0 0;
}
/* -------------------
html,body {
		background: url("../images/background.png") repeat scroll 0 0 #fff;
}
#footer {
	background: url("../images/background.png") repeat scroll 0 0 #eee;
}
*/


.stdtable thead tr th:last-child,
.stdtable tbody tr td:last-child { 
    border-right: 0px solid #ccc; 

}

#mytable 
{
    width:100%;
}
.dataTables_wrapper label {
    float: none;
    width: 240px;
    font-weight:normal;
}
.row-filter 
{
    display:none;
}

#searchForm input,
#searchForm select {
    float: left;
}
#searchForm div.note {
    float:left;
    width:500px;
    margin-left:10px;
}
#drop-doc {
    text-align:center;
    width:128px;
    height:128px;
    float:left;
    margin-right: 30px;
    color:#444;
}
.working {
    margin-top: 40px;

}

.massive-item {
    float: left;
    margin-top: 25px;
}
.massive-tot {
    padding-top: 6px;
}
#massive-curr {
    width: 70px;
    text-align:center;
}
#cmd-curr-massive {
    color: #048399; /*#fff;*/
}
.massive-btn {
    border-radius: 50%;
     -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /*background-color: #048399;*/
    background-color: #fff;
    border: solid 1px #048399;
    font-size: 20px;
    color: #048399; /*#fff;*/
    width:30px;
    height:30px;
    padding-top:2px;
    text-align:center;
}
.massive-text-btn {
    border-radius: 4px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*background-color: #048399;*/
    background-color: #fff;
    border: solid 1px #048399;
    font-size: 12px;
    color: #048399; /*#fff;*/
    height:30px;
    padding:4px 10px;
    text-align:center;
}

.massive-toolbar {
    float:left;
}
.preview {
    background-color: #ccc;
    text-align: center;
    position:relative;
}
.preview-banner {
    position:absolute;
    top:100px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    z-index:1;
}
#preview-message {
    position:absolute;
    top:200px;
    font-size:24px;
    color:#fff;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
     z-index:1;
}
.preview-error {
    width: 100%;
    height: 100%;
    z-index:2;
     
}
a.cmd-next-massive img,
a.cmd-prev-massive img,
a#cmd-curr-massive img {
    margin:2px 4px;
}
.input-warning {
    background-color: #f00;
    color: #fff;
}

.mytableInstall td {
    padding: 6px;
}
#submenu .dropdown li {
    margin: 6px 0;
}
#submenu .dropdown li a:hover {
    background-color: #fff;
}
.form-wrapper {
    background-color: #fff;
    margin: 20px;
    padding:20px;
    border: solid 2px #eee;
    border-radius: 10px;
}
.wrapper-firma {
    height:300px;
}

.no-print
{
    display: none !important;
}


.dataTables_length, .dataTables_paginate_ {
    background: none;
    background-color: #e5f8ff;
    border: 0;
    border-top: 1px solid #ccc;
   
}
.dataTables_filter {
    right: 0;
    top: 10px;
}