@charset "utf-8";
/* CSS Document */

.iq-sidebar-logo img {
    height: 60px;
}
body.header-top-bg .content-page::before, .red-gradient, body.header-top-bg .iq-top-navbar.fixed-header, .sign-in-page::after
{
	background: linear-gradient(145deg, #ee0b03 0%, #b30802 100%);
}
.staff-table td
{
	font-size:12px;
}
.staff-table td.actions-cell
{
	font-size:16px;
}
.btn.btn-secondary, .btn.btn-primary
{
	    color: #fff;
    padding: 13px 29px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
	background: linear-gradient(145deg, #ee0b03 0%, #b30802 100%);
	display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
	min-width:100px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
}
.btn.btn-secondary:hover, .btn.btn-primary:hover
{
	
}
.btn.btn-secondary.buttons-print, .btn.btn-secondary.btn-left
{
	border-radius:0px;
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
	
}
.btn.btn-secondary.buttons-csv, .btn.btn-secondary.btn-right
{
	border-radius:0px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	
}
.form-control {
    height: 40px;
    line-height: 34px;
}
input[type=file].form-control
{
	
    height: 60px;
    line-height: 38px;
}
.fg-multiple input
{
	margin-bottom:10px;
}
.inline-list
{
	background:#999;
	border-radius:2em;
	padding:5px 15px;
	color:#fff;
	font-size:10px;
	display:inline-block;
	margin:3px;
}
.inline-list a:hover
{
	color:#F00;
	cursor:pointer;
}
.card-left-pic .iq-card-body .form-group
{
	
    text-align: center;
}
.card-left-pic .iq-card-body .form-group img
{
	
    width: 150px;
    height: 150px;
}
.card-left-pic .image-sel input
{
	font-size:12px;
	margin-bottom:25px;
    height: 80px;
    line-height: 60px;
}
}
.card-left-pic .image-sel
{
    padding-bottom: 10px;
}
.margin-top-20
{
	margin-top:20px;
}
.content-input
{
	display:flex;
}
.content-input label
{
	font-size:16px;
    padding-left: 6px;
}
.content-input.faqs label
{
	font-size:14px;
    padding-left: 6px;
}
.content-input input[type=range]
{
	padding-top:8px;
	margin-right:10px;
}
.content-input input[type=number]
{
	height:30px;
}

.coaches-div
{
	display:flex;
	margin-left:2px;
	margin-right:2px;
}
.coach-box img
{
	border-radius:50%;
	
    width: 60px;
    height: 60px;
	margin-left:auto;margin-right:auto;
	margin-bottom:10px;
}
.coach-box.col-md-6 img
{
    width: 90px;
    height: 90px;
}
.coach-box
{
    text-align: center;
    padding: 3px;
}
.coach-box.col-md-6
{
}
.coach-box h6
{
	font-size:10px;
	margin-bottom:5px;
}
.cb-content
{
	padding-top:10px;
	width:94%;margin-left:3%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
	transition:.1s all linear;; 
    padding-bottom: 15px;

	border-radius:2px;
}
.coach-box.selected .cb-content
{
    box-shadow: 0 2px 5px 0 rgba(37,163,27,.5), 0 2px 6px 0 rgba(37,163,27,.5);
	
}
.cb-content:hover
{
	
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5), 0 2px 6px 0 rgba(0,0,0,.5);
}
.image-list
{
	padding:15px;
	margin-bottom:20px;
}
.image-list img
{
	
    width: 96%;
    margin-left: 2%;
	margin-bottom:15px;
}

.classes-item
{
	font-family: 'Baloo Chettan 2';
	
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
   
}
.class-listing .ci-bottom
{
	width:100%;
	display:flex;
	padding: 10px;
}
.red-gradient
{
	color:#fff;
	background: linear-gradient(145deg, #ee0b03 0%, #b30802 100%);
}
.class-listing .cl-bottom
{
	background: linear-gradient(145deg, #ee0b03 0%, #b30802 100%);
	display:flex;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
	padding:7px 0px;
}
.class-listing .cl-bottom a
{
	flex:.33;
	color:#fff;
	font-weight:600;
}
.class-listing .cl-top h4
{
	text-align:left;
	font-family: 'Baloo Chettan 2';
	padding-left:15px;
	font-size:18px;
	margin-bottom:5px;
}
.class-listing .cl-top p
{
	
	margin-bottom:5px;
}
.class-listing
{
	padding-top:15px;
    margin-bottom: 20px;
}
.class-listing .row
{
	margin-left:0px;
	margin-right:0px;
}
#addClassBtn
{
	padding:20px;
	color:#fff;
	border-radius:13px;
	width:80%;
	margin-left:10%;
	display:block;
	text-align:center;
	margin-top:20px;
	font-size:24px;
	
}
#addClassBtn i
{
	padding-left:15px;
}
.filters
{
	position:relative;
	margin-top:20px;
}
.filters .exit-btn
{
	position:absolute;
    top: 20px;
    right: 26px;
    color: #ee0b03;
    font-size: 26px;
}
.coach-box
{
	position:relative;
}
.coach-box .btn
{
	position:absolute;
    top: 48px;
    left: calc( 50% - 50px );
	display:none;
    padding: 10px;
}

.coach-box:hover .cb-content
{
	background-color:rgba(0,0,0,.2);
}
.coach-box:hover .btn
{
	    display: inline-block;
}
.coach-box .btn-add
{
    background: linear-gradient(40deg,#ddf43f,#16a085);
}
.coach-box .btn-train
{
	
	background-color: #fbb034;
	background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%)!important;
}
.coach-box.cb-not .btn
{
	position:static;
}
.coach-box.cb-not:hover .coach-actions
{
}
.yellow-gradient
{
	background-color: #fbb034;
	background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
}
.filters
{
    background: #f9f2f0;
	padding:20px 30px;
	border-radius:2.5em;
	margin-bottom:20px;
}
.active-switch input
{
	color:green;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: green;
    background-color: green;
}

.blue-link
{
	text-decoration:underline;
	color:rgba(63, 169, 255, 1);
}
.box-data .bd-data
{
	text-align:left;
	padding-left:10px;
}
.box-data div
{
}
.box-data .bd-row
{
	margin-left:0px;
	padding:10px 0px;
}
.box-data .bd-row:nth-child(even) {background: #d8d4d463}
.box-data.no-bgs .bd-row { background: none;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(55 73 72 / 6%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
    box-shadow: 0px 0px 12px 0px rgb(55 73 72 / 6%); }
.mt-0 { margin-top:0px; }
.mt-10 { margin-top:10px; }
.mt-20 { margin-top:20px; }
.mt-30 { margin-top:30px; }
.mt-15 { margin-top:15px; }
.mt-25 { margin-top:25px; }
.mt-5 { margin-top:5px; }

.mb-0 { margin-bottom:0px; }
.mb-10 { margin-bottom:10px; }
.mb-20 { margin-bottom:20px; }
.mb-30 { margin-bottom:30px; }
.mb-15 { margin-bottom:15px; }
.mb-25 { margin-bottom:25px; }
.mb-5 { margin-bottom:5px !important; }

/*---------------- MEssages ----------------- */
.iq-email-sender-info .ri-focus-fill
{
    font-size: 18px;
    padding-left: 10px;
}
.iq-email-content .iq-email-date {
    width: 160px;
}
.iq-email-content .iq-email-subject {
    right: 170px;
}
.coaches-card.cc-vertical h5
{
	padding-left:15px;
}
.sl-pic img
{
	width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    margin-right: 11px;
}
.actions-cell a:hover
{
	cursor:pointer;
}

.flex-display
{
	display:flex;
	flex-wrap:wrap;
}
.money-input span
{
	flex:.15;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size:18px;
}
.money-input input
{
	flex:.8;
}
.money-input
{
	
}


.iq-card-footer
{
	background-color:#d8d4d463;
	font-size:14px;
}
.iq-card-footer .small-footer
{
	font-size:8px;
}



.enroll-type {
    display: inline-block;
    padding: 5px 16px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    margin-bottom: 0px;
    font-weight: 600;
    /* line-height: 1.2; */
    margin-top: -6px;
}
.enroll-type.et-class {background-color: #378b29;
background-image: linear-gradient(315deg, #378b29 0%, #74d680 74%); }
.enroll-type.et-class.et-status-waitlisted {
    background-color: #92c789;
    background-image: linear-gradient(315deg, #929f2d 0%, #6dc177 74%);
}
.enroll-type.et-camp, .enroll-type.et-event {background-color: #7ee8fa;
background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
 }
.enroll-type.et-camp{
background-color: #a4508b;
background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
	
}.enroll-type.et-inactive {background: #ee0b03; }
.enroll-type.et-lesson
{background-color: #f7b42c;
background-image: linear-gradient(315deg, #f7b42c 0%, #fc575e 74%);

}
.enroll-type.et-open
{
	background-color: #2a2a72;
background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
}

.red-yellow-gradient{background-color: #f5d020;
background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
	
}
.enroll-type.et-hold{
	background-color: #fbb034;
background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
}

.enroll-type.et-team{
	background-color: #fbb034;
background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
color:#333232;
}
.enroll-type.et-makeup{
	background-color: #fbb034;
background-image: linear-gradient(315deg, #f12711 0%, #f5af19 74%);
}

.desktop-col-order
{
	
		flex-direction:row;
}
	.desktop-col-order
	{
		flex-direction:row;
	}
	.desktop-col-order .dco-1
	{
		order:1;
	}
	.desktop-col-order .dco-2
	{
		order:2;
	}
	.desktop-col-order .dco-3
	{
		order:3;
	}
	.desktop-col-order .dco-4
	{
		order:4;
	}
	.desktop-col-order .dco-5
	{
		order:5;
	}

	.desktop-only
	{
		display:inherit !important;
	}
	.mobile-only
	{
		display:none !important;
	}
.pointer:hover
{
	cursor:pointer;
}
.actions-head span
{
	font-size:8px;
}

.notice-row .n-type
{
	text-transform:uppercase;
	font-size:10px;
}
.notice-row .n-actions
{
	
}
.notice-row .n-actions a i
{
	font-size:16px;padding:4px;
}
.iClassInput input
{
	width:40px;
}
.iClassInput a i.fa-check
{
	padding-left:5px;font-size:16px;
}
.iClassInput a i.fa-pencil
{
	padding-left:5px;font-size:12px;
}



.payment-method .cardType
{
	margin-right:3%;
}
.payment-method .cardType i
{
	color:#ee0b03;
    font-size: 30px; 
    position: relative;
    top: 8px;
}
.payment-method h4
{
	color:#777D74;
	font-size:12px;
}
.payment-method
{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
	width:80%;
	margin-left:auto !important;margin-right:auto !important;
}
.payment-method .card-details
{
	display:flex;
    align-items: center;
}
.payment-method .card-details h4
{
	margin-left:5%;
	font-size:14px;
	
}
.payment-method .card-details .pm-name
{
	margin-left:5%;
	font-size:10px;
    position: relative;
    top: 8px;
    min-width: 20%;
	
}
.payment-method .card-details .si-age
{
	margin-left:10%;
	font-size:10px;
	font-weight:600;
}
.payment-method .pm-actions .remove, .payment-method .pm-actions .remove-default, .payment-method .pm-actions .set-default
{
	display:none;
}
.payment-method:hover .pm-actions .remove, .payment-method:hover .pm-actions .set-default, .payment-method:hover .pm-actions .remove-default
{
	display:block;
}
.payment-method a
{
	font-size:10px;
	color:#ee0b03;
	font-weight:600;
}
.payment-method a.remove
{
	color:#ee0b03;
}
.payment-method .default
{
	color:#e4df37;
	font-size:10px;
	margin-bottom:0px;
	font-weight:600;
}
.payment-method a.remove-default
{
	color:#ee0b03;
}
.payment-method a.set-default
{
    color: #07bf27;
	color:#e4df37;
}
#addPaymentModal .modal-dialog
{
	width:600px;;
}
.classes-filter .cf-radio label:after {
    border: 1px solid #d0cfcf;
}
.il-pricing .pricing-item .pi-price h3
{
	
    font-size: 22px;
    margin-top: 22px;
}

.student-item
{
	display:flex;
    align-items: center;
	border-radius:13px;
	padding:10px;
	background:#fff;
    -webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
    box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	margin-top:15px;
	margin-bottom:10px;
}
.student-item:hover {
    -webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
    box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	cursor:pointer;
}
.student-item .si-icon
{
	height:40px;
	width:40px;
	border-radius:50%;
	background:#ee0b03;
	text-align:center;
}
.student-item .si-icon p
{
	color:#fff;
	font-size:22px;
	text-align:center;
	margin-top:3px;
	font-weight:600;
	text-transform:uppercase;
}
.student-item .si-name
{
	
}
.student-item .si-age
{
	margin-bottom:0px;
}
.student-item .si-add i
{
	display:none;
}

.noti-th
{
	width:10px !important;
}
.small-th
{
	
    width: 4%;
    padding-left: 3px;
    padding-right: 27px;
}
.dollar
{
	font-family:"Arial", Gadget, sans-serif;
}
.no-display
{
	display:none;
}

.charges-body
{
	margin-bottom:30px;
}
.charges-body .box-data
{
	
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
	transition:.1s all linear;; 
    padding-bottom: 10px;
	padding-top:15px;
	border-radius:12px;
	padding-left:0px;
	width:90%;
	margin-left:6%;
}
.charges-body .box-data h5
{
	margin-bottom:15px;
}
.charges-body .box-data .bd-row
{
	padding:4px 14px;margin-right:0px;
}
.hover-black:hover
{
	color:#666666 !important;
}


.transaction-charge
{
	
}
.transaction-charge .transaction-type
{
	background-color:#F00;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:10px;
}

.transaction-charge .transaction-amount
{
	color:#F00;
	font-weight:600;
}
.transaction-payment .transaction-type
{
	background-color:#0C3;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:10px;
}
.transaction-refund .transaction-type
{
	background-color:#cbc109;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:10px;
}

.transaction-payment .transaction-amount
{
	color:#0C3;
	font-weight:600;
}
.transaction-credit .transaction-type
{
	background-color:#0C3;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:10px;
}

.transaction-credit .text-success
{
	font-weight:600;
}

.mbe-bd.box-data .bd-row {
    padding: 1px 0px;
}
.attendance-row .bd-data i
{
	font-size:22px;
	padding:4px;
	
}
.attendance-row .bd-data a:hover
{
	cursor:pointer;
	
	
}
.attendance-row
{
	
	
	
}
#addMassChargeModal .modal-dialog
{
    width: 800px;
    max-width: 100%;
	
}
#mass-family-cont
{
	height:400px;
	overflow-y:scroll;
	
}

.attendance-card .ac-class p i
{
    font-size: 22px;
    /* padding-top: 4px; */
    padding-right: 6px;
    position: relative;
    top: 3px;
}
.attendance-card .ac-class div a i, .icon-btn-text i
{
	font-size:24px;
	color: #212529;
}
.attendance-card .ac-class div a, .icon-btn-text
{
	text-align:center;
}
.attendance-card .ac-class div a:hover, .icon-btn-text:hover
{
	cursor:pointer;
}
.attendance-card .ac-class div a span, .icon-btn-text span
{
	font-size:8px;
	margin:0px;
	color: #212529;
}
.icon-btn-text
{
    display: inline-block;
}
.ac-class
{
	border-radius:15px;
    padding: 5px 1px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 6px 0 rgb(0 0 0 / 10%);
    margin: 10px 0px;
}
.attendance-card .attendance-row .attendance-icons i
{
	font-size:22px;
}
.attendance-info
{
	position:absolute;
    width: 250px;
    right: -17px;
	min-height:80px;
	z-index:99999;
	background-color:#FFF;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 12px 0px rgb(55 73 72 / 6%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
    box-shadow:0px 0px 12px 0px rgb(55 73 72 / 51%);
	padding: 10px 4px;
}
.attendance-info a
{
	float:right;
    position: relative;
    right: 6px;
	bottom:2px;
	cursor:pointer;
	padding:3px;
}
	
.attendance-info i
{
    display: block;
    margin: auto;
	font-size:30px;
    width: 30px;
}

.keyword-container .keyword
{
	font-size:12px;
	text-transform:uppercase;
	
}
.keyword-container .keyword-search
{
	padding:7px;
	background-color:#E9EDF4;
	border-radius:5px;
	min-width:200px;
	min-height:30px;
}
.keyword-container .keyword-search a
{
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
}
.keyword-container .family-keywords
{
	margin-bottom:15px;
	
}
.keyword-container input
{
	width:150px;
	display:inline-block;
}
.keyword-container #addNewKeywordBtn i
{
	margin: 5px;
	
}


@media screen and (max-width: 481px)
{
	
	.ac-class p
	{
		text-align:center;
	}
	.mobile-col-rev
	{
		
    flex-direction: column-reverse;
	}
	
	.mobile-col-order
	{
		flex-direction:row;
	}
	.mobile-col-order .mco-1
	{
		order:1;
	}
	.mobile-col-order .mco-2
	{
		order:2;
	}
	.mobile-col-order .mco-3
	{
		order:3;
	}
	.mobile-col-order .mco-4
	{
		order:4;
	}
	.mobile-col-order .mco-5
	{
		order:5;
	}
	.desktop-only
	{
		display:none !important;
	}
	.mobile-only
	{
		display:block !important;
	}
	.coach-box
	{
		width:50%;
	}
	.coach-box img
	{
    width: 80px;
    height: 80px;
	}
	.sidebar-main .iq-sidebar-logo img
	{
		display:none;
	}
	body.sidebar-main .iq-sidebar-logo {
    width: 150px;
	}
	body.sidebar-main.header-top-bg .line-menu {
    background: #4F6272;
}.iq-top-navbar .iq-navbar-custom .iq-menu-bt {
    z-index: 900;
}
}
.blue-link:hover
{
	cursor:pointer;
}
#loading
{
	/*display:none !important;*/background: #ffffff url(../images/logo-gif2.gif) no-repeat scroll center center;
}
.action-btn
{
    box-shadow: 0px 0px 12px 0px rgb(55 73 72 / 15%);
    border-radius: 6px;
    padding: 10px 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	margin-bottom:8px;
}
.action-btn:hover
{
	cursor:pointer;
    box-shadow: 0px 0px 12px 0px rgb(55 73 72 / 55%);
	
}
.action-btn i
{
	float:left;
	position:relative;
    left: 0px;
    top: 4px;
}
.navbar-list li img.staff-img
{
	border-radius:50% !important;
}
.btn-load-spinner
{
	display:none;
}

.tuition-input
{
	width:40px;
}
.skills-content
{
	
}
.skills-content .iq-card
{
	webkit-box-shadow:1px 1px 5px 0px rgb(55 73 72 / 34%);
	box-shadow:1px 1px 5px 0px rgb(55 73 72 / 34%);
}
.skills-content
{
	
}
.skills-content
{
	
}
.skills-content
{
	
}
.level-box
{
	margin-left:0px;margin-right:0px;
	border-bottom:1px solid #cdc9d9;
	padding:10px;
	padding-top:6px;
}
.level-box h6
{
	
}
.level-container.lc-new h5
{
	font-weight:600;
	position:relative;
	right:10px;
}
.level-box.lb-new
{
	border-bottom:none;
	
}
.level-box.lb-new a
{
	padding:10px;
}
.level-box.lb-new a i
{
	color:#fff;
	position:relative;
	left:2px;
}
.level-box
{
	
	
}
.level-container
{
	border-top:1px solid #c4c1d1;
	padding:6px;
}

.level-container.lc-new input
{
	margin-left:-5px;
}
.st-program-li, .st-event-li
{
	position:relative;
    margin-bottom: 10px;
}
.st-program-li .st-delete-btn, .st-event-li .st-delete-btn
{
   
    transition: .2s linear all;
    float: right;
    padding: 9px 9px;
    margin-top: -8px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 18px;
    box-shadow: 1px 1px 4px 1px rgb(55 73 72 / 23%);
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 7px;
    opacity: 0;
	
}.st-event-li .st-delete-btn
{
   
    transition: .2s linear all;
    float: right;
    padding: 9px 9px;
    margin-top: -8px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 18px;
    box-shadow: 1px 1px 4px 1px rgb(55 73 72 / 23%);
    position: absolute;
    z-index: 10;
    right: calc( 30% - 40px);
    top: 7px;
    opacity: 0;
	
}.st-event-li .st-expand-btn
{
   
    transition: .2s linear all;
    float: right;
    padding: 9px 9px;
    margin-top: -8px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 18px;
    box-shadow: 1px 1px 4px 1px rgb(55 73 72 / 23%);
    position: absolute;
    z-index: 10;
    right: calc( 40% + 6px);
    top: 7px;
    opacity: 0;
	color:#417fbc !important;
	
}
.st-program-li .st-delete-btn:hover, .st-event-li .st-expand-btn:hover
{
	cursor:pointer;
}
.st-program-li:hover .st-delete-btn, .st-event-li:hover .st-delete-btn, .st-event-li:hover .st-expand-btn
{
    transition:.5s linear all;
	opacity:1;
	
}
.st-program-li .st-delete-btn i
{
	margin-right:0px;
}
.st-program-btn
{
    /*color: #374948;*/
	box-shadow:0 2px 3px 0 rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 20%);
	
	
}
.st-program-btn
{
	
	
}
.st-event-btn
{
	box-shadow:0 2px 3px 0 rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 20%);
	
}
.st-level-head
{
	margin-left:-20px;
	margin-bottom:10px;
	
}
.st-level-head .btn:hover
{
	cursor:default;
	
}
.st-level-head
{
	
	
}
.st-program-events
{
	margin-top:3px;
}
.btn-orange {
    background-color: #e58d0a;
    border-color: #e58d0a;
	color:#212529 !important;
}
.st-event-btn
{
	width:60%;
	margin-bottom:6px;
	color:#fff !important;
	font-weight:500;
	text-align:left;
}
.class-skills .st-event-btn
{
	width:180px;
	font-size:12px;
}
.class-skills .st-event-li .st-expand-btn
{
	
    top: 19px;
    right: auto;
    left: 154px;
}
.class-skills .st-event-skills {
    padding-left: 1%;
    margin-left: 2%;
}
.class-skills .st-skill-li
{
	display:block;
}
.class-skills .st-skill-li .st-skill-btn
{
	font-size:12px;
	width:100%;
}
.st-event-btn.steb-completed
{
	background-color:#e6da7f;
	border-color:#e6da7f;
}
.level-box.lb-new
{
	margin-left:-20px;
}
.st-event-li.st-el-add input
{
	color:#777D74;
    background: #f8f8f9;
	
}
.st-event-li.st-el-add .add-program-btn
{
	
	
}
.st-event-li
{
	
}
.st-event-li.st-el-add .add-program-btn i
{
	position:relative;
	top:5px;
	
}
.st-event-li.st-el-add .btn i { margin-right:0px; }
.st-event-li.st-el-add
{
	position:relative;
	padding:0px;
}
.st-event-li.st-el-add .form-group
{
	margin-bottom:0px;
	flex:1;
}
.st-event-li.st-el-add .form-group .form-control
{
	height: 35px;
    line-height: 32px;
}
.st-event-li.st-el-add .st-el-add-outline
{
	padding:0px;
	
}
.st-event-li.showing-skills .st-expand-btn
{
	opacity:1;
}
.st-event-skills
{
    padding-left: 5%;
    margin-left: 3%;
    border-left: 1px solid #417fbc;
}

.st-skill-li
{
	margin-bottom:6px;
	display:flex;
	
    flex-wrap: wrap;
}
.st-skill-li.skill-li-req .st-skill-btn
{
	
    background-color: #e17712;
    border-color: #e17712;
}
.text-orange
{
	color: #e17712 !important;
}
.st-skill-li .st-skill-actions .st-sa-require
{
   
    transition: .2s linear all;
    float: right;
    padding: 9px 9px;
    margin-top: -8px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 18px;
    box-shadow: 1px 1px 4px 1px rgb(55 73 72 / 23%);
    position: relative;
    z-index: 10;
    right: calc( 40% + 6px);
    top: 7px;
    opacity: 1;
	color: #e17712 !important;
	
}
.st-skill-li .st-skill-btn
{
	width:60%;
	text-align:left;
	color:#fff;
	
	box-shadow:0 2px 3px 0 rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 20%);
}
.st-skill-li .st-skill-actions
{
	width:40%;
}
.st-skill-dropdown {
    padding: 7px;
    border: #E9EDF4 2px solid;
    border-radius: 2px;
    min-width: 200px;
    min-height: 30px;
}
.st-skill-dropdown .st-add-skill
{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.st-evaluations .st-skill-btn
{
	
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
}

.st-evaluations .st-skill-btn .eval-stars {
    float: right;
	margin-bottom:0px;
}
.st-evaluations .st-skill-btn .eval-stars li {
    padding: 0px 2px;
}

.st-evaluations .st-event-li .st-delete-btn
{
	right: 10%;
	opacity:1;
    font-size: 14px;
    padding: 4px;
	box-shadow:none;
}
.eval-stars
{
	
}
.eval-stars li {
  float: right;
  color: #ddd;
  padding: 10px 2px;
    font-size: 22px;
}


.prev-eval:hover li {
  color: #ddd !important;
}
.eval-stars li:hover,
.eval-stars li:hover ~ li {
  color: #ffd700 !important;
}
.eval-stars li.rated,
.eval-stars li.rated ~ li {
  /*color: #e1c009 !important;*/
}
.prev-eval.eval-stars li.rated,
.prev-eval.eval-stars li.rated ~ li {
  color: #417fbc;
}
.es-rated.eval-stars li.rated,
.es-rated.eval-stars li.rated ~ li {
  color: #e1c009;
}
.today-eval.eval-stars li.rated, 
.today-eval.eval-stars li.rated ~ li
{
	color:#15be0a;
}

.eval-stars {
  display: inline-block;
  list-style: none;
    padding-inline-start: 0px;
}
.st-sa-require:hover
{
	cursor:pointer;
}
.st-sa-require
{
	
}
.student-events-table table thead th
{
	border:none !important;
	font-size:12px;
	text-align:center;
    height: 52px;
    padding: 17px;
}
.student-events-table
{
	padding:0px !important;
}
.student-events-table table td
{
	font-size:12px;
	text-align:center;
    min-height: 65px;
    display: block;
    padding: 24px;
	position:relative;
    padding-bottom: 23.23px;
}
.student-events-table table
{
	width:100%;
	min-width:85px;
}
.student-events-table table tr
{
}
.class-skills table.st-event-skills td
{
    font-size: 12px;
    padding: 15px 10px;
    width: 100%;
    display: block;
    min-height: 65px;
    vertical-align: middle;
}
.class-skills table.st-event-skills tr
{
	/*min-height:65px;*/
	
}
.class-skills table.st-event-skills
{
    position: relative;
    top: 2px;
}
.class-skills .eval-stars li {
    float: right;
    color: #ddd;
    padding: 0px 1px;
    font-size: 14px;
}
.class-skills .eval-stars li a:hover
{
	cursor:pointer;
}
.class-skills .eval-stars li a i
{
	font-size:16px;
}
.class-skills .eval-stars {
    
    margin-bottom: 5px;
    min-width: 55px;
}
.eval-history-block
{
	
    border-radius: 5px;
    padding: 4px 12px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
}
.font-12
{
	font-size:12px !important;
}
.font-10
{
	font-size:10px !important;
}
.eval-details-btn
{
	display:block;
	font-size:8px;
	text-decoration:underline;
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
    text-align: center;
    padding-right: 28%;
}
.eval-details-no
{
	display:block;
	font-size:8px;
}
.eval-details-btn:hover
{
	cursor:pointer;
}
/*----------------------------- Waitlist styles -------------------------*/
.waitlist-student
{
	display:none;
	
}
.wc-item .wc-toggle
{
	color:#fff;
	
}
.wc-item .wc-toggle:hover
{
	cursor:pointer;
	
}
.waitlist-student h6
{
	font-size:12px;
	
}
.waitlist-student
{
	
	
}
.waitlist-student
{
	
	
}

.class-waitlist table
{
	font-size:12px;
}
.class-waitlist table thead th
{
	border:none;
}
.class-waitlist table td
{
	font-size:10px;
	
}
.class-waitlist
{
	
}

.wl-actions a i
{
	font-size:16px;
}

.l-blue-gradient
{
	background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.d-blue-gradient
{
	    background-image: linear-gradient(160deg, #0093E9 0%, #4479aa 100%);
}
.btn-outline-d-blue
{
    border-color: #417fbc;
}
.l-orange-gradient
{
	background-color: #FBAB7E;
background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
}
.purple-gradient
{
	/*background-image: linear-gradient(to right, #8e2de2, #4a00e0);*/
	background-image: linear-gradient(to top, #5f72bd 0%, #9b23ea 100%);
}
.blue-gradient
{
	background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}
.l-green-gradient
{
	background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
}
.d-green-gradient
{
	background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.s-blue-gradient
{
	background-image: linear-gradient(to right, #495aff 0%, #0acffe 100%);
	/*background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);*/
}
.teal-gradient
{
	background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}
.grey-gradient
{
	background-image: linear-gradient(to right, #868f96 0%, #596164 100%);
}
.d-grey-gradient
{
	background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
}
.red-gradient
{
	/*background: #e52d27;  /* fallback for old browsers 
background: -webkit-linear-gradient(to right, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 
background: linear-gradient(to right, #b31217, #e52d27);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background: linear-gradient(145deg, #ee0b03 0%, #b30802 100%);

}
.titanium-gradient
{
	background: #283048;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #859398, #283048);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #859398, #283048); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.text-d-blue
{
	color:#0d64a3;
}
.-gradient
{
	
}
.-gradient
{
	
}
.-gradient
{
	
}
.-gradient
{
	
}
.note-card
{
	margin-top:20px;
	margin-bottom:20px;
}
.note-card .card-body
{
	padding:15px;
	padding-top:20px;
	padding-bottom:0px;
	
    max-height: 400px;
    overflow-y: scroll;
}
.note-contain
{
	padding:5px;
}
.note-contain .note-body
{
	margin-top:10px;
    background-color: #4dabd2;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
}
.note-contain .note-body p
{
	margin-bottom:10px;
}
.note-contain .note-footer
{
	
}
.note-contain .note-footer a
{
	font-size:16px;
	padding:2px;
}
.note-contain .note-footer a:hover
{
	cursor:pointer;
}
.note-card .note-add
{
	margin-top:25px;
}

.form-group.fg-small label
{
	
    font-size: 10px;
    margin-bottom: 0px;
	
}
.form-group.fg-small .form-control
{
	
    height: 28px;
    line-height: 28px;
    font-size: 10px;
	
}

.form-group.fg-med label
{
	
    font-size: 12px;
    margin-bottom: 1px;
	
}
.form-group.fg-med .form-control
{
	
    height: 32px;
    line-height: 32px;
    font-size: 12px;
	
}

.q-hint
{
	    font-size: 11px;
    padding-left: 7px;
    padding-bottom: 0px;
    position: relative;
    bottom: 1px;
    color: #252853;
}