@media only screen and (max-width: 359.97px) {
	.stepwizard-step a.disabled_tab{
		display: none;
	}

	.stepwizard-step a.done_tab{
		display: none;
	}
}

@media only screen and (min-width: 359.98px) {
	.stepwizard-step a.done_tab{
		display: unset;
	}

	.stepwizard-step a.disabled_tab{
		display: unset;
	}

	.text-header{
		display: none;
	}
}

/* X-Small devices (portrait phones, largen than 576px) */
@media only screen and (max-width: 575.97px) {
    #main_logo{
        width: 80px;
    }

	#pic_div{
		text-align: center;
	}

	.text-header{
		display: none;
	}
}

/* X-Small devices (portrait phones, largen than 576px) */
@media only screen and (min-width: 575.98px) {
    #main_logo{
        width: 100px;
    }

	#pic_div{
		text-align: center;
	}

	.text-header{
		display: none;
	}
}

/* Small devices (landscape phones, largen than 768px) */
@media only screen and (min-width: 767.98px) {
    #main_logo{
        width: 130px;
    }

	#pic_div{
		text-align: left;
	}

	.text-header{
		display: none;
	}
}

/* Medium devices (tablets, largen than 992px) */
@media only screen and (min-width: 991.98px) {
    #main_logo{
        width: 130px;
    }

	#pic_div{
		text-align: left;
	}

	.text-header{
		display: none;
	}

	.nav-item-custom {
		max-width: 160px !important;
	}
}

/* Large devices (desktops, largen than 1200px) */
@media only screen and (min-width: 1199.98px) {
    #main_logo{
        width: 130px;
    }

	#pic_div{
		text-align: left;
	}

	.text-header{
		display: none;
	}
}

@media only screen and (min-width: 1279.98px) {
	.text-header{
		display: unset;
		font-size: 80%;
		font-weight: 400;
	}
}

/* X-Large devices (large desktops, largen than 1400px) */
@media only screen and (min-width: 1399.98px) {
    #main_logo{
        width: 130px;
    }

	#pic_div{
		text-align: left;
	}
}

@media only screen and (min-width: 1499.98px) {
	.text-header{
		display: unset;
		font-size: 100%;
		font-weight: 400;
	}
}

/* X-Large devices (large desktops, largen than 1400px) */
@media only screen and (min-width: 1920px) {
	
}

a.waves-effect.waves-dark.active{
    border-bottom: 4px solid #448aff !important;
    padding-bottom: 5px !important;
}

.title_per_td{
	white-space: initial;
}

.wtsp-initial{
	white-space: initial;
	word-break: break-all;
}

.title_service{
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail_service{
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form-material .label-adjust {
    top: 1px !important;
}

/*-- form-select start--- */
.floating-label {
	position: relative;
	margin-bottom: 20px;
}

.floating-select {
	font-size: 16px;
	display: block;
	width: 100%;
	height: 43px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #495057 !important;
}

.floating-label label {
	font-size: 14px !important;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	top: 12px !important;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.floating-select:focus~label{
	top: -14px !important;
	font-size: 11px !important;
	color: #d6d6d6 !important;
}

.floating-select:valid~label{
	top: -14px !important;
	font-size: 11px !important;
	color: #455a64 !important;
}

.floating-select:disabled~label{
	top: -14px !important;
	font-size: 11px !important;
	color: #455a64 !important;
}
/*-- form-select end--- */

/*-- input type=date end--- */
input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
    color: #455a64 !important;
}
/*-- input type=date end--- */

/*-- read-only input start--- */
.floating-select:read-only~label{
	top: -14px;
	font-size: 11px;
	color: #455a64;
}

.form-control:read-only~label{
	top: -14px;
	font-size: 11px;
	color: #455a64;
}
/*-- read-only input end--- */

/*-- file input pic start --*/

#pic_output {
    border: 1px solid #ccc;
    width: 160px;
    height: 160px;
}
#pic {
    position:relative;
    width: 160px;
    height: 160px;
}

#pic img {
    vertical-align:top;
}

.bottom-center {
	position: absolute;
	padding: 2px;
	color: white;
	width: 100%; 
	height: 15%;
    top:85%;
	background:rgba(0,0,0,0.4);
	letter-spacing: 0.1em;
	font-size: .8rem;
	text-align: center;
}

#pic:hover .bottom-center {
	width: 100% !important; 
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	padding: 45% 0 !important;
}

/*-- file input pic end --*/

.modal-xl{
	max-width: 1140px;
}	

.modal-xxl{
	max-width: 1360px;
}	

.modal-xxxl{
	max-width: 1680px;
}

.form-material .form-control:focus {
    border-bottom: 2px solid #d6d6d6 !important;
}

.form-material .form-default .form-control:focus ~ .form-bar:after, .form-material .form-default .form-control:focus ~ .form-bar:before {
    background: unset !important;
}

/* input[type="month"]:in-range::-webkit-datetime-edit-year-field, 
input[type="month"]:in-range::-webkit-datetime-edit-month-field, 
input[type="month"]:in-range::-webkit-datetime-edit-text { 	color: transparent; } */

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style6"] .pcoded-submenu li > a .pcoded-mtext:before {
    content: ""!important;
}

#page_footer {
	background-color: unset;
	color: unset; 
}

td.dt-center { 
	text-align: center; 
}

th {
	color: rgb(33, 37, 41);
}

/* .form-material .form-group textarea {
	height: unset !important;
} */

td {
	vertical-align: middle !important;
}


.btn:disabled {
	cursor: not-allowed;
}

/* .border-checkbox:disabled {
	cursor: not-allowed;
} */

table td{
	text-transform: uppercase;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
    min-width: max-content !important;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
    padding-right: 10px !important;
}