﻿@charset "utf-8";
@import url("bootstrap.min.css");
/*------------------------------
=BASIC SETUP
------------------------------*/
/* CSS Reset */
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
  display: block
}
.clear {
  clear: both
}
a, a:focus {
  text-decoration: none;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  outline: 0
}
input {
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
a {
  color: #eb9130;
}
a:hover { /*color:#44199e;*/
  text-decoration: none;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
img {
  max-width: 100%;
}
a img {
  border: none
}
body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #5e5e5e;
  padding-top: 0px;
}
.bookingFormCol input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a0a0;
  -webkit-opacity: 1;
  opacity: 1;
}
.bookingFormCol input::-moz-placeholder { /* Firefox 19+ */
  color: #a3a0a0;
  -webkit-opacity: 1;
  opacity: 1;
}
.bookingFormCol input::-ms-input-placeholder { /* IE 10+ */
  color: #a3a0a0;
  -webkit-opacity: 1;
  opacity: 1;
}
.bookingFormCol input::-moz-placeholder { /* Firefox 18- */
  color: #a3a0a0;
  -webkit-opacity: 1;
  opacity: 1;
}
/**************Login**Page****************************/
.login-bg-body:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
}
.login-bg-body {
  background: url(../images/login_body_bg.jpg) no-repeat top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
}
.login-sec {
  padding: 160px 0px 160px;
}
.login-sec .container {
  z-index: 99;
  position: relative;
}
.login-title {
  margin-bottom: 50px;
  text-align: center;
}
.login-title h1 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
}
.login-title h1 span {
  color: #eb9130;
}
.login-box:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}
.login-box {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  /*background: url(../images/login_box_bg.png) repeat top center;*/
  max-width: 970px;
  margin: 0 auto;
}
.login-box .row {
  height: 100%;
}
.login-box .row .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-log-bar {
  background: #5494af;
  text-align: center;
  padding: 50px 0 0;
  color: #fff;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.login-left-bg {
  width: 100%;
}
.login-social-icons a {
  display: inline-block;
  margin: 0 4px;
}
.left-log-bar a {
  color: #fff;
}
.left-log-bar a:hover {
  color: #f6bd01;
}
.login-form-icon {
  margin-bottom: 20px;
}
.right-log-bar {
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loginForm {
  width: 100%;
  padding: 45px 15px 50px 15px;
  text-align: left;
}
.loginForm h2 {
  font-size: 34px;
  color: #5494af;
  font-weight: 800;
  letter-spacing: 1px;
}
.loginForm h2:after {
  background: #5494af;
  content: "";
  height: 5px;
  display: table;
  width: 45px;
  margin: 15px 0px 30px;
}
.loginForm label {
  font-weight: 300;
  margin-bottom: 12px;
  font-size: 16px;
  color: #5c6571;
}
.red-color {
  color: #f00;
}
.field-required {
  margin-bottom: 25px;
}
.loginForm .form-group input[type="text"], .loginForm .form-group input[type="password"], .loginForm .form-group input[type="email"], .loginForm .form-group input[type="tel"] {
  background: #f5f5f5;
  border: 0px solid #dee6ec;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  color: #333;
  height: 57px;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0 10px 0 10px;
  width: 100%;
}
.loginForm select::-ms-expand {
  display: none;
}
.loginForm select {
  background: url(../images/form_select_arrow.png) no-repeat right center #fff !important;
  font-size: 14px;
  line-height: 57px;
  height: 57px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #858585;
  border: 1px solid #dee6ec;
  padding: 0px 10px;
}
.loginForm select option {
  padding: 0px 15px;
}
.loginForm .form-group textarea {
  background: #fff;
  border: 1px solid #dee6ec;
  border-radius: 0px;
  box-sizing: border-box;
  color: #a2a2a2;
  height: 90px;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 10px;
  width: 100%;
}
.form-icon-col {
  position: relative;
}
.form-icon-col input {
  padding-left: 50px !important;
}
.form-icon-col i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #939393;
  font-size: 18px;
  left: 20px;
}
.form-icon-col .fa-lock:before {
  font-size: 23px;
}
.rememberMe {
  color: #000000;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  text-align: left;
  line-height: 20px;
}
.rememberMe label {
  text-transform: none;
}
.rememberMe input[type="checkbox"] {
  height: 16px;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}
.loginForm input[type="submit"] {
  background: #eb9130;
  border: 0px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  height: 50px;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  padding: 0 50px;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  cursor: pointer;
}
.loginForm input[type="submit"]:hover {
  background: #5494af;
  color: #ffffff;
}
.forgotPassword {
  color: #555555;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 15px;
  font-weight: 300;
}
.loginForm .form-group {
  margin-bottom: 35px;
  position: relative;
}
.loginForm .submit-btn-row {
  margin-bottom: 0px;
}
.forgotPassword a {
  color: #eb9130;
  font-size: 16px;
}
.forgotPassword a:hover {
  text-decoration: underline;
}
.field-required p {
  font-size: 18px;
  font-weight: 300;
}
.register-page .loginForm {
  background: #fff;
  padding: 30px 30px;
}
.login-form-row:after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
}
.login-form-row {
  margin: 0 0px;
}

/*****************************/

.bg-box {
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
	padding: 20px;
	background: #fff;
}

.menu-icon .nav-link {
	background: #5494af;
	color: #fff !important;
	line-height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	text-align: center;
}

.form-globel-style .card-header {
	background: #5494af !important;
}

.form-globel-style .card-header h3
{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0px;
	color: #fff;
}

.logo-left {
	height: 65px;
	background: #fff;
}

.logo-left img {
	opacity: 1 !important;
	margin: 10px 0 0 !important;
	max-width: 100%;
	border-radius: 0 !important;
	width: auto !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.sidebar-collapse .brand-image 
{
	display: none;
}

.logo-sm{display: none;}

.sidebar-collapse .logo-sm {
	display: table;
	width: 40px !important;
	margin: 9px auto !important;
}

.sidebar-collapse .user-panel
{
	padding: 0px;
}

.sidebar-collapse .user-panel img {
	height: auto;
	max-width: 36px;
}

.bg-box .dataTable tr th
{
	background: #5494af;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border: 0px;
	padding: 10px 10px;
}

.bg-box .dataTable tr td
{
	padding: 10px;
}

.select-menu-row {
	margin-top: 25px;
	margin-bottom: 15px;
}

.select-menu-row #btnSearch
{
	width: 100%;
	background: #5494af;
}

.select-menu-row #btnSearch:hover
{
	background: #444;
	color: #fff;
}

.select2-container--default .select2-selection--single {
	height: 40px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #f4f6f9;
	border: 0px solid #aaa;
	border-radius: 4px;
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	position: absolute;
	top: 1px;
	right: 10px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 35px;
}


.custom-btn-orange
{
	background: #eb9130;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	border: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
}


.form-globel-style input[type="text"], .form-globel-style input[type="email"], .form-globel-style select
{
	background-color: #f4f6f9 !important;
	border: 0px solid #aaa;
	height: 40px !important;
}

.card-title {
	margin-bottom: 0;
}


.nav-sidebar .nav-treeview li a
{
	padding: 10px 15px;
}

.nav-sidebar .nav-treeview li a:hover, .nav-sidebar .nav-treeview li a.active
{
	color: #fff !important;
background-color: #eb9130 !important;
}

.school-stakeholder label {
	font-size: 12px;
	display: block;
}

.school-stakeholder .form-control
{
	font-size: 12px;
}

.school-stakeholder .editable-Stakeholder {
	background-color: #cfe4e8;
	padding-top: 5px;
}

.school-stakeholder #dvEditStakeholders
{
	align-items: center;
}

.school-stakeholder #dvEditStakeholders .btn 
{
	font-size: 12px;
	padding: 8px 15px;
}

.btn-new .btn {
	height: 36px;
	line-height: 33px;
	padding: 0;
	width: 36px;
	font-size: 12px;
}

.devider-row{
	width: 100%;
	clear: both;
	height: 2px;
	background: #ddd;
	margin: 15px 0 19px;
	display: block;
}







.globel-select  .select2-container .select2-selection--single {
	border:0px;
	background: #f4f6f9 !important;
}

.globel-select  .select2-container--default .select2-selection--single .select2-selection__rendered {
}

.globel-select  .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px;
	height: 40px;
}


/*******************************************************************************************/
/*********{}************************Responsiv**Start**{}***************************************/
/*******************************************************************************************/
@media only screen and (max-width:1199px) {
  .login-sec {
    padding: 90px 0px 50px;
  }
}
@media only screen and (max-width:991px) {
  .login-sec {
    padding: 100px 0px 50px;
  }
  .login-title {
    margin-bottom: 30px;
  }
  .forgotPassword a {
    font-size: 14px;
  }
  .loginForm input[type="submit"] {
    padding: 0 25px;
  }
  .loginForm .form-group {
    margin-bottom: 20px;
    position: relative;
  }
  .loginForm h2:after {
    margin: 15px 0px 20px;
  }
  .loginForm h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .login-title {
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .top-right-login {
    display: block;
    padding: 0px;
    background: #333;
  }
  .loginForm h2 {
    font-size: 24px;
  }
  .loginForm .form-group {
    margin-bottom: 15px;
  }
  .loginForm label {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .left-log-bar {
    display: none !important;
  }
  .login-box {
    padding: 10px 15px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .loginForm {
    clear: both;
    padding: 20px 5px;
    text-align: left;
  }
  .login-sec {
    padding: 50px 0px 50px;
  }
}


/*10-6-2020*/

.login-bg-body::after{background-color:rgba(0, 0, 0, 0.9);}
.loginForm input[type="submit"]{background-color:#fa1e44; border-radius:50px;}
.loginForm input[type="submit"]:hover{background-color:#fff; color:#0B0B0B}
.right-log-bar {background-color:#0B0B0B; border:1px solid #252734;}
.loginForm h2{color:#fff;}
.loginForm h2::after{background-color:#fff;}
.left-log-bar{background-color:#252734; padding-top:0px; align-items: center !important; justify-content: center;}
.loginForm label{color:#fff;}
.forgotPassword a{color:#fff;}
.content-wrapper{background-color:#0B0B0B;}
.content-header h1{color:#fff !important;}
.main-header, .main-footer, .logo-left, .sidebar{background-color:#252734;}
.main-header, .logo-left{border-bottom:1px solid #252734;}
.main-footer{border-top:1px solid #252734; color:#fff;}
.main-header .navbar-nav .nav-item a.nav-link{color:#fff;}
.menu-icon .nav-link{background-color:#fff;}
.menu-icon .nav-link i{color:#0B0B0B;}
.sidebar .os-content{padding:0px !important;}
.sidebar .user-panel, .brand-link.logo-left{border-bottom:1px solid #92939a;}
.sidebar .user-panel .info a{font-size:12px;}
.logo-left img{margin-top:0px !important;}
.brand-link.logo-left{text-align:center; padding-top:2px; background-color:#0B0B0B;}
.brand-link .brand-image{max-height:60px; float:none; text-align:center;}
.sidebar-collapse .logo-sm{margin:15px auto !important; width:60px !important}
.nav-sidebar .nav-treeview li a:hover, .nav-sidebar .nav-treeview li a.active{background-color:#252734 !important;}
.small-box{background-color:#252734 !important; margin-top:20px;}
.small-box .small-box-footer{ padding:15px;}
.small-box.bg-info .small-box-footer{background-color:#17a2b8 !important;}
.small-box.bg-success .small-box-footer{background-color:#28a745 !important;}
.small-box.bg-primary .small-box-footer{ background-color:#007bff !important}
.small-box.bg-fuchsia .small-box-footer{ background-color:#fo12be !important}
.small-box > .inner{text-align:center; padding:25px 15px;}
.small-box > .icon i{color:rgba(255,255,255,0.55);}
.btn {background-color:#fa1e44 !important; border-radius:50px; color:#fff !important; border:none !important; font-size:14px;}
.btn.btn-default{background-color:#252734 !important;}
.btn.btn-edit{background-color:#fff !important; color:#0B0B0B !important;}
.breadcrumb li a{color:#fff;}
.bg-box{background-color:transparent;}
.content-header{border-bottom:1px solid #92939a; padding:11.2px 10px;}
.navbar{padding:10px;}
.bg-box .dataTable tr th{background-color:#252734; border:none; text-transform:capitalize;}
.table{border:1px solid #252734;}
.table-bordered td, .table-bordered th{border:1px solid #252734; color:#fff;}
.table-bordered td{font-size:14px;}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label{color:rgba(255,255,255,0.8);}
.box{margin-top:20px; border:1px solid #252734;}
.form-globel-style .card-header{background-color:#252734 !important; border-radius:0px;}
.card{border:none; border-radius:0px; background-color:transparent;}
.card label{font-weight:normal !important; font-size:14px; color:#fff;}
.form-globel-style input[type="text"], .form-globel-style input[type="email"], .form-globel-style select, .form-control{font-size:13px; border-radius:0px;}
div.dataTables_wrapper div.dataTables_processing{background-color:#fff;}

#frm-create-edit-msp{padding-bottom:20px;}
.box-body .card-body h3{margin-bottom:0px; font-size:18px;}
.box-body .card-body h3 strong{color:#fff; line-height:normal;}
.box-body .card-body hr{border:1px solid #92939a;}
div.dataTables_wrapper div.dataTables_info{color:rgba(255,255,255,0.8); margin-top:10px;}
.content .container-fluid{padding-bottom:20px;}
.alert-success{margin-top:20px;}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin-top:15px;}
.pagination .page-item .page-link{ font-size:13px; color:#0B0B0B !important;}
.pagination .page-item.active .page-link{color:#fff !important; background-color:#fa1e44; border:1px solid #fa1e44; }
.badge-success{font-weight:normal; padding:10px;}

.text-danger.field-validation-error{font-size:12px;}


/*10-6-2020*/

/*dilog box css*/
body .alertify .ajs-dialog {
      background-color: #272c32 ;
}
body .alertify .ajs-header {
    color: #fff;
     font-weight: normal;
    background: #32363a;
    border-bottom: 1px solid #2e3338;
    font-size: 20px;
    }

  body .alertify .ajs-body .ajs-content {
    padding: 24px 24px 24px 16px;
}
body .alertify .ajs-body {
  color: #fff;
}

body .alertify .ajs-footer {
    background: #272c32;
    border-top: #2e3338 1px solid;
}

body .alertify .ajs-footer .ajs-buttons .ajs-button {color: #fff; font-weight: normal !important; border-radius:20px; outline: none; min-height: auto;
    padding: 4px 12px; }
body .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {background-color: #dc3545 !important; color: #fff; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
body .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:hover {background-color:#c82333 !important; color: #fff; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
body button.ajs-button.ajs-cancel {background-color: #0069d9 !important; color: #fff; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
body button.ajs-button.ajs-cancel:hover {background-color: #1d8acf !important; color: #fff;}
.btn-hide-cs { display: none;}
