html,
body {
    height: 100%;
}

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

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

.footer {
    height: 60px;
    background-color: #168117;
    border: none;
    padding-top: 20px;
    color: #fff;
    position: relative;
    top:-2px;
    z-index: 20;
}

.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: "\e151";
}

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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 {
    padding: 8px;
}
.accept_checkbox {
    padding-left: 0;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}


    .address_row div, .form-group, p {
        margin: 10px;
    }

    h1 {
        font-size: 25px;
        margin: 25px;
    }
    .row {
        margin-top: 15px;
    }
    .accept_checkbox {
        padding-left: 10px;
    }
}
.main_div {
    padding: 15px;
}
.nav > li > form > button:hover {
    text-decoration: none;
}

.navbar-inverse {
    background-color: #168117;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #f6f6f6;
}

.navbar-inverse a.navbar-brand {
    color: #f6f6f6;
}

.address_row {
    margin-top: 10px;
    display: none;
}

.ui-selectmenu-button {
    width: 100% !important;
}

.next-button_div {
    display: none;
}

.centered{
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.next-button{
    background-color: #168117;
    border: 1px solid  #156b00;
    width: 150px;
    height: 50px;
}
.btn-success {
    background-color: #168117;
}

.user_form{
    display: none;
}
.bootstrap-demo{margin:30px;}
.table th{
    vertical-align: middle!important;
    text-align: left;
 }
.total{
    text-align: right!important;
}
.ui-tooltip, .arrow:after {
    background: #6eb42b;
    border: 2px solid  #327E04;
}
.ui-tooltip {
    background: #156b00;
    color: white;
    border: none;
    opacity: 0.9;
}
.customer_table{
    width: 50%;
   margin-top: 100px;

}
.red{
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.pay_class{
    margin-top: 15px;
}
.stripe_pay_modal{
    width: 70%;
    margin: auto;
}
.payment-errors_div{
    margin: 15px;
    color: #a94442;
}

.user_personal_information{
    background-color: #168117;
    color:white;
    font-size: 18px;
    text-align: left;
    height: 35px;
    border: 1px solid #327E04;
    border-radius:10px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.personal_information h5{
    line-height: 20px;
}
.user_personal_information span{
    margin:6px;
}
.info_col{
    min-height: 55px;
    max-height: 55px;
}
.change_user_info{
    position: relative;
}
.change{
    width: 100%;
}
.password_input{
    margin-top: 20px;
}
.change_password_div{
    margin-top: 30px;
    margin-bottom: 30px;
}
.error_span{
    color: red;
}
.add_shipping_address{
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-front{z-index:0 !important; }
.ui-selectmenu-open {z-index:9999 !important;}

.shipping_address_div{
    display: block;
}


.modal.modal-wide .modal-dialog {
    width: 50%;
}
.modal-wide .modal-body {
    overflow-y: auto;
}

#addressModal .modal-body p { margin-bottom: 800px }
.actions_th{
    width: 7%;
    color: #327E04;
}
.actions_th a{
    color: #327E04;
}
.actions_th span:hover{
    cursor: pointer;
}
.for_col_padding{
    padding-right: 5px;
    padding-left: 5px;
}
.for_col_md_8_padding{
    padding-right: 0px;
    padding-left: 0px;
}
.for_col_md_4_padding{
    padding-left: 0px;
    font-size: 12px;
}
.choose_from_my_addresses{
    background-color: #168117;
    border: 1px solid #327E04;
    color: white;
    text-align: center;
    margin-top: 4px;
}
.choose_address_action_th span{
    text-align: center;
    width: 100%;
}
.choose_address_action_th:hover{
    color: #168117;
    cursor:pointer;
}
.address_row {
    font-size: 12px;
}

.address_checkbox{
    width: 90%;
    height: 23px;
    margin-left: 5px!important;
}
.address_checkbox:hover{
    cursor: pointer;
}

.checkboxDiv{
    margin: 0px;
    padding-left: 0;
    padding-right: 0;
}

.readonly {
    pointer-events: none;
}

.pressent {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.receiver_name:hover{
    cursor: pointer;
}

.ui-selectmenu-menu .ui-menu  {
    max-height: 200px;
}

.orders_history thead tr th{
    text-align: center;
}

.order_statuses {
    text-align: center;
    padding: 4px;
    border-radius: 2px;
}

.logo_img{
    width:140px;
    height: auto;
    float: right;
}
.social_img{
    width: 35px;
    float: right;
    margin-left: 5px;
}
.social_img:last-child{
    margin-right: 15px;
}
.main_container{
    padding-top: 0px!important;
}

.navbar-fixed-top {
    top: 75px;
}

.logo-block {
    position: fixed;
    /*height: 150px;*/
    background-color: #fff;
    z-index: 20;
    padding-top: 5px;
}

.main_div {
    padding-top: 127px;
}
.card_table{
    width: 100%;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}
.card_table td {
    margin-right: 2px;
    border: none !important;
}
.card_table th {
    border: none !important;
}
.card_img{
    width: 100%;
    min-width: 45px;
    min-height: 35px;
}
.footer_container{
    background-image: url('../img/fon.jpg');
    background-repeat: repeat;
}
footer{
    border-top:1px solid #156b00;
}
.footer_text{
    margin-left: 30px;
}
.contact_footer img{
    width: 35px;
}
.footer_social_first{
    margin-left: 60px;
}

.footer-logo {
    position: relative;
    top: -90px;
}

.container.main_div {
     padding-top: 132px;
}

.social-block {
    margin-bottom: 5px;
}

.order-button-block {
    position: relative;
    opacity: 0.9;
    height: 0;
}

.order-button-block .btn.btn-success {
    width: 205px;
    border: none;
    background-color: rgba(74, 185, 75, 0.7);
    box-shadow: 0px 17px 36px rgba(0, 0, 0, 1);
    padding: 20px;
}

.order-button-block .btn.btn-success:hover {
    background-color: rgba(74, 185, 75, 1);
}


@media(max-width: 992px) {
    .order-button-block {
        top: -200px;
    }
}

@media(max-width: 768px) {
    .order-button-block {
        top: -100px;
    }
    .facebook-container {
        padding: 5px;
    }

}

@media(min-width: 992px) {
    .order-button-block {
        top: -300px;
    }
    li.nav-left1 {
        position: absolute;
        left: 20px;
    }
    li.nav-left2 {
        position: absolute;
        left: 120px;
    }
}
.facebook-container {
    margin: 0;
}
.facebook-container {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.footer_container a {
    color: #333;
}

.navbar.navbar-inverse {
    min-height: 45px;
    border: none;
}

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


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #168117;
}
h3.footer_text {
    font-size: 20px;
}

h4.footer_text {
    font-size: 16px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.auth-icon.facebook {
    background-size: contain;
    background-position: center;
    background-image: url('/img/fb_login.png');
    width: 150px;
    height: 35px;
}

.auth-clients, .no_padding {
    padding: 0;
}
.send_incognito{
    float: right;
    width: 90%;
    height: 23px;
    margin-left: 5px!important;
}

.price p {
    margin: 0;
}

.send_incognito {
    z-index: 9000;
}

.col-md-5.for_col_padding .ui-selectmenu-text, .modal, .receiver_name {
    pointer-events: auto;
}
.white_btn{
     color: #000;
     background-color: white;;
 }
.big_btn{
    width: 60%;
}
.big_full{
    width: 100%;
    background-color: white;
    color: black;
}