@charset "utf-8";

/*------------------------------
	archives top
------------------------------*/
/*PC*/
.historyTit{
    margin-bottom: 50px;
}
.historyTit img{
    width: 100%;
    height: auto;
}
.archivelistLi{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.archivelistLi li{
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.button{
    border:1px solid #d7dada; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    text-decoration:none; 
    display:inline-block;
    font-weight:bold;
    background-color: #f2f2f2; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #fffffff, #f2f2f2);
    background-image: -ms-linear-gradient(top, #fffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2);
    line-height: 40px;
    position: relative;
    vertical-align: middle;
}
.button:hover{
    border:1px solid #bfc4c4;
    background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#c6c3c3));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: -moz-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: -ms-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: -o-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: linear-gradient(to bottom, #f2f2f2, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f2f2, endColorstr=#f4f4f4);
}
.button::before,
.button::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.button::before{
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1px solid #0161b6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.button::after{
    left: 32px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #0161b6;
}
.archivelistLi li:nth-of-type(3) span{
    padding-top: 30px;
}
.archivelistLi li:nth-of-type(3n){
    margin-right: 0;
}
.archivelistLi li a{
    display: block;
    color: #0161b6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    text-decoration: none;
}
#result,#movies,#gallery,#records{
    margin-bottom: 50px;
}

/* tablet */
@media screen and (max-width: 1024px) {
    .historyTit{
        margin-bottom: 5vw;
    }
    #result,#movies,#gallery,#records{
        margin-bottom: 5vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .archivelistLi li{
        box-sizing: border-box;
        width: 49.5%;
        margin-right: 0%;
        margin-bottom: 1vw;
        text-align: center;
        height: 15vw;
    }
    .archivelistLi li:nth-of-type(2n){
        margin-right: 0;
        margin-left: 1%;
    }
    .archivelistLi li:nth-of-type(3n){
        margin-right: 0%;
    }
    .button::before,
    .button::after{
        left: 3vw;
    }
    .button::after{
        left: 4.5vw;
    }
}

/*------------------------------
	history
------------------------------*/
/*PC*/
#historyWrap section{
    margin-bottom: 50px;
}
#historyWrap section:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#historyWrap .f_r{
    padding-left: 1em;
}
#historyWrap .f_l{
    padding-right: 1em;
}
.historyTxt{
    padding-bottom: 1em;
    line-height: 2;
	text-align: justify;
}
/* tablet */
@media screen and (max-width: 1024px) {
    #historyWrap section{
        margin-bottom: 5vw;
    }
    #historyWrap .f_r{
        width: 20%;
    }
    #historyWrap .f_l{
        width: 20%;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #historyWrap .f_r{
        width: 47%;
    }
    #historyWrap .f_l{
        width: 47%;
    }
}



/*------------------------------
	result
------------------------------*/
/*PC*/
.tableStyle{
    margin-top: 30px;
    width: 100%;
    border-left: 1px solid rgba(230,230,230,1);
    font-size: 1.2rem;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.tableStyle th{
    background: rgba(230,230,230,1);
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
.tableStyle td{
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 2px;
    padding-left: 2px;
    border-bottom: 1px solid rgba(230,230,230,1);
    border-right: 1px solid rgba(230,230,230,1);
    box-sizing: border-box;
}
.tableStyle tbody tr td:nth-child(3){
	width:90px;
}
.tableStyle01{
    margin-top: 30px;
    width: 100%;
    border-left: 1px solid rgba(230,230,230,1);
    font-size: 1.2rem;
    border-collapse: collapse;
}
.tableStyle01 th{
    background: rgba(230,230,230,1);
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}

.tableStyle01 td{
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 2px;
    padding-left: 2px;
    border-bottom: 1px solid rgba(230,230,230,1);
    border-right: 1px solid rgba(230,230,230,1);
    box-sizing: border-box;
}
th.thStyle01{
    background: rgba(230,230,230,0.2);
    border-bottom: 1px solid rgba(230,230,230,1);
    border-right: 1px solid rgba(230,230,230,1);
}
.recordsTxt{
    padding-top: 1em;
}
.selectMenu{
    float: right;
    margin-right: 1em;
}   
.selectMenu select {
    position: relative;
    padding:0.5% 3%;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(230,230,230,1);
    background: #FFFFFF;
    font-size: 1.6rem;
    width: 200px;
}
.selectMenu label {
    position: relative;
}
.selectMenu label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 45%;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(../common/img/icn_arrow_u.png) 0 0 no-repeat;
    background-size: 10px;
    pointer-events: none;
}
.selectMenu:after {
  content: ""; 
  display: block; 
  clear: both;
}
.resultMenu{
    width: 100%;
    border-bottom: 4px solid #0074d7;
    margin-bottom: 20px;
}
.resultMenu{
  display: -webkit-box;
  display: box;
}
.resultMenu li{
    text-align: center;
    line-height: 50px;
    border: 1px solid #0074d7;
    background-color: #0074d7;
    color: #FFFFFF;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 100%;
    margin-right: 0.5%;
}
.resultMenu li:last-of-type{
    margin-right: 0;
}
.resultMenu li a{
    color: #0074d7;
    background-color: #FFFFFF;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.resultMenu li a:hover{
    background-color: #0074d7;
    color: #FFFFFF;
}
.report_inner{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    min-width: 1000px;
}
.scroll_txt{
    display: none;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .tableStyle{
        margin-top: 3vw;
        margin-bottom: 5vw;
        font-size: 1.4vw;
    }
    .tableStyle th{
        background: rgba(230,230,230,1);
        font-weight: 700;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0.5em;
        padding-right: 0.5em;
        text-align: center;
    }
    .tableStyle td{
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(230,230,230,1);
        border-right: 1px solid rgba(230,230,230,1);
    }
    .selectMenu select {
        width: 50%;
        font-size: 1.6vw;
    }
    .selectMenu label:after {
        top: 1vw;
    }
    .selectMenu select {
        font-size: 1.6vw;
        width: 100%;
    }
    .scroll{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll::-webkit-scrollbar {
          height: 5px;
        }
    .scroll::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .report_inner{
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        min-width: 94%;
    }
    .scroll_txt{
        padding-top: 5px;
        position: relative;
        display: block;
    }
    .scroll_txt::before{
        content: "※";
    }
    .scroll_txt::after {
          position: absolute;
          content: '';
          top: 1vw;
          left:13em;
          display: block;
          width: 33px;
          height: 15px;
          background-image: url(../common/img/icn_scrool.png);
          background-size: contain;
          background-repeat: no-repeat;
    }
     table.tableStyle01{
         white-space: nowrap;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .tableStyle{
        font-size: 3.4vw;
    }
    .tableStyle{
        margin-top: 3vw;
        width: 350%;
    }
     .tableStyle01{
        margin-top: 3vw;
        width: 350%;
        font-size: 3.4vw;
    }
    .selectMenu select {
        width: 100%;
        font-size: 3.4vw;
    }
    .scroll::before {
      font-size:3.6vw;
    }
    .scroll:after {
        left:13em;
    }
    .resultMenu{
        border-bottom: 2px solid #0074d7;
    }
    .resultMenu li{
        line-height: 2.5;
        width: 100%;
    }
    .scroll{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll::-webkit-scrollbar {
          height: 5px;
        }
    .scroll::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .scroll02{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll02::before {
        content:"※横にスクロールできます";
              font-size:3.6vw;
        }
    .scroll02:after {
          position: absolute;
          content: '';
          top: 0;
          left:13em;
          display: block;
          width: 43px;
          height: 25px;
          background-image: url(../common/img/icn_scrool.png);
          background-size: contain;
          background-repeat: no-repeat;
          }
    .scroll02::-webkit-scrollbar {
          height: 5px;
        }
    .scroll02::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll02::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .scroll02{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll02::before {
        content:"※横にスクロールできます";
              font-size:3.6vw;
        }
    .scroll02:after {
          position: absolute;
          content: '';
          top: 0;
          left:13em;
          display: block;
          width: 43px;
          height: 25px;
          background-image: url(../common/img/icn_scrool.png);
          background-size: contain;
          background-repeat: no-repeat;
          }
    .scroll02::-webkit-scrollbar {
          height: 5px;
        }
    .scroll02::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll02::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .scroll_txt::after {
          top: 2vw;
          left:13em;
    }
}

/*------------------------------
	movies gallery
------------------------------*/
/*PC*/
.galleryLi{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.galleryLi li{
    text-align: center;
    margin-right: 4%;
    width: 22%;
    line-height: 1.6;
    margin-bottom: 20px;
}
.galleryLi li:nth-of-type(4n){
    margin-right: 0;
}
.galleryLi li img{
    width: 100%;
    height: auto;
}
.mediaBlock{
    font-size: 1.4rem;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    line-height: 1.2;
    padding-top: 30px;
}
.mediaBlock img{
    padding-right: 1em;
}
.movieBlock{
    border-bottom: 1px solid #CCCCCC;
    padding-top: 30px;
    padding-bottom: 10px;
}
.galleryList{
  display: flex;
  justify-content: left;
  flex-wrap: wrap; 
}
.galleryList li{
    text-align: center;
    margin-right: 5%;
    width: 30%;
    line-height: 1.6;
    margin-bottom: 20px;
    overflow: hidden;
    height: 200px;
    position: relative;
    background-color: #f2f2f2;
}
.galleryList li:nth-of-type(3n){
    margin-right: 0;
}
.galleryList li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .mediaBlock{
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .galleryLi li{
        text-align: center;
        margin-right: 4%;
        width: 48%;
        line-height: 1.6;
        margin-bottom: 3vw;
    }
    .galleryLi li:nth-of-type(3n){
        margin-right: 4%;
    }
    .galleryLi li:nth-of-type(2n){
        margin-right: 0;
    }
    .mediaBlock{
        font-size: 3.2vw;
    }
    .mediaBlock img{
        width: 90%;
    }
}
/*------------------------------
	records
------------------------------*/
.recordWrap{
    display: flex;
    justify-content: left;
    flex-wrap: wrap; 
}
.recordBlock{
    width: 50%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap; 
    border-bottom: 1px solid #CCCCCC;
    padding-top: 30px;
    padding-bottom: 30px;
}
.recordBlock:nth-of-type(n){
    width: 32%;
    margin-right: 1%;
}
.recordBlock .ph{
    width: 35%;
    margin-right: 2%;
}
.recordBlock ul{
        width: 63%;
    }
.recordBlock .ph img{
    width: 100%;
    height: auto;
}
.recordBlock li{
    margin-bottom: .5em;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
}
.recordBlock:nth-of-type(n+3) li{
    /*font-size: 1.5rem;*/
    line-height: 1.4;
}
.recordBlock li.num{
    color: #ffffff;
    background-color: #FF3300;
    text-align: center;
    font-size: 1.4rem;
    line-height: 20px;
    display: inline-block;
    padding-right: 2em;
    padding-left: 2em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.recordBlock li:last-child{
    font-weight: normal;
    font-size: 1.4rem;
    color: #666666;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .recordBlock li{
        font-size: 1.8vw
    }
    .recordBlock:nth-of-type(n) li{
       /* font-size: 1.5vw;*/
    }
    .recordBlock li.num{
        font-size: 1.4vw;
    }
    .recordBlock li:last-child{
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .recordWrap{
        display: block;
    }
    .recordBlock{
        width: 100%;
        display: flex;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .recordBlock:nth-of-type(n){
        width: 100%;
        margin-right: 0;
    }
    .recordBlock .ph{
        width: 35%;
        margin-right: 2%;
    }
    .recordBlock li{
        margin-bottom: .5em;
        font-size: 3.6vw;
        line-height: 1.4;
    }
    .recordBlock:nth-of-type(n+3) li{
        font-size: 3.6vw;
        line-height: 1.4;
    }
    .recordBlock li.num{
        font-size: 3.2vw;
        line-height: 2;
    }
    .recordBlock li:last-child{
        font-weight: normal;
        font-size: 3.4vw;
        color: #666666;
    }
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.20
 *
 * Included libraries:
 *   DataTables 1.10.20
 */

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("DataTables-1.10.20/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("DataTables-1.10.20/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("DataTables-1.10.20/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("DataTables-1.10.20/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("DataTables-1.10.20/images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable tbody td:nth-child(3) {
	min-width:130px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */


.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
    margin-top: 12px;
}
.dataTables_wrapper label {
    font-size: 1.6rem;

}
.dataTables_wrapper input {
  width: 200px;
  padding: .5em .5em .5em 1em;
  border: 1px solid #aaa;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.dataTables_wrapper select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.dataTables_wrapper .dataTables_length {
  float: left;;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;

}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
    margin-top: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #3387D4 !important;
  border: 1px solid #3387D4;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #3387D4;
  background-color: #3387D4;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #3387D4;
  background-color: #3387D4;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #3387D4;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: 0161B6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* tablet */
@media screen and (max-width: 1024px) {
    .dataTables_wrapper {
        margin-top: 0;
    }
}


@media screen and (max-width: 767px) {
    
    
    .dataTables_wrapper label {
        font-size: 90%;
        margin-top: 10px;
    }
    .dataTables_wrapper select{
        padding:2px 5px
    }
    .dataTables_wrapper input {
      width: 70%;
      padding: .2em .5em .2em .5em;
      margin-bottom: 10px;
      font-size: 100%;
    }
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
      float: none;
      font-size: 12px;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
    margin-bottom: 20px;
  }

}



