
.hide {
    display: none;
}

label{
    padding-right: 10px;
}

/* Module Tree Css */
.srcss{
    width: 25px !important;
}

.boderleft-tree {
    border-left: 1px solid #dfddf1;
}

/* Exam Grid CSS*/
.ex-img-thumb {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px;
    max-height:151px;
    max-width:201px;
}

.ex-img-thumb-sm {
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 1px;
    max-height: 50px;
    max-width: 50px;
}


/* Existing Theme Customization */
table.table-bordered {
    border: solid .01em #e6e6e6 !important;
}

table.table-bordered thead tr th {
    border: solid .01em #e6e6e6 !important;
    padding: .60em .60em !important;
    margin: 0px !important;
    background: #e6e6e6;
}

table.table-bordered tfoot tr td {
    border: solid .01em #e6e6e6 !important;
    padding: .60em .60em !important;
    margin: 0px !important;
}

table.table-bordered tbody tr td {
    border: solid .01em #e6e6e6 !important;
    padding: .5em .5em !important;
    margin: 0px !important;
    font-size: .96em;
}

