.arrow-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.arrow-1 {
  width: 100px;
  height: 100px;
  background: #dec32d;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
}
.arrow-2 {
  width: 60px;
  height: 60px;
  background: #dec32d;
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}
.arrow-2:before {
  width: 52px;
  height: 52px;
  content: "";
  border: 2px solid #21252b;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.arrow-2 i.fa {
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #21252b;
}
.animated.hinge {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*
Template Name: Moltran Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Components
*/
/*
  - Buttons
  - Panels
  - Portlets
  - Checkbox and Radio
  - Progressbars
  - Tables
  - Form Elements
  - Calendar
  - Widgets
*/
/* ==============
  Buttons
===================*/
.btn {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.2px;
  opacity: 0.93;
}
.btn:hover {
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}
.btn:focus {
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
  color: #ffffff !important;
}
.btn-default:hover {
  background-color: #ff0000;
}
.btn-default:focus {
  background-color: #ff0000;
}
.btn-default:active {
  background-color: #ff0000;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #dec32d !important;
  border: 1px solid #dec32d !important;
}
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #33b86c !important;
  border: 1px solid #33b86c !important;
}
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #29b6f6 !important;
  border: 1px solid #29b6f6 !important;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  background-color: #ff8f2b !important;
  border: 1px solid #ff8f2b !important;
  color: #ff0000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  background-color: #ef5350 !important;
  border: 1px solid #ef5350 !important;
}
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  color: #ffffff;
}
.btn-purple,
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #7e57c2 !important;
  border: 1px solid #7e57c2 !important;
  color: #ffffff;
}
.btn-pink,
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background-color: #ec407a !important;
  border: 1px solid #ec407a !important;
  color: #ffffff;
}
.btn-custom.btn-default:hover {
  color: #ff0000 !important;
}
.btn-custom.btn-default:active {
  color: #ff0000 !important;
}
.btn-custom.btn-default:focus {
  color: #ff0000 !important;
}
.btn-custom.btn-primary {
  color: #dec32d !important;
}
.btn-custom.btn-success {
  color: #33b86c !important;
}
.btn-custom.btn-info {
  color: #29b6f6 !important;
}
.btn-custom.btn-warning {
  color: #ff8f2b !important;
}
.btn-custom.btn-danger {
  color: #ef5350 !important;
}
.btn-custom.btn-inverse {
  color: #ff0000 !important;
}
.btn-custom.btn-purple {
  color: #7e57c2 !important;
}
.btn-custom.btn-pink {
  color: #ec407a !important;
}
.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}
.btn-custom {
  -moz-border-radius: 2px;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-border-radius: 2px;
  -webkit-transition: all 400ms ease-in-out;
  background: transparent;
  background-color: transparent !important;
  border-radius: 2px;
  border-width: 1px;
  transition: all 400ms ease-in-out;
}
.btn-custom:hover {
  color: #ffffff !important;
}
.btn-custom:focus {
  color: #ffffff !important;
}
.btn-dark {
  transition: all 400ms ease-in-out;
  background: #17181d;
  border: solid 1px #020202;
  border-radius: 3px;
  color: #f4f5f6;
}
.btn-dark:hover {
  transition: all 400ms ease-in-out;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.btn-dark.btn-primary {
  color: #f4f5f6 !important;
  background: rgba(222, 195, 45, 0.25) !important;
  border: solid 1px #dec32d !important;
}
.btn-dark.btn-danger {
  color: #f4f5f6 !important;
  background: rgba(239, 83, 80, 0.25) !important;
  border: solid 1px #ef5350 !important;
}
.btn-dark.btn-success {
  color: #f4f5f6 !important;
  background: rgba(51, 184, 108, 0.25) !important;
  border: solid 1px #33b86c !important;
}
.btn-dark.btn-warning {
  color: #f4f5f6 !important;
  background: rgba(255, 143, 43, 0.25) !important;
  border: solid 1px #ff8f2b !important;
}
.btn-dark.btn-info {
  color: #f4f5f6 !important;
  background: rgba(41, 182, 246, 0.25) !important;
  border: solid 1px #29b6f6 !important;
}
.btn-dark.btn-purple {
  color: #f4f5f6 !important;
  background: rgba(126, 87, 194, 0.25) !important;
  border: solid 1px #7e57c2 !important;
}
.btn-dark.btn-pink {
  color: #f4f5f6 !important;
  background: rgba(236, 64, 122, 0.25) !important;
  border: solid 1px #ec407a !important;
}
.fileupload {
  overflow: hidden;
  position: relative;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* ==============
  Panels
===================*/
.panel {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  background: #3b404c;
  border-radius: 3px;
  border: solid 1px #17181d;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  color: #babfca;
}
.panel .panel-body {
  padding: 20px;
}
.panel .panel-body p {
  margin: 0px;
}
.panel .panel-body p + p {
  margin-top: 15px;
}
.panel-heading {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #17181d;
  padding: 10px 20px;
}
.panel-heading p,
.panel-heading span,
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
  line-height: 30px;
  margin: 0;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4 {
  font-family: 'gunplay';
  color: #ffffff;
}
.panel-default > .panel-heading {
  background-color: #21252b;
  color: #babfca;
  border-color: #17181d;
}
.panel-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.panel-footer {
  background: #21252b;
  border: none;
  border-radius: 0;
  border-top: solid 1px #17181d;
  color: #8f98a8;
}
.panel-color .panel-title {
  color: #ffffff;
}
.panel-primary > .panel-heading {
  background-color: #dec32d;
}
.panel-success > .panel-heading {
  background-color: #33b86c;
}
.panel-info > .panel-heading {
  background-color: #29b6f6;
}
.panel-warning > .panel-heading {
  background-color: #ff8f2b;
}
.panel-danger > .panel-heading {
  background-color: #ef5350;
}
.panel-purple > .panel-heading {
  background-color: #7e57c2;
}
.panel-pink > .panel-heading {
  background-color: #ec407a;
}
.panel-inverse > .panel-heading {
  background-color: #ff0000;
}
.panel-border {
  border-radius: 3px;
}
.panel-border .panel-heading {
  background-color: #ffffff;
  border-top: 3px solid #ccc !important;
  border-radius: 3px;
  padding: 10px 20px 0px;
}
.panel-border .panel-body {
  padding: 15px 20px 20px 20px;
}
.panel-border.panel-primary .panel-heading {
  border-color: #dec32d !important;
  color: #dec32d !important;
}
.panel-border.panel-success .panel-heading {
  border-color: #33b86c !important;
  color: #33b86c !important;
}
.panel-border.panel-info .panel-heading {
  border-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
.panel-border.panel-warning .panel-heading {
  border-color: #ff8f2b !important;
  color: #ff8f2b !important;
}
.panel-border.panel-danger .panel-heading {
  border-color: #ef5350 !important;
  color: #ef5350 !important;
}
.panel-border.panel-purple .panel-heading {
  border-color: #7e57c2 !important;
  color: #7e57c2 !important;
}
.panel-border.panel-pink .panel-heading {
  border-color: #ec407a !important;
  color: #ec407a !important;
}
.panel-border.panel-inverse .panel-heading {
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}
.panel-fill {
  border-radius: 3px;
}
.panel-fill .panel-heading {
  background-color: transparent;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.panel-fill .panel-body {
  color: rgba(255, 255, 255, 0.85);
}
.panel-fill.panel-default .panel-body {
  color: #666;
}
.panel-fill.panel-default .panel-heading {
  background-color: transparent;
  color: #ff0000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.panel-fill.panel-primary {
  background-color: #489ce7;
}
.panel-fill.panel-success {
  background-color: #58c386;
}
.panel-fill.panel-info {
  background-color: #50c1f4;
}
.panel-fill.panel-warning {
  background-color: #fcdc63;
}
.panel-fill.panel-danger {
  background-color: #ef7270;
}
.panel-fill.panel-purple {
  background-color: #9475cb;
}
.panel-fill.panel-pink {
  background-color: #ec6391;
}
.panel-fill.panel-inverse {
  background-color: #4a4a4a;
}
.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\f067';
}
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\f067';
}
.panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block;
}
.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}
.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.panel-group .panel-heading {
  padding: 12px 26px;
}
.panel-group.panel-group-joined .panel + .panel {
  border-top: 1px solid #ff0000;
  margin-top: 0;
}
.panel-group-joined .panel-group .panel + .panel {
  border-top: 1px solid #ff0000;
  margin-top: 0;
}
/* ==============
  Portlets
===================*/
.portlet {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: all 0.4s;
}
.portlet .portlet-heading {
  border-radius: 3px;
  color: #ffffff;
  padding: 12px 20px;
}
.portlet .portlet-heading .portlet-title {
  color: #ffffff;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}
.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}
.portlet .portlet-heading a {
  color: #999999;
}
.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}
.portlet-default .portlet-title {
  color: #ff0000 !important;
}
.portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-warning a,
.portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a {
  color: #ffffff;
}
.panel-disabled {
  background: rgba(243, 242, 241, 0.5);
  bottom: 15px;
  left: 0px;
  position: absolute;
  right: -5px;
  top: 0;
}
.loader-1 {
  -moz-animation: loaderAnimate 1000ms linear infinite;
  -o-animation: loaderAnimate 1000ms linear infinite;
  -webkit-animation: loaderAnimate 1000ms linear infinite;
  animation: loaderAnimate 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.loader-1:after {
  -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
  animation: loaderAnimate2 1000ms ease-in-out infinite;
  border-radius: 50%;
  clip: rect(0, 30px, 30px, 15px);
  content: '';
  height: 30px;
  position: absolute;
  width: 30px;
}
/* ==============
  Checkbox and Radio
===================*/
.checkbox {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0;
  margin-bottom: 8px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #17181d;
  border: solid 1px #020202;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
}
input[type='checkbox'] {
  margin-top: -30px;
}
input[type='checkbox'] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0;
  margin-bottom: 8px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #17181d;
  border: solid 1px #020202;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
}
input[type='checkbox']:after {
  content: "";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0;
  margin-bottom: 8px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #17181d;
  border: solid 1px #020202;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
}
input[type='checkbox']:checked:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: '\f00c';
  color: #babfca;
}
input.checkbox-primary[type='checkbox']:checked:after {
  color: #dec32d;
}
input.checkbox-success[type='checkbox']:checked:after {
  color: #33b86c;
}
input.checkbox-warning[type='checkbox']:checked:after {
  color: #ff8f2b;
}
input.checkbox-danger[type='checkbox']:checked:after {
  color: #ef5350;
}
input.checkbox-info[type='checkbox']:checked:after {
  color: #29b6f6;
}
input.checkbox-purple[type='checkbox']:checked:after {
  color: #7e57c2;
}
input.checkbox-pink[type='checkbox']:checked:after {
  color: #ec407a;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ff0000;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
}
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #ff0000;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #dec32d;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #dec32d;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #dec32d;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #ef5350;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ef5350;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ef5350;
}
.radio-info input[type="radio"] + label::after {
  background-color: #29b6f6;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #29b6f6;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #29b6f6;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ff8f2b;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ff8f2b;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ff8f2b;
}
.radio-success input[type="radio"] + label::after {
  background-color: #33b86c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #33b86c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #33b86c;
}
/* ==============
  Progressbars
===================*/
.progress {
  -webkit-box-shadow: none !important;
  background-color: #ff0000;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}
.progress.progress-sm {
  height: 5px !important;
}
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress.progress-md {
  height: 15px !important;
}
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
.progress.progress-lg {
  height: 20px !important;
}
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}
.progress-bar-primary {
  background-color: #dec32d;
}
.progress-bar-success {
  background-color: #33b86c;
}
.progress-bar-info {
  background-color: #29b6f6;
}
.progress-bar-warning {
  background-color: #ff8f2b;
}
.progress-bar-danger {
  background-color: #ef5350;
}
.progress-bar-inverse {
  background-color: #ff0000;
}
.progress-bar-purple {
  background-color: #7e57c2;
}
.progress-bar-pink {
  background-color: #ec407a;
}
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}
/* ==============
  Tables
===================*/
.table {
  margin-bottom: 10px;
}
tbody {
  color: #797979;
}
th {
  color: #666666;
  font-size: 15px;
}
table.focus-on tbody tr.focused th {
  background-color: #dec32d;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #dec32d;
  color: #ffffff;
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}
.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}
.dt-buttons {
  float: left;
}
div#datatable-buttons_info {
  float: left;
}
table.dataTable th.focus,
table.dataTable td.focus {
  outline: 3px solid #dec32d !important;
  outline-offset: -1px;
}
.fixedHeader-floating {
  top: 70px !important;
}
.form-control {
  border: solid 1px #020202;
  background-color: #17181d;
  color: #acb2bf;
  border-radius: 5px;
  width: 100%;
}
.form-group {
  margin-top: 10px;
}
#datatable-editable .actions a {
  padding: 5px;
}
#datatable-editable .form-control {
  border: solid 1px #020202;
  background-color: #17181d;
  color: #acb2bf;
  border-radius: 5px;
  width: 100%;
}
#datatable-editable .fa-trash-o {
  color: #ef5350;
}
#datatable-editable .fa-times {
  color: #ef5350;
}
#datatable-editable .fa-pencil {
  color: #29b6f6;
}
#datatable-editable .fa-save {
  color: #33b86c;
}
#datatable td {
  font-weight: normal;
}
div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}
div.dataTables_info {
  padding-top: 38px;
}
/* ==============
  Form-elements
===================*/
.error {
  color: #ff0000;
}
.datepicker {
  border: 1px solid #ff0000;
  padding: 8px;
}
.datepicker th {
  font-size: 14px !important;
}
.search-input {
  margin-bottom: 10px;
}
.ms-selectable {
  box-shadow: none;
  outline: none !important;
}
.ms-container .ms-list.ms-focus {
  box-shadow: none;
}
.ms-container .ms-selectable li.ms-hover {
  background-color: #dec32d;
}
.ms-container .ms-selection li.ms-hover {
  background-color: #dec32d;
}
.spinner-buttons.btn-group-vertical .btn {
  background-color: #ff0000;
  border: none !important;
  box-shadow: none !important;
  height: 17px;
  line-height: 16px;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
}
.spinner-buttons.btn-group-vertical .btn i {
  color: #ff0000 !important;
  line-height: 10px;
  margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 0 0px 0 0 !important;
  border-radius: 0 0px 0 0 !important;
}
.spinner-buttons.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 0px !important;
  border-radius: 0 0 0px !important;
}
.note-editor {
  border: 1px solid #ff0000;
  position: relative;
}
.note-editor .note-toolbar {
  background-color: #ff0000;
  border-bottom: 1px solid #ff0000;
  margin: 0;
}
.note-editor .note-statusbar {
  background-color: #ffffff;
}
.note-editor .note-statusbar .note-resizebar {
  border-top: 1px solid #ff0000;
  height: 15px;
  padding-top: 3px;
}
.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}
.note-toolbar {
  padding: 5px 0 10px 5px;
}
.code-edit-wrap {
  padding: 0px !important;
}
.cm-s-ambiance .CodeMirror-linenumber {
  color: #bcbcbc;
}
.cm-s-ambiance .CodeMirror-gutters {
  background-color: #ff0000 !important;
  box-shadow: none;
}
.cm-s-ambiance.CodeMirror {
  background-color: #ff0000 !important;
  box-shadow: none;
}
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #dec32d;
  text-decoration: none;
}
.editor-horizontal .popover-content {
  padding: 9px 30px;
}
.wizard > .content {
  background: #ffffff;
  min-height: 240px;
  padding: 20px;
}
.wizard > .content > .body {
  padding: 0px;
}
.wizard > .content > .body input {
  border: 1px solid #ff0000;
}
.wizard > .content > .body ul > li {
  display: block;
  line-height: 30px;
}
.wizard > .content > .body label.error {
  color: #e55957;
  margin-left: 0;
}
.wizard > .content > .body label {
  display: inline-block;
  margin-top: 10px;
}
.wizard > .steps .number {
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
}
.wizard > .steps .disabled a {
  background: #f2f2f2;
  color: #ff0000;
  cursor: default;
}
.wizard > .steps .disabled a:hover {
  background: #f2f2f2;
  color: #ff0000;
  cursor: default;
}
.wizard > .steps .disabled a:active {
  background: #f2f2f2;
  color: #ff0000;
  cursor: default;
}
.wizard > .steps .current a {
  background: #dec32d;
}
.wizard > .steps .current a:hover {
  background: #dec32d;
}
.wizard > .steps .current a:hover .number {
  background: transparent;
  color: #ffffff;
}
.wizard > .steps .current a:active {
  background: #dec32d;
}
.wizard > .steps .current a:active .number {
  background: transparent;
  color: #ffffff;
}
.wizard > .steps .current a .number {
  background: transparent;
  color: #ffffff;
}
.wizard > .steps .done a {
  background: #ff0000;
}
.wizard > .steps .done a:hover {
  background: #ff0000;
}
.wizard > .steps .done a:active {
  background: #ff0000;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active,
.wizard > .content {
  border-radius: 2px;
}
.wizard > .actions {
  margin-bottom: 30px;
}
.wizard > .actions a {
  background: #dec32d;
  border-radius: 2px;
  color: #ffffff;
}
.wizard > .actions a:hover {
  background: #dec32d;
  border-radius: 2px;
  color: #ffffff;
}
.wizard > .actions a:active {
  background: #dec32d;
  border-radius: 2px;
  color: #ffffff;
}
.wizard > .actions .disabled a {
  background: #e2e2e2;
  color: #ff0000;
}
.wizard > .actions .disabled a:hover {
  background: #e2e2e2;
  color: #ff0000;
}
.wizard > .actions .disabled a:active {
  background: #e2e2e2;
  color: #ff0000;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #dec32d !important;
  background-image: none;
  box-shadow: none;
}
/* Select2 */
.select2-container .select2-choice {
  background-image: none !important;
  border: none !important;
  height: auto  !important;
  padding: 0px !important;
  line-height: 22px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background: transparent;
  border: none;
  width: 14px;
  top: 2px;
  right: 5px;
}
.select2-container .select2-container-multi.form-control {
  height: auto;
}
.select2-results .select2-highlighted {
  background-color: #dec32d;
}
.select2-drop-active {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.select2-search input {
  border: 1px solid #e3e3e3;
}
.select2-container-multi {
  width: 100%;
}
.select2-container-multi .select2-choices {
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none  !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  background-clip: padding-box !important;
  min-height: 34px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 6px 8px 7px 19px;
  margin: 5px 0 3px 5px;
  background: #ff0000;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 7px 7px 7px 10px;
  font-family: inherit;
}
.select2-container-multi .select2-choices .select2-search-choice-close {
  top: 6px;
}
.select2-chosen {
  line-height: 34px;
  padding-left: 15px;
  color: #ff0000;
}
/* Timepiker */
.bootstrap-timepicker-widget table td input {
  border: none;
}
/* Dropzone */
.dropzone {
  min-height: 120px;
  border: 1px solid #020202;
  background: #17181d;
  border-radius: 3px;
}
.dropzone .dz-message {
  font-size: 15px;
}
/* ==============
  Calendar
===================*/
.calendar {
  float: left;
  margin-bottom: 0px;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar {
  margin-bottom: 5px;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-day {
  background: #ffffff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc-widget-header {
  border: 1px solid #d5d5d5;
}
.fc-widget-content {
  border: 1px solid #d5d5d5;
}
.fc th.fc-widget-header {
  background: #dddddd;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}
.fc-button {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #555555;
  text-transform: capitalize;
}
.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}
.fc-state-hover {
  background: #F5F5F5;
}
.fc-state-highlight {
  background: #f0f0f0;
}
.fc-cell-overlay {
  background: #f0f0f0;
}
.fc-unthemed .fc-today {
  background: #ffffff;
}
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}
.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}
.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}
/* ==============
  Widgets
===================*/
.widget-s-1 {
  border-radius: 6px;
}
.mini-stat {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 20px;
  color: #ffffff;
}
.mini-stat-icon {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: left;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}
.mini-stat-info {
  padding-top: 2px;
  color: #ff0000;
}
.mini-stat-info span {
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.mini-stat-info span.name {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}
.inbox-widget .inbox-item img {
  width: 40px;
}
.inbox-widget .inbox-item .inbox-item-author {
  color: #333333;
  display: block;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-text {
  color: #a0a0a0;
  display: block;
  font-size: 12px;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-date {
  color: #a9a9a9;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}
.conversation-list {
  list-style: none;
  max-height: 330px;
  padding: 0px 20px;
}
.conversation-list li {
  margin-bottom: 24px;
}
.conversation-list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 40px;
}
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}
.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ff0000;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.conversation-list .ctext-wrap i {
  color: #1a2942;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
.conversation-list .ctext-wrap p {
  margin: 0px;
  padding-top: 3px;
}
.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 242, 239, 0);
  border-right-color: #f5f5f5;
  border-width: 5px;
  margin-top: -5px;
}
.conversation-list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}
.conversation-list .odd .chat-avatar {
  float: right !important;
}
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}
.conversation-list .odd .ctext-wrap {
  background: #e8e9ec !important;
}
.conversation-list .odd .ctext-wrap i {
  color: #acacac;
}
.conversation-list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: #e8e9ec !important;
  left: 100% !important;
  top: 20% !important;
}
.chat-send {
  padding-left: 0px;
  padding-right: 30px;
}
.chat-send button {
  width: 100%;
}
.chat-inputbar {
  padding-left: 30px;
}
#todo-message {
  font-size: 16px;
}
.todoapp {
  padding: 10px 30px 20px 30px !important;
}
.todo-list li {
  border-bottom: 1px solid #eeeeee;
  border-radius: 0px;
  border: 0px;
  margin: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.todo-list li:last-of-type {
  border-bottom: none;
}
.todo-send {
  padding-left: 0px;
}
.toggle-default .toggle-slide {
  border: 1px solid #020202;
  border-radius: 3px;
}
.toggle-default .toggle-slide.active {
  border-color: #dec32d;
}
.toggle-default .toggle-slide .toggle-on,
.toggle-default .toggle-select .toggle-inner .active {
  color: #f4f5f6;
  background: rgba(222, 195, 45, 0.25);
  box-shadow: none;
}
.toggle-default .toggle-slide .toggle-off,
.toggle-default .toggle-select .toggle-on {
  color: #babfca;
  background: #17181d;
}
.toggle-sm {
  height: 20px;
  width: 60px;
  display: inline-block;
  vertical-align: text-bottom;
}
.toggle-sm .toggle-inner {
  width: 80px;
  margin-left: 0px;
}
.toggle-sm .toggle-on {
  height: 20px;
  width: 40px;
  text-align: center;
  text-indent: -10px;
  line-height: 20px;
}
.toggle-sm .toggle-blob {
  height: 20px;
  width: 20px;
  margin-left: -10px;
}
.toggle-sm .toggle-off {
  height: 20px;
  width: 40px;
  margin-left: -10px;
  text-align: center;
  text-indent: 10px;
  line-height: 20px;
}
.dropfile {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #17181d;
  border: solid 1px #020202;
  border-radius: 3px;
}
.dropfile-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  width: 100%;
  text-align: center;
}
.dropfile-file {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dropfile.dropfile-sm {
  height: 60px;
}
.dropfile.dropfile-sm .dropfile-message {
  line-height: 60px;
  vertical-align: middle;
}
.dropfile.dropfile-md {
  height: 120px;
}
.dropfile.dropfile-md .dropfile-message {
  line-height: 120px;
  vertical-align: middle;
}
.dropfile.dropfile-lg {
  height: 240px;
}
.dropfile.dropfile-lg .dropfile-message {
  line-height: 240px;
  vertical-align: middle;
}
.highlight,
.highlight.highlight-default {
  transition: all 0.4s;
  color: #f4f5f6 !important;
  background: rgba(222, 195, 45, 0.25) !important;
  border: solid 1px #dec32d !important;
}
.highlight.highlight-primary {
  color: #f4f5f6 !important;
  background: rgba(222, 195, 45, 0.25) !important;
  border: solid 1px #dec32d !important;
}
.highlight.highlight-success {
  color: #f4f5f6 !important;
  background: rgba(51, 184, 108, 0.25) !important;
  border: solid 1px #33b86c !important;
}
.highlight.highlight-warning {
  color: #f4f5f6 !important;
  background: rgba(255, 143, 43, 0.25) !important;
  border: solid 1px #ff8f2b !important;
}
.highlight.highlight-danger {
  color: #f4f5f6 !important;
  background: rgba(239, 83, 80, 0.25) !important;
  border: solid 1px #ef5350 !important;
}
.highlight.highlight-info {
  color: #f4f5f6 !important;
  background: rgba(41, 182, 246, 0.25) !important;
  border: solid 1px #29b6f6 !important;
}
.highlight.highlight-purple {
  color: #f4f5f6 !important;
  background: rgba(126, 87, 194, 0.25) !important;
  border: solid 1px #7e57c2 !important;
}
.highlight.highlight-pink {
  color: #f4f5f6 !important;
  background: rgba(236, 64, 122, 0.25) !important;
  border: solid 1px #ec407a !important;
}
.highlight-active,
.highlight-active.highlight-default {
  transition: all 0.4s;
}
.highlight-active:focus,
.highlight-active.highlight-default:focus,
.highlight-active:active,
.highlight-active.highlight-default:active {
  transition: all 0.4s;
  color: #f4f5f6 !important;
  background: rgba(222, 195, 45, 0.25) !important;
  border: solid 1px #dec32d !important;
}
.highlight-active.highlight-primary:focus,
.highlight-active.highlight-primary:active {
  color: #f4f5f6 !important;
  background: rgba(222, 195, 45, 0.25) !important;
  border: solid 1px #dec32d !important;
}
.highlight-active.highlight-success:focus,
.highlight-active.highlight-success:active {
  color: #f4f5f6 !important;
  background: rgba(51, 184, 108, 0.25) !important;
  border: solid 1px #33b86c !important;
}
.highlight-active.highlight-warning:focus,
.highlight-active.highlight-warning:active {
  color: #f4f5f6 !important;
  background: rgba(255, 143, 43, 0.25) !important;
  border: solid 1px #ff8f2b !important;
}
.highlight-active.highlight-danger:focus,
.highlight-active.highlight-danger:active {
  color: #f4f5f6 !important;
  background: rgba(239, 83, 80, 0.25) !important;
  border: solid 1px #ef5350 !important;
}
.highlight-active.highlight-info:focus,
.highlight-active.highlight-info:active {
  color: #f4f5f6 !important;
  background: rgba(41, 182, 246, 0.25) !important;
  border: solid 1px #29b6f6 !important;
}
.highlight-active.highlight-purple:focus,
.highlight-active.highlight-purple:active {
  color: #f4f5f6 !important;
  background: rgba(126, 87, 194, 0.25) !important;
  border: solid 1px #7e57c2 !important;
}
.highlight-active.highlight-pink:focus,
.highlight-active.highlight-pink:active {
  color: #f4f5f6 !important;
  background: rgba(236, 64, 122, 0.25) !important;
  border: solid 1px #ec407a !important;
}
.highlight-hover,
.highlight-hover.highlight-default {
  transition: all 0.4s;
}
.highlight-hover:hover,
.highlight-hover.highlight-default:hover {
  transition: all 0.4s;
  color: #f4f5f6 !important;
  background: rgba(222, 195, 45, 0.25) !important;
  border: solid 1px #dec32d !important;
}
.highlight-hover.highlight-primary:hover {
  color: #f4f5f6 !important;
  background: rgba(222, 195, 45, 0.25) !important;
  border: solid 1px #dec32d !important;
}
.highlight-hover.highlight-success:hover {
  color: #f4f5f6 !important;
  background: rgba(51, 184, 108, 0.25) !important;
  border: solid 1px #33b86c !important;
}
.highlight-hover.highlight-warning:hover {
  color: #f4f5f6 !important;
  background: rgba(255, 143, 43, 0.25) !important;
  border: solid 1px #ff8f2b !important;
}
.highlight-hover.highlight-danger:hover {
  color: #f4f5f6 !important;
  background: rgba(239, 83, 80, 0.25) !important;
  border: solid 1px #ef5350 !important;
}
.highlight-hover.highlight-info:hover {
  color: #f4f5f6 !important;
  background: rgba(41, 182, 246, 0.25) !important;
  border: solid 1px #29b6f6 !important;
}
.highlight-hover.highlight-purple:hover {
  color: #f4f5f6 !important;
  background: rgba(126, 87, 194, 0.25) !important;
  border: solid 1px #7e57c2 !important;
}
.highlight-hover.highlight-pink:hover {
  color: #f4f5f6 !important;
  background: rgba(236, 64, 122, 0.25) !important;
  border: solid 1px #ec407a !important;
}
.border-primary {
  border: solid 1px #dec32d !important;
}
.border-success {
  border: solid 1px #33b86c !important;
}
.border-warning {
  border: solid 1px #ff8f2b !important;
}
.border-danger {
  border: solid 1px #ef5350 !important;
}
.border-info {
  border: solid 1px #29b6f6 !important;
}
.border-purple {
  border: solid 1px #7e57c2 !important;
}
.border-pink {
  border: solid 1px #ec407a !important;
}
.border-white {
  border: solid 1px #ffffff !important;
}
.background-transparent {
  background: transparent !important;
}
.well {
  background-color: #17181d;
  border: 1px solid #020202;
}
.table {
  background: #17181d;
}
.table thead {
  background: #020202;
}
.table tbody {
  color: #babfca;
}
.table-bordered {
  border: 1px solid #020202;
}
.table-bordered td,
.table-bordered th {
  border: none !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #282c34;
}
table.dataTable thead .sorting:after {
  opacity: 0.6;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: rgba(186, 191, 202, 0.4);
  cursor: not-allowed;
  background-color: #17181d;
  border-color: #020202;
}
.pagination > li > a {
  background-color: #17181d;
  border: 1px solid #020202;
  color: rgba(186, 191, 202, 0.4);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #dec32d;
  background-color: #17181d;
  border-color: #020202;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 20;
  color: #f4f5f6 !important;
  background: rgba(222, 195, 45, 0.25) !important;
  border: solid 1px #dec32d !important;
}
.how-to-join-overlay {
  border-bottom: solid 4px #000000;
  opacity: 0.65;
  color: #fff;
  height: 120px;
  transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -webkit-transition: 0.75s ease-in-out;
}
.how-to-join-overlay h1,
.how-to-join-overlay h2,
.how-to-join-overlay h3,
.how-to-join-overlay h4,
.how-to-join-overlay h5,
.how-to-join-overlay h6 {
  color: #fff;
}
.how-to-join-overlay p {
  font-size: 12px;
}
.how-to-join-overlay.active {
  border-bottom: solid 4px #dec32d;
  opacity: 0.95;
  transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -webkit-transition: 0.75s ease-in-out;
}
.session-countdown {
  width: 300px;
  color: #efefef;
}
.session-countdown .type {
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
}
.session-countdown .title {
  font-family: 'gunplay';
  letter-spacing: 2px;
  text-align: center;
  font-size: 24px;
}
.session-countdown .sub-title {
  margin-top: 3px;
  text-align: center;
  font-size: 15px;
}
.session-countdown .line {
  background-color: #dec32d;
  height: 3px;
}
.list-overlay {
  width: 250px;
  color: #efefef;
  opacity: 0.8;
}
.list-overlay .type {
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
}
.list-overlay .title {
  text-align: center;
  font-size: 14px;
  font-family: 'gunplay';
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.list-overlay .sub-title {
  margin-top: 3px;
  text-align: center;
  font-size: 15px;
}
.list-overlay .line {
  background-color: rgba(255, 255, 255, 0.8);
  height: 2px;
}
.list-overlay .sub-item-1 {
  opacity: 0.9;
  margin-left: 10px;
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 5px;
}
.list-overlay .sub-item-2 {
  opacity: 0.8;
  margin-left: 10px;
  font-size: 13px;
  margin-bottom: 5px;
}
.list-overlay .sub-item-3 {
  opacity: 0.7;
  margin-left: 10px;
  font-size: 13px;
  margin-bottom: 5px;
}
.list-overlay .session-name {
  font-size: 14px;
}
.list-overlay .session-time {
  font-size: 11px;
  margin-left: 5px;
}
.nav-overlay {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.nav-overlay .nav-item {
  display: inline-block;
  padding: 20px;
}
.nav-overlay .nav-item a {
  color: #ffffff;
}
.nav-overlay .nav-item a:hover {
  color: #dec32d;
}
.logo-overlay {
  margin-top: 55px;
  margin-left: 40px;
  font-size: 26px;
  font-family: 'gunplay';
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.logo-overlay span {
  display: inline-block;
}
.logo-overlay img {
  display: inline-block;
  margin-top: -25px;
  height: 90px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.8));
}
section.video-section {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
section.slim-section {
  padding: 15px 0;
  margin: 0;
}
section.large-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.inset-section {
  background-color: #21252b;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -10000px;
  margin-left: -10000px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  section.inset-section .row {
    width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  section.inset-section .row {
    width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  section.inset-section .row {
    width: 1170px;
    margin: 0 auto;
  }
}
header {
  padding-top: 100px;
}
header .title {
  color: #ffffff;
  font-family: 'gunplay';
  font-size: 34px;
  border-bottom: solid 2px #dec32d;
  border-top: solid 2px #dec32d;
  padding: 5px 20px;
  display: table;
  margin: 50px auto;
}
header .sub-body {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #dec32d;
}
.transition-025 {
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.transition-050 {
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
.transition-075 {
  transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -webkit-transition: 0.75s ease-in-out;
}
.transition-100 {
  transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
}
.transition-150 {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}
.transition-200 {
  transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
}
.transition-300 {
  transition: 3s ease-in-out;
  -moz-transition: 3s ease-in-out;
  -webkit-transition: 3s ease-in-out;
}
.stacked .stacked-top-parent {
  position: relative;
  bottom: -40px;
  margin-top: -40px;
  padding: 0 40px;
  z-index: 2;
}
.stacked .stacked-top-child {
  padding-top: 13px;
}
.stacked .stacked-bottom-parent {
  position: relative;
  top: -90px;
  margin-bottom: -90px;
  padding: 0 40px;
  z-index: 2;
}
.stacked .stacked-bottom-child {
  padding-bottom: 55px;
}
.cal-month-box {
  background: #17181d;
  color: #fff;
  border-color: #3b404c !important;
}
span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  margin-top: 15px;
  margin-right: 15px;
}
.cal-row-fluid:hover,
.cal-year-box .row:hover {
  background-color: transparent !important;
}
.cal-events-num {
  margin: 0 !important;
  height: 20px !important;
  width: 20px !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 13px !important;
  line-height: 12px !important;
}
.cal-month-day .cal-events-num {
  margin-left: 3px !important;
  margin-top: 3px !important;
}
.cal-month-box [class*=cal-cell],
.cal-year-box [class*=span] {
  background-color: transparent !important;
  border-color: #3b404c;
}
.cal-day-tick {
  margin-right: 0 !important;
  right: 0 !important;
  height: 0 !important;
  bottom: -6px !important;
  padding: 0 5px !important;
  z-index: 5 !important;
  text-align: center !important;
  width: 100% !important;
  border: 3px solid #dec32d !important;
}
.cal-day-tick .fa,
.cal-day-tick .glyphicon {
  display: none;
}
.badge-important {
  background-color: transparent;
  border-radius: 11px;
  border: 1px solid #dec32d;
  top: 7px;
}
.cal-day-today {
  background-color: #131519 !important;
  border: 1px solid #dec32d !important;
}
span[data-cal-date] {
  font-size: 1.2em !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  margin-top: 15px !important;
  margin-right: 15px !important;
  color: #fff !important;
}
.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.5em !important;
  font-weight: 500 !important;
  color: #DEC32D !important;
}
#cal-week-box {
  display: none !important;
}
.cal-row-fluid.cal-row-head {
  color: #DEC32D !important;
  border: 1px solid #020202;
  border-radius: 3px;
}
.cal-slide-content {
  padding: 20px !important;
  color: #fff !important;
  background-color: #21252b !important;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cal-slide-content a:hover {
  text-decoration: none !important;
}
.event {
  width: 15px !important;
  height: 15px !important;
  margin-right: 2px !important;
  margin-bottom: 2px !important;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 1px !important;
  border: none !important;
}
.cal-row-head [class*=cal-cell],
.cal-row-head [class*=cal-cell]:first-child {
  font-weight: 200;
  color: #babfca;
  background: #17181d;
  text-align: center;
  padding: 10px 0;
}
.cal-day-past {
  background: linear-gradient(to top right, #1a1e22 0%, #1a1e22 calc(49.2%), #3b404c 50%, #1a1e22 calc(50.8%), #1a1e22 100%);
}
.cal-month-box .cal-row-fluid,
.cal-year-box .row {
  border-color: #3b404c !important;
}
#scroll-down {
  display: block;
  position: relative;
  padding-top: 40px;
  text-align: center;
}
.arrow-down {
  display: block;
  margin: 0 auto;
  width: 9px;
  height: 17px;
}
.arrow-down:after {
  content: '';
  display: block;
  margin: 0;
  margin-top: 4px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  border-right: 2px solid rgba(255, 255, 255, 0.25);
  behavior: url("/?originalUrl=https%3A%2F%2Fsquadops.gg%2F-ms-transform.htc");
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#scroll-title {
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: .1em;
}
#scroll-down::before {
  -webkit-animation: elasticus 3s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  -moz-animation: elasticus 3s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */
  -o-animation: elasticus 3s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */
  animation: elasticus 3s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 45px;
  background: rgba(255, 255, 255, 0.25);
  content: ' ';
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
