/*
  Theme Name: DGWA Meeting Room
  Theme URI: https://if-vietnam.com/
  Description: デザインやHTMLコーディングなどの一般的なWebサイト制作、WordPressを代表とするCMSの構築はもちろん、システム開発が必要なスマートフォンアプリ、ソーシャルアプリ、ソーシャルゲームなどの設計開発、テストや分析、デバック作業、ECサイトやコミュニケーションツールなどのWebサービス運用業務など、幅広い領域でオフショア開発をご利用いただくことができます。
  Version: 1.0
  Author: Tutm-IFV <tu-tm@if-vietnam.com>
  Author URI: https://if-vietnam.com/
  Tags: HTML5, CSS3, Bootstrap, Parallax, Wordpress
  Textdomain: meeting
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  outline: transparent; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  margin: 0;
  padding: 0; 
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0px; }

h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3; }

ul {
  margin: 0px;
  padding: 0px; }
  ul li {
    list-style: none; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 1032px) {
    .container {
      padding: 0px 20px; } }
  @media screen and (max-width: 750px) {
    .container {
      padding: 0px 20px; } }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

a {
  color: #fff;
  text-decoration: none;
  display: block; }
  a:hover {
    color: #fff;
    text-decoration: none; }
  a:focus {
    color: #fff;
    outline: none;
    text-decoration: none; }
  a:visited {
    color: #fff; }

.widthFull {
  width: 100%; }

/* general setting
-----------------------------------------------------------*/
dl dt {
  margin-bottom: 6px; }
dl dd {
  margin-bottom: 26px; }

pre {
  border-radius: 2px;
  margin-bottom: 33px; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

p {
  margin: 0; }
  p:last-child {
    margin-bottom: 0px; }

a {
  opacity: 1; }
  a:hover {
    opacity: 0.7; }

a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none; }

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  padding: 0;
  margin: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input {
  height: auto; }
input[type="text"], textarea{
    padding: 6px
}

:not(output):-moz-ui-invalid {
  box-shadow: none; }

:not(output):-moz-ui-invalid:-moz-focusring {
  box-shadow: none; }

output:-moz-ui-invalid {
  color: none; }

select {
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  resize: none;
  padding: 6px;
  border-radius: 2px; }

.overflow {
  overflow: hidden; }

.onlySP {
  display: none !important; }
/* Form login */
.container-login{
  width: 100vw;
  height: 100vh;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  /*background-image: url(assets/img/bg_login.jpg);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.container-login:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
}
.box-login{
  position: absolute;
  width: 320px;
  height: 40%;
  min-height: 400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: linear-gradient(#7577FE, #B124ED);
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.box-login h3{
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: uppercase;
}
.box-login .form_login{
  width: 100%;
}
.box-login .form_login .row100{
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.box-login .form_login .row100 input[type=email], .box-login .form_login .row100 input[type=password]{
  line-height: 1.2;
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  padding: 5px 5px 5px 38px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  border-bottom: 2px solid rgba(255,255,255,0.24);

}
.box-login .form_login .row100 input[type=password]{
  border-bottom: 2px solid #000000;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.box-login .form_login .row100 input[type=email]:focus, .box-login .form_login .row100 input[type=password]:focus{
  /* border-bottom: 2px solid rgba(255,255,255,1); */
}
.box-login .form_login .row100 input[type=email]::-webkit-input-placeholder, .box-login .form_login .row100 input[type=password]::-webkit-input-placeholder{
  color: #fff;
}
.box-login .form_login .row100 input[type=email]:-ms-input-placeholder, .box-login .form_login .row100 input[type=password]:-ms-input-placeholder{
  color: #fff;
}
.box-login .form_login .row100 input[type=email]::placeholder, .box-login .form_login .row100 input[type=password]::placeholder{
  color: #fff;
}
.box-login .form_login .row100 input[type=email]:focus::-webkit-input-placeholder , .box-login .form_login .row100 input[type=password]:focus::-webkit-input-placeholder {
  color: transparent;
}
.box-login .form_login .row100 input[type=email]:focus:-ms-input-placeholder , .box-login .form_login .row100 input[type=password]:focus:-ms-input-placeholder {
  color: transparent;
}
.box-login .form_login .row100 input[type=email]:focus::placeholder , .box-login .form_login .row100 input[type=password]:focus::placeholder {
  color: transparent;
}
.box-login .form_login .row100 label i.fas{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.box-login .form_login .row100.alg-center{
  text-align: center;
}
.box-login .form_login .row100 button{
  background: #fff;
  border: none;
  padding: 10px 30px;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 20px;
  font-weight: bold;
  color: #222;
}
.box-login .form_login .row100 button:hover{
  background: #2373ac;
  color: #fff;
}
.box-login .input-checkbox100{
  font-size: 1rem;
  margin-left: 10px;
  cursor: pointer;
}
.box-login .label-checkbox100{
  padding-left: 8px;
  font-size: 0.9rem;
  cursor: pointer;
}
.box-login .label-checkbox100::before {
  cursor: pointer;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.7rem;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #fff;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-checkbox100:checked + .label-checkbox100::before {
  color: #555555;
}
.box-login .err{
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  color: gold;
  font-size: 1rem;
  font-style: italic;
}
/* Manage */
.container-main{
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background: #F5F7FA;
}
.sidebar-left{
    width: 15%;
    background: #333333;
    color: #fff;
    padding: 20px;
}
.main-content{
    width: 60%;
}
.main-content.fix-content{
  width: 85%;
}
.sidebar-right{
    width: 25%;
}
.sidebar-left .logo{
    text-align: center;
    margin-bottom: 45px;
}
.sidebar-left .logo img{
    max-width: 100%;
}
.sidebar-left .papa label{
    font-weight: bold;
    font-size: 20px;
}
.sidebar-left .papa .sub{
    margin-left: 10px;
}
.sidebar-left .papa .sub li{
  cursor: pointer;
}
.sidebar-left .papa .sub li:hover{
  opacity: 0.7;
}
/* main content */
.main-content .content{
    padding: 20px 30px;
    color: #6c757d;
}
.main-content .content h1, .sidebar-right h2{
    font-weight: bold;
    font-size: 24px;
    color: #6c757d;
    line-height: 1.6;
}
.sidebar-right h2 #this_day{
    float: right;
    padding-right: 20px;
    color: #E74133;
}
.sidebar-right{
    padding: 20px 0;
}
.sidebar-right .list_booking{
    color: #fff;
    background: #fff;
    height: 625px;
    padding: 20px;
}
.sidebar-right .list_booking ul{
    overflow: hidden auto;
    height: calc(100% - 60px);
}
.sidebar-right .list_booking li{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.sidebar-right .list_booking li .time, .sidebar-right .list_booking li .room{
    width: 50%;
}
.sidebar-right .list_booking li .team{
    width: 100%;
}
.sidebar-right .list_booking li div i{
    min-width: 16px;
}
.hide_room{ display: none !important; }
.sort_room{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}
.sort_room .sort_left, .sort_room .sort_right{
    width: 50%;
    display: inline-block;
    float: left;
}
.sort_room label{
    font-weight: bold;
    font-size: 20px;
    color: #6c757d;
    line-height: normal;
    margin-right: 10px;
    vertical-align: middle;
}
.sort_room select{
    max-width: 70%;
    width: 100%;
    border: none;
    background: #f6f8fa;
}
.sort_room .sort_right{
    text-align: right;
}
.sort_room .btn{
    border: none;
    background: #2373ac;
    color: #fff;
    font-weight: bold;
    height: 31px;
    width: 100%;
    border-radius: 20px;
    border: 2px solid transparent;
}
.sort_room .btn:hover{
    /*opacity: 0.7;*/
    border-color: #2373ac;
    background: transparent;
    color: #2373ac;
}

/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px auto;
  padding:0px;
  width: 100%;
  position: relative;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color:   #787878 ;      
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:0;
    top:0px;
    width:100%;
    height:40px;   
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
}
 
div#calendar div.header span.title{
    color:#FFF;
    font-size:18px;
}
 
 
div#calendar div.header a.prev{
    left:20px;
}
 
div#calendar div.header a.next{
    right:20px;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
} 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:80px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
    width: calc( (100% / 7) - 5px + ( 5px / 7 ) );
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:80px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:80px;
    height:100px;
    font-size:25px;
    background-color: #DDD;
    color:#000;
    text-align:center;
    width: calc( (100% / 7) - 5px + ( 5px / 7 ) );
    cursor: pointer;
}
div#calendar ul.dates li.old{
    opacity: 0.6;
    pointer-events: none;
}
div#calendar ul.dates li:nth-child(7n), div#calendar ul.label li:nth-child(7n){
    margin-right: 0;
}
div#calendar ul.dates li.active_day{
    background-color: #2373ac;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    position: relative;
}
div#calendar ul.dates li.active_day .day{
    padding-top: 5%;
}
div#calendar ul.dates li.active_day .event{
    padding: 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div#calendar ul.dates li.active_day .event span{
    font-size: 15px;
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #222;
    vertical-align: baseline;
    margin: 2px;
    border-radius: 20px;
}
#calendar.pload::before{
    font-family: "Font Awesome 5 Free";
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\f110";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    font-size: 40px;
}
#calendar.pload::after{
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}
.modal-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;    
    z-index: -1;
    display: flex;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.modal-container.modal-show{
    opacity: 1;
    z-index: 99;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.modal-container .modal-inner{
    background: #fff;
    min-width: 50%;
    min-height: 40%;
    margin: auto;
}
.modal-container .modal-inner .modal-header{
    padding: 10px 20px;
    background: #2373ac;
    color: #fff;
    position: relative;
}
.modal-container .modal-inner .modal-header h3{
    font-weight: bold;
}
.modal-container .modal-inner .modal-header span.close{
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: auto;
    left: auto;
    margin: auto;
    transform: translate(0, -50%);
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}
.modal-container .modal-inner .modal-body{
    padding: 20px;
    border-left: 1px solid #6c757d;
    border-right: 1px solid #6c757d;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #6c757d;
}
.modal-container .modal-inner .modal-body > table{
    width: 50%;
}
.modal-container .modal-inner .modal-body > table > tbody > tr{
    margin-bottom: 10px;
}
.modal-container .modal-inner .modal-body > table > tbody > tr > th{
    width: 100px;
    text-align: right;
    padding-right: 15px;
    position: relative;
    vertical-align: top;
}
.modal-container .modal-inner .modal-body > table > tbody > tr > th::after{
    content: ':';
    position: absolute;
    right: 5px;
}
.modal-container .modal-inner .modal-body > table > tbody > tr > td{
    width: calc(100% - 100px);
    padding-bottom: 10px;
}
.modal-container .modal-inner .modal-body > table > tbody > tr:last-child > td{
    padding-bottom: 0;
    line-height: 0;
}
.modal-container .modal-inner .modal-body > table > tbody > tr > td>*{
    width: 100%;
}
#booking_room{
    min-width: 49%;
    position: relative;
    overflow: hidden auto;
    max-height: 270px;
}
#booking_room ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #6c757d;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}
#booking_room ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#booking_room ul li .time{ width: 40% }
#booking_room ul li .team{ width: 60% }
#start_h, #start_i, #end_h, #end_i{
    width: 48%;
}
#booking_room ul li.duplicate{
    background: #E74133;
    color: #fff;
}
#start_h, #end_h{
    margin-right: 2%;    
}
.modal-footer{
    padding: 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 1px solid #6c757d;
    border-right: 1px solid #6c757d;
    border-bottom: 1px solid #6c757d;
}
.modal-footer .btn{
    border: none;
    background: #2373ac;
    color: #fff;
    height: 31px;
    width: 49%;
    border: 2px solid transparent;
    border-radius: 20px;
}
.modal-footer .btn.btn-cancel{
    background: #E74133;
}
.modal-footer .btn.btn-cancel:hover {
    border-color: #E74133;
    color: #E74133;
    background: transparent;
}
.modal-footer .btn:hover{
    /*opacity: 0.7;*/
    border-color: #2373ac;
    color: #2373ac;
    background: transparent;
}
.modal-footer .mess_err{
    width: 100%;    
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-weight: bold;
    height: 45px;
    line-height: 2;
}
.modal-footer .mess_err.show_err{
    background: #F8BB00;
    color: #E74133;
}
.modal-footer .mess_err.show_success{
    background: #2373ac;
    color: #fff;
}
/* my_booking */
.my_booking{
  height: calc(100vh - 100px);
  overflow: hidden auto;
}
.my_booking table{
  width: 100%;
}
.my_booking table thead{
  background: #2373ac;
  color: #fff;
}
.my_booking table thead tr th{
  padding: 5px 10px;
}
.my_booking table tbody{
  background: #fff;
}
.my_booking table tbody tr td{
  padding: 5px 10px;
  color: #6c757d;
}
.my_booking table tbody tr td:last-child{
  text-align: center;
}
.my_booking table tbody tr:hover td{
  background: #ddd;
}
.cancel_room{
  color: #E74133;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.main-content .list_room{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content .list_room .box_room{
  width: 49%;
  margin-bottom: 20px;
  padding: 20px;
}
.main-content .list_room .box_room .thumb_room{
  text-align: center;
}
.main-content .list_room .box_room .info_room h3{
  text-align: center;
}
.no_event{
  pointer-events: none;
  background: #ddd !important;
}
.reset_pass{
  color: #333333!important;
  text-align: center;
  margin-top: 15px;
  font-style: italic;
}
.setting .btn{
  background: #2373ac;
  color: #fff;
  font-weight: bold;
  height: 31px;
  margin-top: 20px;
  padding: 5px 20px;
  border: 2px solid transparent;
  border-radius: 20px;
}
.setting .btn:hover {
  background: transparent;
  color: #2373ac;
  border-color: #2373ac;
}
.box_loop{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_loop label #loop:checked ~ label #max_loop{
  pointer-events: none;
}