.acaGrid {
position: relative;
 background-color: #f6f6f6;
 border-color: #808080;
 border-width: 1px;
 border-style: solid;
 height: 100%;
 overflow: auto;
}
.acaGrid .headdiv {
 z-index: 1;
 position: relative; 
 position: sticky;
 top: 0;
}
.acaGrid_head .colsort {
 cursor: pointer;
}
.acaGrid_head td {
 border-color: #999;
 border-width: 0 1px 1px 0;
 border-style: solid;
 padding: 3px 4px;
 text-shadow: 0 1px 0 #f7f7f7;
 background: linear-gradient(#fdfdfd, #d4d4d4);
 
 overflow: hidden;
white-space: nowrap;
}
.acaGrid_body {
 cursor: pointer;
}
.acaGrid_body td {
 border-color: #ccc;
 border-width: 0 1px 0 0;
 border-style: solid;
 padding: 2px 4px;
 text-overflow: ellipsis;
 overflow: hidden;
}
.acaGrid_body tr.odd {
}
.acaGrid_body tr.even {
 background-color: #fff;
}
.acaGrid_body tr.selected {
 background-color: #b0e0e7;
}
.acaGrid_body td.selected {
box-shadow: inset 0 0 1px #000000;
}
.acaGrid_body td span.iconspan {
 display: block;
 float: left;
 text-align: right;
}
.acaGrid_body td svg.iconsvg {
 height: 12px;
 width: 20px;
}
.acaGrid_body td span.imagespan {
 text-align: left;
 width: 22px;
 margin-right: 2px;
}
.acaGrid_body td span.textspan {
 text-align: left;
}
.acaGridTextEdit.textarea {
 display: block;
border-style: solid;
border-width: 2px;
border-color: #aaa;
margin: 0;
 padding: 0 0 0 3px;
 height: 100%;
 width: 100%;
 resize: none;
 outline: 0 none;
}
.acaGridTextEdit .selected {
 background-color: #b0e0e7;
}
.table_default_head {
 position: absolute;
 background: linear-gradient(#fdfdfd,#d4d4d4);
 height: 27px;
 top: 0;
 left: 0;
 right: 0;
 border-color: #999;
 border-width: 0 0 1px 0;
 border-style: solid;
z-index: -1;
}
.acaGrid_head td.desc::before {
content: url('data:image/svg+xml;charset=UTF-8,<svg class="sort_svg" sort="desc" width="10" height="9" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 4,8 8,0"></polygon></svg>');
}
.acaGrid_head td.asc::before {
content: url('data:image/svg+xml; utf8,<svg class="sort_svg" sort="asc" width="10" height="9" xmlns="http://www.w3.org/2000/svg"><polygon points="0,8 4,0 8,8"></polygon></svg>');
}
table.filelist td,
table.filelist th {
 white-space: nowrap;
 text-decoration: inherit;
 padding: 1px 8px;
}
table.filelist th {
 padding: 3px 8px;
 font-weight: normal;
 background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
}
table.filelist td {
 color: #999;
}
table.filelist .file td {
 color: #333;
}
table.filelist .odd td {
 background-color: #fbfbfb;
}
table.filelist .tableoption {
 padding: 2px 5px;
}
table.filelist .tableoption:hover {
color: #fff;
background: #333;
border-radius: 3px;
cursor: pointer;
}
.wrapper_doc {
 display: flex;
 height: 100%;
}
.wrapper_preview {
 width: 100%;
 height: 100%;
 align-items: center;
 justify-content: center;
}
.preview_div {
 text-align: center;
 padding: 0 8px;
}
.preview_image {
 max-height: 180px;
 max-width: 400px;
 cursor: pointer;
}
.preview_div svg {
 height: 24px;
}
.preview_div svg path {
 fill: #aaa;
}@font-face {
font-family: 'acatec';
src: url('../../../fonts/acatec.eot');
src: url('../../../fonts/acatec.eot?#iefix') format('embedded-opentype'),
url('../../../fonts/acatec.woff') format('woff'),
url('../../../fonts/acatec.ttf') format('truetype'),
url('../../../fonts/acatec.svg#acatec') format('svg');
font-weight: normal;
font-style: normal;
}
[class*='icon-acatec']:before{
 display: inline-block;
font-family: 'acatec';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
[class*='icon-acatec']:before{
 position: relative;
 top: 1px;
 display: inline-block;
 font-family: 'acatec';
 font-style: normal;
 font-weight: 400;
 line-height: 1;
}
.icon-acatec_window_plus:before{content:'\0041';}
.icon-acatec_unlock:before{content:'\0042';}
html, body {
margin: 0;
height: 100%;
background: #fff;
}
.portal {
font-family: Arial, Helvetica, sans-serif;
}
.txtp {  
 text-decoration: inherit;
 font-weight: inherit;
 font-size: inherit;
 font-family: inherit;
}
.noselectit {
-webkit-touch-callout: none; 
-webkit-user-select: none;   
-moz-user-select: none;      
-ms-user-select: none;       
user-select: none;
}
#full_page .navbar-nav > li > a, #full_page .navbar-brand {
padding-top: 6px !important;
 padding-bottom: 0 !important;
 height: 32px;
}
#full_page .navbar {
 min-height: 32px !important;
 
}
#full_page .navbar-toggle {
 margin-top:4px;
 margin-bottom:4px;
padding: 4px 5px;
}
#full_page .navbar-right {
 margin-right: 0;
}
#navsvg path {
 fill: #777777;
}
#navsvg:hover path {
 fill: #333333;
}
#scd_app_logo {
display: flex;
align-items: center;
margin-top: -3px;
}
#scd_app_logo svg {
color: #777;
max-width: 16px;
max-height: 16px;
width: 16px;
margin-right: 3px;
}
#scd_app_logo:hover svg {
color: #333;
}
.portal select.inputselect::-ms-expand {
display: none;
}
.portal select.inputselect {
appearance: none;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
linear-gradient(to bottom, #fff 0%, #fff 100%);
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%;  
}#button_filter.filtered {
color: #0b0;
}
.contextmenu td {
 padding: 1px 5px;
 cursor: pointer;
}
.contextmenu {
 position: fixed;
 box-shadow: 3px 3px 4px #666;
 border: solid 1px #ccc;
 background: #eee;
padding: 2px
}
#info_resize_div li a { 
padding: 3px 15px;
}
#info_container.well-sm { 
 border-radius: 0 0 3px 3px;
}
.infopage_table {
 margin: auto;
 padding: 15px;
}
.infobox legend {
 display: none;
}
#info_resize_div {
margin-top: 1em;
background-color: #fff;
cursor: ns-resize;
}
#infotab .nav > li > a {
padding: 3px 15px;
}
.infotab_height {
position: fixed;
bottom: 15px;
left: 15px;
right: 15px;
display: none;
}
#info_container {
height: 100%;
min-height: 160px;
overflow: auto;
margin-bottom: 0; 
}
#infodiv.task label {
text-align: right;
 width: 77px;
 font-weight: normal;
 line-height: normal;
}
table.filelist td,
table.filelist th {
 white-space: nowrap;
 text-decoration: inherit;
 padding: 1px 8px;
}
table.filelist th {
 padding: 3px 8px;
 font-weight: normal;
 background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
}
table.filelist td {
 color: #999;
}
table.filelist .file td {
 color: #333;
}
table.filelist .odd td {
 background-color: #fbfbfb;
}
table.filelist .tableoption {
 padding: 2px 5px;
}
table.filelist .tableoption:hover {
color: #fff;
background: #333;
border-radius: 3px;
cursor: pointer;
}
.wrapper_doc {
 display: flex;
 height: 100%;
}
.wrapper_preview {
 width: 100%;
 height: 100%;
 align-items: center;
 justify-content: center;
}
.preview_div {
 text-align: center;
 padding: 0 8px;
}
.preview_image {
 max-height: 180px;
 max-width: 400px;
 cursor: pointer;
}
.preview_div svg {
 height: 24px;
}
.preview_div svg path {
 fill: #aaa;
}
#messagebox .aca_messagebox table {
max-width: 480px;
}
.aca_messagebox {
 background-color: #fff;
 border: 1px solid #ddd;
 border-radius: 3px;
 display: inline-block;
 box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
 text-align: left;
}
.aca_messagebox_box {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
.aca_messagebox_header {
position: relative;
display: flex;
align-items: stretch;
justify-content: center;
background-color: #ddd;
}
.aca_messagebox_title {
width: 100%;
height: 100%;
 padding: 3px 0 4px 6px;
 font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.aca_messagebox_close {
white-space: nowrap;
cursor: pointer;
 min-width: 18px;
min-height: 18px;
 background-image: url("../images/dialog/close10.png");
 background-position: center center;
 background-repeat: no-repeat;
 margin: 0 0 1px 0;
}
.boxbox_button_footer button,
.aca_messagebox_button {
min-width: 96px;
}
.aca_overlay {
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 text-align: center;
 vertical-align: middle;
}
.aca_overlay_wait {
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
text-align: center;
 vertical-align: middle;
 background: #fff none repeat scroll 0%;
opacity: 0.5;
}
.aca_overlay_div {
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 text-align: center;
 background: #fff;
 z-index: 3000;
}
.aca_table_default {
 border-collapse: collapse;
 border-spacing: 0;
 margin: 0;
 padding: 0;
}
.aca_upload_container.container {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
height: 100%;
}
.aca_upload_container.popup .aca_upload_area {
 padding: 30px 15px;
}
.aca_upload_container.container .aca_upload {
 height: calc(100% - 6px);
}
.aca_upload_container.container .aca_upload_area {
 display:flex;
 justify-content: center;
 align-items: center;
}
.aca_upload_area {
padding: 30px 15px;
border: dashed 3px #C1C3C5;
border-radius: 3px;
text-align: center;
 overflow: hidden;
 font-size: 200%;
 color: #666;
height: 100%;
}
.aca_upload .is-dragover {
 background-color: #cfc;
 border-color:#000;
}
.aca_upload_area svg {
 height: 50px;
 fill: #666;
 flex: 100%;
}
.aca_upload_area:hover {
cursor: pointer;
}
#aca_upload_file {
display: none;
}
.aca_upload_info {
margin: 20px 10px;
}
.aca_upload_info progress {
 width: 100%;
 height: 20px;
}
.aca_upload_text {
 min-width: 350px;
 max-width: 700px;
}
.aca_dropzone {
 outline: 4px dashed #ff0;
 box-shadow: 0 0 0 4px #000;
 z-index: 9000 !important;
}
.aca_dropzone.aca_dropzone_over {
 outline-color: #0f0;
}.task_top_left {
 position: absolute;
 top: 1px;
 right: 25px;
 background: rgba(0, 255, 0, 1);
 padding: 0px 2px;
 box-shadow: 0 0 1px 1px rgba(0,255,0,0.75);
 font-weight: 700;
 font-size: 11px;
 line-height: 1;
 color: #333;
 border-radius: 6px;
 display: none;
}
.task_bottom_right {
 position: absolute;
 top: 17px;
 left: 25px;
 background: rgba(255, 0, 0, 1);
 padding: 0px 2px;
 box-shadow: 0 0 1px 1px rgba(2550,0,0.75);
 font-weight: 700;
 font-size: 11px;
 line-height: 1;
 color: #fff;
 border-radius: 6px;
 display: none;
}
#task_div label {
 display: initial;
 font-weight: normal;
}
.task_settings_text {
 text-align: right;
 padding: 0 5px;
 white-space: nowrap;
}
.task_settings_value {
 padding: 2px 0;
}
.task_settings_value input {
 padding:0 1px 0 4px;
}
.task_settings_value textarea,
.task_settings_value select,
.task_settings_value input {
 border-style: solid;
 border-width: 1px;
 border-color: #999999;
 line-height: normal;
 outline: 0;
 border-radius: 3px;
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.task_settings_value textarea:focus,
.task_settings_value select:focus,
.task_settings_value input:focus {
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 border-color: #66afe9;
 outline: 0;
}
#task_div textarea {
 padding: 1px 3px;
 resize: none;
}