.ui-btn-inner{
    height:100%
}
.ui-btn-inner .ui-btn-text{
    height:100%
}
.ui-btn-inner .ui-btn-text .ui-link-inherit{
    height:100%
}

div.ui-input-text {
    margin-left: 10px;
    margin-right: 10px;
}

label.ui-select {
    margin: 0 10px .3em;
}
.ui-select .ui-btn {
    margin-left: 10px;
    margin-right: 10px;
}

h3 {
    margin-left: 10px;
}
.ui-mobile fieldset {
    padding-top: 10px;
}
.product_name{
    width:70%!important;
}
.product_amount{
    width:30%!important;
}
.padding10{
    padding-left: 10px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888888;
    width: 85%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.ui-mobile label{
    padding-left: 10px;
}
.blue-button {
    background-color: rgba(51, 136, 238, 0.8) !important;
    border-color: #dddddd !important;
    color: #ffffff !important;
    text-shadow: 0 0 0 #f3f3f3 !important;
}
.table-input{
    width:80px;
}
.table-input .ui-input-text{
    width:50px;
        padding:0;
        margin: 0;
}
.table-input .ui-input-text input{
        min-height: 1.6em;
        padding:0;
        padding-left:5px;
}
.ui-table-columntoggle-btn{
        position: absolute;
    top: 0;
    right: 0;
}
.ui-checkbox-on{
    padding-left: 35px!important;
}
.ui-checkbox-off{
    padding-left: 35px!important;
}
.price-column{
    text-align: center!important;
}
.price-column-th{
    text-align: center!important;
    white-space: nowrap
}
.ui-nosvg .ui-icon-myicon:after {
	background-image: url("img/warning.png");
}
.ui-btn.my-tooltip-btn,
.ui-btn.my-tooltip-btn:hover,
.ui-btn.my-tooltip-btn:active {
    background: none;
border: 0;
margin:0;
}
#block1-popup{
    width:90%!important;
    left:5%!important;
    top: 20%!important;
}
#modalFeat-popup{
    width:80%!important;
    left:10%!important;
    top: 25%!important;
}
.table-stroke tr{
border-bottom:1px solid rgba(0, 0, 0, 0.1);
    
}
.table-stroke th{
border-bottom:0!important;    
    
}
.custom-corners .ui-bar {
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
}
.custom-corners .ui-body {
    border-top-width: 0;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

fieldset.ui-controlgroup {
    width: 100%;
}

fieldset .ui-controlgroup-controls {
    width: 100%;
}
