@charset "UTF-8";

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}

.sidenav-dark {
	background-color:#454B4B !important;
}

.sidenav-dark .sidenav-menu .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

/*シンプルヘッダー*/
.header-simple {
	background-color:#054FBE !important;
}

.header-simple-dark {
	background-color:#000 !important;
}

/*ユーザー用*/

.video_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height:40px;
  margin-bottom:10px;
}

.video_title h6{
  margin:0;
}

.pagination_dark > li > a
{
    background-color: white;
    color: #000;
}

.pagination_dark > li > a:focus,
.pagination_dark > li > a:hover,
.pagination_dark > li > span:focus,
.pagination_dark > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination_dark > .active > a
{
    color: white;
    background-color: #000 !Important;
    border: solid 1px #000 !Important;
}

.pagination_dark > .active > a:hover
{
    background-color: #000 !Important;
    border: solid 1px #000;
}

/*フォーム*/
form select.form-control {
  font-size:16px;
  height: calc(1em + 1.75rem + 2px);
  padding: 0.2rem 1.125rem 0.2rem 0.7rem;
}

form input.form-control {
  font-size:16px;
}

form textarea.form-control {
  font-size:16px;
}

form input.fileup {
  height: calc(1em + 1.75rem);
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

input[type="number"] { 
  -moz-appearance:textfield; 
} 

.confirm dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.confirm dt {
  font-weight:bold;
  flex-basis: 25%;
  padding: 15px;
  margin:0;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
.confirm dd {
  font-size:1em;
  flex-basis: 75%;
  padding: 15px;
  margin:0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
.confirm dl {
  flex-flow: column;
}
}

.min100 {
  min-width:100%;
}

/*テーブル*/
.table-responsive table th {
  white-space:nowrap;
  background:#F2F2F2;
}

.table-responsive table td {
  white-space:nowrap;
}

/*フォーム要素*/
.list_select{
	font-size:14px !important;
	height:auto !important;
	padding:6px 10px !important;
}

.list_input{
	font-size:14px !important;
	height:auto !important;
	padding:7px 10px !important;
}

.small2 {
    font-size: 0.875em;
    font-weight: 800;
}

/*master*/

.master_table{
	width: 100%;
	padding:0;
	font-size:14px;
}

.master_table th,.master_table td{
	padding:6px;
	vertical-align:middle;
}

.master_table th{
	text-align:center;
	font-size:14px;
}

.master_table input{
	font-size:14px !important;
	height:auto;
	padding:6px 10px;
}

.master_table select{
	font-size:14px !important;
	height:auto !important;
	padding:7px 10px !important;
}

.master_table tr.hidden_tr{
	background-color:#CCC !important;
}

.master_table tr.hidden_tr input{
	background-color:#E8E8E8 !important;
}

.master_table tr.hidden_tr select{
	background-color:#E8E8E8 !important;
}

/*アップロード*/

.check_mes {
  padding:10px 20px;
}

.state_mes {
  padding:10px 20px;
}

/*視聴制限リスト*/

.restriction{
  border-bottom:solid 1px #E3E3E3;
  padding:7px 0;
}

.restriction:first-child{
  padding:0 0 7px;
}

.restriction:last-child{
  border-bottom:none;
  padding:7px 0 0;
}

.restriction span.badge{
	min-width:60px;
}

.restriction div div{
  border:solid 1px #CCC;
  line-height:13px;
  font-weight:bold;
  font-size:13px;
  padding:5px;
  margin-left:7px;
  background:#FFF;
}

/*ビデオ*/

.video-js {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.video-js video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*ローダー*/

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255,255,255,0.8);
  z-index: 2000;
  display:none;

}

#loader {
  height:auto;
  text-align: center;
  color: #af9b65;
  margin-top:-50px;
  font-size: 18px;
  font-weight: 700;
}

#loadingMsg {
  font-size:14px;
  color: #af9b65;
  padding:10px 0;
}


/*カスタムボーダー*/
.cbp1 {
    border-radius: 0.35rem;
    border: 0.15rem solid #F90;
}

.cbp2 {
    border-radius: 0.35rem;
    border: 0.1rem solid #ccc;
}


