html, body
{
    width:100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body 
{
    background: #FFFFFF;
    scrollbar-face-color:#ffffff;
    scrollbar-arrow-color:#175dab;
    scrollbar-track-color:#ffffff;
    /*scrollbar-shadow-color:#c7cbcf;*/
    scrollbar-shadow-color:#ffffff;
    scrollbar-highlight-color:#c7cbcf;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-darkshadow-Color:#ffffff;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-button:start:decrement {
    height: 15px;
    display: block;
    background-color: #ffffff;
    background: #ffffff url(../images/arrow_up.png) no-repeat center center; 
}

::-webkit-scrollbar-button:end:increment {
    height: 15px;
    display: block;
    background-color: #ffffff;
    background: #ffffff url(../images/arrow_down.png) no-repeat center center; 
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    height: 15px;
    display: block;
    background: #ffffff url(../images/arrow_left.png) no-repeat center center; 
}

::-webkit-scrollbar-button:horizontal:end:increment {
    height: 15px;
    display: block;
    background: #ffffff url(../images/arrow_right.png) no-repeat center center; 
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    background-color: #ffffff;
    /*border: 1px solid #c7cbcf;*/
    border: 1px solid #ffffff;
}

::-webkit-scrollbar-button:vertical {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #175dab;
}

#DIVBODYRIGHT ::-webkit-scrollbar-button:start:decrement {
    height: 15px;
    display: block;
    background-color: #f2f2f2;
    background: #f2f2f2 url(../images/arrow_up_grey.png) no-repeat center center; 
}

#DIVBODYRIGHT ::-webkit-scrollbar-button:end:increment {
    height: 15px;
    display: block;
    background-color: #f2f2f2;
    background: #f2f2f2 url(../images/arrow_down_grey.png) no-repeat center center; 
}

#DIVBODYRIGHT ::-webkit-scrollbar-button:horizontal:start:decrement {
    height: 15px;
    display: block;
    background: #f2f2f2 url(../images/arrow_left_grey.png) no-repeat center center; 
}

#DIVBODYRIGHT ::-webkit-scrollbar-button:horizontal:end:increment {
    height: 15px;
    display: block;
    background: #f2f2f2 url(../images/arrow_right_grey.png) no-repeat center center; 
}

#DIVBODYRIGHT ::-webkit-scrollbar-track-piece {
    background-color: #f2f2f2;
}

#DIVBODYRIGHT ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

#DIVBODYRIGHT ::-webkit-scrollbar-button:vertical {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #175dab;
}

#DIVMAINCONTENT
{
    width:100%;
}

#DIVHEADER
{
    position:absolute;
    top:0px;
    border-bottom:1px solid grey;
    padding-bottom:-1px;
    /*background: url(../images/bg_header.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_header.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_header.jpg', sizingMethod='scale')";*/
    background-color:#CCCCCC;
    /*background: url(../images/logo-test.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/test2-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/test2-bg.jpg', sizingMethod='scale')";*/
}

#DIVHEADERCONTAINERLEFT
{
    float: left;
    background: #FFFFFF url(../images/logo_air.png) center bottom no-repeat;
    /*background: #FFFFFF url(../images/logo_docsone.png) center bottom no-repeat;*/
    margin: 0 0 0 10px;
    border-top:none;
    border-right:none;
    border-left: 1px solid #7092be;
    border-bottom: 1px solid #7092be;
    /*outline: 1px solid #e5e5e5;*/
    background-color:#ffffff;
    /*background-color:rgba(255,255,255,0.0);*/
    border-left:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
}

#DIVHEADERCONTAINERRIGHT
{
    float: left;
    background-color: #ffffff;
    margin: 0 10px 0 0;
    /*border-left:1px solid #D9D9D9;
    padding-left:-1px;*/
    border-right: 1px solid #7092be;
    /*border-bottom: 2px solid #7092be;*/
    border-bottom: 1px solid #7092be;
    border-top:none;
    border-left:none;
    /*outline: 1px solid #e5e5e5;*/
    background-color:#ffffff;
    /*background-color:rgba(255,255,255,0.0);*/
    /*background: #ffffff url(../images/logo-test.png) no-repeat center center; */
    background: #ffffff url(../images/docsweb-header-v5.png) no-repeat left center; 
    /*background-size: cover;*/
    border-right:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
}

#DIVBODY
{
    width:100%;
    position:absolute;
    top:85px;
    /*background: url(../images/bg_body.jpg) top center no-repeat;*/
    /*background: url(../images/bg_body.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_body.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_body.jpg', sizingMethod='scale')";*/
    background-color:#E0E0E0;
    background-color:#CCCCCC;
}

#DIVBODYLEFT
{
    position:relative;
    float:left;
    margin: 6px 0 0 10px;
    background-color: #ffffff;
    /*background-color: #f2f2f2;*/
    border-top: 1px solid #7092be;
    border-right: 1px solid #7092be;
    border-left: 1px solid #7092be;
    border-bottom: 1px solid #7092be;
    /*outline: 1px solid #e5e5e5;*/
    border:0px;
    border:1px solid #f2f2f2;
    /*background-color: #F5F5F5;*/
}

#DIVBODYLEFTTOP
{
    overflow:hidden;
    margin: 5px 7px 10px 7px;
}

#DIVBODYLEFTBOTTOM
{
    overflow:hidden;
    margin: 10px 7px 5px 7px;
}

form input[type="text"], form textarea, form div label input[type="text"] {
	display:block;
	padding: 0;
	padding-left: 3px;
	margin: 0;
	color: #000000;
	background-color: #f3f3f3;
	float: left;
	border:1px solid #8b8b8b;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 12px;
	line-height:21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

form input[type="text"]:focus, form textarea:focus {
	background-color: #fef0d8;
	color: #000000;
}

form input[type="button"], label span.ui-button-text {
	/*color: #FFFFFF;
	background: rgb(108,151,200);
    background: -moz-linear-gradient(top,  rgba(108,151,200,1) 0%, rgba(158,192,231,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,151,200,1)), color-stop(100%,rgba(158,192,231,1)));
    background: -webkit-linear-gradient(top,  rgba(108,151,200,1) 0%,rgba(158,192,231,1) 100%);
    background: -o-linear-gradient(top,  rgba(108,151,200,1) 0%,rgba(158,192,231,1) 100%);
    background: -ms-linear-gradient(top,  rgba(108,151,200,1) 0%,rgba(158,192,231,1) 100%);
    background: linear-gradient(to bottom,  rgba(108,151,200,1) 0%,rgba(158,192,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c97c8', endColorstr='#9ec0e7',GradientType=0 );*/
    color: #FFFFFF;
    border:1px solid #709aca;
    cursor: pointer;
    text-shadow: 1px 1px 1px #2a66aa, 1px 1px 1px #2a66aa;
	
	background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

form input[type="button"]:hover, label span.ui-button-text:hover {
	color: #FFFFFF;
	border:1px solid #709aca;
	/*background: rgb(71,133,198);
    background: -moz-linear-gradient(top,  rgba(71,133,198,1) 0%, rgba(158,192,231,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,133,198,1)), color-stop(100%,rgba(158,192,231,1)));
    background: -webkit-linear-gradient(top,  rgba(71,133,198,1) 0%,rgba(158,192,231,1) 100%);
    background: -o-linear-gradient(top,  rgba(71,133,198,1) 0%,rgba(158,192,231,1) 100%);
    background: -ms-linear-gradient(top,  rgba(71,133,198,1) 0%,rgba(158,192,231,1) 100%);
    background: linear-gradient(to bottom,  rgba(71,133,198,1) 0%,rgba(158,192,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4785c6', endColorstr='#9ec0e7',GradientType=0 );*/
    
    background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#DIVBODYCENTER
{
    position:relative;
    float:left;
    margin: 6px 10px 0 10px;
    background-color: #ffffff;
    border-top: 1px solid #7092be;
    border-right: 1px solid #7092be;
    border-left: 1px solid #7092be;
    border-bottom: 1px solid #7092be;
    /*outline: 1px solid #e5e5e5;*/
    border:1px solid #f2f2f2;
    /*background-color: #F5F5F5;*/
}

#DIVBODYCENTERCONTAINER
{
    float:left;
    /*border:1px solid grey;
    padding:-1px;*/
    background-color: #ffffff;
    /*background-color: #F5F5F5;*/
}

#DIVBODYCENTERLEFT
{
    float:left;
    background-color: #89c8e9;
}

#DIVBODYCENTERRIGHT
{
    float:left;
    background-color: #89c8e9;
}

#DIVBODYRIGHT
{
    position:relative;
    float:left;
    margin: 6px 10px 0 0;
    background-color: #f2f2f2;
    z-index: 10;
    border-top: 1px solid #7092be;
    border-right: 1px solid #7092be;
    border-left: 1px solid #7092be;
    border-bottom: 1px solid #7092be;
    /*outline: 1px solid #e5e5e5;*/
    border:1px solid #f2f2f2;
    
    scrollbar-face-color:#f2f2f2;
    scrollbar-track-color:#f2f2f2;
    scrollbar-shadow-color:#f2f2f2;
    scrollbar-highlight-color:#c7cbcf;
    scrollbar-3dlight-color:#f2f2f2;
    scrollbar-darkshadow-Color:#f2f2f2;
}

#DIVBODYRIGHTTOP
{
    overflow:hidden;
    margin: 5px 7px 10px 7px;
}

#DIVBODYRIGHTBOTTOM
{
    overflow:hidden;
    margin: 10px 7px 5px 7px;
}

#DIVFOOTER
{
    height:10px;
    position:absolute;
    bottom:0px;
    /*background: url(../images/bg_footer.jpg) top center no-repeat;*/
    /*background: url(../images/bg_footer.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_footer.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_footer.jpg', sizingMethod='scale')";*/
    background-color:#CCCCCC;
}

#DVIFOOTERCONTAINER
{
    border:1px solid grey;
    padding:-1px;
    width:auto;
    height:18px;
    position:relative;
}

#tabul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    z-index: 10;
    height:20px;
}

#tabul li {
    display: inline;
    -webkit-border-radius: .3em .3em 0 0;
    -moz-border-radius: .3em .3em 0 0;
    border-radius: .3em .3em 0 0;
    cursor: pointer;
    padding: 0 3px;
}

.ntabs {
    position: relative;
    font-size:10px;
    /*color: #27619B;*/
    color:#175dab;
    float:right;
}

.ctab {
    position: relative;
    border-bottom-width: 0;
    font-size: 16px;
    /*color: #001A66;*/
    color: #175dab;
    float:left;
    margin-left:10px;
    font-weight:bold;
    /*height:40px;*/
}

.close {
    text-decoration: none;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    padding: 0 4px;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
}

.close:hover {
    background: #999;
    color: #333;
}
#tabcontent, #SOURCESHEET {
    position: relative;
    /*border: 1px solid #BDC7D5;*/
    z-index: 1;
    font-size: 11px;
    margin-left: 10px;
    overflow: auto;
}

#tabhr
{
    color:#E0E0E0;   
    align:center;
    clear:both;
}

#imgUser
{
    margin: 2px 0 0 15px;
    /*background-image: url(../images/user_default_old.png);*/
    /*background-image: url(../images/user_default.jpg);*/
    /*background-image: url(../images/demo/user_profile_demo.png);*/
    /*background-image: url(../images/user_anonimous.png);*/
    width: 70px;
    height: 70px;
    border:1px solid #E0E0E0;
}

#imgAddUserimg
{
    cursor:pointer;    
}

#pBenvenuto
{
    font-size: 18px;
    color: #175dab;
    margin: 20px 0 0 10px;
    font-weight: bold;
}

#pNominativo
{
    margin: 0px 0 0 10px;
}

#imgDivBodyCenterLeftCollapse
{
    cursor:pointer;
    position:absolute;
    top:8px;
    left:0px;
}

#imgDivBodyCenterLeftExpand
{
    cursor:pointer;
    display:none;
    position:absolute;
    top:8px;
    left:0px;
}

#imgDivBodyCenterRightCollapse
{
    cursor:pointer;
    position:absolute;
    top:8px;
    right:0px;
}

#imgDivBodyCenterRightExpand
{
    cursor:pointer;
    display:none;
    position:absolute;
    top:8px;
    right:0px;
}

.tableEvidenceHeader
{
    width: 236px;
    text-align:left;
    background-color:#E0E0E0;
}

.tableEvidenceHeader td
{
    height: 20px;
}

.tableEvidenceFrom
{
    /*width: 230px;*/
    width: 221px;
    text-align:left;
    font-size:11px;
}

.tableEvidenceFrom td
{
    border-bottom:1px solid #E0E0E0;
    height: 20px;
}

.tableEvidenceTo
{
    width: 221px;
    text-align:left;
    font-size:11px;
}

.tableEvidenceTo td
{
    border-bottom:1px solid #E0E0E0;
    height: 20px;
}

.imgTableEvidence
{
    vertical-align:middle;
    /*height:47px;*/
}

.labelTableEvidence
{
    /*line-height:47px;*/
    cursor:pointer;
    color: #27619B;
}

.labelTableEvidenceText
{
    font-size: 11px;
    margin-left:20px;
}

.labelTableEvidenceClick
{
    font-size: 12px;
    margin-left:20px;
    cursor:pointer;
    color:#27619B;
}

.labelTableEvidenceSubtitle
{
    color: #175dab;
    cursor:pointer;
    font-size: 11px;
}

#labelTableEvidenceTitle
{
    /*color: #000000;*/
    text-align:center;
    font-size:12px;
    font-weight:bold;
    /*padding: 5px;*/
    text-transform: uppercase;
    /*color:#27619B;*/
    color: #0E3867;
    line-height:21px;
}

.tableToolsHeader
{
    width: 236px;
    text-align:left;
    background-color:#E0E0E0;
    /*background-color:#ffffff;
    border:1px solid #000000;*/
}

.tableToolsHeader td
{
    height: 20px;
}

.tableTools
{
    width: 221px;
    text-align:left;
}

.tableTools td
{
    border-bottom:1px solid #E0E0E0;
    height: 20px;
}

.imgTableTools
{
    vertical-align:middle;
    width:32px;
    height:25px;
}

.imgTableToolsFont
{
    vertical-align:middle;
    cursor:pointer;
}

.labelTableTools
{
    /*line-height:47px;*/
    cursor:pointer;
    color: #175dab;
    font-size:12px;
    padding-left:5px;
}

.labelTableToolsBlack
{
    cursor:pointer;
    color: #000000;
    font-size:11px;
    padding-left:5px;
}

#labelTableToolsTitle
{
    /*color: #000000;*/
    text-align:center;
    font-size:12px;
    font-weight:bold;
    /*padding: 5px;*/
    text-transform: uppercase;
    color: #0E3867;
    line-height:21px;
}

.tableWorkingHeader
{
    width: 236px;
    text-align:left;
    background-color:#E0E0E0;
    /*background-color:#ffffff;
    border:1px solid #175dab;*/
}

.tableWorkingHeader td
{
    height: 20px;
}

.tableWorking
{
    /*width: 230px;*/
    width: 221px;
    text-align:left;
}

.tableWorking td
{
    border-bottom:1px solid #E0E0E0;
    height: 20px;
}

#labelTableWorkingTitle
{
    /*color: #000000;*/
    text-align:center;
    font-size:12px;
    font-weight:bold;
    /*padding: 5px;*/
    text-transform: uppercase;
    color: #0E3867;
    line-height:21px;
}

#tableMenu
{
    width: 236px;
    text-align:left;
    background-color:#E0E0E0;
}

#tableMenu td
{
    height: 20px;   
}

.tableDirectoryHeader
{
    width: 236px;
    text-align:left;
    background-color:#E0E0E0;
}

.tableDirectoryHeader td
{
    height: 20px;
}

.tableDirectory
{
    width: 230px;
    text-align:left;
}

.tableDirectory td
{
    border-bottom:1px solid #E0E0E0;
    height: 20px;
}

#labelTableDirectoryTitle
{
    /*color:#000000;*/
    text-align:center;
    font-size:12px;
    font-weight:bold;
    /*padding: 5px;*/
    text-transform: uppercase;
    color: #0E3867;
    line-height:21px;
}

#tableuser
{
    float:left;
}

#logoutbutton
{
    width: 40px;
    height:40px;
    vertical-align:middle;
    cursor:pointer;
}

#divsearch
{
    position:absolute;
    right:15px;
    bottom:10px;
}

#searchtext
{
    width:214px;
}

#searchbutton
{
    width: 24px;
    height:25px;
    vertical-align:middle;
    cursor:pointer;
}

#divlogout 
{
	position:absolute;
	top:0;
	right:11px;
	height: 30px;
	margin: 0;
	padding: 0;
	color:#27619B;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

#divlogout ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#divlogout li {
	float: left;
	width: 85px;
}

#divlogout a 
{
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	cursor:pointer;
	border-left: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	background:#E0E0E0;
	font-weight:bold;
	color: #0E3867;
	border-left:1px solid #175dab;
    border-bottom:1px solid #175dab;	
    
    /*background: rgb(108,151,200);
    background: -moz-linear-gradient(top, rgba(224,224,224,0.5) 0%, rgba(186,186,186,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,0.5)), color-stop(100%,rgbargba(186,186,186,0.5)));
    background: -webkit-linear-gradient(top, rgba(224,224,224,0.5) 0%,rgba(186,186,186,0.5) 100%);
    background: -o-linear-gradient(top, rgba(224,224,224,0.5) 0%,rgba(186,186,186,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(224,224,224,0.5) 0%,rgba(186,186,186,0.5) 100%);
    background: linear-gradient(to bottom, rgba(224,224,224,0.5) 0%,rgba(186,186,186,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#BABABA',GradientType=0 );*/
	
    background:#175dab;
    color:White;
}

#divlogout a:hover, #divlogout .current_page_item a {
	text-decoration: none;
}

#divlogout .current_page_item a {
}

#divlogout .last a {
	border-right: none;
}

#subtableWorking1 td
{
    border:none;
}

#subtableWorking2 td
{
    border:none;
}

#subtableWorking1 td p
{
    margin-left: 20px;
}

#subtableWorking2 td p
{
    margin-left: 20px;
    cursor:pointer;
}

.searchlabel
{
    font-size: 12px;
    vertical-align:middle;
}

.divshowhidecolumns
{
    display:none;
    position:absolute;
    bottom:52px;
    left: 0px;
    background-color: #ffffff;
    
    overflow: auto;
    z-index: 1; 
    
    width: 200px;
    height: 400px;
}

.divshowhidecolumns ul p
{
    color: #175dab;
}

.divshowhidecolumns ul
{
    padding: 5px;
    border: 1px solid #E0E0E0;
}

.divshowhidecolumns ul li
{
    padding: 5px;
    border-bottom: 1px solid #E0E0E0;
}

.divshowhidecolumns p
{
    font-weight:bold;
    text-align:center;
}

.tdHeader
{
    text-align:center;
    vertical-align:middle;    
    width: 236px;
    text-align:left;
}

#divWorking {
	padding: 0;
	overflow: auto;
	clear: both;
	text-align:center;
}

#divEvidenceFrom {
	padding: 0;
	overflow: auto;
	clear: both;
	text-align:center;
}

#divEvidenceTo {
	padding: 0;
	overflow: auto;
	clear: both;
	text-align:center;
}

#divTools {
	padding: 0;
	overflow: auto;
	clear: both;
	text-align:center;
}

#divDirectory {
	padding: 0;
	overflow: auto;
	clear: both;
	text-align:center;
}

.dwSelectItemsCont
{
    FONT:12px tahoma;
    OVERFLOW-X: hidden;
    OVERFLOW-Y: auto;
    BACKGROUND: white;
    BORDER: 1px solid gray;
    HEIGHT: 100px;
    SCROLLBAR-FACE-COLOR: #63a76a;
    SCROLLBAR-HIGHLIGHT-COLOR: #63a76a;
    SCROLLBAR-SHADOW-COLOR: #b4dce8;
    SCROLLBAR-3DLIGHT-COLOR: #b4dce8;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #b4dce8;
    SCROLLBAR-DARKSHADOW-COLOR: #b4dce8;
    SCROLLBAR-BASE-COLOR: #b4dce8;
}

.fileupload-buttonbar.ui-widget-header.ui-corner-top {
	background-color: #f3f3f3;
	color: #000000;
	border:1px solid #8b8b8b;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.fileupload-buttonbar.ui-widget-header.ui-corner-top:focus {
	background-color: #fef0d8;
	color: #000000;
	border:1px solid #8b8b8b;
}

.fileupload-content.ui-widget-content.ui-corner-bottom {
    background-color:rgba(255,255,255,0.0);
}

.template-download .delete .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only .ui-button-text
{
    background: #ffffff url(../images/fileupload_delete.png) no-repeat center center; 
}

.cursor-pointer
{
    cursor:pointer;
}

.imgEvidence
{
    cursor:pointer;
}

.tdevidence-bold
{
    font-weight:bold;
    font-size:12px;
    text-align:center;
}

/*.pq-grid-row {
    cursor: move;
}*/

.folder_droppable_hover{
    /*border:1px solid red;*/
    background-color: #add6ff;
    vertical-align:middle;
}

.folder_droppable
{
    color: #175dab;
    font-size:12px;
    padding-left:5px;
    vertical-align:middle;
}

.folder_droppable_label
{
    color: #175dab;
    font-size:12px;
    padding-left:5px;
    vertical-align:middle;
}

.rCurrentFolder
{
    /*color:#000000;*/
    background-color:#f2f2f2;
    font-size:10px;
    font-weight:bold;
    /*padding: 5px;*/
    /*text-transform: uppercase;*/
    color: #0E3867;
    margin-right:3px;
    cursor:pointer;
}

#newFolderName
{
    float:left;
}

#iNewFolder
{
    float:left;
    cursor:pointer;
    margin-left:5px;
}

#iBack
{
    cursor:pointer;
}

#addNewPersonalDocumentInformation
{
    display:none;
    margin:0;
    background-color:#ffffff;
    /*background-Repeat:no-repeat;
    background-image:url(../images/new_login.png);*/
    height:200px;
    text-align:center;
    width :460px;
    clear:both;
    margin:0 auto;
    text-align:center;
}

#tAddNewPersonalDocumentInformation
{
    margin:0 auto;
    margin-top:10px;
    /*float:right;*/
}

#tAddNewPersonalDocumentInformation td
{
    padding:5px 10px;
}

#tAddNewPersonalDocumentInformation .label
{
    text-align:right;
    color:#27619B;
}

#tAddNewPersonalDocumentInformation .empty
{
    height:10px;
}

#tAddNewPersonalDocumentInformation .header
{
    background-color:#E0E0E0;
    /*color: #000000;*/
    text-align: center;
    font-size:12px;
    font-weight:bold;
    /*padding: 5px;*/
    text-transform: uppercase;
    color:#0E3867;
    line-height:21px;
}

#tAddNewPersonalDocumentInformation .button
{
    /*BACKGROUND-COLOR: lightgrey;*/
    BORDER-BOTTOM: #9fa09b 1px solid;
	BORDER-LEFT: #9fa09b 1px solid;
	BORDER-RIGHT: #9fa09b 1px solid;
	BORDER-TOP: #9fa09b 1px solid;
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10px;
	color:#000000;
	background-color:#ffffff;
	background-image: url(../images/bg_button.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
}

#tAddNewPersonalDocumentInformation input[type="button"], label span.ui-button-text {
	color: #FFFFFF;
    border:1px solid #709aca;
    text-shadow: 1px 1px 1px #2a66aa, 1px 1px 1px #2a66aa; 
	cursor: pointer;
	background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#tAddNewPersonalDocumentInformation input[type="button"]:hover, label span.ui-button-text:hover {
	color: #FFFFFF;
	border:1px solid #709aca;
	background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#tAddNewPersonalDocumentInformation input[type="text"], input[type="password"], form textarea, form div label input[type="text"] {
	display:block;
	padding: 0;
	margin: 0;
	color: #000000;
	background-color: #f3f3f3;
	float: left;
	border:1px solid #8b8b8b;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	padding:2px;
}

#tAddNewPersonalDocumentInformation input[type="text"]:focus, input[type="password"]:focus, form textarea:focus {
	background-color: #fef0d8;
	color: #000000;
}

#selectedDocumentDataContainer
{
    display:none;
    font-size:10px;
    position:absolute;
    z-index:950;
    background-color:#ffffff;
    /*background-Repeat:no-repeat;
    background-image:url(../images/new_login.png);*/
    text-align:left;
    margin:0 auto;
    text-align:left;
    border:1px solid #000000;
}

#selectedDocumentDataContainerTable span
{
    vertical-align:top;
    cursor:pointer;
    white-space: nowrap;
}

#selectedDocumentDataContainerTable .label
{
    vertical-align:top;
    cursor:pointer;
    white-space:normal;    
}

#selectedDocumentDataContainerTable .rowNormal
{
    cursor:pointer;
    border-bottom: 1px solid #ededed;
}

#selectedDocumentDataContainerTable .rowHover
{
    background-color: #e0f0ff;
}

#tableSignDocument
{
    font-size:11px;
    height: 580px;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
}

#tableSignDocument th
{
    font-weight:bold;
    font-size:12px;
    text-align:center;
    color:#27619B;
    border-bottom:3px solid #E0E0E0;
    padding-bottom:10px;
}

#tableSignDocument td
{
    border-bottom:1px solid #E0E0E0;
}

#SignDocument
{
    background-color: #ffffff;
    height:780px;
    display:none;
}

#SignDocumentLeft
{
    float:left;
    width: 35%;
}

#SignDocumentRight
{
    float:left;
    width: 65%;
}

.row-selected-signdocument
{
    border: 1px solid red;    
}

.row-selected-signdocument td
{
    background-color:#ADD6FF;    
}

#SignDocumentWorkflow
{
    margin-top:50px;    
}

#SignDocumentButtonFirma
{
    margin-top:50px;    
    width:100%;
    display:none;
}

#SignDocumentButtonFirma td
{
    font-size:12px;    
    text-align:center;
    width:100px;
    vertical-align:top;
}

#SignDocumentFirma
{
    display:none;
    text-align:center;
}

#SignDocumentFirma span
{
    font-weight:bold;
    font-size:12px;
    text-align:center;
    color:#27619B;
}

#SignDocumentFirma input[type="button"], label span.ui-button-text {
    color: #FFFFFF;
    border:1px solid #709aca;
    cursor: pointer;
    text-shadow: 1px 1px 1px #2a66aa, 1px 1px 1px #2a66aa;
	background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#SignDocumentFirma input[type="button"]:hover, label span.ui-button-text:hover {
	color: #FFFFFF;
	border:1px solid #709aca;
    background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#SignDocumentOtp
{
    width:100%;
}

#SignDocumentOtp td
{
    font-size:12px;    
    width:100px;
}

#SignDocumentButtonFirmaRemota
{
    margin-top:50px;    
    width:100%;
    display:none;
}

#SignDocumentButtonFirmaRemota td
{
    font-size:12px;    
    text-align:center;
    width:100px;
    vertical-align:top;
}

#SOURCESHEET
{
    height: 200px;    
    background-color: #ffffff;
}

#TAGCONTENT
{
    /*height: 50px;    
    background-color: #c2c2c2;*/
}

#TAGCONTENT input
{
    width: 150px;
    cursor: pointer;
    border: 0;
    background-color: #E0E0E0;
    color: #0e3867;
    font-weight: bold;
    height: 30px;
}

#RESULTGRID
{
    height: 500px;
}

#Actors
{
    background-color: #ffffff;
    height:383px;
}

#ActorsTable
{
    margin:0 auto;
    width:100%;
}

#ActorsTable th
{
    font-weight:bold;
    font-size:12px;
    color:#27619B;
    border-bottom:3px solid #E0E0E0;
    padding:10px;
}

#ActorsTable th.rigthBorder
{
    border-right:1px solid #E0E0E0;
}

#ActorsTable th.actorsTitle
{
    font-size:16px;
}

#ActorsTable td
{
    font-size:12px;
    padding:3px;
}

#ActorsTable td.rigthBorder
{
    border-right:1px solid #E0E0E0;
}

#WFTable
{
    font-size:11px;
    overflow:auto;
    height:300px;
    width:100%;
}

#WFTable th
{
    font-weight:bold;
    font-size:12px;
    color:#27619B;
    border-bottom:3px solid #E0E0E0;
    padding:10px;
    text-align:center;
}

#WFTable td
{
    border-bottom:1px solid #E0E0E0;
    padding:3px;
}

.info-details
{
    cursor:pointer;
    vertical-align:middle;
}

#WF
{
    background-color: #ffffff;
    height:780px;
    display:none;
}

#WFLeft
{
    float:left;
    width: 35%;
}

#WFRight
{
    float:left;
    width: 65%;
}

#WF input[type="button"] {
    color: #FFFFFF;
    border:1px solid #709aca;
    cursor: pointer;
    text-shadow: 1px 1px 1px #2a66aa, 1px 1px 1px #2a66aa;
	background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#WF input[type="button"]:hover {
	color: #FFFFFF;
	border:1px solid #709aca;
    background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#WFDashboard
{
    margin-top:50px;
    width:100%;
}

#WFDashboard td
{
    font-size:12px;    
    text-align:center;
    width:100px;
    vertical-align:top;
}

#WFTableTooltip
{
    display:none;
    font-size:11px;
    cursor:pointer;
    border:1px solid #c2c2c2;
    position:absolute;
    background:#ffffff;
}

#WFTableTooltip th
{
    font-weight:bold;
    font-size:12px;
    text-align:center;
    color:#27619B;
    border-bottom:3px solid #E0E0E0;
    padding-bottom:10px;
}

#WFTableTooltip td
{
    border-bottom:1px solid #E0E0E0;
}

#WFTableTooltip td.columnName
{
    font-weight:bold;
    font-size:12px;
    color:#27619B;
    border-right:3px solid #E0E0E0;
    padding-right:10px;
}

#WFTableTooltip td.columnValue
{
    font-size:12px;
    padding-left:10px;
}

tr.tableMassiveWfSelected td
{
    background-color: #ADD6FF;
}

.tableTooltipMassiveWf
{
    display:none;
    position:absolute;
    background:#ffffff;
}

.pq-grid-footer.pq-pager .ui-button.ui-widget.ui-state-default.ui-button-text-icon-primary
{
    border:0px;
}

.desktopsearchheader
{
    font-size:18px;
    color:#2518b5;
    text-decoration:underline;
}

.desktopsearchlink
{
    font-size:14px;
    color:#00802a;
}

.desktopsearchbody
{
    font-size:14px;
    padding-bottom:10px;
}

#subtabcontent {
    position: relative;
    /*border: 1px solid #BDC7D5;*/
    z-index: 1;
    font-size: 11px;
    margin-left: 10px;
    overflow: auto;
}

#subtabhr
{
    color: #E0E0E0;   
    /*align:center;
    clear:both;*/
}

#subtabul {
    padding: 0;
    margin: 0;
    /*margin-top: 10px;*/
    z-index: 10;
    height: 15px;
}

#subtabul li {
    display: inline;
    -webkit-border-radius: .3em .3em 0 0;
    -moz-border-radius: .3em .3em 0 0;
    border-radius: .3em .3em 0 0;
    cursor: pointer;
    padding: 0 3px;
}

#subtabul .ntabs {
    /*position: relative;*/
    float:right;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
    background:#E0E0E0;
    color:#0E3867;
    margin-left:2px;
}

#subtabul .ctab {
    /*position: relative;*/
    /*font-size: 16px;*/
    /*float:left;*/
    /*height:25px;*/
    background-color: #175dab;
    color: #E0E0E0;
}

.WFTables
{
    margin-top:50px;
    width:100%;
}

.WFTables th
{
    font-weight:bold;
    font-size:12px;
    color:#27619B;
    border-bottom:3px solid #E0E0E0;
    padding:10px;
}

.WFTables th.rigthBorder
{
    border-right:1px solid #E0E0E0;
}

.WFTables th.actorsTitle
{
    font-size:16px;
}

.WFTables td
{
    font-size:12px;
    padding:3px;
}

.WFTables td.rigthBorder
{
    border-right:1px solid #E0E0E0;
}

#AddUserImg
{
    background-color: #ffffff;
    display:none;
}

#AddUserImg input[type="button"] {
    color: #FFFFFF;
    border:1px solid #709aca;
    cursor: pointer;
    text-shadow: 1px 1px 1px #2a66aa, 1px 1px 1px #2a66aa;
	background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#AddUserImg input[type="button"]:hover {
	color: #FFFFFF;
	border:1px solid #709aca;
    background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#AddUserImg p
{
    font-size: 14px;
}

#ViewMultiValues
{
    display:none;
}

#evImgUser
{
    margin-top:20px;
    width: 70px;
    height: 70px;
}

.docswebButton {
    color: #FFFFFF;
    border:1px solid #709aca;
    cursor: pointer;
    text-shadow: 1px 1px 1px #2a66aa, 1px 1px 1px #2a66aa;
	background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

.docswebButton:hover {
	color: #FFFFFF;
	border:1px solid #709aca;
    background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#UploadEditedDocument
{
    background-color: #ffffff;
    display:none;
}

#UploadEditedDocument input[type="button"] {
    color: #FFFFFF;
    border:1px solid #709aca;
    cursor: pointer;
    text-shadow: 1px 1px 1px #2a66aa, 1px 1px 1px #2a66aa;
	background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#UploadEditedDocument input[type="button"]:hover {
	color: #FFFFFF;
	border:1px solid #709aca;
    background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#UploadEditedDocument p
{
    font-size: 14px;
}

.tableRoche td
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align:left;
}

.fullTextWait {
    text-align: center;
    padding-top: 20px;
    display: none;
}

.fullTextNoResult
{
     font-size: 15px;
}

.fullTextContentMasterDiv
{
    font-size: 18px;
    color: #1a0dab;
    padding-bottom: 10px;
}

.fullTextContentMaster
{
    cursor: pointer;
}

.fullTextContentMaster:hover
{
    text-decoration: underline;
}

.fullTextAbstract
{
    font-size: 13px;
    padding-left: 20px;
}

.fullTextDocument
{
    color: #006621;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.fullTextDocument span
{
    cursor: pointer;
}

.fullTextDocument span:hover
{
    text-decoration: underline;
}

.fullTextMetadata
{
    color: brown;
    padding-bottom: 20px;
    padding-left: 20px;
}

.fullTextMetadataMaster
{
    font-style: italic;
    cursor: pointer;
}

.fullTextMetadataMaster:hover
{
    text-decoration: underline;
}

#divFullTextSearch {
    padding-top: 10px;
}

#fullTextOpenComboArchive, #fullTextOpenComboArchiveShort {
    background-image: url('../images/arrow-down-archive.png');
    background-position: center;
    background-repeat: no-repeat;
}

#fullTextOpenComboArchive:hover, #fullTextOpenComboArchiveShort:hover
{
    background-image: url('../images/arrow-down-archive-focus.png');
}

#fullTextTextbox {
    outline: none;
    padding-left: 5px;
    border: 0;
    width: 100%;
    font-size: 25px;
}

#fullTextTextboxShort {
    outline: none;
    padding-left: 2px;
    border: 0;
    width: 100%;
}

#fullTextComboArchive {
    display: none;
    position: absolute;
    margin: 0 auto;
    left: -40px;
    right: 0;
    width: 598px;
    max-height: 200px;
    overflow: auto;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 5px #888888;
    font-size: 16px;
}

#fullTextComboArchiveShort {
    display: none;
    position: absolute;
    margin: 0 auto;
    left: -25px;
    right: 0;
    width: 218px;
    max-height: 200px;
    overflow: auto;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 5px #888888;
    font-size: 12px;
    z-index: 999;
}

#fullTextComboArchive .fullTextComboArchiveCheck {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin-right: 10px;
}

#fullTextComboArchive td {
    height: 30px;
}

#fullTextComboArchiveShort .fullTextComboArchiveCheck {
    margin-right: 5px;
}

#fullTextComboArchiveShort td {
    height: 10px;
}

.fullTextComboArchiveCaption {
    padding: 10px;
    font-style: italic;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color: Gray !important;
   font-style: italic !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: Gray !important;
   font-style: italic !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: Gray !important;
   font-style: italic !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: Gray !important;
   font-style: italic !important;
}

.gsButtonFiltra {
    color: #FFFFFF;
	background-color:#B82E00;
	padding: 5px 10px 5px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:10px;
    cursor: pointer;
    font-weight:bold;
    border:1px solid #ffffff;
}

.gsButton {
    color: #FFFFFF;
	background-color:#27619B;
	padding: 5px 10px 5px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:10px;
    cursor: pointer;
    font-weight:bold;
    border:1px solid #ffffff;
    background-image: linear-gradient(rgba(134, 183, 238, 1) 0%, rgba(112, 169, 235, 1) 100%);
    text-shadow: 1px 1px 1px #2a66aa, 1px 1px 1px #2a66aa;
}

.gsHeadB {
    font:bold 12px tahoma;
    background-color:#E0E0E0;
    padding-left: 5px;
}

.gsFilterName {
    padding-right: 10px;
}

.input-sign {
    width: 140px;
    border: 1px solid Black !important;
    padding: 1px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.input-sign:enabled {
    background-color: white !important;
}

#extractorNewRecord {
    color: blue;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}

.gridtree.filetree span.folder {
    background-color: rgb(242, 241, 239);
}

.treegrid-selected {
    background-color: rgb(255, 255, 224) !important;
}

.ntabs.ctab .dymNewRecord, .ntabs.ctab .dymNewRecordSpace, .ntabs.ctab .bottonCheckModify {
	display: inline;
}

.ntabs .dymNewRecord, .ntabs .dymNewRecordSpace, .ntabs .bottonCheckModify {
	display: none;
}