﻿body {
    /*font-family: 'verdana';*/
}

.logo {
    height: 110px;
    width: 110px;
}

li {
    margin: 1rem;
    font-family: verdana;
}

.tabbable {
    margin: 30px;
    height: 300px;
    overflow: hidden;
    border-bottom: 1px solid #d45500;
}

.nav-tabs {
    margin: 0;
}

.tab-content {
    padding: 30px;
    height: 100%;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

table.table-hover tbody tr:hover {
    background-color: #cceeee;
}

#frmCheckPassword {
    border-top: #F0F0F0 2px solid;
    background: #FFFFFF;
    padding: 10px;
}

#password-strength-status {
    padding: 5px 10px;
    color: #000000;
    border-radius: 4px;
    margin-top: 5px;
}

.medium-password {
    background-color: yellow;
    border: #BBB418 1px solid;
}

.weak-password {
    background-color: red;
    border: #AA4502 1px solid;
}

.strong-password {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
}

.hide{
    display:none;
}

#loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8);
}

#loader .justify-content-center{
    margin-top:20%;
}

.profileImg {
    width: 150px;
    height: 150px;
}

.pull-right{
    float:right;
}

.pull-left{
    float:left;
}

.pagination li{
    margin:0;
}

.navbar-light .navbar-nav .nav-link{
    font-size:14px;
}

.bg-dark {
    background-color: rgb(9 10 12) !important;
}