@charset "utf-8";
@import "common/colors.css";
/* CSS Document */

body {
    background: #ededed;
    color: #878787;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family:'Open Sans',sans-serif;
}
.ajax_error,.hidden {display:none}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

strong {
    font-weight: normal;
}
.color-grey {
    color:#878787 !important;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.name {
    color: #4D4D4D;
}

.dataGrid table {
    width:100%;
}

form {
    label {
        color: #878787;
        float: left;
        line-height: 30px;
        width: 100px;

        &.reset {
            color: inherit;
            float: none;
            line-height: normal;
            width: auto;
        }
    }
}

.floatsOuter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

form .fieldOuter {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

form .fieldOuter .textarea-wrapper {
    float: left;
    width: 369px;
    height: auto;
}


form .hasDatepicker {
    width: 130px;
    background: url('../images/activity/calendar.png') no-repeat 95%;
}

form fieldset {
    position: relative;
    margin: 0 20px 10px 0;
    padding-top: 35px;
}
form fieldset legend {
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 15px;
    font-weight: bold;
}
form fieldset .space {
    clear: both;
}

/** form errors */
form div.errors {
    display: block;
}
form .fieldOuter ul,
form div.errors ul {
    color: #FF0000;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    clear: left;
}

form hr {
    border: 1px solid #CFCFCF;
}

input, textarea {
    background-color: #FFF;
    border: 1px solid #B1B1B1;
    color: #878787;
    padding: 0 10px;
    font-size: 14.5px;
}

input, select, textarea {
    float: left;
}

input.has-error {
    box-shadow: 0px 0px 5px 0px #f00;
}

textarea {
    padding: 10px;
}

form .buttons {
    clear: both;
}

form .buttons button {
    margin-right: 10px;
}

form .buttons input {
    margin-right: 20px;
}

.editButton{
    margin-left: 6px;
}

#pageTitle .pageTitleActions .editButton a {
    border: none;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.pageTitleActions .btn-group,
.pageTitleActions a:not(.btn) {
    margin-left: 5px;
}

.dataTable {
    width: 100%;
}

.dataTable th,
.dataTable td {
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
}

.dataTable th.last,
.dataTable td.last {
    border: none;
    width: 150px;
}

.dataTable td a {
    color: #40ACDE;
    text-decoration: none;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
}

.dataTable th {
    font-weight: normal;
    color: #929292;
    font-size: 10px;
    text-transform: uppercase;
}

.dataTable tr.odd td {
    background-color: #FFF;
}

.dataTable tr.even td {
    background-color: #DDD;
}

.gridOuter ul.filters {
    padding: 5px 0 1px 0;
}

.dataGrid {
    width: 98%;
    margin-left:1%;
}

.dataGrid .container {
    width: 100%;
    overflow-y: hidden;
}

.dataGrid th,
.dataGrid td {
    border-bottom: 1px solid #E1E1E1;
    vertical-align: middle;
}
.dataGrid tr.no-border th,
.dataGrid tr.no-border td {
    border-bottom: 0;
}

.dataGrid th.checkAll,
.dataGrid td.check,
.dataGrid th.photo,
.dataGrid td.photo {
    padding-left: 15px;
}
.dataGrid th {
    color: #929292;
    font-size: 11px;
    font-weight: normal;
    padding: 10px 5px;
    text-transform: uppercase;
}
.dataGrid th:not(.text-right) {
    text-align: left;
}
.dataGrid th.text-center {
    text-align: center;
}
.dataGrid th.text-right, .dataGrid td.text-right {
    padding-right: 15px !important;
}
.dataGrid th.text-right span.sortable:not(.asc):not(.desc) {
    padding-right: 0;
}

.dataGrid th.checkAll span,
.dataGrid td.check span {
    background: url('../images/checkbox.png') no-repeat left top;
    border: 0;
    cursor: pointer;
    display: block;
    height: 18px;
    width: 17px;
}

.dataGrid th.checkAll span.checked,
.dataGrid td.check span.checked {
    background: url('../images/checked_bg.png') no-repeat left top;
}

.dataGrid th span.sortable {
    cursor: pointer;
    padding-right: 15px;
}

.dataGrid th span.sortable.desc {
    background: url('../images/icon_arrow_down.png') right 5px no-repeat;
}

.dataGrid th span.sortable.asc {
    background: url('../images/icon_arrow_up.png') right 2px no-repeat;
}

.dataGrid td {
    color: #111111;
    line-height: 15px;
    padding:10px 5px 10px 1px
}
#customerList .dataGrid td {

    padding:5px 5px;
}
@media only screen and (min-device-width: 770px) {
    .dataGrid tr:hover td {
        background: #e2eef4;
    }
}

.dataGrid td span.status,
.basic-left td span.status,
.lightbox-title .status,
#pageTitle .status {
    width: 21px;
    height: 22px;
    display: block;
    text-indent: -8888px;
    background: url(../images/icon_status.png) no-repeat;
}

.dataGrid tr td span.handle {
    color: #aaa;
    font-size: 12pt;
    cursor: move;
}

.dataGrid td span.status.active,
.dataGrid td .Active,
.basic-left td span.status.active,
.basic-left td span.status.Active,
.lightbox-title .status.Active,
#pageTitle .status.Active
{
    background-position: 0 0px !important;
}

.dataGrid td span.status.disabled,.dataGrid td span.status.Deleted,
.dataGrid td .Disabled,
.basic-left td span.status.disabled,
.basic-left td span.status.Disabled,
.lightbox-title .status.Disabled,
#pageTitle .status.Deleted
{
    background-position: 0 -22px !important;
}

.dataGrid td span.status.pending,
.dataGrid td .Pending,
.basic-left td span.status.pending,
.basic-left td span.status.Pending,
.lightbox-title .status.Pending,
#pageTitle .status.Pending
{
    background-position: 0 -44px !important;
}
.dataGrid td span.status.inactive,.dataGrid td span.status.Cancelled,
.dataGrid td .Inactive,
.basic-left td span.status.inactive,
.basic-left td span.status.Inactive,
.lightbox-title .status.Inactive,
#pageTitle .status.Cancelled
{
    background-position: 0 -66px !important;
}

.order-status{
    display:block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    width: 170px;
    margin: 0;
    border-radius:3px 3px;
    background-repeat:no-repeat;
    background-position:left;
    color: black;
    height: 24px;
    line-height: 25px;
    text-align: left;
    padding-left: 30px;
}
.order-status.Active {
    background-image: url(/static/frontend/images/orderlist-Active.png);
}
.order-status.Draft {
    background-image: url(/static/frontend/images/orderlist-Draft.png);
}
.order-status.Submitted {
    background-image: url(/static/frontend/images/orderlist-Submitted.png);
}
.order-status.Cancelled{
    background-image: url(/static/frontend/images/orderlist-Cancelled.png);
}
.order-status.Deleted {
    background-image: url(/static/frontend/images/orderlist-Deleted.png);
}
.order-status.Partially-Cancelled {
    background-image: url('/static/frontend/images/orderlist-Partially Cancelled.png');
}
.order-status.Shipped {
    background-image: url(/static/frontend/images/orderlist-Shipped.png);
}
.col-Status .order-status {
    width: auto;
    padding-right: 30px;
}
.col-Status .order-status.Partially-Cancelled {
    line-height: 13px;
}
.col-SalesRepFullName {
    padding-left: 5px;
    padding-right: 5px;
}

.dataGrid tr.grouping-head th {
    border-bottom: none;
}
.dataGrid tr.grouping-head th.baseSums {
    padding: 0 15px;
}
.dataGrid tr.grouping-head th.baseSums span {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #918e8e;
}

.dataGrid tr.grouping-head th.baseSums,
.th-BaseSumBooked, .th-BaseSumShipped, .th-BaseSumCancelled, .th-BaseSumActive,
.col-BaseSumBooked, .col-BaseSumShipped, .col-BaseSumCancelled, .col-BaseSumActive
{
    background-color: #f3f3f3;
    text-align: center;
}

#pageTitle .status-line {
    font-size:15px;
    margin-top:5px;
    font-weight:bold;
    color:#333;
}

#pageTitle .status-line span {
    float:Left;
    margin-right:10px;

}

.dataGrid td.actions {
    width:130px;
}
.dataGrid td.actions * {
    visibility: hidden;
}
.dataGrid tr:hover td.actions * {
    visibility: visible;
}
.dataGrid td.actions a {
    float: left;
    padding: 5px 10px;
}
.dataGrid tfoot td {
    border: none;
    padding-top: 15px;
}

.dataGrid tfoot td:not(.text-right):not(.text-left) {
    text-align: center;
}
.dataGrid tfoot .showMore {
    margin: 10px 20px 0 0;
}

.dataGrid tfoot .showAll {
    background: url('../images/icon_arrow_blue_right.png') 100% 50% no-repeat;
    padding-right: 15px;
    position: relative;
    top: 7px;
}

#loading,#loading2 {
    background-color: #DDD;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 120px;
    left: 50%;
    padding: 10px 0 10px;
    position: fixed;
    text-align: center;
    top: 300px;
    width: 250px;
    margin-left: -125px;
}

#loading p,#loading2 p {
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    font-size: 20px;
}

#wrapper {
    width: 98%;
    margin:95px auto 18px auto
}
ul.messages {
    list-style: none;
    padding: 0;
}

ul.messages li {
    border: 1px solid;
    margin-bottom: 5px;
    padding: 2px 5px;
}

.flash-message {
    border: 1px solid;
    margin-bottom: 20px;
    padding: 15px 25px;
}

ul.messages.notice li,
.flash-message.notice,
ul.mess.message li {
    border-color: #007700;
    background-color: #AAFFAA;
}

ul.messages.error li,
.flash-message.error,
ul.mess.warning li {
    border-color: #770000;
    background-color: #FFAAAA;
}

ul.mess {
    border: 1px solid;
    padding: 6px 10px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

ul.mess.warning {
    border-color: #770000;
    background-color: #FFAAAA;
}

ul.mess.message {
    border-color: #007700;
    background-color: #AAFFAA;
}

ul.mess li {
    color: #000;
    text-align: center;
    font-weight: bold;
}

/********** MENU **********/
ul#menu {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

ul#menu li {
    background: url(../images/menu_bg_standard.png) no-repeat;
}

ul#menu li a {
    height: 38px;
    display: block;
    color: #717171;
    text-decoration: none;
    line-height: 3.4em;
    text-transform:uppercase;
}

ul#menu li a:hover,
ul#menu li.active a {
    color: #4d4d4d;
}

ul#menu li a span {
    width: 21px;
    height: 21px;
    float: left;
    margin: 9px 8px 0 10px;
}

ul#menu li:hover,
ul#menu li.active {
    background-position:0 -38px;
}

ul#menu li.dashboard {
    background: url('../images/menu_bg_dashboard.png') no-repeat;
}

ul#menu li:hover.dashboard,
ul#menu li.active.dashboard {
    background-position: 0 -38px;
}

ul#menu li.dashboard span {
    background: url('../images/menu_icons.png') left top;
}

ul#menu li:hover.dashboard span,
ul#menu li.active.dashboard span {
    /*background-position: -21px 0;*/
}

ul#menu li.customers span {
    background: url('../images/menu_icons.png') 0 -21px;
}


ul#menu li.brands span {
    background: url('../images/menu_icons.png') 0 -42px;
}


ul#menu li.orders span {
    background: url('../images/menu_icons.png') 0 -63px;
}

ul#menu li:hover.orders span,
ul#menu li.active.orders span {
    /*    background-position: -21px -63px;*/
}

ul#menu li.email span {
    background: url('../images/menu_icon_email.png') 0 50% no-repeat;
}

ul#menu li.reports {
    background: url('../images/menu_bg_reports.png') no-repeat;
}

ul#menu li:hover.reports,
ul#menu li.active.reports {
    background-position: 0 -38px;
}

ul#menu li.reports span {
    background: url('../images/menu_icons.png') left -105px;
}

ul#menu li.collections {
    background: url('../images/menu_bg_standard.png') no-repeat;
}

ul#menu li:hover.collections,
ul#menu li.active.collections {
    background-position: 0 -38px;
}

ul#menu li.collections span {
    background: url('../images/menu_icons.png') left -84px;
}

ul#menu li.website {
    background: url('../images/menu_bg_standard.png') no-repeat;
}

ul#menu li:hover.website,
ul#menu li.active.website {
    background-position: 0 -38px;
}

ul#menu li.website span {
    background: url('../images/menu_icons.png') left -126px;
}

ul#menu li.appointments span {
    background: url('../images/menu_icons.png') left -144px;
}


ul.viewed {
    margin: 0;
    padding: 0;
    list-style: none;
    text-shadow: 1px 1px 0 #fff;
}

.viewed li.header {
    font: 14px "Helvetica Bold",Arial,sans-serif;
    color: #929292;
    border-bottom: 1px solid #c5c5c5;
    padding: 0 0 10px 0;
    margin: 0;
    box-shadow: 0 1px 0 #fff;
}

.viewed li {
    margin: 18px 0 20px 0;
    font-size: 12px;
    color: #646464;
    clear: left;
    line-height: 14px;
}

.viewed li a {
    color: #646464;
    text-decoration: none;
}

.viewed li a:hover {
    text-decoration: underline;
}

.viewed li em {
    font-style: normal;
    font-family: 'Open Sans', "Helvetica Bold", Arial, sans-serif;
}

.viewed li span {
    background: url(../images/box_icons.png) no-repeat;
    width: 30px;
    height: 29px;
    float: left;
    margin: 0 8px 0 0;
}

.viewed span.customer {
    background-position: left top;
}

.viewed span.order {
    background-position: -30px top;
}

/********** LOGIN **********/
body.login {
    background: #4c4c4c;
    font-family: 'Open Sans', Arial;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.login #header {
    background: none;
    height: 36px;
}

body.login #header a {
    color: #FFF;
    font-size: 12px;
    line-height: 36px;
    text-decoration: none;
}

body.login #topBar {
    background: url('../images/login_top_bg_new.png') 0 0 repeat-x;
}
body.login #topBar a.back {
    background: url('../images/back_link_bg.png') 0 50% no-repeat;
    padding-left: 15px;
    margin-left: 7px;
}

body.login #topBar a.support {
    float: right;
    margin-right: 15px;
}

body.login #wrapper {
    width: 100%;
   /* background: url('../images/login_light_bg_new.png') center 0 no-repeat;
    */
    margin: 0 auto;
    padding-top: 100px;


    z-index: -1;
    box-sizing: border-box;
}

#content_login {
    margin: 20px auto 0 auto;
    min-height: 338px;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 310px;
    text-align:center;
}

#login_logo {
    margin-top: 45px;
    overflow: hidden;
    text-align:center;
}
#accept-terms-form label {
    font-size:12px;
    color:white;
    font-family: 'Open Sans', Arial;
}
#login_logo a {
    background: url('../images/shq-logo-white.png') no-repeat;
    display: block;
    height: 86px;
    margin: 0 auto;
    text-indent: -8888px;
    width: 300px;
    background-position: center;
}

#login {
    margin-top: 45px;
    padding: 0 0;
}
@media only screen and (max-width: 400px)  {

    #content_login {
        margin: 0;
        width:100%;

    }
    #login {
        padding:5% !important;
    }

}
#login #loginForm {
    margin-top:20px;
}
#login input {
    color: #626262;
    height: 40px;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    width: 100% !important;
    border: 0px;
    border-radius: 6px 6px;
}
#login p {
    color:#fff;
    font-size:12px;
    margin-bottom: 13px;
    margin-top: 18px;
}
#login input.auto,
#login #password_mask {
    color: #A7A7A7;
}

#login #username,
#recover_password_email {
    background: rgba(255, 255, 255, 0.95) url('../images/login_user_icon.png') 10px 50% no-repeat !important;
}

#login #password,
#login #password_mask,
#reset_password #reset_password_password1,
#reset_password #reset_password_password2 {
    background: rgba(255, 255, 255, 0.95) url('../images/login_password_icon.png') 10px 50% no-repeat;
}

#terms-box-wrap .checkbox,
#login .checkbox {
    background: transparent url("../images/checkbox.png") no-repeat 0 0 ;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 18px;
    width: 17px;
}

#terms-box-wrap button,
#login button,
.reset-success {
    background: #f5006c;
    border: 0;
    color: #FFF;
    cursor: pointer;
    font-family: 'Open Sans', "Helvetica Bold", Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    height: 45px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-radius: 7px 7px;
    display:block;
    line-height:45px;
    text-decoration: none;
}

#terms-box-wrap button span,
#login button span {


    line-height: 38px;
    padding: 0 30px;
}


#login div.recover-password {
    margin-top: 20px;
}
#login form .fieldOuter {
    float: left;
    margin-bottom: 13px;
    width: 100%;
}
#login a.back-to-login {
    font-size:12px;
    color:#FFF;
    text-decoration: none;
    line-height: 30px;
}

#login.reset-password {
    margin-top: 28px;
}

#login .response-msg {
    padding: 3px 5px;

    margin-bottom: 10px;
    width: 94%;
    color: #000;
}

#accept-terms-form #form_terms {
    margin-top: 8px;
}

#login .response-msg.error {
    color: #ffffff;
    font-weight: bold;
    background-color: rgb(239, 0, 0);
    padding-top: 1px;
    float: left;
    border-radius: 7px;
    width: 299px;
    line-height: 24px;
}

#recover_password_d {
    padding: 28px 68px;
    min-height: 245px

}

.ui-button-anchor {
    background: none;
    border: 0;
    cursor: pointer;
    font-family: 'Open Sans',  "Helvetica Bold", Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    height: 38px;
    margin-top: 25px;
}

.ui-button-anchor span {
    background: url('../images/login_button_bg.png') 0 0 repeat-x;
    float: left;
    line-height: 38px;
    padding: 0 30px;
    color: #FFF;
}

.ui-button-anchor span.left {
    background: url('../images/login_button_left_bg.png') 0 0 no-repeat;
    padding: 0;
    width: 5px;
}

.ui-button-anchor span.right {
    background: url('../images/login_button_right_bg.png') 0 0 no-repeat;
    padding: 0;
    width: 5px;
}

#content_login h1 {
    color: var(--color-blue);
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}

#recover_password_d FORM {
    margin-top: 30px;
}

#recover_password_d INPUT {
    width: 180px;
}

.remember {
    width: 50% !important;
}

.remember span {
    float: left;
}

.remember .checkbox.checked {
    background-position: 0 100% !important;
}

.remember span.content {
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    margin-left: 10px;
}

.forgot {
    float: right !important;
    text-align: right;
    width: 50% !important;
}

.forgot a {
    color: #fff;

    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}


#recover_password_d BUTTON {
    clear: both;
    margin-top: 30px;
    padding: 5px 12px;
}

#recover_password P {
    margin: 0.5em 0px;
}

#recover_password .fieldOuter SPAN {
    margin-left: 151px;
}

#recover_password_d A {
    color: black;
}

#recover_password UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    color: red;
}

#recover_password LI {
    margin: 0;
    padding: 0;
}

body.login #footer {
    margin: 130px 0 0;
}

body.login #footer .copyright {
    color: #01618D;
    float: none;
    margin: 0 auto;
}

/********** CONTENT **********/
#content {
    border: 1px solid #b7b7b7;
    background: #fefefe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 760px;
    padding-bottom: 20px;
    box-shadow: 0 1px 0 #cfcfcf;
}

#content.col3Layout {
    width: auto;
    margin-right:270px;
}

#rightSidebar {
    float: right;
    padding: 20px 10px 0 15px;
    width: 240px;
    position:absolute;
    right:20px;
}

#content a,
#rightSidebar a {
    color: var(--color-blue);
    text-decoration: none;
}

#pageTitle,
.subPageTitle {
    border-bottom: 1px solid #b7b7b7;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    padding: 15px 0 15px 20px;
    position: relative;
}

#pageTitle .mainCategoryBar {
    color: #9b9b9b;
    font-size: 13px;
    padding-left:4px;
    font-weight:bold;
    text-transform:uppercase;
}

#pageTitle h1,
.subPageTitle h2 {
    font-size: 26px;
    font-weight: normal;
    color: #4d4d4d;
    margin: 0;
    text-shadow: 1px 1px 0 #f2f9fc;
}

#pageTitle h1 .h1-annotation {
    color: #9b9b9b;
    font-size: 13px;
    text-transform:uppercase;
}

.subPageTitle h2 {
    margin: 10px 0;
}

#pageTitle .pageTitleActions,
.subPageTitle .pageTitleActions {
    position: absolute;
    right: 38px;
    top: 13px;
}

#pageTitle #pageTitleCollection {
    position: relative;
    top: 0;
    float: right;
}

h1.customers {
    background: url(../images/header_icon.png) no-repeat left 2px;
    height: 26px;
}

.contentFirstElement {
    margin-top: 30px;
}

.contentInnerElement {
    margin-left: 20px;
}

.filterBar,
.massActionsBar {
    background: url('../images/filter_bar_bg.jpg') repeat-x #ebebeb;
    min-height: 35px;/*hey*/
    border-bottom: 1px solid #b7b7b7;
}

.massActionsBar {
    border: none;
    margin: 25px 0 0;
}

.filterPopup select {
    width: 130px !important;
}

.filterPopup input[type=text] {
    height: auto;
}

.filterPopup .chzn-container-single .chzn-single div b,
.filterPopup .chzn-container-active .chzn-single,
.filterPopup .chzn-container-single .chzn-single {
    background: none;
    border: none;
    -webkit-box-shadow: 0px 0px 0px 0px !important;
    -moz-box-shadow: 0px 0px 0px 0px !important;
    box-shadow: 0px 0px 0px 0px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 45px;
}

ul.filters,
ul.massActions {
    margin: 0 20px;
    padding: 9px 0;
    list-style: none;
    font-size: 13px;
}

ul.massActions {
    border-bottom: 1px solid #B7B7B7;
    border-top: 1px solid #B7B7B7;
    float: left;
    margin: 0px;
    padding: 5px 0 0 20px;
    width: 100%;
}

ul.filters li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 1px 0 0;
    height: 23px;/*hey*/
}

.filters li.header,
.massActions li.header {
    font-size: 11px;
    color: #929292;
    text-transform: uppercase;
    padding-top: 6px;
    margin: 0 5px 0 0;
}

.massActions li.header {
    margin-right: 10px;
}

.filters li a,
.massActions li span {
    padding: 4px 8px;
}

.massActions li span {
    float: left;
}

.massActions li {
    cursor: pointer;
    float: left;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    padding-bottom: 1px;
    position: relative;
    top: 1px;
}

.massActions li.active {
    background: url("../images/active_tab_bg.png") repeat-x scroll 0 0 transparent;
    border-left: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
    border-top: 1px solid #B7B7B7;
    -moz-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-radius: 10px 10px 0 0;
    color: var(--color-blue);
}

.massActions li.delete span {
    color: #BA3E2E;
}

.massActionsBar,
.massActionFormOuter {
    display: none;
}

.massActionFormOuter {
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 0 10px 15px;
}

.massAction form .fieldOuter {
    margin-bottom: 0;
    width: auto;
}

.massAction form textArea {
    width: 550px !important;
}

.massAction form .buttons {
    clear: none;
    float: left;
    margin-left: 10px;
}

.massAction form .buttons a {
    color: #C02245 !important;
}

#massEmailDialog form {
    float: left;
    margin: 30px 50px 0;
}

#massEmailDialog div.fieldOuter {
    width: auto !important;
}

.filters li a.active {
    background: #80c6e6 url('../images/filter_bg.png') repeat-x;
    color: #003e5a !important;
    text-shadow: 1px 1px 0 #a7d8ee;
    border: 1px solid #56a7cc;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.filterResult {
    margin: 18px;
    font-size: 12px;
    color: #616161;
}

.filterResult p span {
    font-size: 19px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 35px 0 0;
}

.filterBox {
    width: 182px;
    height: 60px;
}

.filterKey {
    background: url('../images/filter_textbox_field.png') no-repeat;
    width: 135px;
    height: 42px;
    border: 0;
    margin: 8px 0 0 6px;
    float: left;
}
.filterKey input:focus,.filterKey select:focus{
    outline: none;
}
.filterKey input {

    font-size: 15px;
    color: #5e5e5e;
    margin: 12px 0 0 8px;
    padding: 0;
    width: 120px !important;
    border: 0;
    background: transparent;
}

.filterMatch {
    position: relative;
    top: -11px;
    left: 6px;
}

.filterMatch ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-bottom: 0;
    width: 134px;
    font-size: 12px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.filterMatch ul li {
    display: block;
    border-bottom: 1px solid #b5b5b5;
    background: #f3f3f1;
}

.filterMatch li a {
    padding: 6px 9px;
    display: block;
    text-decoration: none;
    color: #333;
}

.filterMatch li a:hover {
    background: #1b94cc url('../images/filter_match_bg.png');
    color: #d7f0fc;
    text-shadow: 1px 1px 0 #555;
}

.filterMatch li:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btnAddFilter {
    width: 33px !important;
    height: 43px;
    background: url('../images/filter_textbox_button.png') no-repeat;
    border: 0;
    z-index:100;
    text-indent: -8888px;
    cursor: pointer;
    float: left;
    margin-top: 8px;
    position:relative;
}

.filterPopup {
    width: 182px;
    position: absolute;
    z-index: 99;
    background: url('../images/filter_textbox_bg.png') no-repeat;
    display: none;
    top: 26px;
}

#filterOuter_LastNote,
#filterOuter_LastOrder,
#filterOuter_Change {
    background: url('../images/filter_textbox_bg_wide.png') no-repeat;
    width: 250px

}

#filterOuter_LastNote .filterBox,
#filterOuter_LastOrder .filterBox,
#filterOuter_Change .filterBox {
    width: 250px;
}

#filterOuter_LastNote .filterKey,
#filterOuter_LastOrder .filterKey,
#filterOuter_Change .filterKey {
    width: 205px !important;
    background: url('../images/filter_textbox_field.png') no-repeat 70px 0px;
}

#filterOuter_LastNote .chzn-container,
#filterOuter_LastOrder .chzn-container,
#filterOuter_Change .chzn-container {
    width: 65px !important;
}

#filterOuter_LastNote .chzn-drop,
#filterOuter_LastOrder .chzn-drop,
#filterOuter_Change .chzn-drop {
    width: 65px !important;
}

#filterOuter_LastNote .chzn-container-single .chzn-single div b,
#filterOuter_LastOrder .chzn-container-single .chzn-single div b,
#filterOuter_Change .chzn-container-single .chzn-single div b {
    background: url('../images/chosen/chosen-sprite.png') no-repeat 0px 10px !important;
}

#filterOuter_LastNote .fieldOuter,
#filterOuter_LastOrder .fieldOuter,
#filterOuter_Change .fieldOuter {
    width: 33%;
}

.accountPopup {
    position: absolute;
    margin-left: -50px;
    display: none;
    width: 182px;
    position: absolute;
    z-index: 1000;
    background: url('../images/account_modal_bg.png') no-repeat;
}

.accountPopup .filterBox {
    margin: 10px 5px;
    height: 110px;
    padding: 5px;
}

.accountPopup .name {
    font-size: 12px;
}

.accountPopup .email {
    margin-bottom: 5px;
    font-size: 12px;
}

.accountPopup A {
    display: inline !important;
}

.grayBtnSmall {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #9b9b9b;
    background: #9b9b9b url(../images/button_gray_bg_small.png) repeat-x;
    color: #fff !important;
    border-radius: 12px;
    padding: 2px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #444;
    margin: 0 5px 0 0;
}

ul.filterBtns {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filterBtns li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #cfcb4d;
    background: url(../images/filter_item_bg.jpg) repeat-x;
    box-shadow: 0 1px 0 #e1e1d8;
    margin: 0 8px 0 0;
    text-shadow: 1px 1px 0 #fff;
    padding: 0 15px 0 0;
    line-height: 2em;
}

.filterBtns .close {
    width: 27px;
    height: 25px;
    background: url(../images/filter_item_close.png) no-repeat;
    float: left;
    margin: 0 6px 0 0;
}

.filterBtns em {
    font: 12px;
    font-weight: normal;
    color: #444;
}

.section {
    margin-bottom: 40px;
}

.section .sectionTitle {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}

.section .entry {
    margin-bottom: 5px;
    overflow: hidden;
}

.section .entry .label {
    float: left;
}

.section .entry .label {
    width: 130px;
}

#profile #profileContent {
    float: left;
    margin-right: 10px;
    width: 550px;
}

#profile #profileInfo,
#profile #profileEdit {
    margin-top: 30px;
}

#profile label {
    width: 130px;
}

#profile #teamListOuter {
    border: 1px solid #000;
    float: left;
    padding: 15px 10px;
    width: 240px;
}

#profile #teamListOuter #teamTitle {
    font-size: 16px;
    margin: 0;
}

#profile #teamListOuter #teamTitle span {
    border: 1px solid #000;
    padding: 3px 10px;
}

#profile ul#teamList {
    list-style: none;
    padding: 0;
}

#profile ul#teamList li {
    border: 1px solid #000;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px;
}

#profile ul#teamList li .initials {
    background-color: gray;
    border: 1px solid #000;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px;
    text-transform: uppercase;
}

#profile ul#teamList li .personalInfo span {
    display: block;
}

#profile ul#teamList li .personalInfo .name {
    font-weight: bold;
}

#profile ul#teamList li .memberActions {
    clear: both;
}

#settings {

}

#settings #settingsContent {


    width: 100%;
}

#settings #pageTitle .mainCategoryName {
    display: block;
    margin: 0 0 0 18px;
    padding: 5px 0 0 25px;
}


#settings #pageTitle .backButton {
    background-color: #FFF;
    border: 1px solid #000;
    color: #555;
    padding: 2px 5px;
    position: absolute;
    right: 30px;
    text-decoration: none;
    top: 15px;
}

#settings .mainSection {
    float: left;
    margin-top: 20px;
    margin-right: 40px;
    width: 350px;
}

#settings .mainSectionTitle {
    border-bottom: 1px solid #000;
    font-weight: normal;
    padding-bottom: 5px;
}

#settings .section .entry .label {
    width: 60px;
}

#settings #settingsCategories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#settingsCategories a.alert {
    margin-bottom: 2px;
}

#settings #settingsCategories ul li a {
    color: #000;
    display: block;
    text-decoration: none;
}

#settings #settingsCategories ul li .categoryName {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
}

#settings #settingsCategories ul li .categoryDesc {
    display: block;
}

#settings .dataTable caption {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

#settings .fieldOuter {
    margin-bottom: 5px;
}

#settings #emailAddressesInfo form.floatsOuter div.fieldOuter {
    float: none;
}

#settings #seasonsInfo,
#settings #categoriesInfo,
#settings #orderSourcesInfo,
#settings #emailAddressesInfo,
#settings #reminderTypesInfo,
#settings #territoriesInfo,
#settings #divisionsInfo
#settings #generalSettings {
    width: 95%;
}

#settings .dataTable,
#settings #seasonsInfo form,
#settings #categoriesInfo form,
#settings #orderSourcesInfo form,
#settings #emailAddressesInfo form,
#settings #reminderTypesInfo form,
#settings #customerTypesInfo form,
#settings #territoriesInfo form,
#settings #divisionsInfo form {
    margin-bottom: 30px;
}

#settings #seasonsInfo label,
#settings #emailAddressesInfo label,
#settings #reminderTypesInfo label {
    margin-right: 5px;
    width: auto;
}

#settings #seasonsInfo input,
#settings #emailAddressesInfo input,
#settings #divisionsInfo input {
    margin-right: 10px;
}

#settings #orderSourcesInfo label {
    width: 130px;
}

#settings #emailSettingStats .dataTable {
    width: 170px;
    float: left;
    margin-right: 50px;
}
#settings #emailAddressesInfo label,
#settings #seasonsInfo label,
#settings #categoriesInfo label,
#settings #orderSourcesInfo label,
#settings #reminderTypesInfo label,
#settings #territoriesInfo label,
#settings #divisionsInfo label {
    font-weight: bold;
    line-height: 30px;
}

#settings #seasonEdit .buttons,
#settings #categoryEdit .buttons,
#settings #orderSourceEdit .buttons,
#settings #reminderTypesInfo .buttons,
#settings #reminderTypeEdit .buttons,
#settings #territoryEdit .buttons,
#settings #divisionEdit .buttons {
    margin-top: 30px;
    overflow: hidden;
}
#settings .typeColorHint { height: 13px; width: 30px; border: 1px solid black;}
#settings #orderSourcesInfo input[type=text], #settings #orderSourcesInfo input[type=password] { width: 200px; }
#settings #orderSourcesInfo select { width: 222px; }

.subsectionTitle,
.subsectionTitle {
    overflow: hidden;
}

.subsectionTitle h2,
.subsectionTitle h2 {
    color: #929292;
    float: left;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    font-size: 17px;
    margin: 0;
}

.subsectionTitle .addItem,
.subsectionTitle .addItem {
    float: right;
}

.subsectionTitle .numberOfItems,
.subsectionTitle .numberOfItems {
    background: url('../images/number_of_items_bg.png') 0 0 no-repeat;
    color: #656565;
    float: left;
    font-size: 12px;
    height: 24px;
    margin-left: 10px;
    text-align: center;
    width: 24px;
    line-height: 24px;
}

.addItemButton {
    background: none;
    border: none;
    color: #FFF !important;
    cursor: pointer;
    float: right;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    font-size: 11px !important;
    line-height: 27px;
    margin: 0 0 0 30px;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none !important;
}

.addItemButton.active {
    color: var(--color-blue) !important;
}

.addItemButton span.left,
.addItemButton span.right,
.addItemButton span.left,
.addItemButton span.right {
    float: right;
    height: 26px;
    margin: 0;
    padding: 0;
}

.addItemButton span.left,
.addItemButton span.left {
    background: url('../images/add_button_left_bg.png') no-repeat;
    width: 5px;
}

.addItemButton span,
.addItemButton span {
    background: url('../images/add_button_bg.png') repeat-x;
    float: right;
    padding: 0 10px;
    width:106px;
    text-align:center;
}

.addItemButton span.right,
.addItemButton span.right {
    background: url('../images/add_button_right_bg.png') no-repeat;
    width: 5px;
}

.viewItemAnchor {
    float: right;
    margin: 4px;
}

.expandButton {
    cursor: pointer;
    float: left;
}

.expandButton.big {
    height: 19px;
    margin-right: 12px;
    width: 18px;
}

.expandButton.small {
    height: 17px;
    margin-right: 5px;
    width: 16px;
}

.expanded .expandButton.big {
    background: url('../images/fold.png') 0 0 no-repeat;
}

.folded .expandButton.big {
    background: url('../images/fold.png') 0 -19px no-repeat
}

.expanded .expandButton.small {
    background: url('../images/fold_small.png') 0 0 no-repeat;
}

.folded .expandButton.small {
    background: url('../images/expand_small.png') 0 0 no-repeat;
}

.folded .fullContent,
.expanded .titleAddress {
    display: none;
}

.primaryItem {
    background: url('../images/default_item_icon.png') 0 center no-repeat;
    float: left;
    margin-left: 7px;
    width: 10px;
}

#rightSidebar .subsectionTitle {
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 10px;
}

#rightSidebar select {
    width: 190px;
    float:none;
}

/* overview */
#orderOverview,
#brandOverview,
#customerOverview {
    padding: 0;
}

#dashboardView {
    padding: 0;
}

#form_Name {
    padding: 0 6px !important;
}

#orderTabOverview,
#brandTabOverview,
#customerTabOverview {
    padding: 20px;
}

.overview.ui-widget-content .ui-widget-content {
    color: #878787;
}

#orderTabs.ui-widget-header,
#brandTabs.ui-widget-header,
#customerTabs.ui-widget-header {
    background:#f5f5f5;
    border-bottom: 1px solid #A29999;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0;
    height: 33px;
    padding: 5px 0 0 17px;;
}

#orderTabs .ui-state-default,
#brandTabs .ui-state-default,
#customerTabs .ui-state-default {
    background: url('../images/active_tab_bg.png') 0 0 repeat-x;
    border-top: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    text-transform:uppercase;
    font-size:11px;
    color:#868686;

    margin: 0px 0.6em 1px 0px;
}

#orderTabs .ui-state-active,
#orderTabs .ui-state-focus,
#brandTabs .ui-state-active,
#brandTabs .ui-state-focus,
#customerTabs .ui-state-active,
#customerTabs .ui-state-focus {
    padding-bottom:1px;
    padding-top:2px;
    background: url('../images/active_tab_bg.png') 0 0 repeat-x;
    border-top: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-bottom: 0 !important;
    outline: 0;
}

#orderTabs .ui-state-active a,
#orderTabs .ui-state-focus a,
#brandTabs .ui-state-active a,
#brandTabs .ui-state-focus a,
#customerTabs .ui-state-active a,
#customerTabs .ui-state-focus a {
    color: #868686;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    padding: 0.4em 1em;
}

.overviewSubsection {
    clear: both;
    margin: 0;
}

.overviewSubsection .jumpSection a {
    margin-left: 15px;
}

.overviewSubsection h2 {
    color: #878787;
    font-family: 'Open Sans',  "Helvetica Bold", Arial, sans-serif;
    font-size: 19px;
    font-weight:bold ;
    line-height: 19px;
    margin: 0 0 20px;
}
.overviewSubsection h2.left {
    float: left;
}
.overviewSubsection .basic-right h2 {
    float: left;
}

.overviewSubsection hr.subsectionSeparator {
    border: 1px solid #CDCDCD;
    margin: 20px 0 25px -25px;
}

.overviewSubsection table.itemData {
    margin-bottom: 20px;
    width: 100%;
}

.overviewSubsection table.itemData td.label {
    font-family: 'Open Sans', "Helvetica Bold", Arial, sans-serif;
}

.overviewSubsection table.itemData td.active,
.overviewSubsection table.itemData td.Active {
    color: #1BA63F;
}

.overviewSubsection table.itemData td.disabled,
.overviewSubsection table.itemData td.Disabled {
    color: #AF3B54;
}

.overviewSubsection table.itemData td.pending,
.overviewSubsection table.itemData td.Pending {
    color: #AF3B54;
}
.overviewSubsection table.itemData a {
    font-family: 'Open Sans', "ProximaNovaRegular", "Helvetica", Arial, sans-serif;
}

.overviewSubsection div.customer-overview-basic {
    margin-bottom: 5px;
}

.overviewSubsection div.customer-overview-basic div.customergroup {
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    font-size: 12px;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #727272;
}

.overviewSubsection div.customer-overview-basic .basic-left {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.overviewSubsection div.customer-overview-basic .basic-right {
    float: left;
    width: 50%;

}

.overviewSubsection div.customer-overview-basic table {
    margin-bottom: 5px;
    width: 100%;
    display: block;
}

.overviewSubsection div.customer-overview-basic .basic-line {
    border-top: 1px solid #ccc;
    margin: 10px 5px 20px 5px;
    height: 1px;
}

.overviewSubsection div.customer-overview-basic table td {
    vertical-align: middle;
    padding: 4px 10px 4px 0;
}

.overviewSubsection div.customer-overview-basic table td.label {
    width: 140px;
    color: #727272;
    text-transform: uppercase;
    padding-left: 5px;
    font-family: 'Open Sans',  "Helvetica Bold", Arial, sans-serif;
}

.overviewSubsection div.customer-overview-basic table td.customergroups-placeholder {
    width: 100%;
}


.overviewSubsection .fullContent {
    display: none;
}

.overviewSubsection .readMoreLink,
.overviewSubsection .readLessLink {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    border: none;
    background: none;
    color: #40ACDE;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    cursor: pointer;
}

.overviewSubsection div.customer-overview-basic .basic-left td span.status {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.overviewSubsection div.customer-overview-sales-summary {
    margin-top: 20px;
}

.overviewSubsection div.customer-overview-sales-summary table {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
}

.overviewSubsection div.customer-overview-sales-summary table thead th {
    font-weight: bold;
    padding-bottom: 15px;
    color: #5b5b5b;
}

.overviewSubsection div.customer-overview-sales-summary table tbody td {
    color: #808080;
    font-weight: bold;
    height: 29px;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
}

.overviewSubsection div.customer-overview-sales-summary table tbody td.brand,
.overviewSubsection div.customer-overview-sales-summary table tfoot td.brand {
    color: #5b5b5b;
}

.overviewSubsection div.customer-overview-sales-summary table tfoot td {
    color: #808080;
    font-weight: bold;
    height: 29px;
    vertical-align: middle;
}

.overviewSubsection #locations_list .location div,
.overviewSubsection #contacts_list .contact div {
    float: left;
    margin: 15px 15px 0 0;
}
.overviewSubsection #locations_list .location div.name,
.overviewSubsection #contacts_list .contact div.name { width: 20%; }
.overviewSubsection #locations_list .location div.name span,
.overviewSubsection #contacts_list .contact div.name span {
    padding: 3px 5px;
    margin-top: 5px;
    color: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow:ellipsis;
    text-align: center;
}
.overviewSubsection #locations_list .location div.name.primary span,
.overviewSubsection #contacts_list .contact div.name.primary span {
    background-color: #D6AD33;
}
.overviewSubsection #locations_list .location div.address { width:54%;}
.overviewSubsection #locations_list .location div.phone { width: 30%; }
.overviewSubsection #contacts_list .contact div.information { width: 53%; }
.overviewSubsection #locations_list td,
.overviewSubsection #contacts_list td{
    border:0 !important ;
}
.overviewSubsection #description {
    background-color: #EDEDED;
    border: 1px solid #A2A2A2;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 10px 15px;
    text-align: justify;
    width: 90%;
}

.overviewSubsection #description h3 {
    color: #777;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.overviewSubsection #description hr {
    border: 1px solid #A2A2A2;
    margin: 0 0 10px -10px;
}

.overviewSubsection #description #fullContent {
    display: none;
}

.overviewSubsection #description #readMoreLink {
    background: url('../images/blue_arrow_down.png') 100% 50% no-repeat;
    font-size: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.overviewSubsection #description #readLessLink {
    background: url('../images/blue_arrow_up.png') 100% 50% no-repeat;
    font-size: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.overviewSubsection #salesHistory {
    float: left;
    min-width: 200px;
}

.overviewSubsection #topBrands,
.overviewSubsection #topCustomers {
    float: right;
    min-width: 260px;
}

.overviewSubsection #topBrands ul.ui-widget-header,
.overviewSubsection #topBrands ul.ui-widget-header .ui-state-default,
.overviewSubsection #topBrands ul.ui-widget-header .ui-state-active,
.overviewSubsection #topCustomers ul.ui-widget-header,
.overviewSubsection #topCustomers ul.ui-widget-header .ui-state-default,
.overviewSubsection #topCustomers ul.ui-widget-header .ui-state-active {
    background: none;
    border: 0
}

.overviewSubsection #topBrands ul.ui-widget-header,
.overviewSubsection #topCustomers ul.ui-widget-header {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0;
}

.overviewSubsection #topBrands ul.ui-widget-header .ui-state-active,
.overviewSubsection #topCustomers ul.ui-widget-header .ui-state-active {
    background: url('../images/active_tab_bg.png') 0 0 repeat-x;
    border: 1px solid #B7B7B7;
}

.overviewSubsection #topBrands ul.ui-widget-header .ui-state-default a,
.overviewSubsection #topBrands ul.ui-widget-header .ui-state-active a,
.overviewSubsection #topCustomers ul.ui-widget-header .ui-state-default a,
.overviewSubsection #topCustomers ul.ui-widget-header .ui-state-active a {
    color: #878787;
}

.overviewSubsection #topBrands .ui-tabs-panel,
.overviewSubsection #topCustomers .ui-tabs-panel {
    border: 1px solid #B7B7B7;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    border-top-right-radius: 5px;
    padding: 0 10px;
}

.overviewSubsection #salesHistory h3,
.overviewSubsection #topBrands h3,
.overviewSubsection #topCustomers h3 {
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    font-size: 14px;
    margin: 10px 0 15px
}

.overviewSubsection #salesHistory ul,
.overviewSubsection #topBrands ul,
.overviewSubsection #topCustomers ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.overviewSubsection #salesHistory ul {
    padding-top: 20px;
}

.overviewSubsection #salesHistory li {
    border-bottom: 1px solid #CCC;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 50px 10px 0;
}

.overviewSubsection #salesHistory li .period,
.overviewSubsection #salesHistory li .sales {
    float: left;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
}

.overviewSubsection #salesHistory li .sales {
    clear: left;
    color: #5B5B5B;
    font-size: 17px;
}

.overviewSubsection #salesHistory li .sales .change {
    font-size: 10px;
    padding-left: 12px;
}

.overviewSubsection #salesHistory li .sales .change.up {
    background: url('../images/green_arrow_up.png') 0 50% no-repeat;
    color: #27B54D;
}

.overviewSubsection #salesHistory li .sales .change.down {
    background: url('../images/red_arrow_down.png') 0 50% no-repeat;
    color: #Af3B54;
}

.overviewSubsection #topBrands ul.rankList li,
.overviewSubsection #topCustomers ul.rankList li {
    margin: 0 0 15px;
    overflow: hidden;
}

.overviewSubsection #topBrands ul.rankList li .brand,
.overviewSubsection #topBrands ul.rankList li .sales,
.overviewSubsection #topCustomers ul.rankList li .customer,
.overviewSubsection #topCustomers ul.rankList li .sales {
    float: left;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
}

.overviewSubsection #topBrands ul.rankList li .brand,
.overviewSubsection #topCustomers ul.rankList li .customer {
    font-size: 14px;
    margin-bottom: 5px;
}

.overviewSubsection #topBrands ul.rankList li .sales,
.overviewSubsection #topCustomers ul.rankList li .sales {
    background: url('../images/sales_change_left_bg.png') 0 0 no-repeat;
    clear: both;
    color: #FFF;
    line-height: 24px;
    padding-left: 8px;
}

.overviewSubsection #topBrands ul.rankList li .sales span,
.overviewSubsection #topCustomers ul.rankList li .sales span {
    float: left;
    line-height: 24px;
}

.overviewSubsection #topBrands ul.rankList li .sales .salesChange,
.overviewSubsection #topCustomers ul.rankList li .sales .salesChange {
    background: url('../images/sales_change_bg.png') 0 0 repeat-x;
    padding: 0 10px;
}

.overviewSubsection #topBrands ul.rankList li .sales .salesValueLeft,
.overviewSubsection #topCustomers ul.rankList li .sales .salesValueLeft {
    background: url('../images/sales_left_bg.png') 0 0 no-repeat;
    width: 2px;
}

.overviewSubsection #topBrands ul.rankList li .sales .salesValue,
.overviewSubsection #topCustomers ul.rankList li .sales .salesValue {
    background: url('../images/sales_bg.png') 0 0 repeat-x;
    padding: 0 10px;
}

.overviewSubsection #topBrands ul.rankList li .sales .salesSizeLeft,
.overviewSubsection #topCustomers ul.rankList li .sales .salesSizeLeft {
    background: url('../images/sales_size_left_bg.png') 0 0 no-repeat;
    width: 2px;
}

.overviewSubsection #topBrands ul.rankList li .sales .salesSize,
.overviewSubsection #topCustomers ul.rankList li .sales .salesSize {
    background: url('../images/sales_size_bg.png') 0 0 repeat-x;
}

.overviewSubsection #topBrands ul.rankList li .sales .salesSizeRight,
.overviewSubsection #topCustomers ul.rankList li .sales .salesSizeRight {
    background: url('../images/sales_size_right_bg.png') 0 0 no-repeat;
    width: 7px;
}

#notes {
    position: relative;
    z-index: 5;
    min-height: 235px;
}

#notes select[name="notesType"] {
    width: 150px;
}

#notes select[name="activityType"] {
    width: 150px;
    float: right;
    display: block;
}
#scope_chzn {
    background-color:#fff;
}
#notes .chzn-container {
    position: absolute;
    right: 0;
    top: 0;
}

#notes .fieldOuter {
    margin: 0
}

#notes label {
    line-height: 12px;
    white-space: nowrap;
}

#notes textarea {
    margin: 10px 0;
}

#notes button {
    background: url('../images/gray_button_bg.png') 0 0 no-repeat;
    border: 1px solid #A3A3A3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    color: #878787;
    cursor: pointer;
    float: right;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    font-size: 15px;
    height: 36px;
    margin-top: 10px;
    width: 90px;
}

.note .note-content {
    line-height: 15px;
    border-bottom: 1px dotted grey;
    padding: 5px 0;
}
#customerRelationships {
    margin:20px 5px;
}
#customerRelationships .LastOrderDate,
#customerRelationships .CustomersRate,
#customerRelationships .BrandsId,
#customerRelationships .DefaultRate {
    width: 120px !important;
    text-align:center;
}
#customerRelationships .CustomersRate input,#customerRelationships .BrandsId input  {
    width: 50px !important;
    line-height: 23px;
    height: 23px;
    font-size: 12px;
    float:none;
    margin: 0 auto;
}
#customerRelationships .Potential, #customerRelationships .Active {
    text-align:center;
    width:60px;
}
#customerRelationships .Potential input, #customerRelationships .Active input {
    width: 18px !important;
    height: 23px;
    float:none;
}

#customerTabRelationships .buttons {
    display: none;
}
#customerRelationships TH {
    font-weight:bold
}
#customerRelationships TH.Potential,#customerRelationships TH.Active {
    text-align:center;
}
#customerRelationships .inputs TD {
    padding:1px 10px !important;
}
#customerRelationships .values TD {
    padding:8px 10px;
    border-bottom:1px solid #CCC;
}

/* edit */
#brands form {
    overflow: visible;
}

#brands .autocomplete_arrow {
    left: 478px;
    top: 2px;
}

#brands hr {

    margin: 10px 0 25px 0px;
    width: 100%
}

#brands label {
    width: 150px;
}

#brands input,
#brands select,
#brands .token-input-list-facebook {
    width: 350px;
}
.phones .chzn-container {
    width:100px !important;
}
#brands textarea {
    clear: left;
    min-height: 60px;
    width: 95%;
}

.typeOuter label, .statusOuter label {
    width: 50px !important;
}

.typeOuter select, .statusOuter select {
    width: 135px !important;
}

#contacts {
    float: left;
}

#locations {
    float: right;
    margin-right: 20px;
}

#contacts,
#locations {
    color: #929292;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    padding-top: 25px;
    width: 47%;
}

#contacts ul.items,
#locations ul.items {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}

#contacts ul.items .shortView,
#locations ul.items .shortView,
#contacts ul.items .fullView,
#locations ul.items .fullView {
    border: 1px solid #A2A2A2;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px #c4c4c4;
    -moz-box-shadow: 0px 1px 1px 1px #c4c4c4;
    box-shadow: 0px 1px 1px 1px #c4c4c4;
    margin-bottom: 10px;
}

#contacts ul.items .shortView,
#locations ul.items .shortView {
    clear: left;
    overflow: hidden;
    padding: 8px 20px;
}

#contacts ul.items .fullView,
#locations ul.items .fullView {
    float: left;
    padding: 20px;
    display: none;
}

#contacts ul.items .editLink,
#locations ul.items .editLink,
#contacts ul.items .makePrimaryLink,
#locations ul.items .makePrimaryLink,
#contacts ul.items span,
#locations ul.items span {
    line-height: 29px;
}

#contacts ul.items .name,
#locations ul.items .name {
    float: left;
    padding-left: 35px;
    text-transform: capitalize;
}

#contacts ul.items .shortView .editLink,
#locations ul.items .shortView .editLink {
    background: url('../images/blue_arrow_down.png') 100% center no-repeat;
    float: right;
    margin-left: 15px;
    padding-right: 10px;
}

#contacts ul.items .fullView .removeLink,
#locations ul.items .fullView .removeLink {
    color: #C37B8A;
    float: right;
    line-height: 29px;
}

#contacts ul.items .makePrimaryLink,
#locations ul.items .makePrimaryLink {
    margin-left: 5px;
}

#contacts ul.items .addPhoneLink,
#locations ul.items .addPhoneLink {
    float: right;
}

#contacts ul.items .shortView .phone,
#locations ul.items .shortView .address {
    float: right;
    font-family: 'Open Sans', "ProximaNovaRegular", "Helvetica", Arial, sans-serif;
}

#contacts ul.items .name {
    background: url('../images/user_icon.png') 0 0 no-repeat;
}

#locations ul.items .name {
    background: url('../images/location_icon.png') 0 0 no-repeat;
}

#contacts label,
#locations label {
    width: 95px;
}

#contacts ul.items .phoneType,
#locations ul.items .phoneType {
    float: left;
}

#contacts ul.items .phoneType select,
#locations ul.items .phoneType select {
    width: 90px;
}

#contacts ul.items input,
#contacts ul.items select,
#locations ul.items input,
#locations ul.items select {
    width: 210px;
}

#contacts ul.items input,
#locations ul.items input, #locations ul.items DIV {
    float: right;
}

#contacts .customerId {
    display: none;
}

#emails label {
    width: 150px;
}

#emails input,
#emails select {
    width: 350px;
}

#emails textarea {
    clear: left;
    min-height: 300px;
    width: 95%;
}

#emails #sav_email_Subject,
#emails #sav_email_RecipientsAutocomplete {
    width: 600px;
    max-width: 600px;
    min-height: 30px;
}

#emails #sav_email_RecipientsAutocomplete {
    clear: none;
    padding: 5px 10px;
    height: 20px;
    overflow: hidden;
}
#emails #attachmentActions {
    border: none;
}

#emails #insertField,
#emails #sav_email_InserfField_chzn {
    float: left;
}

#emails #addProducts {
    border: 1px solid #B7B7B7;
    margin: 40px 65px 0 0;
    padding-bottom: 20px;
}

#emails #addProducts div.left {
    float: left;
    padding-top: 20px;
    width: 30%;
}

#emails #addProducts div.left #brandsListOuter {
    clear: both;
    margin-left: 10px;
}

#emails div.left .showTree {
    clear: both;
    display: block;
    margin-left: 10px;
}

#emails #addProducts div.right {
    float: right;
    padding-top: 20px;
    width: 70%;
}

#emails #addProducts #addProduct,
#emails #addProducts #addProduct span {
    float: left;
}

#emails #addProducts #addProduct {
    margin: 0 0 15px 10px;
}

#emails #addProducts #orders {
    margin-bottom: 40px;
}

#emails #addProducts .productForm {
    margin-bottom: 15px;
}

#emails #addProducts .fieldOuter {
    width: auto;
}

#emails #addProducts .productBasicInfo .fieldOuter {
    margin-right: 10px;
}

#emails #addProducts .productBasicInfo label {
    width: 45px;
}

#emails #addProducts .productBasicInfo input {
    width: 35px
}

#editProductDialog select,
#emails #addProducts .productBasicInfo select {
    width: 100px;
}

#emails #addProducts .productImage {
    float: left;
    width: 30%;
}

#emails #addProducts .productData {
    float: right;
    width: 70%;
}

#emails #addProducts .productData label {
    width: 70px;
}

#editProductDialog input,
#editProductDialog textarea,
#emails #addProducts .productData input,
#emails #addProducts .productData textarea {
    width: 215px;
}

#emails #addProducts .productDetails .photo {
    cursor: pointer;
}

#emails .productDetails {
    margin: 0 25px 30px 0;
    min-height: 180px;
    max-width: 180px;
    display: inline-block;
    vertical-align: top;
}

#emails .productDetails.selected .photo {
    border: 1px solid #40ACDE !important;
}

#emails .productDetails .photo {
    margin: 0 0 10px;
}

#emails .productDetails p {
    margin: 0 0 3px;
}

.productDetails .brandName {
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
}

.productDetails .enlargePhoto {
    background: url('../images/zoom_in.png') 0 0 no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    width: 32px;
}

#emails #emailPreviewHeader {
    background-color: gray;
    color: #FFF;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    font-size: 14px;
    padding: 10px 30px;
}

#emails #emailPreviewHeaderOuter {
    border-bottom: 1px solid #B7B7B7;
}

#emails #emailHeader {
    float: left;
    padding: 20px 0 15px;
    width: 65%;
}

#emails #emailHeader td {
    padding: 3px 5px;
}

#emails #emailHeader td.label {
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    padding-left: 20px;
}

#emails #emailSwitcher {
    float: left;
    padding: 20px 0 15px;
    text-align: center;
    width: 30%;
}

#emails #emailSwitcher #prevEmail,
#emails #emailSwitcher #nextEmail {
    cursor: pointer;
}

#emails #emailSwitcher #prevEmail {
    margin-right: 20px;
}

#emails #emailContent {
    clear: both;
    padding-top: 30px;
}

#emails #emailContent #products {
    padding-top: 30px;
}

.buttons button,
.buttons span {
    float: left;
}

/********** DATA *********/

li.status {
    width: 50px;
}

li.company {
    width: 144px;
}

li.location {
    width: 120px;
}

li.territory {
    width: 70px;
}

li.access {
    width: 50px;
}

li.visits {
    width: 46px;
}

li.status span {
    width: 21px;
    height: 22px;
    display: block;
    text-indent: -8888px;
    margin: 18px auto;
    background: url(../images/icon_status.png) no-repeat;
}

li.status .active {
    background-position: 0 0;
}

li.status .inactive {
    background-position: 0 -22px;
}

li.company a span {
    text-transform: uppercase;
    color: #416576;
    font-size: 10px;
}

.pager {
    text-align: center;
    margin: 15px auto;
    width: 190px;
}

.btnShowMore {
    width: 104px;
    height: 39px;
    background: url(../images/button_show_more.png) no-repeat 0 0;
    float: left;
    margin: 0 auto;
    text-indent: -8888px;
}

a:hover.btnShowMore {
    background-position: 0 -39px;
}

a:active.btnShowMore {
    background-position: 0 -78px;
}

/********** SEARCH *********/
a.clearSearch {
    width: 22px;
    height: 40px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url(../images/button_close.png) no-repeat 0 50%;
    text-indent: -8888px;
}

#results {
    position: absolute;
    overflow-y: auto;
    max-height: 572px;
    z-index: 100;
    display:none;
    width:251px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 0px;
    color: #646464;
    box-shadow: 0 2px 1px #888;
    margin-top: 2px;
}

#results li a {
    color: #646464;
    text-decoration: none;
    text-align:left;
    display:block;
}

#results ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

#results li {
    border-top: 1px solid #bdbdbd;
    padding:2px 5px;
}

#results li.rowB {

}

#results li.result:hover,
#results li.result.active {
    background: #2598cd url(../images/search_results_hover.png) repeat-x;
    color: #fff;
    text-shadow: 1px 1px 0 #444;
}

#results li:hover a, #results li:hover span, #results li.active a, #results li.active span {
    color: #fff;
}

#results li.Count, #results li:hover.Count, #results li.active.Count, #results li.Count.active {

    font-size: 12px;
    color: #545454;
    text-shadow: none;
    background: #DCDDDC;

}

#results span {
    vertical-align: middle;
    font-size: 12px;
}

#results span.data {
    display: inline-block;
    zoom: 1;
    *display: inline;
    line-height:16px;
    width: 98%;
overflow: hidden;
    text-overflow: ellipsis;
        white-space: nowrap;
}

#results em {
    background: #dfdc7a;
    border: 1px solid #c7c23e;
    font-style: normal;
    padding: 0 2px;
    border-radius: 3px;
    text-shadow: 1px 1px 0 #e4e18f;
}

#results li:hover em, #results li.active em {
    color: #646464;
    box-shadow: 0 1px 0 #777;
}

#results span.category {
    font-family: 'Open Sans', "CabinItalic";
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: right;
    vertical-align: middle;
    width: 90px;
    color: #8a8a8a;
}
#results li.Count.brand {
    text-indent: 2px;
    font-size: 11px;
    background:white !Important;
}

#results li.Count.customer {
    text-indent: 8px;
    font-size: 11px;
    background:white !Important;
}

#results li.s_Orders {
    text-indent: 9px;
}

#results span.icon {
    background: url(../images/box_icons2.png) no-repeat;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
}

#results span.customer {
    background-position: 0 0;
}

#results li.active .customer,
#results li:hover .customer {
    background-position: -30px 0;
}

#results span.order {
    background-position: 0 -30px;
}

#results li.active .order,
#results li:hover .order {
    background-position: -30px -30px;
}

#results span.brand {
    background-position: 0 -60px;
}

#results li.active .brand,
#results li:hover .brand {
    background-position: -30px -60px;
}

#results span.item {
    background-position: 0 -90px;
}

#results li.active .item,
#results li:hover .item {
    background-position: -30px -90px;
}

#results span.collection {
    background-position: 0 -120px;
}

#results li.active .collection,
#results li:hover .collection {
    background-position: -30px -120px;
}

/********** FOOTER *********/
#footer {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 12px;
    color: #818181;
    padding-bottom: 30px;
    text-align: center;

}

#footer p {
    margin: 0 0 0 75px;
}

#footer a {
    color: #646464;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#add-task {
    display: none;
    position:static !important;


}
#add-task form {
    float: left;
    position: absolute;
    left: 10px;
    width: 480px;
}
#add-task textarea {
    width: 480px !important;
    height: 115px !important;
}

#edit-reminder textarea {
    width: 469px;

    height: 105px !important;
}

#add-task select,
#edit-reminder select {
    width: 150px;
}
.reminderForm .fl-right {
width:  235px !important;
}
.reminderForm input {
    float: none !important;
    clear: both;
}

.reminderForm label {
    clear: both;
    display: block;

    width: 130px !important;
    line-height: 28px !important;
}
.reminderForm .input-group {
    width:218px
}
.reminderForm #sav_salesprobundle_remindertype_title {
    width: 90%;
}

.reminderForm .fieldOuter {
    clear: both;
}

.reminders .header_overdue {
    color: red;
    font-weight: bold;
    margin-bottom:15px;
}

.reminders .header_today {
    color: green;
    font-weight: bold;
    line-height:30px
}

.reminders .header_tomorrow, .reminders .header_upcoming {
    color: #40ACDE;
    font-weight: bold;
    line-height:30px;
}

.reminders li {
    /*    margin-bottom: 15px;*/
    overflow: hidden;
}

.reminders li span {
    float: left;
}

.reminders li span.contactName {
    color: #424242;
}

.reminders li span.phone,
.reminders li span.titleAddress {
    float: right;
}

.reminders li span.email {
    color: #32A1D3;
}


.reminder {
    margin-bottom: 5px;
}

.reminder .type {
    padding: 0 5px;
    color: #000000;
    margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    float: left;
    margin-right: 5px;
}

.reminders li.checked span {
  text-decoration: line-through;
  color: #333;
  opacity: 0.75;
}

.reminder .checkbox {
    background: url(../images/checkbox.png) no-repeat left top;
    border: 0;
    cursor: pointer;
    display: block;
    height: 18px;
    width: 17px;
    float: left;
    margin:7px 0px;
}

.reminder .content {
    padding-left: 5px;
    float: left;
    vertical-align: middle;
    width: 90%;
    color:black;
}

.reminder .content .task-title {
    clear: both;
    border-bottom: 1px dotted grey;
    padding: 5px 0;
}

.reminder .content span.assignee {
    font-weight: bold;
    margin-right: 5px;
}

.reminder .links {
    display: none;
    text-align: right;
    float: left;
}

.reminder .date {
    clear: both;
    font-size: 10px;
    margin-left: 25px;
}

.reminder .checked {
    background-position: left -18px !important;
}

#reminder_dialog {
    display: none;
}

#brand_DefaultCommisionRate {
    width: 85px !important;
}

.percent {
    line-height: 30px;
    padding-left: 5px;
}

.ui-autocomplete {
    background-color: white;
    border: 1px solid black;
    border-top: 0;
}

.ui-autocomplete LI {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.ui-autocomplete LI A {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow: hidden;
}

#mainSettings .autocomplete_arrow {
    left: 470px;
}

#mainSettings .column {
    float: left;
    width: 50%
}

#order_BrandName, #order_CustomerName, #order_SeasonName, #order_ShipLocation, #order_SalesRepName, #order_SourceName, #order_Year {
    width: 200px;
}

#order_SumBooked, #order_UnitsBooked, #order_SumShipped, #order_UnitsShipped,#order_SumCancelled,#order_UnitsCancelled {
    width: 110px;
    margin-right: 4px;
    margin-bottom: 5px;
}

.changePasswordForm {
    margin-top: 38px;
    float: left;
}


#customerSentEmails,
#brandsSentEmails,
#ordersList {
    width: 100%;
    margin-left:0%!important;
}

.autocomplete_arrow {
    background: url('../images/chosen/chosen-sprite.png') 0px 3px;
    cursor: pointer;
    width: 18px;
    height: 30px;
    display: block;
    left: 480px;
    position: relative;
}

#orders ul.token-input-list-facebook {
    width: 200px;
}

#orders .autocomplete_arrow {
    left: 330px;
    top: 3px;
}

#orders input.ui-autocomplete-input {
    padding-right: 18px;
}

#fieldOuter-source .autocomplete_arrow,
.fieldOuter.territory .autocomplete_arrow {
    left: 480px;
}

.fieldOuter.territory input {
    padding-right: 20px;
}

#fieldOuter-source input {
    padding-right: 20px;
}

.country .autocomplete_arrow, .province .autocomplete_arrow {
    left: 317px;
}

#sav_email_RecipientsAutocomplete_outer .autocomplete_arrow {
    left: 730px;
    top: -5px;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 0;
}

#orders .dataGrid {
    margin-left: 15px;
}

#orders .dataGrid.reports {
    width: inherit!important;
    margin: 0 20px;
}

#gridReportSettings .chzn-container {
    width: 120px !important;
}

#form_month_Date1, #form_month_Date2 {
    width: 210px !important;
    float: left !important;
}

#gridReportSettings .compare DIV, #gridReportSettings .period DIV {
    float: none;
}

#gridReportSettings {
    margin: 15px;
    overflow: visible;
}

#gridReportSettings.comparative-sales-settings {
    margin: 15px 15px 0 15px;
    height: auto;
}

#gridReportSettings DIV, #gridReportSettings INPUT {
    float: left;
    clear:right;
}

#gridReportSettings .compare, #gridReportSettings .period {
    margin-left: 25px;
    float: left;
    padding-left: 25px;
    border-left: 1px solid gray;
}

#gridReportSettings .format {
    float: right;
}
#gridReportSettings .format LABEL {
    width:35px;
}

#gridReportSettings label {
    text-align: right;
    margin-right: 13px;
}


.filterReports .filterPopup {
    top: 66px !important;
}

.filterReports.customer2years .filterPopup {
    top: 38px !important;
}
.filterReports.commissionsummary .filterPopup,.filterReports.salessummary .filterPopup {
    top:38px !important;
}
.filterReports.filterCommissionSummary .filterPopup,.filterOrderList .filterPopup,.filterCustomerList .filterPopup,.filterContactList .filterPopup {
    top: 36px !important;
}

.report_customer2year .customer,
.report_customersales .customer {

    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
}

.report_customer2year .customer,
.report_customersales .info {
    vertical-align: top;
}

.report_customer2year tr.customersSeparator td {
    border-top: 1px solid #E1E1E1 !important;
    padding: 20px 0;
}

.report_customer2year tr td {
    padding: 8px 5px;
}

.report_customer2year tr.brandFirst td {
    padding: 8px 5px 4px;
}

.report_customer2year tr.brandSecond td {
    padding: 4px 5px 8px;
}

.filterReports {
    padding-top: 10px;
}

#content div.dataGrid span.customerlist-customer-location,
#content div.dataGrid span.customerlist-customer-contact {
    display: block;
    margin-bottom: 10px;
}

.salesRepForm {
    display: none;
}

#attachments,
#addFile_,
#fileupload,
#primaryFileUpload,
#attachments-file,
.fileupload {
    background-color: transparent;
    color: transparent;
    border: 0
}

#fileupload, #primaryFileUpload {
    max-width: 100%;
}

li.uploading {

}

.buttons.order-add {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #999;
    margin-right: 20px;
}


.buttons.order-add .saveButton {
    margin-right: 10px;
}

#orderSourceEdit div.size-scales-mt,
#orderSourcesInfo div.size-scales-mt {
    margin-top: 15px;
}
#orderSourceEdit div.size-scales-mt .link,
#orderSourcesInfo div.size-scales-mt .link {
    clear:left
}
#orderSourceEdit div.size-scales-mt input,
#orderSourcesInfo div.size-scales-mt input {
    width: 60px !important;
    margin: 0 10px 10px 0;
}
#orderSourceEdit div.size-scales-mt .step,
#orderSourcesInfo div.size-scales-mt .step {
    width: 60px !important;
    margin: 0 10px 10px 0;
    float:left;
    position:relative;
}
#orderSourceEdit div.size-scales-mt .step a,
#orderSourcesInfo div.size-scales-mt .step a {
    position:absolute;
    top: 9px;
    right: 5px;

}

.compareby_month .reports-sales-summary,
.compareby_month .reports-customer-sales,
.compareby_month .r#s2id_order_Source {
    width:100% !important;
}eports-commision-summary,
.compareby_month .reports-data-grid {
    line-height: 30px;
    float: left;
    padding-right: 5px;
}

.period_CustomDates .reports-order-list,
.period_CustomDates .reports-customer-list,
.period_CustomDates .reports-commistion-statement {
    float: left;
    line-height: 30px;
    padding: 0px 5px
}

table.report_salessummary {
    width: 100%
}

.reports-page-title-mr10 {
    margin-right: 10px
}

table.reports-index {
    margin: 80px;
    width: 100%
}

table.report_customersales {
    width: 100%;
}

div.report_customer2year {
    width: 95%;
    margin: 0 auto 10px auto;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 10px;
}

div.report_customer2year table.dataTable {
    width: 70%;
}
div.report_customer2year table.dataTable TH {
    width:130px
}

table.report_salessummary.missed-customer tfoot tr {
    background-color: #929292;
    color: black;
    font-weight: bold;
}

table.report_salessummary.missed-customer tfoot th {
    font-weight: bold;
    color: white
}

table.report_salessummary.missed-customer tfoot th.total {
    font-weight: bold;
}

table.report_salessummary.missed-customer tbody tr.customer {
    background-color: #929292;
    color: black;
    font-weight: bold;

}

table.report_salessummary.missed-customer tbody tr.customer th.row-1 {
    font-weight: bold;
    color: white
}

table.report_salessummary.missed-customer tbody tr.customer th.row-2 {
    text-align: right;
    font-weight: bold;
    color: white
}

table.report_salessummary.commision-statement th.item-1 {
    height: 20px
}

table.report_salessummary.commision-statement th.totals {
    font-size: 13px;
}

table.report_salessummary.commision-statement tr.row-1 {
    background-color: #929292;
    color: black;
    font-weight: bold;
}

table.report_salessummary.commision-statement tr.row-1 th.col-name,table.report_salessummary.commision-statement tr.row-1 th.col-name a {
    font-weight: bold;
    color: white !important;
}

table.report_salessummary.commision-statement tr.row-1 th.col-orders {
    color: white;
}

table.report_customer2year th.th-1 {
    width: 170px
}

table.report_customer2year td.td-200 {
    width: 200px;
}

table.report_customer2year tr.total {
    font-weight: bold;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.clear {
    clear: both;
}
.customer-view .pill {
    padding: 3px 5px;
    margin-top: 5px;
    margin-right: 10px;
    color: black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    background:#D6AD33;
    float:left;
    width:100;
    text-align: center;
    line-height:15px;
}
.customer-view .note {
    min-height:35px;
    line-height:25px;
}
.customer-view #history .chzn-container {
    top:-45px;
    float:right;
}
.customer-view #notesa .addItemButton {
    position:relative;
}
.customer-view #customerTabOverview {
    padding: 10px 0px !important;
}
.customer-view .overviewSubsection hr.subsectionSeparator {
    margin-top:10px !important;
}
.customer-view .overviewSubsection div.customer-overview-basic table td.label {
    width:181px;
    float:left;
    font-size:12px;
    text-align:right;
    line-height:20px;
}
.customer-view .overviewSubsection div.customer-overview-basic table td {
    padding: 10px 10px 4px 0 !important;
    border-top: 1px solid #E0E0E0 !important;
}
.customer-view .more {
    text-align:center;
    padding-top:15px;
}
.customer-view .more button {
    margin:0 auto;
}
.customer-view .initials {
    background-color:#EEE;
}
.customer-view .note-content {
    border-bottom:0px !important;
    line-height:24px !important;
    margin:0px !important;
}
.customer-view #customerContacts td {
    padding:0px;
}
.customer-view #customerContacts input {
    height:21px;
}
.customer-view #customerContacts input.subject,#customerContacts textarea {
    width:407px;
}
.customer-view #customerContacts textarea {
    height:170px;
}


/* COLLECTION
----------------------------------------------------------------------------------------------------*/

#collection td.bulk div.bootstrap-select {
    margin-bottom: 0;
}

#collection td.bulk div.bootstrap-select button {
    height: 30px;
}

#collection hr {
    margin-top: 29px;
    border: 1px solid #CFCFCF;
}

#collection .ui-widget-content {
    border: 0;
}

#collection p.showing {
    font-size: 18px;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    color: #929292;
    margin-bottom: 8px;
}

#collection p.showing strong {
    font-weight: bold;
    color: #525252;
}

#collection div.add-group,
#collection div.group {
    margin-top: 23px;
    border: 1px solid #a2a2a2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 5px 4px -6px black;
    -moz-box-shadow: 1px 5px 4px -6px black;
    box-shadow: 1px 5px 4px -6px black;
    background: white;
}

#collection div.add-group {
    display: none;
}

#collection div.add-group span.active {
    display: block;
    background: url('../images/collection_active_item.png') no-repeat top left;
    width: 19px;
    height: 9px;
    position: absolute;
    margin-top: -9px;
}

#collection div.add-group span.active.edit {
    margin-left: 35px;
}

#collection div.add-group span.active.group {
    margin-left: 135px;
}

#collection div.add-group div.header,
#collection div.group div.header {
    padding: 8px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #c2c2c2;
}

#collection div.add-group div.header input {
    height: 26px;
    display: block;
    float: left;
    color: #bbbbbb;
    font-size: 17px;
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
}

#collection div.add-group div.header div.buttons {
    float: right;
}

#collection div.add-group div.content,
#collection div.group div.content {
    padding: 10px;
}

#collection div.add-group div.content div.box,
#collection div.group div.content div.box {
    background-color: #f7f7f7;
    border: 1px dotted #b7b7b7;
    padding: 25px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#collection div.add-group div.content div.box a.add-product-new,
#collection div.group div.content div.box a.add-product {
    font-family: 'Open Sans', "ProximaNovaBold", "Helvetica Bold", Arial, sans-serif;
    font-size: 15px;
    color: #888888;
    display: block;
    background: url('../images/collection_add_product.png') no-repeat top left;
    padding: 3px 0 3px 35px;
    width: 450px;
    margin: 0 auto;
}

#collection div.add-group div.content div.box a.add-product strong {
    color: #565656;
}


#collection div.group h2 {
    float: left;
    padding: 2px 0 2px 7px;
    font-size: 17px;
    margin: 0;
    color: #888888;
    cursor: pointer;
}

#collection div.group h2 span {
    background: url('../images/collection_group_edit.png') no-repeat 100% 50%;
    padding-right: 15px;
}

#collection div.group h2 input {
    margin: 0;
}

#collection div.group h2.active {
    border: 1px dotted #b7b7b7;
    color: #a8a8a8;
}

#collection div.group div.add-product,
#collection div.add-group div.add-product {
    display: none;
    padding: 5px 25px;
}

#collection div.add-group table.dataGrid,
#collection div.group table.dataGrid {
    width: 100%;
}

#collection div.add-group table.dataGrid td span.status,
#collection div.group table.dataGrid td span.status {
    margin-left: 10px;
}

#collection div.add-group table.dataGrid td .photo,
#collection div.group table.dataGrid td .photo,
img.product-photo {
    background-color: #ffffff;
    padding: 1px;
    border: 1px solid #a8a8a8;
    -webkit-box-shadow: 3px 5px 4px -6px black;
    -moz-box-shadow: 3px 5px 4px -6px black;
    box-shadow: 3px 5px 4px -6px black;
    width: 63px!important;
    min-width: 63px !important;
    height: 68px!important;
    min-height: 68px !important;
    display: block;
}
img.brand-photo {
    background-color: #ffffff;
    padding: 1px;
    border: 1px solid #a8a8a8;
    -webkit-box-shadow: 3px 5px 4px -6px black;
    -moz-box-shadow: 3px 5px 4px -6px black;
    box-shadow: 3px 5px 4px -6px black;

    max-width: 150px !important;

    max-height: 68px !important;
    display: block;
}

#collection div.add-group table.dataGrid td .photo.default,
#collection div.group table.dataGrid td .photo.default {
    position:relative;

    background: url('../images/default_product_image_black.png?clear') center center no-repeat #e0e0e0;
    cursor: pointer;

}
#collection div table .photo .default INPUT {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    z-index:11;
    cursor: pointer;
    overflow: hidden;
    width: 63px;
    height: 68px;
}

#collection div.add-group table.dataGrid td span.rollover,
#collection div.group table.dataGrid td span.rollover,
.enlargePhoto .rollover {
    background: url('../images/collection_photo_hover.png') center center no-repeat #000;
    width: 63px;
    height: 68px;
    position: absolute;
    padding: 2px;
    z-index: 13;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

#collection div.add-group table.dataGrid td span.rollover:hover,
#collection div.group table.dataGrid td span.rollover:hover,
.enlargePhoto .rollover:hover {
    cursor: pointer;
}

#collection div.add-group table.dataGrid td span.label,
#collection div.group table.dataGrid td span.label {
    background-color: #e3e3e3;
    border: 1px solid #c7c7c7;
    padding: 7px 9px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#collection div.group table.dataGrid td.bulk input {
    width: 100px;
}

#collection div.group table.dataGrid td.photo {
    width: 100px;
}

#collection div.group table.dataGrid td.status {
    width: 50px;
}
#collection div.group table.dataGrid td.sizescale {
    width: 90px;
}
#collection div.group table.dataGrid td.category {
    width: 150px;
}

#collection div.group table.dataGrid td.price,#collection div.group table.dataGrid td.wholesale,#collection div.group table.dataGrid td.retail {
    width: 130px;
}

#collection div.group table.dataGrid td.bulk.description input {
    width: 150px;
}

#collection div.group table.dataGrid td.bulk.category select {
    width: 150px !important;
}


#collection div.group table.dataGrid td.bulk select {
    display: none;
    width: auto;
    background:white;
    border-radius:2px;
    height:20px;
    max-width: 100px;
}

#collection div.group table.dataGrid tr.sort-disabled td {
    line-height: 18px!important;
}

#collection div.group table.dataGrid tr {
    width: 100%;
}

#collection span a.cancel {
    color: #cc98a3;
}



/* jQuery Tokeninput
----------------------------------------------------------------------------------------------------*/
ul.token-input-list-facebook {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 350px;
    min-height: 34px;
    z-index: 999;
    margin: 0;
    list-style-type: none;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #878787;
    font-family: 'Open Sans', "ProximaNovaRegular", "Helvetica", Arial, sans-serif;
    padding: 0 10px;
    float: left;
    clear: none!important;
}

ul.token-input-list-facebook2 {
    font-size: 12px;
    float: left;
    margin-left: 82px;
    width: 380px;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px!important;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook,
li.token-input-token-facebook2 {
    background-color: var(--color-blue);
    border: 1px solid #0D648C;
    color: #ffffff;
    overflow: hidden;
    float: left;
    cursor: default;
    white-space: nowrap;
    margin: 8px 3px;
    padding: 0 5px;
    margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

li.token-input-token-facebook2 {
    margin: 0 3px 5px 0;
}

li.token-input-token-facebook p,
li.token-input-token-facebook2 p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: black;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-token-facebook2 span {
    display: none;
}

li.token-input-selected-token-facebook {
    background-color: var(--color-blue);
    color: #ffffff;
    border: 1px solid #0D648C;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li.token-input-input-token-facebook2 {
    display: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 370px;
    overflow: hidden;
    cursor: default;
    z-index: 1;
    background-color: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 5px 5px 5px 5px;
    color: #878787;
    font-size: 12px;
    padding: 0;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #40ACDE;
    color: #fff;
}

/* COLLECTIONS ADD FORM
----------------------------------------------------------------------------------------------------*/

form.collections #collection_Year_chzn {
    width: 80px!important;
}
form.collections #collection_Season_chzn {
    width: 200px!important;
}
form.collections #collection_Year_chzn .chzn-drop {
    width: 80px!important;
}
form.collections #collection_Season_chzn .chzn-drop  {
    width: 200px!important;
}
form.collections .year label {
    width: 40px!important;
}
form.collections .year {
    margin-left: 30px!important;
}
form.collections #collection_Name {
    width: 330px!important;
}

/* COLLECTIONS PRODUCT EDIT FORM
----------------------------------------------------------------------------------------------------*/
form.products textarea#collection_product_Description {
    width: 328px!important;
    float: left;
    clear: none!important;
}

form.products input {
    width: 328px!important;
}

form.products .price input {
    width: 100px!important;
}

form.products .price .labels  div {
    float: left;
    padding: 0 10px;
    line-height: 30px;
}

form.products .price .labels div.cost + input {
    margin-left: 60px;
}

form.products .price .price-with-currency {
    position: relative;
}
form.products .price .price-with-currency .code {
    position: absolute;
    right: 8px;
}

form.products p.characters-limit {

    padding-right: 55px;
    clear: both;
    margin-left: 151px;
    font-size: 11px;
}

form.products p.characters-limit strong,
form.products p.characters-limit span {
    font-weight: bold;
}

form .collection-loader {
    width: 16px;
    height: 16px;
    background: url('../images/jstree/throbber.gif') no-repeat 0 0;
    display: none;
    padding: 10px 8px;
}

form.products b.autocomplete_arrow {
    left: 458px!important;
}

div.primary-photo {
    margin: 10px 0 20px 0;
    text-align: center;
}

#product-files {
    margin: 10px 0 0 0;
}

#product-files>li {
    text-align: center;
    margin-bottom: 10px;
}

#product-files li img,
div.primary-photo img {
    border: 1px solid #CFCFCF;
    padding: 5px;
    background-color: #ffffff;
}

#product-files li a.remove-file, .primary-photo a.remove-file {
    display: block;
    height: 24px;
    width: 24px;
    background: url('../images/delete.png');
    position: absolute;
    margin: 1px 0 0 171px;
}

div.add-photo {
    display: none;
}

#lock-screen {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 999999;
}

#brandOverview.attachments #attachments {
    color: #878787!important;
}

#brandOverview.attachments #attachments div.clear {
    clear: both;
}

#brandOverview.attachments #attachments div.collection-attachments div.item {
    border-bottom: 1px solid #CFCFCF;
}


#brandOverview.attachments #attachments div.collection-attachments h3 {
    float: left;
}

#brandOverview.attachments #attachments div.collection-attachments h3 a {
    text-decoration: underline;
}

#brandOverview.attachments #attachments div.collection-attachments h3 span {
    font-size: 10px;
    margin-left: 15px;
}

#brandOverview.attachments #attachments div.collection-attachments div.delete {
    float: right;
    margin: 20px 0;
}

#collection div.notify {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    width: 100%;
    clear: both;
}
#collection div.notify.bottom {
    margin-top: 65px;
}
#collection div.notify-content {
    margin: 0 auto;
    width: max-content;
    border: 1px solid #FFBD69;
    background-color: #FFE7A1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #AA3333;
    font-weight: bold;
}
#collection div.notify-content p {
    padding: 5px 10px;
    margin: 0;
}

.customer-overview-sales-summary TABLE {
    width:90% !important;
    margin:30px 30px 10px 10px !important;
    padding-top:20px !important;

}

#salesSummaryYear_chzn,#apptsSelect_chzn {
    width:131px !important; margin-left: 15px;
}
#salesSummaryYear_chzn .chzn-drop,#apptsSelect_chzn .chzn-drop { width:129px !important;}

.limit {
    text-align:center;
    margin-top:30px;
}

#settingsContent .companyDetails.mt15 {
    margin-top: 15px;
}

#settingsContent .companyDetails.black {
    color: #000000;
}

#settingsContent div.filterBar {
    height: auto!important;
}


#settingsContent ul.filters {
    padding: 9px 0 2px 0;
}

#settingsContent ul.filters li {
    height: 25px;
}

ul.error_list {
    margin-top: 5px;
}

ul.error_list li.error {
    color: #ff0000;
}

.fileupload {
    width: 110px !important;
    left: -10px;
    position: relative;
}
.fileu {
    margin-bottom:0px !important;
}
/* ACTIVITIES
----------------------------------------------------------------------------------------------------*/
#activity {
    padding: 0px 25px;
    min-height: 100%;
}

#activity div.logs {
    float: left;
    width: 47%;
}

#activity div.reminders {
    float: right;
    width: 47%;
    border-left: 1px solid #B7B7B7;
    margin-left: 25px;
    padding-left: 20px;
}

#activity div.logs,
#activity div.reminders {
    min-height: 700px;
}

#activity div.reminders #form_User,
#activity div.logs div select {
    width: 200px!important;
}

#activity .reminders div.bootstrap-select {
    margin-top: 20px;
    float: right;
}

#activity .subsectionContent .chzn-container {
    position: relative;
    margin-top: -45px;
    float: right;
}

#sel0KW,
#sel0KW_chzn.chzn-container,
#note_Type_chzn {
    width: 150px !important;
}
#note_Season_chzn {
    width: 150px !important;
    float:left;
}
#note_Year {
    width:90px;
    margin-left:10px;
    margin-right:25px;
    float:right;
    border-radius:5px;
    border-color:#CCC;
    line-height:33px
}
#note_Content {
    width: 325px;
    height: 110px;
}
#addNoteDialog .callstatus {
    float:left;
    margin-left:5px;
    opacity:0.2;
    cursor:pointer;
}
#addNoteDialog .callstatus-name {
    line-height:30px;
    padding-left:0px;
    float:left;
    width:80px;
}
#addNoteDialog .callstatus-select IMG {
    float:left;
}
#addNoteDialog .callstatus-active {
    opacity:1
}

#activities.dashboard {
    margin-top: 20px;
    padding-right: 20px;
}

#activities span.line {
    display: block;
    width: 94% !important;
    height: 23px;
    border-bottom: 1px solid #eeeeee;
    position: absolute;
}

#activities  h2 {
    display:inline-block;
    position: relative;
    z-index: 10;
    background-color: #FEFEFE;
    padding-right: 20px;
    color: #000000;
    font-family: 'Open Sans', "ProximaNovaRegular", "Helvetica", Arial, sans-serif;
    font-weight: normal;
    margin: 15px 0;
    font-size:20px;
}

#activities.dashboard div.group h2 {
    padding: 0 0 10px 0!important;
    margin: 0!important;
    padding-right: 20px!important;
}

#activities div.item {
    margin-bottom: 15px;
}

#activities .initials {
    float: right;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #333;
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    margin-right: 15px;
}
.website.initials {
    background-color: #eee !important;
    color:#111 !important;

}
.initials_box {
    float: left;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #333;
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    margin-right: 15px;
}
#activities div.item div.initials.salesrep {
    background-color: #333333;
}

#activities blockquote {
    margin: 10px 0 10px 10px;
    padding: 5px 10px;
    border-left: 3px solid #cccccc;
    color: #000000;
    font-size:12px
}

#noteShowButtons.activity {
    text-align: center;
}



#noteShowButtons.activity a:hover {
    cursor: pointer;
}

#customerEdit .customer-description textarea {
    display: none;
}

#customerEdit .customer-description.active textarea {
    display: block;
}

#customerEdit div.phoneType {
    float: left;
    margin-right: 50px;
}

#customerEdit div.phoneType div.bootstrap-select {
    width: 100px;
}

#customerEdit div.province-customer label,
#customerEdit div.country-customer label {
    display: inline;
}


#customerEdit div.province-customer input {
    width: 100px;
    padding-right: 18px;
}

#customerEdit div.province-customer b.autocomplete_arrow {
    left: 230px;
}

#customerEdit div.country-customer input {
    width: 150px;
    padding-right: 18px;
}

#customerEdit div.country-customer b.autocomplete_arrow {
    left: 190px;
}

#customerEdit #customer_SalesRepID_chzn {
    width: 372px!important;
}

#customerEdit .buttons button {
    padding-right: 7px;
}

#location-placeholder div.province-customer b.autocomplete_arrow,
#location-placeholder div.territory b.autocomplete_arrow,
#location-placeholder div.country-customer b.autocomplete_arrow {
    left: 324px;
    top: 3px;
}

.delete-additional-phone {
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
}

/* orders */
#orders label {
    /*width: 130px;*/
}

#orders form .fieldOuter ul {
    clear: both;
}
#orders .image {
    width: 70px;
    height: 70px;
}
#orders ul#orderAttachments li {
    float: left;
    margin-right: 5px;
}
#orders ul#orderAttachments li a { display: block; width: 70px; text-align: center; margin-top: 3px; }
#orders ul#orderAttachments li.uploading {
    float: none;
}



#contact-placeholder input,
#location-placeholder input {
    width: 55%;
}

#contact-placeholder .fieldOuter {

}

#contact-placeholder .phones input,
#location-placeholder .phones input {
    width: 151px!important;
}

#mainSettings div.primary-contact div.advanced-options-add {
    display: none;
}

#contact-placeholder div.advanced-options .choiceEntry {
    float: left;
}

#contact-placeholder div.advanced-options .choiceEntry label,
#contact-placeholder div.advanced-options .choiceEntry input {
    width: auto;
    margin: 0 10px 0 0;
}

#contact-placeholder div.advanced-options .choiceEntry input {
    margin: 0 5px 0 0;
}

#contact-placeholder div.advanced-options-add div label,
#contact-placeholder div.advanced-options-add div input {
    width: auto;
    margin: 0 10px 0 0;
    float: left;
}
#contact-placeholder div.advanced-options select,
#contact-placeholder div.advanced-options-add select {
    margin: 0 10px 0 0;
    width: 269px;
    float: left;
}
#contact-placeholder .phones .phoneType
{
    margin-left: 124px;
}

#location-placeholder .phones .phoneType {
    margin-left: 99px;
}


#contact-placeholder a.delete-contact,
#location-placeholder a.delete-location,
#edit-reminder a.delete-link,.form-edit a.delete-link{
    color: var(--color-blue);
    font-family: 'Open Sans', "ProximaNovaBold","Helvetica Bold",Arial,sans-serif;
    text-decoration: none;
}

.ui-dialog-buttonset button.delete-button {
    float: left;
}

/* dashboard tabs */
#dashboard_sales_form {
    margin-bottom: 30px;
}

#dashboard_sales_form select, #customer_map_form select {
    width: 150px;
    float: none;
    display: inline;
}

#customer_map_form input[type="checkbox"] {
    position: relative;
    top: 8px;
}

#dashboard_sales_grid {
    width: 35%;
    margin:0 auto;
}

/* TASKS
----------------------------------------------------------------------------------------------------*/
.reminder .content .reminder-task {
    width: 115%;

}

.reminder .content .reminder-task .reminder-task-info {
    width:20px;
    vertical-align: top;
}

.reminder .content .reminder-task .reminder-task-action {
    width:80px;
    vertical-align: top;
    text-align: right;
}

.reminder .content .reminder-task .reminder-task-initials {
    background-color: #eee;
}
.reminder .reminder-task-due {
    width:273px;

}
/* DASHBOARD MAP
----------------------------------------------------------------------------------------------------*/
#map form {
    margin-bottom: 30px;
}

#map form select {
    width: 150px !important;
}

#customer_map {
    width: 100%;
    min-height: 500px;
    height: 650px;
}


#customer_map_form div.order input,
#customer_map_form div.order label {
    width: auto!important;
}

#customer_map_form div.order INPUT {
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

#map #count_msg { text-align: center; }
input#pac-input {
    width: 100%;
    border-radius: 8px 7px;
    line-height: 31px;
    margin-left:10px;
    margin-top:20px;
}
#customer_map_form .order {
    margin-top:20px;
    margin-left:10px;
}
#customer_map_form .order label {
    margin-bottom:20px;
}
.radius .bootstrap-select {
    width:120px !important;
}

#map_results {
    line-height: 30px;
    margin-left: 23px;
}

#sav_email_select_Match {
    float:right;
    margin-right:10px;
}

.match label {
    width:437px !important;

}
.emailSelect select,.emailSelect input {
    width:220px !important;
}
.rules {
    clear:both;
}
.rules LI .fieldOuter {
    width:auto;
    margin-right:15px;
}
.rules .short {
    width:130px !important;
}
.rules > LI {
    height:40px;
    clear: both;
}
.criteria,.add_rule_link,.remove_rule_link {
    font-size:20px;
    line-height:30px;
    color:gray;
}
.add_rule_link,.remove_rule_link {
    cursor:pointer
}
.appointmentsWidget TABLE {

    width: 100%;
}
.appointmentsWidget TABLE TH {
    text-align: left;
    color:#5b5b5b;
}
.appointmentsWidget TABLE TD.actions,.appointmentsWidget TABLE TH.actions {
    text-align:right;

}
.appointmentsWidget TABLE TD, .appointmentsWidget TABLE TH {
    border-bottom: 1px solid #ebebeb;
    line-height: 25px;
    padding:2px 5px;
    font-weight: bold;
}

.report_customer2year h3 {
    clear: both;
    padding-top:10px;
}
.report_customer2year .locations,.report_customer2year .contacts {
    clear:both;
}
.report_customer2year .locations LI,.report_customer2year .contacts LI {

    width:190px;
    float:left;
    min-height:120px;
    background-color:#FAFAFA;
    display:block;
    border:1px solid #AAA;
    margin:10px;
    padding:10px;
}
.column-33 {
    width:38% !important;
}
.column-66 {
    width:60% !important;
}
.column-33  label {
    width:90px !important;
}
.column-33 INPUT {
    width:135px !important;

}
.column-33 .comm label {
    width:140px !important;
}
.column-33 .comm INPUT {
    width:84px !important;
}
.column-33 #orders .autocomplete_arrow {
    left: 224px !important;

}
.column-33 .autocomplete_arrow {
    left:205px !important;
}
#ordersList td {
    padding:8px 5px;
}
/* GRITTER
----------------------------------------------------------------------------------------------------*/
.gritter-item p a {
    color: yellow;
}
.ui-datepicker-trigger {

    background: none;
    position: relative;
    left: -24px;
    border: 0px;
    cursor: pointer;
    height: 26px;
    top: 3px;
}
.calendar-header .ui-datepicker-trigger {
    left:0px !important;
    height:16px !important;
}

.viewLargerMap {
    float:right;
    line-height: 26px;
}

#sending {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 180px;
    padding: 80px 0 10px;
    position: absolute;
    text-align: center;
    width: 98%;
    font-size: 22px;
    color: black;
}
.filterGroup {
    padding-left:20px;
    display: inline-block;
}
.nameFilter {
    position:relative;
}
.nameFilter span.x{
    position: absolute;
    top: 11px;
    left: 237px;
    border-radius: 82px;
    width: 14px;
    text-align: center;
    font-size: 9px;
    background: #DDD;
    color: #666;
    line-height: 14px;
    cursor:pointer;
}
.filterGroup label {
    font-size:12px;
    line-height:36px;
    width:113px !important;
    text-transform:uppercase;
}
.filterGroup > * {
    float: none;
    display: inline-block;
}
.filterGroup INPUT {
    width:100px;
    height:18px;
    line-height:13px;
    font-size:12px !important;
    margin:7px 0px 7px 0px !important;
    width:120px !important;
    padding-right: 20px;
}
.filterGroup .bootstrap-select {
    width:100px;
    height:18px;
    margin:7px 0px 7px 0px !important;
}
.filterGroup .bootstrap-select .dropdown-toggle {
    height:18px;
    padding-bottom: 0;
    padding-top: 1px;
}
.filterGroup .bootstrap-select .filter-option {
    line-height:13px;
    font-size:12px !important;
}
.rolodex {
    height:20px;
    margin-left:5px;
}
.rolodex LI {
    float:left;
    padding:0px 3px 0px 7px;
    line-height:30px;
    font-size:13px;
}
.blocked {
    opacity:0.2;
    cursor:default;
}

#ui-datepicker-div {

    z-index:20000 !important;
}
.ui-dialog {

    overflow:visible !important;
}

.import-csv-form {
    width:550px;
    margin:20px;
}
.import-csv-form LABEL {

    width:200px;
}
.csv-file-input INPUT {

    border:0px;
}
#gridFiltersForm {
    position:relative;
}
#gridFiltersForm.salessummary {
    margin-top:auto !important;
}
.pre {
    float: left;
    font-size: 15px;
    line-height: 60px;
    padding-left: 10px;
    position: absolute;
    color:#5E5E5E;
}
.has-pre input {
    padding-left:10px;
}

#contact-placeholder form label {
    width:125px;
}

#appointments_StartDate_time,
#appointments_EndDate_time {
    float:none;
    width:100px;
}
.ui-combobox {
    position: relative;
    display: inline-block;
}
.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}
.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
}
#appointments_Subject {

    width:400px;
}


.prototype {
    background-color: whitesmoke;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width:680px;
    height:30px;
}

#appointments_AttendeesC .prototype {
    height: auto;
}

INPUT.add_attendee {
    float:right;

}
.prototype .chzn-container {
    background:#FFF;
    width:470px !important;
}

.prototype .chzn-drop {
    width:470px !important;
}
.attendees_wrapper  {
    float:left;
}
.attendees {

    margin:20px 10px 20px 30px !important;
    list-style:circle !important;
}
.attendees LI {
    color:#878787 !important;
    font-size:15px !important;
}
.attendees LI A {
    color:blue !important;
}
.calendar {
    min-width:130px;
    float:left;
    /*  margin: 0 auto;*/
    height:700px;
}
.hours .calendar {
    min-width:50px;
}

.first {width:250px;}

#cal-wrapper,#cal-wrapper-rep {
    width:100%;

}

#cal-wrapper-b,#cal-wrapper-b-rep {
    width: 95%;
    overflow: auto;
}
@media all and (max-width: 1300px) {
    #cal-wrapper-b,#cal-wrapper-b-rep {
        width: 90%;
        overflow: auto
    }
    #appointments .calendar-header {
        font-size:19px !important;
        padding-top:7px;
        position: relative;
        left: -68px;
    }
    #appointments h1 {
        font-size:23px !important;
    }

}
@-moz-document url-prefix() {
    .cal-wrap-fix {
        left: -100%;
        position: relative;
    }
}
#cal-wrapper-b-top,#cal-wrapper-b-top-rep {
    width: 95%;
    overflow: auto
}
@media all and (max-width: 1300px) {
    #cal-wrapper-b-top,#cal-wrapper-b-top-rep {
        width: 90%;
        overflow: auto
    }
}
#cal-wrapper-top,#cal-wrapper-top-rep {
    width:102%;
    height:63px;
    overflow-x:hidden;
}
.cal-wrapper-scroll {
    width:1500px;
}
.calendar TD {
    background-color:#EEE;
}

.calendar-header {

    float: left;
    font-size: 26px;
    width: 100%;
    position: relative;
    text-align: center;
    top: -31px;
    color:black;

}
.calendar .subject {
    display: block;
    font-weight: normal !important;
    font-family: 'Open Sans', Helvetica, Arial;
    width: 188px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 18px !important;
    white-space: nowrap;
}

.appointmentAdd .row,
.appointmentEdit .row{
    margin-top: 20px;
}
#formAppointment > div:last-child, #formAppointment > div:nth-last-child(2) {
    display: inline-block;
    margin-right: 10px;
}
.allday_checkbox INPUT {
    margin-left:10px;
}
.allday_checkbox Label {
    line-height:36px;
}
.dates .chzn-container,.dates .chzn-drop {
    width:175px !important;
}
.appointmentAdd hr {
    clear:both;
    margin-top:30px;
    margin-bottom:20px;
}

.report_performance{
    width:100%;
}

#form_format_chzn {
    width:130px !important;
}

#appointments_Brand_chzn {
    width:422px !important;
}
#appointments_Brand_chzn .chzn-drop {
    width:422px !important;
}
#scope_chzn {
    width:200px !important;
}
#scope_chzn .chzn-drop{
    width:200px !important;
}
.dashAppointmentsWidget {
    max-height:300px;
    overflow:auto;
}
.customer-view .customerViewContent {
    padding: 2px 30px;
}
.customer-view .addItemButton {
    margin: 0 30px 0 30px !important;
}
.customer-view .reminder-task-action {
    text-align:right;
    vertical-align:middle !important;
}
.customer-view .reminder-task-action SPAN {
    float:none !important;
}
.customer-view .reminder-task {
    width:111% !important;
}

.customer-view .add-contact,.customer-view .add-location {
    margin-right:0px !important;
}

.customer-view .add-currency {
    margin-top: -40px;
}

#currenciesTab .btn-toggle .btn {
    width: 60px;
}

#currenciesTab th.toggle, #currenciesTab td.toggle {
    width: 140px;
}

#currenciesTab th.name, #currenciesTab td.name {
    width: 200px;
}

#currenciesTab td.actions a.disabled {
    pointer-events: none;
    color: #888;
}

#currency-settings-placeholder label {
    width: 110px;
}

#currency-settings-placeholder form > div {
    clear: both;
}

#currency-settings-placeholder #brand_currency_Pricing, #currency-settings-placeholder #brand_currency_Exchange {
    float: left;
    margin-bottom: 10px;
}
#currency-settings-placeholder #brand_currency_Pricing label, #currency-settings-placeholder #brand_currency_Exchange label {
    float: none;
    width: 340px;
}

#currency-settings-placeholder #brand_currency_Pricing input[type="radio"], #currency-settings-placeholder #brand_currency_Exchange input[type="radio"] {
    margin: 9px 5px 0px 0px;
}

#currency-settings-placeholder #brand_currency_Exchange #brand_currency_FixedRate {
    width: 90px;
    float: none;
}

#currency-settings-placeholder .checkbox {
    padding-left: 110px;
    margin: 0px;
}

#currency-settings-placeholder .checkbox input[type="checkbox"] {
    float: none;
    margin: 9px 0px 0px 0px;
}

#currency-settings-placeholder .checkbox label {
    float: none;
    width: 340px;
}





#setting_general_form LABEL {width:200px}
#setting_general_form .fieldOuter {margin-bottom:20px}
#generalSettings_AppointmentsOverlapping_chzn {
    width:200px !important;
}
#generalSettings_AppointmentsOverlapping_chzn .chzn-drop{
    width:200px !important;
}
#profile_form textarea {
    width:300px;
    height:150px;
}

.filterCommissionSummary #filterOuter_ShipDate .filterKey ,.filterCommissionSummary #filterOuter_CancelDate .filterKey {
    width:134px;
}
.filterCommissionSummary #filterOuter_ShipDate .year,.filterCommissionSummary #filterOuter_CancelDate .year {
    width:84px;
}
.filterCommissionSummary #filterOuter_ShipDate .month,.filterCommissionSummary #filterOuter_CancelDate .month {
    width:50px;
}
.filterCommissionSummary #form_ShipDateMonth_chzn, .filterCommissionSummary #form_CancelDateMonth_chzn {
    width:110px !important;
}
.filterCommissionSummary #form_ShipDateMonth_chzn .chzn-drop,.filterCommissionSummary #form_CancelDateMonth_chzn .chzn-drop {
    width:103px !important;
}
.filterCommissionSummary #form_ShipDateYear_chzn,.filterCommissionSummary #form_CancelDateYear_chzn {
    width:70px !important;
}
.filterCommissionSummary #form_ShipDateYear_chzn .chzn-drop,.filterCommissionSummary #form_CancelDateYear_chzn .chzn-drop {
    width:60px !important;
}
#filterOuter_Price .priceCondition,#filterOuter_Wholesale .priceCondition,#filterOuter_Retail .priceCondition {
    width:28px !important;
}
#filterOuter_Price #form_PriceCondition_chzn,#filterOuter_Wholesale #form_WholesaleCondition_chzn ,#filterOuter_Retail #form_RetailCondition_chzn  {
    width:25px !important;
}
#form_WholesaleCondition_chzn>a, #form_RetailCondition_chzn>a {
    width:26px !important;;
}

#form_WholesaleCondition_chzn>a>span, #form_RetailCondition_chzn>a>span {
    margin-right:0px !Important;
}
#filterOuter_Price .price,#filterOuter_Wholesale .price,#filterOuter_Retail .price {
    width:98px !important;
}
.number_comparison_condition {
    width:28px !important;
}
.number_comparison_condition > .chzn-container {
    width:25px !important;
}
.number_comparison_condition > .chzn-container > a {
    width:26px !important;;
}
.number_comparison_condition > .chzn-container > a >span {
    margin-right:0px !Important;
}
.number_comparison_number {
    width:98px !important;
}

.brandslightbox .choiceEntry {
    line-height:20px;
    float:left;
    height:20px;
    width:33%;
}
.brandslightbox .choiceEntry INPUT {
    height:14px;
}
.form-options .fieldOuter {
    width:320px;
    width:300px;

}
.form-options .fieldOuter LABEL {
    line-height:30px;
    float:left;
    font-size:15px;
}
.brandslightbox .choiceEntry LABEL {
    line-height:20px;
    font-size:12px;
    float:none
}
#activity select {
    width:200px;

}
#activity div.logs .left div.bootstrap-select {
    float:left;
    margin-top:15px;

}
#activity div.logs .right div.bootstrap-select {
    float:right;
    margin-top:15px;

}
#history #activity_types_chzn {
    margin-top:0px;
    top:0 !important;
    width:190px !important;
    margin-right:30px;
}
#history #activity_types_chzn .chzn-drop {
    width:189px !important;
}
#history {
    min-height:260px;
}
#appointments #pageTitle {
    border-bottom:0 !important;
}

#currentSeason_Season_chzn {
    width: 212px !important;
    float: left;
    margin-right: 8px;
}
#currentSeason_Season_chzn .chzn-drop {
    width:212px !important;
}
#currentSeason_Year {
    width:70px;
    line-height: 20px;
    height: 30px;
}
#season_Name {
    width: 259px;
    height: 30px;
}

#form_EmailAddresses_chzn {
    width:201px !important;
}
#form_EmailAddresses_chzn .chzn-drop{
    width:160px !important;
}
#market_Name,#market_Description {
    width:200px;
}

#customerList TH.checkAll {
    width:20px;
    padding-left:5px !important;
}
#customerList TH.col-Status {
    width:30px;
}
#customerList TD.col-Status
{
    padding-left:13px;
}
#customerList TH.col-Name
{
    width:200px;
}
#customerList TH.col-TypeID
{
    width:75px;
}
#customerList TH.col-City
{
    width:120px;
}
#customerList TH.col-Province
{
    width:50px;
}
#customerList TH.col-Country
{
    width:100px;
}
#customerList TH.col-TasksCount,#customerList TH.col-AppointmentsCount,#customerList TH.col-OrdersCount,#customerList TH.col-CallStatus,
#customerList TD.col-TasksCount,#customerList TD.col-AppointmentsCount,#customerList TD.col-OrdersCount,#customerList TD.col-CallStatus
{
    width:75px;
    text-align:center;
    padding:0 !important;

}

.dataGrid td.col-CallStatus span
{
    width: 25px;
    height: 25px;
    display: block;
    margin:0 auto;

}
.dataGrid td.col-CallStatus span.not-called
{
    background: url(../images/call/not%20called.png?1) no-repeat;
}
.dataGrid td.col-CallStatus span.do-not-call
{
    background: url(../images/call/do%20not%20call.png?1) no-repeat;
}
.dataGrid td.col-CallStatus span.email
{
    background: url(../images/call/email.png) no-repeat;
}
.dataGrid td.col-CallStatus span.done
{
    background: url(../images/call/done.png) no-repeat;
}
.dataGrid td.col-CallStatus span.follow-up
{
    background: url(../images/call/follow%20up.png) no-repeat;
}
.dataGrid td.col-CallStatus span.drop-in
{
    background: url(../images/call/drop%20in.png) no-repeat;
}
.dataGrid td.col-CallStatus span.nd-appointment
{
    background: url(../images/call/2nd%20appointment.png) no-repeat;
}
.dataGrid td.col-CallStatus span.not-coming
{
    background: url(../images/call/not%20coming.png) no-repeat;
}
.dataGrid .icount
{
    margin:0 auto;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 36px;
    text-align: center;
    background-color: #333;
    color:white;
    line-height: 31px;
}
#customerList td.actions {
    width:100px !important;
}

.dataGrid .currentseason {
    text-align:center !important;
}
.qtip-a {
    cursor:pointer;
}
.lightbox-title {
    height:50px;
    background-color:#eeeeee;
}
.lightbox-title .locations {
    display: block;
    width: 140px;
    float: right;
    top: 15px;
    position: relative;
    text-align: right;
    margin-right: 12px;
    font-size: 13px;
}
.lightbox-title .status {
    top: 15px;
    position: relative;
    left: 10px;
}
.lightbox-title .title {
    font-size: 15px;
    position: relative;
    left: 41px;
    top: -2px;
    font-weight:bold;
}

.lightbox .label {
    font-weight:bold;
    text-transform: capitalize;
}
.lightbox TABLE {
    padding:5px 10px;
    margin-top:8px
}
.lightbox TD,.lightbox TH {
    padding:3px;
    color: black;
}
.lightbox BUTTON {
    position: relative;
    top: -8px;
}
.lightbox .orders-h {
    font-size:14px;
    padding:10px;
    line-height:31px;
    text-transform: capitalize;
    color:black;
}
.lightbox .icount
{
    margin:2px 5px 2px 0px;
    width: 30px;
    height: 30px;
    float:left;
    border-radius: 36px;
    text-align: center;
    background: rgb(216, 216, 216);
    line-height: 31px;
}
.lightbox .list {
    width:100%;
    height:150px;
    overflow:auto;
}
.lightbox .list TABLE {
    width:100%;
    border:0;
}
.lightbox .list TABLE TD {

    border:1px solid black;
}
.lightbox .list TABLE TH {
    background-color:#EEE;
    border:1px solid black;
}
#appointments_Year {
    width:80px;
    margin-right: 10px;
}
#appointments_Season_chzn {
    float:left !important;
    width:310px !important;
}
#appointments_Season_chzn .chzn-drop {

    width:310px !important;

}
.callstatus-h {
    width: 200px;
    float: right;
    font-size: 14px;
    line-height: 52px;

}

#note_Type_chzn .chzn-drop,#note_Season_chzn .chzn-drop {
    width:150px !important;
}

.icount.empty {
    background-color:rgb(216,216,216);
    color:black;
}
#customer_Status_chzn,#customer_Status_chzn .chzn-drop {
    width:372px;
}

.month {width:100%}
.month TH {width:14%;border:1px solid black;text-align:center;color:#FFF;background-color:var(--color-blue);font-size:16px}
.month TD {height:100px;border:1px solid black;text-align:center;vertical-align:top;}
.month TD span.header {
    display: block;
    line-height: 20px;
    border-bottom: 1px solid black;
    background-color: #EEE;
}
.nextmonth,.previousmonth {
    opacity:0.5
}
.day5 SPAN.header,.day6 SPAN.header {
    background-color: rgb(158, 216, 238) !important
}
.today SPAN.header {
    background-color: rgb(247, 255, 150) !important
}
.month TD:hover {
    background-color: rgb(220, 253, 255) !important;
    cursor:pointer
}

.month .acount {
    display: block;
    width: 35px;
    height: 34px;
    font-size: 18px;
    margin: 20px auto 10px auto;
    background-color: #fffa82;
    border-radius: 25px;
    border: 1px solid black;
    line-height: 32px;
}
.month .allday {
    font-size: 11px;
    display: block;
    padding: 4px 0px;
    background-color: #EEEEEE;
    border: 1px solid;
    margin: 4px;
    border-radius: 7px;
}
#form_Mode_chzn {
    width:221px !important;
}
#form_Mode_chzn .chzn-drop{
    width:221px !important;
}

#customer_Type_chzn,#customer_Type_chzn .chzn-drop,#customer_Status_chzn,#customer_Status_chzn .chzn-drop  {
    width:372px !important
}

#settings form label {
    width:140px !important;
}

#settings .emailAddresses label {
    width:300px !important
}

@media all and (max-width: 1600px) {

    .commissionstatement .format {
        float:left !important;
    }

    .commissionstatement {
        height: 78px !important;
    }
}
@media all and (max-width: 1300px) {
    .reminders h2 {
        font-size: 20px;
        line-height: 34px;
    }
    .compareby label {
        width:95px !important;
    }

    #gridReportSettings > * {
        margin-right: 10px;
    }
    #gridReportSettings .fieldOuter {
        margin-bottom:0px !important;
    }

    #gridReportSettings .compare {
        padding-bottom:15px;
    }
    #gridReportSettings .salestype {
        float:right;
        clear:none;
        margin-top:0px;
        padding-top:0px;
    }

    .reportcustomerlist {
        height:65px !important;
    }
    .reportcustomerlist .format {
        float: right !important;
    }
}
#collectionTabProducts .dataGrid {
    margin-left:0;
}


.dashAppointmentsWidget TD {border-top:1px solid lightgray;line-height:25px;}
.dashAppointmentsWidget TD.actions {width:50px !important}
.dashAppointmentsWidget TH {line-height:25px;}
.dashAppointmentsWidget TH {text-align:left}

.col-Number {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.col-CustomerID {
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.col-LocationName {

    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.col-CustomerID,.col-Number,.col-BrandID,.col-SeasonID {
    white-space: nowrap;
}

.navbar {
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    z-index:1001 !important;
}
.welcome {
    color:white;
}
.nav-main .nav>li>a {
    padding:4px 15px 8px 15px;
}
label {
    display: block;
    margin-bottom: 0px;
    font-weight: normal;
}
.navbar input {
    width:200px
}
.navbar-header {float:none;}
.navbar-header .navbar-brand {
    /*padding:8px 15px 0px 15px;*/
    color: #cfcfcf;
    font-size:22px;
}
.navbar-inverse .navbar-nav > li > a {
    color:rgb(223, 223, 223);
}


.navbar-header .nav>li>a {
    padding:15px 11px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #222;
    color:var(--color-blue);

}

#generalSettings_AppointmentsSchedulingStart_chzn,#generalSettings_AppointmentsSchedulingEnd_chzn,
#generalSettings_AppointmentsSchedulingStart_chzn .chzn-drop,#generalSettings_AppointmentsSchedulingEnd_chzn .chzn-drop  {
    width:100px !important;
}
.navbar {border:0;}
.dashAppointmentsWidget TH {text-align:left}

#settings form #user_profile_EmailAddresses input[type="checkbox"] {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

#settings form #user_profile_EmailAddresses label{
    width:500px !important;

}

#settings form #user_profile_EmailAddresses input{
    clear:left;

}

._period,.period {
    overflow:visible !important;
}

.sp-short {
    max-width: 150px;
}
.sp-midshort {
    max-width: 200px;
}
.sp-collections {
    max-width: 269px !important;
    width: 270px !important;
}
.sp-reallyshort {
    max-width: 100px;
}
.input-short {
    max-width: 150px;
}

.bootstrap-select span.text {
    font-weight: normal;
    color: black;
}

.div-adj {
    line-height: 32px;
}

a.btn {
    color: white !important;
}

a.btn-default {
    color: black !important;
}

#clearFilters {
    margin-right: 10px;
}

span.field-desc {
    display: block;
    font-size: 12px;
    margin-top: 30px;
    text-align: left;
}

.lbl-auto-width label {
    width: auto !important;
}

#seasonsInfo div.bootstrap-select {
    float: left;
    margin-right: 10px;
}

.limit-width {
    max-width: 400px !important;
}

div.settings-inner > div.limit-width2.contentInnerElement {
    width: 95% !important;
}

div.settings-inner > div.notification-inner {
    padding: 20px;
}

.ml {
    margin-left: 5px !important;
}

.mb {
    margin-bottom: 10px !important;
}

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}


#order_CommissionRate,
#order_Number,
#order_CurrencyCode, #order_CurrencyCode + .bootstrap-select,
#order_SumActive {
    max-width: 200px;
}

#orders form label {
    width: 150px;
}

.input-block > div,
.input-block > input {
    display: block !important;
}

#customergroups_Brands2 > input[type="checkbox"] {
    position: relative;
    top: 5px;
    margin-right: 2px;
}

#settings form #customergroups_Brands2 > label {
    width: 195px !important;
}
.bootstrap-select.btn-group .btn .caret {
    right:5px !important;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

#settings-navbar {
    margin: 15px;
    border-radius: 5px;
    background: #DDD;
    border: 1px solid #CCC;
    display: inline-block;
    overflow: hidden;
    float: left;
    padding: 5px 0;
}

#settings-navbar  ul > li {
    line-height: normal;
    margin: 0;
}


#settings-navbar  ul > li > a {
    display: block;
    padding: 7px 29px 7px 15px
}

#settings-navbar  ul > li > a:hover {
    background: #CCC;
    border-right: 1px solid var(--color-blue);

}



#settings-navbar  ul > li.active > a {
    font-weight: bold;
    background: #EEE;
    border-right: 2px solid var(--color-blue);
}



#settings-navbar > ul > li > ul > li > a {
    padding-left: 25px;
}

.nofloat,
.nofloat > textarea {
    float: none !important;
}

.noclear {
    clear: none !important;
}

#divisionsInfo .floatsOuter:after,
#seasonsInfo .floatsOuter:after,
#orderSourcesInfo .floatsOuter:after,
#reminderTypesInfo .floatsOuter:after,
#territoriesInfo .floatsOuter:after {
    clear: none;
}

.btn-primary {
    background: #3486c9; /* Old browsers */
    background: -moz-linear-gradient(top, #3486c9 0%, #1e5799 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3486c9), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3486c9 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3486c9 0%,#1e5799 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3486c9 0%,#1e5799 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3486c9 0%,#1e5799 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3486c9', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

.btn-success {
    background: #3486c9; /* Old browsers */
    background: -moz-linear-gradient(top, #6fde6f 0%, #4cae4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fde6f), color-stop(100%,#4cae4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6fde6f 0%,#4cae4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6fde6f 0%,#4cae4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6fde6f 0%,#4cae4c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6fde6f 0%,#4cae4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fde6f', endColorstr='#4cae4c',GradientType=0 ); /* IE6-9 */
}

.btn-danger {
    background: #ce5454; /* Old browsers */
    background: -moz-linear-gradient(top, #ce5454 0%, #d10300 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce5454), color-stop(100%,#d10300)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ce5454 0%,#d10300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ce5454 0%,#d10300 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ce5454 0%,#d10300 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ce5454 0%,#d10300 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5454', endColorstr='#d10300',GradientType=0 ); /* IE6-9 */
}
.btn-warning {
    background: #eabf83; /* Old browsers */
    background: -moz-linear-gradient(top, #eabf83 1%, #ea941c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eabf83), color-stop(100%,#ea941c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eabf83 1%,#ea941c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eabf83 1%,#ea941c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eabf83 1%,#ea941c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eabf83 1%,#ea941c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eabf83', endColorstr='#ea941c',GradientType=0 ); /* IE6-9 */
}

.input-group-addon.glyphicon-calendar:hover {
    background: #fff;
}

.mail-preview-btn  {
    margin-top: 5px;
    min-width: 75px;
}

.twitter-typeahead {
    position: absolute !important;
}

.tt-dropdown-menu {
    background: white;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.tt-suggestion:hover,
.tt-suggestion:active {
    background: #929292;
    color: white;
}

.filterKey .tt-dropdown-menu {
    width: 136px;
}

.select2-container {
    width: 200px;
    min-height: 34px !important;
    border-radius: 5px !important;
    /*overflow: hidden !important;*/
}

.select2-container ul {
    border-radius: 5px !important;
}

.select2-container.select2-dropdown-open ul {
    border-bottom: none !important;
}

.select2-container.select2-dropdown-open,
.select2-container.select2-dropdown-open ul {
    border-radius: 5px 5px 0 0 !important;
}

.select2-container > a {
    height: 100% !important;
    background-image: none !important;
    background: #fff !important;
    padding: 4px 12px !important;
    margin-left:1px;
}

.select2-container > a > span {
    color: rgb(85, 85, 85) !important;
}

.select2-results .select2-highlighted {
    background: #505050 !important;
}

.select2-arrow {
    background-image: none !important;
    border-left-width: 0 !important;
    background: #fff !important;
    padding: 3px 0 !important;
}

#group-order-save {
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 30px;
}

#formAppointment .select2-container {
    width: 100%;
}

#formAppointment .row {
    margin-bottom: 5px;
}

#formAppointment label {
    width: auto;
}

.picker__nav--prev,
.picker__nav--next {
    height: 2em !important;
}

#appointments_CallStatusUpdate > label {
    display: inline-block;
    width: auto;
}

#appointments_CallStatusUpdate > input[type="checkbox"] {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

#appointments_CompanyAttendees > input,
#appointments_CustomerAttendees > input {
    position: relative;
    top: 5px;
}

#appointments_CompanyAttendees > label,
#appointments_CustomerAttendees > label {
    width: 100%;
    margin-left: 20px;
    float: none;
}

label.primary-sales-rep,
label.primary-contact {
    font-weight: bold;
}

label.primary-sales-rep:after,
label.primary-contact:after {
    content: ' (primary)';
    display: inline;
}

#s2id_customer_Locations_0_Country {
    width: 150px;
}

#s2id_customer_Locations_0_Province {
    width: 130px;
}

#s2id_sav_email_RecipientsAutocomplete {
    width: 600px;
}

#appointments-calendar-wrap {
    margin: 10px;
}

.fc-event, .fc-day {
    cursor: pointer !important;
}

.fc-event-group {
    height: 70px;
    border-radius: 50px;
    font-size: 3em !important;
    line-height: 70px;
    text-align: center;
}

.fc-day:hover {
    background: #eee;
}

.fc-event:hover,
.fc-event-group:hover {
    background: #609EBC;
}

.calendar-loading {
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #0f5373;
    border: 1px solid #01334a;
    border-radius: 5px;
    display:inline-block;
    height: 50px;
    left: 50%;
    padding: 10px 0 10px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    top: 300px;
    width: 150px;
    margin-left: -125px;
    z-index: 999;
}

.calendar-loading > img {
    margin-left: 5px;
}

#minical {
    display: inline-block;
}
#appointments-calendar-side-wrap #filters #users-flt > .user-row,
#appointments-calendar-side-wrap #filters #brands-flt > .brand-row {
    margin-bottom: 3px;
    margin-left: 20px;
}

#appointments-calendar-side-wrap #filters #users-flt > .user-row > input[type=checkbox],
#appointments-calendar-side-wrap #filters #brands-flt > .brand-row > input[type=checkbox] {
    margin-right: 5px;
}

span.user-color {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    position: relative;
    top: 3px;
    border:1px solid rgb(131, 131, 131);
}

.event-color {
    display: inline;
    float: right;
    margin-right: 2px;
}

.event-color-mini {
    display: inline-block;
    width: 12px;
    height: 7px;
    border: 1px solid black;
    border-radius: 2px;
    margin-left: 1px;
}

.event-color-agendaDay > .event-color-mini {
    width: 20px;
    height: 10px;
}

#settingsGeneral form div.errors {
    display: inline-block;
}


    .fc-header-left,@media print {
    .fc-header-right,
    .event-color,
    #appointments-calendar-side-wrap {
        display: none !important;
    }
}

#customerEdit .select2-container {
    width:350px !important;

}


.quicksearch_close {
    margin: 4px -9px;
    cursor: pointer;
    position: relative;
    right: 17px;
    background: #DDD;
    border-radius: 31px;
    line-height: 20px;
    display: inline-block;

    width: 19px;
    height: 20px;

    text-align: center;
    font-size: 11px;
    color: black;
}

#event_BlockingLevel label {
    float:none;
    width:auto;
}
#event_BlockingLevel input {
    height: 24px;
    margin-right: 5px;
}
#formEvent UL.errors LI,#formAppointment UL.errors LI  {
    color:red;
}
#s2id_appointments_Brands UL LI {
    color:black !important
}
#appointments .input-group {
    float:left;
    margin-right:15px;
}
#appointments #minical,#appointments #brands-flt,#appointments #users-flt {
    width:100%;

}
#appointments #minical .datepicker {
margin:0 auto;
}
#appointments #minical,#appointments #brands-flt,#appointments #filters,#appointments #users-flt {
    float:left;

}
.salestype {
    float:right;
    margin-top:0px !important;
}
.dropdown-menu>li>a {
    height:26px !important;
}

.phones .bootstrap-select:not([class*="span"]) {
    width: 100px;
}
#nav-main {
    background-color: #333;
}
#nav-main #navigation > li:not(.active) > a {
    color: #ccc;
    float:left;
}
.navbar-right {
    float: right;
}
.nav>li {
    float:left
}

@media all and (min-width: 801px) {
    #nav-main .nav-low-res-show {
        display: none;
    }

    #nav-main li.active > a {
        background-color: #333;
    }
}

@media all and (max-width: 800px) {
    #nav-main .nav-low-res-hide {
        display: none;
    }

    .navbar-brand {
        padding-bottom: 0px;
    }

    #navigation {
        float: left;
    }

    #nav-main .search-form {
        clear: both;
        margin-bottom: -30px;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
    }

    .navbar-nav {
        margin: 2px 0px !important;
    }

    .navbar-header .navbar-brand {
        font-size:17px
    }
}

.location-row {
    overflow: hidden;
}

.attendees-wrap,
.brands2-wrap {
    overflow: hidden;
    vertical-align: top;
}

.brands2-wrap {
    display: inline-block;
}

.attendees-wrap {
    display:block;
    clear: both;
}

.attendees-wrap > input,
.brands2-wrap > input {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#addEmail ul.rules div.dropdown-menu > ul {
    max-height: 250px !important;
}
#addEmail .bootstrap-select {
    width:600px;
    margin-bottom:0px;
}
#addEmail #criteria .bootstrap-select {
    width:239px;
    margin-bottom:0px;
}
#addEmail .pull-right .bootstrap-select {
    width:250px;

}
#seasonsInfo .errors {
    clear: left;
}

#seasonsInfo .errors > span {
    color: red;
}

.select2-drop-active {
    z-index: 1100;
}

.select2-drop-mask {
    z-index: 98;
}

#orders .reports-grid form ._brand {
    margin-left: 40px;
}

#orders .reports-grid form label {
    width: auto;
}

table.fc-agenda-slots > tbody > tr:hover {
    cursor: pointer;
    background: #eee;
}

.app-qtip-body {
    line-height: 1.2em;
}

.app-qtip-body .appointment-datetime-data > span {
    margin-top: 5px;
    display: block;
}

.app-qtip-body .appointment-brands,
.app-qtip-body .appointment-links {
    margin-top: 10px;
}

.app-qtip-body .em {
    font-weight: bold;
}

#form_HasAppointments_chzn {
    width: 160px !important;
}

#form_HasAppointments_chzn .chzn-drop {
    width: 136px !important;
}

#form_HasAppointments_chzn .chzn-drop .chzn-results {
    font-size: 14px;
}

#customer-list-current-season {
    text-align:right;
}
div.callstatus-i span {
    line-height: 25px;
    margin-left: 10px;
}

.ap-filter,.ap-filters .input-group {
    margin-right:20px;
}
.ap-filters .input-group {
    width:216px;
}

.btn .caret {
    margin-left:5px
}
#content .dropdown-menu a {
    color: black;
    display: block;
    width: 100%;
}

.content-wrap {
    padding: 20px;
}

#emails .tab-content > div {
    padding: 20px;
}

.fc-event-title {
    display: inline-block;
    margin-right: 5px;
}

.noteedit .bootstrap-select {
    float:left;
}

.salestype {
    padding-top:0px !important;
}
.reporton LABEL,.salestype LABEL {
    width: 150px !important
}

#appointments-alert {
    display: none;
    width: 415px;
    margin: 15px auto;
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:1000;
    color:black !important;
    border:1px solid #C0BAAE !important;
    background:#FFF8D6 !important;
}

#appointments-alert > span {
    cursor: pointer;
}

#appointments-alert > span:hover {
    text-decoration: underline;

}
span.error {
    color: red;
}

#settingsContent .col-md-2 {
    z-index: 1;
}

#emails #map {
    height: 500px;
}

.red {
    color: red;
}

.black {
    color: black;
}

.bold {
    font-weight: bold;
}

#emails .alert > span {
    font-size: 15px;
}

#send-test-email {
    padding: 10px;
}
#send-test-email label {width:500px !important}
#send-test-email h5 {
    display: inline-block;
}

#send-test-email > form > div {
    overflow: hidden;
}

#send-test-email > form > div > input {
    width: auto;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

#email-confirm-buttons {
    margin-top: 20px;
}

p.send-info {
    margin-top: 10px;
    font-style: italic;
}

.who {
    margin-left: 20px;
}

.link {
    color: var(--color-blue);
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}

.to-show {
    display: none;
}

#so-far-this-month li {
    margin-left: 40px;
    list-style-type: circle;
}

#app-notifications-upcoming .fieldOuter > label {
    min-width: 220px !important;
}

#app-notifications-upcoming label.label-append {
    margin-left: 10px;
}

#settingsGeneral #generalSettings_AppointmentsNotificationsDays,
#settingsOrders #OrdersSettingsType_OrdersCancelDays {
    display: inline-block;
    max-width: 60px;
}

#settingsOrders #OrdersSettingsType_OrdersCancelDays {
    position: absolute;
    left: 230px;
}

#settingsGeneral h2 {
    font-weight: bold;
    font-size: 13px;
}

#settingsGeneral h3 {
    font-weight: bold;
    font-size: 12px;
}

#OrdersSettingsType_OrdersCancelDaysMode {
    margin-top: 8px;
}

#OrdersSettingsType_OrdersCancelDaysMode > .choiceEntry {
    margin-bottom: 15px;
    height: 20px;
}

#OrdersSettingsType_OrdersCancelDaysMode > .choiceEntry > label {
    line-height: 22px;
    margin-left: 5px;
}

#quickEmail #customerContacts input[type=text],
#quickEmail #customerContacts textarea {
    width: 100%;
}

#settings .section-notifications .manager-only {
    display: none;
}
#settings .section-notifications h3 {
    font-size:17px !important;
}
#settings .email  INPUT{
    width:300px !important;
}
#settings  h2 {
    margin-top:20px;
}

#settings .section-notifications label {
    width: auto !important;
    line-height: 22px !important;
    margin-left: 10px;
}

#massForm_SendEmail input {
    max-width: 100px;
}

#massForm_SendEmail #form > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.progressa {
    width:600px
}
#progress .progressbar,.progressa .progressbar {
    height: 10px;
    background: var(--color-blue);
    border-radius: 3px;
    margin-top: 10px;
}

#attachment-uploads td {
    color: black;
    padding: 5px;
}

#start-upload {
    margin-top: 10px;
    display: none;
}

#attachments-files {
    margin-top: 30px;
}

#lightbox-container-image-box,
#lightbox-container-image-data-box {
    min-width: 386px !important;
}

.email-mode-btn {
    margin-bottom: 10px;
}

#variables.modal strong {
    font-weight: bold;
}

#upload-attachments {
    display: none;
}

#formAppointment .reminder-options {
    margin-top: 0;
    margin-bottom: 10px;
}

.submit-appts > div > div  {
    display: inline-block;
    margin-right: 10px;
}

.appointment-reminder-options input[type=checkbox] {
    margin-top: 9px;
}

.send-reminder-label label {
    font-weight: bold;
}

#setting_general_form label[for=generalSettings_AppointmentRemindersEnabled] {
    width: auto !important;
}

#generalSettings_AppointmentRemindersEnabled {
    margin-left: 10px;
    position: relative;
    top: 5px;
}

#brands-section input {
    position: relative;
    top: 5px;
}

#settings form #brands-section label {
    width: auto !important;
    margin-left: 5px;
}

#manage-specific-brands select#user_profile_ManagedBrands {
    width: 400px;
    height: 200px;
}

.a-desk-widget {
    position: fixed;
    background: #013466;
    border-top: none;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-decoration: none !important;
    font-family: 'Open Sans', arial, FreeSans, Helvetica, sans-serif;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
    background-color: #f5f5f5;
    color: #444 !important;
    font-size: 11px;
    padding: 6px;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 2px 0 0 0;
}

#sav_salesprobundle_tasktype_new_assignee_chzn > a.chzn-single,
#sav_salesprobundle_tasktype_new_type_chzn > a.chzn-single {
    box-shadow: 1px 1px;
}

#sav_salesprobundle_tasktype_new_assignee_chzn div.chzn-drop,
#sav_salesprobundle_tasktype_new_type_chzn div.chzn-drop {
    box-shadow: 1px 1px #aaa;
    width: 151px !important;
}

#customer_map_form .dropdown-menu.open {
    z-index: 1000;
}

.casl-link {
    margin-left: 10px;
}

.lightbox .customer-lightbox-more {
    margin-top: 10px;
    display: block;
    font-weight: bold;
    color: #888;
}

#terms-box-wrap {
    margin: 0 auto;
    max-width: 700px;
    padding: 20px;

}

#terms-box {
    padding: 10px;
    background: white;
    border-radius: 10px;
    border: 2px solid #CCC;
}

#terms-box > div {
    overflow-y: scroll;
    max-height: 300px;
    padding-right: 10px;
}

#casl-body {
    background-color: #ccc;
}

#casl-body .casl-wrapper {
    width: 500px;
    margin: 100px auto;
}

#casl-body .casl-inner {
    padding: 10px;
    background: white;
    border-radius: 10px;
}

#casl-body .casl-inner table {
    margin: 30px 0;
}

#casl-body .casl-inner a.btn {
    font-weight: bold;
}

.modal-body strong {
    font-weight: bold;
}

#settings form .panel-body.long-labels label {
    width: 600px !important;
    float: none;
}
#settings form .panel-body.long-labels input {
    margin-top: 9px;
    margin-right: 5px;
}

.flag {
    width: 25px;
    height: 15px;
    background:url(../images/flags.png) no-repeat;
    margin-left:10px;
}

.flag.flag-ad {background-position: -25px 0}
.flag.flag-ae {background-position: -50px 0}
.flag.flag-af {background-position: -75px 0}
.flag.flag-ag {background-position: -100px 0}
.flag.flag-ai {background-position: -125px 0}
.flag.flag-al {background-position: -150px 0}
.flag.flag-am {background-position: -175px 0}
.flag.flag-an {background-position: -200px 0}
.flag.flag-ao {background-position: -225px 0}
.flag.flag-ar {background-position: -250px 0}
.flag.flag-as {background-position: -275px 0}
.flag.flag-at {background-position: -300px 0}
.flag.flag-au {background-position: -325px 0}
.flag.flag-aw {background-position: -350px 0}
.flag.flag-az {background-position: -375px 0}
.flag.flag-ba {background-position: 0 -15px}
.flag.flag-bb {background-position: -25px -15px}
.flag.flag-bd {background-position: -50px -15px}
.flag.flag-be {background-position: -75px -15px}
.flag.flag-bf {background-position: -100px -15px}
.flag.flag-bg {background-position: -125px -15px}
.flag.flag-bh {background-position: -150px -15px}
.flag.flag-bi {background-position: -175px -15px}
.flag.flag-bj {background-position: -200px -15px}
.flag.flag-bm {background-position: -225px -15px}
.flag.flag-bn {background-position: -250px -15px}
.flag.flag-bo {background-position: -275px -15px}
.flag.flag-br {background-position: -300px -15px}
.flag.flag-bs {background-position: -325px -15px}
.flag.flag-bt {background-position: -350px -15px}
.flag.flag-bv {background-position: -375px -15px}
.flag.flag-bw {background-position: 0 -30px}
.flag.flag-by {background-position: -25px -30px}
.flag.flag-bz {background-position: -50px -30px}
.flag.flag-ca {background-position: -75px -30px}
.flag.flag-cd {background-position: -100px -30px}
.flag.flag-cf {background-position: -125px -30px}
.flag.flag-cg {background-position: -150px -30px}
.flag.flag-ch {background-position: -175px -30px}
.flag.flag-ci {background-position: -200px -30px}
.flag.flag-ck {background-position: -225px -30px}
.flag.flag-cl {background-position: -250px -30px}
.flag.flag-cm {background-position: -275px -30px}
.flag.flag-cn {background-position: -300px -30px}
.flag.flag-co {background-position: -325px -30px}
.flag.flag-cr {background-position: -350px -30px}
.flag.flag-cu {background-position: -375px -30px}
.flag.flag-cv {background-position: 0 -45px}
.flag.flag-cy {background-position: -25px -45px}
.flag.flag-cz {background-position: -50px -45px}
.flag.flag-de {background-position: -75px -45px}
.flag.flag-dj {background-position: -100px -45px}
.flag.flag-dk {background-position: -125px -45px}
.flag.flag-dm {background-position: -150px -45px}
.flag.flag-do {background-position: -175px -45px}
.flag.flag-dz {background-position: -200px -45px}
.flag.flag-ec {background-position: -225px -45px}
.flag.flag-ee {background-position: -250px -45px}
.flag.flag-eg {background-position: -275px -45px}
.flag.flag-eh {background-position: -300px -45px}
.flag.flag-er {background-position: -325px -45px}
.flag.flag-es {background-position: -350px -45px}
.flag.flag-et {background-position: -375px -45px}
.flag.flag-eu {background-position: 0 -60px}
.flag.flag-fi {background-position: -25px -60px}
.flag.flag-fj {background-position: -50px -60px}
.flag.flag-fk {background-position: -75px -60px}
.flag.flag-fm {background-position: -100px -60px}
.flag.flag-fo {background-position: -125px -60px}
.flag.flag-fr {background-position: -150px -60px}
.flag.flag-ga {background-position: -175px -60px}
.flag.flag-gb {background-position: -200px -60px}
.flag.flag-gd {background-position: -225px -60px}
.flag.flag-ge {background-position: -250px -60px}
.flag.flag-gf {background-position: -275px -60px}
.flag.flag-gg {background-position: -300px -60px}
.flag.flag-gh {background-position: -325px -60px}
.flag.flag-gi {background-position: -350px -60px}
.flag.flag-gl {background-position: -375px -60px}
.flag.flag-gm {background-position: 0 -75px}
.flag.flag-gn {background-position: -25px -75px}
.flag.flag-gp {background-position: -50px -75px}
.flag.flag-gq {background-position: -75px -75px}
.flag.flag-gr {background-position: -100px -75px}
.flag.flag-gs {background-position: -125px -75px}
.flag.flag-gt {background-position: -150px -75px}
.flag.flag-gu {background-position: -175px -75px}
.flag.flag-gw {background-position: -200px -75px}
.flag.flag-gy {background-position: -225px -75px}
.flag.flag-hk {background-position: -250px -75px}
.flag.flag-hm {background-position: -275px -75px}
.flag.flag-hn {background-position: -300px -75px}
.flag.flag-hr {background-position: -325px -75px}
.flag.flag-ht {background-position: -350px -75px}
.flag.flag-hu {background-position: -375px -75px}
.flag.flag-id {background-position: 0 -90px}
.flag.flag-ie {background-position: -25px -90px}
.flag.flag-il {background-position: -50px -90px}
.flag.flag-in {background-position: -75px -90px}
.flag.flag-io {background-position: -100px -90px}
.flag.flag-iq {background-position: -125px -90px}
.flag.flag-ir {background-position: -150px -90px}
.flag.flag-is {background-position: -175px -90px}
.flag.flag-it {background-position: -200px -90px}
.flag.flag-je {background-position: -225px -90px}
.flag.flag-jm {background-position: -250px -90px}
.flag.flag-jo {background-position: -275px -90px}
.flag.flag-jp {background-position: -300px -90px}
.flag.flag-ke {background-position: -325px -90px}
.flag.flag-kg {background-position: -350px -90px}
.flag.flag-kh {background-position: -375px -90px}
.flag.flag-ki {background-position: 0 -105px}
.flag.flag-km {background-position: -25px -105px}
.flag.flag-kn {background-position: -50px -105px}
.flag.flag-kp {background-position: -75px -105px}
.flag.flag-kr {background-position: -100px -105px}
.flag.flag-kw {background-position: -125px -105px}
.flag.flag-ky {background-position: -150px -105px}
.flag.flag-kz {background-position: -175px -105px}
.flag.flag-la {background-position: -200px -105px}
.flag.flag-lb {background-position: -225px -105px}
.flag.flag-lc {background-position: -250px -105px}
.flag.flag-li {background-position: -275px -105px}
.flag.flag-lk {background-position: -300px -105px}
.flag.flag-lr {background-position: -325px -105px}
.flag.flag-ls {background-position: -350px -105px}
.flag.flag-lt {background-position: -375px -105px}
.flag.flag-lu {background-position: 0 -120px}
.flag.flag-lv {background-position: -25px -120px}
.flag.flag-ly {background-position: -50px -120px}
.flag.flag-ma {background-position: -75px -120px}
.flag.flag-mc {background-position: -100px -120px}
.flag.flag-md {background-position: -125px -120px}
.flag.flag-me {background-position: -150px -120px}
.flag.flag-mg {background-position: -175px -120px}
.flag.flag-mh {background-position: -200px -120px}
.flag.flag-mk {background-position: -225px -120px}
.flag.flag-ml {background-position: -250px -120px}
.flag.flag-mm {background-position: -275px -120px}
.flag.flag-mn {background-position: -300px -120px}
.flag.flag-mo {background-position: -325px -120px}
.flag.flag-mp {background-position: -350px -120px}
.flag.flag-mq {background-position: -375px -120px}
.flag.flag-mr {background-position: 0 -135px}
.flag.flag-ms {background-position: -25px -135px}
.flag.flag-mt {background-position: -50px -135px}
.flag.flag-mu {background-position: -75px -135px}
.flag.flag-mv {background-position: -100px -135px}
.flag.flag-mw {background-position: -125px -135px}
.flag.flag-mx {background-position: -150px -135px}
.flag.flag-my {background-position: -175px -135px}
.flag.flag-mz {background-position: -200px -135px}
.flag.flag-na {background-position: -225px -135px}
.flag.flag-nc {background-position: -250px -135px}
.flag.flag-ne {background-position: -275px -135px}
.flag.flag-nf {background-position: -300px -135px}
.flag.flag-ng {background-position: -325px -135px}
.flag.flag-ni {background-position: -350px -135px}
.flag.flag-nl {background-position: -375px -135px}
.flag.flag-no {background-position: 0 -150px}
.flag.flag-np {background-position: -25px -150px}
.flag.flag-nr {background-position: -50px -150px}
.flag.flag-nu {background-position: -75px -150px}
.flag.flag-nz {background-position: -100px -150px}
.flag.flag-om {background-position: -125px -150px}
.flag.flag-pa {background-position: -150px -150px}
.flag.flag-pe {background-position: -175px -150px}
.flag.flag-pf {background-position: -200px -150px}
.flag.flag-pg {background-position: -225px -150px}
.flag.flag-ph {background-position: -250px -150px}
.flag.flag-pk {background-position: -275px -150px}
.flag.flag-pl {background-position: -300px -150px}
.flag.flag-pm {background-position: -325px -150px}
.flag.flag-pn {background-position: -350px -150px}
.flag.flag-pr {background-position: -375px -150px}
.flag.flag-ps {background-position: 0 -165px}
.flag.flag-pt {background-position: -25px -165px}
.flag.flag-pw {background-position: -50px -165px}
.flag.flag-py {background-position: -75px -165px}
.flag.flag-qa {background-position: -100px -165px}
.flag.flag-re {background-position: -125px -165px}
.flag.flag-ro {background-position: -150px -165px}
.flag.flag-rs {background-position: -175px -165px}
.flag.flag-ru {background-position: -200px -165px}
.flag.flag-rw {background-position: -225px -165px}
.flag.flag-sa {background-position: -250px -165px}
.flag.flag-sb {background-position: -275px -165px}
.flag.flag-sc {background-position: -300px -165px}
.flag.flag-sd {background-position: -325px -165px}
.flag.flag-se {background-position: -350px -165px}
.flag.flag-sg {background-position: -375px -165px}
.flag.flag-sh {background-position: 0 -180px}
.flag.flag-si {background-position: -25px -180px}
.flag.flag-sk {background-position: -50px -180px}
.flag.flag-sl {background-position: -75px -180px}
.flag.flag-sm {background-position: -100px -180px}
.flag.flag-sn {background-position: -125px -180px}
.flag.flag-so {background-position: -150px -180px}
.flag.flag-sr {background-position: -175px -180px}
.flag.flag-st {background-position: -200px -180px}
.flag.flag-sv {background-position: -225px -180px}
.flag.flag-sy {background-position: -250px -180px}
.flag.flag-sz {background-position: -275px -180px}
.flag.flag-tc {background-position: -300px -180px}
.flag.flag-td {background-position: -325px -180px}
.flag.flag-tf {background-position: -350px -180px}
.flag.flag-tg {background-position: -375px -180px}
.flag.flag-th {background-position: 0 -195px}
.flag.flag-tj {background-position: -25px -195px}
.flag.flag-tk {background-position: -50px -195px}
.flag.flag-tl {background-position: -75px -195px}
.flag.flag-tm {background-position: -100px -195px}
.flag.flag-tn {background-position: -125px -195px}
.flag.flag-to {background-position: -150px -195px}
.flag.flag-tr {background-position: -175px -195px}
.flag.flag-tt {background-position: -200px -195px}
.flag.flag-tv {background-position: -225px -195px}
.flag.flag-tw {background-position: -250px -195px}
.flag.flag-tz {background-position: -275px -195px}
.flag.flag-ua {background-position: -300px -195px}
.flag.flag-ug {background-position: -325px -195px}
.flag.flag-um {background-position: -350px -195px}
.flag.flag-us {background-position: -375px -195px}
.flag.flag-uy {background-position: 0 -210px}
.flag.flag-uz {background-position: -25px -210px}
.flag.flag-va {background-position: -50px -210px}
.flag.flag-vc {background-position: -75px -210px}
.flag.flag-ve {background-position: -100px -210px}
.flag.flag-vg {background-position: -125px -210px}
.flag.flag-vi {background-position: -150px -210px}
.flag.flag-vn {background-position: -175px -210px}
.flag.flag-vu {background-position: -200px -210px}
.flag.flag-wf {background-position: -225px -210px}
.flag.flag-ws {background-position: -250px -210px}
.flag.flag-ye {background-position: -275px -210px}
.flag.flag-yt {background-position: -300px -210px}
.flag.flag-za {background-position: -325px -210px}
.flag.flag-zm {background-position: -350px -210px}
.flag.flag-zw {background-position: -375px -210px}

.report_salesbyproduct TH {
    color:black !important;
    font-size:13px !important;
    font-weight:bold;
    background-color:#f7f7f7 !important;
}

.dropdown-menu {
    z-index:g 1000;
}
#form_CreatedAtFromLabel,#form_CreatedAtToLabel,
#form_CancelDateFromLabel,#form_CancelDateToLabel,
#form_OrderDateFromLabel,#form_OrderDateToLabel,
#form_ShipDateFromLabel,#form_ShipDateToLabel
{
    width: 26px !important;
    font-size: 12px;
    padding: 0px;
    margin: 4px 0px 0px 4px;
    float: left;

}
#form_CreatedAtFrom, #form_CreatedAtTo,
#form_CancelDateFrom, #form_CancelDateTo,
#form_OrderDateFrom, #form_OrderDateTo,
#form_ShipDateFrom, #form_ShipDateTo {
    float: left;
    margin: 0;
    width: 90px !important;
    font-size:14px !important;
    margin-top: 2px;
    margin-left: 4px;
}
input.onlyShowForBrands {
    margin-top: 9px;
    margin-left: 20px;
}
label.onlyShowForBrands {
    width:200px !important;
    font-weight:bold;
}

.printonly {
    display:none
}

span.message {
    color: black;
}

.order label {
    padding-right:10px;
}
.btn-so {
    background: linear-gradient(to bottom, #90C4F0 0%,#609CE1 100%);
}
.btn-po {
    background: linear-gradient(to bottom, #096EC0 0%,#0B4487 100%);
}
.btn-oo {
    background: linear-gradient(to bottom, #e80071 0%,#A81C61 100%);
}

.orders .col-Status {
    width:75px;
    text-align:center;
}
#brands .col-Logo {
    width:200px;
}

div#form_CancelReason_chzn .chzn-drop {
    width:227px !important;
}
div#form_BrandID_chzn .chzn-drop,
div#form_Potential_chzn .chzn-drop,
div#form_CustomerGroup_chzn .chzn-drop {
    width:200px !important;
}
    div#form_BrandID_chzn .chzn-drop li,
    div#form_Potential_chzn .chzn-drop li,
    div#form_CustomerGroup_chzn .chzn-drop li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
div#customersListDialog p {
    text-align: center;
    margin-top: 23px;
    font-size: 18px;
}
.colorField input {
    width: 100% !important;
}

.reminderForm button.disabled {
    background-color: transparent !important;
    border: 0px;
    color:black;
}
.reminderForm button.disabled .caret {
    display:none;

}
#uploadedProductsInner {
    clear:both
}

#s2id_sav_salesprobundle_tasktype_new_customer.select2-container-disabled .select2-arrow {
  display:none
}

#s2id_sav_salesprobundle_tasktype_new_customer.select2-container-disabled .select2-chosen {

    color: #C3C3C3 !important;
  }
div#form_ImportID_chzn .chzn-results {
    width: 264px !important;
    margin-top: 13px;
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

#user_profile_ManagedBrands INPUT {
    clear:both;
}
#user_profile_ManagedBrands {border:0}

#form_Province_chzn .chzn-results {
    padding-top: 13px;
    width: 136px;

}
#form_Province_chzn .group-result {
    font-size: 0.9em;
    line-height: 17px;
    color: black;
    background-color: #ccc;
}
#form_Province_chzn .active-result {
    line-height: 18px !important;
    padding-left: 14px !important;
    font-size: 0.9em;
}

.currentseason_wrapper {
    width:245px;
    margin:0 auto;
}
.currentseason label {
    width: 44px !important;
    float: left;
    line-height: 19px;
}
select.season {
    width: 136px !important;
    margin-right: 5px;
    color:#000;
    background:#FFF;
    border-radius:2px;
}
select.year {
    width: 58px !important;
    color:#000;
    background:#FFF;
    border-radius:2px;
}
#customergroup_Brands input {
    margin-top: 9px;
    margin-right: 10px;
}
div#customergroup_Brands .field {
    width: 224px;
    overflow: hidden;
    height: 25px;
    float: left;
}
td.col-Status {
    padding-left:15px !important;
    width:50px  !important;
}
td.actions {
    width:180px  !important;
}

.fc-event-vert .fc-event-time {
    display: inline-block;
    margin-right: 5px;

}
.qtip, .qtip {
    width:600px important;

}

.new_po #pageTitle {
    width:85%;
    margin:0 auto;
}
.new_po .container {
    font-size:13px;
    margin-top:10px;
    width:85%;
    color:#444;
}
@media (max-width: 1450px) {
    .new_po .container {
        width:100%;
    }
    .new_po   #pageTitle {
        width:100%;
    }
    .new_po .select2-container {
        width:163px !important;

    }
    .new_po .col-lg-4 .select2-container {
    /*    width: auto !important;*/
    }
}

.new_po .brandlogo {
    float:left;
    min-height:50px;
    max-height:100px;
    max-width:300px;
    border:1px solid #C0C0C0;
    margin-right:15px;
    padding:3px
}
.new_po #pageTitle {
    border:0;
/*    overflow: auto;*/
}
.new_po h1 {
    font-size:20px !important;
    padding-top:7px;
}
.new_po h2 {
    font-size:18px !important;
    border-bottom: 1px solid #C0C0C0;
    margin-bottom:30px;
}
.new_po h2 span {

    background-color:#fff;
    position:relative;
    top:7px;
    padding-right:15px;

}

.new_po .terms p {
    font-size:11px;

    margin-top:15px;
}
.new_po .status-line {
    font-size:14px !important;
    margin-top:9px !important;
    line-height: 21px;
}
.new_po .block {
    border:1px solid #C0C0C0;
    margin-bottom:10px;
}
.new_po .block:last-of-type {
    margin-bottom:0;
}
.new_po .dates {

    padding: 8px 15px;
    text-align: left;

}
.new_po .dates .header {
    width: 90px;
    display: inline-block;

}
.new_po .nopadding {
    padding-right: 10px;
    padding-left: 10px;
}
.new_po .header {
    font-weight:bold;
    text-transform: uppercase;
}
.new_po .value {
    font-weight:normal;
    font-size:13px;
}
.new_po table.small {
    margin-top:8px;
    width:100%;
    font-size:12px;
}
.new_po table.small thead {
    background-color: #f3f3f3;
    border: 1px solid #C0C0C0;
    border-radius:3px 3px;
}
.new_po table.small th.header {
    width:25%;
    padding:8px;
    font-size:13px;
}

.new_po table.small td.value {
    padding:9px;
    height:90px;
    vertical-align: top;
    font-size:12px;
}
.new_po table.small td.value.edit {
    padding: 0px;
}
.new_po table.small td.value.edit *{
    border:0;
}
.new_po .comments {
    margin-bottom:10px !important;
    min-height:82px;
    padding:3px;
    font-size: 11px;
    color:#C0C0C0;
}

.new_po table.lines {
    margin-top:35px;
    width:100%;
    font-size:13px;

}
.new_po table.lines thead {
    background-color: #f3f3f3;
    border:1px solid #C0C0C0;
    border-top:1px solid #C0C0C0 !important;
    border-radius:3px 3px;
}
.new_po table.lines th {
    text-transform: uppercase;
    padding:5px;

}
.new_po table.lines td.value {
    padding:5px;
    height:90px;
    vertical-align: top;

}
.new_po .lines th.line-image {
    width:100px;

}
.new_po .lines td.line-image {
    text-align: center;

}
.new_po .lines td.line-image img {
    height:110px;
    max-width:90px;
    margin-bottom:5px;
}
.new_po .lines th.line-style {
    width:300px;
}
.new_po .lines th.line-name {
    width:200px;
}
.new_po .lines th.line-qty {
    width:65px;
}

.new_po .lines th.line-cost {
    width:110px;
}
.new_po .lines th.line-total {
    width:100px;
}
.new_po .sizeScale {
    width:50px;
    text-align:center;
}
.new_po .qty {
    width:70px;
    text-align:center;
}

.new_po .lines > tbody > tr {
    border:1px solid #C0C0C0;
}

.new_po .lines td {
    border:0 !important;
    padding:8px 6px 0px 6px !important;
}

.new_po .lines tr.first td {
    height:20px;
}
.new_po .lines td.line-image {
    border-bottom:1px solid #C0C0C0 !important;
}
.new_po .sizes {
    width:100%;
    margin-bottom:0px;
    border-bottom:1px solid #C0C0C0;
    border-left:1px solid #C0C0C0;
    border-right:1px solid #C0C0C0;
}
.new_po .sizes:first-of-type {
    border-top:1px solid #C0C0C0;
}
.new_po .sizes:last-of-type {
    margin-bottom:10px;
}
.new_po .sizes th,.sizes td {
    padding:3px;

}
.new_po .sizes.cancelled, .new_po .sizes.cancelled th,.new_po .sizes.cancelled td,.new_po .sizes.cancelled thead,.new_po .sizes.cancelled tbody {
    color:red !Important;
    border-color:red !important;
}
.new_po .sizes tr td {
    padding:6px 2px !important;
}
.new_po .total {
    line-height:27px !important;
    font-weight:bold;
    font-size:13px;
}
.new_po .action .btn {
    color: #ababab;
}
.new_po .total-line .total-label {
    text-align:right;
    text-transform: uppercase;
    border:0 !important;
    border-right:1px solid #c0c0c0 !important;
    font-weight:bold;

}
.new_po .total-line .empty,.new_po .lines .total-line .qty,.new_po .lines .total-line .total {
    border-top:1px solid #c0c0c0 !important;
    border-bottom:1px solid #c0c0c0 !important;
}
.new_po .total-line .total {
    border-right:1px solid #c0c0c0 !important;
}
.new_po .total-line .total-label {
    border-left:1px solid #c0c0c0 !important;
}
.new_po .lines tr.total-line {
    border:0;
}
.new_po .total-line .important {
    background-color: #f3f3f3;
}
.new_po .total-line.total-booked td {
    border-top:1px solid #c0c0c0 !important;

}
.new_po .total-line:last-of-type {
    border-bottom:1px solid #c0c0c0 !important;
}
.new_po .history td {
    padding-bottom: 5px;
    padding-top: 2px;
    font-size: 12px;
}
.new_po .history .initials {
    background-color:#f10d6c !important;
    width:100px !important;
    line-height: 27px !important;
    font-size:10px !important;
    margin-left:15px;
    text-transform: uppercase;
    font-weight: normal;
}
.lineDialog .row {
    margin:0;
    border-bottom:1px solid #C0C0C0;
}
.lineDialog img {
    margin:0 30px 0px 0px ;
}
.lineDialog table {
    margin-top:15px;
}
.lineDialog table th,.lineDialog table td {
    padding: 2px 7px;
    text-align: center;
}
.lineDialog p {
    margin-top:42px;
}
.lineDialog INPUT  {
    width:40px !important;
    margin-right:5px !important;
}

.new_po .orderNumber-edit {
    display:none;
}
#Number-edit-save {
    color:green;
}
#Number-edit-close {
    color:red;
}
.new_po .orderNumber-edit .glyphicon, .new_po .orderNumber-text .glyphicon {
    font-size:15px;
    color:black;
}
.new_po .orderNumber-edit input {
    float:none;
}
.new_po .select2-container {
    width: 185px;
}
.new_po .select2-container .select2-choice > .select2-chosen {
    margin-right: 4px;
    line-height: 23px;
}
.new_po .select2-container .select2-choice .select2-arrow {
    top: -3px;
}
.new_po .date input {
    font-size: 12px;
    color:black;
    padding-left:8px !important;
    margin-left:4px !important;
    padding-top: 1px !important;
}
.new_po .date .input-group {
    display:inline-flex;
}
.new_po .date .input-group-addon {
    top: 2px !important;
    padding: 0px 0px;
    float:left;
}
.new_po .date .input-group input {
    width: 95px !important;
    float:left;

}
.new_po #s2id_order_Source {
    width:155px !important;
    border:0;
    min-height: 30px !important;
}

.new_po #s2id_order_Source a {
    border: 0;
    width: 158px;
    padding: 1px 3px !important;
}
.new_po #s2id_order_Season {
    width:82px !important;
    border:0;
    min-height: 30px !important;
}
.new_po #s2id_order_Season a {
    padding:1px 3px !important;
    border:0;
}
.new_po #s2id_order_Year {
    width:65px !important;
    border:0;
    min-height: 30px !important;
}
.new_po #s2id_order_Year a {
    padding:1px 3px !important;
    border:0;
}

.new_po #s2id_order_ShipTo {
    border:0;
    width:100%;
}
.new_po #s2id_order_ShipTo a {
    border:0;
    padding:1px 3px !important
}

.new_po #s2id_order_BillTo {
    border:0;
    width:100%;
}
.new_po #s2id_order_BillTo a {
    border:0;
    padding:1px 3px !important
}

.new_po #s2id_order_CurrencyCode {
    width:205px !important;
    border:0;
    min-height: 30px !important;
}

.new_po #s2id_order_CurrencyCode a {
    border: 0;
    width: 208px;
    padding: 1px 3px !important;
}

.new_po .dates input {
    width:100px;
    float:none;
    font-size:12px;
    color:#000;
    padding:1px !important;
}
.new_po .dates input {
    line-height:23px;
}
.block.comments_edit {
    height:101px;
    border:0;
}
.new_po textarea {
    border:1px solid #C0C0C0;
    width:100%;
    height:95px;
    font-size:12px;
    color:#000 !important;
}

.new_po .total input {
    width: 76px;
    line-height: 20px;
    float:none;
    clear:both;
    display:block;
    text-align: right;
}

.new_po #order_DiscountPercent {
    width:38px !important;
    padding:0 2px;
    font-size:13px;

}

.lineDialog .sizes th  {
padding:4px !important;
background:#eee;
    border:0;
}

.lineDialog td.sizeScale {
    padding:8px 0px !important;

    width:57px !important;
}
.lineDialog td.sizeScale input {
    padding:0px 0px !important;
    margin:0 !important;
    width:26px !important;
}
.new_po input {
    font-size:14px;
}
.new_po #order_DiscountType, .new_po #order_ShippingLineName {
float:right;
}

.new_po #order_DiscountAmount, .new_po #order_ShippingAmount {
    float: none;
    display:inline;
    margin-left: 4px;
    line-height: 11px;
    font-weight: normal;
    width:65px !important;
    padding:0 2px;
    font-size:13px;

}
.new_po .sizescale {
    position: absolute;
    top: 12px;
    left: 12px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_po .lines td.add-color {
    padding-bottom:10px !important;
}
.new_po .name-field {
    float:left;
    width:160px;
    margin-left:5px;
    font-weight: normal;
    font-size: 14px;
}
.new_po .styleno-field {
    float:left;
    width:120px;

}
.new_po .line-Description INPUT {
    width:400px !important;
}
.new_po .error {
    border:1px solid red !important;
}
.new_po #order_CommissionRate {
    width:50px;
    margin-right:2px;
}
.managebrands .upload {
    font-size:12px;
}

.note-editable ul {
    list-style-type:circle;
    margin: auto;
    padding: 15px !important;
}

#customerContacts button:focus  {
    border:0;
    outline: none;
}
#customerContacts th, #customerContacts td {
    vertical-align: top;
}

.selectize-control .label {
    color:black !important;
}

#customer_select .select2-container {
    width: 218px !important;
}
#customer_select_edit .select2-container {
    width: 218px !important;
}



.selectize-dropdown-content .customer {
    background: url(/static/frontend/images/cc-customer.png) no-repeat left;
    padding-left: 20px;
}


.selectize-dropdown-content .brand {
    background: url(/static/frontend/images/cc-brand.png) no-repeat left;
    padding-left: 20px;
}
#email-cc-selectized {
  float:none;
}
@media print {
    .note-content .fullContent {
        display: true
    }
    .note-content {
        width:100%;
        min-width:300px;

    }
    .overviewSubsection-fix {
        margin-right:0px !important;
    }
    .appointmentsWidget .brands,.appointmentsWidget .notes {
        width:200px;
    }
}

#orders #sort_by_OrderDate {
    padding-right: 40px;
}

@media only screen and (max-width: 1110px)  {
    #gridReportSettings .checkboxes {
        margin-left: 109px;
    }
}

.tooltip-inner {
    max-width: none;
    text-align: left;
}

.popover:not(.note-popover) {
    display: block;
    max-height: 200px !important;
    overflow-y: auto;
    background-color: #000;
    color: #FFF;
    font-size: 11px;
}
.popover.bottom>.arrow:after {
    border-bottom-color: #000;
}
#appointments_StartDate_date, #appointments_EndDate_date {
    width:120px;
}
#appointments_RemindDaysBefore {
    min-width:50px;
}
button .group-color {
    display:none !important;
}
#customer_map_form .check-mark {
    right: 4px !important;
}
#jquery-lightbox {
    z-index:2001 !important;
}

#settings form label.onlytheir {

    width: 184px !important;
    padding-left: 20px;
    padding-top: 0px;

}

#user_profile_accessToOnlyTheirOrders {
    margin-top: 8px;
}
td.groups {
    font-weight: bold;
    height: 34px !important;
}
a.btn-link {
    color: #337ab7 !important
}

#logintextcolormodeform INPUT {
    clear:both;
    margin:9px;
}
#logintextcolormodeform button {
    clear:both;
    float:left;
}
#logintextcolormodeform div label {
    width:200px !important;
}
.btn-primary {
    border:0;
}
form #online_showroom_settings_bestsellerBadgeColor label {
    width: 80px !important;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    padding: 16px;
    color: black;
    font-size: 13px;
    line-height: 22px;
}
form #online_showroom_settings_bestsellerBadgeColor input {
    margin-left: 9px;
    margin-top: 8px;
    padding-left:20px;
}
form #online_showroom_settings_bestsellerBadgeColor input::after {
    content: "Select ";
    color:#000000;
    padding-left:20px;
    position: relative;
    top: -3px;
    left: 0px;
}
form #online_showroom_settings_bestsellerBadgeColor div {
    float:left;
    width: 100px;
    padding-left:10px;
    text-align:center;

}
.statusOuter .fieldOuter{ width: auto; margin-right: 20px;}
.statusOuter label.status {float:right; width:184px !important; margin-left: 5px;}

#collection_product_Bestseller {width:14px !important;float:left;margin-top:8px;}

.brand-location-form .dropdown-menu.open {

    height: 96px !important;
}
.brand-location-form .dropdown-menu.open UL {

    height: 90px !important;
}

#emailContent {
    color:black;
}
form .note-editable ul,#emailContent UL {
    color: black !important;
    list-style: disc !important;
    margin: auto !Important;
    padding: 0;
    clear: none !Important;
}
#currency-settings-placeholder ul {
    color: Red;

}
#brand_currency_FixedRate {
    display:inline
}

#login p, #login span.content, #login a {
    color: black !important;
}

#login input {
    border: 1px solid #9A908E !important;
}

div#content_login {
    background: #fff;
    padding: 5px 40px;
}
