/* Space out content a bit */

body {
    padding-bottom: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
}

.table-modal {
    max-height: 500px;
}

.table-modal-width {
    width: 800px;
}

.body-text-middle tr td {
    vertical-align: middle !important;
}

select {
    text-transform: capitalize;
}


.forbidden-image {
    width: 480px;
    height: auto;
    margin: 40px auto;
}

/* Everything but the jumbotron gets side spacing for mobile first views */

.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}


/*FONTS*/

.font-red {
    color: firebrick;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.font-400 {
    font-weight: 400;
}

.font-17 {
    font-size: 17px;
}

.center-x {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-y {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* Custom page header */

.header {
    border-bottom: 1px solid #e5e5e5;
}

.upper {
    text-transform: uppercase !important;
}


/*POSITIONING*/

.margin-b-10 {
    margin-bottom: 10px;
}

.login-logo {
    width: 250px;
}

.logo-container-login {
    text-align: center;
    padding: 15px 0;
}

.login-panel-container .login-panel {
    margin-top: 25%;
    width: 60%;
    margin: 25% auto 25% auto;
}
    


/*UTIL*/

.cap {
    text-transform: capitalize;
}

.upp {
    text-transform: uppercase;
}

.cen-text {
    text-align: center;
}

.panel-w-title {
    line-height: 32px;
}

.large-sr-btn {
    padding: 8px 16px;
    background: gainsboro;
    font-size: 20px;
}

.display-inlb {
    display: inline-block;
}

.dis-inerit {
    margin-left: -8px;
    display: inline-block;
    margin-top: -5px;
}

.search-lg {
    width: 90%;
    margin-left: 10px;
}

.check-btn-styling {
    padding: 3px 6px;
    position: relative;
    top: -2px;
    left: 5px;
}


/* Make the masthead heading the same height as the navigation */

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}


/* Custom page footer */

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}


/*CREATE BILL*/

.resalt-label {
    font-size: 22px;
    color: #337ab7;
    padding: 2px 20px;
    background: #EFEBEB;
    border-radius: 5px;
}

.label-ligthblue {
    background: rgb(3, 169, 244);
}

.header-bill {
    margin-bottom: 15px;
}

.bill-steps-label {
    font-size: 25px;
    color: rgb(51, 122, 183);
    padding: 2px 15px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.cancelled-bill {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 100;
}

.total-input {
    min-height: 60px;
    font-size: 22px;
}

.total-input-div {
    min-height: 45px;
    font-size: 22px;
}

.bg-gray {
    background: rgb(238, 238, 238);
}

.iva-input {
    background: white;
}

.btn-edit-iva {
    padding: 7px 16px;
    font-size: 20px;
}

.divider-panel {
    border-top: 1px solid rgb(204, 204, 204);
}

.mar-top-30 {
    margin-top: 30px;
}


/* Customize container */

@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

.container-narrow>hr {
    margin: 30px 0;
}


/* Main marketing message and sign up button */

.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

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


/* Supporting marketing content */

.marketing {
    margin: 40px 0;
}

.marketing p+h4 {
    margin-top: 28px;
}

.logo {
    height: 70px;
    position: absolute;
    z-index: 2;
}

.headerstyle {
    height: 95px;
}


/*CUSTOMERS*/

.padding-p-0 {
    padding: 6px 14px;
}

.padding-p-1 {
    padding: 6px 14px;
}

.padding-p-2 {
    padding: 6px 15px;
}

.padding-p-3 {
    padding: 6px 16px;
}

.padding-p-4 {
    padding: 6px 17px;
}

.padding-td {
    padding: 10px 0px;
}

.font-20 {
    font-size: 20px !important;
}


/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

.nav>li.active>a {
    text-decoration: none;
    background-color: #eee;
}