﻿.body_container {
    width: 100%;
    min-height: calc(100vh - 30px);
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.top-bar-container {
    height: 70px;
    border-bottom: 1px solid #636e80;
    background: #000;
}

.logo-img {
    padding: 13px 0px;
}

.login-panel-container {
    /*background: url('http://onebilling.com.au/img/parallax/bg.jpg') no-repeat;*/
    background: url('../Content/Images/bg2.jpg') no-repeat;
}

.account-container {
    margin: 125px 0px 125px auto;
    width: 425px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.7);
}

.services {
    padding: 30px 0px;
}

    .services h4 {
        font-weight: bold;
    }

.login-banner {
    background: #636e80;
    padding: 30px 0px;
    color: #fff;
}

    .login-banner p {
        margin: 0px;
        font-size: 22px;
    }

.font-16 {
    font-size: 16px;
}

.footer {
    background: #000;
}

.account-container h1 {
    color: #333333;
}

.login-btn, .login-btn:hover, .login-btn:active, .login-btn.focus, .login-btn:focus {
    background: #636e80 !important;
    border-color: #636e80 !important;
}

.login-left-txt {
    color: #fff;
    margin: 100px 0px;
    font-weight: bold;
}

    .login-left-txt h1 {
        font-size: 45px;
    }

.navbar-bg {
    background: #fff;
    text-align:center;
}

.navbar-default .navbar-brand {
    padding: 5px 10px 0px 10px;
    line-height: 0;
}

.navbar-default.IGC .navbar-brand { padding: 5px 7px 0px 7px; }

.panel-primary, .panel-success {
    border-color: #636e80;
}

    .panel-primary > .panel-heading,
    .panel-success > .panel-heading {
        background-color: #636e80;
        border-color: #636e80;
    }

.sidebar {
    background: #e9e9e9;
}

    .sidebar ul li {
        border-bottom: 1px solid #ddd;
    }

ul#side-menu li a {
    padding: 14px 10px;
    color: #000;
}

    ul#side-menu li a i {
        padding-right: 7px;
        color: #999;
    }

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #668247 !important;
    border-color: #668247 !important;
}

.table-success thead tr {
    background: #668247;
}

font[Attributes Style] {
    color: #668247;
}

.text-success {
    color: #668247;
}

.ulbatchtbl thead tr {
    background: #636e80 !important;
    border: 1px solid #636e80 !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #636e80;
    border-color: #636e80;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.w-x50 {
    width: 50px;
}

.w-x30 {
    width: 30px;
}

a:focus, a:hover {
    text-decoration: none;
}

.m-b-0 {
    margin-bottom: 0px;
}

.modal-title {
    font-weight: 600;
}

.font-12 {
    font-size: 12px;
}

.datatblhead select.form-control {
    padding: 2px 5px;
    height: 30px;
    border-radius: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}

.m-l-5 {
    margin-left: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-r-10 {
    margin-right: 10px;
}

.table-borderless td, .table-borderless th {
    border: none !important;
}

.ex-sup-map-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #636e80;
    border-color: #636e80;
}



.member-export-codes tbody {
    display: block;
    height: 350px;
    overflow: auto;
}

    .member-export-codes thead, .member-export-codes tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.member-export-codes ::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}

.member-export-codes ::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #f5f5f5;
}

.member-export-codes ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(0,0,0,0.2);
}

    .member-export-codes ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.4);
    }

    .member-export-codes ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0,0.1);
    }

.login-page-banner-col {
    border: 1px solid #636e80;
    text-align: justify;
    border-radius: 2px;
}

    .login-page-banner-col h4 {
        background: #636e80;
        padding: 10px;
        margin: 0px;
        color: #fff;
    }

    .login-page-banner-col p {
        padding: 10px;
        margin: 0px;
        text-align: justify;
        min-height: 160px;
    }
