
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

#gifloader {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

.divgroove {
    border-style: groove;
}


.bootstrap-datetimepicker-widget {
    z-index:1000
}

input {
    font-size:11px !important;
    text-transform: uppercase;
}

textarea {
    font-size: 11px !important;
    text-transform: uppercase;
}

.upper {
    font-size: 11px !important;
    text-transform: uppercase;
}

/*body {
    table-layout: fixed;
}*/