@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
/* ===========
   Components List

   - Buttons
   - Panels
   - Portlets
   - Checkbox and radio
   - Progressbars
   - Carousel
   - Tables
   - Form Elements
   - Calendar
   - Widgets
 =============*/
/* ===========
   Buttons
 =============*/
.btn {
  border-radius: 2px;
  padding: 6px 14px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.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.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
  color: #FFFFFF !important;
}
.btn-default {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.btn-default:focus {
  background-color: #F3F3F3;
  border-color: #CCCCCC;
}
.btn-default:hover {
  background-color: #F3F3F3;
  border-color: #CCCCCC;
}
.btn-default:active {
  background-color: #F3F3F3;
  border-color: #CCCCCC;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: #F3F3F3;
  border-color: #CCCCCC;
}
.btn-primary {
  background-color: #3F51B5 !important;
  border: 1px solid #3F51B5 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #3849A2 !important;
  border: 1px solid #3849A2 !important;
}
.btn-success {
  background-color: #66BB6A !important;
  border: 1px solid #66BB6A !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #54B359 !important;
  border: 1px solid #54B359 !important;
}
.btn-info {
  background-color: #29B6F6 !important;
  border: 1px solid #29B6F6 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #11AEF5 !important;
  border: 1px solid #11AEF5 !important;
}
.btn-warning {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  background-color: #ECB100 !important;
  border: 1px solid #ECB100 !important;
}
.btn-danger {
  background-color: red !important;
  border: 1px solid red !important;
}
/*.btn-danger:active,*/
/*.btn-danger:focus,*/
/*.btn-danger:hover,*/
/*.btn-danger.active,*/
/*.btn-danger.focus,*/
/*.btn-danger:active,*/
/*.btn-danger:focus,*/
/*.btn-danger:hover,*/
/*.open > .dropdown-toggle.btn-danger {*/
/*  background-color: #EB575D !important;*/
/*  border: 1px solid #EB575D !important;*/
/*}*/
.btn-inverse {
  background-color: #4C5667 !important;
  border: 1px solid #4C5667 !important;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #414A58 !important;
  border: 1px solid #414A58 !important;
}
.btn-purple {
  background-color: #9C27B0 !important;
  border: 1px solid #9C27B0 !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #89229B !important;
  border: 1px solid #89229B !important;
}
.btn-pink {
  background-color: #EC407A !important;
  border: 1px solid #EC407A !important;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background-color: #EA296A !important;
  border: 1px solid #EA296A !important;
}
.btn-custom {
  border-bottom: 3px solid transparent;
}
.btn-custom.btn-default {
  background-color: #F3F3F3;
  border-bottom: 2px solid #CCCCCC !important;
}
.btn-custom.btn-primary {
  border-bottom: 2px solid #32408F !important;
}
.btn-custom.btn-success {
  border-bottom: 2px solid #49A54E !important;
}
.btn-custom.btn-info {
  border-bottom: 2px solid #077CB2 !important;
}
.btn-custom.btn-warning {
  border-bottom: 2px solid #D39E00 !important;
}
.btn-custom.btn-danger {
  border-bottom: 2px solid #DC1A21 !important;
}
.btn-custom.btn-inverse {
  border-bottom: 2px solid #21252C !important;
}
.btn-custom.btn-purple {
  border-bottom: 2px solid #52145D !important;
}
.btn-custom.btn-pink {
  border-bottom: 2px solid #B41249 !important;
}
.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}
.fileupload {
  overflow: hidden;
  position: relative;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* ===========
   Panels
 =============*/
.panel {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.panel .panel-body {
  padding: 20px;
}
.panel .panel-body p {
  margin: 0px;
}
.panel .panel-body p + p {
  margin-top: 15px;
}
.panel-heading {
  border-radius: 0;
  border: none !important;
  padding: 10px 20px;
}
.panel-default > .panel-heading {
  background-color: #FAFAFA;
  border-bottom: none;
  color: #797979;
}
.panel-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.panel-sub-title {
  margin-bottom: 3px;
  color: #CEE4FD;
  margin-top: -3px;
}
.panel-footer {
  background: #FAFAFA;
  border-top: 0px;
}
.panel-default .panel-sub-title {
  color: inherit;
}
.panel-color .panel-title {
  color: #FFFFFF;
}
.panel-primary > .panel-heading {
  background-color: #3F51B5;
}
.panel-success > .panel-heading {
  background-color: #66BB6A;
}
.panel-info > .panel-heading {
  background-color: #29B6F6;
}
.panel-warning > .panel-heading {
  background-color: #FFC107;
}
.panel-danger > .panel-heading {
  background-color: #EE6E73;
  color: black;
}
.panel-purple > .panel-heading {
  background-color: #9C27B0;
}
.panel-pink > .panel-heading {
  background-color: #EC407A;
}
.panel-inverse > .panel-heading {
  background-color: #4C5667;
}
.panel-border {
  border-radius: 3px;
}
.panel-border .panel-heading {
  background-color: #FFFFFF;
  border-top: 3px solid #CCC !important;
  border-radius: 3px;
  padding: 10px 20px 0px;
}
.panel-border .panel-body {
  padding: 15px 20px 20px 20px;
}
.panel-border.panel-primary .panel-heading {
  border-color: #3F51B5 !important;
  color: #3F51B5 !important;
}
.panel-border.panel-success .panel-heading {
  border-color: #66BB6A !important;
  color: #66BB6A !important;
}
.panel-border.panel-info .panel-heading {
  border-color: #29B6F6 !important;
  color: #29B6F6 !important;
}
.panel-border.panel-warning .panel-heading {
  border-color: #FFC107 !important;
  color: #FFC107 !important;
}
.panel-border.panel-danger .panel-heading {
  border-color: #EE6E73 !important;
  color: #EE6E73 !important;
}
.panel-border.panel-purple .panel-heading {
  border-color: #9C27B0 !important;
  color: #9C27B0 !important;
}
.panel-border.panel-pink .panel-heading {
  border-color: #EC407A !important;
  color: #EC407A !important;
}
.panel-border.panel-inverse .panel-heading {
  border-color: #4C5667 !important;
  color: #4C5667 !important;
}
.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\f067';
}
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\f067';
}
.panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block;
}
.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}
.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.panel-group .panel-heading {
  padding: 12px 26px;
}
.panel-group.panel-group-joined .panel + .panel {
  border-top: 1px solid #EEEEEE;
  margin-top: 0;
}
.panel-group-joined .panel-group .panel + .panel {
  border-top: 1px solid #EEEEEE;
  margin-top: 0;
}
/* ===========
   Portlets
 =============*/
.portlet {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: all 0.4s;
}
.portlet .portlet-heading {
  border-radius: 3px;
  color: #FFFFFF;
  padding: 12px 20px;
}
.portlet .portlet-heading .portlet-title {
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}
.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}
.portlet .portlet-heading a {
  color: #999999;
}
.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
}
.portlet-default .portlet-title {
  color: #797979 !important;
}
.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
  content: "\f217" !important;
}
.portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-warning a,
.portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a {
  color: #FFFFFF;
}
.panel-disabled {
  background: rgba(243, 242, 241, 0.5);
  cursor: progress;
  bottom: 15px;
  left: 0px;
  position: absolute;
  right: -5px;
  top: 0;
}
.loader-1 {
  -moz-animation: loaderAnimate 1000ms linear infinite;
  -o-animation: loaderAnimate 1000ms linear infinite;
  -webkit-animation: loaderAnimate 1000ms linear infinite;
  animation: loaderAnimate 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.loader-1:after {
  -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
  animation: loaderAnimate2 1000ms ease-in-out infinite;
  border-radius: 50%;
  clip: rect(0, 30px, 30px, 15px);
  content: '';
  height: 30px;
  position: absolute;
  width: 30px;
}
/* ===========
   Checkbox and Radio
 =============*/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #FFFFFF;
  border-radius: 0;
  border: 1px solid #DADADA;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
  margin-top: 2px;
}
.checkbox label::after {
  color: #333333;
  display: inline-block;
  font-size: 13px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 1px;
  position: absolute;
  top: 1px;
  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: "\f299";
  font-family: 'Material Design Iconic Font';
  font-weight: bold;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #EEEEEE;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #3F51B5;
  border-color: #3F51B5;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #FFFFFF;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #EE6E73;
  border-color: #EE6E73;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #FFFFFF;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #29B6F6;
  border-color: #29B6F6;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #FFFFFF;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #FFC107;
  border-color: #FFC107;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #FFFFFF;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #66BB6A;
  border-color: #66BB6A;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #FFFFFF;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #FFFFFF;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #EC407A;
  border-color: #EC407A;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #FFFFFF;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4C5667;
  border-color: #4C5667;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #FFFFFF;
}
/* Radios */
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #DADADA;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
}
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #333333;
  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;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #3F51B5;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #3F51B5;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #3F51B5;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #EE6E73;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #EE6E73;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #EE6E73;
}
.radio-info input[type="radio"] + label::after {
  background-color: #29B6F6;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #29B6F6;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #29B6F6;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #FFC107;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #FFC107;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #FFC107;
}
.radio-success input[type="radio"] + label::after {
  background-color: #66BB6A;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #66BB6A;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #66BB6A;
}
.radio-purple input[type="radio"] + label::after {
  background-color: #9C27B0;
}
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #9C27B0;
}
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #9C27B0;
}
.radio-pink input[type="radio"] + label::after {
  background-color: #EC407A;
}
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #EC407A;
}
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #EC407A;
}
/* ===========
   Progressbars
 =============*/
.progress {
  background-color: #E6E6E6;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}
.progress.progress-sm {
  height: 5px !important;
}
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress.progress-md {
  height: 15px !important;
}
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
.progress.progress-lg {
  height: 20px !important;
}
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}
.progress-bar-primary {
  background-color: #3F51B5;
}
.progress-bar-success {
  background-color: #66BB6A;
}
.progress-bar-info {
  background-color: #29B6F6;
}
.progress-bar-warning {
  background-color: #FFC107;
}
.progress-bar-danger {
  background-color: #EE6E73;
}
.progress-bar-inverse {
  background-color: #4C5667;
}
.progress-bar-purple {
  background-color: #9C27B0;
}
.progress-bar-pink {
  background-color: #EC407A;
}
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}
/* ===========
   Carousel
 =============*/
.carousel-control {
  width: 10%;
}
.carousel-control span {
  position: absolute;
  top: 50%;
  /* pushes the icon in the middle of the height */
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}
.carousel-indicators li {
  border: 2px solid #FFFFFF;
}
/* ===========
   Tables
 =============*/
.table {
  margin-bottom: 10px;
}
tbody {
  color: #333333;
}
th {
  color: #333333;
  font-size: 15px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
  padding: 12px 8px;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 8px;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover {
  background-color: #EEEEEE !important;
  border-color: #EEEEEE !important;
}
.table > thead > tr > th {
  border-bottom: 2px solid #EEEEEE;
}
.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(102, 187, 106, 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(41, 182, 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(255, 193, 7, 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(238, 110, 115, 0.15);
}
table.focus-on tbody tr.focused th {
  background-color: #3F51B5;
  color: #FFFFFF;
}
table.focus-on tbody tr.focused td {
  background-color: #3F51B5;
  color: #FFFFFF;
}
.table-rep-plugin {
  /* Table Responsive */
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}
.table-rep-plugin .sticky-table-header.fixed-solution {
  top: 70px !important;
}
.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}
/* Data table */
#datatable-editable .actions a {
  padding: 5px;
}
#datatable-editable .form-control {
  background-color: #FFFFFF;
  width: 100%;
}
#datatable-editable .fa-trash-o {
  color: #EE6E73;
}
#datatable-editable .fa-times {
  color: #EE6E73;
}
#datatable-editable .fa-pencil {
  color: #29B6F6;
}
#datatable-editable .fa-save {
  color: #33B86C;
}
#datatable td {
  font-weight: normal;
}
div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}
div.dataTables_info {
  padding-top: 38px;
}
.dt-buttons {
  float: left;
}
div#datatable-buttons_info {
  float: left;
}
/* Fixed Header */
.fixedHeader-floating {
  top: 70px !important;
}
/* Key table */
table.dataTable th.focus,
table.dataTable td.focus {
  outline: 3px solid #3F51B5 !important;
  outline-offset: -1px;
}
.table-rep-plugin .table-responsive {
  border: none !important;
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}
.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}
.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.table-rep-plugin .checkbox-row label::after {
  color: #555555;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}
.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
  background-color: #EEEEEE;
  cursor: not-allowed;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
  background-color: #3F51B5;
  border-color: #3F51B5;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  color: #FFFFFF;
}
/* Tablesaw */
.tablesaw thead {
  background: #F5F5F5;
  background-image: none;
  border: none;
}
.tablesaw thead th {
  text-shadow: none;
  letter-spacing: 0.06em;
}
.tablesaw thead tr:first-child th {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}
.tablesaw thead tr:first-child th {
  font-weight: 600;
  font-family: inherit;
  border: none;
}
.tablesaw td,
.tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}
.tablesaw-stack tbody tr,
.tablesaw tbody tr {
  border-bottom: none;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176";
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175";
}
.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}
.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}
.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
}
.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #FFFFFF;
}
.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #3F51B5 !important;
  background-color: #F5F5F5;
  outline: none !important;
  box-shadow: none !important;
  background-image: none;
}
/* =============
     Form elements
  ============= */
.error {
  color: #EE6E73;
  font-size: 12px;
  font-weight: 500;
}
.parsley-error {
  border-color: #EE6E73 !important;
}
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #F6504D;
}
/* Datepicker */
.datepicker {
  padding: 8px;
}
.datepicker th,
.datepicker td {
  font-size: 14px !important;
  padding: 5px !important;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #3F51B5;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #3F51B5 !important;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 50%;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background-color: #FAFAFA;
}
.datepicker-inline {
  border: 2px solid #EEEEEE;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3F51B5;
  border-color: #3F51B5;
}
.daterangepicker .input-mini.active {
  border: none;
  border-bottom: 1px solid rgba(128, 137, 142, 0.8);
}
.daterangepicker .ranges li {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  color: #797979;
  font-weight: 600;
  font-size: 12px;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #E3E3E3;
  padding: 2px;
  width: 60px;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background-color: #3F51B5;
  border: 1px solid #3F51B5;
}
.search-input {
  margin-bottom: 10px;
}
.ms-selectable {
  box-shadow: none;
  outline: none !important;
}
.ms-container .ms-list.ms-focus {
  box-shadow: none;
}
.ms-container .ms-selectable li.ms-hover {
  background-color: #3F51B5;
}
.ms-container .ms-selection li.ms-hover {
  background-color: #3F51B5;
}
.note-editor {
  border: 1px solid #EEEEEE;
  position: relative;
}
.note-editor .note-toolbar {
  background-color: rgba(128, 137, 142, 0.1);
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
}
.note-editor .note-statusbar {
  background-color: #FFFFFF;
}
.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}
.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}
.note-toolbar {
  padding: 5px 0 10px 5px;
}
/* Timepicker */
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #3F51B5;
  text-decoration: none;
}
.editor-horizontal .popover-content {
  padding: 9px 30px;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #3F51B5 !important;
  background-image: none;
  box-shadow: none;
}
/* Dropzone */
.dropzone {
  min-height: 60px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 6px;
}
.dropzone .dz-message {
}
/* ===========
   Calendar
 =============*/
.calendar {
  float: left;
  margin-bottom: 0px;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar {
  margin-bottom: 5px;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-day {
  background: #FFFFFF;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc-widget-header {
  border: 1px solid #D5D5D5;
}
.fc-widget-content {
  border: 1px solid #D5D5D5;
}
.fc th.fc-widget-header {
  background: #DDDDDD;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}
.fc-button {
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  color: #555555;
  text-transform: capitalize;
}
.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}
.fc-state-hover {
  background: #F5F5F5;
}
.fc-state-highlight {
  background: #F0F0F0;
}
.fc-cell-overlay {
  background: #F0F0F0;
}
.fc-unthemed .fc-today {
  background: #FFFFFF;
}
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}
.external-event {
  color: #FFFFFF;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}
.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}
/* ===========
   Widgets
 =============*/
.inbox-widget .inbox-item {
  border-bottom: 1px solid #F1F1F1;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}
.inbox-widget .inbox-item img {
  width: 40px;
}
.inbox-widget .inbox-item .inbox-item-author {
  color: #333333;
  display: block;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-text {
  color: #A0A0A0;
  display: block;
  font-size: 12px;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-date {
  color: #A9A9A9;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}
.conversation-list {
  list-style: none;
  max-height: 330px;
  padding: 0px 20px;
}
.conversation-list li {
  margin-bottom: 24px;
}
.conversation-list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 40px;
}
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}
.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #F5F5F5;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.conversation-list .ctext-wrap i {
  color: #1A2942;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
.conversation-list .ctext-wrap p {
  margin: 0px;
  padding-top: 3px;
}
.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 242, 239, 0);
  border-right-color: #F5F5F5;
  border-width: 5px;
  margin-top: -5px;
}
.conversation-list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}
.conversation-list .odd .chat-avatar {
  float: right !important;
}
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}
.conversation-list .odd .ctext-wrap {
  background: #3F51B5 !important;
  color: #FFFFFF;
}
.conversation-list .odd .ctext-wrap i {
  color: #FFFFFF;
}
.conversation-list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: #3F51B5 !important;
  left: 100% !important;
  top: 20% !important;
}
.chat-send {
  padding-left: 0px;
  padding-right: 30px;
}
.chat-send button {
  width: 100%;
}
.chat-inputbar {
  padding-left: 30px;
}
#todo-message {
  font-size: 16px;
}
.todo-list li {
  border: 0px;
  margin: 0px;
  padding: 3px 0 !important;
  background: transparent !important;
}
.todo-list li:last-of-type {
  border-bottom: none;
}
.todo-send {
  padding-left: 0px;
}
/* Widget-chart */
.widget-chart ul li {
  width: 31.5%;
  display: inline-block;
  padding: 0px;
}
.widget-panel {
  padding: 30px 20px;
  padding-left: 30px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}
.widget-panel i {
  font-size: 60px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  line-height: 60px;
}
.widget-user {
  min-height: 112px;
}
.widget-user img {
  height: 72px;
  float: left;
}
.widget-user .wid-u-info {
  margin-left: 90px;
}
.widget-user .wid-u-info p {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-simple-chart .circliful-chart {
  float: left;
  margin-top: -5px;
}
.widget-icon i {
  float: left;
  font-size: 48px;
}
.widget-icon .wid-icon-info {
  margin-left: 80px;
}
/* Widget (background-icon) */
.widget-bg-color-icon .bg-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
}
.widget-bg-color-icon .bg-icon i {
  font-size: 32px;
  color: #FFFFFF !important;
  line-height: 68px;
}
.widget-bg-color-icon .bg-icon-info {
  background-color: #41BEF7;
  border: 6px solid #5AC7F8;
}
.widget-bg-color-icon .bg-icon-primary {
  background-color: #606FC7;
  border: 6px solid #7280CE;
}
.widget-bg-color-icon .bg-icon-pink {
  background-color: #F16E9A;
  border: 6px solid #F386AA;
}
.widget-bg-color-icon .bg-icon-purple {
  background-color: #BC37D3;
  border: 6px solid #C34CD7;
}
.widget-bg-color-icon .bg-icon-success {
  background-color: #89CB8C;
  border: 6px solid #9BD39E;
}
.widget-bg-color-icon .bg-icon-warning {
  background-color: #FFCE3A;
  border: 6px solid #FFD454;
}
.widget-bg-color-icon .bg-icon-danger {
  background-color: #F29396;
  border: 6px solid #F4A5A8;
}
.widget-bg-color-icon .bg-icon-inverse {
  background-color: #626F84;
  border: 6px solid #6D7B93;
}
