/*  Login Page  */


.loginpage.navbar {
    min-height: 66px;
    border-radius: 0px;
}

    .loginpage.navbar .nav {
        margin: 10px 0;
    }

        .loginpage.navbar .nav li a {
            padding: 13px 20px;
            font-size: 20px;
            color: #fff;
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
        }

            .loginpage.navbar .nav li a:hover,
            .loginpage.navbar .nav li a:focus {
                opacity: 0.7;
                background: transparent;
            }

            .loginpage.navbar .nav li a.special {
                background: #ffd800;
                color: #004795;
            }

        .loginpage.navbar .nav li ul.dropdown-menu {
            background: #004795;
            border: none;
            padding: 20px;
            box-shadow: none;
        }

            .loginpage.navbar .nav li ul.dropdown-menu li a {
                padding: 3px 0;
                font-size: 18px;
            }

.loginpage .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.loginpage .navbar-collapse {
    padding: 0px;
}

.loginpage .navbar-header {
    width: auto;
    text-align: left;
}

.loginpage .navbar-brand {
    width: 80%;
}

    .loginpage .navbar-brand img {
        width: 100%;
        max-width: 344px;
    }

.loginpage.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.loginpage .navbar-toggle {
    background-color: #267ad7;
    border-color: #267ad7;
    padding: 9px 10px;
}

    .loginpage .navbar-toggle:hover,
    .loginpage .navbar-toggle:focus {
        background-color: #004795;
    }

@media (min-width: 981px) {
    .loginpage .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .loginpage .navbar-brand {
        width: 100%;
    }
}

@media (max-width: 1099px) and (min-width: 981px) {
    .loginpage.navbar .nav li a {
        padding: 16px 5px !important;
        font-size: 16px;
    }

        .loginpage.navbar .nav li a .fa-angle-down {
            display: none;
        }
}

@media (max-width: 1399px) and (min-width: 1100px) {
    .loginpage.navbar .nav li a {
        padding: 16px 8px !important;
        font-size: 18px;
    }

        .loginpage.navbar .nav li a .fa-angle-down {
            display: none;
        }
}

@media (min-width: 1200px) {
    .loginpage-secondary .secondary-sidebar {
        max-width: 16.666667%;
    }
}

.loginpage-secondary .passwordBox {
    padding: 100px 20px 129px 20px;
}

.loginpage-secondary .description {
    padding: 20px 15px;
    text-align: center;
    background: #f7f7f7;
    margin-top: 30px;
}

    .loginpage-secondary .description h5 {
        color: #ffd800;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        margin: 40px 0 20px 0px;
        padding-top: 35px;
        border-top: 1px #d8d8d8 solid;
        font-size: 21px;
    }

        .loginpage-secondary .description h5:first-child {
            padding-top: 0px;
            border-top: 0px;
            margin-top: 0px;
        }

    .loginpage-secondary .description p {
        font-size: 16px;
        color: #7b7b7b;
        line-height: 19px;
        font-weight: 300;
    }

@media (min-width: 992px) {
    .loginpage-secondary .description {
        padding: 30px 20px;
        margin-top: 0px;
    }

        .loginpage-secondary .description h5 {
            font-size: 25px;
        }

        .loginpage-secondary .description p {
            font-size: 17px;
        }
}

/*FOOTER*/
footer {
    background: #e8e8e8;
    color: #8f8f8f;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 30px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
}

    footer a {
        color: #8f8f8f;
        font-weight: 300;
        padding: 3px 0;
        display: block;
    }

    footer strong {
        display: block;
        color: #666666
    }

    footer img {
        width: 100%;
        display: block;
    }

        footer img.footer-map {
            margin-top: 45px;
            max-width: 353px;
        }

        footer img.footer-logo {
            margin-bottom: 20px;
            max-width: 345px;
        }

    footer .fifth {
        flex: 1 100%;
        padding-left: 10px;
        margin-bottom: 9.5%;
    }

@media (min-width: 768px) {
    footer .fifth {
        flex: 1 50%;
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    footer .fifth {
        flex: 1 18%;
        margin-bottom: 0px;
    }

    footer img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.sub-footer {
    background-color: #c1c1c1;
    font-size: 17px;
    padding: 15px 30px 15px 30px;
    padding-bottom: 10px;
    color: #8f8f8f;
    font-weight: 500;
    font-family: Roboto;
    text-transform: uppercase;
}

    .sub-footer .copy {
        display: inline-block;
        margin-bottom: 0px;
    }

    .sub-footer a {
        color: #8f8f8f;
    }

@media (min-width: 992px) {
    .sub-footer .copy {
        float: right;
    }
}


@media (max-width: 980px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

    .collapse.in {
        display: block !important;
    }
}



#top-header {
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

    #top-header .container {
        width: 100%;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    #top-header a {
        color: #fff;
        font-weight: 600;
    }

.loginscreen {
    margin-top: 10%;
    background: #fff;
    padding: 0 20px 20px 20px;
    max-width: 400px;
    width: 100% !important;
    border: 1px #e7eaec solid;
}

    .loginscreen h2 {
        text-transform: uppercase;
        font-weight: 600;
    }

/*  NAVIGATION  */
.pace .pace-progress {
    background: #0080d3;
}

.nav > li > a i {
    margin-right: 3px;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    color: white;
}

.navbar {
    margin-bottom: 0;
}

.navbar-header {
    width: 70%;
    text-align: center;
}

.nav-header {
    padding: 26px 25px;
    background-image: none;
}

    .nav-header .account-name {
        color: #ffd800;
    }

.navbar-minimalize.minimalize-styl-2.btn.btn-primary {
    background: #2f4050;
    border-color: #2f4050;
    color: #fff;
}

.nav-second-level li a {
    padding-left: 25px;
    font-weight: 400;
}

/*  GENERAL  */

.main-logo {
    margin: 15px 0 0 0;
}

.p-xl {
    padding-top: 20px;
}

.m-t {
    margin-top: 0px;
}

.label-default {
    background: #444;
    color: #fff;
}

.label-danger {
    background-color: #d82e40;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

    h1.page-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

address {
    font-size: 30px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.table {
    font-size: 18px !important;
}

    .table th,
    .table td {
        border-bottom: 1px solid #fff;
        padding: 20px !important;
    }

    .table > thead > tr > th {
        border-color: #fff !important;
        border-bottom: 1px solid #fff;
        padding: 20px !important;
    }

.profile-element {
    font-size: 18px;
}

.metismenu {
    font-size: 15px
}

.ibox-heading small {
    font-size: 16px;
}

/*  COLORS  */
.red {
    color: #d82e40;
}

/*  POPUPS  */
.inmodal .modal-header {
    text-align: left !important;
}

.modal-header h4 {
    margin-bottom: 20px;
    color: #1ab394;
}

/*  BUTTONS  */
.btn {
    font-weight: bold;
    font-size: 18px;
    transition: all .5s;
}

    .btn.navbar-minimalize {
        width: 42px;
    }

.btn-primary {
    background-color: #ffd800;
    border-color: #ffd800;
    color: #404040;
}

    .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #e8c400;
        border-color: #e8c400;
        color: #404040;
    }

.btn-danger {
    background-color: #d82e40;
    border-color: #d82e40;
}

    .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
        background-color: #bb1426;
        border-color: #bb1426;
    }

.btn-google {
    background-color: #008744;
    border-color: #008744;
    color: #fff;
}

    .btn-google:active:focus, .btn-google:active:hover, .btn-google:active, .btn-google:focus, .btn-google:hover {
        background-color: #005f30;
        border-color: #005f30;
        color: #fff;
    }

/*  HOMEPAGE  */
.invoice-table {
    background: #e8e8e8;
    border-color: #fff;
}


/*  APLICATION PAGE  */
.application-page .m-t.table-responsive {
    margin-top: 0px;
}

.application-page .invoice-table b {
    color: #1ab394;
    font-size: 20px;
}


/*  HISTORY PAGE  */
.history .btn.btn-primary {
    text-transform: uppercase;
}

.history strong {
    font-size: 30px;
    font-weight: bold;
}

.history.invoice-table {
    margin-top: 30px;
}

    .history.invoice-table td {
        text-align: left !important;
    }

        .history.invoice-table td:nth-child(4) {
            text-align: right !important;
        }

        .history.invoice-table td:nth-child(1) {
            font-size: 30px;
            font-weight: bold;
        }


/*  BILLING PAGE  */
.billing-page h1 {
    border-bottom: 1px solid #fff;
}

    .billing-page h1 span {
        color: #b31a1a;
    }

.billing-page h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1c84c6;
    text-transform: uppercase;
    margin-bottom: 57px;
}

.billing-page .table.billing {
    margin-bottom: 100px;
}

.table.billing {
    text-transform: uppercase;
}

    .table.billing button {
        text-transform: uppercase;
        font-size: 18px;
    }

    .table.billing td {
        text-align: left !important;
        font-weight: bold;
        font-size: 18px;
    }

        .table.billing td:nth-child(4) {
            text-align: center !important;
            font-size: 18px;
        }

        .table.billing td:nth-child(5) {
            text-align: right !important;
        }

.billing.first {
    background: #e8e8e8;
}

.billing-title {
    background: #e8e8e8;
    margin-bottom: 0px;
    padding: 20px 20px;
}

.table.billing.first > thead > tr > th {
    padding: 0px;
}

.table.billing.first > tbody > tr > td {
    border-bottom: 1px solid #fff;
}

.tran-history.table.billing td {
    font-weight: 500;
}

.custom-data-table.table {overflow-x: auto; white-space: nowrap;}
.custom-data-table.table > thead > tr > th.act,
.custom-data-table.table > tbody > tr > td.act {position:sticky; right:-17px; background-color:#eaeaea;padding-left: 10px!important;}

.custom-data-table.table > thead > tr > th.act,
.custom-data-table.table > tbody > tr > td.act {content:'';}
.custom-data-table.table > tbody > tr > td.act .btn {text-align:center!important;;padding-left:7px!important;padding-right:7px!important}

/*  MESSAGE PAGE  */
.messages-page h3 {
    font-size: 47px;
    font-weight: 300;
    color: #676a6c;
}

.messages-page .table {
    margin-bottom: 100px;
}

    .messages-page .table td {
        font-weight: 300 !important;
        text-transform: none;
    }

        .messages-page .table td:nth-child(2) {
            font-weight: bold !important;
            color: #004795;
        }

        .messages-page .table td:nth-child(3) {
            text-align: right !important;
        }


/*  Custom Data Table  */
.custom-data-table {
    font-size: 14px !important;
    border-top: 1px solid #e7eaec;
}

    .custom-data-table.table > tbody > tr > td,
    .custom-data-table.table > thead > tr > th {
        padding: 5px !important;
    }

    .custom-data-table.table > thead > tr > th {
        border-color: #e7eaec !important;
    }


div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_info {
    margin: 20px 0;
    padding: 3px 0;
}

    div.dataTables_info select {
        border: 1px solid #DDDDDD;
    }


.loginfix.checkbox input[type="checkbox"] {
    margin-left: 0px !important;
}
