/* Write your custom CSS here */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 0.6;
    background: #333;
    display: table;
}

.pre-title{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.spinner {
    width: 100px;
}
.spinner input {
    text-align: right;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 40%;
    left: 48%;
    z-index: 100;
}

#loading-span{
    position: absolute;
    top: 50%;
    left: 47%;
    z-index: 100;
    font-size: 18px;
}


.dataTables_length{
    padding: 5px 20px 5px 0;
}

tfoot tr th{
    padding: 5px !important;
}

tfoot input {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #777 !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 5px 0 0 10px !important;
}

.button-number{
    margin: 10px;
    font-size: 24px;
}

.ribbon {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 80px;
    display: block;
    background: #00468c;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 8px;
    left: -22px;
}

.search-border{
    border-bottom: 1px solid #E5E9EC;
    margin-top:10px;
}

.search-content{
    width: 100%;
}

.header-result{
    height: 100%;
    padding: 20px 0;
}
.login-area{
    padding: 120px 0;
}

.login-div{
    background-repeat: no-repeat;
    background-position: right;
}

.login-form{
    max-width: 400px;
    padding: 70px 0 250px 0;
    background-color: #f7f7f7;
}

.login-form input{
    padding: 20px 20px !important;
    background: #f7f7f7;
}

.form-header .title{
    margin-bottom: 40px;
}

.signup-btn{
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    background-image: -webkit-gradient(linear, left top, right top, from(#3aa6fe), to(#49deff));
    background-image: linear-gradient(90deg, #3aa6fe 0%, #49deff 100%);
    color: #fff;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 45px;
    border:none;
    border-radius: 5px;
}

/* Attahment */

.attahments>li{
}

.attahment-thumb, .attahment-details{
    display: table-cell;
    vertical-align: top;
    margin-left: 10px;
}

.attahment-details p.file-name {
    display: block;
    margin-bottom: 0;
}

.file-name {
    font-size: 12px;
}

.file-size {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 10px;
    color: #aaa;
}

.attahment-thumb i {
    font-size: 24px;
    margin-right: 10px;
    color: #2e383e;
    vertical-align:middle !important;
    margin-top: 5px;
}
.attahment-footer p{
    font-size: 11px;
    margin: 0;
    margin-right: 13px;
    padding: 0;
    text-align: right;
}

.attahment-content{
    position: relative;
    border: 1px solid #dddfe2;
    padding: 10px;
    margin-bottom: 10px;
}

.attahment-content:hover {
    background-color: #f5f6f7;
}

.attahment-content:after{
    position: absolute;
    background-color: #fff;
    content: '';
    bottom: -1px;
    right: -1px;
    width: 15px;
    height: 15px;
    border-width: 15px 15px 0 0;
    border-style: solid;
    border-color: #dddfe2 transparent transparent transparent;
}