/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}

html, body {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    height: 100%;
    margin: 0;
}
.table-responsive table td {
    border-top: 0px !important;
}
.table-responsive table td img {
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 1px 1px 7px #ccc;
    width: 150px;
}
.daftartopik th:nth-child(1),.daftartopik td:nth-child(1),.materi th:nth-child(1),.materi td:nth-child(1),.nilai th,.nilai td:nth-child(1),.nilai td:nth-child(5),.nilai td:nth-child(6) {
    text-align: center;
}
.nilai td {
    vertical-align: middle !important;
}
.daftartopik th:nth-child(3),.daftartopik td:nth-child(3),.materi th:nth-child(3),.materi td:nth-child(3) {
    width: 13%;
    text-align: center;
}
.daftartopik th:nth-child(4),.daftartopik td:nth-child(4),.materi th:nth-child(4),.materi td:nth-child(4) {
    width: 20%;
    text-align: center;
}
.lihatmateri th:nth-child(1),.lihatmateri td:nth-child(1) {
    text-align: center;
}
.lihatmateri th:nth-child(6),.lihatmateri td:nth-child(6) {
    width: 10%;
    text-align: center;
}
.lihatmateri th:nth-child(7),.lihatmateri td:nth-child(7) {
    width: 8%;
    text-align: center;
}
.lihatmateri th:nth-child(8),.lihatmateri td:nth-child(8) {
    width: 14%;
    text-align: center;
}
.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin: 40px 0 60px;
    //min-height: 600px;
    //padding-bottom: 60px;
    
    min-height: 70%;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #a0ce64;
    text-transform: uppercase;
    color: #222;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#F0677C;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #080808;
    color: #fff;
    padding: 5px;
    text-align: right;
}
.dropdown-toggle:hover {
    border-color: #b3b3b3!important;
}

/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 0 30px 0 15px;
        background: url(/elearning/assets/img/logo2.png) 5px 7px no-repeat!important;
        background-size: 60px!important;
        padding-left: 70px!important;
        padding-bottom: 10px;
        height: 70px!important;
    }
}

.navbar-brand {
    padding: 0 30px 0 15px;
    background: url(/elearning/assets/img/logo2.png) 0px 7px no-repeat;
    background-size: 56px;
    padding-left: 62px;
    padding-bottom: 10px;
    padding-top: 4px;
    height: 60px;
}

/* USER SETTINGS DIV */

@media (max-width: 767px) {
    .user-settings-wrapper {
        text-align: right;
    }
    .dropdown-menu {
        right: 0;
        left: unset;
    }
}

.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #5f5f5f;
    color: #fff;
}

.user-settings-wrapper {
    margin: 5px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #a0ce64!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
        object-fit: cover;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 3px!important;
        -moz-border-radius: 3px!important;
        -webkit-border-radius: 3px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #a0ce64;
}

.btn-xs {
    padding: 3px 12px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-left: 5px;
}

.btn-info {
    color: #fff;
    background-color: #4facd9;
    border-color: #4facd9;
}

#menu-top a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #5d901b;
    color: white!important;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #222!important;
    color: white!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #F0677C!important;
}

.navbar-inverse {
    background-color: #222;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #a0ce64!important;
    border: 1px solid #fff;
}

.navbar-toggle:active {
    background-color: #333!important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #505050;
}

    footer a {
        color: #a0ce64;
        text-decoration: none;
        padding: 3px 0;
        display: inline-block;
    }
    
    footer a:hover {
        color: #5bc0de;
        text-decoration: underline;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 5px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }
    
    .notice-board li a {
        display: inline-block;
        width: 100%;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #337ab7;
    }
    
    .notice-board li a:hover {
        color: #337bc7;
        background: #e9eae8;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}
