:root {
    --textHeaderColor: #344c7d;
}
.unread-messages-count-badge {
    color: #fff;
    padding: 0 5px;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;


}
.chat-box li b {
    padding: 0px !important;
}
.noscroll {
    position: fixed!important;
	width: 100%;
}

.logo-bg img {
    margin-top: 14px;
    max-height: 50px;
    max-width: 100%;
}

body {
    /*font-family:'Roboto';*/
    font-family: Poppins, Helvetica, "sans-serif";

}
td .label{
    font-weight: 400;
}
.mar15T {
    margin-top: 15px;
}

.onoff {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: 0px;
}

.allservices-item {
    border-bottom: solid 1px #eee;
}

.allservices-item {
    margin-top: 15px;
}

.allservices-item:first-child {
    margin-top: 0;
}

.onoff.on {
    background: #0f0;
}

.onoff.off {
    background: #f00;
}

.content-link {
    display: block;
}

#branch-selection .select2-container--bootstrap .select2-selection{
	background:transparent !important;
	border:0px !important;
}
#branch-selection .select2-container--bootstrap .select2-selection__rendered{
	color: #000 !important;
}

#page-sidebar.font-inverse #branch-selection .select2-container--bootstrap .select2-selection__rendered{
	color: rgba(255, 255, 255, 0.62) !important;
}

#page-sidebar {
    box-shadow: 7px 0px 20px -5px #e8e8e8de !important;
}

#page-sidebar.font-inverse #sidebar-menu li a {
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.62);

}
#page-sidebar .sidebar-submenu ul li a {
	padding-left: 25px;
}
#page-sidebar.font-inverse #sidebar-menu li a:hover{
	background: transparent !important;
}
#chart-productivity {
    height: 187px;
}

.login-logo {
    display: block;
    max-width: 30%;
	margin: 0 auto 12px auto;
}

.login-email {
    padding-left: 34px;
    background: url('../../images/login-user.png') left center no-repeat;
    border: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: solid 1px #f0f2f5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0px !important;
}

.login-password {
    padding-left: 34px;
    background: url('../../images/login-pass.png') left center no-repeat;
    border: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: solid 1px #f0f2f5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.login-box {
    padding: 10px 15px 30px 15px;
}

.password-reset-status {
    text-align: center;
    margin-bottom: 15px;
}

.endless-content {
    border: none;
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-color: #f0f2f5;
    padding: 15px 20px !important;
}

.table-report {
    font-size: 13px;
    min-width: 100%;
}

.table-report > thead > tr > th,
.table-report > tfoot > tr > th {
    padding: 4px 5px !important;
    vertical-align: middle !important;
}

.table-report > tbody > tr > td,
.table-report > tfoot > tr > td,
.table-report > tbody > tr > th {
    padding: 4px 5px !important;
    vertical-align: middle !important;
}

.table-report > tfoot > tr.total-row > th {
    font-weight: bold;
    padding: 25px 3px !important;
}

.endless-content-no-border-top {
    border-top: none;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.actions ul.icons-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    font-size: 0;
}

.actions ul.icons-list li {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.actions ul.icons-list li a {
    color: inherit;
}

ul.actions {
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
}

.table-hover tr:hover td ul.actions {
    visibility: visible;
}

ul.actions li {
    float: left;
    margin: 0 5px 0 0;
}

ul.actions li a {
    font-size: 12px;
}

ul.actions:after {
    display: table;
    clear: both;
    content: " ";
}

.section-title {
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    background: #f1f1f1;
}

.action-block {
    border-bottom: dashed 1px #ccc;
    border-top: dashed 1px #ccc;
    padding: 5px 0;
    background: #f1f1f1;
}

.image-thumb {

    width: 100px;
    padding: 2px;
    border: dashed 1px #ccc;

}

.uploader-thumb {
    margin-bottom: 10px;
    position: relative;

}

.image-uploader {
    float: left;
}

.uploader-thumb .image_thumb_remove {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #efefef;
    border: dashed 1px #ccc;
    border-top: none;
    border-right: none;
    width: 20px;
    height: 20px;
    color: #000;
    text-align: center;
    line-height: 20px;
}

.featured-image {
    display: block;
    margin: 0 auto;
    max-width: 80px;
}

#fields_options, .fields_options {
    margin: 0;
    padding: 0;
    list-style: none;
}

#fields_options li, .fields_options li {
    padding-right: 40px;
    position: relative;
    margin-top: 5px;
}

#fields_options li:first-child,.fields_options li:first-child  {
    margin: 0;
}

#fields_options li a.options_remove, .fields_options li a.options_remove {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 27px;
    text-align: center;
    width: 30px;
    color: #ff5757;
    border: solid 1px #ff5757;
    box-sizing: border-box;
    height: 30px;
    font-size: 16px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#fields_options li a.options_remove:hover,.fields_options li a.options_remove:hover {
    background: #ff5757;
    color: #fff;
}

.dynamicFormField {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	position:relative;
}

a.field_remove {
	position: absolute;
	right: 5px;
	top: 2px;
	line-height: 20px;
	text-align: center;
	width: 25px;
	color: #ff5757;
	border: solid 1px #ff5757;
	box-sizing: border-box;
	height: 23px;
	font-size: 16px;
	border-radius: 3px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

a.field_remove:hover {
	background: #ff5757;
	color: #fff;
}

#add_option,.add_option {
    display: inline-block;
    margin-top: 15px;
}

.list-image {
    max-width: 100%;
    width: 50px;
}

.select2-container {

    display: block;
}

.select2 {
    width: 100% !important;
}

.school-logo {
	border-radius: 5px;
    width: 100%;
    display: block;
}

.school-heading a {
    color: #000;
}

.school-heading h2 {
    margin-bottom: 5px;
}

.school-heading {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.prelative {
    position: relative;
}

.header-buttons-separator.panel-buttons {
    height: 40px;
}

.header-buttons-separator.panel-buttons a {
    border-bottom: #dfe8f1 solid 1px;
    border-right: 0;
    border-left: #dfe8f1 solid 1px;
    color: #fff;
    font-size: 16px;
}

.panel-heading .header-buttons-separator.panel-buttons {
    height: 38px;
}

.panel-heading .header-buttons-separator.panel-buttons a {
    border-bottom: none;
    color: rgba(0, 0, 0, .6);
}

.no-rec-in-panel {
    text-align: center;
    color: rgba(0, 0, 0, .6);
    padding: 15px 0;
}

.note {
    /*border-top: solid 1px #dfe8f1;*/
    padding: 5px 0;
    position: relative;
    padding-left: 35px;
}

.note-author {
    position: absolute;
    width: 30px;
    left: 0;
    top: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.note:first-child {
    border-top: none;
}

.note-title {
    font-weight: bold;
}

.note-content {
    font-size: 12px;
    line-height: 1.4em;
}

.note-content.completed {
    text-decoration: line-through;
}

.note-remind {
    font-size: 11px;
    color: #999;
}

.note-time {
    text-align: right;
    font-size: 10px;
    color: rgba(0, 0, 0, .4);
}

.note-actions {
    position: absolute;
    right: 0;
    top: 5px;
}

.no-record {
    text-align: center;
    font-size: 18px;
    padding: 50px 0;
}

.school-address {
    position: relative;
    margin-top: -5px;
    margin-bottom: 5px;
}

.sm-type {
    line-height: 30px !important;
    font-size: 22px;
    width: 30px;
}

.sm-name {
    font-size: 12px;
    line-height: 30px !important;
}

.socialmedias a i {
    color: #757575;
    font-size: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.socialmedias a:hover i.icon-facebook-square {
    color: #3b5998;
}

.socialmedias a:hover i.icon-twitter-square {
    color: #00aced;
}

.socialmedias a:hover i.icon-instagram {
    color: #9b6954;
}

.socialmedias a:hover i.icon-youtube-square {
    color: #cc181e;
}

.campus-highlights {
    margin: 0;
    padding: 0;
    list-style: none;
}

.campus-highlights li {
    padding-left: 24px;
    margin: 0;
    position: relative;

    line-height: 22px;
    margin-top: 3px;
}

.campus-highlights li:first-child {
    margin-top: 0;
}

.campus-highlights li:before {
    content: "\f00c";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    color: #5abee4;
    text-align: left;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    font-size: 1.4em;
    top: 0;
}

.show-more-less {
    max-height: 200px;
    position: relative;
    overflow: hidden;
}

.show-more-less.opened {
    max-height: none;
    padding-bottom: 40px;
}

.show-more-less .more-more {
    position: absolute;
    width: 100%;
    height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60,ffffff+100&0+0,0.85+32,1+60,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 32%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 32%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 32%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    top: 160px;
    left: 0;
    text-align: center;
    line-height: 20px;
}

.show-more-less .more-more a {
    display: block;
    padding-top: 20px;
    color: #31aedd;
}

.show-more-less .more-more a:hover {
    text-decoration: underline;
}

.show-more-less.opened .more-more {
    top: auto;
    bottom: 0;
}

.award-image {
    display: block;
    width: 100%;
}

.award-link {
    display: block;
    margin-bottom: 20px;
    border: solid 1px #ccc;
    position: relative;
}

.award-actions {
    position: absolute;
    top: 0;
    right: 0;
}

.award-actions a {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    float: left;
    margin-left: 3px;
}

.award-actions a.ed {
    background: rgba(51, 201, 182, 0.5);
}

.award-actions a.de {
    background: rgba(231, 76, 60, 0.5);
}

.award-actions a.ed:hover {
    background: rgba(51, 201, 182, 1);
}

.award-actions a.de:hover {
    background: rgba(231, 76, 60, 1);
}

.accom-images {
    padding: 15px 0 0 0;
    background: #f1f1f1;
    border: dashed 1px #ccc;
    margin-bottom: 5px;
}

.accom-images:after {
    display: table;
    clear: both;
    content: " ";
}

.nav-tabs-campus {
    margin: 0 -30px;
    padding-left: 30px;
    padding-right: 15px;
    margin-bottom: 20px;
    border-color: #31aedd !important;
}

.uploaded-image {
    position: relative;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

.uploaded-image img {
    display: block;
    width: 100%;
}

.uploaded-images {
    margin-top: 10px;
}

.multi-image-uploader {
    width: 100%;
}

.accom-images .no-rec-in-panel {
    padding-top: 0;
}

.secondary-contact {
    border: solid 1px #ccc;
    padding: 10px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 20px;
}

.secondary-contact .contact-name {
    font-weight: bold;
    font-size: 16px;
}

.secondary-contact .contact-relationship {
    color: #777;
    font-size: 14px;
}

.secondary-contact .contact-items {
    margin-top: 5px;
}

.secondary-contact .contact-item {
    font-size: 12px;
}

.secondary-contact .contact-item a {
    color: #1c82e1;
}

.secondary-contact .contact-item i {
    color: #999;
}

.secondary-contact .contact-actions {
    position: absolute;
    right: 2px;
    top: 0;
    display: none;
}

.secondary-contact:hover .contact-actions {
    display: block;
}

.assigned-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    background: #f6f6f6;
    border: solid 1px #bbb;
    justify-content: space-between;
}

.table-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-user img {
    width: 30px;
    margin-right: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.table-user-big img {
    width: 80px;
    margin-right: 10px;
}

.table-user span {
    white-space: nowrap;
}

.table-user-big span {
    font-weight: 300;
    font-size: 30px;
}

.assigned-view-user {

}

.filler {
    flex-grow: 1;
}

.assigned-view .assigned-view-photo {
    width: 50px;
    margin-right: 5px;
}

.assigned-view .assigned-view-photo img {
    display: block;
    width: 100%;
}

.assigned-view .user-name {
    font-size: 14px;
}

.assigned-view .branch {
    font-size: 13px;
    color: #999;
}

.control-label {
    font-weight: 500;
    color: #344c7d;
}

.control-label:after {
    display: table;
    clear: both;
    content: " ";
}

.control-label a {

}

.assigned-view.extra {
    margin-top: 5px;
    border: solid 1px #dfdfdf;
    /*border-top: dashed 1px #f1f1f1;
    padding-top: 5px;*/
}

.assigned-view.extra:first-child {
    margin-top: 0;
    /*padding-top: 5px;
    border:none;*/
}

.dblock {
    display: block;
}

span.no {
    display: inline-block;
    border: solid 1px #8da0aa;
    width: 14px;
    text-align: center;
    height: 14px;
    line-height: 12px;
    font-size: 11px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

li:hover span.no {
    border: solid 1px #000000;
}

.active span.no {
    border: solid 1px #fff !important;
}

.application-course {
    border-bottom: solid 1px #ccc;
    padding: 15px 0 0 0;
}

.application-file {
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
}

.note-files {
    padding: 0 5px;
    border: dashed 1px #ccc;
    margin: 5px 0;
    background: #fbfbfb;
}

.note-file {
    margin: 5px 0;
}

.note-file a {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.text-center .image-uploader,
#tab_student .image-uploader {
    float: none;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.uploaderw100 .image-uploader {
    width: 100px;
}

.image-uploader .image-thumb {
    max-width: 100%;
}

#app_tabs {
    margin: 0 -30px;
}

.cf-heading {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ddd;
    color: #31aedd;
    padding-bottom: 3px;
}

#pipelines_stages {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#pipelines_stages li {
    background: #f1f1f1;

    padding: 0 35px;
}

#pipelines_stages > li {
    padding: 0 40px;
    position: relative;
    margin: 3px 0;

    padding-bottom: 5px;
    padding-top: 5px;
    border: dashed 1px #ccc;
}

#pipelines_stages li .mover {
    position: absolute;

    width: 30px;
    height: 30px;
    left: 0;
    top: 0;

    text-align: center;
    line-height: 28px;
    background: #ddd;
    border-radius: 4px;
}

#pipelines_stages li .remove-stage,
#pipelines_stages li .remove-checklist {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
}

#pipelines_stages > li > .mover {
    top: 5px;
    left: 5px;
}

#pipelines_stages > li > .remove-stage,
#pipelines_stages > li > .remove-checklist {
    right: 5px;
    top: 5px;
}

#pipelines_stages li li {
    position: relative;
    padding: 0 35px;
    position: relative;
    margin: 3px 0;
}

#pipelines_stages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#pipelines_stages > li:after {
    display: table;
    clear: both;
    content: " ";
}

.text-center .dropdown > .dropdown-menu:before {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.text-center .dropdown > .dropdown-menu:after {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.text-center .dropdown > .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.dropdown > .dropdown-menu.dropdown-menu-right:before {
    top: -7px;
    left: auto;
    right: 7px;
}

.dropdown > .dropdown-menu.dropdown-menu-right:after {
    top: -7px;
    left: auto;
    right: 7px;
}

.student-pipeline {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.student-pipeline:first-child {
    border-top: none;
}

.student-pipeline-status {
    font-weight: bold;
}

.student-pipeline-name {
    color: #adb1b3;
}

.students-content {
    border-top: none;
    border-bottom: solid 1px #dfe8f1;
}

.nav-tabs-students {
    margin: 0;
    padding-left: 0;
    padding-right: 15px;
    border-color: #31aedd !important;
	display: flex;
	gap: 3px;
	overflow-x: auto;
}
.nav-tabs-students::-webkit-scrollbar{
	display: none;
}
.nav-tabs.nav-tabs-students > li > a {
    padding: 8px 10px;
    font-size: 13px;
    border: 0px;
    margin-bottom: 1px;
}

.form-group-sm div.form-control {
    height: auto;
}

.branch-selection {
    margin: 0;
    padding: 5px 20px;
}

.branch-selection .dropdown {
    display: block;
    padding: 0 0 0 0;
    border-radius: 3px;
    font-size: 13px;
    border: solid 1px #dfe8f1;
    line-height: 35px;
    height: 36px;
}

.branch-selection .dropdown:hover {
}

.branch-selection > .dropdown > a {
    display: block;
    color: rgb(97 97 97);
    text-decoration: none !important;
    padding-right: 20px;
    position: relative;
    padding-left: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.branch-selection > .dropdown:hover > a {
    color: rgb(97 97 97);
    background: transparent;
}

.branch-selection > .dropdown > a i {
    position: absolute;
    right: 5px;
}

.form-control-inline {
    width: auto;
    float: left;
    margin-right: 5px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-col-6 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 8px;
    padding-left: .5rem;
    padding-right: 8px;
    padding-right: .5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.course-item {
    padding: 15px;
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 10px;
}

.course-item.course-item-discounted {
    background: rgba(108, 222, 108, 0.13);
}

.promotion-list {
    text-align: right;
}

.promotion-list > span {
    display: inline-block;
    background: #1ab11a;
    color: #ffffff;
    padding: 1px 4px;
    font-size: 10px;
    border-radius: 3px;
    font-family: Arial;
    margin-left: 3px;
}

.high-season-list {
    text-align: right;
}

.high-season-list > span {
    display: inline-block;
    background: red;
    color: #ffffff;
    padding: 1px 4px;
    font-size: 10px;
    border-radius: 3px;
    font-family: Arial;
    margin-left: 3px;
}

.course-item .course-image {
    position: relative;
    min-width: 150px;
    width: 9.375rem;
}

.course-item .course-image .course-image-container > img {
    max-width: 100%;
}

.course-item .course-image .course-image-container .course-partner-logo {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: #fff;
}

.course-item .course-image .course-image-container .course-partner-logo img {
    width: 100%;
}

.course-item .course-details {
    width: 100%;
    padding-left: .9375rem;
    position: relative;
}

.course-item .course-details .course-name {
    font-size: 16px;
    color: #31aedd;
    padding-right: 25px;
}

.course-item .course-details .course-location {
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.course-item .course-details .course-location .course-partner {
    color: #31aedd;
    display: inline-block;
}

.course-item .course-details .course-location .course-partner a {
    color: inherit;
    text-decoration: none;
}

.course-item .course-details .course-location .course-campus {
    margin-left: 10px;
    display: inline-block;
}

.course-item .course-details .course-location .course-place {
    margin-left: 10px;
    display: inline-block;
    font-size: 15px;
}

.course-item .course-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.course-item .course-details ul li strong {
    font-weight: bold;
    color: #999;
}

.course-item .price-container {
    margin-top: auto;
    text-align: right;
}

.course-item .price-container .price {
    display: inline-block;
    font-size: 20px;
}

.course-item .price-container .price.discounted-price {
    color: #1ab11a;
}

.course-item .price-container .price.old-price {
    text-decoration: line-through;
}

.course-item .price-container .price .high-season-price {
    font-size: 10px;
}

.course-item .course-select {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.course-item .course-select .checker {
    margin-right: 0 !important;
}

#results {
    margin-bottom: 70px;
}

#quote-prepare {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-left: 0;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
}

.option-course-image {
    position: relative;
}

.option-course-image .course-image-container > img {
    max-width: 100%;
}

.option-course-image .course-image-container .course-partner-logo {
    position: absolute;
    width: 6rem;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: #fff;
}

.option-course-image .course-image-container .course-partner-logo img {
    width: 100%;
}

.option-section-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.option-heading {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
}

.option-name {
    font-size: 24px;
    line-height: 30px;

}

.option-partner-campus {
    margin-top: -2px;
}

.option-location {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
}

.option-partner, .option-campus {
    display: inline-block;
    margin-right: 5px;
}

.option-partner {
    margin-top: 10px;
    font-size: 17px;
    color: #000;
}

.option-item {
    padding-right: 150px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.option-item-border-top:first-child {
    border-top: none;
}

.option-item-border-top {
    border-top: solid 1px #ccc;
}

.option-item .option-item-name {
    display: block;
}

.option-item .option-item-extra {
    color: #bbb;
    display: block;
}

.option-item .option-item-price {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
}

.option-item .option-item-price.discounted {
    color: #337ab7;
}

.option-item-separator {
    margin-top: 0;
    margin-bottom: 0;
}

.option-subtotal {
    color: #bbb;
    padding: 2px 0;
}

.option-subtotal-label {

}

.option-subtotal-price {
    float: right;
}

.option-subtotal:after {
    display: table;
    clear: both;
    content: " ";
}

.option-total {
    padding: 2px 0;
    font-size: 15px;
}

.option-total-label {
    font-weight: bold;
}

.option-total-price {
    float: right;
    font-weight: bold;
}

.option-total-price-converted {

}

.option-total-price-orginal {
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    color: #bbb;
}

.option-total:after {
    display: table;
    clear: both;
    content: " ";
}

.edit-option-summary_total {
    -o-border-image: linear-gradient(0deg, #f7f9fa, transparent) 4 round;
    border-image: linear-gradient(0deg, #f7f9fa, transparent) 4 round;
    border-width: 4px;
}

.card_hr {
    border-top: 3px solid #dfe3e5;
    margin: 10px -20px;
    margin: .625rem -1.25rem;
}

.option-course-show {
    border-bottom: solid 1px #ccc;
    padding-top: 15px;
}

.option-course-show:first-child {
    padding-top: 0;
}

.option-course-action {
    position: absolute;
    right: 15px;
    z-index: 1;
}

.quote-actions {
    margin: -5px 0 15px 0;
}

.quote-actions:after {
    clear: both;
    content: " ";
    display: table;
}

.title-label {
    font-size: 11px;
    text-transform: none;
    vertical-align: middle;
}

.option.selected-option .panel {
    border-color: #29b765;
    border-width: 3px;
    background: rgba(41, 183, 101, 0.15);
}

.preventunderline {
    text-decoration: none !important;
}

.fs0 {
    font-size: 0;
    vertical-align: middle;
}

.invoice-tab {
    vertical-align: middle;
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    text-decoration: none !important;
}

.invoice-tab span {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 0 3px;
}

.invoice-tab:hover, .invoice-tab.active {
    color: #31aedd;
}

.invoice-tab:before {
    position: absolute;
    content: "\e258";
    width: 15px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    left: -10px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #8da0aa;
}

.invoice-tab:first-child:before {
    display: none;
}

.invoice-tab:hover span, .invoice-tab.active span {
    border-color: #31aedd;
}

.invoice_prices {
    margin: 0;
    padding: 0;
    list-style: none;
}

#installmentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

#installmentlist li {
    margin-bottom: 3px;
}

.table-nonfluid {
    width: auto !important;
}

.table-xs thead th {
    padding: 2px 4px !important;
}

.table-xs tbody td {
    padding: 2px 4px !important;
}

.invoice-preview-course {
    padding: 0;
    border-top: solid 3px #dadada;
    position: relative;
    padding-right: 150px;
}

.invoice-preview-course .option-item-price {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
    font-weight: bold;
}

.invoice-preview-course-discount {
    padding: 0;
    border-top: solid 1px #dadada;
    position: relative;
    padding-right: 150px;
    background: url(/discount.png) 2px center no-repeat;
    color: #478036;
    padding-left: 30px;
    font-size: 12px;
    background-color: #dfffda;
    padding-top: 5px;
    padding-bottom: 5px;
}

.invoice-preview-course-discount .discount-item-price {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
    font-weight: bold;
    padding-right: 3px;
}

.invoice-preview-course-discount.removable {
    background-image: none;
}

.invoice-preview-course-discount.removable a {
    position: absolute;
    left: 8px;
    top: 3px;
    font-size: 14px;
}

.invoice-preview-course-discount .discount-item-name {
    display: block;
}

.invoice-preview-course:first-child {
    border-top: none;
}

.invoice-preview-course .form-group,
.invoice-preview-details .form-group {
    margin-bottom: 0;
}

.invoice-preview-courses {

}

.invoice-preview-total {
    padding-top: 20px;
}

.invoice-preview-total .pr {
    font-weight: bold;
}

.invoice-preview-subtotal {
    background: #f1f1f1;
    padding: 3px 3px;
}

.invoice-preview-subtotal .subtotal-amount {
    font-weight: bold;
}

@media screen and (max-width: 460px) {
    .invoice-preview-course .form-group-sm .form-control-static,
    .invoice-preview-details .form-group-sm .form-control-static {
        margin-bottom: 0px;
    }

    .invoice-preview-course .col-xs-12,
    .invoice-preview-details .col-xs-12 {
        margin-bottom: 0;
    }
}

.payment-preview {
    padding: 5px 0;
    border-top: solid 1px #d6d6d6;
}

.payment-preview:first-child {
    border-top: none;
}

.payment-preview .payment-name {
    color: #666;
}

.payment-preview .payment-date {
    padding-left: 15px;
    color: #888;
    font-size: 11px;
}

.payment-preview .payment-amount {
    font-weight: bold;
    color: #333;
}

.invoice-preview-top {

}

.invoice-preview-top h4 {
    margin-bottom: 10px;
}

.invoice-preview-top a {
    color: #31aedd;
    text-decoration: none !important;
}

.invoice-preview-top .account-name,
.invoice-preview-top .account-address,
.invoice-preview-top .account-phone,
.invoice-preview-top .account-email,
.invoice-preview-top .student-name {
    padding-left: 15px;
}

.invoice-preview-top .account-name,
.invoice-preview-top .student-name {
    font-weight: bold;
    font-size: 15px;
}

.invoice-preview-top .student-name a {
    color: inherit;
}

.text-center div[id^=uniform-], .text-center div[id^=uniform-] input, .text-center div[id^=uniform-] span {
    display: inline-block;
    float: none;
    margin-right: 0;
}

.table > tbody > tr > td.valign-middle {
    vertical-align: middle;
}

#remove-bar {
    padding: 5px;
    background: #f9fafe;
    border: solid 1px #dfe8f1;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 0;
    vertical-align: middle;
}

#remove-bar > span, #remove-bar .btn {
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

#remove-bar > button {
    vertical-align: middle;
    display: inline-block;
}

#recordpayment, #gonderContent, #cancelinvoice {
    border: 1px solid #dfe3e5;
    background: #f7f9fa;
    padding: 10px 15px;
    margin-bottom: 15px;
}

#invoiceLink {
    background: #fff;
    cursor: default;
}

.payment-preview .table-user img {
    width: 25px;
}

.payment-preview.recorded-payment-preview .payment-date {
    margin-top: 5px;
}

.payment-preview.recorded-payment-preview .payment-amount {
    line-height: 25px;
}

.payment-preview .payment-status {
    text-align: right;
    font-size: 10px;
}

.payment-preview .payment-status .label {
    padding: .2em .4em .3em;
}

@media only screen and (min-width: 900px) {
    #quote-prepare {
        padding-left: 260px;
    }
}

@media (max-width: 468px) {
    #app_tabs {
        margin: 0;
    }

    .form-group {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .school-heading {
        margin-top: 15px;
        text-align: center;
        position: static;
        top: auto;
        transform: none;
    }

    .text-center-xs {
        text-align: center !important;
    }

    #nextBtnInvoice {
        margin-bottom: 10px;
    }
}


@media print {
    .col-print-1, .col-print-2, .col-print-3, .col-print-4, .col-print-5, .col-print-6, .col-print-7, .col-print-8, .col-print-9, .col-print-10, .col-print-11, .col-print-12 {
        float: left;
        page-break-before: always;
    }

    .col-print-12 {
        width: 100%;
    }

    .col-print-11 {
        width: 91.66666667%;
    }

    .col-print-10 {
        width: 83.33333333%;
    }

    .col-print-9 {
        width: 75%;
    }

    .col-print-8 {
        width: 66.66666667%;
    }

    .col-print-7 {
        width: 58.33333333%;
    }

    .col-print-6 {
        width: 50%;
    }

    .col-print-5 {
        width: 41.66666667%;
    }

    .col-print-4 {
        width: 33.33333333%;
    }

    .col-print-3 {
        width: 25%;
    }

    .col-print-2 {
        width: 16.66666667%;
    }

    .col-print-1 {
        width: 8.33333333%;
    }
}

.title-centered {
    text-align: center;
    font-size: 15px;
    position: relative;
}

.title-centered:after {
    width: 100%;
    content: " ";
    height: 1px;
    background: #666;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: 0;
}

.title-centered span {
    display: inline-block;
    padding: 0 15px;
    z-index: 1;
    background: #fff;
    position: relative;
}

.boxes .content-title img {
    display: inline-block;
    padding: 0px 5px;
    margin-top: -5px;
}

.boxes .content-title span {
    color: #fff;
    margin: 0;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

.boxes {
    padding: 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.boxes .box-content .number {
    color: #6d767b;
    text-align: center;
    padding: 20px 0px;
    color: #136d61;
    font-size: 32px;
}

.boxes .box-content .number span {
    color: #484848;
    font-size: 16px;
}

.boxes .box-title {
    background: #00a792;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.table-report th a span:before {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.table-report th a.opened span:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-report > tbody > tr.subdimension > td {
    background: #fffdf4;
}

.table-report > tbody > tr.subdimension > td:first-child {
    padding-left: 15px !important;
}

.dashboard-big {
    text-align: center;
    font-size: 30px;
}

.dashboard-big span {
    font-size: 16px;
}

.dashboard-scrollable {
    height: 150px;
    overflow-y: auto;
}

.dashboard-scrollable .table > tbody > tr:first-child > td {
    border-top-width: 0;
}

.dashboard-scrollable-h192px {
    height: 192px;
}

.dashboard-scrollable .table-user img {
    width: 20px;
}

.dashboard-total:after {
    content: " ";
    display: table;
    clear: both;
}

.dashboard-total {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 5px;
}

.dashboard-total a {
    float: right;
    font-size: 13px;
}

.dashboard-scrollable .table > tbody > tr > td {
    font-size: 13px;
    padding: 7px 10px;
}

#loading {
    background: rgba(255, 255, 255, 0.5);
}

.no-auth-block {
    padding: 15px 0;
}

.no-auth-block img {
    display: block;
    margin: 30px auto;
}

.no-auth-block h4 {
    font-size: 30px;
    text-align: center;
}

.no-rec {
    padding: 15px;
    text-align: center;
    color: #ff5757 !important;
}
.sidebar-part {
	position: fixed;
	top: 0;
	height: 100%;
	background: #fff;
	width: 300px;
	right: -320px;
	z-index: 1000000000000000000;
	-webkit-box-shadow: -2px 0px 8px 0px rgba(201, 201, 201, 1);
	-moz-box-shadow: -2px 0px 8px 0px rgba(201, 201, 201, 1);
	box-shadow: -2px 0px 8px 0px rgba(201, 201, 201, 1);
	max-width: 70%;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.005, 0.920, 0.395);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.005, 0.920, 0.395);
	-o-transition: all 400ms cubic-bezier(1.000, 0.005, 0.920, 0.395);
	transition: all 400ms cubic-bezier(1.000, 0.005, 0.920, 0.395); /* custom */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.005, 0.920, 0.395);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.005, 0.920, 0.395);
	-o-transition-timing-function: cubic-bezier(1.000, 0.005, 0.920, 0.395);
	transition-timing-function: cubic-bezier(1.000, 0.005, 0.920, 0.395); /* custom */
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar-part:not(.opened) {
	overflow-y: hidden;
}

.sidebar-part.opened {
	right: 0;
}
.sidebar-part.sidebar-tasks-modal{
	right: -40% ;
	width: 40%;
	z-index: 500 !important;
}
.task-detail-sidebar .top-header,
.task-detail-sidebar .body{
	padding: 20px 25px;
}
.task-detail-sidebar .top-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	position: fixed;
	width: 40%;
	background: white;
	top: 0px;
	z-index: 80;
}
.task-detail-sidebar .body{
	padding-top: 70px;
	padding-bottom: 65px;
}
.task-detail-sidebar .top-header button:hover{
	cursor: pointer;
}
.task-detail-sidebar .top-header .complete-button{
	border: 1px solid #a2a0a2;
	border-radius: 5px;
	background: white;
	display: flex;
	align-items: center;
	gap: 0px;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
}
.task-detail-sidebar .top-header .complete-button svg{
	width: 12px;
	height: 12px;
	color: white;
	fill: #a2a0a2;
	margin-right: 4px;
	flex: 0 0 auto;

}
.task-detail-sidebar .top-header .complete-button.checked{
	color:#5da283;
	border:1px solid #93e9c2;
	background: #f1fff9;
}
.task-detail-sidebar .top-header .complete-button.checked svg{
	fill: #5da283;
}
.task-detail-sidebar .close-detail{
	opacity: 1;
}
.task-detail-sidebar .close-detail svg{
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
	fill: #a2a0a2;
	opacity: 1;
}
.body .btn-live{
	color:#5da283;
	border:1px solid #93e9c2;
	background: #f1fff9;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.body .task_title{
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	min-height: 0;
	padding: 6px;
	border-radius: 4px;
	border: 1px solid transparent;
	display: inline;
	margin-bottom: 10px;
	margin-left: -6px;
	margin-right: -6px;
	width: calc(100% + 6px);
}
.body .modal-body{
	padding: 0px 6px;
}
.body .task_title:hover{
	border: 1px solid #bebebe;
	transition: border 100ms;
}
.body .edit-form-body .modal-header{
	display: none;
}
.body .edit-form-body .modal-body{
	padding: 0px;
}
.body .edit-form-body .information{
	font-size: 12px;
	opacity: 0.8;
	padding: 10px 0px;
}
.body .edit-form-body #appointment_alert{
	font-size: 12px;
	margin-top: 5px;
	opacity: 0.6;
}
.body .edit-form-body .send-via-whatsapp-form-element{
	margin-left: 0px;
	margin-left: 0px;
}
.body .edit-form-body .task-edit-form{
	margin-top: 15px;
}
.body .modal-footer{
	position: fixed;
	width: 40%;
	margin-left: -25px;
	background: white;
	bottom: 0px;
}

.body .edit-form-body .task-comments{
	margin-left: -25px;
	margin-right: -25px;
	background: #f8f8f8;
	padding: 25px;
}
.body .edit-form-body .task-comments .comments-list .comment{
	margin-bottom: 15px;
	color: #696969;
}
.body .edit-form-body .task-comments .comments-list .comment .comment-left{
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.body .edit-form-body .task-comments .comments-list .comment .comment-right{
	min-width: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.body .edit-form-body .task-comments .comments-list .comment .comment-right i{
	color: #696969;
	width: 20px !important;
	height: 20px !important;
}

.body .edit-form-body .task-comments .comments-list .comment .comment-author-img{
	width: 35px;
	min-width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
}
.body .edit-form-body .task-comments .comments-list .comment  .edit-comment,
.body .edit-form-body .task-comments .comments-list .comment  .delete-comment{
	color: #5b5b5b;

}
.body .edit-form-body .task-comments .comments-list .comment .comment-author-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.body .edit-form-body .task-comments .comments-list .comment .person{
	font-weight: 500;
	color: #344c7d;
}
.comment-textarea-content{
	background: white;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 6px;
	border-radius: 6px;
	border: 1px solid #dddddd;
}
.comment-textarea-content button {
	background: #2364d2 !important;
	border-radius: 7px;
}
.comment-textarea-content textarea{
	border: 0px;
	resize: none;
	box-shadow: 0 0 0 transparent !important;
}
.sent-comment{
	width: max-content;
}
.notification {

}

.notification .image {
    vertical-align: top;
    display: table-cell;
}

.notification .check {
    vertical-align: top;
    display: table-cell;
    width: 30px;
}

.notification.completed .details {
    text-decoration: line-through;
}

.notification.task .checkbox {
    margin-top: 3px;
}

.notification.task .task-student {
    color: #1ac3ad;
}

.notification.task .task-student a {
    color: inherit !important;
}

.notification.task .task-admin {
    color: #999;
    margin-top: 5px;
    font-size: 12px;
}

.notification.task .details .time {
    margin-top: 0;
    font-size: 11px;
}

.notification .image img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.notification .details {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.notification .details .time {
    color: #999;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
}

.sidebar-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-part ul li.item {
    border-bottom: solid 1px #ccc;
    padding: 10px;
}

.sidebar-part ul li:first-child {

}

.notification .box {
    background: #f7f9fa;
    border: 1px solid #dfe3e5;
    margin: 10px 10px 10px 0;
    margin: .625rem .625rem .625rem 0;
    padding: 8px;
    padding: .5rem;
}

.notification .box div {
    font-size: 10px;
    line-height: 1.2em;
}

.sidebar-part ul li.loadmore {

}

.sidebar-part ul li.loadmore a {
    display: block;
    padding: 10px;
    font-size: 14px;
    background: rgba(21, 140, 124, .8);
    color: #fff;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    text-align: center;
}

.sidebar-part ul li.loadmore a:hover {
    background: rgba(21, 140, 124, 1);
}

.calendar-select {
    margin-bottom: 15px;
}

.calendar-select .calendar-month {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}

.table td.calendar-day .calendar-head {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.table td.calendar-day {
    max-width: 14.28571428571429% !important;
    min-width: 130px;
    padding: 5px !important;
}

.table td.calendar-day ul {
    height: 81px;
}

.table.table-fixed {
    table-layout: fixed;
}

.table td.calendar-day.calendar-active {

}

.table td.calendar-day.calendar-passive {
    background: #f1f1f1;
}

.table td.calendar-day ul,
.calendar-day-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table td.calendar-day li,
.calendar-day-details li {
    font-size: 10px;
    margin-top: 2px;
}

.table td.calendar-day li a,
.calendar-day-details li a {
    display: block;
    margin: 0;
    padding: 0;
    background: #ccc;
    padding: 2px;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table td.calendar-day li.calendar-overflow a {
    background: none;
    color: #31aedd;
    font-size: 12px;
    font-weight: bold;
}

.table td.calendar-day li.calendar-overflow a:hover {
    background: #f1f1f1;
}

.table td.calendar-day li a.item-quote,
.calendar-day-details li a.item-quote {
    background: #ffd214;
    color: #fff;
}

.table td.calendar-day li a.item-invoice,
.calendar-day-details li a.item-invoice {
    background: #ffd214;
    color: #fff;
}

.table td.calendar-day li a.item-payment,
.calendar-day-details li a.item-payment {
    background: #e15647;
    color: #fff;
}

.table td.calendar-day li a.item-task,
.calendar-day-details li a.item-task {
    background: #0792d4;
    color: #fff;
}

.table td.calendar-day li a.item-completed-task,
.calendar-day-details li a.item-completed-task {
    background: #0792d4;
    color: #fff;
    text-decoration: line-through !important;
}

.table td.calendar-day li a.item-birthday,
.calendar-day-details li a.item-birthday {
    background: #f49500;
    color: #fff;
}

.table td.calendar-day li a.item-holiday,
.calendar-day-details li a.item-holiday {
	background: #a5001c;
	color: #fff;
}

.calendar-item-details {
    background: #fff;
    border: solid 1px #ddd;
    position: absolute;
    width: 250px;
    min-height: 100px;
    z-index: 1000;
    padding: 15px;
}

.calendar-item-details h5 {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.calendar-item-details h6 {
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 5px;
    margin-top: 10px;
}

.calendar-item-details .text-price {
    color: #000;
    font-weight: bold;
}

.calendar-item-details .text-price2 {
    color: #999;
}

.calendar-item-details .checkbox label {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.calendar-item-details .edit-link {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 16px;
}

#page-title h2 {
    font-family: Poppins, Helvetica, "sans-serif" !important;
    color: var(--textHeaderColor);
    font-weight: 500;
}

#page-title p {
    opacity: .6;
    color: #8492af;
}

#page-content {
    background: #f6f7fa;
}

.panel {
    border: 0px !important;
    border-radius: 5px !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0px 14px 15px -13px rgb(0 0 0 / 5%) !important;
}

.form-group-sm .form-control {
    height: 38px;
    font-size: 14px;
}

.form-group-sm .select2-container--bootstrap .select2-selection--single, .input-group-sm .select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .select2-selection--single.input-sm {
    border-radius: 3px;
    font-size: 14px;
    height: 38px;
    line-height: 18px;
    padding: 9px 22px 9px 10px;
}

.form-group-sm select.form-control {
    height: 38px;
    line-height: 38px;
}

.input-group-addon select {
    height: 32px;
}

#sidebar-menu > li > a {
    padding: 0 10px 0 0;
    border-radius: 3px;
    border: 0px !important;
    font-size: 13px;
    line-height: 45px;
    height: 45px;
}

/*#page-sidebar li ul li a:before {*/
/*    line-height: 29px !important;*/
/*}*/

#page-sidebar li a .glyph-icon {
    line-height: 45px !important;
}

#page-sidebar li a .glyph-icon {
    /* line-height:55px; */
}

#calendardrop .dropdown-menu {
    min-width: 200px;
}

#calendardrop .dropdown-menu li {
    padding: 5px;
}

#calendardrop div.radio[id^=uniform-] > span {
    margin-top: 0;
}

.calendar-day-details {
    background: #fafafa;
    border: solid 1px #ddd;
    position: absolute;
    width: 300px;
    min-height: 100px;
    z-index: 1000;
    padding: 15px;
}

.calendar-day-details h5 {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.calendar-day-details-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 100;
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field {
    height: 38px;
}

.filter-block {
    background: #fff;
    padding: 5px;
    border: solid 1px #f0f2f5;
    margin-bottom: 15px;
}

.filter-block span.glyph-icon {
    height: 38px;
    line-height: 38px;
    margin-right: 15px;
    font-size: 16px;
    color: #31aedd;
}

.filter-block .form-group {
    margin-bottom: 0;
}

.filter-block .btn {
    height: 38px;
    line-height: 36px;
}

.filter-btn {
    margin-right: 10px;
}

.jGrowl.top-center {
    top: 50px;
    left: 50%;
    width: 0;
    margin-left: -170px;
}

.jGrowl-message {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
}

.jGrowl {
    z-index: 999;
}

.filter-field {
    width: 100px;
    margin-right: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.filter-field.expanded {
    width: 200px;
}

#page-header .user-account-btn > a.user-profile {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multi-filters {
    min-height: 22px;
    margin-bottom: 15px;
}

.multi-filters .label {
    font-weight: normal;
    display: inline-block;
    font-size: 11px;
    padding: 3px 5px 3px 5px;
    margin-top: 2px;
    position: relative;
}

.multi-filters .label span {
    cursor: pointer;
}

.multi-filters .filterer > .dropdown > a {

}

.multi-filters .filterer > .dropdown > a:hover {
    /* background: #f1f1f1; */
}

.column-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.column-list li {
    padding-left: 20px;
    position: relative;
    background: #f9f9f9;
    margin: 2px 0;
    padding: 3px 3px 3px 20px;
}

.column-list li .checkbox {
    margin: 0;
}

.column-list li span.glyph-icon {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1000;
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
}

.oldprice {
    display: block;
    text-decoration: line-through;
    color: #3e4855;
}

.discount-item {
    padding-right: 150px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(/discount.png) left center no-repeat;
    color: #478036;
    padding-left: 27px;
    font-size: 12px;
    background-color: #dfffda;
    position: relative;
}

.high-season-item {
    padding-right: 150px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(/price-tag.png) left center no-repeat;
    color: #478036;
    padding-left: 27px;
    font-size: 12px;
    background-color: #f7e991;
    position: relative;
}

.discount-item.removable {
    background-image: none;
}

.high-season-item.removable {
    background-image: none;
}

.discount-item.removable a {
    position: absolute;
    left: 8px;
    top: 3px;
    font-size: 14px;
}

.high-season-item.removable a {
    position: absolute;
    left: 8px;
    top: 3px;
    font-size: 14px;
}

.discount-item .discount-item-name {
    display: block;
}

.discount-item .discount-item-price {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
}

.high-season-item .high-season-item-name {
    display: block;
}

.high-season-item .high-season-item-price {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
}

label.inner-form-title {
    font-size: 16px;
}

label.inner-form-title a {
    color: inherit;
    text-decoration: none;
}

label.inner-form-title a span {
    display: inline-block;
    transform: rotate(-180deg);
}

label.inner-form-title a.collapsed span {

    transform: rotate(0);
}

.subtit {
    font-size: 11px;
    text-align: center;
    color: #999;
    border-bottom: solid 1px #ddd;
}

#notification-opener.new {

    background: #338baf5c !important;
    color: #fff !important;

}

.table.table-vertical-align-middle > tbody > tr > td {
    vertical-align: middle !important;
}
.tile-box{
	border-radius: 10px !important;

}
.tile-box .tile-content-wrapper{
	padding: 20px;
}
.tile-box.bg-white.dashboard-rep-box .tile-header {
    font-size: 18px;
    text-align: center;
    text-transform: none;
}

.dashboard-rep-box .tile-content {
    font-size: 20px;
}

.dashboard-rep-box .tile-content span {
    font-size: 70%;
}

.dashboard-rep-box .tile-content-wrapper > .glyph-icon {
    font-size: 30;
}

.payment-method {
    font-size: 12px;
    color: #999;
}

.payment-exchange-rate {
    font-size: 12px;
    color: #999;
}

.payment-destination {
    font-size: 12px;
    color: #999;
}

.payment-partner {
    font-size: 12px;
    color: #999;
}
.payment-receipt {
    font-size: 12px;
    color: #999;
}
.announcement {
    padding: 15px 15px 15px 40px;
    background: #f34b4b;
    color: #fff;
    border-bottom: solid 2px #cb1313;
    position: relative;
}

.announcement .close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.announcement h5 {
    font-size: 17px;
    margin-bottom: 5px;
}

.announcement .announcement-icon {
    position: absolute;
    line-height: 30px;
    font-size: 24px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#modalpopup .modal-body p:empty {
    display: none;
}

#modalpopup .modal-body p {
    margin: 0;
}

#modalpopup .modal-body img {
    max-width: 100%;
    height: auto !important;
}

.close-button {
    position: absolute;
    background: none;
    border: none;
    font-size: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #000;
    z-index: 100000;
    top: -15px;
    right: -15px;
    width: 26px;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
}

.close-button:hover {
    color: #e74c3c;
}

table.franchise-report tbody td {
    vertical-align: top !important;
}

.voip-pause-button {
    margin-top: 10px;
    margin-right: 20px;
    float: left;
}

.voip-pause-button .switch-toggle.switch-on {
    background: #0c0 !important;
}

#results .content-box-header {
    text-transform: none !important;
}

.range-display {
    display: inline-block;
}

.range-display .range-item {
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.range-display img {
    width: 15px;
    margin: 3px auto;
    display: block;
}

#results .dashboard-big {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}

.performance-chart {
    margin-bottom: 15px;
}

.performance-chart img {
    display: block;
    width: 100%;
}

#results .content-box-header {
    padding-top: 5px;
}

.content-box-header-image {
    width: 60px;
    max-width: 90%;
    display: block;
    margin: 5px auto 0 auto;
}

.incall-dialog {
    position: fixed;
    z-index: 10000;
    width: 500px;
    max-width: 90%;
    min-height: 200px;
    top: 50%;
    left: 50%;
    padding: 15px;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background: rgba(49, 174, 221, 0.75);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.incall-phone {
    text-align: center;
    color: #fff;
    font-size: 38px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
}

.incall-student {
    position: relative;
    padding-left: 135px;
    min-height: 120px;
}

.incall-student-image {
    width: 120px;
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 120px;
}

.incall-student-image img {
    display: block;
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.incall-student-details {

}

.incall-student-name {
    color: #fff;
    font-size: 26px;
}

.incall-student-name a {
    float: right;
    margin-top: 8px
}

.incall-student-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 14px;
}

.incall-student-details ul li {

}

.incall-student-details ul li span {
    width: 25px;
    display: inline-block;
}

a.message-list-view {
    display: block !important;
    position: relative !important;
    padding-left: 45px !important;
    text-decoration: none !important;
}

.message-list-view .message-details {
    display: block;
    line-height: 16px;

}

.message-list-view .message-sender-image {
    position: absolute;
    width: 36px;
    left: 3px;
    top: 3px;
}

.message-list-view .message-sender-image img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.message-list-view .message-sender-name {
    float: left;
    font-size: 12px;
    font-weight: 500;
}

.message-list-view .message-date {
    float: right;
    font-size: 9px;
    color: #999;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.message-list-view .message-content {
    color: #333;
    font-size: 11px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 16px;
    padding-right: 25px;
    position: relative;
}

.message-list-view .message-content .unread-count {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
}

.dialog-message {
    max-width: 80%;
    float: left;
    clear: both;
    padding-left: 60px;
    padding-right: 0;
    position: relative;
    margin-top: 10px;
    min-height: 42px;
}

.dialog-message:first-child {
    margin-top: 0;
}

.dialog-message.dialog-message-right {
    float: right;
    padding-left: 0;
    padding-right: 60px;
}

.dialog-message .dialog-message-sender {
    position: absolute;
    width: 36px;
    left: 3px;
    top: 3px;
}

.dialog-message.dialog-message-right .dialog-message-sender {
    position: absolute;
    width: 36px;
    left: auto;
    right: 3px;
    top: 3px;
}

.dialog-message .dialog-message-sender img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dialog-message .dialog-message-date {
    text-align: right;
    color: #999;
    font-size: 9px;
}

.dialog-message.dialog-message-right .dialog-message-date {
    text-align: left;
}

.dialog-message .dialog-message-content {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 11px;
    background: rgba(79, 138, 255, 0.45);
    padding: 4px;
    margin-top: 5px;
    position: relative;
}

.dialog-message.dialog-message-right .dialog-message-content {
    background: rgba(255, 152, 0, 0.45);
}

.dialog-message .dialog-message-content:before {
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    right: auto;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0px 10px 10px;;
    border-color: rgba(79, 138, 255, 0.45) transparent transparent transparent;
}

.dialog-message.dialog-message-right .dialog-message-content:before {
    content: " ";
    display: block;
    position: absolute;
    right: -10px;
    left: auto;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 0;
    border-color: rgba(255, 152, 0, 0.45) transparent transparent transparent;
}

.unread-count {
    position: absolute;
    top: -5px;
    right: -5px;
}

.table-visa {
    font-size: 12px;
}

.table-visa td {
    white-space: nowrap;
}

.campus-comments {

}

.campus-comments .campus-comment {
    position: relative;
    border-top: solid 1px #ccc;
    padding: 3px 0;
}

.campus-comments .campus-comment:first-child {
    border-top: none;
}

.campus-comments .campus-comment .tit {
    font-weight: bold;
}

.campus-comments .campus-comment .com {

}

.campus-comments .campus-comment .dat {
    color: #666666;
    font-size: 10px;
}

.campus-comments .campus-comment .act {
    position: absolute;
    right: 2px;
    top: 5px;
}

/*up0208*/

@media only screen and (max-width: 900px) {
    #page-sidebar .branch-selection > .dropdown {
        display: flex;
        width: 100%;
        align-items: center;
    }

    #page-sidebar .branch-selection > .dropdown > a {
        display: flex;
        width: 100%;
        padding: 0 15px;
    }

    #page-sidebar .branch-selection > .dropdown .dropdown-menu {
        width: 100%;
    }

    #page-content-wrapper {
        top: 0;
    }

    #header-nav-right {
        margin: 0 15px;
        padding: 15px 0;
    }

    #header-nav-right a.hdr-btn {
        color: #000;
    }

    #header-nav-right a.hdr-btn:hover {
        color: #333;
    }

    #header-nav-right .dropdown > a, #header-nav-right .header-btn {
        display: none;
    }

    #header-nav-right .dropdown > a .glyph-icon, #header-nav-right .header-btn .glyph-icon {
        color: #000;
    }

    .endless-content {
        margin: 0 -15px;
    }

    .multi-filters .filterer .dropdown .dropdown-menu {
        position: relative;
    }
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #a9a9a9;
    color: #262626;
}

.select2-search__field {
    width: 100% !important;
    padding: 0;
}

form.ajaxform small.text-danger {
    padding-left: 15px;
}

table tfoot tr:last-child td:last-child button.btn-sm.btn-info {
    height: 35px;
}

div.image-uploader.multi-image-uploader .uploaded-images .col-xs-6.col-sm-6.col-md-6.taggable-item {
    margin-bottom: 30px;
}

.edit-activity-icon {
    margin-top: 0px !important;
    font-size: 18px !important;
    transform: translateY(-5px);
}

i.gicon-item {
    display: block;
    font-size: 26px;
    line-height: 30px;
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px;
    text-align: center;
    color: #92A0B3;
}

#is-main {
    box-shadow: inset 0 10px 10px rgba(0, 0, 0, .075), 0 0 20px rgba(102, 175, 233, .8);
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

table .table-center-col-content {
    display: flex;
    height: 40px;
    align-items: center;
}

.social-icon-singular > svg {
    margin: 10px;
}

.social-icon-singular .glyph-icon,
.black-icon {
    color: #535353 !important;
}

.social-icon-singular svg {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.social-icon-singular {
    display: flex;
    justify-content: center;
    align-items: center;
}

.transportation-icons {
    width: 18px;
    height: 18px;
    display: inline-table;
    float: left;
    margin: 0px 10px 10px 10px !important;
}

/* Pricing tables */

.pricing-box {
    text-align: center;
}

.pricing-box .pricing-title,
.pricing-box .pricing-specs {
    margin: -1px -1px 0;
}

.pricing-box .pricing-title {
    font-weight: normal;
    padding: 15px;
}

.pricing-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-box .pricing-specs {
    padding: 10px 15px 20px;
}

.pricing-box .pricing-specs span {
    font-size: 50px;
}

.pricing-box .pricing-specs span sup {
    font-size: 30px;
    margin-left: -20px;
    padding-right: 5px;
}

.pricing-box .pricing-specs i {
    font-size: 14px;
    font-style: normal;
    display: block;
    color: rgba(255, 255, 255, .6);
}

.pricing-box ul li {
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    padding: 0 10px;
    border-bottom: #eee solid 1px;
}

.pricing-box ul li:nth-child(even) {
    background: #fafafa;
}

/* Pricing table alternate style */

.pricing-table .pricing-box {
    padding: 0;
}

.pricing-table .pricing-box + .pricing-box {
    border-width: 1px 1px 1px 0;
    border-radius: 0;
}

.pricing-table .pricing-box + .pricing-box:nth-child(2):last-child {
    border-width: 1px 1px 1px;
}

.pricing-table .pricing-box .pricing-title,
.pricing-table .pricing-box .pricing-specs {
    margin: 0;
    border-bottom: #eee solid 1px;
    border-radius: 0;
}

.pricing-table .pricing-box .pricing-specs span {
    font-size: 40px;
}

.pricing-table .pricing-box .pricing-specs span sup {
    font-size: 20px;
    margin-left: -10px;
    padding-right: 5px;
}

.pricing-table .pricing-box .pricing-specs i {
    color: rgba(0, 0, 0, .5);
}

.pricing-table .pricing-best {
    position: relative;
    z-index: 15;
    margin-right: -1px;
    margin-left: -1px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.pricing-table .pricing-best .pricing-specs {
    background: #fafafa;
}

.pricing-table .pricing-best .pricing-title {
    font-size: 28px;
    line-height: 60px;
    height: 90px;
    margin: -25px -1px 0;
}

/* Pricing alternate */

.pricing-box-alt {
    position: relative;
}

.pricing-box-alt .col-md-3 {
    padding: 0;
    border: #f0f0f0 solid 1px;
    border-width: 1px 1px 1px 0;
    width: 26%;
    text-align: center;
}

.list-group-icons .col-md-3 {
    width: 25%;
!important;
}

.list-group-icons li {
    height: 80px !important;
}

.list-group-icons a {
    line-height: 1.2;
    height: 80px;
}

.plan-header {
    border-bottom: none !important;
}

.plans-features ul li {
    text-transform: capitalize;
}

.pricing-box-alt .plans-features {
    width: 22%;
    text-align: right;
    border-color: transparent #f0f0f0 transparent transparent;
}

.pricing-box-alt .plans-features .plan-header {
    height: 170px;
}

.pricing-box-alt .plans-features ul li {
    border-left: #f0f0f0 solid 1px;
}

.pricing-box-alt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-box-alt .plan-header {
    padding: 15px;
    border-bottom: #f0f0f0 solid 1px;
}

.pricing-box-alt .plan-header h4 {
    margin: 0;
    color: #f26b33;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    border-bottom: #F3F3F3 solid 1px;
    font-family: Poppins, Helvetica, "sans-serif";
}



.pricing-box-alt .plan-header .plan-price {
    font-size: 45px;
    font-weight: 100;
    height: 60px;
    line-height: 65px;
    margin: 0 0 5px;
    color: var(--textHeaderColor);
}

.pricing-box-alt .plan-header .plan-price small {
    font-size: 26px;
    opacity: 0.4;
    padding-right: 3px;
}

.pricing-box-alt .studio-plan .plan-header h4 {
    color: #32cf4e;
}

.pricing-box-alt .unlimited-plan .plan-header h4 {
    color: #3792f2;
}

.pricing-box-alt ul li {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border-bottom: #f0f0f0 solid 1px;
    color: #0093d9;
    font-size: 14px;
    font-weight: bold;
}

.pricing-box-alt .plans-features ul li {
    color: #8c8c8c;
    font-weight: normal;
    font-size: 12px;
    overflow: hidden;
}

.pricing-box-alt ul li .feature-included,
.pricing-box-alt ul li .feature-excluded {
    border-radius: 30px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.pricing-box-alt ul li .feature-excluded {
    background: #e6e6e6;
}

.pricing-box-alt .pricing-btn {
    padding: 15px;
    background: #fafafa;
}

.pricing-box-alt .pricing-btn .btn {
    padding: 15px 0;
    font-weight: bold;
    font-size: 16px;
    box-sizing: initial;
    display: block;
    line-height: 1;
    color: white;
}

.pricing-box-alt .pricing-btn .btn b {
    opacity: 0.6;
    display: block;
    padding: 6px 0 0;
    font-size: 13px;
    font-weight: normal;
}

.individual-plan .pricing-btn {
    border-left: #c6c6c6 solid 1px;
    margin-left: -1px;
}

.pricing-box-alt ul li.header {
    background: #f9f9f9;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    font-size: 14px;
    color: var(--textHeaderColor);
}

a.modal-link[data-original-title='Düzenle'] {
    background: #2ecc71;
    color: white;
    width: 34px;
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    padding: 7px 0;
}
thead a{
    color: #344c7d !important;
}
.btn:hover{
    border-color: transparent !important;
}
a.text-danger[data-method='DELETE'] {
    color: #e74c3c !important;
    width: 34px;
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
}

.table-invoices tr td:nth-child(9) {
    min-width: 170px;
    white-space: normal !important;
}

.table-invoices tr td:nth-child(10) {
    min-width: 200px;
}

.table-invoices {
    font-size: 14px !important;
}

.table-invoices .table-course {
    font-size: 13px !important;
}

.table-invoices tr.style1 td {
    background: #65a6ff4a !important;
}

.table-invoices tr.style0 td {
    background: #e74c3c4a !important;
}

.table-invoices tr.style2 td {
    background: #308dcc4a !important;
}

.table-invoices tr.style3 td {
    background: #2ecc714a !important
}

.table-invoices tr.style4 td {
    background: #e67e224a !important
}

.table-invoices tr.style5 td {
    background: #00bca44a !important
}

.table-applications tr.yellowStyleColor {
    background: #fdf2a6 !important;
}

.table-applications tr.yellowStyleColor:nth-of-type(odd) td {
    background: #fdf2a6 !important;
}

.table-students tr.yellowStyleColor th {
    background: #fdf2a6 !important;
}

.table-students tr.redStyleColor1 th {
    background: #ffbaba5a !important;
}

.table-students tr.redStyleColor2 th {
    background: #fe7b7b5a !important;
}

.table-students tr.redStyleColor3 th {
    background: #ff52525a !important;
}

.table-students tr.redStyleColor4 th {
    background: #ff00005a !important;
}

.tl-row .tl-icon {
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    font-size: 0 !important;
    left: 0 !important;
}

.tl-row .tl-icon img {
    max-width: 100%;
}

.tl-item .title {
    display: inline-block;
    width: 100%;
    clear: both;
}

.tl-item .title .checkbox {
    display: inline-block;
    margin: 0;
    width: 20px;
    min-height: initial;
    float: left;
    height: 20px;
    padding-top: 5px;
}

.tl-item .title .checkbox input {
    margin: 0;
    float: none;
}

.tl-item .title .buttons {
    display: inline-block;
    float: right;
}

.tl-item .title .buttons a + a {
    margin-right: 5px;
}

.tl-item {
    position: relative;
}

.tl-item + .tl-item {
    margin-top: 30px;
}

.tl-row {
    max-height: 575px;
    overflow-y: scroll;
}

.tl-icon {
    left: -10px;
    right: initial;
    margin-left: -30px;
}

.popover.right .arrow {
    left: -14px;
}

table tr:nth-of-type(odd) td {
    background: #f9f9f9;
}

table tr td + td {
    border-left: 1px solid #f0f2f5 !important;
}

.calendar-select + .table-responsive {
    background: white;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border: 1px solid #f0f2f5;
}

.calendar-next, .calendar-prev {
    border: 0;
}

.calendar-select .calendar-month {
    line-height: 20px;
}

.btn.theme-switcher {
    top: initial;
    bottom: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    left: -30px;
}

.calendar-select + .table-responsive table tr td {
    background: white !important;
}

input[name='location_duration_amount'] {
    width: calc(100% - 95px);
    margin-right: -5px;
}

@media only screen and (max-width: 900px) {
    #page-header .user-account-btn .dropdown-menu {
        -webkit-box-shadow: 0px 9px 24px -7px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 9px 24px -7px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 9px 24px -7px rgba(0, 0, 0, 0.75);
    }

    #header-nav-right a.hdr-btn {
        font-size: 20px;
    }

    .panel, .panel-layout {
        margin-bottom: 0;
    }

    .bsdatepicker.dropdown-menu {
        top: initial !important;
        bottom: 0;
    }

    .pull-left {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .filter-field {
        display: block;
        width: 90%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .course-item .price-container .price {
        font-size: 14px;
    }

    ul.dropdown-menu.dropdown-menu-right {
        position: absolute;
        left: initial !important;
        right: 0;
    }

    button.btn.btn-xs.btn-default {
        padding: 2px 20px;
    }

    .quote-actions {
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    div#page-title .pull-left {
        display: block;
        float: none !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .quote-actions .pull-right {
        float: none !important;
        padding: 10px 0;
    }

    .nav-tabs-students li {
        white-space: nowrap;
        float: initial;
    }

    .nav-tabs-students li a {
        border-radius: 4px !important;
    }

    .nav-tabs-students {
        margin-bottom: 30px;
        border: 0 !important;
        padding: 0 !important;
    }

    .pagination li.page-item a {
        margin-bottom: 15px;
    }

    a.modal-link.btn.btn-sm.btn-gray {
        margin-left: 10px;
    }

    .contentTitleParent {
        padding: 15px;
    }

    h3.content-box-header.bg-default {
        max-width: 140px;
        min-width: 140px !important;
        display: block;
    }
}

.theme-switcher .glyph-icon {
    width: 30px;
    height: 40px;
    line-height: 40px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

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

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    overflow: hidden;
}

html {
    overflow: hidden;
    overflow-y: scroll;
}

@media only screen and (max-width: 425px) {
    #page-title {
        text-align: left;
    }

    #page-title .btn {
        float: none !important;
        display: inline-block;
        margin-bottom: 5px;
        margin-left: 5px;
    }
}

.quote-actions .btn {
    margin-left: 5px;
    margin-bottom: 5px;
}

.location-name {
    margin-bottom: 15px;
}

.location-name + a {
    margin-bottom: 15px;
    display: inline-block;
}

.card-advisor {
    background: white;
    padding: 30px;
    border: 1px solid gainsboro;
    border-radius: 3px;
    margin-bottom: 30px;
    min-height: 230px;
}

.border-danger {
    border-color: #e74c3c;
    border-bottom: 4px solid #e74c3c;
}

.border-warning {
    border-color: #e67e23;
    border-bottom: 4px solid #e67e23;
}

.border-success {
    border-color: #2ecc71;
    border-bottom: 4px solid #2ecc71;
}

.card-advisor .mb-2 {
    margin-bottom: 15px;
}

.card-advisor .mb-4 {
    margin-bottom: 30px;
}

.card-advisor .card-header-toolbar {
    position: absolute;
    top: 30px;
    right: 30px;
}

.card-advisor .dropdown-menu {
    padding: 15px;
    right: 0;
    left: initial;
}

.card-advisor .dropdown-menu a {
    display: block;
}

.card-advisor h4 {
    font-weight: 600;
}

.card-advisor .card-header-toolbar .border-top {
    border-top-width: 1px !important;
    border-color: #f6f7fa;
    padding-top: 6px;
}

.card-advisor .card-header-toolbar .custom-switch {
    float: right;
    display: inline-block;
}

.card-advisor .card-header-toolbar .border-top > div > div {
    display: inline-block;
}


.alert.trailer-box {
    background: #e56f93;
    border-radius: 0;
    margin: 0;
    text-align: center;
}

.alert.trailer-box p {
    color: white;
    font-weight: 400;
    font-size: 15px;
}

.alert.trailer-box p span {
    color: black;
    font-weight: 600;
}

.alert.trailer-box .btn {
    background: white;
    font-weight: 400;
}

.pricing-box-alt .plans-features + .col-md-3 .pricing-btn {
    border-left: 1px solid #f0f0f0;
    margin-left: -1px;
}

@media only screen and (max-width: 1100px) {
    .pricing-box-alt .plan-header h4 {
        font-size: 12px;
    }

    .pricing-box-alt .plan-header .plan-price {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .plans-items-4 .col-md-3 {
        width: 20% !important;
    }
}

.pricing-box-alt.plans-items-4 .plan-header .plan-price small {
    font-size: 18px;
}

.pricing-box-alt.plans-items-4 .plan-header h4 {
    font-size: 8px;
}

@media only screen and (max-width: 800px) {
    .pricing-box-alt .plans-features {
        width: 100%;
        border: 0;
    }

    .pricing-box-alt .plans-features .plan-header {
        height: 0;
    }

    .pricing-box-alt .col-md-3 {
        width: 100%;
        border-width: 1px !important;
    }
}


@media only screen and (max-width: 480px) {
    #header-nav-right {
        float: none;
        display: inline-block;
        width: 100%;
        clear: both;
        background: white;
        margin: 0;
        padding-left: 15px;
        margin-bottom: -5px;
    }
	.bg-black{
		#header-nav-right {
			background: #344c7d;
		}
	}

    #page-header {
        height: auto;
    }

    .filter-field {
        padding: 0;
        margin: 0;
        width: 100%;
        margin-top: 5px;
    }

    .panel-body .table-responsive {
        margin-bottom: 0;
    }

    .nav-tabs-campus li {
        display: block;
        float: none;
    }

    .nav-tabs-campus {
        border: 0;
        margin-top: 30px;
    }

    .nav-tabs-campus li a {
        border-radius: 5px !important;
    }

    .panel-body iframe {
        max-width: 100%;
    }

    .panel {
        margin-bottom: 30px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        margin-bottom: 0 !important;
    }

    #page-title > .btn {
        width: calc(50% - 10px);
        margin: 0;
        float: left !important;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    #page-title > .btn:nth-child(odd) {
        margin-right: 0 !important;
        margin-left: 10px;
    }

    div#page-title > div > .btn {
        width: calc(50% - 10px);
        margin: 0;
        margin-right: 10px;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div#page-title > div > .btn:nth-child(even) {
        margin-right: 0 !important;
        margin-left: 6px;
    }

    .quote-actions .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .quote-actions {
        text-align: initial;
    }

    .quote-actions button.btn {
        width: auto;
        margin: 0 !important;
    }

    ul.dropdown-menu.dropdown-menu-right {
        position: absolute;
        left: 0 !important;
        right: initial !important;
    }

    .dropdown > .dropdown-menu.dropdown-menu-right:before,
    .dropdown > .dropdown-menu.dropdown-menu-right:after {
        left: 10px;
        right: initial;
    }

    button#gonderBtn {
        width: 100%;
        margin-bottom: 5px !important;
    }

    .invoice-preview-top .account-name, .invoice-preview-top .account-address, .invoice-preview-top .account-phone, .invoice-preview-top .account-email, .invoice-preview-top .student-name {
        padding: 0;
    }

    .breadcrumb > li {
        padding-bottom: 5px;
    }

    div#page-title .pull-right {
        display: block;
        float: none !important;
    }

    .text-right {
        text-align: left !important;
    }

    a.modal-link.btn.btn-sm.btn-gray {
        margin-left: 0;
    }

    .col-xs-6 .text-right {
        text-align: right !important;
    }

    .nav-record-sections li {
        display: block;
        float: none;
    }

    .nav-record-sections li a {
        border-radius: 5px !important;
    }

}

.fixed-header .alert.trailer-box {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.fixed-header #page-header {
    top: 54px;
}

.fixed-header #page-wrapper {
    padding-top: 132px;
}

.fixed-sidebar .alert.trailer-box + #page-header #header-logo {
    height: 132px;
}

.bg-gradient-3 {
    background: linear-gradient(
            45deg, #f6c1ff, #9be0ff) !important;
}

#page-sidebar ul li a:hover {
    border-color: transparent;
    text-decoration: none !important;
}

#header-nav-right a.hdr-btn {
    float: left;
    height: 45px;
    width: 45px;
    line-height: 28px;
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, .05);
    border-radius: 3px;
    margin: 0px 5px 0 0;
    color: rgba(255, 255, 255, .7);
}

#header-nav-right .dropdown > a {
    border: 0px !important;
}

#header-nav-right .dropdown > a:hover {
    border: 0px !important;
    background: rgba(255, 255, 255, .15);
}

.icon-question-circle:before,
#header-nav-right .icon-calendar:before,
.icon-arrows-alt:before,
.icon-linecons-paper-plane:before,
.icon-linecons-megaphone:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    align-self: center;
}
.icon-graduation-cap:before {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 21px;
	align-self: center;
}

.datepicker{
    padding-left: 10px;
}
.login-form-control{
    border-radius: 0px !important;
}
.login-form-control:focus{
    box-shadow: 0px 1px 1px rgb(0 0 0 / 0%) !important;
    border-color: #3baedd !important;
}
.login-btn{
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 6px !important;
    border: 0px !important;
    font-size: 15px;
    transition: font-size .2s ease;/* Animation */
}
.login-btn:hover{
    font-size: 13px;
}
.panel-title {
    font-size: 14px;
    font-family: Poppins, Helvetica, "sans-serif" !important;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--textHeaderColor);
}

#page-sidebar ul li a:hover,
#page-sidebar ul li.sfHover > a.sf-with-ul {
    border: 0px !important;
    font-size: 14px;
    background: #f6f7fa;
    color: #3baedd;
}

#sidebar-menu li .sidebar-submenu {
    margin: 0px !important;
    border-radius: 0px !important;
    background: #f6f7fab3;
}

.dashboard-scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.zoom {
    transition: transform .2s; /* Animation */
}

.zoom:hover {
    transform: scale(0.95);
}

.table > thead > tr > th {
    color: var(--textHeaderColor);
}

.payment-details {
    font-size: 16px !important;
    line-height: 49px !important;
    float: left;
    margin-top: 5px;
    color: #92A0B3 !important;
    align-content: center;
}

.package-payment-date {
    padding: 15px;
    bottom: 0;
    border: 0px;
    right: 10px;
    color: var(--textHeaderColor);
}

.current-panel-buttons {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.content-box {
    border: 0px !important;
}

.bordered-row > .form-group {
    padding: 10px 0;
    border: 0px !important;
}

.bordered-row > .form-group input {
    height: 45px;
}

.checkbox:before,
.checkbox:after {
    display: table;
    content: ' ';
}

.check-content {
    margin-left: 60px;
    margin-top: 10px;
}

.card-item {
    max-width: 380px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}

.card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgb(14 42 90 / 55%)
    transform: perspective(2000px) rotateY(
            0deg
    ) rotateX(
            0deg
    ) rotate(
            0deg
    );
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%;
}

.card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.card-item__wrapper {
    font-family: "Source Code Pro", monospace;
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgb(14 42 90 / 80%);
    user-select: none;
}

.card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 0 10px;
}

.card-item__chip {
    width: 60px;
}

.card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
}

.card-item__typeImg {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    object-position: top right;
}

.card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff !important;
    font-size: 27px;
    margin-bottom: 9px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}
.print-btn{
    float: right;
}

.card-item__numberItem {
    width: 16px;
    display: inline-block;
}

.card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

.card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px;

}

.card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;

}

.card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 10px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;

}

.card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 6px;
    width: 100%;
    color: white !important;

}

.card-item__dateItem {
    position: relative;
}

.card-item__dateItem span {
    width: 22px;
    display: inline-block;
}

.card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
}

.card-item__focus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #08142f;
    height: 100%;
    border-radius: 5px;
    filter: blur(25px);
    opacity: 0.5;
}

.card-item__side.-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: perspective(2000px) rotateY(
            -180deg
    ) rotateX(
            0deg
    ) rotate(
            0deg
    );
    z-index: 2;
    padding: 0;
    height: 100%;
}

.card-item__side.-back .card-item__cover {
    transform: rotateY(
            -180deg
    );
}

.card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-item__cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 2, 29, 0.45);
}

.card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}

.card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgb(32 56 117 / 35%);
}

.card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start;
}

.card-item__cvv .card-item__type {
    opacity: 0.7;
}

.card-item__typeImg {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    object-position: top right;
}

.modal-footer .btn + .btn {
    background: #2364d2 !important;
    border-radius: 7px;
}

.font-inverse .glyph-icon:before {
    color: #232E46;
}

/*.btn .glyph-icon:before{*/
/*    color: white !important;*/
/*}*/
.nav > li.active > a:hover {
    border: 0px !important;
}

.nav > li > a:hover {
    background: #e8e8e8c7;
    border: 0px !important;
    border-bottom: 2px solid #3596f3 !important;
}

.nav-tabs > li.active > a {
    border: 0px;
    font-weight: 700;
}
#tasks-list .comments{
	margin-left: 15px;
}
#tasks-list .comment {
	padding: 10px;
	padding-left: 18px;
	border-left: 1px solid #ededed;
	position: relative;
}
#tasks-list .commentAuthor{
	font-weight: 600;
}
#tasks-list .commentCreateAt{
	font-size: 10px;
	color: #a4a4a4;
	text-align: right;
}

#tasks-list .comment:before{
	content: '';
	width: 10px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 40%;
	bottom: 0;
	background: #ededed;
}

.comment-right .glyph-icon:before{
	font-size: 17px;
}

#page-sidebar ul li a:hover .glyph-icon:before {
    color: #3baedd;
}

.bg-gradient-8 .glyph-icon:before {
    color: white !important;

}

.bg-blue ul li a:hover .glyph-icon:before,
.bg-primary ul li a:hover .glyph-icon:before,
.bg-red ul li a:hover .glyph-icon:before,
.bg-green ul li a:hover .glyph-icon:before,
.bg-warning ul li a:hover .glyph-icon:before,
.bg-purple ul li a:hover .glyph-icon:before,
.bg-black ul li a:hover .glyph-icon:before {
    color: rgba(255, 255, 255, 0.62) !important;
}

.bg-blue .glyph-icon:before,
.bg-primary .glyph-icon:before,
.bg-red .glyph-icon:before,
.bg-green .glyph-icon:before,
.bg-warning .glyph-icon:before,
.bg-black .glyph-icon:before,
.bg-purple .glyph-icon:before {
    color: white;
}

.bg-warning li a:hover,
.bg-primary li a:hover,
.bg-red li a:hover,
.bg-green li a:hover,
.bg-blue li a:hover,
.bg-black li a:hover,
.bg-purple li a:hover {
    background: rgba(255, 255, 255, .05) !important;
    color: white !important;
}

.bg-warning ul li a:hover,
.bg-primary ul li a:hover,
.bg-blue ul li a:hover,
.bg-red ul li a:hover,
.bg-green ul li a:hover,
.bg-warning ul li.sfHover > a.sf-with-ul,
.bg-primary ul li.sfHover > a.sf-with-ul,
.bg-red ul li.sfHover > a.sf-with-ul,
.bg-green ul li.sfHover > a.sf-with-ul,
.bg-blue li.sfHover > a.sf-with-ul,
.bg-black ul li a:hover,
.bg-black ul li.sfHover > a.sf-with-ul,
.bg-purple ul li a:hover,
.bg-purple ul li.sfHover > a.sf-with-ul {
    border: 0px !important;
    font-size: 14px;
    background: rgba(255, 255, 255, .05) !important;
}

.bg-black .branch-selection > .dropdown > a,
.bg-blue .branch-selection > .dropdown > a,
.bg-green .branch-selection > .dropdown > a,
.bg-warning .branch-selection > .dropdown > a,
.bg-primary .branch-selection > .dropdown > a,
.bg-red .branch-selection > .dropdown > a,
.bg-purple .branch-selection > .dropdown > a {
    color: white !important;
}

.bg-purple li .ajaxlink:hover,
.bg-blue li .ajaxlink:hover,
.bg-green li .ajaxlink:hover,
.bg-warning li .ajaxlink:hover,
.bg-primary li .ajaxlink:hover,
.bg-red li .ajaxlink:hover,
.bg-purple li .ajaxlink:hover {
    color: black !important;
}

.nav-tabs-campus {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}


@media only screen and (max-width: 480px) {
    #header-nav-right {
        float: none;
        display: inline-block;
        width: 100%;
        clear: both;
        background: white;
        margin: 0;
        padding-left: 15px;
        margin-bottom: -5px;
    }

    #page-header {
        height: auto;
    }

    .filter-field {
        padding: 0;
        margin: 0;
        width: 100%;
        margin-top: 5px;
    }

    .panel-body .table-responsive {
        margin-bottom: 0;
    }

    .nav-tabs-campus li {
        display: block;
        float: none;
    }

    .nav-tabs-campus {
        border: 0;
        margin-top: 30px;
    }

    .nav-tabs-campus li a {
        border-radius: 5px !important;
    }

    .panel-body iframe {
        max-width: 100%;
    }

    .panel {
        margin-bottom: 30px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        margin-bottom: 0 !important;
    }

    #page-title > .btn {
        width: calc(50% - 10px);
        margin: 0;
        float: left !important;
        margin-bottom: 10px;
        margin-right: 10px;
        display: inline-block !important;
    }

    #page-title > .btn:nth-child(odd) {
        margin-right: 0 !important;
        margin-left: 10px;
    }

    div#page-title > div > .btn {
        width: calc(50% - 10px);
        margin: 0;
        margin-right: 10px;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div#page-title > div > .btn:nth-child(even) {
        margin-right: 0 !important;
        margin-left: 6px;
    }

    .quote-actions .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .quote-actions {
        text-align: initial;
    }

    .quote-actions button.btn {
        width: auto;
        margin: 0 !important;
    }

    ul.dropdown-menu.dropdown-menu-right {
        position: absolute;
        left: 0 !important;
        right: initial !important;
    }

    .dropdown > .dropdown-menu.dropdown-menu-right:before,
    .dropdown > .dropdown-menu.dropdown-menu-right:after {
        left: 10px;
        right: initial;
    }

    button#gonderBtn {
        width: 100%;
        margin-bottom: 5px !important;
    }

    .invoice-preview-top .account-name, .invoice-preview-top .account-address, .invoice-preview-top .account-phone, .invoice-preview-top .account-email, .invoice-preview-top .student-name {
        padding: 0;
    }

    .breadcrumb > li {
        padding-bottom: 5px;
    }

    div#page-title .pull-right:not(.btn) {
        float: none !important;
		width: 100%;
		display: flex !important;
    }

    .text-right {
        text-align: left !important;
    }

    a.modal-link.btn.btn-sm.btn-gray {
        margin-left: 0;
    }

    .col-xs-6 .text-right {
        text-align: right !important;
    }

    div#page-title .dropdown {
        margin-top: 10px;
    }

}


.login-box .form-group {
    margin-bottom: 25px;
}

.login-box .col-xs-6.text-right a {
    text-align: right;
    display: block;
}

.reset-box h3.content-box-header.bg-default {
    max-width: 100%;
}

.reset-box h3.content-box-header.bg-default + div {
    padding: 10px;
}

.reset-box h3.content-box-header.bg-default + div .form-group {
    margin-bottom: 10px;
}


@media only screen and (max-width: 900px) {
    .current-panel-buttons {
        position: relative;
        margin-top: 28px;
    }
    div#page-content {
        min-height: initial !important;
    }
}

.nav-record-sections {
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #3596f3 !important;
	flex-direction: row;
	display: flex;
	overflow: hidden;
	overflow-x: auto;
}
.nav-record-sections li{
	white-space: nowrap;
}

@media only screen and (max-width:500px){
    .nav-record-sections li{
        display: block;
        float: none;
    }
    .nav-record-sections li a{
        display: block;
        border-radius: 6px !important;
    }
}

.bg-green-light {
    background-color:#51d88a;
}
.bg-green-lighter {
    background-color:#a2f5bf;
}
.bg-green-lightest {
    background-color:#e3fcec;
}

.modal-flex-header:before,
.modal-flex-header:after{
    content: "";
    display: initial;
}

.modal-flex-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    grid-template-columns: 1fr 0.5fr;
}

.modal-flex-header .modal-title {
    width: 80%;
}

.modal-flex-header .actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.modal-flex-header .actions .btn-group {
    margin-right: 15px;
}

.modal-flex-header .actions .btn {
    text-transform: uppercase;
}
#page-sidebar li ul li a:before {
	font-size: 8px;
	line-height: 20px;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	z-index: 9;
}
#sidebar-menu .sidebar-submenu li a{
	line-height: normal;
	height: max-content;
}
#sidebar-menu li .sidebar-submenu ul li{
	padding: 10px 0px;
	min-height: 35px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	position: relative;
}
.pageTitle {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.next-status-item {
	color: #333;
	cursor: pointer;
}
.fc-ltr .fc-event-hori{
	opacity: 1 !important;
}
.fc-ltr .fc-event-hori.completed{
	opacity: 0.4 !important;
}

.fc-ltr .fc-event-hori.task{
	background: #3596f3;
}
.fc-ltr .fc-event-hori.item-invoice{
	background: #ffd214;
	color: #fff;
}
.fc-ltr .fc-event-hori.item-payment{
	background: #e15647;
	color: #fff;
}
.fc-ltr .fc-event-hori.item-birthday{
	background: #f49500;
	color: #fff;
}
.fc-ltr .fc-event-hori.item-followup{
	background: #3596f3;
}
.fc-ltr .fc-event-hori.item-quote{
	background: #ffd214;
	color: #fff;
}
.fc-ltr .fc-event-hori.item-holiday{
	background: #a5001c;
	color: #fff;
}
#page-header {
	z-index: 180 !important;
}

.user-account-btn .dropdown-menu{
	border-radius: 15px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 23%);
}

#page-header .user-account-btn .dropdown-menu{
	padding: 0px;
}
.login-box{
	padding: 0px;
}
.login-box .top {
	display: flex;
	align-items: center;
	padding: 15px;
	background: #f5f5f5;
	border-radius: 15px 15px 0 0;
}
.login-box .top .about-user{
	width: 100%;
	color: #344c7e;
	font: normal normal 500 14px "Poppins", sans-serif;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.login-box .top .about-user .status{
	font: normal normal 500 11px "Poppins", sans-serif;
	color: #2097f3;
}
.login-box .top .edit-content{
	background: #e7e7e7;
	padding: 6px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}
.login-box .user-info{
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.login-box .user-info a{
	display: inline-block;
	font: normal normal 400 14px / 28px "Poppins", sans-serif;
	color: #344c7f;
	padding: 3px 10px;
	border-radius: 5px;
	height: max-content;
	width: 100%;
}
.login-box .user-info a:hover{
	text-decoration: none;
	font: normal normal 600 14px / 28px "Poppins", sans-serif;
}
.login-box .top .about-user .icon-pencil:before {
	color: #344c7e !important;
}
.login-box .user-img {
	position: relative;
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
	margin-right: 15px;
}
#page-header .user-account-btn .dropdown-menu .button-pane-alt{
	padding: 0px !important;
}

#page-header .user-account-btn .dropdown-menu .button-pane-alt .btn-primary{
	border-radius: 0 0 15px 15px;
	line-height: 39px;
	height: 39px;
	min-width: 34px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font: normal normal 500 14px "Poppins", sans-serif;
	text-transform: uppercase;
}
#page-header .user-account-btn .dropdown-menu .button-pane-alt .btn-primary i{
	font-size: 13px;
}


@keyframes loading {
	0%, 80%, 100% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.5);
	}
}
.load-more-div{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.button-more{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 6px;
	background: transparent;
	border: 1px solid #666;
	border-radius: 5px;
	color: #666;
}
.button-more:hover{
	background: #666;
	color: white;
}
.circle-loader {
	width: 20px;
	height: 20px;
	border: 3px solid transparent;
	border-top: 3px solid white; /* Dönen dairenin rengi */
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-left: 10px;
}

@media only screen and (max-width:500px){
	#page-sidebar.collapse.in {
		overflow: auto;
		position: absolute;
		z-index: 99;
		height: 100vh!important;
	}
	.dashboard-rep-box .tile-content-wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.dashboard-rep-box .icon-money{
		height: 50px;
		font-size: 35px;
		position: relative;
		opacity: .3;
		top: 0;
		left: 0;
		margin-top: 0;
	}

	.content-box-header .header-buttons-separator{
		display: block;
	}
	.header-buttons-separator .icon-separator{
		padding: 0px !important;
	}
	#mobile-navigation .logo-content-small{
		display: none !important;
	}
	#mobile-navigation {
		float: left;
		margin: 0;
		position: relative;
		height: 78px;
		padding: 0 0 0 0 !important;
		text-align: center;
		border-right: 0 !important;
	}
}

.glyphicon {
    color: #0093d9;
    line-height: 45px !important;
    opacity: .6;
    animation-fill-mode: both;
    display: block;
    float: left;
    width: 30px;
    height: 36px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    font-size: 18px;
    -moz-opacity: .60;
    filter: alpha(opacity: 60);
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

a:hover .glyphicon {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.bg-blue ul li a:hover .glyphicon:before,
.bg-primary ul li a:hover .glyphicon:before,
.bg-red ul li a:hover .glyphicon:before,
.bg-green ul li a:hover .glyphicon:before,
.bg-warning ul li a:hover .glyphicon:before,
.bg-purple ul li a:hover .glyphicon:before,
.bg-black ul li a:hover .glyphicon:before {
    color: rgba(255, 255, 255, 0.62) !important;
}

.bg-blue .glyphicon:before,
.bg-primary .glyphicon:before,
.bg-red .glyphicon:before,
.bg-green .glyphicon:before,
.bg-warning .glyphicon:before,
.bg-black .glyphicon:before,
.bg-purple .glyphicon:before {
    color: white;
}
.opportunities-section {
	display: inline-flex;
	align-items: center;
	margin-bottom: 8px;
	gap: 8px;
}
.opportunities-section img{
	flex-shrink: 0;
	height: 16px;
	width: 16px;
	fill: currentColor;
}
.opportunities-section .opportunities-tag {
	width: max-content;
	padding: 3px 8px;
	font-size: 13px;
	color: #01165b;
	font-weight: 600;
	border-radius: 24px;
	display: inline-flex;
	height: 24px;
	gap: 5px;
	padding-inline: 8px;
	white-space: nowrap;
	border: 0px;
	-webkit-box-align: center;
	align-items: center;
}


/*colors*/
.progress-bar-success,
.bootstrap-switch-success,
.checkbox-success div[id^='uniform-'] span.checked,
.radio-success div[id^='uniform-'] span.checked,
.badge-success,
.label-success,
.btn-success,
.hover-green:hover,
.hover-success:hover,
.bg-green {
	color: #fff;
	border-color: #27AE60;
	background: #6FCF97;
}
.badge-azure,
.label-azure,
.btn-azure,
.hover-azure:hover,
.bg-azure {
	color: #fff;
	background: #56CCF2;
	border-color: #2D9CDB;
}
.badge-blue-alt,
.label-blue-alt,
.btn-blue-alt,
.hover-blue-alt:hover,
.bg-blue-alt {
	color: #fff;
	background: #65a6ff;
	border-color: #5388d1;
}
.progress-bar-warning,
.bootstrap-switch-warning,
.checkbox-warning div[id^='uniform-'] span.checked,
.radio-warning div[id^='uniform-'] span.checked,
.badge-warning,
.label-warning,
.btn-warning,
.bg-warning,
.hover-orange:hover,
.hover-warning:hover,
.bg-orange {
	color: #fff;
	border-color: #D87D29;
	background: #F2994A;
}
.progress-bar-danger,
.bootstrap-switch-danger,
.checkbox-danger div[id^='uniform-'] span.checked,
.radio-danger div[id^='uniform-'] span.checked,
.badge-danger,
.label-danger,
.btn-danger,
.bg-danger,
.hover-red:hover,
.hover-danger:hover,
.bg-red {
	color: #fff;
	background: #EB5757;
	border-color: #C0392B;
}
.title-hero{
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	opacity: 1;
	line-height: 22px;
	font-weight: 500 !important;
	color: #344c7d;
	font-family: Poppins, Helvetica, "sans-serif" !important;
}
