::-webkit-input-placeholder {
	color: #666;
}

::-moz-placeholder {
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

::-ms-input-placeholder {
	color: #666;
}

::placeholder {
	color: #666;
}


body {
	font-size: 16px !important;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	color: #333;
	font-weight: 400;
	margin: 0;
	padding: 0;
	background-color: #F9F9F9;
}

img {
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 700;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

a:hover {
	opacity: 0.8;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


header.top-header{
    background-color: #2195cd;
    padding: 10px 0;
    /* color: #fff; */
}

.block-style{
	padding: 20px;
	min-height: calc(100vh - 66.4px);
	background-color: #fff;
	border-left: 1px solid #ECECF1;
	border-right: 1px solid #ECECF1;
}

.left-sidebar{
	padding: 20px 0;
	position: absolute;
	top: 0;
	left: 15px;
	min-height: 100%;
	width: calc(100% - 30px);
}

.sidebar-menu{
	border-top: 1px solid #ECECF1;
}

.sidebar-menu ul li a{
	display: block;
	color: #333;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 12px 5px 12px 15px;
	border-bottom: 1px solid #ECECF1;
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li.active a{
	background-color: #2195cd;
	color: #fff;
}

.sidebar-menu ul li a span{
	margin-left: 5px;
}

.left-sidebar .logo-blank{
	min-height: 60px;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	display: block;
	margin: 0 20px 20px 20px;
	color: #2195cd;
	border: 1px solid #ECECF1;
	background-color: #F9F9F9;
}

.left-sidebar .logo-blank span{
	display: block;
	font-size: 22px;
}

.top-title{
	border-bottom: 1px solid #ECECF1;
	padding-bottom: 5px;
}

.top-title h1{
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.top-title h2{
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}

.top-panel{
	padding: 20px 0;
}

.form-group{
	margin-bottom: 0;
}

.btn{
	display: inline-block;
    padding: 0px 15px;
    background-color: #2195cd;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    height: 33px;
	line-height: 33px;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn:hover,
.btn.active{
	background-color: #ff6a00;
}

/* .btn.btn-small{
	padding: 7px 35px;
	font-size: 16px;
} */

.form-group .btn {
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
}

.form-control{
	display: block;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	font-family: sans-serif;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ml10{
	margin-left: 10px;
}

a:hover{
	text-decoration: none;
}

.mt30{
	margin-top: 30px;
}

.card{
	border: 1px solid #ECECF1;
	border-radius: 5px;
	background-color: #fff;
}

.card .card-header{
	padding: 15px 20px;
	border-bottom: 1px solid #ECECF1;
}

.card .card-header h6{
	font-size: 18px;
	font-weight: 500;
}

.table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
}



.table td, .table th{
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.bg-light{
	background-color: #fbfbfb !important;
}

.border-0{
	border: 0 !important;
}

.striped{
	border-spacing: 0;
}

.striped tr th, .striped tr td{
	text-align: left;
	vertical-align: middle;
}

.table a.btn{
	color: #fff;
}

.hidden{
	display: none;
}

.text-center{
	text-align: center;
}

.preview-invoice-table{
	display: none;
}

.panel-collapse{
	display: none;
}

.mb20{
	margin-bottom: 20px;
}

.accordion-panel{
	margin-bottom: 10px;
}

.accordion-title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	background-color: #F9F9F9;
	cursor: pointer;
	border-radius: 5px;
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}

.accordion-title:hover{
	color: #ff6a00;
}

.accordion-panel .accordion-title i{
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}

.accordion-panel.accordion-panel-active .accordion-title i{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.invoice-data{
	padding: 20px 15px;
}

.invoice-data li strong{
	color: #ff6a00;
}

.invoice-data-bottom-info{
	text-align: right;
}

.input-group-icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.input-group-icon input{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 42px;
	width: auto;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid #CCCCCC;
	border-right: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.mass-create-popup{
	padding: 0;
	max-width: 600px;
	width: 100%;
}

.mass-create-popup .popup-header{
	padding: 15px;
	border-bottom: 1px solid #ECECF1;
}

.mass-create-popup .popup-body{
	padding: 15px;
	position: relative;
}

.mass-create-popup .popup-footer{
	padding: 15px;
	text-align: right;
	border-top: 1px solid #ECECF1;
}

.mass-create-popup .popup-footer .btn-danger{
	margin-right: 10px;
}

.mass-create-popup .checkbox p{
	display: block;
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 10px;
	color: #737373;
}

.mt10{
	margin-top: 10px;
}

.mb10{
	margin-bottom: 10px;
}

.daterangepicker{
	z-index: 99999;
}
.wickedpicker{
	z-index: 99999;
	height: 110px;
}

.fontello-after::after, .fontello::before, .wickedpicker__controls__control-down::after, .wickedpicker__controls__control-up::before {
	display: none;
}


.student-select-group{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.student-select-group .form-group{
	width: calc(25% - 5px);
}

.header-logo {
	display: block;
}

.header-logo img {
	display: block;
	height: 100px;
}

.banner {
	min-height: 250px;
	padding: 50px 0;
	display: flex;
	align-items: center;
	background-image: url(../img/page_title.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner h1 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 48px;
}

.fc-button {
	transition: all 0.3s ease!important;
}

.fc-state-default {
    background-color: #2195cd;
    background-image: none;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border: none;
}

.fc-state-default.fc-corner-left {
	border-left: 2px solid #fff;
}

.fc-state-disabled {
    background-color: #2195cd;
    color: #fff;
}

.fc-state-active, .fc-state-down {
    background-color: #ff6a00;
    background-image: none;
    box-shadow: none;
    color: #fff;
}

.fc .fc-button-group>* {
    margin: 0;
    border-right: 2px solid #fff;
}

.fc .fc-button-group>.fc-corner-right {
	border-right: none;
}

.fc-state-hover {
    color: #fff;
	background-color: #ff6a00 
}

.search-box{
	max-width: 250px;
	width: 100%;
}

.search-box label{
	position: relative;
	display: block;
}

.search-box label .search-icon{
	position: absolute;
	right: 10px;
	top: 13px;
	cursor: pointer;
	z-index: 1;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.search-box label .form-control{
	padding-right: 35px;
}

.s-registration-tutor{
	background-color: #F9F9F9;
	min-height: 100vh;
	padding: 50px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.s-registration-tutor .form-recaptcha [id^="anr_captcha_field_"] > div{
	margin: 0 auto;
}

.new-tutor-registration .form-title{
	text-align: center;
	margin-bottom: 30px;
}

.new-tutor-registration{
	border: 1px solid #ECECF1;
	padding: 30px;
	border-radius: 5px;
	background-color: #fff;
	max-width: 900px;
	margin: 0 auto;
}

.new-tutor-registration .form-errors{
	background: #ecb7b7;
	border-radius: 5px;
	margin-top: -25px;
}

.new-tutor-registration .form-errors .error{
	padding: 10px;
}

.new-tutor-registration .form-group{
	margin-bottom: 20px;
}

.new-tutor-registration .form-group:last-child{
	margin-bottom: 0;
}

.new-tutor-registration .form-policy{
	text-align: center;
	margin-top: 10px;
}

.form-recaptcha{
	text-align: center;
	margin-bottom: 20px;
}

.new-tutor-registration .form-policy a{
	color: #333;
	font-size: 14px;
	display: inline-block;
}

.new-tutor-registration .form-btn{
	text-align: center;
}

.new-tutor-registration .form-btn .btn{
	width: 100%;
	max-width: 250px;
	height: 50px;
}

.student-history tr th, .student-history tr td{
	font-size: 14px;
	line-height: 18px;
}

.mt20{
	margin-top: 20px;
}

#popup-policy{
	max-width: 780px;
}

.panel-heading{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.panel-heading a{
	color: #2195CD;
	margin-left: 10px;
}

.panel-tabs ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 10px;
}

.panel-tabs ul li{
	margin-right: 10px;
	padding: 7px 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #DEE2E6;
}

.panel-tabs ul li.active{
	background-color: #2195CD;
	color: #fff;
}

.panel-tabs ul li:hover{
	background-color: #2195CD;
	color: #fff;
}

.panel-tabs-item:not(:first-child){
	display: none;
}

.tutor-item{
	border: 1px solid #ECECF1;
	margin-top: 20px;
}

.tutor-item .photo-user{
	margin-top: 20px;
	margin-left: 10px;
}

.nav-tabs-tutor{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.nav-tabs-tutor li{
	margin-right: 10px;
	padding: 7px 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #DEE2E6;
}

.badge{
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #FF6A00;
	border-radius: 10px;
}

.nav-tabs-tutor li.active{
	background-color: #2195CD;
	color: #fff;
}

.nav-tabs-tutor li:hover{
	background-color: #2195CD;
	color: #fff;
}

.tutor-tabs-item:not(:first-child){
	display: none;
}

.calendar-filter h3{
	margin-bottom: 30px;
}

.calendar-filter .input-field{
	margin-bottom: 20px;
}

.tutor-name{
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 1px solid #ECECF1;
}

.tutor-name a{
	color: #2195CD;
}

.calendar-colour-roundel {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 2px;
}

.panel-custom{
	border: 1px solid #ECECF1;
}

.panel-custom .panel-heading{
	border-bottom: 1px solid #ECECF1;
}

.panel-custom .panel-body{
	padding: 0;
}

.panel-custom a{
	color: #2195CD;
}

.panel-custom .panel-body .list-group-item{
	border-bottom: 1px solid #ECECF1;
	padding: 10px;
}

.panel-custom .panel-body .aside{
	padding-left: 10px;
}

.activity-feed .list-group-item{
	padding: 10px;
	border-bottom: 1px solid #ECECF1;
}

.activity-feed .log-time{
	font-size: 14px;
	line-height: 20px;
}

.panel-tasks .panel-tabs-item{
	padding: 10px;
}

.panel-custom .panel-tabs{
	margin: 10px 0;
}

.panel-tasks .panel-body{
	border-top: 1px solid #ECECF1;
}

.item-extra{
	padding: 10px;
}


.history-box{
	border: 1px solid #ECECF1;
}

.history-box .top-line{
	border-bottom: 1px solid #ECECF1;
	padding: 10px 20px;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.history-box .top-line h4{
	margin-left: 20px;
}

.history-content-box{
	background-color: #F9F9F9;
	padding: 20px 20px 0 20px;
}

.history-content-box .top-section{
	border-bottom: 1px solid #ECECF1;
	margin-bottom: 30px;
	padding: 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.history-content-box .top-section .form-group{
	width: calc(16% - 5px);
}

.history-content-box .bottom-section h4{
	margin-bottom: 20px;
}

.prepayment-summary .prepayment-item{
	margin-bottom: 20px;
}

.mr5{
	margin-right: 5px;
}

.edit-tutor-page h3{
	font-size: 18px;
}

.input-help{
	margin-top: 5px;
	line-height: 18px;
	font-size: 14px;
}

.btn-colorselector{
	height: 42px;
	width: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

label{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0;
	font-weight: 400;
}


.select-dropdown-box + .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 42px;
}


.select-dropdown-box + .select2-container .select2-selection--single{
	height: 42px;
	border: 1px solid #ccc;
}

.select-dropdown-box + .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 42px;
	width: 25px;
	border-left: 1px solid #ccc;
}

.uploadtutor-image{
	padding: 15px;
	width: 145px;
	margin: 0 auto;
	text-align: center;
}

.uploadtutor-wrap{
	max-width: 210px;
	text-align: center;
}

.uploadtutor-btn{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.uploadtutor-btn .btn{
	margin: 0 5px;
}
