/*#upload_form .btn-group.bootstrap-select {*/
/*    width: 400px;*/
/*}*/
@media only screen and (min-width: 768px) {
    #upload_form .btn-group.bootstrap-select {
        width: 400px;
    }

    .upload-title input {
        width: 400px;
    }
    .upload-desc textarea {
        width: 400px;
    }
    .indent-button {
        width: 16.66666667%;
    }
    .upload_count {
        float: left;
        width:400px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
    }
}
@media only screen and (max-device-width: 480px) {
    #upload_form .btn-group.bootstrap-select {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .upload-title {
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .upload-desc {
        width:100%;
    }
    .upload-hide {
        padding-top: 10px;
    }
    .file-control {
        padding-left: 10px;
    }
    .upload_count {
        width:100%;
        padding-left: 15px;
        padding-right: 10px;
    }
    #file-label {
        padding-left: 5px;
    }
}


.SafariFix{
    -webkit-user-select:auto;
    float: left;
}

/* layout.css Style */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
}
.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}
.mousechange:hover {
    cursor:pointer;
}
@media only screen and (min-width: 770px) {
    a.navbar-brand.logo {
        padding-top: 6px;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 769px) {
    a.navbar-brand.logo {
        padding-left: 5px;
        padding-top: 6px !important;
        padding-right: 5px !important;
    }
}

textarea.upload-description {
    width: 400px;
}
div.upload-desc-counter-group {
    width: fit-content;
    float: right;
}
div.upload-desc-chars {
    font-size: 12px;
}
div.upload-desc-chars {
    width: 590px;
}
div.do-upload-message {
    font-size: 12px;
    padding-bottom: 10px;
}
