@charset "UTF-8";
html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 30px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}


.data-form label {
    font-size: 18px;
    font-weight: normal;
}

.gasLineItem {
    background-color: #f3f3f3;
}

.gasLineItem--title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.loadd {
    position: relative;
}

.loadd:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "Жўнатиляпти...";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}


.endUp:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "Маълумот жўнатилди";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

.sendingBtnHide {
    position: relative;
}
.sendingBtnHide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.3);
}

.data-index .btn-r {
    font-size: 30px !important;
}

.main_logo {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.popupNavTrigger_parent {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1021;
}

.popupNavTrigger {
    background: none;
    border: none;
    outline: none !important;
    padding: 10px 15px;
}

.popupNavTrigger .line {
    width: 31px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popupNavTrigger:hover {
    cursor: pointer;
}

.popupNavTrigger.is-active .line:nth-child(2) {
    opacity: 0;
}

.popupNavTrigger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    -o-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.popupNavTrigger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    -o-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

.fixed {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
}

.mPopupNav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    z-index: 1060 !important;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* .mPopupNav a:not(.btn) {
    color: #000;
} */

.mPopupNav .btn-lg {
    font-size: 13px;
}

.mPopupNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mPopupNav.modal {
    top: 0;
    bottom: auto;
    height: 100vh;
    border-radius: 0;
    position: fixed;
}

.mPopupNav__dialog {
    width: 95%;
    max-width: 310px;
    min-width: 300px;
    height: 100vh;
    margin: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: hidden;
}

._scrollable {
    overflow: hidden;
    height: 100vh;
}

.mPopupNav__inner {
    border-radius: 0;
    min-height: 100%;
    padding-top: 7%;
    padding-bottom: 7%;
    background: #fff;
}

.mPopupNav.show .popupNav__dialog {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.mPopupNav__slogan {
    font-size: 13px;
    font-weight: 500;
}

.mPopupNav__link {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.show .fixedActive {
    position: relative;
}

.mPopupNav__menu .hasChild {
    position: relative;
}

.mPopupNav__menu .hasChild:after {
    content: '';
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.5);
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    left: auto;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mPopupNav__menu a {
    text-decoration: none;
}

.mPopupNav__menu a:hover {
    /* opacity: 1; */
}

.childItem {
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 52px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
    opacity: 0;
}

.childItem.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.childItem li {
    padding: 0 20px;
}

.childItem__goBackBtn {
    margin-bottom: 10px;
    padding: 16px 0 5px;
    text-align: center;
}

.childItem__goBackBtn span {
    display: block;
    position: relative;
    padding: 10px 20px 10px 40px;
}

.childItem__goBackBtn span:after {
    content: '';
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.5);
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 23px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mPopupNavScroll {
    height: -webkit-calc(100% - 52px);
    height: calc(100% - 52px);
    position: relative;
}
