/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300); */

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #354257;
  font-size: 14px;
  line-height: 1.8;
  background: #ececed;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul ul {
  padding-left: 20px;
}

a {
  color: #0781b7;
}
a:focus,
a:active,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #0781b7;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
  color: #2b2b2b;
}
.mtop10 {
  margin-top: 10px;
}
hr {
  border-color: #ddd;
}

/*--------------------------------------------*/
/*   Helper clasess
/*--------------------------------------------*/

.clear {
  clear: both;
}

.p-0 {
  padding: 0px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.m-0 {
  margin: 0px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}

.m-r-5 {
  margin-right: 5px;
}

/*--------------------------------------------*/
/*  Page titles
/*--------------------------------------------*/

.page-title-box {
  margin: -20px -15px 20px -15px;
  padding: 20px;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}

.page-title-box .page-title {
  margin: 0;
  float: left;
  font-size: 20px;
}

.page-title-box .breadcrumb {
  background-color: transparent !important;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 0;
  float: right;
}

/* Helper clasess*/

.white-box {
  background: #fff;
  padding: 20px;
  float: left;
  width: 100%;
}

.popover-content {
  display: inline-block;
}

/*--------------------------------------------*/
/*   Left Side
/*--------------------------------------------*/

.logo {
  background: #152743;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 20px;
}

.logo img {
  width: 114px;
}

.logo h2 {
  color: white;
  z-index: 5 !important;
  cursor: pointer;
}

.logo a {
  font-size: 28px;
  color: #fff;
  margin: 16px 0 0 0px;
  text-decoration: none;
  display: inline-block;
}

.logo-icon {
  display: none;
  height: 80px;
  background: #152743;
}

h5.left-nav-title {
  margin-left: 10px;
  color: #fff;
}

.header-section {
  background: #fff;
  border-bottom: 1px solid #eff0f4;
  display: flex;
  align-items: center;
}

.header-section::after {
  clear: both;
  display: block;
  content: "";
}

.toggle-btn {
  width: 52px;
  height: 50px;
  font-size: 20px;
  padding-left: 14px;
  margin-left: 8px;
  padding-top: 8px;
  cursor: pointer;
  float: left;
  color: #212121;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.toggle-btn:hover {
  background: #f2f2f2;
  color: #141313;
}

@media screen and (min-width: 1025px) {
  #menuG {
    margin-left: 0 !important;
    display: block !important;
  }
}

.searchform input {
  box-shadow: none;
  float: left;
  font-size: 14px;
  height: 35px;
  margin: 7px 0 0 10px;
  padding: 10px;
  width: 220px;
}

.searchform input:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ddd;
}

.card.home-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.home_right {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  margin-left: 20px;
}

.home_right .tx {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  margin-top: 5px;
  color: black;
}

.home_count {
  font-weight: bold;
  font-family: arial;
  font-size: 47px;
  line-height: 1;
  color: black;
}

.home_count span {
  font-size: 26px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic";
}

.menu-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.notification-menu {
  list-style: none;
}

.notification-menu > li {
  display: inline-block;
  float: left;
  position: relative;
}

.notification-menu > li > a > i {
  margin-top: 6px;
}

.notification-menu .dropdown-toggle {
  padding: 12px 10px;
  border-color: #fff;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}

.notification-menu .dropdown-toggle:hover,
.notification-menu .dropdown-toggle:focus,
.notification-menu .dropdown-toggle:active,
.notification-menu .dropdown-toggle.active,
.notification-menu .open .dropdown-toggle.dropdown-toggle {
  background: #f3f3f3;
  color: #171616;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.notification-menu .dropdown-toggle img {
  vertical-align: middle;
  margin-right: 5px;
  width: 26px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.notification-menu .dropdown-toggle .caret {
  margin-left: 5px;
}

.notification-menu .dropdown-menu {
  border: 0;
  margin-top: 0px;
  -moz-border-radius: 2px 0 2px 2px;
  -webkit-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
}

.notification-menu .dropdown-menu li {
  display: block;
  margin: 0;
  float: none;
  background: none;
  padding: 0px;
}

.notification-menu .dropdown-menu-usermenu li {
  padding: 0;
}

.notification-menu .dropdown-menu li a {
  font-size: 13px;
  padding: 7px 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #3c3a3a;
}

.notification-menu .dropdown-menu li i {
  font-size: 11px;
  margin-right: 5px;
}

.notification-menu .dropdown-menu-head {
  padding: 0;
  min-width: 300px;
}

.notification-menu .info-number {
  padding: 12px 15px;
  height: 50px;
  font-size: 16px;
  background: #fff;
  color: #333;
  border-color: #fff;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu-head ul {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 0;
}

.notification-menu .dropdown-menu-head li a {
  color: #333;
  padding: 10px 15px;
  opacity: 1;
}

.notification-menu .dropdown-menu-head li a:hover {
  background: none;
  color: #000 !important;
  text-decoration: none;
}

.notification-menu .btn-group {
  margin-bottom: 0;
}

.dropdown-menu .last {
  background-color: #f8f8f8 !important;
  border-bottom: 0 none;
}

.dropdown-list li {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
  border-bottom: 0;
}

.dropdown-list .thumb {
  width: 36px;
  float: left;
}

.dropdown-list .thumb img {
  width: 100%;
  display: block;
  vertical-align: middle;
}

.dropdown-list .desc {
  margin-left: 45px;
  display: block;
}

.dropdown-list .desc h5 {
  font-size: 13px;
  margin-top: 7px;
}

.dropdown-list li:last-child {
  padding: 10px 15px;
}

.dropdown-list li .badge {
  float: right;
}

.user-list {
  width: 300px;
}

.user-list .progress {
  margin-bottom: 0;
}

.normal-list li a .label i {
  margin-right: 0;
}

.normal-list li a span.label {
  float: left;
  margin-right: 10px;
  padding: 5px;
  width: 20px;
}

.normal-list li a:hover {
  color: #65cea7 !important;
  text-decoration: none;
}

.normal-list li .name {
  font-size: 13px;
  font-family: "Arial" Helvetica, sans-serif;
  line-height: 21px;
}

.normal-list li .msg {
  font-size: 12px;
  line-height: normal;
  color: #999;
  display: block;
}

.info-number .badge {
  background: #f86a5e;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  padding: 2px 5px;
  position: absolute;
  right: 4px;
  top: 10px;
}

.notification-list {
  max-height: 230px;
}

.notification-list em {
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  margin-top: 4px;
}

.notification-list .media-body {
  display: inherit;
  width: auto;
  overflow: hidden;
  margin-left: 50px;
}

.notification-list .media-body h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: 600;
  overflow: hidden;
  font-size: 13px;
}

.notification-list .media-body p {
  font-size: 14px;
}

.notifi-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 20px 15px;
  color: #4c5667;
}

.noti-primary {
  color: #fff;
  border: 1px solid #03a9f3;
  background: #03a9f3;
}

.noti-success {
  color: #fff;
  border: 1px solid #81c868;
  background: #81c868;
}

.noti-info {
  color: #fff;
  border: 1px solid #34d3eb;
  background: #34d3eb;
}

.noti-warning {
  color: #fff;
  border: 1px solid #ffbd4a;
  background: #ffbd4a;
}

.noti-danger {
  color: #fff;
  border: 1px solid #f05050;
  background: #f05050;
}

.noti-dark {
  color: #fff;
  border: 1px solid #36404a;
  background: #36404a;
}

.noti-purple {
  color: #7266ba;
  border: 1px solid #7266ba;
  background: #7266ba;
}

.noti-pink {
  color: #fff;
  border: 2px solid #fb6d9d;
  background: #fb6d9d;
}

.noti-custom {
  color: #fff;
  border: 1px solid #5fbeaa;
  background: #5fbeaa;
}

.noti-inverse {
  color: #fff;
  border: 1px solid #4c5667;
  background: #4c5667;
}

.notifications.dropdown .dropdown-menu li {
  border-bottom: 1px solid #e3e1e1;
  display: block;
  font-size: 12px;
}

.notifications.dropdown .dropdown-menu .external-last {
  background-color: #f8f8f8;
  border-bottom: 0 none;
}

.message-list a {
  color: #7a7777;
  font-size: 13px;
  padding: 10px 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}

.message-list a:hover {
  background: #f3f3f380;
}

.message-list span.photo {
  width: 45px;
  height: 45px;
  float: left;
}

.message-list span.photo img {
  width: 45px;
  height: 45px;
}

.message-list span.subject {
  display: block;
  margin-left: 60px;
  font-weight: 600;
  font-size: 13px;
}

.message-list span.message {
  display: block;
  margin-left: 60px;
  white-space: initial;
}

.message-list span.time {
  margin-left: 60px;
  color: #aeaaaa;
  display: block;
}

/*--------------------------------------------*/
/*   Sticky Header
/*--------------------------------------------*/

.sticky-header .header-section {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 60px;
  padding-right: 45px;
  z-index: 100;
}

.sticky-header .main-content {
  padding-top: 80px;
}

.sticky-header .menu-right {
  /* margin-right: 255px; */
}

.sticky-header.left-side-collapsed .header-section {
  left: 53px;
  width: calc(100% - 53px);
}

.sticky-header.left-side-collapsed .menu-right {
  margin-right: 67px;
}

.dropdown-menu-head {
  background: #fff;
}

.dropdown-menu-head .title {
  background: #f2f2f2;
  color: #292626;
  padding: 15px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
}

/*--------------------------------------------*/
/*   Main content
/*--------------------------------------------*/

.main-content {
  margin-left: 380px;
  background: #ececed;
}

@media screen and (max-width: 1540px) {
  .main-content {
    margin-left: calc(25%);
    width: calc(75%);
  }
}

@media screen and (max-width: 1400px) {
  .main-content {
    margin-left: 320px;
    width: calc(100% - 320px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2 ease;
  }
}
@media screen and (max-width: 1024px) {
  .main-content {
    margin-left: 0px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2 ease;
  }
}

.header-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

.wrapper::after {
  clear: both;
  display: block;
  content: "";
  margin-bottom: 30px;
}

/*--------------------------------------------*/
/*  White Panel & Popover
/*--------------------------------------------*/

.white-box {
  background: #fff;
  padding: 20px;
  float: left;
  width: 100%;
}

.popover-content {
  display: inline-block;
}

.Popovers-wrap .btn,
.tooltip-wrap .btn {
  margin-bottom: 10px;
}

/*--------------------------------------------*/
/*  Button
/*--------------------------------------------*/

.button-wrap .btn {
  margin-bottom: 12px;
  margin-right: 8px;
}

.btn {
  border-radius: 0px;
}

.btn.round {
  border-radius: 25px;
}

.btn.outline-btn {
  background: transparent;
}

.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: -6px 12px -6px -14px;
  padding: 7px 15px;
}

.round .btn-label {
  border-radius: 15px 0px 0px 15px;
}

.btn-default {
  background: #f8f8f8;
  border: 1px solid #e4e7ea;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.disabled:hover,
.btn-default.disabled:focus {
  opacity: 0.8;
  background: #e4e7ea;
  border-color: #e4e7ea !important;
}

.btn-primary {
  background: #3376bc;
  border: 1px solid #3376bc;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus {
  opacity: 0.8;
  background: #03a9f3 !important;
  border-color: #03a9f3 !important;
}

.btn-primary.outline-btn {
  color: #03a9f3;
}

.btn-primary.outline-btn:hover,
.btn-primary.outline-btn:focus,
.btn-success.outline-btn:hover {
  background: #03a9f3;
  color: #fff;
  opacity: 1;
}

.btn-success {
  background: #81c868;
  border: 1px solid #81c868;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.disabled:hover,
.btn-success.disabled:focus {
  opacity: 0.8;
  background: #81c868;
  border-color: #81c868 !important;
}

.btn-success.outline-btn {
  color: #81c868;
}

.btn-success.outline-btn:hover,
.btn-success.outline-btn:focus,
.btn-success.outline-btn:hover {
  background: #81c868;
  color: #fff;
  opacity: 1;
}

.btn-info {
  background: #34d3eb;
  border: 1px solid #34d3eb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.disabled:hover,
.btn-info.disabled:focus {
  opacity: 0.8;
  background: #34d3eb;
  border-color: #34d3eb !important ;
}

.btn-info.outline-btn {
  color: #34d3eb;
}

.btn-info.outline-btn:hover,
.btn-info.outline-btn:focus,
.btn-info.outline-btn:hover {
  background: #34d3eb;
  color: #fff;
  opacity: 1;
}

.btn-danger {
  background: #f05050;
  border: 1px solid #f05050;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus {
  opacity: 0.8;
  background: #f05050;
  border-color: #f05050 !important;
}

.btn-danger.outline-btn {
  color: #f05050;
}

.btn-danger.outline-btn:hover,
.btn-danger.outline-btn:focus,
.btn-danger.outline-btn:hover {
  background: #f05050;
  color: #fff;
  opacity: 1;
}

.btn-warning {
  background: #ffbd4a;
  border: 1px solid #ffbd4a;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus {
  opacity: 0.8;
  background: #ffbd4a;
  border-color: #ffbd4a !important;
}

.btn-warning.outline-btn {
  color: #ffbd4a;
}

.btn-warning.outline-btn:hover,
.btn-warning.outline-btn:focus,
.btn-warning.outline-btn:hover {
  background: #ffbd4a;
  color: #fff;
  opacity: 1;
}

.btn-white {
  background: #fff;
  border: 1px solid #eaeaea;
  color: #4c5667;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.disabled:hover,
.btn-white.disabled:focus {
  opacity: 0.8;
  background: #f9f9f9;
  border-color: #eaeaea !important;
}

.btn-white.outline-btn {
  background: transparent;
  border: 1px solid #a49f9f;
  color: #4c5667;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.disabled:hover,
.btn-white.disabled:focus {
  opacity: 1;
  background: #f9f9f9;
  color: #4c5667;
}

.btn-purple {
  background: #7266ba;
  border: 1px solid #7266ba;
  color: #fff;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple.disabled:hover,
.btn-purple.disabled:focus {
  opacity: 0.8;
  background: #7266ba;
  border-color: #7266ba !important;
  color: #fff;
}

.btn-purple.outline-btn {
  color: #7266ba;
}

.btn-purple.outline-btn:hover,
.btn-purple.outline-btn:focus,
.btn-purple.outline-btn:hover {
  background: #7266ba;
  color: #fff;
  opacity: 1;
}

.btn-inverse {
  color: #fff;
  background-color: #12afcb;
  border-color: #12afcb;
}

.btn-inverse:hover,
.btn-inverse.disabled:hover,
.btn-inverse:focus,
.btn-inverse.disabled:focus {
  background: #03a9f3;
  opacity: 0.8;
  border: 1px solid #03a9f3 !important;
  color: #fff;
}

.btn-inverse.outline-btn {
  color: #03a9f3;
}

.btn-inverse.outline-btn:hover,
.btn-inverse.outline-btn:focus,
.btn-inverse.outline-btn:hover {
  background: #03a9f3;
  color: #fff;
  opacity: 1;
}

.btn-pink {
  color: #fff;
  background-color: #fb6d9d;
  border-color: #fb6d9d;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink.disabled:hover,
.btn-pink.disabled:focus {
  opacity: 0.8;
  background: #fb6d9d;
  border-color: #fb6d9d !important;
  color: #fff;
}

.btn-pink.outline-btn {
  color: #fb6d9d;
}

.btn-pink.outline-btn:hover,
.btn-pink.outline-btn:focus,
.btn-pink.outline-btn:hover {
  background: #fb6d9d;
  color: #fff;
  opacity: 1;
}

.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;
}

.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;
}

/*--------------------------------------------*/
/*   label
/*--------------------------------------------*/

.label-warning {
  background-color: #f0a015;
}

.label {
  display: inline-block;
  padding: 5px 16px 6px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px;
  min-width: 100px;
}

/*--------------------------------------------*/
/*   Progressbars
/*--------------------------------------------*/

.progress {
  -webkit-box-shadow: none !important;
  background-color: #e1e1e1;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}

.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

.progress.progress-sm {
  height: 5px !important;
}

.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

.progress.progress-md {
  height: 15px !important;
}

.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

.progress.progress-lg {
  height: 20px !important;
}

.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

.progress-bar-primary {
  background-color: #6a76fc;
}

.progress-bar-success {
  background-color: #00b19d;
}

.progress-bar-info {
  background-color: #3ddcf7;
}

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

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

.progress-bar-inverse {
  background-color: #4c5667;
}

.progress-bar-purple {
  background-color: #7266ba;
}

.progress-bar-pink {
  background-color: #f76397;
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}

/*--------------------------------------------*/
/*  Pagination and data table
/*--------------------------------------------*/

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #5f5f5f !important;
  border: 1px solid #ebebeb;
  background: #f1f1f1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #5f5f5f !important;
  border: 1px solid transparent;
  background: #f7f7f7 !important;
  box-shadow: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid transparent;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #e6e3e3;
}

.table > thead > tr > th {
  color: #6b6a6a;
  font-weight: 600;
  font-size: 14px;
}

/*--------------------------------------------*/
/*   Icons
/*--------------------------------------------*/

.icon-list-demo div {
  cursor: pointer;
  line-height: 38px;
  white-space: nowrap;
  color: #75798b;
}

.icon-list-demo {
  margin-bottom: 30px;
}

.icon-list-demo.material i {
  display: block;
}

.icon-list-demo div:hover {
  color: #ffffff;
}

.icon-list-ion i {
  font-size: 15px;
  -webkit-transition: all 0.2s;
}

.icon-list-ion div {
  min-height: 100px;
  max-height: 100px;
  padding: 10px;
}

.icon-list-ion div:hover {
  background-color: #03a9f3;
  color: #fff;
  cursor: pointer;
}

.icon-list-ion div:hover i {
  font-size: 40px;
}

.icon-list-demo div p {
  margin-bottom: 0px;
  line-height: inherit;
}

.icon-list-demo i {
  -webkit-transition: all 0.2s;
  display: inline-block;
  font-size: 15px;
  margin: 0;
  text-align: center;
  transition: all 0.2s;
  vertical-align: middle;
  width: 40px;
}

.icon-list-demo .col-md-4 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}

.icon-list-demo .col-md-4:hover {
  background-color: #03a9f3;
}

.icon-list-demo .col-md-4:hover i {
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  moz-transform: scale(2);
  transform: scale(2);
}

.icon-list-demo.material div {
  font-size: 13px !important;
  line-height: 30px;
  margin-bottom: 20px;
}

/*--------------------------------------------*/
/*   Range Slider
/*--------------------------------------------*/

.bg-primary {
  color: #fff;
  background-color: #337ab7 !important;
  background-image: none !important;
}

.bg-red {
  border-color: #cb5a5e !important;
  background-image: none !important;
  background-color: #cb5a5e !important;
  color: #ffffff !important;
}

.bg-blue {
  border-color: #3598dc !important;
  background-image: none !important;
  /* background-color: #3598dc !important; */
  color: #ffffff !important;
}

.bg-green {
  border-color: #26a69a !important;
  background-image: none !important;
  background-color: #26a69a !important;
  color: #ffffff !important;
}

.bg-purple {
  border-color: #8e5fa2 !important;
  background-image: none !important;
  background-color: #8e5fa2 !important;
  color: #ffffff !important;
}

.bg-yellow {
  border-color: #c49f47 !important;
  background-image: none !important;
  background-color: #c49f47 !important;
  color: #ffffff !important;
}

.bg-green {
  border-color: #26a69a !important;
  background-image: none !important;
  background-color: #26a69a !important;
  color: #ffffff !important;
}

.slider {
  border: 0;
  padding: 0;
  display: block;
  margin: 12px 5px;
  min-height: 11px;
}

/*--------------------------------------------*/
/*   Mail
/*--------------------------------------------*/

.mailbox-nav-main {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 2px #cbc7c7;
}

.mailbox-nav {
  background: #dddddd4d;
}

.mailbox-nav li a {
  display: block;
  padding: 15px 7px 6px 16px;
  color: #353333;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.mailbox-nav .active a,
.mailbox-nav li a:hover {
  background: #ececec;
  border-color: #eaeef1;
}

.mailbox-nav li a i {
  margin-right: 5px;
}

.icon-state-warning {
  color: #f6d433;
}

.mailbox-content {
  background: #fff;
  padding: 15px;
}

.mailbox-header {
  margin-bottom: 20px;
}

.mailbox-header h2 {
  margin: 3px 0;
}

.note-editor {
  border: 1px solid #dce1e4;
  border-radius: 0;
}
.mail-hidden-options {
  display: inline-block;
}

.mailbox-content {
  overflow: hidden;
}

.mailbox-content table thead tr th {
  border-bottom: 1px solid #ddd;
}

.mailbox-content table tbody tr td {
  cursor: pointer;
}

.mailbox-content table tbody tr:hover {
  background: #fafafa;
}

.mailbox-content table tbody tr.read {
  background: #f9f9f9;
  color: #7f7f7f;
}

.mailbox-content table tbody tr.checked {
  background: #ffc;
}

.badge.badge-success {
  background: #03a9f3;
  color: #fff;
}

.message-header {
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 0 15px;
  margin-bottom: 10px;
}

.message-header h3 {
  float: left;
  font-size: 14px;
  margin: 0;
  color: #2b2b2b;
  font-weight: 600;
}
.message-header p {
  float: right;
  margin: 0;
}

.message-sender {
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 5px;
  margin-bottom: 10px;
}

.message-sender img {
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.message-sender p {
  display: inline-block;
}

.message-sender span {
  color: #7f7f7f;
}

.message-content {
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 5px;
  margin-bottom: 10px;
}

.message-attachments {
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 15px;
  margin-bottom: 10px;
}

.message-attachment {
  position: relative;
  width: 200px;
  float: left;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
}

.message-attachment a {
  text-decoration: none;
}

.message-attachment img {
  display: block;
  width: 100%;
}

.attachment-info {
  background: #f9f9f9;
  padding: 10px;
}

.attachment-info p {
  margin: 0;
}

.attachment-info span {
  font-size: 11px;
  color: #aaa;
}

.compose-message {
  overflow: hidden;
  padding: 0 0 10px;
  float: left;
  width: 100%;
}

.compose-options {
  width: 100%;
  overflow: hidden;
  display: block;
}

.note-editor {
  border: 1px solid #dce1e4;
  border-radius: 0;
}

.note-dialog .note-modal-form {
  margin: 0 15px;
}

.note-editor .note-toolbar {
  border-bottom: 0;
  background: transparent;
  padding: 10px;
}

.note-popover .popover .popover-content > .btn-group,
.note-toolbar > .btn-group {
  margin-top: 0;
}

.note-editor .note-editable {
  overflow: auto;
  min-height: 200px;
  outline: 0;
  padding: 10px;
}

.note-editor .note-statusbar {
  background: 0 0;
}

.note-editor .note-statusbar .note-resizebar {
  border: 0;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}

/*--------------------------------------------*/
/*  dashboard2
/*--------------------------------------------*/

.analytics-box {
  display: flex;
  align-items: center;
}

.analytics-box .analytics-info {
}

.analytics-box .analytics-info {
  margin-top: 15px;
}

.analytics-box h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.analytics-box .analytics-info .analytics-stats {
  float: left;
  margin-top: 12px;
  margin-right: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #3e3b3b;
}

.analytics-box .analytics-info span {
  float: right;
}

.progress-main {
  margin-bottom: 20px;
  font-size: 15px;
  float: left;
  width: 100%;
}

.progress-main .progress {
  margin-top: 16px;
  float: left;
  width: 100%;
  font-size: 18px;
}

.progress-main .progress-text {
  float: left;
  color: #2b2b2b;
}

.progress-main .progress-stats {
  float: right;
  color: #2d2c2c;
}

/*Todo list*/

.todo-list li {
  list-style: none;
  margin-bottom: 24px;
}

.list-task .task-done span {
  text-decoration: line-through;
}

.list-task .task-done {
  text-decoration: line-through;
}

/*feeds*/

.bg-primary {
  background-color: #03a9f3 !important;
}

.bg-success {
  background-color: #81c868 !important;
}

.bg-info {
  background-color: #34d3eb !important;
}

.bg-warning {
  background-color: #ffbd4a !important;
}

.bg-danger {
  background-color: #f05050 !important;
}

.feeds-box {
  margin-bottom: 35px;
}

.feeds-box .feeds-icon {
  width: 40px;
  height: 40px;
  background: #ccc;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
}

.feeds-box .feeds-info {
  margin-left: 56px;
}

.feeds-box .feeds-info h5 {
  margin: 0;
}

.feeds-box .feeds-info span {
  color: #989595;
}

.row {
  margin-bottom: 30px;
}

.Browser_stats li {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 26px;
}

.Browser_stats li .browser-info {
}

.Browser_stats li .browser-info img {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}

.Browser_stats li .broser-stats {
  float: right;
  color: #8a8f92;
}

/*--------------------------------------------*/
/* dashboardd
/*--------------------------------------------*/

.info-box-main {
  background: #fff;
  padding: 15px 12px;
  position: relative;
  margin-bottom: 30px;
}

.info-box-main .info-icon {
  width: 50px;
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 50px;
  font-size: 25px;
  color: #575555;
}

.info-box-main .info-stats {
  margin-right: 50px;
}

.info-box-main .info-stats p {
  font-size: 20px;
  margin-bottom: 0;
  color: #3e3b3b;
  font-weight: 400;
}

.info-box-main .info-stats span {
  margin: 5px 0px 13px;
  display: inline-block;
  color: #727070;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.info-box-progress {
}

.info-box-progress .progress {
  height: 5px;
  margin-bottom: 0;
}

/*inbox-widget-----*/

.inbox-inner {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 14px;
}

.mailbox-content .table > tbody > tr > td {
  vertical-align: middle;
}

.mailbox-content .checkbox {
  margin-bottom: 0;
}

.inbox-inner:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.inbox-img {
  width: 50px;
  float: left;
}

.inbox-img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.inbox-item-info {
  margin-left: 60px;
  position: relative;
}

.inbox-item-info .author {
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.inbox-item-info .inbox-message {
  margin-bottom: 0px;
  color: #7e7c7c;
}

.inbox-item-info .inbox-date {
  position: absolute;
  top: -7px;
  right: 0;
  color: #7d7979;
}

.inbox-inner a:hover,
.inbox-inner a:focus,
.inbox-inner a:visited {
  text-decoration: none !important;
}

/*time line*/

.timeline {
  padding: 0;
  margin: 5px 0 15px;
  list-style: none;
  position: relative;
}

.timeline-compact::after,
.timeline-compact::before,
.timeline-compact > li.latest::before {
  background-color: #4285f4;
}

.timeline-compact > li {
  padding-bottom: 35px;
}

.timeline > li {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-bottom: 16px;
}

.timeline {
  list-style: none;
}

.timeline-compact > li::before {
  border: 1px solid #f6c163;
}

.timeline > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #4285f4;
}

.timeline-compact .timeline-date {
  float: right;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 22px;
}

.timeline-compact .timeline-title {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #2b2b2b;
}

.timeline-compact .timeline-description {
  color: #737373;
  margin-top: 4px;
}

.timeline::after,
.timeline::before {
  position: absolute;
  background-color: #4285f4;
  content: "";
}

.timeline::before {
  left: 7px;
  top: 2px;
  height: 100%;
  width: 2px;
}

/*chat widget*/

.inbox-scroll-list {
  height: 330px;
}

.chat-scroll-list {
  height: 300px;
}

.chat-widget ul {
  margin: 0px;
  padding: 0px;
}

.chat-widget ul li {
  list-style: none;
  margin-bottom: 20px;
}

.chat-widget ul li.left img {
  float: left;
}

.chat-widget ul li.right img {
  float: right;
}

.chat-widget ul li img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.chat-widget ul li.left .chat-info {
  background: #03a9f3;
  padding: 10px;
  margin-left: 65px;
}

.chat-widget ul li.left .name,
.chat-widget ul li.left .chat-info .message,
.chat-widget ul li.left .chat-info .name,
.chat-widget ul li.left .chat-info .datetime {
  color: #fff;
}

.chat-widget ul li.right .chat-info {
  background: #f0f0f0;
  padding: 10px;
  margin-right: 65px;
}

.chat-widget ul li .chat-info .name {
  color: #565353;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.chat-widget ul li .chat-info .datetime {
  color: #8f8b8b;
}

.chat-widget ul li .chat-info .message {
  display: inline-block;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #c5bebe;
}

.form-control:focus {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #969191;
}

/*--------------------------------------------*/
/*   chart
/*--------------------------------------------*/

#flotTip {
  padding: 8px 12px;
  background-color: #36404a;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.canvas-chart {
  position: relative;
}

.has-doughnut-legend {
  margin-right: 80px;
}

ul.doughnut-legend {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 30px;
  right: 28px;
  font-size: 13px;
}

ul.doughnut-legend li span {
  display: inline-block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 8px 2px 0;
}

.jqstooltip {
  background-color: rgba(43, 48, 58, 0.8);
  padding: 3px 5px 5px 5px;
  min-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

/*--------------------------------------------*/
/*   Form
/*--------------------------------------------*/

.form-group {
  float: left;
  width: 100%;
}

.bootstrap-tagsinput input {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}

.bootstrap-tagsinput {
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #262626;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

.bootstrap-tagsinput .tag {
  color: #fff;
  position: relative;
  margin: 3px 0 3px 2px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}

.bootstrap-tagsinput > span {
  font-weight: 400;
  padding: 4px 28px 4px 8px;
  font-size: 13px;
  border: 1px solid #2dc3e8;
  background: #2dc3e8;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  display: block;
  top: -1px;
  right: 0;
  padding: 3px 4px 3px 5px;
  width: 23px;
  height: 22px;
  position: absolute;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "";
  font-family: fontAwesome;
  padding: 2px 1px;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.ms-selectable .search-input,
.ms-selection .search-input {
  margin-bottom: 10px;
}

/*--------------------------------------------*/
/*   dropzone
/*--------------------------------------------*/

.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 6px;
}

.dropzone .dz-message {
  font-size: 30px;
}

.dropzone .dz-message {
  text-align: center;
}

.has-success .form-control {
  border-color: #4cae4c;
  box-shadow: none !important;
}

.has-warning .form-control {
  border-color: #f0ad4e;
  box-shadow: none !important;
}

.has-error .form-control {
  border-color: #f05050;
  box-shadow: none !important;
}

/*--------------------------------------------*/
/*   Wizard
/*--------------------------------------------*/

.wizard > .content {
  background: #ffffff;
  min-height: 240px;
}

.wizard > .content > .body {
  padding: 0px;
  position: relative;
}

.wizard > .content > .body input {
  border: 1px solid #e3e3e3;
}

.wizard > .content > .body ul > li {
  display: block;
  line-height: 30px;
}

.wizard > .content > .body label.error {
  color: #f05050;
  margin-left: 0;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-top: 10px;
}

.wizard > .steps .number {
  display: inline-block;
}

.wizard > .steps .disabled a {
  background: #ffffff;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .steps .disabled a:hover {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .steps .disabled a:active {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .steps .current a {
  background: #03a9f3;
}

.wizard > .steps .current a:hover {
  background: #139ad7;
}

.wizard > .steps .current a:hover .number {
  color: #ffffff;
}

.wizard > .steps .current a:active {
  background: #5fbeaa;
}

.wizard > .steps .current a:active .number {
  color: #ffffff;
}

.wizard > .steps .current a .number {
  color: #ffffff;
}

.wizard > .steps .done a {
  background: #5d5f62;
}

.wizard > .steps .done a:hover {
  background: #7a8c9a;
}

.wizard > .steps .done a:active {
  background: #7a8c9a;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active,
.wizard > .content {
  border-radius: 2px;
}

.wizard > .actions a {
  background: #03a9f3;
  border-radius: 2px;
  color: #ffffff;
}

.wizard > .actions a:hover {
  background: #119cda;
  border-radius: 2px;
  color: #ffffff;
}

.wizard > .actions a:active {
  background: #5fbeaa;
  border-radius: 2px;
  color: #ffffff;
}

.wizard > .actions .disabled a {
  background: #ffffff;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .actions .disabled a:hover {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .actions .disabled a:active {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

/*--------------------------------------------*/
/*  image crop
/*--------------------------------------------*/

.img-preview {
  height: 150px;
  width: 220px;
  overflow: hidden;
}

/*--------------------------------------------*/
/*   Panel
/*--------------------------------------------*/

.panel-wrap {
  margin-bottom: 30px;
}

.panel {
  margin-bottom: 20px;
}

.panel-color .panel-title {
  color: #ffffff;
}

.panel-footer {
  background: #f4f8fb;
  border-top: 0px;
}

.panel-heading,
.panel {
  border-radius: 0px;
}

.panel-heading {
  padding: 12px 15px;
}

.panel-primary {
  border-color: #03a9f3;
}

.panel-default {
  border-color: #f4f8fb;
}

.panel-success {
  border-color: #81c868;
}

.panel-danger {
  border-color: #f05050;
}

.panel-info {
  border-color: #34d3eb;
}

.panel-warning {
  border-color: #ffbd4a;
}

.panel-purple {
  border-color: #7266ba;
}

.panel-inverse {
  border-color: #12afcb;
}

.panel-pink {
  border-color: #d2245c;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f4f8fb;
  border-color: #dee2e4;
}

.panel-primary > .panel-heading {
  background-color: #03a9f3;
  border-color: #03a9f3;
}

.panel-success > .panel-heading {
  background-color: #81c868;
}

.panel-info > .panel-heading {
  background-color: #34d3eb;
}

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

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

.panel-purple > .panel-heading {
  background-color: #7266ba;
}

.panel-pink > .panel-heading {
  background-color: #d2245c;
}

.panel-inverse > .panel-heading {
  background-color: #12afcb;
}

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

.panel-border .panel-heading {
  background-color: #ffffff;
  border-top: 3px solid #dadfe2 !important;
  padding: 10px 20px 0px;
  border-bottom: 0px;
  border-radius: 0;
}

.panel-border .panel-body {
  padding: 15px 20px 20px 20px;
}

.panel-border.panel-custom .panel-heading {
  border-color: #5fbeaa !important;
  color: #5fbeaa !important;
}

.panel-border.panel-primary .panel-heading {
  border-color: #5d9cec !important;
  color: #5d9cec !important;
}

.panel-border.panel-success .panel-heading {
  border-color: #81c868 !important;
  color: #81c868 !important;
}
.panel-border.panel-info .panel-heading {
  border-color: #34d3eb !important;
  color: #34d3eb !important;
}

.panel-border.panel-warning .panel-heading {
  border-color: #ffbd4a !important;
  color: #ffbd4a !important;
}

.panel-border.panel-danger .panel-heading {
  border-color: #f05050 !important;
  color: #f05050 !important;
}

.panel-border.panel-purple .panel-heading {
  border-color: #7266ba !important;
  color: #7266ba !important;
}

.panel-border.panel-pink .panel-heading {
  border-color: #d2245c !important;
  color: #fb6d9d !important;
}

.panel-border.panel-inverse .panel-heading {
  border-color: #4c5667 !important;
  color: #4c5667 !important;
}

/*--------------------------------------------*/
/*   Tabs
/*--------------------------------------------*/

.tab-content {
  background: #fff;
  padding: 30px;
}

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

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

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 22px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 12px 25px;
  color: #4b4a4a;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #f8f8f8;
}

.nav-tabs.tabs-border {
}

.nav-tabs.tabs-border > li > a {
  border-bottom: 2px solid transparent;
  background: transparent !important;
}

.nav-tabs.tabs-border > li.active > a,
.nav-tabs.tabs-border > li.active > a:focus,
.nav-tabs.tabs-border > li.active > a:hover {
  border: 0;
  border-bottom: 2px solid #03a9f3;
  color: #03a9f3;
  background: transparent !important;
}

.vertical-tabs-main .vertical-tabs {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
  border: 0;
  background: #ebeff2;
}

.vertical-tabs-main .tab-content {
  background: #ffffff;
  display: table-cell;
  margin-bottom: 30px;
  padding: 30px;
  vertical-align: top;
}

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

vertical-tabs-main .vertical-tabs .nav > li > a {
  border: 1px solid transparent !important;
  padding: 12px 12px;
  background: #f5f5f5;
}

.vertical-tabs-main .nav-tabs > li.active > a,
.vertical-tabs-main .nav-tabs > li > a:hover,
.vertical-tabs-main .nav-tabs > li.active > a:focus,
.vertical-tabs-main .nav-tabs > li.active > a:hover {
  background: #fff;
}

.panel-group .panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  padding: 14px 15px;
}

.panel-group .panel .panel-heading a[data-toggle="collapse"] {
  display: block;
}

.panel-group .panel .panel-heading a.collapsed[data-toggle="collapse"]::before {
  content: "\f106";
}

.panel-group .panel .panel-heading a[data-toggle="collapse"]::before {
  content: "\f107";
  display: block;
  float: right;
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: right;
  width: 25px;
}

/*--------------------------------------------*/
/*   Checkbox and Radio
/*--------------------------------------------*/

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.checkbox,
.radio {
  margin-top: 0;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 1px;
  border: 1px solid #c0bfbf;
  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: #817d7d;
  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.primary label::after,
.checkbox.success label::after,
.checkbox.info label::after,
.checkbox.warning label::after,
.checkbox.danger label::after,
.checkbox.purple label::after,
.checkbox.pink label::after,
.checkbox.inverse label::after {
  color: #fff;
}

.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;
  outline: thin dotted;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e4e7ea;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single label {
  height: 17px;
}

.checkbox.default input[type="checkbox"]:checked + label:before {
  background: #ebecf0;
  border-color: #ebecf0;
  color: #fff !important;
}

.checkbox.primary input[type="checkbox"]:checked + label:before {
  background: #188ae2;
  border-color: #188ae2;
  color: #fff !important;
}

.checkbox.success input[type="checkbox"]:checked + label:before {
  background: #00bf4f;
  border-color: #00bf4f;
  color: #fff;
}

.checkbox.info input[type="checkbox"]:checked + label:before {
  background: #00aeff;
  border-color: #00aeff;
  color: #fff;
}

.checkbox.warning input[type="checkbox"]:checked + label:before {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}

.checkbox.danger input[type="checkbox"]:checked + label:before {
  background: #f60e0e;
  border-color: #f60e0e;
  color: #fff;
}

.checkbox.purple input[type="checkbox"]:checked + label:before {
  background: #5b69bc;
  border-color: #5b69bc;
  color: #fff;
}

.checkbox.pink input[type="checkbox"]:checked + label:before {
  background: #ff8acc;
  border-color: #ff8acc;
  color: #fff;
}

.checkbox.inverse input[type="checkbox"]:checked + label:before {
  background: #212121;
  border-color: #212121;
  color: #fff;
}

.checkbox.circled label:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* 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: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(42, 43, 44, 0.39);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}

.radio label::after {
  -moz-transition: -moz-transform 0.3s 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.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #2b2b2b;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 7px;
  left: 5px;
  margin-left: -20px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 7px;
}

.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: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

.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: #ab8ce4;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #ab8ce4;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #ab8ce4;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #fb9678;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #fb9678;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #fb9678;
}

.radio-info input[type="radio"] + label::after {
  background-color: #03a9f3;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #03a9f3;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #03a9f3;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #fec107;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #fec107;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #fec107;
}

.radio-success input[type="radio"] + label::after {
  background-color: #00c292;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #00c292;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #00c292;
}

.radio-purple input[type="radio"] + label::after {
  background-color: #9675ce;
}

.radio-purple input[type="radio"]:checked + label::before {
  border-color: #9675ce;
}

.radio-purple input[type="radio"]:checked + label::after {
  background-color: #9675ce;
}

.radio-red input[type="radio"] + label::after {
  background-color: #fb9678;
}

.radio-red input[type="radio"]:checked + label::before {
  border-color: #fb9678;
}

.radio-red input[type="radio"]:checked + label::after {
  background-color: #fb9678;
}

/*--------------------------------------------*/
/*   alert and notification
/*--------------------------------------------*/

.top-center-fullwidth .jq-toast-wrap {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 0 !important;
}

.bottom-center-fullwidth .jq-toast-wrap {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  bottom: 0 !important;
}

.jq-toast-wrap .jq-toast-single {
  color: #fff;
  border-radius: 0;
  margin: 0;
}

.jq-toast-wrap .jq-toast-single.jq-has-icon {
  padding: 13px 10px 13px 50px;
}

.jq-toast-wrap .jq-toast-single .jq-toast-loader {
  border-radius: 0;
}

.alert-success {
  color: #fff;
  background-color: #81c868;
  border-color: #81c868;
}

.alert-info {
  color: #fff;
  background-color: #34d3eb;
  border-color: #34d3eb;
}

.alert-warning {
  color: #fff;
  background-color: #ffbd4a;
  border-color: #ffbd4a;
}

.alert-danger {
  color: #fff;
  background-color: #f05050;
  border-color: #f05050;
}

.alert .close {
  filter: alpha(opacity=20);
  opacity: 0.5;
}

/*--------------------------------------------*/
/*    Sweet Alerts
/*--------------------------------------------*/

.white-box.alert-box {
  text-align: center;
  padding: 56px 20px !important;
}

.white-box.alert-box p {
  margin-bottom: 20px;
}

.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1050;
}

.sweet-alert {
  background-color: #fff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}

@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .icon.error {
  border-color: #db5565;
}

.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}

.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #db5565;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .icon.warning {
  border-color: #f4ad49;
}

.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f4ad49;
}

.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f4ad49;
}

.sweet-alert .icon.info {
  border-color: #29b6d8;
}

.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #29b6d8;
}

.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #29b6d8;
}

.sweet-alert .icon.success {
  border-color: #51bf87;
}

.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -ms-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(81, 191, 135, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #51bf87;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.sweet-alert .btn-default {
  margin-right: 10px;
}

.sweet-alert .btn-default:focus {
  border-color: #e8e8e8;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(232, 232, 232, 0.6);
}

.sweet-alert .btn-success {
  margin-right: 10px;
}
.sweet-alert .btn-success:focus {
  border-color: #51bf87;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(81, 191, 135, 0.6);
}

.sweet-alert .btn-info {
  margin-right: 10px;
}

.sweet-alert .btn-info:focus {
  border-color: #29b6d8;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(41, 182, 216, 0.6);
}

.sweet-alert .btn-danger {
  margin-right: 10px;
}

.sweet-alert .btn-danger:focus {
  border-color: #db5565;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(219, 85, 101, 0.6);
}

.sweet-alert .btn-warning {
  margin-right: 10px;
}

.sweet-alert .btn-warning:focus {
  border-color: #f4ad49;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(244, 173, 73, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);

    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

.progress {
  position: relative;
}

.progress .progress-bar {
  position: absolute;
  overflow: hidden;
}

.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
}

.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.progress.right .progress-bar {
  right: 0;
}

.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}

.progress.vertical {
  width: 20px;
  height: 100%;
  float: left;
  margin-right: 20px;
}

.progress.vertical.bottom {
  position: relative;
}

.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}

.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  transition: height 0.6s ease;
  transition: all height 0.6s ease ease-out;
}

.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 0;
}

.progress-bar[aria-valuenow="0"] {
  color: #ffffff;
  min-width: 0;
  background-color: #cccccc;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-bar[aria-valuenow="0"].progress-bar-success {
  background-color: #51bf87;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-success {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar[aria-valuenow="0"].progress-bar-info {
  background-color: #29b6d8;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-info {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar[aria-valuenow="0"].progress-bar-warning {
  background-color: #f4ad49;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar[aria-valuenow="0"].progress-bar-danger {
  background-color: #db5565;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

/*--------------------------------------------*/
/*   Login page
/*--------------------------------------------*/

.login-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/login_bg.jpg);
  background-size: cover;
  background-position: center center;
}

.login-section:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.85);
  z-index: 0;
}

.absolute-center {
  position: absolute;
  width: 100%;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.mw-500 {
  max-width: 500px !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0,0,0,.125); */
  border-radius: 0.25rem;
}

.login-wrapper {
  float: none;
  margin: 0px auto;
  max-width: 400px;
}

.login-inner {
  background: #fff;
  float: left;
  width: 100%;
  padding: 0px 40px;
  margin: 20px 0px 30px;
}

.card .logo {
  height: 116px;
  position: relative;
  background-image: url(../../assets/images/login_header_bg.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.card .logo:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 82, 118, 0.85);
  z-index: 0;
}

.side-menu {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

label {
  font-weight: 400;
}

.copy-text {
  float: left;
  width: 100%;
  border-top: 1px solid #e9e4e4;
  padding: 17px 0px 0px;
  text-align: center;
  margin: 4px 0px 0px;
}

.userimage {
  text-align: center;
  margin-bottom: 30px;
}

.userimage img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
}

/*--------------------------------------------*/
/*   Error page
/*--------------------------------------------*/

.error-inner {
  text-align: center;
  padding: 100px 0px 120px;
}

.error-inner h1 {
  font-weight: 700;
  font-size: 182px;
  color: #e3e0e0;
}

.error-inner h3 {
  color: #e3e0e0;
  text-transform: uppercase;
  font-size: 19px;
}

.error-inner p {
  margin-top: 20px;
  color: #e3e0e0;
}

.error-inner .btn {
  margin-top: 22px;
}

/*--------------------------------------------*/
/*   profile page
/*--------------------------------------------*/

.profile-cover {
  background: url("../images/profile-cover.jpg");
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 30px;
}

.profile-inner {
  margin-top: 16px;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  right: 0;
}

.profile-info {
  text-align: center;
}

.overlay-profile {
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.profile-media {
  width: 120px;
  height: 120px;
  display: inline-block;
}

.profile-media img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.profile-intro {
  color: #fff;
}

.profile-intro h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.profile-intro ul li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 15px;
}

.profile-intro ul li a {
}

.profile-stats {
  width: 100%;
  padding: 0px 20px;
  text-align: right;
  margin-top: 20px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.profile-stats ul li {
  display: inline-block;
  color: #fff;
  margin-left: 30px;
}

.profile-stats ul li h4 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.post-list li a {
  color: #787878;
}

.post-header {
  float: left;
  width: 100%;
}

.post-author-media {
  width: 80px;
  height: 80px;
  position: absolute;
}

.post-author-media img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.post-author {
  margin-left: 95px;
  margin-top: 20px;
}

.post-author h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}

.post-author p {
  color: #938e8e;
}

.comment-info {
  background: #f6f6f6;
  padding: 4px 20px;
  margin-top: 8px;
  display: inline-block;
  width: 100%;
}

.comment-info ul {
}

.comment-info ul li {
  display: inline-block;
  margin-right: 11px;
}

.comment-info ul li a {
  color: #454545;
  font-size: 13px;
  text-decoration: navajowhite;
}

.post-desc {
  float: left;
  width: 100%;
  margin-top: 28px;
}

.timeline-comment {
  margin-top: 20px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.timeline-comment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
}

.timeline-comment span {
  float: left;
  margin: 10px 0px 0px 20px;
  color: #292727;
}

.timeline-comment span small {
  margin-left: 10px;
}

.text-light {
  color: #938e8e;
}

.timeline-comment .comment-text {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.friend-list {
}

.friend-list ul li {
  display: inline-block;
  list-style: none;
  margin: 0px 3px 10px;
}

.friend-list ul li a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/*--------------------------------
      Pricing page
---------------------------------*/

.pricing-table {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  border: 2px solid #f0efef;
}

.pricing-table h2 {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pricing-header {
  padding: 25px;
  background: #03a9f3;
}

.pricing-table h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.pricing-table h3 span {
  font-weight: 700;
}

.pricing-table p {
  color: #fff;
}

.pricing-table .feature-list {
  padding: 15px 0;
}

.pricing-table .feature-list ul {
  list-style: none outside none;
  padding: 0px;
}

.pricing-table .feature-list ul li {
  padding: 13px 0px;
  border-bottom: 1px solid #efefef;
  color: #302e2e;
  font-size: 17px;
}

.pricing-table .price-signup {
  padding: 10px 50px 30px;
}

/*-----------------------------------------------------------------*/
/* FAQ
/*-----------------------------------------------------------------*/

.accordion-main {
  margin-bottom: 30px;
}

.panel-group .panel-heading {
  cursor: pointer;
  padding: 15px 15px;
}

.panel-body ul li {
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 300;
}

.panel-body ul li i {
  margin-right: 5px;
}

.panel-title {
  font-size: 15px;
  color: #413f3f;
  text-transform: uppercase;
}

.panel-group .panel {
  background: none;
  box-shadow: none;
  border: 1px solid #a19e9e;
  margin-bottom: 26px;
  border-radius: 0;
}

.panel-group .panel-body {
  border: none;
}

#accordion .accordion-toggle:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
  color: #878585;
}

#accordion .panel-heading.collapsed .accordion-toggle:after {
  content: "\f067";
}

ul.unstyled,
ol.unstyled {
  list-style: none outside none;
}

/*--------------------------------
  Typography
---------------------------------*/

.text-danger {
  color: #f05050 !important;
}

.text-muted {
  color: #7b7777 !important;
}

.text-primary {
  color: #03a9f3 !important;
}

.text-warning {
  color: #ffbd4a !important;
}

.text-success {
  color: #81c868 !important;
}

.text-info {
  color: #34d3eb !important;
}

blockquote {
  padding: 15px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 4px solid #03a9f3;
  background: #fbfbfb;
  color: #2f2c2c;
}

/*--------------------------------
  Search Result
---------------------------------*/

.search-box-top {
  padding: 10px 12px;
  background: #f2f2f2;
  border-radius: 2px;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
}

.search-item {
  border-bottom: 1px solid #ededed;
  padding: 12px 0px;
}

.search-item h3 {
  margin: 0;
}

.search-item h3 a {
  font-size: 17px;
  color: #104ca7;
}

.search-item .search-link {
  color: #119ad1;
  margin: 3px 0px 8px;
  display: inline-block;
}

.search-item a:hover {
  text-decoration: none;
}

/*--------------------------------
     Widget
---------------------------------*/

.card-profile {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.profile-header {
  background: url(../images/profile-widge-bg.png) no-repeat;
  background-size: cover;
  height: 155px;
  margin: -20px;
  text-align: center;
  position: relative;
}

.profile-header img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  bottom: -55px;
  margin: 0px auto;
  display: inline-block;
  left: 0;
  right: 0;
  border: 2px solid #fff;
}

.profile-body {
  margin-top: 100px;
  text-align: center;
}

ul.profile-contact {
  margin: 0px;
  padding: 0px;
}

ul.profile-contact li {
  list-style: none;
  display: block;
  position: relative;
}

ul.profile-contact li i {
  margin-right: 8px;
  font-size: 16px;
}

.dash-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.dash-box .dash-icon {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 21px;
  position: absolute;
}

.dash-box .dash-info {
  margin-left: 67px;
}

.dash-box .dash-info h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}

.dash-box .dash-info p {
}

.user-box {
  background: #fff;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding: 10px;
  position: relative;
}

.user-box .user-img {
  width: 60px;
  height: 60px;
  position: absolute;
}

.user-box .user-img img {
  border-radius: 50%;
  max-width: 100%;
}

.user-box .user-info {
  margin-left: 72px;
  margin-top: 2px;
}

.user-box .user-info h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.user-box .user-info p {
  margin: 2px 0px 1px;
}

.user-box .user-info span {
  color: #03a9f3;
}

.card-profile2 {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.card-profile2 .profile-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

ul.social-info {
  margin: 20px 0px 20px;
}

.card-profile2 ul.social-info li a {
  color: #908f8f;
  font-size: 16px;
}

.card-profile2 .btn {
  margin: 11px 0px 20px;
  padding: 6px 73px;
}

.card-profile3 {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.card-profile3 .p-header {
  text-align: center;
  margin: -20px -20px 14px;
  padding: 50px 20px;
  background: #476ffc;
}

.card-profile3 .p-header img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.card-profile3 .p-header h4 {
  color: #fff;
}

.card-profile3 .p-header p {
  color: #fff;
  margin: 0;
}

.card-profile3 .p-info {
  text-align: center;
}

.card-profile3 .p-info .p-stats {
  margin-bottom: 20px;
}

.card-profile3 .p-info .p-stats h4 {
}

.card-profile3 .p-info .p-stats p {
  font-size: 23px;
  font-weight: 600;
  margin-top: 20px;
  color: #504e4e;
}

/*--------------------------------
     TimeLine
---------------------------------*/

.container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

#timeline {
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 2em 0;
  position: relative;
}

#timeline::before {
  background: #ffffff;
  content: "";
  height: 100%;
  display: inline-block;
  left: 18px;
  position: absolute;
  top: 0;
  width: 4px;
}

.timeline-block {
  margin: 2em 0;
  position: relative;
}

.timeline-block:after {
  clear: both;
  content: "";
  display: table;
}

.timeline-block:first-child {
  margin-top: 0;
}

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

.timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}

.timeline-img.success {
  background: #81c868;
}

.timeline-img.info {
  background: #34d3eb;
}

.timeline-img.pink {
  background: #fb6d9d;
}

.timeline-img.danger {
  background: #f05050;
}

.timeline-img.primary {
  background: #5d9cec;
}

.timeline-img.warning {
  background: #ffbd4a;
}

.timeline-content {
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 0;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  margin-left: 60px;
  padding: 1em;
  position: relative;
}

.timeline-content img {
  display: block;
  width: 100%;
}

.timeline-content:after {
  clear: both;
  content: "";
  display: table;
}

.timeline-content h2 {
  margin-top: 0;
}

.timeline-content p {
  color: #666666;
  font-size: 14px;
  margin: 10px 0px 10px 0px;
}

.timeline-content .read-more {
  background: #acb7c0;
  border-radius: 0.25em;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 0.8em 1em;
}

.timeline-content .date {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
}

.timeline-content h3 {
  font-size: 18px;
  margin: 0px;
}

.no-touch .timeline-content .read-more:hover {
  background-color: #bac4cb;
}

.timeline-content .date {
  float: left;
  margin-right: 20px;
  padding: 0.8em 0;
  opacity: 0.7;
}

.timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

/*--------------------------------------------*/
/*   Google map
/*--------------------------------------------*/

.gmaps,
.gmaps-panaroma {
  height: 300px;
}

.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #e4e7ea;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #ab8ce4;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ab8ce4;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #ab8ce4;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.jvectormap-zoomout {
  top: 40px;
}

/*--------------------------------------------*/
/*   Footer
/*--------------------------------------------*/

footer {
  background: #fff;
  padding: 15px;
  color: #7a7676;
  position: static;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #eff0f4;
  text-align: center;
  font-size: 14px;
}

.login-title {
  display: flex !important;
}

.login-input {
  border: 0 !important;
  border-bottom: 1px solid #d2d2d2 !important;
  height: 40px;
  transition: border-color 0.4s ease-in-out;
}

.login-input:focus {
  border-bottom: 2px solid #03a9f4 !important;
  height: 40px;
}

.login-btn {
  border-radius: 3px !important;
  width: 116.56px !important;
  height: 37px !important;
  font-size: 14px !important;
  font-family: Roboto sans-serif !important;
  transition: box-shadow 0.2s ease-in-out;
  margin-left: auto;
}

.login-btn:hover {
  background-color: #03a9f4 !important;
  box-shadow: 1px 1px 3px #7d848c;
}

.login-btn:active:focus {
  outline: none;
}

.login-btn:focus:focus-within {
  outline: none;
}

/* new menu mountiv */

/* ol, ul { list-style-type: none; } */

/* menuG
------------------------------------------ */
#menuG {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #5da0a3;
  z-index: 200;
}
@media screen and (min-width: 1401px) {
  #menuG,
  .archive #menuG,
  .page-id-2 #menuG,
  .page-id-28 #menuG,
  .error404 #menuG,
  .home #menuG {
    margin-left: 0;
    width: 25%;
    max-width: 380px;
  }
}
#menuG::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #e4f3ef;
}
#menuG > .vessel {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none; /* For Firefox */
}
#menuG > .vessel::-webkit-scrollbar {
  width: 2px;
}
#menuG > .vessel::-webkit-scrollbar-track {
  background: transparent;
}
#menuG > .vessel::-webkit-scrollbar-thumb {
  background: #25c49f;
}
#menuG .bg01 {
  background: #5da0a3;
  height: 220px;
  padding: 40px 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: left;
}
#menuG .bg01 .vessel {
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
#menuG .bg02 {
  background: #5da0a3;
  padding: 47px 36px 100px 50px;
}
#menuG .logo01 {
  padding-left: 7px;
  line-height: 0;
}
#menuG .logo01 a:hover {
  opacity: 0.7;
}
#menuG .logo01 img {
  width: 150px;
}
#menuG .categoryList01 {
  margin: 7px 0 0 7px;
}
#menuG .categoryList01 li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
#menuG .categoryList01 li:not(:first-child) {
  margin-top: 26px;
}
#menuG .categoryList01 li::before {
  content: " ";
  position: absolute;
  top: -10px;
  left: -16px;
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 40px;
  height: 40px;
  background: rgba(241, 252, 252, 0.7);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#menuG .categoryList01 li:hover::before {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#menuG .categoryList01 li a {
  position: relative;
  color: #fff;
  z-index: 2;
}
#menuG .categoryList01 li a:hover {
  color: #fff;
}
#menuG .categoryList01 li a span {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(../svg/dash.svg) no-repeat 0 0.4em;
  background-size: 7px 9px;
}
#menuG .tagListMod01 {
  margin-top: 99px;
}
@media screen and (min-width: 1025px) {
  #menuG {
    margin-left: 0;
  }
}
/* 200814 */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.tax-news_tags #menuG,
  body.post-type-archive-news #menuG {
    margin-left: -320px;
  }
}
/* /200814 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #menuG {
    margin-left: -320px;
  }
}
@media screen and (max-width: 767px) {
  #menuG {
    display: none;
  }
  #menuG .categoryList01 li:hover::before {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  #menuG .categoryList01 li a:hover {
    color: #222;
  }
}

/* new menu mountiv */

.content-block-lv2-custom {
  overflow: x;
}

.out-div {
  position: fixed;
  z-index: -1;
  /* z-index: 999; */
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}
.info-modal {
  width: 600px;
  min-height: 430px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  border: solid 1px #f1f1ec;
  border-radius: 5px;
  box-shadow: 4px 6px 4px #828982;
  padding: 60px 40px;
  opacity: 1 !important;
  transform: translate(0%, -50%);
}

.info-modal h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  user-select: none;
}

.info-modal span {
  font-size: large;
  font-weight: bold;
  position: absolute;
  left: 550px;
  top: 20px;
  cursor: pointer;
  border: solid 1px #ededed;
  border-radius: 3px;
  width: 30px;
  height: 31px;
  text-align: center;
  user-select: none;
}

.info-modal > div {
  padding-bottom: 20px;
}

.info-modal > h4 {
  margin: 15px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  user-select: none;
}

.info-modal > h4::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../../assets/images/headline-circle.svg) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}

.info-modal #upload-form {
  display: flex; /* Use flexbox */
  align-items: center;
}

.info-modal > div input {
  margin-right: auto;
}

.info-modal > div#measure-form textarea {
  resize: none;
  margin-bottom: 10px;
}

.info-modal > div#measure-form textarea:focus-visible {
  outline: none;
}

.info-modal > div#measure-form button {
  float: right;
}

.info-modal > div button {
  height: 35px;
}

dl.list-subInfo dd input {
  color: black !important;
}
