﻿.form-group
{
    margin-bottom:8px!important;
}

.disable-fullwidth
{
    width:100%;
}

/* GRID CSS */
.thead-dark-inset
{
    box-shadow: inset 0px 0px 20px rgba(196,212,226,1);
}


/* GRID PAGINATION */
.pagination-mis {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-mis table > tbody > tr > td {
    display: inline;
}
 
.pagination-mis table > tbody > tr > td > a,
.pagination-mis table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #155c86;/*#dd4814;*/
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-mis table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color:  #155c86;/*#aea79f;*/
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
 
 
.pagination-mis table > tbody > tr > td:first-child > a,
.pagination-mis table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-mis table > tbody > tr > td:last-child > a,
.pagination-mis table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-mis table > tbody > tr > td > a:hover,
.pagination-mis table > tbody > tr > td > span:hover,
.pagination-mis table > tbody > tr > td > a:focus,
.pagination-mis table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/*------------------ */

.i-user
{
    text-align:center;
    font-size:15px;
    color:White;
    margin: 0 auto;
    display:cell;
    
}

.top-heading
{
    background-color:#3c8dbc;
    color:White;
    text-align:center;
    padding:12px;
    font-size: 18px;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}

.footer-style
{
    z-index:10;
    background-color:#3c8dbc;
    color:White;
    text-align:center;
    padding:8px;
    font-size: 10pt;
    position: fixed; 
    left: 0;
    bottom: 0; 
    width: 100%;
}

.company-name
{
    font-weight:normal;
    color:White;
    font-size:10pt;
}

.login-heading
{
    
}