.form-group.has-error input.form-control,
.form-group.has-error .dataTables_filter input, .dataTables_filter .form-group.has-error input {
    border-color: #dc3545; }
.form-group.has-error .form-text {
    color: #dc3545; }
.form-group.form-error .dataTables_filter input, .dataTables_filter .form-group.form-error input {
    border-color: #dc3545; }
.form-group.form-error .error {
    color: #dc3545; font-size: 80%;}
.dataTables_filter{display: none;}
/*.app-search { margin-right: 1.5rem;}*/
.btn-np {padding: 0;}

/*Spinner*/

.select2-container {width: 100% !important;}
.select2-container--default .select2-selection--single {
    height: 35px;
    line-height: 1.5;
    padding: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 20px;
}
a.link {
    text-decoration: underline;
}
.chart-m-text {
    position: relative;
    text-align: center;
    top: -42%;
}
.chart {
    padding-left: 28%;
}
.app-details .details-list ul label {
    min-width: 200px;
}

.info-bar {
    padding-bottom: 1%;
}

.over-used >.bar-title > span {
    color: #DD2823;
}

.info-title {
    padding-bottom: 1%;
}
#devicesDataTable_wrapper>.row{
    width: 100% !important;
}

#subCustomersDataTable_wrapper>.row{
    width: 100% !important;
}

.paginate_input, .paginate_input:focus{
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 5px;
    margin: 0 10px;
    outline: 0;
}


legend{
    font-size: 1em;
    font-weight: Bold;
}

#myTable th:first-child {
    width: 2% ;
}

/*.active {*/
/*    color: #EE312B;*/
/*}*/
.data-table-btn {
    display: none
}

.timetable .time-entry.success {
    background-color: green;
    border-color: green;
}

.timetable .time-entry.progress {
    background-color: blue;
    border-color: blue;
}

.timetable .time-entry.error {
    background-color: red;
    border-color: red;
}

.table th:first-child{
    /*width: 2% !important;*/
}


.loader,
.loader:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
}
.loader {
    margin: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position:absolute;;
    top:17px;
    right: 30px;
}

.card-list-long-label li label {
    font-weight: 500;
    min-width: 170px;
}

.tooltip-inner {
    max-width: 250px;
    /* If max-width does not work, try using width instead */
    width: 250px;
}
.customer-info-list li label{
    width: 150px;
}
#date-range-usage{
    width: auto;
    white-space: nowrap;
    overflow: hidden;
}
.transparent-input{
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
    text-align: center;
    border-radius: 3px;
}
.transparent-input:hover{
    background-color: #EE312B !important;
    color: white;
}
.transparent-input:focus{
    outline: none;
}
.status-dot-sm{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1200px){
    .info-card .info-title {
        display: block;
    }
}

.color-box {
    width: 80px;
    height: 30px;
    outline-width: 1px;
    outline-style: solid;
    border: 2px #fff solid;
}
.color-box.default-primary {
  background: #707070;
  outline-color: #707070;
}
.color-box.default-secondary {
  background: #19b5fe;
  outline-color: #19b5fe;
}

.color-box.default-body-bg {
    background: #e8ecf1;
    outline-color: #e8ecf1;
}

.error {
    color: #dc3545;
    font-size: 11px;
}

.flat-rate-btn{
    display: none;
    text-decoration: underline;
}
.flat-rate-btn:hover{
    cursor: pointer;
}




[type=radio] {
    position: absolute;
    /*opacity: 0;*/
    /*width: 0;*/
    /*height: 0;*/
    opacity: 0;
    width: 0;
    height: 0;
}
.role-radio-btn {
    opacity: 1;
    width: auto;
    height: auto;
    top: .3rem;
}

.role-radio-btn + label {
    margin-left: 1rem;
}
    [type=radio] + img {
    cursor: pointer;
}
[type=radio] + img {
    width: 15px;
}
[type=radio]:checked + img {
    width: 40px !important;
}
[type=radio] + .language-name {
    font-size: 0.5em;
}
[type=radio]:checked + .language-name {
    color: green !important;
    font-weight: Bold !important;
}
.hover-pointer:hover{
    cursor: pointer;
}

@media (max-width: 768px){
    .auth-brand img{
        max-width: 30% !important;
        height: auto !important;
    }
}
.auth-section .auth-content .lang-selector {
    display: flex;
    list-style: none;
    position: absolute;
    top: 15px;
    right: 15px; }
.auth-section .auth-content .lang-selector li a {
    font-size: .8rem;
    padding: 0 10px; }

#tooltip {
    background-color: black;
    opacity: 1.8;
    color: white;
    padding: 6px;
    border-radius: 3px;
    position: absolute;
    font-size: 0.8em;
}
table.dataTable.managementDataTable{
    margin-bottom: 50px !important;
}

.app-header__logo img {
    margin-left: 1.1rem;
}

.auth-section .auth-brand {
    margin-top: -1rem;

}

.lifecycle-container {
    display: grid;
    grid-template-columns: 2fr 1fr 10fr 1fr 2fr;
}
.lifecycle-container label {
    margin-bottom: 0;
}
.state_active {
    background-color: #0f9ef0;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inactive_upper {
    grid-column: 1 / -1;
}
.left_states {
    grid-column: 1 / 2;
    grid-row: 2 /3;
    height: 100%;
    text-align: center;
//font-size: 1rem;
    color: white;
}
.right_states {
    grid-column: 5 / 6;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
//font-size: 1rem;
    color: white;
    margin-top: 1rem;
}
.central_states {
    grid-column: 3 /4;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
}
.central_states_collection {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}
.state_active_ready {
//margin-top: 1.5rem;
    width: 100%;
    text-align: center;
//font-size: 1rem;
    color: white;
}
.state_active_pending {
//margin-bottom: 1.5rem;
    width: 100%;
    text-align: center;
//font-size: 1rem;
    color: white;
}
.state_test {
    text-align: center;
    width: 25%;
//font-size: 1rem;
    color: white;
}
.state_activated {
    text-align: center;
    width: 25%;
    font-size: 1rem;
    color: white;
}
.state_deactivated {
    text-align: center;
    width: 25%;
//font-size: 1rem;
    color: white;
}
.state_transition_gap {
//height: 3rem;
}
.central_right_transition {
    grid-column: 4 / 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
}
.central_left_transition {
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
}
.lifecycle-transition-checkbox {
    visibility: hidden;
    display: none;
}
.unselected-transition {
    color: grey;
    font-size: 1.6rem;
}
.selected-transition {
    color: greenyellow;
    font-size: 1.6rem;
}
.outlined-checkbox {
    cursor: pointer;
    background-color: lightsteelblue;
}
.inactive_suspended {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-header__logo img {
    margin-left: 1.1rem;
}
.disabledLink, .disabledLink:hover{
    color: gray;
}

.red-dot {
    height: 7px;
    width: 7px;
    border-radius: 500px;
    background-color: red;
    margin-left: .5rem;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 3em;
}
