.hlep-block-hint {
    width: 0;
    padding: 0;
}

label {
    padding-top: 7px;
}

.panel-title {
    font-size: 14px;
}

thead th {
    min-width: 110px;
}

.panel-heading .clearfix {
    height: 0;
}

.meetingRoomId {
    margin: 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 1px solid #ddd;
}

.table-responsive {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 0;
}

table th {
    background: #eee;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background: #f1f1f1;
}

.table-striped > tbody > tr:hover {
    background: #ecf0f5;
}

.table-hover > tbody > tr:hover {
    background: #ecf0f5;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border: 1px solid #ddd;
}

.main-header {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.panel {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
}

.navbar-nav > .user-menu > .dropdown-menu {
    padding-top: 0;
    border: 0;
    -webkit-box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .navbar {
        background: linear-gradient(to right, #3c8dbc, #73cae2);
    }
}

.panel-default > .panel-heading {
    background: #eee;
}

.main-sidebar .sidebar-menu li i {
    font-size: 14px;
    vertical-align: 0;
}

.main-sidebar .treeview-menu li i {
    color: #00c0ef;
    font-size: 12px;
}

.breadcrumb .active,
.excel-down-icon,
.excel-down-title,
.excel-down-intro,
.loading-ok,
bwizard-steps {
    cursor: default;
}

.testCode,
#packageform-verifycode-image {
    cursor: pointer;
}

@media (max-width: 400px) {
    .query400 {
        padding-right: 0;
    }
}

@media (width: 768px) {
    #carriers .query-label {
        padding-right: 0;
    }
}

.home-patch .summary {
    padding: 0;
}

.home-patch .kv-grid-container {
    padding-top: 15px;
}

.home-patch .btn {
    margin-top: 5px;
    vertical-align: top;
}

.home-patch .list-group-item > .glyphicon {
    padding-right: 15px;
}

.home-patch .list-group-item > label {
    width: 75px;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .home-patch .query-user {
        width: 40%;
    }

    .home-patch .query-online {
        width: 60%;
    }
}

.pay-patch .option,
.pay-patch .btn-cont {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pay-patch .pay-method {
    cursor: pointer;
}

.userInfo-patch .model {
    border: 0;
}

.userInfo-patch .panel-heading {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.userInfo-patch th {
    width: 100px;
    height: 50px;
}

.userInfo-patch .table > tbody > tr > td,
.userInfo-patch .table > tbody > tr > th,
.userInfo-patch .table > tfoot > tr > td,
.userInfo-patch .table > tfoot > tr > th,
.userInfo-patch .table > thead > tr > td,
.userInfo-patch .table > thead > tr > th {
    padding-left: 15px;
}

.userInfo-patch td:hover {
    background: #ecf0f5;
}

.security-patch .paner-container {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .security-patch .paner-container {
        width: 100%;
    }
}

.security-patch .panel-default.item {
    box-shadow: none;
}

#product label {
    width: 200px;
    margin: 0;
}

.fault-patch #more .radio-inline {
    box-sizing: content-box;
    min-width: 150px;
    margin: 0 10px 0 0;
}

.carriers-patch td:nth-child(5) {
    min-width: 135px;
}

.meeting-room-patch table td:nth-child(8) {
    min-width: 184px;
}

.meeting-room-patch table td:nth-child(8) .btn {
    margin-right: 5px;
}

.kv-panel-before {
    padding: 10px 15px;
    border-bottom: 0;
}

.kv-grid-container {
    padding: 0 15px 15px;
}

.kv-panel-after {
    border-top: 0;
}

.kv-page-summary {
    border-top: 0;
}

#wizard .bwizard-steps {
    background: #ecf0f5;
    min-width: 630px;
}

#wizard .bwizard-steps .active {
    background: #007acc;
}

#wizard .bwizard-steps .active::after {
    border-left-color: #007acc;
}

#wizard .bwizard-steps li {
    background: #ddd;
}

#wizard .bwizard-steps li .label {
    font-size: 100%;
    background: #888;
}

#wizard .bwizard-steps li .badge-inverse {
    background: #333;
}

#wizard .bwizard-steps li:before {
    border-left: 20px solid #ecf0f5;
}

#wizard .bwizard-steps li:after {
    border-left: 20px solid #ddd;
}

@media (max-width: 480px) {
    #wizard .bwizard-steps li {
        background: none;
    }
}

#wizard .well {
    margin-top: 15px;
}

#wizard .well #step1 .icon {
    color: #3c8dbc;
    display: block;
    font-size: 80px;
    text-align: center;
}

#wizard .well #step1 .title {
    font-weight: 300;
    text-align: center;
}

#wizard .well #step1 .intro {
    font-weight: 300;
    margin: 20px 0;
    text-align: center;
}

#wizard .well #step1 .btn-down {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 50px;
    color: #fff;
    background: #3c8dbc;
    line-height: 50px;
    text-align: center;
    border-radius: .5em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#wizard .well #step1 .btn-down:hover {
    color: #fff;
    background: #007acc;
    box-shadow: 1.25px 1.25px 1.25px rgba(0, 0, 0, 0.5);
}

#wizard .well #step2 .title {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
    text-shadow: 1.5px 1.5px 3px rgba(0, 0, 0, 0.3);
}

#wizard .well #step2 img {
    width: 100%;
}

@media (max-width: 992px) {
    #wizard .well #step2 .title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    #wizard .well #step2 .title {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    #wizard .well #step2 .title {
        font-size: 24px;
    }
}

#wizard .well #step4 .loading {
    position: relative;
    margin: 100px auto;
    width: 80%;
    height: 20px;
    background: rgba(51, 51, 51, 0.75);
    border-radius: 15px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5) inset;
}

#wizard .well #step4 .loading-head {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 5px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px #000000 inset;
    z-index: 1;
}

#wizard .well #step4 .loading-body {
    position: absolute;
    width: 0%;
    height: 20px;
    box-sizing: content-box;
    background: linear-gradient(to right, #347093, #8cc5f2);
    box-shadow: 0 0 10px #3c8dbc;
    border-radius: 15px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
}

#wizard .well #step4 .loading-ok {
    color: #8a8a8a;
    position: absolute;
    display: block;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 300;
}

#wizard .well #step4 .loadingInfo {
    font-weight: 300;
    padding-left: 10%;
    margin: 0 30px 0 0;
    display: inline-block;
}

#wizard .bwizard-buttons a {
    box-sizing: content-box;
    width: 100px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-weight: bold;
    border-radius: .5em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#wizard .bwizard-buttons a:hover {
    color: #fff;
    background: #71add0;
}

@media (min-width: 768px) {
    #wizard .bwizard-buttons {
        width: 30%;
        margin: 20px auto;
        min-width: 210px;
    }
}

.pager li > a:focus {
    background: #fff;
}

.sweet-overlay {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .5;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sweet-alert {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
}

.sweet-alert h2 {
    font-weight: 300;
}

.sweet-alert p {
    margin-top: -15px;
    margin-bottom: 10px;
}

.sweet-alert button {
    width: 100px;
    height: 30px;
    margin: 0 10px 8px 10px;
    padding: 0;
}

.alert-patch .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.alert-patch .content {
    min-height: 0;
}

.alert-patch .modal.fade .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
}

.alert-patch .modal.in .modal-dialog {
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.alert-patch .btn-info {
    border-color: #d73925;
    background: #dd4b39;
}

.alert-patch .btn-info:hover {
    border-color: #ac2925;
    background: #d73925;
}

.alert-patch .close {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 1.42857143;
    outline: none;
}

@media (max-width: 768px) {
    .alert-patch .modal-dialog {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .alert-patch .modal-dialog {
        width: 95%;
    }

    .alert-patch .modal.in .modal-dialog {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 400px) {
    .alert-patch .alert-patch .modal-dialog {
        width: 100%;
    }
}

.daterangepicker.dropdown-menu {
    margin-top: 10px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 992px) {
    .daterangepicker.dropdown-menu {
        width: 484px;
        margin-right: 30px;
    }
}

@media (max-width: 565px) {
    .daterangepicker.dropdown-menu {
        width: 80%;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        left: 10% !important;
        top: 5% !important;
    }
}

@media (max-width: 992px) {
    .daterangepicker .ranges {
        width: 100%;
        text-align: center;
    }

    .daterangepicker .btn {
        padding: 5px 50px;
    }
}

@media (max-width: 768px) {
    .daterangepicker .btn {
        padding: 5px 30px;
    }
}

@media (max-width: 565px) {
    .daterangepicker .calendar {
        margin: 10px auto;
    }

    .daterangepicker .btn {
        padding: 5px 30px;
    }
}

.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.loader.loaderStar {
    visibility: visible;
    opacity: 1;
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader::before {
    animation: before 2s infinite;
}

.loader::after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

   
