/*--------------------------
[ Coomon CSS ]
--------------------------*/
hr{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

p {
	word-break: break-all;
}
img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

img:hover {opacity: 0.7;}

/*--------------------------
[ Sidebar Nav ]
--------------------------*/
.sidebar .nav-title {
    font-weight: 700;
	font-size: 25px;
	margin: 0;
	padding: 14px;
	text-align: center;
	border: 2px solid #caacfb;
}
.sidebar .nav {
    margin-top: 10px;
}
.sidebar .nav-mobile-menu .navbar-right{
	padding: 10px 0 20px;
    margin-top: 0;
	border-bottom: 2px solid;
	border-radius: 10px;
}
.sidebar .nav i {
    font-size: 24px;
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}
.sidebar .nav > li > a {
    padding: 3px 10px;
}
.sidebar .sidebar-wrapper{
	padding-bottom: 0;
}
.sidebar .sidebar-wrapper hr{
	border: 1px solid #e1cfff29;
}
.sidebar .logo .simple-text {
    font-size: 30px;
}

/*--------------------------
[ Dashboard List ]
--------------------------*/
.wrapper {
    height: 100vh;
}
.main-panel {
    max-height: 100vh;
    height: 100vh;
}
.main-panel .navbar {
	position: absolute;
	top: 0;
	z-index: 999;
	min-width: 100%;
}
.main-panel > .content {
    padding: 85px 15px 15px;
    overflow: auto;
    height: calc(100% - 60px);
}
.dash-title{
	padding: 10px;
	margin: 10px 0;
	font-size: 15px;
	font-weight: 700; 
	color: #8e8e8e;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
}
.dash-col{
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}
.dash-col .card .header {
    padding: 5px;
}
.dash-col .card .content {
    padding: 15px;
}

.ac-expiry-body {
}
.ac-expiry-body span{	
	font-weight: bold;
	border-radius: 5px;
}
.ac-expiry-body .ex-title {
	display: inline-block;
	width: 45%;
	background: #f9f9f9;
}
.ac-expiry-body .pu-date {
	display: inline-block;
	width: 25%;
	background: #b5ffa0;
}
.ac-expiry-body .ex-date {
	display: inline-block;
	width: 25%;
	background: #ff0030;
	color: #fff;
}

.card .content .active {
    border-color: #fff;
    color: #fff;
    background: #a1e82c;
    font-weight: 600;
}
.card .content .inactive {
    border-color: #fff;
    color: #fff;
    background: #e82c2c;
    font-weight: 600;
}
.card .header .title {
	font-size: 13px;
	line-height: 29px;
}
.card .header .form-title {
	padding: 5px;
	font-size: 18px;
	line-height: 29px;
	border: 1px solid #e3e3e3;
}
.card .form-group label {
	font-weight: 600;
	color: #5D5D5D;
}
.config-setting .header .form-title {
	border: none;
}
.logout-btn{
    color:#fff !important;
	background: #9972db !important;
	transition: all 0.3s ease-in-out;
}
.logout-btn:hover{
	border-radius: 10px !important;
	transition: all 0.3s ease-in-out;
}
.table-responsive{
	min-height: 300px;
}
.container-fluid .card:hover{
    margin-bottom: 0;
    box-shadow: 0px 0px 10px #9c9c9ca6;
	transition: all 0.3s ease-in-out;
}
.container-fluid{
	position: relative;
}
.container-fluid .card {
	position: relative;
	margin-bottom: 1px;
}
.main-panel > .footer {
	position: absolute;
	min-width: 100%;
	bottom: 0;
}
.footer .copyright {
	margin: 0;
	line-height: 30px;
}

/*--------------------------
[ Table List ]
--------------------------*/
.table {
	margin-bottom: 0;
}
.table > thead > tr > th {
	text-align: center;
}
.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}
.table > tbody > tr > td {
	text-align: center;
    border-top: none;
	overflow-wrap: break-word;
}
.table > tbody > tr > td img{
	width: 50px;
}
.table > tbody > tr > td p{
	margin-bottom: 0;
	font-size: 12px;
	color: #666;
}
.table > tbody > tr .extra-td{
	cursor: pointer;
}
.table > tbody .tr-ios {
    background-color: #eee3f9 !important;
}

.table > tbody > tr .paid-leave {
  background: #ffc2c2;
  padding: 10px;
  border-radius: 50px;
  font-weight: bold;
}

.table > tbody > tr .paid-salry {
  background: #f1f1f1;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
}

.fa-edit,
.fa-ban,
.fa-link,
.fa-eye,
.fa-trash,
.fa-bar-chart,
.fa-pie-chart,
.fa-check-circle{
	margin: 5px;
	font-weight: bold !important;
	font-size: 20px;
	cursor: pointer;
}
.tbl_footer_button{
	text-align: right;
	padding: 10px;
}
.tbl_footer_button .perpage-link{
	margin: 0 2px;
	min-width: 30px;
	min-height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.tbl_footer_button .current-page{
	margin: 0 2px;
	min-width: 26px;
	min-height: 26px;
	background: #aa8ed6;
	border: 1px solid #aa8ed6;
	color: #fff;
	border-radius: 5px;
}

/* The switch - the box around the slider */
.table > tbody .wc-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

/* Hide default HTML checkbox */
.table > tbody .wc-switch input {
    display: none;
}

/* The slider */
.table > tbody .wc-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 2px;
    bottom: 0;
    border-radius: 5px;
    background-color: #444;
    -webkit-transition: .4s;
    transition: .4s;
}
.table > tbody .wc-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    border-radius: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input.wc-default:checked + .wc-slider {
  border-radius: 5px;
    background: linear-gradient(to right, #26C281, #09e072);
}
input:focus + .wc-slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .wc-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/*--------------------------
[ Form ]
--------------------------*/
.form-title{
	text-align: center;
}
.btn-center{
	text-align: center;
}
.note-editor.note-frame.card {
    min-height: 200px;
}
.card.form-card{
	padding: 10px 0 20px;
}
.card .content form h5{
	padding: 10px;
	border: 1px solid #9860da;
	text-align: center;
	background: #9860da;
	color: #fff;
}
.card label>span{
	padding-left: 3px;
	font-weight: 700;
	color: #000;
}
.recipe_time_info,
.recipe_ingredients, 
.recipe_steps {
    padding: 10px 20px;
    border: 1px solid #ccc;
}
.add_more{
	padding-right: 15px !important;
	text-align: right;
}
.form-group .fa-refresh{
    position: absolute;
	margin-top: -23px;
    margin-left: -20px;
    font-size: 20px;
    cursor: pointer;
}
.bootstrap-tagsinput{
	width: 100%;
}
.bootstrap-tagsinput .label-info{
	font-size: 14px;
	line-height: 36px;
	background-color: #a374e3;
}
.bootstrap-tagsinput .old-lable{
	background-color: #b5b7b8;
}

/*--------------------------
[ Page/Table/Form Loader ]
--------------------------*/
.loader-div{
	position: absolute;	
	display: inline-flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 111;
}
.loader-div img{
	/*position: absolute;*/
	position: fixed;
	text-align: center;
	top: 45%;
	bottom: auto;
	width: 8%;
}

/*--------------------------
[ Setting Lable ]
--------------------------*/
.form-group .green_lable,
.form-group .red_lable{
	display: none;
	font-weight: 700;
}

.form-group .green_lable{
	color: green;
}
.form-group .red_lable{
	color: red;
}

/*--------------------------
[ NOTIFICATION TABLE ]
--------------------------*/
.row.noti-result-div {
    margin: 0 0 10px 0;
    align-content: center;
}
.col-md-3.noti-result-col {
    background: #9860da;
    padding: 5px 10px;
    border-radius: 5px;
}
.noti-result-div .noti-app {
    margin-bottom: 0;
	color: #fff;
	line-height: 35px;
}
.noti-result-div .noti-result {
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid #9860da;
}
.noti-result-div .noti-result b {
	padding: 5px;
	border-radius: 5px;
	color: #fff;
    background: #a374e3;
}

/*--------------------------
[ Modal ]
--------------------------*/
/* The Modal (background) */
.modal {
    position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	max-height: 100vh;
	background-color: rgba(0,0,0,0.9);
	transition: all 0.9s ease-in-out;
	z-index: 1030;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
    background: #9972db;
    border-radius: 5px;
    color: #fff;
}
.modal .modal-title {
    text-align: center;
    font-weight: 700;
}
.modal .modal-body .content{
    padding: 20px;
}
.modal .modal-content {
	padding: 10px;
    margin: auto;
    display: block;
    max-width: 80%;
    width: 100%;
	height: 100%;
	overflow: auto;
}
.modal .modal-content .card {
    box-shadow: none;
}
.modal .modal-dialog {
    margin: 15px auto;
	width: 100%;
}

.modal-backdrop {
    z-index: 1029;
}

#imageModal img{
	width: 100%;
    padding: 50px;
    background: none;
	box-shadow: none;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.note-toolbar {
	padding: 10px 20px;
	text-align: center;
	background: #eae9e9;
}
.note-toolbar .note-btn {
	margin: 5px;
	border: 1px solid #444;
	border-radius: 5px;
}
.note-toolbar .note-btn:hover{	
	border: 1px solid #000;
}
.note-toolbar .note-btn i{
	padding: 5px;
	color: #444;
}
.note-toolbar .note-btn:hover i{
	color: #000;
}

/* Application Profile */
.app-proflie .app-info{
	padding: 0;
	margin-top: -15px;
}
.app-proflie .app-info h4{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	word-break: break-all;
}
.app-proflie .app-info p{
	font-size: 15px;
	margin-bottom: 10px;
	word-break: break-all;
}
.app-proflie .app-info a{
	border-radius: 5px;
	background: #9972db;
	color: #fff;
	padding: 5px 25px;
	cursor: pointer;
	text-decoration: none;
	word-break: break-all;
}
.app-proflie .app-detail{
	margin: 10px 10px;
	background: #f4f4f4;
	border-radius: 10px;
}
.app-proflie .app-detail .app-div{
	padding: 0 8px;
	border-radius: 10px;
	background: #9972db;
	color: #fff;
}
.app-proflie .app-detail h5{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 35px;
	font-size: 15px;
	font-weight: 600;
	/* text-transform: uppercase; */
	word-break: break-all;
}
.app-proflie .app-detail p{
	margin-bottom: 0;
	line-height: 35px;
	word-break: break-all;
}
.app-proflie .one-detail .one-div{
	border: 1px solid #ccc;
	margin: 10px 10px;
	background: #f4f4f4;
	border-radius: 10px;
	padding: 10px;
}
.app-proflie .one-detail h6{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	padding: 5px;
	margin-bottom: 0;
	word-break: break-all;
}
.app-proflie .one-detail p{
	text-align: center;
	word-break: break-all;
}
.app-proflie .ad-detail .app-div{
	padding: 0 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #9972db;
	color: #fff;
}
.app-proflie .ad-detail h5{
	margin-bottom: 0;
	line-height: 35px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
}
.app-proflie .ad-detail .ad-div{
	padding: 5px;
	border: 1px solid #ccc;
}
.app-proflie .ad-detail h6{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	padding: 5px;
	margin-bottom: 0;
	background: #e8ddfa;
	border-radius: 5px;
	word-break: break-all;
}
.app-proflie .ad-detail p{
	word-break: break-all;
	text-align: center;
}
.ad-sub-row{
	opacity: 0.3;
}

/*-----------------------------
[ Smaller Responsive Device ]
------------------------------*/
@media only screen and (max-width: 600px) {
    
	.loader-div{
		width: 100%;
	}
	.loader-image{
		width: 25%;
	}
	.copyright-col{
		display: none; 
	}
}

@media all and (max-width: 991px)  {
    .sidebar .nav > li.active-pro{
        position: initial;
    }
}

@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}
