
/*** Form page
==============================================================================*/
.form-group {
    margin-bottom: 10px;
}

.bd-content>ol li,
.bd-content>ul li {
    margin-bottom: .25rem;
}

.bd-content h3 {
    margin-top: 0;
}

.form-control {
    border-radius: 3px;
    box-shadow: none;
    height: 27px;
    border: 0.5px solid #0e585f8c
}

.form-control:focus {
    border-color: gray;
    box-shadow: none;
}

.note-editor.note-frame {
    border: 0.5px solid #0e585f8c
}

.icon-list,
.icon-th-list,
.icon-indent-right,
.icon-indent-left,
.icon-share,
.icon-picture {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}



/*** Lockscreen page
==============================================================================*/

.lock-wrapper-page {
    margin: 10% auto;
    width: 360px;
    padding: 15px;
}

.logo-lock {
    font-size: 50px;
    font-weight: 400;
    font-family: 'Alegreya Sans', sans-serif;
}

.user-thumb img {
    height: 88px;
    margin: 0px auto;
    width: 88px;
}

.lock-wrapper-page .form-control {
    padding-left: 40px;
    border: 1px solid #10585f;
}

.lock-wrapper-page .fa-key {
    left: 10px !important;
    top: 48px;
    font-size: 15px;
    position: absolute;
    z-index: 99;
}

.lock-wrapper-page .fa-user {
    left: 14px !important;
    top: 6px;
    font-size: 15px;
    position: absolute;
    z-index: 99;
}

@media (max-width: 767px) {
    .lock-wrapper-page {
        margin: 35% auto;
        width: 320px;
    }
}


.headding_ex h1,
.headding_ex h2,
.headding_ex h3,
.headding_ex h4,
.headding_ex h5,
.headding_ex h6 {
    margin: 0;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


