@charset "UTF-8";


:root{
  
    --color-grey-1: #ffffff;
    --color-grey-2: #f8f9fa;
    --color-grey-3: #e9ecef;
    --color-grey-4: #dee2e6;
    --color-grey-5: #ced4da;
    --color-grey-6: #adb5bd;
    --color-grey-7: #333333;
    --color-grey-8: #292929;
    --color-grey-9: #212529;
    --color-grey: #333333;

    --color-primary: #1678cc;
    --color-primary-1: #90D7E7;
    --color-primary-2: #02a5f6;
    --color-primary-3: #238de7;
    --color-primary-4: #1678cc;
    --color-primary-5: #146dba;
    --color-primary-6: #1262a7;

    --color-success-1: #115d9e;
    --color-success-2: #0e4a7e;
    --color-success-3: #072742;
    --color-success: #64aedb;


    --color-warning-1: #f6e7cf;
    --color-warning-2: #eb721d;
    --color-warning: #eb721d;

    --color-danger-1: #f55d5d;
    --color-danger-2: #de0e0e;
    --color-danger-3: #c8161d;
    --color-danger-4: #ae0b0b;
    --color-danger: #ae0b0b;

}



.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #1678cc !important; }

.border-secondary {
  border-color: #333333 !important; }

.border-success {
  border-color: #1678cc !important; }

.border-info {
  border-color: #1678cc !important; }

.border-warning {
  border-color: #c8161d !important; }

.border-danger {
  border-color: #1678cc !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important;
  display: -ms-flexbox !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important;
    display: -ms-flexbox !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important;
    display: -ms-flexbox !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important;
    display: -ms-flexbox !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.bg-primary {
  background-image: -webkit-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: -o-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF238DE7', endColorstr='#FF146DBA', GradientType=0); }

.bg-dark {
  background-image: -webkit-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: -o-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF238DE7', endColorstr='#FF146DBA', GradientType=0); }

.bg-light {
  background-image: -webkit-linear-gradient(left, white, #e9ecef 60%, #e3e7eb);
  background-image: -o-linear-gradient(left, white, #e9ecef 60%, #e3e7eb);
  background-image: linear-gradient(to right, white, #e9ecef 60%, #e3e7eb);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE3E7EB', GradientType=1); }

nav.navbar-default .navbar-nav > .active > a, nav.navbar-default .navbar-nav > .active > a:hover, nav.navbar-default .navbar-nav > .active > a:focus {
  background-image: -webkit-linear-gradient(#52a5ec, #1678cc 60%, #1262a7);
  background-image: -o-linear-gradient(#52a5ec, #1678cc 60%, #1262a7);
  background-image: linear-gradient(#52a5ec, #1678cc 60%, #1262a7);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF52A5EC', endColorstr='#FF1262A7', GradientType=0);
  background-color: #1678cc;
  font-weight: bold; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-image: -webkit-linear-gradient(#52a5ec, #1678cc 60%, #1262a7);
  background-image: -o-linear-gradient(#52a5ec, #1678cc 60%, #1262a7);
  background-image: linear-gradient(#52a5ec, #1678cc 60%, #1262a7);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF52A5EC', endColorstr='#FF1262A7', GradientType=0); }

.btn-primary {
  background-image: -webkit-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: -o-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF238DE7', endColorstr='#FF146DBA', GradientType=0); }

.btn-secondary {
  background-image: -webkit-linear-gradient(#474747, #333333 60%, #292929);
  background-image: -o-linear-gradient(#474747, #333333 60%, #292929);
  background-image: linear-gradient(#474747, #333333 60%, #292929);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF474747', endColorstr='#FF292929', GradientType=0);
  color: #495057; }

.btn-success {
  background-image: -webkit-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: -o-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF238DE7', endColorstr='#FF146DBA', GradientType=0); }

.btn-info {
  background-image: -webkit-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: -o-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF238DE7', endColorstr='#FF146DBA', GradientType=0); }

.btn-warning {
  background-image: -webkit-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: -o-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF238DE7', endColorstr='#FF146DBA', GradientType=0); }

.btn-danger {
  background-image: -webkit-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: -o-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF238DE7', endColorstr='#FF146DBA', GradientType=0); }

header.header-old {
  font-size: 12px;
  background-color: #eef5fb;
  background-image: -moz-linear-gradient(top, #ffffff, #eef5fb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eef5fb));
  background-image: -webkit-linear-gradient(top, #ffffff, #eef5fb);
  background-image: -o-linear-gradient(top, #ffffff, #eef5fb);
  background-image: linear-gradient(to bottom, #ffffff, #eef5fb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeef5fb',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

header.header-old .logo {
  background: url(../../images/logo.png) no-repeat;
  width: 225px;
  height: 86px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 999; }

header.header-old .top-title {
  height: 33px;
  line-height: 33px;
  margin: 0 auto;
  position: relative;
  z-index: 999; }

header.header-old .top-title span {
  float: left;
  color: #666;
  margin: 0 0 0 248px;
  display: inline; }

header.header-old .top-title span b {
  color: #2c76c0; }

header.header-old .top-title ul.menu_info {
  float: right;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  margin-bottom: 0; }

header.header-old .top-title li {
  float: left;
  margin-left: 27px;
  display: inline; }

header.header-old .top-title li a {
  color: #666666; }

header.header-old .top-title li i {
  margin-right: 4px;
  color: #666666; }

/*************************navbar**********************/
.navbar-citsgbt {
  border-radius: 0px;
  min-height: 44px; }

nav.navbar-citsgbt {
  background-color: #1385d8;
  background-image: -moz-linear-gradient(top, #1385d8, #1a69bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1385d8), to(#1a69bf));
  background-image: -webkit-linear-gradient(top, #1385d8, #1a69bf);
  background-image: -o-linear-gradient(top, #1385d8, #1a69bf);
  background-image: linear-gradient(to bottom, #1385d8, #1a69bf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1385d8',endColorstr='#ff1a69bf',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  height: 40px;
  line-height: 40px; }

.navbar-citsgbt .navbar-right {
  width: 700px; }

nav.navbar-citsgbt .navbar-nav {
  display: block; }

.navbar-citsgbt .navbar-nav > li > a {
  padding-top: 11px;
  padding-bottom: 11px; }

.navbar-citsgbt ul.navbar-nav li a {
  color: #FFFFFF;
  font-weight: bold;
  background: url(../../images/nav.gif) no-repeat right 2px; }

.navbar-citsgbt .navbar-nav > li > a:hover, .navbar-citsgbt .navbar-nav > li > a:focus {
  text-decoration: none;
  background-color: #02a5f6;
  background-image: -moz-linear-gradient(top, #02a5f6, #1a6ac0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02a5f6), to(#1a6ac0));
  background-image: -webkit-linear-gradient(top, #02a5f6, #1a6ac0);
  background-image: -o-linear-gradient(top, #02a5f6, #1a6ac0);
  background-image: linear-gradient(to bottom, #02a5f6, #1a6ac0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02a5f6',endColorstr='#ff1a6ac0',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #7ea7cf;
  border-bottom: none;
  margin-top: 6px;
  padding: 4px 0 12px 0; }

.navbar-citsgbt .dropdown-menu {
  border-left: 1px solid #7ea7cf;
  border-right: 1px solid #7ea7cf;
  border-bottom: 1px solid #7ea7cf;
  background: #e9f1fc;
  border-radius: 0px;
  padding: 0;
  min-width: 140px; }

.navbar-citsgbt li.dropdown {
  min-width: 140px;
  text-align: center; }

.navbar-citsgbt ul.dropdown-menu li a {
  background: #e9f1fc;
  font-size: 12px;
  color: #575757;
  height: auto;
  line-height: 16px;
  padding: 2px 0;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: normal;
  white-space: normal; }

.navbar-citsgbt ul.dropdown-menu li.line a {
  border-bottom: 1px solid #7ea7cf; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  background: #fff;
  font-weight: normal;
  color: #2c76c0; }

.navbar-citsgbt .nav .open > a, .navbar-citsgbt .nav .open > a:hover, .navbar-citsgbt .nav .open > a:focus {
  background-color: #02a5f6;
  background-image: -moz-linear-gradient(top, #02a5f6, #1a6ac0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02a5f6), to(#1a6ac0));
  background-image: -webkit-linear-gradient(top, #02a5f6, #1a6ac0);
  background-image: -o-linear-gradient(top, #02a5f6, #1a6ac0);
  background-image: linear-gradient(to bottom, #02a5f6, #1a6ac0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02a5f6',endColorstr='#ff1a6ac0',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #7ea7cf;
  border-bottom: none; }

.list-tabs .nav-tabs {
  border-bottom: 1px solid #1678cc;
  background-color: #f8f9fa;
  background-image: -webkit-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: -o-linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-image: linear-gradient(#238de7, #1678cc 60%, #146dba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF238DE7', endColorstr='#FF146DBA', GradientType=0); }
  .list-tabs .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .list-tabs .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      color: #1678cc;
      border-radius: 0; }
      .list-tabs .nav-tabs > li > a:hover {
        border-top: 3px solid #1678cc;
        border-color: #1678cc #1678cc #1678cc;
        background-color: #fff;
        border-bottom-color: transparent; }
    .list-tabs .nav-tabs > li.active > a {
      color: #1678cc;
      font-size: 14px;
      background-color: #fff;
      border: 1px solid transparent;
      border-color: #1678cc #1678cc;
      border-bottom-color: transparent;
      border-top: 3px solid #1678cc; }
      .list-tabs .nav-tabs > li.active > a, .list-tabs .nav-tabs > li.active > a:hover, .list-tabs .nav-tabs > li.active > a:focus {
        color: #1678cc;
        background-color: #fff;
        border: 1px solid transparent;
        border-color: #1678cc #1678cc;
        border-bottom-color: transparent;
        border-top: 3px solid #1678cc;
        cursor: default; }

.tabs-inner-text {
  color: #fff; }
  .tabs-inner-text > a {
    color: #fff; }

.tabs-inner-text i {
  color: #fff; }

a.sort {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px 6px;
  color: #333333;
  background-image: -webkit-linear-gradient(white, #e9ecef 60%, #e3e7eb);
  background-image: -o-linear-gradient(white, #e9ecef 60%, #e3e7eb);
  background-image: linear-gradient(white, #e9ecef 60%, #e3e7eb);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE3E7EB', GradientType=0);
  border: 1px solid #1678cc;
  margin-right: 6px; }

a.sort:hover {
  background-image: -webkit-linear-gradient(#fefdfb, #f8ebd8 60%, #f6e7cf);
  background-image: -o-linear-gradient(#fefdfb, #f8ebd8 60%, #f6e7cf);
  background-image: linear-gradient(#fefdfb, #f8ebd8 60%, #f6e7cf);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFDFB', endColorstr='#FFF6E7CF', GradientType=0);
  color: #eb721d;
  text-decoration: none; }

a.sort-active {
  background-image: -webkit-linear-gradient(#fefdfb, #f8ebd8 60%, #f6e7cf);
  background-image: -o-linear-gradient(#fefdfb, #f8ebd8 60%, #f6e7cf);
  background-image: linear-gradient(#fefdfb, #f8ebd8 60%, #f6e7cf);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFDFB', endColorstr='#FFF6E7CF', GradientType=0);
  color: #eb721d; }

.sort-list {
  align-self: center;
  left: 63%;
  position: relative; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -ms-overflow-style: scrollbar; }

@media (min-width: 1200px) {
  .newui .container {
    width: 1170px; } }

header {
  border-top: 3px solid #1678cc;
  font-size: 14px; }

.header-content {
  position: relative; }

div.header-right {
  position: absolute;
  bottom: 0;
  right: 0; }

.newui .logoDiv {
  width: 189px;
  height: 81px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newui .logo {
  max-width: 100%;
  max-height: 100%;
  min-height: 60px;
}

.newui img.logo {
  min-height: inherit;
}

.newui .logo img {
  max-height: 81px;
  min-height: 50px; }

i {
  line-height: 1; }

footer {
  background-color: #f8f9fa;
  flex: 1;
  position: relative; }

footer .footer-top {
  line-height: 2;
  position: relative; }

footer .footer-duty {
  font-size: 10px; }

footer .police a {
  color: #adb5bd;
  font-size: 10px; }

footer .norton {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0; }

footer .norton img {
  width: 80px; }

footer > div > p > a {
  color: #343a40; }

h4, ul, ol {
  margin-bottom: 0;
  padding-left: 0; }

ul li {
  list-style-type: none; }

table a {
  text-decoration: none; }

table a:hover {
  text-decoration: underline; }

table a.o {
  text-decoration: underline; }

table a.o:hover {
  text-decoration: none; }

.primary {
  color: #1678cc; }

.success {
  color: #1678cc; }

.warning {
  color: #c8161d; }

.danger {
  color: #1678cc; }

.info {
  color: #1678cc; }

.default {
  color: #333333; }

.note {
  color: #adb5bd; }

.align-center {
  text-align: center; }

.align-right, .table > tbody > tr > td.align-right {
  text-align: right; }

.align-left {
  text-align: left !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.border-bottom-danger {
  border-bottom: 2px solid #1678cc; }

.border-bottom-info {
  border-bottom: 2px solid #1678cc; }

.border-bottom-primary {
  border-bottom: 2px solid #1678cc; }

.align-self-center {
  align-self: center; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .align-self-center {
    display: -ms-flexbox;
    -ms-flex-align: center; } }

.search-form-left {
  width: 100%; }

.border-bottom-dashed {
  border-bottom: 1px dashed #dee2e6; }

.border-top-dashed {
  border-top: 1px dashed #ced4da; }

.pager li.active a, .pager li.active a:hover {
  background-color: #1678cc;
  color: #fff; }

div.panel-gray {
  border-color: #ced4da;
  border: 1px solid #ced4da; }
  div.panel-gray > .panel-heading {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da; }
    div.panel-gray > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ced4da; }
    div.panel-gray > .panel-heading .badge {
      color: #fff;
      background-color: #212529; }
  div.panel-gray > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ced4da; }

.panel-title > a:hover {
  text-decoration: none; }

.center-tabs .panel-gray:hover {
  border-color: #90D7E7; }
  .center-tabs .panel-gray:hover > .panel-heading {
    border-color: #90D7E7;
    background-color: #e9f1fc; }

.w-100 {
  width: 100%; }

.w-90 {
  width: 90%; }

.word-break {
  word-break: break-word; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .word-break {
    word-break: break-all; } }

div.tooltip-label {
  position: relative;
  opacity: 1;
  display: inline-block;
  z-index: 1; }

div.tooltip-label.right > div.tooltip-arrow {
  left: 1px !important;
  margin-top: -4px !important;
  border-width: 4px 4px 4px 0 !important; }

div.tooltip-label.left > div.tooltip-arrow {
  right: 1px !important;
  margin-top: -4px !important;
  border-width: 4px 0 4px 4px !important; }

div.tooltip-info .tooltip-inner {
  background-color: #1678cc; }

div.tooltip-success .tooltip-inner {
  background-color: #1678cc; }

div.tooltip-danger .tooltip-inner {
  background-color: #64aedb; }

div.tooltip-warning .tooltip-inner {
  background-color: #c8161d; }

div.tooltip-default .tooltip-inner {
  background-color: #dee2e6; }

div.tooltip-primary .tooltip-inner {
  background-color: #1678cc; }

div.tooltip.tooltip-info .tooltip-arrow {
  border-right-color: #1678cc;
  border-left-color: #1678cc; }

div.tooltip.tooltip-success .tooltip-arrow {
  border-right-color: #1678cc;
  border-left-color: #1678cc; }

div.tooltip.tooltip-danger .tooltip-arrow {
  border-right-color: #64aedb;
  border-left-color: #64aedb; }

div.tooltip.tooltip-warning .tooltip-arrow {
  border-right-color: #c8161d;
  border-left-color: #c8161d; }

div.tooltip.tooltip-default .tooltip-arrow {
  border-right-color: #dee2e6;
  border-left-color: #dee2e6; }

div.tooltip.tooltip-primary .tooltip-arrow {
  border-right-color: #1678cc;
  border-left-color: #1678cc; }

.popover {
  max-width: 800px;
  z-index: 10000; }

.panel-heading button.close {
  color: #fff;
  opacity: 1; }

label > input[type="radio"], label > input[type="checkbox"] {
  margin: 2px 0 0; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  text-align: center; }

td div.form-inline select.input-xshort {
  width: 130px; }

i.form-control-feedback {
  left: 0;
  color: #dee2e6; }

.search-input input.form-control {
  padding-left: 30px;
  padding-right: 10px; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block; }

.panel-citsgbt dd .bootstrap-datetimepicker-widget.dropdown-menu li {
  float: none; }

.box-shadow:hover {
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5); }

tr.box-shadow:hover td {
  -moz-box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.5); }

tr.box-shadow:hover td:first-child {
  -moz-box-shadow: -3px 3px 4px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -3px 3px 4px -3px rgba(0, 0, 0, 0.5);
  box-shadow: -3px 3px 4px -3px rgba(0, 0, 0, 0.5); }

tr.box-shadow:hover td:last-child {
  -moz-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.5); }

.user-drop {
  display: block;
  background-color: #fff;
  color: #333333;
  font-size: 12px; }

ul.dropdown-menu > li > a {
  white-space: normal; }

.user-drop:hover {
  text-decoration: none;
  background-color: #f8f9fa;
  color: #333333; }

.user-drop i {
  padding-right: 8px;
  padding-left: 8px;
  color: #1678cc; }

.user-drop span {
  display: inline-block;
  line-height: 1.4; }

ul.user-dropdown.dropdown-menu {
  right: 0;
  left: auto; }

header .dropdown button {
  font-size: 0.8rem; }

header .dropdown button:disabled {
  color: #333333; }

header .dropdown button.font-weight {
  font-weight: bold; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header > .container > .row.d-flex > .col-md-8.text-right.align-self-center {
    display: block; } }

ul.dropdown-menu {
  width: 100%;
  background-color: #f8f9fa;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.dropdown-menu-title {
  font-weight: bold;
  padding: 3px 20px; }

ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #1678cc; }

ul.dropdown-menu > .active > a, ul.dropdown-menu > .active > a:hover, ul.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1678cc; }

li.nav-border-right {
  display: block;
  border-color: rgba(255, 255, 255, 0.4);
  border-right-width: 1px;
  height: 14px;
  margin: 1rem 0 0;
  border-right-style: solid; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
  font-weight: bold; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  font-weight: normal; }

nav.navbar {
  border: none;
  border-bottom: 1px solid #fff; }

.navbar-nav {
  width: 100%;
  font-size: 14px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.en_US .navbar-nav {
  font-size: 12px; }

.nav-link {
  display: block;
  padding: 9px 15px;
  /* border:1px solid transparent;
border-bottom:none */ }

.nav-system {
  font-weight: bold;
  background-color: #1678cc;
  color: #fff;
  text-decoration: none; }

.navbar-nav .nav-system:hover, .navbar-nav .nav-system:visited, .navbar-nav .nav-system:focus {
  background-color: #1678cc;
  color: #fff;
  text-decoration: none; }

nav.navbar-default .navbar-nav > .active > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  position: absolute;
  bottom: -1px;
  left: 46%; }

nav.navbar-default .navbar-nav > li > a:hover::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  position: absolute;
  bottom: -1px;
  left: 46%; }

.dropdown-menu .mdi::before {
  font-size: 14px;
  color: #1678cc;
  position: relative;
  left: -8px; }

ul.dropdown-system > li > a:hover, ul.dropdown-system > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #1678cc; }
  ul.dropdown-system > li > a:hover .mdi::before, ul.dropdown-system > li > a:focus .mdi::before {
    color: #fff; }

ul.dropdown-system > .active > a, ul.dropdown-system > .active > a:hover, ul.dropdown-system > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1678cc; }

.breadcrumb-item a {
  text-decoration: underline;
  color: #1678cc; }

.breadcrumb-item a:hover, .breadcrumb-item a:visited {
  text-decoration: none;
  color: #1678cc; }

.search {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent; }

.search-body {
  padding: 15px;
  border: 1px solid #1678cc; }

.search-heading {
  padding: 10px 15px;
  border-top: 3px solid #1678cc;
  background-color: #e9f1fc; }
  .search-heading > p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0; }
    .search-heading > p span {
      font-size: 12px;
      font-weight: normal; }

.search-foot {
  border: 1px solid #ced4da;
  border-top: 1px solid transparent;
  padding: 15px; }

.search-wrap {
  width: 210px;
  display: inline-block; }

.search-list {
  border-bottom: 1px dashed #adb5bd;
  padding: 0 8px 8px 8px;
  margin-bottom: 8px; }
  .search-list > div > label.search-title {
    color: #495057;
    display: inline-block;
    text-align: right;
    width: 100%; }

.search-foot .search-list label.checkbox-inline {
  margin-right: 10px; }

.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0px; }

.search-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.search-list a.btn-all {
  background-color: #fff;
  color: #1678cc;
  border: 1px solid #1678cc;
  padding: 0 3px;
  display: inline-block; }

.search-list a.btn-all:hover {
  background-color: #1678cc;
  color: #fff;
  text-decoration: none; }

.search-list a.btn-all-active {
  background-color: #1678cc;
  color: #fff; }

.search-list div div .col-xs-1 {
  float: none;
  display: inline-block;
  width: 12%; }

.en_US .search-list .col-md-8.search-option {
  width: 660px; }

div.search-wrap > div.form-group {
  margin-bottom: 8px; }

div.search-wrap > div.form-group:last-child {
  margin-bottom: 0; }

div.popover-inner .nav-tabs > li {
  float: none; }

.popover-inner .nav-tabs {
  margin-top: 6px; }
  .popover-inner .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .popover-inner .nav-tabs > li > a.nav-link {
      padding: 3px 2px; }

.popover-inner .tab-content {
  padding-top: 8px; }

.popover-inner .tab-content .tab-pane.row {
  margin-left: 0; }

.popover-inner .tab-content span {
  text-align: center;
  width: 24%;
  padding: 4px 6px;
  border: 1px solid transparent; }

.popover-inner .tab-content span a {
  white-space: nowrap;
  overflow: hidden;
  display: block; }

.popover-inner .tab-content span:hover {
  background-color: #e9f1fc;
  border: 1px solid #90D7E7; }

.popover-inner .tab-content span:hover a {
  color: #1678cc; }

.popover-inner .tab-content span a:hover {
  color: #1678cc;
  text-decoration: none; }

.home-travellerTab {
  z-index: 10; }

.home-travellerTab .nav-tabs {
  border-bottom: none;
  position: absolute;
  width: 40px;
  left: -23px; }
  .home-travellerTab .nav-tabs > li {
    float: none;
    word-wrap: break-word;
    letter-spacing: 0px;
    margin-bottom: 12px; }
    .home-travellerTab .nav-tabs > li > a.nav-link {
      margin-right: 2px;
      background-color: #fff;
      line-height: 1.42857;
      border: 1px solid transparent;
      color: #333333;
      border-radius: 4px 0 0 4px;
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
      z-index: 1;
      padding-left: 10px;
      padding-right: 10px; }
      .home-travellerTab .nav-tabs > li > a.nav-link:hover {
        background-color: #1678cc !important;
        color: #fff; }
        .home-travellerTab .nav-tabs > li > a.nav-link:hover:after {
          background-color: #1678cc !important; }
    .home-travellerTab .nav-tabs > li.active > a.nav-link {
      color: #fff;
      font-size: 12px;
      background-color: #1678cc !important;
      border: 1px solid transparent;
      z-index: 3; }
      .home-travellerTab .nav-tabs > li.active > a.nav-link, .home-travellerTab .nav-tabs > li.active > a.nav-link:hover, .home-travellerTab .nav-tabs > li.active > a.nav-link:focus {
        color: #fff !important;
        background-color: #1678cc !important;
        border: 1px solid transparent;
        cursor: default; }

.home-travellerTab .nav-tabs > li > a::after, .home-travellerTab .nav-tabs > li > a:hover::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 98%;
  right: -1px;
  bottom: -15px;
  width: 38px;
  background-color: #fff !important;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(0deg, 10deg);
  -moz-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  -webkit-border-radius: 0 0px 0 5px;
  -moz-border-radius: 0 0px 0 5px;
  /* border-radius: 0 5px 0 0; */ }

.home-travellerTab .nav-tabs > li.active > a::after, .home-travellerTab .nav-tabs > li.active > a:hover::after {
  background-color: #1678cc !important; }

.home-travellerTab .tab-content {
  z-index: 10; }

.en_US .home-travellerTab ul > li:first-child a {
  height: 130px; }

.en_US .home-travellerTab ul > li:nth-child(2) a {
  height: 140px; }

.en_US .home-travellerTab ul > li:first-child a div.tab-en-1 {
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  display: block;
  top: 100px;
  position: relative;
  z-index: 9; }

.en_US .home-travellerTab ul > li:nth-child(2) div.tab-en-2 {
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  display: block;
  top: 110px;
  position: relative;
  z-index: 9; }

.search-tabs .nav-tabs {
  border-bottom: 1px solid #1678cc; }
  .search-tabs .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .search-tabs .nav-tabs > li > a.nav-link {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      color: #1678cc; }
      .search-tabs .nav-tabs > li > a.nav-link:hover {
        border-top: 3px solid #1678cc;
        border-color: #1678cc #1678cc #1678cc;
        background-color: #e9f1fc;
        border-bottom-color: transparent; }
    .search-tabs .nav-tabs > li.active > a.nav-link {
      color: #1678cc;
      font-size: 14px;
      background-color: #e9f1fc;
      border: 1px solid transparent;
      border-color: #1678cc #1678cc;
      border-bottom-color: transparent;
      border-top: 3px solid #1678cc; }
      .search-tabs .nav-tabs > li.active > a.nav-link, .search-tabs .nav-tabs > li.active > a.nav-link:hover, .search-tabs .nav-tabs > li.active > a.nav-link:focus {
        color: #1678cc;
        background-color: #e9f1fc;
        border: 1px solid transparent;
        border-color: #1678cc #1678cc;
        border-bottom-color: transparent;
        border-top: 3px solid #1678cc;
        cursor: default; }

.search-list .nav-tabs {
  border-bottom: 1px solid transparent; }
  .search-list .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .search-list .nav-tabs > li > a.nav-link {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0;
      color: #1678cc; }
      .search-list .nav-tabs > li > a.nav-link:hover {
        border-top: 3px solid #1678cc;
        background-color: #e9f1fc;
        border-bottom-color: transparent; }
    .search-list .nav-tabs > li.active > a.nav-link {
      color: #1678cc;
      background-color: #e9f1fc;
      border: 1px solid transparent;
      border-bottom-color: transparent;
      border-top: 3px solid #1678cc; }
      .search-list .nav-tabs > li.active > a.nav-link, .search-list .nav-tabs > li.active > a.nav-link:hover, .search-list .nav-tabs > li.active > a.nav-link:focus {
        color: #1678cc;
        background-color: #e9f1fc;
        border: 1px solid transparent;
        border-bottom-color: transparent;
        border-top: 3px solid #1678cc;
        cursor: default; }

.search-list .tab-content {
  background-color: #e9f1fc; }

.search-foot-tabs {
  display: inline-block;
  width: 85%; }

.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #dee2e6;
  left: 81px;
  margin: 0;
  border-radius: 2px; }

.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 4px;
  font-size: 18px; }

.timeline > li > .timeline-time {
  width: 50px;
  position: absolute; }

.en_US .timeline > li > .timeline-time {
  width: 80px; }

.en_US .timeline > li > .mdi {
  left: 98px; }

.en_US .timeline > li > .arrow {
  left: 121px; }

.en_US .timeline > li > .timeline-item {
  margin-left: 140px; }

.en_US .timeline:before {
  left: 111px; }

.timeline > li > .mdi {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #fff;
  background: #1678cc;
  border-radius: 50%;
  text-align: center;
  left: 68px;
  top: 0; }

.timeline > li:last-child > .mdi {
  background: #adb5bd; }

.timeline > li > .timeline-item {
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 110px;
  padding: 0;
  position: relative; }

.timeline > li > .arrow, .timeline > li > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  z-index: 1; }

.timeline > li > .arrow {
  top: 25%;
  left: 101px;
  margin-top: -11px;
  border-right-color: #dee2e6;
  border-width: 10px;
  border-left-width: 0; }

.timeline > li > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-width: 10px;
  border-left-width: 0; }

.timeline > li > .timeline-item > .timeline-status {
  margin-top: 8px; }

.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px dotted #adb5bd;
  padding: 10px;
  line-height: 1.1;
  font-size: 12px; }

.timeline > li > .timeline-item > .timeline-body {
  color: #adb5bd; }

input.browerFile[type="file"] {
  width: 56px;
  height: 30px; }

.center-tabs > .nav-tabs {
  background-color: rgba(33, 37, 41, 0.1);
  border: none;
  width: 18%; }
  .center-tabs > .nav-tabs > li {
    float: none; }
    .center-tabs > .nav-tabs > li > a {
      padding-left: 20px;
      font-size: 12px;
      text-align: left;
      margin-right: 0px;
      line-height: 1.42857;
      border: none;
      color: #333333;
      border-radius: 0;
      border-left: 3px solid transparent; }
      .center-tabs > .nav-tabs > li > a:hover {
        font-size: 12px;
        border: none;
        background-color: #fff;
        border-left: 3px solid #1678cc;
        color: #1678cc; }
    .center-tabs > .nav-tabs > li.active > a {
      color: #1678cc;
      font-size: 12px;
      background-color: #fff;
      border: none;
      border-left: 3px solid #1678cc; }
      .center-tabs > .nav-tabs > li.active > a, .center-tabs > .nav-tabs > li.active > a:hover, .center-tabs > .nav-tabs > li.active > a:focus {
        color: #1678cc;
        background-color: #fff;
        border: none;
        border-left: 3px solid #1678cc;
        cursor: default; }

.center-tabs .nav-tabs li.center-title {
  padding: 9px 15px;
  background-color: rgba(33, 37, 41, 0.1);
  color: #1678cc;
  text-align: left;
  font-size: 14px; }

.center-tabs > .tab-content {
  border-left: 1px solid #1678cc;
  width: 82%; }

.tabcontent-heading {
  font-size: 14px; }

.sort {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 2px 6px;
  color: #1678cc;
  background-color: #fff;
  border: 1px solid #1678cc;
  margin-right: 6px; }

.sort:hover {
  background-color: #1678cc;
  color: #fff;
  text-decoration: none; }

.sort-active {
  background-color: #1678cc;
  color: #fff; }

.myOrder .nav-tabs {
  border-bottom: 2px solid #1678cc; }
  .myOrder .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .myOrder .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: none;
      color: #1678cc;
      border-radius: 0;
      background-color: #f8f9fa; }
      .myOrder .nav-tabs > li > a:hover {
        color: #fff;
        background-color: #1678cc; }
    .myOrder .nav-tabs > li.active > a {
      color: #fff;
      background-color: #1678cc;
      border: 1px solid transparent;
      border-bottom: 1px solid transparent; }
      .myOrder .nav-tabs > li.active > a, .myOrder .nav-tabs > li.active > a:hover, .myOrder .nav-tabs > li.active > a:focus {
        color: #fff !important;
        background-color: #1678cc !important;
        border: 1px solid transparent;
        cursor: default; }

.table-list {
  margin-top: 10px; }
  .table-list > thead {
    background-color: rgba(22, 120, 204, 0.1);
    font-weight: bold;
    color: #1678cc; }

table.table > thead > tr > th {
  border-bottom: 1px solid transparent;
  text-align: center;
  vertical-align: middle; }

table.table > tbody > tr > td {
  text-align: center;
  vertical-align: middle; }

a.carousel-control {
  opacity: 0.1; }

.carousel-control .mdi-arrow-left-bold-circle {
  margin-left: -10px;
  right: 50%; }

.carousel-control .mdi-arrow-right-bold-circle {
  margin-right: -10px;
  left: 50%; }

.carousel-control .mdi-arrow-left-bold-circle, .carousel-control .mdi-arrow-right-bold-circle {
  top: 50%;
  position: absolute;
  margin-top: -10px;
  display: inline-block; }

.carousel-control .mdi-arrow-left-bold-circle:before, .carousel-control .mdi-arrow-right-bold-circle:before {
  font-size: 34px; }

.login_area {
  width: 280px;
  background-color: #fff;
  position: absolute;
  top: 90px;
  right: 5%; }

@media (min-width: 1360px) {
  .login_area {
    right: calc((100% - 1360px) / 2 + 68px); } }

.login_area .has-feedback .form-control::-webkit-input-placeholder {
  color: #ced4da; }

.login_area .has-feedback .form-control::-moz-placeholder {
  color: #ced4da; }

.login_area .has-feedback .form-control:-ms-input-placeholder {
  color: #ced4da; }

.login_area i.form-control-feedback {
  color: #1678cc; }

.login-support {
  border-top: 1px dotted #212529; }

.text-underline {
  text-decoration: underline; }

.text-underline:hover {
  text-decoration: none; }

dl.news dt {
  background-color: #1678cc;
  color: #fff;
  padding: 8px 20px; }

dl.news dt a {
  color: #fff; }

dl.news dd {
  padding: 8px 34px;
  color: #6c757d;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside; }

dl.news dd a, dl.news dd.news_special a {
  color: #6c757d; }

dl.news dd.news_special {
  border-top: 1px dotted #1678cc;
  border-bottom: 1px dotted #1678cc;
  background-color: rgba(22, 120, 204, 0.1); }

.top-bg {
  background-image: url(../../images/top-bg-air.jpg);
  background-repeat: no-repeat;
  background-position: center top; }

.home-change {
  position: absolute;
  left: 50%;
  margin-left: 0px; }

.search-body .home-change {
  position: absolute;
  left: 25%;
  margin-left: 0px;
  z-index: 2; }

.train .search-body .home-change {
  position: absolute;
  left: 33.1%;
  margin-left: 0px;
  z-index: 0; }

.change-line {
  border-bottom: 1px solid #1678cc;
  margin-top: -125%;
  position: absolute;
  width: 24px;
  z-index: 1; }

.change-lineLeft {
  left: -20px; }

.homeCard {
  background-color: rgba(255, 255, 255, 0.97);
  min-height: 400px;
  position: relative;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  z-index: 5;
  padding-bottom: 4rem !important; }

.homeCard-heading {
  font-size: 16px;
  font-weight: bold; }

.homeCard-heading i {
  position: relative;
  -webkit-top: 19px;
  top: 18px;
  left: 16px; }

.homeCard-heading span {
  position: relative;
  left: -20px; }

.traveller-name {
  font-size: 14px; }

.policy-info {
  border-top: 1px dotted #6c757d; }

.policy-info div span {
  font-size: 10px;
  color: #6c757d; }

.btn-traveller-add {
  text-align: center; }

.btn-traveller-add button {
  border-radius: 0;
  border: 2px solid #adb5bd;
  background-color: #fff;
  color: #6c757d;
  font-size: 12px;
  line-height: 1.4;
  width: 100%; }

div.btn-traveller-add button.btn i::before {
  vertical-align: sub; }

.home-btn-search {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 2rem 3rem !important; }

.home-btn-search button {
  font-size: 14px;
  border-radius: 0; }

.myOrder .table-striped thead tr th {
  border-bottom: 2px solid #dee2e6; }

.myOrder .table-striped tbody tr td i {
  color: #1678cc; }

.myOrder .table-striped > tbody > tr > td {
  border-color: #dee2e6; }

.myOrder .table-striped > tbody > tr > th {
  border-top: 1px dashed #dee2e6; }

.myOrder .table-striped > tbody > tr > td.align-right {
  text-align: right; }

.panel-heading {
  border-top: 2px solid #e9ecef; }

.panel-heading-button {
  font-size: 12px;
  color: #fff;
  text-decoration: underline; }

.panel-heading-button:hover {
  font-size: 12px;
  color: #fff;
  text-decoration: none; }

.panel-heading .panel-title {
  font-size: 12px; }

.panel.company-policy ul li {
  list-style: disc;
  line-height: 1.6; }

.panel-body ul li a {
  color: #343a40;
  text-decoration: underline; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogLeft .serviceContent pre {
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: none;
  background-color: transparent;
  font-family: "Helvetica Neue","\5FAE\8F6F\96C5\9ED1",Helvetica,Arial,sans-serif;
  white-space: pre-wrap; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogRight .customerContent pre {
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: none;
  background-color: transparent;
  font-family: "Helvetica Neue","\5FAE\8F6F\96C5\9ED1",Helvetica,Arial,sans-serif;
  color: #fff;
  white-space: pre-wrap; }

.floatSidebar {
  background-color: #1678cc;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  width: 52px;
  right: 0;
  bottom: 150px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  z-index: 9999; }

.floatSidebar a {
  color: #fff;
  text-decoration: none;
  height: 55px;
  width: 52px;
  padding: 0;
  border: 0;
  display: inline-block; }

.floatSidebar a:hover {
  background-color: #1678cc;
  text-decoration: none; }

.floatSidebar a i.mdi {
  font-size: 30px; }

.floatSidebar .onlineDialog a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.floatSidebar .backtoTop a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.floatSidebar .backtoTop a i.mdi::before {
  font-size: 40px; }

.panel-success.panel-onlineDialog {
  width: 360px;
  height: 480px;
  position: fixed;
  bottom: 2px;
  right: 100px;
  z-index: 9999;
  border-radius: 5px;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3); }

.panel-success.panel-onlineDialog .panel-heading a {
  color: #fff; }

.panel-success.panel-onlineDialog .panel-heading a i.mdi-close {
  vertical-align: top; }

.panel-success.panel-onlineDialog .panel-body {
  padding: 0px; }

.panel-success.panel-onlineDialog .panel-body1 {
  height: 330px;
  background-color: #f8f9fa;
  overflow-y: scroll;
  padding-bottom: 15px; }

.panel-success.panel-onlineDialog .panel-body1 .moreMessage a {
  border-radius: 15px;
  background-color: #dee2e6;
  color: #adb5bd;
  padding: 4px 12px;
  margin: 0 auto; }

.panel-success.panel-onlineDialog .panel-body1 .conversation {
  list-style: none; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog {
  font-size: 12px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogLeft,
.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogRight {
  width: 80%;
  position: relative;
  clear: both; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogLeft .serviceTitle,
.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogRight .customerTitle {
  color: #6c757d; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogLeft .serviceContent {
  margin-right: 10px;
  margin-top: 5px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  float: left;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 5px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  color: #495057;
  clear: both; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogRight .customerContent {
  margin-left: 10px;
  margin-top: 5px;
  background-color: #1678cc;
  display: inline-block;
  padding: 10px;
  float: right;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 5px;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
  clear: both;
  border: 1px solid #1678cc; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogLeft:before {
  width: 0;
  height: 1px;
  border-width: 6px 7px;
  border-style: dashed solid dashed solid;
  border-color: transparent #fff transparent transparent;
  _border-color: #ced4da #ced4da #ced4da #fff;
  font-size: 0;
  line-height: 0;
  content: "";
  position: absolute;
  top: 35px;
  left: -12px;
  left: -11px \9;
  z-index: 1; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogLeft:after {
  width: 0;
  height: 1px;
  border-width: 6px 7px;
  border-style: dashed solid dashed solid;
  border-color: transparent #ced4da transparent transparent;
  font-size: 0;
  line-height: 0;
  content: "";
  position: absolute;
  top: 35px;
  left: -13px; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogRight:before {
  width: 0;
  height: 1px;
  border-width: 6px 7px;
  border-style: dashed solid dashed solid;
  border-color: transparent transparent transparent #1678cc;
  _border-color: #ced4da #1678cc #ced4da #ced4da;
  font-size: 0;
  line-height: 0;
  content: "";
  position: absolute;
  top: 35px;
  right: -14px;
  left: -11px \9;
  z-index: 1; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogLeft .serviceContent a {
  color: #1678cc; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog .dialogRight .customerContent a {
  color: #fff; }

.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog:last-child .dialogLeft,
.panel-success.panel-onlineDialog .panel-body1 .conversation .chatDialog:last-child .dialogRight {
  padding-bottom: 15px; }

.newestMessage {
  color: #ced4da; }

.messageInput {
  display: block;
  position: relative;
  left: 0;
  right: 10px;
  height: 75px; }

.messageInput textarea {
  width: 100%;
  resize: none;
  height: 65px;
  border: 0;
  outline: none;
  padding: 10px; }

.messageInput textarea::-webkit-input-placeholder {
  color: #ced4da !important; }

.messageInput textarea:-moz-placeholder {
  color: #ced4da !important; }

.messageInput textarea::-moz-placeholder {
  color: #ced4da !important; }

.messageInput textarea:-ms-input-placeholder {
  color: #ced4da !important; }

.messageSend span {
  color: #adb5bd; }

.onlineDialogPopover {
  position: absolute;
  border-radius: 5px;
  top: 150px;
  left: 60px;
  z-index: 999;
  width: 220px;
  height: 100px;
  border: 1px solid #1678cc;
  background-color: #fff;
  padding: 20px;
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5); }

.onlineDialogPopover p {
  font-size: 14px; }

.onlineDialogPopover .btn {
  width: 80px; }

.trainNo {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline; }

.allTime {
  color: #6c757d; }

span.label {
  padding: 0 2px;
  font-weight: normal;
  font-size: 12px; }

.autocomplete {
  display: inline-block; }

.has-feedback.search-input .autocomplete {
  width: 100%; }

.train-getTickets tr td .form-inline > .autocomplete > input.form-control {
  width: 400px; }

.car-input {
  width: 370px;
  display: inline-block; }

.car-input input.s-width {
  width: 87%; }

.tab-tgq .table > tbody > tr > td {
  vertical-align: middle; }

.car > .d-flex {
  border-top: 2px solid #1678cc;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ced4da; }

.car div ul li {
  float: left; }

.car div ul li i {
  color: #1678cc; }

.car > .mt-3.d-flex.p-2 > .align-self-center {
  display: block; }

.price {
  color: #c8161d;
  font-weight: bold; }

.car .price {
  font-size: 28px; }

.score {
  color: #1678cc;
  font-weight: bold; }

.car .score {
  font-size: 14px; }

.car td i {
  color: #6c757d; }

.car table th {
  color: #1678cc;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem; }

.car table.table > thead > tr > th {
  border-bottom: 1px solid #ced4da;
  text-align: center; }

.car table.table > tbody > tr > td {
  text-align: center;
  border-top: 1px solid #ced4da; }

.bootstrap-switch {
  width: 100px; }
  .bootstrap-switch .bootstrap-switch-container {
    width: 150px; }
    .bootstrap-switch .bootstrap-switch-container > span {
      width: 50px; }

.dTime {
  font-weight: bold;
  font-size: 18px; }

.aTime {
  color: #adb5bd; }

.totalTime {
  color: #adb5bd; }

.lowestPrice {
  color: #c8161d;
  font-size: 16px;
  font-weight: bold; }

.normalPrice {
  color: #1678cc;
  font-size: 16px;
  font-weight: bold; }

.discount {
  color: #1678cc; }

.connectingFlight {
  border: 1px solid #d8d8d8; }

table.flightTable > tbody > tr > td {
  border: none;
  padding: 0; }

table.flightTable > tbody > tr > td.text-left {
  text-align: left; }

.flight-checked-info {
  border-bottom: 1px solid #ced4da; }

table.flightTable td.airline-img {
  vertical-align: middle; }

.air-change {
  width: 10px;
  height: 20px;
  border-color: #1678cc !important; }

.air-change-box {
  background-color: #fff;
  border: 1px solid #1678cc;
  color: #1678cc;
  position: relative;
  left: -10px;
  z-index: 9; }

.air-change-box:hover {
  background-color: #1678cc;
  border: 1px solid #1678cc;
  color: #fff; }

.airline {
  text-align: left; }

.flightTable {
  border-collapse: separate; }

.flightTable > tbody > tr > th {
  text-align: center; }

div.modal-footer {
  text-align: center; }

table.table table.airTraveller > tbody > tr > td {
  border: none;
  padding: 2px 0;
  text-align: left;
  vertical-align: middle;
  border-top: none; }

table.airTraveller > tbody > tr > td.success span {
  color: #212529; }

table.airTraveller > tbody + tbody {
  border-top: none; }

.filter_btn {
  width: 170px;
  position: relative;
  left: 50%;
  border: 1px solid #ced4da;
  border-top: 1px solid #fff;
  margin-left: -86px;
  top: -1px;
  text-align: center;
  cursor: pointer;
  color: #6c757d;
  letter-spacing: 1px;
  _display: none; }

.filter_btn:hover {
  background-color: #e9ecef;
  text-decoration: none; }

.intern_flight {
  border: 1px solid #90D7E7;
  border-top: 3px solid #90D7E7;
  background-color: #fff;
  position: relative; }

.airline_logo {
  text-align: center; }

.airline_logo img {
  vertical-align: baseline; }

.airline_company {
  width: 30%; }

.flight_info {
  width: 40%; }

.airline_name {
  _width: 130px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px; }

.flight-detail-depart {
  float: left;
  width: 40%;
  text-align: right;
  direction: rtl;
  position: relative;
  _overflow: hidden;
  _zoom: 1; }

.flight-detail-time {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  height: 22px; }

.flight-detail-airport {
  white-space: nowrap;
  _overflow: hidden;
  _width: 100%;
  _text-overflow: ellipsis; }

.terminal {
  cursor: help;
  color: #1678cc; }

.flight-detail-return {
  float: right;
  width: 40%;
  position: relative;
  _overflow: hidden;
  _zoom: 1;
  _white-space: normal; }

.arr-nostop {
  float: left;
  width: 20%;
  height: 22px;
  background: url(../../images/flight_stop.png) no-repeat 50%; }

.flight_other {
  float: left;
  width: 25%;
  color: #adb5bd; }

.flight-total-time {
  width: 126px;
  float: left; }

.flight-stop-info .stop-info {
  border: 1px solid #adb5bd;
  color: #adb5bd; }

.flight-stop-info .stop-city {
  word-break: wrap;
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.flight_more {
  width: 20%; }

.flight_more .btn-more {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #1678cc;
  color: #1678cc; }

.flight_more .btn-more:hover, .flight_more .btn-more:visited {
  color: #1678cc;
  text-decoration: none;
  background-color: #e9f1fc; }

.redeye-days {
  color: #1678cc;
  font-size: 12px;
  cursor: help; }

.intern_flight_details {
  background-color: #fff;
  border-top: 1px dashed #6c757d;
  color: #6c757d; }

.flight-detail-section {
  margin: 0 0 10px 20px; }

.section-head {
  float: left;
  width: 25%;
  line-height: 1.6; }

.section-head .detail-airline-logo {
  float: left;
  margin: 5px;
  margin-right: 12px; }

.section-body {
  float: left;
  margin-left: 26px;
  margin-right: 16px;
  width: 70%; }

.section-body p {
  margin: 0; }

.flight-detail-section p {
  position: relative;
  line-height: 1.6; }

.section-date {
  width: 12%; }

.section-time {
  width: 10%; }

.section-date, .section-time, .section-airport, .section-terminal {
  display: inline-block; }

.section-emphasis {
  font-weight: bold; }

.flight-detail-section p .section-duration {
  position: absolute;
  top: 0;
  left: 60%;
  padding-right: 0;
  white-space: nowrap; }

.en_US .flight-detail-section p .section-duration {
  left: 452px; }

.flight-detail-section p .section-suitcase-o {
  position: absolute;
  top: 0;
  left: 60%;
  color: #1678cc;
  padding-right: 0;
  white-space: nowrap;
  width: 80px; }

.en_US .flight-detail-section p .section-suitcase-o {
  left: 452px; }

.flight-detail-section p .section-suitcase-o a {
  color: #1678cc;
  text-decoration: underline; }

.flight-detail-section p .section-suitcase-o a:hover {
  color: #1678cc;
  text-decoration: none; }

.section-duration {
  float: right;
  font-weight: normal;
  padding-right: 39px; }

.section-stop {
  width: 96%;
  height: 27px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 1px dashed #1678cc;
  text-align: center; }

.section-stop .in {
  padding: 3px 0; }

.section-stop .in strong {
  color: #1678cc;
  margin-right: 10px; }

.section-stop .in strong i {
  margin-right: 6px; }

.seat-row {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 5px;
  background-color: #e9f1fc;
  position: relative;
  font-size: 12px;
  border-bottom: 1px solid #90D7E7; }

.seat-row:last-child {
  border-bottom: 0; }

.seat-type {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: 20%;
  margin-left: 5%;
  text-align: left; }

.en_US .seat-type {
  width: 30%; }

.seat-info {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-left: 3%;
  width: 15%; }

.en_US .seat-info {
  width: 10%;
  margin-left: 3%;
  text-align: left; }

.seat-info a {
  color: #1678cc;
  text-decoration: underline; }

.seat-other {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: 10%; }

.en_US .seat-other {
  width: 10%;
  text-align: left; }

.seat-price {
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  width: 25%;
  text-align: right;
  padding: 6px; }

.seat-price .price {
  font-size: 18px;
  font-weight: bold;
  margin-right: 4px;
  margin-left: 3px;
  vertical-align: -2px;
  color: #c8161d; }

.seat-price .tax {
  font-size: 12px;
  color: #343a40;
  font-weight: bold; }

.seat-price .price dfn {
  font-size: 12px;
  line-height: 100%;
  vertical-align: 3px;
  color: #343a40; }

.seat-confirm {
  width: 15%;
  display: inline-block;
  zoom: 1;
  vertical-align: middle; }

.en_US .seat-confirm {
  width: 10%; }

.seat-confirm button {
  float: right;
  margin-right: 10px; }

.more_price {
  text-decoration: underline; }

.intern-line {
  border-bottom: 1px solid #1678cc; }

h4 span a {
  font-size: 12px; }

.apart_line {
  border-bottom: 1px solid #1678cc;
  line-height: 0.1;
  margin-bottom: 10px; }

.panel-gray > .panel-body > .table > tbody > tr > td {
  border: none; }

.search-heading input {
  font-weight: normal; }

.hotel-no {
  position: relative;
  margin-top: -5px; }

.hotel-all {
  justify-content: space-between;
  -ms-flex-pack: justify; }

.hotel-all span {
  font-weight: bold;
  font-size: 16px; }

.map-marker-no {
  position: relative;
  top: 1px;
  z-index: 999;
  left: 3px;
  color: #fff; }

#map-marker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #1678cc;
  -moz-border-radius: 50px 50px 0 50px;
  border-radius: 50px 50px 50px 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1; }

.hotel-main {
  border-bottom: 1px solid #e9ecef; }

.hotel-details {
  justify-content: space-between;
  -ms-flex-pack: justify; }

.hotel-name {
  font-size: 16px;
  color: #1678cc;
  line-height: 1.8;
  max-width: 420px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hotel-name {
    max-width: 420px;
    display: block; } }

.hotel-icon {
  font-size: 18px;
  color: #adb5bd; }

.hotel-map button {
  border-radius: 15px;
  border: 1px solid #ced4da;
  color: #343a40;
  background-color: #fff; }

.hotel-map button:hover {
  color: #fff;
  background-color: #1678cc; }

.hotel-map button:hover i {
  color: #fff; }

.hotel-map .btn .mdi::before {
  vertical-align: middle; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hotel-book {
    height: 100px;
    margin: auto 0;
    display: block; } }

.hotel-book {
  text-align: center;
  width: 200px; }

.hotel-price {
  font-size: 26px;
  color: #c8161d; }

.CNYprice span{
  font-size: 10px!important;
  font-weight: normal;
  color: rgba(0,0,0, .4);
}

.hotel-book button {
  border: 1px solid #1678cc;
  color: #1678cc;
  background-color: #fff; }

.en_US .hotel-book button {
  width: 168px; }

.hotel-book button i {
  color: #1678cc; }

.hotel-book button:hover {
  background-color: rgba(22, 120, 204, 0.1); }

.input-room {
  background-color: #fff;
  position: absolute;
  z-index: 9;
  font-size: 12px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.hotel-details .hotel-info {
  width: 640px; }

.hotel-info > div {
  align-items: center; }

.hotel-info span.label {
  display: table; }

.hotel-name ~ .label {
  max-width: 300px;
  white-space: normal;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

table.room-list {
  margin-bottom: 0; }
  table.room-list > thead {
    background-color: #f8f9fa;
    color: #6c757d; }

table.room-list > thead > tr > th {
  border-bottom: 1px solid transparent;
  text-align: left;
  font-weight: normal; }

table.room-list > tbody > tr {
  border-bottom: 1px solid #e9ecef; }

table.room-list > tbody > tr > td {
  text-align: left;
  border-top: none;
  max-width: 350px; }

table.room-list .d-flex.pl-4 > .pl-1 {
  max-width: 294px;
  display: inline-block; }

table.room-list > tbody > tr > td > span.guarantee {
  background-color: #64aedb;
  color: #1678cc;
  float: left;margin-right: 4px;
}

table.room-list > tbody > tr > td > span.guarantee:last-child {
  margin-right: 0;
}

.room-list .price {
  font-size: 16px;
  line-height: 1; }

.room-list .room-more {
  background-color: rgba(233, 241, 252, 0.7);
  color: #1678cc;
  font-weight: bold;
  text-align: center;
  border: none; }

.room-list .room-more a {
  color: #1678cc; }

.currency-div {
  width: 30%;
  padding: 0;
  border: 0; }

div.panel-citsgbt {
  border-radius: 0;
  border: 2px solid #90D7E7; }

.panel-citsgbt:last-child {
  margin-bottom: 0; }

.panel-citsgbt > .panel-heading {
  background-color: #90D7E7;
  border-color: #90D7E7;
  border-radius: 0;
  padding: 5px 15px; }

.panel-citsgbt .panel-title {
  color: #1678cc;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold; }

.panel-citsgbt .panel-body {
  padding: 0; }

.panel-citsgbt dd ul.jdmc b {
  font-size: 14px; }

.panel-citsgbt dd ul.jdmc {
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  padding: 0;
  font-size: 12px; }

.panel-citsgbt dl {
  border-bottom: 1px dashed #adb5bd;
  padding: 7px 5px;
  background-color: #e9f1fc;
  border: 1px solid #90D7E7;
  margin: 10px;
  font-size: 12px; }

.panel-citsgbt dl dt {
  width: 80px;
  font-weight: bold;
  color: #1678cc;
  margin-right: 12px; }

.en_US .panel-citsgbt dl dt {
  width: 100px; }

.panel-citsgbt dl dd {
  margin-left: 0px;
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panel-citsgbt dl dd.dbxx {
    width: 90%; }
  .panel-citsgbt dl dd.ckk {
    width: 90%; }
  .panel-citsgbt dl dt.dbxx {
    padding-top: 12px;
    display: block; }
  .panel-citsgbt dl dt.ckk {
    padding-top: 6px;
    display: block; } }

.panel-citsgbt dd li {
  float: left;
  margin: 0 10px 0 2px; }

.panel-body .hotel-info {
  margin: 0;
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
  padding: 10px; }

.panel-body .hotel-info li {
  list-style: none;
  float: left;
  font-size: 12px;
  line-height: 36px;
  margin-right: 15px; }

.panel-body .hotel-info h5 {
  float: left;
  font-weight: bold;
  font-size: 16px; }

.hotel-info li span.label {
  margin: 10px 5px;
  display: inline-block;
  padding: .2em .6em .2em; }

table.pop-hotel-detail {
  font-size: 12px;
  border-top: 1px dashed #adb5bd;
  border-bottom: 1px dashed #adb5bd;
  padding: 12px 6px 8px 4px;
  border-collapse: inherit;
  margin: 0;
  margin-bottom: 10px; }

table.pop-hotel-detail > thead > tr > th {
  border-bottom: none;
  padding: 4px;
  vertical-align: middle; }

table.pop-hotel-detail > tbody > tr > td {
  border-top: none;
  padding: 4px;
  vertical-align: middle; }

table.pop-hotel-detail > tbody > tr > td.lsaa {
  color: #1678cc;
  font-weight: bold; }

.pop-hotel-bookDetail-title {
  width: 8%; }

.en_US .pop-hotel-bookDetail-title {
  width: 24%; }

.pop-price {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-right: -12px;
  margin-left: -12px;
  border-top: 1px dashed #adb5bd; }

.pop-price .col-md-6 {
  border-top: 1px dashed #adb5bd;
  padding-top: 10px;
  overflow: hidden; }

.pop-price .col-md-6:last-child {
  text-align: right; }

.pop-price .col-md-6 .pop-hotel-price {
  color: #1678cc; }

.panel .room-option {
  background: #1678cc;
  height: 30px;
  border-bottom: 0;
  margin: 10px;
  padding: 4px;
  font-size: 12px; }

.panel .room-option span {
  color: #fff;
  font-weight: bold;
  padding-left: 10px; }

.panel .room-option span > strong {
  color: #c00; }

.panel .room-option select {
  vertical-align: middle;
  width: 80%;
  margin-left: 10px; }

.en_US .panel .room-option select {
  width: 70%; }

.panel-body .traveller-detail li {
  list-style: none;
  float: left;
  font-size: 12px; }

.dl-horizontal dd label {
  font-weight: normal;
  text-align: right;
  padding-right: 6px; }

.orderTitle {
  font-size: 14px;
  font-weight: bold; }

.orderTitle strong {
  color: #1678cc;
  font-size: 18px; }

table.table .table > tbody > tr > td {
  border-top: 1px solid #dee2e6; }

.panel-heading .popover {
  color: #333333; }

ul.step li a {
  cursor: default; }

.step {
  counter-reset: flag; }

.step li {
  position: relative; }

.step li a:before {
  content: counter(flag);
  counter-increment: flag; }

.step li a:after {
  content: ""; }

/*steparrow*/
.step-arrow li {
  padding-right: 20px; }

.step-arrow li:last-child {
  padding-right: 0; }

.step-arrow li:nth-child(n+2) a {
  margin-left: -20px;
  border-radius: 0; }

.step-arrow li a:before {
  position: absolute;
  z-index: 2;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 7px;
  left: 2rem;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  color: #fff;
  background-color: #adb5bd;
  text-align: center; }

.step-arrow li:not(:last-child) a:after {
  position: absolute;
  top: -1px;
  right: -17px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);
  -moz-transform: scale(0.707) rotate(45deg);
  -webkit-transform: scale(0.707) rotate(45deg);
  -o-transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #FFF;
  border-radius: 0 5px 0 50px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  box-sizing: content-box; }

/*step -square*/
.step-square > li > a {
  color: #CCCCCC; }

.step-square li a:before {
  position: absolute;
  z-index: 2;
  top: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  background-color: #FFFFFF;
  line-height: 20px;
  border: 1px solid #CCCCCC; }

.step-square li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -35%;
  background-color: #CCCCCC;
  z-index: 1;
  height: 2px;
  border: solid #FFFFFF;
  border-width: 0 1px; }

.step-square li a:hover {
  color: #337AB7; }

.step-square li:hover a:before,
.step-square li.active a:before {
  background-color: #337AB7;
  color: #FFFFFF;
  border-color: #337AB7; }

.step-square li:hover a:after,
.step-square li.active a:after {
  background-color: #337AB7; }

.step-square li:first-child a:after {
  left: 50%;
  border-right: 1px solid #FFFFFF; }

.step-square li:last-child a:after {
  right: 50%;
  border-left: 1px solid #FFFFFF; }

/*step-round*/
.step-round li a:before {
  position: absolute;
  z-index: 2;
  top: 51px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  line-height: 1.3;
  box-shadow: 0 0 0 5px #cccccc; }

.step-round li a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  background-color: #CCCCCC;
  z-index: 1;
  height: 8px; }

.step-round li:first-child a:after {
  left: 30%;
  border-radius: 5px 0 0 5px; }

.step-round li:last-child a:after {
  right: 30%;
  border-radius: 0 5px 5px 0; }

/*step-progress*/
.step-progress > li > a {
  color: #CCCCCC; }

.step-progress > li > a span.caret {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
  top: -4px; }

.step-progress li a:before {
  position: absolute;
  z-index: 2;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  box-shadow: 0 0 0 5px #cccccc; }

.step-progress li a:after {
  content: "";
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  float: left;
  width: 100%;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px dashed #dee2e6;
  background-image: none;
  background-color: #fff;
  height: 1px; }

.step-progress li a:hover {
  color: #337AB7; }

.step-progress li:hover a:after,
.step-progress li.active a:after {
  background-color: #337AB7; }

.step-progress li.active a:after {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.step-progress li:first-child a:after {
  border-radius: 5px 0 0 5px; }

.step-progress li:last-child a:after {
  border-radius: 0 5px 5px 0; }

@media only screen and (min-width: 768px) {
  /*loginmodal*/
  #myModal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none; }
  #myModal .modal-dialog {
    margin-top: 6rem; } }

@media only screen and (max-width: 768px) {
  /*loginmodal*/
  #myModal .container-fluid {
    padding: 0 5%; } }

.step-arrow li.active a:before, .step-arrow li.active a:hover:before {
  color: #1678cc;
  background-color: #fff; }

.step-arrow li.done a:before {
  color: #1678cc;
  background-color: #fff; }

ul.step-arrow > li.active > a, ul.step-arrow > li.active > a:hover {
  background-color: #1678cc;
  color: #fff; }

ul.step-arrow > li.done > a, ul.step-arrow > li.done > a:hover {
  background-color: #1678cc;
  color: #fff; }

ul.step-round > li {
  vertical-align: top; }

ul.step-arrow > li > a, ul.step-arrow > li > a:hover {
  background-color: #e9ecef;
  color: #333333;
  cursor: default;
  padding-left: 50px;
  padding-right: 0;
  text-align: left; }

ul.step-arrow > li > a > b {
  height: 17px;
  display: block;
  overflow: hidden; }

ul.step-arrow > li.active > a:after, ul.step-arrow > li.active > a:hover:after {
  background-color: #1678cc; }

ul.step-arrow > li.done > a:after, ul.step-arrow > li.done > a:hover:after {
  background-color: #1678cc; }

.step-arrow li:not(:last-child) a:after, .step-arrow li:not(:last-child) a:hover:after {
  background-color: #e9ecef; }

.order-info .table {
  color: #333333;
  background-color: #fff; }

.order-info .table > tbody > tr > td.success {
  background-color: #fff; }

.order-info .table-bordered > tbody > tr > th, .order-info .table-bordered .table > tbody > tr > th {
  text-align: center; }

ul.step-round > li.active > a,
ul.step-round > li.active > a:focus,
ul.step-round > li.active > a:hover {
  color: #90D7E7;
  background-color: #fff; }

ul.step-round > li > a, ul.step-round > li > a:hover {
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  display: table-cell;
  width: 1500px;
  vertical-align: middle;
  padding: 0;
  height: 51px; }

ul.step-round > li.done > a, ul.step-round > li.done > a:focus, ul.step-round > li.done > a:hover {
  color: #64aedb; }

.step-round li a:before, .step-round li a:hover:before {
  content: "";
  box-shadow: 0 0 0 5px #e9ecef;
  color: #333333;
  background-color: #fff; }

.step-round li.done a:before, .step-round li.done a:hover:before {
  box-shadow: 0 0 0 5px #64aedb;
  color: #64aedb;
  background-color: #fff;
  content: "\F12C";
  font: normal normal normal 18px/1 "Material Design Icons", sans-serif; }

.step-round li.active a:before {
  box-shadow: 0 0 0 5px #90D7E7;
  color: #90D7E7;
  background-color: #fff; }

.step-round li a:after, .step-round li a:hover:after {
  background-color: #e9ecef; }

.step-round li.active a:after {
  background-color: #90D7E7; }

.step-round li.done a:after {
  background-color: #64aedb; }

ul.step-progress {
  width: 80%;
  margin: 0 auto; }

ul.step-progress > li.active > a, ul.step-progress > li.active > a:focus, ul.step-progress > li.active > a:hover {
  color: #1678cc;
  background-color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: left; }

ul.step-progress > li.done > a, ul.step-progress > li.done > a:focus, ul.step-progress > li.done > a:hover {
  color: #333333;
  background-color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: right; }

.step-progress li.active:hover a:before, .step-progress li.active a:before {
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #1678cc;
  background-color: #1678cc;
  width: 10px;
  height: 10px;
  content: "";
  right: auto;
  top: -5px; }

.step-progress li.done:hover a:before, .step-progress li.done a:before {
  border: none;
  box-shadow: none;
  background-color: #fff;
  width: 10px;
  height: 10px;
  color: #1678cc;
  content: "\F34E";
  left: auto;
  top: -10px;
  font: normal normal normal 18px/1 "Material Design Icons", sans-serif; }

.panel-order {
  border-radius: 0px;
  margin-bottom: 6px;
  border-left: 1px solid #8abbe5;
  border-right: 1px solid #8abbe5; }

.panel-order > .panel-heading {
  color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0 22px 0 10px;
  line-height: 31px;
  font-size: 14px;
  font-weight: bold; }

.panel-order .panel-body {
  padding-top: 0;
  padding-bottom: 0; }

.panel-order > .panel-heading i {
  margin-right: 6px; }

.panel-order > .panel-heading > span {
  float: right;
  font-weight: normal; }

.panel-order > .panel-footer {
  background-color: #e9ecef;
  line-height: 28px;
  padding: 0;
  padding-left: 17px;
  color: #6c757d;
  margin-top: 5px;
  border-top: none;
  border-bottom: 3px solid #90D7E7;
  border-radius: 0px; }

.homeAirport {
  margin: 6px 0; }

.homeAirport strong {
  font-size: 14px;
  margin-right: 30px; }

.internAirport a {
  color: #1678cc;
  text-decoration: underline; }

.internAirport {
  margin: 6px 0 12px 0; }

.internAirport strong {
  font-size: 14px;
  margin-right: 30px; }

.alert span.warning b, .order-hotelPrice b.warning {
  font-size: 14px; }

.panel-order .panel-body .orderTraveller {
  padding-bottom: 4px;
  border-bottom: 1px dashed #dee2e6;
  line-height: 2;
  margin-bottom: 0;
  margin-top: 6px; }

.panel-order .panel-body .orderTraveller > span {
  margin-left: 10px; }

.panel-order .panel-body p.lowestReason {
  margin: 7px 10px;
  border-top: 1px dashed #dee2e6;
  line-height: 2;
  padding-top: 6px; }

.panel-order > .panel-footer > strong:first-child {
  margin-right: 55px; }

.panel-order > .panel-footer > strong {
  margin-right: 20px; }

.panel-order .panel-body table tr td strong.red {
  font-size: 14px; }

.freightStation {
  color: #333333;
  margin: 8px 0 8px 30px; }

.freightLine {
  border-top: 1px dashed #1678cc;
  width: 90%;
  float: right;
  margin-top: -8px;
  margin-right: 10px; }

.internLine {
  border-top: 3px solid #90D7E7;
  margin: 10px 0 6px 0; }

.panel-body p.CheckLlf {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  line-height: 24px;
  padding-left: 10px;
  padding-top: 5px; }

.panel-body .alert-warning {
  margin: 12px 0; }

.panel-body .alert-success {
  margin: 12px 0; }

.panel-body .alert-danger {
  margin: 12px 0; }

.panel-body .alert-info {
  margin: 12px 0; }

.panel-body .alert-default {
  margin: 12px 0; }

.orderPanelLine {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0 8px; }

.panel-body .clearfix .sort-right button {
  margin: 14px; }

.alert-hotel {
  color: #333333; }

.alert-hotel strong {
  margin-right: 30px;
  line-height: 26px; }

.freightDetail {
  background-color: #fff;
  position: relative;
  float: left; }

.panel-order .panel-body .hotel-info h5 {
  float: left;
  font-weight: bold;
  font-size: 14px; }

.panel-order .panel-body .hotel-info {
  margin: 0;
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
  padding: 0px; }

dl.hotel-confirmInfo {
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px dashed #dee2e6;
  padding-bottom: 6px; }

dl.hotel-confirmInfo dt {
  padding: 2px 0;
  width: auto;
  text-align: left;
  margin-right: 10px; }

dl.hotel-confirmInfo dd {
  padding: 2px 0;
  margin-left: 0; }

.panel-body .order-hotelPrice .sort-left {
  padding: 6px 0; }

.td-middle {
  text-align: center; }

.order-memo {
  margin-bottom: 0; }

.memo-line {
  border-bottom: 1px dashed #90D7E7;
  padding-bottom: 10px; }

.order-hotelPrice {
  margin-top: 10px; }

.car-icon {
  color: #adb5bd;
  text-align: center; }

.car-icon i {
  color: #90D7E7; }

.car-icon b {
  color: #333333;
  font-size: 14px; }

.airPlan {
  border-top: 3px solid #90D7E7;
  border-left: 3px solid #90D7E7;
  border-right: 3px solid #90D7E7;
  line-height: 22px;
  font-size: 12px; }

.airPlan:last-child {
  border-bottom: 3px solid #90D7E7; }

.airPlan .table {
  margin-bottom: 0; }

.airPlan .table th.planTitle {
  font-size: 18px;
  font-weight: 700;
  color: #1678cc;
  line-height: 1;
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif; }

.airPlan .table th.planTitle b {
  color: #1678cc;
  font-size: 12px; }

.airPlan .table tr.planDetail-title td {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  background-color: #e9f1fc;
  font-weight: 700; }

.airPlan .table tr.planDetail td strong {
  font-size: 14px; }

.airPlan .table tr.planDetail td b {
  font-size: 14px; }

.airPlan table.table > tbody > tr > th, .airPlan table.table > tbody > tr > td {
  vertical-align: middle;
  border-top: none;
  text-align: left; }

.airPlan table.table > tbody > tr.planDetail-space > td {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px dashed #dee2e6;
  vertical-align: middle; }

.airPlan .table > tbody > tr.planDetail-space:last-child td {
  border-bottom: none; }

.airPlan .table > tbody > tr > th:first-child {
  padding: 0 15px;
  text-align: center; }

.airPlan table.selectedPlan > tbody > tr.planSelected > td {
  background-color: #1678cc;
  color: #fff; }

.selectedPlan, .airPlan.checkPlan .table:hover {
  background-color: #e9f1fc; }

.airPlan.checkPlan .table:hover > tbody > tr.planDetail-title > td {
  background-color: #1678cc;
  color: #fff; }

.airPlan .plan-lowestPrice {
  background-color: #dee2e6;
  line-height: 28px;
  padding-left: 17px;
  color: #6c757d;
  margin-top: 5px; }

.panel-order .panel-body .table > tbody > tr > td.plan-lowestPrice b {
  font-size: 16px;
  margin-right: 60px;
  color: #6c757d; }

.tab-tgq .tab-pane {
  padding: 10px; }

.tab-tgq .tab-content {
  border: none; }

.tab-tgq .nav-tabs {
  border-bottom: none;
  padding-left: 8px; }

.tab-tgq .nav > li > a:focus, .tab-tgq .nav > li > a:hover {
  text-decoration: none;
  background-color: #1678cc;
  color: #fff;
  border-color: #1678cc; }

.tab-tgq .nav-tabs > li.active > a, .tab-tgq .nav-tabs > li.active > a:focus, .tab-tgq .nav-tabs > li.active > a:hover {
  color: #495057;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #1678cc; }

.tab-tgq .nav > li > a {
  position: relative;
  display: block;
  padding: 4px 8px; }

.tab-tgq .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none; }

.tab-tgq .nav-tabs > li.active > .arrow {
  bottom: 5;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #1678cc; }

li.active > .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.table-approve {
  border: 1px solid #90D7E7; }

.table-approve > tbody > tr > th {
  border-bottom: 1px solid #90D7E7;
  color: #1678cc;
  background-color: #e9f1fc;
  font-weight: 700;
  height: 30px; }

.table-approve > tbody > tr > th:first-child {
  text-align: center; }

table.table-approve > tbody > tr > td {
  border-bottom: 1px solid #dee2e6;
  word-wrap: break-word;
  text-align: left; }

table.table-approve > tbody > tr > td:first-child {
  text-align: center; }

form.form-approve-remark .form-group {
  margin-left: 20px;
  margin-right: 100px; }

.form-approve-remark .control-label {
  font-weight: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-next a.bookAgain {
    width: 150px;
    margin-left: -58px; }
  .en_US .order-next a.bookAgain {
    width: 150px;
    margin-left: -38px; } }

.order-next .navbar-default .navbar-nav > li > a.bookAgain, .order-next .navbar-default .navbar-nav > li > a.bookAgain:hover {
  background-color: #1678cc;
  cursor: default;
  margin-left: 0px;
  background-image: none; }

.order-next .navbar-default .navbar-nav > li > a.bookAgain:after, .order-next .navbar-default .navbar-nav > li > a.bookAgain:hover::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -21px;
  width: 39px;
  height: 39px;
  transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);
  -moz-transform: scale(0.707) rotate(45deg);
  -webkit-transform: scale(0.707) rotate(45deg);
  -o-transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #1678cc;
  border-radius: 0 5px 0 50px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  box-sizing: content-box;
  left: auto;
  border-left: 0;
  border-bottom: 0; }

.order-next nav.navbar {
  border: none; }

/* .order-next .navbar-default .navbar-nav > li > a.bookAgain:hover, .order-next .navbar-default .navbar-nav > li > a.bookAgain:focus {
  background-color:$primary;} */
.orderNext-body {
  border: 2px solid #1678cc;
  border-top: none; }

.orderNext-body form {
  width: 75%;
  margin: 0 auto; }

.orderNext-body .home-btn-search {
  position: relative;
  text-align: center; }

option.inActive {
  color: #c8161d; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panel-default .panel-collapse .row.d-flex > .col-md-5.align-self-center {
    display: block; } }

select.order-select {
  width: 130px; }

.btn-file {
  position: absolute;
  top: 0px;
  opacity: 0; }

.table-centerList > thead {
  background-color: rgba(33, 37, 41, 0.1);
  font-size: 14px; }

.table-fixed {
  table-layout: fixed; }

.panel-group .panel-heading a.collapsed i.mdi-arrow-down-drop-circle:before {
  content: "\F059"; }

.tab-pane .panel-group .panel-heading .btn {
  margin-top: -3px; }

.table-centerList .line-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.table-fixed .btn-news {
  width: 46px; }

.sof-textarea {
  border: solid 1px #adb5bd;
  width: 100%;
  height: 200px;
  overflow: scroll;
  scrollbar-face-color: #889B9F;
  scrollbar-shadow-color: #3D5054;
  scrollbar-highlight-color: #C3D6DA;
  scrollbar-darkshadow-color: #85989C;
  scrollbar-track-color: #95A6AA;
  scrollbar-arrow-color: #FFD6DA; }

.newsTitle {
  font-size: 18px;
  font-weight: bold; }

.errorContent {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
  width: 100%;
  padding: 3%;
}
html.error-h5,.error-h5 .container{
  width: 100%!important;
}

.connect_title {
  font-size: 16px; }

.notice-line {
  height: 3px;
  width: 100%;
  background-color: #1678cc;
  background-image: linear-gradient(90deg, #1678cc 0%, #fff 90%);
  background-image: -ms-linear-gradient(left, #1678cc, #1678cc);
  background-image: -moz-linear-gradient(left, #1678cc, #fff);
  background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#1678cc), to(#fff));
  background-image: -webkit-linear-gradient(left, #1678cc, #fff);
  background-image: -o-linear-gradient(left, #1678cc, #fff);
  background-image: linear-gradient(to right, #1678cc, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$danger,endColorstr=$white,GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 
}

.register_forget {
  width: 320px;
  margin: 0 auto; }

.register_forget img {
  position: relative;
  top: -30px;
  right: -330px; }

/***mdi icon**/
.mdi::before {
  font-size: 24px;
  line-height: 14px;
  vertical-align: middle; }

.mdi-14px::before {
  font-size: 16px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mdi::before {
    font-size: 16px;
    line-height: 14px;
    vertical-align: middle; } }

.airline .mdi-14px::before {
  vertical-align: top; }

.btn .mdi::before {
  position: relative;
  vertical-align: sub; }

.btn-xs .mdi::before {
  font-size: 20px; }

.btn-sm .mdi::before {
  font-size: 18px; }

.dropdown-menu .mdi {
  width: 18px; }

.nav .mdi::before {
  position: relative; }

.navbar .navbar-toggle .mdi::before {
  position: relative;
  color: #FFF; }

.breadcrumb .mdi::before {
  position: relative; }

.breadcrumb a:hover {
  text-decoration: none; }

.breadcrumb a:hover span {
  text-decoration: underline; }

.alert .mdi::before {
  position: relative;
  margin-right: 2px; }

.input-group-addon .mdi::before {
  position: relative; }

.navbar-brand .mdi::before {
  position: relative;
  margin-right: 2px; }

.list-group-item .mdi::before {
  position: relative;
  left: -3px; }

i.airINT {
  background-color: rgba(200, 22, 29, 0.1);
  border-radius: 15px; }

.airINT::before {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  vertical-align: baseline;
  padding-left: 2px;
  padding-bottom: 1px; }

.mdi-swap-horizontal:before {
  padding-bottom: 2px; }

i.mdi-star:before {
  vertical-align: baseline; }

.btn .mdi-menu-down:before, .btn .mdi-menu-right:before {
  padding-top: 2px; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #de0e0e; }

.has-error .form-control {
  border-color: #de0e0e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #ae0b0b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f55d5d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f55d5d; }

.has-error .input-group-addon {
  color: #de0e0e;
  border-color: #de0e0e;
  background-color: rgba(222, 14, 14, 0.1); }

.has-error .form-control-feedback {
  color: #de0e0e; }

.popover-inner .popover-content pre {
  background-color: #fff;
  border: 0px;
  margin: 0 0 4px;
  padding: 4px; }

.hotel-list tbody td:last-child {
  width: 120px; }

.hotel-list .label {
  margin-top: 2px;
  display: inline-block;
  line-height: 1.5; }

.navbar-nav a[data-intro] {
  background: #1678cc; }

.introjs-helperLayer {
  transform: scale(0.92, 0.787);
  border: 0 !important; }

.introjs-skipbutton.introjs-donebutton {
  position: absolute;
  margin: 0;
  top: -28px;
  right: -30px;
  background: transparent;
  border: 0;
  color: #ccc;
  font-size: 20px;
  text-shadow: none; }

.introjs-skipbutton.introjs-donebutton:hover, .introjs-skipbutton.introjs-donebutton:active, .introjs-skipbutton.introjs-donebutton:focus {
  box-shadow: none;
  color: #fff;
  background-image: none; }

.introjs-skipbutton.introjs-donebutton:focus {
  outline: none;
  text-decoration: none; }

.introjs-tooltip {
  margin-left: -10px;
  margin-bottom: -8px;
  min-width: inherit !important;
  width: 109px;
  padding: 5px !important; }

.introjs-arrow.bottom {
  left: 47%; }

@media (min-width: 1200px) {
  .introjs-tooltip {
    width: 127px;
    padding: 10px !important; } }

.border-btn {
  color: #c8161d;
  border: 1px solid #c8161d;
  border-radius: 3px;
  padding: 1px;
  padding-left: 4px; }

.dot {
  width: 2px;
  height: 2px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite; }

.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #044658; }

.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #2a627e; }

.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #127c8f; }

.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #0f93b4; }

.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #09c4dd; }

@-moz-keyframes slide {
  0% {
    transform: scale(1); }
  50% {
    opacity: 0.3;
    transform: scale(2); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes slide {
  0% {
    transform: scale(1); }
  50% {
    opacity: 0.3;
    transform: scale(2); }
  100% {
    transform: scale(1); } }

@-o-keyframes slide {
  0% {
    transform: scale(1); }
  50% {
    opacity: 0.3;
    transform: scale(2); }
  100% {
    transform: scale(1); } }

@keyframes slide {
  0% {
    transform: scale(1); }
  50% {
    opacity: 0.3;
    transform: scale(2); }
  100% {
    transform: scale(1); } }

@media (max-width: 767px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17); }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333; }
  html, .container {
    width: 970px; } }

.additional-label {
  background: #fff;
  color: #1678cc;
  border: 1px solid #1678cc;
  border-radius: 0 3px 3px 0;
  margin-left: -5px !important;
  display: inline-block;
  line-height: 14px; }

.border-label {
  border-radius: 5px;
  margin-right: 5px;}

select option[disabled] {
  background-color: #ddd; }

.label-green {
  background: #36751c; }

.label-green i::before {
  font-size: 14px; }

.label-green + .additional-label {
  color: #36751c;
  border: 1px solid #36751c; }

.addellipsis::after {
  content: "..."; }

.remark-formart {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  float: left;
  margin-left: 10px;
  max-width: 85%; }

.remark-all-formart {
  white-space: pre-wrap;
  float: left;
  margin-left: 10px;
  width: 85%; }

.marker-icon {
  width: 60px;
  height: 60px;
  background-image: url("../../images/marker-icon.png");
  background-repeat: no-repeat; }

.symbol-icon {
  width: 35px;
  height: 20px;
  display: inline-block;
  background-image: url("../../images/marker-icon.png");
  margin-right: 5px; }

.marker-icon.metro {
  background-position: 0 0; }

.marker-icon.train {
  background-position: -60px 0; }

.marker-icon.air {
  background-position: -120px 0; }

.marker-icon.food {
  background-position: 0 -60px; }

.marker-icon.office {
  background-position: -60px -60px; }

.marker-icon.shop {
  background-position: -120px -60px; }

.marker-icon.metro-r {
  background-position: 0 -120px; }

.marker-icon.train-r {
  background-position: -60px -120px; }

.marker-icon.air-r {
  background-position: -120px -120px; }

.marker-icon.food-r {
  background-position: 0 -180px; }

.marker-icon.office-r {
  background-position: -60px -180px; }

.marker-icon.shop-r {
  background-position: -120px -180px; }

.marker-icon.hotel {
  background-position: 0 -240px; }

.symbol-icon.metro {
  background-position: -60px -240px; }

.symbol-icon.train {
  background-position: -80px -240px; }

.symbol-icon.air {
  background-position: -100px -240px; }

.ampStyle {
  display: none; }

.list-group-item.my-hover:hover, .nav-link:hover {
  background: rgba(0, 0, 0, 0.1) !important; }

.panel-body ul li a {
  text-decoration: none; }

.amap-tab1 {
  border: 0;
  padding: 5px 10px; }

.amap-tab2 {
  width: 25%;
  vertical-align: middle;
  text-align: right; }


.airInfoDiv h4{
  margin: 0 0 10px;
}
.airInfoDiv p{
  padding-left: 50px;
}
.airInfoDiv .tag{
  background: #bbc4d3;
  margin-right: 5px;
  padding: 2px 5px;
  color: #fff;
}
.airInfoDiv .nav-tabs {
  border-bottom-color: #eee;
}
.airInfoDiv .nav-tabs>li>a{
  color: #9e9e9e;
  border-radius: 0;
}
.airInfoDiv .nav-tabs>li.active>a{
  border: 1px solid #eee;
  border-top-color: #0086f6;
  border-bottom-color: #fff;
  color: #9e9e9e;
  background: #fff;
}
.airInfoDiv .nav-tabs,.airInfoDiv .tab-content{
  color: #9e9e9e;
}
.airInfoDiv .tab-content table{
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.airInfoDiv .icons{
  text-align: left;
  vertical-align: top;
  padding-left: 5%;
}
.airInfoDiv .icons span{
  float: left;
  display: inline-block;
  width: 50%;
  margin: 15px 0;
}
.flightComfort{
  margin-right: 10px;
  font-size: 16px;
}
.chooseSeat{
  text-align: center;
}
.chooseSeat td[rowspan="2"]{
  padding: 0 10px 0 20px;
}
.chooseSeat .radio-inline{
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
.chooseSeat .radio-inline input{
  display: none;
}
.chooseSeat .radio-inline .btn-sm{
  border-width: 1px;
  border-style: solid;
  padding: 0;
  width: 25px;
  display: inline-block;
}
.chooseSeat .radio-inline input[checked]+.btn-sm{
  background-color: red;
}
a+.popover{
  max-width: 280px;
}
.certItem{
  border: 1px solid rgb(0, 38, 99);
  border-radius: 5px;
  padding: 10px 15px 0px;
  margin-bottom: 15px;
  position: relative;
}
.certItem label{
  direction: rtl;
}
.certTravelers{
  border: 1px solid #002663;
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px 10px;
  height: 80px;
}
.certTravelers>div:last-child{
  line-height: 1.2;
  height: 45px;
}
.certTravelers>div:last-child a{
  position: absolute;
  bottom: 10px;
  right: 25px;
  text-decoration: underline;
}

.roomFilter{
  background:#eee;
}
.roomFilter .label,.roomFilter .label:focus,.roomFilter .label:hover{
  border-radius: 5px;
}
.roomFilter .label i {
  border: 1px solid #1678CC;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}
.roomFilter .label-primary,.roomFilter .label-primary:focus,.roomFilter .label-primary:hover{
  background: #1678CC;
  color: #fff;
  border: 1px solid #1678CC;
}
.roomFilter .label-primary i {
  color: #fff!important;
}
.roomFilter .label-default,.roomFilter .label-default:focus,.roomFilter .label-default:hover{
  background: transparent;
  color: #1678CC;
  border: 1px solid #1678CC;
}
.roomFilter .label-default i {
  color: transparent!important;
  height: 13px;
}
.roomTop{
  background: linear-gradient(rgba(243,97,41, .2), rgba(243,97,41, .05));
  position: relative;
}

.roomTopText{
  position: absolute;
  left: -4px;
  top: -4px;
  background: #ed5929;
  color: #fff;
  padding: 0 5px;
}
.roomTopText:before{
  content: "";
  border: 2px solid transparent;
  border-top-color: #983915;
  border-right-color: #983915;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.roomTopText i:before{
  font-size: 12px;
  margin-right: 5px;
  color: #fff;
}
.en_US #navbarNav .nav-item, .en_US #navbarNav .nav-item .dropdown {
  height: 50px;
  display: table;
  max-width: 300px;
}
.en_US #navbarNav .nav-link{
  vertical-align: middle;
  display: table-cell;
  padding-top: 8px;
  padding-bottom: 8px;
}
.en_US li.nav-border-right{
  margin-top: 18px;
}
.en_US #navbarNav .nav-item .dropdown-toggle{
  padding-top: 5px;
  padding-bottom: 5px;
}
.en_US .order-next li.nav-border-right {
  margin-top: 1rem;
}

.carriage{border-top: 1px solid #ddd;position: relative;padding-top: 5px;margin-top: 20px}
.carriage .labelRow{text-align: right;}
.carriage .labelRow .label{margin-right: -1px;}
.chooseSeat{margin: 0 auto;}
.chooseSeat .radio-inline.dining .btn-sm{border: 0;color: gray;}
.chooseSeat .radio-inline.dining:hover .btn-sm{background: #fff;}
.chooseSeat .radio-inline.dining, .chooseSeat .radio-inline.disable{cursor: default;}
.chooseSeat .radio-inline.disable .btn-sm{background: #ccc;color: #fff;}
.chooseSeat .radio-inline.disable:hover .btn-sm{border-color: #ccc;}
.hideCarriage{position: absolute;top: -20px;right: 0;cursor: pointer;}
.isZndcz{border-radius: 3px;padding: 0 1px;color: rgba(54,117,28,1);border: 1px solid rgba(54,117,28,0.5);}
.isFxh{border-radius: 3px;padding: 0 1px;color: rgba(237,89,41,1);border: 1px solid rgba(237,89,41,0.5);}
.isQuietCoach{border-radius: 3px;padding: 0 1px;color: rgba(0,111,207,1);border: 1px solid rgba(0,111,207,0.5);}
.chooseSeat a.label {padding: 0 2px; font-weight: normal;font-size: 12px; }
.chooseSeat .LabelDiv{position: absolute;top: -5px;left: calc(50% - 45px);width: 100px;}
.trainCoachTr td{position: relative;padding-top: 10px;}

.webkitTextSecurity {-webkit-text-security: disc;width: 150px; display: inline-block;}
.noWebkitTextSecurity {width: 150px; display: inline-block;}
.a12306 {padding: 0 2px;font-weight: normal;font-size: 12px;border: 1px solid #009bbb;border-radius: 4px;position: absolute;margin-left: 5px;}
.a12306:hover{
  text-decoration: none;
}
.td12306+td{
  padding-left: 50px!important;
}


.c_loading{
  border-radius: 10px;
  width: 100px;
  border: 0;
  box-shadow: 0 0 10px rgba(0,0,0, .5);
}

.fontSizeFourteen{
  font-size:14px
}
.fontColorRed{
  color:red
}
.bgColorLg{
  background-color:lightgray
}
.fwNormal{
  font-weight:normal
}
.taVaCenter{
  text-align:center;
  vertical-align:middle;
}
.icon-size25{
  max-width: 25px;max-height:25px;
}

.common-dropdown-filter {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
}
.common-dropdown-filter+.common-dropdown-filter {
  margin-left: 15px;
}
.common-dropdown-filter .dropdown-select {
  cursor: pointer;
  padding: 2px 6px;
  background-color: #fff;
  white-space: nowrap;
  border: 1px solid #1678cc;
  color: #1678cc;
}
.common-dropdown-filter .dropdown-clear {
  right: 15px;
  position: absolute;
  z-index: 10;
}
.common-dropdown-filter .dropdown-select:hover {
  background-color: #1678cc;
  color: #fff;
  text-decoration: none;
}
.common-dropdown-filter .dropdown-select.active {
  background-color: #1678cc;
  color: #fff;
}
.common-dropdown-filter .select-item.active, .common-dropdown-filter .select-item:hover{
  background-color: #e9f1fc;
}
.dropdown-select .fa-chevron-down {
  transition: all 0.3s ease;
  transform-origin: center;
}
.dropdown-select .fa-chevron-down.active {
  transform: rotate(180deg);
  padding-top: 1px;
}
.sticky-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 20;
}
.box-shadow2 {
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.train-search-backup {
  border: 1px solid #ced4da;
  padding: 15px; }

.train-search-backup tr td {
  padding: 10px;
  font-size: 14px;}









