@charset "UTF-8";
/*  追加はここで  */
.content-wrapper {
  padding: 20px;
  padding-left: 50px;
}

.checkbox input[type=checkbox] {
  position: static;
}

.text-center hr {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #cccccc;
  height: 1px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.bgcolor-black {
  background-color: #222222;
}

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

.font-size100 {
  font-size: 100%;
}

.table thead tr th {
  white-space: nowrap;
}

.st-toggl {
  width: 100%;
}

.st-accordion {
  width: 100%;
}

.no-accordion {
  color: #1693eb;
  text-shadow: 1px 1px 1px #fff;
  font-size: 20px;
  display: block;
  position: relative;
  line-height: 60px;
  outline: none;
}

.form-group {
  margin-bottom: 7px;
  overflow: hidden;
}
.main-header .navbar {
  margin-left: 0px;
}

.text-shadow {
  display: inline;
  font-size: 16px;
}

.multiselect {
  width: 150px;
  height: 30px;
}

.selectBox {
  position: relative;
}
.selectBox select {
  width: 100%;
  height: 30px;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #DDD;
  border-style: solid;
  border-width: 1px;
}

.overImg a:hover img {
  opacity: 0.5;
}

#checkboxes {
  background-color: white;
  position: relative;
  display: none;
  border: 1px #DDD solid;
  z-index: 2;
}
#checkboxes label {
  display: block;
}
#checkboxes label:hover {
  background-color: #DDD;
}

.note-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.tab-pane.active {
  animation: slide-down 0.3s ease-in;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.box-gray .has-checkbox input[type=checkbox] + label:before {
  color: #ddd;
}

/*
html, body{
    height: 100%;
}
*/
/*色等調整用の読み込み*/
/*カラー　レイアウト調整用*/
html {
  height: 100%;
}
html body {
  overflow-x: auto;
  min-width: initial;
}
html body > div {
  min-width: initial;
}
html body > div.popover {
  min-width: 0;
}

.label {
  font-weight: normal;
  background-color: #FFF !important;
  border-color: #DDD;
  color: #333 !important;
}

.label-default {
  background-color: #FFF !important;
  border-color: #DDD;
}

.label-primary {
  background-color: #757584 !important;
  border-color: transparent;
  color: #FFF !important;
}

.label-success {
  background-color: #DFF8DF !important;
  border-color: transparent;
}

.label-info {
  background-color: #E5F9FF !important;
  border-color: transparent;
}

.label-warning {
  background-color: #FFEE99 !important;
  border-color: transparent;
}

.label-danger {
  background-color: #FFE6E5 !important;
  border-color: transparent;
}

.btn {
  font-weight: normal;
  background-color: #FFF !important;
  border-color: #DDD;
  color: #333 !important;
  font-size: 13px;
  margin-left: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125);
}

.btn-default {
  background-color: #FFF;
  border-color: #DDD;
}
.btn-default:hover {
  background-color: #eeeeee !important;
  border-color: #DDD;
}

.btn-primary {
  background-color: #757584 !important;
  border-color: #424251;
  color: #FFF !important;
}
.btn-primary:hover {
  background-color: #646473 !important;
  border-color: #424251;
}

.btn-success {
  background-color: #DFF8DF !important;
  border-color: #acc5ac;
}
.btn-success:hover {
  background-color: #cee7ce !important;
  border-color: #acc5ac;
}

.btn-info {
  background-color: #E5F9FF !important;
  border-color: #b2c6cc;
}
.btn-info:hover {
  background-color: #d4e8ee !important;
  border-color: #b2c6cc;
}

.btn-warning {
  background-color: #FFEE99 !important;
  border-color: #ccbb66;
}
.btn-warning:hover {
  background-color: #eedd88 !important;
  border-color: #ccbb66;
}

.btn-danger {
  background-color: #FFE6E5 !important;
  border-color: #ccb3b2;
}
.btn-danger:hover {
  background-color: #eed5d4 !important;
  border-color: #ccb3b2;
}

.form-control {
  border-radius: 4px;
  box-sizing: border-box;
  height: 32px;
  border-color: #DDD;
}

.radio,
.checkbox {
  margin: 6px 0;
}

.skin-black {
  font-size: 13px;
}
.skin-black .btn {
  font-size: 13px;
}
.skin-black .btn-success {
  background-color: #006666;
}
.skin-black .form-control {
  font-size: 13px;
}

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

.progressbar {
  background-color: #f5f5f5 !important;
}
.progressbar .proggress {
  background-color: #FFD967 !important;
}

/*ログイン画面用*/
.login {
  background-color: #FFF;
  background-image: url(../img/login_base_yellow.gif);
  background-size: cover;
  background-position: center center;
  padding: 0;
  font-size: 13px;
}
.login .container {
  display: table;
  width: 100%;
  height: 100%;
}
.login .container .left,
.login .container .right {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  float: none;
  padding-bottom: 130px;
  z-index: 999;
}
.login .container .left .form-signin,
.login .container .right .form-signin {
  display: inline-block;
  height: auto;
  position: relative;
  top: auto;
  padding: 0 25px;
}
.login .container .left #loginTitle,
.login .container .right #loginTitle {
  width: 280px;
  height: auto;
  margin: 0;
}
.login .container .left .btn,
.login .container .right .btn {
  margin-left: 0;
}
.login .container .left .los_pass,
.login .container .right .los_pass {
  width: 280px;
  text-align: center;
  padding-top: 0.5em;
}
.login .container .left .los_pass a,
.login .container .right .los_pass a {
  display: inline-block;
  line-height: 1.4;
}
.login .container .left {
  text-align: right;
  padding: 0 25px;
  padding-bottom: 180px;
}
.login .container footer.main-footer {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0;
}
.login .container footer.main-footer small {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 9px;
  padding-right: 115px;
  font-size: 10px;
  letter-spacing: 0.05em;
  overflow: hidden;
  z-index: 0;
}
.login .container footer.main-footer div {
  color: #999;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 130px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

/*ヘッダー、サイドバー*/
/*ヘッダー・フィッター*/
.skin-black .main-header {
  background-color: #EEE;
  position: fixed;
  width: 100%;
}
.skin-black .main-header .logo {
  overflow: visible;
  background-color: #FFD967;
  height: 40px;
  line-height: 40px;
  border: none;
}
.skin-black .main-header .logo:hover {
  background-color: #FFD967;
}
.skin-black .main-header .logo .logo-lg {
  position: relative;
  z-index: 1001;
}
.skin-black .main-header .logo .logo-lg img {
  width: 100%;
  max-width: 210px;
  height: auto;
}
.skin-black .main-header .logo .logo-lg small {
  display: block;
  position: absolute;
  top: 34px;
  right: 2px;
  font-size: 10px;
  line-height: 1;
  color: #997301;
}
.skin-black .main-header .logo .logo-mini {
  text-align: left;
  margin: 0 !important;
}
.skin-black .main-header .logo .logo-mini img {
  width: 20px;
  height: 20px;
}
.skin-black .main-header .navbar {
  min-height: 40px;
  background-color: transparent;
}
.skin-black .main-header .navbar .sidebar-toggle {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  padding: 7px 0 0 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #DDD;
  border: none;
}
.skin-black .main-header .navbar .sidebar-toggle:hover, .skin-black .main-header .navbar .sidebar-toggle:focus, .skin-black .main-header .navbar .sidebar-toggle:active {
  background-color: #CCC;
  color: #FFF;
}
.skin-black .main-header .navbar .navbar-custom-menu {
  float: none;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.messages-menu {
  position: absolute;
  right: 100px;
  top: 0;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.messages-menu .text-warning {
  padding: 13px 10px 0 0;
  color: #757584;
  font-size: 11px;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.notifications-menu a {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 0 0 0;
  margin: 5px 0 0 10px;
  border-radius: 50%;
  background-color: #FFF;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.notifications-menu a:hover, .skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.notifications-menu a:active, .skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.notifications-menu a:focus {
  background-color: #F9F9F9;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.notifications-menu a .fa {
  font-size: 17px;
  color: #757584;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.notifications-menu a .label {
  top: 0;
  right: -8px;
  background-color: #C00 !important;
  color: #FFF !important;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.nav_logout {
  right: 10px;
  top: 0;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.nav_logout a {
  height: 30px;
  text-align: center;
  padding: 6px 10px 0 10px;
  margin: 5px 0 0 10px;
  border-radius: 15px;
  background-color: #FFF;
  line-height: 17px;
  font-size: 10px;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.nav_logout a:hover, .skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.nav_logout a:active, .skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.nav_logout a:focus {
  background-color: #F9F9F9;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.nav_logout a .fa {
  font-size: 17px;
  color: #757584;
  vertical-align: sub;
  margin-right: 3px;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav li.nav_logout a .label {
  top: 0;
  right: -8px;
  background-color: #C00 !important;
  color: #FFF !important;
}
.skin-black .main-footer div {
  font-size: 13px;
  color: #999;
}

/*サイドバー*/
.skin-black .main-sidebar {
  padding-top: 40px;
  background-color: #FFD967;
  position: fixed;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li > a {
  padding-left: 10px;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li a {
  color: #000;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li a .fa {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #757584;
  background-color: #FFF;
  border-radius: 50%;
  margin-right: 3px;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li:hover a {
  background-color: #efc957;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li.active > a {
  font-weight: bold;
  background-color: #FFD967;
  border-left-color: #2B3A6B;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li.menu-open > a {
  background-color: #FFD967;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li.treeview {
  background-color: #FFD967;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li.treeview > a .pull-right-container .fa {
  color: #FFF;
  width: 20px;
  height: auto;
  line-height: 1;
  background-color: transparent;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li .treeview-menu {
  padding: 0;
  background-color: #efc957;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li .treeview-menu > li a {
  padding: 12px 5px 12px 15px;
  font-size: 14px;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li .treeview-menu > li a:hover {
  background-color: #e0ba48;
}
.skin-black .main-sidebar .sidebar .sidebar-menu > li .treeview-menu > li.active a {
  background-color: #e0ba48;
  font-weight: bold;
  cursor: default;
}
.skin-black.sidebar-collapse .main-sidebar .sidebar .sidebar-menu > li.treeview > a span {
  height: 44px;
}
.skin-black.sidebar-collapse .main-sidebar .sidebar .sidebar-menu > li.treeview > a .pull-right-container {
  height: auto;
  display: none !important;
}

/*メイン*/
.content-wrapper {
  background-color: #FBFBFB;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: hidden;
  min-height: 100vh !important;
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-top: 80px;
  }
}
.content-wrapper .form-signin > div {
  margin-bottom: 15px;
}
.content-wrapper .form-signin > div.row {
  margin-left: 0;
}
.content-wrapper .form-signin > div #selectGrpForm.userSearch {
  margin-left: 0;
}
.content-wrapper .form-signin > div #selectGrpForm.userSearch .navbar-ex1-collapse {
  padding-left: 0;
}
.content-wrapper .userSearchField,
.content-wrapper .deviceSearshField {
  width: 260px;
}
.content-wrapper .userSearch {
  margin: 0;
}
.content-wrapper .userSearch #updateBtn {
  border-radius: 0 3px 3px 0;
  height: 34px;
}
.content-wrapper .quotaSizeInput {
  width: 80px;
}
.content-wrapper .userInputForm {
  padding-bottom: 10px;
}
.content-wrapper .user_plus_box {
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.content-wrapper #updateBtn {
  width: auto;
}
.content-wrapper #searchBtn {
  width: auto;
}
.content-wrapper .deviceSearsh {
  float: left;
}
.content-wrapper .deviceSearsh .checkbox label {
  margin-right: 10px;
}
.content-wrapper #updateForm {
  background-color: #FFF;
}
.content-wrapper #updateForm .table thead tr th,
.content-wrapper #updateForm .table thead tr td {
  border-bottom: 1px solid #CCC;
}
.content-wrapper #updateForm .table thead tr th a .fa,
.content-wrapper #updateForm .table thead tr td a .fa {
  border: 1px solid #999;
  border-radius: 3px;
  margin-left: 0.5em;
  padding: 0.1em;
  color: #CCC;
}
.content-wrapper #updateForm .table thead tr th a .fa-sort-down,
.content-wrapper #updateForm .table thead tr th a .fa-sort-up,
.content-wrapper #updateForm .table thead tr td a .fa-sort-down,
.content-wrapper #updateForm .table thead tr td a .fa-sort-up {
  color: #F90;
}
.content-wrapper #updateForm .table thead tr th,
.content-wrapper #updateForm .table thead tr td,
.content-wrapper #updateForm .table tbody tr th,
.content-wrapper #updateForm .table tbody tr td {
  border-color: #DDD;
  vertical-align: middle;
}
.content-wrapper #updateForm .table thead tr th.quotaSize,
.content-wrapper #updateForm .table thead tr td.quotaSize,
.content-wrapper #updateForm .table tbody tr th.quotaSize,
.content-wrapper #updateForm .table tbody tr td.quotaSize {
  width: 110px;
}
.content-wrapper #updateForm .table thead tr th .quotaSizeInput,
.content-wrapper #updateForm .table thead tr td .quotaSizeInput,
.content-wrapper #updateForm .table tbody tr th .quotaSizeInput,
.content-wrapper #updateForm .table tbody tr td .quotaSizeInput {
  padding: 6px 0.5em;
  width: 70px;
}
.content-wrapper #updateForm .table thead tr th.stopSize,
.content-wrapper #updateForm .table thead tr td.stopSize,
.content-wrapper #updateForm .table tbody tr th.stopSize,
.content-wrapper #updateForm .table tbody tr td.stopSize {
  max-width: 100px;
  text-align: right;
}
.content-wrapper #updateForm .table thead tr th.stopSize .btn,
.content-wrapper #updateForm .table thead tr td.stopSize .btn,
.content-wrapper #updateForm .table tbody tr th.stopSize .btn,
.content-wrapper #updateForm .table tbody tr td.stopSize .btn {
  width: 78px;
}
.content-wrapper #updateForm .table thead tr.disable,
.content-wrapper #updateForm .table tbody tr.disable {
  background-color: inherit;
}
.content-wrapper #updateForm .table thead tr.disable td,
.content-wrapper #updateForm .table tbody tr.disable td {
  background-color: rgba(0, 0, 0, 0.05);
}
.content-wrapper .ios-checkbox-container {
  border-radius: 4px;
  height: 20px;
}
.content-wrapper .ios-checkbox-container label {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  padding-top: 5px;
}
.content-wrapper .ios-checkbox-container label.ios-checkbox-on {
  text-shadow: none;
  background: none;
  background-color: #6c9;
}
.content-wrapper .ios-checkbox-container label.ios-checkbox-off {
  text-shadow: none;
  background: none;
  background-color: #DDD;
}
.content-wrapper .ios-checkbox-handle-container {
  box-sizing: border-box;
  border: 1px solid #CCC;
  background: none;
  background-color: #FFF;
  border-radius: 4px;
  height: 20px;
  padding: 0;
  padding-left: 4px;
}
.content-wrapper .ios-checkbox-handle-right {
  background: none;
  display: none;
}
.content-wrapper .ios-checkbox-handle-center {
  background: none;
  display: none;
}
.content-wrapper .box .fa,
.content-wrapper .box .fas,
.content-wrapper .box .far {
  color: #757584;
}
.content-wrapper .box label {
  font-size: 0.9em;
  color: #666;
}
.content-wrapper .box input[type=radio] {
  margin-right: 7px;
}
.content-wrapper .box .radio input[type=radio] {
  margin-top: 2px;
}
.content-wrapper .box-header .box-title {
  padding-top: 0;
  font-size: 15px;
}
.content-wrapper .box-body .v-title {
  font-size: 15px;
  font-weight: bold;
  border-top: 1px solid #DDD;
  padding: 5px 0;
}
.content-wrapper .box-body .v-title label {
  font-weight: inherit;
  color: #333;
}
.content-wrapper .box-body .v-title i {
  margin-right: 3px;
  color: #eec856;
}
.content-wrapper .st-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrapper .st-content .btn {
  margin-top: 10px;
}
.content-wrapper .pagination {
  margin: 5px 0;
}
.content-wrapper .form-horizontal .checkbox, .content-wrapper .form-horizontal .radio {
  padding: 0 15px;
}
.content-wrapper .control-label, .content-wrapper .form-control-static {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0;
}

.modal {
  background: none;
  background-color: #FFF;
}

.main-footer {
  margin-top: -30px;
  padding: 5px 15px 0 15px;
  height: 30px;
}

@media (max-width: 767px) {
  .sidebar {
    padding-top: 80px;
  }
}

.label-purple {
  background-color: #dedff7 !important;
  border-color: transparent;
}

.label-lightblue {
  background-color: #def7f6 !important;
  border-color: transparent;
}

.border-0 {
  border-style: solid;
  border-width: 0;
  border-color: #ccc;
}

.border-bottom-1 {
  border-bottom-width: 1px;
}

.border-bottom-2 {
  border-bottom-width: 2px;
}

.border-bottom-3 {
  border-bottom-width: 3px;
}

.border-aqua {
  border-color: #00c0ef;
}

input.form-error {
  border-color: red;
}

.error-message {
  color: red;
  font-weight: normal;
}

.custom-form .sub-group {
  border: 1px solid #FFF;
  border-top-color: #EEE;
  padding: 0.5em;
  border-radius: 0.5em;
}
.custom-form .sub-group.inactive {
  border: 1px solid #ddd;
  border-radius: 0;
}

/* ラベル*/
.has-checkbox {
  /* ボックス */
  /* 元のチェックボックス非表示 */
  /* チェックした時 */
}
.has-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.has-checkbox label:before {
  width: 1.6em;
  display: inline-block;
  font-weight: 500;
  font-family: "Font Awesome 5 Free";
  content: "\f0c8"; /* チェックの文字content CSS */
  color: #ccc;
  font-size: initial;
}
.has-checkbox input[type=checkbox] {
  display: none;
}
.has-checkbox input[type=checkbox]:checked + label:before {
  content: "\f14a"; /* チェックの文字content CSS */
  color: #3A99FC !important; /* チェックの色 */
  font-weight: 900;
}
.has-checkbox input[type=checkbox]:disabled + label:before {
  color: #DDD !important;
}
.has-checkbox input[type=checkbox]:checked:disabled + label:before {
  color: #DDD !important;
}
.has-checkbox input[type=checkbox]:disabled + label {
  color: #BBB !important;
}
.has-checkbox input[type=checkbox]:checked:disabled + label {
  color: #BBB !important;
}

.fixed {
  position: fixed;
  margin: 0;
  padding: 0;
}

.fixed-bottom {
  bottom: 0;
  padding-bottom: 2.5em;
  width: 100%;
  text-align: right;
  background-color: rgba(240, 240, 240, 0.8);
  z-index: 800;
}

.contain-fixed-bottom {
  margin-bottom: 90px;
}

.bottom-buttons {
  padding: 1em;
}

.radio-box label {
  display: inline;
  cursor: pointer;
  padding: 0;
}
.radio-box input[type=radio] {
  display: none;
}
.radio-box input[type=radio] + label {
  font-size: 0.9em;
}
.radio-box input[type=radio] + label:before {
  display: inline-block;
  width: 1.6em;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: initial;
  content: "\f111";
  color: #ccc;
}
.radio-box input[type=radio]:checked + label:before {
  content: "\f192";
  color: #3A99FC !important;
  font-weight: 900;
}
.radio-box input[type=radio]:disabled + label:before {
  color: #DDD !important;
  background-color: inherit !important;
}
.radio-box input[type=radio]:disabled + label {
  color: #BBB !important;
  background-color: inherit !important;
}

.input-email {
  width: 100% !important;
}
@media (min-width: 970px) {
  .input-email {
    width: 40rem !important;
  }
}

.input-username {
  width: 100% !important;
}
@media (min-width: 970px) {
  .input-username {
    width: 20rem !important;
  }
}

select.fromSelectWide {
  width: 60%;
}

.btn-area {
  display: inline-block;
}

.box-footer-spacious {
  padding: 20px 10px 30px 10px;
}

label.networkEnabled:before {
  content: "" !important;
  width: 0px;
  margin-left: -2px;
}

table.tree tbody tr th, table.tree tbody tr td {
  vertical-align: middle;
}
table.tree tbody tr span.padding-square {
  display: inline-block;
  width: 1.5em;
  text-align: center;
}
table.tree tbody tr .line-tate {
  color: #d7d4d4 !important;
}
table.tree tbody tr.display-none {
  color: #ccc;
  display: none;
}
table.tree .fa-fw {
  width: 1.8em;
}

body {
  background-color: #FBFBFB;
}

.init-header {
  background-color: #009bff;
}
.init-header a, .init-header a:link, .init-header a:hover, .init-header a:active {
  color: black;
}

.container {
  width: initial;
  max-width: 860px;
}

.btn {
  cursor: pointer;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.pr-5 {
  padding-right: 2.5rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pl-5 {
  padding-left: 2.5rem !important;
}

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

.m-20px {
  margin: 20px !important;
}

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

.m-40px {
  margin: 40px !important;
}

.m-50px {
  margin: 50px !important;
}

.m-60px {
  margin: 60px !important;
}

.m-70px {
  margin: 70px !important;
}

.m-80px {
  margin: 80px !important;
}

.m-90px {
  margin: 90px !important;
}

.m-100px {
  margin: 100px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

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

.mt-40px {
  margin-top: 40px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.mt-60px {
  margin-top: 60px !important;
}

.mt-70px {
  margin-top: 70px !important;
}

.mt-80px {
  margin-top: 80px !important;
}

.mt-90px {
  margin-top: 90px !important;
}

.mt-100px {
  margin-top: 100px !important;
}

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

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.mb-90px {
  margin-bottom: 90px !important;
}

.mb-100px {
  margin-bottom: 100px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.mr-20px {
  margin-right: 20px !important;
}

.mr-30px {
  margin-right: 30px !important;
}

.mr-40px {
  margin-right: 40px !important;
}

.mr-50px {
  margin-right: 50px !important;
}

.mr-60px {
  margin-right: 60px !important;
}

.mr-70px {
  margin-right: 70px !important;
}

.mr-80px {
  margin-right: 80px !important;
}

.mr-90px {
  margin-right: 90px !important;
}

.mr-100px {
  margin-right: 100px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.ml-30px {
  margin-left: 30px !important;
}

.ml-40px {
  margin-left: 40px !important;
}

.ml-50px {
  margin-left: 50px !important;
}

.ml-60px {
  margin-left: 60px !important;
}

.ml-70px {
  margin-left: 70px !important;
}

.ml-80px {
  margin-left: 80px !important;
}

.ml-90px {
  margin-left: 90px !important;
}

.ml-100px {
  margin-left: 100px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-20px {
  padding: 20px !important;
}

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

.p-40px {
  padding: 40px !important;
}

.p-50px {
  padding: 50px !important;
}

.p-60px {
  padding: 60px !important;
}

.p-70px {
  padding: 70px !important;
}

.p-80px {
  padding: 80px !important;
}

.p-90px {
  padding: 90px !important;
}

.p-100px {
  padding: 100px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

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

.pt-40px {
  padding-top: 40px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pt-60px {
  padding-top: 60px !important;
}

.pt-70px {
  padding-top: 70px !important;
}

.pt-80px {
  padding-top: 80px !important;
}

.pt-90px {
  padding-top: 90px !important;
}

.pt-100px {
  padding-top: 100px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

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

.pb-40px {
  padding-bottom: 40px !important;
}

.pb-50px {
  padding-bottom: 50px !important;
}

.pb-60px {
  padding-bottom: 60px !important;
}

.pb-70px {
  padding-bottom: 70px !important;
}

.pb-80px {
  padding-bottom: 80px !important;
}

.pb-90px {
  padding-bottom: 90px !important;
}

.pb-100px {
  padding-bottom: 100px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pr-20px {
  padding-right: 20px !important;
}

.pr-30px {
  padding-right: 30px !important;
}

.pr-40px {
  padding-right: 40px !important;
}

.pr-50px {
  padding-right: 50px !important;
}

.pr-60px {
  padding-right: 60px !important;
}

.pr-70px {
  padding-right: 70px !important;
}

.pr-80px {
  padding-right: 80px !important;
}

.pr-90px {
  padding-right: 90px !important;
}

.pr-100px {
  padding-right: 100px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pl-20px {
  padding-left: 20px !important;
}

.pl-30px {
  padding-left: 30px !important;
}

.pl-40px {
  padding-left: 40px !important;
}

.pl-50px {
  padding-left: 50px !important;
}

.pl-60px {
  padding-left: 60px !important;
}

.pl-70px {
  padding-left: 70px !important;
}

.pl-80px {
  padding-left: 80px !important;
}

.pl-90px {
  padding-left: 90px !important;
}

.pl-100px {
  padding-left: 100px !important;
}

/*# sourceMappingURL=custom.css.map */
