/*

Background colour: White + BEDFF6 + EAEAEA + 2B333F
Text Colour: 2B333F + White + 5FB9E8
Primary Colour: 5FB9E8 + 2B333F
Secondary Colours: BEDFF6 + EAEAEA

#BEDFF6 - Light Blue
#EAEAEA - Light Grey
#2B333F - Dark Grey/Blue Mix
#5FB9E8 - Exotic Light Blue

*/

/* .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px!important;
} */

/*@font-face {*/
/*    font-family: myFirstFont;*/
/*    src: url(/includes/fonts/dinbek-regular.ttf);*/
/*}*/

/* Make Select2 boxes match Bootstrap3 as well as Bootstrap4 heights: */
.select2-container--default .select2-results>.select2-results__options{
    max-height: 500px !important;
}

.select2-container .select2-selection--single {
    border-radius: 0px!important;
    border: 1px solid rgb(169, 169, 169)!important;
    height:41px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:41px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px!important;
}

body {
    margin: 0;
    padding:0;
    font-family: 'futura-pt', sans-serif;
}

img {
	width: 100%;
	height: auto;
}

p, ul{
	font-size: 15px;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
}

/*All*/

table, th, td {
    border: 1px solid #5FB9E8;
    border-collapse: collapse;
}

td {
    padding: 10px;
}

th {
    padding: 10px;
    background-color: #5FB9E8;
    color: #000000;
}

.border {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    margin-top: 20px;
}

.input .btn-primary {
    border-radius: 0;
    background-color: #BEDFF6;
    color: Black;
}

.btn-primary{
    border-radius: 0;
    background-color: #BEDFF6;
    color: Black;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 32px;
    font-weight: bold;
    
}

.dark {
    background-color: #2B333F;
    color: #fff!important;
}

.btn-primary-dark{
    border-radius: 0;
    background-color: #2B333F;
    color: #fff!important;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 32px;
    font-weight: bold;
    
}

.btn-primary-dark:hover{
    color: #FFFFFF !important;
    
}

.btn-primary:hover {
    background: #2B333F !important;
    color: #FFFFFF !important;
}

.save-btn {
    padding-top: 20px;
}

.admin-content {
    min-height: 65.5vh;
}

.admin-content-login {
    min-height: 71.8vh;
}

/*Header*/

.navbar-nav>li {
    float:none;
    display: inline-block;
}
.navbar-default {
    text-align: center;
    background-color: transparent;
    border:none;
    margin-bottom: 0;
}

.navbar-nav{
    float: none;
    padding-top: 20px;
}

.nav-navbar-nav li, a {
    text-transform: uppercase;
    font-weight: bold;
    color: black !important;
}

.nav.navbar-nav li a {
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
}

.top-bar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #000000;
}

.top-bar .logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Footer*/
.admin-footer-bottom {
    background-color: #5FB9E8;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.admin-footer-bottom p {
    color: #000000;
    text-align: center;
}

/*login*/

.login {
	margin-top: 120px;
	margin-bottom: 80px;
	text-align: center;
	min-height: 70vh;
}

.login-inner {
	background-color: #ececec;
	height: auto;
	width: 100%;
	padding: 30px;
}

.login-logo img {
	width: 80%;
}

.login h1 {
	text-transform: uppercase;
	font-family: gotham-bold;
}

#login-form {
	text-align: left;
	margin-top: 20px;
}

#login-form input {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
}

#login-form .btn-primary {
	width: auto;
	padding: 10px 30px;
}

input[type="password"] {
    font:small-caption;
    font-size:16px
    
}

/* Dashboard */

.dashboard-head {
    text-transform: uppercase;
    text-align: center;
    background-color: #1A1A1A;
    color:white;
    
}

.dashboard-head h1 {
    margin-bottom: 20px;
}

.content {
    min-height: 78.1vh;
}

.widgets {
    margin-top: 50px;
}

.widgets .background{
    background-color: #BEDFF6;
}

.widgets .col-md-6 .heading {
    padding: 20px;
}

.widgets .col-md-12 .heading {
    padding: 20px;
}

.heading h2 {
    margin-bottom: 0;
    margin-top: 0;
}

#top10-products {
    margin-top: 25px;
}

#incomplete_orders, #previous_orders {
    max-height:350px;
    overflow-y:auto;
}

/*Add User*/

.add-user-head {
    text-transform: uppercase;
    text-align: center;
    background-color: #1A1A1A;
    color:white;
    
}

.add-user-head h1 {
    margin-bottom: 15px;
    margin-top: 15px;
}

#add-user-form input[type=text], input[type=password]{
    padding: 10px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    color: #000;

}

.user-permissions label {
    margin-bottom:10px;
    margin-top:10px;
}

/* #add-user-form select {
    padding: 0px!important;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0px!important;
    color: #000;
} */

#add-user-form .btn-primary {
    /* width: 20%; */
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #83d0a2;
	color: #fff;
	display: none;
}

/*View all users*/

.view-users-head {
    text-transform: uppercase;
    text-align: center;
    background-color: #1A1A1A;
    color:white;
    
}

.view-users-head h1 {
    margin-bottom: 15px;
    margin-top: 15px;
}

/*Edit User*/

.edit-user-head {
    text-transform: uppercase;
    text-align: center;
    background-color: #1A1A1A;
    color:white;
    
}

.edit-user-head h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#edit-user-form input[type=text], input[type=password]{
    padding: 10px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    color: #000;

}

#edit-user-form .btn-primary {
    /* width: 20%; */
}

/*Add Category*/

.add-category-head {
    text-transform: uppercase;
    text-align: center;
    background-color: #1A1A1A;
    color:white;
    
}

.add-category-head h1 {
    margin-bottom: 15px;
    margin-top: 15px;
}

#add-category-form input, textarea, select {
    padding: 10px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    color: #000;

}

#add-category-form .btn-primary {
    width: 20%;
}

/* Add Product */

#product_name, #product_price, #product_sale_price,#product_sale_price1,#bundle_notice, #product_description, #product_category, #product_availability, #product_options, #product_code, #variation_name, #parent_category {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#product_category, #product_availability {
    margin-bottom: 10px;
}

#product_sale_price, #lbl_sale_price {
    display: none;
}

/*#product_category_label, #product_availability_label, #product_options_label  {*/
/*    margin-top: 10px;*/
/*}*/

.add-product-head {
    text-transform: uppercase;
    text-align: center;
    background-color: #1A1A1A;
    color:white;
    
}

.add-product-head h1 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.view-products-head {
    text-transform: uppercase;
    text-align: center;
    background-color: #1A1A1A;
    color:white;
    
}

.view-products-head h1 {
    margin-bottom: 15px;
    margin-top: 15px;   
}

/* Product Attributes */

.no_result {
    border: 0;
}

.no_result p {
    color: red;
    margin-bottom:0;
}

#add_attribute {
    font-size:14px;
    padding:10px;
    margin-bottom: 10px;
}

/* Add Attribute */

#attr_name {
    width:100%;
    padding: 10px;
}

#option_row {
    width:100%;
    padding: 10px;
    margin-bottom:10px;
}

.options {
    padding-left: 0;
    padding-right: 0;
}


/* Variations */

#add_variation {
    font-size:14px;
    padding:10px;
    margin-bottom: 10px;
}

.form-inputs {
    width:100%;
    padding: 10px;
    margin-bottom:10px;
}

/**/

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #83d0a2;
	color: #fff;
	display: none;
}

/*View Categories*/

.view-categories-head {
    text-transform: uppercase;
    text-align: center;
    background-color: #1A1A1A;
    color:white;
    
}


.view-categories-head h1 {
    margin-bottom: 15px;
    margin-top: 15px;
}

#view_categories_table {
    margin-top: 15px;
}

/* View Products*/

#search_product_btn {
    margin-top: 10px!important;
    padding: 10px!important;
}

.no-products {
    border: none;
}

.ion-ios-information {
    margin-right: 10px;
    font-size: 24px;
    color: red;
}

#add_product {
    font-size:14px;
    padding:10px;
    margin-bottom: 10px;
}

.spacing {
    height: 500px;
}

#add_category {
    font-size:14px;
    padding:10px;
    margin-bottom: 10px;
}

#view_products_table {
    margin-top: 15px;
}

.search-product input {
    padding: 10px;
    width:100%;
}

/*View Subcategories*/

.no-subcategories {
    border:none;
}

#no-sub-text {
    font-size: 18px;
    color:red;
}

/*Import Products from Sageon*/

#no-cat-item {
    color: red;
}

/* Notify Box */

[data-notify="container"][class*="alert-pastel-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	letter-spacing: 1px;
}
[data-notify="container"].alert-pastel-info {
	border-left-color: rgb(255, 179, 40);
}
[data-notify="container"].alert-pastel-danger {
	border-left-color: rgb(255, 103, 76);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}

/* Breadcrumbs  */

.breadcrumbs {
    background-color: #f5f5f5;
    margin-bottom: 50px;
}

.breadcrumb {
    margin-bottom: 0;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

/* Add Feed */

    

/* -------------------------------------------------------------------------- */

/* Edit Customer */

.span3 {
    padding: 10px;
}

.birthMonth {
    width: 39%!important;
    margin-right: 1.5%!important;
}

.birthDate {
    width: 29%!important;;
    margin-right: 1.5%!important;
}

.birthYear {
    width: 29%!important;
}

.input {
	width: 49%;
	margin-right: 1%;
	display: inline-block;
	float: left;
}

.input input, .input select {
    width: 100%;
    padding: 5px;
}

.input label {
    margin-top: 15px;
    width: 100%;
}

#registration-details {
    padding-bottom: 40px;
}

#register-heading {
    margin-top: 40px;
}

.billing_copy {
	cursor: pointer;
}

/* -------------------------------------------------------------------------- */


/* view order*/

.customer-details, .order-details, .delivery-information, .billing-information, .product-information2 {
    background-color: #d4eaf9;
    min-height:350px;
    max-height:450px;
    height:auto;
    margin-bottom: 25px;
    padding: 5px 25px 10px 25px;
}

.order-notes {
    background-color: #d4eaf9;
    min-height:150px;
    max-height:230px;
    height:auto;
    margin-bottom: 25px;
    padding: 5px 25px 10px 25px;
}

#order_num {
    padding: 10px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    color: #000;
}

#search-orderbtn {
    padding: 7px 25px!important;
}

.search-by-order-num {
    margin-bottom: 25px;
}

/* -------------------------------------------------------------------------- */


/* Product Features */

#add_feature {
    font-size:14px;
    padding:10px;
    margin-bottom: 10px;
}

.ion-ios-trash {
    font-size: 22px;
    position: absolute;
    margin-top: 32px;
}

.ion-ios-trash:hover {
    cursor: pointer;
}

/* -------------------------------------------------------------------------- */

#view_products_table .ion-android-alarm-clock {
	position: absolute;
    margin-left: -40px;
}

.feed-notice-card {
    text-align:center;
    margin-bottom:50px;
    padding:20px;
    border-radius: 15px;
}

.tooltip-inner {
    min-width: 200px;
    max-width: 100%; 
}

.bootstrap-tagsinput {
    width:100%!important;
}

/* Landing Page Spinner */

.landing-loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .landing-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .landing-loading:not(:required) {
    /* hide "landing-loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .landing-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }