﻿body {
}
.btn-des {
    background-color: #016592 !important;
}

.btn-rest {
    background-color: #388db3 !important;
}
#btnAutoDownLoadFile {
    background-color: #016592;
}
.label {
    color: black;
    font-family: 'Times New Roman' !important;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.downbtn {
    width: 105px !important;
    height: 29px;
    font-size: 13px;
    font-family: 'Times New Roman' !important;
    text-transform: uppercase;
}
.btn {
    width: 100px;
    height: 29px;
    font-size: 13px;
    font-family: 'Times New Roman' !important;
    text-transform: uppercase;
}
.datepicker table {
    width: 300px;
    max-width: 100%;
    margin-left:3%;
}

input {
    height: 36px;
}

option {
    color: black;
    font-family: 'Times New Roman' !important;
    font-weight: 500;
    font-size: 12px;
}
select {
    color: black;
    font-family: 'Times New Roman' !important;
    font-weight: 500;
    font-size: 12px;
    /*word-wrap: normal !important;
    white-space: normal;
    max-width:100%;*/
}
.card-header {
    background-image: url(images/bg_3.png);
    background-color: #016592 !important;
}

table {
    font-size: 15px;
    font-family: 'Times New Roman' !important;
    text-transform: uppercase;
}
table thead tr{
    color:white;
}
/* Define font size and font family for table header cells */
th {
    font-size: 13px;
    font-family: 'Times New Roman' !important;
    text-transform: uppercase;
    
}

/* Define font size and font family for table data cells */
td {
    font-size: 13px;
    font-family: 'Times New Roman' !important;
    text-transform: uppercase;
}
#AjaxLoader {
    display: none;
}
#divFileRequestDetails {
    border: 1px;
    overflow: scroll;
    width:100%;
}

.lblredMark {
    color: #b11010;
    font-size: 11px;
    font-weight: bold;
    float: left;
}

.ddlsize {
    font-size: 10px;
}