[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}

.pointer {
	cursor:pointer;
}

.no-display {
	display:none;
}

.padding-top5 {
	padding-top: 5px !important;
}

div.clear {
	clear:both;
}

.nowrap {
	white-space: nowrap;
}

span.input-group-btn > button.btn {
	height:28px;
}

span.input-group-btn > a.btn {
	height:28px !important;
}

section.sidebar > div.user-panel {
	height:68px;
}

section.sidebar > div.user-panel > div.image,
section.sidebar > div.user-panel > div.info {
	display: inline-block;
	vertical-align: top;
}

section.sidebar > div.user-panel > div.info {
	position: relative;
	padding: 10px 5px;
	left: 0;
}

section.sidebar > div.user-panel > div.info > p {
	font-weight:300;
	line-height:1.4;
}

section.sidebar > div.user-panel > div.image {
	padding: 5px;
}

section.sidebar > div.user-panel > div.image > img.img-circle {
	width: 45px;
	max-width: 45px;
}

div.color-line {
	background: #F7F9FA linear-gradient(to right, #34495E, #34495E 25%, #9B59B6 25%, #9B59B6 35%, #3498DB 35%, #3498DB 45%, #62CB31 45%, #62CB31 55%, #FFB606 55%, #FFB606 65%, #E67E22 65%, #E67E22 75%, #E74C3C 85%, #E74C3C 85%, #C0392B 85%, #C0392B 100%) no-repeat scroll 50% 100% / 100% 6px;
	height: 6px;
	position: relative;
	z-index: 850;
}

div.line {
	background: #F7F9FA no-repeat scroll 50% 100% / 100% 6px;
	height: 6px;
	position: relative;
	z-index: 850;
}



#form-login .div-alert-area {
	width:100%;
}

#form-login .alert {
	padding:2px;
	margin-top:-15px;
}
/*
.hide-fade.ng-hide-add, .hide-fade.ng-hide-remove {
-webkit-transition:all linear 1s;
-moz-transition:all linear 1s;
-o-transition:all linear 1s;
transition:all linear 1s;
display:block!important;
}
.hide-fade.ng-hide-add.ng-hide-add-active,
.hide-fade.ng-hide-remove {
opacity:0;
}
.hide-fade.ng-hide-add,
.hide-fade.ng-hide-remove.ng-hide-remove-active {
opacity:1;
} */

div.div-select-loading {
	float:right;
	background-image:url("../../img/nlib/ajax-loader-white-bg.gif");
	background-size:12px 12px;
	width:12px;
	height:12px;
	margin-right:3px;
	margin-top:3px;
	position:absolute;
}

.sidebar ul.sidebar-menu li.treeview a img {
	width:15px;
	margin-right:5px;
}

.skin-black-light .main-header .btn-home, .skin-black .main-header .btn-home{
	color: #333;
	border-right: 1px solid #eee;
}
.skin-black-light .main-header .btn-home:hover, .skin-black .main-header .btn-home:hover{
	color: #888;
}

.main-header .btn-home {
	float: left;
	background-color: transparent;
	background-image: none;
	padding: 15px 15px;
	font-family: fontAwesome;
	border-right: none;
	color: #fff;
}
.main-header .btn-home:hover {
	border-right: none;
	color: #fff;
}

.main-header .mobile-name {
	color: inherit;
	font-size: 3.5vw;
	line-height: 1;
}

.content-header div.div-titles {
	width:100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
}

.content-header div.div-titles div.div-title {
	padding:5px 10px;
	margin:0px;
	display:block;
	float:left;
	cursor:pointer;
	border-radius: 5px 5px 0px 0px;
	border:1px solid rgba(0,0,0,0.1);
	border-bottom:0px;
	opacity:0.7;
	height:31px;
	overflow:hidden;
}

.content-header div.div-titles div.div-title.active {
	cursor:auto;
	opacity:1;
}

.content-header div.div-titles div.div-title:active {
	cursor:move;
}

.content-header div.div-titles div.div-title.active {
	border:1px solid #999999;
	border-bottom:0px;
	background-color:white;
	background: -webkit-linear-gradient(white, #ecf0f5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(white, #ecf0f5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(white, #ecf0f5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(white, #ecf0f5); /* Standard syntax */
	font-weight: bold;
}

.content-header > div.div-titles > div.div-title > div.div-title-text {
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width:calc(100% - 28px);
}

.content-header > div.div-titles > div.div-title > div.div-title-text > i {
	margin-right:0px;
}

.content-header > div.div-titles > div.div-title > div.div-title-control > i:hover,
.content-header > div.div-titles > div.div-title > div.div-title-control > i:active {
	color:#aaaaaa;
}

.content-header > div.div-titles > div.div-title > div.div-title-control {
	float:right;
	width:28px;
}

.content-header > div.div-titles > div.div-title > div.div-title-control > i {
	float:right;
	cursor:pointer;
}

.content-header > div.div-titles > div.div-title > div.div-title-control > i.fa-close {
	margin-left:5px;
	margin-top:3px;
}

.content-header > div.div-titles > div.div-title > div.div-title-control > i.fa-minus-square-o {
	margin-top:4px;
}

.content-header div.div-content-seperator {
	width:100%;
	margin-top:-1px;
	border-top:1px solid #999999;
}

.breadcrumb.page {
	margin-top:38px;
}

#content-header > h1.active {
	display:block;
}
#content-header > h1 {
	max-width:400px;
	overflow:hidden;
	display:none;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#content-header > ol.active {
	display:block;
}
#content-header > ol {
	max-width:500px;
	padding-right:20px;
	display:none;
}

#content-header > ol li {
	overflow:hidden;
	padding-top:3px;
}

#content-header > ol li.active {

	display:inline-block;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width:280px;
}

@media (max-width: 991px) {
	#content-header > ol {
		max-width:none;
		height:30px;
		margin-top:10px;
	}

	#content-header > ol li {
		padding-top:0px;
	}

	#content-header > ol li.active {
		max-width:none;
		max-width:100%;
	}
}

#content > div {
	display:none;
}

#content > div.active {
	display:block;
}



.animate-enter {
	-webkit-transition: 1s linear all; /* Chrome */
	transition: 1s linear all;
	opacity: 0;
}

.animate-enter.animate-enter-active {
	opacity: 1;
}

/*#content-header > h1.active,
#content-header > ol.active,
#content > div.active {
	display:block;
}*/
div.div-titles .tooltip .tooltip-inner {
	max-width:300px;
	width:auto;
	word-break: break-all;
}

div#div-minimized-titles {
	position:fixed;
	right:10px;
	bottom:10px;
	min-height:35px;
	width:auto;
	max-width:70%;
	white-space:nowrap;
}

div#div-minimized-titles > .tooltip .tooltip-inner {
	max-width:300px;
	word-break: break-all !important;
}


div#div-minimized-titles > div.div-title {
	float:right;
	cursor:pointer;
	margin-left:10px;
	border:1px solid #cccccc;
	padding:5px;
	margin-bottom:10px;
	display:inline-flex;
	max-width:200px;
	background-color:rgba(255,255,255,0.8);
}

div#div-minimized-titles > div.div-title > div.div-title-control {
	width:11px;
	float:left;
}

div#div-minimized-titles > div.div-title > div.div-title-control > i:hover,
div#div-minimized-titles > div.div-title > div.div-title-control > i:active {
	color:#aaaaaa;
}


div#div-minimized-titles > div.div-title > div.div-title-text > i {
	margin-right:0px;
	margin-top:4px;
}

div#div-minimized-titles > div.div-title > div.div-title-text {
	margin-right:10px;
	float:left;
	overflow:hidden;
	display:inline;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

div#div-minimized-titles > div.div-title > div.div-title-control > i {
	margin-top:3px;
	margin-left:10px;
	float:right;
}

label-info {
	width:100%;
}

label-info label {
	width:100%;
}

input[list-icheck] {
	opacity:0;
}

.list-controls {
padding: 5px 10px;
}

.list-clickable {
	cursor:pointer;
	color:#3C8DBC;
}

.list-clickable:hover,
.list-clickable:focus {
	color:#194872;
}
/* when showing the picture */
.content-header > h1.active      { animation:0.4s flipInX ease; }
.content-header > ol.active      { animation:0.4s flipInX ease; }
.content > div.active      { animation:0.6s fadeIn ease; }
.table tr td				{ animation:0.6s fadeIn ease; }
list-module .box				{ animation:0.3s fadeIn ease; margin-bottom: 0px; }
.table tr td.td-no-data	{text-align:center;}
.content-header > h1.ng-leave-active      { animation:none !important; display:none !important; }
.content-header > ol.ng-leave-active      { animation:none !important; display:none !important; }
.content > div.ng-leave-active      { animation:none !important; display:none !important; }

/* ANIMATIONS (FROM ANIMATE.CSS) ======================== */
/* flip in */
@keyframes flipInX {
0% {
	transform: perspective(400px);
	opacity: 0;
}
1% {
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transition-timing-function: ease-in;
}

40% {
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transition-timing-function: ease-in;
}

60% {
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
}

80% {
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}

100% {
	transform: perspective(400px);
}
}

/* fade in to top */
@keyframes fadeIn {
0% {
	transition-timing-function: ease-in;
	opacity: 0;
}

100% {
	transition-timing-function: ease-out;
	opacity: 1;
}
}


.table.table-striped > thead > tr {
	background-color:#f9f9f9;
	border-bottom:3px solid #dddddd;
}

.table.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #ffffff;
}

.table.table-striped>tbody>tr:nth-of-type(even) {
background-color: #edf1f5;
}

.table>thead>tr>th.list-header {
	text-align:center;
	vertical-align: middle;
}

.table>tbody>tr>td {
	vertical-align: middle;
}

div.modal-content .list-center.list-summary.ng-binding,
.list-rownum.list-checkbox {
	width:50px !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow:hidden;
	word-break:keep-all !important;
}

.list-checkbox {
	width:30px;
	text-align:center;
}

.list-no {
	width:40px;
}

.list-center {
	text-align:center;
}

.list-left {
	text-align:left;
}

.list-right {
	text-align:right;
}

.list-category {
	width:15%;
	text-align:center;
	word-break:break-all;
}

.list-test1 {
	width:30%;
	text-align:left;
	word-break:break-all;
}

.list-test2 {
	width:5%;
	text-align:center;
	word-break:break-all;
}

.list-test3 {
	width:55%;
	text-align:center;
	word-break:break-all;
}

.list-test4 {
	width:10%;
	text-align:center;
	word-break:break-all;
}

.list-code-group {
	width:15%;
	text-align:center;
	word-break:break-all;
}

.list-static {
	font-weight:bold;

}

.list-title {
	width:30%;
	word-break:break-all;
}

.list-code {
	width:20%;
	text-align:center;
	word-break:break-all;
}

[sort-column] > i {
	margin-left:7px;
}

.list-summary {
	word-break:break-all;
}

.list-reg-dt {
	width:170px;
	text-align:center;
}

.list-search-box {
	margin-left:10px;
	margin-top:10px;
}

.img-in-list {
	width:50px;
	border-radius:5px;
}

.img-in-list + .tooltip.in {
	opacity: 1;
}

list-paging div.div-list-paging {
	padding-left:15px;
	padding-right:15px;
	float:left;
}

list-paging div.div-list-paging-control {
	float:left;
}

list-paging div.div-list-paging div.div-list-paging-dot {
	float:left;
	padding:4px;
}

list-paging div.div-list-paging div.div-list-paging-item-count {
	float:left;
	padding:4px;
	padding-right:15px;
}

list-paging div.div-list-paging div.div-list-paging-page {
	float:left;
	padding:4px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}

list-paging div.div-list-paging div.div-list-paging-page.current-page {
	cursor:auto;
	font-weight:bold;
	color:#3399FF;
}

.control-float-left {
	float:left;
}
.form-control {
	border-color: #a9a9a9;
}
.form-control.btn-page-refresh {
	width:auto;
	margin-left:10px;
	border-radius:4px !important;
}

.form-control.select-yearterm {
	width:auto;
}

.file-progress {
	float:left;
	width:100%;
}

.file-progress, .file-progress-bar {
	height:2px;
}

.file_input label {
	position:relative;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	width:20%;
	background:#777;
	color:#fff;
	text-align:center;
	line-height:30px;
}
.file_input label input {
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
    visibility: hidden;
}
.file_input input[type=text] {
	vertical-align:middle;
	display:inline-block;
	width:70%;
	line-height:28px;
	font-size:11px;
	padding:0;
	border:0;
	border:1px solid #777;
}

table.table.selectable tbody tr:hover {
	background-color:#eeeeee;
	cursor: pointer
}

table.table.selectable tbody tr.selected {
	background-color:#334488;
	color:white;
}

.btn-changepasswd {
	position: absolute;
	left:165px;
	top:80px;
	font-size: 17px;
	width:30px;height:30px;
	border-radius:8px;
	padding:3px !important;line-height: 100%;
	color:white !important;
	cursor: pointer;
}
.btn-changepasswd:HOVER {
	background-color:transparent !important;
}

body.role_systemadmin .btn-changepasswd,
body.role_assistant  .btn-changepasswd{
	display: inline  !important;
}


table.table tbody tr td .btn {
/*	margin: 2px 0;*/
}

@media (max-width: 867px) {
	.list-summary {
		display:none;
	}
	.list-reg-dt {
		display:none;
	}
	.list-code {
		width:45%;
		white-space:normal !important;
		word-break:break-all !important;
	}
	.list-title {
		width:45%;
		white-space:normal;
	}
	div.box-header > div.list-search-box {
		width:100%;
		margin-bottom:10px;
	}

	div.box-header > div:last-child {
		margin-bottom:0px;
	}

	div.box-header > div select {
		width:100%;
	}

	div.box-header > div > input {
		width:100%;
	}

	.list-search-box {
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		width:100%;
	}
}

table.table-striped thead th {
	border: 1px solid #eee;
	padding:5px;
}

table.table-striped tbody td {
	border: 1px solid #eee;
	border-bottom: 1px solid #d7d7d7;
	padding:5px;
}


div.box-detail {
	padding: 5px 5px 0;
}

div.box-detail .row {
	margin-left: 0;
	margin-right: 0;
}

div.div-detail-item-header {
	text-align:right;
	background:#eeeeee;
	border-top:1px solid #efefef;
	border-bottom:1px solid #ffffff;
	padding:10px;
}

div.col-xs-12.col-md-12.div-detail-item-header {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

div.col-xs-12.col-md-12.div-detail-item-data {
	padding:20px;
}

div.div-detail-item-data {
	border-top:1px solid #efefef;
	border-bottom:1px solid #eeeeee;
	padding: 6px;
	min-height: 42px;
}
div.div-detail-item-data:empty {
	border-bottom: none;
}

div.col-xs-12.col-md-12.div-detail-item-form-data {
	padding:16px;

}

div.div-detail-item-form-data {
	border-top:1px solid #efefef;
	border-bottom:1px solid #eeeeee;
	padding:6px;
}

div.div-detail-item-form-data input,
div.div-detail-item-form-data .input-group-addon {
	height:28px;
}

div.div-detail-item-form-data input {
	padding-left: 4px;
	padding-right: 4px;
}

div.div-detail-item-form-data input.input-hour,
div.div-detail-item-form-data input.input-minute,
div.div-detail-item-form-data input.input-second {
	width:50px;
}

div.div-detail-item-form-data > select.form-control {
	height: 28px;
	padding: 0 4px;
}

div.div-detail-item-form-data > label {
	margin-top:3px;
	margin-bottom:3px;
}

div.div-detail-item-form-data input.input-hour-minute {
	width:80px;
}

div.modal-content {
	border-radius:8px;
	border:1px solid #999999;
	-webkit-box-shadow:3px 3px 20px rgba(0, 0, 0, .3) !important;
	-moz-box-shadow:3px 3px 20px rgba(0, 0, 0, .3) !important;
	box-shadow:3px 3px 20px rgba(0, 0, 0, .3) !important;
}

.modal, .modal-backdrop {
	position: absolute !important;
}

.modal {
	padding-right:0px !important;
}

div.box > .modal {
	z-index:1020;
}

div.box > .modal-backdrop {
	z-index:1019;
}

.modal .description {
	margin: 10px;
	font-size:10pt;
}

div#div-minimized-titles {
	z-index:2000;
}

div.div-page > div > .row {
	margin-left:0;
	margin-right:0;
}

div.div-page-layout {
	min-height:400px;
	position:relative;
}

div.div-page-layout div.box {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

select.select-yearterm {
	font-size:15px;
}

div.div-option-separator {
	margin-bottom:20px;
}

div.div-timepicker,
div.div-timepicker > div.div-box {
	height:auto;
	width:auto;
	float:left;
}

div.div-timepicker > div.div-tild {
	height:102px;
	padding-top:40px;
	padding-left:15px;
	padding-right:15px;
}

div.div-selectable-text ul.dropdown-menu,
div.div-selectable-text ul.dropdown-menu li {
	width:100%;
}

div.div-selectable-text ul.dropdown-menu {
	max-height:168px;
	overflow-y:auto;
}

div.div-selectable-text span.label-ok,
div.div-selectable-text span.label-not-ok {
	float: right;
	position: absolute;
	right: 32px;
	top: 0;
	margin: 3px;
	height: 24px;
	width: 24px;
	padding: 5px;
	animation:0.7s fadeIn ease;
	z-index:5;
}

div.div-selectable-text span.label-ok {
	color:#009900;
}

div.div-selectable-text span.label-not-ok {
	color:#464646;
}

div.div-detail-item-header-calendar {
	height:56px;
	line-height:2.3em;
}

.form-control.input-calendar {
	height: 28px;
	width:auto;
}

.span-calendar {
	width:auto;
	height: 28px;
}

.span-calendar button{
	height: 28px;
	padding: 4px 12px;
}

@media (max-width: 867px) {
	.input-calendar ul.dropdown-menu {
	}
}

div.div-popover {
	display:none;
}

.popover {
	animation:0.4s flipInX ease;
}

.modal .popover {
	margin-top: 115px;
	margin-left: -52px;
}

div.div-modify-attendance-check-box {
	height:32px;
	padding-bottom:10px;
}

input[icheck] {
	width:22px;
	padding:0px;
	margin:0px;
	opacity:0;
}

div.icheckbox_square-blue, div.iradio_square-blue {
	width:23px;
}

attendance-module div.popover div.arrow {
	display:none;
}

div.div-uploaded-filename {
	width:100%;
	display:block;
	border:0px !important;
}

div.div-uploaded-filename span.span-delete-checkbox {
	width:100%;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	border:0px !important;
	text-align:left;
}

div.div-uploaded-filename span.span-delete-checkbox .tooltip {
	left:70px !important;
}

div.div-uploaded-filename span.span-delete-checkbox .tooltip .tooltip-inner {
	height:auto;
	width:auto;
	max-width:200px;
	word-break:break-all;
	white-space:pre-wrap;
}

attendance-module div.box-detail-controls,
attendance-module div.box-body {
	-webkit-transition:all linear 0.4s;
	-moz-transition:all linear 0.4s;
	-o-transition:all linear 0.4s;
	transition:all linear 0.4s;
}

div.box-detail-controls.nodisplay {
	display:none;
}

.td-attend {
	color:blue;
}

.td-late {
	color:green;
}

.td-early-leaving {
	color:green;
}

.td-abscent {
	color:red;
}

.td-cancel {
	color:#8000ff;
}

.td-expt {
	font-weight: bold;
	color:#163758;
}

.logo-lg {
	width: 100% !important;
	text-align: center !important;
	font-size: 18px;
}

.image-logo-lg {
	background: url(../../../libekasac/sacApp/images/ci.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-block: 10px;
    display: inline-block;
    width: 150px;
    height: 30px;
}

.chart-item {
	background:#FFFFFF;
	width:48%;
	margin:1% 10px;
	border-radius:20px;
	box-shadow: 10px 5px 5px rgb(240, 240, 240);
}
@media (max-width: 991px) {
	.chart-item {
		width: 100%;
	}
}

.logo-sub-title {
	display: block;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}
.skin-black-light .logo-sub-title,
.skin-black .logo-sub-title {
	color: #333;
}



.content-header {
	padding: 5px 10px 0;
}

.content-header > h1 {
	font-size: 20px;
}

.content {
	padding: 5px 10px;
}

/* Black */
.skin-blue .main-sidebar, .skin-black .main-sidebar,
.skin-purple .main-sidebar, .skin-green .main-sidebar,
.skin-red .main-sidebar, .skin-yellow .main-sidebar {
	background: #2C3B41;
}

.skin-blue .sidebar-menu>li.groupmenu>a, .skin-black .sidebar-menu>li.groupmenu>a,
.skin-purple .sidebar-menu>li.groupmenu>a, .skin-green .sidebar-menu>li.groupmenu>a,
.skin-red .sidebar-menu>li.groupmenu>a, .skin-yellow .sidebar-menu>li.groupmenu>a {
	background: #1e282c;
}

.skin-blue .sidebar-menu>li.active>a, .skin-black .sidebar-menu>li.active>a,
.skin-purple .sidebar-menu>li.active>a, .skin-green .sidebar-menu>li.active>a,
.skin-red .sidebar-menu>li.active>a, .skin-yellow .sidebar-menu>li.active>a {
	background: #06151B;
	padding-block: 12px;
	margin-inline: 10px;
	border: 0;
}

.skin-blue .sidebar-menu>li>.treeview-menu, .skin-black .sidebar-menu>li>.treeview-menu,
.skin-purple .sidebar-menu>li>.treeview-menu, .skin-green .sidebar-menu>li>.treeview-menu,
.skin-red .sidebar-menu>li>.treeview-menu, .skin-yellow .sidebar-menu>li>.treeview-menu {
	background: #4D5D64;
}

.skin-blue .sidebar-menu>li>.treeview-menu a, .skin-black .sidebar-menu>li>.treeview-menu a,
.skin-purple .sidebar-menu>li>.treeview-menu a, .skin-green .sidebar-menu>li>.treeview-menu a,
.skin-red .sidebar-menu>li>.treeview-menu a, .skin-yellow .sidebar-menu>li>.treeview-menu a {
	color: #C2DCE6;
}
.skin-blue .sidebar-menu>li>.treeview-menu a:hover, .skin-black .sidebar-menu>li>.treeview-menu a:hover,
.skin-purple .sidebar-menu>li>.treeview-menu a:hover, .skin-green .sidebar-menu>li>.treeview-menu a:hover,
.skin-red .sidebar-menu>li>.treeview-menu a:hover, .skin-yellow .sidebar-menu>li>.treeview-menu a:hover,
.skin-blue .sidebar-menu>li>.treeview-menu .active a, .skin-black .sidebar-menu>li>.treeview-menu .active a,
.skin-purple .sidebar-menu>li>.treeview-menu .active a, .skin-green .sidebar-menu>li>.treeview-menu .active a,
.skin-red .sidebar-menu>li>.treeview-menu .active a, .skin-yellow .sidebar-menu>li>.treeview-menu .active a {
	color: #fff;
}

/* Light */
.skin-blue-light .sidebar-menu, .skin-black-light .sidebar-menu,
.skin-purple-light .sidebar-menu, .skin-green-light .sidebar-menu,
.skin-red-light .sidebar-menu, .skin-yellow-light .sidebar-menu {
	background: #FFFFFF;
}

.skin-blue-light .sidebar-menu>li>a, .skin-black-light .sidebar-menu>li>a,
.skin-purple-light .sidebar-menu>li>a, .skin-green-light .sidebar-menu>li>a,
.skin-red-light .sidebar-menu>li>a, .skin-yellow-light .sidebar-menu>li>a {
	border-left: 4px solid transparent;
}

.skin-blue-light .sidebar-menu>li.active>a {
	border-radius: 6px;
	color: #FFFFFF;
}
.skin-black-light .sidebar-menu>li.active>a {
	border-radius: 6px;
	color: #0782fe;
}
.skin-purple-light .sidebar-menu>li.active>a {
	border-left-color: #605ca8;
}
.skin-green-light .sidebar-menu>li.active>a {
	border-left-color: #00a65a;
}
.skin-red-light .sidebar-menu>li.active>a {
	border-left-color: #dd4b39;
}
.skin-yellow-light .sidebar-menu>li.active>a {
	border-left-color: #f39c12;
}

.skin-blue-light .sidebar-menu>li.groupmenu>a, .skin-black-light .sidebar-menu>li.groupmenu>a,
.skin-purple-light .sidebar-menu>li.groupmenu>a, .skin-green-light .sidebar-menu>li.groupmenu>a,
.skin-red-light .sidebar-menu>li.groupmenu>a, .skin-yellow-light .sidebar-menu>li.groupmenu>a {
	background: #FFFFFF;
	padding-block: 12px;
	margin-inline: 10px;
	border: 0;
	border-bottom: 1px solid #eee;
}

.skin-blue-light .sidebar-menu>li.active>a, .skin-black-light .sidebar-menu>li.active>a,
.skin-purple-light .sidebar-menu>li.active>a, .skin-green-light .sidebar-menu>li.active>a,
.skin-red-light .sidebar-menu>li.active>a, .skin-yellow-light .sidebar-menu>li.active>a {
	background: #FFFFFF;
	padding-block: 12px;
	margin-inline: 10px;
	border: 0;
}

.skin-blue-light .sidebar-menu>li>.treeview-menu, .skin-black-light .sidebar-menu>li>.treeview-menu,
.skin-purple-light .sidebar-menu>li>.treeview-menu, .skin-green-light .sidebar-menu>li>.treeview-menu,
.skin-red-light .sidebar-menu>li>.treeview-menu, .skin-yellow-light .sidebar-menu>li>.treeview-menu {
	background: #FFFFFF;
	margin-inline: 10px;
}

.sidebar-menu .menu_depth1 .fa{
	width: 10px !important;
}
.sidebar-menu .menu_depth1 .fa:before{
	content: "\f105";
}

list-module {
	display: block;
}
list-module[style*="inline-block"] {
	display: block !important;
}

list-module table caption{
	display: none;
}

.box-header .box-title i {
	vertical-align: middle;
}

.box-header .live-clock {
	display: inline-block;
	padding: 3px 5px;
	margin-left: 10px;
	border: 1px solid #ddd;
}

.box .tooltip-inner {
	white-space:nowrap;
}

.box-body .list-controls:first-child {
	padding: 0px 10px 10px;
}

.box-body .list-controls .default-control.btn-group:first-child {
	float: left;
	margin-right: 5px;
}

.box-body .list-controls .dropdown-menu {
	min-width: auto;
}

list-paging-template:after, list-paging:after, list-paging nav:after {
	display: block;
	content: " ";
	clear: both;
	width: 100%;
}

list-paging-template {
	display: block;
	width: 100%;
	text-align: center;
}

list-paging-template nav {
	min-height: 29px;
	max-width: 620px;
	margin: 0 auto;
}

.modal-body list-paging-template nav {
	padding-top: 5px;
	clear:both;
}

.box-body .list-controls .list-total-count {
	float: left;
	vertical-align: top;
	line-height: 29px;
}

.box-body .list-controls .list-total-count::after {
	content: " -";
	padding: 0 5px 0 0;
	vertical-align: top;
}



.input-sm {
	border-radius: 0;
}
.has-feedback .form-control {
	padding-right: 0;
}
.has-feedback .form-control.input-sm.ng-hide + .glyphicon,
.has-feedback .form-control.input-sm.ng-hide + .fa {
	display: none;
}
.box-body table {
	margin-bottom: 5px;
}

.btn[disabled]{
	background: #f0f0f0;
	border: 1px solid #999;
	color: #666;
}

select[disabled] { background: #f0f0f0 !important; color: #666 !important; }

.iradio_square-blue { margin-left: 5px; }

.modal-header {
	padding: 10px 15px;
	border-bottom-color: transparent;
}
.modal-body {
	padding-top: 0;
	padding-bottom: 0;
}
.modal-footer {
	padding: 10px 15px;
	border-top-color: transparent;
}
.div-confirm-modal .modal-dialog .modal-header{
	border-bottom-color: #f4f4f4;
}
.div-confirm-modal .modal-body {
	padding-top: 15px;
	padding-bottom: 15px;
}
.div-confirm-modal .modal-dialog .modal-footer{
	border-top-color: #f4f4f4;
}


.modal-body .box-body .list-controls:first-child{
	position: absolute;
	display: none;
}

.modal-body .div-detail-item-header label.control-label {
	margin-bottom: 5px;
}

.modal-body .div-detail-item-header label{
	margin-bottom: 0;
}

.modal-body .bs-callout {
	padding: 5px 20px;
}

.modal-body .bs-callout:first-of-type {
	margin-top: 0;
}

.modal-body .bs-callout:last-of-type {
	margin-bottom: 0;
}

.modal-body .bs-callout-info .div-detail-item-data {
	min-height: 47px;
	padding: 7px;
}

.modal-body .bs-callout-info .div-detail-item-data .form-control {
	height: 28px;
	padding: 2px;
}

.modal-body .bs-callout-info .div-detail-item-data .form-control[type=file]{
	border: none;
}

.modal-body .bs-callout-info .div-detail-item-data textarea.form-control{
	height: auto;
}

.modal-body .bs-callout-info .div-selectable-text{
	height: 28px
}

.modal-body .bs-callout-info .div-detail-item-data .btn{
	padding: 4px 12px;
}


.modal-body .modal-timeline {
	background: #f7f7f7;
	padding: 20px;
}

.datepicker .datepicker-days table tr th:first-child,
.datepicker .datepicker-days table tr td:first-child {
	color: red;
}

.datepicker .datepicker-days table tr th:last-child,
.datepicker .datepicker-days table tr td:last-child {
	color: blue;
}

.datepicker .datepicker-days table tr th.prev,
.datepicker .datepicker-days table tr th.next {
	color: #333;
}
.badge {
	position: relative;
}
.delete-badge {
	position: absolute;
	right: -8px;
	top: -7px;
	display: none;
	width: 18px;
	height: 18px;
	background: white;
	border: 1px solid #aaa;
	border-radius: 50%;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	line-height: 16px;
	opacity: 0.85;
}
.badge:hover .delete-badge {
	display: inline-block;
}
.delete-badge:hover {
	opacity: 1;
}

input.no-readonly-gray {
	background-color: inherit !important;
}

table.room-chair {
	min-width:99%;
	width:auto;
	margin: 0;
}
table.room-chair caption{
	text-align: center;
	border-bottom:2px solid #d0d0d0;
}
table.room-chair th,
table.room-chair td{
	padding: 5px !important;
	position:relative;
	text-align: center;
}

table.room-chair thead td,
table.room-chair tbody th,
table.room-chair thead th{
	background-color:#eeeeee;
	font-weight: bold;
	border-bottom:1px solid #d0d0d0;
}
table.room-chair tbody th{
	border-right:1px solid #d0d0d0;
}
table.room-chair th{
	white-space: nowrap;
}
table.room-chair td{
	min-width:50px;
}
.row.room-chair, .row.room-chair .div-detail-item-form-data{
	overflow-x : auto;
	max-height:500px;
}
span.chair-disable {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #D7D7D7;
	color: #fff;
	line-height: 30px;
}
td.chair-disable {
	background: #D7D7D7;
	color:#909090;
}
td.chair-enable {
	color:#00a65a;
}
i#loadingSpinner{
	font-size:100px;
	position: fixed;
	margin-left:-50px;
	margin-top:-50px;
	color:#464646;
	left:50%;
	top:50%;
	z-index: 2000;
}
a.mobile-back,
a.mobile-close,
a.mobile-setting {
	display: none;
	position: fixed;
	bottom:7px;
	background-color:white;
	color:#464646;
	z-index:2000;
	text-align:center;
	width:43px;height:43px;
	border-radius:22px;
	padding:0;line-height:100%;
	border:2px solid #a0a0a0;
	box-shadow: 0px 0px 10px #ffffff;
}

a.mobile-back {
	left:11px;
}
a.mobile-close,
a.mobile-setting {
	right:10px;
}

a.mobile-back i,
a.mobile-close i,
a.mobile-setting i{
	font-size:40px;
}
div.tooltip-thumb{
	margin:5px 0;
	position: relative;
	display: inline-block;
}
div.tooltip-thumb h3{
	font-size:11px;
	position: absolute;
	left:0;bottom:0;
	width:100%;
	background-color: #c0c0c0;
	margin:0;
	padding:3px 0;
	border-radius: 0 0 5px 5px;
	border-top:1px solid #ffffff;
	overflow:hidden;
}
div.tooltip-thumb img{
	width:120px;
	height:120px;
	border-radius:5px;
	margin-bottom:5px;
}

#div-login-modal .modal-content span.right-top,
#div-login-modal .modal-content span.left-bottom,
#div-login-modal .modal-content span.right-bottom,
#div-login-modal .modal-content{
	background-image: url(../../img/common/login_box_bg.png);
	background-repeat: no-repeat;
}
#div-login-modal .modal-content{
	padding:5px 10px 20px 10px;
	border-radius: 22px;
	overflow:hidden;
	border:2px solid #052e87;
}
#div-login-modal .modal-header {
	padding: 3px 10px;
	position: relative;
}

#div-login-modal .modal-content .login-logo{
	margin-bottom:10px;
	text-align: left;
	font-size:23px;
	color:white;
	position: relative;
	padding:7px 5px 5px 45px;
	font-weight: bold;
	text-shadow:1px 1px 3px #a0a0a0;
}
#div-login-modal .modal-content .img-logo {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 9px;
	background-image: url(../../../libekasac/sacApp/images/icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#div-login-modal .modal-content .login-logo span{
	position: absolute;
	display: inline-block;
	bottom:5px;right:0;
	font-size:15px;
	line-height: 95%;
	font-weight: normal;
	text-transform: capitalize;
	text-shadow:1px 1px 3px #909090;
}


#div-login-modal .modal-content span.right-top,
#div-login-modal .modal-content span.left-bottom,
#div-login-modal .modal-content span.right-bottom {
	position: absolute;
	display: inline-block;
}

#div-login-modal .modal-content span.right-bottom {
	background-position:right bottom;
	left:30px;
	right:0;
	top:70px;
	bottom:0;
}

#div-login-modal .modal-content span.left-bottom{
	background-position:left bottom;
	bottom:0px;
	left:0px;
	width:30px;height:30px;
}

#div-login-modal .modal-content span.right-top{
	background-position:right top;
	top:0px;
	right:0px;
	width:70px;height:70px;
}
#div-login-modal .modal-footer{
	position: relative;
}

#div-login-modal .login-box-msg {
	display: none;
}

body.mobile #div-login-modal .modal-content{
	box-shadow: 5px 5px 5px #d0d0d0 !important;
	min-height: 150px;
}
body.mobile #div-login-modal .modal-content:after{
	content: "Login From App...";
	text-shadow:1px 1px 3px #d0d0d0;
	display: inline-block;
	width:200px;
	margin-left:-100px;
	text-align:center;
	position: absolute;
	font-size:17px;
	bottom:40px;
	left:50%;
}
.call-mobile {
	display: none;
}

body.mobile #localeController,
body.mobile .user-footer #btn-profile,
body.mobile #div-login-modal .modal-body,
body.mobile #div-login-modal .modal-footer,
body.mobile #div-login-modal .login-box-msg {
	display: none;
}

body.mobile-chk .call-mobile {
	display: table-cell;
}
body.mobile a.mobile-close,
body.mobile.mobile-prof a.mobile-setting,
body.mobile a.mobile-back {
	display: inline;
}

body.mobile.mobile-prof a.mobile-close {
	display: none;
}

@media (min-width: 868px) {
	.table-responsive {
		overflow-x: initial;
	}
	.content-header.page .div-titles {
		width: calc(100% - 129px);
	}
	.content-header.page .page-control-btn {
		position: absolute;
		right: 15px;
		top: 9px;
	}
	.live-clock.breadcrumb {
		font-size: 13px;
		top: 5px;
	}
	.box .box-header .list-search-box {
		margin-top: 0;
	}
	.box-header select.input-sm {
		max-width: 120px;
	}
	.box-header select.input-sm option{
		width: auto;
	}
	.modal .modal-dialog {
		width: 650px;
	}
	.modal-lg{
		width: 100%;
	}
	.modal-lg .modal-dialog {
		width: 80%;
	}
	.page-yearterm-box {
		position: relative;
		display: inline-block;
		z-index: 100;
	}
	.page-yearterm {
		position: absolute;
		left: 26px;
		top: -4px;
	}
	.page-yearterm yearterm {
		display: inline-block;
		width: 100%;
		overflow:hidden;
		transition: width 0.25s ease-out;
		-webkit-transition: width 0.25s ease-out;
	}
	.page-yearterm.hide-year yearterm {
		width:0;
	}
}



@media (max-width: 991px) {
	.modal-body .div-detail-item-header {
		text-align: left;
	}
}

@media (max-width: 867px) {
	#div-login-modal .modal-content .login-logo span {
		display: none;
	}
	.box .box-header .pull-right.align-right {
		float: none !important;
	}

	.modal-header .modal-title small {
		display:none;
	}

	list-paging-template {
		float: left;
		margin: 10px 0 0;
	}

	#content {
		position: relative;
	}

	.page-yearterm-box {
		position: relative;
		display: inline-block;
		z-index: 100;
	}
	.page-yearterm {
		position: absolute;
		left: 26px;
		top: -4px;
	}
	.page-yearterm yearterm{
		display: inline-block;
		width: 100%;
		overflow:hidden;
		transition: width 0.25s ease-out;
		-webkit-transition: width 0.25s ease-out;
	}
	.page-yearterm.hide-year yearterm{
		width:0;
	}
}

.watch_attend_type {
	font-weight: 400;
}
.watch_attend_type.text-bold {
	font-weight: 700;
}

.room-help {
	position: relative;
	display: inline-block;
}

.room-help .callout {
	position: absolute;
    z-index: 1001;
    left: 0;
    top: 19px;
    display: none;
    min-width: 300px;
    text-align: left;
}

.room-help:hover .callout{
	display: inline-block;
}




/* 좌석지정 */
.room-box {
    width: 100%;
}
.room-box table{
    table-layout:fixed;
}
.room-box td,
.room-box th {
    text-align: center;
}
.room-box .room-box-left,
.room-box .room-box-right {
    vertical-align: top;
}
.room-box .room-left-header,
.room-box .room-right-header th  {
    height:25px;
    background: #EEE;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    box-sizing: border-box;
}
.room-box .room-box-left {
    width: 30px;
}
.room-box .room-left-header {
    width: 30px;
    height:26px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.room-box .room-left-column{
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.room-box .room-left-column th{
    width: 30px;
    padding: 5px;
    background: #EEE;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

.room-box .room-right-header th,
.room-box .room-right-column td{
	width: 80px;
	min-width: 80px;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}
.room-box .room-right-header {
    width: calc(100% - 17px);
    overflow-x:hidden;
    overflow-y:hidden;
}
.room-box .room-right-column{
    width: 100%;
    max-height: 600px;
    overflow-x:scroll;
    overflow-y:scroll;
}
.room-box .room-right-column td{
	position:relative;
	width: 80px;
	min-width: 80px;
    padding: 5px 0px;
    border: 1px solid #eee;
    border-bottom: 1px solid #d7d7d7;
}
.room-box .room-right-column td .tooltip{
	position:absolute;
	left:1px !important;
	top:0 !important;
}
.room-box .room-right-column tr:nth-of-type(even){
    background-color: #f9f9f9;
}

.room-box .room-right-column td {
    position: relative;
}



/* QNA 공지 */
tr.notice {
	font-weight: bold;
}

/* QNA 댓글 */
.box-footer > reply > .reply-list-box {
    padding: 0;
    border-top: none;
}
.reply-list-box {
	list-style: none;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.reply-list-box:last-child {
    border-bottom: none;
}
.reply-list-box .reply-list {
    position: relative;
    padding-top: 5px;
}
.reply-list-box .reply-list .fa-li {
    color: #888;
    font-size: 10px;
    padding-top: 9px;
}
.reply-list-box .reply-list .reply {
    position: relative;
}
.reply-list-box .reply-list + .reply-list {
    border-top: 1px dashed #ddd;
}
.reply-list-box .reply-list .reply-header .fa-fw {
	color: #777;
}
.reply-list-box .reply-list .reply-header b {
	color: #555;
    font-size:15px;
}
.reply-list-box .reply-list .reply-header small {
    font-size:12px;
    color: #777;
}
.reply-list-box .reply-list .reply-header a {
     font-size:12px;
}
.reply-list-box .reply-list .reply-header a i {
     font-size:10px;
}
.reply-list-box .reply-list .reply-control {
     font-size:12px;
}
.reply-list-box .reply-list .qna-reply-contents {
    padding-left: 21px;
}
.reply-list-box .reply-list .qna-reply-deleted {
    display: inline-block;
	padding-left: 21px;
	margin-bottom: 10px;
	color: #888;
	font-weight: 400;
	font-size: 12px;
}


/* 출석부 */
.attendance-table {
	white-space: nowrap;
	overflow: auto;
	height: auto;
	max-height: 800px;
}

.students-info {
	position: sticky;
	left: 0;
}

.students-info tbody {
	background-color: #ffffff;
}

.attendance-table thead {
	position: static;
	top: 0;
	background-color: #cccccc;
}

.attendance-table .students-info,
.attendance-table .attendance-info,
.attendance-table .attendance-summary {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
    margin-right: -4px;
	z-index: 99;
}
.attendance-table thead th {
    min-width: 52px;
    height: 31px;
    background-color: #f9f9f9;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #cccccc;
	font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.attendance-table tbody td {
	font-size: 12px;
	height: 25px;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

.attendance-table .students-info table {
	width: 350px;
}
.attendance-table .attendance-box{
	display: inline-block;
    margin-right: -4px;
	width: calc(100% - 350px);
}
.attendance-table .attendance-summary table{
	width: 150px;
}
.attendance-table .students-info th {
	padding: 5px 10px;
	height: 93px;
}
.attendance-table .students-info th,
.attendance-table .students-info td {
	padding-left: 10px;
	padding-right: 10px;
}
.attendance-table .students-info td span {
    margin-bottom: -6px;
	display:inline-block;
	overflow:hidden;
	text-overflow: ellipsis;
}
.attendance-table .students-info td.dept_nm span {
	width: 84px;
}
.attendance-table .students-info td.grade span {
	width: 37px;
}
.attendance-table .students-info td.student_no span {
	width: 91px;
}
.attendance-table .students-info td.student_nm span {
	width: 99px;
}
.attendance-table .attendance-info th,
.attendance-table .attendance-info td {
	font-size: 11px;
}
.attendance-table .attendance-info .gyosi {
    word-break: keep-all;
    white-space: normal;
}
.attendance-table .attendance-info .attend-box {
	width: 100%;
	height: 100%;
}
.attendance-table .attendance-info th .attend-box span {
	display: block;
	padding: 6px 3px;
}
.attendance-table .attendance-info td .attend-box span {
	display: block;
	padding: 3px;
}
.attendance-table .attendance-info .editable .attend-box {
	cursor: pointer;
}
.attendance-table .attendance-info .editable:hover .attend-box {
	background-color:#3c8dbc;
	color:white;
}
.attendance-table .attendance-info .modified span {
	color: #ff0000;
}
.attendance-table .attendance-info .essentialed span {
	color: #ffc500;
}
.attendance-table .attendance-summary {
    border-right: 1px solid #eeeeee;
}
.attendance-table .attendance-summary th{
	padding: 5px 10px;
}
@media (max-width: 867px) {
	.attendance-table .attendance-box{
		display: inline-block;
	    margin-right: -4px;
	    overflow-x: auto;
	    overflow-y: hidden;
		width: calc(100% - 150px);
	}
}




/* 시간표 생성 */
#timetable-lecture-date .btn-box,
#timetable-day-week .btn-box {
	float: right;
	width: 60px;
	height: 140px;
}
#timetable-lecture-date .btn-box .btn,
#timetable-day-week .btn-box .btn {
	float: left;
	width: 60px;
	height: 100%;
}
#timetable-lecture-date .condition-box,
#timetable-day-week .condition-box {
	float: left;
	width: calc(100% - 60px);
	min-height: 140px;
}

#timetable-lecture-date .condition-box p{
	margin: 0;
}


.lecture-time-table {
    overflow: auto;
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 0 0 15px;
    white-space: nowrap;
}
.lecture-time-table dl {
    display: inline-block;
    box-sizing: border-box;
    min-width: 150px;
    margin: 0 5px;
    border: 1px solid #444;
    border-radius: 5px;
    white-space: nowrap;
    vertical-align: top;
}
.lecture-time-table dl dt {
    padding: 5px;
    background: #efefef;
    border-bottom: 1px solid #666;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 16px;
}
.lecture-time-table dl dd {
    position:relative;
    padding: 10px 5px;
    background: aliceblue;
    line-height: 1.6;
}
.lecture-time-table dl dd:nth-child(odd) {
    background: white;
}
.lecture-time-table dl dd:not(:last-child) {
    border-bottom: 1px dashed #666;
}
.lecture-time-table dl dd:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lecture-time-table dl dd span.delete-timetable {
    position:absolute;
    right: 0;
    top: 0;
    display: block;
    width: 10%;
    height: 100%;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.0);
    color: #DD4B39;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    -webkit-transition: width 0.25s, background-color 0.25s, color 0.25s; /* Safari */
    transition: width 0.25s, background-color 0.25s, color 0.25s;
}
.lecture-time-table dl dd:hover span.delete-timetable {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.ui-timepicker-standard {
	z-index: 9999 !important;
}
.ui-timepicker-standard a{
    text-align: left;
}
.auth-cancel {
	text-decoration: line-through;
}


.calendar-table {
	position: relative;
}
.calendar-controller {
	float: left;
	position: absolute;
	padding: 21px 25px 0 0;
}
.calendar-controller > span {
	display: inline-block;
	width: 75px;
	height: 25px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	transition: 0.25s all;
}
.calendar-controller > span:hover {
	background: #eaeaea
}
.calendar-month {
	padding: 20px;
	font-size: 20px;
	text-align:center;
}
.calendar-week {
	display: flex;
}
.calendar-week .calendar-cell {
	float: left;
	display: inline-block;
	width: calc(100% / 7);
	height: 125px;
	padding: 2px 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	text-align:center;
	font-size: 13px;
	overflow: hidden;
}
.calendar-week .calendar-cell:first-child {
	border-left: 1px solid #ddd;
}
.calendar-week:first-child .calendar-cell {
	height: 25px;
	padding-top:4px;
	border-top: 1px solid #ddd;
	border-bottom: 0 none;
	color: #a7a7a7;
	font-size: 12px;
}
.calendar-week .calendar-cell.another-month {
	opacity: 0.8;
    background: #f0f0f0;
}

.calendar-cell .calendar-day {
	padding: 2px 0;
}

.calendar-cell ul {
    margin: 0;
    padding: 0;
    text-align: left;
    height: 99px;
    overflow: auto;
}

.calendar-cell li {
	position: relative;
    margin: 2px;
    padding: 1px 4px;
    border-radius: 6px;
    background: #e7e7e7;
}

.calendar-cell span.day-info {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    display: block;
    overflow: hidden;
}
.calendar-cell li span.delete-timetable {
    position:absolute;
    right: 0;
    top: 0;
    display: block;
    width: 10%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    color: #DD4B39;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    -webkit-transition: width 0.25s, background-color 0.25s, color 0.25s; /* Safari */
    transition: width 0.25s, background-color 0.25s, color 0.25s;
}
.calendar-cell li:hover span.delete-timetable {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.qr_code_div {
	position:relative;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	margin: 5px;
}

.qr_code_image {
	min-height: 300px;
	min-width: 300px;
	max-height: 300px;
	max-width: 300px;
}

@media (min-width: 868px) {
	.qr_code_image_expand {
		min-height: 300px;
		min-width: 300px;
		max-height: 580px;
		max-width: 580px;
	}
}

@media (max-width: 867px) {
	.qr_code_image_expand {
		min-height: 300px;
		min-width: 300px;
		max-height: 400px;
		max-width: 400px;
	}
}
.qr_code_download_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: white;
	border-color: white;
}


.qr_code_expand_btn {
	position: absolute;
	right: 0;
	top: 0;
	background-color: white;
	border-color: white;
}

.img-lecture-use-yn {
	background-image: url("../../img/nlib/attend_use_yn.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
}
