﻿/******************************************/

.error {
    box-shadow: 0 0 5px #fe4640 !important;
    border: 1px solid #fe4640 !important;
}

.NotaInterna {
    background-color: burlywood;
}

.file-drop-zone-title {
    padding: 0 !important;
    padding-top: 25px !important;

}

.pnotify-center {
    right: calc(50% - 150px) !important;
}
/*
.preloader-container {
    background: rgba(255, 255, 255, 0.3);
    color: rgb(51, 51, 51);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    overflow: hidden;
    outline: 0px;
}

.preloader-backdrop {
    z-index: 10000;
    background-color: white;
    filter: alpha(opacity=30);
    opacity: 0.30;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}

.preloader-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    font-size: 14px;
}

*/
