﻿body {
  font-family: 'HelveticaNeue Light';
  background-color: #e8e8e8;
}
body::-webkit-scrollbar-track { 
  background-color: #39b2e2;
}
body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #39b2e2;
}
body::-webkit-scrollbar-thumb {
  background-color: #1e1e1e;
  border-radius: 5px;
}
.navbar {
  background-color: #fff;
  border-bottom: 5px solid #39b2e2;
  text-align: center;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand .logo {
  max-height: 35px;
}
.page-wrapper {
  padding: 65px 15px 10px;
}

.page-bar {
  background-color: #fff;
  padding: 5px;
  border-bottom: 2px solid #dedede;
  margin-bottom: 5px;
}
.page-bar .page-title {
  display: inline-block !important;
  margin: 4px 2px !important;
  color: #2f2f2f !important;
  font-size: 17px !important;
}
.page-bar .page-toolbar {
  margin-top: 0px;
  padding: 0 !important;
  line-height:  0;
  display: inline-block !important;
  float: right;
}
.page-bar .page-toolbar ul {
  margin: 2px;
  padding: 0;
}
.page-bar .page-toolbar ul li {
  margin: 0;
  display: inline-block;
  list-style-type: none;
  margin-right: -3px;
}
.page-bar .page-toolbar ul li .btn {
  background-color: #39b2e2;
  color: #fff;
  padding: 1px 5px !important;
  border-radius: 7px !important;
  border: none !important;
  margin: 0 5px 0 0 !important;
}
.page-bar .page-toolbar ul li .btn i {
  margin: 0;
  font-size: 1em;
}
.page-bar .page-toolbar ul li .btn:hover {
  color: #fff !important;
  font-weight: unset !important;
}

.title {
  position: relative;
  margin: 10px 0;
}
.title h3 {
  background-color: #5f5f5f;
  color: #fff;
  margin: 0 0 25px;
  font-size: 22px;
  padding: 4px 10px;
  border-radius: 5px;
  text-align: center;
}
.title h3 .version {
  color: #5f5f5f;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
  font-size: 15px;
}

.btn-sp {
  padding: 5px 10px !important;
  border-radius: 4px !important;
  border: none !important;
}
.btn-sp:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6) !important;
}
.btn-sp i {
  margin: 0 3px;
}

.sp-dashboard {
  
}
.sp-dashboard .dashboard-stat {
  color: #fff;
  border-radius: 5px !important;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
.sp-dashboard .dashboard-stat .visual {
  padding: 5px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.17);
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: unset;
  display: inline-block;
}
.sp-dashboard .dashboard-stat .visual i {
  opacity: 1;
  margin: 0;
  line-height: unset;
  font-size: 2em;
}
.sp-dashboard .dashboard-stat .details {
  display: inline-block;
}
.sp-dashboard .dashboard-stat .details .fodo-title {
  font-weight: 600;
  font-size: 20px;
}
.sp-dashboard .dashboard-stat .details .desc {
  font-size: 15px;
}

.sp-dashboard .dashboard-stat.cyan {
  background-color: #26ace2;
}
.sp-dashboard .dashboard-stat.orange {
  background-color: #ea6a47;
}
.sp-dashboard .dashboard-stat.darkblue {
  background-color: #1c4e80;
}
.sp-dashboard .dashboard-stat.darkgray {
  background-color: #5f5f5f;
}

.sp-alert {
  padding: 0;
  color: #fff;
  text-align: center;
  margin: 0 0 15px;
  clear: both;
  font-size: 15px;
  background-color: #df6900;
  border: 0;
}
.sp-alert i {
  float: left;
  margin: 3px 0 0 5px;
}
.sp-alert strong {
  border-color: #fff;
  color: #fff;
  border: 1px solid;
  padding: 0px 10px;
  border-radius: 15px !important;
  display: inline-block;
}
.sp-alert.alert-success, .sp-alert.alert-danger {
  padding: 5px;
}
.sp-alert.alert-default {
  background-color: #39b2e2;
  border-color: #39b2e2;
}
.sp-alert.alert-success {
  background-color: #129a00;
  border: 1px solid #129a00;
}
.sp-alert.alert-warning {
  background-color: #df6900;
  border-color: #df6900;
}
.sp-alert.alert-danger {
  background-color: #ac0000;
  border: 1px solid #ac0000;
}

.sp-badge {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 3px 6px;
}

/*========================================================*/
/*=======           Start SmartPan Message         =======*/
/*========================================================*/
.sp-message {
  overflow: auto;
  position: relative;
  padding: 10px 15px 5px;
  background-color: #fff;
  margin-top: 50px;
}
.sp-message .message-box {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.sp-message .message-box .image {
  display: inline-block;
}
.sp-message .message-box .image img {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  border-radius: 100% !important;
  border: 1px solid #39b2e2;
}
.sp-message .message-box .message-container {
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 5px !important;
  position: relative;
  border: 1px solid #dbdbdb;
}
.sp-message .message-box .message-container .name {
  margin: 0;
}
.sp-message .message-box .message-container .date {
  position: absolute;
  top: 10px;
  background-color: #4b4b4b;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px !important;
}
.sp-message .message-action {
  position: fixed;
  left: 0;
  bottom: 30px;
  width: 100%;
  background-color: #dadada;
  padding: 10px 0;
}
.sp-message .message-action .sp-form {
  margin: 0;
}
.sp-message .message-action .form-action {
  
}
/*========================================================*/
/*=======            End SmartPan Message          =======*/
/*========================================================*/

/*========================================================*/
/*=======          Start SmartPan Message RTL      =======*/
/*========================================================*/
.sp-message .message-box:nth-child(odd) .image {
  float: right;
}
.sp-message .message-box:nth-child(even) .image {
  float: left;
}
.sp-message .message-box:nth-child(odd) .message-container {
  margin-right: 55px;
  text-align: right;
}
.sp-message .message-box:nth-child(even) .message-container {
  margin-left: 55px;
  text-align: left;
}
.sp-message .message-box:nth-child(odd) .date {
  left: 10px;
}
.sp-message .message-box:nth-child(even) .date {
  right: 10px;
}
/*========================================================*/
/*=======          End SmartPan Message RTL        =======*/
/*========================================================*/

/*========================================================*/
/*=======           Start SmartPan Welcome         =======*/
/*========================================================*/
.sp-welcome {
  width: 30%;
  text-align: center;
  border: 1px solid #d4d4d4;
  margin: 7% auto 0;
  border-radius: 7px !important;
  padding: 10px 15px 3%;
}
.sp-welcome .wellcome-title {
  font-weight: 600;
  font-size: 40px;
  color: #39b2e2;
}
.sp-welcome .image {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
  margin: 30px 0 25px;
}
.sp-welcome .image .logo-default {
  
}
.sp-welcome .image h3 {
  clear: both;
  margin: 5px 0 0;
  background-color: #39b6e7;
  color: #fff;
  padding: 5px 15px 7px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 7px !important;
  max-width: 150px;
  margin-right: 25%;
}
.sp-welcome .branch-name {
  display: inline-block;
  background-color: #39b6e7;
  padding: 4px 15px;
  min-width: 200px;
  border-radius: 7px !important;
  color: #fff;
  font-size: 20px;
}
.sp-welcome .desc {
  font-size: 18px;
}
/*========================================================*/
/*=======            End SmartPan Welcome          =======*/
/*========================================================*/