/*
Template Name: Adminto Dashboard - Dark Tech Theme
Author: CoderThemes
File: Components
Dark theme with technological colors for dashboards
*/
/* =============
   Buttons
============= */
.btn {
  border-radius: 2px;
  padding: 6px 14px;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px !important;
  font-size: 16px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px !important;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px !important;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.2) inset;
}
.btn-custom,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
  color: #ffffff !important;
}
.btn-custom {
  background-color: #00bcd4;
  border-color: #00acc1;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.open > .dropdown-toggle.btn-custom {
  background-color: #00acc1 !important;
  border: 1px solid #0097a7 !important;
}
.btn-default {
  background-color: #21262d;
  border-color: #30363d;
  color: #e6edf3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.open > .dropdown-toggle.btn-default {
  background-color: #30363d !important;
  border: 1px solid #484f58 !important;
  color: #e6edf3;
}
.btn-primary {
  background-color: #00bcd4 !important;
  border: 1px solid #00acc1 !important;
  color: #0d1117 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary {
  background-color: #00acc1 !important;
  border: 1px solid #0097a7 !important;
}
.btn-success {
  background-color: #10b981 !important;
  border: 1px solid #059669 !important;
  color: #0d1117 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.open > .dropdown-toggle.btn-success {
  background-color: #059669 !important;
  border: 1px solid #047857 !important;
}
.btn-info {
  background-color: #3b82f6 !important;
  border: 1px solid #2563eb !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.open > .dropdown-toggle.btn-info {
  background-color: #2563eb !important;
  border: 1px solid #1d4ed8 !important;
}
.btn-warning {
  background-color: #f59e0b !important;
  border: 1px solid #d97706 !important;
  color: #0d1117 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.open > .dropdown-toggle.btn-warning {
  background-color: #d97706 !important;
  border: 1px solid #b45309 !important;
}
.btn-danger {
  background-color: #ef4444 !important;
  border: 1px solid #dc2626 !important;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.open > .dropdown-toggle.btn-danger {
  background-color: #dc2626 !important;
  border: 1px solid #b91c1c !important;
}
.btn-inverse {
  background-color: #e6edf3 !important;
  border: 1px solid #c9d1d9 !important;
  color: #0d1117 !important;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.open > .dropdown-toggle.btn-inverse {
  background-color: #c9d1d9 !important;
  border: 1px solid #b1bac4 !important;
}
.btn-purple {
  background-color: #8b5cf6 !important;
  border: 1px solid #7c3aed !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #7c3aed !important;
  border: 1px solid #6d28d9 !important;
}
.btn-pink {
  background-color: #ec4899 !important;
  border: 1px solid #db2777 !important;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background-color: #db2777 !important;
  border: 1px solid #be185d !important;
}
.btn-bordred {
  border-bottom: 3px solid transparent;
}
.btn-bordred.btn-default {
  background-color: #21262d;
  border-bottom: 2px solid #484f58 !important;
}
.btn-bordred.btn-custom {
  background-color: #00bcd4;
  border-bottom: 2px solid #0097a7 !important;
}
.btn-bordred.btn-primary {
  border-bottom: 2px solid #0097a7 !important;
}
.btn-bordred.btn-success {
  border-bottom: 2px solid #047857 !important;
}
.btn-bordred.btn-info {
  border-bottom: 2px solid #1d4ed8 !important;
}
.btn-bordred.btn-warning {
  border-bottom: 2px solid #b45309 !important;
}
.btn-bordred.btn-danger {
  border-bottom: 2px solid #b91c1c !important;
}
.btn-bordred.btn-inverse {
  border-bottom: 2px solid #8b949e !important;
}
.btn-bordred.btn-purple {
  border-bottom: 2px solid #6d28d9 !important;
}
.btn-bordred.btn-pink {
  border-bottom: 2px solid #be185d !important;
}
.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}
.btn-trans.btn-default {
  border: 1px solid rgba(48, 54, 61, 0.5) !important;
  background-color: rgba(33, 38, 45, 0.5) !important;
  color: #e6edf3 !important;
}
.btn-trans.btn-custom {
  border: 1px solid rgba(0, 188, 212, 0.3) !important;
  background-color: rgba(0, 188, 212, 0.15) !important;
  color: #00bcd4 !important;
}
.btn-trans.btn-primary {
  border: 1px solid rgba(0, 188, 212, 0.3) !important;
  background-color: rgba(0, 188, 212, 0.15) !important;
  color: #00bcd4 !important;
}
.btn-trans.btn-success {
  border: 1px solid rgba(16, 185, 129, 0.3) !important;
  background-color: rgba(16, 185, 129, 0.15) !important;
  color: #10b981 !important;
}
.btn-trans.btn-info {
  border: 1px solid rgba(59, 130, 246, 0.3) !important;
  background-color: rgba(59, 130, 246, 0.15) !important;
  color: #3b82f6 !important;
}
.btn-trans.btn-warning {
  border: 1px solid rgba(245, 158, 11, 0.3) !important;
  background-color: rgba(245, 158, 11, 0.15) !important;
  color: #f59e0b !important;
}
.btn-trans.btn-danger {
  border: 1px solid rgba(239, 68, 68, 0.3) !important;
  background-color: rgba(239, 68, 68, 0.15) !important;
  color: #ef4444 !important;
}
.btn-trans.btn-inverse {
  border: 1px solid rgba(230, 237, 243, 0.3) !important;
  background-color: rgba(230, 237, 243, 0.15) !important;
  color: #e6edf3 !important;
}
.btn-trans.btn-purple {
  border: 1px solid rgba(139, 92, 246, 0.3) !important;
  background-color: rgba(139, 92, 246, 0.15) !important;
  color: #8b5cf6 !important;
}
.btn-trans.btn-pink {
  border: 1px solid rgba(236, 72, 153, 0.3) !important;
  background-color: rgba(236, 72, 153, 0.15) !important;
  color: #ec4899 !important;
}
/* File Upload */
.fileupload {
  overflow: hidden;
  position: relative;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}
.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}
.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}
.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}
.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}
.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}
.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}
.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}
.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}
.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}
.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}
.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}
.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}
/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #161b22;
  border-radius: 2px;
  border: 1px solid #30363d;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.checkbox label::after {
  color: #e6edf3;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #21262d;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #0d1117;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #0d1117;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ef4444;
  border-color: #ef4444;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f59e0b;
  border-color: #f59e0b;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #0d1117;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #10b981;
  border-color: #10b981;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #0d1117;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #8b5cf6;
  border-color: #8b5cf6;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ec4899;
  border-color: #ec4899;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #e6edf3;
  border-color: #e6edf3;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #0d1117;
}
/* Radios */
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #161b22;
  border-radius: 50%;
  border: 1px solid #30363d;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
}
.radio label::after {
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #8b949e;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-custom input[type="radio"] + label::after {
  background-color: #00bcd4;
}
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #00bcd4;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #00bcd4;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #00bcd4;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #ef4444;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ef4444;
}
.radio-info input[type="radio"] + label::after {
  background-color: #3b82f6;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #3b82f6;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f59e0b;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f59e0b;
}
.radio-success input[type="radio"] + label::after {
  background-color: #10b981;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #10b981;
}
.radio-purple input[type="radio"] + label::after {
  background-color: #8b5cf6;
}
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #8b5cf6;
}
.radio-pink input[type="radio"] + label::after {
  background-color: #ec4899;
}
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #ec4899;
}
/* =============
   Panels
============= */
.panel {
  border: none;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  background-color: #161b22;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 0px 0 rgba(0, 0, 0, 0.1);
}
.panel .panel-body {
  padding: 20px;
}
.panel-heading {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  border: none !important;
  padding: 10px 20px;
}
.panel-default > .panel-heading {
  background-color: #21262d;
  border-bottom: none;
  color: #e6edf3;
}
.panel-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #e6edf3;
}
.panel-sub-title {
  color: #8b949e;
  font-size: 13px;
  margin-top: 3px;
}
.panel-footer {
  background: #21262d;
  border-top: 1px solid #30363d;
}
.panel-color .panel-title {
  color: #ffffff;
}
.panel-custom > .panel-heading {
  background-color: #00bcd4;
  border-bottom: none;
}
.panel-primary > .panel-heading {
  background-color: #00bcd4;
  border-bottom: none;
}
.panel-success > .panel-heading {
  background-color: #10b981;
  border-bottom: none;
}
.panel-info > .panel-heading {
  background-color: #3b82f6;
  border-bottom: none;
}
.panel-warning > .panel-heading {
  background-color: #f59e0b;
  border-bottom: none;
}
.panel-danger > .panel-heading {
  background-color: #ef4444;
  border-bottom: none;
}
.panel-purple > .panel-heading {
  background-color: #8b5cf6;
  border-bottom: none;
}
.panel-pink > .panel-heading {
  background-color: #ec4899;
  border-bottom: none;
}
.panel-inverse > .panel-heading {
  background-color: #21262d;
  border-bottom: none;
}
.panel-border {
  border-radius: 3px;
}
.panel-border .panel-heading {
  background-color: transparent;
  border-top: 3px solid #30363d !important;
  border-radius: 0px;
  padding: 10px 20px 0px;
}
.panel-border .panel-body {
  padding: 15px 20px 20px 20px;
}
.panel-border.panel-custom .panel-heading {
  border-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
.panel-border.panel-primary .panel-heading {
  border-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
.panel-border.panel-success .panel-heading {
  border-color: #10b981 !important;
  color: #10b981 !important;
}
.panel-border.panel-info .panel-heading {
  border-color: #3b82f6 !important;
  color: #3b82f6 !important;
}
.panel-border.panel-warning .panel-heading {
  border-color: #f59e0b !important;
  color: #f59e0b !important;
}
.panel-border.panel-danger .panel-heading {
  border-color: #ef4444 !important;
  color: #ef4444 !important;
}
.panel-border.panel-purple .panel-heading {
  border-color: #8b5cf6 !important;
  color: #8b5cf6 !important;
}
.panel-border.panel-pink .panel-heading {
  border-color: #ec4899 !important;
  color: #ec4899 !important;
}
.panel-border.panel-inverse .panel-heading {
  border-color: #e6edf3 !important;
  color: #e6edf3 !important;
}
/* =============
   Portlets
============= */
.portlet {
  background: #161b22;
  border: 1px solid #30363d;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.portlet .portlet-heading {
  color: #e6edf3;
  padding: 12px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}
.portlet .portlet-heading .portlet-title {
  color: #e6edf3;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}
.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}
.portlet .portlet-heading a {
  color: #8b949e;
}
.portlet .portlet-body {
  background: #161b22;
  color: #e6edf3;
  padding: 15px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.portlet-default .portlet-heading {
  background-color: #21262d;
  border: 1px solid #30363d;
}
.portlet-custom .portlet-heading {
  background-color: #00bcd4;
  border: 1px solid #00acc1;
}
.portlet-custom .portlet-heading a {
  color: #0d1117;
}
.portlet-primary .portlet-heading {
  background-color: #00bcd4;
  border: 1px solid #00acc1;
}
.portlet-primary .portlet-heading a {
  color: #0d1117;
}
.portlet-success .portlet-heading {
  background-color: #10b981;
  border: 1px solid #059669;
}
.portlet-success .portlet-heading a {
  color: #0d1117;
}
.portlet-info .portlet-heading {
  background-color: #3b82f6;
  border: 1px solid #2563eb;
}
.portlet-warning .portlet-heading {
  background-color: #f59e0b;
  border: 1px solid #d97706;
}
.portlet-warning .portlet-heading a {
  color: #0d1117;
}
.portlet-danger .portlet-heading {
  background-color: #ef4444;
  border: 1px solid #dc2626;
}
.portlet-purple .portlet-heading {
  background-color: #8b5cf6;
  border: 1px solid #7c3aed;
}
.portlet-pink .portlet-heading {
  background-color: #ec4899;
  border: 1px solid #db2777;
}
.portlet-inverse .portlet-heading {
  background-color: #21262d;
  border: 1px solid #30363d;
}
/* =============
   Progress bars
============= */
.progress {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  background-color: #21262d;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}
.progress-bar {
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.progress-bar-primary {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #10b981;
}
.progress-bar-info {
  background-color: #3b82f6;
}
.progress-bar-warning {
  background-color: #f59e0b;
}
.progress-bar-danger {
  background-color: #ef4444;
}
.progress-bar-inverse {
  background-color: #e6edf3;
}
.progress-bar-purple {
  background-color: #8b5cf6;
}
.progress-bar-pink {
  background-color: #ec4899;
}
.progress-bar-custom {
  background-color: #00bcd4;
}
/* =============
   Tables
============= */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #161b22;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #0d1117;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: rgba(16, 185, 129, 0.15);
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: rgba(59, 130, 246, 0.15);
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: rgba(245, 158, 11, 0.15);
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: rgba(239, 68, 68, 0.15);
}
/* =============
   Widgets
============= */
.widget-icon {
  border-radius: 100%;
  display: inline-block;
  font-size: 26px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
.widget-chart li {
  font-size: 13px;
  display: inline-block;
  line-height: 20px;
  padding: 0 0 3px 20px;
}
.widget-chart li i {
  color: #8b949e;
  font-size: 14px;
}
.mini-stat {
  background: #161b22;
  border: 1px solid #30363d;
  padding: 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.mini-stat-icon {
  background-color: rgba(0, 188, 212, 0.3);
  border-radius: 100%;
  color: #e6edf3;
  display: inline-block;
  float: left;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}
.mini-stat-icon.bg-primary {
  background-color: rgba(0, 188, 212, 0.3);
}
.mini-stat-icon.bg-success {
  background-color: rgba(16, 185, 129, 0.3);
}
.mini-stat-icon.bg-info {
  background-color: rgba(59, 130, 246, 0.3);
}
.mini-stat-icon.bg-warning {
  background-color: rgba(245, 158, 11, 0.3);
}
.mini-stat-icon.bg-danger {
  background-color: rgba(239, 68, 68, 0.3);
}
.mini-stat-icon.bg-purple {
  background-color: rgba(139, 92, 246, 0.3);
}
.mini-stat-icon.bg-pink {
  background-color: rgba(236, 72, 153, 0.3);
}
.mini-stat-info {
  font-size: 14px;
  padding-top: 4px;
  color: #8b949e;
}
.mini-stat-info span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #e6edf3;
}