/**
*	---------------------------------------------------------------------
*	Version: 	2.0
*	Author: 	The Develovers
*	Website: 	https://www.themeineed.com/
*	Copyright: 	Copyright 2016 The Develovers
*	License: 	Creative Common Attribution 4.0 https://creativecommons.org/licenses/by/4.0/
**/
/********************
 * GENERAL STYLES
 ********************/
html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #F3F5F8;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #333;
}

a {
  color: #4772eb;
}

a:hover, a:focus {
  color: #2d64ff;
}

label {
  cursor: pointer;
}

th {
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

input[type="file"] {
  padding: .3em;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  box-shadow: 0 0 5px #4772eb;
}

hr {
  border-top: 1px solid #ddd;
}

footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}

.copyright {
  margin-bottom: 0;
  text-align: right;
  font-size: 13px;
}

/********************
 * LAYOUT
 ********************/
#wrapper {
  min-width: 980px;
}

#wrapper .sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 260px;
  height: 100%;
  float: left;
  background-color: #343747;
  position: fixed;
  left: 0;
}

#wrapper .main {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 260px);
  left: 0;
  position: relative;
  float: right;
  background-color: #f0f0f0;
}

#wrapper #sidebar-nav,
#wrapper .main {
  padding-top: 56px;
}

.layout-fullwidth #wrapper .sidebar {
  left: -260px;
}

.layout-fullwidth #wrapper .main {
  width: 100%;
}

.layout-fullwidth #wrapper .navbar {
  left: 0 !important;
}

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
  color: #2d64ff;
}

.main-content {
  padding: 80px 10px;
}

.navbar + .main-content {
  padding: 105px 0 28px 5px;
}

.container {
  max-width: none !important;
  width: 970px;
}

.db-sn-line {
  border-top: 5px solid #1f212e;
}

.nav-ttl {
  background: #1f212e;
  color: #7c828a;
  font-size: 85%;
  padding: .5em 1.3em;
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
  height: 100%;
}

.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-align-middle {
  display: table-cell;
  vertical-align: middle;
}

/********************
 * TOP NAVIGATION
 ********************/
.navbar-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

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

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #f8f8f8;
}

.navbar-default .brand {
  float: left;
  margin: .5em 4em 0 1.5em;
  width: 130px;
}

.navbar-btn {
  float: left;
  padding: 4px 0;
}

.navbar-btn button {
  font-size: 24px;
  padding: 4px 8px;
  line-height: .7;
  border: none;
  background: none;
  outline: none;
}

.navbar-btn-right {
  float: right;
}

.navbar-form {
  padding: 3px 15px;
  border: 0;
}

.navbar-form input[type="text"] {
  min-width: 300px;
}

.navbar-nav .icon-menu {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}

.navbar-nav .icon-menu .badge {
  position: absolute;
  top: 10px;
  right: 14px;
}

.navbar-nav > li > a {
  padding: 18px 1em;
}

.navbar-default .navbar-nav > li > a:hover i {
  color: #4772eb;
}

.navbar-nav > li > a > i {
  font-size: 22px;
  margin-right: 2px;
  vertical-align: middle;
}

.navbar-nav > li > a > i.icon-submenu {
  margin-left: 2px;
  margin-right: 0;
  font-size: 10px;
  position: relative;
  top: 2px;
}

.navbar-nav > li > a > span {
  position: relative;
  top: 2px;
}

.navbar-nav > li > a img {
  width: 22px;
  margin-right: 2px;
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
  min-width: 190px;
  border-width: 0;
  border-top: 2px solid #5a80ea;
  border-radius: 0;
}

.navbar-nav .dropdown-menu {
  border-top: 2px solid #ACB0B5;
}

.navbar-nav .dropdown-menu > li > a {
  padding: 10px 20px;
}

.navbar-nav .dropdown-menu > li > a span,
.navbar-nav .dropdown-menu > li > a i {
  vertical-align: middle;
}

.navbar-toggle {
  padding: 5px 8px;
  margin: 20px 15px 20px 0;
}

.navbar-toggle .icon-nav {
  font-size: 24px;
}

.notification-item .dot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 10px;
  height: 10px;
  content: '';
  margin-right: 8px;
}

ul.notifications > li {
  border-bottom: 1px solid #F0F0F0;
}

ul.notifications > li:last-child {
  border-bottom: none;
}

ul.notifications > li > .more {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
}

ul.notifications > li > .more:hover, ul.notifications > li > .more:focus {
  text-decoration: none;
}

.dropdown-menu {
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  border-color: #4772eb;
  border-width: 2px;
}

.dropdown-menu > li > a {
  color: #676a6d;
}

.dropdown-menu > li i {
  margin-right: 6px;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:focus, .dropdown-menu .active > a:hover {
  background-color: #4772eb;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #a3a3a3;
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff;
  background: #4772eb;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
}

/********************
 * SIDEBAR NAVIGATION
 ********************/
.sidebar {
  z-index: 9;
}

.sidebar .nav > li > a {
  padding: 1.2em;
  color: #AEB7C2;
  border-bottom: 1px solid #343747;
}

.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
  color: #fff;
  background-color: #4772eb;
}

.sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i {
  color: #fff;
}

.sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
  background-color: #4772eb;
}

.sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: right;
  position: relative;
  top: 5px;
  font-size: 12px;
  line-height: 1.1;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar .nav > li > a .badge {
  font-weight: 400;
}

.sidebar .nav i {
  margin-right: 10px;
  font-size: 18px;
}

.sidebar .nav span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: -2px;
}

.sidebar .nav .nav {
  background-color: #252c35;
}

.sidebar .nav .nav > li > a {
  padding-left: 2.8em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
  background-color: transparent;
  border-left-color: transparent;
}

.sidebar .nav .nav > li > a.active a {
  color: #fff;
}

/********************
 * TYPOGRAPHY
 ********************/
.text-primary {
  color: #4772eb;
}

.text-success {
  color: #45bc99;
}

.text-warning {
  color: #f29400;
}

.text-danger {
  color: #F9354C;
}

.text-default {
  color: #777;
}

.text-gray {
  color: #999;
}

ul.list-justify > li {
  margin-bottom: 5px;
}

ul.list-justify > li span {
  float: right;
}

.label {
  font-size: 93%;
}

.label-primary {
  background-color: #4772eb;
}

.label-danger {
  background-color: #f9354c;
}

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

.label-success {
  background-color: #45bc99;
}

.label-default {
  background-color: #777;
}

.label-gray {
  background-color: #c2c2c2;
}

.label-release {
    background-color: #003891;
}

/********************
 * INPUTS
 ********************/
.form-control {
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #ccc;
  background-color: #fcfcfc;
}

.form-control:focus {
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-color: #5a80ea;
  background-color: #fff;
}

.input-group {
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-addon {
  border: 1px solid #eaeaea;
}

/* fancy checkbox and radio button */
.fancy-checkbox {
  display: block;
  font-weight: normal;
}

.fancy-checkbox input[type="checkbox"] {
  display: none;
}

.fancy-checkbox input[type="checkbox"] + span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  position: relative;
  margin: 0 0 0 2.2em;
}

.fancy-checkbox input[type="checkbox"] + span:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  bottom: 1px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  content: "";
  border: 1px solid #ccc;
  margin: 0 .5em 0 -1.8em;
}

.fancy-checkbox input[type="checkbox"]:checked + span:before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #2d64ff;
  text-align: center;
  background: #ededed;
  border: 1px solid #ccc;
}

.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
  color: #45bc99;
  background-color: #fff;
}

.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
  color: #fff;
  background-color: #45bc99;
  border-color: #45bc99;
}

.fancy-radio {
  display: block;
  font-weight: normal;
}

.fancy-radio input[type="radio"] {
  display: none;
}

.fancy-radio input[type="radio"] + span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 0 0 0 2.2em;
}

.fancy-radio input[type="radio"] + span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  bottom: 1px;
  content: "";
  border: 1px solid #ccc;
  width: 18px;
  height: 18px;
  margin: 0 0.4em 0 -1.8em;
}

.fancy-radio input[type="radio"]:checked + span i:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #2d64ff;
}

.fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
  background-color: #45bc99;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
  background-color: #45bc99;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
  background-color: #fff;
}

.fancy-checkbox input[type="checkbox"] + span::before,
.fancy-checkbox input[type="checkbox"]:checked + span::before,
.fancy-radio input[type="radio"] + span i {
  background: #fff;
}

.toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle-btn {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.toggle-btn li {
  display: inline-block;
  font-size: 85%;
}
.toggle-btn li:nth-of-type(1) {
  width: 3.5em;
  padding: .4em 0 0;
}
.toggle-btn li:nth-of-type(2) {
  width: 50px;
}
.toggle-btn li:nth-of-type(3) {
  width: 2.5em;
  padding: .4em 0 0 .3em;
}

.toggle-label {
  width: 45px;
  height: 26px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-label:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  left: 3px;
  top: 2px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.toggle-input:checked + .toggle-label {
  background-color: #4772eb;
}
.toggle-input:checked + .toggle-label:after {
  left: 20px;
}

.toggle-switch {
  position: relative;
  width: 45px;
  height: 26px;
  margin: auto;
}

/********************
 * BUTTONS
 ********************/
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 6px 22px;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 28px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 18px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 5px 14px;
}

.btn-primary {
  background-color: #4772EB;
  border-color: #4772EB;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #4065d0;
  border-color: #4065d0;
}

.btn-warning {
  background-color: #e4cb10;
  border-color: #d6be0f;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #d6be0f;
  border-color: #d6be0f;
}

.btn-default:hover, .btn-default:focus {
  background-color: #f7f7f7;
}

.btn-success {
  background-color: #45bc99;
  border-color: #3ba989;
}

.btn-success:hover, .btn-success:focus {
  background-color: #3ba989;
  border-color: #3ba989;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/********************
 * PANELS
 ********************/
.panel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 1px solid #c7c7c7;
  margin-bottom: 1em;
}

.panel .panel-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.panel .panel-heading .panel-title {
  margin: 0;
  font-size: 124%;
  font-weight: 300;
}

.panel .panel-heading button {
  padding: 0;
  margin-left: 5px;
  background-color: transparent;
  border: none;
  outline: none;
}

.panel .panel-heading button i {
  font-size: 14px;
}

.panel .panel-body {
  padding-top: 0;
  padding-bottom: 15px;
}

.panel .panel-note {
  font-size: 13px;
  line-height: 2.6;
  color: #777777;
}

.panel .panel-note i {
  font-size: 16px;
  margin-right: 3px;
}

.panel .right {
  position: absolute;
  right: 20px;
  top: 32%;
}

.panel.panel-headline .panel-heading {
  border-bottom: none;
}

.panel.panel-headline .panel-heading .panel-title {
  margin-bottom: 8px;
  font-size: 139%;
  font-weight: normal;
}

.panel.panel-headline .panel-heading .panel-subtitle {
  margin-bottom: 0;
  font-size: 14px;
  color: #8D99A8;
}

.panel.panel-scrolling .btn-bottom {
  margin-bottom: 30px;
}

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

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

.panel-footer {
  background-color: #fafafa;
}

/********************
 * ELEMENTS
 ********************/
.collapsing {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.label {
  font-weight: normal;
  border-radius: 20px;
}

.metric {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin: 0;
  border: 1px solid #d1d6e6;
}

.metric .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.metric .icon i {
  font-size: 18px;
  color: #fff;
}

.metric p {
  margin-bottom: 0;
  line-height: 1.2;
  text-align: right;
}

.metric .number {
  display: block;
  font-size: 28px;
  font-weight: 500;
}

.metric .title {
  font-size: 85%;
}

/* task list */
.task-list > li {
  margin-bottom: 32px;
}

.task-list p {
  position: relative;
}

.task-list p .label-percent {
  position: absolute;
  right: 0;
}

/********************************
 * AUTHENTICATION FORMS, PAGE
 ********************************/
.auth-box {
  -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 70%;
  min-width: 860px;
  max-width: 1000px;
  height: 450px;
  margin: 0 auto;
  background-color: #fff;
}

.auth-box:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: ' ';
  vertical-align: middle;
  height: 100%;
}

.auth-box .content {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 99%;
  vertical-align: middle;
}

.auth-box .left {
  float: left;
  width: 42%;
  height: 100%;
  padding: 0 30px;
  text-align: center;
}

.auth-box .left:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: ' ';
  vertical-align: middle;
  height: 100%;
}

.auth-box .right {
  float: right;
  width: 58%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.auth-box .right:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: ' ';
  vertical-align: middle;
  height: 100%;
}

.auth-box .right .text {
  position: relative;
  padding: 0 30px;
  color: #fff;
}

.auth-box .right .heading {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 26px;
  font-weight: 300;
}

.auth-box .right .sub-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.auth-box .right p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}

.auth-box .right .overlay {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(107, 138, 156, 0.7);
}

.auth-box .header {
  margin-bottom: 30px;
}

.auth-box .lead {
  margin-top: 5px;
  font-size: 18px;
  text-align: center;
}

.auth-box .form-auth-small .btn {
  margin-top: 20px;
}

.auth-box .form-auth-small .element-left {
  float: left;
}

.auth-box .form-auth-small .element-right {
  float: right;
}

.auth-box .form-auth-small .bottom {
  margin-top: 20px;
  text-align: center;
}

.auth-box.lockscreen {
  width: 50%;
  padding: 40px 60px;
}

.auth-box.lockscreen .logo {
  margin-bottom: 30px;
}

.auth-box.lockscreen .user {
  margin-bottom: 30px;
}

.auth-box.lockscreen .user .name {
  font-size: 18px;
  margin-top: 10px;
}

.auth-box .login-logo {
  width: 207px;
  margin: 0 auto;
}
.auth-box .lead {
  font-size: 93%;
  margin: 2em 0 0;
}
.auth-box .header {
  margin-bottom: 1em;
}
.auth-box .right {
  background-image: url("../../assets/img/login-bg.jpg");
}
.auth-box .right-manage {
  background-image: url("../../assets/img/login-manage-bg.jpg");
}

/********************
 * HELPERS
 ********************/
.bg-primary {
  background-color: #4772eb;
}

.bg-success {
  background-color: #45bc99;
}

.bg-warning {
  background-color: #f29400;
}

.bg-danger {
  background-color: #F9354C;
}

.bg-default {
  background-color: #777;
}

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

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.pT-1 {
  padding-top: 1em;
}

.pB-1 {
  padding-bottom: 1em;
}

.mL-1 {
  margin-left: 1em;
}

.mR-1 {
  margin-right: 1em;
}

.mB-05 {
  margin-bottom: .5em;
}

/********************
 * TABLE
 ********************/
table thead {
  border-bottom: 2px solid #bfbfbf;
}

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

table thead tr.tr-clr1 th {
  background: #474c62;
  color: #eee;
}

.table-no-b tbody > tr > td {
  border: none;
}

.table .btn {
  padding: 2px 22px;
}

.table {
  font-size: 93%;
  word-break: break-all;
}
.table th {
  font-weight: normal;
  text-align: center;
}

.tbl-hover tbody tr:hover {
  background: #EDF5FF;
}
.tbl-hover tbody tr:hover a:hover {
  text-decoration: none;
}

.tbl-stripe tr:nth-child(even) {
  background: #fafafa;
}

.tr-bg1 {
  font-weight: bold;
}

.tbl-regist th {
  text-align: left;
}
.tbl-regist__item {
  width: 260px;
}

.item-list {
  overflow: hidden;
}
.item-list--col2 li {
  width: 50%;
}
.item-list--col3 li {
  width: 33.333%;
}
.item-list--col4 li {
  width: 25%;
}
.item-list--col5 li {
  width: 20%;
}
.item-list li {
  float: left;
}
.item-list li label {
  padding: .6em .3em;
  margin: 0;
}
.item-list li label:hover {
  background: #f0f0f0;
}

.btm-txt {
  color: #999;
  display: inline-block;
  padding: .5em 0 0;
}

.cell-alert {
  color: #fff;
  background-color: #f95c6e;
  display: inline-block;
  padding: 0 .5em;
}

.cell-dataset {
  margin: 0;
}
.cell-dataset__name {
  font-weight: normal;
}
.cell-dataset__name-s {
  color: #b3b3b3;
  font-size: 85%;
}
.cell-dataset__id {
  color: #b3b3b3;
}

.cell-organization {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.cell-organization dt {
  display: inline-block;
  float: left;
  width: 10em;
}
.cell-organization dd {
  margin-left: 12em;
}

.cell-w-50, .w-50, .form-inline .form-control.w-50 {
  width: 50px;
}

.cell-w-100, .w-100 {
  width: 100px;
}

.cell-w-150, .w-150 {
  width: 150px;
}

.cell-w-200, .w-200 {
  width: 200px;
}

.cell-w-250, .w-250 {
  width: 250px;
}

.cell-w-300, .w-300 {
  width: 300px;
}

.cell-w-350, .w-350 {
  width: 350px;
}

.cell-w-400, .w-400 {
  width: 400px;
}

.cell-w-state {
  width: 110px;
}

.cell-btn1 {
  width: 150px;
}

.cell-btn3 {
  width: 270px;
}

.cell-clip {
  width: 70px;
}

.table-head-count {
  padding: 0 0 .5em;
}

.form-control.count {
  height: 26px;
  padding: .1em .5em;
}

.suggest-content {
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.suggest-body {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.suggest-body ul {
  list-style: none;
  padding: 1em 0;
  margin: 0;
}
.suggest-body ul a {
  display: block;
  font-size: 116%;
  padding: .2em 0 .1em 1em;
}
.suggest-body ul a:hover {
  text-decoration: none;
  background: #eee;
}

.suggest-footer {
  background: #eee;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .5em;
  box-sizing: border-box;
}

.suggest-pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.suggest-pagination li {
  display: inline;
}
.suggest-pagination li a {
  float: left;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  padding: 0 1.5em;
  border-right: 1px solid #ccc;
  height: 44px;
  line-height: 44px;
}
.suggest-pagination li a:hover {
  background: #4772eb;
  color: #fff;
}
.suggest-pagination li a.active {
  background: #4772eb;
  color: #fff;
}
.suggest-pagination li:last-child a {
  border: none;
}

.suggest-footer {
  text-align: left;
  line-height: 0;
}

/********************
 * CONTENT
 ********************/
.page-ttl {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 1.2em 1.6em;
  position: fixed;
  width: calc(100% - 260px);
  width: -moz-available;
  width: -webkit-fill-available;
  z-index: 999;
  overflow: visible;
}
.page-ttl-left {
  float: left;
  width: 65%;
}
.page-ttl-right {
  float: right;
}
.page-ttl h1 {
  font-size: 124%;
  margin: 0;
}
.page-ttl_back {
  font-size: 116%;
  border-right: 1px solid #ccc;
  float: left;
  padding-right: 1.5em;
  margin-right: .5em;
  width: 30px;
}
.page-ttl_txt {
  width: calc(100% - 30px);
}

.search-box {
  border-top: 1px solid #c7c7c7;
  overflow: hidden;
  padding-top: .5em;
}
.search-box-low {
  margin: 0 0 2em;
  padding: 0 0 1em;
  border-top: 0;
  border-bottom: 1px solid #bbb;
}
.search-box-ttl {
  cursor: pointer;
  font-size: 116%;
  padding: 0 0 .4em;
  margin: 0 0 .5em;
}
.search-box-ttl i {
  margin-right: .3em;
}
.search-box dl {
  float: left;
  padding: 0 1.5em 0 0;
  margin: 0;
}
.search-box dt {
  font-size: 85%;
  font-weight: normal;
  padding: .3em;
}
.search-box dd {
  padding: .3em;
}

.dataset-ttl {
  font-size: 124%;
  font-weight: bold;
  padding: 0;
  margin: 0;
  width: calc(100% - 320px);
  line-height: 1.4;
}

.btn-dataset {
  list-style: none;
}
.btn-dataset li {
  float: left;
  padding: 0 0 0 .5em;
}
.btn-dataset li a:hover {
  text-decoration: none;
}

.dataset-info {
  display: table;
  font-size: 85%;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
}
.dataset-info li:nth-child(odd) {
  background: #fafafa;
  font-weight: bold;
  width: 13%;
}
.dataset-info .row {
  display: table-row;
}
.dataset-info .cell {
  display: table-cell;
  padding: .5em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tag-container ul {
  overflow: hidden;
}
.tag-container li {
  float: left;
  padding: 0 .2em .5em;
}
.tag-container span {
  display: inline-block;
  padding: .5em 1em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50px;
}

.my-clip {
  background: #ccc;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 5px 0;
  border-radius: 50%;
  text-align: center;
  height: 35px;
  width: 35px;
  border: 1px solid #b3b3b3;
}
.my-clip:hover {
  color: #fff;
  background: #999;
}
.my-clip-save {
  background: #4772eb;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #4772eb;
}
.my-clip-save:hover {
  background: #4772eb;
}

.message-box {
  padding: 4em;
}

.steps-container {
  margin: 2em 0;
}

.tbl-steps {
  margin: 0 auto;
}

.steps {
  background: #ddd;
}
.steps .badge {
  font-weight: normal;
  margin: -.3em .5em 0 0;
}

.steps-1 {
  display: inline-block;
  padding: 0 2em;
  line-height: 100px;
  height: 100px;
  margin-right: 30px;
  position: relative;
}
.steps-1:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -50px;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 15px solid #ddd;
  right: -15px;
}
.steps-1.steps-active {
  background: #45bc99;
  color: #fff;
}
.steps-1.steps-active:after {
  border-left: 15px solid #45bc99;
}
.steps-1.steps-active .badge {
  background: #fff;
  color: #45bc99;
}

.steps-2 {
  display: inline-block;
  padding: 0 2em;
  line-height: 50px;
  height: 50px;
  margin: 0 25px 10px 0;
  position: relative;
  width: 180px;
}
.steps-2:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #ddd;
  right: -10px;
}
.steps-2.steps-active {
  background: #f29400;
  color: #fff;
}
.steps-2.steps-active:after {
  border-left: 10px solid #f29400;
}
.steps-2.steps-active .badge {
  background: #fff;
  color: #f29400;
}

.steps-2-reject {
  display: inline-block;
  padding: 0 2em;
  line-height: 40px;
  height: 40px;
  width: 180px;
}
.steps-2-reject.steps-active {
  background: #f9354c;
  color: #fff;
}
.steps-2-reject.steps-active .badge {
  background: #fff;
  color: #f9354c;
}

.steps-3 {
  display: inline-block;
  padding: 0 2em;
  line-height: 100px;
  height: 100px;
  margin-right: 30px;
}
.steps-3.steps-active {
  background: #4772eb;
  color: #fff;
}
.steps-3.steps-active .badge {
  background: #fff;
  color: #4772eb;
}

.navbar-default {
  background-color: #edf5ff;
}

.navbar-kanri {
  background-color: #ffdb40;
}

.alert-icon {
  font-size: 139%;
  padding-right: .5em;
  color: #f9354c;
}

.error {
  background: #F2DEDE;
  border-color: #F9354C;
}

.alert {
  padding: .5em 1em;
  margin: .5em 0;
}

.alert-warning {
  border-color: #f5c37b;
}

.dl-horizontal-group {
  padding: 0 0 .5em;
  margin: 0;
}
.dl-horizontal-group dt {
  font-weight: normal;
  width: 400px;
}
.dl-horizontal-group dd {
  margin-left: 410px;
}

.pagination {
  margin: 0 0 1em;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #4772eb;
}

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

.panel-403 {
  border: 3px solid lightskyblue;
  border-radius: 0.6em !important;
  background-color: aliceblue;
}
.panel-403 .panel-title {
  color: #4772eb;
}
.panel-403 .panel-title a {
  text-decoration: underline;
}
.panel-403 .panel-heading {
  background: none;
}
.panel-403 .panel-body {
  padding-top: 1.5em !important;
}
.panel-403 .panel-body-text {
  font-size: 1.1em;
}
.panel-403 .panel-collapse {
  border-top: 1px solid lightskyblue;
}

/* =================================
 * slimScroll廃止 - CSSネイティブスクロール
 * ================================= */
.sidebar-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 60px);
}

.panel-scrolling .panel-body {
  overflow-y: auto;
  max-height: 430px;
}

#panel-scrolling-demo .panel-body {
  overflow-y: auto;
  max-height: 175px;
}

.bg-gold {
    background-color: gold;
    color: #333;
}

.fw-normal {
    font-weight: normal;
}
