@import url(../library/icons/font-awesome/css/font-awesome.min.css);
@import url(../library/icons/simple-line-icons/css/simple-line-icons.css);
@import url(../library/icons/linea-icons/linea.css);
@import url(../library/icons/themify-icons/themify-icons.css);
@import url(../library/icons/flaticon/flaticon.css);
@import url(../library/icons/feather-icons/css/feathericon.min.css);
@import url(../library/icons/icomoon/css/icomoon.css);
@import url(../library/animate.css);
@import url(../plugins/select2/select2.min.css);
@import url(base.css);
@import url(color.css);
@import url(button.css);
@import url(form.css);
@import url(footer.css);
@import url(menu.css);
@import url(widgets.css);
@import url(tables.css);
@import url(modal.css);


/* page header */ 

.page-header .page-block {
    padding: 1.25rem 1.5rem 1.5rem;
}
.page-block>.align-items-center{
	background: #fafafa;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 5px -10px rgba(0,0,0,.1), 0 0 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 12px 5px -10px rgba(0,0,0,.1), 0 0 4px 0 rgba(0,0,0,.1);
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}	
.page-header-title{
	position: relative;
    top: 15px;
}
.page-header h5 {
    font-weight: 500;
	font-size: 18px;
}
.page-header .page-block .breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    padding: 0;
	float: right;
    position: relative;
    top: -15px;
}
.page-header .page-block .breadcrumb a {
    font-size: 14px;
}
.page-header .page-block .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    font-family: feather;
    content: "\00BB";
}
.collapse_accord{
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
}
.collapse_accord:before{
	content: "\f102";
	position: absolute;
    right: 16px;
    top: 10px;
	color: #fb4848;
    font-size: 26px;
}
.collapse_accord.collapsed:before{
	content: "\f103";
	position: absolute;
    right: 16px;
    top: 10px;
	color: #fb4848;
    font-size: 26px;
}
/*    Form Horizontal
----------------------*/
.form-horizontal .control-label {
  padding-top: 12px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu li {
  font-size: 14px;
  padding: 5px 15px;
}
.is-invalid .form-control {
  border-color: #fc6180;
}
.invalid-feedback {
  color: #ef5350;
  display: none;
  margin-top: 0.25rem;
}
.is-invalid .invalid-feedback,
.is-invalid .invalid-tooltip {
  display: block;
}
.inbox-leftbar {
  width: 240px;
  float: left;
  padding: 0 20px 20px 10px;
}
.inbox-rightbar {
  margin-left: 250px;
}


.tdl-holder {
  margin: 0 auto;
}
.tdl-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tdl-holder li {
  background-color: transparent;
  list-style: outside none none;
  margin: 0;
  padding: 10px 0;
}
.tdl-holder li span {
  margin-left: 30px;
  font-family: 'Poppins', sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tdl-holder label {
  cursor: pointer;
  display: block;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  margin: 0 !important;
}
.tdl-holder label:hover {
  background-color: #eef5f9;
  color: #99abb4;
}
.tdl-holder label:hover a {
  display: block;
}
.tdl-holder label a {
  border-radius: 50%;
  color: #99abb4;
  display: none;
  float: right;
  font-weight: bold;
  line-height: normal;
  height: 16px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  width: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tdl-holder input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.tdl-holder input[type="checkbox"] + i {
  background-color: #ffffff;
  display: block;
  height: 18px;
  position: absolute;
  top: 15px;
  width: 18px;
  z-index: 1;
}
.tdl-holder input[type="checkbox"]:checked + i::after {
  content: "\e64c";
  font-family: 'themify';
  display: block;
  left: -1px;
  position: absolute;
  top: -11px;
  z-index: 2;
}
.tdl-holder input[type="checkbox"]:checked ~ span {
  text-decoration: line-through;
}
.tdl-holder input[type="text"] {
  height: 60px;
  margin-top: 20px;
  font-size: 14px;
}

.student-data-table label {
  margin-right: 7px;
}
.student-data-table td span a {
  padding: 3px;
}

.dd-handle,
.dd3-content {
  color: #000!important;
}

.card-two {
  position: relative;
  margin: 0 !important;
  border: 0;
}
.card-two header {
  position: relative;
  width: 100%;
  height: 60px;
}
.card-two header .avatar {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -50px;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
  border: 3px solid #fff;
}
.card-two header .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: auto;
}
.card-two h3 {
  position: relative;
  margin: 80px 0 30px;
  text-align: center;
}
.card-two h3::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #000;
}
.card-two .desc {
  padding: 0 1rem 2rem;
  text-align: center;
  line-height: 1.5;
  color: #777;
}
.card-two .contacts {
  width: 200px;
  max-width: 100%;
  margin: 0 auto 3.5rem;
}
.card-two .contacts a {
  display: block;
  width: 33.333333%;
  float: left;
  text-align: center;
  color: #112233;
}
.card-two .contacts a:hover {
  color: #333;
}
.card-two .contacts a:hover .fa::before {
  color: #fff;
}
.card-two .contacts a:hover .fa::after {
  top: 0;
}
.card-two .contacts a .fa {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 39px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #112233;
  border-radius: 50%;
}
.card-two .contacts a .fa:before {
  position: relative;
  z-index: 1;
}
.card-two .contacts a .fa::after {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  background: #112233;
}
.card-two .contacts a:last-of-type .fa {
  line-height: 36px;
}


.favourite-menu-details .table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #e7e7e7;
}
.favourite-menu-details .favourite-menu-img {
  border-right: 1px solid #e7e7e7;
  margin-bottom: 25px;
  width: 120px;
}
.favourite-menu-details .favourite-menu-des {
  margin-top: 40px;
  margin-right: 465px;
}
.favourite-menu-details .favourite-menu-des .product_name h4 {
  font-weight: 600;
  text-align: left;
}
.favourite-menu-details .favourite-menu-button {
  margin-top: 40px;
}
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt {
  padding-top: 10px;
}
.favourite-menu-details .favourite-menu-button .prdt_add_to_curt button {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.order-list-item table tbody > tr > td {
  padding-top: 8px;
  border-top: 1px solid #e7e7e7;
}
.order-list-item table thead > tr > th {
  border-bottom: 1px solid #e7e7e7;
}
.order-list-item thead {
  background: #4680ff;
  text-align: left;
}
.order-list-item thead th {
  color: #ffffff;
  font-weight: bold;
}
.order-list-item tbody {
  background: #ffffff;
  text-align: left;
}
.order-list-item tbody td {
  color: #444444;
}
.booking-system-feedback {
  top: 5px !important;
  right: 15px;
}
.booking-system-top {
  padding-top: 15px;
}
.media-body {
  vertical-align: middle;
}
.media-body span {
  font-size: 10px;
  color: #4680ff;
}
.media-body p {
  color: #99abb4;
  line-height: 15px;
}
.example {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  background-color: #eef5f9;
  text-align: justify;
}
.example p {
  padding: 20px 20px 0px 20px;
  font-size: 12px;
}
.box,
.simple {
  height: 300px;
}
.scrollable-auto-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.scrollable-auto-y {
  overflow-y: auto;
  overflow-x: hidden;
}
.scrollable-auto {
  overflow: auto;
}
.vmap {
  width: 100%;
  height: 400px;
}
.dark-browse-input-box {
  border-radius: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
  color: #000000;
  border: 1px solid #e7e7e7;
}
.dark-browse-input-box .dark-input-button {
  border-radius: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  background: #ffffff;
  border: none !important;
  color: #4680ff;
}
.dark-browse-input-box .dark-input-button i {
  font-weight: bold;
  font-size: 17px;
}
.dark-browse-input-box .dark-input-button:hover {
  background: #ffffff;
  color: #4680ff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: none !important;
}
.dark-browse-input-box .dark-input-button:focus {
  outline: none;
  border: none !important;
  background: none !important;
}

.media-stats-content .stats-content {
  padding: 30px 0px;
}
.media-stats-content .stats-content .stats-digit {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.media-stats-content .stats-content .stats-text {
  font-size: 14px;
}
.media-stats-content .stats-content .table td {
  line-height: 40px!important;
}
.boxshadow-none {
  box-shadow: none;
}
.widget-card-circle i {
  font-size: 30px;
  left: 0;
  line-height: 97px;
  right: 0;
  text-align: center;
}
.widget-line-list li {
  display: inline-block;
  font-size: 1.2em;
  line-height: 27px;
  padding: 5px 20px 0 15px;
}
.widget-line-list li span {
  font-size: 14px;
}

.user-card-absolute {
  top: 115px;
  left: 0;
  right: 0;
}

.social-pad {
  padding: 40px 30px 110px;
}

.blockquote-box {
  border-right: 5px solid #E6E6E6;
  margin-bottom: 25px;
}
.blockquote-box .square {
  width: 100px;
  min-height: 50px;
  margin-right: 22px;
  text-align: center!important;
  background-color: #E6E6E6;
  padding: 20px 0;
}

.error-box {
  height: 100%;
  position: fixed;
  width: 100%;
}
.error-box .footer {
  left: 0;
  right: 0;
  width: 100%;
}
.error-body {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.error-body h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 210px;
  color: #444c67;
}
@media (min-width: 768px)
{
.mini-sidebar .page-wrapper {
    margin-left: 70px;
}
}
@media (max-width: 768px)
{
.page-header-title{
	top: 6px;
}
.page-header .page-block .breadcrumb{
	float:left;
	top: -2px;
}
}
/* Tooltip css (Uploaded documents) */
.tooltip-link-btn {
    display:inline-block;
    position:relative;
    text-align:left;
 	width:100%;
 	color:#4885ed;
 	font-size:13px;
 	text-decoration:underline;
 	font-weight:600;
 	opacity:1 !important;
 	z-index:0;
}
.tooltip-link-btn>span{
	cursor:pointer;
}
.tooltip-link-btn .top {
    min-width:100%;
 	width:750px; 
 	max-height:280px;
 	height:auto;
 	overflow-y:scroll;
    top:5px;
    left:0%;
    transform:translate(0%, -100%);
    padding:10px 5px;
    color:#444444;
    background-color:#f7f7f7;
    font-weight:normal;
    font-size:13px;
    position:absolute;
    z-index:9;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.proof-list{
 width:20%;
 float:left;
 margin:0px;
 border-right:1px solid #ccc;
}
.proof-list>h3{
	font-size:12px;
	font-weight:600;
	color:#fb4848;
	margin-bottom:8px;
	text-align:center;
	line-height:15px;
}
.proof-list>ul{
 padding:0px;
 margin:0px;
 list-style:none;
}
.proof-list>ul>li{
 padding:2px 4px;
 margin-bottom:4px;
 border-bottom:1px solid #e8e8e8;
 line-height:15px;
 text-align:center;
}
.proof-list>ul>li>a{
 color:#0facf3;
 font-size:12px;
 font-weight:500;
}
/* ====== */

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
}

.dropdown>dt>a {
  height:36px;
  box-shadow:none;
   border: 1px solid #ced4da;
  font-size:14px;
  font-weight:500;
  width:100%;
  background-color:#fff;
  color:#495057;
  padding: .375rem .75rem;
  display:block;
}

.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  color:#333;
  padding: 0 3px 2px 0;
}
.dropdown>dd>.multiselect{
	position:relative;
}
.dropdown dd ul {
  background-color: #fff;
  box-shadow:0px 0px 5px 0px rgba(51, 51, 51, 0.58);
  border: 0;
  color: #000;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index:999;
  list-style: none;
  height: 100px;
  overflow: auto;
}
.mutliSelect>ul>li{
	padding:4px 5px;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown dd ul li a:hover {
  background-color: #fff;
}
#bcktop {
  display: none;
  position: fixed;
   bottom: 40px;
   right: 30px;
   z-index: 99;
   font-size: 20px;
   border: none;
   outline: none;
   background-color: #0183c1;
   color: white;
   cursor: pointer;
   padding: 3px;
   border-radius: 4px;
   width: 35px;
}
#bcktop:hover {
  background-color: #fb4848;
}

#new_password-error, #confirm_password-error{
	background: #fb4848;
    width: 100%;
    padding: 5px;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
}