﻿body {
    font: normal 13px segoe ui,verdana,arial,sans-serif !important;
    color: #222d32;
    margin: 0;
    padding: 0;
    outline: none;
}


::-webkit-scrollbar {
    width: 7px;
    height: 9px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 14px #1b467b;
}

.main_bg {
    background: #fff;
}

ul {
    margin: 0;
    padding: 0;
}
    
    li {
        list-style: none;
    }

.login-bg {
    background: url(https://wallpaperaccess.com/full/2274596.jpg);
    background-position: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.session_expired {
    width: 459px;
    color: #000;
    background: #fff;
    margin: 30px auto;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 0 2px #1b467b;
}

.sessionExp_txt {
    text-align: center;
    color:#000;
    font-size:35px;
    padding: 15px;
    font-weight: 600;
    margin-bottom:10px;
}

.login-box {
    background: #fff;
    width: 650px;
    -webkit-box-shadow: 0 8px 6px -6px #071933;
    -moz-box-shadow: 0 8px 6px -6px #071933;
    box-shadow: 0 8px 6px -6px #071933;
    height: 380px;
    margin: 0 auto;
    margin-top: 140px;
}

.login-contain {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.headingBar label, headingBar {
    color: #3c3c3c !important;
}

.box {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    margin-bottom: 30px;
    min-height: 300px;
    padding: 15px;
}

    .box.grayborder {
        border-top: 2px solid #d5d5d5;
    }

    .box.blueborder {
        border-top: 2px solid #3c8dbc;
    }

    .box.orangeborder {
        border-top: 2px solid #ff873f;
    }

    .box.redborder {
        border-top: 2px solid #eb0000;
    }

    .box.darkgrayborder {
        border-top: 2px solid #919191;
    }

    .box .header_title {
        border-bottom: 1px solid #d5d5d5;
        margin: 0;
        padding-bottom: 15px;
    }

.login-logo {
    background: #1b467b;
    height: 380px;
}

.sprite {
    background-image: url(/styles/images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.login-logo-img {
    background-position: 0px 0px;
    width: 315px;
    height: 68px;
    margin: 150px 20px;
    margin-bottom: 0px;
}

.icon-help, .icon-query, .icon-tour, .icon-contact {
    height: 38px;
    width: 38px;
}

.icon-contact {
    height: 38px;
    width: 42px;
}

.icon-help {
    background-position: 0px -69px;
}

.icon-query {
    background-position: -148px -69px;
}

.icon-tour {
    background-position: -65px -69px;
}

.icon-contact {
    background-position: -104px -69px;
}


.circle-icon {
    padding: 5px;
    /* border: 2px solid #cdd2d8; */
    border-radius: 0.25rem;
    color: #1b467b;
    width: 30px;
    background: #f8f9fa;
    font-size: 15px !important;
}

.maL3 {
    margin-left: 3px;
}

.maL2 {
    margin-left: 2px;
}

#lblMaxWord {
    width: 300px !important;
}

ul.top-left li {
    float: left;
    cursor: pointer;
    margin: 0 5px;
    transition: ease .5s all;
}

ul.top-left {
    padding: 0px;
    margin: 10px 0;
}

    ul.top-left li a {
        text-decoration: none;
        color: #1b467b;
    }

    ul.top-left li:hover, .active {
        background: #1b467b;
        /* border: 2px solid #1b467b; */
        color: #fff;
    }

    ul.top-left > li:hover > a, ul.top-left > li.active > a {
        color: #fff;
    }

.flare {
    background: url(/styles/images/bg_flare.png) top left no-repeat;
    width: 707px;
    height: 524px;
    position: absolute;
    left: 60px;
    bottom: 0px;
    z-index: -1;
}

ul.nav li a i {
    padding: 0 10px 0 0;
    font-size: 15px;
}

.topmargin10 {
    margin-top: 10px;
}

.leftright6 {
    margin-right: 6px;
}


.main-logo {
    background: #fff;
    padding: 6px 2px;
}

.container {
    width: 100%;
}

#sidebar-left {
    background: #1b467b;
    /*   background: #fff;*/
    padding: 0px !important;
    height: 100vh;
    transition: all 0.2s ease;
    /*border-right:1px solid #bdc5c5;*/
}

#content {
    min-height: 100%;
    position: relative;
    padding: 0 20px;
    transition: all 0.3s ease;
}

ol.number {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

    ol.number li {
        list-style: decimal;
        font-weight: normal;
        padding: 5px 0;
    }

.text-orange {
    color: #ffa500;
}

.smallfont {
    font-size: 12px;
}

.mediumfont {
    font-size: 15px;
}

.height10 {
    height: 10px;
}

.dxeBase_Aqua {
    font-family: segoe ui,verdana,arial,sans-serif !important;
    font-size: 9pt !important;
   /* font-weight: 600;*/
}

ul.nav {
    margin: 0px;
    padding: 0px;
}

    ul.nav li a {
        color: #fff;
    }

.box {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    min-height: 300px;
    margin-bottom: 30px;
}

    .box.gray {
        border-top: 2px solid #d5d5d5;
    }

    .box.blue {
        border-top: 2px solid #3c8dbc;
    }

    .box.orange {
        border-top: 2px solid #ff873f;
    }

    .box.red {
        border-top: 2px solid #eb0000;
    }

    .box.darkgray {
        border-top: 2px solid #919191;
    }

    .box h5 {
        margin-bottom: 15px;
        margin: 0;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 15px;
    }

.box-min {
    min-height: 180px;
}

ul.listItems li {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
    color: #5d5d5d;
}

.circle {
    margin-right: 20px;
}

.support-icons > div {
    float: left;
    padding: 30px;
    border-radius: 90px;
}

.support-icons:after {
    clear: both;
}

.xxlarge-font {
    font-size: 50px;
}

.circle-blue {
    border: 5px solid #03a9f4;
}

.circle-red {
    border: 5px solid #ff8989;
}

.circle-yellow {
    border: 5px solid #ffcc89;
}

.circle-purple {
    border: 5px solid #696389;
    padding: 30px 28px !important;
}

.btn-dark {
    background: #131a1d !important;
}

.username {
    color: #1b467b;
    margin: 5px;
    display: inline-block;
}

ul.nav img {
    margin-top: -4px;
    border-radius: 50%;
}

ul.drop-list {
    background: #1f282d;
    padding: 0;
}

    ul.drop-list > li {
        padding: 10px 20px;
        cursor: pointer;
    }

        ul.drop-list > li:hover {
            background: #131a1d;
        }

        ul.drop-list > li > a {
            text-decoration: none;
            font-size: 12px;
        }

        ul.drop-list > li.doublelist {
            background: #161f23;
        }

.login-heading {
    color: #1b467b;
    text-transform: uppercase;
    font: bold 16px "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    padding: 10px 0;
}

.dxtcPageContent_Aqua, .dxtcPageContentWithTabPositionBottom_Aqua, .dxtcPageContentWithTabPositionLeft_Aqua, .dxtcPageContentWithTabPositionRight_Aqua, .dxtcPageContentWithoutTabs_Aqua {
    font-family: 'Segoe UI' !important;
    color: #000 !important;
}

.dxucButton_Aqua, .dxucButton_Aqua a {
    color: #1b467b !important;
    font-weight: normal !important;
}

    .dxpcControl_Aqua a:hover, .dxucButton_Aqua a:hover {
        color: #286090 !important;
    }

.bold {
    font-weight: bold !important;
}

.paddingTop5 {
    padding-top: 5px;
}

.padding30 {
    padding: 0 30px;
}

.paddingtb30 {
    padding: 30px 0;
}

.login_pwd, .login_user {
    padding: 8px;
    background: #ececec;
    border-radius: 5px;
    color: #909090;
    border: none;
    width: 190px;
    margin: 5px 0;
}

.attachmentDiv > span {
    color: #2C4D79 !important;
}

.logintext, .logintext:hover, .logintext:active {
    padding: 7px 0;
    text-decoration: none;
}

.logintext {
    cursor: default;
}

.slideCheck, .active_slideCheck {
    cursor: pointer;
}

h1#normal {
    padding-left: 20px;
}

.slideCheck {
    width: 22px;
    height: 15px;
    background-position: -40px -72px;
    display: inline-block;
    margin: 8px 5px 0 0;
}

.active_slideCheck {
    background-position: -40px -87px;
    width: 22px;
    height: 15px;
    display: inline-block;
    margin: 9px 5px 0 0;
}

.AccordionContainer {
    /*padding: 15px 0;*/
}



a.LinkStyle {
    padding: 15px 15px;
    display: block;
    color: #fff;
    cursor: pointer;
    /*border-bottom: 1px solid #dee2e6;*/
}

    a.LinkStyle:hover {
        background: #ffffff;
        text-decoration: none;
        color: #1b467b;
    }

    a.LinkStyle label {
        margin-left: 15px;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px !important;
    }

div#cpCompany, .CompanyRepHide, .CompanyRep {
    position: absolute;
    top: 11px;
    right: 147px;
    z-index: 999;
    width: 181px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px 7px 7px 7px;
    border-radius: 3px;
    color: #656f6f;
    /* box-shadow: 1px 1px 3px 0 #ccc; */
}
    .CompanyRep:focus,
    .CompanyRep:active,
    .CompanyRep:hover {
        border-color: #4083d5;
        box-shadow: 0 0 0 0.2rem rgba(27, 70, 123, 0.25);
    }

#divMenu i {
    width: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    font-size: 16px;
}

.Companydiv {
    padding: 3px 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 4px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #696969;
    white-space: nowrap;
    font-size: 13px;
}

#divClear {
    background: #efefef;
    margin-left: -5px;
    margin-bottom: -5px;
    text-align: center !important;
    width: calc(100% + 13px);
    border-bottom-right-radius: 3px;
    padding: 3px 0;
    color: #ccc;
}

.fullwidth {
    width: 100% !important;
}

#divClear a {
    cursor: pointer;
    color: #F44336;
}

#compName {
    text-transform: capitalize;
}

.MainHeading {
    color: #023131;
    font-size: 20px;
    text-transform: uppercase;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginRt5 {
    margin-right: 5px;
}

.marginRt10 {
    margin-right: 10px !important;
}

.gridHeading {
    color: #212c31;
    font: normal 16px "Segoe UI";
    padding-bottom: 15px;
}

.full-container {
    background: #fff;
    padding: 0;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px #0000000f, 0 1px 4px #00000014;
    border: 0;
}

.HeadingContent {
    margin: 10px 0;
}

table.cellpadding > tr > td {
    padding: 3px;
}

.divhugeshowfilter {
    background: #f2f7f7;
    padding: 10px;
}

    .divhugeshowfilter .divhugeshowfilter {
        border: none;
        padding: 0px;
    }

.grid {
    margin: 2px;
}

.dxeTextBox, .dxeMemo {
    background-color: white !important;
    border: solid 1px #bcd2d1 !important;
}

#lblMasterHeader {
    display: inline-block;
    padding: 15px 37px;
    padding-top: 0;
    font-size: 16px;
    font-weight: 400;
}

.lables {
    width: 155px;
    text-align: left;
    float: left;
    margin: 2px;
    margin-top: 2px;
    color: #585757;
    font-size: 8pt;
}

.uploadcss1 {
    background-color: #f4f4f4;
    height: 25px;
    padding: 5px;
}

.uploadcss {
    float: left;
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #bce8f1;
    margin-top: 4px;
}

.entriessmall {
    line-height: 1.8;
    padding: 0 4px;
}

.uploadheading {
    padding-left: 36px;
    padding-top: 3px;
    vertical-align: middle;
    color: #fff;
}

.uploadleftdiv {
    background-color: #fbffff;
    border: 1px solid #ebf3f3;
    float: left;
    margin: 15px;
    padding: 15px 16px 14px;
}

ul.reports {
    min-height: 200px;
    margin-left: 15px;
}

    ul.reports > li {
        padding: 5px;
        list-style: disc;
    }

        ul.reports > li > a {
            color: #0b222d;
        }

            ul.reports > li > a:hover {
                color: #1b467b;
            }

body body {
    background: #fff !important;
}

.checkboxinline input[type="checkbox"] {
    float: left;
    margin: 4px 0px;
}

.checkboxinline label {
    float: left;
    display: inline-block;
    padding: 3px;
    margin-right: 3px;
}

.labelNew {
    font-weight: normal !important;
    float: left;
    margin-top: 4px;
    min-width: 50px;
    margin-right: 20px;
}

.radioButtons td label {
    float: left;
    padding: 3px;
}


.radioButtons td input[type="radio"] {
    float: left;
    margin-right: 3px;
}

.cursor {
    cursor: pointer;
}

.reports a {
    display: block;
    padding: 5px 0;
}

legend {
    font-weight: bold;
    padding: 0 8px;
    color: #283b56;
}

fieldset {
    border: 1px solid #dae6e6;
}

.bs-callout {
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}


input[type="checkbox"] {
    margin: 4px;
}

.ButtonLink {
    color: #3F66A0;
    cursor: pointer;
}

    .ButtonLink:hover {
        color: #F39128;
    }

.RadioButtons {
    margin-left: 2px;
}

    .RadioButtons input[type="radio"] {
        float: left;
        margin-right: 2px;
        margin-left: 3px;
        margin-top: 2px;
    }

    .RadioButtons label {
        float: left;
        margin: 0px 0 0 3px;
    }

.dxeTextBox_Aqua, .dxeMemo_Aqua {
    border: 1px solid #cbd6d5;
}

a[title="Add New"], a[title="Add Row"], a[title="Import"] {
    background: #1b467b;
    padding: 3px;
    color: #fff !important;
    border-radius: 2px;
    font-size: 90%;
    border-color: #60c3c2 !important;
    text-decoration: none;
}

    a[title="Add New"]:hover, a[title="Add Row"]:hover, a[title="Import"]:hover {
        background: #1b467b;
        color: #fff !important;
        text-decoration: none;
    }

a[title="Logout"] {
    color: #fff !important;
}

select:focus, controls:focus, .dxeEditArea_Aqua:focus {
    border: 1px solid #1b467b !important;
    box-shadow: 1px 0px 5px -2px #1a4971;
}

.header {
    clear: both;
}

.headingBar, .header, .customviewheader {
    background-color: #f5f5f5;
    padding: 5px 0;
    font-weight: bold;
    padding-left: 5px;
    font-size: 12px;
}

.borderNone {
    border: none !important;
}

.dxeTextBox_Aqua, .dxeMemo_Aqua {
    border-radius: 3px;
    padding-top: 1px;
    margin: 1px 0;
}

#dvFilter {
    margin-bottom: 10px;
}

.dxtcControl_Aqua {
    margin-bottom: 3px;
}

.btn {
    margin: 0px !important;
}

.fa_clock {
    font-size: 18px !important;
    color: #1b467b;
    padding-top: 7px;
}

.DashboradWindow {
    position: absolute;
    top: 33px;
    border: solid black 5px;
    padding: 10px;
    text-align: justify;
    font-size: 12px;
    width: 330px;
    height: 500px;
    margin-left: 45px;
    background-color: white;
}




.EnterTime {
    background: url('../Images/concenteractions.png') no-repeat -5px -5px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    border: 0;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
    margin-right: 2px;
}

.AbortIcon {
    background: url('../Images/concenteractions.png') no-repeat -5px -398px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
    margin-right: 2px;
}

.RevertIcon {
    background: url('../Images/concenteractions.png') no-repeat -5px -442px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
    margin-right: 2px;
}

.ImportIcon {
    background: url('../Images/concenteractions.png') no-repeat -5px -420px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
    margin-right: 2px;
}
.InvoiceEntry {
    background: url('../Images/concenteractions.png') no-repeat -5px -80px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
    margin-right: 2px;
}

.RunPayroll {
    background: url('../Images/concenteractions.png') no-repeat -5px -115px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
    margin-right: 2px;
}

.CustomerReceipt {
    background: url('../Images/concenteractions.png') no-repeat -8px -41px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
}

.CreditMemo {
    background: url('../Images/concenteractions.png') no-repeat -8px -249px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
}

.BillEntry {
    background: url('../Images/concenteractions.png') no-repeat -5px -40px;
    width: 26px;
    height: 24px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
}

.ProcessPayroll {
    background: url('../Images/concenteractions.png') no-repeat -14px -159px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
}

.BillPayment {
    background: url('../Images/concenteractions.png') no-repeat -5px -274px;
    width: 29px;
    height: 26px;
    cursor: pointer;
    display: block;
    float: left;
    border: none;
}

.ViewTransactions {
    background: url('../Images/concenteractions.png') no-repeat -5px -148px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left;
}

.ViewProfitability {
    background: url('../Images/concenteractions.png') no-repeat -5px -184px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left;
}

.ViewProfile {
    background: url('../Images/concenteractions.png') no-repeat -5px -222px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left;
}

.TransactionsCheck {
    background: url('../Images/concenteractions.png') no-repeat -8px -375px;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left;
}

ul.top-left .consultant-icon a img {
 /* background: url('../Images/Consultant.png') no-repeat !important; */
    width: 30px;
    height: 30px;
    border: none;
    background: #fff !important;
}

ul.top-left li.consultant-icon:hover {
    /*background: url('../Images/ConsultantHover.png') no-repeat #fff !important; */
    width: 30px;
    height: 30px;
    border: none !important;
    background: #fff !important;
}

a[accesskey="N"] {
    background: #1b467b;
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
}

.mL1 {
    margin-left: 1px;
}

/*Editor Classes*/

.dxmLite_Aqua .dxm-horizontal {
    background: #fff !important;
    background-image: none !important;
}

.dxmLite_Aqua .dxm-main {
    border: solid 1px #bfdada !important;
}

.dxtbControl_Aqua {
    background-color: #bfdada !important;
    border-bottom: Solid 1px #a6bfbf !important;
}

.dxheContentArea_Aqua {
    background-color: #bed2d2 !important;
}

.dxheViewArea_Aqua, .dxheControl_Aqua {
    border-color: #b8caca !important;
}


/*Editor Classes*/


header.navbar {
    position: fixed;
    width: 100%;
    z-index: 15;
}

.fixedContent.content-new {
    padding-top: 60px;
    margin-left: 65px !important;
}

#sidebar-left {
    position: fixed;
    padding-top: 60px !important;
    z-index: 3;
}

.fixedContent {
    margin-top: 60px !important;
    margin-left: calc(100% - 86.76471%);
}

.dxpcFooter_Aqua {
    background: #f4f4f4 !important;
    background-image: none !important;
}

.dxpcHeader_Aqua {
    background-color: #1b467b !important;
    background: #1b467b !important;
    border-bottom: Solid 1px #1b467b !important;
}

.dxpcControl_Aqua {
    border-bottom: Solid 1px #1b467b !important;
}

#divCompanyRepeater {
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
}



.widget_settings_small {
    display: none;
    left: 10px;
    border: 2px solid #1b467b;
    border-image: none;
    top: 15%;
    width: 310px;
    text-align: justify;
    font-size: 12px;
    position: absolute;
    z-index: 1000;
    background-color: white;
}

.widget_settings {
    display: none;
    left: 20%;
    border: 2px solid #1b467b;
    border-image: none;
    top: 15%;
    width: 51%;
    text-align: justify;
    font-size: 12px;
    margin-left: 8px;
    position: absolute;
    z-index: 1000;
    background-color: white;
}

.widget_settings_full {
    display: none;
    left: 2%;
    border: 1px solid #f4f4f4;
    border-image: none;
    top: 33%;
    text-align: justify;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 4px 20px 1px #0000000f, 0 1px 4px #00000014;
}

.widget_settings_heading {
    background: #f4f4f4;
    text-align: left;
    font-size: 12px;
    color: #333;
    padding: 8px 10px;
    font-weight: bold;
}

.widget_settings_content {
    padding: 10px;
}

.widget_table {
    width: 100%;
}

    .widget_table tr td {
        padding: 3px;
    }

.headingtextcolor {
    font-weight: 600;
    padding: 10px 0;
    color: #1b467b;
}

.padding5 {
    padding: 5px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .container #sidebar-left {
        width: 15.53529%;
    }

    .container #content {
        height: 100%;
        width: 84.46471%;
        padding: 0px;
    }

    .fixedContent {
        margin-left: calc(100% - 84.46471%) !important;
    }
}

@media screen and (max-width: 1280px) {
    .container #sidebar-left {
        width: 15.53529%;
    }

    .container #content {
        height: 100%;
        width: 84.46471%;
        padding: 0px;
    }

    .fixedContent {
        margin-left: calc(100% - 84.46471%) !important;
    }
}

@media screen and (max-width: 1440px) {
    .reportscroll {
        width: 1215px !important;
        height: 500px;
        overflow: auto;
    }

    .content-new .reportscroll {
        width: 1350px !important;
    }
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
    /*#ifNimble{position:absolute!important;overflow:scroll;}*/
    .container #sidebar-left {
        margin-left: 0 !important;
        width: 4.90%;
    }

    .container #content {
        width: calc(100% - 48px);
        padding: 0px;
        -webkit-overflow-scrolling: touch;
    }

    .fixedContent.resolutionleft {
        margin-left: 48px;
    }

    .ipad-hight520 {
        min-height: 385px;
    }

    .reportscroll {
        width: calc(100% - 100px) !important;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .fixedContent {
        margin-left: calc(100% - 86.76471%) !important;
    }

.fixedContent.content-new {
    margin-left: 65px;
}

    .reportscroll {
        width: 1350px;
        height: 550px;
        overflow: auto;
    }

    .content-new .reportscroll {
        width: 1500px;
    }

    .container #sidebar-left {
        width: 13.23529%;
        min-height: 800px;
    }

    .container #content {
        width: 86.76471%;
    }

    .paddingRightnone {
        padding-right: 0px;
    }

    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 86.76471%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 13.23529%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.top_bar {
    background: #fff;
    padding-bottom: 4px;
    box-shadow: 0 2px #0000000a;
    padding-top: 4px;
}
.main_bg {overflow:hidden}.full-container{overflow:auto;width:100%}
.topbar_up,.topbar_dwn {position:absolute;width:27px;height:24px;right:60px;opacity:0.9;cursor:pointer;transition:all 0.3s ease; }
.topbar_up{background:url(/Styles/images/UPArw.png) top left no-repeat;top:58px;}
.topbar_dwn {background:url(/Styles/images/dwnArw.png) top left no-repeat;}
.topbar_up:hover,.topbar_dwn:hover{opacity:1;}
.fixedpadding {margin-top:0px !important;}
.hideheader {display:none;}
  #settings {
            position: absolute;
            right: 280px;
            top: 15px;
            width: 250px;
            margin: 0;
            color: #555 !important;
            padding: 0px 10px;
            z-index: 999999999;
        }
#hideheader {display:none}
#ctl00_btnbackr {position:absolute;top:10px;z-index:10;margin-left:-24px}
/* (1920x1080) Full HD Display */
@media screen and (max-width: 1920px) {
    .container #sidebar-left {
        width: 11.03529%;
    }

    .container #content {
        height: 100%;
        width: 88.96471%;
        padding: 0px;
    }

    .fixedContent {
        margin-left: calc(100% - 88.96471%) !important;
    }
}

/* (1680x1050) WSXGA+ Display */
@media screen and (max-width: 1680px) {
    .container #sidebar-left {
        width: 11.63529%;
    }
    #settings {
        right: 315px;
    }
    .logowidth {
        width: 12.53529%;
    }

    .container #content {
        height: 100%;
        width: 88.36471%;
        padding: 0px;
    }

    .fixedContent {
        margin-left: calc(100% - 88.36471%) !important;
    }
}


/* (1600x900) HD+ Display */
@media screen and (max-width: 1600px) {
    .container #sidebar-left {
        width: 172px;
    }

    .logowidth {
        width: 13.23529%;
    }

    .container #content {
        height: 100%;
        width: 86.76471%;
        padding: 0px;
    }

    .fixedContent {
        margin-left: calc(100% - 86.76471%) !important;
    }
    .logowidthcollapse {
        
     width: 3.31%;
    margin-right: 0px;
    padding-right: 0px;
}

         .top_barcollapse {
    width: 96.68333%;
        }
}

@media screen and (max-width: 1440px) {
     .logowidthcollapse {
        
     width: 3.71%;
    margin-right: 0px;
    padding-right: 0px;
    }
      #settings {
        right: 175px;
    }

    .top_bar {
        background: #fff;
       /* border-bottom: 2px solid #d5d5d5;*/
        border-bottom: 3px solid #fff;
        padding-bottom: 4px;
        /* box-shadow: 0 1px 15px #0000000a, 0 1px 6px #0000000a;*/
        padding-top: 2px;
    }
          .top_barcollapse {
    width: 96.28333%;
    padding-bottom: 3px;
        padding-top:3px;
}
    .topbar_up {
        top:54px;
    }
}
@media screen and (max-width: 1366px) {
       #settings {
        right: 346px;
    }
    .top_bar {
        /*padding-bottom: 4px;*/
        padding-bottom: 4.5px;
        padding-top: 2px;
    }
    .container #sidebar-left {
        width: 165px;
    }

    .container #content {
        height: 100%;
        width: 84.46471%;
        padding: 0px;
    }

    .logowidth {
        width: 12.53529%;
        margin-right: 0px;
        padding-right: 0px;
    }
      .logowidthcollapse {
        
     width: 3.91%;
    margin-right: 0px;
    padding-right: 0px;
    }
    .top_bar {
    width:85.33333%;
        }
     .top_barcollapse {
    width: 95.98333%;
        }
    .fixedContent {
        margin-left: calc(100% - 86.46471%) !important;
    }

    .reportscroll {
        width: 1110px !important;
        height: 550px;
        overflow: auto;
    }

    .content-new .reportscroll {
        width: 1263px !important;
    }

    .resolutionleft {
        margin-left: calc(100% - 84.46471%);
    }
}

@media screen and (max-width: 1024px) {
    .logowidth {
        width: 48px;
    }

    a.LinkStyle label {
        font-size: 12px !important;
    }

    a.LinkStyle label {
        margin-left: 5px;
    }
}

.btn-primary .dxbf {
    background: #286090 !important;
}

.btn-danger .dxbf {
    background: #c9302c !important;
}
.innerheight {
height:500px;
overflow:scroll;
}
.main_bg {overflow:hidden}.full-container{overflow:auto;width:100%}
.topbar_up,.topbar_dwn {position:absolute;width:27px;height:24px;right:60px;opacity:0.9;cursor:pointer;transition:all 0.3s ease; }
.topbar_up{background:url(/Styles/images/UPArw.png) top left no-repeat;top:60px;}
.topbar_dwn {background:url(/Styles/images/dwnArw.png) top left no-repeat;}
.topbar_up:hover,.topbar_dwn:hover{opacity:1;}
.fixedpadding {margin-top:0px !important;}
.hideheader {display:none;}
.fullcontainer_Scroll {overflow-y:hidden !important;}



.payment-tabs{
	width:650px;
	height:520px;
	margin:0 auto;
	border-radius:4px;
	margin-top:100px;
	position:relative;
	background:#fff;
}
.payment-tabs .tab-content{
	background:#fff;
	border-radius:4px;
	height:100%;
	overflow-y:hidden;
	padding:20px 20px 20px 20px;
	border-left:1px solid #e2dfdc;
}
.payment-tabs .tab-content .active {
    background:#fff;
    border:none;
        }
.payment-tabs ul.nav-tabs{
	float:left;
	width:130px;
	background:#f7f5f3;
	border-radius:4px 0 0 4px;
    margin:0 !important;
}
.payment-tabs ul.nav-tabs > li{
	width:100%;
	text-align:center;
	border-bottom:1px solid #d8d8d8;
    margin:0;
}
.payment-tabs ul.nav-tabs > li:hover, .payment-tabs ul.nav-tabs > li.active {
    border:none;
    background:none;
}
.payment-tabs ul.nav-tabs > li:hover{
    border-bottom:1px solid #ddd;   
}
.payment-tabs ul.nav-tabs > li > a{
	width:100%;
	display:block;
	padding:30px 10px;
	color:#827f7d;
	font-size:12px;
}
.payment-tabs ul.nav-tabs > li > a span{
	font-size:14px;
}
.payment-tabs ul.nav-tabs > li > a:first-child{
	border-radius:4px 0 0 0;
}
.payment-tabs ul.nav-tabs > li.active > a{
    background:#fff;
    border: 1px solid #ddd;
}
.payment-tabs ul.nav-tabs > li > a:hover, .payment-tabs ul.nav-tabs > li > a:focus {
    background: #fff;
    color: #827f7d !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    border-right:1px solid #fff !important;
    border-top:1px solid #fff !important;
    border-bottom:1px solid #ddd !important;
}
.payment-tabs ul.nav-tabs > li.active > a:first-child{
	border-radius:4px 0 0 0;
    border-top:1px solid #ddd !important;
}
.payment-tabs ul.nav-tabs > li > a:focus, .payment-tabs ul.nav-tabs > li > a:hover{
	background:#fff;
	color:#827f7d;
    margin:0;
}
.payment-tabs ul.nav-tabs li.active a::after, .payment-tabs ul.nav-tabs li.active a::before{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.payment-tabs ul.nav-tabs li.active a::after{
	border-color: hsla(0,0%,100%,0);
	border-left-color: #fff;
	border-width: 7px;
	margin-top: -7px;
}
.payment-tabs ul.nav-tabs li.active a::before {
    border-color: hsla(30,9%,87%,0);
    border-left-color: #ccc;
    border-width: 8px;
    margin-top: -8px;
}
.payment-tabs h3{
	font-size:25px;
	color:#a09d99;
	margin:0 0 20px 0;
	font-weight:normal;
}

.close{
	position:absolute;
	padding:0 4px;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	border-radius:50%;
	text-align:center;
	line-height:20px;
	font-size:10px;
	display:block;
	color:#888;
	border:1px solid #888;
	z-index:99;
    opacity:0.7 !important;
}
.close span{
	padding:4px;
}
.payment-tabs .input-group{
	border-bottom:1px solid #ddd;
	position:relative;
	width:100%;
}
.payment-tabs .input-group-addon{
	background:#fff;
	border:none;
	border-radius:0;
	font-size:12px;
	width:30%;
	text-align:left;
}
.payment-tabs .input-group .form-control{
	border:1px solid #fff;
	box-shadow:none;
	border-radius:0;
	height:48px;
	line-height:48px;
	color:#333;
	font-size:12px;
	font-weight:bold;
}
.payment-tabs .input-group .form-control:focus{
	border:1px solid #e48130;
}
.cards{
	background:url(images/cards.jpg) no-repeat center center;
	width:95px;
	height:21px;
	position:absolute;
	right:8px;
	top:13px;
	display:block;
	z-index:9;
}
.my{
	width:45%;
	float:left;
}
.cvc{
	width:45%;
	float:right;
}
.change-btn{
	background:#5fbe52;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	border-radius:4px;
	padding:8px 20px;
	margin:10px 0 5px 0;
	display:inline-block;
}
.change-btn:hover{
	color:#fff;
	text-decoration:none;
}
.current-plan{
	background:#effbef;
	border-radius:6px;
	padding:10px;
	overflow:hidden;
	margin-bottom:20px;
}
.current-plan h4{
	color:#2c8000;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
.current-plan h2{
	color:#5fbe52;
	font-size:20px;
	margin:0;
}
.current-plan h2 small{
	color:#5fbe52;
	font-size:18px;
}
.anotherplan{
	background:#5fbe52;
	color:#fff;
	font-size:12px;
	padding:5px 10px;
	border-radius:20px;
	margin:5px 0 0 0;
	display:inline-block;
}
.current-plan .progress{
	height:4px;
	margin-bottom:6px;
}
.current-plan .progress-bar{
	background:#5fbe52;
}
.current-plan h5{
	margin:0;
	color:#5fbe52;
	text-align:center;
}
.get-more{
	background:#93da93;
	padding:10px;
	border-radius:20px;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	margin:5px 0 0 40px;
}
.get-more:hover{
	color:#fff;
	text-decoration:none;
}
.current-plan p{
	font-size:11px;
	color:#5fbe52;
	font-weight:bold;
}
.current-plan p a{
	color:#1eaedb;
}
.current-plan p a:hover{
	color:#0fa0ce;
	text-decoration:none;
}
.invoice-list{
	margin:0;
	padding:0 0 0 5px;
}
.invoice-list li{
	list-style:none;
	font-size:12px;
	color:#6a6968;
	line-height:40px;
	border-bottom:1px solid #eeeeee;
}
.invoice-list li a{
	font-size:11px;
	float:right;
	color:#5fbe52;	
}
.invoice-list li a:hover{
	text-decoration:none;
}
.pay-method {
	border-bottom:1px solid #ddd;
	overflow:hidden;
	padding-bottom:10px;
}
.pay-method span{
	font-size:18px;
	text-align:left;
	color:#444;
}
.pay-method a{
	border:1px solid #ddd;
	color:#444;
	padding:6px 10px;
	float:right;
}
.pay-method a:hover{
	background:#fafafa;
	text-decoration:none;
}
.current-payment{
	background:#f5f5f5;
	padding:10px;
	margin:15px 0 10px 0;
}
.current-payment .table, .current-payment .table tr td{
	border:none;
	font-size:12px;
}
.american{
	background:url(images/american-express.png) no-repeat;
	display:block;
	width:44px;
	height:28px;
}
.inner-tabs ul.nav-tabs{
	float:none;
	width:100%;
}
.inner-tabs .tab-content{
	overflow:inherit;
	border:none;
}
.imgStatus {
        width: 16px;
    height: 16px;
}
.imgStatusLeft {
margin-left:5px;
}

.inner-tabs ul.nav-tabs > li{
	width:50%;
}
.inner-tabs ul.nav-tabs > li > a{
	padding:10px;
}
.inner-tabs ul.nav-tabs li.active a::after, .inner-tabs ul.nav-tabs li.active a::before{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	display:none;
}
.inner-tabs ul.nav-tabs li.active a::after{
	border-color: hsla(0,0%,100%,0);
	border-left-color: #fff;
	border-width: 7px;
	margin-top: -7px;
}
.inner-tabs ul.nav-tabs li.active a::before {
    border-color: hsla(30,9%,87%,0);
    border-left-color: #e2dfdc;
    border-width: 8px;
    margin-top: -8px;
}
.arbupdatebuttons {
    width:32%;
}
.inner-tabs .btn-pay{
	background:#4cbbba;
	padding:7px 16px;
	color:#fff;
	display:inline-block;
	width:100%;
	border-radius: 4px;
	font-size:16px;
	font-weight:bold;
	margin:15px 0 0 0;
}
.arbamount {
line-height:39px !important
}
.payout {
width:100%;
margin-top:0px;
}
.payout .tab-content {
    overflow:inherit;
    height:100%;
}
.subDetails tr td {
    color:#555 !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.ManageARB {
        width: 75%;
    border: 1px solid #ddd;
    padding: 10px;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    width:100%;
    height:100%;
    background-color:rgba(58,58,58,.8);
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.tab-content:focus, .inner-tabs:focus, .payment-tabs:focus, .payout:focus{
    outline:0;
}
a:focus {
    outline:0;
}
div:focus {
    outline:0 !important;
}
.imgcard {
    /*height: 22px;*/
    align-items: center;
    margin-top: 2px;
    width: 30px;
    position: absolute;
    z-index: 9;
    top: 12px;
    right: 8px;
    opacity: 0.8;

}
.managecards {
    position: relative;
    margin-bottom: -24px;
}
.Subscription {
position: absolute;
z-index: 999;
}
.fade.in {
    opacity: 1;

}
.faarb {
 list-style-type:disc;
 font-size:12px;
 margin-left:11px;
 height:40px;
 color: #444;

}

   .sub_inf {
            font-size: 14px;
            color: #000000;
            font-family: inherit;
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
        }
.ARBtermscond {
    border-bottom: none !important;
    margin-top: 7px;
}
a.LinkStyle.active {
    color: #1d467e;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.maximizeicon {
    font-size: 16px !important;
    color: #8C8C8C !important;
}
.ma-2 {
    margin: 2px !important;
}

.ma-5 {
    margin: 5px !important;
}

.pa-3 {
    padding: 3px !important;
}

.pa-10 {
    padding: 10px !important;
}