
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    direction: ltr;
}

    body.fixed-header .header {
        position: fixed;
        left: 0;
        top: 0;
    }

    body.mobile .sidebar-menu {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

        body.mobile .sidebar-menu > ul {
            height: auto !important;
            overflow: visible !important;
            -webkit-overflow-scrolling: touch !important;
        }

    body.mobile .page-sidebar .sidebar-menu .menu-items li:hover a {
        color: #788195;
    }

    body.mobile .page-sidebar .sidebar-menu .menu-items li:hover .icon-thumbnail {
        color: #788195 !important;
    }

    body.mobile .page-sidebar .sidebar-menu .menu-items li.active > a, body.mobile .page-sidebar .sidebar-menu .menu-items li.open > a {
        color: #fff;
    }

    body.mobile .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail, body.mobile .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail {
        color: #fff;
    }

    body.mobile .drager {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.sidebar-visible .page-sidebar .scroll-element {
        visibility: visible;
    }

    body.sidebar-visible .page-sidebar .menu-items .icon-thumbnail {
        -webkit-transform: translate3d(-14px,0,0);
        transform: translate3d(-14px,0,0);
        -ms-transform: translate(-14px,0);
    }

    body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls {
        -webkit-transform: translate3d(48px,0,0);
        transform: translate3d(48px,0,0);
        -ms-transform: translate(48px,0);
    }

    body.no-header .page-container .page-content-wrapper .content {
        padding-top: 0px;
    }

    body.no-header .header {
        border-bottom-color: transparent;
    }

    body.dashboard {
        background: #f5f5f5;
    }

        body.dashboard .page-container {
            background: #f5f5f5;
        }

    body.rtl [class^="col-"], body.rtl [class*="col-"] {
        float: left;
    }



@media only screen and (min-width: 768px) {
    form .row {
        margin-left: 0;
        margin-right: 0;
    }

        form .row [class*='col-']:not(:first-child), form .row [class*='col-']:not(:last-child) {
            padding-right: 7px;
            padding-left: 7px;
        }

        form .row [class*='col-']:first-child {
            padding-left: 0;
        }

        form .row [class*='col-']:last-child {
            padding-right: 0;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    form .row [class*="col-md-"]:not(:first-child), form .row [class*="col-md-"]:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
    }
}

.form-horizontal .form-group {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 0;
}

    .form-horizontal .form-group:last-child {
        border-bottom: none;
    }

    .form-horizontal .form-group:hover .control-label {
        opacity: .6;
    }

    .form-horizontal .form-group.focused .control-label {
        opacity: 1;
    }

    .form-horizontal .form-group .control-label {
        text-align: left;
        opacity: .42;
        -webkit-transition: opacity ease 0.3s;
        transition: opacity ease 0.3s;
    }

.form-group-attached .form-group.form-group-default {
    border-radius: 0;
    margin-bottom: 0;
}



.login-wrapper {
    height: 100%;
    background-color: #6d5cae;
}

    .login-wrapper > * {
        height: 100%;
    }

    .login-wrapper .bg-pic {
        position: absolute;
        width: 100%;
        overflow: hidden;
    }

        .login-wrapper .bg-pic > img {
            height: 100%;
            opacity: 0.6;
        }

    .login-wrapper .login-container {
        width: 496px;
        display: block;
        position: relative;
        float: right;
    }

    .login-wrapper .bg-caption {
        width: 500px;
    }

.register-container {
    width: 550px;
    margin: auto;
    height: 100%;
}

@media (max-width: 768px) {
    .login-wrapper .login-container {
        width: 100%;
    }

    .register-container {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (max-width: 321px) {
    .login-wrapper .login-container {
        width: 100%;
    }
}

.lock-container {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.lock-screen-wrapper .credentials {
    margin-top: -84px;
    position: absolute;
    top: 50%;
}

    .lock-screen-wrapper .credentials .thumbnail-wrapper {
        width: 53px;
        height: 53px;
    }

    .lock-screen-wrapper .credentials .logged {
        opacity: .21;
        margin-top: -5px !important;
    }

    .lock-screen-wrapper .credentials .name {
        opacity: .69;
        margin-top: -5px !important;
        font-size: 36px;
        height: 45px;
        overflow: hidden;
    }

.lock-screen-wrapper .terms-wrapper > div {
    display: table;
}

.lock-screen-wrapper .terms-wrapper .terms {
    display: table-cell;
    vertical-align: middle;
}

.lock-screen-wrapper .terms-wrapper .logo-terms {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

    .lock-screen-wrapper .terms-wrapper .logo-terms .brand {
        left: 50%;
        margin-left: -21px;
        margin-top: -5px;
        position: absolute;
        top: 50%;
    }

@media (max-width: 767px) {
    .lock-container {
        width: 80%;
    }

    .lock-screen-wrapper .credentials form {
        margin-top: 15px;
    }
}

.pull-bottom {
    position: absolute !important;
    bottom: 0;
}

.pull-up {
    position: absolute !important;
    top: 0;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.pull-center {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: table;
    z-index: 1;
}

