@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
    --primary-color: #0666a2;
    --default-color: #3c3c3c;
    --lighter-default-color: #757575;
    --border-color: rgba(0, 0, 0, 0.125);
    --primary-font:  'Montserrat', sans-serif !important;
}
body {
	margin: 0;
	font-family: var(--primary-font);
	color:var(--default-color) !important;
	background: #f1f2f9 !important;
    letter-spacing: 0px;
	line-height: 1.5875;
	font-size:14px;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
*::-webkit-scrollbar-thumb {
    background: #0000002b;
    border-radius: 18px;
}
*::-webkit-scrollbar-track {
    background:  transparent;
}
*::-webkit-scrollbar {
    width: 6px;
	height: 6px;
}  
.hide,.hidden{
	display:none !important;
}
.container{ 
	max-width:95%;
	margin:0 auto;
}
.container_nav{ 
	max-width:90%;
	margin:0 auto; 
}
ul , h1, h2, h3, h4, h5, h6 , p{
	margin: 0;
	padding: 0;
}
a , a:hover{
	text-decoration: none !important;
}
body{
	background: #f1f2f9;
}
*,input:focus , select:focus, a:focus{
    outline: 0 !important;
    box-shadow: none !important;
}
.tooltip > .tooltip-inner{
	background:var(--primary-color) !important;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
	border-top-color:var(--primary-color) !important;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--primary-color) !important;
} 
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
	border-left-color:var(--primary-color) !important;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: var(--primary-color) !important;
} 
html {
position: relative;
min-height: 100%;
}
#se-pre-con{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/images/loader/default.gif) center no-repeat #fff;
}
.text-area{
	white-space:pre-wrap;
}
.img-circle {
    border-radius: 50%;
}
.student_image{
	white-space: nowrap;
}
.student_image div {
    display: inline-block;
	margin-right:5px;
}
.widget .student_photo{
	width: 28px  !important;
    height: 28px  !important;
	flex: 0 0 28px !important;
}
.widget .student_text_image {
    font-size: 12px;
    text-transform: uppercase;
    background:#efefef;
    border-radius: 50%;
    text-align: center;
    color: #9e9e9e;
	flex: 0 0 28px;
	width:28px;
	height:28px;
    line-height: 28px;
    font-weight: 500;
	cursor: context-menu;
}
.student_photo{
	width: 35px !important;
	flex: 0 0 35px  !important;
    padding: 0px;
    vertical-align: middle;
    height: 35px  !important;
    border-radius: 50%;
	background-size: cover !important;
    background-repeat: no-repeat !important;
}
.student_text_image {
    font-size: 16px;
    text-transform: uppercase;
    background:#efefef;
    border-radius: 50%;
    text-align: center;
    color: #9e9e9e;
    font-weight: 500;
	flex: 0 0 35px;
	width:35px;
	height:35px;
    line-height: 35px;
	cursor: context-menu;
}

.ed_dashboard_no_data {
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding: 12px 6px;
    color: #d4cfcf;
	width:100%;
	margin-bottom:20px;
}

.ed_dashboard_list:nth-child(odd) {
    background: #f1f6fa;
}
.ed_dashboard_list {
    margin-bottom: 5px;
    padding: 5px 8px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}
.ed_input_group.input-group {
    flex-wrap: nowrap;
    margin-top: 14px;
}
.ed_checbox_label {
    border: solid 1px #ccc;
    padding: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
}
.ed_search_bar .btn{
	margin-top: 11px !important; 
}
.btn.ed_en_button{
	margin-top: 5px;
	line-height:21px !important;
}
.btn.ed_en_clear_search{
    padding: 2px 5px !important;
    font-size: 10px !important;
    line-height: 18px;
}
.ed_search_bar .col-lg-2{
	padding-right:0px !important;
}
.ed_search_bar .col-6:nth-child(even){
	padding-right:15px !important;
}
.btn{
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 7px !important;
    padding: 2px 10px !important;
    white-space: nowrap !important;
}
.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #e6e6e6 !important;
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

.card-header {
    font-weight: 500;
    font-size: 15px;
}
.form-group {
    margin-bottom: 10px !important;
}
.form-control:not([type="submit"]) {
    border: 0 !important;
    border-bottom: 1px solid !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
	border-radius: 0px !important;
	padding: 0px !important;
	background: transparent !important;
	height: 25px;
	border-bottom-color:#bdbdbd !important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px !important;
    font-weight: 500 !important;
	padding-left:0px !important;
	line-height: 23px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    position: absolute;
    right: 0;
}
.select2-selection__arrow .presentation{
	background:url("images/icons/chevron-down.svg");
}
.select2-container--bootstrap .select2-selection--single{
	padding:0px !important;
	padding-bottom:3px !important;
}
.select2-selection {
    border-color: transparent !important;
    border-bottom-color: #bdbdbd !important;
	border-radius:0px !important;
}
.select2-container--bootstrap .select2-dropdown{
	margin-top:0px !important;
	border-color:#979797 !important;
}
.form-control:focus {
	border-bottom-color: #ffc107 !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #eee !important;
	opacity: 0.5 !important; 
}
.has-error .form-control:not([type="submit"]) {
	border-bottom-color: #dc3545 !important;
}
.has-error .form-control:not([type="submit"]):focus {
	border-bottom-color: var(--primary-color) !important;
}	
label {
	display:block !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
	margin: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:100%;
}
input.form-control::placeholder,textarea.form-control::placeholder  {
    font-size: 12px !important;
    color: #cccbcb !important;
    font-weight: 300 !important;
}
select option:not([value=""]),select option:not([value="-1"]) {
	color: var(--default-color) !important;
	font-weight:500 !important;
    font-size: 14px !important;
}
select.ed_not_selected_select,select.ed_not_selected_select:not([type="submit"]),select option[value=""],select option[value="-1"] {
  color: #999999 !important;
  font-weight:400 !important;
}
select.form-control{
	text-shadow:none !important;
    display: block !important;
    border: 0 !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
	padding:0px !important;
	border-bottom: 1px solid !important;
    border-radius: 0px !important;
	height: 25px;
}
textarea.form-control,textarea.form-control:not([type="submit"]){
    display: block !important;
    border-bottom: 1px solid #bdbdbd !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
	padding:0px !important;
	border-bottom: 1px solid !important;
    border-radius: 0px !important;
	height: auto;
}
.card-body{
	padding:15px !important;
}
.ed_checbox_label{
    border: solid 1px #ccc;
    padding: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: calc(100% - 38px);
}
.ed_checbox_label_input_group{
    margin-top: 13px;
}
/* modal*/
.modal-header{
  display:flex;
  flex-flow:column wrap;
  padding:10px !important;
  padding-right: 24px !important;
}
.modal-header .close{
	margin:auto !important;
	padding: 13px !important;
    top: 0px !important;
}
.close{
  position: absolute;
  right: 5px;
  top: 2px;
}
/* modal*/
/* datatable */
.dataTables_empty{
	background:#fff !important;
	width:100% !important;
}
.table th{
	font-weight: 500;
}
.table th, .table td {
    padding: 5px 10px !important;
	position:relative;
}
.dataTable th {
    border-bottom: 0px !important;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space:nowrap;
	padding-right: 20px !important;
}
.card .dataTable{
	margin: 5px;
    width: calc(100% - 10px) !important;
}
table.dataTable{
	margin-bottom:0px !important;
	background:#fff;
	border-top: 0px !important;
	border-bottom: 1px solid #dee2e6 !important;
}
table.dataTable tbody>tr.selected{
	background:var(--primary-color) !important;
}
.no-select-highlight table.dataTable tbody>tr.selected{
	background:transparent !important;
	color:inherit !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
	bottom: 0.5em !important;
}
.dataTables_length {
    display: inline-block;
	float:right;
}
.dataTable td{
	word-break: break-word;
}
.dataTable tbody tr:nth-child(odd) {
    background: #f1f6fa !important;
}
.dataTable tbody tr.selected{
	color: #fff !important;
	background: var(--primary-color) !important;
}
div.dt-button-collection,div.dt-button-collection div.dropdown-menu{
	left:auto !important;
	right:0px !important;
}
div.dt-button-collection div.dropdown-menu{
	max-height:300px;
	overflow:scroll;
}
.dataTables_wrapper .row .col-6:first-child .dataTables_info{
	padding-left:5px;
}
.dataTables_wrapper .dataTables_filter{
	float:left;
	text-align:left;
	display:inline;
}
.dataTables_wrapper .dataTables_filter input{
	margin-bottom:0px  !important;
	width:100% !important;
}
.dataTables_wrapper .dataTables_info{
	clear:unset;
	display:inline;
	
}
.dataTables_length label {
    margin: 0;
	background:var(--primary-color);
	border-radius:4px;
}
.dataTables_length select {
    border: 1px solid var(--border-color);
	padding: 5px 0 4px 5px;
	border-radius: 4px;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_info{
	padding: 0;
	color: var(--primary-color);
    line-height: initial;
	font-size: 12px;
    font-weight: 500;
}
.dataTables_paginate {
    padding: 0;
    border-radius: 4px;
    font-weight: 500;
    margin-right: 20px;
    font-size: 14px;
}
.dataTables_paginate .page-link{
    padding: 0.4rem 0.75rem
}
.dataTables_paginate .page-link img{
    width:15px;
}
.dataTables_paginate .pagination{
	margin-bottom:0px !important;
}
a.paginate_button:hover {
    background: var(--primary-color) !important;
}
span a.paginate_button{
    background: #f1f2f9 ;
	margin: 0 !important;
	border: 0 !important;
    border-right: 1px solid !important;
	border-radius:0 !important;
}
.dataTables_wrapper .row{
	align-items: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--primary-color);
    color: #fff !important;
}
.datatable-column-filter {
    width: 19px;
}
.datatable-excel-export {
    width: 22px;
}
.paginate_button.previous:hover {
    color: #fff !important;
	border-color: var(--primary-color);
}
.paginate_button.previous {
    margin: 0;
	border-right:1px solid;
}
.paginate_button.previous{
	margin:0 !important;
	border:0 !important;
}
.cardView .column_filter,.cardView thead{
	display:none;
}
.cardView tbody tr {
	width:calc(100% - 1rem);
    float: left;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.cardView tbody tr td {
    display: flex;
    justify-content: flex-start;
    border-style: ridge;
    border-top: 1px ridge;
    border-radius: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.cardView tbody tr td label{
	display:block !important;
	width: 35%;
    text-align: left;
	margin-bottom:0px !important;
}
 tbody tr td label{
	display:none !important;
}
.cardView tbody {
    background: #fff;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.datatable-style-img {
	width: 20px;
    height: 20px;
    background-size: contain;
}
.column_filter{
	display:table-header-group;
}
.dt-buttons .btn {
    border-radius: 5px !important;
    padding: 5px!important;
	margin-left: 3px !important;
}
.dt-buttons{
	float: right !important;
	width:auto !important;
	margin-right: 5px; 
}
.column_filter input.form-control {
    margin-bottom: 0px !important;
    line-height: 1 !important;
    font-size: 12px !important;
    height: 20px !important;
}
.dt-button-collection .dt-button.buttons-columnVisibility {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0.25em 1em !important;
    margin: 0 !important;
    text-align: left !important;
	position:relative;
	color:var(--default-color);
}
.dt-button-collection .buttons-columnVisibility:before,
.dt-button-collection .buttons-columnVisibility.active span:before {
    display:block;
    position:absolute;
    top:1.2em;
    left:0;
    width:12px;
    height:12px;
    box-sizing:border-box;
}
.dt-button-collection .buttons-columnVisibility:before {
    content:' ';
    margin-top:-8px;
    margin-left:10px;
    border:1px solid black;
    border-radius:3px;
}
.dt-button-collection .buttons-columnVisibility.active span:before {
    font-family: 'Arial' !important;
    content:'\2714';
    margin-top: -15px;
    margin-left: 12px;
    text-align: center;
    text-shadow: 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.dt-button-collection .buttons-columnVisibility span {
    margin-left:17px;    
}
/* datatable */
/*autocomplte-ui*/
.ui-widget-content{
	border:0!important;
	color: var(--default-color) !important;
}
.ui-autocomplete{
	width:500px !important;
	max-width:80% !important;
}
.ui-widget.ui-widget-content{
	list-style:none !important;
}
.ui-menu-item-wrapper{
	padding: 3px 2px;
}
.ui-menu-item-wrapper.ui-state-active{
	background: var(--primary-color) !important;
	color: #fff !important;
}
/*autocomplte-ui*/

/* datepiclker*/
.ui-datepicker {
    padding: 0px !important;
	z-index: 99999 !important;
}
.ui-datepicker-header {
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 0px !important;
	padding:4px !important;
}
.ui-datepicker-prev{
	border: 1px solid transparent !important;
    margin-top: 2px !important;
    margin-left: 5px !important;
    border-radius: 50% !important;
}
.ui-datepicker-prev-hover{
	border: 1px solid #eee !important;
    background: #eee !important;
	top:2px !important;
	left:2px !important;
}
.ui-datepicker-prev .ui-icon-circle-triangle-w{
	background:url("/images/icons/chevron-left.svg") !important;
}

.ui-datepicker-next{
	border: 1px solid transparent !important;
    margin-top: 2px !important;
    margin-right: 5px !important;
    border-radius: 50% !important;
}
.ui-datepicker-next-hover{
	border: 1px solid #eee !important;
    background: #eee !important;
	top:2px !important;
	right:2px !important;
}
.ui-datepicker-next .ui-icon-circle-triangle-e{
	background:url("/images/icons/chevron-right.svg") !important;
}
.ui-datepicker select {
    border: 0px !important;
	width:auto !important;
}
.ui-datepicker-calendar{
	margin-left:1px !important;
}
.ui-datepicker-calendar th {
	width: 14% !important;
    padding-bottom: .25em !important;
    font-size: .9em !important;
    font-weight: 500 !important;
    color: #999 !important;
}
.ui-datepicker td{
	padding:0px !important;
}
a.ui-state-default {
	padding: .4rem 0 !important;
    font-weight: 400 !important;
    letter-spacing: -.3 !important;
    background: transparent !important;
	border: 1px solid transparent !important;
    text-align: center !important;
	border-radius:5px;
}
.ui-datepicker-today a {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
	border: 1px solid #666 !important;
}
a.ui-state-default:hover{
    background-color: #eee !important;
	border: 1px solid #eee !important;
}
a.ui-state-active,a.ui-state-active:hover {
    color: #fff !important;
	background: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
    font-weight: 600 !important;
	border-radius:5px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
/* datepiclker*/
@media (min-width: 768px){
	.cardView tbody tr  {
		width:calc(50% - 1rem);
	}
	.ed_search_bar .col-6:nth-child(even){
		padding-right:0px !important;
	}
	.ed_search_bar .col-lg-2:nth-child(6n){
		padding-right:0px !important;
	}
	.ed_search_bar .col-md-3:nth-child(4n){
		padding-right:15px !important;
	}
}
@media (min-width: 992px){
	.cardView tbody tr  {
		width:calc(33.1% - 1rem);
	}
	.ed_search_bar .col-6:nth-child(even){
		padding-right:0px !important;
	}
	.ed_search_bar .col-lg-2:nth-child(6n){
		padding-right:15px !important;
	}
}
/*CK editor -- todolist */
ul.todo-list{
	margin-left : 40px !important;
}
label.todo-list__label{
	overflow : unset !important;
	display : inline !important;
}
label.todo-list__label > input{
	top : -2px !important;
}