﻿.mainLogin {
    background-image: url(/Content/company/logo-md.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0) !important;
    height: 95.5vh;
    margin: 20px 20px 0 auto !important;
    border-radius: 10px;
    width: 350px !important;
}

    .mainLogin .btn-primary {
        width: 100%;
        font-size: 30px !important;
    }

    .mainLogin .control-label, .loginTitle {
        color: whitesmoke;
        text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
        font-weight: bolder;
    }

.boxMain {
    //background: rgba(0,0,0,0.5) !important;
}

.theme-bg {
    //background: url('/Content/company/2.png') top center no-repeat, url('/Content/company/1.png') bottom center no-repeat;
    background: url('/Content/company/2.png') top center no-repeat;
    background-size: cover;
    background-color: #79334c;
    background-color: #404040;
}

.old-theme-style.menu-on-top aside#left-panel nav > ul > li > a > span {
    color: #79334c;
}

.old-theme-style .btn-primary:hover, .old-theme-style .smart-form .button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(105, 55, 73) 0%, rgb(160, 73, 105) 100%) repeat scroll 0 0;
}

.menu-on-top aside#left-panel nav > ul > li > a > i {
    color: #79334c;
}

.btn-primary, .old-theme-style .smart-form .button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(214, 113, 149) 0%, rgb(121, 51, 76) 100%) repeat scroll 0 0;
    border: 1px solid #6d394c;
    box-shadow: 0 1px 2px 0 #af637e inset;
    text-shadow: 0 -1px rgba(0,0,0,.3);
    border-radius: 100px;
}

#header {
    width: 50px;
    height: 50px;
    background: url(/Content/company/logo-md.png) bottom left no-repeat;
}

.old-theme-style .btn-primary.active, .old-theme-style .btn-primary:active, .old-theme-style .btn-primary:focus, .old-theme-style .btn-primary:hover, .old-theme-style .open .dropdown-toggle.btn-primary {
    border-color: #6d394c;
}

.page-title {
    background: linear-gradient(0, #e2e2e2, #fafafa);
}

    .page-title:before, #CheckinPage .bottom-bar:before {
        content: '';
        background: url(/Content/company/logo-sm.png) right top no-repeat;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        left: 0;
    }

#jarviswidget-fullscreen-mode .jarviswidget div[role=content]:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/Content/company/2.png') top center no-repeat !important;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    visibility: initial;
}

.form-control, .input-lg, .input-sm, .input-xs {
    -webkit-border-radius: 7px !important;
}

.old-theme-style #left-panel nav {
    float: left;
}

.fixed-navigation nav {
    width: auto;
}



.old-theme-style.menu-on-top aside#left-panel nav > ul {
    margin-bottom: 20px;
}

    .old-theme-style.menu-on-top aside#left-panel nav > ul > li > a {
        border-radius: 100px !important;
    }

    .old-theme-style.menu-on-top aside#left-panel nav > ul > li > ul {
        border-radius: 10px;
    }
