﻿
/*ANY NEWLY ADDED STYLE IS COMMENTED WITH "Change for new style"*/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 14px !important;
}

    body:before {
        background-color: #fff;
    }

a:link {
    color: #0072DC;
}

a:hover {
    text-decoration: underline;
}

.main-container {
    background-color: #fff;
}

#affId {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0 20px 10px;
    color: #fff;
    width: 252px;
    z-index: 6;
}

#affId-bg {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 10px 0 40px 10px;
    width: 252px;
    transition: 0.75s;
}

    #affId-bg div {
        position: absolute;
        top: 0;
        left: 0;
        width: 252px;
        transition: 0.75s;
        height: 100%;
    }

    #affId-bg #opac-black {
        background-color: #343434;
        opacity: 0.7;
        z-index: 1;
    }

@media (min-width: 768px) {
    #collapse-btn {
        position: fixed;
        bottom: 0;
        left: 210px;
        padding: 10px 0 16px 10px;
        color: #fff;
        width: 30px;
        z-index: 6;
        cursor: pointer;
    }
}

@media only screen and (max-width:767px) {
    div.logo {
        background-size: auto 30px !important;
    }
}

.widget-body {
    min-width: 280px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 20px 20px 0 20px;
    background-color: transparent; /*Change for new style*/
}

.widget-header {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0px 0px 0px 0px !important;
}

.widget-caption {
    font-weight: bold !important;
}

.widget-header .widget-caption {
    font-size: 20px !important;
}

.widget-buttons .widget-caption {
    font-weight: 500 !important;
    font-size: 17px;
    margin-left: 10px;
}

.widget-body .collapse {
    margin-top: 10px;
}

.orders-footer, .orders-header {
    background-color: #fff !important;
}

.orders-container { /*Change for new style*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.orders-header {
    border-bottom: 3px solid #ccc !important;
}

    .orders-header h6 {
        font-weight: bold !important;
    }

.orders-footer {
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.orders-list .order-item {
    border-bottom: 0px !important;
}

.ebClass .databox-title {
    font-weight: 400;
}

.ebClass .databox-text {
    color: #0072DC !important;
    font-size: 16px;
}

#ebContainer_WebDollar .ebClass {
    height: 40px;
    padding: 5px !important;
    border-color: #ccc !important;
}

/*User menu*/

.user-menu {
    position: absolute !important;
    top: 65px !important;
    right: 32px !important;
    text-align: left;
    border-radius: 5px;
    padding-bottom: 5px;
    z-index: 10;
    width: 300px;
}

.page-content {
    background-color: #fff; /*Change for new style*/
    margin-left: 252px;
    transition: 0.75s;
}

.page-sidebar:before {
    -webkit-box-shadow: none !important; /*Change for new style*/
    -moz-box-shadow: none !important; /*Change for new style*/
    box-shadow: none !important; /*Change for new style*/
    background-color: #343434; /*Change for new style*/
    margin-left: -5px;
    width: 252px;    
}

.breadcrumb {
    min-width: 240px;
    margin: 7px 40px 0px 12px;
}

.page-breadcrumbs {
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}

.widget-header.bordered-bottom {
    min-width: 280px;
    border-bottom-color: transparent !important;
}

.widget .primary-border-bottom-colour .widget-caption {
    border-bottom: 1px solid #0072DC;
}

.MediaResult .widget {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.hiddenSmallDiv {
    visibility: hidden;
    width: 10px;
    height: 1px;
    transition: 0.75s;
}

.netreferReadonly {
    color: rgba(68, 68, 68, 0.46) !important;
    background-color: #fff !important;
}

textarea {
    resize: none;
}

    textarea.bigger {
        min-height: 150px;
    }

/*Right Container*/

.activeMedia .databox.databox-vertical.databox-lg {
    border-radius: 3px;
    padding: 10px 0px 0px 0px;
    height: 80px;
    border-color: #ccc !important;
}

.activeMedia .databox-number {
    padding: 0px 0px 10px 0px;
    font-size: 25px !important;
}

.activeMedia .databox-text {
    font-size: 14px !important;
}

    .activeMedia .databox-text .fa {
        font-size: 16px;
    }

.activeMedia .databox:hover {
    opacity: 1;
}

/*Piecharts*/

.easyPieChart {
    margin: 0 auto;
}

    .easyPieChart canvas {
        width: 160% !important;
        height: auto !important;
        margin: 0 auto;
        left: -30%;
    }

.databox:hover {
    opacity: 0.6;
    border: 2px solid #80bef6;
}


/*Dashboard*/

.dashboard-bg-yellow {
    background-color: #FFB500 !important;
}

.dashboard-bg-lightred {
    background-color: #FF4933 !important;
}

.dashboard-bg-palegreen {
    background-color: #72C01D !important;
}

.dashboard-databox-graded {
    background-color: #fff; /*Change for new style*/
}

.databox-stat {
    width: 20px;
    height: 20px;
    padding: 4px 4px !important;
    top: 70px !important;
    right: calc(50% - 10px) !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}

.databox { /*Change for new style*/
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border: 2px solid #ccc;
}

.databox-top {
    height: 55%;
}

.databox-bottom span {
    font-size: 26px !important;
}

.dashboard-databox {
    margin-bottom: 20px !important;
    min-width: 100px !important;
}

.dashboard-bordered-bottom-5 {
    border-bottom: 5px solid !important;
}

.dashboard-databox-padding {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}

.tab-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
    text-align: center !important;
}

.dashboard-tab-content {
    padding-bottom: 5px !important;
}

.dashboard-tab-text {
    text-overflow: ellipsis !important;
    overflow-x: hidden !important;
}

.dashboard-tab-text, .nav > li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.dashboard-info-date {
    text-align: left; /*Change for new style*/
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0px;
    padding: 4px !important;
    background-color: transparent !important; /*Change for new style*/
    border: none;
    clear: both;
}

.active-dashboard-widget {
    border: 2px solid #0072DC !important;
}

.tab-pane .databox {
    height: 200px;
    padding: 10px 5px 0 5px;
    text-align: center;
    border-radius: 5px;
}

.tab-pane .databox-bottom .databox-text {
    color: #0072DC !important;
    font-size: 16px !important;
    line-height: 18px;
}

.popover {
    max-width: 250px !important;
}

.popover-content {
    text-align: center;
    padding: 0px !important;
}

.popover-content-walkthrough {
    text-align: center;
    padding: 5px !important;
}

.news-widget {
    padding: 5px !important;
    border: 0px !important;
}

.fixedMinWidth {
    min-width: 175px;
}

.nr-menu-profile {
    display: block;
}

.databox .databox-right .nr-menu-text-aff {
    margin-left: 7px;
    font-size: 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
    overflow: hidden;
    max-height: 40px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.databox .databox-right .nr-menu-text-id {
    margin-left: 7px;
    font-size: 13px;
    margin-bottom: 4px;
}

.databox .databox-right .nr-menu-text-fullname {
    margin-left: 7px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.databox .databox-left .nr-dropdown-profile {
    margin-left: 7px;
    font-size: 15px;
    margin-bottom: 4px;
    margin-top: 1px;
}

.databox-profile {
    margin-bottom: 15px;
    border: 0px;
}

.nr-menu-databox {
    z-index: 1000;
    width: 100% !important;
}

.nr-menu-databox-left {
    z-index: 1000;
}

.loading-container {
    z-index: 90000;
}

.page-header {
    height: auto !important;
    background-color: #fff; /*Change for new style*/
    box-shadow: none;
    border: 0px solid #fff;
}

.padding-top-10-databox {
    padding-top: 10px !important;
}

.nr-font-90 {
    font-size: 16px;
    font-weight: bold;
    line-height: 80px;
}

.padding-right {
    padding-right: 13px;
}

.dropdown-menu-nr {
    margin-left: 18px;
    margin-top: -30px;
    box-shadow: none;
    min-width: 75px;
    overflow-x: hidden;
}

.grey-out {
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 4;
}

.page-body {
    padding: 10px 10px 24px !important;
    background-color: #fff;
}

.page-body-footer {
    margin-top: 20px;
    margin-bottom: -20px;
    min-width: 280px;
}

.navbar {
    height: 85px; /*Change for new style*/
}

.navbar-inner {
    height: 85px; /*Change for new style*/
}

.navbar-header {
    width: 100%;
    height: 85px; /*Change for new style*/
}

    .navbar-header:after {
        width: 252px;
        height: 85px;
        background-color: #343434;
        position: absolute;
        top: 0px;
        z-index: 3;
        opacity: 0.7;
        transition: 0.75s;
    }

#sidebar-collapse {
    display: none;
}

#mobile-area {
	display: none;
}

.navbar .sidebar-collapse {
	position: relative;
	left: 0px;
	margin-left: 5px;
}

    .navbar .sidebar-collapse .collapse-icon {
        font-size: 20px;
    }


.page-sidebar .sidebar-menu > li.open > a { /*Change for new style*/
    background-color: #343434;
}

.page-sidebar .sidebar-menu .submenu > li.open > a { /*Change for new style*/
    background-color: #343434;
}

.sidebar-menu > li > a:focus { /*Change for new style*/
    background-color: #343434;
}

.page-sidebar .sidebar-menu a .menu-expand { /*Change for new style*/
    color: #fff;
    font-size: 16px !important;
}

.page-sidebar .sidebar-menu li.open > a .menu-expand {
    color: #80bef6 !important;
}

.page-sidebar .sidebar-menu > li > .submenu > li > a:before, .page-sidebar .sidebar-menu > li > .submenu:before { /*Change for new style*/
    border: 0;
    background-color: transparent !important;
}

.page-sidebar .sidebar-menu > li > .submenu > li.active:last-child a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.page-sidebar .sidebar-menu .submenu > li .submenu {
    border: 0 !important;
}

.submenu .open .submenu .open .menu-dropdown {
}

.submenu .open .submenu .open li a {
    padding-left: 40px !important;
}

.hamburgerMenuMessage {
    position: absolute;
    top: 5px;
    left: -10px;
    width: 18px;
    height: 18px;
    background: #e74c3c;
    border-radius: 9PX;
    text-align: center;
    line-height: 1px;
    padding-right: 1px;
}

.hamburgerMenuMessage_tour {
    position: absolute !important;
    top: 6px;
    width: 18px;
    height: 15px;
    background: #e74c3c;
    border-radius: 250px;
    text-align: center;
    line-height: 8px;
    padding-right: 1px;
}

.MessageNumberNotification {
    font-size: 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
    color: white;
    text-align: center;
}

.navbar-logo-spacing {
    padding-left: 2px;
    display: inline-block;
    position: absolute;
}

.navbar-popup {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    border-top: 1px solid #f3f3f3;
}

.navbar-icon-collider {
    display: inline-block;
    text-align: center;
}

.navbar-profile {
    font-size: 30px;
    line-height: 50px;
    text-decoration: none !important;
}

a.navbar-popup {
    text-decoration: none !important;
    color: #665;
}

span.uppercase-Text {
    text-transform: uppercase;
}

.ui-accordion .ui-accordion-content {
    padding: 1em !important;
    padding-bottom: 0px !important;
}

.hiddenDisplay {
    display: none;
}

.customGridLI {
    display: block;
    word-wrap: break-word;
}

.customGridUL {
    list-style-type: none;
}

.titleMaxLines {
    max-height: 65px;
}

.gridEllipsis {
    max-height: 48px;
    overflow: hidden;
    display: block;
    width: 100%;
    border: 0px solid #ddd !important;
    border-right: 0px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

.longTitleEllipses {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F3F3F3 !important;
}

.bootboxLarge {
    margin-top: 2px;
    margin-right: 3px;
    font-size: 20px;
    display: inherit;
}

.bootboxLarge-Single {
    margin-top: 2px;
    margin-right: 13px;
    font-size: 20px;
    display: inline-block;
}

.bootboxXLarge {
    margin-right: 3px;
    margin-top: -1px;
    font-size: 22px;
    display: inherit;
}

.bootboxRight {
    padding-left: 14px;
    margin-top: 2px;
    display: inline-block;
}

.titleIconSpace {
    display: inline-flex;
    margin-right: 7px;
}

.bigLabel {
    width: 155px;
}

.feedbackStarErrorMessage {
    float: left;
    width: 100%;
    margin-top: -7px;
    margin-bottom: 7px;
}

.feedbackRadioErrorMessage {
    float: left;
    width: 300px !important;
}

.form-group label {
    font-size: 14px;
}

.form-control-dynamic {
    display: block;
    font-size: 16px !important;
    background-color: #fff !important;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 6px 12px;
    width: 100%;
    overflow: hidden;
}

input[type="text"]:focus, select:active {
    border: 0px solid #0072DC;
}

.form-control-dynamic[disabled], .form-control-dynamic[readonly] {
    cursor: not-allowed !important;
}

.form-control {
    background-color: #fff;
    padding: 2px 12px;
}

.form-control, select {
    font-size: 16px;
}

.form-group {
    font-size: 14px;
}

.textBold {
    font-weight: bolder !important;
}

hr.darker {
    border-top: 1px solid #9E9E9E;
    margin: 10px 0 !important;
}

.menu-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 190;
    -ms-opacity: 0.5;
    opacity: 0.5;
    left: 252px !important;
}

.login-remember-me {
    position: absolute;
    left: 60px;
    margin-top: 3px;
}

.grey-default-colour {
    color: #665 !important;
}

    .grey-default-colour:hover {
        color: #665 !important;
    }

.yellow-default-colour {
    color: #f3d940 !important;
}

.white-default-colour { /*Changed for new style / Added new class*/
    color: #fff !important;
}

.page-sidebar .sidebar-menu a {
    height: 44px;
    line-height: 44px;
    color: #fafafa !important;
    background-color: #343434;
    border: 0px;
    font-size: 16px !important;
}

.page-sidebar .sidebar-menu li.active > a { /*Side bar active*/
    background-color: #343434 !important;
    color: #90caf9 !important;
}

.page-sidebar .sidebar-menu li.active .submenu li a {
    border-style: none;
}

.page-sidebar .sidebar-menu .submenu > li > a {
    padding-left: 21px;
    font-size: 15px !important;
}

.page-sidebar .sidebar-menu li.active .submenu li.active .submenu li .menu-text {
    border-bottom: 0px;
}

.breadcrumb > li > a, .breadcrumb > li, .breadcrumb > li.active { /*All Breadcrumb*/
    color: #665 !important;
}

.iconContentFatter {
    padding: 9px 14px !important;
}

.pagination > li.active > a, .pagination > li.active > a:hover {
    background-color: #fff;
    border-color: #665;
    color: #0072DC;
}

/*Changed for new style / Moved from client.css*/
.nav-tabs > li.active > a { /*tabs default state*/
    background-color: #fff;
    border-top: 2px solid #0072DC;
}

/*Changed for new style / Moved from client.css*/
.nav-tabs > li.active.tab-info > a { /*tabs default state*/
    background-color: #fff;
    border-top: 2px solid #0072DC;
}

/*Changed for new style / Moved from client.css*/
.nav-tabs > a:focus { /*tabs focus*/
    background-color: #fff;
    border-top: 2px solid #0072DC;
}

/*Changed for new style / Moved from client.css*/

.nav-tabs > li.active > a:hover { /*tabs hover*/
    background-color: #fff;
    border-top: 2px solid #0072DC;
}

.nav-tabs > li.active > a:focus {
    background-color: #fff;
    border-top: 2px solid #0072DC;
}

.tab-content {
    padding: 10px 0px 0px 0px !important;
    background-color: #fff; /*Change for new style*/
}

#leftContainer { /*Change for new style*/
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.well { /*Change for new style*/
    background-color: #f5f5f5;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px !important;
}

.btn-primary, .btn-primary:focus { /*all buttons normal*/
    background-color: #337ab7 !important; /*same as bootstrap*/
    border-color: #2e6da4 !important; /*same as bootstrap*/
    color: #FFF !important; /*same as bootstrap*/
}

    .btn-primary:hover {
        background-color: #286090 !important; /*same as bootstrap*/
        border-color: #2e6da4 !important; /*same as bootstrap*/
    }

.panel-body {
    padding: 3px 0px;
}

.accordion.panel-group .panel-body {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.mainColour {
    height: 50px;
    text-align: center;
    border: 1px solid #9E9E9E;
}

    .mainColour.clicked {
        border: 3px solid #665 !important;
    }

.col-4-removePadding-left {
    padding-left: 15px !important;
    padding-right: 5px !important;
}

.col-4-removePadding-middle {
    padding: 0px 5px !important;
}

.col-4-removePadding-right {
    padding-left: 5px !important;
    padding-right: 15px !important;
}

.transition {
    width: 100%;
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.50s ease-out 0s;
    -moz-transition: max-height 0.50s ease-out 0s;
    -ms-transition: max-height 0.50s ease-out 0s;
    transition: max-height 0.50s ease-out 0s;
}

    .transition.clicked {
        width: 100%;
        max-height: 200px;
        -webkit-transition: max-height 1s ease-in 0s;
        -moz-transition: max-height 1s ease-in 0s;
        -ms-transition: max-height 1s ease-in 0s;
        transition: max-height 1s ease-in 0s;
    }

/*new style*/

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #665 !important;
    content: '❯' !important;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    font-size: 11px !important;
    line-height: initial !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    content: '❯' !important;
}

/*avoid titles overlapping arrows in accordian*/
.accordion-toggle {
    padding: 10px 25px 10px 10px !important;
    font-size: 16px !important;
}

.accordion.panel-group .panel-heading .accordion-toggle:after {
    right: 10px !important;
}

/*Statistic icons*/

.up {
    background-image: url('../img/up.png');
    width: 40px;
    height: 40px;
}

.accordion-side-padding {
    padding: 10px 10px 0 10px;
}

li {
    line-height: 22px;
}

.DTTTFooter {
    padding: 0 !important;
    border: 0 !important;
    border-top: 1px solid #ddd !important;
    background-color: #fff !important;
    background-image: none !important;
}

div.dataTables_info {
    padding-left: 10px;
}

div.dataTables_paginate {
    padding-right: 3px;
}


.indent {
    margin-left: 12px;
}

.contact-width {
    width: 160px;
    padding-bottom: 5px;
}

.contact-details {
    min-width: 230px;
    float: left !important;
}

.contact-details-title {
    width: 110px;
    float: left !important;
}

.contact-details-info {
    float: left !important;
}

.UL-Remove-Bullet {
    list-style-type: none;
    padding: 0;
    padding-left: 30px;
}

.Li-Padding {
    float: left;
    width: 30px;
}

br.clearfix {
    clear: both;
}

.HeaderIcons {
    float: right !important;
    width: 370px;
    padding: 20px 0px 0px 54px;
    position: relative;
    z-index: 5;
    margin-right: -66px;
}

.HeaderProfileIcon {
    width: 15%;
    display: inline-block;
    position: relative;
}

.HeaderLanguageIcon {
    width: 24%;
    display: inline-block;
    position: relative;
}

.HeaderMenuIcon {
    width: 17%;
    display: inline-block;
    position: relative;
}

.HeaderSignoutIcon {
    width: 20%;
    display: inline-block;
    position: relative;
}

.LanguageIcon {
    width: 25%;
    display: inline-block;
}

a.msgCreateIcon {
    height: 30px;
    display: inline-block;
    padding: 0px 0px 0px 15px;
}

i.msgCreateIcon {
    font-size: 18px;
}

.msgCreateIcon span {
    font-size: 16px;
    text-decoration: none;
}

    .msgCreateIcon span:hover {
        text-decoration: none !important;
    }

label.bottomSpacing {
    margin-bottom: 5px;
}

.page-sidebar .sidebar-menu { /*Change for new style*/
    margin-left: 0px;
    margin-bottom: 50px;
}

    .page-sidebar .sidebar-menu .submenu > li .submenu > li > a {
        padding-left: 32px;
    }

    .page-sidebar .sidebar-menu li.open a {
        background-color: #343434;
    }

    .page-sidebar .sidebar-menu li.open > a {
        background-color: #343434;
        color: #80bef6 !important;
    }

    .page-sidebar .sidebar-menu > li > a {
        border: 0;
    }

    .page-sidebar .sidebar-menu:last-child {
        border: 0;
        width: 252px;
        transition: 0.75s;
    }

    @media (max-width: 767px) {
        .page-sidebar .sidebar-menu:last-child {
            width: 224px;
        }
    }

    .page-sidebar .sidebar-menu .submenu > li .submenu > li .submenu > li > a {
        padding-left: 43px !important;
    }

    .page-sidebar .sidebar-menu > li.active > a:hover {
        background-color: #343434 !important;
    }

    .page-sidebar .sidebar-menu li a:hover, .page-sidebar .sidebar-menu li.active a:hover {
        background-color: #524e4e !important;
    }


.editorRemoveMargin > .panel {
    margin-bottom: 0px !important;
}

.well .header[class*="-border-"] {
    border-bottom: 3px solid #fff;
}


/* Search */

#searchBar {
    width: 225px;
    margin: 0 auto;
}

    #searchBar .searchInput {
        background-color: #343434;
        color: #ccc;
        border-color: #ccc;
        border-radius: 3px 0px 0px 3px !important;
    }

        #searchBar .searchInput:focus {
            color: #fff;
        }



#searchMenu .btn {
    background-color: #343434;
    color: #ccc;
    border-color: #ccc;
    border-radius: 0px 3px 3px 0px !important;
    margin-top: 0px;
}

.toast-top-right-search {
    top: 60px;
    right: 12px;
}

.table-wrapped {
    table-layout: fixed;
}

    .table-wrapped td {
        word-wrap: break-word;
    }

.dropdown-menu > li > a > label {
    cursor: pointer;
}

a.removeUnderline {
    text-decoration: none;
}

.remove-padding {
    padding: 0 !important;
}

.remove-margin {
    margin: 0 !important;
}

.bootstrap-switch-handle-on {
    background-color: #444 !important;
}

.font-665 {
    color: #665;
}

.close-sub-menu {
    position: absolute;
    right: 8px;
    top: 3px;
    font-size: 14px;
    cursor: pointer;
}

.nr-menu-text-fullname {
    font-size: 15px;
}

.table thead {
    border-bottom: 2px solid #666;
}

    .table thead th {
        background-color: #fff !important;
        font-size: 14px !important;
    }

.table td {
    font-size: 14px !important;
}

.text-danger {
    color: #F44336 !important;
}

@media screen and (max-width: 370px) {
    .well .block {
        font-size: 14px !important;
    }

    .well {
        padding: 5px;
    }

    .user-menu {
        left: 10px !important;
    }
}

@media screen and (max-width: 1300px) {
    .ebClass .databox-title {
        font-size: 20px !important;
    }
}

/*for mobile - new changes*/

@media screen and (max-width: 767px) {


    #toastMessage{
        width:100% !important;
    }
    #CookieBar{

    }
    .page-content {
        margin-left: 0;
    }

    #sidebar-collapse {
        color: #fff;
        border: 1px solid #fff;
        padding: 4px;
        display: block;
        height: auto !important;
        margin-top: 50px;
        z-index: 4;
        width: 50px;
        font-size: 14px;
    }

    #collapse-btn {
        display: none;
    }

    #mobile-area {
        display: block !important;
    }

    div.logo {
        width: 100% !important;
        background-position: center;
        top: -3px !important;
        left: 0px !important;
    }

    .HeaderIcons {
        float: none !important;
        width: 50%;
        padding: 41px 0px 0px 0px;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-header:after {
        width: 100%;
        height: 40px;
        background-color: #343434;
        position: absolute;
        top: 45px;
        z-index: 3;
    }

    .navbar-profile {
        font-size: 25px;
    }

    @media screen and (max-width: 600px) {
        #languageIcon {
            visibility: hidden;
            clear: both;
            float:right;
            display:none;
        }
    }

    .ebContainer {
        border-bottom: 0px solid #fff !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .ebClass {
        height: 80px !important;
    }

    #leftContainer {
        padding: 0 0 0 0;
        border: 0;
    }

    .hamburgerMenuMessage {
        position: absolute;
        margin-left: -8px;
        top: 6px;
        left: inherit;
        width: 18px;
        height: 18px;
        background: #e74c3c;
        border-radius: 9PX;
        text-align: center;
        line-height: 1px;
        padding-right: 1px;
    }

    .user-menu {
        margin: 0 auto;
        right: 0px !important;
        left: 0px !important;
        top: 85px !important;
    }

    #affId {
        display: none;
    }

    #affId-bg {
        display: none;
    }

    .widget-body {
        padding: 0px 0px 0px 0px;
    }
    #latestActivityDate{
        margin-bottom:0 !important;
    }
}

@media all and (min-width: 769px) {
	.content .x700 {
		display: block;
	}
	.content .x290 {
		display: none;
	}
}


@media all and (max-width: 768px) {
	.content .x700 {
		display: none;
	}
	.content .x290 {
		display: block;
	}
}

span.TaxIcon {
    font-size: 20px;
    margin-top: 2px;
    display: inline-block;
    cursor: pointer;
}

input.taxCheckboxEdit {
    left: 200px;
    top: 0px;
}

@media (min-width: 768px) {
    .WelcomePageDesktopSize > .modal-dialog {
        width: 70% !important;
    }
}

.earningsPeriod {
    margin-top: 12px;
}

.favIconTitle {
    font-size: 20px;
    margin-top: 2px;
    display: none;
    cursor: pointer;
}

.favIconInline {
    padding-left: 35px;
    padding-right: 10px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}

.databox {
    margin-bottom: 6px !important;
}

.ebClassCustom {
    margin-bottom: 16px !important;
}

.orders-container {
    margin-bottom: 16px !important;
}

.webDollar-Container {
    margin-bottom: 16px !important;
}

input.btnSecondary {
    background-color: #FFF;
    border-color: #5AB3F5;
    color: #4C433D;
}

    input.btnSecondary:hover {
        background-color: #EBF6FE;
        border-color: #5AB3F5;
        color: #4C433D;
    }

.subtitleEarnings {
    border-bottom: 2px solid #0072DC;
    padding-bottom: 0.2em;
}

.earningsTabs {
    width: 100%;
    margin: 0;
}

.selectedButtonEarnings {
    background-color: #444 !important;
    color: #FFF !important;
}

.switch-toggle input:checked + label {
    color: #FFF;
}

#toggleViewTypeContainer {
    width: 160px;
}

#earningsTypeFilter {
    float: right;
    margin-bottom: 15px;
}

.chkMute {
    position: relative !important;
    left: 0px !important;
}

.modal-open {
    overflow: visible;
}

.datepicker span.month.disabled,
.datepicker span.year.disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    color: #cfcfcf;
}

    .datepicker span.month.disabled:hover,
    .datepicker span.year.disabled:hover {
        background-color: #e9e9e9;
        cursor: not-allowed;
        color: #cfcfcf;
    }

.mediagallery-filter .information-icon {
    margin-left: 10px;
    width: 20px;
    float: left;
}

.mediagallery-filter .popover-content {
    text-align: left;
    padding: 10px !important;
}

/*Cookies bar*/

body {
    margin: 0;
}

.alert {
    margin-bottom: 30px;
}


.tab-content > .active {
    padding: 10px;
}


/* Style the tab */

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border-top: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
    font-size: 11px !important;
    text-align: justify
}

.footerText {
    padding-top: 10px;
    float: left;
    font-size: 12px;
}

#CookieBar {
    height: 50px;
    margin-bottom: 71px;
    text-align: center;
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    padding-top: 10px;
    z-index: 130;
    opacity: 0.8;
}

.cookiealert-container {
    padding: 10px 10px 20px 10px;
    line-height: 1.5em;
    background-color: black;
}

.mobileShow {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileShow {
        display: inline;
    }
}

.mobileHide {
    display: inline;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileHide {
        display: none;
    }
}

.hideCookieBar {
    display: none;
}

/* Style for the About Cookie */
#cookieContent {
    font-size: 13px;
    margin-left: 5px;
}

    #cookieContent h2 {
        font-size: 25px;
    }

    #cookieContent h3 {
        color: blue;
        font-size: 20px;
    }

    #cookieContent h4 {
        color: blue;
        font-size: 15px;
    }


.cookieTable {
    width: 50%;
    border-collapse: collapse;
}

    .cookieTable tbody th {
        background-color: black;
        color: white;
    }

    table.cookieTable,
    .cookieTable thead,
    .cookieTable tbody,
    .cookieTable th,
    .cookieTable td,
    .cookieTable tr {
        border: 1px solid black;
        padding: 5px;
    }

@media (min-width: 768px) {
    .collapsed-side-bar {
        width: 60px !important;
        transition : 0.75s;
    }
}
@media (min-width: 768px) {
    .collapsed-side-bar:before {
        width: 60px !important;
        transition: 0.75s;
    }
}
@media (min-width: 768px) {
    .page-content-wide {
        margin-left: 60px !important;
        transition: 0.75s;
    }
}
@media (min-width: 768px) {
    .navbar-header-collapsed::after {
        margin-left: 0px !important;
        width: 60px !important;
        transition: 0.75s;
    }
}
@media (min-width: 768px) {
    .collapsed-menu-btn {
        left: 10px !important;
        transition: 0.75s;
    }
}

#collapse-btn:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: 0.75s;
}

@media (min-width: 768px) {
    .collapsed-clientLogo {
        left: 100px !important;
        transition: 0.75s
    }
}

@media (min-width: 768px) {
    .expanded-clientLogo {
        left: 280px !important;
        transition: 0.75s;
    }
}

.masterAccountInviteWrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly !important;
    background-color: rgba(0,0,0,0.5);
    align-items: center;
}

.masterAccountGenericWrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:#fff;
}
.masterAccountAdvertiserList {    
    display: inline-block;
    height: 50px;
    width: 240px;
    position: absolute;
    left: 550px;
    top: 20px;
    z-index: 10;
}
.page-sidebar.collapsed-side-bar + .page-content > #toastMessage {
    width: calc(100% - 60px);
    transition: 0.75s;
}
#toastMessage {
    text-align: center;
    position: fixed;
    bottom: 0;
    color: white;
    width: calc(100% - 252px);
    transition: 0.75s;
    z-index: 130;
}

.MuiInputBase-input {
    font-size: 15px !important;
}

.search-wrapper input {
    width: 95% !important;
    border-radius : 77px !important;
}