@charset "UTF-8";
/* CSS Document */

.btn-primary {
  color: #fff;
  background-color: #155B9D;
  border-color: #155B9D;
}
.btn1,.btn1:visited, .btn1:active, .btn1:disabled, .btn1:focus, .btn1:checked{
 border: 0px;
 border-radius: 50px;
 padding : 8px 15px 8px 15px;

}
.btn1:hover {
    border: 0px;
    border-radius: 50px;
    padding : 8px 15px 8px 15px;
    text-decoration: none;
    border-color: transparent !important;
}


.btn, .btn:visited, .btn:active, .btn:disabled, .btn:focus, .btn:checked{
 border: 2px;
 border-style: solid;
 border-radius: 50px;
 padding : 8px 15px 8px 15px;
background-color: transparent;
color:#155B9D;
 border-color:#155B9D; 
   
}

.btn:hover{
 border: 2px;
 border-style: solid;
 border-radius: 50px;
 padding : 8px 15px 8px 15px;
background-color:#155B9D;
color:#FFFFFF;
border-color:#155B9D; 
text-decoration: none;
   
}

.btn2, .btn2:visited, .btn2:active, .btn2:disabled, .btn2:focus, .btn2:checked{
 border: 0px;
 border-radius: 5px;
padding: 5px 10px 5px 10px;
border-color: transparent !important;
background-color: transparent;
     color:#1566A7;
}

.btn2:hover{
    border: 0px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    border-color: transparent !important;
    background-color: transparent;
   color:#03036F;
}
#langBtn:hover{
    color: #060646;
    
}
/*.langBtn{
    color:#1566A7;
}
.langBtn:hover{
    color:#0069d9;
}
*/
.glyphicon-arrow-down::before {
 content: "\2193";

}
.btn-link1{
  background: none; 
  border: none;
  padding: 0;
  text-decoration: underline;
    color: #155B9D;
}
.btn-link1:hover{
  color:#022D4F;  
}
.btn-footer {
    min-width: 220px;
}
.booking-actions .btn {
    max-width: 300px;
}
/* ==========================================================
   Booking Page Buttons
   ========================================================== */

#booking-actions {
  align-items: center;
}

#booking-actions .btn {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #6c757d;
    opacity: 1;
    cursor: not-allowed;
    box-shadow: none;
}