/*
// ========================================
// IGS Broker Portal stylesheet
// 2014 IGS
// ---
// Maintained by CWT Interactive
// www.cwtinteractive.com
// ========================================
*/
/*
///////////////////////////////////////////
//
//  RESET AND DEFAULT ITEMS
//
///////////////////////////////////////////

blue: #09c;
sky blue: #00a8e2;
dark blue: #006496;
green: #81bc00;
grey: #cfcfcf;
light grey: #efefef;
lighter grey: #cfcfcf;
med grey: #666;
dark grey: #333;
yellow: #fff8d9;
orange: #fc9708;
red: #c22500;

font-family: 'Gotham';
*/
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    box-sizing: border-box;
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*, *:before, *:after {
  box-sizing: inherit; /* fixes inheritance for third party components */
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a {
    text-decoration: none;
    color: inherit;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #e5e5e5;
    border: 0;
    height: 2px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    border: 0;
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}


.table {
    width: 100%;
    font-size: 12px;
    display: table;
}

.thead {
    display: table-header-group;
    color: #666;
    font-weight: 500;
}

.thead tr {
    background: #fff;
}

.tbody .tr {
    border-bottom: solid 5px #fff;
    background: #f0fbff;
    color: #09c;
    font-weight: 300;
}

.td {
    padding: 0 ;
    position: relative;
}

.tr {
    display: table-row;
    position: relative;
}
.td:after {    clear: both;
    content: '';
    display: table;}
    .td:before {
         content: '';
    display: table;
    }
.sort {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.th.first:after {
    content: none;
}

.th {
    position: relative;
    padding: 10px;
    cursor: pointer;
}

/*Flip CSS border triangle on desc*/
.th.desc:after {
  border-top-color: #006496;
  border-bottom-color: transparent;
  top: 15px;
}

/*Flip CSS border triangle on asc*/
.th.asc:after {
  border-bottom-color: #006496;
  border-top-color: transparent;
  top: 10px;
}

.th:after {
    content: "";
    display: block;
    position: absolute;
    margin-left: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #333;
    z-index: 0;
    right: 0;
    top: 15px;
    pointer-events: none;
}

.th, .td {
    display: table-cell;
    padding: 10px;
    position: relative;
}

.rh {
    display: none;
}

.tbody {
    display: table-row-group;
}

.td:before {
    content: "";
}

.rh > span {
    display: block;
    position: relative;
}
.customer-detail-table .tbody .tr {
  background: #d2edf7 !important;
}
/* Insert header name before each row on mobile */
.customer-view-name {
    max-width: 200px;
}
/*CSS border triangle trick*/
.table .rh > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    z-index: 2;
    right: 15px;
    top: 30px;
    pointer-events: none;
}

.table .rh {
  cursor: pointer;
}

.table .th.active {
  color: #006496;
}

/*Flip CSS border triangle on active, mobile*/
.table .rh.active > span:after {
    border-top-color: transparent;
    border-bottom-color: #fff;
    top: 22px;
}

.table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.rh > span {
    padding: 15px 60px 15px 15px;
    font-size: 1.1em;
    font-weight: 400;
    background: #00a8e2;
    margin-top: 20px;
    color: #fff;
}

.tr:first-child {
    border-bottom: none;
}

.tr:last-child {
    border-bottom: none;
}

.tr:last-child .td:first-child {}

.tr .td {
   border-bottom: solid 5px #fff;
}

.td-title {
    display: none;
}

@media screen and (max-width: 860px) {
    .electric, .gas, .wrench {
        width: 100% !important;
    }
    .td-title {
        display: inline-block;
        height: 100%;
        width: 25%;
        margin-right: 5px;
        vertical-align: top;
        text-align: left;
    }
    .td-content {
        display: inline-block;
        text-align: left;
    }
    /*
    .td:before {
        content: attr(data-header);
        float: left;
        width: 25%;
    }
    */
    .thead {
        display: none;
    }
    .table, .tr, .th, .td, .rh, .tbody {
        display: block;
    }
}

html:selection, html:-moz-selection {
    color: #fff;
    background: #006496;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
    /* fixes inheritance for third party components */
}

html, body {
    background: #efefef;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
}

h1, h2, h3 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 auto;
    /*padding: 0 0 0.5em 0;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 1.088em;
}

h2 {
    font-size: 1.088em;
}

h1 a.arrow, h2 a.arrow {
    position: relative;
}

h1 a.arrow:after, h2 a.arrow:after {
    background: url(../img/arrows.png) no-repeat -21px 0;
    content: '';
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 0;
    width: 1em;
}

p, small {
    font-weight: 300;
    margin: 0 auto;
    padding: 0 0 1em 0;
}

li, dt, dd, label {
    font-weight: 300;
}

strong, b {
    font-weight: 500;
}

input[type=text], input[type=search], input[type=password], textarea {
    /* default input field appearance */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1.125em;
    padding: 0.625em 0.5em;
    transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -ms-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    -webkit-transition: border 0.3s ease-in-out;
}

input[type=text]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border: 1px solid #006496;
    color: #333;
    outline: none;
}

textarea {
    resize: none;
}

button, input[type=submit], input[type=button] {
    /* default button appearance */
    background: #00a8e2;
    border: none;
    color: #efefef;
    display: inline-block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1;
    margin: 0 auto;
    padding: 0.625em;
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
}

button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #006496;
}

select {
    /* default dropdown appearance */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../img/dropdown-arrows.png) no-repeat 98% center;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
    display: block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1.125em;
    padding: 0.625em 1.275em 0.625em 0.5em;
    transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
    text-transform: capitalize;
}

input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}

label {
    /* default label appearance */
    color: #00a8e2;
    display: block;
    font-size: 0.8em;
}

label.inline {
    /* inline form inputs */
    color: #666;
    display: inline-block;
    font-size: 0.75em;
}
select::-ms-expand {
    display: none;
}
.full-width {
    width: 100%;
}

.inline-field {
    display: inline-block;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.desktop-hidden {
    display: none;
}

a:focus, a:active {
    outline: none;
}

.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
    content: '';
    display: table;
}

/*Filter Search Bar specific fields*/
.input-column-fields {
    width: 80%;
    float: left;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .input-column-fields {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

.input-column-fields .ui-multiselect {
    max-width: 150px !important;
}

@media screen and (max-width: 767px) {
    .input-column-fields .ui-multiselect {
        max-width: 100% !important;
    }
}

.input-column-submit {
    float: left;
    padding-left: 10px;
    width: 20%;
}

@media screen and (max-width: 767px) {
    .input-column-submit {
        float: none;
        width: 100%;
        padding-top: 10px;
        padding-left: 0px;
    }
}

.input-column-submit .inline-field.submit {
    margin-left: 0 !important;
}

.filter-bar label.inline {
    font-size: 1em;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .filter-bar label.inline {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.filter-bar .inline-field.submit {
    margin-left: 20px;
    font-size: 1em;
    text-transform: capitalize;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .filter-bar .inline-field.submit {
        margin-left: 0;
    }
}

.filter-bar input[type=text].inline-field {
    padding: 0.48em 0.375em 0.39em;
}

@media screen and (max-width: 640px) {
    .mobile-hidden {
        display: none;
    }
    .desktop-hidden {
        display: block;
    }
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BBB;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BBB;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BBB;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BBB;
}

/*
///////////////////////////////////////////
//
//  HEADER AND NAV
//
///////////////////////////////////////////
*/
.page-header {
    background: #fff;
    min-height: 90px;
}

.header-wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.header-wrapper:after {
    clear: both;
    content: '';
    display: table;
}

.nav-logo {
    /* logo image */
    display: block;
    float: left;
    padding: 1.25em 0 0 0;
}

/*
// global/site navigation
*/
.global-nav {
    /* primary nav wrapper */
    width: 220px;
    padding: 10px 0px 20px 20px;
    position: relative;
    right: 0;
    top: 10px;
    float: right;
}

.global-nav h3 {
    /* username */
    color: #006496;
    float: left;
    line-height: 23px;
    position: relative;
    vertical-align: top;
}

.global-nav.active h3 {
    color: #fff;
    z-index: 2;
}

.nav-toggle {
    /* menu button */
    /* background-image: url(../img/nav-icon.png);
        background-position: 0 0;
        background-repeat: no-repeat;*/
    display: block;
    float: right;
    height: 25px;
    position: relative;
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    vertical-align: top;
    width: 45px;
}

.nav-toggle:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    position: absolute;
    width: 60%;
    height: 5px;
    background: #666666;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    right: 0;
    margin: auto;
}

.nav-toggle:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    position: absolute;
    width: 60%;
    height: 5px;
    background: #666666;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    -webkit-box-shadow: 0 -10px 0 #666666 0 10px 0 #666666;
    -moz-box-shadow: 0 -10px 0 #666666, 0 10px 0 #666666;
    -o-box-shadow: 0 -10px 0 #666666, 0 10px 0 #666666;
    -ms-box-shadow: 0 -10px 0 #666666, 0 10px 0 #666666;
    box-shadow: 0 -10px 0 #666666, 0 10px 0 #666666;
}

.global-nav.active .nav-toggle:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #00a3dc;
    width: 45%;
}

.global-nav.active .nav-toggle:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    background: #00a3dc;
    box-shadow: none;
    width: 45%;
}

.nav-wrapper {
    /* dropdown container */
    left: 5px;
    opacity: 0;
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}

.global-nav.active .nav-wrapper {
    background: #006496;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}

.nav-wrapper ul {
    margin: 0;
    padding: 1em 0 0 1em;
}

.nav-wrapper li {
    display: block;
    font-size: 13px;
    font-weight: 400;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* primary navigation */
.nav-wrapper .extra-nav {
    border-bottom: solid 1px #0275af;
    padding-bottom: 20px;
}

.main-nav li a {
    color: #fff;
    display: block;
    padding: 1em 0 0 0;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
}

.main-nav li a:hover {
    color: #efefef;
}

.main-nav li:first-child a {
    padding-top: 0;
}

/* secondary navigation */
.profile-links li {
    border-left: 1px solid #fff;
    display: inline-block;
    font-size: 11px;
    padding-left: 1em;
}

.profile-links li:first-child {
    border-left: 0;
    padding-left: 0;
    padding-right: 0.5em;
}

.profile-links li a {
    color: #efefef;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.profile-links li a:hover {
    color: #00a8e2;
    text-decoration: none;
}

/*
// portal navigation
*/
.portal-nav {
    background: url(../img/nav-bkgd.png) repeat-x 0 0;
    height: 100px;
}

.portal-nav.sticky {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.portal-nav .page-navigation {
    margin: 0 auto;
    max-width: 960px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.portal-nav .page-navigation li {
    background-position: center 33%;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    height: 100px;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.portal-nav .page-navigation li a {
    display: block;
    height: 100%;
    line-height: 135px;
    margin: 0 auto;
    min-width: 120px;
    padding: 0 1em;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.portal-nav .page-navigation li.active {
    position: relative;
}


 .portal-nav .page-navigation li:hover:before {
     background: url(../img/dash-nav-white.png) repeat 0 0;
     content: '';
     display: block;
     position: absolute;
     height: 100px;
     width: 100%;
}

.portal-nav .page-navigation li.active:before {
     border-bottom: 9px solid #efefef;
     background: url(../img/dash-nav-white.png) repeat 0 0;
     content: '';
     display: block;
     position: absolute;
     height: 100px;
     width: 100%;
}
#nav-dashboard {
    background-image: url(../img/icon-dashboard.png);
}

#nav-book {
    background-image: url(../img/icon-book.png);
}

#nav-commissions {
    background-image: url(../img/icon-commissions.png);
}

#nav-alerts {
    background-image: url(../img/icon-alerts.png);
}

#nav-reports {
    background-image: url(../img/icon-reports.png);
}

.arrow-blue, .arrow-dkblue, .arrow-green, .arrow-grey, .arrow-skyblue {
    display: inline-block;
    background: url("../img/arrows.png") no-repeat;
    overflow: hidden;
}

.arrow-blue {
    background-position: -5px -0px;
    width: 11px;
    height: 20px;
}

.arrow-dkblue {
    background-position: -21px -0px;
    width: 11px;
    height: 20px;
}

.arrow-green {
    background-position: -5px -25px;
    width: 11px;
    height: 20px;
}

.arrow-grey {
    background-position: -21px -25px;
    width: 11px;
    height: 20px;
}

.arrow-skyblue {
    background-position: -5px -50px;
    width: 11px;
    height: 20px;
}

@media screen and (max-width: 1024px) {
    .nav-wrapper {
        left: 0;
    }
}

@media screen and (max-width: 960px) {
    .header-wrapper {
        max-width: 95%;
    }
    .nav-logo {
        padding-left: 1em;
    }
    .page-navigation {
        right: 1em;
    }
}

@media screen and (max-width: 768px) {
    .portal-nav .page-navigation {
        max-width: 100%;
    }
    .portal-nav .page-navigation li {
        font-size: 0.75em;
        line-height: 2;
        min-width: 100px;
    }
    .portal-nav .page-navigation li a {
        min-width: inherit;
    }
    .portal-nav .page-navigation li.active:before {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #page-wrapper {
        overflow: hidden;
    }
    .nav-logo {
        display: inline-block;
    }
    .header-wrapper {
        max-width: 100%;
        z-index: 20;
    }
    .page-header {
        background: none;
    }
    .nav-toggle {
        height: 24px;
        position: absolute;
        right: 5px;
        top: 80px;
        /*width: 44px;*/
    }
    .global-nav.active .nav-toggle {
        position: absolute;
    }
    .global-nav {
        height: 0;
        min-width: inherit;
        padding: 50px 0 0 0;
        position: absolute;
        left: 0;
        right: auto;
        top: -50px;
        z-index: 999;
        width: 100%;
    }
    .global-nav.active {
        height: auto;
        margin-bottom: -50px;
        /* offsets top positioning */
        padding-top: 140px;
    }
    .global-nav.active .nav-wrapper {
        display: table;
        left: auto;
        padding: 10px 20px 20px;
        position: relative;
        top: auto;
    }
    .global-nav h3 {
        height: 0;
        opacity: 0;
        padding: 1em 0 0 2.1em;
        visibility: hidden;
        transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
    }
    .global-nav.active h3 {
        background: #006496;
        height: auto;
        opacity: 1;
        position: relative;
        visibility: visible;
        width: 100%;
    }
    .global-nav.active h3:before {
        border-bottom: 15px solid #006496;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        content: '';
        display: block;
        position: absolute;
        right: 2%;
        top: -10px;
    }
    .nav-wrapper ul {
        width: 100%;
    }
    .nav-wrapper li {
        font-size: 16px;
    }
    .main-nav li:first-child a, .main-nav li a {
        padding: 10px 0;
    }
    .profile-links:after {
        clear: both;
        content: '';
        display: table;
        height: 15px;
    }
    .profile-links li {
        font-size: 13px;
    }
    .profile-links li a {
        padding: 20px 0;
    }
    .portal-nav {
        height: 60px;
    }
    .portal-nav .page-navigation {
        display: table;
        height: 100%;
    }
    .portal-nav .page-navigation li {
        background-position: center 15px;
        display: table-cell;
        font-size: 0.5em;
        height: 100%;
        min-width: inherit;
        position: relative;
        vertical-align: middle;
        width: 20%;
    }
    .portal-nav .page-navigation li.active {
        background-color: #06c;
    }
    .portal-nav .page-navigation li a {
        height: auto;
        line-height: 1;
        min-width: inherit;
        padding-top: 35px;
        text-align: center;
        width: 100%;
    }
    .portal-nav .page-navigation li.active:before {
        background: none;
        border-bottom: none;
        height: 100%;
        position: absolute;
        bottom: 0;
    }
}

/*
///////////////////////////////////////////
//
//  FOOTER
//
///////////////////////////////////////////
*/
.back-to-top {
    text-align: center;
}

.back-to-top a {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.back-to-top a:hover {
    color: #999;
}

.terms-footer {
    color: black; 
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}

.page-footer {
    background: #373737;
    clear: both;
    color: #fff;
}

.page-footer .contain {
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
}

.footer-logo {
    display: table;
    float: left;
    height: 59px;
    padding: 0 10px;
}

.footer-logo img, .footer-logo a {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}

.social-media-links {
    display: table;
    float: right;
    height: 59px;
    padding: 0 10px;
}

.social-media-links a {
    background-position: center center;
    background-repeat: no-repeat;
    display: table-cell;
    height: 28px;
    text-indent: -999em;
    vertical-align: middle;
    width: 40px;
}

#icon-twitter {
    background-image: url(https://cdn.igs.com/cdn/common/outdated-social-share-icons/twitter.png);
}

#icon-pinterest {
    background-image: url(https://cdn.igs.com/cdn/common/outdated-social-share-icons/pintrest.png);
}

#icon-facebook {
    background-image: url(https://cdn.igs.com/cdn/common/outdated-social-share-icons/facebook.png);
}

#icon-googleplus {
    background-image: url(https://cdn.igs.com/cdn/common/outdated-social-share-icons/google-plus.png);
}

#icon-youtube {
    background-image: url(https://cdn.igs.com/cdn/common/outdated-social-share-icons/youtube.png);
}

#icon-linkedin {
    background-image: url(https://cdn.igs.com/cdn/common/outdated-social-share-icons/linkedin.png);
}

@media screen and (max-width: 640px) {
    .page-footer {
        display: none;
    }
}

/*
///////////////////////////////////////////
//
//  STRUCTURE AND GRID
//
///////////////////////////////////////////
*/
.contain {
    /* centers content in container */
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px;
    position: relative;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contain:before, .one-column:before, .two-column:before {
    content: '';
    display: table;
}

.contain:after, .one-column:after, .two-column:after {
    clear: both;
    content: '';
    display: table;
}

/*
// single-column layouts
*/
.one-column {
    margin: 0 -10px;
}

/*
// two-column layouts
*/
.two-column {
    margin: 0 -10px;
}

.full-width-col {
    width: 100%;
    padding: 0 10px;
}

.one-third {
    float: left;
    width: 33.333%;
    padding: 0 10px;
}

.two-third {
    float: right;
    padding: 0 10px;
    width: 66.666%;
}

/*
// grid block items
*/
.grid {
    overflow: hidden;
}

.grid > div {
    float: left;
}

.half {
    padding: 0 10px;
    width: 50%;
    float: left;
    overflow: hidden;
}

.third {
    width: 33%;
}

/*@media screen and (max-width: 960px) {
    .one-column, .two-column {}
}*/
@media screen and (max-width: 640px) {
    .contain {
        max-width: 100%;
    }
    .one-third, .two-third {
        float: none;
        padding: 0;
        width: 100%;
    }
    .grid > div {
        float: none;
    }
    .half, .half:first-child, .third {
        margin: 0 auto inherit auto;
        width: 100%;
    }
}

/*
///////////////////////////////////////////
//
//  COMPONENTS/REUSABLE ITEMS
//
///////////////////////////////////////////
*/
.block {
    /* standard content block container */
    background: #fff;
    margin-bottom: 1.25em;
    padding: 20px;
}

.block-content {
    padding: 20px 0 0 0;
}

.block .page-title {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.block .page-title .title {
    float: left;
}

.block h1, .block h2 {
    color: #006496;
    line-height: 1;
    padding: 0.25em 0 0.75em 0;
}

.block h1 a, .block h2 a {
    display: block;
}

.breadcrumb h2 {
    color: #006496;
    padding: 0 0 1em 0;
    border-bottom: solid 1px #ddd;
}

.breadcrumb h2 a {
    color: #aaa;
    display: inline-block;
    padding: 0;
    position: relative;
    text-decoration: underline;
}

.breadcrumb h2 a:after {
    content: '\003e';
    display: inline-block;
    padding-left: 0.5em;
    position: relative;
}

.number-feature {
    /* large number callouts */
    text-align: center;
}

.number-feature h3 {
    font-size: 2.75em;
    font-weight: 100;
    line-height: 1;
}

.number-feature small {
    display: block;
    padding: 0 0 1em 0;
}

.number-feature .update {
    padding: 1em 0 0 0;
}

.number-feature.orange {
    background: #fff8d9;
    padding: 1em;
}

.number-feature.green h3, .number-feature.green p, .number-feature.green small {
    color: #81bc00;
}

.number-feature.orange h3, .number-feature.orange p, .number-feature.orange small {
    color: #fc9708;
}

.block-content.alerts {
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.alerts .number-feature {
    margin-bottom: 0.5em;
}

.form-action {
    margin-top: 1em;
}

.input-group {
    /* groups inputs and labels horizontally */
    padding-top: 0.25em;
}

.profile .input-group {
    /*padding-top: 0;*/
}

.input-group:first-child {
    padding-top: 0;
}

.input-group.padded {
    padding-bottom: 0.75em;
}

.input-group:after {
    clear: both;
    content: '';
    display: table;
}

.input-group > div {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

.input-group-label {
    width: 33%;
}

.input-group-field {
    width: 65%;
}

.input-group label {
    color: #666;
    font-weight: 500;
    line-height: 1.2;
}

.input-group input[type=text], .input-group input[type=email], .input-group input[type=password] {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    padding-bottom: 0.375em;
    padding-top: 0.375em;
}

.input-group select {
    background: #fff url(../img/dropdown-arrows-sm.png) no-repeat 95% center;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0.375em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.375em;
}

.input-group select.full-width {
    background: #fff url(../img/dropdown-arrows-sm.png) no-repeat 98% center;
    padding-left: 0.5em;
    padding-right: 1.275em;
}

.input-group p {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
}

aside, .aside {
    display: block;
    margin: 0 auto 1.25em auto;
    width: 100%;
}

.aside h3 {
    color: #006496;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 0 1em 0;
}

.aside h3 strong {
    display: block;
    font-size: 1.25em;
    font-weight: 500;
}

.aside h4 {
    color: #00a8e2;
    font-size: 0.825em;
    font-weight: 300;
}

.help {
    text-align: center;
}

.help .phone {
    display: block;
}

.overlay.active {
    bottom: 0;
    display: block;;
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    z-index: 0;
    width: 100%;
}

.pagination {
    margin: 10px auto;
    text-align: center;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: auto;
    line-height: 1.2;
    margin: 0 0 0.5em 0;
    padding: 0;
    text-align: center;
    display: inline-block;;
    padding: 10px;
    transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
}

.pagination a:hover, .pagination a.current {
    background: #efefef;
}

page-navigator .pagination a {
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}

@media screen and (max-width: 820px) {
    .number-feature h3 {
        font-size: 2em;
    }
}

@media screen and (max-width: 768px) {
    .block h1, .block h2 {
        font-size: 0.95em;
    }
    .help h4 {
        line-height: 2.25;
        font-weight: 200;
    }
    .help .phone {
        font-size: 19px;
    }
    .input-group {
        margin-top: 0.5em;
    }
    .input-group-label, .input-group-field {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .block h1, .block h2 {
        font-size: 1.088em;
    }
    .overlay.active {
        
    }
}

/*
///////////////////////////////////////////
//
//  MAIN BODY
//
///////////////////////////////////////////
*/
.page-content {
    /* content section wrapper */
    padding-top: 20px;
}

.filter-bar {
    background: #f7f7f7;
    font-size: 12px;
    margin: 0 auto;
    padding: 10px;
}

.filter-bar-actions {
    float: right;
    padding: 0.375em 0 0 0;
}


.filter-bar a {
    color: #00a8e2;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
}

.filter-bar a:hover {
    color: #666;
}

.filter-bar .inline-field {
    min-width: 9em;
}

@media screen and (max-width: 767px) {
    .filter-bar .inline-field {
        min-width: 100%;
        margin-top: 5px;
        display: block;
    }
}

.filter-bar select.inline-field {
    background: #fff url(../img/dropdown-arrows-sm.png) no-repeat 98% center;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0.375em;
    padding-top: 0.375em;
    min-width: 155px;
}

@media screen and (max-width: 767px) {
    .filter-bar select.inline-field {
        min-width: 100%;
        margin-top: 5px;
        display: block;
    }
}

input.inline-field.customer-name-commission {
    min-width: 150px;
}

@media screen and (max-width: 767px) {
    input.inline-field.customer-name-commission {
        min-width: 0;
        width: 100%;
    }
}

.inline-field.month-picker {
    width: 219px;
    background: url(../img/calendar.png) #fff;
    background-size: 12px;
    background-repeat: no-repeat;
    font-size: 11px;
    cursor: pointer;
    background-position: 97% 8px;
}

div#ui-datepicker-div {
    border: solid 1px #efefef;
}

div#ui-datepicker-div table {
    margin: 0;
}

div#ui-datepicker-div table td {
    text-align: center;
    padding: 0;
}

div#ui-datepicker-div table td a {
    display: block;
    padding: 10px 5px;
}

div#ui-datepicker-div table td a:hover {
    background: #00a8e2;
    color: #fff;
}

.ui-state-highlight {
    background: #006496;
    color: #fff;
}

/* default tables */
table.default {
    border-collapse: collapse;
}

.utility {
    max-width: 140px;
}

@media screen and (max-width: 860px) { 
    .utility {
        max-width: 100%;

    }
}

@media screen and (max-width: 1000px) {
    .default td.utility {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .default td.utility {
        width: 250px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #contract-view .tooltip {
        width: auto;
    }
}

 .tooltip {
    display: none;
    position: absolute;
    width: 220px;
    top: 0;
    background: #fff;
    padding: 15px;
    border: solid 1px #dcdcdc;
    z-index: 99;
    left: -60px;
    top: -117px;
    margin: 0;
}
.tooltip.visible {
    display: block;
}

@media screen and (max-width: 860px) {
    .tooltip  {
        position: static;
        width: 77%;
        border: none;
        background: none;
        display: block;;
        float: right;
        cursor: default;
     }

     .close-tooltip {
        display: none !important;
     }
}

@media screen and (max-width: 767px) {
    .default .tooltip {
        display: block;
        width: auto;
        clear: both;
    }
    .default .tooltip:after, .default .tooltip:before {
        content: none;
    }
}

@media screen and (max-width: 960px) {
    .default .tooltip {
        position: static;
        background: none;
        border: none;
        padding: 0;
    }
}

.default .tooltip.visible {
    display: block;
}

span.close-tooltip {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 0;
}

@media screen and (max-width: 800px) {
    span.close-tooltip {
        display: none;
    }
}
 .tooltip:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    border-top: 10px solid #fff;
    bottom: -10px;
    left: 100px;
    right: 1px;
    width: 0;
}

.tooltip:before {
    content: "";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    border-top: 11px solid #dcdcdc;
    bottom: -11px;
    display: block;
    margin: 0;
    left: 99px;
}
@media screen and (max-width: 800px) { 
    .tooltip:after, .tooltip:before {
        content: none;
    } 
}

.default .tooltip:before, .default .tooltip:after {
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .default .tooltip:before, .default .tooltip:after {
        display: none;
    }
    .default .tooltip:before span.close-tooltip, .default .tooltip:after span.close-tooltip {
        display: none;
    }
}

.default .tool-tip-active {
    display: block;
}

.default tr {
    position: relative;
}

.default .blue-light {
    background: #f0fbff;
    border-bottom: solid 5px #fff;
}

.default .blue-light:last-child {
    border-bottom: none;
}

.default .blue-light:hover, .default .blue-light:focus {
    background: #d5edf6;
    /*cursor: pointer;*/
}

.default td {
    color: #09c;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
}

.default td strong, .default td b {
    font-weight: 500;
}

.default thead td {
    color: #666;
    font-weight: 500;
    position: relative;
}

@media screen and (max-width: 900px) {
    .default thead td {
        white-space: pre;
    }
}

.default td.contract-id {
    color: #fff;
    position: relative;
    width: 20px;
}

.default td.company-name, .customer-column {
    min-width: 160px;
    position: relative;
}

.default td.company-name, .customer-column {
    padding: 0;
}

.label-wrap {
    position: relative;
    min-height: 80px;
    padding: 10px 10px 10px 30px;
}

.default td.status {
    min-width: 80px;
}

.contract-id {
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
}

.electric {
    background-color: #fc9708;
    background-image: url(../img/electric-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 22px;
    min-width: 15px;
    width: 20px;
}

.gas {
    background: #3f97b5;
    background-image: url(../img/gas-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 22px;
    min-width: 15px;
    width: 20px;
}

.wrench {
    background: #fc1d08;
    background-image: url(../img/wrench-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 22px;
    min-width: 15px;
    width: 20px;
}

.utility-icons {
    padding: 0;
}


.tablesorter-header-inner:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    content: '';
    display: inline-block;
    margin-left: 4px;
    position: absolute;
    top: 5px;
}

@media screen and (max-width: 1000px) {
    td.sortable:after {
        content: none;
    }
}

.tablesorter-header-inner:after {
    border-top: 5px solid #006496;
}

td.sortable.asc:after {
    border-bottom: 5px solid #006496;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
}

.tablesorter-header-inner {
    display: inline-block;
    position: relative;
}

td.sortable {
    cursor: pointer;
    position: relative;
}

td.sortable.active {
    color: #006496;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-box {
    padding: 10px 35px 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-box .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

@media screen and (max-width: 767px) {
    .filter-bar-actions {
        float: none;
    }
}

@media screen and (max-width: 640px) {
    .page-content {
        /* accounts for sticky nav */
        padding: 10px 0 10px 0;
    }
    .filter-bar-actions {
        /*display: none;
        float: none;*/
    }
    .filter-bar-actions a {
        display: block;
    }
    .filter-bar-actions a.align-right {
        text-align: center;
    }
    table.default {
        /*table-layout: fixed;*/
        margin: 0 auto;
        padding: 0;
    }
    .default tbody tr:after {
        display: table;
        height: 3px;
        width: 100%;
    }
    .default td {
        padding: 20px 15px;
    }
}

/*
//////////////////////////////////////////
//
// TABLE RESPONSIVE
//
//////////////////////////////////////////

*/
div#contract-view .default td.utility {
    display: table-cell;
}

div#contract-view .pinned {
    width: 56%;
}

div#contract-view .scrollable {
    width: 44%;
}

.pinned {
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-x: hidden;
    width: 55%;
    float: left;
}

.scrollable {
    width: 45%;
    float: right;
}

.scrollable::-webkit-scrollbar {
    display: none;
}

.pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
}

.pinned td:last-child {
    border-bottom: 0;
}

div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}

div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

div.table-wrapper div.scrollable {
    overflow: auto;
    overflow-y: hidden;
}

@media only screen and (max-width: 974px) {
    .scrollable .commissions-table tr td:first-child {
        display: none;
    }
}

@media only screen and (max-width: 781px) {
    table.table-full-width {
        margin-bottom: 0;
    }
    div.table-wrapper div.scrollable {
        overflow: auto;
        overflow-y: hidden;
    }
    table.table-full-width td, table.table-full-width th {
        position: relative;
        overflow: hidden;
    }
    .scrollable .table-full-width tr td:first-child {
        display: none;
    }
}

@media only screen and (max-width: 883px) {
    table.responsive {
        margin-bottom: 0;
    }
    table.responsive td, table.responsive th {
        position: relative;
    }
    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
        display: none;
    }
}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
    font-weight: bold;
}

table td, table th {
    padding: 9px 10px;
    text-align: left;
}

/* Mobile */
@media only screen and (max-width: 960px) {
    .default td.company-name {
        min-width: 0;
    }
}

.swipe-indicator-book {
    display: none;
}

.swipe-indicator-book img {
    float: right;
}

@media screen and (max-width: 780px) {
    .swipe-indicator-book {
        display: block;
    }
}

.swipe-indicator-home {
    display: none;
}

.swipe-indicator-home img {
    float: right;
}

@media screen and (max-width: 875px) {
    .swipe-indicator-home {
        display: block;
    }
}

/*
///////////////////////////////////////////
//
//  DASHBOARD PAGE
//
///////////////////////////////////////////
*/
.funnel-chart {
    margin-top: 20px;
}

.funnel-value {
    position: relative;
    margin: 10px auto 0;
    height: 90px;
}

.funnel-value p {
    float: left;
    color: #fff;
    width: 50%;
    margin-top: 20px;
    padding: 0;
}

.funnel-value p.number {
    font-size: 35px;
    width: 25%;
    float: right;
}

.value-one.funnel-value {
    width: 100%;
    padding: 0 45px;
}

@media screen and (max-width: 900px) {
    .value-one.funnel-value {
        padding: 0 20px;
    }
}

.value-one.funnel-value p {
    position: relative;
    z-index: 99;
}

.value-one.funnel-value:before {
    background-repeat: no-repeat;
    background-position: center;
    border-left: 10px solid transparent;
    border-top: 90px solid #006496;
    position: absolute;
    left: 0;
    content: "";
    width: 50%;
    height: 100%;
}

.value-one.funnel-value:after {
    background-repeat: no-repeat;
    background-position: center;
    border-right: 10px solid transparent;
    border-top: 90px solid #006496;
    position: absolute;
    right: 0;
    width: 50%;
    content: "";
    height: 100%;
}

.value-two.funnel-value {
    padding: 0 35px;
    width: 91%;
}

@media screen and (max-width: 900px) {
    .value-two.funnel-value {
        padding: 0 20px;
    }
}

.value-two.funnel-value p {
    position: relative;
    z-index: 99;
}

.value-two.funnel-value:before {
    background-repeat: no-repeat;
    background-position: center;
    border-left: 10px solid transparent;
    border-top: 90px solid #3f97b5;
    position: absolute;
    left: 0;
    content: "";
    width: 50%;
    height: 100%;
}

.value-two.funnel-value:after {
    background-repeat: no-repeat;
    background-position: center;
    border-right: 10px solid transparent;
    border-top: 90px solid #3f97b5;
    position: absolute;
    right: 0;
    width: 50%;
    content: "";
    height: 100%;
}

.value-three.funnel-value {
    padding: 0 25px;
    width: 82%;
}

@media screen and (max-width: 900px) {
    .value-three.funnel-value {
        padding: 0 15px;
    }
}

.value-three.funnel-value p {
    position: relative;
    z-index: 99;
}

.value-three.funnel-value:before {
    background-repeat: no-repeat;
    background-position: center;
    border-left: 10px solid transparent;
    border-top: 90px solid #00a8e2;
    position: absolute;
    left: 0;
    content: "";
    width: 50%;
    height: 100%;
}

.value-three.funnel-value:after {
    background-repeat: no-repeat;
    background-position: center;
    border-right: 10px solid transparent;
    border-top: 90px solid #00a8e2;
    position: absolute;
    right: 0;
    width: 50%;
    content: "";
    height: 100%;
}

.one-third .dashboard-help {
    clear: left;
    margin: 0;
    width: 100%;
}
.dashboard-help {
    clear: left;
    margin: 0;
    width: 32.29%;
}

@media screen and (max-width: 640px) {
    .dashboard-help {
        background: #fff;
        margin: -1.25em auto 1.25em auto;
        padding-bottom: 30px;
        width: 100%;
    }
    .action-footer {
        margin: 15% auto 10% auto;
    }
    .csstransforms .default td.contract-id span {
        /* rotates contract ID text */
    }
    .default td.contract-id:after {
        clear: both;
        content: '';
        display: table;
    }
}

/*
///////////////////////////////////////////
//
//  Book Page
//
///////////////////////////////////////////
*/
.block .page-title .view-links {
    float: right;
}

.name-sub {
    padding-left: 15px;
}

.page-title .view-links a {
    float: right;
    font-size: .8em;
    color: #1872a0;
    float: left;
}

.page-title .view-links span {
    float: left;
    padding: 0 5px;
}

.view-link {
    font-weight: 300;
}

.view-link.current {
    font-weight: 500;
}

.table-views {
    display: none;
    /* min-height: 400px; */
}

@media screen and (max-width: 886px) {
    .table-views {
        display: block;
    }
}

.table-views.current {
    display: block;
}

.customers-header-row {
    background: #d2edf7;
    width: 100%;
    color: #0099cc;
}

.customers-header-row tr {
    height: auto !important;
}

.customers-header-row td {
    padding: 15px 10px;
}

.customers-header-row h3 {
    font-size: 16px;
    color: #0099cc;
    font-weight: 500;
}

.customers-header-row p {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}

.customers-header-row .customer-expander .fa {
    float: right;
    font-size: 20px;
}

thead.customers-header td p {
    font-size: 12px;
    padding-bottom: 0;
    font-weight: 500;
}

thead.customers-header td p:after {
    content: "";
}

.mobile-book-header {
    display: none;
}

@media screen and (max-width: 886px) {
    .mobile-book-header {
        display: block;
        padding-bottom: 20px;
        color: #006496;
    }
}

table.customer-table-view {
    table-layout: fixed;
}

@media screen and (max-width: 767px) {
    table.customer-table-view {
        table-layout: inherit;
    }
}

.customer-table-view {
    margin-bottom: 5px;
}

.customer-table-view .tr .td {
    border-bottom: none;
}

td.first-col-customer {
    width: 20px;
}

.customer-content-row .customer-utility {
    max-width: 138px;
}

@media screen and (max-width: 767px) {
    .customer-content-row .customer-utility {
        max-width: 0;
    }
}

.customer-table-body.hidden {
    display: none;
}

@media screen and (max-width: 860px) {
    .customer-table-body.hidden {
        display: block;
    }
}

.table-expander.table-expander-hidden .fa-angle-down:before {
    content: "\f105";
}

.customer-table-body .customer-content-row {
    background: #f0fbff;
    border-bottom: solid 2px #fff;
}

.customer-table-body .customer-content-row td {
    padding: 0;
}

.customer-table-body .customer-content-row h4 {
    font-size: 12px;
    font-weight: 500;
}

.customer-table-body .customer-content-row p {
    font-size: 12px;
    padding-bottom: 1px;
}

.filter-tabs {
    margin-top: 10px;
    padding: 10px 0 20px 0;
}

.filter-clear {
    color: #00a8e2;
    font-size: 12px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .filter-clear {
        display: block;
        width: 100%;
        float: left;
        margin-top: 10px;
    }
}

.filter-tabs p {
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .filter-tabs p {
        display: block;
        width: 100%;
    }
}

.filter-tabs span.filter-tab {
    padding: 4px 10px 4px 10px;
    display: inline-block;
    background: #00a8e2;
    margin: 0 5px 0 5px;
    color: #fff;
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    .filter-tabs span.filter-tab {
        width: 100%;
        display: block;
        float: left;
        margin-top: 10px;
    }
}

.filter-tab img {
    width: 15px;
    height: 15px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

/*
///////////////////////////////////////////
//
//  COMMISSIONS
//
///////////////////////////////////////////
*/
.commissions-header {
    background: #89c024;
    margin-bottom: 20px;
}

.commissions-header ul {
    list-style: none;
    margin: 0;
    width: 50%;
    float: left;
    padding: 20px;
}

.commissions-header ul:last-child {
    padding: 15px 20px;
    text-align: right;
}

.commissions-header ul li {
    color: #fff;
    font-size: 14px;
}

.commissions-header ul li span {
    font-size: 18px;
}

.commissions-table {
    table-layout: fixed;
}

@media screen and (max-width: 1000px) {
    .commissions-table {
        table-layout: inherit;
    }
}

.commissions-table .fee-head {
    width: 60px;
}

@media screen and (max-width: 1000px) {
    .commissions-table .fee-head {
        width: auto;
    }
}

.commissions-table .usage-head {
    width: 74px;
}

@media screen and (max-width: 1000px) {
    .commissions-table .usage-head {
        width: auto;
    }
}

.commissions-table .month-head {
    width: 75px;
}

@media screen and (max-width: 1000px) {
    .commissions-table .month-head {
        width: auto;
    }
}

.commissions-table .customer-head {
    width: 135px;
}

@media screen and (max-width: 1000px) {
    .commissions-table .customer-head {
        width: auto;
    }
}

.commissions-table .account-number-head {
    width: 143px;
}

@media screen and (max-width: 1000px) {
    .commissions-table .account-number-head {
        width: auto;
    }
}

.commissions-table .unit-head {
    width: 70px;
}

@media screen and (max-width: 1000px) {
    .commissions-table .unit-head {
        width: auto;
    }
}

.commissions-table td.total-commission {
    font-size: 18px;
    text-align: center;
    color: #81bc00;
}

@media screen and (max-width: 767px) {
    .commissions-table {
        table-layout: auto;
    }
}

.commissions-table tr td.commission-head {
    width: 135px;
    text-align: right;
}

/*
///////////////////////////////////////////
//
//  DETAILS/PROFILE
//
///////////////////////////////////////////
*/


.account-info-table .default .blue-light {
    background: #d2edf7;
}

.notes-header p {
    font-size: 12px;
    color: #006496;
    font-weight: 700;
    padding-bottom: 0;
}

.notes-header .date {
    width: 25%;
    float: left;
}

.notes-header .note {
    width: 75%;
    float: left;
}

.note-text {
    display: none;
}

.note-text.visible {
    display: block;
    clear: both;
}

.note-module {
    background: #d2edf7;
    padding: 10px;
    margin-top: 20px;
    padding-right: 20px;
}

.note-module a {
    font-size: 14px;
    color: #0099cc;
    font-weight: 700;
    clear: both;
    text-decoration: underline;
    float: left;
    display: block;
    width: 100%;
}

.note-module p {
    font-size: 14px;
    color: #0099cc;
    padding-bottom: 5px;
}

.note-module p span.hidden-note {
    display: none;
}

.note-module .date {
    width: 25%;
    float: left;
}

.note-close {
    width:16px; 
    height:16px; 
    margin:8px; 
    background-image: url('../img/nav-close.png'); 
    background-repeat: no-repeat; 
    background-position: center; 
    display:block; 
    position: absolute; 
    top:0; 
    right:0; 
    cursor: pointer;
}

@media screen and (max-width: 980px) {
    .note-module .date {
        width: 100%;
        float: none;
    }
}

.note-module .note {
    width: 75%;
    float: left;
}

@media screen and (max-width: 980px) {
    .note-module .note {
        width: 100%;
        float: none;
    }
}

.add-note-btn {
    background: #00a8e2;
    margin-left: 5px;
    border: none;
    color: #efefef;
    display: inline-block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1;
    padding: 0.625em 1em;
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    float: right;
    margin-top: 20px;
}

.info-row p {
    font-size: 13px;
    color: #666666;
    padding-bottom: 6px;
}

.info-row .headline {
    float: left;
    width: 40%;
}

.info-row .headline p {
    font-weight: 700;
    text-transform: capitalize;
}

.info-row .information {
    width: 60%;
    float: left;
    padding-left: 20px;
}

.info-row .information select {
    width: 100%;
}

.user-changes p {
    text-align: center;
    color: #006395;
    font-size: 14px;
    font-weight: 500;
}

.input-group.submit-group {
    width: 65%;
    float: right;
}
.forgetpassword {   
    color: #333 !important;
    padding-top: 10px;
    text-decoration: underline;
    font-size: 12px;
}
.login-button { 
    float: right;
    margin-top: 10px !important ;
}
.grid.detail-block.login-block {
    margin-top: 0;
}
.grid.detail-block.login-block p {
   font-size: 13px;
}
.grid.detail-block.login-block a {
    color: #00a8e2;
    text-decoration: underline;
}

.register-block p {
    font-size: 12px;
}

.register-button {
    background: #00a8e2;
    border: none;
    color: #efefef;
    display: inline-block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1;
    margin: 0 auto;
    padding: 0.625em;
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
}

.register-button:hover {
    background: #006496;
}

.user-submit {
    float: right;
}

.user-submit input[type="submit"],
.login- input[type="submit"] {
    text-transform: capitalize;
}

.user-submit a {
    color: #00a8e2;
    text-decoration: underline;
    font-size: 14px;
    margin-right: 20px;
}

.login-submit {
    padding-left: 34.5%;
    margin-top: 10px !important;
}

.detail-block {
    /* blue detail block elements */
    background: #f0fbff;
    padding: 20px;
    margin-top: 20px;
}

.detail-block.single {
    height: 100%;
}

.detail-block:after {
    clear: both;
    content: '';
    display: table;
}

.detail-block.last {
    margin-bottom: 0;
}

.detail-block h1, .detail-block h2, .detail-block h3 {
    border-bottom: 0;
    color: #09c;
    font-weight: 500;
}

.detail-block h3 {
    font-size: 14px;
    padding-bottom: 1em;
}

table.detail {
    /* detail listing tables */
}

.detail td {
    font-size: 13px;
    font-weight: 300;
    padding: 3px 3px 3px 0;
}

.detail thead td {
    color: #09c;
}

.detail tbody td {
    color: #666;
}

.detail tbody td a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .detail thead {
        display: none;
    }
    .detail tbody td {
        display: block;
        width: 100%;
    }
    .detail td.location-name {
        padding-top: 20px;
    }
    .detail td:first-child {
        padding-top: 15px;
    }
}

@media screen and (max-width: 640px) {
    .detail-block.half {
        margin: 0 auto 20px auto;
    }
    .detail-block.half:first-child {
        margin-left: auto;
        padding-left: 20px;
    }
}

table.ui-datepicker-calendar {
    background: #fff;
    font-size: 12px;
}

.ui-datepicker-header {
    background: #efefef;
    font-size: 12px;
    position: relative;
    padding: 10px;
}

.ui-datepicker-header .ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-next {
    float: right;
    cursor: pointer;
}

.ui-datepicker-title {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 25%;
}

a.ui-datepicker-prev:after {
    content: "\f053";
    font-family: "fontawesome";
    color: #00a8e2;
}

a.ui-datepicker-prev span {
    display: none;
}

a.ui-datepicker-next:after {
    content: "\f054";
    font-family: "fontawesome";
    color: #00a8e2;
}

a.ui-datepicker-next span {
    display: none;
}

button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all.ui-state-active {
    background: #fff;
    background: #fff url(../img/dropdown-arrows-sm.png) no-repeat 98% center;
}

button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    padding: 6px;
    border: solid 1px #ddd;
    color: #333;
    background: #fff url(../img/dropdown-arrows-sm.png) no-repeat 98% center;
}

.search-book-selects .ui-multiselect {
    width: 100% !important;
}

.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left;
    text-transform: capitalize;
}

@media screen and (max-width: 767px) {
    .ui-multiselect {
        width: 100% !important;
    }
}

.detail-wrap .ui-multiselect {
    width: 100% !important;
}

.ui-multiselect span.ui-icon {
    float: right;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important;
}

.ui-multiselect-checkboxes label span {
    margin-left: 6px;
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px;
}

.ui-multiselect-header ul {
    font-size: 0.9em;
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0;
}

.ui-multiselect-header a {
    text-decoration: none;
}

.ui-multiselect-header a:hover {
    text-decoration: underline;
}

.ui-multiselect-header span.ui-icon {
    float: left;
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0;
}

.ui-multiselect-menu {
    display: none;
    position: absolute;
    z-index: 10000;
    text-align: left;
}

.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: auto;
    background: #fff;
    margin: -3px 0 0 0;
    list-style: none;
    padding: 10px;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.ui-multiselect-checkboxes label {
    cursor: default;
    display: block;
    border: 1px solid transparent;
    padding: 3px 1px;
}

.ui-multiselect-checkboxes label input {
    position: relative;
    top: 1px;
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: 0.9em;
    padding-right: 3px;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
    border: none;
}

.overlay {
    display: none; 
    position: absolute;
    width: 100%;
    height: 100%;
}

.mtz-monthpicker-year {
    cursor: pointer;
}


table.mtz-monthpicker {
    background: #efefef;
    padding: 10px;
}

td.ui-state-default.mtz-monthpicker.mtz-monthpicker-month.ui-state-active {
    background: #fff;
}

td.ui-state-default.mtz-monthpicker.mtz-monthpicker-month {
    text-align: center;
    cursor: pointer;
}

select.mtz-monthpicker.mtz-monthpicker-year {
    width: 100%;
    text-align: center;
}

td.ui-state-default.mtz-monthpicker.mtz-monthpicker-month:hover {
    background: #00a8e2;
    color: #fff;
    cursor: pointer;
}

tbody.mtz-monthpicker {
    border: 1px #efefef;
    padding: 13px;
}

/*# sourceMappingURL=broker-portal.css.map */