.d-block {
  display: block;
}

.op-0 {
  opacity: 0;
}

.divider-s {
  height: 25px;
}

.w-100 {
  width: 100%;
}

.text-left{
	text-align: left !important;
}

a {
  transition: 0.3s;
}

.normal-button {
  float: left;
  border-left: none;
  /* font-size: 13px; */
  /* width: auto; */
  /* height: 50px; */
  /* line-height: 50px; */
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 4px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: block;
  transition: 0.3s;
}

.normal-button:hover {
  color: #fcc33b;
}

p.footer-call {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: left;
  color: #aaa;
  font-weight: 400;
}

p.footer-call span {
  color: #ddd;
  font-size: 24px;
}

.footer-logo {
  text-align: left;
}

.footer-logo img {
  max-width: 155px;
}

.footer-time p {
  text-align: left;
  color: #ddd;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}


.footer-brand li {
  display: inline-block;
  margin: 0 2px 5px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-radius: 3px;
}

.footer-brand li img {
  height: 18px;
}

.logo-footer-bg {
  position: absolute;
  right: -50px;
  bottom: -80px;
}

.logo-footer-bg img {
  width: 600px;
  opacity: 0.03;
}

footer .fl-wrap {
  margin-bottom: 8px;
}

.member-page .dasboard-sidebar-content {
  background-color: #FFF;
  box-shadow: 0px 0px 20px -10px rgba(5,5,5,1);
}

.member-page .dasboard-menu li a {
  font-size: 16px;
}

.member-page .dasboard-breadcrumbs a {
  font-size: 14px;
  transition: 0.3s;
  color: #999;
}
.member-page .dasboard-breadcrumbs a:hover {
  opacity: 0.8;
}

.member-page .dasboard-breadcrumbs span {
  font-size: 14px;
  color:#999;
}

.member-page .dasboard-sidebar-item h3 span {
  font-size: 15px;
}

.member-page .dasboard-sidebar-item h3 {
  font-size: 20px;
  letter-spacing: 3px;
  color: #aeafaf;
}

.member-page .user-stats h5 {
  margin: 5px 0px;
  color: rgb(239, 176, 164);
  font-size: 16px;
  letter-spacing: 2px;
}

.member-page .user-stats li {
  font-size: 14px;
  /*border: 0.5px solid rgba(0, 0, 0, 0.15);*/
  /*border-top: 1px solid rgba(0,0,0,0.21);*/
  /*border-bottom: 1px solid rgba(0,0,0,0.21);*/
  text-align: left;
}

.member-page .dasboard-sidebar-item {
  margin: 10px 0 40px;
}

.member-page .log-out-btn.color-bg {
  transition: 0.3s;
  font-size: 15px;
  background: #aeafaf;
}

.member-page .log-out-btn.color-bg:hover
{
  background: #999!important;
}
.member-page .link-btn,
.member2-page .link-btn{
  
  position: relative;
     width: 100%;
    left: 0;
    height: 44px;
    bottom: 0;
    line-height: 44px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    transition:0.3s;
    border-bottom: solid 1px #bb1b13;

    border-bottom: none;
    background: #aeafaf;
}

.member-page .link-btn:hover{
  /*background-color: #bb1b13;*/
  background: #999;
}

.member-page .link-btn a{
  position: absolute;
      color:#fff;
       top: 0;
       left: 0;
       bottom: 0;
       right: 0;
       font-size: 16px;

    border-bottom: dashed 1px #FFF;
    width: 95%;
    margin: auto;
}

.member-page .log-out-btn.color-bg:hover {
  background-color: #bb1b13;
}

.member-page .box-widget-item-header h3 {
  color: #ec7c08;
  font-size: 26px;
  letter-spacing: 2px;
}

.member-page .dashboard-content ul.member-info li {
  text-align: left;
  font-size: 16px;
  color: #888;
  margin: 10px 0px;
}

.member-page .dashboard-content ul.member-info li span {
  color: #333;
  width: 150px;
}

.member-page .dashboard-order-group .dashboard-list {
  border: solid 1px #eee;
  position: relative;
}

.member-page .dashboard-order-group .dashboard-list {
  padding: 50px 30px;
}

.member-page .dashboard-listing-table-text h4 a {
  font-weight: 400;
  font-size: 20px;
}

.member-page .dashboard-listing-table-text h4 {
  font-weight: 400;
  font-size: 20px;
}

.member-page .dashboard-listing-table-address {
  color: #888;
  letter-spacing: 1px;
  line-height: 1.5;
  display: block;
  width: 100%;
}

.member-page .dashboard-listing-table-address span {
  margin-right: 20px;
}

.member-page .dashboard-listing-table-opt {
  margin-top: 5px;
}

.member-page .dashboard-listing-table-opt li a {
  font-size: 14px;
  background-color: #E71A0F;
  position: relative;
  z-index: 11;
}

.member-page .dashboard-listing-table-opt li a:hover {
  background-color: #bb1b13;
}

.member-page .dashboard-list h3.order-tag {
  position: absolute;
  font-size: 70px;
  letter-spacing: 10px;
  color: #888;
  opacity: 0.15;
  right: 0;
  bottom: 10px;
  font-weight: 600;
}

.member-page .dashboard-listing-table-image img {
  transition: 0.3s;
}

.member-page .dashboard-listing-table-image img:hover {
  filter: brightness(0.7);
}

.member-page .dasboard-sidebar-content:before {
  opacity: 0;
}

.member-page .dasboard-menu {
  background-color: #aeafaf;
  border-radius: 4px 4px 0 0;
}

.member-page .dasboard-menu i {
  /*color: #fff;*/
}

.member-page .dasboard-menu {
  top: 0;
}

.member-page .dasboard-menu li a:hover {
  color: #666 !important;
}

.member-page .ready-go {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.15);
}

.member-page .tabBlock-tab.tab-y{
  border-color:#f7a02d;
  color:#f7a02d;
}

.member-page .tabBlock-tab.is-active.tab-y {
    position: relative;
    color: #d02d11;
    z-index: 1;
    border-color:#d02d11;
}

@media (max-width: 768px) {
  .member-page .dashboard-listing-table-image {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .member-page .dashboard-listing-table-text {
    float: none;
    width: 100%;
    text-align: justify;
  }

}

@media (min-width: 768px) {
  .member-page .dashboard-listing-table-address br {
    display: none;
  }
}

.member-page .tabBlock-tab {
  padding: 5px 15px;
  margin-bottom: 25px;
}


.member-page .tabBlock-content {
  padding: 0;
}

.member-page .list-flight table thead {
  /*background: #ffe5e0;*/
  /*color: #333;	*/
}


.member-page .list-flight table .header-search-button{
      margin: 5px 0px;
        min-width: 40px;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    float: none;
    /*display: block;*/
}

.member-page .list-flight table .header-search-button:hover{
  background-color: #333;
}

.member-page .list-flight table thead th {
  padding: 10px 5px;
  font-size: 15px;
  font-weight: 400;
  border: solid 1px #e09026;
}

.member-page .list-flight table tbody td {
      color: #555;
    padding: 15px 10px;
    border: solid 1px #ececec;
    vertical-align: middle;
}


.member-page .list-flight table tbody td:nth-child(1) {
  width: 300px;
  text-align: justify;
}

.member-page .list-flight table tbody td:nth-child(1) a{
  color:#5c7abf;
  font-weight: 500;
}

.member-page .list-flight table tbody td:nth-child(1) p{
  line-height: 1;
  padding-bottom: 5px;
}

.member-page .list-flight table tbody td:nth-child(2){
  text-align: center;
  color:#555;
}

.member-page .list-flight table tbody td:nth-child(3) a{
cursor: pointer;
}

.member-page .list-flight table tbody td:nth-child(4) {
  font-weight: 700;
  color:#555;
}
.member-page .list-flight table tbody td:nth-child(5) a{
  color: #E71A0F;
  font-weight: 700;
  cursor: pointer;
}

.member-page .list-flight table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
  transition:0.3s;
}

.member-page .list-flight table tbody tr:nth-child(odd) {
  background: #fafafa;
  transition:0.3s;
}

.member-page .list-flight table tbody tr:nth-child(even):hover,
.member-page .list-flight table tbody tr:nth-child(odd):hover {
  background-color: #e71a0f1a;
}

.member-page .list-flight table tbody td a {
  color: #333;
}

.member-page .list-flight table tbody td a:hover {
  color: #E71A0F;
}

.member-page .tabBlock-pane .list-flight h3{
background: #eee;
padding: 20px 0px;
font-size: 18px;
color: #999;
letter-spacing: 2px;
}


.member-page .daterangepicker{
  width: 506px !important;
}

.member-page .main-search-input-item{
  width: 100%;
  border:none;
}

.member-page .main-search-input-item input{
      background: #f5f5f5;
      border: 1px solid #eee;
      border-radius: 6px;
}
.member-page .search-area{
  margin-bottom: 50px;
}

.member-page .search-area p{
  text-align: left;
  padding-bottom: 0px;
}

.member-page .cus-form .prodok.msg-confirm{
  overflow-y: scroll;
  height: 100px;
}

.member-page .group-info .outer-box div{
  width: 96px;
}

.member-page  .hotal-info .price-info,
.no-header-page  .hotal-info .price-info{
  padding: 40px 15px;
}
.member-page  .hotal-info .price-info table,
.no-header-page .hotal-info .price-info table{
  margin: 10px 0 ;

}

.member-page  .hotal-info .price-info table td,
.no-header-page  .hotal-info .price-info table td{
  border:solid 1px #aaa;
  padding: 5px 20px;
  text-align: justify;
  vertical-align: middle;
}

.member-page .bg-overlay .modal.price-modal .title h2:after,
.no-header-page .bg-overlay .modal.price-modal .title h2:after{
  background: none;
}
.member-page  .hotal-info .price-info table td:first-child,
.no-header-page .hotal-info .price-info table td:first-child{
  background-color: #efefef;
}
@media (max-width: 1063px) {
.member-page .header-search-button{
  margin-top: 0;
}
}
@media (max-width: 991px) {
.member-page .list-flight table thead th{
      padding: 5px 2px;
    min-width: 50px;
    font-size: 14px;
}
.member-page .list-flight table tbody td:nth-child(1){
  width: 250px;
}
}
@media (max-width: 768px) {
  /*
  .member-page .list-flight table tbody td:nth-child(2) {
    width: initial;
  }
  */
   .member-page .tabBlock-tab {
    width: 24%;
    margin-bottom: 5px;
    padding: 5px 0px;
  }
  .member-page .tabBlock-tabs{
  	margin-bottom: 20px;
  }
  .member-page .list-flight table tbody td:nth-child(1){
    width: auto;
  }
  .member-page .list-flight table .header-search-button{
    max-width:50px;

  }
}

@media (max-width: 480px) {
  .member-page .tabBlock-tab {
    width: 30%;
    margin-bottom: 5px;
  }
  .member-page .tabBlock-tabs{
  	margin-bottom: 20px;
  }
}
