@CHARSET "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    color: #555555;
    overflow-y: 'hidden';
}

textarea {
    resize: none;
    background: white;
}

input {
    background: white;
}

li {
    list-style: none;
}

/* Common cls */
.boxLayout {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -190px;
    padding: 30px;
    width: 400px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.error {
    border: solid 2px #FF8181;
}

input, fieldset, textarea {
    border: solid 1px #d5d5d5;
}

input {
    width: 192px;
}

textarea {
    width: 190px;
    height: 76px;
}

input#fileupload {
    width: 300px;
    height: 100px;
    padding: 2px;
}

span.fieldLabel {
    vertical-align: top;
    display: inline-block;
    width: 120px;
}

div.loadMask {
    z-index: 100;
    position: absolute;
    background: url(icons/loading.gif) center center no-repeat;
}

div.loadMask.lm-grid {
    width: 900px;
    height: 200px;
}

div.loadMask.lm-upload {
    width: 540px;
    height: 340px;
}

div.loadMask.lm-login {
    width: 320px;
    height: 228px;
}

div.loadMask.lm-edit-window {
    width: 540px;
    height: 220px;
}

div.clear {
    clear: both;
}

a.icon {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    border-radius: 4px;
    color: #919191;
}

a.icon.button.round {
    border-radius: 50%;
}

.button {
    padding: 8px;
    background-color: #ffffff;
}

.button.green {
    background-color: #89c277;
    color: #fff;
}

.button.green:hover {
    background-color: #89c277;
    color: #fff;
}

a.icon.icon-disabled:hover {
    background-color: #ffffff;
    cursor: default;
}

#back {
    color: #919191;
}

#back:hover {
    color: #5fa2dd;
}

#back.icon-disabled {
    color: #d5d5d5;
}

a.icon:hover {
    color: #5fa2dd;
    background-color: #ececec;
    border-color: #ececec;
}

span.icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

span.label {
    display: inline-block;
    margin-left: 5px;
    height: 16px;
    line-height: 16px;
}

/* Background Image */
div.background {
    position: fixed;
    width: 200%;
    height: 200%;
    left: -50%;
}

div.background img {
    min-width: 50%;
    min-height: 50%;
    margin: auto;
    display: block;
}

/* Login */
div.login {
    position: absolute;
    top: 50%;
    right: 0px;
    margin: -145px 20px 0 0;
    padding: 15px;
    width: 325px;
    font-family: Arial, Sans-Serif;
}

#login-error {
    color: #cc3300;
    font-weight: bold;
    font-size: smaller;
    width: 300px;
    margin: 5px 0px;
}

div.login-text {
    padding: 5px 0;
}

div.login input.code {
    width: 100%;
    height: 30px;
    margin: 3px 0px;
}

div.login button {
    margin: 5px 0 0 0;
}

div#sharesuite-logo {
    float: left;
}

/* DMS */
div.dms {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -450px;
    width: 900px;
}

div.dms div.header {
    padding-top: 25px;
    /* background-color: #F5F5F5; */
    border-bottom: solid 1px #d5d5d5;
}

#sharedFolder {
    font-size: 16px;
}

div.document_management_link.left {
    float: left;
}

div.document_management_link.right {
    float: right;
}

div.dms div.toolbar {
    margin: 5px 0;
    padding: 5px 0;
    border-width: 1px 0 1px 0;
    border-style: dotted;
    border-color: #d5d5d5;
}

div.dms div.path {
    padding: 0 0 4px 0;
}

div.dms div.navigation div.tools {
    float: left;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    border-right: dotted 1px #d5d5d5;
}

#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}

div.dms div.content {
    padding: 0 0 0 0;
    min-height: 200px;
    max-height: 424px;
    overflow: auto;
}

#dms_header {
    border-collapse: collapse;
    table-layout: fixed;
    position: absolute;
    width: 900px;
    background: white;
}

div.dms div.content table#dms {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

div.dms div.content table tr.header td {
    font-weight: bold;
    font-size: 12px !important;
}

div.dms div.content table tr td {
    height: 23px;
    border-bottom: dotted 1px #d5d5d5;
    vertical-align: middle;
    font-size: 11px !important;
    text-overflow: ellipsis;
    padding: 4px;
    white-space: nowrap;
    overflow-x: hidden;
    font-size: 11px !important;
}

div.dms div.content table tr td .ssuite-action-icon, div.dms div.content table tr td span, div.dms div.content table tr td .ssuite-action-icon:before {
    vertical-align: middle;
}

div.dms div.content table tr td .ssuite-action-icon {
    padding-top: 4px;
}

span.grid_text {
    height: 100%;
    text-overflow: ellipsis;
    width: 390px;
}

div.dms div.content table tr.grey td {
    background-color: #F0EFEF;
}

div, span, a, button, li, strong, img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

div.dms div.content table tr.data:hover td {
    background-color: #E2E2E2;
}

div.dms div.content table tr.emptyText:hover td {
    background-color: white;
}

.ssuite-action-icon.fas {
    color: #5fa2dd;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

/** COLUMS **/
td.creator {
    width: 120px;
}

td.status {
    width: 120px;
}

td.modified {
    width: 110px;
}

td.fileSize {
    width: 60px;
}

td.file {
    text-align: center;
    width: 20px;
}

td.type {
    width: 100px;
}

td.action_column {
    width: 50px !important;
}

.underlined:hover {
    text-decoration: underline;
    cursor: pointer;
}

/** WINDOWS **/

.header_icon {
    background-size: 24px !important;
    padding-left: 26px !important;
}

.fas.big {
    font-size: 128px;
    height: 128px;
    width: 128px;
    line-height: 128px;
}

div.windows {
    z-index: 200;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/mask.png);
}

div.windows div.header {
    height: 30px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #d5d5d5;
}

div.windows div.header strong {
    padding: 0 0 0 10px;
    height: 30px;
    line-height: 30px;
}

div.window-sidebar {
    padding: 8px;
    float: left;
    height: 100%;
    width: 160px;
    /* 	background-color: #F5F5F5; */
    border-right: solid 1px #d5d5d5;
    overflow: hidden;
}

.folder_header .fas, div.window-sidebar .fas, .upload_header .fas {
    color: #5fa2dd;
}

div.window-sidebar img {
    padding: 10px 0;
}

div.window-content {
    float: left;
    width: 360px;
}

div.window-content div.padding {
    padding: 10px;
}

div.fbar {
    bottom: 0;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

/* Add folder */
div.addFolder {
    z-index: 201;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -270px;
    width: 540px;
    height: 220px;
}

div.checkin_window {
    z-index: 201;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -275px;
    width: 560px;
    height: 220px;
}

#createFolderDesc {
    height: 100px;
}

div.upload {
    z-index: 201;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -190px 0 0 -270px;
    width: 540px;
    height: 340px;
}

div.upload .window-sidebar, div.checkin_window .window-sidebar {
    padding-top: 30px;
}

#upload_help {
    margin-bottom: 10px;
}

div.rename_window {
    z-index: 201;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -270px;
    width: 540px;
    height: 220px;
}

div.message_window {
    z-index: 201;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -180px;
    width: 360px;
    height: 220px;
}

#message_header {
    clear: left;
    padding-top: 10px;
    font-size: 14px;
    display: block;
}

#message_text {
    padding-top: 10px;
    display: block;
}

div.message_content {
    height: 130px;
}

ul.files {
    overflow-y: scroll;
    margin: 10px 0;
    padding: 0 10px 0 0;
    height: 100px;
}

ul.files li {
    border-bottom: dotted 1px #d5d5d5;
}

a.message_window_close {
    cursor: pointer;
    color: #919191;
    margin: auto 0 5px 0;
    float: right;
}

.file .icon.icon-red:before {
    color: #e3495a;
}

.file .icon.icon-green:before {
    color: #89C277;
}

.file .icon.icon-blue:before {
    color: #5fa2dd;
}

.file .icon.icon-orange:before {
    color: #f2b260;
}

.file .icon.icon-yellow:before {
    color: #FDD835;
}

.file .icon.icon-grey:before {
    color: #919191;
}

.file .icon.icon-light-grey:before {
    color: #c1c1c1;
}

.file .icon.icon-purple:before {
    color: #673ab7;
}
