﻿@charset "utf-8";

/***** abtn *****/

.abtn,
a.abtn,
button.abtn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.3rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  text-decoration: none !important;
}

 .abtn.fl,
a.abtn.fl {
  float:left;
  margin-right:8px;
}

 .abtn.fr,
a.abtn.fr {
  float:right;
}


 /*.abtn i
 {
   margin-left :6px;
   margin-right:6px;
 }*/

@media (max-width: 639px)
{
   .abtn.fl,
  a.abtn.fl {
    float:none;
    margin-top:10px;
    margin-right:0;
  }
}

 .abtn.orange,
a.abtn.orange {
  color: #fff;
  background-color: #fe5815;
}

 .abtn.blue,
a.abtn.blue {
  color: #fff;
  background-color: #004998;
  background-color: #2c4b7e;
}

 .abtn.blue2,
a.abtn.blue2 {
  color: #fff;
  background-color: steelblue;
}

 .abtn.green,
a.abtn.green {
  color: #fff;
  background-color: #479D64;
}

 .abtn.gray,
a.abtn.gray {
  color: #fff;
  background-color: dimgray;
}

 .abtn:hover,
a.abtn:hover
 {
  color: #fff;
  opacity:0.75;
}

a.abtn.ddown:after
{
  font-family: "Font Awesome 5 Free";
  content: "\f103"; /* angle-double-down */
  margin-left:10px;
}
a.abtn.search:before
{
  font-family: "Font Awesome 5 Free";
  content: "\f002"; /* fa-search */
  margin-right:10px;
}

a.abtn.next_page:after
{
  font-family: "Font Awesome 5 Free";
  content: "\f152"; /* fa-caret-square-right */
  margin-left:10px;
}
a.abtn.prev_page:before
{
  font-family: "Font Awesome 5 Free";
  content: "\f191"; /* fa-caret-square-left */
  margin-right:10px;
}
a.abtn.stop:before
{
  font-family: "Font Awesome 5 Free";
  content: "\f057"; /* fa-times-circle */
  margin-right:10px;
}

a.abtn.squz:before
{
  font-family: "Font Awesome 5 Free";
  content: "\f160"; /* fa-sort-amount-down */
  margin-right:10px;
}

a.abtn.hotel_sel {
  width:100px;
}
a.abtn.hotel_sel:after
{
  font-family: "Font Awesome 5 Free";
  content: "\f152"; /* fa-caret-square-right */
  margin-left:10px;
}

a.abtn.edit:before
{
  font-family: "Font Awesome 5 Free";
  content: "\f044"; /* fa-edit */
  margin-right:10px;
}


a.abtn.regdata {
  width:220px;
}
a.abtn.regdata:before
{
  font-family: "Font Awesome 5 Free";
  content: "\f560"; /* fa-check-double */
  margin-right:10px;
}


a.abtn.del:after
{
  font-family: "Font Awesome 5 Free";
  content: "\f153"; /* fa-caret-square-right */
  content: "\f056"; /* fa-minus-circle */
  margin-left:10px;
}

a.abtn.del2:before
{
  font-family: "Font Awesome 5 Free";
  content: "\f056"; /* fa-minus-circle */
  margin-right:10px;
}

a.abtn.large
{
  font-size:1.4em;
  padding:0.3em 1.4em;
}
a.abtn.large:before
{
  margin-right:4px;
  font-size:1em;
}


