﻿.w-60 {
    width: 65% !important;
}


/*Change size of textbox, Select box and button*/
.form-control, .custom-select, .btn {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 32px;
    font-weight: 500;
}


/*Dropdown for search*/
/*.dropdown-menu {
    min-width: 40em;
    padding-top: 0px;
}*/



/*Dropdown for change icon*/
.dropdown-toggle::after {
    border: none;
}




/*Button Style*/
.bc, bc:hover {
    background-color: #9e9e9e;
    border: 1px solid #ccc;
    color: #ffffff;
    font-weight: 600;
}




/*Table Style*/
/*.table td, .table th {
    font-size: 14px;
    min-width: 11em;
}*/
.table thead th {
    border-bottom: none;
}
.disblock {
    display:block!important;
}.table .nobrdr {
    border-top: none;
    padding-top: 2px;
}

/*Dropdown-menu to center*/
.lnamedrp {
    z-index: 999;
    display:none;
    top: 35px !important;
    background-color: #ffffff;
    position: absolute;
    padding:0;
    left: -100px !important;
    -webkit-box-shadow: 0px 8px 20px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 20px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 20px -13px rgba(0,0,0,0.75);
    border: 1px solid #ccc; 
}


/*Text area height*/
.txtarea {
    height: 60px;
}

/*Side bar admin */
.brdr-lft-dark {
    border-left: 3px solid #616161 !important;
}

.a-side, .a-side:hover {
    color: #616161;
    font-weight: 500;
}

/*width-logo*/
.wdth-fxd {
    min-height: 40px;
    max-height: 40px;
}

/*height of heading*/
.hgt-35{
    height:35px !important;
}

/*Page Link*/
.page-item.active .page-link {
    background-color: #3949AB;
    border-color: #3949AB;
}

.page-link {
    color: #3949AB;
}

@media (min-width:1400px) {
    .lnamedrp {
        left: -100px !important;
    }

}
