/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -webkit-text-fill-color: inherit !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}
 
.btn-main {
  display: inline-block;
  text-decoration: none;
  background-color: #4061A3;
  color: #fff;
  padding: 10px 25px;
  transition: .5s background-color ease-in;
  border: none;
  font-size: 14px;
}

.btn-main:hover {
  background-color: #903278;
  color: #fff;
}

.styled-select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #000;
  padding: 5px 0;
  margin: 0;
}

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  -moz-border-radius: 10px;
  -webkit--radius: 10px;
  border-radius: 10px;
}

a {
  text-decoration: none;
  color: #475663;
}

a:hover {
  color: #6B6C6F;
}

p {
  color: #6B6C6F;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

a:hover {
  color: #DFDFDF;
}

.flexbox {
  display: flex;
}

.jst {
  justify-content: space-between;
}

.jst-alt {
  justify-content: space-around;
}

.alg-center {
  align-items: center;
}

.pad-20 {
  padding: 20px;
}

.pad-50 {
  padding: 50px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-50 {
  width: 50%;
}

.flex {
  flex: 1;
}

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

.danger {
  background: #EB5A5A;
}

.text-success {
  text-transform: uppercase;
  font-weight: bold;
  color: #4BB543;
}

.text-danger {
  text-transform: uppercase;
  font-weight: bold;
  color: #EB5A5A;
}

.color-danger {
  color: #EB5A5A !important;
}

.text-warning {
  text-transform: uppercase;
  font-weight: bold;
  color: #DFDFDF;
}

.center-box {
  width: 75%;
  margin: 0 auto;
}

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

.stars ul li {
  display: inline;
  color: #DFDFDF;
  font-size: 12px;
}

.stars ul li.off {
  color: #475663;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.table-expanded tr {
  padding: 5px 0;
}

.table-expanded th {
  text-align: left;
  text-transform: uppercase;
  padding: 10px;
  color: #686868;
  font-size: 14px;
}

.table-expanded td {
  padding: 5px;
  font-size: 14px;
}

.table-expanded td input,
.table-expanded td select,
.table-expanded td textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  outline: none;
}

.passport {
  width: 150px;
  height: 150px;
  border: 3px solid #475663;
  overflow: hidden;
}

.passport img {
  width: 100%;
}

#wrapper {
  font-family: 'Roboto', sans-serif;
}

.form-box {
  position: relative;
  background: #fff;
  box-shadow: 0 33px 59px rgba(0, 0, 0, 0.27);
}

.image-box {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(/images/sea.jpg?2d1ecb67a72ca8a27543ebf5b8f10934) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-box .logo-box {
  z-index: 200;
  position: relative;
}

.image-box .logo-box img {
  position: relative;
  width: 120px;
}

.image-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #475663 47%, black 100%);
  opacity: 0.67;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  z-index: 100;
}

.login-box {
  width: 100%;
  height: 100%;
}

.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.login-form h2 {
  margin-bottom: 20px;
}

.login-form .form-col {
  padding-left: 20px;
}

.login-form .form-label {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #6B6C6F;
}

.login-form a {
  color: #475663;
}

.login-form a:hover {
  color: #475663;
}

.login-form .form-control {
  width: 100%;
  border: 1.5px solid #DFE2E6;
  -moz-border-radius: 2px;
  -webkit--radius: 2px;
  border-radius: 2px;
  padding-left: 20px;
  transition: 0.1s border-color ease-in;
  color: #6B6C6F;
  font-size: 0.9rem;
  outline: none;
}

.login-form .form-control::-webkit-input-placeholder {
  font-size: 0.9rem;
  color: #6B6C6F;
}

.login-form .form-control::-moz-placeholder {
  font-size: 0.9rem;
  color: #6B6C6F;
}

.login-form .form-control:-ms-input-placeholder {
  font-size: 0.9rem;
  color: #6B6C6F;
}

.login-form .form-control::-ms-input-placeholder {
  
  font-size: 0.9rem;
  color: #6B6C6F;
}

.login-form .form-control::placeholder {
  
  font-size: 0.9rem;
  color: #6B6C6F;
}

.login-form .form-control:focus {
  border-color: #475663;
  outline: none;
  box-shadow: none;
}

.login-form .btn-main {
  text-transform: capitalize;
  font-weight: 700;
  width: 100%;
  border: 2px solid #475663;
}

/**
    @author: Aigbe Robert Daniel
    @email: daniel4life1@gmail.com
    @date: 9/4/2018
    @note: Take it with a grain of salt. sorry its all messy.
**/

.times-box {
  width: 25px;
  height: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.times-box span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  left: 0;
  transition: 0.25s ease-in-out;
}

.times-box span:nth-child(1) {
  top: 10px;
  width: 0;
  left: 50%;
}

.times-box span:nth-child(2) {
  transform: rotate(45deg);
}

.times-box span:nth-child(3) {
  transform: rotate(-45deg);
}

.times-box span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}

#admin-wrapper {
  width: 100%;
  
}

#admin-wrapper #sidebar {
  width: 280px;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.0625);
  background: #4061A3;
  overflow: hidden;
  transition: 0.3s width;
}

#admin-wrapper.collapse-sidebar #sidebar {
  width: 70px;
}

#admin-wrapper.collapse-sidebar #sidebar:hover {
  width: 280px;
}

#admin-wrapper #main {
  width: 100%;
  padding-left: 280px;
  background: #f7f4f4;
  min-height: 100vh;
  transition: 0.3s padding-left;
}

#admin-wrapper.collapse-sidebar #main {
  padding-left: 70px;
}

#admin-wrapper #sidebar .sidebar-inner {
  width: 100%;
  height: 100%;
  padding: 0;
}

#admin-wrapper #sidebar .sidebar-head {
  width: 100%;
  height: 100px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
  display: flex;
}

#admin-wrapper.collapse-sidebar #sidebar .sidebar-head {
  border-bottom: none;
}

#admin-wrapper.collapse-sidebar #sidebar:hover .sidebar-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
}

#admin-wrapper #sidebar .sidebar-head .sidebar-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#admin-wrapper #sidebar .sidebar-head .sidebar-btn {
  width: 100%;
  flex: 1;
  text-align: right;
}

#admin-wrapper #sidebar .sidebar-head .sidebar-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

#admin-wrapper #sidebar .sidebar-head img {
  width: auto;
  max-width: 50%;
}

#admin-wrapper #sidebar .sidebar-menu {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
}

#admin-wrapper #sidebar .sidebar-menu .menu {
  width: 100%;
  height: 100%;
}

#admin-wrapper #sidebar .sidebar-menu ul {
  width: 100%;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* #admin-wrapper #sidebar .sidebar-menu .menu li {

} */

#admin-wrapper #sidebar .sidebar-menu .menu li:first-child {
  margin-top: 0;
}

#admin-wrapper #sidebar .sidebar-menu .menu > li.active > a {
  background: #3c5a94;
  color: #fff;
}

#admin-wrapper #sidebar .sidebar-menu .menu > li:hover > a {
  background: #3c5a94;
  color: #fff;
}

#admin-wrapper #sidebar .sidebar-menu .menu > li:hover .icon {
  color: #fff;
}

/*Adjusts menu to the right on hover. Menu effect*/
#admin-wrapper #sidebar .sidebar-menu .menu li:hover a .icon {
  margin-left:10px;
  transition:0.5s;
}

#admin-wrapper #sidebar .sidebar-menu .menu > li.active .icon {
  color: #fff;
}

#admin-wrapper #sidebar .sidebar-menu .menu li.active .name {
  font-weight: 500;
}

#admin-wrapper #sidebar .sidebar-menu .menu li span {
  font-weight: 400;
}

#admin-wrapper #sidebar .sidebar-menu .menu li a {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 20px 15px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
}

#admin-wrapper #sidebar .sidebar-menu .menu li a .name {
  display: inline-block;
}

.collapse-sidebar #sidebar .sidebar-menu .menu li a .name,
.collapse-sidebar #sidebar .sidebar-menu .menu li a .more {
  display: none;
  visibility: collapse;
  opacity: 0;
}

#admin-wrapper.collapse-sidebar #sidebar:hover .sidebar-menu .menu li a .name,
#admin-wrapper.collapse-sidebar #sidebar:hover .sidebar-menu .menu li a .more {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

#admin-wrapper #sidebar .sidebar-menu .menu li a .icon {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  font-size: 17px;
  color: #fff;
}

.collapse-sidebar #sidebar .sidebar-menu .menu li a .icon {
  display: block;
  text-align: center;
  margin: 0;
}

#admin-wrapper.collapse-sidebar #sidebar:hover .sidebar-menu .menu li a .icon {
  text-align: left;
  display: inline-block;
}

#admin-wrapper #sidebar .sidebar-menu .menu li a .more {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 0;
  padding-right: 20px;
}

#admin-wrapper #sidebar .sidebar-menu .menu li a .more i {
  transition: 0.3s ease-in;
}

#admin-wrapper #sidebar .sidebar-menu .menu li ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

.collapse-sidebar #sidebar .sidebar-menu .menu li ul {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

#admin-wrapper.collapse-sidebar #sidebar:hover .sidebar-menu .menu li ul {
  display: block;
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
  overflow: visible;
}

#admin-wrapper #sidebar .sidebar-menu .menu .expanded .more i {
  transform: rotate(90deg);
}

#admin-wrapper #sidebar .sidebar-menu .menu li ul li {
  padding: 0;
  padding-left: 30px;
  margin: 0;
}

#admin-wrapper #sidebar .sidebar-menu .menu li ul > li:hover > a {
  font-weight: 600;
}

#admin-wrapper #sidebar .sidebar-menu .menu li ul li a {
  font-size: 13px;
  padding: 10px 0;
  padding-left: 35px;
  background: none;
}

#admin-wrapper #main .top-bar-wrapper{
  width: calc(100% - 280px);
  background: #fff;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.065);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
}

#admin-wrapper.collapse-sidebar #main .top-bar-wrapper{
  width: calc(100% - 70px);
}

#admin-wrapper #main .top-bar {
  width: 100%;
  padding: 0 30px;
}

#admin-wrapper #main .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#admin-wrapper #main .top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#admin-wrapper #main .top-bar .title {
  font-weight: 500;
  font-size: 1.5rem;
}

#admin-wrapper #main .top-bar .menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#admin-wrapper #main .top-bar .user-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 20px;
}

#admin-wrapper #main .top-bar .user-list .image {
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;

}

#admin-wrapper #main .top-bar .user-list h4 {
  font-size: 15px;
  font-weight: bold;
  margin:0;
  padding: 0;
}

#admin-wrapper #main .top-bar .user-list p {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#admin-wrapper #main .top-bar .user-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#admin-wrapper #main .top-bar ul li {
  display: inline-block;
  margin-right: 10px;
}

#admin-wrapper #main .top-bar ul li .navBtn {
  font-size: 1.3em;
  color: #727272;
  display: inline-block;
}

#admin-wrapper #main .top-bar ul li a {
  color: #323232;
  font-size: 14px;
}

#admin-wrapper #main .top-bar ul li a:hover, #admin-wrapper #main .top-bar ul li a:hover i {
  color: #ccc;
}

#admin-wrapper #main .top-bar ul li a i {
  display: inline-block;
  margin-right: 5px;
}

#admin-wrapper #main .content {
  width: 100%;
  max-width: 100%;
  padding: 10px 30px;
  padding-top: 65px;
}

#admin-wrapper #main .content .admin-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.mfp-bg {
  background: rgba(1, 29, 63, 0.9) !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.btn-add {
  border: none;
  background: #475663;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  outline: none;
}

.alert {
  padding: 10px;
  margin: 10px 0;
  -moz-border-radius: 4px;
  -webkit--radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #475663;
}

.alert .icon-box {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-right: 10px;
}

.alert .icon-box .icon {
  color: #fff;
  padding: 5px;
  -moz-border-radius: 50%;
  -webkit--radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-items: center;
  align-items: center;
}

.alert .icon-box .icon i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

.alert .desc {
  padding: 10px;
  flex: 1;
}

.alert .desc h3 {
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.alert .desc p {
  margin: 0;
  padding: 0;
}

.alert .action button {
  background: none;
  border: none;
  outline: none;
}

.alert .action button i {
  font-size: 20px;
  color: #6B6C6F;
}

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

.alert ul li {
  font-size: 14px;
  color: #6B6C6F;
  padding-bottom: 5px;
}

.alert-danger {
  border-left: 4px solid #ff2d20;
}

.alert-danger .icon-box .icon {
  background: #ff2d20;
}

.alert-success {
  border-left: 4px solid #4caf50;
}

.alert-success .icon-box .icon {
  background: #4caf50;
}

#add-box,
#alert-box,
#profile-box,
.box {
  
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  overflow: hidden;
  padding: 0px;
  -moz-border-radius: 10px;
  -webkit--radius: 10px;
  border-radius: 10px;
  z-index: 3000;
}

#add-box .modal-header,
#alert-box .modal-header,
#profile-box .modal-header,
.box .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  overflow: hidden;
  background: #fff;
}

#add-box .modal-header h2,
#alert-box .modal-header h2,
#profile-box .modal-header h2,
.box .modal-header h2 {
  font-size: 18px;
  padding: 10px;
}

#add-box .modal-body,
#alert-box .modal-body,
#profile-box .modal-body,
.box .modal-body {
  width: 100%;
  padding: 10px 20px;
}

#add-box .modal-body .hg:nth-child(even),
#alert-box .modal-body .hg:nth-child(even),
#profile-box .modal-body .hg:nth-child(even),
.box .modal-body .hg:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
  padding: 5px;
}

.form-group:nth-child(even) {
  padding: 10px;
  background: rgba(0, 0, 0, 0.01);
}

.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}

.form-row .form-col {
  flex: 1;
  margin-right: 10px;
}

.form-row .form-col .quote-field {
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
}

.form-row .form-col:last-child {
  margin-right: 0;
}

.form-row label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}

.form-row textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  outline: none;
}

.form-row textarea {
  min-height: 200px;
  resize: vertical;
}

#admin-wrapper .form-row .button {
  text-align: center;
}

#add-box.large,
.box.large {
  width: 50%;
  min-width: 500px;
  max-width: 70%;
}

#add-box.larger,
.box.larger {
  width: 80%;
  min-width: 500px;
  max-width: 90%;
}

.form-row .form-col textarea {
  min-height: 100px;
}

#profile-box {
  width: 700px;
  max-width: 700px;
  justify-content: space-between;
  align-items: flex-start;
}

#profile-box h1 {
  font-size: 25px;
  margin: 20px 0;
  margin-top: 0;
}

#profile-box .profile {
  margin: 30px 0;
}

#profile-box .col-left {
  width: 200px;
  padding-right: 10px;
}

#profile-box .col-left img {
  width: 100%;
  height: 200px;
  -moz-border-radius: 50%;
  -webkit--radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

#profile-box .col-right {
  width: 450px;
  flex: 1;
  padding-left: 20px;
}

#profile-box .col-right table {
  width: 100%;
  
}

#profile-box .col-right table th,
#profile-box .col-right table td {
  padding: 10px;
}

#profile-box .col-right table tr {
  margin: 5px 0;
}

#profile-box .col-right table th {
  color: #6B6C6F;
  text-transform: uppercase;
  font-size: 14px;
}

#profile-box .col-right table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  padding-bottom: 10px;
  font-size: 14px;
}

#alert-box .item {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#alert-box .item .image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
  font-size: 40px;
}

#alert-box .item .image i {
  color: #DFDFDF;
}

#alert-box .item .desc {
  -ms-flex-basis: 68%;
  flex-basis: 68%;
}

#alert-box .item .desc .action-box {
  margin-top: 20px;
}

#admin-container {
  margin: 20px 0px;
}

/* Print Button Styles*/
#admin-container .btn {
  padding: 10px;
  background: #4061A3;
  color: #fff;
  border: 1px solid #4061A3;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -moz-border-radius: 3px;
  -webkit--radius: 3px;
  border-radius: 3px;
  outline: none;
}

/* Print Button Hover Effects*/
#admin-container .btn:hover {
  background: #903278;
  border: 1px solid #903278;
  transition:ease-in 0.65s;
}

#admin-container .row {
  flex-wrap: wrap;
  justify-content: flex-start;
}

#admin-container .row .item {
  -ms-flex-basis: 24.25%;
  flex-basis: 24.25%;
  min-width: 200px;
  margin-bottom: 10px;
  margin-right: 1%;
  border: 1px solid rgba(0, 0, 0, 0.0625);
  background: #fff;
  padding: 20px;
}

#admin-container .row .item h4 {
  color: #6B6C6F;
}

#admin-container .row .item .desc {
  padding-top: 30px;
  justify-content: space-between;
  align-items: center;
}

#admin-container .row .item span {
  display: block;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
}

#admin-container .row .item:last-child {
  margin-right: 0;
}

#admin-container .data-table-box {
  padding: 20px 20px;
}

#admin-container .data-table-box h2 {
  color: #6B6C6F;
}

#admin-container .options {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#admin-container .options .col-left,
#admin-container .options .col-right {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#admin-container .data-table-box .options .col-left .option-item,
#admin-container .data-table-box .options .col-right .option-item {
  padding: 10px;
}

#admin-container .data-table-box .options .col-left .option-item a,
#admin-container .data-table-box .options .col-right .option-item a {
  display: inline-block;
}


#admin-container .options .form-row .form-col label {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #6B6C6F;
}

#admin-container .options .form-row .form-col input[type=search],
#admin-container .options .form-row .form-col input[type=text],
#admin-container .options .form-row .form-col .form-item,
#admin-container .options .form-row .form-col input[type=number],
#admin-container .options .form-row .form-col select {
  width: auto;
  padding: 10px;
  font-size: 14px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  outline: none;
  color: #6B6C6F;

}

.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-row .form-col label {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #6B6C6F;
}

.form-row .form-col input,
.form-row .form-col select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: none;
  border: 1.5px solid #DFE2E6;
  -moz-border-radius: 3px;
  -webkit--radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #6B6C6F;
}

.form-row .form-col input:focus,
.form-row .form-col select:focus, .form-row .form-col textarea:focus {
  border: 1.5px solid #475663;
}

#admin-container .data-table {
  width: 100%;
  margin: 20px 0;
}

#admin-container .data-table {
  width: 100%;
  margin: 20px 0;
}

#admin-container .data-table .shadow {
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#admin-container .data-table.alt thead th, #admin-container .data-table.alt tfoot th {
  background-color: #F1F2F5;
  border: none;
}

#admin-container .data-table thead th{
  background-color: #4061A3;
  border: none;
  color:#fff !important;
}

#admin-container .data-table.alt tbody td {
  background-color: #fff;
  border-left: none;
  border-right: none;
}


#admin-container .data-table thead th,
#admin-container .data-table tfoot th {
  padding: 0.75rem;
  text-align: left;
  border: 1px solid #e9ecef;
  border-bottom-width: 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

#admin-container .data-table tfoot th {
  border-bottom-width: 1px;
  border-top-width: 2px;
}

#admin-container .data-table thead th.header,
#admin-container .data-table tfoot,
#admin-container .data-table th.top-bar {
  cursor: pointer;
}

#admin-container .data-table thead th.top-bar .title,
#admin-container .data-table tfoot .title,
#admin-container .data-table th.top-bar .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#admin-container .data-table thead th.top-bar i,
#admin-container .data-table tfoot i,
#admin-container .data-table th.top-bar i {
  display: none;
}

#admin-container .data-table thead th.top-bar i:nth-child(1),
#admin-container .data-table tfoot i:nth-child(1),
#admin-container .data-table th.top-bar i:nth-child(1) {
  display: inline;
}

#admin-container .data-table thead th.header:hover,
#admin-container .data-table tfoot th.header:hover {
  background: rgba(0, 0, 0, 0.01);
}

#admin-container .data-table thead th.headerSortUp i,
#admin-container .data-table tfoot th.header:hover i {
  display: none;
}

#admin-container .data-table thead th.headerSortUp i:nth-child(1),
#admin-container .data-table tfoot th.header:hover i:nth-child(1) {
  display: none;
}

#admin-container .data-table thead th.headerSortUp i:nth-child(2),
#admin-container .data-table tfoot th.header:hover i:nth-child(2) {
  display: inline;
}

#admin-container .data-table thead th.headerSortDown i {
  display: none;
}

#admin-container .data-table thead th.headerSortDown i:nth-child(1) {
  display: none;
}

#admin-container .data-table thead th.headerSortDown i:nth-child(2) {
  display: none;
}

#admin-container .data-table thead th.headerSortDown i:nth-child(3) {
  display: inline;
}

#admin-container .check-wrapper {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#admin-container .check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#admin-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  -moz-border-radius: 3px;
  -webkit--radius: 3px;
  border-radius: 3px;
}

#admin-container .check-wrapper:hover input ~ .checkmark {
  background-color: #ccc;
}

#admin-container .check-wrapper input:checked ~ .checkmark {
  background-color: #475663;
}

#admin-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#admin-container .check-wrapper input:checked ~ .checkmark:after {
  display: block;
}

#admin-container .check-wrapper .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#admin-container .data-table tbody td {
  padding: 0.75rem;
  border: 1px solid #e9ecef;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

#admin-container .data-table.striped tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}

#admin-container .data-table.hoverable tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}

#admin-container .data-table.alt-2{
  background:  #fff;
}

/*#admin-container .data-table.alt-2 thead th, #admin-container .data-table.alt-2 tfoot th {
  background-color: #475663;
  border: none;
  color: #fff;
}*/
/*added by Michael*/
#admin-container .data-table.alt-2 thead th, #admin-container .data-table.alt-2 tfoot th {
  background-color: #4061A3;
  /*border: none;*/
  color: #fff;
}
#admin-container .data-table.alt-2 tbody tr:nth-child(even) {
  background:  #F3F4F5;
}

#admin-container .data-table.center-text tr td,
#admin-container .data-table.center-text tr th {
  text-align: center;
}

#admin-container .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  padding: 10px 0;
}

#admin-container .pagination .page-item:first-child,
#admin-container .pagination li:last-child {
  width: auto;
  -moz-border-radius: 10px 0 0 10px;
  -webkit--radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

#admin-container .pagination .page-item:last-child {
  margin-right: 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit--radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

#admin-container .pagination .page-item {
  margin: 0px;
  margin-right: 3px;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
}

#admin-container .pagination .page-item .page-link {
  padding: 10px;
  display: block;
  text-align: center;
  font-weight: 700;
}

#admin-container .pagination li.active,
#admin-container .pagination li:hover {
  background: #475663;
  color: #fff;
}

#admin-container .pagination li.active a,
#admin-container .pagination li:hover a {
  color: #fff;
}

#admin-container .pagination li.disabled {
  color: rgba(0, 0, 0, 0.3);
}

#admin-container .sub-main {
  background-color: #fff;
  width: 100%;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.0625);
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  margin: 30px 0;
  padding: 0px;
}

#admin-container .sub-main .header {
  padding: 10px 20px;
  border-bottom: 2px solid #707070;
}

#admin-container .sub-main .sub-main-body {
  padding: 10px 20px;
}

#admin-container .sub-main.alt {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

#admin-container .sub-main-header {
  font-weight: bold;
  color: #475663;
  font-size: 1.3rem;
}

#admin-container .sub-main .chart-box {
  width: 80%;
  margin: 0 auto;
}

#admin-container .sub-main canvas {
  width: 80%;
  margin: 0 auto;
}


#banner-wrapper {
  /*background-color: #475663;*/
  background-color: #4061A3;
  color: #fff;
  align-items: flex-end;
  justify-items: center;
}

#banner-wrapper .desc {
  width: 60%;
  padding: 20px;
  
}

#banner-wrapper .desc h1, #banner-wrapper .desc p, #banner-wrapper .desc h3 {
  margin: 1rem 0;
  color: #fff;
}

.navigation {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.calender-row {
  display: flex;
  align-items: center;
  justify-items: flex-start;
}

.calender-item {
  width: 180px;
  margin: 20px 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

.calender-item:hover {
 border: 1px solid #68D29B;
}

.calender-item .day {
  padding: 10px;
  color: #8B91A2;
  font-weight: bold;
}

.calender-item .desc {
  border: 1px solid rgba(0,0,0,.1);
  
  
  padding: 10px;
}

.calender-item:last-child .desc {
  border-right: 1px solid rgba(0,0,0,.1);
}

.calender-item.active .desc {
  background-color: #F1F2F5;
  padding: 10px;
}

.calender-item.selected .desc {
  background-color: #A5ABBE;
  padding: 10px;
}

.calender-item .desc span {
 display: block;
}

.calender-item .desc span:nth-child(1) {
 font-size: 40px;
 font-weight: bold;
 color: #404E59;
}

.calender-item .desc span:nth-child(2) {
 
 color: #404E59;
}


#notification.sub-main {
  padding: 20px;
  margin: 0;
  margin-top: 0px;
}

#notification h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.notification-item .notification-header {
  margin-bottom: 20px;
}

.notification-item .notification-body {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;

}

.notification-item .badge {
  position: relative;
  padding: 20px;
  background-color: #F1F2F5;
  font-weight: bold;
  font-size: 20px;
  
}

.notification-item.active .badge::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;

  width: 10px;
  height: 10px;
  background-color: #68D29B;
  border-radius: 50%;
  border: 5px solid #fff;
}

.notification-item .desc {
 padding-left: 20px;
  
}



.notification-item .desc-header .date {
  display: block;
  font-size: 12px;
  width: 100%;
  min-width: 0;
 margin-top: 0px;
 margin-bottom: 10px;

 text-overflow: ellipsis;
}


.notification-item .desc-header a:hover h4 {
  color:#68D29B;
  
}


.notification-item .desc-header h4 {
  width: 100%;
  min-width: 0;
 margin-top: 0px;
 padding-top: 0px;
 font-weight: bold;
 text-overflow: ellipsis;
  
}

.notification-item .desc-body p {
 font-size: 0.9rem;
  
}


.row {
  display: flex;
  flex-wrap: nowrap;
}

.w-25 {
  width: 25%;
}

.w-75 {
  width: 75% ;
}



.notification-link {
  display: block;
  position: relative;
}

.notification-link.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;

  width: 10px;
  height: 10px;
  background-color: #68D29B;
  border-radius: 50%;
  
}

.notification-link .notification-wrapper {
  display: none;
  padding: 20px 10px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 0;
  width: 400px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  z-index: 120;
}

.notification-link.clicked .notification-wrapper {
  display: block;
}



@media print{
  .print-wrapper #admin-wrapper #sidebar {
    display: none;
  }

  .print-wrapper #admin-wrapper #main, #admin-wrapper.collapse-sidebar #main {
    padding-left: 0;
  }

  .print-wrapper #admin-wrapper #main .top-bar-wrapper{
    display: none;
  }

  .print-wrapper #admin-wrapper #main .content {
    padding-top: 10px;
  }

  .print-wrapper #banner-wrapper {
    display: none;
  }

  .print-wrapper .navigation {
    display: none;
  }

  .print-wrapper .sub-main{
    display: none;
  }

  .print-wrapper .print-me {
    display: block;
  }

  .print-wrapper .hide-me, .print .hide-me{
    display: none !important;
  }

  
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .center-box {
    width: 85%;
  }

  #banner-wrapper {
    display: block;
    position: relative;
  }

  #banner-wrapper .image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    opacity: .7;
  }

  #banner-wrapper .desc {
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 20;
  }

  .row {
    display: flex;
    flex-direction: column;
  }

  .col {
    width: 100%
  }

  .w-25 {
    width: 100%;
}

.w-75 {
    width: 100% ;
}

#notification.sub-main {
  padding: 20px;
  margin-left: 0px;
  margin-top: 20px;
}

  #header-wrapper {
    width: 100%;
    overflow-x: hidden;
    background-size: 500px, cover;
  }

  #header-wrapper #header {
    width: 85%;
  }

  #header-wrapper #header #nav-wrapper.active #nav-box {
    width: 85%;
  }

  #header-wrapper #banner {
    width: 85%;
  }

  #header-wrapper #banner .item .desc {
    width: 60%;
  }

  #header-wrapper #banner .item .image {
    width: 40%;
    padding-left: 20px;
  }

  #header-wrapper #banner .break .progress-box {
    width: 90%;
  }

  #header-wrapper.condense #banner .break .progress-box {
    width: 90%;
  }

  #about .row .item .desc {
    width: 60%;
  }

  #about .row .item .list {
    width: 40%;
  }

  #booking .item {
    width: 60%;
  }

  #booking .row.large .item {
    width: 60%;
  }

  #how-it-works .center-box {
    width: 95%;
  }

  #how-it-works .row .item {
    height: 450px;
  }

  #book-now .row .item .form-box {
    width: 75%;
  }

  #testimonial .row .col-right {
    width: 70%;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {

  

  #admin-container .data-table-box .options {
    display: block;
  }

  #admin-container .data-table-box .options .col-right,
  #admin-container .data-table-box .options .col-left {
    display: block;
  }


  .notification-link .notification-wrapper {
      position: fixed;
      width: 100%;
      top: 62px;
  }

  .notification-link.clicked .notification-wrapper {
      display: block;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  

 
  #admin-wrapper #sidebar {
    left: -280px;
    width: 250px;
  }

  #admin-wrapper #main {
    padding-left: 0;
  }

  #admin-wrapper.collapse-sidebar #main {
    padding-left: 0;
  }

  #admin-wrapper.collapse-sidebar #sidebar {
    width: 250px;
    left: 0px;
    transition: 0.3s left;
  }

  #admin-wrapper.collapse-sidebar #sidebar:hover {
    width: 250px;
  }

  #admin-wrapper.collapse-sidebar #sidebar .sidebar-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
  }

  #admin-wrapper #sidebar .sidebar-head .sidebar-logo {
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }

  #admin-wrapper #sidebar .sidebar-head .sidebar-btn {
    align-items: center;
    justify-content: center;
    flex: 0;
    display: flex;
  }

  #admin-wrapper #sidebar .sidebar-head .sidebar-btn span {
    display: block;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    color: #727272;
  }

  .collapse-sidebar #sidebar .sidebar-menu .menu li a .name,
  .collapse-sidebar #sidebar .sidebar-menu .menu li a .more {
    display: inline-block;
    visibility: visible;
    opacity: 1;
  }

  .collapse-sidebar #sidebar .sidebar-menu .menu li a .icon {
    text-align: left;
    display: inline-block;
  }

  #admin-wrapper.collapse-sidebar #sidebar .sidebar-menu .menu li ul {
    display: block;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    overflow: visible;
  }

  #admin-wrapper #main .top-bar-wrapper{
    width: 100%;
  }

  #admin-wrapper.collapse-sidebar #main .top-bar-wrapper{
    width: 100%;
  }

  #admin-wrapper #main .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  #admin-container .row {
    display: block;
  }

  #admin-container .row .item {
    width: 100%;
    margin-right: 0;
  }
}

/* Extra Small Devices, Phones */

/* Custom, iPhone Retina */

