body {
    background-color: #f7f7f7;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.logo-brand{
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
img.logo{
    width: 120px !important;
    position: absolute;
    top: 6px;
}
.nav_button{
    border: 1px solid #5555;
    border-radius: 10px;
    cursor:pointer;
}
.selected{
     color: #71ccff;
     border: 2px solid #71ccff;
     border-radius: 10px;
     background: white;
     margin-left: 5px;
}
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-colomn {
    display: flex;
    flex-direction: column;
}

.login_container {
    padding-top: 150px;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form {
    place-items: center;
    background-color: #fff;
    min-width: 350px;
    border-radius: 11px;
    padding: 25px;
    border: 2px solid #ceeefd;
}
.my-card {
    place-items: center;
    background-color: #fff;
    border-radius: 11px;
    padding: 12px;
    max-width: 350px;
    min-width:265px;
    border: 2px solid #ceeefd;
}
.card-details {
    place-items: center;
    background-color: #fff;
    border-radius: 11px;
    padding: 12px;
    border: 2px solid #ceeefd;
}
.my-nav-btn {
    margin-left: 5px;
    place-items: center;
    background-color: #fff;
    border-radius: 11px;
    border: 1px solid #ccff;
    color: #5c5c5c;
}
.my-btn{
    min-width: 150px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.card-profile-type{
    place-items: center;
    background-color: #fff;
    border-radius: 11px;
    padding: 12px;
    min-width: 265px;
    border: 2px solid #ceeefd;
}
a:hover .my-btn {
    text-decoration: none;
}
.bg_success{
    background-color:#28a745;
}

.bg_danger{
    background-color:#dc3545;
}

.bg_info{
    background-color:#17a2b8;
}
.bg_primary{
    background-color:#007bff;
}

.md-input-danger{
    border:1px solid red;
}

.center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.right{
    display: flex;
    justify-content: right;
}
.space_between{
    justify-content: space-between;
}

nav.navbar{
     width: 100%!important;
     background-color: #555;
     margin-bottom: 10px;
}

.logout{
    margin-left:30px;
    margin-right:20px;
}
a.nav-link{
    color:#053e02;
}
/* pagina Tariff */

/* pozitionarea in modal */
.row_center{
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.alert-message{
    padding: 3px 12px;
    border-radius: 5px;
    color: white;
    margin: 0 0 7px;
}

.btn_top{
}
/* culoarea pentru rind inactiv */
.inactive {
    color: #bfbbbb;
}

.active {
    color: #014712;
    font-weight: 600;
}

/* consumator*/
.card{
    border: 2px solid #6c9af3;
    border-radius: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
 }
 .label{
     font-size: 16px;
     font-weight: 600;
     color: cadetblue;
 }
 .value{
     font-size: 20px;
     font-weight: 600;
 }
 /* contract */

 .label{
     display: block;
     font-size: 14px;
     color: darkgoldenrod;
     font-weight: 600;
 }
 .text-val{
     font-size: 18px;
     color: #000;
     font-weight: 500;
 }
 .card {
     border: 1px solid #6c9af3;
     padding-bottom: 0;
     padding-top: 0;
     height: 100%;
 }
 .my-card-header{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
 }
 .icon-btn{
    cursor: pointer;
 }


.button-form-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;"
}
.bg-danger{
 background-color: #e9bec2!important;
}
/*Modal add key*/
#pinCodDiv {
    display: none;
}
.pin-cod-form{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.pin-cod-input{
    width: 100px;
}
.pin-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    margin: 0 5px;
}
.info-button {
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

.bagadge{
    background-color: #71ccff;
    padding: 2px 4px 2px 4px;
    border-radius: 5px;
    color: #fff;
}
.alert-block {
    margin-top: 10px;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-error {
    color: #850a0a;
    background-color: #edd4d4;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #85700a;
    background-color:#edebd4;
    border-color: #c3e6cb;
}

.button-plus {
    position: absolute;
    bottom: 50px;
    right: 50px;
    border-radius: 50px;
    padding: 6px 24px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
    border-color: #0871bb;
    background-color: #0871bb;
    user-select: none;
    border: 1px solid transparent;
    overflow: visible;
}
.btn-round{
    background-color: cornflowerblue;
    padding: 0px 11px;
    align-content: center;
    border-radius: 52px;
    font-size: 19px;
    cursor: pointer;
    color: white;
    margin: 0px 0px 0 19px;
}
.btn{
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    font-size: var(--font-size-base);
    cursor:pointer;
    /*width: 100%;*/
}
.btn-danger{
    background-color:#bf0909;
    color:white;
}
.btn-success{
    background-color:#2aa751;
    color:white;
}
.btn-info{
    background-color:#13abc5;
    color:white;
}
.btn-disabled{
    background-color:#a2b9c3;
    color:white;
}
label{
    margin-bottom:0!important;
}
.text-icon{
    font-size: 120px;
    padding: 0;
    margin: 0;
    color: #adfaff;
    font-weight: 600;
}

a {
    text-decoration: none!important;
    color: inherit!important;
}

a:hover {
    text-decoration: none!important;
    color: inherit!important;
}
.input-danger{
    border-color: red!important;
}
.uk-text-danger{
    margin-bottom: -18px;
    color: red;
    font-size: 12px;
    text-align: end;
}
/*SETTINGS*/
.selected-type {
border-color:#469af1;
}
/*PROFILE*/
.label-text{
font-size: 14px;
    margin-right: 4px;
    color: #8b8b8b;
    font-weight: 600;
}