﻿.md {
    font-family: Roboto,sans-serif !important;
    font-size: 14px;
}
/*style for update progress*/
.text-red {
    color: #dc3545 !important;
}
.modal1 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center1 {
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 1000;
    /*margin: 300px 500px;*/
    padding: 0px;
    width: 100%;/*130px;*/
    background-color: transparent;
    /*border-radius: 10px;*/
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center1 img {
        height: 128px;
        width: 128px;
    }
/*style for update progress END*/

.star-help {
    color: red;
    font-weight: bold;
    padding-left: 0px;
    font-size: 14px;
    padding-left: 3px;
    display: inline-block;
    margin-bottom: -3px;
    vertical-align: middle;
}
.table-hover tbody tr:hover {
    background-color: #c4e2ff!important;
}
/**************************************/
.picker__select--month, .picker__select--year {
    padding: .2em ;
}

/************datatable class used in gridview*************************/
.grd-btn-sm {
    padding: .1rem .3rem !important;
    font-size: .75rem !important;
}

.grd thead th:first-child {
    width: 3%;
}

.grd tbody td:first-child {
    width: 3%;
}

.grd thead th:nth-child(2) {
    width: 5%;
}

.grd tbody td:nth-child(2) {
    width: 5%;
}
