@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.pagination_o {
	width:100%;
	margin: 50px 0 0 0;
}

.pagination {
	margin: 10px auto;
	max-width:650px;
  display: flex;	
}

.pagination_i {
	margin:0 auto;
	text-align:center;
}

.pagination div.num{
	min-width: 16px;
	
	font-size:14px;
	text-align:center;
	border-radius: 3px;
	padding:4px 6px 3px 6px;
	
	background: #ababab;	
	color: #fff;
	
	display:inline-block;
  cursor:pointer;
  cursor:hand;	
	
	margin:0 3px 0 3px;
}

.pagination div.num_st{
	background: #4b94c7;
	cursor:default;	
}

.pagination div.num_mv{
	background: #c5c5c5;
}

.pagination div.num_mt{
	background: #ababab;
}



.search_o{
	width:100%;
	margin:15px 0 15px 0;
}

.search {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: flex;
	max-width:650px;
	margin: 0px auto;
}

.searchTerm {
  width: 100%;
  border: 2px solid #c7c7c7;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 3px 0 0 3px;
  outline: none;
  color: #696969;
	box-shadow:none;
	margin: 0 0 0 10px;
}

.searchTerm:focus{
  color: #696969;
}

.searchBtn {
  width: 40px;
  border: 1px solid #c7c7c7;
  background: #c7c7c7;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
	margin: 0 10px 0 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b1b1b1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b1b1b1;
}


.util_text01{
	font-size:14px;
	font-weight:bold;
  color: #555;
	line-height: 22px;
}



.btn01_bakkk{
	margin: 10px 0 0 0;
	text-align: center;
	line-height: 29px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	border-radius: 3px;
	background: rgb(188, 133, 35);
}



span.sbtn01{
	font-size:12px;
	text-align:center;
	border-radius: 3px;
	padding:4px 6px 3px 6px;
	
	background: #3f91cc;	
	color: #fff;
	
	display:inline-block;
  cursor:pointer;
  cursor:hand;	
}


span.sbtn02{
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
		padding:4px 6px 3px 6px;
		
    background: #95989a;
    color: #fff;
		
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

div.btn01{
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
		padding:4px 6px 3px 6px;
		
    background: #3f91cc;
    color: #fff;
		
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

div.btn02{
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
		padding:4px 6px 3px 6px;
		
    background: #95989a;
    color: #fff;
		
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

div.btn01_bakkk{
	font-size:12px;
	text-align:center;
	border-radius: 3px;
	padding:4px 6px 3px 6px;
	
	background: #3f91cc;	
	color: #fff;
	
	display:inline;
  cursor:pointer;
  cursor:hand;	
}

input.pholder {
	height:14px;
	padding: 1px 3px 1px 3px;
	outline: none;
	text-align:center;
}

input.pholder + span.pholder {
  position: absolute;
  left: 0px;
  top: 0px;
	cursor:text;
	color:#9b9b9b;
	text-align:center;
	width:100%;
}



.clear{
	clear:both;
}

@-webkit-keyframes loading {
	to {transform: rotate(360deg);}
}

@keyframes loading {
	to {transform: rotate(360deg);}
}


div.loading {
  position: absolute;
  z-index: 1000000;
	
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-left: -17px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #07d;
  animation: loading .9s linear infinite;
}

.blink {
  animation: blinker 0.8s ease-out infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

div.layer01 {
  position:absolute; 
  display:inline;
  background:#fff; 
  left:0px; 
  top:0px;
  
	width:100%;
	height:100%;
	
  filter:alpha(opacity=50);
  opacity:0.5;
  zoom:1;
  z-index:1000000;
}

div.layer02 {
  position:absolute; 
  display:inline;
  background:#fff; 	
  left:0px; 
  top:0px;
  
	width:100%;
	height:100%;
	
  filter:alpha(opacity=30);
  opacity:0.3;	
	
  zoom:1;
  z-index:1000000;
}



 div.cb_o01 {
	position:relative;
	width: 20px;
  height: 20px;	
 }
 
 div.cb_o01 > input.cbinput {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
 div.cb_o01 > span.checkmark {
  position: absolute;
	top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  height: 14px;
  width: 14px;	
  background-color: #fff;
	cursor: pointer;
	z-index: 100001;
	border: 1px solid #bbbbbb;
}

/* When the checkbox is checked, add a blue background */
 div.cb_o01 > input.cbinput:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
 div.cb_o01 > span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */
 div.cb_o01 > input.cbinput:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
 div.cb_o01 > span.checkmark:after {
	top: -1px;
  left: 4px;
  width: 4px;
  height: 10px;
  border: solid #ef760a;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.checkbox-wrapper-9 .tgl {
  display: none;
}
.checkbox-wrapper-9 .tgl,
.checkbox-wrapper-9 .tgl:after,
.checkbox-wrapper-9 .tgl:before,
.checkbox-wrapper-9 .tgl *,
.checkbox-wrapper-9 .tgl *:after,
.checkbox-wrapper-9 .tgl *:before,
.checkbox-wrapper-9 .tgl + .tgl-btn {
  box-sizing: border-box;
}
.checkbox-wrapper-9 .tgl::-moz-selection,
.checkbox-wrapper-9 .tgl:after::-moz-selection,
.checkbox-wrapper-9 .tgl:before::-moz-selection,
.checkbox-wrapper-9 .tgl *::-moz-selection,
.checkbox-wrapper-9 .tgl *:after::-moz-selection,
.checkbox-wrapper-9 .tgl *:before::-moz-selection,
.checkbox-wrapper-9 .tgl + .tgl-btn::-moz-selection,
.checkbox-wrapper-9 .tgl::selection,
.checkbox-wrapper-9 .tgl:after::selection,
.checkbox-wrapper-9 .tgl:before::selection,
.checkbox-wrapper-9 .tgl *::selection,
.checkbox-wrapper-9 .tgl *:after::selection,
.checkbox-wrapper-9 .tgl *:before::selection,
.checkbox-wrapper-9 .tgl + .tgl-btn::selection {
  background: none;
}
.checkbox-wrapper-9 .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 38px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-wrapper-9 .tgl + .tgl-btn:after,
.checkbox-wrapper-9 .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.checkbox-wrapper-9 .tgl + .tgl-btn:after {
  left: 0;
}
.checkbox-wrapper-9 .tgl + .tgl-btn:before {
  display: none;
}
.checkbox-wrapper-9 .tgl:checked + .tgl-btn:after {
  left: 50%;
}

.checkbox-wrapper-9 .tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 2px solid #cfcfcf;
  border-radius: 2em;
}
.checkbox-wrapper-9 .tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #cfcfcf;
  content: "";
  border-radius: 1em;
}
.checkbox-wrapper-9 .tgl-flat:checked + .tgl-btn {
  border: 2px solid #7FC6A6;
}
.checkbox-wrapper-9 .tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}