/* General */

body {
  margin: 0;
  color: #424242;
  background-color: #F5F5F5;
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  background: none;
}

img {
  max-width: 100%;
}

a {
  color: #479ccf;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #479ccf;
  text-decoration: none;
}

*:focus,
*:hover {
  transition: all .4s ease;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

label {
  color: #00965e;
  font-weight: 700;
}

input,
select,
textarea {
  margin: 0px;
  color: #25252b;
  padding: 7px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/* /General */

/* Buttons */

.btn:not(.btn-default, .btn-primary, .btn-secondary, .btn-danger, .btn-success) {
  color: #fff;
  font-size: 16px;
  padding: 6px 30px;
  border-radius: 4px;
  background: #479ccf;
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  width: auto !important;
}

.btn:not(.btn-default, .btn-primary, .btn-secondary, .btn-danger, .btn-success):hover,
.btn:not(.btn-default, .btn-primary, .btn-secondary, .btn-danger, .btn-success):focus {
  color: #fff;
  background: #59A8D7;
}

.btn:not(.btn-default, .btn-primary, .btn-secondary, .btn-danger, .btn-success) a {
  color: #fff;
}

.main-button:not(.btn-default, .btn-primary, .btn-secondary, .btn-danger, .btn-success) {
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 #ccc;
  -webkit-box-shadow: 0 1px 0 #ccc;
  border: 1px solid rgba(233, 97, 84, 0.1);
  background-color: rgba(233, 97, 84, 0.15);
  color: #e96154;
  display: inline-block;
}

.add-button:not(.btn-default, .btn-primary, .btn-secondary, .btn-danger, .btn-success) {
  color: #45b0e2;
  border: 1px solid rgba(69, 176, 226, 0.1);
  background-color: rgba(69, 176, 226, 0.15);
}

.button:not(.btn-default, .btn-primary, .btn-secondary, .btn-danger, .btn-success) {
  padding: 10px;
  border: 1px solid #000;
  display: inline-block;
}

.button:not(.btn-default, .btn-primary, .btn-secondary, .btn-danger, .btn-success):hover {
  cursor: pointer;
}

#CmsContentEditForm .editor-submit-btn .submit input {
  background: #4667cc;
  border-bottom: 2px solid #3355bb;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 20px;
  border-radius: 2px;
  letter-spacing: .5px;
  transition: all .35s ease;
}

#CmsContentEditForm .editor-submit-btn .submit input:hover,
#CmsContentEditForm .editor-submit-btn .submit input:focus {
  background: #3355bb;
}

.form-fieldset-block {
  min-height: 100px;
  border: 1px solid #000;
}



/* /Buttons */

/**
 * Overwrites
 */
body, html {
	background: #F6F6F6;
}

#notifications {
    height: 80px!important;
}

#notifications > div > ol {
    margin-top: 20px!important;
    z-index: 999999999999999999!important;
}

/**
 * Header Content
 */
nav.navigation > ul.main-navigation > li > a > i,
#notifications > div > i.fa.fa-bell-o {
	font-size: 2rem!important;
	padding: initial!important;
}

#notifications > div > i.fa.fa-bell-o:before {
	content: "\f0f3";
}

/**
 * Main Content
 */
#content {
	width: 100%;
	height: calc(100% - 100px);
	overflow: hidden;
}

#main-content {
    width: calc(100% - 300px);
    margin-left: -4px;
    padding: 20px;
    transition: all .6s ease-in-out;
}

#flex-container {
    display: flex;
    flex-wrap: wrap;
}

#main-content,
#sidebar {
	height: 100%;
	display: inline-block;
	overflow: auto;
}

/**
 * Sidebar Content
 */
 #sidebar {
    width: 300px;
    background: #FFF;
    box-shadow: 0 0 23px 1px #ababab;
    transition: all .6s ease-in-out;
}

#sidebar.minimized {
    width: 60px;
    transition: all .6s ease-in-out;
}

#sidebar.minimized + #main-content {
    width: calc(100% - 60px);
    transition: all .6s ease-in-out;
}

#sidebar > ul,
#sidebar > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar > ul > li {
    margin: 0;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#sidebar > ul > li:hover {
	background: #F6F6F6;
}

#sidebar > ul > li > a {
	color: inherit;
	text-decoration: inherit;
	display: block;
}

#sidebar > ul > li > a > i {
    font-size: 2.2rem;
    width: 60px;
    text-align: center;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
}

#sidebar > ul > li > a > span {
    display: inline-block;
    width: calc(100% - 60px);
    height: 60px;
    line-height: 60px;
    vertical-align: top;
}

/**
 * Page Assets
 */
.title {
	padding: 20px;
}

.title > h5 {
	color: #40b0a7;
	font-weight: 500;
}

.title > p {
	color: #555;
}

.title > h5,
.title > p {
	margin: 0;
	padding: 0;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 10px;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
    color: #fff;
    background-color: #40b0a7;
    vertical-align: middle;
}

/**
 * Box Content
 */
.box {
    background: #FFF;
    border: 1px solid #dcdcdc;
	border-radius: 3px;
	margin-bottom: 20px;
}

.box thead th {
    padding: 10px 20px!important;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}

.box thead th a {
    color: inherit;
    text-decoration: inherit;
}

.box tbody td {
    text-align: center;
    padding: 10px 0;
}



.box > .heading {
	background: #272727;
    color: #FFF;
    margin: -1px;
    border-radius: 3px 3px 0 0;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box > .body {
	padding: 20px;
}

.box > .footer > * {
    margin: 0;
    margin-left: 10px;
}

.box > .footer input {
    margin: 0;
}

.box > .footer {
    background: #F6F6F6;
    border-top: 1px solid #CCC;
    padding: 5px;
    display: flex;
    justify-content: flex-end;
}

div.input {
	margin-bottom: 10px;
}

div.input > label {
    color: #555;
    font-size: 14px;
}

div.input > input[type="email"],
div.input > input[type="number"],
div.input > input[type="search"],
div.input > input[type="text"],
div.input > input[type="tel"],
div.input > input[type="url"],
div.input > input[type="password"],
div.input > textarea,
div.input > select {
    width: 100%;
    border-color: #CCC!important;
}

div.input.datetime,
div.input.date,
div.input.time {
    display: flex;
	flex-wrap: wrap;
}

div.input.datetime > select:first-of-type,
div.input.date > select:first-of-type,
div.input.time > select:first-of-type {
	margin-left: 0px;
}

div.input.datetime > select:last-of-type,
div.input.date > select:last-of-type,
div.input.time > select:last-of-type {
	margin-right: 0px;
}

div.input.datetime > select,
div.input.date > select,
div.input.time > select {
	margin: 0 10px;
}

div.input.datetime > label,
div.input.date > label,
div.input.time > label {
    width: 100%;
}

div.input.datetime > select,
div.input.date > select,
div.input.time > select {
    width: auto;
    flex: 1;
    margin: 0 10px;
}

/**
 * Prescription Elements
 */
#find_prescription {
	display: none;
}

#PaymentProcessorPayForm .box > .body {
    display: flex;
}

#PaymentProcessorPayForm .box > .body > div:first-of-type {
    padding: 0 20px 0 0;
    font-size: 3rem;
    color: #272727;
}

#PaymentProcessorPayForm .box > .body > div:last-of-type {
    flex: 1;
}

#paymentMethods > div {
    position: relative;
}

#paymentMethods > div > input[type="radio"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#paymentMethods > div > input[type="radio"]:hover + i,
#paymentMethods > div > input[type="radio"]:checked + i {
    border-color: #40b0a7;
    color: #40b0a7;
}

#paymentMethods > div > i {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    border: 1px solid #CCC;
    text-align: center;
    line-height: 90px;
    color: #555;
    margin-bottom: 10px;
}

#paymentMethods > div > p {
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

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

ul.addresses > li {
    border: 1px solid #CCC;
    margin-top: -11px;
    display: flex;
    padding: 10px 15px;
}

ul.addresses > li > input {
    outline: 0!important;
    -webkit-appearance: none;
    appearance: none;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid rgba(96, 102, 122, 0.75);
    transform: translate3d(50%, 50%, 0);
    margin: -8px 10px 0 0;
}

ul.addresses > li > input:after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transition: all .1s;
    border: 5px solid rgba(96, 102, 122, 0.75);
    transform: translate3d(50%, 50%, 0);
}

ul.addresses > li > input:checked:after {
    transform: translate3d(-50%, -50%, 0);
}

ul.addresses > li > label {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    line-height: 25px;
    margin-left: 10px;
}

.prescription {
    display: flex;
}

.prescription > i {
    font-size: 4rem;
    margin-right: 10px;
    color: #40b0a7;
}

.prescription > div {
    flex: 1;
}

div.tab-label {
    flex: initial;
    font-size: 14px;
    background: #40b0a7;
    color: #FFF;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

div.tab-label > span {
    font-size: 10px;
    margin-left: 10px;
    background: #0000005c;
    padding: 5px;
    border-radius: 14px;
}

.prescription > div > strong {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
}

.prescription > div > p {
    margin: 0;
    font-size: 12px;
    color: #555;
}

#cms-help-outer,
.checkbox input[type="checkbox"] {
	display: none;
}

.generic-checkbox div.input {
	margin-bottom: 0;
}

.vert-middle {
	vertical-align: middle;
}

.img-fluid {
	max-width: 100%;
}

/**
 * Pagination
 */

.pagination {
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.pagination > li {
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    margin: 0;
    background: #40b0a7;
    border-radius: 3px;
    margin-right: 7px;
    position: relative;
}

.pagination > li > a {
    text-decoration: inherit!important;
    color: inherit!important;
    padding: 8px 18px;
    display: block;
}

.pagination > li:first-of-type {
    margin-left: 18px;
}

.pagination > li:first-of-type:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #40b0a7 transparent transparent;
    position: absolute;
    left: 0;
    margin-left: -18px;
}

.pagination > li:last-of-type:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #40b0a7;
    position: absolute;
    right: 0;
    margin-right: -18px;
}

/**
 * Profile Picture
 */
.profile_picture {
    width: 100%;
}

.small-label {
    display: inline-block!important;
    font-size: 10px!important;
    padding: 5px 10px!important;
    position: relative!important;
    top: -5px!important;
    font-weight: 500!important;
    letter-spacing: 0!important;
}

.fullName {
    margin: 0;
}

ul.details,
ul.details > ol,
ul.details > ol > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.details > ol > li {
    min-height: 25px;
}

ul.details > ol {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-top: 5px;
}

ul.details > ol > li:first-of-type {
    font-size: 16px;
}

#findAddress input,
#findAddress button {
    margin-bottom: 10px;
}

.location p {
    margin: 0;
}

#spoof {
    display: none;
}

.category-tree {
	padding-left: 20px;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Messages */

.messageHolder .success {
  color: #3ec845;
  border: 1px solid #3ec845;
  background-color: #e2f7e3;
  background-image: url('../../img/icons/success-icon.png');
}

.messageHolder .success i {
  color: #3ec845;
}

.messageHolder .error {
  color: #e96154;
  border: 1px solid #e96154;
  background-color: #fce7e5;
  background-image: url('../../img/icons/notice-icon.png');
}

.messageHolder .error i {
  color: #e96154;
}

.messageHolder span {
  line-height: 32px;
}

/* /Messages */

/* Header */

#header {
  float: left;
  width: 50px;
}

#header h2 {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
}

#header a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

#header a img {
  width: 50px;
  display: block;
  padding: 20px;
}

.page-header {
  background: #E6E6E6;
}

.edit-nav ul,
.edit-nav li {
  margin: 0;
  padding: 0;
}

.edit-nav li {
  list-style-type: none;
  display: inline-block;
}

.edit-nav li a {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 700;
  color: #555;
  transition: all .35s ease;
}

.edit-nav li a:hover {
  color: #999;
}

.edit-nav li .custom-save {
  background: #4667cc;
  border-bottom: 2px solid #3355bb;
  font-weight: 400;
  padding: 10px 50px;
  margin-left: 20px;
  border-radius: 2px;
  letter-spacing: .5px;
  transition: all .35s ease;
  color: #fff;
}

.edit-nav li .custom-save:hover,
.edit-nav li .custom-save:focus {
  background: #3355bb;
  color: #fff;
}

.dropdown-parent {
  position: relative;
}

.dropdown-parent:hover .dropdown-links-menu {
  display: inline-block;
}

.edit-nav .dropdown-links-menu {
  position: absolute;
  display: none;
  background: #fff;
  min-width: 167px;
  padding: 10px 15px;
  right: -15px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .1);
}

.page-status {
  padding: 10px 0;
}

.page-status .checkbox,
.page-status .checkbox label {
  margin: 0;
  padding: 0;
}

.page-status .checkbox label:before,
.page-status .checkbox label:after {
  margin-left: 0;
}

.page-status .checkbox input[type="checkbox"]:checked+label::after {
  content: none;
}

/*** custom checkboxes ***/

.page-status .checkbox input[type=checkbox],
input[type=checkbox] {
  display: none;
}

.um-panel input[type=checkbox] {
  display: block;
}

/* to hide the checkbox itself */

.page-status .checkbox input[type=checkbox]+label:before {
  font-family: FontAwesome;
  display: inline-block;
}

.page-status .checkbox input[type=checkbox]+label:before {
  content: "\f096";
}

/* unchecked icon */

.page-status .checkbox input[type=checkbox]+label:before {
  letter-spacing: 10px;
  border: none;
  position: inherit;
}

/* space between checkbox and label */

.page-status .checkbox input[type=checkbox]:checked+label:before {
  content: "\f046";
}

/* checked icon */

.page-status .checkbox input[type=checkbox]:checked+label:before {
  letter-spacing: 5px;
  border: none;
  position: inherit;
}

/* allow space for check mark */

/* /Header */

/* Admin Panel */

#admin-panel {
  top: 0;
  color: #fff;
  width: 100%;
  position: relative;
  background-color: #25252b;
  z-index: 2;
}

#panel-tools {
  display: inline-block;
}

#user-panel {
  float: right;
  padding: 11px 0 12px;
}

#user-panel a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  padding: 11px 20px 12px;
}

#admin-panel a:hover {
  color: #FFF;
  background: #479ccf;
}

.dashboard-box .btn {
  margin-bottom: 10px;
}

/* /Admin Panel */

/* Side Menu */

#side-menu {
  top: 0;
  float: left;
  width: 10%;
  height: 100%;
  position: fixed;
  padding-top: 90px;
  background: #25252b;
  z-index: 1;
}

#side-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-menu li {
  margin: 0;
}

#side-menu li:hover {
  background: #479ccf;
}

#side-menu li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 11px 25px;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid #303037;
}

#side-menu ul li a:hover {
  color: #fff;
}

#sidebar-menu ul ul a {
  padding: 10px 20px 10px 45px;
}

/* /Side Menu */

/* Profile */

.profile-details .row-header {
  border: none;
  background: transparent;
  border-bottom: 3px solid #00965e;
}

.profile-details .row-header h3 {
  margin: 0;
}

.profile-details .cell-title {
  width: 20%;
  color: #00965e;
  font-weight: 700;
}

/* /Profile */

/* Content */

.login-box h4 {
  display: inline-block;
}

.login-box .btn {
  margin: 0;
}

#content {
  width: 90%;
  padding: 0 20px;
  margin-left: 10%;
}

#content-table {
  padding: 10px 0;
}

#content ul li a {
  color: #314557;
  font-weight: normal;
  text-decoration: none;
}

.input label {
  display: block;
  margin: 10px 0px 5px;
}

.input input,
.input select,
.input textarea {
  width: 100%;
  /*float: left;*/
}

.input textarea {
  resize: vertical;
}

.datetime select {
  width: auto;
}

.date select {
  width: auto;
}

form .required:after {
  display: none;
}

form .required label:after {
  content: "*";
  color: #F1786D;
  display: inline;
}

.submit input {
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  background: #4667cc;
  margin: 10px 0px 0px;
  border: 1px solid #4667cc;
  border-bottom: 2px solid #3355bb;
}

#CmsContentEditForm .submit input {
  padding: 10px 30px;
  font-size: 150%;
}

.tournament-arrows {}

.tournament-arrows input {
  display: block;
}

.tournament-arrows input:first-child {
  margin: 0px 0px 10px;
}

.paging span a {
  color: #424242;
}

.paging span a:hover {
  color: #479ccf;
}

.paging .current {
  font-weight: 700;
}

.paging .next {
  padding: 0px 5px;
}

.permissions {
  padding: 10px;
}

.um-panel .um-panel-header {
  padding: 15px 0px;
}

.um-panel .um-panel-header .um-panel-title {
  padding: 0;
  margin: 20px 0px;
  color: #25252b;
  font-size: 25px;
  line-height: normal;
}

.um-panel .um-panel-header a,
.um-panel .um-panel-header .um-panel-title a {
  color: #479ccf;
  text-decoration: none;
}

.um-panel-content h4 {
  padding: 10px;
  background: #fff;
  margin: 20px 0px 0px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.um-panel-content hr {
  margin: 10px 0px 30px;
}

.um-form-row {
  float: left;
  border: none;
  width: 33.333%;
}

.um-form-row .controls input,
.um-form-row .controls select {
  width: 90%;
}

.um-button-row {
  clear: both;
  float: left;
  width: 100%;
  margin: 30px 0px 0px;
}

.ui-sortable {
  list-style-type: none;
  padding-left: 25px;
}

.ui-sortable-handle {
  cursor: move;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
}

.ui-sortable-handle::before {
  color: #00965e;
  content: "\f0dc";
  cursor: move;
  font-family: FontAwesome;
  font-size: 16px;
  left: -25px;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ui-sortable-handle:nth-of-type(even) {
  background: #f5f5f5;
}

.ui-sortable-handle .img-name {
  font-weight: 700;
}

.ui-sortable .ui-state-highlight {
  min-height: 150px;
}

.cms-edit-table .ui-icon {
  display: none;
}

.cms-edit-table .btn,
.cms-edit-table img {
  margin: 10px;
}

.cms-edit-table .btn {
  margin-top: 0;
}

.cms-edit-delete {
  text-align: right;
}

.cms-edit-delete .btn {
  margin: 10px;
}

/* /Content */

/* Content Owns */

.ownership-column {
  float: left;
  width: 46%;
  margin: 0 1%
}

.ownership-sorter {
  min-height: 150px;
  /*border: 1px solid #d6d1d1;*/
}

/* /Content Owns */

/* Core fields styling CMS */

.date-styles {
  color: #fff;
}

.date-styles select:nth-child(-n+4),
.date-styles select:nth-child(n+4) {
  width: 31%;
  margin: 5px 1%;
  padding: 12px 15px;
  float: left;
  cursor: pointer;
  color: #000;
}

.date-styles select:nth-child(-n+4):hover,
.date-styles select:nth-child(n+4):hover {
  border-color: #999;
}

.h-185 {
  min-height: 185px;
}

.tab-background .card-box:hover {
  border-color: #00965E;
}

.tab-background {
  background: #f3f3f3;
}

.tab-background .card-box {
  border: 1px solid #d6d1d1;
}

.tab-background .input label {
  margin: 0 0 15px 0;
}

.tab-background #cms-content-custom .input label {
  margin: 15px 0 10px 0;
}

.change-buttons {
  padding: 39px 20px;
}

.change-buttons .tournament-select-button {
  margin: 0;
  width: 100%;
  display: block;
}

.change-buttons .tournament-select-button:hover {
  background: #00965E;
  color: #fff;
}

.h-168 {
  min-height: 168px;
}

.default-hidden {
  display: none;
}

.history-changes {
  margin: 20px;
}

/* /Core fields styling CMS */

/* Enable / Disable page button */

.nav .active-page {
  padding: 12px 18px;
  color: #fff;
  background: #00965E;
  font-weight: 700;
  float: right;
}

.active-page .checkbox {
  margin: 0;
  padding: 0 0 0 20px;
}

.active-page .checkbox input[type=checkbox] {
  display: none;
  margin: 0;
}

.active-page .checkbox label {
  margin: 0;
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
}

.active-page .checkbox label::after {
  color: #fff;
  font-size: 12px;
  left: -4px;
  margin-left: -20px;
  top: -2px;
}

.active-page .checkbox label::before {
  height: 23px;
  top: -2px;
  margin-left: -28px;
  width: 25px;
}

/* /Enable / Disable page button */

/* Search */

.search-box .input {
  width: 70%;
  margin-right: 10px;
  display: inline-block;
}

.search-box .search-input {
  margin: 0;
}

.search-box .search-submit {
  display: inline-block;
  vertical-align: top;
}

.search-submit input {
  color: #3ec845;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 #ccc;
  -webkit-box-shadow: 0 1px 0 #ccc;
  padding: 6px 20px;
  border: 1px solid rgba(62, 200, 69, 0.1);
  background-color: rgba(62, 200, 69, 0.15);
}

.search-submit input:focus {
  border: 1px solid #479ccf;
}

/* /Search */

/* Tables */

table {
  width: 100%;
}

th {
  border: 0;
  color: #fff;
  padding: 0px;
  text-align: left;
  background: #00965E;
}

th:hover {
  background: #09c27d;
}

th a {
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}

th a:hover {
  color: #fff;
}

table th a.asc:after,
table th a.ASC:after {
  content: "\f0d7";
  font-family: FontAwesome;
  padding-left: 5px;
}

table th a.desc:after,
table th a.DESC:after {
  content: "\f0d8";
  font-family: FontAwesome;
  padding-left: 5px;
}

table tr td {
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
}

.type-content {
  border: 1px solid #000;
  margin: 20px;
  padding: 20px;
}

#type-table {
  width: 100%;
  table-layout: fixed;
}

.booking-status {
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #fff;
}

.booking-status:hover {
  background-color: #fff;
}

.booking-status a {
  padding: 5px;
  border-radius: 4px;
  background-color: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.booking-status a:hover {
  background-color: #DBDBDB;
}

.booking-status .status-active-pending,
.booking-options .status-active-pending {
  color: #fff;
  background-color: #f58120;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.booking-status .status-active-confirmed,
.booking-options .status-active-confirmed {
  color: #fff;
  background-color: #20b152;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.booking-status .status-active-cancelled,
.booking-options .status-active-cancelled {
  color: #fff;
  background-color: #df392f;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* /Tables */

/* Pagination styles */

/* /Pagination styles */

/* Calendar */

#calendar {
  margin: 35px 0px 0px;
}

.fc-toolbar {
  text-align: center;
  margin-bottom: 0;
  border: solid 1px #479ccf;
  background-color: #479ccf;
  padding: 10px;
}

.fc-toolbar h2 {
  color: #fff;
  font-size: 30px;
}

.fc-toolbar .fc-button {
  float: left;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 #ccc;
  -webkit-box-shadow: 0 1px 0 #ccc;
  margin: 2px;
}

.fc-toolbar .fc-state-hover {
  color: #479ccf;
  background: #f7f7f7;
}

.fc-toolbar .fc-state-hover .fc-icon {}

.fc-head-container {
  background: #fff;
  border: 1px solid #eee;
}

.fc .fc-day-header {
  padding: 10px;
  color: #424242;
  background: #fff;
  border: 1px solid #eee;
}

.fc td {
  background: #fff;
  border: 1px solid #eee;
}

.fc-event {
  background-color: #20b152;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* /Calendar */

/* Edit */

.page-details .switch {
  margin: 10px 0 25px 0;
}

.page-details .switch .input {
  display: inline-block;
  width: auto;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #479ccf;
  box-sizing: border-box;
}

.page-details .switch .input>label {
  margin: 0;
}

.page-details #CmsContentEnabled {
  display: none;
}

.page-details .switch input[type="checkbox"]:checked+label:before,
.page-details .switch input[type=checkbox]+label:before {
  outline: 0;
  cursor: pointer;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0;
}

.page-details .switch input[type="checkbox"]:checked+label:before {
  content: "\2714";
  color: #479ccf;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
}

.page-details .switch input[type=checkbox]+label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 15px;
}

/* /Edit */

/* Icons */

.function-icons {
  white-space: nowrap;
  width: 1%;
}

.function-icons .zmdi {
  font-size: 22px;
  padding: 5px;
  display: inline-block;
  margin: 0 6px;
}

.function-icons a:first-of-type .zmdi {
  margin-left: 0;
}

.function-icons a:last-of-type .zmdi {
  margin-right: 0;
}

.function-icons .btn i {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.function-icons .btn {
  padding-left: 13px;
  padding-right: 13px;
}

/* /Icons */

/* Bookings */

.details-dump {
  float: left;
  color: #bebebe;
  width: 33.333%;
  background: #fff;
  padding: 20px 10px;
  margin: 0px 0px 30px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
}

.booking-details {
  float: left;
  width: 78%;
  padding: 10px;
  margin-right: 2%;
  margin-top: 35px;
}

.booking-details .section {}

.booking-details .detail {
  float: left;
  width: 33.333%;
  padding-right: 15px;
}

.booking-details label {
  display: block;
  margin: 15px 0px 5px;
}

.booking-details p {
  margin: 0;
  min-height: 20px;
  padding: 10px 5px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}

.booking-options {
  float: left;
  width: 20%;
  padding: 10px;
  margin-top: 35px;
  background: #fff;
  border: 1px solid #eee;
}

.booking-options .input {
  float: left;
  width: 100%;
  padding-right: 0px;
}

.booking-options .booking-status {
  margin: 0px 0px 10px;
}

.booking-form {
  float: left;
  clear: both;
  width: 100%;
}

.booking-form label {
  display: block;
  margin: 15px 0px 5px;
}

.booking-form .input {
  float: left;
  width: 33.333%;
  padding-right: 15px;
}

.booking-form .input input,
.booking-form .input select,
.booking-form .input textarea {
  width: 100%;
}

.booking-form .datetime select {
  width: auto;
}

.booking-form .submit {
  margin: 30px 0px;
}

.checkbox label {
  padding-left: 5px;
  display: inline-block;
}

.checkbox input[type=checkbox] {
  /*	width: auto;
*/
}

.custom-type-outer {
  margin: 10px 0px;
  border: 1px dashed #909090;
  padding: 10px;
}

.page-details {
  min-height: 2000px;
}

/* /Bookings */

/* add/edit News Pages */

.page-details {
  width: 45%;
  float: left;
}

/* /News Pages */

.custom-fields {
  margin: 0px 0px 15px;
}

.custom-fields .main-button {
  margin-right: 10px;
}

.cms-custom-box {
  padding: 10px;
  background: #eee;
  margin: 0px 0px 10px;
}

.cms-custom-box label {
  display: block;
  margin: 0px 0px 5px;
}

.cms-edit-table td {
  padding: 5px;
}

.cms-edit-img {
  width: 140px;
  /*max-height: 200px;*/
  display: inline-block;
}

.cms-edit-file {
  width: 50px;
  max-height: 100px;
  display: inline-block;
}

.cms-search label {
  display: none;
}

.categories {
  font-size: 30px;
}

.category-tree {
  padding: 20px;
  background: #fff;
  margin: 10px 0px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.category-tree ul {
  border: none;
  padding: 0;
  padding-left: 20px;
  box-shadow: none;
}

.category-tree li {
  list-style-type: none;
}

/* Footer */

#footer {
  /*bottom: 0;*/
  width: 90%;
  padding: 0 20px;
  margin-left: 10%;
  position: absolute;
}

#footer p {
  float: left;
  font-style: italic;
}

#footer p:last-child {
  float: right;
  font-weight: 700;
  padding-left: 30px;
}

/* /Footer */

/* Flash messages */

.message {
  color: #00529B;
  background-color: transparent;
  background-image: url("../img/info.png");
}

.success {
  color: #4F8A10;
  background-color: transparent;
  background-image: url("../img/success.png");
}

.warning {
  color: #9F6000;
  background-color: transparent;
  background-image: url("../img/warning.png");
}

.error {
  color: #D8000C;
  background-color: transparent;
  background-image: url("../img/error.png");
}

.flash-message,
#flashMessage {
  padding: 12px;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 1em;
}

.flash-message.error,
#flashMessage.error {
  color: #D8000C;
  background-color: #facbce;
}

.flash-message.success,
#flashMessage.success {
  color: #4F8A10;
  background-color: #cae4af;
}

.flash-message.warning,
#flashMessage.arning {
  color: #9F6000;
  background-color: #f6dfbc;
}

.flash-message.message,
#flashMessage.message {
  color: #00529B;
  background-color: #c9e1f6;
}

/* /Flash messages */

/* table pagination */

.underline {
  text-decoration: underline;
}

.table-small {
  max-width: 30px;
}

.disable-click {
  color: #00965E;
  opacity: 0.3;
}

/* Custom CMS Editor */

#cms-help-outer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.cms-inner {
  height: 100%;
}

.cms-div {
  padding: 25px 30px 0 0;
  background: #f1f1f1;
  padding-right: 0;
}

.cms-help-guide {
  max-width: 600px;
  max-height: 590px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 40px;
  padding-left: 30px;
}

.cms-help-guide h2,
.cms-help-guide h3 {
  margin: 0;
}

.cms-help-guide h2 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}

.cms-help-guide h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #555;
  padding-top: 15px;
}

.cms-help-guide p {
  margin: 15px 0;
}

.cms-help-guide img {
  margin: 5px 0;
  max-width: 100%;
}

.cms-close {
  margin: 0;
  display: block;
  background: #00965E;
  padding: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  letter-spacing: 1px;
  cursor: pointer;
}

.cms-close:hover {
  background: #2f3e47;
}

.cms-help-active {
  display: block !important;
}

.cms-btn {
  margin: 0;
  background: #ddd;
  color: #999;
  display: inline-block;
  padding: 4px 15px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
  margin-bottom: 20px;
}

.help-box {
  background: #fff;
}

#cms-editor {
  min-height: 378px;
  position: relative;
}

.area-notice {
  position: absolute;
  display: block;
  text-align: center;
  bottom: 5px;
  font-size: 13px;
  left: 0;
  color: #999;
  width: 100%;
}

/* /Custom CMS Editor */

/*  */
