/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  height: 100%;
}
body {
/*  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
/* Layout */
.wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 70px;	
}
.content-header {
  position: relative;
  padding: 30px 15px 30px 15px;
}
.content-header > h1 {
  margin: 0;
  font-size: 64px;
	color: #b4111a;
	font-weight: 300;
	text-transform: uppercase;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media (max-width: 991px) {
/*
	.content {
	  padding-left: 30px;
	  padding-right: 30px;
	}
*/
	.content-header > h1 {
		font-size: 30px;
	}
	.content-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
	
}


.page-header {
    position: relative;
}


/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
}

/* General Links */
a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}

/*
 * Content Wrapper - contains the main content
 */
.content-wrapper,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 250px;
/*  z-index: 820;*/
}
.content-wrapper {
  min-height: calc(100% - 101px);
	position: relative;
/*  background-color: #ecf0f5;*/
}
.no-margin {
  margin-left: 0;
}

@media (max-width: 767px) {
  .content-wrapper,
  .main-footer {
    margin-left: 0;
  }
  .content-wrapper {
	min-height: calc(100% - 151px);
  }	
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }
}
.main-footer {
/*  background: #fff;*/
  padding: 10px;
  color: #767576;
/*  border-top: 1px solid #d2d6de;*/
  font-weight: 500;
}





/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.main-header .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 250px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
/*
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
*/
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}



.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 250px;
  padding: 0 15px;
  overflow: hidden;
}
.main-header .logo .logo-lg {
  display: block;
}
.main-header .logo .logo-mini {
  display: none;
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}


/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 250px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-sidebar {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .main-sidebar {
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sidebar {
  padding-bottom: 10px;
}
.sidebar-menu input:focus {
  border-color: transparent;
}

.sidebar-form > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu li.header {
  padding: 1px 25px 2px 20px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;	
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu .active > .treeview-menu {
  display: block;
}

.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-form input:focus {
  border-color: transparent;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #777;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}

.navbar-nav .user-image {
  float: left;
  width: 29px;
  height: 29px;
/*  border-radius: 50%;*/
  margin-right: 10px;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .navbar-nav .user-image {
    float: none;
    margin-right: 0;
    margin-top: 0px;
    line-height: 10px;
  }
}

/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}

@media (max-width: 767px) {

	.navbar-center-mobile .navbar-nav {
		float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
	}

	.main-header .navbar-center-mobile {
		float: none;
	}



	
}



/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active:focus, .btn:focus {
  outline: none;
}
.btn-default {
  background-color: #004f38;
  color: #ffffff;
  	border: none;

}
.btn-default:hover, 
.btn-default:active,
.btn-default.hover,
.btn-default:active:hover,
.btn-default.focus, .btn-default:focus,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
  background-color: #004f38;
	color: #ffffff;
	border: none;
}

.btn-absolute-right {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.btn-red {
  background-color: #b4111a;
  color: #ffffff!important;
  	border: none;

}
.btn-red:hover, 
.btn-red:active,
.btn-red.hover,
.btn-red:active:hover,
.btn-red.focus, .btn-red:focus,
.btn-red.active.focus, .btn-red.active:focus, .btn-red.active:hover, .btn-red:active.focus,
.btn-red.active.focus, .btn-red.active:focus, .btn-red.active:hover, .btn-red:active.focus, .btn-red:active:focus, .btn-red:active:hover {
  background-color: #b4111a;
	color: #ffffff;
	border: none;
}
.btn-grey {
  background-color: #444;
  color: #ffffff;
  	border: none;

}
.btn-grey:hover, 
.btn-grey:active,
.btn-grey.hover,
.btn-grey:active:hover,
.btn-grey.focus, .btn-grey:focus,
.btn-grey.active.focus, .btn-grey.active:focus, .btn-grey.active:hover, .btn-grey:active.focus,
.btn-grey.active.focus, .btn-grey.active:focus, .btn-grey.active:hover, .btn-grey:active.focus, .btn-grey:active:focus, .btn-grey:active:hover {
  background-color: #444;
	color: #ffffff;
	border: none;
}

.btn.btn-main {
  border-radius: 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  background-color: #ffffff;
	color: #b4111a;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 3px;
}

.btn.btn-main:hover, 
.btn.btn-main:active,
.btn.btn-main.hover,
.btn.btn-main:active:hover,
.btn.btn-main.focus, .btn.btn-main:focus,
.btn.btn-main.active.focus, .btn.btn-main.active:focus, .btn.btn-main.active:hover, .btn.btn-main:active.focus,
.btn.btn-main.active.focus, .btn.btn-main.active:focus, .btn.btn-main.active:hover, .btn.btn-main:active.focus, .btn.btn-main:active:focus, .btn.btn-main:active:hover {
  background-color: #b4111a;
	color: #ffffff;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background-color: #d8d8d8;
  width: 100%;
	max-width: 300px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin-bottom: 15px;
	height: 100%;
	cursor: pointer;
}

.info-box-wide {
  display: block;
  min-height: 90px;
  background-color: #d8d8d8;
  width: 100%;
	max-width: 500px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin-bottom: 15px;
	height: 100%;
	cursor: pointer;
}


.info-box-right {
	float: right;
}

.info-box-left {
	float: left;
}

.info-box:hover {
	background-color: #b4111a;
}

.info-box:hover .info-box-text {
	color: #ffffff;
}

.info-box:hover .info-box-icon {
	border: solid 3px #b4111a;
}

.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 7px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  background-color: #004f38;
  border: solid 3px transparent;	
}

.info-box-icon-right {
  border-top-left-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 0;
  display: block;
  float: right;
  height: 90px;
  width: 90px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  background-color: #004f38;
  border: solid 3px transparent;	
}


.info-box-icon > img {
	max-width: 84px;
	max-height: 84px;
	vertical-align: middle;
}
.info-box-content {
  padding: 12px 10px;
  margin-left: 90px;
}

.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.info-box-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a70f18;
  font-size: 16px;
  font-weight: 900;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}

/*
 * Component: HD Box
 * -------------------
 */

.hd-box {
  display: block;
  min-height: 90px;
  background-color: #d8d8d8;
  width: 100%;
	max-width: 300px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin-bottom: 15px;
	margin-top: 15px;
	height: 100%;
	cursor: pointer;
}


.hd-box-right {
	float: right;
}

.hd-box-left {
	float: left;
}

.hd-box:hover {
/*	background-color: #004f38;*/
/*	border: solid 3px #d8d8d8;*/
}

.hd-box:hover .hd-box-text {
	color: #ffffff;
}

.hd-box:hover .hd-box-icon {
/*	border: solid 3px #d8d8d8;*/
}

.hd-box small {
  font-size: 14px;
}
.hd-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.hd-box .progress,
.hd-box .progress .progress-bar {
  border-radius: 0;
}
.hd-box .progress .progress-bar {
  background: #fff;
}
.hd-box-icon {
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 7px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  background-color: #a70f18;
  border: solid 3px transparent;	
}
.hd-box-icon > img {
	max-width: 90px;
	max-height: 90px;
	vertical-align: middle;
}
.hd-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}

.hd-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.progress-description,
.hd-box-text {
  display: block;
  font-size: 14px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.hd-box-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a70f18;
  font-size: 16px;
  font-weight: 900;
}
.hd-box-more {
  display: block;
}


/*
.hd-box {
  display: block;
  min-height: 90px;
  background-color: #d8d8d8;
  width: 100%;
	max-width: 300px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin-bottom: 15px;
	margin-top: 15px;
	height: 100%;
	cursor: pointer;
}


.hd-box:hover {
	background-color: #b4111a;
}

.hd-box:hover .hd-box-text {
	color: #ffffff;
}

.hd-box:hover .hd-box-icon {
	border: solid 3px #b4111a;
}

.hd-box small {
  font-size: 14px;
}
.hd-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.hd-box .progress,
.hd-box .progress .progress-bar {
  border-radius: 0;
}
.hd-box .progress .progress-bar {
  background: #fff;
}
.hd-box-icon {

  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;

  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  background-color: #004f38;
  border: solid 3px transparent;	
}
.hd-box-icon > img {
	max-height: 90px;
	vertical-align: middle;
	padding: 5px 0;
}
.hd-box-content {
  padding: 12px 10px;
	
    text-align: center;
}

.hd-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.hd-box-text {
  display: block;
  font-size: 14px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.hd-box-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a70f18;
  font-size: 16px;
  font-weight: 900;
}
.hd-box-more {
  display: block;
}
*/


/*
 * Component: Item Box
 * -------------------
 */

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

/*
.box-header > .box-tools {
  position: absolute;
  right: 20px;
  top: 5px;
}
*/
.box-header-text {
  display: block;

  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.item-box-content {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.item-box-content img {
	margin-top: auto;
/*	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.item-box-footer {
	 margin-top: auto;
}

.item-box-description {
  padding: 5px 10px;
/*  margin-top: auto;*/
  display: block;
  margin-bottom: 10px;
}

.item-box-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.37;
}

.item-box-text {
  display: block;
  font-size: 12px;
  height: 20px;
  overflow-wrap: break-word;
/*
  overflow: hidden;
  text-overflow: ellipsis;
*/
  
  color: #767576;
}

.item-ext {
	margin-top: auto;
	width: 50px;
	color: #212121;
	background-color: #9b9b9b;
	line-height: 1.2;
	border-radius: 4px;
}

.modal-button {
	cursor: pointer;
}


/*
 * Component: File Box
 * -------------------
 */

.file-box-icon {
/*
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
*/
  display: block;
/*  float: left;*/
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 65px;
  line-height: 90px;
/*  background: rgba(0, 0, 0, 0.2);*/
}



/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.text-nowrap {
    white-space: nowrap;
}

.bottom-margin {
	margin-bottom: 10px;
}
.bottom-margin-7 {
	margin-bottom: 7px;
}
.bottom-margin-15 {
	margin-bottom: 15px;
}
.top-margin-5 {
	margin-top: 5px;
}
@media only screen and (max-width : 991px) {
    .info-box {
        height: auto !important;
/*		max-width: 100%;*/
    }
	.info-box-right, .info-box-left {
		float: none;
	}
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  /*  background: #ffffff;*/
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}

.flex-item-image {
  background: white;
  padding: 0px;
  width: 240px;
  height: 150px;
  margin-top: 10px;
  
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
	
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	
  border: solid 1px #979797;
  border-right: none;	
}

.flex-item-info {
  background: #d8d8d8;
  padding: 10px;
  width: 330px;
  height: 150px;
  margin-top: 10px;
  
  color: #212121;
  font-size: 1em;
  text-align: left;
	
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: solid 1px #979797;
  border-left: none;
	
}

.flex-item-buttons {
  padding: 5px;
  width: 150px;
  height: 150px;
  margin-top: 10px;
  
  text-align: center;
	
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  justify-content: center;
  align-items:	center;
}

.btn.btn-item {
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  width: 120px;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  height: 20px;
  text-align: center;	
}

.flex-item-image a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	/*margin: auto;*/
	/*max-height: 150px;*/
/*	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.flex-item-image a > img, .file-box-icon {
	margin: auto;
	max-height: 130px;
/*	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.file-box-video {
	margin: auto;
	width: 200px;
/*	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}




@media only screen and (max-width : 879px) {
    .flex-item-info, .flex-item-image, .flex-item-buttons {
        width: 100% !important;
    }
	.flex-item-info { 
		border-left: solid 1px #979797;
		border-top: none;
		margin-top: 0;
		height: auto;
	}
	.flex-item-image { 
		border-right: solid 1px #979797;
		border-bottom: none;
	}
	.flex-item-buttons {
		margin-top: 0;
	}
}

@media only screen and (max-width : 1000px) {
	.flex-item-buttons {
		-webkit-flex-flow: row wrap;
    	flex-flow: row wrap;
		width: 100% !important;
		height: 50px;
	}
	.btn-item {
		margin-right: 10px;
		
	}
}


/* Icons */

.download-image {
  width: 16px;
  height: 15px;
  margin-right: 5px;
  margin-top: -4px;
}

.watch-image {
  width: 20px;
  height: 14px;
  margin-right: 5px;
  margin-top: -3px;
}

.mail-image {
  width: 19px;
  height: 15px;
  margin-right: 5px;
  margin-top: -3px;
}

.mail-order {
  width: 16px;
  height: 18px;
  margin-right: 5px;
  margin-top: -3px;
}

.button-text {
	display: inline-block;
	overflow:hidden;
}

.button-icon {
	display: inline-block;
	width: 20px;
	height: 18px;
	overflow:hidden;
	position: relative;
	margin-right: 2px;
}

span.mail {
	background: url('../images/mail.svg') no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: block;
	width: 19px;
    height: 15px;
	position: absolute;
	top: 2px;
	left: 0px;
}

span.order {
	background: url('../images/order.svg') no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: block;
	width: 16px;
    height: 18px;
	position: absolute;
	top: 1px;
	left: 2px;
}

.menu-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow:hidden;
	position: relative;
}

.menu-text {
	display: inline-block;
	overflow:hidden;
	margin: 3px;
}

span.logout {
	border: 1px solid #ffffff;
	border-radius: 7px;
	padding: 5px;
}

span.support_add {
	border: 1px solid #d8d8d8;
	background-color: #d8d8d8;
	border-radius: 7px;
	padding: 5px;
	color: #b4111a;
}


.lang span {
	border: 1px solid #ffffff;
	border-radius: 46px;
	padding: 5px;
}

.admin-button a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.navbar-nav .admin-image {
  float: none;
  width: 26px;
  height: 29px;
  margin-right: 0;
  margin-top: 0px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .admin-image {
    float: none;
    margin-right: 0;
    margin-top: 0px;
    line-height: 10px;
  }
	.logout-button a, .lang a, .support_add a {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
/*
	.profile-button a {
		padding-top: 10px !important;
		padding-bottom: 12px !important;
	}
*/

}


/*.nav>li>a {

	padding: 10px 10px 3px 10px;
	margin: 0 auto;

}*/

.search-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
/*	overflow: hidden;*/
	position: relative;
}

span.search {
	background: url('../images/search.svg') no-repeat top left;
    background-size: cover;
    cursor: pointer;
    display: block;
	display: inline-block;
    height: 28px;
    width: 28px;
/*
	width: 28px;
    height: 28px;
*/
/*	border: 1px solid red;*/
/*    margin-top: 1px;*/

	position: absolute;
	top: -1px;
	left: 1px;
}


/* Menu Styles */
.form-control::-moz-placeholder {
  color: #212121;
}
.form-control:-ms-input-placeholder {
  color: #212121;
}
.form-control::-webkit-input-placeholder {
  color: #212121;
}


/* checkbox buttons */

.vis-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.checkbuttons label {
	position: relative;
	margin: 5px 15px;
	font-size: 14px;
	width: 220px;
	background-color: #d8d8d8;
/*	border: 1px solid gray;*/
	font-weight: 500;
	letter-spacing: 0.9px;
	color: #a70f18;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 1px 5px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;

}
.checkbuttons label:hover { 
	color: #a70f18;
	
/*	background-color: #59000d;	*/
}

.checkbuttons input:focus + label {
/*  border-color: blue;*/
/*	color: #ffffff;*/
}

.checkbuttons input:checked + label {
  color: #ffffff;
  background-color: #b4111a;	
}

.checkbuttons input:focus:checked + label {
/*  border-color: green;*/
}


/* Checkbox Switch */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  min-height: 16px !important;
}

/* Hide default HTML checkbox */
.switch input {display:none;}


/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #767576;
  -webkit-transition: .2s;
  transition: .2s;

}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 1px;
  background-color: #d8d8d8;
  -webkit-transition: .2s;
  transition: .2s;
	
  box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.5);
}

input:checked + .slider {
  background-color: #b4111a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #b4111a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}


/* Footer */

.top-bg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
/*   margin-bottom: 22px;*/
  background:url(../images/bg-top.jpg) no-repeat white;
  background-size:100% auto;
  position: absolute;
  top: 0;
	left: 0;
  z-index:  -1;
/*	border: 1px solid red;*/
}
  
  .top-bg:before {
    content:'';
    padding-top:34.46%; /* 2412px/7000px = 0.5625 */
    display:inline-block;
    vertical-align:bottom;
/*    margin-left:-0.25em;*/
}

.bottom-bg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
/*   margin-bottom: 22px;*/
  background: no-repeat white;
  background-image: url(../images/wakefield.svg), url(../images/bg-bottom.jpg);
  background-size: 142px 54px, 100% auto;
  background-position: bottom 50px right 50px, center center;
  position: absolute;
  bottom: -170px;
  z-index: -1;

/* border: 1px solid red;*/
}
  
  .bottom-bg:before {
    content:'';
    padding-top:39.36%; /* 2755px/7000px = 0.5625 */
    display:inline-block;
    vertical-align:bottom;
/*    margin-left:-0.25em;*/
}

.main-bg {
	background: #fff;
  	background-image: url(../images/wakefield.svg), url('../images/main-bg.jpg');
  	background-position: bottom 50px right 50px, center center;
	background-repeat: no-repeat;
	-webkit-background-size: 142px 54px, cover;
	-moz-background-size: 142px 54px, cover;
	-o-background-size: 142px 54px, cover;
	background-size: 142px 54px, cover;
	position: absolute;
	width: 100%;
	height: calc(100% + 170px);
	z-index: -1;
	bottom: -170px;
	visibility: hidden;
}

.top-button {
		padding-bottom: 70px;
}

.copyright-text {
	padding-bottom: 40px;
	padding-left: 45px;
}

@media (max-width: 767px) {
	.main-footer { 
		height: 55px;
		text-align: center;
		padding: 5px;
	}
	.bottom-bg, .main-bg {
		bottom: -55px;
		background-position: bottom 55px center, center center;
	}
	.top-button {
		padding-bottom: 0;
	}
	.copyright-text {
		padding: 0;
	}
}

#back-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
}

.menu-items {
	background-color: #ededed;
	-webkit-box-shadow: 0px 2px 4px #888888;
    -moz-box-shadow: 0px 2px 4px #888888;
	box-shadow: 0px 2px 4px #888888;
	margin-bottom: 70px;
}


.menu-header {
	margin-top: 35px;
}


.menu-title-row {
	background-image: linear-gradient(58deg, #bf2a38, #851c22);
	color: #fff;
	text-align: center;
	height: 88px;
	padding: 18px;
	margin-top: 55px;
}

.menu-title {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2.8px;
	color: #ffffff;
}
.menu-item-title {
	font-size: 18px;
	font-weight: 500;
	color: #004f38;
	text-transform: uppercase;
	margin-bottom: 35px;
/*	white-space: nowrap;*/
/*
  	overflow: hidden;
  	text-overflow: ellipsis;
*/

}

.menu-item-link:hover .menu-item-title {
	color: #b4111a;
}

.menu-item-link:focus .menu-item-title {
	color: #b4111a;
}


.menu-item-circle {
	border-radius: 50%;
	width: 130px;
	height: 130px;
	background-color: #004f38;
	margin-bottom: 20px;
	margin-top: 50px;
}

.menu-item-link:hover .menu-item-circle {
	border: solid 3px #b4111a;
}

.menu-item-link:focus .menu-item-circle {
	background-color: #b4111a;
}

.menu-item-icon {
	vertical-align: middle;
	max-height: 130px;
    max-width: 130px;
}

.menu-item-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.menu-item-right {
	float: right;
}

.menu-item-left {
	float: left;
}
@media (min-width : 992px) {
	.menu-item-right, .menu-item-left {
		float: none;
	}
}
@media (min-width: 768px) and (max-width : 991px) {
	.menu-item {
		margin-left: 50px;
		margin-right: 50px;
	}
}
@media (max-width: 767px) {
	.menu-title-row {
		margin-top: 10px;
		height: 50px;
		padding: 8px;
		background-image: linear-gradient(42deg, #bf2a38, #851c22);
	}
	.menu-item-title {
		margin-bottom: 10px;
	}
	.menu-item-circle {
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.menu-title {
		font-size: 24px;
		letter-spacing: 2.3px;
	}
	.menu-title-fr {
		font-size: 22px;
		letter-spacing: 2.3px;
		line-height: 1.6;
	}
	.menu-header {
		margin-top: 0;
	}

}

