/** bootstrap.grid.hg **/
.col-hg-1, .col-hg-2, .col-hg-3, .col-hg-4, .col-hg-5, .col-hg-6, .col-hg-7, .col-hg-8, .col-hg-9, .col-hg-10, .col-hg-11, .col-hg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (min-width: 1500px) {
    .col-hg-1, .col-hg-2, .col-hg-3, .col-hg-4, .col-hg-5, .col-hg-6, .col-hg-7, .col-hg-8, .col-hg-9, .col-hg-10, .col-hg-11, .col-hg-12 {
        float: left;
    }

    .col-hg-12 {
        width: 100%;
    }

    .col-hg-11 {
        width: 91.66666667%;
    }

    .col-hg-10 {
        width: 83.33333333%;
    }

    .col-hg-9 {
        width: 75%;
    }

    .col-hg-8 {
        width: 66.66666667%;
    }

    .col-hg-7 {
        width: 58.33333333%;
    }

    .col-hg-6 {
        width: 50%;
    }

    .col-hg-5 {
        width: 41.66666667%;
    }

    .col-hg-4 {
        width: 33.33333333%;
    }

    .col-hg-3 {
        width: 25%;
    }

    .col-hg-2 {
        width: 16.66666667%;
    }

    .col-hg-1 {
        width: 8.33333333%;
    }

    .col-hg-pull-12 {
        right: 100%;
    }

    .col-hg-pull-11 {
        right: 91.66666667%;
    }

    .col-hg-pull-10 {
        right: 83.33333333%;
    }

    .col-hg-pull-9 {
        right: 75%;
    }

    .col-hg-pull-8 {
        right: 66.66666667%;
    }

    .col-hg-pull-7 {
        right: 58.33333333%;
    }

    .col-hg-pull-6 {
        right: 50%;
    }

    .col-hg-pull-5 {
        right: 41.66666667%;
    }

    .col-hg-pull-4 {
        right: 33.33333333%;
    }

    .col-hg-pull-3 {
        right: 25%;
    }

    .col-hg-pull-2 {
        right: 16.66666667%;
    }

    .col-hg-pull-1 {
        right: 8.33333333%;
    }

    .col-hg-pull-0 {
        right: auto;
    }

    .col-hg-push-12 {
        left: 100%;
    }

    .col-hg-push-11 {
        left: 91.66666667%;
    }

    .col-hg-push-10 {
        left: 83.33333333%;
    }

    .col-hg-push-9 {
        left: 75%;
    }

    .col-hg-push-8 {
        left: 66.66666667%;
    }

    .col-hg-push-7 {
        left: 58.33333333%;
    }

    .col-hg-push-6 {
        left: 50%;
    }

    .col-hg-push-5 {
        left: 41.66666667%;
    }

    .col-hg-push-4 {
        left: 33.33333333%;
    }

    .col-hg-push-3 {
        left: 25%;
    }

    .col-hg-push-2 {
        left: 16.66666667%;
    }

    .col-hg-push-1 {
        left: 8.33333333%;
    }

    .col-hg-push-0 {
        left: auto;
    }

    .col-hg-offset-12 {
        margin-left: 100%;
    }

    .col-hg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-hg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-hg-offset-9 {
        margin-left: 75%;
    }

    .col-hg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-hg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-hg-offset-6 {
        margin-left: 50%;
    }

    .col-hg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-hg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-hg-offset-3 {
        margin-left: 25%;
    }

    .col-hg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-hg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-hg-offset-0 {
        margin-left: 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].input-hg,
    input[type="time"].input-hg,
    input[type="datetime-local"].input-hg,
    input[type="month"].input-hg,
    .input-group-hg input[type="date"],
    .input-group-hg input[type="time"],
    .input-group-hg input[type="datetime-local"],
    .input-group-hg input[type="month"] {
        line-height: 46px;
    }
}

.form-control-static.input-hg {
    padding-right: 0;
    padding-left: 0;
}

.input-hg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-hg {
    height: 46px;
    line-height: 46px;
}

textarea.input-hg,
select[multiple].input-hg {
    height: auto;
}

.form-group-hg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-hg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-hg textarea.form-control,
.form-group-hg select[multiple].form-control {
    height: auto;
}

.form-group-hg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.input-hg + .form-control-feedback,
.input-group-hg + .form-control-feedback,
.form-group-hg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

@media screen and (min-width: 768px) {
    .form-horizontal .form-group-hg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

.btn-hg,
.btn-group-hg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group > .btn-hg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-hg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-hg .caret {
    border-width: 0 5px 5px;
}

.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-hg > .form-control,
select.input-group-hg > .input-group-addon,
select.input-group-hg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn,
select[multiple].input-group-hg > .form-control,
select[multiple].input-group-hg > .input-group-addon,
select[multiple].input-group-hg > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon.input-hg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.pagination-hg > li > a,
.pagination-hg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-hg > li:first-child > a,
.pagination-hg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-hg > li:last-child > a,
.pagination-hg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.well-hg {
    padding: 24px;
    border-radius: 6px;
}

@media screen and (min-width: 992px) {
    .modal-hg {
        width: 900px;
    }
}

.visible-hg {
    display: none !important;
}

.visible-hg-block,
.visible-hg-inline,
.visible-hg-inline-block {
    display: none !important;
}

@media screen and (min-width: 1500px) {
    .visible-hg {
        display: block !important;
    }

    table.visible-hg {
        display: table !important;
    }

    tr.visible-hg {
        display: table-row !important;
    }

    th.visible-hg,
    td.visible-hg {
        display: table-cell !important;
    }
}

@media screen and (min-width: 1500px) {
    .visible-hg-block {
        display: block !important;
    }
}

@media screen and (min-width: 1500px) {
    .visible-hg-inline {
        display: inline !important;
    }
}

@media screen and (min-width: 1500px) {
    .visible-hg-inline-block {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1500px) {
    .hidden-hg {
        display: none !important;
    }
}

/** From less **/
@media screen and (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}

/** For Bootstrap V4 **/

@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-hg {
    max-width: 1470px;
  }
}
