body {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #000;
  background: #ecf0f1;
} 
body.body-home{
  background: #ecf0f1;
}
button {
  cursor: pointer;
}
* {
  transition: all 0.3s ease-in-out;
}
a:hover, button:hover, button:focus, a:focus {
  text-decoration: none;
  outline: 0;
}
a {
  color: #6c5ce7;
}
.row {
  margin: 0px -5px;
}
div[class*='col-'] {
  padding: 0px 5px;
}
/*header*/

.header-area {
  padding: 10px 0px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  min-height: 60px;
}
.header-area.graybg{background: #34495e;box-shadow: 0px 5px 5px #00000017;}
.header-area .container-fluid {
  z-index: 10;
  position: relative;
}
.header-area .header-title .title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 48px;
  padding-top: 8px;
  color: #fff;
}
.header-title {
  position: relative;
  text-align: center;
  min-height: 40px;
}
.header-title .togglemenu,
.header-title .btnback,
.header-title .backleft {
  background: none;
  border: 0;
  font-size: 33px;
  position: absolute;
  left: 0;
  line-height: normal;
  padding: 0;
  color: #fff;
  top: -5px;
}
.navbar-header {
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px 0px;
  opacity: 0;
  visibility: hidden;
  left: -300%;
  background: rgba(52, 73, 94, 0.9);
  width: 90%;
  overflow: auto;
  height: 100vh;
  transition: all 0.1s ease-in-out;
  z-index: 1000;
}
.navbar-header::-webkit-scrollbar{
  width: 1px;
}
.navbar-header.open {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.navbar-header .title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.navbar-header .closemenu {
  position: absolute;
  right: 5px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 30px;
  top: -2px;
}
.navbar-header .navbar-list {
  list-style: none;
  padding: 0;
}
.navbar-header .navbar-list>li {
  position: relative;
  border-bottom: 1px solid #0000000f;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-left:5px solid transparent;
  padding-top: 10px;
}
.navbar-header .navbar-list>li.active{
  border-left: 5px solid #1abc9c;
}
.navbar-header .navbar-list>li>a {
  font-size: 15px;
  color: #fff;
  display: block;
}
.navbar-header .navbar-list>li>a>i{
  color:#93989a;
  margin-right: 10px;
  font-size: 23px;
}
.navbar-header .navbar-list>li>.nav-submenu {
  padding: 0;
  padding-left: 30px;
  margin-top: 10px;
  color: #fff;
  display: none;
}
.navbar-header .navbar-list>li>.nav-submenu>li {
  margin-bottom: 10px;
}
.navbar-header .navbar-list>li>.nav-submenu>li>a {
  color: #fff;
}
.menu-header{
  list-style:none;
  padding:0;
  margin:0;
  text-align:right;
}
.menu-header li{
  margin-right:5px;
  position:relative;
}
.menu-header li a{
  color:#000;
  font-size: 30px;
  line-height: normal;
}
.menu-header .badge{
  position:absolute;
  right:-5px;
  top:-5px;
  font-size:10px;
  width:20px;
  height:20px;
  background:#1abc9c;
  border-radius:1000px;
  color:#fff;
  line-height:20px;
  padding:0;
}
.section-home{
  padding-top: 10px;
}
.welcometext{font-size: 17px;position: absolute;top: 28px;text-align: center;width: 100%;left: 0;}
.outline-text{
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.section-profile .name{display: block;margin-bottom: 20px;font-size: 20px;line-height: normal;font-weight: bold;}
.section-profile{
  text-align:center;
}
.section-profile .ava-images img{
    width: 60px;
    height: 60px;
    border-radius: 1000px;
}
.section-profile .ava-images{
  margin-bottom:10px;
}
.btn-primary{
  background: #0f11af;
  border-color: #0f11af;
}
.btn-primary:hover,
.btn-outline-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background: #2c2ffc;
  border-color: #2c2ffc;
  color:#fff;
}
.btn-outline-primary {
    color: #26dab6;
    border-color: #26dab6;
}
.welcometext .btn-primary{
  
display: inline-block;
  
margin-top: 10px;
}
.calendaracademic{
}
.calendar-item{
  width: 100%;
  min-height: 98px;
  background: #fff;
  box-shadow: 0px 2px 9px #00000047;
  border-radius: 12px;
  padding: 20px;
}
.calendar-item:after{
  content:"";
  display:table;
  clear:both;
}
.calendar-item .datetime{position: absolute;left: 10px;width:60px;height:60px;line-height:14px;color: #0f11af;border-radius:1000px;border: 2px solid #0f11af;text-align:center;font-size:12px;padding-top: 11px;}
.calendar-item .datetime span{
  display:block;
}
.calendar-item .datetime .date{
  font-size:20px;
}
.calendar-item .datetime .month{
  
}
.calendar-item .datetime .year{
  
font-size:8px;
}
.calendar-item .content{
  padding-left:70px;
}
.calendar-item .content .title{
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 0px;
}
.calendar-item .content p{
  margin: 0;
  font-size: 15px;
}
.owl-theme .owl-dots .owl-dot span{
  opacity:1;
  background:#aaa;
  width: 8px;
  height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background:#fff;
}
.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top:5px;
  text-align:right;
}
.section-home-bottom{
  width:100%;
}
.sks-text{

}
.sks-text .label{display: block;color: #929191;font-size: 12px;}
.sks-text .sks-count{
  font-size: 25px;
  line-height: normal;
  font-weight: bold;
}
.info-home{list-style: none;margin: 0;padding: 0;margin-top: 20px;color: #565656;}
.info-home li{
  text-align:center;
  display: inline-block;
  margin-right: 10px;
}
.info-home:after{
  content:"";
  display:table;
  clear:both;
}
.info-home li i{
  display: inline-block;
}
.info-home li .label{
  display: inline-block;
  font-weight:bold;
}
.info-home li .name{
  display: inline-block;
}
#overlaymenu{
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:#00000054
}
.navbar-header .sidebar-profile{
  padding: 0px 20px;
  padding-bottom:10px;
}
.navbar-header .sidebar-profile .images {
  position: absolute;
  left: 20px;
  top: 30px;
}
.navbar-header .sidebar-profile .images img {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
}
.navbar-header .sidebar-profile .content {
  padding-left: 85px;
  color: #fff;
  min-height: 60px;
}
.navbar-header .sidebar-profile .name {
  font-size: 15px;
  margin: 0;
  color: #fff;
}
.navbar-header .sidebar-profile .address {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.profile-btn{
  padding: 10px 20px;
  background: #25384a;
}
.profile-btn .btn{
  padding-top:10px;
  padding-bottom:10px;
  font-size: 15px;
}
body.navbar-open section,
body.navbar-open .header-title{
  filter: blur(0.5rem);
}
.navbar-header{
  filter: initial !important;
}
.list-calendar{

}
.list-calendar .list-item{
  list-style: none;
  padding: 0;
}
.list-calendar .list-item li{
  background: #eee;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 3px 5px #00000052;
  opacity: 0.6;
}
.list-calendar .list-item .coming{
  background: #fff;
  opacity: 1;
}
.list-calendar .list-item .datetime{
  position: absolute;
  left: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.list-calendar .list-item .datetime .date{
  display: block;
  font-weight: bold;
  color: #0f11af;
  font-size: 25px;
  line-height: normal;
}
.list-calendar .list-item .datetime .month{display: block;font-size: 12px;color: #7a8391;}
.list-calendar .list-item .content{margin-left: 50px;padding-left: 10px;border-left: 1px solid #ddd;}
.list-calendar .list-item .content .title{line-height: normal;font-size: 18px;margin: 0;}
.list-calendar .list-item .content .title a{color: #7a8391;font-weight: bold;}
.list-calendar .list-item .content span{font-size: 13px;color: #7a8391;}
.bgmain{
  padding: 20px 0px;
}
.info-header{
  margin-bottom:20px;
}
.info-header span{
  font-size:12px;
}
.info-header .nim{
  font-weight:bold;
  font-size:16px;
}
.info-header .mdi{
  font-size:20px;
  color:#000;
  position:relative;
  top:-5px;
}
.info-home{
  background:#fff;
  box-shadow:0px 2px 9px #00000047;
  border-radius: 12px;
  padding: 20px;
}
.section-title{
  margin-bottom:20px;
}
.owl-calendar .owl-nav{
  position:absolute;
  top: -53px;
  right:0;
  margin: 0;
  font-size: 30px;
}
.owl-calendar.owl-theme .owl-nav [class*=owl-]{
  line-height:normal;
  height:auto;
  margin: 0;
  margin-left: 5px;
  background:none !important;
  color:#000;
}
.section-title{
  margin-top: 15px;
  text-align: center;
}
.table thead td,
.table thead th{
  vertical-align:middle;
  text-align:center;
  color:#fff;
  background:#0f11af;
  border-bottom: 1px solid #fff;
  padding: 8px 10px;
  line-height: normal;
  font-size: 14px;
}
.table thead tr:nth-child(2) td{
  border-top: 0 !important;
}
.table-striped tbody tr:nth-of-type(odd){
  background:#fff;
}
.table tbody td{
  font-size: 14px;
}
.newshome{
}
.news-item{overflow: hidden;border-radius: 5px;background: #fff;border: 1px solid #ddd;}
.news-item a{display: block;}
.news-item img{height: 100px;object-fit: cover;}
.news-item .title{
  padding: 10px;
  font-size: 14px;
  color: #333;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-home .section-title{
  font-size:16px;
  text-align:left
}
.bg-image{
  position: absolute;
  top:0px;
  height: 280px;
  overflow:hidden;
  z-index:-1;
  width: 100%;
}
.bg-image img{
  height: 130%;
  width:100%;
  object-fit:cover;
}
.Malam .section-profile,
.Malam .header-title .togglemenu,
.Pagi .section-profile,
.Pagi .header-title .togglemenu,
.Siang .section-profile,
.Siang .header-title .togglemenu,
.Sore .section-profile,
.Sore .header-title .togglemenu{
  color:#fff;
}
.table-href tbody tr{
  cursor: pointer;
}
.table-href tbody tr:hover{
  background: aliceblue;
}
.table-info-detail{
  margin-bottom:40px;
}
.table-info-detail table{
  width:100%;
}
.table-info-detail table th{
  width:15%;
}
.table-info-detail table th,
.table-info-detail table td{
  padding-bottom:10px;
  font-size:16px;
}

.nav-tabs .nav-link{background: #fff;border: 0;border-bottom: 2px solid #ddd;text-align: center;font-weight: bold;padding: 20px;}
.nav-tabs .nav-item{
  width:50%;
  display:inline-block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-bottom-color:#6c5ce7;
}
.navbar-open .header-area, .navbar-open .header-area .container-fluid {
}
.header-title .msgmenu{
  background: none;
  border: 0;
  font-size: 33px;
  position: absolute;
  left: 0;
  line-height: normal;
  padding: 0;
  color: #fff;
  right: 0;
  left: inherit;
  top: 0;
}

.notiflist{list-style: none;padding: 0;margin: 0;background: #fff;margin-top: -10px;}
.notifitem{border-bottom: 1px solid #ddd;padding: 20px;position: relative;}
.notifitem .content{width: calc(100% - 45px);color: #5a5b5b;padding-right: 20px;}
.notifitem .title{font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.notifitem .content p{font-size: 13px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin: 0;}
.notifitem .date{
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 14px;
}
.noread:before{
  content:"";
  width:10px;
  height:10px;
  background:red;
  position:absolute;
  top:10px;
  right:10px;
  border-radius:1000px;
}
.notifikasidetail{background: #fff;padding: 20px;margin-top: -45px;}
.notifikasidetail .date{text-align: center;display: block;margin-bottom: 30px;}
.notifikasidetail .title{font-size: 16px;margin-bottom: 20px;}
.notifikasidetail p{
  font-size: 13px;
}
.header-title .msgmenu .badge{
  position:absolute;
  top:0;
  font-size:10px;
  width:20px;
  height:20px;
  line-height:15px;
  color:#fff;
  background:red;
  border-radius:1000px;
}

.trlink{
  cursor: pointer
}
.membergroup{
  position:fixed;
  background: #34495e;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:auto;
  padding: 30px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  height: 100vh;
  z-index: 100;
  color: #fff;
}
.membergroup.open{
  visibility:visible;
  opacity:1;
}
.membergroup ul{

}
.membergroup ul li{
  display:block;
  border-bottom: 1px solid #ffffff2e;
  padding:0px 15px;
  padding-bottom:10px;
  margin-bottom:10px;
  position:relative;
  padding-left:55px;
}
.membergroup ul li:before{
  content:"\F004";
  font-family:"Material Design Icons";
  position:absolute;
  left:15px;
  font-size:30px;
  color: #1abc9c;
}
.membergroup .name{
  display:block;
  font-weight:bold;
  font-size:15px;
}
.membergroup .nim{
  display:block;
  margin-top:5px;
}
.BtnCloseMember{
  background:none;
  border:0;
  font-size:40px;
  position:absolute;
  top: 24px;
  right:15px;
  color: #fff;
}
.headermember{
  margin-bottom:35px;
  padding-left:15px;
  padding-right:65px;
  font-size:30px;
  font-weight:bold;
}
#ChatGroupMember,
.header-title .msgmenu.dark{
  color: #fff;
}
.search-form{
  margin-bottom: 30px;
  border-bottom: 0px;
}
.search-form .form-group label{
  margin-bottom:0;
  font-size: 12px;
  padding-right: 10px;
  display: block;
  text-align: right;
}
.search-form .form-group .col-3:after{
  content:"";
  top:-15px;
  bottom:-15px;
  right: 5px;
  width: 1px;
  border-right:1px dashed #ddd;
  position: absolute;
}
.search-form .form-group{
  border-top: 1px dashed #ddd;
  padding: 15px;
  margin-bottom: 0;
  background: #fff;
}
.search-form .form-group.btnsubmit{
  background:none;
  border-bottom:1px dashed #ddd;
}
.jadwallabel{
  margin-top: 50px;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 25px;
}

.nodata{
	text-align:center;
}
.nodata img{
	margin-bottom:20px;
	max-width: 200px;
}
.nodata h3{
	font-size: 18px;
	margin-bottom:5px;
}
.nodata p{
	color:#aaa;
	font-size: 14px;
}
.nodata{
	margin-bottom:30px;
}

#AlertJoin .modal p{
	text-align:center;
	font-size:20px;
}
#AlertJoin .modal p .mdi{
	display:block;
	font-size:60px;
	color:green;
}
#AlertJoin .close{
	position:absolute;
	top:15px;
	right:15px;

}
#AlertJoin .modal .modal-dialog{
	margin-top:70px;
	width:100%;
}

.card-form{
	background:#fff;
	padding:20px;
}
.card-form .form-row{
	margin-left:0;
	margin-right:0;
}

.form-row-group.with-icons .form-row .form-element{
	padding-left: 24px;
}
.form-element{
	display: block;
	width: 100%;
	border:none;
	border-bottom: solid 1px #EEE;
	height: 40px;
	outline: none;
	line-height: 40px;
	background-color: #FFF;
	
}
select.form-element{
	-webkit-appearance: none;
    background-color: white;
    background-image: url(../img/up-down.svg);
    background-position : right center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    border-color:transparent;
    border-bottom: solid 1px #EEE;
}
textarea.form-element{
	resize: none;
	line-height: 1.4;
	padding: 10px 0;
	min-height: 80px;
	height: auto;
}
select.form-element{
	padding: 0;
	margin-left: -4px;
	padding-right: 20px;
}
.form-element:focus{
	border-color: #2eb18d;
}
.custom-control {
  display: block !important;
  min-height: 1.3125rem !important;
  padding-left: 1.5rem !important;
  margin: 0 auto !important;
  width: 100%;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  position: relative;
  vertical-align: top;
}
.custom-checkbox .custom-control-label {
  font-weight: normal;
}
.custom-control-label::after, .custom-control-label::before {
  position: absolute;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label::before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #afb5c1;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-control-label::after, .custom-control-label::before {
  top: .15rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #2962FF;
  background-color: #2962FF;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.form-row {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the 
* pesky delay.
*/
.form-row label, 
.form-row .form-element {
  transition: all 0.2s;
  touch-action: manipulation;
  margin: 0;
}

.form-element:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}
.form-element:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1.0);
  color:#aaa;
}
/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
.form-element::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
.form-element:focus::-webkit-input-placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.form-element:not(:placeholder-shown) + label,
.form-element:focus + label,
label.permanen {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  color:#333;
  font-weight:bold;
}
label.permanen{
	margin-bottom:15px;
}
.form-element:not(:placeholder-shown) + label em,
.form-element:focus + label em,
.permanen em{
	color:red;
}
.form-row .sweet-check{
	background-color: #ddd;
	height: 25px;
}
.form-row .sweet-check.checked {
    background-color: #60B2FE;
    border-color: #60B2FE;
}
.form-row .sweet-check .outline{
	width: 22px;
	height: 22px;
}
.form-row .sweet-check.checked .outline {
    left: 35px;
}
.dropdown-menu.datetimepicker{
	min-width: auto;
	width: calc(100% - 45px);
	padding-top: 0;
	border: 1px solid #1abc9c;
	border-radius:0;
}
.datetimepicker table{
	width:100%;
}
.datetimepicker td, .datetimepicker th{
	font-size:14px;
	border-radius:0;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
	background-color: #8BC34A;
	background-image: -moz-linear-gradient(top,#8BC34A,#8BC34A);
	background-image: -ms-linear-gradient(top,#8BC34A,#8BC34A);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#8BC34A),to(#8BC34A));
	background-image: -webkit-linear-gradient(top,#8BC34A,#8BC34A);
	background-image: -o-linear-gradient(top,#8BC34A,#8BC34A);
	background-image: linear-gradient(top,#8BC34A,#8BC34A);
	background-repeat: repeat-x;
}
.datetimepicker table thead td,
.datetimepicker table thead th{ 
	border-radius:0 !important;
	color:#fff;
	background-color:#0f11af !important; 
}
.datetimepicker-dropdown-bottom-right:before{
	border-bottom: 7px solid #0f11af;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.sectionprofil .tab-content{
	padding:20px;
	background:#fff;
	margin-bottom:30px;
}

.box-learning{background: #fff;margin-bottom: 20px;border: 1px solid #ddd;box-shadow: 5px 5px 20px #00000014;}
.box-learning .row{
	-ms-flex-align: end!important;
    align-items: flex-end!important;
}
.box-learning .content{

}
.box-learning .content .head{
	background:#0f11af;
	text-align:center;
	color:#fff;
	padding:10px;
}
.box-learning .content>a{color: #000;}
.box-learning .content .title{font-size: 16px;font-weight: bold;margin: 0;}
.box-learning .content .code{
	color: #fff;
}
.box-learning .content .info{
	margin: 0;
	margin-top: 20px;
	padding:10px;
}
.box-learning .content .info span{
	display: block;
	margin-bottom: 5px;
}
.box-learning .content .info span i{
	color: #1abc9c;
}
.box-learning .button-custom{height: 100%;justify-content: center;padding:10px;}
.box-learning .button-custom a{
	font-size: 12px;
	display:block;
	width:100%;
}
.nav-materi{margin-bottom: 40px;}
.nav-materi .nav-list{list-style: none;padding: 0;margin: 0;}
.nav-materi .nav-list li{float: left;width: 50%;}
.nav-materi .nav-list li a{
	text-align: center;
	display: block;
	background: #fff;
	padding: 10px;
	color: #0f11af;
	border:1px solid #0f11af;
	font-weight:bold;
}
.nav-materi .nav-list li.active a{
	background:#0f11af;
	color:#fff;
}
.materi-detail .title{
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.materi-detail iframe{
	width:100%;
	margin-bottom:20px;
}
.materi-detail p{
	text-align:justify;
}
.materi-detail .table{
	background:#fff;
	border:1px solid #ddd
}
.materi-detail .table td{
	padding:10px 3px;
}
.listanswerinfo{
	background:#fff;
	padding:10px;
	border:1px solid #ddd;
}
.listanswerinfo .item{
	margin-bottom:20px;
}
.listanswerinfo .label{
	font-weight:bold;
}
.jawabbtn{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
.jawabbtn .btn{
	width:100%;
	padding:12px;
	font-weight:bold;
	font-size:14px;
}
.alert-success h3{
	font-weight:bold;
	font-size:16px;
}
.alert-success ul{
	padding-left:15px;
	font-size:12px;
}
.alert-success ul li{
  margin-bottom:5px;
  
}
.profile-image {
  width: 110px;
  height: 110px;
  padding: 5px;
  border-radius: 50%;
  background-color: #FFF;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  position: relative;
  margin: 0 auto;
}
.profile-image .icon {
  width:100px;
  height:100px;
  display:block;
  background:#eee;
  border:1px solid #ddd;
  text-align:center;
  font-size:40px;
  line-height:100px;
}

.profile-image .avatar-img {
  border-radius: 50%;
  object-fit: cover;
}

.profile-image input[type="file"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-size: 0px;
  padding: 0;
}
.profile-image .update-btn {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
  background-color: #0f11af;
  right: 0;
  bottom: 0;
  color:#fff;
  line-height: 32px;
  text-align: center;
}
.profile-image{
  display: block;
}
.btn.floating{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	font-size: 17px;
}

/*Tambahan*/
.nav-materi .nav-list li.dosen{
    float: left;
    width: 33.33%;
}
.bg-pertemuan{
    background-color:#6264fa !important;
    color: #000 !important;
}
.elearn-title{
    font-size: 22px;
    font-weight: bold;
}

.box-learning .content.ripple {
  background-position: center;
  transition: background 0.8s;
}
.box-learning .content.ripple:hover {
  background: #eee radial-gradient(circle, transparent 1%, #eee 1%) center/15000%;
}
.box-learning .content.ripple:active {
  background-color: #fff;
  background-size: 100%;
  transition: background 0s;
}
.ripple-table {
  background-position: center;
  transition: background 0.8s;
}
.ripple-table:active {
  background-color: #6163eb !important;
  background-size: 100%;
  transition: background 0s;
}
.pengumuman{
  border-radius: 5%;
}
.events .card-header,.pengumuman .card-header{
  color:#fff;
  background:#0f11af;
}
.events .card-body,.pengumuman .card-body{
  color:#000;
  height:200px;
  overflow-y: auto;
}
.events .card-body .title-pengumuman,.pengumuman .card-body .title-pengumuman{
  font-size: 16px;
}


/*  */
#mycalendar{
  max-height : 800px;
}

/* .fc-day{
  background-color: white 
} */

thead.fc-head {
  border: solid 2px #000165;
  background-color: #000165;
  color: #fff;
}

tbody.fc-body {
  border: solid 2px #000165;
}

.fc-view table{
  border-radius: 10%;
}
.fc-content-skeleton table thead tr td.fc-today{
  background: #0f11af !important;
  color: white;
}
