/************************************************************
Embedded fonts */

@font-face {
	font-family:ChunkFive;
	src:url('../fonts/chunkfive.eot'); /* IE8- */
	src:url('../fonts/chunkfive.eot?iefix') format('embedded-opentype'), /* IE9 */
		url('../fonts/chunkfive.ttf') format('truetype'); /* The rest of the world */
}
@font-face {
	font-family:College;
	src:url('../fonts/college.eot'); /* IE8- */
	src:url('../fonts/college.eot?iefix') format('embedded-opentype'), /* IE9 */
		url('../fonts/college.ttf') format('truetype'); /* The rest of the world */
}
@font-face {
	font-family:FuturaCond;
	src:url('../fonts/futuramc.eot'); /* IE8- */
	src:url('../fonts/futuramc.eot?iefix') format('embedded-opentype'), /* IE9 */
		url('../fonts/futuramc.ttf') format('truetype'); /* The rest of the world */
}
@font-face {
	font-family:Lubalin;
	src:url('../fonts/lubalin.eot'); /* IE8- */
	src:url('../fonts/lubalin.eot?iefix') format('embedded-opentype'), /* IE9 */
		url('../fonts/lubalin.ttf') format('truetype'); /* The rest of the world */
}
@font-face {
	font-family:Pacifico;
	src:url('../fonts/pacifico.eot'); /* IE8- */
	src:url('../fonts/pacifico.eot?iefix') format('embedded-opentype'), /* IE9 */
		url('../fonts/pacifico.ttf') format('truetype'); /* The rest of the world */
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}

/* Make `a` like a button */
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

button::-moz-focus-inner {
  border: 0;
}

:focus {
	outline:none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

i {
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  color: inherit;
}

/* End Reset */

body{
	font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #231f20;
	line-height: normal;
	background: url('../images/background.jpg') no-repeat fixed center center #2ceb06;
	background-size: cover;
}
/* Links */
a, input[type=submit]{
	color:inherit;
	outline:none;
	color:inherit;
	outline:none;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	outline: none;
}
a img {
	border:none;
	-webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
a:not([class]):not([id]):hover {
  color: #8dc63f;
}
img {
	max-width:100%;
}
a[href^="tel:"] {
	color:inherit;
	cursor:pointer;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
	font-family: Lubalin,Arial,Helvetica,sans-serif;
}
h1{
	
}
h2{
	font-size: 18px;
	padding-bottom: 10px;
}
h3 {
    
}
h4 {
   
}

/* Block-level */

address {
	font-style:inherit;
}
p{

}
ul li{
	list-style-type: none;
}
strong{
	font-weight: bold;
}
sup{
	
}

.overflow-off {
	overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.button, a.button, input[type="submit"].button {	
	background-color: #fff;
  border: 1px solid #bdbdbd;
  display: inline-block;
  padding: 10px 28px;
  border-radius:60px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #231f20;
}

.button:hover, a.button:hover, input[type="submit"].button:hover {
  border-color: #8dc63f;
  background-color: #8dc63f;
  color: #fff;
}

.dark, .btn-container input[type="submit"], .widget-header a.button, .button.submit {
  border-color: #8dc63f !important;
  background-color: #8dc63f !important;
  color: #fff;
}

.dark:hover, .btn-container input[type="submit"]:hover, .widget-header a.button:hover, .button.submit:hover {
  border-color: #7fb238 !important;
  background-color: #7fb238 !important;
  color: #fff;
}

.button-alt,
#create-folder-modal .button-alt {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2ceb06;
  border-radius: 10px;
  font-weight: bold;
  border-bottom: 2px solid #23c204;
  border-right: 2px solid #23c204;
  box-sizing: border-box;
}

.button-alt:active,
#create-folder-modal .button-alt:active {
  box-shadow: inset 0px 0px 7px 3px rgba(0,0,0,0.3);
  background-color: #23c204;
  border:none !important;
  padding: 10px 22px 12px 20px;
}

.button.red, a.button.red, input[type="submit"].button.red {
  border-color: #ca0909;
  background-color: #ca0909;
  color: #fff;
}

.button.red:hover, a.button.red:hover, input[type="submit"].button.red:hover {
  border-color: #b60505;
  background-color: #b60505;
}

.button, .button-alt {
  transition: none;
}

/*************************
   Generic Site Styles
*************************/
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  /*float: none !important;*/
}
.table.page, .container{
  max-width: 1080px;
  margin: 0 auto;
}
.container{
	padding: 0 20px;
}
main .table.page,
.table.auto-height {
  height: auto;
}

.table.auto-width {
  width: auto;
}

.table.auto-all {
  height: auto;
  width: auto;
}

.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.padding {
  padding: 0px 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.table-header-group {
  display: table-header-group;
}
.table-footer-group {
  display: table-footer-group;
}

/* Text alignment */
.align-left { text-align:left !important; }
.align-center { text-align:center !important; }
.align-right { text-align:right !important; }

.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexgrow {
  flex-grow: 1;
}
.flex-column {
	flex-direction: column;
}
.flex-middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

hr.vertical,
hr {
  display: inline-block;
  width: 2px;
  height: 34px;
  vertical-align: middle;
  outline: none;
  border: none;
  box-shadow: none;
  background-color: #9d9d9d;
  margin: 0px 20px;
}

hr {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
}

th hr.vertical { 
  height: 19px;
  float: right;
  margin: 0 -10px 0 0;
}

/** Default Placeholder styles ***/

::-webkit-input-placeholder {
/* WebKit browsers */
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	height:0;
	max-width:100%;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}

.frame-contain iframe {
	position: absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}

/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
	border:none;
	padding:0;
	line-height:1;
}
/************************************************************
Miscellaneous */
.clearfix:after{
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.relative {
  position: relative;
}
.full-size {
  height: 100%;
  width: 100% !important;
  max-width: 100% !important;
}

.on-top {
  position: relative;
  z-index: 1;
}

.hide {
  display: none !important;
}

.admin-contain {
  padding: 0 80px;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.table.admin-tbl {
  font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
  font-size: 14px;
  display: inline-table;
  vertical-align: middle;
}

.table.admin-tbl .cell:first-child {
  padding-right: 10px;
}

.table.admin-tbl .cell + .cell {
  padding-left: 10px;
}

.admin-tbl {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

.admin-tbl.fixed-tbl {
  table-layout: fixed;
}

.admin-tbl + .admin-tbl,
.admin-tbl + .page-only-info,
.page-only-info + .page-only-info {
  margin-top: 30px;
}

.admin-tbl td,
.admin-tbl th {
  text-align: left;
  vertical-align: top;
  width: 100%;
  padding: 10px;
}

.admin-tbl th {
  border-bottom: 2px solid #bdbdbd;
  text-transform: uppercase;
}

.admin-tbl caption {
  font-family: Lubalin,Arial,Helvetica,sans-serif;
  font-size: 0px;
  margin-bottom: 15px;
  display: table-caption;
  border-bottom: 1px solid #aaa;
  padding: 0 0 5px 10px; 
}

.admin-tbl caption p {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
}

.admin-tbl > tbody tr:nth-child(even) {
	background-color: #f9f9f9;	
}
.admin-tbl > tbody tr:hover {
	background-color: rgba(0,0,50,0.05) !important;
}

.admin-tbl > tbody > tr > .label {
  width: 15%;
  min-width: 35px;
  text-align: right;
}

.admin-tbl label {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  vertical-align: top:
}

.admin-tbl .tblNotes > div {
  background-color: #dadada;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 2px #bdbdbd;
  text-align: center;
  padding: 10px;
}
 
.admin-tbl input + label {
  margin-left: 4px;
}

.admin-tbl label + input {
  margin-left: 10px;  
}

.multiSelect > div {
	display: inline-block;
	height: 97px;
	vertical-align: top;
	width: 100%;
	max-width: 400px;
}
.multiSelect > div:nth-child(2) {
	width: auto;
}
.multiSelect > div:nth-child(2) input {
	display: block;
	width: 50px;
	
	border: 1px solid #bdbdbd;
	border-radius: 60px;
	padding: 10px 15px;
	margin: 0 15px;
}
.multiSelect > div:nth-child(2) input + input {
	margin-top: 10px;
}

.inner-table {
  width: auto;
}

.inner-table td input {
  width: 100%;
  max-width: 100%;
  display: block;
}

.inner-table td {
  width: auto;
  padding-top: 0;
}

.inner-table + .inner-table {
  margin-top: 10px;
}

.admin-tbl .select2 {
  max-width: 400px;
}

.select2-results__option[aria-selected="true"]:before {
  content: '\f00c';
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  padding-right: 5px;
}

.widget-list > tbody > tr:not(.btn-container):nth-child(even) {
  background-color: #f9f9f9;
}
.widget-list > tbody > tr:hover {
	background-color: rgba(0,0,50,0.05) !important;
}

.widget-tabs {
  border-bottom: 1px solid #dee2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.widget-tabs li {
  margin-bottom: -1px;
}

.widget-tabs a {
  display: block;
  padding: .5rem 1rem;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.widget-tabs a.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.note2 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 99;
}

.note2 button {
  font-size: 22px;
  line-height: 100%;
}

.note2 .notes {
  display: 
}

.note2 .notes::before {
  content: "\f0d7";
  font-family: Font Awesome\ 5 Pro;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  color: #8dc63f;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  -moz-transform:    translateX(-50%);
  -ms-transform:     translateX(-50%);
  -o-transform:      translateX(-50%);
  transform:         translateX(-50%);
}

.note2 .notes {
  position: absolute;
  background-color: #8dc63f;
  min-width: 200px;
  min-height: 100px;
  bottom: 160%;
  left: 50%;
  border-radius: 5px;
  font-size: 14px;
  padding: 20px 22px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 20;
  -webkit-transform: translateX(-50%);
  -moz-transform:    translateX(-50%);
  -ms-transform:     translateX(-50%);
  -o-transform:      translateX(-50%);
  transform:         translateX(-50%);
  text-align: left;
}

.note2.show .notes {
  bottom: 140%;
  opacity: 1;
  visibility: visible;
}

/******************************
   Default Page Sizes
******************************/

#header {
  height: 100px;
}

#header .logo {
  width: 185px;
}

#header .logo > img{
  max-height: 68px;
}

#footer {
  height: 56px;
}

#footer p {
  font-size: 12px;
}

/******************************
   Header Styles
******************************/
#main-header {
  display: block;
  height: 100px;
  width: 100%;
/*   padding: 0 80px; */
}

#header .options {
  font-size: 0;
}

#header .options div {
  z-index: 9990;
}

#header .options div,
#header .options div + div,
#header .options div + button,
#header .options button + div {
  display: inline-block;
  vertical-align: middle;
}

#header .options button {
  display: inline-block;
  font-size: 18px;
  height: 44px;
  width: 44px;
  background-color: #2ceb06;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  background-position: center bottom;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.profile:after {
  content: "\f00d";
  font-family:Font Awesome\ 5 Pro;
  font-size: 24px;
  display: block;
  background-color: rgba(141, 198, 63, 0.6);
  color: #FFF;
  width: 44px;
  height: 30px;
  right: -100%;
  top:0;
  padding: 8px 0px;
  position: absolute;
  transition: all 0.3s ease 0s;
}

.show .profile:after {
  right: 0;
}

#header .options > .user-menu {
  display: inline-block;
  vertical-align: middle;
}

#header .options > * + * {
  margin-left: 10px;
}

#menu-btn > span {
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #231f20;
}

#header #menu-btn:hover {
  background-color: #231f20;
  color: #2ceb06;
}

/************************************
  Radio button styles (Non-Specific)
************************************/

.fm-radio-btns span.nowrap,
.fm-check-btns span.nowrap {
  display: inline-block;
  vertical-align: middle;
}

.fm-radio-btns span.nowrap + span.nowrap,
.fm-check-btns span.nowrap + span.nowrap {
  margin-left: 10px;
}

/****************************************
  Helpful items not in a .note2 bubble
****************************************/

.description {
  padding: 20px 24px;
  background-color: #eaeaea;
  border-radius: 12px;
  max-width: 1100px;
  margin: 12px 0px;
}

.description * + ul {
  padding-top: 8px;
}

.description ul,
.description ul li {
  display: block;
  width: 100%;
  list-style: none;
}

.description ul li + li {
  padding-top: 10px;
}

.description ul li > strong:first-child {
  text-transform: capitalize;
}

.description em {
  font-size: 16px;
}

/******************************
    The User options styles
******************************/

.services a {
  display: block;
  padding: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.show-card > h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.show-card {
  display: block;
  position: absolute;
  height: auto;
  min-height: 100px;
  right: -15px;
  top:80px;
  width: 300px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 15px 1px rgba(81,77,92,0.2);
  z-index: 99;
}

.show .show-card {
  top:60px;
  opacity: 1;
  visibility: visible;
}

.show-card:before {
  content: "\f0d8";
  font-family:Font Awesome\ 5 Pro;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  right: 26px;
  top: -20px;
  color: #FFF;
  font-weight: bold;
}

.show-card .table {
  margin-bottom: 30px;
}

.show-card .user-pic {
  width: 70px;
}

.show-card.show-card figure {
  height: 70px;
  width: 70px;
  display: block;
  border-radius: 50%;
  background-attachment: scroll;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.show-card .user-info {
  padding-left: 20px;
  text-align: left;
}

.show-card .user-info h3 {
  font-size: 20px;
}

.show-card .user-info p {
  font-size: 16px; 
}

.show-card > a {
  display: block;
  width: 100%;
}

.show-card > a { 
  margin-top: 18px;
}

.show-card > a > i {
  font-size: 22px;
  margin-top: -5px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

#menu-btn > span:before,
#menu-btn > span:after {
  content: "\f142";
  display: block;
  font-family:Font Awesome\ 5 Pro;
  position: absolute;
  top:0px;
  font-size: 18px;
}

#menu-btn > span:before {
  left: -12px;
}

#menu-btn > span:after  {
  right: -6px
}

/******************************
    The User Messages and
    Settings window styles
******************************/

#side-menu {
  display: block;
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  height: 100%;
  position: fixed;
  right: -100%;
  top:0;
  z-index: 9999;
  overflow: auto;
  transition: all 0.3s ease 0s;
}

#side-menu.open {
  right: 0;
}

#side-menu .menu-contain {
  padding: 40px 50px;
}

#side-menu .close-btn {
  font-size: 26px;
  color: #b9f6ad;
  transition: all 0.3s ease 0s;
  float: right;
}

#side-menu .close-btn:hover {
  color: #35a529;
}

.side-menu-nav {
  border-bottom: 1px solid rgba(44, 235, 6, 0.3);
  padding-top: 25px;
}

.text-btn {
  display: inline-block;
  padding: 20px 0px;
  color: #231f20;
  position: relative;
}

.text-btn + .text-btn {
  margin-left: 14px;
}

.side-menu-nav .text-btn:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  height: 3px;
  left: 0;
  background-color: #2ceb06;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.side-menu-nav .text-btn:hover:after,
.side-menu-nav .text-btn.active:after {
  opacity: 1;
  visibility: visible;
}

#messages .message {
  padding: 30px 0px;
  position: relative;
}

.message + .message {
  border-top: 1px solid rgba(44, 235, 6, 0.3);
}

.alert:before {
  content: "\f0f3";
  display: inline-block;
  font-size: 18px;
  font-family:Font Awesome\ 5 Pro;
  position: absolute;
  top: 32px;
  left: -24px;
  color: #bdbdbd;
  font-weight: 100;
  -webkit-animation: BACK-FOURTH 1s infinite; /* Safari 4+ */
  -moz-animation:    BACK-FOURTH 1s infinite; /* Fx 5+ */
  -o-animation:      BACK-FOURTH 1s infinite; /* Opera 12+ */
  animation:         BACK-FOURTH 1s infinite; /* IE 10+, Fx 29+ */
}

@keyframes BACK-FOURTH {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(35deg); }
  50% { transform: rotate(-35deg); }
  75% { transform: rotate(35deg); }
  100% { transform: rotate(0deg); }
}

#settings {
  padding: 30px 0;
}

.setting {
  margin-top: 20px;
  height: auto !important;
}

.setting > .cell + .cell {
  font-size: 0px;
  width: 57px;
}

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

.toggle-setting {
  width: 57px;
  height: 30px;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 3px solid #bdbdbd;
  vertical-align: middle;
  cursor: pointer;
}

.toggle-setting > span {
  position: absolute;
  height: 22px;
  width: 22px;
  top:0;
  bottom:0;
  left:2px;
  background: #dadada;
  border-radius: 50%;
  margin: auto;
  transition: all 0.2s ease 0s;
}

.toggle-setting > span:before {
  content: "\f00c";
  position: absolute;
  height: 14px;
  width: 13px;
  font-size: 13px;
  font-family:Font Awesome\ 5 Pro;
  margin: auto;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
}

input:checked + .toggle-setting > span {
  left:27px;
  background: #8dc63f;
}

input:checked + .toggle-setting > span:before {
  opacity: 1;
  visibility: visible;
}

/******************************
   Primary Admin Navigation
******************************/
#primary-nav {
  list-style: none;
  display: block;
  position: relative;
  font-size: 0;
  z-index: 99;
}

#primary-nav > li {
  display: inline-block;
  list-style: none;
}

#primary-nav > li + li {
  padding-left: 8px;
}

#primary-nav > li > a {
  display: block;
  padding: 20px 28px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  background: #706b6c;
  text-align: center;
  border-radius: 10px 10px 0 0;
  opacity: 0.6;
  text-transform: uppercase;
}

#primary-nav > li > a:hover {
  color: rgba(255, 255, 255, 1);
}

#primary-nav > li.active > a {
  color: #231f20;
  background: #FFF;
  opacity: 1;
}

ul.tab-options {
  display: block;
  position: absolute;
  top:60%;
  left:0;
/*   background-color: #FFF; */
  width: 100%;
  font-size: 0;
  list-style: none;
  border-radius: 0 10px 0 0;
  padding: 0px 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 40;
}

.active ul.tab-options {
  top:100%;
  opacity: 1;
  visibility: visible;
}

ul.tab-options > li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 15px 5px 0 0;
}

ul.tab-options > li > a {
  background-color:rgba(173, 173, 173, 0);
  display: inline-block;
  padding: 10px 20px;
  font-size:14px; 
  color: #231f20 !important;
  border-radius: 40px;
}

ul.tab-options > li > a:hover,
ul.tab-options > li.active > a,
ul.tab-options > li.more > a {
  background-color:rgba(173, 173, 173, 0.25);
}

ul.tab-options > li.has-menu > a:after {
  content: "\f0dd";
  display: inline-block;
  font-family:Font Awesome\ 5 Pro;
  font-size: 16px;
  color: inherit;
  font-weight: bold;
  float: right;
  margin: -3px 0 0 10px;
}

div.drop-menu {
  position: absolute;
  background-color: #eaeaea;
  min-width: 100px;
  min-height: 100px;
  top: 150%;
  left: 5px;
  border-radius: 5px;
  font-size: 0;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 20;
}

li.more > div.drop-menu,
div.more > div.drop-menu {
  top: 130%;
  opacity: 1;
  visibility: visible;
}

div.drop-menu h3 {
  display: block;
  font-size: 17px;
  padding-bottom: 10px;
  opacity: 0.8;
  white-space: nowrap;
}

div.drop-menu:before {
  content: "\f0d8";
  font-family: Font Awesome\ 5 Pro;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 26px;
  top: -20px;
  color: #eaeaea;
  font-weight: bold;
}

div.drop-menu > ul {
  display: block;
  list-style: none;
  font-size: 0;
}

div.drop-menu > ul > li {
  display: block;
  width: 100%;
  list-style: none;
}

div.drop-menu > ul > li + li {
  border-top: 1px solid #cecece
}

div.drop-menu > ul > li > a {
  display: block;
  padding: 10px 5px;
  font-size: 14px;
  white-space: nowrap;
}

div.drop-menu > ul > li > a > i {
  margin-right: 6px;
}

/******************************
   Assets Page styles
******************************/

.media-search {
  width: 15%;
}

.media-search > input,
#media-folders input[name="folder"] {
  width: 100%;
  display: block;
  height: auto;
  padding: 14px 20px;
}

#media-folders input[name="folder"] {
  margin-bottom: 15px;
}

.portlet-container .media-toggle,
.portlet-container .media-toggle i{
  font-size: 34px;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 31px;
}

.portlet-container .media-toggle + .media-toggle {
  margin-left: 6px;
}

.portlet-container .media-toggle:hover,
.portlet-container .media-toggle.view {
  color: #8dc63f;
}

.select-box {
  padding: 7px 10px;
  min-width: 180px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
}

.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 3px 7px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #8dc63f; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; white-space: nowrap; overflow: hidden; border: 0; background: transparent; line-height: 1; text-align: center; font-weight: bold; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #FFFFFF; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 99999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

.dd3-content { display: block; height: auto; margin: 5px 0; padding: 5px 30px 4px 35px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc; cursor: pointer;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #8dc63f; background: #fff; }

.dd3-content.disabled {
  background: #dddddd;
  color: #666666;
}

.dd3-content.disabled:hover {
  color: #666666;
}

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; white-space: nowrap; overflow: hidden; cursor: default;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:hover { background: #ddd; }

/******************************
   Primary Admin Content
******************************/

#primary-content {
  border-radius: 0 10px 10px 10px;
  background-color: #FFF;
}

#primary-content > .cell {
  padding: 84px 35px 35px 35px;
}

#primary-content h2 {
  font-size: 30px;
  padding-bottom: 30px;
}

.portlet-container {
  font-size: 0;
}

.portlet-container:after {
  content: "";
  display: table;
  clear: both;
} 

.portlet-container + .portlet-container {
  margin-top: 35px;
}

.portlet-container * {
  font-size: 14px;
}

.portlet {
  background-color: #efefef;
  border-radius: 10px;
  padding: 12px;
  display: block;
  float: left;
}

.portlet.no-bg {
  background: transparent;
}

.portlet + .portlet {
  margin-left: 2%;
}

.portlet h3 {
  font-size: 20px;
}

.col-span-2 {
  width: 23.5%;
}

.col-span-3 {
  width: 32%;
}

.col-span-4 {
  width: 49%;
}

.col-span-6 {
  width: 74.5%;
}

.col-span-8 {
  width: 100%;
}

input[type="text"], input[type="search"],/*  input[type="radio"], */ input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], select, textarea {
/*   border: 1px solid #ddd; */
  box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  background-color: #fff;
  color: #32373c;
  outline: 0;
  font-size: 14px;
  border-radius: 4px;
  font-weight: inherit;
  font-family: inherit;
  cursor: pointer;
  line-height: 26px;
  padding: 0 8px;
	width: 100%;
	max-width: 400px;
	border: 1px solid #aaa;
}

input.readonly, input[readonly], textarea.readonly, textarea[readonly] {
  background-color: #d7d7d7;
}

input.timePicker {
  width: 25%;
}

input.datePicker[readonly],
input.timePicker[readonly] {
  background-color: #FFF;
}

.flatpickr {
  display: inline;
}

.flatpickr input {
  padding-right: 30px;
}

.flatpickr .picker-action {
  font-size: 22px;
  line-height: 100%;
  margin-right: 12px;
  cursor: pointer;
  vertical-align: middle;
}

/* First Icon -- Put inside input */
.flatpickr input + .picker-action {
  margin-left: -25px;
  font-size: 14pt;
}

.chart {
  display: inline-block;
  position: relative;
}

.percent {
  display: inline-block;
  position: absolute;
  font-size: 20px;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform:    translate(-50%, -50%);
  -ms-transform:     translate(-50%, -50%);
  -o-transform:      translate(-50%, -50%);
  transform:         translate(-50%, -50%);
}

.percent .far {
  display: inline-block;
  margin: 4px 2px 0 0;
  float: left;
}

.show-chart > .cell:first-child {
  width: 114px;
}

.show-chart .align-right {
  padding-right: 20px;
}

.countUp {
  display: inline-block;
  padding-top: 10px;
  font-size: 56px;
  font-size: 3vw;
}

.CSSAnimationChart, .mapChart {
  width: 100%;
  height: 500px;
}

/*****************************
  Widget Default Styles
*****************************/

#primary-content .widget-title {
  display: inline-block;
  padding-right: 14px;
  vertical-align: middle;
  padding-bottom: 0;
}

#primary-content .widget-title + .button {
  display: inline-block;
  vertical-align: middle;
}

#primary-content .widget-title small {
  font-size: 70%;
}

#primary-content .button + .button {
	margin-right: 10px;
}

#primary-content .widget-header {
  display: block;
  width: 100%;
  padding-bottom: 25px;
}

#primary-content .widget-header p {
  padding: 1em 0;
}

.actions .drop-menu {
  font-size: 14px;
  left: auto;
  right: 5px;
  text-align: right;
}

.actions div.drop-menu::before {
  left: auto;
  right: 26px;
}

.actions .drop-menu > * {
  white-space: nowrap;
  display: block;
  text-transform: uppercase;
}

.actions .drop-menu > * + * {
  padding-top: 8px;
}

.actions.more .button {
  border-color: #8dc63f;
  background-color: #8dc63f;
  color: #fff;
}

.disabled {
	background-color: #dddddd !important;
}
.disabled td {
	opacity: 0.5;
}
.disabled .actions {
	opacity: 1;
}
.button.action {
  background: #fff;
}
.button.action:hover {
  border-color: #8dc63f;
  background-color: #8dc63f;
  color: #fff;
}

/* Fixed button footer */
#portlet-section {
	position: relative;
}
#portlet-section form {
	padding-bottom: 61px;
}
.btn-container.fixed-btns {
	position: fixed;
	left: 80px;
	right: 80px;
	bottom: 0;
  border-top: solid 1px #efefef;
  z-index: 100;
}
.admin-tbl > tbody tr.btn-container.fixed-btns {
	background-color: #ffffff !important;
}
.btn-container {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	padding: 0 35px;
	background-color: #fff;
  border: solid 0px #efefef;
  background-color: #fff !important;
}
.btn-container td {
	float: right;
}
.btn-container .button {
  background-color: #FFF;
}
.datePickerLink {
  background: url('/assets/admin/images/calendar.gif');
  width: 16px;
  height: 15px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 10px;
  vertical-align: middle;
}
/*****************************
  RTE Misc Styles
*****************************/
.underline {
	text-decoration: underline;
}
.handle {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0;
  cursor: move;
}

.handle > i {
  display: inline-block;
}

.handle > i + i {
  padding-left: 3px;
}

.handle > i:before,
.handle > i:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #231f20;
  border-radius: 50%;
  margin: 0 auto;
}

.handle > i > span {
  display: block;
  width: 4px;
  height: 4px;
  background: #231f20;
  border-radius: 50%;
  margin: 3px auto;
}

/*******************************************
					  Alerts
*******************************************/

.alert-msg {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alert-msg:before {
  font-family: "Font Awesome 5 Pro";
  font-weight:300;
  display: inline-block;
  padding: 0 5px;
  font-size: 13pt;
  vertical-align: top;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success:before {
  content: '\f058';
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-error:before {
  content: '\f06a';
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-heading {
  color: inherit;
}

.alert-list {
  list-style-type: disc;
  padding-left: 40px;
  display: inline-block;
}

* + .text-note {
	padding-top: 10px;
}

.text-note {
	display: block;
	font-size: 12px;
}

.asset-folder-controls .old-name {
	text-transform: none;
}
/*******************************************
	Responsive Styles
*******************************************/
@media screen and (max-width: 1200px) {
	.admin-contain {
    padding: 0 20px;
	}
	#media-folders {
		height: 250px;
		overflow: scroll;
		width: 100%;
	}
	#folder-list,
	#media-items {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}
	#media-items {
		padding-top: 25px;
	}
}

@media screen and (max-width: 900px) {
	#primary-nav > li > a {
		padding: 15px;
		font-size: 15px;
	}
}