/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/Nov/2014, 14:45:45
    Author     : joes
*/
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}
.button-top span.material-icons {
    font-size: 20px;
}
.button-top span.text {
    position: relative;
    top: -4px;
}
.material-icons.md-14 { font-size: 14px; }
#buffer {
    height: 10000000000000000px;
    pointer-events: none;
}
.header {
    background: #333;
    height: 50px;
    color: white;
}
.header h1 {
    font-size: 20px;
    margin: 0px;
    padding: 10px 0 10px 7px;
    font-weight: bold;
    float: left;
}
.header h1 small {
    font-size: 14px;
    margin-left: 7px;
    font-weight: normal;
}
.ui-dialog iframe {
	border: none;
	width: 100%;
	height: 97%;
}
.command-application-shortcut {
    background: #4082AB;
    height: 28px;
    vertical-align: middle;
    padding: 0px 0 2px 0px;
}
.button-top {
    display: inline-block;
    font-size: 14px;
    color: white;
    height: 27px;
    width: 152px;
    text-align: center;
    padding: 6px 7px 0 0;
    background: #4082AB;
    vertical-align: middle;
    border: 0;
}
.button-top > span {

}
.button-top > span > i {
    line-height: .7
}
a.help-list-top {
    text-decoration: none;
    color: white;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}
.button-top.align-right {
    float: right;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    height: 21px;
    margin-top: 2px;
    margin-right: 3px;
    border-radius: 5px;
    padding-top: 2px;
}
.button-top.logout {
    width: 30px;
    background: white;
    color: #4082AB;
    border-color: white;
    padding-right: 0;
}
.button-top.logout:hover {
    color: red;
}
.button-top > span {
    cursor: pointer;
}
.button-top.active {
    background: #333;
}
.button-top.active.not-select-border {
    background: none;
}
.button-top.active .content-button-top {
    display: block;
    text-align: left;
    left: 0;
    top: 30px;
}
.button-top div.content-button-top {
    position: absolute;
    top: 35px;
    left: 5px;
    display: none;
    background: #333;
    width: 100%;
    height: 40px;
}
.search-box-main {
    height: 100%;
    outline: none;
    border: none;
    margin: 0 0 0 247px;
    width: 60%;
    padding: 0;
}
.advanced-search-box {
    display: inline-block;
    background: #333;
    height: 100%;
    margin: 0;
    float: right;
    width: 150px;
}
.search-box-main-wrapper {
    display: inline-block;
    height: 100%;
    width: 100%;
    background: white;
    margin-top: 5px;
    margin-left: 5px;
}
.search-box-main-wrapper .search-relevance-switch {
    position: absolute;
    background: #333;
    height: 100%;
    padding: 0 10px;
    width: 222px;
}
.search-relevance-switch {
    cursor: pointer;
}
.search-relevance-switch .option {
    line-height: 1;
    position: relative;
    top: 12px;
    display: none;
}
.search-relevance-switch .option span {
    color: #4082AB
}
.search-relevance-switch .option.selected {
    display: inline-block;
}
.search-box-main-wrapper .material-icons {
    font-size: 36px !important;
    float: right;
}
.search-result-main .result-list {
    display: inline-flex;
    width: 45%;
    margin: 0 25px;
}
.search-result-main .result-list ul {
    list-style: none;
    width: 100%;
    padding: 0;
}
.search-link {
    height: 100%;
    display: inline-block;
    padding-top: 12px;
    padding-left: 14px;
    vertical-align: middle;
    cursor: pointer;
}
.search-link:hover {
    color: #4082AB;
}
.search-result-main .result-list ul li .name-doc {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    height: 22px;
    display: block;
    color: #4082AB;
    font-weight: bold;
}
.search-result-main .result-list ul li .fade-out {
    width: 100%;
    background: rgb(240, 240, 240);
    background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%);
    height: 50px;
    position: absolute;
    z-index: 9999;
    margin-top: -50px;
    display: none;
}
.search-result-main .result-list ul li.header-search-result {
    cursor: none;
    color: #333;
    font-size: 16px;
}
.search-result-main .result-list ul li {
    text-align: left;
    margin: 25px 0;
    cursor: pointer;
    position: relative;
}
.search-result-main .result-list ul li:hover . {

}
.search-result-main .list-type {
    font-size: 60%;
    color: grey;
    display: block;
    font-weight: bold;
}
.search-result-main .list-type.green {
    color: #4082AB;
}
.search-result-main .resume {
    color: black !important;
    display: block;
    font-size: 80%;
    max-height: 100px;
    overflow: hidden;
}
.search-result-main .header-title {
    color: #182e3d;
    display: block;
}
.search-result-main {
    display: none;
    position: absolute;
    z-index: 999999;
    width: 100%;
    background: rgb(240, 240, 240);
    top: 50px;
    overflow-x: scroll;
}
.button-top div.content-button-top .dashboard-tab.bookmarks {

}
.button-top div.content-button-top .dashboard-tab.bookmarks ul,
.button-top div.content-button-top .dashboard-tab.history ul,
.button-top div.content-button-top .dashboard-tab.shortcuts ul{
    padding: 0;
    margin: 4px 0 0 0;
}
.button-top div.content-button-top .dashboard-tab.bookmarks li,
.button-top div.content-button-top .dashboard-tab.history li,
.button-top div.content-button-top .dashboard-tab.shortcuts li {
    display: inline-block;
    list-style: none;
    width: 150px;
    float: left;
    background: rgba(255,255, 255,.15);
    height: 42px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    padding: 16px 7px 14px 7px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
}
.button-top div.content-button-top .dashboard-tab.bookmarks li:hover,
.button-top div.content-button-top .dashboard-tab.history li:hover,
.button-top div.content-button-top .dashboard-tab.shortcuts li:hover {
    background: rgba(255,255, 255,.30);
}
.command-application-shortcut .button-shortcut-top {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
}
.command-application-shortcut .button-shortcut-top:hover {
    text-decoration: underline;
    cursor: pointer;
}
.command-application-shortcut .button-shortcut-top.right {
    float: right;
    margin-left: 0px;
    margin-right: 12px;
}
.command-application-shortcut .button-shortcut-top.absolute-left {
    position: absolute;
    top: 3px;
    left: 3px;
}
.command-application-shortcut .button-shortcut-top.separator {
    width: 20px;
    cursor: initial;
}
.main-wrapper * {
    font-size: 99%; /* TODO: Check fonts */
}
.main-wrapper .white-background {
    background: white;
}
.footer {
    height: 39px;
    width: 100%;
    background: #333;
    position: relative;
    padding-top: 7px;
}
.footer .copyright-identifier {
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    text-align: left;
    width: 353px;
    clear: right;
    float: left;
    height: 20px;
    padding-top: 6px;
    margin-left: 7px;
    font-weight: normal;
}
.footer .date-client {
    position: absolute;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
}
.footer .user-name {
    width: 300px;
    text-align: right;
    margin: 0 48px 0 auto;
    color: rgba(255, 255, 255, .7);
}
.footer label.tag-label {
    font-size: 11px;
    font-weight: normal;
}
.footer label.tag-text {
    font-size: 11px;
    font-weight: normal;
}
.footer .user-name .performance {
    font-size: 10px;
    color: white;
}
.general-call-preload {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/GENERIC_PRELOAD.GIF);
    display: none;
}
.footer .general-call-preload {
    position: absolute;
    right: 5px;
    bottom: 7px;
}
.tab-control {
    height: 20px;
    padding: 4px 6px 4px 6px;
}
.tab-control.selected:hover {
    color: #333;
}
.tab-controlled {
    display: none;
}
.tab-controlled.selected {
    display: block
}
.main-tabbed-commands {
    float: left;
    display: inline;
    margin-right: 5px;
    margin: 4px 5px 0 0;
    text-align: right;
}
.scrollbar-tabs {
    width: 100%;
    float: left;
    margin-right: 5px;
}
.main-tabbed-commands .tab {
    display: inline-block;
    width: 150px;
    background: rgba(255,255, 255,.15);
    height: 42px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    padding: 16px 7px 14px 7px;
    margin-left: 5px;
    position: relative;
}
.main-tabbed-commands .tab .icon {
    position:absolute;
    top: 1px;
    right: 1px;
    display: none;
}
.main-tabbed-commands .tab span {
    width: 135px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 10px;
}

.main-tabbed-commands .tab:hover {
    background: rgba(255,255,255,.30);
    /*border: solid 1px white;*/
}
.main-tabbed-commands .tab.selected .icon {
    display: block;
}
.main-tabbed-commands .tab.selected {
    background: rgba(255,255,255,.40);
    cursor: initial;
}
.search-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 33px;
    background: #333;
    left: 0;
    vertical-align: middle;
}
.search-box input.search-text {
    height: 24px;
    margin-top: 7px;
    width: 87%;
    border: none;
    float: left
}
.search-box .search-button {
    margin-top: 7px;
    display: inline-block;
    width: 10%;
    text-align: center;
    height: 26px;
    float: right;
    cursor: pointer;
    background: rgba(255,255, 255,.15);
}
.search-box .search-button:hover {
    background: rgba(255,255, 255,.30);
}
.documents-content {
    font-size: 12px;
    position: relative;
}
.document-content .document-updated {
    position: relative;
    width: 100%;
    height: 20px;
}
.document-content .document-updated span {
    text-align: center;
    background: rgb(77, 165, 77);
    color: white;
    float: right;
    margin-right: 3px;
    font-size: 9px;
    display: initial;
    line-height: 17px;
    padding-left: 7px;
    padding-right: 7px;
}
.document-content .title-document h1.title {
    font-size: 16px;
    color: rgb(30, 40, 64);
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 26px;
    padding-right: 26px;
}
.document-content .title-document h1.title.returnable {
    cursor: pointer;
}
.document-content .title-document {
	position: relative;
}
.documents-content .title-document span.icon {
    display: inline-block;
    position: absolute;
}
.documents-content .title-document span.icon.bookmarks {
    right: 4px;
    top: 14px;
    cursor: pointer;
    position: absolute;
}
.documents-content .title-document span.icon.personal-notes {
    left: 0;
    top: 9px;
    cursor: pointer;
    position: absolute;
}
.document-content .document-date-publish {
    font-size: 9px;
    text-align: center;
}
.document-content .document-date-publish span {
    /*background: #e2e2e2;*/
}
.document-content .document-themes {
    margin: 15px 5px 15px 5px;
    text-align: center;    
}
.document-content .document-themes span {
    background: #e2e2e2;
    font-size: 9px;
}
.documents-content .document-themes select {
    width: 100%;  
}
.document-content.only-link {
	padding: 12px 0px 3px 20px; 
	border-bottom: 1px dashed rgb(179, 179, 179)
}
.document-content.only-link a.get-text {
	color: rgb(10, 82, 135);
}
.filter-tab {
    position: absolute;
    top: 29px;
    width: 97%;
}

.document-index-list {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 36px;
    width: 100%;
    font-family: Arial;
}
.document-index-list ul {
    padding: 0;
    margin: 0;
}
.document-index-list ul li {
    list-style: none;
    font-size: 12px;
    overflow-x: hidden;
    white-space: nowrap;
    cursor: pointer;
    padding: 2px 0 2px 0;
    vertical-align: middle;
}
.document-index-list ul li.selected {
    color: blue;
    background: rgba(204, 211, 223, .7);
}
.document-index-list ul li:hover {
/*    background: rgba(204, 211, 223, .7);*/
    color: blue;
}
div.remissions,
div.previous-redactions,
div.annotations {
	margin: 10px 0 0 12px;
}
.remissions span.icon,
.previous-redactions span.icon,
.annotations span.icon {
	
}
.remissions ul,
.previous-redactions ul,
.annotations ul {
	padding: 0 0 0 7px;
	border-left: solid 14px;
	margin:  0 0 0 6px;
}
.remissions ul {border-color: rgb(143, 150, 250)}
.annotations ul {border-color: rgb(170, 255, 152)}
.previous-redactions ul {border-color: rgb(237, 132, 134)}

.remissions ul li,
.previous-redactions ul li,
.annotations ul li {
	list-style: none;
	min-height: 15px;
	vertical-align: middle;
	padding-top: 2px;
}
.remissions ul li .document-name,
.previous-redactions ul li .document-name,
.annotations ul li .document-name {
	display: inline-block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 10px;
	color: rgb(10, 82,135);
	text-decoration: underline;
	cursor: pointer;
}
.remissions ul li .document-date,
.previous-redactions ul li .document-date,
.annotations ul li .document-date {
	display: inline-block;
	width: 10%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
	color: rgb(44,151,157);
}
.remissions ul li .document-type,
.previous-redactions ul li .document-type,
.annotations ul li .document-type {
	display: inline-block;
	width: 10%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
	color: red;
}
.remissions ul li .document-themes,
.previous-redactions ul li .document-themes,
.annotations ul li .document-themes {
	display: block;
	margin: 0;
	font-size: 9px;
	color: gray;
	text-align: left;
}
.remissions ul li .document-content .document-themes,
.previous-redactions ul li .document-content .document-themes,
.annotations ul li .document-content .document-themes {
        text-align: center;
}
.progressbar-content {
	position: absolute;
	color: white;
	left: 5px;
	display: none;
	bottom: 16px;
}
.tab-search-results {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 18px;
    width: 100%
}
.tab-search-results-global,
.tab-bookmarks-results,
.tab-history-results,
.tab-personal-notes-results {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 0px;
    width: 100%
}
.tab-search-results ul,
.tab-bookmarks-results ul,
.tab-history-results ul,
.tab-search-results-global ul,
.tab-personal-notes-results ul {
    padding: 0;
    margin: 0;
}
.tab-search-results ul li,
.tab-history-results ul li,
.tab-bookmarks-results ul li,
.tab-personal-notes-results ul li,
.tab-search-results-global ul li {
    list-style: none;
    font-size: 12px;
    overflow-x: hidden;
    white-space: nowrap;
    cursor: pointer;
    padding: 2px 0 2px 0;
    vertical-align: middle;
}
.tab-search-results ul li span.type-doc,
.tab-history-results ul li span.type-doc,
.tab-personal-notes-results span.type-doc,
.tab-bookmarks-results ul li span.type-doc,
.tab-search-results-global ul li span.type-doc {
    color: #900000;
}
.tab-personal-notes-results ul li span.material-icons
.tab-history-results ul li span.material-icons
.tab-bookmarks-results ul li span.material-icons {
    color: #00838e;
}
.tab-search-results ul li span.date-doc,
.tab-personal-notes-results ul li span.date-doc,
.tab-history-results ul li span.date-doc,
.tab-bookmarks-results ul li span.date-doc,
.tab-search-results-global ul li span.date-doc {
    color: #900000;
}
.tab-search-results ul li span.theme,
.tab-history-results ul li span.theme,
.tab-personal-notes-results ul li span.theme,
.tab-bookmarks-results ul li span.date-doc,
.tab-search-results-global ul li span.theme {
    color: gray;
}
.tab-search-results ul li.selected,
.tab-history-results ul li.selected,
.tab-personal-notes-results ul li.selected,
.tab-bookmarks-results ul li.selected,
.tab-search-results-global ul li.selected {
    color: blue;
    background: rgba(204, 211, 223, .7);
}
.tab-search-results ul li:hover,
.tab-history-results ul li:hover,
.tab-personal-notes-results ul li:hover,
.tab-bookmarks-results ul li:hover,
.tab-search-results-global ul li:hover {
    color: blue;
}
span.highlight {
    background: yellow;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.document-notes {
    position: absolute;
    bottom: 0;
    background-color: #4082AB;
    width: 90%;
    margin: 0 5% 0 5%;
    -webkit-box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.10);
    padding: 0px 0 0 9px;
    color: white;
    min-height: 21px;
    z-index: 9999;
    display: none;
}
.document-notes .document-notes-header {
    font-size: 12px;
    cursor: pointer;
}
.document-notes .document-notes-header span.ball-icon-red {
    cursor: pointer;
    position: absolute !important;
    right: 0;
    top: 12px;
}
.document-notes .document-notes-header span.icon {
    position: absolute;
}
.document-notes .document-notes-header h4 {
    font-weight: bold;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    margin: 0;
    height: 29px;
    padding-top: 6px;
    padding-left: 26px;
}
.document-notes .document-notes-header:hover h4 {
    text-decoration: underline;
}
.document-notes .document-notes-content {
    height: 274px;
    background: #f0f0f0;
    margin: 0 1px 0 -8px;    
    padding: 7px;
}
.document-notes .document-notes-content h3 {
    margin: 3px 0 4px 0;
    font-size: 14px;
    color: #4082AB;
}
.document-notes .document-notes-content .write-personal-notes textarea {
    width: 100%;
    height: 207px;
    border: none;
    color: grey;
    font-size: 12px;
    margin-top: 4px;
    outline: none;
}
.document-notes .document-notes-content .write-personal-notes button.save-button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px;
    font-size: 12px;
    background: #4082AB;);
    color: white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    float: right;
    cursor: pointer;
    outline: none;
}
.document-notes .document-notes-content .write-personal-notes button.save-button:hover {
    background-color: #333;
}
.document-notes .document-notes-header span.tab-control.right {
}
.document-notes .options-tab {
    position: absolute;
    right: 34px;
    top: 9px;
}
.document-notes .document-notes-content .read-personal-notes {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 243px;
    margin-top: 15px;
}
.document-notes .document-notes-content .read-personal-notes .personal-notes-public-note {
    font-size: 10px;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px;
    border-radius: 7px;
    background: rgba(205, 211, 223, .3);
}
.document-notes .document-notes-content .read-personal-notes .personal-notes-public-note:first-child {
    margin-top: 0px;
}
.personal-notes-public-note .identification {
    color: rgb(30, 40, 61);
    font-size: 9px;
}
.personal-notes-public-note .identification .user {
    font-style: italic;
    font-weight: bold;
}
.personal-notes-public-note .identification .date-time{
    font-style: italic;
    font-weight: bold;
}
.read-personal-notes .personal-notes-public-note.new textarea {
    width: 100%;
    height: 88px;
    border: none;
    color: grey;
    font-size: 12px;
    margin-top: 4px;
    outline: none;
    background: transparent;
}
.read-personal-notes .personal-notes-public-note.new {
    height: 160px;
    display: none;
}
.read-personal-notes .personal-notes-public-note.new .save-button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px;
    font-size: 12px;
    background: rgb(30, 40, 64);
    color: white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    float: right;
    cursor: pointer;
    outline: none;
    margin: 10px -5px 0 0;
}
.read-personal-notes .new-public-note.command {
    position: absolute;
    right: 9px;
    top: 37px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px;
    font-size: 12px;
    background: rgb(30, 40, 64);
    color: white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    float: right;
    cursor: pointer;
    outline: none;
}
.document-notes-content .save-information {
    color: white;
    display: none;
    position: absolute;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: green;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 200px;
    height: 20px;
    right: 7px;
    font-size: 12px;
    top: 43px;
    text-align: center;
    padding-top: 1px;
}
.header-search {
    width: 100%;
    top: 25px;
    right: 0;
    position: absolute;
    background: rgba(204, 211, 223, 0.3);
    padding-left: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header-search label {
    font-size: 12px;
    height: 20px;
}
.custom-selector.results-order {
    position: absolute;
    width: 90px;
    height: 20px;
    display: inline;
}
.custom-selector.results-order span.option {
    position: absolute;
    font-size: 12px;
    cursor: pointer;
    display: none;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 4px;
}
.custom-selector.results-order span.option.selected {
    display: block
}
.custom-selector.results-order span.option.selected:hover {
    display: block;
    color: red;
}
.main-wrapper .initial-menu a {
    cursor: pointer !important;
}
.main-wrapper .initial-menu {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 9999;
    background: #f0f0f0;
}
.glossary-documents {
    margin-top: 7px;
}
.glossary-documents .custom-combo-select2 {
    width: 100%;
/*    margin-top: 7px;*/
}
.glossary-documents .select2-choice {
    height: 23px !important;
    line-height: 23px !important;
}
.glossary-documents .select2-arrow b{
    background-position: 0px 0px !important;
}
.select2-results {
    max-height: 500px !important;
}
.document-path {
    border-bottom: 1px dotted gray;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}
.document-path ul {
    margin: 0;
    padding: 0;
}
.document-path ul li {
    list-style: none;
}
.advanced-search {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.advanced-search > div {
    margin: 12px;
}
.advanced-search input[type=text] {
    display: inline;
    height: 20px;
    padding: 1px 3px 4px 3px;
    width: 74%;
    border: solid silver 1px;
}
.advanced-search .fields-search {
    margin-bottom: 14px;
    width: 97%;
}
.advanced-search div.option-group {
    display: inline;
    width: 40%;
    margin-left: 16px;
}
.advanced-search label input {
    margin-right: 19px;
    margin-left: 10px;
}
.advanced-search label {
    font-size: 12px;
    padding-right: 7px;
    margin-right: 12px; 
}
.advanced-search .box .option-group {
    margin-left: 0;
    padding-left: 9px;
}
.advanced-search div h1 {
    color: #4082AB;
    border-bottom: 1px solid #4082AB;
    font-size: 18px;
    
}
.advanced-search .fields-search.tree-documents {
    
}
.treeview-search-selector {
    height: 243px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #f0f0f0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px;
}
.treeview-search-selector ul {
    padding: 0px 0 0 22px;
    margin-top: 3px;
}
.treeview-search-selector ul li ul {
    margin-top: 0;
}
.treeview-search-selector ul li {
    list-style: url(../img/ICON_FOLDER_CLOSED.png);
    cursor: pointer;
    font-size: 11px;
}
.treeview-search-selector ul li.opened {
    list-style: url(../img/ICON_FOLDER.png);
}
.fields-search .title {
    font-size: 14px;
    background: #4082AB;
    color: white;
    padding-left: 10px;
    height: 24px;
    padding-top: 5px;
}
.fields-search.include-docs label {
    margin-left: 11px;
    width: 177px;
    display: inline-block;
}
.fields-search.include-docs label:hover {
    background: #f0f0f0;
}
.fields-search.include-docs label input[type=checkbox] {
    float: right;
}
.fields-search.search-messages {
    
}
.fields-search.search-messages .messages {
    width: 100%;
    background: #f0f0f0;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    margin-top: 10px;
    height: 200px; 
}
.fields-search.search-messages .messages span.valid {
    color: green;
}
.fields-search.search-messages .messages span.notvalid {
    color: red;
    text-decoration: line-through;
}
/*Override jquery*/
.ui-dialog {
    z-index: 1000 !important;
}
.ui-dialog .ui-dialog-title {
    font-size: 10px !important
}
.ui-widget-header {
    border-color: #4082AB !important;
    background: #4082AB !important;
}
.ui-widget-content {
    border-color: rgb(30, 40, 64) !important;
}
.ui-widget-content {
    font-size: 12px;
}
.ui-widget-content .icon.personal-notes,
.ui-widget-content .icon.bookmarks {
    display:none;
}
.submit-advanced-search, .today-select-date {
    height: 30px;
    border: none;
    background: #f0f0f0;
    border: 1px silver solid;
    padding-bottom: 0px;
    float: right;
    padding-top: 0px;
    cursor: pointer;
    min-width: 20%;
}
.submit-advanced-search:hover, .today-select-date:hover {
    background: silver;
}
input.datepicker {
    width: 17% !important;
}
.fields-search.row-2 {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 12px;
}
.maximize-text-mobile {
    position: fixed;
    bottom: 42px;
    z-index: 1;
    right: 10px;
    opacity: 0.2;
    display: none;
}
#print-screen {
    display: none;
}