/* 
1. General                      ~ line: 26;
2. Misc                         ~ line: 125;
3. Inputs                       ~ line: 253;
4. Lists                        ~ line: 768;
5. Top Navigation Bar           ~ line: 823;
6. Left Navigation Bar          ~ line: 1097;
7. Breadcrumb                   ~ line: 1546;
8. Panels                       ~ line: 1610;
9. Icons                        ~ line: 1811;
10. Typography                  ~ line: 1895;
11. Buttons                     ~ line: 2124;
12. Pagination                  ~ line: 2640;
13. Tabs                        ~ line: 2728;
14. Progress Bars               ~ line: 3060;
15. Tables                      ~ line: 3109;
16. Toastr                      ~ line: 3333;
17. Metrics                     ~ line: 3374;
18. Messages                    ~ line: 3548;
19. Profile Page                ~ line: 4283;
20. Timeline 					~ line: 4358;
21. Footer 						~ line: 4608;
22. Login page                  ~ line: 4637;
23. Page 404					~ line: 4716;
24. Documents                   ~ line: 4753;
25. Drag and drop 				~ line: 4869;
26. Pace js                     ~ line: 4960;
27. Scroll up button            ~ line: 5026;    */


/* General */

body.hold-transition >* {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #4a4d56;
  font-size: 14px;
  background-color: #f6f9fd;
  overflow-x: hidden;
  -webkit-overflow-scrolling:touch;
}

#grid-example .row > * {
  background-color: #fff;
  padding: 15px 15px;
  border: 1px solid #dce2e9;
  margin: 10px 0;
}

#grid-example .row > *:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

#grid-example .row > *:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.content {
  margin-top: 60px;
  margin-left: 245px;
  position: relative;
  padding: 30px 15px;
  transition: 0.15s;
  background-color: #f6f9fd;
  z-index: 7;
}

.content > .container-fluid {
  min-height: calc(100vh - 145px);
}

@media (max-width: 767px) {
  body.left-nav-minimized {
    overflow-x: hidden;
  }

  body.left-nav-minimized .content {
    width: calc(100% - 60px);
    overflow-x: hidden;
  }

  .content {
    position: relative;
    margin-left: 0 !important;
    padding: 30px 0 10px 0;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
  }

  .navbar-default {
    width: calc(100% - 60px) !important;
    left: 60px !important;
  }

  .navbar-default > .container-fluid {
    width: 0;
  }

  body.left-nav-minimized .content {
    margin-left: 60px !important;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid {
  padding-right: 10px !important;
  padding-left: 10px !important
}


/* Misc */

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.clear {
  clear: both;
}

.vcentered {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
}

.no-float {
  float: none !important;
}

.no-border {
  border: none !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-bg {
  background-color: rgba(0,0,0,0) !important;
  background-image: none !important;
}

.v-spacing-xs {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 10px;
}

.v-spacing-sm {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 22px;
}

.v-spacing-md {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35px;
}

.v-spacing-lg {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 55px;
}

.medium-image {
  width: 45px;
  height: 45px;
  margin-right: 5px;
}

.small-image {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.info-combo > h2 {
  margin: 4px 0;
}

.info-combo > h3 {
  margin: 3px 0;
}

.info-combo > h4 {
  margin: 2px 0;
}

.info-combo > h5 {
  margin: 2px 0 6px 0;
}


/* Inputs */

.form-control {
  color: #949ba2;
  border-radius: 4px;
  border-color: #e0e6eb;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #fff;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[readonly] {
background-color: #fff;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  background-color: #f7f7f7;
  opacity: 1;
}

.has-success .form-control {
  border-color: #0ec8a2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #0ec8a2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #0ec8a2;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #0ec8a2;
}

.has-success .input-group-addon {
  color: #0ec8a2;
  background-color: #dff0d8;
  border-color: #0ec8a2;
}

.has-success .form-control-feedback {
  color: #0ec8a2;
}

.has-warning .form-control {
  border-color: #ff9e2a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #ff9e2a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff9e2a;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff9e2a;
}

.has-warning .input-group-addon {
  color: #ff9e2a;
  background-color: #fcf8e3;
  border-color: #ff9e2a;
}

.has-warning .form-control-feedback {
  color: #ff9e2a;
}

.has-error .form-control {
  border-color: #f95858;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #f95858;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f95858;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f95858;
}

.has-error .input-group-addon {
  color: #f95858;
  background-color: #f2dede;
  border-color: #f95858;
}

.has-error .form-control-feedback {
  color: #f95858;
}

label {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
}

select {
  color: #777 !important;
  font-weight: 600;
  font-size: 14px;
}

.form-wrapper.minimalist .form-group > .form-control {
  color: #e0e6eb;
  font-weight: 500;
  border: none;
  font-size: 15px;
  border-radius: 0;
  border-bottom: 2px solid #e0e6eb;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #fff;
}

.form-wrapper.minimalist .form-group > .form-control::-webkit-input-placeholder {
 color: #ccc;
 font-weight: 500;
 font-size: 15px;
}

.form-wrapper.minimalist .form-group > .form-control::-moz-placeholder {
 color: #ccc;
 font-weight: 500;
 font-size: 15px;
}

.form-wrapper.minimalist .form-group > .form-control:-ms-input-placeholder {
 color: #ccc;
 font-weight: 500;
 font-size: 15px;
}

.form-wrapper.minimalist > label {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
}

.form-wrapper.minimalist .form-group > .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  border-bottom: 2px solid #314557;
  color: #2da9e9;
}

.form-wrapper.minimalist .form-group > .form-control[disabled],
fieldset[disabled] .form-wrapper.minimalist .form-group > .form-control {
  background-color: #fff;
  opacity: 0.654;
}

.form-wrapper.minimalist .form-group.form-group.has-success .form-control {
  border-color: #0ec8a2;
  color: #0ec8a2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wrapper.minimalist .form-group.form-group.has-success .form-control:focus {
  border-color: #0ec8a2;
  color: #0ec8a2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wrapper.minimalist .form-group.form-group.has-success .input-group-addon {
  color: #0ec8a2;
  background-color: #dff0d8;
  border-color: #0ec8a2;
}

.form-wrapper.minimalist .form-group.form-group.has-success .form-control-feedback {
  color: #0ec8a2;
  margin-right: 0;
}

.form-wrapper.minimalist .form-group.form-group.has-warning .form-control {
  border-color: #ff9e2a;
  color: #ff9e2a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wrapper.minimalist .form-group.form-group.has-warning .form-control:focus {
  border-color: #ff9e2a;
  color: #ff9e2a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wrapper.minimalist .form-group.form-group.has-warning .input-group-addon {
  color: #ff9e2a;
  background-color: #fcf8e3;
  border-color: #ff9e2a;
}

.form-wrapper.minimalist .form-group.form-group.has-warning .form-control-feedback {
  color: #ff9e2a;
  margin-right: 0;
}

.form-wrapper.minimalist .form-group.form-group.has-error .form-control {
  border-color: #f95858;
  color: #f95858;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wrapper.minimalist .form-group.form-group.has-error .form-control:focus {
  border-color: #f95858;
  color: #f95858;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group.has-error .input-group-addon {
  color: #f95858;
  background-color: #f2dede;
  border-color: #f95858;
}

.form-wrapper.minimalist .form-group.form-group.has-error .form-control-feedback {
  color: #f95858;
  margin-right: 0;
}

.form-wrapper.minimalist .form-group .input-lg {
  border: none;
  border-bottom: 3px solid;
}

.form-wrapper.minimalist .form-group .input-lg:focus {
  border: none;
  border-bottom: 3px solid;
}

input[type=checkbox] {
  visibility: hidden;
  cursor: pointer;
}

label.checkbox {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

input[type=checkbox] + .checkbox-placeholder:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 2px 6px 0 3px;
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.25);
}

input[type=checkbox]:checked + .checkbox-placeholder:before {
  content: '\2714';
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  background-color: #314557;
  border: 1px solid #314557;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
}

@-moz-document url-prefix() {
  input[type=checkbox]:checked + .checkbox-placeholder:before {
    line-height: 14px;
  }
}

input[type=checkbox].success:checked + .checkbox-placeholder:before {
  background-color: #0ec8a2;
  border: 1px solid #0ec8a2;
}

input[type=checkbox].info:checked + .checkbox-placeholder:before {
  background-color: #2da9e9;
  border: 1px solid #2da9e9;
}

input[type=checkbox].warning:checked + .checkbox-placeholder:before {
  background-color: #ff9e2a;
  border: 1px solid #ff9e2a;
}

input[type=checkbox].danger:checked + .checkbox-placeholder:before {
  background-color: #f95858;
  border: 1px solid #f95858;
}

label.radio {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

label.radio input[type=radio] {
  visibility: hidden;
}

input[type=radio] + span:before {
  content: "";
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 2px;
  position: relative;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.25);
}

input[type=radio]:checked + span:after {
  position: absolute;
  display: block;
  content: "";
  margin-top: 7px;
  margin-left: 5px;
  background-color: #314557;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

input[type=radio]:checked + span:before {
  border: 2px solid #314557;
}

input[type=radio].success:checked + span:before {
  background-color: #fff;
  border: 2px solid #0ec8a2;
}

input[type=radio].info:checked + span:before {
  background-color: #fff;
  border: 2px solid #2da9e9;
}

input[type=radio].warning:checked + span:before {
  background-color: #fff;
  border: 2px solid #ff9e2a;
}

input[type=radio].danger:checked + span:before {
  background-color: #fff;
  border: 2px solid #f95858;
}

input[type=radio].success:checked + span:after {
  background-color: #0ec8a2;
  border: 2px solid #0ec8a2;
}

input[type=radio].info:checked + span:after {
  background-color: #2da9e9;
  border: 2px solid #2da9e9;
}

input[type=radio].warning:checked + span:after {
  background-color: #ff9e2a;
  border: 2px solid #ff9e2a;
}

input[type=radio].danger:checked + span:after {
  background-color: #f95858;
  border: 2px solid #f95858;
}

input[type=text], input[type=email], input[type=password], textarea, textarea[type=text] {
  border-color: #e0e6eb;
}

input.knob {
  border-radius: 50px !important;
}

input.knob:focus {
  outline: none;
  border: 1px solid #f2f2f2 !important;
  padding: 0 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 26px;
}

.switch input {
  display:none;
}

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

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

.switch input:checked + .slider {
  background-color: #2196F3;
}

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

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

.switch .slider.round {
  border-radius: 34px;
}

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

.switch.switch-lg {
  width: 56px;
  height: 34px;
}

.switch.switch-lg .slider:before {
  width: 24px;
  height: 24px;
  left: 5px;
  bottom: 5px
}

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

.switch.switch-sm {
  width: 28px;
  height: 18px;
}

.switch.switch-sm .slider:before {
  width: 12px;
  height: 12px;
  left: 3px;
  bottom: 3px
}

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

.switch.info input:checked + .slider, .switch input:checked + .slider {
  background-color: #2da9e9;
}

.switch.success input:checked + .slider {
  background-color: #0ec8a2;
}

.switch.warning input:checked + .slider {
  background-color: #ff9e2a;
}

.switch.danger input:checked + .slider {
  background-color: #f95858;
}

.switch.dark input:checked + .slider {
  background-color: #314557;
}


/* Lists */

ul, ol, dl {
  font-size: 13px;
  padding-left: 20px;
}

ul.list-unstyled ul.list-unstyled {
  margin-left: 20px;
}

ol {
  counter-reset: myCounter;
  list-style: none;
}

ol li {
  list-style: unset;
}

ol li:before {
  position: absolute;
  counter-increment: myCounter;
  content:counter(myCounter) ".";
  font-size: 9px;
  font-weight: 600;
  color: #000;
  opacity: 0.4;
  display: inline-block;
  text-align: center;
  margin: 6px 10px 6px -20px;
  line-height: 10px;
}

ol li:hover:before{
  opacity: 0.7;
}

.list-group-item-success {
  background-color: #ccf2e5;
}

.list-group-item-info {
  background-color: #d7f1ff;
}

.list-group-item-danger {
  background-color: #ffcece;
}

.list-group-item-warning {
  background-color: #ffeed3;
}


/* Top Navigation Bar */

body.left-nav-minimized .navbar-nav {
  height: 60px;
}

.navbar {
  height: 60px;
  width: calc(100% - 245px);
  left: 245px;
}

.navbar > .container-fluid {
  padding-left: 15px;
}

.navbar-default {
  border-bottom: none;
  background-color: #fff;
  box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.left-nav-toggle {
  float: right;
  padding: 0;
  position: absolute;
}

.left-nav-toggle:hover a {
  color: #f6a821;
}

.left-nav-toggle a {
  font-size: 30px;
  color: #949ba2;
}

.navbar-nav {
  height: 60px;
  background-color: #fff;
  padding-left: 5px;
  position: absolute;
  right: 0;
  max-width: 100%;
}

.navbar-default .navbar-nav > li > a {
  color: #6a727a;
  font-size: 20px;
}

.left-nav-toggle a:hover,
.left-nav-toggle a:focus {
  text-decoration: none;
}

.navbar-nav > li > a {
  padding: 20px 15px;
  font-weight: 500;
}

.navbar-nav > li > a > i {
  color: #7f8992;
}

.navbar-nav > li > a:hover > i, .navbar-nav > li > a:focus > i {
  color: #7b848d;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
}

.navbar-nav > li:first-child > a {
  padding-left: 0;
}

.navbar-nav > li:last-child > a {
  padding: 7px 25px 7px 15px;
}

.navbar-nav.navbar-right a .label {
  margin: -5px 0 0 5px;
}

.notification-label {
  position: absolute;
  font-size: 10px;
  text-align: center;
  top: 20px;
  right: 5px;
}

.notifications {
  width: 300px;
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-radius: 3px;
  padding: 15px 10px;
}

.notifications.notifications-panel {
  float: none;
  width: 100%;
}

.notifications li:after {
  display: block;
  content: '';
  margin: 12px 0;
  border-bottom: 1px solid #ccc;
  opacity: 0.3;
}

.notifications li:last-child:after {
  border-bottom: none;
  margin: 5px 0;
}

.notifications li > i:first-child {
  width: 30px;
  margin-right: 5px;
  background-color: #fff;
}

.notification-title {
  font-size: 12px;
  width: calc(100% - 90px);
}

.notification-time {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 9px;
  width: 37px;
  margin-top: 3px;
}

.profile img {
  height: 46px;
  width: 46px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 10px;
}

.profile > a > .vcentered {
  margin-right: 5px;
}

.profile-name {
  position: relative;
  font-size: 15px;
  color: #242f39;
  margin-bottom: -1px;
  margin-top: 2px;
  font-weight: 600;
}

.profile .profile-position {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.search-form {
  padding: 20px 15px;
}

.search-form .form-control {
  position: relative;
  transition: 0.3s;
  margin-top: -8px !important;
  margin-right: -15px;
  border-radius: 50px;
  width: 30px;
  height: 36px;
  border: 2px solid #fff;
}

.search-form input.form-control {
  padding-right: 20px;
  background: transparent;
  box-shadow: none;
  display:block;
  margin-top: -5px;
}

.search-form input.form-control::-webkit-input-placeholder {
  display: none;
}

.search-form input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}

.search-form input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}

.search-form input.form-control:-ms-input-placeholder {
  display: none;
}

.search-form .form-control {
  display: none;
}

.search-form .form-control:hover,
.search-form .form-control:focus {
  width: 260px;
  height: 36px;
  padding-right: 7px;
  border: 2px solid #12b2e2;
}

input.form-control {
  color: #6a727a;
  font-weight: 600;
}

.search-form span.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  text-align: center;
  color: #7f8992;
  font-size: 20px;
  margin-top: 18px;
  margin-right: 5px;
}

.search-form:hover span.form-control-feedback,
.search-form span.form-control-feedback:focus {
  color: #12b2e2;
}

@media (max-width: 800px) {
  .profile {
      display: none !important;
  }

  .navbar-nav {
      height: 59px !important;
      margin: 0;
  }

  .navbar-nav > li {
      float: left;
  }

  #notifications-toggle {
      display: none;
  }

  .search-form .form-control:hover,
  .search-form .form-control:focus {
      width: calc(100vw - 150px);
  }
}

@media (max-width: 600px) {
  .search-form .form-control:hover,
  .search-form .form-control:focus {
      width: calc(100vw - 130px);
  }
}


/* Left Navigation Bar */

body.left-nav-minimized * {
  transition: 0.3s;
}

body.left-nav-minimized .content {
  margin-left: 60px;
}

body.left-nav-minimized .content:after {
  display: none;
}
body.left-nav-minimized .navbar.navbar-default {
  width: calc(100% - 60px);
  left: 60px;
}

body.left-nav-minimized .navbar-brand {
  width: 60px;
}

body.left-nav-minimized .navbar-brand .logo,
body.left-nav-minimized .navbar-brand span {
  display: none !important;
}

body.left-nav-minimized .navbar-brand > i {
  left: 15px;
  color: rgba(0,0,0,0.5);
}

body.left-nav-minimized .navigation,
body.left-nav-minimized .navigation:after {
  width: 60px;
  transition: 0.3s;
}

body.left-nav-minimized .navigation > .nav > li > a,
body.left-nav-minimized .navigation > .nav > li.active > a,
body.left-nav-minimized .navigation > .nav > li.active:hover > a,
body.left-nav-minimized .navigation > .nav li:hover > a,
body.left-nav-minimized .navigation > .nav li > a:focus {
  width: 50px;
  margin-left: 5px;
  text-align: center;
  padding: 8px 0 0 0;
}

body.left-nav-minimized .navigation li span,
body.left-nav-minimized .navigation li.active span {
  display: none;
}

body.left-nav-minimized .navigation > .nav > li > a > i,
body.left-nav-minimized .navigation > .nav > li.active > a > i {
  width: 30px;
  font-size: 24px;
  transition: 0.1s;
}

body.left-nav-minimized .navigation > .nav .nav-item > li > a,
body.left-nav-minimized .navigation > .nav li.active .nav-item > li > a {
  height: 40px;
  line-height: 17px;
  font-size: 13.3px;
  width: 40px !important;
  margin-left: 10px;
  text-align: center;
  padding: 12px 0 0 0;
}

body.left-nav-minimized .navigation > .nav .nav-item > li:hover > a,
body.left-nav-minimized .navigation > .nav li.active .nav-item > li:hover > a {
  text-align: center;
}

body.left-nav-minimized .navigation > .nav .nav-item-secondary > li > a,
body.left-nav-minimized .navigation > .nav li.active .nav-item-secondary > li > a {
  height: 30px;
  line-height: 14px;
  font-size: 12px;
  width: 30px !important;
  margin-left: 15px;
  text-align: center;
  padding: 8px 0 0 0;
}

body.left-nav-minimized .navigation > .nav .nav-item-secondary > li:hover > a,
body.left-nav-minimized .navigation > .nav li.active .nav-item-secondary > li:hover > a {
  text-align: center;
}

body.left-nav-minimized .time {
  display: none;
}

.time {
  left: 0;
  bottom: 0px;
  width: 245px;
  height: 52px;
  line-height: 52px;
  position: fixed;
  background-color: rgba(49,69,87,0.25);
  color: rgba(255,255,255,0.85);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  z-index: 44444;
  cursor: pointer;
  transition: 0.3s;
}

.time:hover {
  background-color: rgba(49,69,87,0.55);
  color: rgba(255,255,255,1);
}

.time.non-visible {
  background-color: rgba(49,69,87,0.95);
  left: -235px;
  bottom: 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.time .current-time {
  font-size: 12px;
  letter-spacing: 0px;
  margin-top: -7px;
}

.time .current-time2 {
  font-size:  24px;
  letter-spacing: 0px;
  margin-top: 4px;
}

.navbar-brand span {
  margin-left: 27px;
}

.navigation .navbar-brand,
.navigation .navbar-brand:focus {
  position: absolute;
  width: 245px;
  background-color: rgba(255,255,255,0.09);
  box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
  height: 60px;
  padding: 18px 25px;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 19px;
  color: #FFFFFF;
  z-index: 3;
}

.navbar-brand > i {
  position: absolute;
  left: 205px;
  margin-top: 3px;
  color: rgba(0,0,0,0.35);
  cursor: pointer;
}

.navbar-brand .logo {
  position: absolute;
  width: 167px;
  height: 50px;
  margin: -12px 0 0 0px;
  transition: .2s;
}

.navbar-default .navbar-brand {
  color: #FFFFFF;
}

.navbar-default .navbar-brand:hover {
  color: #FFFFFF;
  background-color: #263747;
}

.navigation {
  display: block;
  background-position: bottom;
  background-size: auto 100%;
  background-image: url('/images/backgrounds/bg2.jpg');
  background-repeat: no-repeat;
  width: 245px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  transition: .3s;
}

.navigation:before {
  display: block;
  position: fixed;
  margin-top: -20px;
  left: 245px;
  content: "";
  background-color: #f8f8f8;
  width: 25px;
  height: calc(100vh + 20px);
  overflow-y: hidden;
  z-index: 5;
}

.navigation:after {
  content: '';
  background: #314557;
  background: linear-gradient(to bottom, rgba(38,51,64,0.9) 5%, rgba(14, 25, 40, 0.8) 100%);
  width: 245px;
  height: inherit;
  position: fixed;
  left: 0;
  top:0;
  transition: left 0.2s ease-out;
  -webkit-transition: left 0.2s ease-out;
  transition: .3s;
}

body.no-bg-img .navigation {
	background-image: none !important;
}

body.no-bg-img .navigation:after {
	background: #314557;
}

.navigation > .nav {
  padding: 0 0 35px 0;
  margin-top: 80px;
  z-index: 4;
  position: fixed;
  width: 265px;
  left: 0;
  top:0;
  bottom: 0;
  overflow-y: scroll;
}

.navigation > .nav > li > a {
  width: 225px;
  color: rgba(255,255,255,1);
  font-weight: 600;
  font-size: 13.5px;
  line-height: 25px;
  height: 48px;
  padding: 11px 15px 12px 15px;
  margin: 6px 0 0 10px;
}

.navigation > .nav > li > a > i {
  font-size: 16px;
  padding-top: 5px;
}

.navigation > .nav > li > a > i,
.navigation .nav-item > li > a > i,
.navigation .nav-item-secondary > li > a > i  {
  width: 30px;
  text-align: center;
}

.navigation > .nav > li.active > a,
.navigation > .nav > li.active:active > a,
.navigation > .nav > li.active:focus > a,
.navigation > .nav > li.active:hover > a {
  padding-left: 15px;
  color: #fff !important;
  background-color: rgba(255,255,255,0.2) !important;
  border-radius: 4px;
  width: 225px;
  margin-left: 10px;
}

.navigation > .nav li:hover > a {
  padding-left: 15px;
  color: #efefef;
  background-color: rgba(255,255,255,0.1);
  border-radius: 4px;
  width: 225px;
  margin-left: 10px;
}

.navigation > .nav li > a:focus {
  background-color: rgba(0,0,0,0);
}

.navigation > .nav .nav-item {
  margin-top: 2px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.navigation > .nav .nav-item > li > a,
.navigation > .nav li.active .nav-item > li > a {
  height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  background-color: rgba(255,255,255,0);
  width: 215px !important;
  margin-left: 15px;
  padding-left: 20px;
  margin-top: 3px;
  border-radius: 4px;
}

.navigation > .nav .nav-item > li:hover > a,
.navigation > .nav li.active .nav-item > li:hover > a {
  height: 40px;
  line-height: 20px;
  padding-left: 20px;
  background-color: rgba(255,255,255,0.1);
  width: 215px !important;
  margin-left: 15px;
}

.navigation > .nav .nav-item > li.active > a {
  background-color: rgba(255,255,255,0.2);
}

.navigation > .nav .nav-item-icon {
  float: right;
  width: 22px;
  padding-left: 5px;
  font-size: 12px;
}

.navigation .nav-item .nav-item-icon {
  float: right;
  width: 16px;
  padding-left: 5px;
  font-size: 10px;
}

.navigation > .nav li.active a .nav-item-icon,
.navigation > .nav li.active:hover a .nav-item-icon,
.navigation > .nav li:hover a .nav-item-icon,
.navigation > .nav li a:focus .nav-item-icon {
  padding-right: 0;
}

.navigation > .nav li.active li.active > a {
  background-color: rgba(255,255,255,0.2);
}

.navigation > .nav .nav-item-secondary {
  margin-top: 2px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.navigation > .nav .nav-item-secondary > li > a,
.navigation > .nav li.active .nav-item-secondary > li > a {
  height: 36px;
  line-height: 14px;
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  background-color: rgba(255,255,255,0);
  width: 205px !important;
  margin-left: 20px;
  padding-left: 25px;
  margin-top: 3px;
  border-radius: 4px;
}

.navigation > .nav .nav-item-secondary > li:hover > a,
.navigation > .nav li.active .nav-item-secondary > li:hover > a {
  height: 36px;
  line-height: 14px;
  padding-left: 25px;
  background-color: rgba(255,255,255,0.1);
  width: 205px !important;
  margin-left: 20px;
}

.left-nav-label {
  float: right;
  margin-top: 6px;
}

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

  body.left-nav-minimized > * {
    transition: 0s;
  }

  .time {
    display: none;
  }

  .navigation:before {
    display: none !important;
  }

  .navigation:after {
    width: 60px;
    transition: 0s !important;
  }

  .navigation {
    position: fixed;
    top: 0;
    width: 60px !important;
    left: 0;
    z-index: 999;
    height: 60px;
    transition: 0s;
  }

  .navigation .nav.primary {
    overflow: hidden;
    width: 0 !important;
    transition: 0s !important;
  }

  body.left-nav-minimized .navigation {
    height: 100%;
    transition: 0s;
  } 

  body.left-nav-minimized .navigation .nav.primary {
    width: 80px !important;
    overflow-y: scroll;
    transition: 0s !important;
  }

  body.left-nav-minimized .navigation > .nav > li a ,
  body.left-nav-minimized .navigation > .nav > li.active a,
  body.left-nav-minimized .navigation > .nav > li a i {
    transition: 0s;
  }

  body.left-nav-minimized .content {
    z-index: 1000;
  }

  .navbar-brand > i {
    left: 15px !important;
  }

  .navbar-brand .logo, .navbar-brand span {
    display: none !important;
  }
}

/* Breadcrumb */

.breadcrumb *:hover {
  text-decoration: none;
}

.breadcrumb {
  background-color: rgba(0,0,0,0);
  height: 60px;
  margin-top: 11px;
  float: left;
}

.breadcrumb > li + li:before {
  padding: 0 4px;
  color: #ccc;
  opacity: 0.6;
  content: "/";
  margin-bottom: 3px;
}

.breadcrumb > li > a {
  width: 20px;
  padding: 0;
  font-size: 15px;
  color: #9fa9b4;
  font-weight: 500;
  margin-top: 20px;
  margin-right: 1px !important;
  padding-right: 1px !important
}

.breadcrumb > li > a:after {
  content: '';
}

.breadcrumb > li.breadcrumb-home > a > i {
  color: #314557;
  font-size: 20px;
  opacity: 0.92;
}

.breadcrumb > li.active > a,
.breadcrumb > li.active:hover > a {
  font-size: 16px;
  font-weight: 600;
  color: #7f8992;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: .20s ease-in-out;
  transition: .20s ease-in-out;
}

.breadcrumb > li:hover > a {
  color: #87919a;
}

@media (max-width: 767px) {
  .breadcrumb {
      display: none;
  }
}


/* Panels */

.panel {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-radius: 4px;
}

.panel-transparent {
  background-color: rgba(0,0,0,0);
  border: none;
  box-shadow: none;
}

.panel .panel-body {
  padding: 20px 15px 15px 15px;
  font-size: 14px;
}

.panel .panel-footer {
  font-size: 12px;
  border: none;
  background-color: rgba(0,0,0,0);
}

.panel > .panel-heading {
  position: relative;
  display: block;
  background-color: rgba(0,0,0,0);
  color: #404a58;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 18px 10px 18px;
  line-height: 25px;
  min-height: 50px;
}

.panel > .panel-heading:after {
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  margin-top: 1px;
  content: "";
  padding-bottom: 11px;
  opacity: 0.5;
  border-bottom: 1px solid #dce2e9;
}

.panel-options {
  position: absolute;
  display: inline-block;
  right: 0;
  background-color: inherit;
  width: 70px;
  margin-top: 0;
  padding: 0;
}

.panel-options a {
  font-size: 16px;
  margin-left: 9px;
  color: #586575;
  cursor: pointer;
  opacity: 0.5;
}

.panel-options a:hover {
  opacity: 0.9;
}

.panel.panel-info > .panel-heading {
  background-color: #2da9e9;
  color: #fff;
}

.panel.panel-success > .panel-heading {
  background-color: #0ec8a2;
  color: #fff;
}

.panel.panel-warning > .panel-heading {
  background-color: #ff9e2a;
  color: #fff;
}

.panel.panel-danger > .panel-heading {
  background-color: #f95858;
  color: #fff;
}

.panel.panel-dark > .panel-heading {
  background-color: #314557;
  color: #fff;
}

.panel-info .panel-heading:after, .panel-success .panel-heading:after, .panel-warning .panel-heading:after, .panel-danger .panel-heading:after, .panel-dark .panel-heading:after {
  display: none;
}

.panel-info .panel-options a, .panel-success .panel-options a, .panel-warning .panel-options a, .panel-danger .panel-options a, .panel-dark .panel-options a {
  color: #fff;
  opacity: 0.7;
}

.panel-info .panel-options a:hover, .panel-success .panel-options a:hover, .panel-warning .panel-options a:hover, .panel-danger .panel-options a:hover, .panel-dark .panel-options a {
  opacity: 1;
}

.panels-draggable {
  overflow: auto;
  overflow-x: hidden;
  display: block;
  padding: 2px;
}

.panels-draggable > li {
  padding: 5px 15px;
}

.panels-draggable .panel-heading {
  cursor: move;
}

.sortable-placeholder {
  border: 1px dashed #ddd;
  width: 100%;
}

.panel.collapsed .panel-body,
.panel.collapsed .panel-footer {
  position: relative;
  display: none;
}

.panel-search-form {
  direction: ltr;
  width: 100%;
  padding: 20px 7px;
  position: relative;
}

.panel-search-form .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 13px;
  font-size: 18px;
  color: #abafb2;
}

.panel-search-form .form-control {
  border-radius: 100px;
  border: 2px solid #abafb2;
  background-color: rgba(255,255,255,0.25);
  padding-right: 35px;
}

.panel-search-form .form-control:focus, .panel-search-form.info .form-control:focus {
  border-color: #2da9e9;
  background-color: #fff;
}

.panel-search-form .form-control:focus + span.form-control-feedback, .panel-search-form.info .form-control:focus + span.form-control-feedback {
  color: #314557;
}

.panel-search-form.success .form-control:focus {
  border-color: #0ec8a2;
}

.panel-search-form.success .form-control:focus + span.form-control-feedback {
  color: #0ec8a2;
}

.panel-search-form.warning .form-control:focus {
  border-color: #ff9e2a;
}

.panel-search-form.warning .form-control:focus + span.form-control-feedback {
  color: #ff9e2a;
}

.panel-search-form.danger .form-control:focus {
  border-color: #f95858;
}

.panel-search-form.danger .form-control:focus + span.form-control-feedback {
  color: #f95858;
}

.panel-search-form.dark .form-control:focus {
  border-color: #314557;
}

.panel-search-form.dark .form-control:focus + span.form-control-feedback {
  color: #314557;
}


/* Icons */

.ion {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.ion-2x {
  font-size: 2em;
}

.ion-3x {
  font-size: 3em;
}

.ion-4x {
  font-size: 4em;
}

.ion-5x {
  font-size: 5em;
}

.show-icons {
    text-align: center;
}

.show-icons > li {
  float: none;
  position: relative;
  display: inline-block;
  margin: 25px 25px 50px 25px;
  height: 50px !important;
  width: 45px;
  font-size: 38px;
  cursor: pointer;
  padding: 0;
}

.show-icons > li:hover {
  color: #404a58;
}

.show-icons > li > a {
  display: inline-block;
  position: absolute;
  text-align: center;
  font-size: 12px;
  width: 80px;
  color: #2f3841;
  top: 55px;
  left: -15px;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.3;
}

.show-icons > li:hover > a {
  text-decoration: none;
  font-weight: 700;
  padding: 10px;
  width: 160px;
  left: -55px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.45);
  text-align: center;
  font-size: 13px;
  z-index: 9;
  color: #404a58;
  opacity: 1;
  letter-spacing: 0.3px;
  cursor: text;
}


/* Typography */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 600;
  line-height: 1;
  color: #868e96;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
}

kbd {
  background-color: #314557;
  color: #fff;
}

code {
  background-color: #f9edee;
}

small {
  font-size: 80%;
}

sup {
  top: -.35em;
  font-size: 65%;
}

.text-light {
  font-weight: 300;
}

.text-default {
  font-weight: 500;
}

.text-bold {
  font-weight: 600;
}

.text-extra-bold {
  font-weight: 700;
}

.text-muted {
  color: #8998a6;
}

.text-white {
  color: #f0f0f0;
}

.text-primary {
  color: #2f3841;
}

.text-success {
  color: #00c099;
}

.text-info {
  color: #2da9e9;
}

.text-warning {
  color: #fdb029;
}

.text-danger {
  color: #f95858;
}

.text-dark {
  color: #243443;
}

.well {
  background-color: #f8f7fb;
}

.bg-primary {
  color: inherit;
  background-color: #d9e4ec;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d1dae1;
}
.bg-success {
  background-color: #ccf2e5;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #b3f3de;
}
.bg-info {
  background-color: #d7f1ff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #b9e7ff;
}
.bg-warning {
  background-color: #ffeed3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffdaa1;
}
.bg-danger {
  background-color: #ffcece;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ffb2b2;
}

.label {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 10px;
  padding: 3px 6px;
}

.label-success {
  background-color: #0ec8a2 !important;
}

.label-info {
  background-color: #2da9e9 !important;
}

.label-warning {
  background-color: #ff9e2a !important;
}

.label-danger {
  background-color: #f95858 !important;
}

.label-dark {
  background-color: #314557 !important;
}

.label-muted {
  background-color: #8998a6 !important;
}

.label-left {
  float: left;
  margin-right: 5px;
}
.help-block {
  font-size: 13px;
  opacity: 0.75;
}


/* Buttons */

.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 3px solid rgba(0,0,0,0.1) !important;
  padding: 6px 13px 5px 13px;
  margin: 2px 0;
  border-radius: 3px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
  border-bottom: 3px solid rgba(0,0,0,0.01) !important;
  padding: 7px 13px 4px 13px;
}

.btn-outline {
  background-color: rgba(0,0,0,0);
  border: 1px solid !important;
  border-bottom: 3px solid !important;
  padding: 6px 13px;
  font-weight: 600;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .025);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .025);
  border-bottom: 2px solid !important;
  padding: 7px 13px 6px 13px;
}

.btn-rounded {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 3px solid rgba(0,0,0,0.1) !important;
  padding: 5px 13px 4px 13px;
  margin: 2px 0;
  font-weight: 600;
  border-radius: 1000px;
}

.btn-rounded:active,
.btn-rounded.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
  border-bottom: 3px solid rgba(0,0,0,0.01) !important;
  padding: 6px 13px 3px 13px;
}

.btn-rounded.btn-outline:active,
.btn-rounded.btn-outline.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .025);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .025);
  border-bottom: 2px solid !important;
  padding: 5px 13px 4px 13px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}

.btn-lg:active,
.btn-lg.active,
.btn-group-lg > .btn {
    padding: 11px 20px 9px 20px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 7px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-sm:active,
.btn-sm.active,
.btn-group-sm > .btn {
  padding: 6px 7px 4px 7px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs:active,
.btn-xs.active,
.btn-group-xs > .btn {
  padding: 3px 5px 2px 5px;
}

.btn-rounded.btn-outline {
  background-color: rgba(0,0,0,0);
  border: 1px solid !important;
  border-bottom: 3px solid !important;
  padding: 4px 13px;
  font-weight: 600;
}

.btn-default {
  color: #fff;
  background-color: #868e96;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  color: #fff;
  background-color: #80878e;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #7a8187;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #7a8187;
}

.btn-success {
  color: #fff;
  background-color: #0ec8a2;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  color: #fff;
  background-color: #0ec09c;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #0dbc98;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #0dbc98;
}

.btn-info {
  color: #fff;
  background-color: #2da9e9;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  background-color: #2ba2e0;
  color: #fff;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2b9fdb;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #2b9fdb;
}

.btn-warning {
  color: #fff;
  background-color: #ff9e2a;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
  color: #fff;
  background-color: #f8a436;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f19f34;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #f19f34;
}

.btn-danger {
  color: #fff;
  background-color: #f95858;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  color: #fff;
  background-color: #f15353;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #eb5050;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #eb5050;
}

.btn-dark {
  color: #fff;
  background-color: #314557;
}

.btn-dark:focus,
.btn-dark.focus,
.btn-dark:hover {
  color: #fff;
  background-color: #2e4051;
}

.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #222f3b;
}

.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #222f3b;
}

.btn-outline.btn-default {
  color: #868e96;
  background-color: #fff;
  border-color: #868e96;
}

.btn-outline.btn-default:focus,
.btn-outline.btn-default.focus,
.btn-outline.btn-default:hover {
  color: #7a8187;
  background-color: rgba(134,142,150,0.075);
}

.btn-outline.btn-default:active,
.btn-outline.btn-default.active,
.open > .dropdown-toggle.btn-outline.btn-default {
  color: #7a8187 !important;
  background-color: rgba(134,142,150,0.075) !important;
}

.btn-outline.btn-default:active:hover,
.btn-outline.btn-default.active:hover,
.open > .dropdown-toggle.btn-outline.btn-default:hover,
.btn-outline.btn-default:active:focus,
.btn-outline.btn-default.active:focus,
.open > .dropdown-toggle.btn-outline.btn-default:focus,
.btn-outline.btn-default:active.focus,
.btn-outline.btn-default.active.focus,
.open > .dropdown-toggle.btn-outline.btn-default.focus {
  color: #7a8187 !important;
  background-color: rgba(134,142,150,0.075) !important;
}

.btn-outline.btn-success {
  color: #0ec09c;
  background-color: #fff;
  border-color: #0ec8a2;
}

.btn-outline.btn-success:focus,
.btn-outline.btn-success.focus,
.btn-outline.btn-success:hover {
  color: #16bb9a;
  background-color: rgba(14,192,156,0.075);
}

.btn-outline.btn-success:active,
.btn-outline.btn-success.active,
.open > .dropdown-toggle.btn-outline.btn-success {
  color: #16bb9a !important;
  background-color: rgba(14,192,156,0.05) !important;
}

.btn-outline.btn-success:active:hover,
.btn-outline.btn-success.active:hover,
.open > .dropdown-toggle.btn-outline.btn-success:hover,
.btn-outline.btn-success:active:focus,
.btn-outline.btn-success.active:focus,
.open > .dropdown-toggle.btn-outline.btn-success:focus,
.btn-outline.btn-success:active.focus,
.btn-outline.btn-success.active.focus,
.open > .dropdown-toggle.btn-outline.btn-success.focus {
  color: #16bb9a !important;
  background-color: rgba(14,192,156,0.05) !important;
}

.btn-outline.btn-info {
  color: #2da9e9;
  background-color: #fff;
  border-color: #2da9e9;
}

.btn-outline.btn-info:focus,
.btn-outline.btn-info.focus,
.btn-outline.btn-info:hover {
  background-color: rgba(43,162,224,0.075);
  color: #2b9fdb;
}

.btn-outline.btn-info:active,
.btn-outline.btn-info.active,
.open > .dropdown-toggle.btn-outline.btn-info {
  background-color: rgba(43,162,224,0.075) !important;
  color: #2b9fdb !important;
}

.btn-outline.btn-info:active:hover,
.btn-outline.btn-info.active:hover,
.open > .dropdown-toggle.btn-outline.btn-info:hover,
.btn-outline.btn-info:active:focus,
.btn-outline.btn-info.active:focus,
.open > .dropdown-toggle.btn-outline.btn-info:focus,
.btn-outline.btn-info:active.focus,
.btn-outline.btn-info.active.focus,
.open > .dropdown-toggle.btn-outline.btn-info.focus {
  background-color: rgba(43,162,224,0.075) !important;
  color: #2b9fdb !important;
}

.btn-outline.btn-warning {
  color: #ff9e2a;
  background-color: #fff;
  border-color: #ff9e2a;
}

.btn-outline.btn-warning:focus,
.btn-outline.btn-warning.focus,
.btn-outline.btn-warning:hover {
  color: #f19f34;
  background-color: rgba(248,164,54,0.075);
}

.btn-outline.btn-warning:active,
.btn-outline.btn-warning.active,
.open > .dropdown-toggle.btn-outline.btn-warning {
  color: #f19f34 !important;
  background-color: rgba(248,164,54,0.075) !important;
}

.btn-outline.btn-warning:active:hover,
.btn-outline.btn-warning.active:hover,
.open > .dropdown-toggle.btn-outline.btn-warning:hover,
.btn-outline.btn-warning:active:focus,
.btn-outline.btn-warning.active:focus,
.open > .dropdown-toggle.btn-outline.btn-warning:focus,
.btn-outline.btn-warning:active.focus,
.btn-outline.btn-warning.active.focus,
.open > .dropdown-toggle.btn-outline.btn-warning.focus {
  color: #f19f34 !important;
  background-color: rgba(248,164,54,0.075) !important;
}

.btn-outline.btn-danger {
  color: #f95858;
  background-color: #fff;
  border-color: #f95858;
}

.btn-outline.btn-danger:focus,
.btn-outline.btn-danger.focus,
.btn-outline.btn-danger:hover {
  color: #eb5050;
  background-color: rgba(241,83,83,0.075);
}

.btn-outline.btn-danger:active,
.btn-outline.btn-danger.active,
.open > .dropdown-toggle.btn-outline.btn-danger {
  color: #eb5050 !important;
  background-color: rgba(241,83,83,0.075) !important;
}

.btn-outline.btn-danger:active:hover,
.btn-outline.btn-danger.active:hover,
.open > .dropdown-toggle.btn-outline.btn-danger:hover,
.btn-outline.btn-danger:active:focus,
.btn-outline.btn-danger.active:focus,
.open > .dropdown-toggle.btn-outline.btn-danger:focus,
.btn-outline.btn-danger:active.focus,
.btn-outline.btn-danger.active.focus,
.open > .dropdown-toggle.btn-outline.btn-danger.focus {
  color: #eb5050 !important;
  background-color: rgba(241,83,83,0.075) !important;
}

.btn-outline.btn-dark {
  color: #314557;
  background-color: #fff;
  border-color: #314557;
}

.btn-outline.btn-dark:focus,
.btn-outline.btn-dark.focus,
.btn-outline.btn-dark:hover {
  color: #2a3b4a;
  background-color: rgba(46,64,81,0.075);
}

.btn-outline.btn-dark:active,
.btn-outline.btn-dark.active,
.open > .dropdown-toggle.btn-outline.btn-dark {
  color: #2a3b4a !important;
  background-color: rgba(46,64,81,0.075) !important;
}

.btn-outline.btn-dark:active:hover,
.btn-outline.btn-dark.active:hover,
.open > .dropdown-toggle.btn-outline.btn-dark:hover,
.btn-outline.btn-dark:active:focus,
.btn-outline.btn-dark.active:focus,
.open > .dropdown-toggle.btn-outline.btn-dark:focus,
.btn-outline.btn-dark:active.focus,
.btn-outline.btn-dark.active.focus,
.open > .dropdown-toggle.btn-outline.btn-dark.focus {
  color: #2a3b4a !important;
  background-color: rgba(46,64,81,0.075) !important;
}


/* Pagination */

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #959595;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(49,69,87,0.22);
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1.5;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: rgba(49,69,87,0.8);
  background-color: rgba(49,69,87,0.025);
  border-color: rgba(49,69,87,0.35);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .035);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #314557;
  border-color: #314557;
}

.pagination.pagination-success > .active > a,
.pagination.pagination-success > .active > span,
.pagination.pagination-success > .active > a:hover,
.pagination.pagination-success > .active > span:hover,
.pagination.pagination-success > .active > a:focus,
.pagination.pagination-success > .active > span:focus {
  background-color: #0ec8a2;
  border-color: #0ec8a2;
}

.pagination.pagination-info > .active > a,
.pagination.pagination-info > .active > span,
.pagination.pagination-info > .active > a:hover,
.pagination.pagination-info > .active > span:hover,
.pagination.pagination-info > .active > a:focus,
.pagination.pagination-info > .active > span:focus {
  background-color: #2da9e9;
  border-color: #2da9e9;
}

.pagination.pagination-warning > .active > a,
.pagination.pagination-warning > .active > span,
.pagination.pagination-warning > .active > a:hover,
.pagination.pagination-success > .active > span:hover,
.pagination.pagination-warning > .active > a:focus,
.pagination.pagination-warning > .active > span:focus {
  background-color: #ff9e2a;
  border-color: #ff9e2a;
}

.pagination.pagination-danger > .active > a,
.pagination.pagination-danger > .active > span,
.pagination.pagination-danger > .active > a:hover,
.pagination.pagination-danger > .active > span:hover,
.pagination.pagination-danger > .active > a:focus,
.pagination.pagination-danger > .active > span:focus {
  background-color: #f95858;
  border-color: #f95858;
}


/* Tabs */

.tabs {
  margin-bottom: 20px;
}

.tabs .nav-tabs {
  border-bottom: 1px solid #dce2e9;
}

.tabs .nav-tabs > li > a {
  font-size: 15px;
  padding: 10px 20px;
}

.tabs .nav-tabs > li.active > a {
  border: 1px solid #dce2e9;
  border-bottom-color: #fff;
}

.tabs-panel .panel-heading {
  padding: 3px 10px 2px 10px;
}

.tabs-panel .panel-heading > .nav.nav-tabs {
  padding: 0;
}

.tabs-panel .panel-heading:after {
  padding-bottom: 3px;
}

.tabs-panel .panel-heading .panel-options {
  margin-top: 10px;
}
.tabs-panel .panel-body {
  padding: 20px 15px 15px 15px;
  font-size: 14px;
}

.tabs-panel .nav-tabs {
  border: none;
}

.tabs-panel .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.tabs-panel .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  font-weight: 600;
  font-size: 15px;
  color: #555;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs-panel .nav-tabs > li > a > i {
  font-size: 13px;
  margin-right: 2px;
}

.tabs-panel .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  color: #000;
}

.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus {
  color: #4a4d56;
  cursor: default;
  background-color: inherit;
  border: none;
  border-bottom-color: transparent;
}

.tabs-panel .nav-tabs > li.active > a:after,
.tabs-panel .nav-tabs > li.active > a:hover:after,
.tabs-panel .nav-tabs > li.active > a:focus:after {
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  left: 2px;
  content: "";
  padding-bottom: 12px;
  border-bottom: 4px solid #314557;
}

.tabs-panel .tab-content {
  background-color: #fff;
  border: none;
}

.tabs-panel.panel-success .panel-heading:after,
.tabs-panel.panel-info .panel-heading:after,
.tabs-panel.panel-danger .panel-heading:after,
.tabs-panel.panel-warning .panel-heading:after,
.tabs-panel.panel-dark .panel-heading:after {
  display: none;
}

.tabs-panel.panel-success-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-success-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-success-outline .nav-tabs > li.active > a:focus:after {
  border-bottom: 4px solid #0ec8a2;
}

.tabs-panel.panel-info-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-info-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-info-outline .nav-tabs > li.active > a:focus:after {
  border-bottom: 4px solid #2da9e9;
}

.tabs-panel.panel-warning-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-warning-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-warning-outline .nav-tabs > li.active > a:focus:after {
  border-bottom: 4px solid #ff9e2a;
}

.tabs-panel.panel-danger-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-danger-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-danger-outline .nav-tabs > li.active > a:focus:after {
  border-bottom: 4px solid #f95858;
}

.tabs-panel.panel-success .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-info .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-danger .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-warning .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-dark .panel-heading .nav.nav-tabs > li > a {
  color: #fff;
}

.tabs-panel.panel-success .panel-heading li.active > a:after,
.tabs-panel.panel-success .panel-heading li.active > a:hover:after,
.tabs-panel.panel-success .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #0ec8a2;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.tabs-panel.panel-info .panel-heading li.active > a:after,
.tabs-panel.panel-info .panel-heading li.active > a:hover:after,
.tabs-panel.panel-info .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #2da9e9;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.tabs-panel.panel-warning .panel-heading li.active > a:after,
.tabs-panel.panel-warning .panel-heading li.active > a:hover:after,
.tabs-panel.panel-warning .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #ff9e2a;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.tabs-panel.panel-danger .panel-heading li.active > a:after,
.tabs-panel.panel-danger .panel-heading li.active > a:hover:after,
.tabs-panel.panel-danger .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #f95858;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.tabs-panel.panel-dark .panel-heading li.active > a:after,
.tabs-panel.panel-dark .panel-heading li.active > a:hover:after,
.tabs-panel.panel-dark .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #314557;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.nav-tabs {
  border-bottom: 1px solid #98a3af;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  opacity: 0.5;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  font-weight: 600;
  font-size: 16px;
  color: #555;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  color: #000;
}

.nav-tabs > li.active {
  opacity: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-bottom-color: transparent;
}

.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus {
  margin-top: -1px;
  border: 1px solid rgba(0,0,0,0) !important;
  border-bottom: none;
}

.tab-content {
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dce2e9;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #98a3af;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

@media (max-width: 767px) {
  .nav-justified > li > a {
    border: 1px solid #98a3af;
  }

  .nav-justified + .tab-content {
    border: 1px solid #dce2e9;
  }
}


/* Progress bar */

.progress {
  border-radius: 2px;
  margin-bottom: 10px;
  background-color: #f8f7fb;
}

.progress-bar {
  background-color: #f8f7fb;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.progress-sm,
.progress-sm .progress-bar {
  height: 10px;
}

.progress-lg,
.progress-lg .progress-bar {
  height: 30px;
  font-size: 18px;
  line-height: 30px;
}

.progress span {
  float: right;
  padding: 0 10px;
}

.progress-bar-success {
  background-color: #0ec8a2;
}

.progress-bar-info {
  background-color: #2da9e9;
}

.progress-bar-warning {
  background-color: #ff9e2a;
}

.progress-bar-danger {
  background-color: #f95858;
}


/* Tables */

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  padding-left: 20px;
}

.table-sm {
  font-size: 13px;
}

.table-sm > thead > tr > th,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > td {
  padding: 8px;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 3px solid #dce2e9;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.09);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fbfbfc;
}

.table-hover.table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: #f3f2f5;
}

.table-hover > tbody > tr:hover {
  background-color: #f3f2f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #314557;
  color: #fff;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #314557;
  color: #fff;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ccf2e5;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #b3f3de;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d7f1ff;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #b9e7ff;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffeed3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffdaa1;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffcece;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ffb2b2;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}


/* Toastr */

.toast-success {
  color: #fff;
  border-color: rgba(0,0,0,0.1);
  background-color: #0ec09c;
}

.toast-warning {
  color: #fff;
  border-color: rgba(0,0,0,0.1);
  background-color: #ff9e2a;
}

.toast-info {
  color: #fff;
  border-color: rgba(0,0,0,0.1);
  background-color: #2da9e9;
}

.toast-error {
  color: #fff;
  border-color: rgba(0,0,0,0.1);
  background-color: #f95858;
}

#toast-container > div {
  opacity: 0.9;
  margin-top: 15px;
  border-radius: 5px;
  padding: 20px 20px 20px 50px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

#toast-container.toast-top-right > div:first-child {
    margin-top: 65px;
}


/* Metrics */

.metric {
  min-height: 60px;
  width: 100%;
  display: inline-block;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-radius: 3px;
}

.main-metric {
  display: inline-block;
  min-height: 140px;
  height: auto;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 5px 0;
  background-color: #fff;
  border: 1px solid #dce2e9;
}

.metric-right {
  min-height: 140px;
  height: auto;
  line-height: 140px;
  font-size: 50px;
  width: 90px;
  float: right;
  text-align: center;
}

.metric-left {
  min-height: 140px;
  height: auto;
  width: calc(100% - 90px);
  float: left;
  text-align: center;
}

.metric-left .progress {
  margin-top: 20px;
}

.metric-panel {
  margin: 20px;
  line-height: 15px;
}

.metric-footer {
  padding: 0;
}

.metric-footer .label {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  width: 100%;
}

.metric-footer .progress {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #fff;
  box-shadow: none;
}

.metric-text h6 {
  margin-bottom: 0;
}

.metric-text h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0px;
  opacity: 0.8;
}

.metric-text h2 {
  font-size: 32px;
  margin-top: 2px;
  font-weight: 600;
}

.main-metric .metric-body {
  font-size: 13px;
  float: left;
}

.weather-metric {
  width: 100%;
  border-radius: 2px;
  display: inline-block;
  background-color: #fff;
}

.weather-metric .metric-left, .weather-metric .metric-right {
  min-height: 25px;
  line-height: 26px;
}

.weather-metric .metric-left {
  width: calc(100% - 140px);
}

.weather-metric .metric-left .metric-panel {
  margin: 15px;
}

.weather-metric .metric-right {
  width: 140px;
  line-height: 56px;
}

.weather-metric .metric-right > i {
  text-align: right;
  width: 40px;
  font-size: 36px;
}

.weather-metric .metric-right > i.ion {
  font-size: 66px;
}

.weather-metric h2 {
  font-size: 21px;
  line-height: normal;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.weather-metric h4 {
  font-size: 10px;
}

.weather-metric-temperature {
  font-size: 37px;
  margin-left: 5px;
}

.degrees {
  font-size: 18px;
  line-height: 28px;
  margin-left: -8px;
  vertical-align: top;
}

.weather-metric.info {
    background-color: #2da9e9;
}

.weather-metric.success {
  background-color: #0ec8a2;
}

.weather-metric.danger {
  background-color: #f95858;
}

.weather-metric.warning {
  background-color: #ff9e2a;
}

.weather-metric.dark {
  background-color: #314557;
}

.weather-metric.info > *, .weather-metric.success >*, .weather-metric.dark >*,
.weather-metric.warning >*, .weather-metric.danger >* {
  color: #fff;
}


/* Messages */

.messages-panel {
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 460px;
  background-color: #fbfcff;
  display: inline-block;
  border-top-left-radius: 5px;
  margin-bottom: 0;
}

.messages-panel img.img-circle {
  border: 1px solid rgba(0,0,0,0.1);
}

.messages-panel .tab-content {
  border: none;
  background-color: transparent;
}

.contacts-list {
  background-color: #fff;
  border-right: 1px solid #cfdbe2;
  width: 305px;
  height: 100%;
  border-top-left-radius: 5px;
  float: left;
}

.contacts-list .inbox-categories {
  width: 100%;
  padding: 0;
  margin-left: 0;
}

.contacts-list .inbox-categories > div {
  float: left;
  width: 76px;
  padding: 15px 5px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.1);
  background-color: rgba(255,255,255,0.75);
  cursor: pointer;
  font-weight: 700;
}

.contacts-list .inbox-categories > div:nth-child(1) {
  color: #2da9e9;
  border-right-color: rgba(45,129,233,0.06);
  border-bottom: 4px solid #2da9e9;
  border-top-left-radius: 5px;
}

.contacts-list .inbox-categories > div:nth-child(1).active {
  color: #fff;
  background-color: #2da9e9;
  border-bottom: 4px solid rgba(0,0,0,0.15);
}

.contacts-list .inbox-categories > div:nth-child(2) {
  color: #0ec8a2;
  border-right-color: rgba(14,200,162,0.06);
  border-bottom: 4px solid #0ec8a2;
}

.contacts-list .inbox-categories > div:nth-child(2).active {
  color: #fff;
  background-color: #0ec8a2;
  border-bottom: 4px solid rgba(0,0,0,0.15);
}

.contacts-list .inbox-categories > div:nth-child(3) {
  color: #ff9e2a;
  border-right-color: rgba(255,152,14,0.06);
  border-bottom: 4px solid #ff9e2a;
}

.contacts-list .inbox-categories > div:nth-child(3).active {
  color: #fff;
  background-color: #ff9e2a;
  border-bottom: 4px solid rgba(0,0,0,0.15);
}

.contacts-list .inbox-categories > div:nth-child(4) {
  color: #314557;
  border-bottom: 4px solid #314557;
  border-right-color: transparent;
}

.contacts-list .inbox-categories > div:nth-child(4).active {
  color: #fff;
  background-color: #314557;
  border-bottom: 4px solid rgba(0,0,0,0.35);
}

.contacts-list .panel-search > input {
  margin-left: 5px;
  background-color: rgba(0,0,0,0);
}

.contacts-outter-wrapper {
  position: relative;
  width: 305px;
  direction: rtl;
  min-height: 405px;
  overflow: hidden;
}

.contacts-outter-wrapper:after, .contacts-outter-wrapper:nth-child(1):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  background-color: #2da9e9;
  border-bottom-left-radius: 4px;
}

.contacts-outter-wrapper:nth-child(2):after {
  background-color: #0ec8a2;
}

.contacts-outter-wrapper:nth-child(3):after {
  background-color: #ff9e2a;
}

.contacts-outter-wrapper:nth-child(4):after {
  background-color: #314557;
}

.contacts-outter {
  position: relative;
  height: calc(100vh - 278px);
  width: 325px;
  direction: rtl;
  overflow-y: scroll;
  padding-left: 20px;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .contacts-outter-wrapper {
      direction: ltr;
    }

    .contacts-outter{
      direction: ltr;
      padding-left: 0;
    }
  }
}

.contacts {
  direction: ltr;
  width: 305px;
  margin-top: 0px;
}

.contacts li {
  width: 100%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(205,211,237,0.2);
  border-left: 4px solid rgba(255,255,255,0);
  padding: 8px 12px;
  position: relative;
  background-color: rgba(255,255,255,0);
}

.contacts li:first-child {
  border-top: 1px solid rgba(205,211,237,0.2);
}

.contacts li:first-child.active {
  border-top: 1px solid rgba(205,211,237,0.75);
}

.contacts li:hover {
  background-color: rgba(255,255,255,0.25);
}

.contacts li.active, .contacts.info li.active {
  border-left: 4px solid #2da9e9;
  border-top-color: rgba(205,211,237,0.75);
  border-bottom-color: rgba(205,211,237,0.75);
  background-color: #fbfcff;
}

.contacts.success li.active {
  border-left: 4px solid #0ec8a2;
}

.contacts.warning li.active {
  border-left: 4px solid #ff9e2a;
}

.contacts.danger li.active {
  border-left: 4px solid #f95858;
}

.contacts.dark li.active {
  border-left: 4px solid #314557;
}

.contacts li > .info-combo {
  width: 172px;
  cursor: pointer;
}

.contacts li > .info-combo > h3 {
  width: 167px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contacts li .contacts-add {
  width: 50px;
  float: right;
  z-index: 23299;
}

.contacts li .message-time {
  text-align: right;
  display: block;
  margin-left: -15px;
  width: 70px;
  height: 25px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 5px;
}

.contacts li .contacts-add .fa-trash-o {
  position: absolute;
  font-size: 14px;
  right: 12px;
  bottom: 15px;
  color: #a6a6a6;
  cursor: pointer;
}

.contacts li .contacts-add .fa-paperclip {
  position: absolute;
  font-size: 14px;
  right: 34px;
  bottom: 15px;
  color: #a6a6a6;
  cursor: pointer;
}

.contacts li .contacts-add .fa-trash-o:hover {
  color: #f95858;
}

.contacts li .contacts-add .fa-paperclip:hover {
  color: #ff9e2a;
}

.contacts li > .info-combo > h5 {
  width: 180px;
  font-size: 12px;
  height: 28px;
  font-weight: 500;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

.contacts li .message-count {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #ff9e2a;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
}

.message-body {
  background-color: #fbfcff;
  height: 100%;
  width: calc(100% - 305px);
  float: right;
}

.message-body .message-top {
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 53px;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(205,211,237,0.5);
}

.message-body .message-top .new-message-wrapper {
  width: 100%;
}

.message-body .message-top .new-message-wrapper > .form-group {
  width: 100%;
  padding: 10px 10px 0 10px;
  height: 50px;
}

.message-body .message-top .new-message-wrapper .form-group .form-control {
  width: calc(100% - 50px);
  float: left;
}

.message-body .message-top .new-message-wrapper .form-group a {
  width: 40px;
  padding: 6px 6px 6px 6px;
  text-align: center;
  display: block;
  float: right;
  margin: 0;
}

.message-body .message-top > .btn {
  height: 53px;
  line-height: 53px;
  padding: 0 20px;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  font-size: 15px;
  opacity: 0.9;
}

.message-body .message-top > .btn:hover,
.message-body .message-top > .btn:focus,
.message-body .message-top > .btn.active {
  opacity: 1;
}

.message-body .message-top > .btn > i {
  margin-right: 5px;
  font-size: 18px;
}

.new-message-wrapper {
  position: absolute;
  max-height: 400px;
  top: 53px;
  background-color: #fff;
  z-index: 105;
  padding: 20px 15px 30px 15px;
  border-bottom: 1px solid #cfdbe2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 7px 10px rgba(0,0,0,0.25);
  transition: 0.5s;
  display: none;
}

.new-message-wrapper.closed {
  opacity: 0;
  max-height: 0;
}

.chat-footer.new-message-textarea {
  display: block;
  position: relative;
  padding: 0 10px;
}

.chat-footer.new-message-textarea .send-message-button {
  right: 35px;
}

.chat-footer.new-message-textarea .upload-file {
  right: 85px;
}

.chat-footer.new-message-textarea .send-message-text {
  padding-right: 100px;
  height: 90px;
}

.message-chat {
  width: 100%;
  overflow: hidden;
}

.chat-body {
  width: calc(100% + 17px);
  min-height: 290px;
  height: calc(100vh - 320px);
  background-color: #fbfcff;
  margin-bottom: 30px;
  padding: 30px 5px 5px 5px;
  overflow-y: scroll;
}

.message {
  position: relative;
  width: 100%;
}

.message br {
  clear: both;
}

.message .message-body {
  position: relative;
  width: auto;
  max-width: calc(100% - 150px);
  float: left;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dbe3e8;
  margin: 0 5px 20px 15px;
  color: #788288;
}

.message:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 63px;
  float: left;
  z-index: 100;
  border-top: 10px solid transparent;
  border-left: none;
  border-bottom: 10px solid transparent;
  border-right: 13px solid #fff;
}

.message:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 62px;
  float: left;
  z-index: 99;
  border-top: 11px solid transparent;
  border-left: none;
  border-bottom: 11px solid transparent;
  border-right: 13px solid #dbe3e8;
}

.message .medium-image {
  float: left;
  margin-left: 10px;
}

.message .message-info {
  width: 100%;
  height: 22px;
}

.message .message-info > h5 > i {
  font-size: 11px;
  font-weight: 700;
  margin: 0 2px 0 0;
  color: #a2b8c5;
}

.message .message-info > h5 {
  color: #a2b8c5;
  margin: 8px 0 0 0;
  font-size: 12px;
  float: right;
  padding-right: 10px;
}

.message .message-info > h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 7px 13px 0 10px;
  color: #65addd;
  float: left;
}

.message hr {
  margin: 4px 2%;
  width: 96%;
  opacity: 0.75;
}

.message .message-text {
  text-align: left;
  padding: 3px 13px 10px 13px;
  font-size: 14px;
}

.message.my-message .message-body {
  float: right;
  margin: 0 15px 20px 5px;
}

.message.my-message:after {
  content: "";
  position: absolute;
  top: 11px;
  left: auto;
  right: 63px;
  float: left;
  z-index: 100;
  border-top: 10px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 10px solid transparent;
  border-right: none;
}

.message.my-message:before {
  content: "";
  position: absolute;
  top: 10px;
  left: auto;
  right: 62px;
  float: left;
  z-index: 99;
  border-top: 11px solid transparent;
  border-left: 13px solid #dbe3e8;
  border-bottom: 11px solid transparent;
  border-right: none;
}

.message.my-message .medium-image {
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}

.message.my-message .message-info > h5 {
  float: left;
  padding-left: 10px;
  padding-right: 0;
}

.message.my-message .message-info > h4 {
  float: right;
}

.message.info .message-body {
  background-color: #2da9e9;
  border: 1px solid #2da9e9;
  color: #fff;
}

.message.info:after, .message.info:before {
  border-right: 13px solid #2da9e9;
}

.message.success .message-body {
  background-color: #0ec8a2;
  border: 1px solid #0ec8a2;
  color: #fff;
}

.message.success:after, .message.success:before {
  border-right: 13px solid #0ec8a2;
}

.message.warning .message-body {
  background-color: #ff9e2a;
  border: 1px solid #ff9e2a;
  color: #fff;
}

.message.warning:after, .message.warning:before {
  border-right: 13px solid #ff9e2a;
}

.message.danger .message-body {
  background-color: #f95858;
  border: 1px solid #f95858;
  color: #fff;
}

.message.danger:after, .message.danger:before {
  border-right: 13px solid #f95858;
}

.message.dark .message-body {
  background-color: #314557;
  border: 1px solid #314557;
  color: #fff;
}

.message.dark:after, .message.dark:before {
  border-right: 13px solid #314557;
}

.message.info .message-info > h4, .message.success .message-info > h4,
.message.warning .message-info > h4, .message.danger .message-info > h4,
.message.dark .message-info > h4 {
  color: #fff;
}

.message.info .message-info > h5, .message.info .message-info > h5 > i,
.message.success .message-info > h5, .message.success .message-info > h5 > i,
.message.warning .message-info > h5, .message.warning .message-info > h5 > i,
.message.danger .message-info > h5, .message.danger .message-info > h5 > i,
.message.dark .message-info > h5, .message.dark .message-info > h5 > i {
  color: #fff;
  opacity: 0.9;
}

.chat-footer {
  position: relative;
  width: 100%;
  padding: 0 80px;
}

.chat-footer .send-message-text {
  position: relative;
  display: block;
  width: 100%;
  min-height: 55px;
  max-height: 75px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 95px 5px 10px;
  font-size: 13px;
  resize: vertical;
  outline: none;
  border: 1px solid #e0e6eb;
}

.chat-footer .send-message-button {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(0,0,0,0.05);
  outline: none;
  font-weight: 600;
  border-radius: 50%;
  padding: 0;
}

.chat-footer .send-message-button > i {
  font-size: 16px;
  margin: 0 0 0 -2px;
}

.chat-footer label.upload-file input[type="file"] {
  position: fixed;
  top: -1000px;
}

.chat-footer .upload-file {
  display: block;
  position: absolute;
  right: 150px;
  height: 30px;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.25;
}

.chat-footer .upload-file:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .messages-panel {
    min-width: 0;
    display: inline-block;
  }

  .contacts-list, .contacts-list .inbox-categories > div:nth-child(4) {
    border-top-right-radius: 5px;
    border-right: none;
  }

  .contacts-list, .contacts-outter-wrapper, .contacts-outter, .contacts {
    width: 100%;
    direction: ltr;
    padding-left: 0;
  }

  .contacts-list .inbox-categories > div {
    width: 25%;
  }

  .message-body {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #dce2e9;
    background-color: #fff;
  }

  .message .message-body {
    max-width: calc(100% - 85px);
  }

  .message-body .chat-body {
    background-color: #fff;
    width: 100%;
  }

  .chat-footer {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .chat-footer .send-message-button {
    right: 40px;
  }

  .chat-footer .upload-file {
    right: 90px;
  }

  .message-body .message-top > .btn {
    border-radius: 0;
    width: 100%;
  }

  .contacts-add {
    display: none;
  }
}

/* Profile page */

.profile-main {
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-radius: 3px;
  position: relative;
  margin-bottom: 20px;
}

.profile-main .profile-background {
  background-image: url('../images/samples/forest.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 260px;
}

.profile-main .profile-info {
  width: calc(100% - 380px);
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  height: 70px;
  border-radius: 0 0 3px 3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-main .profile-info > div {
  margin: 0 10px;
}

.profile-main .profile-info > div:last-child {
  padding-right: 25px;
}

.profile-main .profile-info > div h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.profile-main .profile-info > div h5 {
  margin-top: 5px;
  font-weight: 500;
}

.profile-main .profile-button {
  padding: 8px 0;
  position: absolute;
  right: 25px;
  bottom: 16px;
  width: 150px;
}

.profile-main .profile-picture {
  width: 150px;
  height: 150px;
  border: 4px solid #fff;
  position: absolute;
  left: 25px;
  bottom: 14px;
}

@media screen and (max-width: 767px) {
  .profile-main .profile-info .profile-status,
  .profile-main .profile-info .profile-posts,
  .profile-main .profile-info .profile-date {
    display: none;
  }
}

/* Timeline */

.timeline {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}

.timeline:not(:last-child) {
  margin-bottom: 40px;
}

.timeline:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  vertical-align: middle;
  width: 2px;
  background-color: #e1eaf0;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

.timeline:not(:last-child):after {
  height: calc(100% + 60px);
  bottom: auto;
  top: 0;
}

.timeline:last-child.no-line:after {
  height: 0;
}

.timeline .timeline-heading {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 166px;
  background-color: #fff;
  border: 1px solid #e1eaf0;
  margin-bottom: 40px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  z-index: 999;
  font-size: 14px;
  color: #778190;
  font-weight: 600;
  cursor: pointer;
}

.timeline .timeline-event {
  position: relative;
  z-index: 4;
  width: calc(50% - 59px);
  margin: 0px 0px 30px 64px;
  padding: 10px 17px;
  border-radius: 3px;
  border: 1px solid #cfdbe2;
  background-color: #fff;
  float: right;
}

.timeline .timeline-event-right {
  float: right;
}

.timeline .timeline-event-left {
  float: left;
  margin: 0px 64px 30px 0px;
}

.timeline .timeline-event:last-child {
  margin-bottom: 0;
}

.timeline .timeline-event:after {
  content: "";
  position: absolute;
  top: 22px;
  left: -13px;
  float: left;
  z-index: 100;
  border-top: 12px solid transparent;
  border-left: none;
  border-bottom: 12px solid transparent;
  border-right: 13px solid #fff;
}

.timeline .timeline-event:before {
  content: "";
  position: absolute;
  top: 21px;
  left: -14px;
  float: left;
  z-index: 99;
  border-top: 13px solid transparent;
  border-left: none;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #dbe3e8;
}

.timeline .timeline-event-left:after {
  left: auto;
  right: -13px;
  float: left;
  border-left: 13px solid #fff;
  border-right: none;
}

.timeline .timeline-event-left:before {
  left: auto;
  right: -14px;
  border-left: 13px solid #dbe3e8;
  border-right: none;
}

.timeline .timeline-event .timeline-event-icon {
  font-size: 18px;
  position: absolute;
  right: auto;
  left: -83px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #cfdbe2;
  text-align: center;
  border-radius: 555px;
  background-color: #fff;
  z-index: 559;
}

.timeline .timeline-event-left .timeline-event-icon {
  right: -83px;
  left: auto;
}

.timeline .timeline-event .timeline-event-text .event-upper .event-name {
  font-size: 15px;
  font-weight: 600;
  width: calc(100% - 80px);
  float: left;
}

.timeline .timeline-event .timeline-event-text .event-upper .event-time {
  line-height: 11px;
  width: 80px;
  float: left;
  font-size: 10px;
  text-align: right;
  color: #868e96;
}

.timeline .timeline-event .timeline-event-text .event-desc {
  font-size: 14px;
}

.timeline .timeline-event .timeline-event-text .event-upper .event-time b {
  font-size: 11px;
  display: block;
  margin-bottom: 3px;
}

.timeline .timeline-event .timeline-event-text .event-upper {
  margin-top: 0;
  margin-bottom: 7px;
}

.timeline .timeline-event .timeline-event-text .event-upper:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 5px;
  top: 0;
  left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.timeline .timeline-event-left .timeline-event-text .event-upper:after {
  left: auto;
  right: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.timeline .timeline-event.success .timeline-event-text .event-upper:after {
  background-color: #0ec8a2;
}

.timeline .timeline-event.success:after {
  border-right-color: #0ec8a2;
  border-left-color: #0ec8a2;
}

.timeline .timeline-event.success .timeline-event-icon:after {
  border-color: #0ec8a2;
}

.timeline .timeline-event.info .timeline-event-text .event-upper:after {
  background-color: #2da9e9;
}

.timeline .timeline-event.info:after {
  border-right-color: #2da9e9;
  border-left-color: #2da9e9;
}

.timeline .timeline-event.info .timeline-event-icon:after {
  border-color: #2da9e9;
}

.timeline .timeline-event.warning .timeline-event-text .event-upper:after {
  background-color: #ff9e2a;
}

.timeline .timeline-event.warning:after {
  border-right-color: #ff9e2a;
  border-left-color: #ff9e2a;
}

.timeline .timeline-event.danger .timeline-event-text .event-upper:after {
  background-color: #f95858;
}

.timeline .timeline-event.danger:after {
  border-right-color: #f95858;
  border-left-color: #f95858;
}

.timeline .timeline-event.dark .timeline-event-text .event-upper:after {
  background-color: #314557;
}

.timeline .timeline-event.dark:after {
  border-right-color: #314557;
  border-left-color: #314557;
}


/* Footer */

.footer {
  position: relative;
  display: flex;
  background-color: #fff;
  padding: 10px 30px;
  bottom: 0;
  height: 40px;
  line-height: 20px;
  margin: 15px 0 -60px -15px;
  border-top: 1px solid #cfdbe2;
  width: calc(100% + 30px);
  z-index: 9909;
}

.footer p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .footer {
    display: none;
  }
}

/* Login page */

#login-page {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
  background-image: url('/images/backgrounds/bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: 0s;
}


#login-page:after {
  content: '';
  display: block;
  background: #314557;
  background: linear-gradient(to bottom, rgba(38,51,64,0.7) 5%, rgba(14, 25, 40, 0.6) 100%);
  width: 100%;
  height: inherit;
  position: fixed;
  left: 0;
  top:0;
  z-index: 1;
  transition: 0s;
}


#login-panel {
  z-index: 2;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  height: 410px;
}

#login-panel.register {
  height: 480px;
}

#login-panel .panel-heading i {
  width: 40px;
  font-size: 45px;
}

#login-panel .panel-heading h3 {
  font-size: 27px;
  margin: 0;
}

#login-panel .panel-heading h5 {
  margin: 4px 0;
  opacity: 0.8;
}

.checkbox-login {
  margin-bottom: 20px !important;
}

.login-add-text {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  #login-panel {
    height: 475px;
  }

  #login-panel.register {
    height: 620px;
  }
}

/* Page 404 */

.page-404-outer {
  width: 100%;
  height: calc(100vh - 170px);
  margin: 0;
  position: relative;
}

.page-404 {
  height: 400px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.page-404 h1 {
  font-size: 55px;
  margin: 30px 0 0;
}

.page-404 h2 {
  margin: 0px 0 30px;
}

@media screen and (max-width: 767px) {
  .page-404-outer {
    width: calc(100vw - 20px);
    height: calc(100vh - 60px);
  }
}

/* Documents */

.document {
  float: left;
  width: calc(33% - 20px);
  max-width: 240px;
  margin: 0px 10px 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dce2e9;
}

.document .document-body {
  height: 130px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background-color: #fdfdfe;
}

.document .document-body i {
  font-size: 45px;
  line-height: 120px;
}

.document .document-body img {
  width: 100%;
  height: 100%;
}

.document .document-footer {
  border-top: 1px solid #ebf1f5;
  height: 46px;;
  padding: 5px 12px;
  border-radius: 0 0 2px 2px;
}

.document .document-footer .document-name {
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  line-height: normal;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.document .document-footer .document-description {
  display: block;
  margin-top: -1px;
  font-size: 11px;
  font-weight: 600;
  color: #8998a6;
  width: 100%;
  line-height: normal;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.document.info .document-footer >*, .document.success .document-footer >*,
.document.danger .document-footer >*, .document.warning .document-footer >*,
.document.dark .document-footer >* {
  color: #fff;
}

.document.info .document-footer {
  background-color: #2da9e9;
}

.document.success .document-footer {
  background-color: #0ec8a2;
}

.document.warning .document-footer {
  background-color: #ff9e2a;
}

.document.danger .document-footer {
  background-color: #f95858;
}

.document.dark .document-footer {
  background-color: #314557;
}

.folders {
  width: 100%;
}

.folders li {
  font-size: 14px;
  padding: 3px 4px 3px 12px;
}

.folders li a {
  text-decoration: none;
  color: #4a4d56;
}

.folders li a i {
  color: #5e6168;
  font-size: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 600px) {
  .document  {
    width: 100%;
    margin: 5px 0;
    max-width: none;
  }
}


/* Drag and drop */

.dropzone {
  border: 2px dashed #cfdbe2;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 5px;
  padding: 5%;
}

.dropzone-image {
  display: block;
  margin: 0 auto 5%;
  width: 100%;
  max-width: 190px;
  height: auto;
  opacity: 0.75;
}

.dropzone a.btn {
  padding: 9px 28px 8px;
}

.dropzone-thin {
  width: 100%;
}

.dropzone-thin .dropzone-image {
  min-width: 35px;
  width: 10%;
  max-width: 80px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.dropzone-thin .dz-message > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
}

.dz-preview {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f4;
}

.dz-preview:nth-child(2) {
  margin-top: 30px;
}

.dz-preview:last-child {
  border-bottom: none;
}

.dz-image {
  display: inline-block;
}

.dz-image img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.dz-details {
  display: inline-block;
  width: calc(100% - 60px);
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}

.dz-error-message {
  display: none;
}

.dz-success-mark, .dz-error-mark {
  display: none;
}

.dropzone:hover {
  background-color: #fbfdff;
  cursor: pointer;
}

.dropzone:hover .dropzone-image {
  opacity: 1;
}

/* Pace js (loading page progress bar) */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 60px;
  left: 245px;
  height: 2px;
  width: 100%;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 100%;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #314557;
  background: linear-gradient(to right, rgba(28,189,236,0) 5%, rgba(24, 126, 195, 0.75) 100%);
  transition: 0.2s;
}

.pace.pace-inactive {
  display: block;
  transition: 1s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .pace {
    left: 0;
  }
}

body.left-nav-minimized .pace {
  left: 60px;
}

body.no-pace .pace, body.no-pace .pace .pace-progress {
  display: none;
}


/* Scroll up button */

.scroll-up {
	position: fixed;
	background: #fff;
	border: 1px solid #cfdbe2;
	border-radius: 5px 0 0 5px;
	color: #314557;
	width: 40px;
	height: 40px;
	line-height: 34px;
	padding: 0;
	text-align: center;
	right: -40px;
	bottom: 70px;
	z-index: 999;
	font-size: 22px;
	cursor: pointer;
	transition: 0.15s;
}

.scroll-up.active {
	right: 0px;
	transition: 0.4s;

}

/* Index preview toggle (just to toggle classes when previewing the template) */

.add-opt {
  background-color: #2da9e9;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 5px 0 0 5px;
  position: fixed;
  right: 0;
  top: 180px;
  width: 54px;
  height: 44px;
  z-index: 999;
  box-shadow: 2px 3px 2px 1px rgba(0,0,0,0.2);
  opacity: 0.75;
}

.add-opt h3 {
  position: absolute;
  left: 47px;
  font-size: 16px;
  margin-top: 14px;
  display: none;
  vertical-align: middle;
  color: #fff;
}

.add-opt .fa-gear {
  font-size: 26px;
  width: 54px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  transition: 0.5s;
}

.add-opt:hover {
  opacity: 1;
}

.add-opt.expanded {
  width: 257px;
  height: auto;
  border-radius: 5px 0 0 0;
  transition: 0.5s;
  opacity: 1;
}

.add-opt.expanded h3 {
  display: inline-block;
}

.add-opt .add-opt-body {
  display: none;
}

.add-opt.expanded .add-opt-body {
  background-color: #fff;
  padding: 15px;
  display: inline-block;
  text-align: left;
  transition: 0.5s;
}

.add-opt-body .color-option {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 11px;
  margin-bottom: 10px;
  padding: 0;
  opacity: 0.8;
  cursor: pointer;
}

.add-opt.expanded .add-opt-body .switch-label {
	float: left;
}

.add-opt.expanded .add-opt-body label {
	margin-top: 10px;
	float: right;
}

.add-opt-body .color-option.active,
.add-opt-body .color-option:hover {
  opacity: 1;
}

.add-opt-body .color-option:nth-child(5),
.add-opt-body .color-option:nth-child(11) {
  margin-right: 0;
}

.add-opt-body img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #dde8ef;
}

.add-opt-body .color-option.active:after {
  content: "\2713";
  display: block;
  right: 3px;
  bottom: 5px;
  width: 15px;
  height: 15px;
  position: absolute;
  color: #314557;
  line-height: 15px;
  font-weight: 900;
  font-size: 13px;
  text-align: center;
  opacity: 1;
}

.add-opt-body kbd {
  display: block;
  float: left;
  width: 235px;
  font-size: 12px;
  padding: 5px 7px;
}

.body-class {
  font-size: 13px;
}