/*$dark_grey: #1b1b1b;*/
/*Breadcrumb on the grey bar*/
/*Breadcrumb on the grey bar*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  background: #e6e6e5 none repeat scroll 0% 0%;
}

.help-block {
  color: #000000;
}

/*header*/
.navbar-brand {
  width: auto;
}

.header,
.navbar-brand,
.dropdown-toggle,
.dropdown-toggle:focus,
.dropdown-toggle:active {
  color: #ffffff !important;
}

/*CMS Breadcrumbs*/
.breadcrumb li,
.breadcrumb li > a,
.breadcrumb > li + li::before {
  color: #ffffff;
}

.breadcrumb li {
  font-family: "Avenir LT W01 65 Medium", Arial;
}

.breadcrumb > li + li::before {
  content: "> ";
  color: #D9E0E7 !important;
}

.breadcrumb .active {
  color: #D9E0E7 !important;
}

.header-top {
  background-color: #192229;
}

.header-bottom,
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus,
.navbar {
  background-color: #2c353c !important;
}

.cms-navbar {
  box-shadow: 0px 2px 0.5px #2c353c;
}

.center {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.red {
  color: red;
}

/*Same than navbar-brand*/
.navbar-title {
  font-size: 18px;
  font-weight: 100;
  height: 54px;
  line-height: 30px;
  margin-right: 10px;
  margin-left: 20px;
  padding: 12px 0px;
}

.navbar-brand {
  font-family: "Avenir LT W01 65 Medium", Arial;
  font-size: 3rem;
  min-height: 10rem;
  line-height: 7rem;
}

.navbar-header {
  width: 100%;
  border-bottom: 0;
}

.sidebar,
.sidebar-bg {
  padding-top: 155px;
}

.sidebar .cms-sidebar-admin-profile-image {
  max-height: 115px;
  background: #FFFFFF;
}
.sidebar .cms-sidebar-admin-profile-image a {
  display: block;
  padding: 0px;
}
.sidebar .cms-sidebar-admin-profile-image img {
  padding: 0px;
}

/*push content down, due to fat header*/
.page-header-fixed {
  padding-top: 160px;
}

.banner-right-logo {
  position: relative;
  top: 15px;
  margin-bottom: 25px;
  right: 15px;
}
.banner-right-logo .euronics-logo {
  background-image: url("/images/login-page/SmallEuronicsLogo.png");
  background-repeat: no-repeat;
  padding: 32px 75px;
  margin-left: 15px;
}

.powered-by {
  font-size: 1.2rem !important;
  color: #ffffff !important;
}

#page-loader-data-load {
  display: none;
  background: #e6e8ec none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1020;
}

.page-loader-progress-text,
.page-loader-progress {
  height: 40px;
  left: 25%;
  margin: -20px -20px 0 0;
  position: absolute;
  top: 50%;
  width: 50%;
}

.page-loader-progress {
  display: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #24b498 #fff #fff;
  border-image: none;
  border-style: solid;
  border-width: 2px;
}

.page-loader-progress-text {
  font-size: 2.2rem !important;
  text-align: center;
  left: 0%;
  top: 60%;
  width: 100%;
}

/*End header*/
/*Panels*/
.bg-dark-blue-2 {
  background-color: #192229 !important;
}
.bg-dark-blue-2 h4 {
  color: #ffffff !important;
}

.bg-dark-blue {
  background-color: #2c353c !important;
}

.cms-anchor {
  position: relative;
  top: -230px;
}

.theme-panel-content ul {
  list-style-type: none;
  padding-left: 10px;
}

.theme-panel {
  z-index: 1019 !important;
  /*Override bootstrap, need this to no show when dta load overlay is on after form submission */
  top: 165px;
  right: -177px;
}

/*End Panels*/
/* SiteSettings */
/* Style checkbox for deleting images */
.delete-checkbox {
  position: absolute;
  left: -99999px;
  z-index: 0;
}

.delete-checkbox-label:before {
  content: "\2717";
  font-weight: bold;
}

.delete-checkbox-label {
  position: relative;
  z-index: 1;
  border: 1px solid #9E9E9E;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  background: #E6E6E5;
}

.delete-checkbox:checked ~ .delete-checkbox-label:before {
  content: '\2713';
  font-weight: bold;
  color: #FFF;
}

.delete-checkbox:checked ~ .delete-checkbox-label {
  background: red;
  color: #FFFFFF;
}

/* END Style checkbox for deleting images */
/* Style checkbox for is-hero images */
.is-hero-image-checkbox {
  position: absolute;
  left: -99999px;
  z-index: 0;
}

.is-hero-image-checkbox-label:before {
  content: "\2717";
  font-weight: bold;
}

.is-hero-image-checkbox-label {
  position: relative;
  z-index: 1;
  border: 1px solid #9E9E9E;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  background: #E6E6E5;
}

.is-hero-image-checkbox:checked ~ .is-hero-image-checkbox-label:before {
  content: '\2713';
  font-weight: bold;
  color: #FFF;
}

.is-hero-image-checkbox:checked ~ .is-hero-image-checkbox-label {
  background: #5AAC26;
  /*Green*/
  color: #FFFFFF;
}

/* END Style checkbox for is-hero images */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Force to left align control-label*/
.control-label.left-align {
  text-align: left;
}

/* End SiteSettings */
/*
@media(max-width: 979px) {
}*/
/*tablet*/
@media (max-width: 767px) {
  /*Header*/
  /*navbar brand text drop, needed for long company names*/
  .navbar-brand {
    font-size: 2.5rem;
    line-height: 7rem;
    min-height: 10rem;
  }

  /*End header*/
  /*override*/
  .navbar-header {
    border-bottom: 0;
  }

  /*override*/
}
/*override*/
.navbar-toggle {
  margin-top: 30px;
  margin-right: 0;
  background-color: #004894 !important;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff !important;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ffffff !important;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #004894 !important;
}

/*override*/
@media (max-width: 480px) {
  /*Header*/
  /*navbar brand text drop, needed for long company names*/
  .navbar-brand {
    font-size: 1.6rem;
    line-height: 7rem;
    min-height: 10rem;
  }

  .navbar-title {
    font-size: 1.5rem;
  }

  .banner-right-logo .euronics-logo {
    background-image: url("/images/login-page/SmallEuronicsLogo.png");
    background-size: 75%;
    margin-bottom: -15px;
  }
  .banner-right-logo .powered-by {
    font-size: 1rem !important;
  }

  /*End header*/
}
/*Sidebar*/
.sidebar {
  background: #192229 !important;
}
.sidebar .nav > li.nav-profile {
  background: #FFFFFF;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:active,
.sidebar .nav > li.active > a:hover {
  background: #00adae;
}
.sidebar .nav li {
  border-bottom: 1px solid #ffffff;
  /*Change link on selection and active*/
}
.sidebar .nav li a {
  padding: 12px 20px;
  font-family: "Avenir LT W01 85 Heavy", Arial;
  font-size: 1em;
  color: #ffffff;
}
.sidebar .nav li .expand > a,
.sidebar .nav li a:hover,
.sidebar .nav li a:active,
.sidebar .nav li a:focus {
  color: #ffffff;
}
.sidebar .nav li a:active,
.sidebar .nav li a:focus {
  text-decoration: underline;
}

.sidebar .nav > li.expand > a {
  background: #192229;
  color: #ffffff;
}

.sidebar .nav > li > a {
  background: #192229;
}

.sidebar .nav > li > a:active,
.sidebar .nav > li > a:hover {
  background: #2c353c;
}

.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:active,
.sidebar .nav > li > a:focus {
  background: #35cbcb;
  text-decoration: none;
}

.sidebar .nav > li.active > a:focus > i,
.sidebar .nav > li.active > a:active > i,
.sidebar .nav > li > a:focus > i {
  color: #fff;
}

.page-sidebar-minified .sidebar .nav > li.has-sub:active > a,
.page-sidebar-minified .sidebar .nav > li.has-sub:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub:focus > a {
  background: #2c353c;
}

.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
  background: #192229;
}

.sidebar .sub-menu {
  background: #192229;
}
.sidebar .sub-menu li {
  border-bottom: 0px;
}

.sidebar .sub-menu:before {
  background: #192229;
  border-bottom: 0px;
}

.has-sub.active ul.sub-menu,
.has-sub.active ul.sub-menu:before {
  background: #2c353c;
}
.has-sub.active ul li {
  border-bottom: 0px;
}

/*sidebar items not in use*/
.sidebar .nav > li > a.notin-use {
  background-color: #d9e0e7;
  color: #bcbdbd;
  pointer-events: none;
  cursor: default;
}

/*End Sidebar*/
/*BUttons*/
.btn {
  font-family: "Avenir LT W01 85 Heavy", Arial;
  /*font-size: 16px*/
}

.btn.btn-primary {
  color: #fff;
  background: #00adae;
  border-color: #00adae;
}

.btn-primary:hover {
  background: #35cbcb;
  border-color: #35cbcb;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #00adae;
  border-color: #00adae;
}

.btn.btn-success,
.open .dropdown-toggle.btn-success {
  background: #fef200;
  border-color: #008a8a;
  color: #2c353c;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #9dd603;
  border-color: #008a8a;
}

.btn-scroll-to-top-text {
  text-align: right;
  margin-right: 35px;
  margin-bottom: 3px;
}

/*End BUttons*/
.input-group-addon:hover {
  cursor: pointer;
}

.alert-info {
  background: #FFFFFF !important;
  color: #000000;
}

/*Labels*/
.payment-status .label {
  font-weight: normal;
}

.label-success {
  background: #348fe2 !important;
}

.label-cancel {
  background: #929BA1 !important;
}

.label-new {
  background: #35cbcb;
}

.label-completed {
  background: #00adae;
}

.fa-check {
  color: #74AF19 !important;
}

/*End Labels*/
/*Olly Styes from here*/
body.login {
  margin: 0;
  background: #333333 none repeat scroll 0% 0%;
}

/*
 * Nav bar
 */
.nav-bar {
  min-height: 45px;
  background-color: #2e2c2d;
  font-family: 'Avenir LT W01 85 Heavy', Arial;
  color: #ffffff;
}

.nav-bar a {
  display: inline-block;
  padding: 20px 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}

.nav-bar a:hover {
  background-color: #3b3b3b;
}

.nav-bar a span {
  display: inline-block;
  margin-left: 10px;
}

/*
 * Main
 */
.main {
  padding-top: 90px;
}

/*login panel*/
.login-panel {
  position: relative;
  margin: 0 auto;
  width: 615px;
  min-height: 350px;
  padding: 15px 25px 40px 25px;
  background-color: #2e2c2d;
  color: #ffffff;
}

.login-panel h2 {
  margin-bottom: 30px;
  font-family: 'Avenir LT W01 65 Medium', Arial;
  font-size: 2.167em;
  color: #ffffff;
}

.login-panel h2 span {
  font-family: 'Avenir LT W01 95 Black', Arial;
}

.login-panel p {
  font-family: 'Avenir LT W01 65 Medium', Arial;
  font-size: 1.208em;
}

.login-panel label {
  font-family: 'Avenir LT W01 85 Heavy', Arial;
  color: #ffffff;
}

.login-panel input {
  width: 300px;
  font-family: 'Avenir LT W01 65 Medium', Arial;
}

.login-panel .btn-default {
  margin-top: 15px;
  margin-right: 10px;
  font-family: 'Avenir LT W01 95 Black', Arial;
  font-size: 1.167em;
  background-color: #e9e54a;
  color: #03366c;
  border-radius: 10px;
}

.login-panel .btn {
  padding: 6px 30px;
}

.login-panel .warning-text {
  font-family: 'Avenir LT W01 95 Black', Arial;
  color: #dc363a;
}

img.products-img {
  position: absolute;
  right: -30px;
  bottom: -40px;
}

a.forgotten-pw {
  display: inline-block;
  margin-top: 20px;
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (max-width: 616px) {
  img.products-img {
    position: static;
  }

  .main {
    padding: 0;
  }

  .login-panel {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .login-panel input {
    width: 100%;
  }
}
/*
 * overrides
 */
@media only screen and (max-width: 616px) {
  .main .container {
    padding: 0;
  }
}
/*booty overrides*/
.login-panel .m-b-20 {
  margin-bottom: 15px !important;
}

/* ==========================================================================
   Panel Styles
   ========================================================================== */
.panel-title {
  font-family: "Avenir LT W01 65 Medium", Arial;
  font-size: 1.333em;
}

/* ==========================================================================
   Table Styles
   ========================================================================== */
th {
  color: #fff !important;
  background-color: #00adae !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #e2e2e2;
}

.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
  font-family: "Avenir LT W01 85 Heavy", Arial;
  font-size: 1em;
  color: #6a6969;
}

/* ==========================================================================
   Welcome panel
   ========================================================================== */
.welcome-panel {
  min-height: 560px;
  background-color: #ffffff;
}

.welcome-panel-header {
  min-height: 50px;
  padding: 15px 30px 0 30px;
  background-color: #2c353c;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.welcome-panel-header h3 {
  margin: 0;
  font-family: 'Avenir LT W01 65 Medium', Arial;
  font-size: 1.333em;
  color: #ffffff;
}

.welcome-panel-content {
  position: relative;
  min-height: 510px;
}

.welcome-panel-content .products-img {
  right: 0;
  bottom: 40px;
}

.welcome-panel-aside {
  position: relative;
  margin-top: 100px;
  padding-right: 15px;
}

.welcome-panel-content {
  padding: 40px 30px 25px 30px;
}

.welcome-panel-content h3 {
  margin: 0 0 35px 0;
  font-family: 'Avenir LT W01 65 Medium', Arial;
  font-size: 1.714em;
  color: #192229;
}

.welcome-panel-content p {
  width: 70%;
  font-family: 'Avenir LT W01 65 Medium', Arial;
  font-size: 1.143em;
  color: #332f2f;
}

.welcome-panel-content p.text-bold {
  font-family: 'Avenir LT W01 95 Black', Arial;
}

.welcome-panel-content .btn {
  margin-top: 45px;
  border-radius: 5px;
}

.welcome-panel-content .btn {
  padding: 6px 30px;
}

.aside-title {
  min-height: 50px;
  padding: 15px 0 0 15px;
  background-color: #2c353c;
}

.aside-title h3 {
  margin: 0;
  font-size: 1.500em;
  font-family: 'Avenir LT W01 95 Black';
  color: #ffffff;
}

.aside-panel {
  min-height: 330px;
  padding: 15px;
  background-color: #ebedef;
}

.aside-panel ul {
  padding: 0;
  margin: 0;
  font-family: 'Avenir LT W01 65 Medium';
  list-style: none;
  font-size: 1.143em;
}

.aside-panel ul li {
  min-height: 40px;
  margin-bottom: 10px;
  padding-right: 50px;
  background-image: url("/images/login-page/tick.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.yellow-roundal {
  height: 110px;
  width: 110px;
  padding: 16px 13px 10px 15px;
  font-size: 0.929em;
  font-family: 'Avenir LT W01 85 Heavy', Arial;
  background-color: #fff200;
  border-radius: 50%;
  text-align: center;
  color: #192229;
}

.welcome-panel-aside .yellow-roundal {
  position: absolute;
  top: -75px;
  right: 15px;
}

.aside-panel p {
  padding-right: 25px;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.167em;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  .welcome-panel-aside {
    padding: 15px;
  }
}
/**    Begin Gritter messages  **/
.gritter-title {
  font-size: 2rem !important;
  font-weight: bold !important;
  padding-bottom: 20px !important;
}

.gritter-item {
  /*font-family: 'Open Sans' !important;*/
  /*color: #aaa !important;*/
  font-size: 1.5rem !important;
  /*padding: 2px 15px 5px !important;*/
}

/**    End Gritter messages  **/
.theme-preview {
  max-width: 100%;
  width: 1400px;
  padding: 25px;
}

.preview-images {
  position: relative;
  min-height: 200px;
  max-width: 350px;
}

@media (min-width: 992px) {
  preview-images {
    min-height: 350px;
  }
}
.preview-images img {
  position: absolute;
  left: 0;
  opacity: 0;
}

.preview-images img:nth-child(2),
.preview-images img:nth-child(3),
.preview-images img:hover {
  opacity: 0;
}

.preview-images:hover img {
  opacity: 1;
}

.preview-images img:nth-child(1) {
  opacity: 1;
}

.preview-images img:nth-child(1) {
  transition: opacity 0.5s ease-in-out;
}

.preview-images img:nth-child(2) {
  transition: opacity 1s ease-in-out 0.5s;
}

.preview-images img:nth-child(3) {
  transition: opacity 1s ease-in 2s;
}

.preview-images img:nth-child(4) {
  transition: opacity 1s ease-in 4s;
}

.panel-theme .panel-body {
  min-height: 425px;
}

.label {
  font-size: 1.25rem;
  font-weight: lighter;
}

.label-agency {
  background: #013991;
}

.label-core {
  background: #910158;
}

.services_checkboxes_group label {
  float: left;
  padding: 5px 10px;
  margin: 5px;
  background: rgba(53, 203, 203, 0.3);
  border: 1px solid #2C353C;
  border-radius: 3px;
  font-size: 1.1rem;
}
.services_checkboxes_group br {
  position: absolute;
  /*Only way of removing br here*/
}

/* Datatables */
.dataTables_processing {
  position: relative;
  left: 10px;
  padding: 7px;
}

.select-type,
.select-custom {
  border-color: #ccd0d4;
  height: 34px;
  margin-left: 10px;
  height: 34px !important;
  margin-right: 10px;
  width: auto !important;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccd0d4;
  border-radius: 3px;
  color: #555;
  font-size: 12px;
  line-height: 1.42857;
  padding: 6px 12px;
}

/* Order CMS */
/*
.order-services {
	padding: 3px 5px;
}
.order-services:hover {
	background: white;
}*/
/* END Order CMS */
/* Products CMS */
.image-label {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #94979a none repeat scroll 0 0;
  border-color: #94979a -moz-use-text-color #94979a #94979a;
  border-image: none;
  border-radius: 5px 0 0 5px;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  cursor: help;
  color: #ffffff;
  float: left !important;
  left: -6px;
  padding: 5px;
  position: absolute;
  top: 50px;
}

.image-label-index {
  cursor: help;
  background: #00adae;
}

/* END Products CMS */
