@font-face {
  font-family: 'Raleway';
  font-display: swap;
  src: url("fonts/Raleway-Bold.f49f3d2d9df5013c9bfaab7e3d39ee57.ttf") format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Raleway';
  font-display: swap;
  src: url("fonts/Raleway-Medium.bb5ae98e4ce1a64042093dc235c305ed.ttf") format('truetype');
  font-weight: 400;
}

body {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body.oldie::after {
    content: '';
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
css-doodle {
  color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a.dark-link {
  text-decoration: none;
  border-bottom: 1px solid;
}

.pdfobject-container {
  border: 1rem solid rgba(0,0,0,.1);
  width: 100%;
	max-width: 1200px;
	height: 700px;
	margin: 0 0 2em 0;
}

.removed {
  text-decoration: line-through;
}

.settings {
    color: #888;
    /*text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);*/
    text-shadow: 0px 1px 0px rgba(0,0,0,.7);
    font-weight: 800;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #bbb;
    box-sizing: border-box;
}
.settings:hover {
    text-shadow: 0 none;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

fieldset {
    border: 0 none;
}

.fullwidth {
  width: 100%!important;
}
table.pata-listing td:not(:first-child) {
  width: 40%;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.pata-listing td:first-child {
  max-width: 0;
  overflow: inherit!important;
  text-overflow: ellipsis!important;
  white-space: inherit !important;
  background-color: transparent;
}
table.pata-listing td:last-child {
    width: 5%;
}
/*table.pata-listing td:nth-child(2) {*/
table.pata-listing td.widest {
    width: 40%;
}
table.pata-listing td.wider {
    width: 20%;
}
table.pata-listing td.wide {
    width: 10%;
}
table.pata-listing tr td.wide {
    max-width: 10%;
}
table.pata-listing td {
    width: 5%;
}

.bold {
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.pata-striped tbody tr:nth-child(even) {
  background-color:#0b2228;
}

.pata-padding-sides {
    padding: 0 4px!important;
}
.pata-turquoise,
.pata-hover-turquoise:hover {
  color: #0b2228!important;
  background-color: #d7eef4;
}
.pata-text-turquoise,
.pata-hover-text-turquoise:hover {
    color: #d7eef4!important;
}
.pata-fileblue {
    color: #787878!important;
    background-color: #3689a0!important;
}
.pata-lightblue {
    color: #787878!important;
    background-color: #d7eef4!important;
}
.pata-darknavy {
    color: #fff!important;
    background-color: #0b2228!important;
}
.pata-lightnavy,
.pata-hover-lightnavy:hover {
    color: #fff!important;
    background-color: #054656!important;
}
.pata-lighternavy,
.pata-hover-lighternavy:hover {
    color: #fff!important;
    background-color: #216778!important;
}
.pata-text-darknavy,
.pata-hover-text-darknavy:hover {
    color: #0b2228!important;
}
.pata-richblue,
.pata-hover-richblue:hover {
    color: #fff!important;
    text-shadow: 0 0.125rem 0.1875rem rgba(0,0,0,.1);
    background-color: #60bfd5!important;
}
.pata-text-richblue,
.pata-hover-text-richblue:hover {
    color: #60bfd5!important;
}

.pata-dark, .pata-hover-dark:hover {
    color: #fff!important;
    background-color: #0b2228!important;
}

.pata-yellow,
.pata-hover-yellow:hover {
    color: #fff!important;
    background-color: #90943f!important;
}
.pata-text-yellow,
.pata-hover-text-yellow:hover {
    color: #90943f!important;
}

.pata-grey,
.pata-hover-grey:hover {
    color: #787878;
    background-color: #cccccc!important;
}
.pata-text-grey,
.pata-hover-text-grey:hover {
    color: #cccccc!important;
}

.pata-border-yellow,
.pata-hover-border-yellow:hover {
    border-color: #ffc107!important;
}
.pata-grunge {
  background-color: #97a1a4;
  color: #000000;
}

.example {
    height: 380px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.example .code-sample {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  max-width: 90%;
  transform: translate(-50%, -50%);
  line-height: 1.4;
  font-size: 1.2em;
  overflow: hidden;
}

.form-group .control-label {
  text-align: left;
  float: left!important;
}

.forgotter .form-group .control-label {
  text-align: left;
  float: none!important;
}

/* Don't let the logo image to grow too big */
.navbar-brand img {
  max-height: 26px;
}
.anon-nav .w3-bar-item {
    padding: 8px 10px!important;
}

table.listing * {
    color: #d7eef4;
}

/* ILoginForm and Such obscured forms repeat CSS from W3CSS */
/*.form-control {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}*/

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.nowrap {
  white-space: nowrap;
}

a.disabled {
    pointer-events: none;
    color: #aaa;
}
.loading-box {
  margin: 10px auto;
  display: inline-block;
  width: 100%;
}

.fc table {
    margin: inherit;
}
.fc button {
  line-height: inherit;
}
#calendar {
  /*max-width: 960px;*/
  /*margin: 0 auto;*/
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #444!important;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
    color: #0b2228;
}
tr.fc-list-item:hover,
tr.fc-list-item a:hover {
    color: #0b2228;
}

label.required:after {
  z-index: 999;
  font-size: 3em;
  color: #e32;
  content:" *";
  display:inline;
  vertical-align: inherit;
  position: absolute;
  line-height: 40px;
}

/* Flash Messages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.isa_info,
.isa_success,
.isa_warning,
.isa_error {
  padding:0;
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}
.isa_info i,
.isa_success i,
.isa_warning i,
.isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}
.inset-shadow {
    border: 1px solid #216778;
    border-top-width:1px;
    -webkit-box-shadow: inset 0px 2px 12px rgba(33, 103, 120, 0.75);
    -moz-box-shadow:    inset 0px 2px 12px rgba(33, 103, 120, 0.75);
    box-shadow:         inset 0px 2px 12px rgba(33, 103, 120, 0.75);
}
.fcm-inline {
  display:inline-block;
  padding: 5px 0;
}

/* Frontend Notifications
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* The alert message box */
.alert {
    padding: 20px;
    color: white;
    margin-bottom: 15px;
    background-color: #4CAF50;
}
.alert-sucess {
    background-color: #4CAF50;
}
.alert-danger {
    background-color: #f44336;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}


/* Header Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.frontend .form-group {
    margin-bottom: 10px;
}
.deform-form-buttons {
  margin-top: 10px;
}

.frontend .navbar-default {
    /* background-color: #f8f8f8; */
    border-color: #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.clearfix {
    overflow: auto;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}


.frontend .navbar-default .navbar-collapse,
.frontend .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.frontend .container-fluid>.navbar-collapse,
.frontend .container-fluid>.navbar-header,
.frontend .container>.navbar-collapse,
.frontend .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.frontend .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.frontend .collapse {
    display: none;
}


.workspace .anonynav {
    background: #d7eef4;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.navbar-header input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*label {
  display: none;
  cursor: pointer;
  user-select: none;
}*/

/* background for li / select */
/* custom-dropdown */
nav[role="custom-dropdown"] {
  position: relative;
  width: 100%;
}
nav[role="custom-dropdown"] a,
nav[role="custom-dropdown"] label {
  /*color: #ccc;*/
  text-decoration: none;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: color .3s ease-in-out;
  font-weight: bold;
}
nav[role="custom-dropdown"] ul {
  padding: 0;
  margin: 0 auto;
  width: auto;
  list-style: none;
  margin-right: 20px;
}
nav[role="custom-dropdown"] ul > li {
  float: left;
  padding: .15em 1.5em;
  min-width: 12%;
  /*background-color: #9c9d9d;*/
  text-align: center;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  transition-property: box-shadow, color;
  box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
nav[role="custom-dropdown"] ul > li:hover {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35), inset 0 0 0 2em rgba(0, 0, 0, 0.3);
}
nav[role="custom-dropdown"] ul > li:hover > a {
  color: #fff;
}

.navbar-right li {
  margin-top: 10px;
  margin-right: 5px;
}
.navbar-right li form,
.navbar-right li button {
  margin: 0;
  padding: 0;
  line-height: normal;
  height: inherit;
  font-size: inherit;
  border: 0 none;
  color: #1EAEDB !important;
  font-weight: bold;
}

@media (min-width:993px){
  .main-nav-block {
      min-height: 700px;
      overflow: hidden;
  }
}

nav[role="custom-dropdown"] label {
    display: none;
}
.nav .left {
    display: inline-block;
}
.nav .right {
  float: right;
  width: auto;
}

.frontend .container .left img {
  padding: 0px 20px;
}

/* small screens */
@media screen and (max-width: 44em) {
  html,
  body {
    margin: 0;
  }

  .navbar .container {
      width: 100%;
      max-width: auto;
      position: relative;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
  }
  .container .left img {
    padding: 10px 10px;
  }
  /*.containerd .navbar-header .left strong{
    max-width: inherit;
  }*/

  .navbar-right li form {
    display: inline-block;
  }

  .navbar-right li {
      margin-top: 0;
  }
  .nav .left {
    float: left;
    width: auto;
    display: inline-flex;
  }
  .nav .left a {
    height: auto;
  }
  .nav .right {
    float: none;
    width: auto;
  }
  nav[role="custom-dropdown"] {
    border-bottom: 1px solid #e7e7e7;
  }
  nav[role="custom-dropdown"] ul {
    display: none;
    height: 100%;
  }
  nav[role="custom-dropdown"] ul > li {
    padding: .55em 1.5em;
  }
  nav[role="custom-dropdown"] label {
    position: relative;
    display: inline-block;
    min-height: 2.25em;
    font-size: 1.1em;
    margin: 0;
    float: right;
    /*border: 0.15em solid rgba(60, 60, 60, 0.2);
    background-image: url(https://raw.github.com/TimPietrusky/mantisbt-is-a-rockstar/master/rockstar/img/bg_dark_grey.png);*/
  }
  nav[role="custom-dropdown"] label:after {
    position: absolute;
    right: .10em;
    top: -5px;
    content: "\2261";
    font-size: 2.5em;
    color: #2c89a0;
    cursor: pointer;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ label:after {
    color: #222;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul {
    display: block;
    width: 100%;
    border-top: 1px solid #78b6c5;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li {
    width: 100%;
    /*opacity: .8;*/
    text-align: left;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li:after {
    position: absolute;
    right: .25em;
    content: "\203A";
    font: bold 1.4em sans-serif;
  }
}


/* Header workspace
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ws-nav:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
.font-home:before { content: '\f015'; }
.font-calendar:before { content: '\f073'; }
.font-task:before { content: '\f0ae'; }
.font-briefcase:before { content: '\f0b1'; }
.font-files:before { content: '\f0c5'; }
.font-notes:before { content: '\f24a'; }
.font-clients:before { content: '\f2bb'; }
.font-cog:before { content: '\f013'; }


header.workspace {
  width: 100%;
  box-sizing: border-box;
}

header.workspace nav ul {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}

header.workspace nav ul li {
  display: inline-block;
}

header.workspace nav ul li a {
  display: block;
  padding: 7px 20px;
  font-size: 1.5em;
  text-decoration: none;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}

header.workspace nav ul li a:hover{
  color: #ffc107;
}

header.workspace nav ul li a.active{
  border-bottom: none;
  background-color: #054656;
}

section {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 1px 20px;
}

section.crud { background-color: transparent; }

.header-resources {
  margin: 5px;
}

.header-resources > button,
.header-resources > a {
  padding: 5px!important;
  border-radius: 15px;
  background-color: rgba(255,255,255, 0.9);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.39), 0 -1px 1px #ddd, 0 1px 0 #ddd;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: 1px solid #ccc;
  text-shadow: 0px 1px 0px rgba(0,0,0,.3);
  color: #000000;
}
.header-resources > a.active-resource {
  background-color: transparent!important;
}

.drop-shadow {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
}
.drop-shadow:hover {
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.input-error {
  background-color: #ffdddd;
  color: #C00000;
}
#permission_div input[type="checkbox"] {
  display: none !important;
}
.filter-panel {
  display: none;
}
textarea.animated-input,
input[type=email].animated-input,
input[type=url].animated-input,
input[type=text].animated-input {
    width: 80%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
textarea.animated-input:focus,
input[type=email].animated-input:focus,
input[type=url].animated-input:focus,
input[type=text].animated-input:focus {
    width: 100%;
}

.empty-listing {
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    margin: 0 auto;
    width: 97%;
    display: inline-block;
    position: absolute;
    border-bottom: 0 none;
    background-color: #216778;
}

.panel-heading {
  font-size: 1.6em;
  font-weight: 600;
}

a:hover {
  cursor: pointer;
}
.icon {
    width: 20px;
    margin: 7px 9px 9px;
    vertical-align: middle;
}
br {
  margin: 0;
  padding: 0;
}
.text-left {
  text-align: left;
}
.workspace footer {
  background-color: #263143;
  color: #d7eef4;
}

.button.button-success {
    color: #4F8A10;
    background-color: #DFF2BF;
    border-color: #4F8A10;
    border-radius: 0;
}
.button.button-error {
    color: #D8000C;
    background-color: #FFBABA;
    border-color: #D8000C;
    border-radius: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #211900;
    background-color: #ffc107;
    border-color: #906d03;
    border-radius: 0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #211900;
    background-color: #90943f;
    border-color: #90943f;
}
header.workspace nav ul li a:hover {
    color: #90943f;
}

input,
optgroup,
select,
textarea {
    color: #0b2228;
    font: inherit;
}

input, textarea, select, fieldset {
    margin-bottom: 0;
}


/* Workspace
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.has-error input,
.has-error optgroup,
.has-error select,
.has-error textarea {
    border: 3px solid #e24329;
}
.has-error .help-block {
  color: #e24329;
}

/* Workspace
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.workspace {
  background-color: #0b2228;
}

.w3-border-red,
.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-bottombar {
    border-bottom: 6px solid #ccc;
}


.tabs-section main {
  min-width: 320px;
  max-width: auto;
  margin: 0 auto;
}

.tabs-section section {
  display: none;
  padding: 0 0 0;
  border-top: 1px solid #ddd;
}

.tabs-section input[type="radio"] {
  display: none;
}

.tabs-section label.tab-labels {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 15px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
}

@font-face {
  font-family: 'Font Awesome 5';
  src: url('webfonts/fa-regular-400.woff2') format("woff2"),
  url('webfonts/fa-regular-400.woff') format('woff'),
  url('webfonts/fa-regular-400.ttf') format('truetype');
}
.tabs-section label.tab-labels:before {
  font-family: "Font Awesome 5";
  font-weight: normal;
  margin-right: 10px;
}

.circle-bg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding: 30px;
}

a.button-circle [class*="fad fa-"],
a.button-circle [class*="fal fa-"] {
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  margin: auto 3px;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: rgba(255,255,255, 0.9);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.39), 0 -1px 1px #ddd, 0 1px 0 #ddd;
  border: 1px solid #ccc;
  text-shadow: 0px 1px 0px rgba(0,0,0,.3);
}

a.button-circle [class*="fad fa-"]:hover,
a.button-circle [class*="fal fa-"]:hover {
  background-color: rgba(255,255,255,.3);
}

.tabs-section label[for*='0'].tab-labels:before { content: '\f30f'; }
.tabs-section label[for*='1'].tab-labels:before { content: '\f15b'; }
.tabs-section label[for*='2'].tab-labels:before { content: '\f0ae'; }
.tabs-section label[for*='3'].tab-labels:before { content: '\f249'; }
.tabs-section label[for*='4'].tab-labels:before { content: '\f073'; }
.tabs-section label[for*='5'].tab-labels:before { content: '\f1c5'; }
.tabs-section label[for*='6'].tab-labels:before { content: '\f1da'; }

.tabs-section label.tab-labels:hover {
  color: #888;
  cursor: pointer;
}

.tabs-section input:checked + label.tab-labels {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #90943f;
  border-bottom: 1px solid #fff;
}

.tabs-section #tab0:checked ~ #content0,
.tabs-section #tab1:checked ~ #content1,
.tabs-section #tab2:checked ~ #content2,
.tabs-section #tab3:checked ~ #content3,
.tabs-section #tab4:checked ~ #content4,
.tabs-section #tab5:checked ~ #content5,
.tabs-section #tab6:checked ~ #content6 {
  display: block;
}

@media screen and (max-width: 650px) {
  .tabs-section label.tab-labels {
    font-size: 0;
  }
  .tabs-section label.tab-labels:before {
    margin: 0;
    font-size: 18px;
  }
  .module-title {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .tabs-section label.tab-labels {
    padding: 15px;
  }
  .module-title {
    display: none;
  }
}

/* Colors */
.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000!important;
    background-color: #f1f1f1!important;
}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}

.workspace section h1,
.workspace section h2,
.workspace section h3 {
  margin-top: 0px !important;
  margin-left: 0px !important;
}

/*--------------------------------------------*\
	WORKSPACE
\*--------------------------------------------*/

/* 2020/06/17 Credit Responsive Table by Trevor Nestman SRC: https://codepen.io/FluidOfInsanity/pen/yaLRjd */
.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: #eee;
}

.rwd-table tbody tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f1f1f1;
}

.rwd-table tbody tr:nth-child(odd) {
  background-color: inherit;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  padding-bottom: 20px;
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #ffffff;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tbody tr:hover td {
    -moz-box-shadow: 0 4px 2px -3px rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 4px 2px -3px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 4px 2px -3px rgba(255, 255, 255, 0.5) inset;
  }
  .rwd-table tbody tr:hover td:first-child {
    -moz-box-shadow: 4px 4px 2px -3px rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 4px 4px 2px -3px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 4px 4px 2px -3px rgba(255, 255, 255, 0.5) inset;
  }
  .rwd-table tbody tr:hover td:last-child {
    -moz-box-shadow: 0 4px 2px -3px rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 4px 2px -3px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 4px 2px -3px rgba(255, 255, 255, 0.5) inset;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
/* end rwd table */

/* DivTable.com */
.divTable{
	/*display: table;*/
	width: 100%;
  margin: auto;
  overflow-x: auto;
}
  .divTableRow a {
    text-decoration: none;
    color: #d7eef4;
  }
  .divTableRow.private,
  .divTableRow.private a {
      color: #999999;
  }
  .divTableRow a:hover {
    color: #90943f;
  }
  .divTableRow .divTableCell a.actions:hover {
    color: #ffc107;
  }
  .divTableRow .divTableCell small,
  .divTableRow .inactive {
    color: #aaa;
  }


.matters th,
.matters td {
     border-bottom: 0 none;
}

/*.matters tr:hover td:first-child {
   background:red;
}*/

.matters tr td a {
  text-decoration: none;
  text-transform: uppercase;
  color: #d7eef4;
  font-size: 1.5rem;
}
.matters tr td a strong {
   font-size: 1.8rem;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('images/home-bg.e6c2f71e28c52cb7e134cd31d5fcb0df.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
  max-height: 700px;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}


/*--------------------------------------------*\
	BOOTSTRAP MODAL
\*--------------------------------------------*/
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999 !important;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  color: #0b2228;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;

  max-height: calc(110vh - 210px) !important;
  overflow-y: auto !important;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-content form {
  margin: 0 !important;
}
.modal-content .close {
    float: right;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border: 0 none;
    height: auto;
    padding: 0;
}
.modal-backdrop {
  /*position: fixed;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin: 0;
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 1.3em;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 5px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
} */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*--------------------------------------------*\
	PANELS
\*--------------------------------------------*/
.panel a {
  color: #fff;
  font-size: 0.9em;
}
.panel ul {
  padding: 0;
  margin: 0 auto;
  width: 96%;
  list-style: none;
}
.panel ul li .row {
  padding: 5px 0;
}
.panel .noty {
    line-height: 0px;
    text-decoration: none;
    background: transparent;
    color: #fff;
    border: 0 none;
    padding: 0;
}
.panel-box {
    background: #216778;
    border-radius: 2px;
    display: block;
    float: left;
    height: auto;
    min-height: 200px;
    margin: 1rem;
    position: relative;
    width: 300px;
    padding-bottom: 10px;
}
.panel .card-1 {
    background: #4791a2;
}


/*--------------------------------------------*\
	DATE PICKER OVERRIDES
\*--------------------------------------------*/
.picker__holder {
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
}
.picker__holder:focus {
    outline: none;
}

/*--------------------------------------------*\
	IMAGE MODAL
\*--------------------------------------------*/
.filePhoto {
    cursor: pointer;
    transition: 0.3s;
}

.filePhoto:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
#myModal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#myModal .close:hover,
#myModal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.deform-close-button.close {
    float: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/*--------------------------------------------*\
	Paginate
\*--------------------------------------------*/
.paginate {
  display: block;
  width: 100%;
}

.paginate li { font-weight: bold; display: inline-block;}

.paginate li a:active {
  position: relative;
  top: 1px;
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
  box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
}

.paginate li.single, .paginate li.current {
  display: block;
  float: left;
  padding: 6px 11px;
  padding-top: 8px;
  margin-right: 6px;
  border-radius: 3px;
  color: #676767;
}


/*--------------------------------------------*\
	Grids
\*--------------------------------------------*/
.deform-seq-item > div {
  display: inline-block;
}
.col-xs-11 { width: 91.3333333333%; }
.col-xs-1 { width: 4.66666666667%; }

/*--------------------------------------------*\
	Buttons
\*--------------------------------------------*/
.btn-crud-listing-delete,
.btn-crud-listing-download {
  color: #ffc107;
}

/*--------------------------------------------*\
	BREADCRUMBS
\*--------------------------------------------*/
#breadcrumbs-wrapper {
  text-align: left;
  background-color: #bbb;
  height: 25px;
  line-height: 30px;
}
.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    padding-left: 10px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
}

/* Display list items side by side */
.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
}

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

/* Add a color to all links inside the list */
.breadcrumb,
.breadcrumb li a {
    color: #5e5d5d;
    text-decoration: none;
}

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


/*--------------------------------------------*\
	SKELETON OVERRIDES
\*--------------------------------------------*/
textarea {
    height: auto;
}

/*--------------------------------------------*\
	FANCY CARDS
\*--------------------------------------------*/
.card {
  background: #EDECEC;
  border-radius: 2px;
  display: block;
  float: left;
  height: auto;
  position: relative;
}

.card a {
  text-decoration: none;
  background: #ffc107;
  color: #fff;
  border-right: 1px solid #906d03;
  border-bottom: 1px solid #906d03;
  left: 0;
  position:relative;
  display:inline-block;
  margin-left: 1px;
}
.card__actions a {
  padding: 0 10px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
}

.card-1:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.card-title-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(0,0,0);
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    line-height: normal;
    padding: 16px 16px;
    -webkit-perspective-origin: 165px 56px;
    perspective-origin: 165px 56px;
    -webkit-transform-origin: 165px 56px;
    -ms-transform-origin: 165px 56px;
    transform-origin: 165px 56px;
    box-sizing: border-box;
}
.card-title {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: inherit;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    overflow: hidden;
    -webkit-transform-origin: 149px 48px;
    -ms-transform-origin: 149px 48px;
    transform-origin: 149px 48px;
    margin: 0;
}
.card-text {
    color: rgba(0,0,0, 0.87);
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    padding: 6px 16px;
    width: 90%;
}


/* Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="color"] {
	-webkit-appearance: none;
	border: none;
	width: 64px;
	height: 32px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

/* Toggle Switch
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch {
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
  margin: 0 auto;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4F8A10;
}
input:checked + .slider:before {
  background-color: #DFF2BF;
}

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

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

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('./images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description {
  margin-bottom: 4rem;
}

/* Bigger than 310 */
@media (min-width: 310px) {
  .isa_success > i.fcm {
    right: 0;
    font-size: 1em;
    position: absolute;
  }
  .fcm-inline {
    padding: 5px 15px;
  }
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .settings-wrapper .column:first-child,
  .settings-wrapper .columns:first-child {
      /* margin-left: 1rem; */
  }
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}

/*--------------------------------------------*\
	JS LIGHTBOX
\*--------------------------------------------*/
.lightbox.row > .column {
  padding: 0 8px;
}

.lightbox.row:after {
  content: "";
  display: table;
  clear: both;
}

.lightbox .column {
  float: left;
  width: auto;
  margin-left: 0;
}

/* The Modal (background) */
.lightbox.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.lightbox .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.lightbox .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.lightbox .close:hover,
.lightbox .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.lightbox .mySlides {
  display: none;
}

/* Next & previous buttons */
.lightbox .prev,
.lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.lightbox .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.lightbox .prev:hover,
.lightbox .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.lightbox .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: #0b2228;
}

.lightbox .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  height: 10px;
}

.lightbox img.demo {
  opacity: 0.6;
}

.lightbox .active,
.lightbox .demo:hover {
  opacity: 1;
}

.lightbox img.hover-shadow {
  transition: 0.3s
}

.lightbox .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.no-padding {
  padding: 0!important;
}
.no-margins {
  margin: 0!important;
}
.pata-search-input {
  background-color: #ddd;
}

textarea:focus,
input:focus,
select:focus,
input[type]:focus,
.uneditable-input:focus {
  border-color: rgba(78, 78, 78, 0.8);
  box-shadow: 0 1px 1px rgba(78, 78, 78, 0.75) inset, 0 0 4px rgba(78, 78, 78, 0.7);
  outline: 0 none;
}
/*--------------------------------------------*\
  TABBED Inspired by Pure css responsive tabs by Martin Gajdičiar
  https://codepen.io/Fallupko/pen/ruLdg
\*--------------------------------------------*/

html {
  webkit-font-smoothing: antialiased;
}

.tabs-wrapper {
  margin: 0;
}
.tabs-wrapper input[type=radio] {
  display: none;
}
.tabs-wrapper > label a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}

.tabs-wrapper > label i {
  vertical-align: middle;
}
.tabs-wrapper > label {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  width: 10%;
  height: 3em;
  text-align: center;
  line-height: 3em;
  background-color: #EDECEC;
  color: #797979;
  font-weight: bold;
  border-left: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  border-top: 1px solid #9E9E9E;
}
.tabs-wrapper > label:last-of-type {
  border-bottom: none;
}
.tabs-wrapper > label:hover {
  background: #9E9E9E;
  color: #add7e3;
  /*@include transform (translate(0,-0.2em));*/
}
@media screen and (max-width: 1600px) {
  .tabs-wrapper label {
    width: 10%;
  }
}
@media screen and (max-width: 900px) {
  .tabs-wrapper label {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #4D4C47;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
  }
}

.tabs-wrapper #tab1:checked + label,
.tabs-wrapper #tab2:checked + label,
.tabs-wrapper #tab3:checked + label,
.tabs-wrapper #tab4:checked + label,
.tabs-wrapper #tab5:checked + label,
.tabs-wrapper #tab6:checked + label,
.tabs-wrapper #tab7:checked + label,
.tabs-wrapper #tab8:checked + label {
  border-top: 1px solid #97a1a4!important;
  border-left: 2px solid #97a1a4;
  border-right: 2px solid #97a1a4;
  background-color: #4E4E4E;
  color: #76b9c8 !important;
}

.tab-body {
  padding: 0;
}

.tab-body-wrapper {
  background: transparent;
  border-top: 3px solid #4E4E4E;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: show;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: show;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.2s;
  -o-animation-duration: 1.5s;
  -o-animation-name: show;
  -o-animation-fill-mode: forwards;
}
@media screen and (max-width: 600px) {
  .tab-body-wrapper {
    border: none;
    border-radius: 0;
  }
}

#tab1:checked ~ .tab-body-wrapper #tab-body-1,
#tab2:checked ~ .tab-body-wrapper #tab-body-1,
#tab3:checked ~ .tab-body-wrapper #tab-body-1,
#tab4:checked ~ .tab-body-wrapper #tab-body-1,
#tab5:checked ~ .tab-body-wrapper #tab-body-1,
#tab6:checked ~ .tab-body-wrapper #tab-body-1,
#tab7:checked ~ .tab-body-wrapper #tab-body-1,
#tab8:checked ~ .tab-body-wrapper #tab-body-1 {
  position: relative;
  top: 0px;
  /* Choose one */
  /* @include animation(0.2s,0.8s,content-opacity); */
  /* @include animation(0.2s,0.8s,content-rotate-x); */
  /* @include animation(0.2s,0.8s,content-rotate-y); */
  /* @include animation(0.2s,0.8s,content-rotate-both); */
  /* @include animation(0.2s,0.8s,content-pop-in); */
  /* @include animation(0.2s,0.8s,content-pop-out); */
  /* @include animation(0.1s,1s,content-slide-bot); */
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: content-slide-top;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: content-slide-top;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: content-slide-top;
  -o-animation-fill-mode: forwards;
}


/*--------------------------------------------*\
	FRONTEND FOOTER
\*--------------------------------------------*/
.frontend footer {
    padding: 15px 0 0;
    background: url(images/footer-top-line.b03d403bc77f17cb49c0c4c1bb1ff4d0.png) 0 0 no-repeat #012228;
    background-size: 100% 3px;
}

.frontend .footer-bottom p {
    padding: 10px 0 10px 10px;
    font-size: 12px;
    color: #80848c;
}

.frontend footer .to-top {
    position: absolute;
    top: -42px;
    right: 0;
    width: 53px;
    height: 40px;
    text-indent: -9999px;
    background: url(images/icon-to-top.e8659c87d99e06ba219a2a24cf15acb1.png) 50% 50% no-repeat #1e2737;
    border-radius: 0 0 4px 4px;
}

.frontend footer .widget.column,
.frontend footer .widget.columns {
    margin-left: 0 !important;
}

.frontend footer h3 {
    font-size: 16px;
    font-weight: 600;
    color: #80848c;
}

.frontend footer .widget ul {
    margin: 0;
    list-style: none;
}

.frontend footer .widget ul li {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
}

.frontend footer .widget ul li.welcome p,
.frontend footer .widget ul li a {
    color: #4cb3cd;
    text-decoration: none !important;
    font-weight: 400;
}

.frontend footer .widget p {
    margin: 0;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}

.frontend footer .widget p small {
    display: block;
    font-size: 12px;
    color: #80848c;
    line-height: 18px;
}

.frontend footer .widget.right p {
    margin-bottom: 20px;
    color: #80848c;
    font-size: 12px;
    line-height: 20px;
}

.frontend footer .widget p a {
    color: #fff;
    text-decoration: none;
}

.frontend footer .widget fieldset input[type="email"] {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #313c4d;
    box-shadow: inset 0 0 1px #232a36;
    width: 100%;
    height: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 0;
}
.frontend footer .widget fieldset input[type="text"],
.frontend footer .widget fieldset input[type="submit"] {
    width: 100%;
    height: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 0;
}
.frontend footer .widget fieldset form div input[type="submit"] {
    font-size: 12px;
    color: #90959E;
    text-align: center;
    background: #1e2737;
}

.frontend .left {
    float: left;
}
.hide {
    display: none;
}

.hero-home h1 span.orange,
.frontend footer .widget ul li.orange a,
.outer.orange .video-button .outer.orange .top-filter ul li.active a,
.outer.orange a.button.border {
    border-color: rgb(255, 145, 35);
}

.frontend .footer-bottom {
    clear: both;
}

.frontend fieldset {
    border: 0 none;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

.frontend .footer-bottom {
    width: 100%;
}

.frontend .footer-bottom ul {
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.frontend .footer-bottom ul li {
    float: left;
    margin-right: 9px;
}

.frontend dd {
  margin: 0;
  padding: 0;
}

.footer-bottom ul li:last-child {margin-right:0;}

.footer-bottom ul li a {
  display:block;
  width:33px; height:35px;
  text-indent:-9999px;
  background-image:url(images/iconsSocial.8876ea53dcf74bed5c61540cc0b26cc5.png); background-repeat:no-repeat;
}

.footer-bottom ul li.facebook a {background-position:0 0;}
.footer-bottom ul li.facebook a:hover {background-position:0 -40px;}

.footer-bottom ul li.twitter a {background-position:-46px 0;}
.footer-bottom ul li.twitter a:hover {background-position:-46px -40px;}

.footer-bottom ul li.googleplus a {background-position:-91px 0;}
.footer-bottom ul li.googleplus a:hover {background-position:-91px -40px;}

.footer-bottom ul li.flickr a {background-position:-137px 0;}
.footer-bottom ul li.flickr a:hover {background-position:-137px -40px;}

.footer-bottom ul li.vimeo a {background-position:-182px 0;}
.footer-bottom ul li.vimeo a:hover {background-position:-182px -40px;}

.footer-bottom ul li.rss a {background-position:-228px 0;}
.footer-bottom ul li.rss a:hover {background-position:-228px -40px;}

.footer-bottom ul li.linkedin a {background-position:-274px 0;}
.footer-bottom ul li.linkedin a:hover {background-position:-274px -39px;}


@media screen and (max-width:480px) {

  .frontend footer .widget {
      float: none;
      width: 100%;
  }

  footer .widget.wider,
  footer .partners {display:none;}

  .frontend .footer-bottom {
      width: 100%;
      margin: 0;
  }

  .frontend .footer-bottom p {
      margin-top: 10px;
      margin-bottom: 10px;
  }

  footer {margin-top:70px;}
  footer .widget,
  footer .widget.right {float:none; width:auto;}

  footer .widget ul {overflow:hidden;}
  footer .widget ul li {display: block; margin-right:20px;}
  .footer-bottom p {padding-left:0; background:none;}

  footer .to-top {
    top:-85px;
    left:50%;
    right:auto;
    margin-left:-26px;
    border-radius:4px 4px 0 0;
    }
}
/* FILEUPLOAD */
.btn-file {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: black;
  border: 1px solid #c6c6c6;
  background-color: #f2f2f2;
}
.btn-file:hover {
  border: 1px solid #c6c6c6;
}

/* DEFORM SEQUENCE STUFF */
.deform-seq-add {
  margin-top: 5px;
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: black !important;
  border: 1px solid #c6c6c6;
  background-color: #f2f2f2;
}

/* PANEL STUFF */
.item-firm_groups label.required {
  margin-left: -15px;
}

.panel-footer small {
  font-size: 1.2em;
}

/* PROFILE PHOTO */
#preview {
	background: red;
	border: 1px solid green;
}
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF url(Jcrop.gif);font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-vline.right{right:0;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}

/* PROPER BUTTONS (ao, 2018-07-25) */
.button {
  display: inline-block;
  background-color: #7b38d8;
  box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
  border:none;
  color: #FFFFFF;
  text-align: center;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
/****************/
.w3-bar .w3-bar-item-4 {
  padding: 4px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}
.pointer {cursor: pointer;}
button:focus {
  outline: none;
}
.hover-none:hover {
  background-color: transparent!important;
}

.w3-sidebar .w3-bar-item {
  -o-transition:color 2s ease-out, background .3s ease-in;
  -ms-transition:color 2s ease-out, background .3s ease-in;
  -moz-transition:color 2s ease-out, background .3s ease-in;
  -webkit-transition:color 2s ease-out, background .3s ease-in;
}
