/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    height: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* FONTS */

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'atlasicons';
    src: url('../fonts/atlas-icons.eot');
    src: url('../fonts/atlas-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/atlas-icons.woff') format('woff'), url('../fonts/atlas-icons.ttf') format('truetype'), url('../fonts/atlas-icons.svg#atlasicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'atlasnavigation';
    src: url('../fonts/atlas-navigation.eot');
    src: url('../fonts/atlas-navigation.eot?#iefix') format('embedded-opentype'), url('../fonts/atlas-navigation.woff') format('woff'), url('../fonts/atlas-navigation.ttf') format('truetype'), url('../fonts/atlas-navigation.svg#atlasicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.left {
    float: left;
}

.textleft {
    text-align: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

.middle {
    vertical-align: middle;
}

td.center,
th.center {
    text-align: center !important;
}

td.middle,
th.middle {
    vertical-align: middle !important;
}

.full {
    width: 100%;
}

.small {
    font-size: 25px !important;
}

.titlecase {
    text-transform: capitalize;
}

.fullwidth {
    width: 100%;
}

input[type='text'].dollar,
.dollar {
    background: url(images/bg_dollar.png) center left no-repeat;
    padding-left: 15px !important;
}

input[type='text'].percent,
.percent {
    background: url(images/bg_percent.png) center right no-repeat;
    padding-right: 15px !important;
}

.preview_link {
    text-decoration: none;
}

.nowidth {
    width: auto !important;
}

select.nowidth {
    min-width: 100px;
}

p.width80 {
    width: 80%;
    margin: 0 auto;
}

.inactivetext {
    margin-bottom: 9px;
}

.copier {
    font-size: 16px;
    padding-left: 11px;
}

a.tooltips,
a.tooltips:hover {
    text-decoration: none !important;
    cursor: pointer;
}

div.blocking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 998;
}

#audit_frame div.blocking {
    background: none;
}

dd {
    padding-bottom: 30px;
}

a.headerSortUp,
a.headerSortDown {
    text-decoration: none;
}

a.headerSortDown span,
a.headerSortUp span,
.alignleft {
    text-align: left;
}

.alignright {
    text-align: right !important;
}

.alignmiddle {
    text-align: center !important;
}

.noborder {
    border: none;
}


/* for errors */

.highlight-text {
    color: #34B2DA;
}

.highlight-text i {
    font-size: 1.4em;
    vertical-align: text-bottom;
    display: inline;
}

.chosen-select.highlight,
input[type='email'].highlight,
input[type='checkbox'].highlight,
input[type='password'].highlight,
input[type='text'].highlight,
select.highlight,
textarea.highlight {
    border-color: #34B2DA;
}

i.error_message {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    font-size: 1.6em;
    line-height: .5em;
    vertical-align: middle;
}

.alert {
    color: #34B2DA;
    font-size: 1.2em;
    font-family: open_sansregular;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.alert i {
    font-size: 2em;
    vertical-align: middle;
}

.alert ul {
    font-size: .8em;
    text-align: left;
    font-weight: normal;
    list-style-type: disc;
    display: block;
    width: 30% !important;
    margin: 1em auto 0 auto;
}

.alert-skinny {
    color: #34B2DA;
    font-size: 1.1em;
    font-family: open_sansregular;
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
    display: none;
}

.alert-skinny i {
    font-size: 1.4em;
    vertical-align: middle;
}

.alert-skinny ul {
    font-size: .8em;
    text-align: left;
    font-weight: normal;
    list-style-type: disc;
    display: block;
    width: 25% !important;
    margin: 0 auto 0 auto;
}

.suspend_message {
    width: 100%;
    padding: 4px 0;
    color: white;
    background: #990000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    /* position: fixed; */
    top: 0;
    z-index: 1001;
}

.fraud_message {
    width: 100%;
    padding: 4px;
    color: white;
    background: #990000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}


/* Common Elements */

body {
    font: 13px open_sanslight;
    position: relative;
    background-position: center center;
    background-repeat: repeat;
    height: auto;
}

table a i,
a i,
a:hover i,
a.icon,
a.icon:hover,
.icon:hover {
    text-decoration: none !important;
}

i {
    font-family: "atlasicons";
    font-style: normal;
}

a {}

i a,
i a:hover {
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
    font-family: open_sansregular;
}

em {
    font-style: italic;
}

fieldset {
    min-height: 1em;
}

fieldset * {
    display: inline-block;
}

.btnlink {
    margin-left: 1em;
}

.btnicon {
    font-family: "atlasicons";
    font-size: 20px;
    background: none;
    min-width: 0;
    width: auto;
    padding: 0 2px;
    border: none;
    cursor: pointer;
    position: relative;
    line-height: 25px;
    vertical-align: middle;
}

h1 {
    position: relative;
    font-size: 1.8em;
    font-family: open_sansregular;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}

h1 .btnlink {
    position: absolute;
    bottom: 2px;
    right: 0;
}

h1.with-icon {
    padding-bottom: 2px;
    text-align: left;
    margin-bottom: .2em;
    margin-top: 10px;
    width: calc(100% - 155px)
}

h1.with-icon .btnlink {
    bottom: 5px;
}

h1.with-icon i {
    padding-right: 12px;
    font-family: atlasnavigation;
}

h1.with-icon i.icon {
    font-family: "atlasicons";
}

h1.with-circle-icon {
    line-height: 70px;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: .2em;
}

h1.report {
    text-align: center;
}

h1.report .icons {
    position: absolute;
    bottom: 2px;
    right: 0;
}

h1.report a {
    font-size: 1.2em;
    text-decoration: none;
}

h1 .toggle2_cont {
    float: right;
    margin: 8px 0 0 0;
}

h1 .toggle2_cont .toggle2 {
    vertical-align: top;
}

h2 {
    position: relative;
    font-size: 1.6em;
    font-family: open_sanslight;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}

h2 .icon {
    font-size: 1.1em !important;
}

h2 .btnlink {
    position: absolute;
    bottom: 2px;
    right: 0;
    padding: 5px 0 5px 0;
}

h2 .toggle2_cont {
    float: right;
    margin: 0 0 10px 0;
}

h2 .toggle2_cont .toggle2 {
    vertical-align: top;
}

h3 {
    font-size: 1.4em;
    font-family: open_sansregular;
    text-transform: uppercase;
}

h4 {
    font-size: 1.4em;
    font-family: open_sanslight;
    text-transform: uppercase;
}

p {
    padding-bottom: 20px;
}


/**
/** FORM CONTROL STYLES
**/


/* LAYOUT: */

form fieldset {
    width: 100%;
    padding: 0 0 3px 0;
    vertical-align: top;
}

form fieldset label:first-child {
    width: 29%;
    padding-right: 1%;
    text-align: right;
    min-height: 20px;
    line-height: 18px;
    vertical-align: top;
}

form fieldset+h3 {
    margin-top: 15px;
}

form fieldset input[type="text"],
form fieldset input[type="email"],
form fieldset input[type="password"],
form fieldset>select {
    vertical-align: top;
}

form fieldset input[type="text"],
form fieldset input[type="email"],
form fieldset input[type="password"] {
    width: 70%;
}

form fieldset label~select,
form fieldset textarea {
    width: 70%;
    max-width: 70%;
}

label~.highlight-text {
    display: inline-block;
    margin-left: 30%;
    font-family: open_sansregular;
    font-weight: normal;
}

form fieldset>select {
    max-width: 70%;
}

.column-B fieldset label:first-child {
    width: 15%;
}

.column-B .highlight-text {
    margin-left: 16%;
}

form .wide label:first-child {
    width: 49%;
    padding-right: 1%;
}

form .wide input[type="text"],
form .wide input[type="email"],
form .wide input[type="password"] {
    width: 50%;
}

form .wide label~select,
form .wide textarea {
    width: 50%;
    max-width: 50%;
}

.wide label~.highlight-text {
    margin-left: 50%;
}

.column-B .wide label:first-child {
    width: 25%;
}

.column-B .wide .highlight-text {
    margin-left: 50%;
}

form .wider label:first-child {
    width: 64%;
    padding-right: 1%;
}

form .wider input[type="text"],
form .wider input[type="email"],
form .wider input[type="password"] {
    width: 35%;
}

form .wider label~select,
form .wider textarea {
    width: 35%;
    max-width: 35%;
}

.wider label~.highlight-text {
    display: inline-block;
    margin-left: 65%;
    font-weight: bold;
}

.column-B .wider label:first-child {
    width: 35%;
}

.column-B .wider .highlight-text {
    margin-left: 65%;
}

form fieldset label.left {
    text-align: left;
    width: auto;
}


/* STYLING: */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input {}

input[type="text"],
input[type="password"],
select {
    font-family: open_sanslight;
    padding: 0 5px;
    background: none;
    height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    font-size: 13px;
}

.textfield-max {
    margin: 0;
    width: 100% !important;
    max-width: none !important;
}

.textfield-large {
    margin: 0;
    width: 60% !important;
    max-width: none !important;
}

.textfield-med {
    margin: 0;
    width: calc(40% - 22px) !important;
}

.textfield-sm {
    margin: 0;
    width: 28% !important;
    max-width: none !important;
}

.textfield-tiny {
    margin: 0;
    width: 12% !important;
    max-width: none !important;
}

.textfield-micro {
    margin: 0;
    width: 6% !important;
    max-width: none !important;
}

.textfield-account-prefix {
    margin: 0;
    width: calc(40% - 22px) !important;
}

.textfield-sep-textarea {
    margin: 0;
    width: 60% !important;
}

input[type="radio"] {
    background-image: radial-gradient(circle farthest-corner at bottom right, #b9bdc0 30%, #303030 100%);
    border-radius: 9px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: center;
}

input[type="radio"]:checked {
    background-image: radial-gradient(circle farthest-corner at bottom right, #2DB2E0 30%, #303030 100%);
    width: 18px;
    height: 18px;
    border-radius: 9px;
    vertical-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    color: #D2D8DC;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/select_downarrow.png) no-repeat right center;
    border: 1px #71777C solid;
    padding-right: 28px;
    min-width: 65px;
    -webkit-border-radius: 0px;
    border-radius: none;
}

select::-ms-expand {
    /* fixes IE */
    display: none;
}

select option {
    color: #D2D8DC;
    border-left: 1px #71777C solid;
    border-right: 1px #71777C solid;
    background: #3f474c;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: none;
    display: block;
    font-size: 13px;
}

select.multiple option {
    border: none;
}

textarea {
    border: none;
    font: 13px open_sanslight;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none;
}

textarea.textfield-max {
    margin: 0;
    width: 100%;
    height: 150px;
}

textarea.textfield-full {
    margin: 0;
    width: 95%;
    height: 150px;
}

textarea.textfield-med {
    margin: 0;
    width: 60%;
}

.textarea {
    overflow: auto;
    border: 1px solid #71777C;
    height: 150px;
    padding: 20px;
}

.textarea::-webkit-scrollbar {
    width: 10px;
}

.textarea::-webkit-scrollbar-thumb {
    border-right: none;
    background-color: #71777C;
}

.textarea::-webkit-scrollbar-track {
    border-left: 1px solid #9BA5AD;
}

select.multiple {
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #71777C;
    height: 200px;
    background: none;
}

select.multiple>option {
    background: none;
}

select.multiple::-webkit-scrollbar {
    width: 20px;
    border-left: 1px solid #71777C;
}

select.multiple::-webkit-scrollbar-thumb {
    border-right: none;
    background-color: #71777C;
}

select.multiple::-webkit-scrollbar-track {
    border-left: 1px solid #9BA5AD;
}


/* special file button, see function WLFile() */

.styleFileInput {
    position: relative;
}

.styleFileInput .error_message {
    margin-top: -11px;
}

.browseButton {
    border: 1px solid #b1902c;
    font-size: 0.9em;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    background: #a7851c;
}

.browseText {
    max-width: 150px;
    margin: 0 48px 0 0;
    padding: 2px 23px 2px 5px !important;
    cursor: pointer;
}

.filePlus {
    font: 21px "atlasicons";
    border: none;
    padding: 0;
    cursor: pointer;
    background: none;
    margin-left: -20px;
    margin-top: -1px;
}

input.theFileInput {
    position: absolute;
    top: 0;
    left: 156px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    z-index: 2;
    width: 0px;
    font-size: 1em;
    cursor: pointer;
}

.checkbox {
    width: 17px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
}

.radio {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
}

.checkbox.checked,
.radio.checked {
    background-position: 0 -14px;
}

.select {
    position: relative;
}

.select input {
    width: 100%;
    height: 24px;
    padding-right: 25px;
    cursor: pointer;
}

.select ul {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
}

.select.select-hover ul {
    display: block;
}

.select li {
    display: block !important;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btncancel {
    border: none;
    background: none;
    text-decoration: underline;
    font: 14px/30px open_sanslight;
    height: 30px;
    cursor: pointer;
    margin-right: 30px;
}

div.btnlink>a,
a.btnlink,
input.btnlink,
button.btnlink {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    height: auto;
    border: none;
    cursor: pointer;
    min-width: 100px;
    font-size: 13px;
}

div.btnlink>a:hover,
a.btnlink:hover,
input.btnlink:hover,
button.btnlink:hover {
    box-shadow: inset 3px 3px 6px #414141;
    text-decoration: none;
}

.btnlink .icon {
    font-size: 13px;
}

.right .btnlink {
    margin-right: 1em;
}

.btns {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font: 13px/30px open_sansregular;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    border: none;
    cursor: pointer;
    min-width: 80px;
    color: white;
}

.btns:hover,
.btnselected {
    box-shadow: inset 3px 3px 6px #414141;
}


/*
/*** JQUERY UI Styles
*/

.ui-slider {
    border: 1px solid #71777C;
}

.ui-corner-all {
    border-radius: 0 !important;
}

.ui-slider-handle {
    background: #71777C;
}

.ui-slider-range {
    background: #34B2DA;
}

.ui-slider .ui-slider-handle {
    height: 19px !important;
}

.ui-datepicker {
    background-color: #3A4147;
    color: #D2D8DC;
    width: 300px;
    box-shadow: 5px 5px 7px #000;
    z-index: 0 !important;
}

.ui-datepicker th span {
    padding: 0;
}

input[type='text'].datepicker,
input[type='text'].search_datepicker,
input.hasDatepicker {
    background: url(images/bg-calendar.png) right no-repeat;
    z-index: 0 !important;
    position: relative;
}

ul.tagit {
    width: auto !important;
    border: 1px #71777C solid !important;
}

ul.tagit input[type="text"] {
    color: #D2D8DC !important;
}

ul.tagit li.tagit-choice {
    background-color: #464F56 !important;
    border-color: #464F56 !important;
}

.tagit-label {
    color: #D2D8DC !important;
}

.ui-sortable i {
    font-size: 1.2em;
}


/* tooltips for helptips */

fieldset label[title],
h2 label[title] {
    cursor: help;
}

fieldset label[title]:before,
td.question_mark label[title]:before {
    content: 'J';
    font-family: "atlasicons";
    width: 9px;
    height: 9px;
    padding-right: 8px;
}

h2 label[title]:after {
    content: 'J';
    font-family: "atlasicons";
    font-size: .8em;
    width: 9px;
    height: 9px;
    padding-left: 12px;
}

.helptips {
    background: rgba(52, 178, 218, 1);
    color: white;
    border: none;
    padding: 0;
    opacity: 1;
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.helptips .ui-tooltip-content {
    position: relative;
    padding: 5px;
}


/* timepicker plugin */

.ui-timepicker-wrapper {
    overflow-y: auto;
    height: 150px;
    width: 6.5em;
    background: #EFEFEF;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    outline: none;
    z-index: 10001;
    margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 11em;
}

.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-timepicker-duration {
    margin-left: 5px;
    color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.ui-timepicker-list li {
    padding: 3px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
    color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #1980EC;
    color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2;
}


/* ui-dialog */

.ui-widget-overlay {
    background-image: none !important;
    background-color: #C0C0C0 !important;
    opacity: .6;
}

.ui-dialog {
    font-family: open_sanslight;
    font-size: 1em;
    box-shadow: 0 3px 8px #000;
}

.ui-dialog,
.ui-dialog .ui-dialog-content {
    padding: 20px !important;
}

.ui-dialog .ui-dialog-titlebar {
    display: none;
    padding: 0 !important;
}

.ui-dialog .ui-dialog-title {
    padding: 5px;
    width: calc(100% - 10px) !important;
    margin: 0 !important;
    font-size: 1.2em;
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    right: -11px !important;
    top: -10px !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    z-index: 100 !important;
}

.ui-state-default .ui-icon {
    background-image: url(images/circle-icon-group-x.png);
    background-size: 16px 16px;
    background-position: 0;
}

.ui-dialog-content {
    width: 96%;
    margin: 5px 2%;
}

.ui-button-text-only .ui-button-text {
    padding: 0 !important;
}

.ui-dialog-buttonset {
    width: 100%;
    text-align: center;
}

.ui-dialog-buttonpane .ui-button {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    min-width: 100px;
    height: auto;
    border: none;
    cursor: pointer;
    font-size: 13px;
}

.ui-dialog-buttonpane .ui-button:hover {
    box-shadow: inset 3px 3px 6px #414141;
    text-decoration: none;
}

.ui-dialog {
    background: black;
}

.ui-dialog .ui-dialog-title {
    background: #D2D8DC;
    color: #333D43;
}

.ui-dialog-content {
    color: #D2D8DC;
}

.ui-dialog-buttonpane .ui-button:hover {
    background-color: #34B2DA;
}


/*
/*** END FORM CONTROL STYLES
*/


/* TOGGLES */

.toggle2 {
    width: auto;
    height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    margin-right: 27px;
    color: white;
    outline: none;
}

.toggle2 i {
    display: block;
    padding: 0 12px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    font: 11px/20px Arial !important;
    text-transform: uppercase;
}

.toggle2 i:first-child {
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) inset;
    background-color: #73B9FF;
}

.toggle2 i:last-child {
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) inset;
    background-color: #cc0000;
    position: relative;
    top: -20px;
    z-index: -1;
}

.toggle2.on i:first-child {
    z-index: 0;
}


/* they overlap but on click they switch who gets to be on top. */

.toggle2.on i:last-child {
    z-index: -1;
}

.toggle2.off i:first-child {
    z-index: -1;
}

.toggle2.off i:last-child {
    z-index: 0;
}

.toggle2.off i:last-child:before {
    content: " ";
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    z-index: 0;
    background-color: #fff;
}


/* circle */

.toggle2.on i:first-child:after {
    content: " ";
    display: block;
    position: absolute;
    right: -23px;
    top: 1px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    z-index: 0;
    background-color: #fff;
}


/* circle */

.toggle2.off.disabled i:last-child:before,
.toggle2.on.disabled i:first-child:after {
    background-color: #BDBDBD;
}

.disabled {
    cursor: default;
    color: #BDBDBD;
}


/**
/** END OF FORM CONTROL STYLES
**/

.timeautocomplete {
    width: 100px;
    padding: 3px 5px !important;
    height: 24px !important;
}

ul.ui-autocomplete {
    color: #D2D8DC;
    border: 1px #71777C solid;
    background: #3f474c;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: none;
}

.inactivetext {
    display: none;
}

.btnupload {
    font: 14px/24px open_sansregular;
    text-transform: uppercase;
    padding: 0 5px;
    text-decoration: none;
}

.btnsubmit {
    text-transform: uppercase;
    text-align: center;
    border: none;
    font: 16px/42px open_sansregular;
    height: 42px;
    width: 115px;
    margin-top: 27px;
    cursor: pointer;
}

.btnsubmit:hover {}

.accordion dt {
    cursor: pointer;
}

.accordion dt.closed+dd {
    display: none;
}

.accordion dt.fixed {
    cursor: default;
}

.callerid-example {
    float: right;
    width: 260px;
    height: 83px;
    padding-left: 62px;
    background: url(/images/bg-caller-id.png) no-repeat left bottom;
}

.callerid-example #caption {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 18px;
}

.callerid-example #cid-name {
    text-align: center;
    width: 100%;
    margin: 5px 0;
    color: #a0bf9d;
    padding: 0;
    font-size: 18px;
}

.callerid-example #cid-number {
    text-align: center;
    width: 100%;
    margin: 5px 0;
    color: #FFF;
    padding: 0;
    font-size: 18px;
}


/*
/*** BEGIN GLOBAL TABLE STYLES
*/


/* all themes */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th span {
    padding-right: 20px;
    cursor: pointer;
}

table i {
    font-family: atlasicons;
    font-size: 18px !important;
    font-style: normal;
    text-transform: none;
    vertical-align: middle;
}

table th {
    padding: 9px 6px;
    font-family: open_sansregular;
}

table td {
    vertical-align: middle;
    padding: 9px 6px;
}

table .details_link {
    text-decoration: none;
}

table .show_details i {
    font: 20px/15px atlasnavigation !important;
}


/*LAYOUTS*/


/*style1*/

table.style1 {
    font-family: open_sansregular;
    margin-bottom: 2em;
    width: 100%;
}

table.style1 td:first-of-type,
table.style1 th:first-of-type {
    padding-left: 12px;
}

table.style1 a:hover {
    text-decoration: underline;
}

table.style1 th {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: bottom;
}

table.style1 th a {
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}

.hover-row tr td {
    -o-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    /* ...and now for the proper property */
    transition: background .2s ease-out;
}

.hover-row tr:hover td {
    -o-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    /* ...and now for the proper property */
    transition: background .2s ease-out;
}

table.style1 td {
    font-size: 12px;
}

table.style1.customize-font-size td {
    font-size: 1em;
}

table.style1.customize-font-size td.copy_this {
    font-size: 8px;
}

table.style1.customize-font-size td.access_copier_icon i {
    margin-left: 0px;
}

table.style1 td.status a {
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    margin: auto;
}

table.style1 td.icon {
    font: 22px "atlasicons";
    line-height: 100%;
}

table.style1 td.icon a {
    text-decoration: none;
}

table.style1 td.status a .icon {
    font-size: 22px;
    line-height: 30px;
}

table.style1 td {
    font-size: 14px;
}

table.style1 .totalcol {
    font-weight: bold;
}

table.style1 .totalrow {
    font-weight: bold;
}

table.style1sortable td {
    padding-left: 0;
    padding-right: 0;
}

table.style1sortable tbody>tr {
    cursor: move;
}


/*style2*/

table.style2 {
    font-family: open_sansregular;
    margin-bottom: 2em;
    width: 100%;
}

table.style2 th {
    font-family: open_sanslight;
    font-size: 16px;
    text-transform: uppercase;
}

table.style2 tr {
    background: none;
}

table.style2 tr>th {
    padding: 10px 30px;
}

table.style2 tr>td {
    padding: 10px 30px;
}

table.style2 tr>th:first-of-type {
    text-align: right;
}

table.style2 tr>td:first-of-type {
    text-align: right;
}


/*style3*/

table.style3 {
    font-family: open_sansregular;
    margin-bottom: 2em;
    width: 100%;
}

table.style3 td:first-of-type,
table.style3 th:first-of-type {
    padding-left: 12px;
}

table.style3 a:hover {
    text-decoration: underline;
}

table.style3 th {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

table.style3 th a {
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}

.hover-row tr td {
    -o-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    /* ...and now for the proper property */
    transition: background .2s ease-out;
}

.hover-row tr:hover td {
    -o-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    /* ...and now for the proper property */
    transition: background .2s ease-out;
}

table.style3 td {
    font-size: 12px;
}

table.style3 td.status a {
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    margin: auto;
}

table.style3 td.icon {
    font: 22px "atlasicons";
    line-height: 100%;
}

table.style3 td.icon a {
    text-decoration: none;
}

table.style3 td.status a .icon {
    font-size: 22px;
    line-height: 30px;
}

table.style3 td {
    font-size: 14px;
}

table.style3 .totalcol {
    font-weight: bold;
}

table.style3 .totalrow {
    font-weight: bold;
}

table.style3sortable td {
    padding-left: 0;
    padding-right: 0;
}

table.style3sortable tbody>tr {
    cursor: move;
}


/* COLORS */


/*default - assumes dark background*/

table.style1 th {
    background-color: #9BA5AD;
    color: #363D43;
}

table.style1 th a {
    color: #363D43;
}

table.style1 tr:nth-child(odd),
.odd-row {
    background-color: #3A4147;
}

table.style1 tr:nth-child(even),
.even-row {
    background-color: #424B52;
}

table.style1 select,
table.style1 input,
table.style1 textarea {
    color: #9BA5AD;
}

table.style1 .totalrow {
    border-top: 1px solid #D2D8DC;
}

table.style1sortable tr:nth-child(even) {
    background-color: #3A4147;
}

table.style1sortable tr {
    border: 1px solid #424B52;
}


/*use row2 color as border instead*/

table.style1sortable th:first-of-type {
    padding-left: 0;
}

table.style2 tr>td {
    border-right: 1px solid #34B2DA;
}

table.style2 tr>th {
    border-bottom: 1px solid #34B2DA;
    border-right: 1px solid #34B2DA;
    color: #34B2DA;
}

table.style2 tr>th:last-of-type {
    border-right: none;
}

table.style2 tr>td {
    border-right: 1px solid #34B2DA;
}

table.style2 tr>td:last-of-type {
    border-right: none;
}


/* FOR COLORS: see theme/css/style.css they override da colorz */


/*END GLOBAL TABLE STYLES */


/*GLOBAL CHART STYLES 2.0 */

.chart2-0 #left,
.chart2-0 #right {
    float: left;
    width: 35px;
    height: 400px;
    margin: 0 5px;
    background: none;
    cursor: pointer;
    vertical-align: middle;
    font: 36px/400px "atlasicons";
    color: #bcc4cc;
    display: none;
    transition: background-color 150ms ease-in;
    user-select: none;
}

.chart2-0 #left:hover,
.chart2-0 #right:hover {
    background-color: rgba(0, 0, 0, .1);
    transition: background-color 150ms ease-in;
}

.chart2-0 div.blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 998;
}


/*END GLOBAL CHART STYLES */


/*
/*** HEADER AND MENU
*/

#rightwrapper {
    position: fixed;
    width: 0;
    height: 100%;
    float: right;
    right: 0;
    display: none;
    background-color: #f8f8f8;
    z-index: 1200;
    top: 0;
}

#rightwrapper #innerwrapper {
    position: absolute;
    width: 250px;
    height: 100%;
}

#rightwrapper #overshadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    z-index: 1000;
    pointer-events: none;
}

#rightwrapper h1 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin: 1.5em 0;
    text-transform: none;
    border-bottom: none;
}

#rightwrapper ul#sidemenu {
    margin: 0;
    list-style-type: none;
}

#rightwrapper #sidemenu li {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #e5e5e4;
    height: 54px;
    line-height: 54px;
    transition: all 150ms ease-in-out;
}

#rightwrapper #sidemenu li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

#rightwrapper #sidemenu li a {
    color: #333D43;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0 20px;
    outline: 0;
}

#rightwrapper #sidemenu li i {
    font-family: atlasnavigation;
    font-size: 15px;
    text-transform: none;
    font-size: 15px;
    margin-right: 10px;
}


/*#rightwrapper #sidemenu li:hover { background-color: #212529; border-top: 1px solid #1b1f22; }*/

#rightwrapper #sidemenu li:hover a {
    color: #34B2DA;
}

#rightwrapper #innerwrapper #bottom {
    position: absolute;
    bottom: 80px;
    left: 25px;
    width: 200px;
    color: #9ba5ad !important;
}

#rightwrapper #bottom p {
    margin: 6px 0;
    padding: 0;
}

#rightwrapper #bottom i {
    font-family: atlasnavigation;
}

#rightwrapper #bottom a {
    text-decoration: none;
}

#rightwrapper #bottom a:hover {
    text-decoration: underline;
}

#rightwrapper #bottom .chat a {
    color: #71777c;
    font-size: 14px;
    font-weight: bold;
}

#rightwrapper #bottom .tel a {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

#rightwrapper #bottom .support a {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

#rightwrapper #bottom .kb a {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

#rightwrapper #bottom #logo {
    width: 200px;
    height: 49px;
    background: url(/images/whitelabel_logo.png) no-repeat top center;
    background-size: contain;
    margin-top: 30px;
}

#leftwrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

#leftwrapper #header {
    transition: all 0.2s ease-out;
    width: 100%;
    min-height: 45px;
    max-height: 105px;
    /* padding: 5px 0; */
    /* position: fixed; */
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    z-index: 1001;
    /* top: 28px; */
    display: block;
    position: relative;
    overflow: visible;
}

#leftwrapper #header #headerleft {
    float: left;
    margin-left: 10px;
}

#leftwrapper #header #header-user {
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

#leftwrapper #header #header-user h4 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}

#leftwrapper #header #header-user .breadcrumb,
#leftwrapper #header #header-user .breadcrumbs_section {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #3a3a3a
}

#leftwrapper #header #header-user .breadcrumb a,
#leftwrapper #header #header-user .breadcrumbs_section a {
    text-decoration: none;
}

#header_right #breadcrumbs {
    display: block;
    font-weight: bold;
    font-size: 12px;
    z-index: 4;
    margin-top: 15px;
    margin-right: 20px;
    float: right
}

#header_right #breadcrumbs .mappoint {
    font-family: "atlasicons";
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
    padding-top: 2px;
}

#header_right #breadcrumbs .separator {
    font-family: "atlasicons";
}

.print #headerleft {
    float: none;
    margin: 0 auto;
    width: 300px;
}

.print #header_right {
    float: right;
}

#leftwrapper #header #headerleft .logo {
    overflow: auto;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
}

#leftwrapper #header #headerleft .logo img {
    transition: all 0.2s ease-out;
    min-height: 40px;
    max-height: 60px;
    max-width: 100%;
    width: auto;
    float: left;
}

#leftwrapper #header #headerleft .welcome {
    padding-top: 20px;
    font-size: 15px;
    display: block;
    float: left;
    margin-left: 20px;
    font-weight: bold;
}

#leftwrapper #searchthingie {
    transition: top 0.2s ease-out;
    position: absolute;
    right: 60px;
    top: 24px;
    height: 24px;
    width: 24px;
    color: #333D43;
    cursor: pointer;
    z-index: 1000;
}

#leftwrapper #searchthingie.open {
    background-color: #f5f5f5;
    transition: none;
}



#leftwrapper #searchthingie .wrapper {
    display: none;
}

#leftwrapper #searchthingie i {
    font-family: atlasnavigation;
    font-size: 18px;
    display: inline-block;
    color: #333D43;
}

#leftwrapper #searchthingie input {
    padding: 0;
    float: right;
    ;
    width: 0;
    height: 23px;
    border: none;
    background: #626b70;
}

#leftwrapper #searchthingie #searchresults {
    position: absolute;
    top: 23px;
    height: auto;
    display: none;
    clear: right;
    float: right;
    width: 224px;
    max-height: 300px;
    overflow: auto;
    background: #424B52;
}

#leftwrapper #searchthingie #searchresults li {
    white-space: nowrap;
    max-width: 280px;
    overflow: hidden;
    vertical-align: middle;
}

#leftwrapper #searchthingie #searchresults a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    transition: all 150ms ease-in-out;
    padding: 8px;
}

#leftwrapper #searchthingie #searchresults a:hover,
#leftwrapper #searchthingie #searchresults .selected {
    background-color: #212529;
}

#leftwrapper #searchthingie #searchresults i {
    font-size: 16px;
    padding-right: 5px;
    color: inherit;
}

#leftwrapper #fixedcontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#navbar {
    display: none;
    width: 100%;
    background: url('images/bg-nav.png') repeat-x;
    height: 74px;
    box-shadow: 0 3px 8px #000;
    z-index: 100;
    position: relative;
}

#openertabthingie {
    transition: all 0.2s ease-out;
    position: absolute;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    height: 26px;
    width: 29px;
    padding: 6px;
    top: 14px;
    right: 8px;
    cursor: pointer;
    z-index: 1000;
    font-family: atlasnavigation;
    font-size: 18px;
    color: #333D43;
    border-radius: 3px;
    -ms-user-select: none;
    /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#navbar #breadcrumbs {
    display: block;
    position: absolute;
    right: 15px;
    top: 56px;
    font-weight: bold;
    font-size: 12px;
    z-index: 4;
}

#navbar #breadcrumbs .mappoint {
    font-family: "atlasicons";
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
    padding-top: 2px;
}

#navbar #breadcrumbs .separator {
    font-family: "atlasicons";
}

.menu {
    text-align: center;
    display: flex;
    width: auto;
    align-items: center;
    align-items: center;
    justify-content: flex-end;
    top: 20px;
    right: 140px;
    transition: all 0.2s ease-out;
    position: relative;
}

.menu li {
    text-align: center;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    padding: 0 10px;
    z-index: 999;
}

.menu li:first-child {
    display: none;
}

.menu li.current {
    z-index: 999;
    position: relative;
}

.menu li#navitem_my_dashboard i {
    text-indent: -100000px;
    width: 15px;
    height: 15px;
    background-image: url("../../images/boomea-blue.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 3px;
    margin-top: -11px;
}

.brand_simplifi .menu li#navitem_my_dashboard i {
    background-image: url("../../images/simplifi/blueicon.png");
    border-radius: 50%;
}

.menu li.current:after {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 20px;
    height: 20px;
    z-index: 999;
}

.menu li i {
    font: 14px/26px atlasnavigation;
    padding: 0 5px 0 0;
    display: inline-block;
    text-transform: none;
    vertical-align: middle;
}

.menu li em {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 55%;
    font-style: normal;
    font-size: 10px;
    line-height: 20px;
    vertical-align: bottom;
}

.menu li a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.menu li a div {
    font-size: 15px;
    padding-right: 10px;
    padding-bottom: 4px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 700
}

.menu li a svg {
    margin-top: 5px;
    width: 20px;
    height: 20px;
}

.menu li a svg * {
    fill: #333D43 !important;
}

#sidebarwrapper {
    position: fixed;
    z-index: 1;
    width: 200px;
    float: left;
    box-shadow: 0 0 5px #adadad !important;
}

.sidebar {
    position: relative;
    width: 200px;
    float: left;
}

.sidebar ul .closed {
    width: 70px;
    overflow: hidden;
}

.sidebar ul {
    padding-right: 14px;
    background-color: black;
    overflow: hidden;
}

.sidebar li a {
    text-decoration: none;
    display: block;
}

.fonts-loaded .sidebar li a {
    font: 13px/38px open_sansregular;
}

.sidebar>li {
    line-height: 38px;
    position: relative;
}

.sidebar>li>a {
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar>li i {
    display: block;
    width: 20px;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
    text-align: center;
}

.fonts-loaded .sidebar>li i {
    font: 20px/15px atlasnavigation;
}

.sidebar>li .icon {
    font: 22px/1px atlasicons !important;
    float: none;
    display: inline-block !important;
}

.sidebar>li .collapse {
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}

.sidebar>li .collapse i {
    background-color: black;
    line-height: 18px;
    margin-top: 5px;
    padding-top: 2px;
    vertical-align: middle;
    height: 17px;
    border-radius: 21px;
    font: 18px/15px atlasicons;
}

.fonts-loaded .sidebar>li .collapse i {
    font: 18px/15px atlasicons;
}

.sidebar>li>em {
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 10;
    cursor: pointer;
    font: 26px/20px atlasicons;
}

.fonts-loaded .sidebar>li>em {
    font: 26px/20px atlasicons;
}

.sidebar>li.current>em,
.sidebar>li.open>em {
    background-position: 0 -20px;
}

.sidebar>li.open>ul {
    display: block;
}

.sidebar>li.current li.current a {
    color: #34B2DA;
}

.sidebar>li ul {
    display: none;
    position: relative;
}

.open .sidebar>li ul .li-title {
    display: none !important;
}

.sidebar>li li {
    width: 200px;
}

.sidebar>li li a {
    line-height: 28px !important;
    text-align: left;
    padding-left: 38px;
    padding: 0 5px
}

.sidebar>li li i {
    display: none;
}

#sidebarwrapper.closed .sidebar>li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding-right: 0;
    box-shadow: 0 0 5px #adadad;
}

#sidebarwrapper.closed .sidebar>li:hover ul {
    display: block;
    z-index: 20;
    background: none;
    transition: ease-in opacity 100ms;
    border: 1px solid black;
}

#sidebarwrapper.closed .sidebar>li:hover li a {
    padding-left: 20px;
    width: 181px;
}

#sidebarwrapper.closed .sidebar>li:hover ul li {
    display: block;
}

#sidebarwrapper.closed .sidebar .li-title {
    display: block;
    vertical-align: middle;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: bold;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .75);
}

.stickynavbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    height: auto;
}

.stickynavbar>#openertabthingie {
    top: 8px;
    color: #D2D8DC;
    font-family: atlasnavigation;
}

.stickysidebar {
    position: fixed !important;
    top: 74px !important;
}

.stickycontent {
    padding-top: 74px;
    margin-bottom: 84px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000000;
    display: none;
    z-index: 2000;
}

.site #contentwrapper {
    height: auto;
    padding-right: 20px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.site .content {
    /* padding-top: 102px; */
    float: right;
    width: calc(100% - 220px) !important;
    transition: all 0.1s ease-out;
    position: relative;
}

.site .fullwidth_content {
    width: calc(100% - 30px);
    margin: 0 5px 0 auto;
}

.site .fullwidth_content .content {
    width: 100% !important;
}

.site .toggle-menu .fullwidth_content .content {
    width: 100% !important;
}

@media screen and (max-width: 1280px) {

    /* .site #contentwrapper { width: 1250px; }
		#leftwrapper #header { width: 1280px; }
		#leftwrapper #navbar { width: 1280px; } */
    /* body{
			min-width: 1280px;
			overflow: auto;
		} */
    .site .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    #leftwrapper #header #header-user {
        display: none !important;
    }
}


/* Landing Page */

.landing {}

.landing .fold {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 160px;
}

.landing #header {
    text-align: center;
    height: 55px;
    padding: 25px;
}

.landing .menu {
    padding-top: 96px;
    text-align: center;
}

.landing .menu li {
    display: inline-block;
    padding-left: 62px;
}

.landing .menu li:first-child {
    padding-left: 0;
}

.landing .menu li a {
    display: block;
    width: 125px;
    height: 125px;
}

.landing .wrapper {
    width: 1076px;
    margin: auto;
    padding: 83px 0 92px;
}

.landing .wrapper>.left {
    width: 518px;
}

.landing .wrapper>.right {
    width: 405px;
}

.landing .notification {
    padding: 18px 0 5px 0;
}

.landing .notification li {
    position: relative;
    margin: 0 44px 0 96px;
    padding-top: 20px;
}

.landing .notification li:first-child {
    border-top: none;
}

.landing .notification li span {
    display: block;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 18px;
    left: -71px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    text-align: center;
}

.landing .notification li span .icon {
    font-size: 32px;
    line-height: 53px;
}

.landing .notification li:first-child span {
    font-size: 24px;
}

.landing .piechart {
    position: relative;
    padding-top: 10px;
}

.landing .piechart span {
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    right: 6px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    text-align: center;
    line-height: 88px;
    font-size: 20px;
}

.landing .piechart span.piechart_1 {
    top: 10px;
    background-color: #34B2DA;
}

.landing .piechart span.piechart_2 {
    top: 107px;
    background-color: #71777C;
}

.landing .piechart span.piechart_3 {
    top: 204px;
    background-color: #A1ABB4;
}

.landing .login {}

.landing .login p {
    font-size: 25px;
    line-height: 38px;
    text-align: center;
}

.landing .login form {
    margin: 60px auto 0;
    width: 900px;
    padding: 28px 50px 20px;
    font-size: 13px;
}

.landing .login form fieldset.left {
    width: 340px;
}

.landing .login form fieldset.right {
    width: 115px;
}

.landing .login form fieldset:first-child {
    padding-right: 54px;
}

.landing .login form label {
    padding-bottom: 5px;
    text-align: left;
}

.landing .login form input[type="text"],
.landing .login form input[type="password"] {
    width: 328px;
    height: 40px;
}

.landing .login form input[type="submit"] {
    text-transform: uppercase;
    text-align: center;
    border: none;
    font: 16px/42px open_sansregular;
    height: 42px;
    width: 115px;
    margin-top: 27px;
    cursor: pointer;
}

.landing .login a {
    text-decoration: underline;
}

@media all and (max-width: 1030px) {
    .landing .wrapper {
        width: 100%;
    }

    .landing .login p {
        line-height: 27px;
    }

    .landing .login form {
        width: calc(100% - 10px);
        max-width: 550px;
        padding: 2% 3%;
        margin-top: 0;
    }

    .landing .login form fieldset {
        float: left;
        margin-bottom: 15px;
    }

    .landing .login form fieldset.left {
        width: 90%;
        max-width: 500px;
    }

    .landing .login form fieldset.right {
        width: 90%;
        max-width: 500px;
        clear: left;
        text-align: center;
    }

    .landing .login form fieldset:first-child {
        padding-right: 5%;
    }

    .landing .login form label {
        padding-bottom: 5px;
    }

    .landing .login form input[type="text"],
    .landing .login form input[type="password"] {
        width: 100%;
        height: 30px;
    }

    .landing .login form input[type="submit"] {
        text-transform: uppercase;
        text-align: center;
        border: none;
        font: 16px/42px open_sansregular;
        height: 42px;
        width: 30%;
        margin-top: 27px;
        cursor: pointer;
    }
}


/* Other Pages */


/*	.site { height: 100%; overflow: hidden; position: relative; }*/

.content .breadcrumb {
    text-transform: uppercase;
    font: 12px open_sansregular;
    padding: 11px 0 16px;
    min-height: 17px;
    display: none
}

.content .breadcrumb a {
    text-decoration: none;
    color: inherit;
}

.content .breadcrumb a:hover {
    text-decoration: underline;
}

.content .breadcrumb .icon {
    display: none;
}

.content ul.tabs li {
    display: inline-block;
    font: 15px/44px open_sansregular;
    width: 160px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.content ul.tabs li.current {
    cursor: default;
}

.content div.tabs .tab {
    display: none;
    padding: 15px 25px;
}

.content div.tabs .tab.current {
    width: 95%;
    display: block;
}

.content .search {
    position: relative;
    margin-right: 16px;
}

.content .search input[type="text"] {
    width: 177px;
}

.content .search .chosen-search input[type="text"] {
    width: 100%;
}

.content .search input[type="submit"] {
    font: 21px "atlasicons";
    border: none;
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer;
    padding: 0;
}

.content .paging {
    font-size: 12px;
    text-align: right;
    padding: 0 0 3px 0;
}

.content .paging a {
    text-decoration: none;
    vertical-align: middle;
}

.content .paging a .icon {
    font-size: 20px;
}


/* Cases page  */

.site .content table.cases th {
    text-align: left;
    text-transform: uppercase;
}

.site .content table.cases td {
    font-size: 12px;
}

.site .content table.cases td.status a {
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    margin: auto;
}

.site .content table.cases td.icon {
    font: 22px "atlasicons";
    line-height: 100%;
}

.site .content table.cases td.icon a {
    text-decoration: none;
}

.site .content table.cases td.status a .icon {
    font-size: 22px;
    line-height: 30px;
}

.site .content table.cases2 td {
    font-size: 14px;
}

.site .content table.updates {
    margin-top: 50px;
}

.site .content table.updates th {
    text-transform: uppercase;
    font-size: 16px;
}

.site .content table.updates th i {
    font-size: 22px;
    line-height: 30px;
    display: block;
}

.site .content table.updates td a {
    text-decoration: none;
}

.site .content table.permissions tr>th {
    width: 20%;
}

.site .content table.permissions tr>th:first-of-type {
    width: 40%;
}

.site .content table.permissions tr>td:first-of-type>label {
    float: right;
    width: 40%;
    text-transform: capitalize;
}

.content .filter {
    clear: both;
    position: relative;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    float: left;
    width: 100%;
}

.content .filter .filtertable {
    width: 100%;
}

.content .filter .filtertable tr>td:nth-child(2n-1) {
    width: 9%;
    padding: 0 1% 10px 0;
    text-align: right;
    text-transform: uppercase;
}

.content .filter .filtertable tr>td:nth-child(2n) {
    width: 20%;
    padding: 0 1% 10px 0;
}

.content .filter .filtertable .chosen-container {
    width: 100% !important;
}

.content .filter .filtertable .searchOption {
    width: 100% !important;
}

.content .filter .filtertable input[type="submit"] {
    font: 21px "atlasicons";
    border: none;
    position: absolute;
    right: 9px;
    cursor: pointer;
    padding: 0;
}

.site .content .edittable {
    width: 100%;
    font-size: 14px;
}

.site .content .edittable td {
    padding: 0 1% 10px 0;
    vertical-align: middle;
}

.site .content .edittable label {
    text-transform: uppercase;
    text-align: right;
    float: right;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 14px;
}

.site .content .edittable input[type="text"] {
    width: 100%;
}


/* Case Details page */

.site .content .casedetails>div {
    position: relative;
}

.site .content .casedetails>div.left,
.site .content .casedetails>div.right {
    width: 410px;
}

.site .content .casedetails textarea {
    width: 400px;
    height: 250px;
}

.site .content .casedetails .toolbar {
    position: absolute;
    top: -12px;
    right: 0;
}

.site .content .casedetails .toolbar li {
    display: inline-block;
    margin-left: 12px;
}

.site .content .casedetails .toolbar li a {
    text-decoration: none;
}

.site .content .casedetails div.full>div>div {
    width: 50%;
}

.tablejawn .ui-buttonset .ui-button {
    background-color: #71777C;
    border-radius: 0;
    width: auto;
    padding: 5px 7px !important;
    font: 11px/20px Arial !important;
    margin: 4px 2px 4px 0;
}

.tablejawn .ui-buttonset .ui-state-active {
    background-color: #34B2DA;
}


/* Quote Edit page */

.site .content .quote-edit dt {
    position: relative;
    clear: both;
}

.site .content .quote-edit dt h2 i {
    font-size: 15px;
}

.site .content .quote-edit dt a {
    position: absolute;
    top: -9px;
    right: 0;
    width: 16%;
    padding: 5px 0 !important;
}

.site .content .quote-edit table input[type="text"] {
    height: 24px;
}

.site .content .quote-edit tr:nth-child(n+1) td:nth-child(n+2) {
    vertical-align: top !important;
}

.site .content .quote-edit tr:nth-child(n+1) td:nth-child(n+4) {
    white-space: nowrap;
}

.site .content .quote-edit .data-title {
    width: 100% !important;
}

.site .content .quote-edit .data-desc {
    width: 100%;
    height: 31px;
    margin: 0;
    resize: vertical;
}

.site .content .quote-edit .data-price,
.site .content .quote-edit .data-linetotal,
.site .content .quote-edit .data-qty {
    width: 100% !important;
    text-align: right;
}


/*.site .content .quote-edit .data-price { background-color: #376453; }*/

.site .content .quote-edit .data-discounts,
.site .content .quote-edit .data-discounts-fake {
    width: 100% !important;
    margin-top: 3px;
    text-align: right;
    /*background-color: #833b43;*/
}

.quote_item_remove {
    font-family: "atlasicons";
    font-size: 20px;
    text-decoration: none;
    border-radius: 20px;
    background: #9BA5AD;
}

a.quote_item_remove:hover {
    text-decoration: none !important;
}

.site .content .quote-summary {}

.site .content .quote-summary table {
    width: 64%;
    text-align: right;
    float: right;
    font-family: open_sansregular;
}

.site .content .quote-summary th {
    font-size: 20px;
    font-weight: bold;
}

.site .content .quote-summary th:first-child {
    width: 50%;
}

.site .content .quote-summary tr td:first-child {
    width: 50%;
}

.site .content .quote-summary td {
    font-size: 16px;
}

.site .content .quote-summary tr:last-child {
    border-top: 1px solid;
}

.site .content .credit-summary {}

.site .content .credit-summary table {
    width: 64%;
    text-align: right;
    float: right;
    font-family: open_sansregular;
}

.site .content .credit-summary th {
    font-size: 20px;
    font-weight: bold;
}

.site .content .credit-summary th:first-child {
    width: 50%;
}

.site .content .credit-summary td {
    font-size: 16px;
}

.quote-settings #quote_preview_image_cont img {
    max-width: 250px;
    height: auto;
}

.quote-settings #preview img {
    max-height: 90%;
    width: auto;
}

.site .content .itemtable,
.site .content .itemtablereadonly {
    width: 83% !important;
    max-width: 83% !important;
}

.site .content .itemtablefull {
    max-width: 100% !important;
    width: 100% !important;
}

.site .content .itemtable tr>th,
.site .content .itemtablereadonly tr>th {
    white-space: nowrap;
    text-align: center;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.site .content .itemtable tr>td,
.site .content .itemtablereadonly tr>td {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.site .content .itemtable tr>th:nth-child(1) {
    width: 31px;
}

.site .content .itemtable tr>th:nth-child(2) {
    text-align: left !important;
}

.site .content .itemtable tr>th:nth-child(3) {
    width: 45px;
    max-width: 45px;
}

.site .content .itemtable tr>th:nth-child(4) {
    width: 140px;
    max-width: 140px;
}

.site .content .itemtable tr>th:nth-child(5) {
    width: 130px;
    max-width: 130px;
    text-align: right !important;
}


/*total*/

.site .content .itemtable tr>th:nth-child(6) {
    width: 26px;
    max-width: 26px;
}

.site .content .itemtable tr>td:nth-child(1) {
    width: 31px;
}

.site .content .itemtable tr>td:nth-child(2) {
    text-align: left !important;
}

.site .content .itemtable tr>td:nth-child(3) {
    width: 45px;
    max-width: 45px;
}

.site .content .itemtable tr>td:nth-child(4) {
    width: 140px;
    max-width: 140px;
}

.site .content .itemtable tr>td:nth-child(5) {
    width: 130px;
    max-width: 130px;
    text-align: right !important;
}


/*total*/

.site .content .itemtable tr>td:nth-child(6) {
    width: 26px;
    max-width: 26px;
}

.site .content .itemtablereadonly tr>th:nth-child(1) {
    text-align: left;
}

.site .content .itemtablereadonly tr>th:nth-child(2) {
    width: 80px;
    max-width: 80px;
    text-align: right !important;
}

.site .content .itemtablereadonly tr>th:nth-child(3) {
    width: 60px;
    max-width: 60px;
    text-align: right !important;
}

.site .content .itemtablereadonly tr>th:nth-child(4) {
    width: 60px;
    max-width: 60px;
    text-align: right !important;
}

.site .content .itemtablereadonly tr>th:nth-child(5) {
    width: 80px;
    max-width: 100px;
    text-align: right !important;
}


/*total*/

.site .content .itemtablereadonly tr>td:nth-child(1) {}

.site .content .itemtablereadonly tr>td:nth-child(2) {
    width: 80px;
    max-width: 80px;
    text-align: right !important;
}

.site .content .itemtablereadonly tr>td:nth-child(3) {
    width: 80px;
    max-width: 80px;
    text-align: right !important;
}

.site .content .itemtablereadonly tr>td:nth-child(4) {
    width: 80px;
    max-width: 80px;
    text-align: right !important;
}

.site .content .itemtablereadonly tr>td:nth-child(5) {
    width: 80px;
    max-width: 100px;
    text-align: right !important;
}


/*total*/

.site .content .quote-edit .box {
    width: 16%;
    overflow: hidden;
}

.site .content .quote-edit .box .subtotal {
    font-size: 20px;
    word-wrap: break-word;
    ;
    padding: 22px 0 21px 0;
}

.site .content .quote-edit .box:first-child {
    margin-left: 12px;
}

.site .content .quote-edit .box h3 {
    display: block;
    line-height: 50px;
}

.site .content .quote-edit .box ul {
    text-transform: uppercase;
    text-align: right;
    font-size: 20px;
    padding: 20px;
}

.site .content .quote-edit .box ul li {
    padding: 0 0 15px;
}

.site .content .quote-edit .box ul li:last-child {
    line-height: 50px;
    padding: 10px 0 0;
}

.site .content .quote-edit .options li {
    display: inline-block;
    padding: 0 4%;
    text-align: center;
    width: 16%;
}

.site .content .quote-edit .options li label,
.site .content .quote-edit .options li span {
    width: auto !important;
    text-align: center !important;
    padding: 0 !important;
}

.site .content .quote-edit .options a {
    text-decoration: none;
    font-size: 16px;
}

.site .content .quote-edit .options a i {
    width: 100px;
    height: 100px;
    margin: 0 auto 7px;
}

.site .content .quote-edit .btnsubmit {
    margin: 0 0 0 40px;
}

.site .content ul {
    list-style-type: none;
    width: 100%;
}

.site .content ul.fourcolumns li {
    display: inline-block;
    float: left;
    width: calc(25% - 25px);
}

.site .content ul.threecolumn li {
    display: inline-block;
    float: left;
    width: 33%;
}

.site .content ul.twocolumn li {
    display: inline-block;
    float: left;
    width: 50%;
}

.site .content ul.onecolumn li {
    display: inline-block;
    float: none;
    width: 80%;
}

.site .content .viewall li {
    line-height: 200%;
    padding-bottom: 40px;
    padding-right: 25px;
}

.site .content .viewall li:nth-child(4n+1) {
    clear: both;
}

.site .content .viewall a {
    text-decoration: none;
}

.site .content .viewall a:hover {
    color: #4CD0FC;
}

.site .content .viewall .blue {
    color: #4CD0FC;
}

.site .content .viewallbottom {
    font-size: 13px;
    font-family: open_sansregular;
}

.site .content .viewallbottom i {
    font-size: 22px;
    font-family: "atlasicons";
    font-style: normal;
    color: #71777C;
    padding-right: 6px;
    vertical-align: bottom;
}

.site .content .viewallbottom a {
    text-decoration: none;
}

.site .content .viewallbottom .line {
    text-decoration: underline;
}

.site .content .viewalllinks h1 div {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.site .content .viewcourseslist {
    width: 60%;
    margin-bottom: 2em;
}

.site .content .viewcourseslist a {
    text-decoration: none;
}

.site .content .viewcourseslist i {
    font-size: 22px;
    font-family: "atlasicons";
    font-style: normal;
    color: #71777C;
    padding-right: 6px;
}

.site .content .viewcourseslist .line {
    text-decoration: none;
}

.site .content fieldset.privileges label {
    width: 150px !important;
    padding-right: 40px !important;
    text-align: right !important;
    text-transform: uppercase;
}

.site .content table.privileges label {
    text-align: right;
    text-transform: capitalize;
    width: 100%;
}

#recent_updates i {
    font-family: atlasnavigation;
}

#recent_updates th,
#recent_updates td {
    border: none;
}

.site .content .brandcolors fieldset {
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.site .content .brandcolors fieldset label {
    padding-right: 6px;
    width: 190px;
}

.site .content .brandcolors fieldset input {}

.site table.data-center,
.site table.data-center2 {
    margin-left: 100px;
    float: left;
    width: 300px !important;
}

.site table.data-center tr {
    background: none;
    cursor: ns-resize;
}

.site table.data-center tr>td,
.site.table.data-center2 tr>td {
    padding: 10px;
}

.site table.data-center tr>td:nth-child(1) {
    width: 10px;
}

.site table.data-center2 td {
    background: none !important;
}

.site .voipgroups table.style1sortable {
    width: 100%;
}

.site .voipgroups table.style1sortable td {
    display: table-cell;
}

.site .voipgroups table.style1sortable tr>td:first-child {
    width: 24px;
}

.site .voipgroups table.style1sortable tr>td:last-child {
    width: calc(100% - 36px);
}

.site .voipgroups table.style1sortable thead {
    display: block;
    width: 100%;
}

.site .voipgroups table.style1sortable thead>tr {
    display: block;
    width: 99% !important;
}

.site .voipgroups table.style1sortable th {
    display: block;
}

.site .voipgroups table.style1sortable tbody {
    display: block;
    width: 100%;
    max-height: 390px;
    overflow: auto;
    padding: 2px 0;
}

.site .voipgroups table.style1sortable tbody>tr {
    display: block;
    width: 99%;
}

.site .account-status ul,
.with-disc {
    list-style-type: disc;
    margin-left: 1.5em;
}

.site .account-status .ui-buttonset {
    margin-right: 0;
}

.site .account-status .ui-buttonset .ui-button {
    border: none;
    border-bottom: 1px solid #232B2B;
    background-color: #808080;
    display: block;
    float: none;
    width: 95%;
    padding: 12px !important;
    font-size: 15px;
    margin: 0;
}

.site .account-status .ui-buttonset .ui-button.ui-state-hover {
    background-color: black;
}

.site .account-status .ui-buttonset .ui-state-active {
    background-color: #34B2DA;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) inset;
}

.site #report-container {
    width: 600px;
    height: 300px;
    margin: 0 auto;
}

.site .content .audit {
    clear: left;
    margin-top: 6em;
}

.article_wrapper {
    width: 74%;
    float: left;
}

.article_sidebar {
    width: 20%;
    margin-left: 79%;
    padding: 7px 1%;
    min-height: 200px;
}

.article_sidebar li {
    padding-bottom: .5em;
}

.article_sidebar h2 {
    margin-top: 0;
}

.site .article_wrapper .printicon {
    float: right;
}

.site .article_wrapper .printicon a {
    text-decoration: none;
}

.site .article_wrapper .printicon i {
    font-size: 1.7em;
}

.site .article_wrapper h1 {
    margin-bottom: 0;
}

.site .article_wrapper .meta {
    padding: 0 8px 10px 8px;
}

.article_viewer h1 {
    text-align: left;
    margin-bottom: 5px;
    padding: 5px 8px;
    border-bottom: none;
}

.article_viewer h1 i {
    padding-right: 5px;
    display: inline-block;
    line-height: 1.8em;
    vertical-align: text-bottom;
    font-size: .7em;
}

.article_viewer .meta {
    font-size: .9em;
}

.print .article_wrapper {
    width: 100%;
}

.print .article_wrapper .printicon {
    display: none;
}

.print .article_wrapper h1 {
    margin-bottom: 0;
    margin-top: 1em;
}

.print .article_wrapper .meta {
    margin-bottom: 2em;
    text-align: right;
}

.print .article_sidebar {
    display: none;
    width: 0;
}

#tagcloud {
    width: 100%;
    height: 200px;
}

.article-content {
    padding: 2em 35px 0px 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: none;
}


/* NOTE: See tinymce.css for more specific styling */


/* used for the acceptance popups on various account-level pages*/

#termsPopup th,
#termsPopup td {
    padding: 1px 3px;
}


/* ONBOARDING LAYOUT */

body.onboarding {
    width: 100%;
    height: 100%;
    min-width: 320px;
}

.onboarding .bodywrapper {
    width: 100%;
    max-width: 1300px;
    margin: 3em auto;
}

.onboarding h3 {
    text-transform: none;
    width: 80%;
    margin: 0 auto 2em auto;
    font-size: 1.2em;
}


/* BLANK LAYOUT. No-FRILLS! */

body.blank {
    height: 100%;
}

body.blank #contentwrapper {
    width: 100%;
    height: 100%;
}

body.blank .content {
    width: 100%;
    height: 100%;
}


/* circle dashboard styles */

.bubbles a {
    text-decoration: none;
    color: #6D7377;
}

.bubbles a:hover {
    color: #34B2DA;
}

.bubbles div.columns-3 a {
    display: block;
    width: 140px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}

.bubbles div.columns-3 a i {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    font-size: 70px;
    line-height: 110px;
    vertical-align: middle;
    text-align: center;
    background-color: #6D7377;
    color: white;
    font-family: atlasnavigation;
    margin: 0 auto;
}

.bubbles div.columns-3 a:hover i {
    background-color: #34B2DA;
}

.bubbles div.columns-3 a div {
    padding: 5px 0 0 0;
    font-size: 18px;
}


/*
/*** FOOTER
*/

.footer {
    text-transform: uppercase;
    text-align: center;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    font-size: 12px;
    line-height: 20px;
}

.footer2 {
    text-transform: uppercase;
    text-align: center;
    height: 74px;
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 21;
}

.footer2notraining {
    text-transform: uppercase;
    text-align: center;
    height: 20px;
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 21;
}

.footerspace {
    clear: both;
    height: 80px;
}

#footerPopupFrameOpen {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 38px;
    position: absolute;
    bottom: 20px;
    background: #4b5256;
    border-top: 2px solid #D2D8DC;
}

#footerPopupFrameOpen #wrapper {
    width: calc(100% - 40px);
    min-width: 990px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 25px;
}

#footerPopupFrameOpen #topline {
    width: 100%;
    padding: 0 0 25px 0;
    cursor: pointer;
}

#footerPopupFrameOpen #footeropentext {
    margin: 0 auto;
    width: calc(100% - 180px);
    text-align: center;
}

#footerPopupFrameOpen #footeropentext hr {
    position: absolute;
    width: calc(100% - 110px);
    top: 34px;
    left: 37px;
    border: none;
    border-top: 1px solid #D2D8DC;
    height: 1px;
}

#footerPopupFrameOpen #footeropentext h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #D2D8DC;
    font-weight: normal;
    font-family: open_sanslight;
    border: none;
    position: relative;
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
}

#footerPopupFrameOpen #footeropentext h2 span {
    text-align: center;
    width: auto;
    background: #4b5256;
    padding: 0 15px;
    z-index: 10;
}

#footerPopupFrameOpen #footeropentext h2:hover {
    color: #34B2DA;
}

#footerPopupFrameOpen .downarrow {
    width: 42px;
    height: 36px;
    display: inline-block;
    float: right;
    margin-right: 36px;
    margin-top: -24px;
    font-size: 70px;
    text-transform: none;
    color: #363d43;
}

#footerPopupFrameOpen .scroll {
    overflow: hidden;
    min-width: 375px;
    width: calc(100% - 641px);
    float: left;
    display: inline-block;
}

#footerPopupFrameOpen .no_articles .scroll {
    float: none !important;
    margin: 0 auto;
    width: 100%;
}

#footerPopupFrameOpen .scrollnav {
    float: left;
}

#footerPopupFrameOpen a.scrollprev {
    float: left;
    display: block;
    width: 20px;
    line-height: 136px;
    height: 136px;
    font-family: "atlasicons";
    font-size: 50px;
    padding-right: 28px;
    text-decoration: none;
    color: #7d858c;
}

#footerPopupFrameOpen a.scrollnext {
    float: left;
    display: block;
    width: 20px;
    line-height: 136px;
    height: 136px;
    padding-left: 15px;
    font-family: "atlasicons";
    font-size: 50px;
    color: #7d858c;
    text-decoration: none;
}

#footerPopupFrameOpen .scrollcontainer {
    min-width: 257px;
    width: calc(100% - 100px);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    float: left;
}

#footerPopupFrameOpen .scrollcontainer td {
    padding: 0 35px 0 0;
    vertical-align: top;
}

#footerPopupFrameOpen .scroll a.preview_link {
    color: #1fb1e1;
}

#footerPopupFrameOpen .scroll a.preview_link:hover {
    text-decoration: underline;
}

#footerPopupFrameOpen .disabled {
    color: #f00;
}

#footerPopupFrameOpen .videoright {
    width: 535px;
    text-transform: none;
    text-align: left;
    display: inline-block;
}

#footerPopupFrameOpen .videoright h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #D2D8DC;
    font-weight: normal;
    font-family: open_sanslight;
    height: auto;
    text-align: left;
    padding: 0;
    line-height: 100%;
    margin-bottom: .5em;
    padding-bottom: 5px;
    border-bottom: 1px solid #D2D8DC;
}

#footerPopupFrameOpen .videoright .articlescroller {
    max-height: 120px;
    overflow: auto;
    margin-bottom: .8em;
}

#footerPopupFrameOpen .videoright p {
    line-height: 100%;
    margin: 0;
    font-size: 14px;
}

#footerPopupFrameOpen .gray,
#footerPopupFrameOpen .gray a {
    color: #9fabb2;
    text-decoration: none;
}

#footerPopupFrameOpen .gray a:hover {
    text-decoration: underline;
}

#footerPopupFrameOpen .blue,
#footerPopupFrameOpen .blue a {
    color: #1fb1e1;
}

.updown-rotate {
    transition: .1s linear;
    -webkit-transform: rotate(-135deg);
}


/*
/*** COLUMNS
*/

.column-A {
    width: 65%;
    float: left;
}

.column-B {
    width: 100%;
    float: none;
}

.columns-2 {
    width: 47%;
    float: left;
}

.columns-2:first-child {
    margin-left: 0;
    padding-right: 6%;
}

.columns-3 {
    width: 30%;
    float: left;
    padding-right: 3%;
}

.columns-2-3 {
    width: 64%;
    float: left;
}

.columns-3:first-child {
    margin-left: 0;
}

.columns-3:last-child {
    padding-right: 0;
}

.columns-4 {
    width: 24%;
    float: left;
    padding-right: 1%;
}

.columns-4:last-child {
    padding-right: 0;
    width: 25%;
}

.columns-5 {
    width: 19%;
    float: left;
    padding-right: 1%;
}

.columns-5:last-child {
    width: 20%;
    padding-right: 0;
}

i.icon {
    font: 34px atlasicons;
    text-transform: none;
}

i.icon.icon-arrow-down:after {
    content: 'd';
}

i.icon.icon-arrow-up:after {
    content: 'e';
}

i.icon.icon-arrow-left:after {
    content: 'U';
}

i.icon.icon-arrow-right:after {
    content: 'V';
}

i.icon.icon-arrow-left-solid:after {
    content: ';';
}

i.icon.icon-arrow-right-solid:after {
    content: '<';
}

i.icon.icon-plus:after {
    content: 'f';
}

i.icon.icon-plus-alt:after {
    content: 'N';
}

i.icon.icon-double-arrow-down-alt:after {
    content: 'O';
}

i.icon.icon-heart:after {
    content: 'P';
}

i.icon.icon-search:after {
    content: 'Q';
}

i.icon.icon-arrow-down-alt:after {
    content: 'S';
}

i.icon.icon-arrow-up-alt:after {
    content: 'T';
}

i.icon.icon-calendar {
    font-size: 30px;
    line-height: 24px;
}

i.icon.icon-calendar:after {
    content: 'R';
}

i.icon.icon-calendar-alt:after {
    content: 'J';
}

i.icon.icon-group:after {
    content: 'K';
}

i.icon.icon-mark:after {
    content: 'L';
}

i.icon.icon-game:after {
    content: 'M';
}

i.icon.icon-mail:after {
    content: 'a';
}

i.icon.icon-mail-open:after {
    content: 'W';
}

i.icon.icon-lightning:after {
    content: 'Y';
}

i.icon.icon-money:after {
    content: 'Z';
}

i.icon.icon-updown:after {
    content: ':';
}

i.cellphone:after {
    content: '!';
}

i.smartphone:after {
    content: '"';
}

i.mobile_app:after {
    content: '"';
}

i.landline:after,
i.outside:after {
    content: '$';
}

i.fax:after {
    content: '%';
}

i.sip:after,
i.voip:after {
    content: '&';
}

i.webphone:after {
    content: '&';
    font-family: atlasicons !important;
}

i.ata:after {
    content: "'";
}

i.softphone:after {
    content: '(';
}

i.circle30 {
    border-radius: 30px;
    font-size: 20px !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: white !important;
}

i.yellow {
    background-color: #fdc725;
}

.warning {
    color: #fdc725;
}

i.green {
    background-color: #00b200;
}

i.red {
    background-color: #ff5833;
}

i.blue {
    background-color: #0173C7;
}

i.plum {
    background-color: #DDA0DD;
}

i.green-text,
.green-text {
    color: #00b200 !important;
}

i.yellow-text,
.yellow-text {
    color: #FFFF00 !important;
}

i.red-text,
.red-text {
    color: #ff5833 !important;
}

i.gray-text,
.gray-text {
    color: #C0C0C0 !important;
}

i.account-status {
    font-size: 60px !important;
    background: none !important;
}

i.account-status.list-view {
    font-size: 30px !important;
}

i.account-status.green {
    color: #00b200;
}

i.account-status.red {
    color: #ff5833;
}

i.account-status.yellow {
    color: #fdc725;
}

i.close-circle {
    position: absolute;
    margin-left: -18px;
    margin-top: 3px;
    font-size: 13px !important;
    opacity: .5;
    cursor: pointer;
    display: none;
}

i.close-circle-after-Q {
    position: absolute;
    display: block;
    right: 35px;
    top: 6px;
    font-size: 13px !important;
    opacity: .5;
    cursor: pointer;
}

#search-list-filter-close i.close-circle-after-Q {
    position: absolute;
    display: block;
    right: 23px;
    top: 4px;
    font-size: 13px !important;
    opacity: .5;
    cursor: pointer;
}


/*
/*** CIRCLE ICONS
*/

.circle-icon {
    display: block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    background-repeat: no-repeat;
    background-position: bottom right;
    cursor: pointer;
    margin: 0 auto;
}

.circle-icon.circle-icon-submit {
    background-image: url('images/circle-icon-submit.png');
}

.circle-icon.circle-icon-email {
    background-image: url('images/circle-icon-email.png');
}

.circle-icon.circle-icon-pdf {
    background-image: url('images/circle-icon-pdf.png');
}

.circle-icon.circle-icon-download {
    background-image: url('images/circle-icon-download.png');
}

.circle-icon.circle-icon-clock {
    background-image: url('images/circle-icon-clock.png');
}

.circle-icon.circle-icon-feature-request {
    background-image: url('images/circle-icon-feature-request.png');
}

.circle-icon.circle-icon-checklist {
    background-image: url('images/circle-icon-checklist.png');
}

.circle-icon.circle-icon-release-notes {
    background-image: url('images/circle-icon-release-notes.png');
}

.circle-icon.circle-icon-swiper {
    background-image: url('images/circle-icon-swiper.png');
}

.circle-icon.circle-icon-purse {
    background-image: url('images/circle-icon-purse.png');
}

.circle-icon.circle-icon-quantum-computer {
    background-image: url('images/circle-icon-quantum-computer.png');
}

.circle-icon.circle-icon-phone {
    background-image: url('images/circle-icon-phone.png');
}

.circle-icon.circle-icon-handshake {
    background-image: url('images/circle-icon-handshake.png');
}

.circle-icon.circle-icon-data-center {
    background-image: url('images/circle-icon-data-center.png');
    width: 100px !important;
    height: 100px !important;
}

.circle-icon.circle-icon-media-videos {
    background-image: url('images/circle-icon-media-videos.png');
    width: 220px !important;
    height: 220px !important;
}

.circle-icon.circle-icon-media-files {
    background-image: url('images/circle-icon-media-files.png');
    width: 220px !important;
    height: 220px !important;
}

.circle-icon.circle-icon-media-files-sm {
    background-image: url('images/circle-icon-media-files.png');
    width: 100px !important;
    height: 100px !important;
    background-size: 75px;
}

.circle-icon.circle-icon-ip-addresses {
    background-image: url('images/circle-icon-ip-addresses.png');
    width: 100px !important;
    height: 100px !important;
}

.circle-icon.circle-icon-global-contracts {
    background-image: url('images/circle-icon-global-contracts.png');
    width: 100px !important;
    height: 100px !important;
}

.circle-icon.circle-icon-number-types {
    background-image: url('images/circle-icon-number-types.png');
    width: 100px !important;
    height: 100px !important;
}

.circle-icon.circle-icon-core-solutions {
    background-image: url('images/circle-icon-core-solutions.png');
    width: 100px !important;
    height: 100px !important;
}

.circle-icon.circle-icon-sub-solutions {
    background-image: url('images/circle-icon-sub-solutions.png');
    width: 100px !important;
    height: 100px !important;
}

.circle-icon.circle-icon-email-templates {
    background-image: url('images/circle-icon-email-templates.png');
    width: 100px !important;
    height: 100px !important;
}

.circle-icon.circle-icon-quote-templates {
    background-image: url('images/circle-icon-quote-templates.png');
    width: 100px !important;
    height: 100px !important;
}

.circle-icon.circle-icon-invoice-templates {
    background-image: url('images/circle-icon-invoice-templates.png');
    width: 100px !important;
    height: 100px !important;
}

label.circle-icon70 {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 10px;
}

input.circle-icon70,
div.circle-icon70 {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #6D7377;
    background-repeat: no-repeat;
    background-position: bottom right;
    border: none;
    text-indent: -9999px;
}

input.circle-icon30 {
    display: inline-block;
    float: none;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #6D7377;
    background-repeat: no-repeat;
    background-position: bottom right;
    border: none;
    text-indent: -9999px;
    background-size: 24px;
}

span.circle-icon70 {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #6D7377;
    background-repeat: no-repeat;
    background-position: bottom right;
    border: none;
}

.icon-email {
    background-image: url('images/circle-icon-email.png');
}

.icon-download {
    background-image: url('images/circle-icon-download.png');
}

.icon-convert {
    background-image: url('images/circle-icon-convert.png');
}

.icon-submit {
    background-image: url('images/circle-icon-submit.png');
}

.icon-opportunity-won {
    background-image: url('images/circle-icon-opportunity-won.png');
}

.icon-opportunity-lost {
    background-image: url('images/circle-icon-opportunity-lost.png');
}

.icon-phone-numbers {
    background-image: url('images/circle-icon-phone-numbers.png');
}

.icon-e911 {
    background-image: url('images/circle-icon-e911.png');
}

.icon-devices {
    background-image: url('images/circle-icon-devices.png');
}

.icon-device-users {
    background-image: url('images/circle-icon-device-users.png');
}

.icon-voicemail-box {
    background-image: url('images/circle-icon-voicemail.png');
}

.icon-account-settings {
    background-image: url('images/circle-icon-account-settings.png');
}

.icon-pbx-connector {
    background-image: url('images/circle-icon-pbx-connector.png');
}

.icon-media {
    background-image: url('images/circle-icon-media.png');
}

.icon-call-history {
    background-image: url('images/circle-icon-call-history.png');
}

.circle-icon-quantum-computer {
    background-image: url('images/circle-icon-quantum-computer.png');
    background-position: 25px 13px !important;
}


/* different sizes */

.icon-group-device {
    background-image: url('images/circle-icon-group-device.png');
    width: 52px !important;
    height: 52px !important;
    float: none !important;
    display: inline-block !important
}

.icon-group-user {
    background-image: url('images/circle-icon-group-user.png');
    width: 52px !important;
    height: 52px !important;
    float: none !important;
    display: inline-block !important
}

.icon-group-device_user {
    background-image: url('images/circle-icon-group-user.png');
    width: 52px !important;
    height: 52px !important;
    float: none !important;
    display: inline-block !important
}

.icon-group-x {
    background-image: url('images/circle-icon-group-x.png');
    width: 30px !important;
    height: 30px !important;
    background-size: 30px;
    float: none !important;
    display: inline-block !important;
}

.icon-report-path {
    background-image: url('images/circle-icon-report-path.png');
    width: 30px !important;
    height: 30px !important;
    float: none !important;
    display: inline-block !important;
    margin: 0 !important;
    position: relative;
    top: 10px;
}

.icon-report-activity {
    background-image: url('images/circle-icon-report-activity.png');
    width: 30px !important;
    height: 30px !important;
    float: none !important;
    display: inline-block !important;
    margin: 0 !important;
    position: relative;
    top: 10px;
}

.squarelink {
    border: 1px solid #A1ABB4;
    display: inline-block;
    color: #A1ABB4;
    text-decoration: none;
    height: 94px;
}

.squarelink i {
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    cursor: pointer;
    width: 94px;
    height: 94px;
    display: inline-block;
    background-color: #A1ABB4;
}

i.new-prospect {
    background-image: url('images/square-icon-prospect-new.png');
}

i.prospect-existing {
    background-image: url('images/square-icon-prospect-existing.png');
}

i.account-existing {
    background-image: url('images/square-icon-account-existing.png');
}

i.connectwise {
    background-image: url('images/square-icon-connectwise.png');
}

.squarelink span {
    display: inline-block;
    padding: 0 10px;
    bottom: 42px;
    position: relative;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 1.2em;
}

.inbound-caller-id-graphic {
    display: inline-block;
    height: 43px;
    width: 46px;
    background: url(/images/inbound-caller-id-white.png) no-repeat;
    background-size: contain;
}

.outbound-caller-id-graphic {
    display: inline-block;
    height: 43px;
    width: 46px;
    background: url(/images/outbound-caller-id-white.png) no-repeat;
    background-size: contain;
}


/* Item Catalog page */

.catalogs {
    position: relative;
}

.catalogs p {
    font: 25px/38px open_sanslight;
    padding-bottom: 40px;
}

.catalogs .btnlink {
    position: absolute;
    top: -90px;
    right: 0;
    padding-right: 43px;
}

.catalogs .catalog-icon {
    position: absolute;
    bottom: 0;
    right: 9px;
}

.catalog {
    width: 220px;
    margin: auto;
    text-align: center;
}

.catalog .circle-icon {
    width: 125px;
    height: 125px;
}

.catalog .catalog-title {
    text-align: center;
    border-color: #878C8F;
    margin: 0 0 7px 0;
    padding: 23px 0 5px;
}

.catalog .catalog-items {
    text-transform: none;
    text-align: center;
    font-style: italic;
}

.catalog .catalog-add a {
    text-decoration: none;
}


/* QUOTE PREVIEW POPUP */

.preview_hover a {
    display: block;
}

.preview_hover .arrowjawn {
    opacity: 0;
    position: absolute;
    z-index: 101;
    background: none;
    width: 0;
    height: 0;
    border-right: 15px solid #9ba5ae;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.preview {
    position: absolute;
    z-index: 100;
    display: none;
    opacity: 0;
    border: 8px solid #9ba5ae;
    width: 517px;
    box-shadow: 3px 5px 4px #444;
}

.preview .top {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 8px;
    background: #9ba5ae;
    color: #333D43;
}

.preview .top .left {
    float: left;
    width: 50%;
    text-align: left;
}

.preview .top .right {
    float: right;
    width: 50%;
    text-align: right;
}

.preview .main {
    width: 100%;
    height: 470px;
    box-shadow: inset 3px 5px 4px #444;
    background: #FFF top left no-repeat;
    position: relative;
}

.preview .main .buttons {
    position: absolute;
    right: 24px;
}

.preview .main .buttons .btnlink {
    margin-top: 16px;
    box-shadow: 4px 4px 3px rgba(50, 50, 50, .7);
}

.preview .main .buttons a.btnlink {
    text-decoration: none !important;
}

.preview .main .image {
    width: 100%;
    height: 470px;
    overflow: auto;
}

.preview .main .image img {
    width: 100%;
    height: auto;
}


/* Tabs and Tables page */

.callrouting hr {
    margin-bottom: 34px;
}

.callrouting fieldset label {
    width: 75px;
    text-align: left;
}

.callrouting fieldset input[type="text"] {
    width: 170px;
}


/* branding page */

#probability_display {
    padding-left: 20px;
    text-align: right;
    width: 3em;
}

#line_thickness_display {
    text-align: right;
    width: 3em;
}

#probability_slider,
#line_thickness_slider {
    width: 150px;
}


/* SVG artwork at top of special pages */

.h2-with-art {
    width: 100%;
    clear: both;
    margin: 0 0;
    height: auto !important;
}

.h2-with-art h2 {
    margin: 0;
    font-size: 15px;
}

.h2-with-art .leftcol {
    width: 80%;
    float: left;
    text-align: left;
    padding-right: 4%;
}

.h2-with-art .leftcol h2 {
    text-transform: none !important;
}

.h2-with-art .rightcol {
    width: 150px;
    float: right;
    max-height: 75px;
    margin-top: -43px;
    height: 75px;
    display: flex;
    align-items: center;
    z-index: 100;
    position: relative;
}

.h2-with-art .rightcol svg {
    max-height: 75px;
    width: auto;
    min-width: 100%
}

.h2-with-art:after {
    clear: both;
}


/* defaults based on dark scheme */

.art .white {
    fill: #fff;
}

.art .accent {
    fill: #34B2DA;
}

.art .grayoveraccent {
    fill: #3D4143;
    fill-opacity: .3;
}

.art .gray {
    fill: #6C7276;
}

.art .ltgray {
    fill: #96A0AB;
}


/* end SVG artwork */


/*
/*** PLUGINS
*/


/*
SELECT2 Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/


/** ORIGINAL CSS, Atlas edits are after **/
.select2 {
    max-width: 200px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 20px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
    display: none;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: transparent;
    border: 1px solid #71777C;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 5px;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* max-width: 200px; */
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    background-color: #3f474c;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(/images/select2.png) 100% -22px no-repeat transparent;
    background: url(/images/select2.png) 100% -22px no-repeat;
}


.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
    display: none;
}

.select2-container--default .select2-selection--single {
    color: #D2D8DC;
    border: 1px #71777C solid;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #D2D8DC;
    line-height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 19px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/images/select_downarrow.png') no-repeat right center;
    background-size: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    display: none;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px #71777C solid;
    background: transparent;
    border-radius: 0;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px #71777C solid;
    background: #3f474c;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: #FFFFFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: #999;
    outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid 71777C 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #71777C;
    background-color: #3f474c;
    color: #D2D8DC;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    background-color: #3f474c;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
    border-radius: 0;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    padding: 0 5px;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-selection__clear {
    display: none;
}

table tr td .select2 {
    max-width: 100%;
}

.itemtable tr td .select2-container .select2-selection--single {
    height: 24px;
}

.itemtable tr td .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.itemtable tr td .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px;
}

.select2-container .modelLogo {
    display: flex;
    align-items: center;
}

.select2-container .modelLogo img {
    margin-right: 10px;
}

fieldset .select2 {
    max-width: 70% !important;
}

fieldset .select2-container .selection {
    width: 100% !important;
    display: block !important;
}

fieldset .select2-container--open .select2-dropdown--below {
    max-width: 100%;
}

fieldset .dropdown-wrapper {
    display: block !important;
}

.mr-15 {
  margin-right: 15px;
}

/*** Timepicker Original CSS ***/

.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box
}

.ui-timepicker {
    box-sizing: content-box;
    display: block;
    height: 205px;
    list-style: none outside none;
    margin: 0;
    padding: 0 1px;
    text-align: center
}

.ui-timepicker-viewport {
    box-sizing: content-box;
    display: block;
    height: 205px;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden
}

.ui-timepicker-standard {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    background-color: #FFF;
    border: 1px solid #AAA;
    color: #222;
    margin: 0;
    padding: 2px
}

.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: .2em .4em;
    text-decoration: none
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #DADADA;
    border: 1px solid #999;
    font-weight: 400;
    color: #212121
}

.ui-timepicker-standard .ui-menu-item {
    margin: 0;
    padding: 0
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.ui-timepicker-hidden {
    display: none
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: 0
}


/*** ATLAS EDITS for timepicker ***/

.ui-timepicker-standard {
    font-family: 'open_sanslight';
    font-size: 13px;
    border: none;
}


/***
/*** CSS HACKS
***/


/* .mac-os added to an element by javascript */


/* CSS hack for FF only */

@-moz-document url-prefix() {
    .content .filter .filtertable input[type="submit"] {
        right: 8px;
    }

    .content .search input[type="submit"] {
        right: -2px
    }

    .filePlus {
        margin-top: -4px;
        margin-left: -25px;
    }

    .mac-os .filePlus {
        margin-top: -1px;
    }

    /* put this after because it overrides for mac */
}


/* CSS hack for Chrome + Safari */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .content .casedetails .toolbar {
        top: -5px;
    }
}


/* CSS hack for IE 11 */

_:-ms-fullscreen,
:root .site .content .search input[type="submit"] {
    .filePlus {
        margin-top: -2px;
    }
}

.ie8warning {
    display: none;
}


/* SAFREAKINFARI HACKS */


/* Safari 6.1+ (8.0 is the latest version of Safari at this time) */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .content .filter .filtertable input[type="submit"] {
            top: -3px;
        }
    }
}


/* Safari 6.1-7.0 */

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0) {
    .content .filter .filtertable input[type="submit"] {
        (;
            top: -3px;
        );
    }
}


/* Safari 7.1-8.0 (8.0 is the latest version of Safari at this time) */

_::-webkit-full-page-media,
_:future,
:root .site .content .filter .filtertable input[type="submit"] {
    top: -3px;
}

_::-webkit-full-page-media,
_:future,
:root .site .content .filter .apps_phone_numbers input[type="submit"] {
    top: 0;
}

@media print {
    .noprint {
        display: none;
    }
}


/*Connectwise Import Account*/

#connectwise_realm input {
    width: 130px;
}

#connectwise_realm {
    width: 320px;
}


/*Connectwise Import Item*/

.item_type_id {
    width: 160px;
}

.tax_collection {
    width: 170px;
}


/*Add Conference*/

.conference_toggle {
    margin-left: 10px;
}


/*style1 table error ii*/

.content table.style1 span i {
    color: #C40003;
}


/* Call Notes Overrides */

.call_notes_search .breadcrumb {
    text-transform: uppercase;
    font: 12px open_sansregular;
    padding: 11px 0 16px;
    min-height: 17px;
}

.call_notes_search .breadcrumb a {
    text-decoration: none;
    color: inherit;
}

.call_notes_search .breadcrumb a:hover {
    text-decoration: underline;
}

.call_notes_search .breadcrumb .icon {
    display: none;
}

.call_notes_search ul.tabs li {
    display: inline-block;
    font: 15px/44px open_sansregular;
    width: 160px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.call_notes_search ul.tabs li.current {
    cursor: default;
}

.call_notes_search div.tabs .tab {
    display: none;
    padding: 15px 25px;
}

.call_notes_search div.tabs .tab.current {
    width: 95%;
    display: block;
}

.call_notes_search .search {
    position: relative;
    margin-right: 16px;
}

.call_notes_search .search input[type="text"] {
    width: 177px;
}

.call_notes_search .search .chosen-search input[type="text"] {
    width: 100%;
}

.call_notes_search .search input[type="submit"] {
    font: 21px "atlasicons";
    border: none;
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer;
    padding: 0;
}

.call_notes_search .paging {
    font-size: 12px;
    text-align: right;
    padding: 0 0 3px 0;
}

.call_notes_search .paging a {
    text-decoration: none;
    vertical-align: middle;
}

.call_notes_search .paging a .icon {
    font-size: 20px;
}

.site .call_notes_search table.cases th {
    text-align: left;
    text-transform: uppercase;
}

.site .call_notes_search table.cases td {
    font-size: 12px;
}

.site .call_notes_search table.cases td.status a {
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    margin: auto;
}

.site .call_notes_search table.cases td.icon {
    font: 22px "atlasicons";
    line-height: 100%;
}

.site .call_notes_search table.cases td.icon a {
    text-decoration: none;
}

.site .call_notes_search table.cases td.status a .icon {
    font-size: 22px;
    line-height: 30px;
}

.site .call_notes_search table.cases2 td {
    font-size: 14px;
}

.site .call_notes_search table.updates {
    margin-top: 50px;
}

.site .call_notes_search table.updates th {
    text-transform: uppercase;
    font-size: 16px;
}

.site .call_notes_search table.updates th i {
    font-size: 22px;
    line-height: 30px;
    display: block;
}

.site .call_notes_search table.updates td a {
    text-decoration: none;
}

.site .call_notes_search table.permissions tr>th {
    width: 20%;
}

.site .call_notes_search table.permissions tr>th:first-of-type {
    width: 40%;
}

.site .call_notes_search table.permissions tr>td:first-of-type>label {
    float: right;
    width: 40%;
    text-transform: capitalize;
}

.call_notes_search .filter {
    clear: both;
    position: relative;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
}

.call_notes_search .filter .filtertable {
    width: 100%;
}

.call_notes_search .filter .filtertable tr>td:nth-child(2n-1) {
    width: 9%;
    padding: 0 1% 10px 0;
    text-align: right;
    text-transform: uppercase;
}

.call_notes_search .filter .filtertable tr>td:nth-child(2n) {
    width: 20%;
    padding: 0 1% 10px 0;
}

.call_notes_search .filter .filtertable .chosen-container {
    width: 100% !important;
}

.call_notes_search .filter .filtertable .searchOption {
    width: 100% !important;
}

.call_notes_search .filter .filtertable input[type="submit"] {
    font: 21px "atlasicons";
    border: none;
    position: absolute;
    right: 9px;
    cursor: pointer;
    padding: 0;
}

.site .call_notes_search .edittable {
    width: 100%;
    font-size: 14px;
}

.site .call_notes_search .edittable td {
    padding: 0 1% 10px 0;
    vertical-align: middle;
}

.site .call_notes_search .edittable label {
    text-transform: uppercase;
    text-align: right;
    float: right;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 14px;
}

.site .call_notes_search .edittable input[type="text"] {
    width: 100%;
}

.site .call_notes_search .casedetails>div {
    position: relative;
}

.site .call_notes_search .casedetails>div.left,
.site .call_notes_search .casedetails>div.right {
    width: 410px;
}

.site .call_notes_search .casedetails textarea {
    width: 400px;
    height: 250px;
}

.site .call_notes_search .casedetails .toolbar {
    position: absolute;
    top: -12px;
    right: 0;
}

.site .call_notes_search .casedetails .toolbar li {
    display: inline-block;
    margin-left: 12px;
}

.site .call_notes_search .casedetails .toolbar li a {
    text-decoration: none;
}

.site .call_notes_search .casedetails div.full>div>div {
    width: 50%;
}

.site .call_notes_search .quote-edit dt {
    position: relative;
    clear: both;
}

.site .call_notes_search .quote-edit dt h2 i {
    font-size: 15px;
}

.site .call_notes_search .quote-edit dt a {
    position: absolute;
    top: -9px;
    right: 0;
    width: 16%;
    padding: 5px 0 !important;
}

.site .call_notes_search .quote-edit table input[type="text"] {
    height: 24px;
}

.site .call_notes_search .quote-edit tr:nth-child(n+1) td:nth-child(n+2) {
    vertical-align: top !important;
}

.site .call_notes_search .quote-edit tr:nth-child(n+1) td:nth-child(n+4) {
    white-space: nowrap;
}

.site .call_notes_search .quote-edit .data-title {
    width: 100% !important;
}

.site .call_notes_search .quote-edit .data-desc {
    width: 100%;
    height: 31px;
    margin: 0;
    resize: vertical;
}

.site .call_notes_search .quote-edit .data-price,
.site .call_notes_search .quote-edit .data-linetotal,
.site .call_notes_search .quote-edit .data-qty {
    width: 100% !important;
    text-align: right;
}

.site .call_notes_search .quote-edit .data-discounts,
.site .call_notes_search .quote-edit .data-discounts-fake {
    width: 100% !important;
    margin-top: 3px;
    text-align: right;
    /*background-color: #833b43;*/
}

.site .call_notes_search .quote-summary {}

.site .call_notes_search .quote-summary table {
    width: 64%;
    text-align: right;
    float: right;
    font-family: open_sansregular;
}

.site .call_notes_search .quote-summary th {
    font-size: 20px;
    font-weight: bold;
}

.site .call_notes_search .quote-summary th:first-child {
    width: 50%;
}

.site .call_notes_search .quote-summary tr td:first-child {
    width: 50%;
}

.site .call_notes_search .quote-summary td {
    font-size: 16px;
}

.site .call_notes_search .quote-summary tr:last-child {
    border-top: 1px solid;
}

.site .call_notes_search .credit-summary {}

.site .call_notes_search .credit-summary table {
    width: 64%;
    text-align: right;
    float: right;
    font-family: open_sansregular;
}

.site .call_notes_search .credit-summary th {
    font-size: 20px;
    font-weight: bold;
}

.site .call_notes_search .credit-summary th:first-child {
    width: 50%;
}

.site .call_notes_search .credit-summary td {
    font-size: 16px;
}

.site .call_notes_search .itemtable,
.site .call_notes_search .itemtablereadonly {
    width: 83% !important;
    max-width: 83% !important;
}

.site .call_notes_search .itemtable tr>th,
.site .call_notes_search .itemtablereadonly tr>th {
    white-space: nowrap;
    text-align: center;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.site .call_notes_search .itemtable tr>td,
.site .call_notes_search .itemtablereadonly tr>td {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.site .call_notes_search .itemtable tr>th:nth-child(1) {
    width: 31px;
}

.site .call_notes_search .itemtable tr>th:nth-child(2) {
    text-align: left !important;
}

.site .call_notes_search .itemtable tr>th:nth-child(3) {
    width: 45px;
    max-width: 45px;
}

.site .call_notes_search .itemtable tr>th:nth-child(4) {
    width: 140px;
    max-width: 140px;
}

.site .call_notes_search .itemtable tr>th:nth-child(5) {
    width: 130px;
    max-width: 130px;
    text-align: right !important;
}


/*total*/

.site .call_notes_search .itemtable tr>th:nth-child(6) {
    width: 26px;
    max-width: 26px;
}

.site .call_notes_search .itemtable tr>td:nth-child(1) {
    width: 31px;
}

.site .call_notes_search .itemtable tr>td:nth-child(2) {
    text-align: left !important;
}

.site .call_notes_search .itemtable tr>td:nth-child(3) {
    width: 45px;
    max-width: 45px;
}

.site .call_notes_search .itemtable tr>td:nth-child(4) {
    width: 140px;
    max-width: 140px;
}

.site .call_notes_search .itemtable tr>td:nth-child(5) {
    width: 130px;
    max-width: 130px;
    text-align: right !important;
}


/*total*/

.site .call_notes_search .itemtable tr>td:nth-child(6) {
    width: 26px;
    max-width: 26px;
}

.site .call_notes_search .itemtablereadonly tr>th:nth-child(1) {
    text-align: left;
}

.site .call_notes_search .itemtablereadonly tr>th:nth-child(2) {
    width: 80px;
    max-width: 80px;
    text-align: right !important;
}

.site .call_notes_search .itemtablereadonly tr>th:nth-child(3) {
    width: 60px;
    max-width: 60px;
    text-align: right !important;
}

.site .call_notes_search .itemtablereadonly tr>th:nth-child(4) {
    width: 60px;
    max-width: 60px;
    text-align: right !important;
}

.site .call_notes_search .itemtablereadonly tr>th:nth-child(5) {
    width: 80px;
    max-width: 100px;
    text-align: right !important;
}


/*total*/

.site .call_notes_search .itemtablereadonly tr>td:nth-child(1) {}

.site .call_notes_search .itemtablereadonly tr>td:nth-child(2) {
    width: 80px;
    max-width: 80px;
    text-align: right !important;
}

.site .call_notes_search .itemtablereadonly tr>td:nth-child(3) {
    width: 80px;
    max-width: 80px;
    text-align: right !important;
}

.site .call_notes_search .itemtablereadonly tr>td:nth-child(4) {
    width: 80px;
    max-width: 80px;
    text-align: right !important;
}

.site .call_notes_search .itemtablereadonly tr>td:nth-child(5) {
    width: 80px;
    max-width: 100px;
    text-align: right !important;
}


/*total*/

.site .call_notes_search .quote-edit .box {
    width: 16%;
    overflow: hidden;
}

.site .call_notes_search .quote-edit .box .subtotal {
    font-size: 20px;
    word-wrap: break-word;
    ;
    padding: 22px 0 21px 0;
}

.site .call_notes_search .quote-edit .box:first-child {
    margin-left: 12px;
}

.site .call_notes_search .quote-edit .box h3 {
    display: block;
    line-height: 50px;
}

.site .call_notes_search .quote-edit .box ul {
    text-transform: uppercase;
    text-align: right;
    font-size: 20px;
    padding: 20px;
}

.site .call_notes_search .quote-edit .box ul li {
    padding: 0 0 15px;
}

.site .call_notes_search .quote-edit .box ul li:last-child {
    line-height: 50px;
    padding: 10px 0 0;
}

.site .call_notes_search .quote-edit .options li {
    display: inline-block;
    padding: 0 4%;
    text-align: center;
    width: 16%;
}

.site .call_notes_search .quote-edit .options li label,
.site .call_notes_search .quote-edit .options li span {
    width: auto !important;
    text-align: center !important;
    padding: 0 !important;
}

.site .call_notes_search .quote-edit .options a {
    text-decoration: none;
    font-size: 16px;
}

.site .call_notes_search .quote-edit .options a i {
    width: 100px;
    height: 100px;
    margin: 0 auto 7px;
}

.site .call_notes_search .quote-edit .btnsubmit {
    margin: 0 0 0 40px;
}

.site .call_notes_search ul {
    list-style-type: none;
    width: 100%;
}

.site .call_notes_search ul.fourcolumns li {
    display: inline-block;
    float: left;
    width: calc(25% - 25px);
}

.site .call_notes_search ul.threecolumn li {
    display: inline-block;
    float: left;
    width: 33%;
}

.site .call_notes_search ul.twocolumn li {
    display: inline-block;
    float: left;
    width: 50%;
}

.site .call_notes_search ul.onecolumn li {
    display: inline-block;
    float: none;
    width: 80%;
}

.site .call_notes_search .viewall li {
    line-height: 200%;
    padding-bottom: 40px;
    padding-right: 25px;
}

.site .call_notes_search .viewall li:nth-child(4n+1) {
    clear: both;
}

.site .call_notes_search .viewall a {
    text-decoration: none;
}

.site .call_notes_search .viewall a:hover {
    color: #4CD0FC;
}

.site .call_notes_search .viewall .blue {
    color: #4CD0FC;
}

.site .call_notes_search .viewallbottom {
    font-size: 13px;
    font-family: open_sansregular;
}

.site .call_notes_search .viewallbottom i {
    font-size: 22px;
    font-family: "atlasicons";
    font-style: normal;
    color: #71777C;
    padding-right: 6px;
    vertical-align: bottom;
}

.site .call_notes_search .viewallbottom a {
    text-decoration: none;
}

.site .call_notes_search .viewallbottom .line {
    text-decoration: underline;
}

.site .call_notes_search .viewalllinks h1 div {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.site .call_notes_search .viewcourseslist {
    width: 60%;
    margin-bottom: 2em;
}

.site .call_notes_search .viewcourseslist a {
    text-decoration: none;
}

.site .call_notes_search .viewcourseslist i {
    font-size: 22px;
    font-family: "atlasicons";
    font-style: normal;
    color: #71777C;
    padding-right: 6px;
}

.site .call_notes_search .viewcourseslist .line {
    text-decoration: none;
}

.site .call_notes_search fieldset.privileges label {
    width: 150px !important;
    padding-right: 40px !important;
    text-align: right !important;
    text-transform: uppercase;
}

.site .call_notes_search table.privileges label {
    text-align: right;
    text-transform: capitalize;
    width: 100%;
}

.site .call_notes_search .brandcolors fieldset {
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.site .call_notes_search .brandcolors fieldset label {
    padding-right: 6px;
    width: 190px;
}

.site .call_notes_search .brandcolors fieldset input {}

#integration_cw .wide input[type="text"] {
    width: 41% !important;
}

#integration_cw .wide label~select {
    width: 41% !important;
}

#integration_cw .wide input[type="text"]~i {
    width: 0%;
    margin-right: -10px;
}


/*Css for copy*/

.copier_select,
.copier_span,
.copier_textarea,
.copier_span_td,
.copier_textarea_phone {
    margin-left: 10px;
    font-size: 16px;
}


/*Css for limit width*/

.limited_width {
    width: 200px !important;
}

.togglelayout {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 110px;
    top: 21px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.site.full-width_layout #contentwrapper {
    max-width: 100% !important;
}

.site.full-width_layout #sidebarwrapper {
    box-shadow: none;
}

.site.full-width_layout .stickysidebar {
    position: fixed !important;
    top: 74px !important;
    bottom: 10px;
    background: #efefef;
    transition: all 0.2s ease-out;
}

.site.full-width_layout .content .breadcrumb {
    text-transform: uppercase;
    font: 12px open_sansregular;
    padding: 5px 20px 5px;
    min-height: 17px;
    width: calc(100% + 40px);
    background-color: #f5f5f5;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 10px;
}

#custom_footer {
    display: flex;
    align-items: center;
}

#custom_footer_form #breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 11px;
    z-index: 20;
    margin-right: 20px;
    margin-left: auto;
    float: right;
    position: absolute;
    right: 0;
    bottom: 2px;
}

#custom_footer #breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 11px;
    z-index: 20;
    margin-right: 20px;
    margin-left: auto;
    float: right
}

#custom_footer #breadcrumbs .mappoint,
#custom_footer_form #breadcrumbs .mappoint {
    font-family: "atlasicons";
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
    padding-top: 2px;
}

#custom_footer #breadcrumbs .separator,
#custom_footer_form #breadcrumbs .separator {
    font-family: "atlasicons";
}

.fixed-header #header {
    min-height: 40px !important;
    transition: all 0.2s ease-out;
}

.fixed-header #leftwrapper #header #headerleft .logo img,
.fixed-header #leftwrapper #header #headerleft .logo {
    min-height: 40px;
    max-height: 38px;
    transition: all 0.2s ease-out;
}

.fixed-header #leftwrapper #header .menu {
    top: 8px;
    transition: all 0.2s ease-out;
}

.fixed-header #leftwrapper #header .togglelayout {
    top: 9px;
    transition: all 0.2s ease-out;
}

.fixed-header #leftwrapper #header .menu li a div {
    font-size: 13px;
    transition: all 0.2s ease-out;
}

.fixed-header #leftwrapper #header #header-user h4 {
    display: none;
}

.fixed-header #leftwrapper #header #searchthingie {
    top: 13px;
    transition: all 0.2s ease-out;
}

.fixed-header #leftwrapper #header #openertabthingie {
    top: 2px;
    transition: all 0.2s ease-out;
}

.fixed-header #leftwrapper #header #header-user .breadcrumb {
    margin-top: 13px;
    transition: all 0.2s ease-out;
}

.fixed-header .stickysidebar {
    top: 52px !important;
    transition: all 0.2s ease-out;
}

.site.full-width_layout.fixed-header .stickysidebar {
    top: 52px !important;
    transition: all 0.2s ease-out;
}

#sidebarwrapper {
    top: 0;
    transition: all 0.2s ease-out;
    max-height: calc(100% - 95px);
}

.site .toggle-menu .content {
    float: right;
    width: calc(100% - 60px) !important;
    transition: all 0.1s ease-out;
}

.site .toggle-menu #sidebarwrapper {
    float: left;
    width: 40px !important;
    transition: all 0.3s ease-out;
    position: fixed;
    height: auto !important;
    max-height: calc(100% - 95px);
    background: #CDCDCD;
}

.site .toggle-menu #sidebarwrapper em {
    opacity: 0;
    transition: all 0.2s ease-out;
}

.site .toggle-menu #sidebarwrapper:hover {
    width: 200px !important;
}

.site .toggle-menu #sidebarwrapper:hover em {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.site .toggle-menu #sidebarwrapper .sidebar {
    position: relative;
    width: 100%;
    float: left;
}

.site #sidebarwrapper .sidebar ul {
    background: #ffffff;
    padding: 0;
}

.site #sidebarwrapper .sidebar ul li a {
    background-color: #ffffff;
    line-height: 28px !important;
    text-align: left;
    padding: 5px 0 5px 38px;
}

.site #sidebarwrapper .sidebar ul li.li-title {
    display: none
}

.site.full-width_layout #sidebarwrapper {
    position: fixed;
    z-index: 1;
    width: 200px;
    float: left;
    background: #efefef;
    bottom: 9px;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-out;
    max-height: calc(100% - 95px);
    box-shadow: none !important;
}

.site.full-width_layout .toggle-menu #sidebarwrapper {
    position: fixed;
    float: left;
    width: 40px !important;
    transition: all 0.3s ease-out;
    bottom: 0;
    top: 0;
    max-height: calc(100% - 95px);
    background: #cdcdcd;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 9px;
}

.site.full-width_layout .toggle-menu #sidebarwrapper:hover {
    width: 200px !important;
}

#site__header {
    position: fixed;
    width: 100%;
    z-index: 998;
    background: #fff;
    top: 0;
    overflow: visible;
}

.fixed-header #leftwrapper #site__header {
    position: fixed;
    width: 100%;
    z-index: 998;
    background: #fff;
}

.site.full-width_layout.fixed-header #sidebarwrapper {
    /* top: 78px; */
    bottom: 0;
    height: 100%;
    transition: all 0.3s ease-out;
    padding-top: 0;
    box-shadow: none !important;
}

.site.full-width_layout.fixed-header .toggle-menu #sidebarwrapper {
    position: fixed;
    float: left;
    width: 40px !important;
    transition: all 0.3s ease-out;
    bottom: 0;
    /* top: 78px; */
    background: #cdcdcd;
    overflow-y: auto;
    bottom: 0;
    max-height: calc(100% - 70px);
    padding-top: 0;
}

.site.full-width_layout.fixed-header .toggle-menu #sidebarwrapper em {
    opacity: 0;
    transition: all 0.2s ease-out;
}

.site.full-width_layout.fixed-header .toggle-menu #sidebarwrapper:hover {
    width: 200px !important;
}

.site.full-width_layout.fixed-header .toggle-menu #sidebarwrapper:hover em {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.site.fixed-header #sidebarwrapper {
    /* padding-top: 78px; */
    transition: all 0.2s ease-out;
    max-height: calc(100vh - 71px);
    height: auto !important;
}

#loading_spinner {
    z-index: 1000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*
 * Container style
 */

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}


/*
   * Scrollbar rail styles
   */

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}


/*
   * Scrollbar thumb styles
   */

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}


/* MS supports */

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.salesforce_dialer {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../../images/salesforce.svg');
}

.salesforce_dialer.red-text {
    background-image: url('../../images/salesforce-red.svg');
}

.salesforce_dialer.green-text {
    background-image: url('../../images/salesforce-green.svg');
}

.span_mobile_app_refresh {
    cursor:pointer;
    position: absolute;
    left: 10px;
    top: -5px;
    font-size: 12px;
}

.div_mobile_app_refresh {
    position: relative;
}

.m-b-20{margin-bottom: 20px !important;}.m-t-20{margin-top: 20px;}.m-b-5{margin-bottom: 5px;}.m-t-5{margin-top: 5px;}
select option {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}    .toggle2_cont.disabled { pointer-events: none; opacity: 0.5; }
.anchor-with-dec{ color:#00E;font-weight:700;text-decoration:none;}
.th-with-tooltip{ color: #fff !important;background: #000 !important;padding: 0px 4px;border-radius: 100%;font-size: 10px;font-weight: bold;  text-decoration: none; font-family: open_sansregular;}
.bold{font-weight: bold;}
