﻿
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}
.navbar-brand {
    padding : 7px 15px;
}
.navbar-brand.oifc-navbar-brand {
    height: 78px
}
.navbar-brand.oifc-navbar-brand .oifc-navbar-logo {
    display: inline-block;
    height: 64px;
    width: auto;
    vertical-align : middle;
}
.navbar-nav.oifc-navbar-nav > li > a {
    line-height: 48px;
}
@media (max-width: 767px) {
    .navbar-brand.oifc-navbar-brand .oifc-navbar-logo {
        height: 36px;
    }
    .navbar-brand.oifc-navbar-brand {
        height: 66px
    }
    .navbar-nav.oifc-navbar-nav > li > a {
        line-height: 20px;
    }
}
.oifc-navbar-label {
    display : inline-block;
    font-size : 24px;
    padding : 8px;
    vertical-align: middle;
}
body {
    background: url(../images/bg.jpg) #ffffff center top repeat;
}
.d-none {
    display : none !important;
}
.oifc-footer-content {
    padding: 0px 16px;
    margin-top: 16px;
    color: #9aca3f;
}
.navbar-inverse.oifc-navbar-inverse {
    background: #99ca40;
    border-color: #99ca40;
}

    .navbar-inverse.oifc-navbar-inverse .navbar-brand {
        color: #fff;
        transition : transform .25s;
    }
    .navbar-inverse.oifc-navbar-inverse .navbar-brand:hover {
        transform:scale(1.025);
    }

    .navbar-inverse.oifc-navbar-inverse .navbar-nav > li > a {
        color: #f4f4f4;
        font-size : 16px;
    }
    .navbar-inverse.oifc-navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
    }

.form-control.oifc-form-control {
    height: 40px;
}

    .form-control.oifc-form-control:focus {
        border-color: #99ca40;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(153, 202, 64, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(153, 202, 64, 0.6);
    }

.oifc-toggle-password-icon {
    position: absolute;
    top: 8px;
    right: 24px;
}
.oifc-page-wrapper {
    margin-top: 48px;
    padding: 16px;
}

.oifc-err-msg {
    color: #dc3545;
    font-size: 16px;
    padding: 4px 4px;
    display: block;
}

.oifc-btn-primary {
    background: #99ca40;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    border: none;
    height: 40px;
    transition: all .2s;
}

    .oifc-btn-primary:hover {
        background: #85a646;
    }

.oifc-btn-primary.oifc-btn-normal {
    background: #f4f4f4;
    color : #85a646 !important;
}

.oifc-form-wrapper {
    padding: 16px;
    box-shadow: 0 0 8px 0 #ccc;
    width: 320px;
    border-radius: 8px;
    margin: 8px 0px;
}

.oifc-label {
    position: absolute;
    display: inline-block;
    background: #fff;
    font-size: 11px;
    top: -8px;
    left: 20px;
    padding: 0px 8px;
    border-radius: 4px;
    color: #888
}

.oifc-table-meta-header {
    position: relative;
    height: 48px;
    top : 1px;
}

    .oifc-table-meta-header .oifc-header-meta {
        padding: 12px 16px;
        box-shadow: 0 0 8px 0 #ccc;
        background: #fff;
        border-radius: 4px;
    }

    .oifc-table-meta-header .oifc-export-btn {
        position: absolute;
        right: 7px;
        top: 7px;
    }

.oifc-message {
    border-radius: 4px !important;
}

.oifc-hyperlink {
    text-align: center;
    padding-top: 8px;
}

    .oifc-hyperlink a {
        text-decoration: underline;
        color: #444;
        transition: all .2s;
    }

        .oifc-hyperlink a:hover {
            text-decoration: underline;
            color: #85a646;
        }

.oifc-pointer-cursor {
    cursor : pointer;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

.btn.pi-btn-base.oifc-btn.aspNetDisabled {
    opacity: .67;
}

.oifc-progress-bar {
    background-position: center center;
    background-color: gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-image: url('../images/loading-gif.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    z-index: 99 !important;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    pointer-events: none;
    text-align: center;
    vertical-align: middle;
}


