﻿
body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
}

    hr.hr-text::before {
        content: attr(data-content);
        display: inline-block;
        background: #fff;
        font-weight: bold;
        font-size: 0.85rem;
        color: #999;
        border-radius: 30rem;
        padding: 0.2rem 2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.validation-list li {
    list-style: none;
    margin: 4px 0;
}

.validation-list .valid {
    color: #198754;
}

.validation-list .invalid {
    color: #dc3545;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

/*
 * Utilities
 */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*login-form*/
.login-form {
    max-width: 385px;
    margin: 30px auto;
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 10px;
}

.login-form h3 {
    margin: 0 0 15px;
}

.login-btn {
    min-height: 38px;
    border-radius: 2px;
}

.input-group-addon .fa {
    font-size: 18px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    background-color: #00709b;
    border-color: #00709b;
}

.login-btn:hover {
    background-color: #00709b;
    border-color: #00709b;
}

    .login-btn:active {
        background-color: #00709b !important;
        border-color: #00709b !important;
    }

.login-btn:focus {
            box-shadow: 0 0 0 0.2rem rgba(12, 107, 164, 0.37) !important;
        }
/*login-form end*/

.body-content {
    padding-top: 20px;
}

#main-tbl .glyphicon-plus {
    cursor: pointer;
}

.top-margin {
    margin-top: 20px;
}

.bottom-margin {
    margin-bottom: 20px;
}

table tr td {
    color: #777;
}

.row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.container .w70c {
    text-align: center;
    width: 70px;
}

.w70c {
    text-align: center;
    width: 70px !important;
}

.container .w80c {
    text-align: center;
    width: 80px;
}

.w80c {
    text-align: center;
    width: 80px !important;
}

.w20p {
    width: 20% !important;
}

.w40p {
    width: 40% !important;
}
.w5p {
    width: 5% !important;
    text-align: center;
}


.container .w60c {
    text-align: center;
    width: 60px;
}

.w60c {
    text-align: center;
    width: 60px;
}

.w32c {
    text-align: center !important;
    width: 32px !important;
}

.container .w30c {
    text-align: center;
    width: 8% !important;
}

.w30c {
    text-align: center;
    width: 8% !important;
}

.container .w25c {
    text-align: center;
    width: 25px;
}

.w25c {
    text-align: center;
    width: 25px;
}

.action-item {
    font-size: 130% !important;
    cursor: pointer;               
}

.action-item-small {
    cursor: pointer;
}

.blue {
    color: #478fca !important
}

.red {
    color: #dd5a43 !important
}

.alert-fixed {
    position: absolute;
    right: 1%;
    bottom: 0;
    z-index: 9999;
}

.bigger-130 {
    font-size: 130% !important;
}
.login-group-permissions {
    max-height: 282px;
    min-height: 282px;
    overflow-y: scroll;
}

footer {
    text-align: center;
    padding-top: 50px;
}

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}
/*Active Directory*/
.ad-groups-box {
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 2px;
    width: 375px;
}

.ad-groups-box-title {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.ad-groups-box-content {
}

.ad-groups-box-content-header {
    padding: 8px 8px 6px 8px;
    text-align: center;
}

.ad-groups-box-content-header-search-input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 5px 0 4px 8px;
    border-radius: 2px;
}

.ad-groups-box-content-list {
    padding: 3px 3px;
}

.ad-groups-box-content-list-main {
    height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
}

    .ad-groups-box-content-list-main .list-ul {
        list-style: none;
        padding-left: 25px;
        margin: 0;
    }

        .ad-groups-box-content-list-main .list-ul .list-li {
            margin-top: 5px;
        }

            .ad-groups-box-content-list-main .list-ul .list-li input {
                margin-right: 10px;
            }

.toggle_password {
    cursor: pointer;
}
/*Active Directory END*/
.pl-30 {
    padding-right: 30px;
}
.pr-30 {
    padding-left: 30px;
}

.password-reset {
border: none;
background-color: #fee;
padding: 12px 10px 12px 10px;
font-weight: bold;
font-size: 16px;
text-align: center;
max-width: 135px;
}

.btn-clipboard {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #818a91;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
}
    .btn-clipboard:hover {
        color: #fff;
        background-color: #027de7;
    }

.org-units-box {
    padding-bottom: 15px;
    min-height: 350px;
}

.ou-title-edit {
    padding-left: 5px;
}

.entity-title {

}
.entity-title-input {

}
.entity-title-btn-edit {
}
.entity-title-btn-undo {
}
.error-msg {
    margin-top: 10px;
    font-weight: bold;
}

.org-unit-item {
    padding-top: 10px;
}

.entity-dialog-properties-box {
    min-height: 346px;
}

.user-card-content {
    min-height: 465px;
}

.multiselect-container {
    scrollbar-width: thin;
    max-height: 520px;
    resize: none;
    overflow: auto;
    scrollbar-color: #00709B;
}