/* Helpers */
.margin-right-10{
	margin-right: 10px
}

.AutoFitResponsive{
	width: 100%;
}

/*******************************
* Overrides ********************
********************************/
body{
	background: #2d7a4f url('https://images.unsplash.com/photo-1481627834876-b7833e8f5570?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') !important;
	background-size: cover !important;
	background-position: center !important;
	background-attachment: fixed !important;
}

/* Global - Master */
.auth-page, header .logo, .leftside, .leftside .widget .footer {
    background: #000000;
}

.nav-profile .tools{
	margin-bottom: 0;
}

.fa-7x {
	font-size: 7em !important;
}

.center-icons {
    position: absolute;
    top: 28%;
    left: 43%;
    margin-top: 125px;
    margin-left: -20px;
}

/* Pagination */
.studypoint_paging_info{
    padding-top: 8px;
}

.studypoint_paging ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

/* Legacy support for old gymie classes */
.gymie_paging_info{
    padding-top: 8px;
}

.gymie_paging ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}



/* Dashboard Tabs */
.panel > .panel-body.with-nav-tabs{
	padding: 10px;
}

.panel-body.with-nav-tabs .table > tbody > tr:first-child > td{
	border-top: none;
}

.table-sub-data{
	float: left;
	clear: both;
	padding: 5px 0;
}

.tab-empty-panel {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sms-empty-panel {
    min-height: 191px;
}

/* Select2 */
.select2-container--default .select2-selection--single{
	border: 1px solid #eee;
	height: 35px;
	padding: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true]{
	background-color: #fafafa;
	color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true]:hover{
	color: #000;
}

.select2-dropdown{
	border: 1px solid #eee;
}

span.show-data {
	font-size: 14px;
}

/*Enquiries Show View */
.followup-label{
    margin-top: 14px;
    font-size: 105%;
}

.followup-time{
	margin-top: 14px;
}

/*Labels*/
.label{
	font-size: 90%;
}

.sort{
	margin: 11px 22px 10px;
	font-weight: bold;
}

.sort-column{
	margin-top: 10px;
}

.daterange-padding{
	padding: 7px 10px;
}

.total-count{
	margin-top: 0px;
}

.page-head-btn{
    position: relative;
    top: -4px;
    margin-left: 10px;
}

.no-line-height{
	line-height: inherit;
}

.margin-right-11{
	margin-right: 11px !important;
}

/* Data Grids */
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    vertical-align: middle;
}

/* Member Initials */
.member-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.member-initials:hover {
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-1px);
}

.member-initials-large {
    width: 120px;
    height: 120px;
    font-size: 36px;
    margin-bottom: 20px;
}

.member-initials-small {
    width: 32px;
    height: 32px;
    font-size: 12px;
}

/* Member profile image container */
.member-photo-container {
    display: inline-block;
    position: relative;
}

.member-photo-container img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
}

.member-photo-container-large img {
    width: 120px;
    height: 120px;
}
