﻿.navbar.navbar-absolute {
    position: relative;
    width: 100%;
    padding-top: 10px;
    z-index: 1029;
}

.sidebar .nav-mobile-menu {
    margin-top: 0;
    display: none;
}

.sidebar .user a {
    color: #3C4858;
    padding: 0.5rem 15px;
    white-space: unset;
}

.state-error input, .state-error textarea {
    background: #fff0f0;
    border-color: #A90329;
}

.dataTables_wrapper .top {
    float: left;
    width: 100%;
}

    .dataTables_wrapper .top div {
        float: left;
        width: auto;
        margin: 5px;
    }

.dataTables_wrapper .top .dt-buttons {
    float: right;
}

.dataTables_wrapper .top .dt-button {
    padding: 5px;
    margin: 3px;
    color: #fff;
    border-radius: 3px;
    background: #00bcd4;
}


.loginpage {
    min-height: 100vh;
    max-height: 1000px;
    
    height: 100%;
    background-position: center center;
    background-size: cover;
    padding: 0;
    margin: 0;
    border: 0;
    color: #fff;
    position: relative;
    align-items: center;
}


.jarviswidget > div {
    float: left;
    width: 100%;
    position: relative;
    font-size: 13px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
    padding: 13px 13px 0;
    overflow: visible;
}

.smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}

.smart-form section {
    margin-bottom: 15px;
    position: relative;
}

.smart-form .button, .smart-form .checkbox, .smart-form .input, .smart-form .radio, .smart-form .select, .smart-form .textarea, .smart-form .toggle {
    position: relative;
    display: block;
    font-weight: 400;
}

#resource-form label {
    margin-top: 5px;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.icon-append {
    right: 17px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.icon-append, .icon-prepend {
    position: absolute;
    top: 2px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.smart-form .input .icon-append + input, .smart-form .textarea .icon-append + textarea {
    padding-right: 37px;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.smart-form .button, .smart-form .checkbox, .smart-form .input, .smart-form .radio, .smart-form .select, .smart-form .textarea, .smart-form .toggle {
    position: relative;
    display: block;
    font-weight: 400;
}

.smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer;
}


.ui-sortable .jarviswidget-sortable > header {
    cursor: move;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: normal;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}

.jarviswidget > header {
    color: #333;
    border: 1px solid #c2c2c2;
    background: #fafafa;
}

.jarviswidget > header {
    height: 34px;
    padding: 0;
    line-height: 40px;
}

    .jarviswidget > header > .widget-icon {
        display: block;
        width: 30px;
        height: 32px;
        position: relative;
        float: left;
        font-size: 111%;
        line-height: 32px;
        text-align: center;
        margin-right: -10px;
    }

    .jarviswidget > header > :first-child.widget-icon {
        margin-left: 0;
    }

.jarviswidget-loader {
    width: 32px;
    height: 32px;
    margin: 0;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    text-align: center;
    line-height: 32px;
    font-size: 111%;
}

.jarviswidget > header > h2 {
    margin-left: 10px;
    float: left;
}

.jarviswidget > header h2 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}

.jarviswidget > header > .widget-icon {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-right: -10px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jarviswidget {
    margin: 0 0 30px;
    position: relative;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.jarviswidget-color-darken > header {
    border-color: #383838 !important;
    background: #404040;
    color: #fff;
}

.jarviswidget > header > h2 {
    margin-left: 10px;
    float: left;
}

.mysmart {
    color: initial;
}

.form-check, label {
    font-size: 14px;
    line-height: 1.42857;
    color: initial;
    font-weight: 400;
}

.note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo,Monaco,monospace,sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.note-editor .note-editable {
    background-color: rgba(48,126,204,.05);
}

.note-editor .note-toolbar {
    background-color: #f5f5f5;
    border-bottom: 1px solid #a9a9a9;
}

.note-popover .popover .popover-content, .note-toolbar {
    margin: 0 !important;
    padding: 0 0 5px 5px;
}

    .note-popover .popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu {
        min-width: 340px;
    }

.open > .dropdown-menu {
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.custom_page-header {
    min-height: 100vh;
    max-height: 1000px;
    display: grid;
    height: 100%;
    background-position: center center;
    background-size: cover;
    padding: 0;
    margin: 0;
    border: 0;
    color: #fff;
    position: relative;
    align-items: center;
}

@media screen and (max-width : 768px) {
    #loginform {
        opacity: 1 !important;
    }
    .header-filter:before, .header-filter:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        content:initial;
    }
    
    }
/*.logincard {
   margin-top: 180px;
}

@media screen and (max-width: 380px) and (min-width: 350px) {
    .logincard {
        margin-top: 50px;
    }

    #appName {
        display: none;
    }
}


@media screen and (max-width: 320px) {
    .logincard {
        margin-top: 0px;
    }

    #appName {
        display: none;
    }
}
@media screen and (min-width: 400px) and (max-width: 410px) {
    .logincard {
        margin-top: 0px;
    }

    #appName {
        display: none;
    }
}

@media screen and (min-width: 410px) and (max-width: 500px) {
    .logincard {
        margin-top: 60px;
    }

    #appName {
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .logincard {
        margin-top: 150px;
    }
}

@media screen and (min-width: 1024px) and (min-height: 1366px) {
    .logincard {
        margin-top: 300px;
    }
}

@media screen and (width: 812px) and (height: 375px) {
    .logincard {
        margin-top: 0px;
    }
    #appName {
        display: none;
    }
}


@media screen and (width: 736px) and (height: 414px) {
    .logincard {
        margin-top: 0px;
    }

    #appName {
        display: none;
    }
    #cmsfooter {
        display: none;
    }
}

@media screen and (width: 667px) and (height: 375px) {
    .logincard {
        margin-top: -60px;
    }

    #appName {
        display: none;
    }

    #cmsfooter {
        display: none;
    }
}

@media screen and (width: 568px) and (height: 320px) {
    .logincard {
        margin-top: -60px;
    }

    #appName {
        display: none;
    }

    #cmsfooter {
        display: none;
    }
}


@media screen and (width:823px) and (height: 411px) {
    .logincard {
        margin-top: 10px;
    }

    #appName {
        display: none;
    }

    #cmsfooter {
        display: none;
    }
}

@media screen and (width:731px) and (height: 411px) {
    .logincard {
        margin-top: 0px;
    }

    #appName {
        display: none;
    }

    #cmsfooter {
        display: none;
    }
}

@media screen and (width:640px) and (height: 360px) {
    .logincard {
        margin-top: 0px;
    }

    #appName {
        display: none;
    }

    #cmsfooter {
        display: none;
    }
}*/