
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #edf1f5;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #686868;
    font-weight: 400;
}

*,
*:focus,
*:hover {
    outline: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a {
    color: #337ab7;
}

ul,
ol {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #2b2b2b;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

.btn-link {
    font-weight: 400;
    color: #0275d8;
}

.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: none;
}

.dropdown-menu {
    min-width: 200px;
    padding: 20px 15px;
    border: none;
    border-radius: 0;
}

table .btn-link {
    padding-left: 0;
    padding-right: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    margin-bottom: 10px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 5px 8px;
}

.table.v-top > tbody > tr > td {
    vertical-align: top;
}

.table-bordered,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
    border-top: 1px solid #e4e7ea;
}

.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #e4e7ea;
}

.table > thead > tr > th {
    border-bottom: none;
}

th {
    color: #666;
    font-weight: 500;
    white-space: nowrap;
}

.answers-list {
    display: inline-block;
    padding: 10px 15px 0;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    color: #014c8c !important;
}

.details_percentage {
    color: #f44336;
    font-weight: 500;
}

tbody {
    color: #000;
}

.table-hover > tbody > tr:hover,
.table-striped > tbody > tr:nth-of-type(2n+1),
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f7fafc !important;
}

.table tbody tr td.user-avatar img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}

textarea {
    resize: none;
    min-height: 38px;
}

#header {
    position: fixed;
    top: 0;
    padding: 5px 15px;
    width: 100%;
    z-index: 999;
    background-color: #000;
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
}

#top-links {
    float: right;
}

#top-links > ul > li {
    padding: 0 10px;
}

#top-links > ul > li > a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
}

#page-wrapper {
    margin-top: 54px;
    padding: 30px 10px;
    background: #edf1f5;
    min-height: 100%;
}

.card {
    position: relative;
    word-wrap: break-word;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.card-body {
    padding: 20px;
}

.card-title {
    margin: 0 0 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.form-control {
    border: 1px solid #e4e7ea;
    border-radius: 0;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2b2b2b;
}

.label-help {
    font-weight: 300;
}

.btn {
    border-radius: 0;
}

.btn-success,
.btn-success.disabled {
    background: #00c292;
    border: 1px solid #00c292;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:hover,
.btn-success:active:focus,
.btn-success:active:hover {
    background: #00c292;
    border: 1px solid #00c292;
}

.input-group-addon {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.percentage_done {
    width: 90px;
}

.vertical-list {
    margin-bottom: 0px;
    border: 1px solid #565656;
    padding: 7px 12px;
    margin: 15px auto;
    max-height: 210px;
    overflow-y: scroll;
}

#subcategory-input {
    display: none;
}

.storage_thumb {
    position: relative;
    height: 40px;
    width: 71px;
    overflow: hidden;
}

.storage_thumb img {
    height: 40px;
    width: auto;
}