.phone-input {
	/* width: 13px; */
	text-align: center;
	font-size: 16px !important;
	height: 1.75em;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #000;
	margin-right: 2px;
	margin-left: 2px;
}

#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #00bfff;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#templatebar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #00bfff;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
}

#templatebar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar_sp {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #00bfff;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
}

#snackbar_sp.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

.greybg {
	background-color: lightgray !important;
	border-color: lightgray !important;
	font-weight: normal !important;
	cursor: default !important;
}

div.dataTables_wrapper div.dataTables_filter input {
	background: #00BFFF;
	color: #fff;
}

div.dataTables_wrapper div.dataTables_filter label {
	color: #00BFFF;
}

.bootstrap-tagsinput {
	width: 100%;
}

.select2-container .select2-selection--single {
	height: 34px !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ccc !important;
	border-radius: 0px !important;
}

.time-btn {
	padding: 3px;
}

.time-format {
	font-size: 13px;
}

.divider {
	border-bottom: 1px solid black;
}

.m-t-10px {
	margin-top: 10px;
}

.ml-0 {
	margin-left: 0;
}

.pl-0 {
	padding-left: 0;
}

.m-t-5px {
	margin-top: 5px;
}

.days-btn {
	background-color: #00bfff;
	border: 2px solid #00bfff;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	/*display: block;*/
	font-size: 14px;
	font-weight: 600;
	outline: medium none;
	transition: all 0.3s ease-in-out 0s;
	word-spacing: 1px;
}

.custom-p-0 {
	padding: 0;
}

.custom-pointer {
	cursor: pointer;
}

.time-box-width {
	width: 90%;
}

.btm-float {
	float: left;
}

.top-float {
	float: left;
	margin-left: 10px;
}

.divide-div {
	border-top: 1px solid;
	margin-top: 10px;
}

.m-footer {
	padding: 15px 30px;
}

.m-b-10px {
	margin-bottom: 10px;
}

.m-tb-5px {
	margin-top: 5px;
	margin-bottom: 5px;
}

.dashboard-cards {
	font-size: 25px;
}

/* Tab Navigation */

.nav-tabs {
	margin: 0;
	padding: 0;
	border: 0;
}

.nav-tabs>li>a {
	background: #DADADA;
	border-radius: 0;
	box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, .4), -2px -2px 5px -2px rgba(0, 0, 0, .4);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
	background: #F5F5F5;
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -2px -3px 5px -2px rgba(0, 0, 0, .4);
}

/* Tab Content */

.tab-pane {
	background: #F5F5F5;
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	border-radius: 0;
	text-align: center;
	padding: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
	border: 2px solid #00bfff !important;
	box-shadow: none !important;
	background: #00bfff !important;
	color: #fff !important;
}

.nav-tabs>li>a {
	box-shadow: none !important;
}

.nav>li>a:hover, .nav>li>a:focus {
	/*background-color: inherit !important;*/
	background: #00bfff !important;
	color: #fff !important;
}

.fs-20 {
	font-size: 20px;
}

.bbtm {
	border-bottom: 1px solid grey;
}

.daylist {
	padding: 5px;
	border: 1px solid;
	text-align: center;
	background: grey;
	color: white;
	cursor: pointer;
	margin: 0;
}

.disable-div {
	background: lightgray !important;
	cursor: no-drop !important;
}

/* width */

::-webkit-scrollbar {
	width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #00BFFF;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #00BFFF;
}

.delete-option {
	padding: 5px;
	border: 1px solid #23b7e5;
	text-align: center;
	background: #23b7e5;
	color: #fff;
}

.child-box {
	max-height: 430px;
	overflow-y: auto;
}

.del-data {
	width: 25px;
	cursor: pointer;
}

.suc-dang {
	padding: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.subj-dropdown {
	width: 60px;
	border-radius: 0;
}

.classbtnselected {
	background-color: #23b7e5 !important;
	border-color: #23b7e5 !important;
}