body {
    font-size: .875rem;
}
main{
    padding-bottom: 50px;
}

.card .content form{

    margin:10px;

}

.listview thead{
    opacity:0;
}

.listview thead th{
    padding:0px;
}


.listview tbody tr:first-child td{
    border-top:none;
}

.listview tbody tr:last-child td{
    border-bottom:1px solid #eee !important;
}



.selected-detail-container{
    border: solid 1px #007bff;
    margin-top: 0px;
}

.selected-detail-container .card-header{
    padding: 10px 20px;
    font-weight: bold;
    background-color: #007bff;
    border-bottom: 1px solid #007bff;
    color: #fff;
}

.selected-detail-container .card-header p{
    margin: 0px;
}

.selected-detail-container table tbody td:first-child{
    width: 200px;
}

.selected-detail-container table tbody tr{
    border-bottom: 1px solid #eee;
}
.selected-detail-container table tbody tr:last-child{
    border-bottom:none;
}

.form-control:read-only{
    background: #fff;
}

.gj-datepicker .input-group-text{
    padding: 18px 8px 19px 30px !important;
}

.gj-datepicker .datepicker{
    float:left !important;
}

.sidebar i.fa{
    width:23px;
    font-size:13px;
    text-align: center;
    padding-left:0;

}

.sidebar .nav-link{
    padding: 6px 8px;
}


.user-menu .navbar-text{
    float:left !important;
    padding-top: 15px !important;
    color:#00a6dc !important;
    font-weight: bold !important;
}

.user-menu .nav-link{
    float:left !important;
    margin-left:20px !important;
    background: #69beda;
    padding: 10px;
    border: 1px solid #41c2ec;
    border-radius: 5px;
}

.user-menu .dropdown-menu{
    position:absolute !important;
    left:-20px !important;
    top:42px;
}


.detail-container table{
    margin-left:8px;
    margin-right:8px;
}

.detail-container table tbody td:first-child{
    width: 200px;
}

.detail-container table tbody tr{
    border-bottom: 1px solid #eee;
}
.detail-container table tbody tr:last-child{
    border-bottom:none;
}

.detail-container:not(:first-child){
    margin-top:20px;
}



.datatable tbody td:last-child{
    padding:5px;
    width:30px !important;
    max-width: 30px !important;

}

.datatable tbody td:nth-last-child(-n+2),
.datatable thead th:nth-last-child(-n+2)
{
    border-right:0px !important;
}

.datatable .dropdown-toggle, .datatable .btn{
    color: #ccc;
    font-size: 18px;
    width:35px;
    radius:50px;
}

.datatable .dropdown-toggle:hover, .datatable .btn:hover{
    color: #777;
}

.datatable .dropdown-toggle, .datatable .btn{
    background: none;
}

.datatable .dropdown-toggle:after, .datatable .btn:after{
    display: none;
}

.form-container{
    margin-top:50px;
}


.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.bg-color{
    background-color: #e7e7e7;
}
.fc-license-message{
    display:none;
}
.incomplete_jobs_listing a{
    padding:3px;
}
.incomplete_jobs_listing{
    padding-top: 10px;
}
p.copyright {
    font-size:12px;
    font-weight:300;
    color:#666666;
    font-family: 'Open Sans', sans-serif;
    padding:0px 20px 0;
    line-height:30px;
}
p.copyright a {
    text-decoration:none;
    color:#33ACCC;
}
.form_login_mis{
    width:100%;
}
.form_login_mis h1{
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}
