@import url(themify-icons/themify-icons.css);

/*******************
Global Styles
*******************/
* {
    outline: none; }

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #54667a;
    height: 100vh;
    font-weight: 300;
    font-size: 14px;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff; }


/*******************
Element Styles
*******************/

a:hover, a:focus {
    text-decoration: none; }

a.link {
    color: #54667a; }
a.link:hover, a.link:focus {
    color: #009efb; }

th{
    font-weight: 500;
}

label{
    font-weight: 400;
}

legend{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*******************
Class Styles
*******************/
.alert-info {
    color: #009efb !important;
}

.form-text {
    font-style: italic;
}

.slimScrollBar {
    z-index: 10 !important; }

/*******************
Layout
*******************/

#main-wrapper {
    width: 100%; }

/*******************
Margin & Padding
*******************/

.p-20{
    padding: 20px !important;
}

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2b2e;
    font-family: "Rubik", sans-serif;
    font-weight: 400; }

h1 {
    line-height: 48px;
    font-size: 36px; }

h2 {
    line-height: 36px;
    font-size: 24px; }

h3 {
    line-height: 30px;
    font-size: 21px; }

h4 {
    line-height: 22px;
    font-size: 18px; }

h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400; }

h6 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400; }

/*******************
Buttons
******************/
.btn {
    padding: 7px 12px;
    font-size: 14px;
    cursor: pointer;
}

.btn-lg {
    padding: .70rem 1.25rem;
    font-size: 1.1rem;
}

.icon-btn {
    padding: 4px 8px;
    font-size: 20px;
    cursor: pointer;
}

.btn-info,
.btn-info.disabled {
    background: #009efb;
    border: 1px solid #009efb; }
.btn-info:hover,
.btn-info.disabled:hover {
    background: #009efb;
    opacity: 0.7;
    border: 1px solid #009efb; }
.btn-info.active, .btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:focus {
    background: #028ee1; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
    background-color: #028ee1;
    border: 1px solid #028ee1; }

.btn-outline-primary {
    color: #7460ee;
    background-color: #ffffff;
    border-color: #7460ee; }
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #7460ee;
    color: #ffffff;
    border-color: #7460ee; }


.btns .btn {
    font-size: 20px;
}

/*******************
Checkboxes
*******************/

.checkboxes .form-check{
    margin-left: -20px;
}

.checkboxes .form-check-label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.checkboxes input[type="checkbox"]:empty {
    display: none;
}

.checkboxes input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0.5em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxes input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.checkboxes input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.checkboxes input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.checkboxes input[type="checkbox"]:checked ~ label {
    color: #777;
}

.checkboxes input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
    background-color: #7460ee;
}

.checkboxes input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

/*******************
Positions
*******************/

.centered{
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

/*******************
/*Top bar
*******************/

.topbar {
    position: relative;
    z-index: 50;
    background: #009efb;
    background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%);
    background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%);
    background: linear-gradient(to right, #0178bc 0%, #00bdda 100%);
}

.topbar .top-navbar {
    padding: 0;
}

.topbar .top-navbar .navbar-header {
    text-align: center;
    background: #ffffff;
    box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}

.topbar .top-navbar .navbar-header .navbar-brand {
    margin: 0;
    padding: 0;
    width: 70px;
}

.topbar .top-navbar .navbar-header .navbar-brand b {
    line-height: 70px;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
      color: rgba(255, 255, 255, 0.8) !important;
  }

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
    color: #ffffff !important;
}

.topbar .top-navbar .company {
    margin-right: 20px;
    font-size: 16px;
}

/*******************
Main sidebar
******************/
.left-sidebar {
    position: fixed;
    width: 240px;
    height: 100%;
    top: 0;
    left: -240px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    z-index: 20;
    padding-top: 70px;
    background: #fff;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08)
}

.show-sidebar .left-sidebar {
    left: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

/*******************
User profile section
******************/
.user-profile {
    text-align: center;
    position: relative; }

.user-profile .profile-text {
    margin: 20px 0;
    position: relative; }

.user-profile .profile-text a {
    color: #54667a; }

.user-profile .logout-btn{
    padding: 0 10px;
}

.user-profile .logout-btn a {
    margin: 10px 0;
    font-size: 18px;
}

/*******************
sidebar navigation
******************/
.collapse.in {
    display: block; }

/*.scroll-sidebar {*/
/*    padding-top: 10px; }*/

.sidebar-nav {
    background: #fff;
    margin-top: 20px;
}

.sidebar-nav > ul {
    padding: 0 0 60px; }

.sidebar-nav ul {
    margin: 0; }

.sidebar-nav ul li {
    list-style: none; }

.sidebar-nav ul li a {
    color: #54667a;
    padding: 5px 35px 5px 15px;
    display: block;
    font-size: 15px;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #009efb;
}

.sidebar-nav ul li a.active {
    font-weight: 400;
    color: #263238;
}

.sidebar-nav ul li.nav-small-cap {
    font-size: 12px;
    padding: 5px 14px 5px 20px;
    color: #90a4ae;
    font-weight: 500; }

.sidebar-nav ul li.nav-devider {
    height: 1px;
    background: rgba(120, 130, 140, 0.13);
    display: block;
    margin: 5px 0; }

.sidebar-nav > ul > li.active > a {
    border-left: 3px solid #009efb;
    color: #009efb;
}

.sidebar-nav > ul > li.active > a i {
    color: #009efb;
}


.sidebar-nav > ul > li > a {
    border-left: 3px solid #fff;
}

.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
    border-left: 3px solid #009efb;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
    color: #009efb;
}

.sidebar-nav ul li ul {
    padding-left: 30px;
}

.sidebar-nav ul li ul ul {
    padding-left: 20px;
}

.sidebar-nav ul li ul li a {
    padding: 10px 35px 10px 15px;
}

.sidebar-nav > ul > li > a i {
    width: 27px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    color: #a6b7bf;
    margin-bottom: 5px;
}

.sidebar-nav > ul > li > a .label {
    float: right;
    margin-top: 6px; }

.sidebar-nav > ul > li > a.active {
    font-weight: 400;
    background: #ffffff;
    color: #009efb;
}

.sidebar-nav .has-arrow {
    position: relative;
}

.sidebar-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: .4em;
    height: .4em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #54667a;
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -o-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 50%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sidebar-nav .active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%);
}

/*******************
sidebar footer
******************/
.sidebar-footer {
    position: fixed;
    bottom: 0;
    left: -240px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 240px;
    background: #e8eff0;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.show-sidebar .sidebar-footer {
    left: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.sidebar-footer a {
    padding: 15px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
}

/*******************
Content Page
*******************/

.loginbox{
    max-width: 450px;
    margin: 20px;
}

.container-fluid {
    max-width: 1920px;
    padding: 25px 30px;
    margin: 0;
}

/*******************
Card Designs
*******************/

.card-no-border .card {
    border: 0;
}

.card-no-border .page-wrapper {
    background: #f2f7f8;
}

.card-no-border .left-sidebar {
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}

.card-no-border .shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-no-border .card-group .card {
    border: 1px solid rgba(120, 130, 140, 0.13);
}

.card-header {
    background: #009efb;
    border-color: #009efb;
}

.card-header h4, .card-header h3, .card-header h2{
    color: #FFFFFF;
    margin-bottom: 0;
}

.accordion a{
    color: #000000;
}

.accordion h4{
    background-color: rgba(0,0,0,.05) ;
    padding: 10px;
}


/*******************
Tablist
*******************/

.nav-tabs li a.nav-link {
    border: 0;
    padding: 15px 20px;
    color: #54667a;
}

.nav-tabs li a.nav-link.active {
    border-bottom: 2px solid #009efb;
    color: #009efb;
}

/*******************
List
*******************/

.list-opt a{
    text-align: center;
    font-size: 20px;
}

/*******************
Tables
*******************/

#bookedOutItemList td, #bookedItemList td{
    vertical-align: middle;
    font-size: 16px;
}

.table-align-middle tr td{
    vertical-align: middle!important;
}



/*************
Startpage
*******************/


/*******************
Media Queries
*******************/

/*-- ==============================================================
< 1400
 ============================================================== */

@media (max-width: 1400px) {
    .col-xll-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xll-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/*-- ==============================================================
< 576
 ============================================================== */

@media (max-width: 575px) {
    body{
        font-size: 0.75rem;
    }

    .container-fluid{
        padding: 10px;
    }

    .profile-tab i{
        font-size: 26px;
    }

    .wh-btn{
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
}

/*-- ==============================================================
> 991
 ============================================================== */
@media (min-width: 992px) {
    .topbar .top-navbar .navbar-header .navbar-brand {
        width: 240px;
    }

    .left-sidebar, .sidebar-footer {
        left: 0;
    }

    .page-wrapper {
        margin-left: 240px; }
    .footer {
        left: 240px; }
}


