﻿@font-face {
    font-family: 'Klavika Regular';
    src: url('../fonts/Klavika-Regular.eot');
    src: url('../fonts/Klavika-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Klavika-Regular.woff2') format('woff2'), url('../fonts/Klavika-Regular.woff') format('woff'), url('../fonts/Klavika-Regular.ttf') format('truetype'), url('../fonts/Klavika-Regular.svg#Klavika-Regular') format('svg');
    /*src: url('../fonts/ufonts.com_klavika-bold-opentype.otf');*/
}



@font-face {
    font-family: 'Klavica Light Italic';
    src: url('../fonts/KlavikaLight-ItalicOSTF.eot');
    src: url('../fonts/KlavikaLight-ItalicOSTF.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaLight-ItalicOSTF.woff2') format('woff2'), url('../fonts/KlavikaLight-ItalicOSTF.woff') format('woff'), url('../fonts/KlavikaLight-ItalicOSTF.ttf') format('truetype'), url('../fonts/KlavikaLight-ItalicOSTF.svg#KlavikaLight-ItalicOSTF') format('svg');
}

@font-face {
    font-family: 'Klavica Light';
    src: url('../fonts/Klavika-Light.eot');
    src: url('../fonts/Klavika-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Klavika-Light.woff2') format('woff2'), url('../fonts/Klavika-Light.woff') format('woff'), url('../fonts/Klavika-Light.ttf') format('truetype'), url('../fonts/Klavika-Light.svg#Klavika_Light') format('svg');
}

html, body {
    color: black;
    font-family: 'Klavica Light';
    font-size: 16px;
    height: 100%;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 100%;
}

* {
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
}

body {
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    padding-top: 50px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#footer {
    bottom: 0;
    font-size: 14px;
    height: 42px;
    left: 0;
    position: absolute;
    width: 15%;
}

.customlabel, label {
    font-weight: normal;
}

#content { /*padding-bottom: 10px;*/
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

table {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #CCCCCC;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.table-responsive-discount, .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px solid #ddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    padding: 0px;
}

.table-responsivemain {
    margin-bottom: 0px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px solid #ddd;
    padding: 0px;
}

/*@media screen and (max-width:767px)*/

table th {
    background-color: #F9A137;
    color: #FFFFFF;
}

.fright {
    float: right;
}

/* Main Header Style Start*/

.navbar-inverse {
    background-color: #666666;
    border-color: #878787;
}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #666666;
        color: #fff;
    }

.navbarcustombtn {
    margin-left: 5px;
    margin-right: 10px;
}

.clnav > .navbar-nav > li > a {
    background-color: transparent;
}

.clnav > .nav > li {
    margin-left: -15px;
}

    .clnav > .nav > li > a {
        display: block;
        padding: 0px;
        position: relative;
    }

.dl-horizontal dt {
    white-space: normal;
}

input, select, textarea {
    max-width: 280px;
}

.inputwidth {
    height: 40px;
    border: 1px solid lightgrey;
}

.form-control {
    font-family: 'Klavica Light';
}

.CaptchaDiv {
    color: #a94442;
    font-family: "Klavica Light";
    font-size: 0.9em;
    margin-bottom: -12px;
    margin-top: -12px;
    text-align: center;
    width: 50%;
}

    .CaptchaDiv > a, .CaptchaDiv > a:hover, .CaptchaDiv > a:focus {
        color: #3366ff;
    }

#rc-imageselect, .g-recaptcha {
    -moz-transform: scale(0.925);
    -ms-transform: scale(0.925);
    -o-transform: scale(0.925);
    -webkit-transform: scale(0.925);
    transform: scale(0.925);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    padding-left: 17.6%;
}

@media only screen and (max-width: 480px) {
    #rc-imageselect, .g-recaptcha {
        padding-left: 0;
        -moz-transform: scale(0.842,1);
        -ms-transform: scale(0.842,1);
        -o-transform: scale(0.842,1);
        -webkit-transform: scale(0.842,1);
        transform: scale(0.842,1);
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    #rc-imageselect, .g-recaptcha {
        padding-left: 0;
        -moz-transform: scale(0.877,1);
        -ms-transform: scale(0.877,1);
        -o-transform: scale(0.877,1);
        -webkit-transform: scale(0.877,1);
        transform: scale(0.877,1);
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        margin-right: 10px;
    }
}

.rc-anchor-normal {
    height: 70px;
    width: 276px;
}

.rc-anchor-content {
    height: 70px;
}

.g-recaptcha .rc-anchor-light {
    background: #f9f9f9;
    border: 1px solid #F9A137;
    color: #000;
    margin-left: 26px;
}

.rc-anchor {
    border-radius: 0px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}

.rc-anchor-normal-footer {
    display: inline-block;
    height: 70px;
    vertical-align: top;
}

.rc-anchor-logo-portrait {
    margin: 7px 0 0 10px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 0px 13px 0 0;
    padding-right: 20px;
    position: absolute;
    right: 0px;
    text-align: right;
}


a {
    color: #048ABB;
    cursor: pointer;
    font-weight: normal;
}

    a:hover, a:focus {
        color: #048ABB;
        text-decoration: underline;
    }

.text-danger {
    color: #A94442;
}


.container-header {
    border: 1px solid #CCCCCC;
}

.radio label, .checkbox label {
    padding-left: 5px;
}

.btn {
    margin-top: 0px;
}

.btn-default, .deactivate-btn {
    background-color: #0f3e59;
    color: #FFFFFF;
    height: 35px;
    font-size: 1.1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-danger {
    color: #FFFFFF;
    background-color: #C9302C;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    text-align: center;
    width: 140px;
}

.btn-action {
    background-color: #0f3e59;
    color: #FFFFFF;
    font-size: 1.1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-default:hover, .btn-default:active {
    background-color: #FFFFFF;
    border-color: #8c8c8c;
    color: #0f3e59;
}

.btn-action:hover, .btn-action:active {
    background-color: #FFFFFF;
    border-color: #8c8c8c;
    color: #0f3e59;
}

.btnAlign:hover {
    background-color: #FFFFFF;
    color: #0f3e59;
}

.btnAlign {
    background-color: #0f3e59;
    color: #FFFFFF;
    font-size: 1.1em;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 60%;
}

    .btnAlign:hover {
        background-color: #FFFFFF;
        color: #0f3e59;
    }

.btn-control {
    margin-left: auto;
    margin-right: auto;
}

.profile-div-middle {
    margin-left: 2.6%;
    margin-right: 2.6%;
}

@media only screen and (max-width: 480px) {
    .profile-div-middle {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-profile-middle-div {
        max-width: 360px;
    }
}

@media only screen and (max-width: 480px) {
    .padding-left94 {
        padding-left: 0;
    }
}

@media only screen and (min-device-width: 480px) and (max-width: 768px) {
    .profile-div-middle {
        margin-left: 2.6%;
        margin-right: 1.6%;
    }
}

@media only screen and (min-device-width: 480px) and (max-width: 768px) {
    .mobile-profile-middle-div {
        max-width: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .profile-div-middle {
        margin-left: 3.6%;
        margin-right: 1.6%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile-profile-middle-div {
        max-width: 220px;
    }
}

h1, h2, h3, h4, h5, h6 {
    background-color: #0f3e59;
    color: #FFFFFF;
    padding: 5px;
}

.paddingl20 {
    padding-left: 20px;
}

.paddingl10 {
    padding-left: 10px;
}

.paddingt10 {
    padding-top: 10px;
}

.paddingt20 {
    padding-top: 20px;
}

.paddingr35 {
    padding-right: 35px;
}

.padrgt14 {
    padding-right: 14px;
}

.paddingb35 {
    padding-bottom: 35px;
}

.paddingb14 {
    padding-bottom: 14px;
}

.spacerdiv {
    width: 35px;
}

.panel-title {
    background-color: #F9A137;
    color: #FFFFFF;
    font-size: 24px;
    height: auto;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 5px;
    padding-left: 10px;
}

.panel {
    background-color: white;
}

.paddingleft35px {
    padding-left: 35px;
}

@media only screen and (max-width: 480px) {
    .paddingleft35px {
        padding-left: 2px;
    }
}

.paddingright35px {
    padding-right: 35px;
}

@media only screen and (max-width: 480px) {
    .paddingright35px {
        padding-right: 2px;
    }
}

.marginbottom12px {
    margin-bottom: 12px;
}

.marginbottom0px {
    margin-bottom: 0px;
}

.panel-title-info {
    background-color: #F9A137;
}

.form-horizontal h2 {
    margin-top: 0px;
}

.padding0 {
    padding: 0px;
}

.paddingb10 {
    padding-bottom: 10px;
}

.paddingt10 {
    padding-top: 10px;
}

h2, .h2 {
    font-size: 24px;
}

.alignright {
    text-align: right;
}

.margintop-10px {
    margin-top: -10px;
}

.form-controlcheck-box {
    display: block;
    height: 32px;
    width: 25px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.img-thumbnail {
    max-height: 100px;
}

.form-group {
    padding-left: 5px;
    padding-right: 5px;
}

/*Main Vertical Menu Scroll Start*/

body {
    padding-top: 50px;
}

#main {
    height: 100%;
    overflow: auto;
}

/*Main Vertical Menu Scroll End*/

.request-processing {
    -khtml-opacity: .50;
    -moz-opacity: .50;
    -ms-filter: "alpha(opacity=50)";
    background: url('~/Images/request-processing.gif') no-repeat center #f8f8f8;
    cursor: wait;
    -webkit-filter: alpha(opacity=50);
    -moz-filter: alpha(opacity=50);
    -o-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    -ms-opacity: .50;
    opacity: .50;
    position: absolute;
    z-index: 10000;
}

.companylogo {
    height: 25%;
    width: 25%;
}

.navbar-default {
    border-color: transparent;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
        font-size: 1.1em;
        margin-left: -15px;
        margin-right: 15px;
        text-align: center;
        width: 100%;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background-color: white;
            color: #0f3e59;
        }

        .navbar-default .navbar-nav > li > a:active {
            background-color: white;
            color: #0f3e59;
        }

.navbar-cutomized {
    margin-left: 0px;
    margin-right: auto;
    width: 100%;
}

.layoutli {
    float: left;
    padding-right: 200px;
}

.newtop {
    background-color: #0f3e59;
}

.dashboard-box {
    background-color: white;
    border: 4px solid black;
    display: inline-block;
    float: left;
    margin-top: 10px;
    min-height: 200px;
    -moz-min-width: 300px;
    -ms-min-width: 300px;
    -o-min-width: 300px;
    -webkit-min-width: 300px;
    min-width: 300px;
    position: relative;
}

.dashboard-container {
    background-color: white;
}

#donut-chart {
    margin-left: 45px;
    padding: 30px;
    width: 20%;
}

.box-text {
    margin-bottom: 0px;
    padding: 0px;
}

#total-text {
    font-size: 4em;
    padding-top: 20%;
    text-align: center;
}

.dashboard-heading {
    display: inline-block;
    float: left;
    height: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
}

.new-heading {
    background-color: #f2f2f2;
    color: black;
}

#detail-box {
    margin-left: 45px;
    padding-top: 25px;
    width: 30%;
}


.new-heading {
    background-color: white;
    color: black;
}

#detail-box {
    margin-left: 45px;
    padding-top: 25px;
    width: 30%;
}


.titleFont {
    color: black;
    font-weight: bold;
    margin-left: 150px;
    margin-top: -5px;
}

.textAlign {
    color: #231F20;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    padding-left: 4px;
}

.tablecolumn {
    border: 1px solid black;
    float: left;
    margin-left: 10px;
}

.tablefloat {
    float: left;
}

/*#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}*/

.custom-bootstrap-menu.navbar-default {
    background-color: #0f3e59;
    font-size: 18px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    background-color: rgba(248, 248, 248, 0);
    color: rgba(255, 255, 255, 1);
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
        background-color: rgba(255, 255, 255, 1);
        color: #0f3e59;
    }

#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(255, 255, 255, 1);
    color: #0f3e59;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #fff;
}

    #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
    #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
    #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #0f3e59;
    }

.box-control {
    border: 0.9pt solid #0f4559;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    width: 100%;
}

    .box-control::-webkit-input-placeholder {
        font-family: 'Klavica Light Italic';
        font-size: 1em;
        font-style: italic;
        text-align: center;
    }

    .box-control:-moz-placeholder {
        font-family: 'Klavica Light Italic';
        font-size: 1em;
        font-style: italic;
        /* Firefox 18- */
        text-align: center;
    }

    .box-control::-moz-placeholder {
        font-family: 'Klavica Light Italic';
        font-size: 1em;
        font-style: italic;
        /* Firefox 19+ */
        text-align: center;
    }

    .box-control:-ms-input-placeholder {
        font-family: 'Klavica Light Italic';
        font-size: 1em;
        font-style: italic;
        text-align: center;
    }

.login-heading {
    font-family: 'Klavika Regular';
    font-size: 1.2em;
    margin-bottom: -8px;
    text-align: center;
}

.newcontainer {
    background-color: #0f4559;
}

.error-text {
    color: #231F20;
}

a:hover, a:focus, a {
    color: #231F20;
}

.header-style {
    color: white;
    font-family: 'Klavica Light';
    font-size: 1.7em;
}

.footer-style {
    color: #ffffff;
    font-family: 'Klavica Light';
    font-size: 0.8em;
}

.custom-heading {
    font-size: 2.2em;
    margin-bottom: -30px;
    margin-top: -10px;
}

.heading-font {
    font-size: 20px;
}

.layout-menu {
    padding-bottom: 50px;
    padding-left: 0px;
}

#chart_container {
    margin-left: 15px;
    padding-left: 60px;
    width: 20%;
}

#heading-1 {
    margin-left: 15px;
    width: 20%;
}

#heading-2 {
    margin-left: 45px;
    width: 20%;
}

#heading-3 {
    margin-left: 45px;
    width: 30%;
}

#heading-4 {
    margin-left: 45px;
    width: 20%;
}

.foo {
    border: 1px solid rgba(0, 0, 0, .2);
    float: left;
    height: 5px;
    margin: 5px;
    width: 5px;
}

.orange {
    background: #0f4559;
    margin-left: 100px;
    margin-top: 25px;
}

.blue {
    background: #3366ff;
    margin-left: 100px;
    margin-top: 30px;
}

.table-header {
    background-color: white;
    color: black;
    font-size: 1.4em;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
    background-color: white;
}

.table-body {
    margin-left: 30px;
    margin-right: 30px;
}

.table {
    background-color: transparent;
}

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        border-top: 0px solid #ddd;
    }



#first-heading {
    border-bottom: 2px solid #ddd;
    padding-left: 30px;
}

#first-row {
    padding-left: 20px;
}

.link-color > a, .link-color > a:hover, .link-color > a:focus {
    color: #3366ff;
}

.link-color, .link-color:hover, link:focus {
    color: #3366ff;
}

.site-btn {
    padding-left: 130px;
}

.site-btn1 {
    padding-left: 160px;
}

.profile-div {
    background-color: white;
    float: left;
    font-size: 1.2em;
    margin-top: 10px;
    -ms-opacity: .8;
    opacity: .8;
    padding: 0px;
    text-align: left;
}

.profile-padding {
    padding-left: 10px;
    padding-right: 10px;
}

#profile-1 {
    border-top: 6px solid #0f4559;
    max-width: 360px;
    min-height: 350px;
    text-align: left;
}

@media only screen and (max-width: 480px) {
    #profile-1 {
        border-top: 6px solid #0f4559;
        max-width: 360px;
        min-height: 220px;
        text-align: left;
    }
}

#profile-2 {
    border-top: 6px solid #3366ff;
    min-height: 200px;
}

@media only screen and (max-width: 480px) {
    #profile-2 {
        border-top: 6px solid #3366ff;
        min-height: 165px;
    }
}

#profile-3 {
    border-top: 6px solid green;
    margin-top: 15px;
    min-height: 120px;
}

@media only screen and (max-width: 480px) {
    #profile-3 {
        border-top: 6px solid green;
        margin-top: 15px;
        min-height: 105px;
    }
}

#profile-4 {
    border-top: 6px solid purple;
    max-width: 360px;
    min-height: 350px;
}

@media only screen and (max-width: 480px) {
    #profile-4 {
        border-top: 6px solid purple;
        max-width: 360px;
        min-height: 290px;
    }
}

.table-data {
    text-align: left;
}

.member-points {
    font-size: 1.8em;
    padding-right: 15px;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .mobile-right-text {
        text-align: right;
    }
}

.m-point {
    font-size: 2em;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .m-point {
        font-size: 2em;
        font-weight: bold;
        padding-left: 5px;
        vertical-align: middle;
        padding-top: 50%;
    }
}

.table-leftdata {
    text-align: left;
}

.table-rightdata {
    margin-right: 0px;
    text-align: right;
}

.table-rdata {
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 0px;
    text-align: right;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

#orangeborder {
    border-top: 6px solid #F9A137;
    margin-top: 0px;
}

.loginbox {
    border: 4pt solid #0f3e59;
    max-width: 354px;
}

.logincontainer {
    display: table;
    vertical-align: middle;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

#blueborder {
    border-top: 6px solid #4180ff;
    margin-top: 0px;
    max-width: 48.7%;
    min-height: 150px;
}

#magentaborder {
    border-top: 6px solid #7B1979;
    float: right;
    margin-top: 0px;
    max-width: 48.7%;
    min-height: 150px;
}

@media screen and (max-width: 480px) {
    #blueborder {
        border-top: 6px solid #4180ff;
        margin-top: 0px;
        max-width: 100%;
        min-height: 151px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #magentaborder {
        border-top: 6px solid #7B1979;
        float: right;
        margin-top: 0px;
        max-width: 48.7%;
        min-height: 206px;
    }
}

@media only screen and (min-device-width: 480px) and (max-width: 768px) {
    #magentaborder {
        border-top: 6px solid #7B1979;
        float: right;
        margin-top: 0px;
        max-width: 48.7%;
        min-height: 259px;
    }
}

@media only screen and (max-width: 480px) {
    #magentaborder {
        border-top: 6px solid #7B1979;
        float: right;
        margin-top: 0px;
        max-width: 100%;
        min-height: 140px;
        margin-bottom: 0;
    }
}

#greenborder {
    border-top: 6px solid #008e00;
    margin-top: 20px;
    max-width: 40%;
    min-height: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #greenborder {
        border-top: 6px solid #008e00;
        margin-top: 15px;
        margin-left: 31%;
        max-width: 40%;
        min-height: 75px;
    }
}

@media only screen and (max-width: 480px) {
    #greenborder {
        border-top: 6px solid #008e00;
        margin-top: 0;
        max-width: 150%;
        min-height: 75px;
        margin-left: 0;
    }
}

.transaction-div1 {
    border-top: 6px solid #0f4559;
    margin-bottom: 0px;
    -ms-opacity: 2;
    opacity: 2;
    padding-top: 0px;
}

.transaction-div2 {
    border-top: 2px solid lightgrey;
    margin-top: 0px;
    -ms-opacity: 0.8;
    opacity: 0.8;
    padding-top: 0px;
}

.transaction-heading {
    background-color: white;
    margin-top: 0px;
    padding-top: 0px;
}

.member-layout-width {
    width: 125px;
}

.company-layout-width1 {
    width: 158px;
}

.company-layout-width2 {
    width: 115px;
}

.company-layout-width3 {
    width: 127px;
}

.company-layout-width4 {
    width: 115px;
}

.layout-padding {
    background-color: #0f4559;
    line-height: 15px;
    padding-bottom: 13px;
    padding-left: 33px;
    padding-right: 49px;
    padding-top: 15px;
}

.subheader-gradient {
    background: #0f3e59;
    background: -webkit-linear-gradient(left, #0f3e59, #FBAA1E, #0f3e59);
    background: -o-linear-gradient(left, #0f3e59, #3f657a, #0f3e59);
    background: -moz-linear-gradient(left, #0f3e59, #3f657a, #0f3e59);
    background: linear-gradient(to right, #0f3e59, #3f657a, #0f3e59);
}

.header-gradient {
    background: #0f3e59;
    background: -webkit-linear-gradient(left, #0f3e59, #3f657a, #0f3e59);
    background: -o-linear-gradient(left, #0f3e59, #3f657a, #0f3e59);
    background: -moz-linear-gradient(left, #0f3e59, #3f657a, #0f3e59);
    background: linear-gradient(to right, #0f3e59, #3f657a, #0f3e59);
}

.table-rowspace tbody tr td {
    padding-bottom: 0em;
    padding-top: 0em;
}

.icon-bars-button {
    display: inline-block;
    vertical-align: middle;
}

.icon-bar {
    background-color: white;
    display: block;
    height: 2px;
    margin-bottom: 2px;
    margin-bottom: 5px;
    width: 18px;
}

.logoff-btn {
    background-color: #0f4559;
    border: none;
    text-align: left;
}

.layout-align {
    min-height: 50px;
    padding-top: 3px;
}

.logoff-list {
    margin-left: 80%;
    position: absolute;
    right: 0px;
}

.heading-style {
    background-color: white;
    border-bottom: 1px solid #ddd;
    color: black;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.panel-margin {
    margin-left: 35px;
    margin-right: 35px;
}

#label-align {
    text-align: left;
}

.update-btn {
    width: auto;
}

.marginbottom2px {
    margin-bottom: 2px;
}

.marginbottom6px {
    margin-bottom: 6px;
}

#custom-row {
    margin-top: 5px;
}

.dashboardheader {
    font-size: 2.0em;
}

.dashboardbody {
    background-color: #FFFFFF;
    border-top: 6px solid #0f3e59;
}

.top-border {
    border-top: 8px solid #0f4559;
}

.caption {
    font-weight: bold;
}

.chartstyle {
    -moz-min-width: 23%;
    -ms-min-width: 23%;
    -o-min-width: 23%;
    -webkit-min-width: 23%;
    border: 2px solid black;
    min-height: 200px;
    min-width: 23%;
}
.chartstyledashboard {
    -moz-min-width: 23%;
    -ms-min-width: 23%;
    -o-min-width: 23%;
    -webkit-min-width: 23%;
    border: 2px solid black;
    min-height: 200px;
    min-width: 23%;
    max-height: 200px;
    overflow: auto;
}

.chartpaddingstyle {
    padding: 5px;
}

.first-heading {
    padding-left: 30px;
}

.text-style {
    font-family: 'Klavica Light';
    font-size: 1.0em;
}

.form-horizontal .control-label {
    text-align: left;
}

.bottom-border {
    border-bottom: 1px lightgrey solid;
}

.padding-bottom15px {
    padding-bottom: 15px;
}

.padding-left20 {
    padding-left: 20%;
}

@media only screen and (max-width: 480px) {
    .padding-percentage6 {
        padding-left: 6%;
    }
}

@media only screen and (max-width: 480px) {
    .padding-percentage4 {
        padding-left: 4%;
    }
}

@media only screen and (max-width: 480px) {
    .padding-percentage1 {
        padding-left: 1%;
    }
}

.padding-left25 {
    padding-left: 25px;
}

#btnwidth15 {
    -moz-min-width: 15%;
    -ms-min-width: 15%;
    -o-min-width: 15%;
    -webkit-min-width: 15%;
    min-width: 15%;
}

#emailConfirmation {
    font-size: 2em;
    -webkit-text-wrap: normal;
    -moz-text-wrap: normal;
    -ms-text-wrap: normal;
    -o-text-wrap: normal;
    text-wrap: normal;
}

.height81px {
    height: 81px;
}

.margin-top45 {
    margin-top: 45px;
}

.minheight-235 {
    min-height: 235px;
}

.minheight-230 {
    min-height: 225px;
}

#margin-top20 {
    margin-top: 20px;
}

.paddingleft2 {
    padding-left: 1.2%;
}

.paddingleft17 {
    padding-left: 17px;
}

.btnwidth150 {
    width: 150px;
}

.tableheadercustom {
    background-color: white;
    color: black;
    font-size: 1.1em;
    font-weight: normal;
}

.tableheaderlink {
    background-color: white;
    color: black;
    font-size: 0.9em;
    font-weight: normal;
}

.box-control-textbox {
    border: 0.2pt solid #cccccc;
    font-family: 'Klavica Light';
    font-size: 1em;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    text-align: initial;
}


.btnAlignpage {
    background-color: #0f3e59;
    color: #FFFFFF;
    font-size: 1em;
    height: 33px;
    margin-left: 10px;
    margin-right: auto;
    text-align: center;
    width: 130px;
}

.btnAlignpageLarge {
    background-color: #0f3e59;
    color: #FFFFFF;
    font-size: 1em;
    height: 33px;
    margin-left: 10px;
    margin-right: 15px;
    text-align: center;
}

.box-control-browsebox {
    font-family: 'Klavica Light';
    font-size: .9em;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    text-align: left;
    width: 100%;
}

.caps {
    text-transform: capitalize;
}

.Customlabel {
    font-family: 'Klavica Light';
    font-size: 1em;
    height: 35px;
    padding-bottom: 0px;
    text-align: left;
}

.companyprofile {
    background-color: white;
    float: left;
    font-size: 1.2em;
    -ms-opacity: .8;
    opacity: .8;
    padding: 0px;
    text-align: left;
}

.customresponsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0 solid #ddd;
    margin-bottom: 15px;
    padding: 0;
}

.btnAlignlink {
    background-color: #0f3e59;
    color: rgb(0, 0, 255);
    font-size: 1.1em;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 60%;
}

.company-add {
    background-color: #E3972D;
}

.fontKlavikaLight {
    font-family: 'Klavica Light';
}

.fontKlavikaRegular {
    font-family: 'Klavika Regular';
}

.fontKlavikaItalic {
    font-family: 'Klavica Light Italic';
}

.padrgt8 {
    padding-right: 8px;
}

.marginbottom8px {
    margin-bottom: 8px;
}

.pad-left {
    padding-left: 4px;
}

.customPopup {
    font-family: 'Klavica Light';
    margin-left: 25%;
    margin-top: 4%;
    position: relative;
    width: 50.5%;
}

.paddingleftright34 {
    padding-left: 34px;
    padding-right: 34px;
}

.detail-style {
    margin-right: 55%;
    width: 71.5%;
}

table {
    border-collapse: separate;
}

.fontsize {
    font-size: 0.9em;
}

#fontsizefp {
    font-size: 0.8em;
}

.fontbold {
    font-weight: 700;
}

.margingleftCompany {
    margin-left: 0px;
    padding-left: 5px;
}

.margingleft15px {
    margin-left: 10px;
}

.paddgingleft15px {
    padding-left: 15px;
}

.margin-top35 {
    margin-top: 35px;
}

.margin-right20 {
    margin-right: 20px;
}
.margin-right8 {
    margin-right: 8px;
}
.padleftheader {
    margin-left: 4px;
}

.margingleft50px {
    margin-left: 50px;
}

.ui-autocomplete {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border: 1px solid #ccc -webkit-border-radius:5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: default;
    list-style: none;
    margin-top: 2px;
    padding: 0;
    position: relative;
    width: 10%;
    z-index: 1000;
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #DDD;
        }

.ui-helper-hidden-accessible {
    display: none;
}

.headerformat {
    width: auto;
}

.tableformat {
    margin-bottom: -0px;
}

.paddingb3 {
    padding-bottom: 3.5px;
}

/*.margingbottomheader { margin-bottom: 10px; }*/

#margingb-10 {
    margin-bottom: -10px;
}

.paddingleft6 {
    padding-left: 6px;
}

.paddingt30 {
    padding-top: 30px;
}

.minheight-200 {
    min-height: 200px;
}

.linkpadding {
    padding-left: 10px;
    padding-right: 10px;
}

#margingb-5 {
    margin-bottom: -5px;
    margin-top: 15px;
}

.ui-widget-overlay.custom-overlay {
    background-color: black;
    background-image: none;
    -ms-opacity: 0.9;
    opacity: 0.9;
    z-index: 1040;
}

.bgcolor {
    background-color: whitesmoke;
}

.margin-1 {
    margin: -1px;
}

.dropdownPaddingLeft16 {
    padding-left: 16px;
}

.dropdown-menu {
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    background-color: #FBAA1E;
    min-width: 100px;
}

@media screen and (max-width: 480px) {
    .dropdown-menu {
        -moz-min-width: 100px;
        -ms-min-width: 100px;
        -o-min-width: 100px;
        -webkit-min-width: 100px;
        background-color: #FBAA1E;
        min-width: 100px;
        right: 0;
        left: auto;
    }
}

.dropdown-menu > li > a, .dropdown-submenu2 > li > a {
    color: white;
    padding: 3px 15px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-submenu2 > .active > a, .dropdown-submenu2 > .active > a:hover, .dropdown-submenu2 > .active > a:focus {
    color: #0f3e59;
    background-color: #ffffff;
    text-decoration: none;
    outline: 0;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu2 {
    -moz-min-width: 101px;
    -ms-min-width: 101px;
    -o-min-width: 101px;
    -webkit-min-width: 101px;
    background-color: #FBAA1E;
    min-width: 101px;
    width: 101px;
    position: absolute;
    top: 65%;
    left: 100%;
    display: none;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
}
.dropdown-submenuMemberedit {
    -moz-min-width: 101px;
    -ms-min-width: 101px;
    -o-min-width: 101px;
    -webkit-min-width: 101px;
    background-color: #FBAA1E;
    min-width: 101px;
    
    position: absolute;
    top: 65%;
    left: 100%;
    display: none;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
}
.btnAlignpagetop {
    color: black;
    font-size: 1em;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 130px;
}

/*Dropdown*/
/* bootstrap dropdown hover menu*/
.padleft20px {
    padding-left: 20px;
}

.padright10px {
    padding-right: 30px;
}

.padright15px {
    padding-right: 15px;
}

.btn-width {
    -moz-min-width: 7em;
    -ms-min-width: 7em;
    -o-min-width: 7em;
    -webkit-min-width: 7em;
    min-width: 7em;
}

.padleft8px {
    padding-left: 8px;
}

.paddingright14px {
    padding-right: 14px;
}

.paddingright48px {
    padding-right: 48px;
}

.dropdown-width {
    width: 280px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid lightgrey;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 34px;
    background: url(https://cdn3.iconfinder.com/data/icons/arrows-flat-colorful/614/2288_-_Arrow_Down-16.png) no-repeat right;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-background-position-x: 262px;
    -o-background-position-x: 262px;
    background-position-x: 262px;
}

select {
    width: 138px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid lightgrey;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 34px;
    background: url(https://cdn3.iconfinder.com/data/icons/arrows-flat-colorful/614/2288_-_Arrow_Down-16.png) no-repeat right;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

.custom-dropdown {
    width: 147px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid lightgrey;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 34px;
    background: url(https://cdn3.iconfinder.com/data/icons/arrows-flat-colorful/614/2288_-_Arrow_Down-16.png) no-repeat right;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background-position-x: 127px;
}

.standard-dropdown {
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid lightgrey;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 34px;
    background: url(https://cdn3.iconfinder.com/data/icons/arrows-flat-colorful/614/2288_-_Arrow_Down-16.png) no-repeat right;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

.email-div > textarea {
    max-width: 100%;
    width: 100%;
    min-height: 250px;
}

input[type=checkbox] {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    text-decoration: none;
}

.padr5px {
    padding-right: 5px;
}

select::-ms-expand {
    display: none;
}

.email-link > a {
    color: blue;
}

.MonthDatePicker .ui-datepicker-year {
    display: none;
}

.HideTodayButton .ui-datepicker-buttonpane .ui-datepicker-current {
    visibility: hidden;
}

.hide-calendar .ui-datepicker-calendar {
    display: none !important;
    visibility: hidden !important;
}

.underline-link {
    text-decoration: underline;
}

.pac-container {
    /* put Google geocomplete list on top of Bootstrap modal */
    z-index: 9999;
    position: absolute !important;
    top: 34px !important;
    left: 1px !important;
}

#location_container {
    position: relative;
}

.margin-top5px {
    margin-top: 5px;
}

.btn-custom {
    color: #FFFFFF;
    background-color: #0f3e59;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    text-align: center;
    width: 140px;
}

    .btn-custom:hover, .btn-custom:active {
        background-color: #FFFFFF;
        color: #0f3e59;
        border-color: #8c8c8c;
    }

.btnwidth {
    height: 33px;
    min-width: 220px;
}

.margin-1 {
    margin: -1px;
}

.role-width {
    width: 220px;
}

.paddingleft13px {
    padding-left: 13px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0f3e59;
    background-color: #ffffff;
}

#CaptchaInputText-error {
    color: #a94442;
}

.dropdownlayout {
    background-color: #ffffff;
}

.dropdown-submenu {
    position: relative;
}

.emailtext-justify {
    text-align: justify;
    -webkit-text-justify: inter-word;
    -moz-text-justify: inter-word;
    -o-text-justify: inter-word;
    text-justify: inter-word;
    border-left: 0;
    border-right: 0;
}

.table-responsive-Report {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px solid #ddd;
    margin-bottom: 15px;
    padding: 0px;
}

.dotted-line {
    border-top: dotted 2px;
    color: grey;
}

.btn-help {
    background-color: #0f3e59;
    color: #FFFFFF;
    height: 20px;
    font-size: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 20px;
}

.btn-help-hover a:hover, a:focus {
    color: #048ABB;
    text-decoration: underline;
}

.paddingtop12 {
    padding-top: 12px;
}

.paddingtop14 {
    padding-top: 14px;
}

.resetheading {
    background-color: #0f3e59;
    color: #FFFFFF;
    padding-left: 5px;
    padding-bottom: 1.37px;
    padding-top: 1.37px;
    font-size: 24px;
    margin-top: 0px;
}

.resetbackbutton {
    background-color: #0f3e59;
    padding-top: 11px;
    margin-bottom: 33px;
}

.helpheight {
    height: 20px;
    padding-right: 22px;
    padding-top: 8px;
    font-size: 65%;
}

.memberheading {
    padding-right: 5px;
    padding-top: 7px;
}

.captchstyle {
    margin-top: 7px;
    color: #000000;
    font-size: 14px;
    font-family: 'Klavica Light';
    text-align: center;
}

.noXButton::-ms-clear {
    width: 0;
    height: 0;
}

.helpheight:hover {
    color: #048ABB;
    text-decoration: underline;
}

.resetHelpMargin {
    margin-bottom: 33px;
    height: 37px;
}

.white[readonly] {
    background-color: white;
    opacity: 1;
}

.borderDtTh0, .borderDtTh0 > thead > tr > th {
    border-bottom: 0px solid #FFFFFF;
}

.Custombtn {
    -moz-min-width: 9em;
    -ms-min-width: 9em;
    -o-min-width: 9em;
    -webkit-min-width: 9em;
    min-width: 9em;
}

.searchGroupWidth {
    width: 160px;
}

.searchTextWidth {
    width: 200px;
}

.searchButtonHeight {
    height: 40px;
}

.paginate_input {
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
    -moz-max-width: 50px;
    -ms-max-width: 50px;
    -o-max-width: 50px;
    -webkit-max-width: 50px;
    max-width: 50px;
    margin-left: 10px;
}

.paddingl28 {
    padding-left: 28px;
}

.formatamount {
    text-align: left;
}

.custom-dropdown-voucher {
    width: 253px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid lightgrey;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 34px;
    background: url(https://cdn3.iconfinder.com/data/icons/arrows-flat-colorful/614/2288_-_Arrow_Down-16.png) no-repeat right;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background-position-x: 230px;
}

.line-color {
    border-color: #F9A137;
}
.memberMenu {
    background-color: #0f3e59;
    color: #FFFFFF;
    text-align: center;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #0f3e59;
    background-color: white;
    border: 1px solid #0f3e59;
    text-decoration: none;
    outline: 0;
    text-align: center;
}
