
.wrapper {
    
    width:98% !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    
}
tr {
    border-bottom: 1px solid #EDEBE9;
}
th {
    /*padding: 8px;
    background-color: #1E90FF;
    color: #fff;
    font-weight: bold;
    font-size: 16px;*/
    border: 0px;
    border-bottom: 1px solid #A19F9D;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1F1E1E;
    height: 48px;
    text-align: left;
}
/*tr:nth-child(even) {
    background-color: #ffffff;
}*/
td {
    border: 0;
    padding: 8px;
    height: 48px;
    /*border-right: 1px solid #1E90FF;*/
}
.breadcrum {
    padding: 5px;
    background: none;
}
/*.back {
    background-color: #1E90FF; 
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;  
    cursor: pointer;
}
*/

.main-table td {
    font-size: 15px;
    color: #081F2C;
    padding: 0.8rem .5rem;
    position: relative;
}
.main-table th {
    padding: 0.8rem .5rem;
    font-weight: bold;
    color: #081F2C;
    font-size: 16px !important;            
}
.fw_6 {
    font-weight: 600 !important;
}
.fs_14 {
    font-size: 14px !important;
}
.button-panel {
    background: rgba(0, 51, 153, 0.10);
}

.center { 
    text-align: center;
}

.initcaps {
    text-transform: capitalize;
}

.totalTime {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    margin: 10px 0px;    
}
.reportName {
    font-weight: 400;
    font-size: 20px !important;    
}

.report { clear: both; }
.buttonContainer {
    clear: both;
    float: left;
    margin-bottom: 10px;
}
#searchText, #datepicker { 
    width: 215px;
    font-size: 16px;
    padding: 7px 7px;
}

#reportSearchContainer {
    text-align: center;
    float: right;
}

.userName, .courseName {
    clear: both;
    float: left;
    margin: 0px 0px 20px 0px;
}
.reportContainer { 
    margin: 10px 21px;
    clear: both;
}
.module {
    padding: 5px 0px 50px 25px;
}
.completed {
    background: url('../img/completed.png') no-repeat !important; 
}

.extrapadding {
    padding: 20px;
}
.pagination {
    margin-top: 20px;
    float: right;
}
.paginationjs .paginationjs-pages {
    float: right !important;
}
.contentContainer { clear: both;}  
#downloadCsv {
   
    float: right;
}
#downloadPdf {
   
    float: right;
    margin-right: 10px;
}
.hidden {
    display: none !important;
}
@media only screen and (max-width: 700px) {
    .title { float: none;}
    h1 { font-size: 18px; }
    h2 { font-size: 16px; }
    .back { margin: 2px; padding: 4px;}
    .buttonContainer { width: 100%; float: none;}
}