﻿.profile_info {
    padding: 5px 10px 5px;
    width: 100%;
}


.loading-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: none;
}

    .loading-div img {
        bottom: 0;
        height: 64px;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        width: 64px;
        z-index: 10001;
    }

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.m-bt-5 {
    margin: 5px 0;
}

footer {
    padding: 0px 30px;
}

.form-hidden {
    display: none;
}

.dark-orange {
    color: darkorange !important;
}

.orange {
    color: orange !important;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #c1c0c0;
}

.badge-success {
    background-color: #5cb85c;
    color: white !important;
}

.bg-soft-green {
    background-color: #c0e7c3 !important;
    opacity: 0.8 !important;
    color: #4c734f !important;
}

.bg-soft-orange {
    background-color: #ffe6c0 !important;
    opacity: 0.8 !important;
    color: #c99f67 !important;
}

.bg-soft-red {
    background-color: #e6a394 !important;
    opacity: 0.8 !important;
    color: #b14141 !important;
}

.sidebar-widget {
    border: 0px !important;
    padding: 0px !important;
    margin-top: 0px !important;
    width: 30% !important;
    float: left !important;
}

ul.quick-list {
    width: 70% !important;
}

.folder-active > .dd-handle {
    background: #f0f0f0;
    font-weight: bold;
}

.file-box {
    width: 150px !important;
}

.file {
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    min-height:144px !important;
}

    .file .icon {
        padding: 12px 10px !important;
    }

    .file .icon, .file .image {
        height: 60px !important;
    }

        .file .icon i {
            font-size: 40px !important;
        }

    .file .file-name {
        padding: 5px !important;
        font-size: 80% !important;
    }

.file-name small {
    font-size: 75% !important;
}

.menu-archivos {
    /*position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    right: 1.5em;
    bottom: 1.5em;*/
    cursor: pointer;
}

.breadcrumb {
    background-color: transparent !important;
}

.menu-carpetas {
    position: relative;
    top: -32px;
    left: -4px;
    font-size: 12px !important;
}

.breadcrumb > li + li:before {
    color: #000;
}

#dropzoneForm {
    background: rgba(193, 193, 193, 0.37);
    border: rgb(126, 123, 123) dashed 1px;
    width: 100%;
    padding: 50px;
    text-align: center;
    color: black;
    position: relative;
    top: 0%;
    z-index: 0;
}

.ibox-title h5 {
    font-size: 12px;
    margin: 0;
}

.ibox-tools {
    position: absolute;
    right: 7%;
}

.ibox-content {
    padding: 8px 5px 7px 5px;
}

.ibox-title {
    padding: 8px 7px 7px;
}

.float-e-margins .btn {
    margin-bottom: 0px;
}

.m-t {
    margin-top: 8px;
}