/*
 * Title                   : DOT Framework
 * File                    : framework/assets/gui/css/file.css
 * Author                  : Dot on Paper
 * Copyright               : © 2018 Dot on Paper
 * Website                 : https://dotonpaper.net
 * Description             : DOT file stylesheet.
 */

.dot-file{
    border: 1px solid #c9c9c9;
    width: calc(100% - 2px);
    transition: border 300ms linear;
}

.dot-file:hover{
    border: 1px dashed #464646;
}

.dot-file-input{
    display: none !important;
}

.dot-file-icon{
    color: #acacac;
    display: block;
    font-size: 36px;
    line-height: 48px;
    margin: 0 auto 24px auto !important;
    padding: 35px 0 0 0 !important;
    text-align: center;
    width: 48px;
}

.dot-file-label{
    color: #acacac;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.dot-file-label-choose{
    cursor: pointer;
    font-weight: bold !important;
    transition: color 300ms linear;
}

.dot-file-label-choose:hover{
    color: #464646;
}

.dot-file-label-info{
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

.dot-file-label-info strong{
    font-style: normal;
    font-weight: 600;
}

.dot-file-list{
    color: #464646;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 71px 0 !important;
    text-align: center;
    top: 0;
    width: 100%;
}

/*
 * ***************************************************************************** Begin disabled.
 */
.dot-file.dot-file-disabled,
.dot-file.dot-file-disabled:hover{
    border: 1px solid #acacac;
}

/*
 * ***************************************************************************** End disabled.
 */