html, body {
    height: 100%;
}

/* Auth page */
.form-body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.form-signin {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}


/* dropdowns */
.dropdown-item.active, .dropdown-item:active{
    background-color: #343a40!important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #343a40!important;
    color: #fff;
}


/* modal */
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

/* modal loader */
.modal-loader {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 50px;
    z-index: 2;
    background-color: rgba(240, 240, 240, 0.5);
    border-radius: 10px;
}
.modal-loader i {
    position: relative;
    top: 40%;
}

/* require */
.req-label{
    color: #dc3545;
}

/* nav pills */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #343a40;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    background-color: #6c757d;
    color: #fff;
}

/* product */
.panel-connections{
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 10px;
    height: 270px;
    overflow: auto;
}

.panel-related{
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 10px;
    height: 302px;
    overflow: auto;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.table td, .table th {
    vertical-align: middle;
}


.card-product {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;

    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.card-product .logo {
    text-align:center;
    border-bottom: 1px solid #000;
}

.card-product .logo img {
    height: 55px;
}

.card-product .title {
    font-size: 15px;
    text-align: center;
    margin: 5px 0;

    text-transform: uppercase;
    width: 100%;
}

.card-product .params {
    font-size: 13.5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    padding: 0 12px;
}

.card-product .params .title-param {
    vertical-align: top;
    display: inline-block;
    width: 47%;
    margin-bottom:4px;
}

.card-product .params .value-param {
    display: inline-block;
    width: 44%;
    margin-bottom:4px;
}

.card-product .url{
    margin: 5px;
    text-align: center;
}

.prom-icon-14 {
    background: url('../img/prom.svg') no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: baseline;
}

.mm-icon-14 {
    background: url('../img/mm.svg');
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: baseline;
}

.prom-icon-17 {
    background: url('../img/prom.svg') no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: text-bottom;
}

.mm-icon-17 {
    background: url('../img/mm.svg');
    background-size: 17px;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: text-bottom;
}

.prov-desc {
    display: inline-block;
    vertical-align: text-top;
}