﻿.AdeptoCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

pull-right {
    float: right !important;
    text-align: right !important;
}

.r {
    float: right;
}

.rr {
    float: right !important;
}

.l {
    float: left;
}

.ll {
    float: left !important;
}

.row {
    margin: 0px;
}

.AdeptoSelectListWhite {
    border-radius: .25rem;
}

ember {
    font-style: italic;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.bg-black {
    background-color: black;
}

.bg-body {
    background-color: #f1f1f1;
}

a.AdeptoClose, a.AdeptoClose span {
    color: rgb(255, 255, 255) !important;
    background-color: transparent;
    opacity: .9;
    cursor: pointer;
}

.alert .close {
    color: #000;
    opacity: 0.90;
    filter: alpha(opacity=90);
}


.Adepto-Logo-Copy:hover,
.Adepto-Logo-Copy.hover {
    opacity: .6;
    /*-webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transform: scale(1.1);*/
}

.Adepto-Nav-Link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

    .Adepto-Nav-Link:hover {
        border-bottom: 2px solid #55595c;
        padding-bottom: 4px;
    }
    


@media (min-width: 768px) {
    .Adepto-Nav-Mod {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        flex-grow: 1;
        align-items: center;
    }
}


.skin-yellow .main-header li.user-header {
    background-color: #4b5256;
}

.nav .dropdown .dropdown-menu {
    margin-top: 16px !important;
}

/*.main-header .logo {
    width: auto !important;
}

.main-header .navbar {
    min-height: 70px;
}*/

.content-wrapper {
    background-color: #f1f1f1;
}

.container-bg {
    background-color: #ffffff;
    padding: 15px;
    min-height: inherit;
    margin-bottom: 60px;
}

header .navbar {
    min-height: 64px;
}


.no-border {
    border: 0;
}

#deviceInfo .row .col-md,
#deviceInfo .row .col-md-1,
#deviceInfo .row .col-md-2,
#deviceInfo .row .col-md-3,
#deviceInfo .row .col-md-4 {
    padding-left: 0px;
}

/*.row ul li {*/
#deviceInfo .list-group-item {
    border: 0px;
    border-top: 1px solid #dee2e6 !important;
    padding-top:20px;
    padding-bottom:20px
    
}

#deviceInfo .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-top: 0px solid #dee2e6 !important;
}

/*#deviceInfo .list-group-item:first-child {
    background-color: #d6d8db !important;
}*/

#deviceInfo .list-group-item:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#deviceInfo .col-0 {
    width: 2rem;
    font-weight: bolder;
}





@media (max-width: 767px) {
    .Adepto-Row-Secondary {
        display: none;
    }
}


