body{
    background-color: #eeeeee;
}
.hide_element{
    display: none;
}
.hide_alert{
    display: none;
}
.hide_form_inputs{
    display: none;
}


.upload-area{
    /*width: 70%;*/
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    /*margin: 0 auto;*/
    /*margin-top: 100px;*/
    text-align: center;
    overflow: auto;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

.file-upload-input{
    display: none;
}

/* Thumbnail */
.thumbnail{
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    /*float: left;*/
}

.size{
    font-size:12px;
}
.dock {
    /*border: 4px dotted #cccccc;*/
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    color: #aaa;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}

.dock_hover {
    border: 4px dotted #4d90fe;
    background-color: #e7f0ff;
    width: 100%;
    height: 400px;
    color: #4d90fe;
    font-size: 18px;
    text-align: center;
    padding-top: 100px;
}
.fa-file-import{
    color: #57b5e3;
    font-size: 200px;
}

.access_error_message,#upload_error_alert,#upload_success{
    text-align: center;
    font-size: 25px;
}
.filename{
    color: darkblue;
}
#set_form_type{
    padding-bottom: 2px;
}
#set_form_type_table{
    border-collapse: separate!important;
    border-spacing:4px!important;
}
#upload_button_div{
    padding-bottom: 20px!important;
}
.input_error_color{
    border-color: red;
}
.document_list_th{
    text-align: center;
    color: #1b6bb5;
}
#dock_h1_drop{
    display: none;
}
.reset_span{
    text-decoration: underline;
    color: #000000;
    display: none;
}

.refresh_a{
    float: right!important;
    /*padding-left: 90%;*/
}
.header_spacing{
    padding-bottom: 10px;
}
.tab-font{
    font-size: 16px;
    font-weight: bold;
}
#dock_h1{
    color: #ffffff;
}
.doctype_code_files_input{
    width: 200px;
}

.files-upload-error{
    background-color: #ffa2c6 !important;
}
.modal-body-error{
    color:white!important;
}

.red-x{
   color:red!important;
    /*background-color: #ff624e !important;*/
}
.dz-details-error{
    opacity: unset!important;
}
.dropzone .dz-message {
    margin: 0!important;
}
.color-green{
    color:#00c563;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.chat-segment{
    padding-bottom: 15px!important;
}
.cp_message{
    padding-left: 70px!important;
}