a,a:link,a:hover,a:visited,a:active{text-decoration: none;}
body, a:not(.btn),a:not(.btn):link,a:not(.btn):hover,a:not(.btn):visited,a:not(.btn):active {color: #555555;}
/*Theme조정*/
.content {padding-bottom: 1rem;}

#planCalendar th,#planCalendar td{text-align: center;}
#planCalendar td.selected{background-color:#dddddd}
#planCalendar td[rs-data]{cursor:pointer;}

/*성경각권읽기*/
#bibleEachBookRead{}

/*오늘성경읽기*/
.table-today-reading td,.table-today-reading th{padding:1rem 1.2rem}
.table-today-reading td{text-align: center;}
.table-today-reading td:first-child,.table-today-reading th:first-child{text-align: left!important}
.table-today-reading td:nth-child(2), .table-today-reading th:nth-child(2){text-align: left!important}

.navbar-vertical.navbar-inverted .navbar-nav .nav-item .nav-link {font-size:1.1em}

.show-sm, .show-md{display: none;}

/*성경개관 성경듣기 card div */
.box-click .card-body:hover{background-color:#dff8ff}

/*통독표*/
#bibleReadTable table td:first-child,
#bibleReadTable table th:first-child {width:250px}

#bibleReadTable table td:nth-child(3),
#bibleReadTable table td:nth-child(4),
#bibleReadTable table td:nth-child(5) {width:90px}

#bibleReadTable table td:last-child,
#bibleReadTable table th:last-child {width:90px}

/*dataTable*/
.dt-buttons {float:left;margin-bottom:10px}
.dt-search {float:right;margin-bottom:10px}
.dt-search label{width:50px}
.dt-paging {display: flex;justify-content: center;margin-top:20px}
.dt-info{display: none;}
.table-responsive .dataTable td, .table-responsive .dataTable th{white-space: nowrap;}

/*  로그인일때는 아무것도 보이지 마라*/
body.login .navbar {display: none;}
body.login .navbar-vertical.navbar-expand-xl + .content {margin-left: 0rem;}
body.login .mobile-bottom{display: none;}
body.login .content{}

.todayDate{font-size:1.2em;font-weight: 600}
@media screen and (max-width: 768px) {
  .show-md{display: block}

  /*  오늘성경읽기*/
  .table-today-reading td,.table-today-reading th{padding:5px}
  .table-today-reading td:last-child{padding-right:.5em!important}
  .table-today-reading th:last-child{padding-right:.5em!important}
  .table-today-reading .btn{padding:0 5px;font-size:0.9em}
  .table-today-reading td{padding:5px;vertical-align:middle; }

  /*통독표*/
  #bibleReadTable table td:first-child,
  #bibleReadTable table th:first-child {width:auto}
  #bibleReadTable table td:last-child,
  #bibleReadTable table th:last-child {width:60px;text-align: center!important;}




}

@media screen and (max-width: 576px) {
/*  공통*/
  .content {padding-bottom: 2rem;}

  
  
  .hide-sm{display: none!important}
  .show-sm{display: auto!important}

  /* 반응형 테이블*/
  table.table-response thead{display:none}
  table.table-response td {display:block;padding-left:10px!important;display: flex;justify-content: space-between;}
  table.table-response td:before{content:attr(th-data);width:100px}
  table.table-response td:first-child{background-color:#dddddd;}
  table.table-response td:last-child{padding-bottom:20px}

  
}