body{
    color: #011f4b;
}

:focus{
    outline-color: transparent;
}

/* navbar */
.navbar-brand{
    padding: 10px 10px;
    font-size: 25px;
    line-height: 25px;
    color: white !important;
    text-transform: none;
    font-weight: bold;
}

.navbar{
    text-transform: uppercase;
    background-color: #03396c;
    color: white;
    position: sticky;
}

.nav-link{
    padding-right: 10px;
    color: white !important;
    text-decoration: none;
}

.nav-link:hover, .navbar-brand:hover{
    color: #337ab7 !important;
    background-color: transparent;
}

.heading:hover{
    color: white !important;
}

.fa.fa-bars{
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.navbar-toggler{
    border-color: white !important;
    margin-top: 5px;
}

/* footer */
.footer{
    width: 100%;
    height: 50px;
    background-color: #03396c;
    position: fixed;
    left: 0;
    bottom: 0;
}

/* pages */
.customer_container{
    margin: 20px 20px;
    height: 100%;
    width: auto;
}

.row-custom{
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
    box-shadow: 10px -5px 10px #f5f5f5;
    padding: 20px 10px;
}

.not-found{
    height: 250px;
    font-size: 20px;
    font-weight: bold;
    color: red;
    margin-left: 15px;
    margin-top: 75px;
}

h3{
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 15px;
}

.customer_btn{
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 3px 9px;
    color: #2e6da4;
    background-color: #fff;
    border-color: #337ab7;
}

.customer_btn:hover{
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.customer_btn:focus{
    box-shadow: 0 0 0 1px #025aa5 !important;
}

.indent{
    margin-left: 20px;
    line-height: 1.8;
}

/* tables */
.dataTables_scroll{
    margin-bottom: 20px;
}

.thead-default{
    background-color: #f5f5f5;
    text-align: center;
}

.subs-active, .subs-deleted, .subs-stopped{
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
}
.subs-active{
    background-color: limegreen;
}

.subs-deleted{
    background-color: red;
}

.subs-stopped{
    background-color: #ffcb27;
}

.table{
    height: auto;
    text-align: center;
    width: 100%;
}

.left{
    text-align: left;
}

.td{
    margin-top: 10px;
}

.date{
    width: 95px;
}

.text-hide{
    position: absolute;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle; !important;
}

.page-item.active .page-link {
    z-index: 0 !important;
}

.totale{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    width: auto !important;
}

.order-details{
    display: none;
}

#order-id{
    cursor: pointer;
}

tfoot{
    background-color: #f5f5f5;
}

.table-label{
    color: #64646e;
    font-weight: bold;
    text-align: left;
}

ul.pagination{
    padding-top: 10px;
}

p{
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.resource b, .items b{
    color: #03396c;
}

.items{
    padding: 5px 0 0!important;
}

hr{
    margin: 0 !important;
}

input[type=search]{
    margin-top: 5px;
}

/* login */
.login-header{
    background-color: #03396c;
    color: white;
    position: sticky;
    height: 60px;
}

.login-header>a{
    padding-top: 15px;
    padding-left: 20px;
    font-size: 25px;
    text-transform: none;
    font-weight: bold;
}

.form-container{
    height: 380px;
    width: 350px;
    border-radius: 10px;
    border: 2px solid #337ab7;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #284173;
    background-color: #f9fcff;
}

.login-title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

label[for=username], label[for=password]{
    font-weight: bold;
}

.login-btn{
    background-color: #337ab7;
    margin-top: 35px;
    color: white;
}

.login-error{
    color: red;
    margin-bottom: 5px;
}

/* home */
.service{
    width: 285px;
    height: 300px;
    padding: 40px 15px;
    text-align: center;
}

.service-name{
    font-size: 30px;
    margin: 5px;
    margin-bottom: 15px;
    line-height: 1;
}

.service-logo{
    color: #b2d1e0;
    font-size: 70px;
}

a.big.btn.btn-danger {
    font-size: 18px;
    padding: 5px 15px;
}

.row-custom.service{
    margin-right: 20px;
    margin-left: 20px;
    background-color: #fff;
    box-shadow: 10px -5px 10px #e2e8f1;
}

.center{
    margin: 10% 20px !important;
}

.btn-danger:focus{
    box-shadow: 0 0 0 1px #c7303f !important;
}

/* popover */
.resource{
    width: 200px;
}

.read-more{
    text-decoration: none;
}

.read-more:hover{
    color: #337ab7 !important;
    text-decoration: none;
    cursor: pointer;
}

.popover-body {
    font-size: 16px;
    min-height: 100px;
    min-width: 200px;
    padding: 15px 20px;
}

.resource-list{
    padding-left: 15px;
    list-style-type: circle;
}

/* breadcrumbs */
.breadcrumbs{
    margin-top: 10px;
    font-size: 14px;
    padding-left: 10px;
    color: #337ab7;
}

.breadcrumbs:hover{
    text-decoration: none;
}