/* 
    Created on : 11 Jan, 2016, 3:18:19 PM
    Author     : ankitv
*/
.form-control:focus {
  border: 1px solid #aaaaaa !important;
  border-color: #aaaaaa !important;
  outline: none;
  /* Chrome all / Safari all */
  -webkit-box-shadow: none !important;
  /* Firefox all */
  -moz-box-shadow: none !important;
  /* Internet Exploler*/
  -ms-box-shadow: none !important;
  /* Opera */
  -o-box-shadow: none !important;
  /* original */
  box-shadow: none !important; }

.form-control {
  font-size: 12px !important;
  border: 1px solid #aaaaaa;
  background: #FFFFFF;
  padding: 3px;
  /* Chrome all / Safari all */
  -webkit-border-radius: 0 !important;
  /* Firefox all */
  -moz-border-radius: 0 !important;
  /* Internet Exploler*/
  -ms-border-radius: 0 !important;
  /* Opera */
  -o-border-radius: 0 !important;
  /* original */
  border-radius: 0 !important;
  outline: none;
  /* Chrome all / Safari all */
  -webkit-box-shadow: none !important;
  /* Firefox all */
  -moz-box-shadow: none !important;
  /* Internet Exploler*/
  -ms-box-shadow: none !important;
  /* Opera */
  -o-box-shadow: none !important;
  /* original */
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle; }

input:focus, textarea:focus, .gridInput:focus, .k-input:focus, .k-state-focused {
  border: 1px solid #aaaaaa !important;
  border-color: #aaaaaa !important;
  outline: none;
  /* Chrome all / Safari all */
  -webkit-box-shadow: none !important;
  /* Firefox all */
  -moz-box-shadow: none !important;
  /* Internet Exploler*/
  -ms-box-shadow: none !important;
  /* Opera */
  -o-box-shadow: none !important;
  /* original */
  box-shadow: none !important; }

input, select, .k-picker-wrap, .k-numeric-wrap, .k-dropdown-wrap {
  height: 32px; }

.disabledPanel {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  cursor: not-allowed; }

.tab-info {
  background-color: #FEFCDD;
  line-height: 25px;
  margin: -45px 55px 10px 40px;
  text-align: center;
  position: fixed;
  z-index: 10000; }

.utils-display-none {
  display: none !important; }

.utils-float-left {
  float: left !important; }

.utils-float-right {
  float: right !important; }

.utils-error-message {
  text-align: center !important;
  color: grey !important; }

.utils-right-pointer {
  float: right !important;
  cursor: pointer !important; }

.utils-left-pointer {
  float: left !important;
  cursor: pointer !important; }

.utils-padding-0 {
  padding: 0px !important; }

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

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

.utils-clear-both {
  clear: both !important; }

@font-face {
  font-family: 'RobotoRegular';
  /* font name */
  src: url("font-files/Roboto-Regular-webfont.eot");
  /* location of supportive .eot file*/
  src: url("font-files/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("font-files/Roboto-Regular-webfont.woff") format("woff"), url("font-files/Roboto-Regular-webfont.ttf") format("truetype"), url("font-files/Roboto-Regular-webfont.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: RobotoRegular !important;
  font-size: 12px;
  color: #41414B;
  padding-top: 60px;
  overflow: hidden; }

a {
  cursor: pointer; }

label {
  font-weight: normal;
  font-size: 12px; }

hr {
  margin-top: 5px !important;
  margin-bottom: 20px !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: RobotoRegular !important;
  color: #41414B;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-weight: normal; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 15px; }

h3 {
  font-size: 14px; }

.left-indent-1 {
  margin-left: 30px; }

.top-indent-1 {
  margin-top: 10px; }

small {
  font-size: 10px; }

.vmiddle {
  display: inline-block;
  position: relative;
  top: 50%;
  /* Chrome all / Safari all */
  -webkit-transform: translateY(-50%) !important;
  /* Firefox all */
  -moz-transform: translateY(-50%) !important;
  /* Internet Exploler*/
  -ms-transform: translateY(-50%) !important;
  /* Opera */
  -o-transform: translateY(-50%) !important;
  /* original */
  transform: translateY(-50%) !important;
  vertical-align: middle; }

.requiredMark {
  color: #fc1b1b;
  font-weight: bold;
  font-size: 1.2em; }

.requiredMarkContainer {
  padding-top: 3px !important; }

::selection, ::-moz-selection {
  background: #AAA !important;
  color: #FFF !important; }

::-webkit-scrollbar {
  background-color: #F5F5FA !important;
  border: 1px solid #CCCCCC !important; }

::-webkit-scrollbar-thumb {
  background-color: #E6E6EB;
  /* Chrome all / Safari all */
  -webkit-border-radius: 0 !important;
  /* Firefox all */
  -moz-border-radius: 0 !important;
  /* Internet Exploler*/
  -ms-border-radius: 0 !important;
  /* Opera */
  -o-border-radius: 0 !important;
  /* original */
  border-radius: 0 !important; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #E6E6EB; }
  ::-webkit-scrollbar-thumb:active {
    background-color: #E6E6EB; }

::-ms-clear {
  display: none; }

div, ul {
  scrollbar-base-color: #E6E6EB;
  scrollbar-3dlight-color: #E6E6EB;
  scrollbar-highlight-color: #E6E6EB;
  scrollbar-track-color: #F5F5FA;
  scrollbar-arrow-color: #E6E6EB;
  scrollbar-arrow-height: #E6E6EB;
  scrollbar-shadow-color: #E6E6EB;
  scrollbar-dark-shadow-color: #E6E6EB; }

.loading, .mojo-fullscreen-loading-mask, #customers-loading {
  background: rgba(255, 255, 255, 0.5);
  background-image: url("../skins/default/img/loading_image.gif?bust=1736109050");
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  z-index: 19000;
  left: 0;
  bottom: 0; }

.mojo-fullscreen-loading-mask {
  top: 0;
  right: 0; }

.index-application-host-width {
  width: 100%; }

#customers-loading {
  display: none;
  top: 60px;
  padding-left: 250px; }

.mojo-service-tile-label {
  height: 65px;
  padding: 10px;
  width: 100%;
  text-align: center;
  padding: auto;
  border-top: 1px solid #CDCDCD; }

.mojo-service-tile-label span {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.customer-name {
  margin: 0 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

#dashboard-host {
  padding-top: 35px;
  overflow: visible;
  position: fixed;
  z-index: 1000;
  top: 65px;
  bottom: 50px;
  left: 0;
  right: 0; }

.disabled-panel-mask {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: not-allowed;
  position: relative;
  z-index: 18000; }

@media only screen and (max-width: 999px) {
  .mojo-service-tile-label {
    height: 65px; }
  .mspContentPanel #dashboard-host {
    left: 0 !important;
    top: 53px; }
  .mspContentPanel #admin-host {
    left: 0 !important; } }

@media only screen and (min-width: 1000px) {
  .mspContentPanel > #dashboard-host {
    margin-top: 43px; }
  .mspContentPanel > section .stickyFooter .container {
    width: calc(100% - 60px); }
  .mspContentPanel > section .container:first-child {
    width: calc(100% - 40px); }
  .mspContentPanel.organization-tree-hidden > section .container:first-child {
    width: calc(100% - 40px) !important; }
  .customerContentPanel > section .container:first-child {
    width: calc(100% - 40px); } }

input.textField, select.textField {
  width: 196px; }

.mojo-form div {
  margin-bottom: 5px;
  min-height: 35px; }

.mojo-form .mojo-inline-label {
  margin-left: 5px;
  margin-right: 5px; }

.mojo-form .row div:first-child {
  padding-top: 7px; }

.mojo-form .checkbox-padding {
  padding-top: 5px; }

input.login-id {
  height: 40px !important;
  font-size: 18px !important;
  width: 296px; }

/* BUTTONS & INPUTS CSS */
input, textarea, select {
  font-size: 12px !important;
  border: 1px solid #aaaaaa;
  background: #FFFFFF;
  padding: 3px;
  border-radius: 0 !important;
  /* Chrome all / Safari all */
  -webkit-border-radius: 0 !important;
  /* Firefox all */
  -moz-border-radius: 0 !important;
  /* Internet Exploler*/
  -ms-border-radius: 0 !important;
  /* Opera */
  -o-border-radius: 0 !important;
  /* original */
  border-radius: 0 !important;
  outline: none;
  box-shadow: none !important;
  /* Chrome all / Safari all */
  -webkit-box-shadow: none !important;
  /* Firefox all */
  -moz-box-shadow: none !important;
  /* Internet Exploler*/
  -ms-box-shadow: none !important;
  /* Opera */
  -o-box-shadow: none !important;
  /* original */
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle; }

input.error {
  border: 1px solid red !important;
  /* Chrome all / Safari all */
  -webkit-box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important;
  /* Firefox all */
  -moz-box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important;
  /* Internet Exploler*/
  -ms-box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important;
  /* Opera */
  -o-box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important;
  /* original */
  box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important; }
  input.error:focus {
    border: 1px solid red !important;
    /* Chrome all / Safari all */
    -webkit-box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important;
    /* Firefox all */
    -moz-box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important;
    /* Internet Exploler*/
    -ms-box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important;
    /* Opera */
    -o-box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important;
    /* original */
    box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5) !important; }

a:hover, a:active, a:focus {
  outline: none !important; }

input[type="checkbox"], input[type="radio"] {
  height: 1em !important;
  margin: 0px; }

option.selected {
  background: #E6E6EB !important;
  border-color: #aaaaaa !important; }

input[type="file"]:focus {
  border: none !important;
  outline: none !important;
  /* Chrome all / Safari all */
  -webkit-box-shadow: none !important;
  /* Firefox all */
  -moz-box-shadow: none !important;
  /* Internet Exploler*/
  -ms-box-shadow: none !important;
  /* Opera */
  -o-box-shadow: none !important;
  /* original */
  box-shadow: none !important; }

.btn-cd-active {
  background: #E6E6EB !important;
  border: 1px solid #aaaaaa !important; }

.validationMessage {
  display: block;
  color: #FC1B1B;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0px 3px; }

.fieldNotificationMessage {
  display: block;
  line-height: 20px;
  color: #888; }

.fieldNotificationMessage-inline {
  display: inline; }

.notificationMessage {
  display: block;
  padding-left: 20px;
  line-height: 20px;
  background: url("../skins/default/img/info_icon.png?bust=1736109050");
  background-repeat: no-repeat;
  background-position: 0px 3px; }

.container {
  width: 90%; }

.navbar {
  z-index: 9000; }

.navbar a {
  /*padding-bottom: 0px !important;*/ }

.navbar-fixed-top {
  height: 52px;
  background: #F5F5FA; }

#navbar {
  border-bottom: 0px !important; }

#navbarContainer {
  margin: auto; }

#navbar .nav.navbar-nav {
  margin-left: 40px;
  margin-right: -15px; }

#navbar .nav.navbar-nav li {
  min-width: 100px;
  margin-right: 30px; }

#navbar .nav.navbar-nav li a {
  color: #333;
  font-size: 16px;
  cursor: pointer; }

#navbar .nav.navbar-nav li a.active {
  color: #333;
  font-weight: bold; }

#navbar .nav.navbar-nav li a.active:hover {
  color: #333; }

#navbar .nav.navbar-nav.navbar-right li {
  min-width: 60px; }

#navbar .nav.navbar-nav.navbar-right li a {
  color: #333;
  font-size: 12px; }

.btn {
  height: 32px;
  /* Chrome all / Safari all */
  -webkit-border-radius: 0 !important;
  /* Firefox all */
  -moz-border-radius: 0 !important;
  /* Internet Exploler*/
  -ms-border-radius: 0 !important;
  /* Opera */
  -o-border-radius: 0 !important;
  /* original */
  border-radius: 0 !important;
  font-size: 12px !important;
  margin: 0px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important; }

.btn-default:disabled {
  background: #CCC;
  color: #FFF; }

.btn-default.toggleTags:hover, .btn-default.toggleTags:focus, .btn-default.toggleTags:active {
  background: #FFF; }

.btn-default.toggleTagsInverted:hover, .btn-default.toggleTagsInverted:focus, .btn-default.toggleTagsInverted:active {
  background: #FFF; }

.modal-body {
  overflow: auto;
  max-height: 250px;
  max-width: 620px; }

.modal-header {
  max-width: 620px;
  word-wrap: break-word; }

@media only screen and (max-width: 999px) {
  /* small  */
  #navbar {
    background: #F5F5FA;
    border-bottom: 1px solid #D2D1D1;
    width: 100%; } }

@media only screen and (min-width: 1000px) {
  /* large  */
  #navbar .nav.navbar-nav li a.active {
    color: #333;
    font-weight: bold;
    background-image: url("../skins/default/img/navbar_notch.png?bust=1736109050");
    background-position: center bottom;
    background-repeat: no-repeat; }
  #navbar a {
    text-align: center; } }

.customerProfilesGrid table {
  width: 100%; }

.profilesGridWithNoUsers table {
  width: 100%; }

.profilesGridWithNoKeys table {
  width: 100%; }

.customerProfilesGrid colgroup {
  display: none; }

.usersGridWithNoOptions colgroup {
  display: none; }

.keysGridWithNoOptions colgroup {
  display: none; }

.profilesGridWithNoUsers colgroup {
  display: none; }

.profilesGridWithNoKeys colgroup {
  display: none; }

.customerProfilesGrid th {
  padding-right: 6px !important; }

.profilesGridWithNoUsers th {
  padding-right: 6px !important; }

.profilesGridWithNoKeys th {
  padding-right: 6px !important; }

.customerProfilesGrid [data-field="isGlobalCustomerAdmin"] {
  display: none !important; }

.customerProfilesGrid [data-field="isSelfAdmin"] {
  display: none !important; }

.customerProfilesGrid [data-field="profile_id"] {
  width: 40px; }

.profilesGridWithNoUsers [data-field="profile_id"] {
  width: 40px; }

.profilesGridWithNoKeys [data-field="profile_id"] {
  width: 40px; }

.usersGridWithNoOptions [data-field="user_id"] {
  display: none !important; }

.keysGridWithNoOptions [data-field="id"] {
  display: none !important; }

.profilesGridWithNoUsers [data-field="user_assingned"] {
  display: none !important; }

.profilesGridWithNoKeys [data-field="key_assingned"] {
  display: none !important; }

.grid-toolbar-btn-container {
  height: 32px;
  min-width: 100px;
  display: inline-block; }

.k-popup {
  background-color: #ffffff; }

.k-calendar-container.k-popup {
  background-color: #f5f5f5; }

.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after {
  background-image: url("img/sprite.png?bust=1736109050");
  border-color: transparent; }

/*     IE will ignore the above selectors if these are added too */
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  background-image: url("img/sprite.png?bust=1736109050");
  border-color: transparent; }

.k-button {
  color: #41414B;
  border-color: #dbdbde;
  background-color: #f3f3f4; }
  .k-button:hover {
    color: #263248;
    border-color: #b6bdca;
    background-color: #b6bdca; }

.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active {
  color: #b3bac7;
  border-color: #dbdbde;
  background-color: #f3f3f4; }

/*  states  */
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
  background-color: #ffffff;
  border-color: #a6afbe;
  color: #41414B; }

.k-menu .k-state-hover > .k-state-active {
  background-color: transparent; }

.k-state-highlight {
  background: #ffffff;
  color: #41414B; }

.k-state-focused,
.k-grouping-row .k-state-focused {
  border-color: #b6bdca; }

.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link, .k-calendar .k-footer .k-link {
  border-radius: 0px; }

.k-pager-wrap {
  background-color: #f3f3f4;
  color: #41414B; }

.k-tool-icon {
  background-image: url("img/sprite.png?bust=1736109050"); }

/* Shadows */
.k-widget,
.k-button {
  /* Chrome all / Safari all */
  -webkit-box-shadow: none !important;
  /* Firefox all */
  -moz-box-shadow: none !important;
  /* Internet Exploler*/
  -ms-box-shadow: none !important;
  /* Opera */
  -o-box-shadow: none !important;
  /* original */
  box-shadow: none !important; }

.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-dropzone {
  /* Chrome all / Safari all */
  -webkit-border-radius: 3px !important;
  /* Firefox all */
  -moz-border-radius: 3px !important;
  /* Internet Exploler*/
  -ms-border-radius: 3px !important;
  /* Opera */
  -o-border-radius: 3px !important;
  /* original */
  border-radius: 3px !important; }

.k-list-container {
  color: #41414B; }

.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator {
  border-color: #dbdbde; }

.k-grid-header .k-header > .k-link {
  margin: -.5px -.6px -.4px 0px !important;
  padding: .5px .6px .4px .6px !important; }

.k-pager-numbers .k-link,
.k-treeview .k-in {
  border-color: transparent; }

.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px; }

.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-icon:not(.k-loading),
  .k-grouping-dropclue,
  .k-drop-hint,
  .k-callout,
  .k-tool-icon,
  .k-state-hover .k-tool-icon,
  .k-state-active .k-tool-icon,
  .k-state-active.k-state-hover .k-tool-icon,
  .k-state-selected .k-tool-icon,
  .k-state-selected.k-state-hover .k-tool-icon,
  .k-column-menu .k-sprite,
  .k-mobile-list .k-check:checked,
  .k-mobile-list .k-edit-field [type=checkbox]:checked,
  .k-mobile-list .k-edit-field [type=radio]:checked {
    background-image: url("img/sprite.png?bust=1736109050");
    background-size: 340px 336px; }
  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-numeric-wrap .k-input {
    /* Chrome all / Safari all */
    -webkit-border-radius: 2px 0 0 2px !important;
    /* Firefox all */
    -moz-border-radius: 2px 0 0 2px !important;
    /* Internet Exploler*/
    -ms-border-radius: 2px 0 0 2px !important;
    /* Opera */
    -o-border-radius: 2px 0 0 2px !important;
    /* original */
    border-radius: 2px 0 0 2px !important; } }

.k-notification > .k-notification-wrap {
  text-align: center;
  white-space: normal;
  word-wrap: break-word; }

.k-notification-error {
  background: #fefcdd !important;
  border-color: #ff0000 !important;
  color: #333333 !important;
  font-size: 12px !important;
  font-weight: bold !important; }

.k-notification-success {
  background: #fefcdd !important;
  border-color: #AAAAAA !important;
  color: #333333 !important;
  font-size: 12px !important;
  font-weight: bold !important; }

.k-notification-info {
  background: #fefcdd !important;
  border-color: #AAAAAA !important;
  color: #333333 !important;
  font-size: 12px !important;
  font-weight: bold !important; }

.k-notification-warning {
  background: #fefcdd !important;
  border-color: #AAAAAA !important;
  color: #333333 !important;
  font-size: 12px !important;
  font-weight: bold !important; }

.k-animation-container {
  margin: auto;
  z-index: 20000 !important; }

.k-grid {
  /* Chrome all / Safari all */
  -webkit-border-radius: 0 !important;
  /* Firefox all */
  -moz-border-radius: 0 !important;
  /* Internet Exploler*/
  -ms-border-radius: 0 !important;
  /* Opera */
  -o-border-radius: 0 !important;
  /* original */
  border-radius: 0 !important; }

.grid-no-scroll .k-grid-header {
  padding-right: 0px !important; }

.k-grid-header th {
  background: #F5F5FA;
  font-weight: bold; }

.grid-no-scroll .k-grid-content {
  overflow-y: hidden !important; }

.k-grid-content tr {
  height: 40px !important;
  cursor: pointer; }

.k-grid-content tr:not(.editable) {
  color: #999999; }

.k-grid-content tr.editable:hover {
  background: #FDFCDF !important; }

.k-grid-content tr.right-clicked {
  background: #FDFCDF !important; }

.k-grid-content tr:nth-child(even) {
  background: #F5F5FA; }

.k-grid-content td {
  border-width: 0 0 1px 1px !important;
  white-space: nowrap; }

.k-grid-content td div.clickable-label {
  padding-left: 3px;
  width: calc(100% - 3px);
  line-height: 39px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.k-grid-content td:first-child {
  border-width: 0 0 1px 0 !important; }

th.k-filterable > .k-grid-filter {
  height: 21px !important;
  padding-top: 7px !important; }

th.k-filterable > .k-link {
  height: 21px !important;
  padding-top: 7px !important; }

.k-grid-filter.k-state-active {
  background: #DCDDE1;
  display: inline !important; }

span.k-select {
  border-left-color: #aaaaaa !important; }

.k-state-selected {
  background: #E6E6EB !important;
  border-color: #aaaaaa !important; }

.k-numerictextbox {
  width: 100px; }

.k-picker-wrap .k-input {
  height: 27px; }

.k-numeric-wrap .k-input {
  height: 27px; }

.k-dropdown-wrap .k-input {
  height: 27px; }

.k-picker-wrap .k-input:focus {
  height: 26px; }

.k-numeric-wrap .k-input:focus {
  height: 26px; }

.k-dropdown-wrap .k-input:focus {
  height: 26px; }

.k-multiselect-wrap.k-floatwrap {
  height: 63px;
  overflow: auto;
  margin: 0px !important;
  padding: 0px !important; }

.k-multiselect-wrap.k-floatwrap ul {
  padding: 1px !important; }

.k-multiselect-wrap.k-floatwrap .k-button {
  margin: 2px !important;
  background-color: #E6E6EB;
  border-color: #BCBCBC; }

.k-multiselect-wrap.k-floatwrap .k-button:hover {
  background-color: #BCBCBC;
  border-color: #BCBCBC; }

.k-multiselect-wrap.k-floatwrap .k-input {
  border: 0px !important; }

.k-list .k-state-hover, .k-list .k-state-focused, .k-list .k-state-highlight, .k-list .k-state-selected, .k-dropzone,
.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content,
.k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete,
.k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker,
.k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container,
.k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track,
.k-slider-selection, .k-upload {
  /* Chrome all / Safari all */
  -webkit-border-radius: 0 !important;
  /* Firefox all */
  -moz-border-radius: 0 !important;
  /* Internet Exploler*/
  -ms-border-radius: 0 !important;
  /* Opera */
  -o-border-radius: 0 !important;
  /* original */
  border-radius: 0 !important; }

.k-header {
  font-size: 14px; }

.k-dropdown, .k-grid-add, .k-select, .k-picker-wrap, .k-textbox {
  font-size: 12px; }

.k-edit-label.mojo-form {
  text-align: left;
  padding-left: 15px; }

div.k-window-content {
  padding: 1em 0; }

.gridToolbar > .k-menu {
  display: inline-block; }

.gridToolbar > .k-menu .k-item > .k-link {
  padding: 1px 7px; }

.k-column-menu > ul > li > span.k-link {
  padding: 5px !important; }

.k-filterable.k-content {
  height: 130px !important; }

.devicesGrid > .k-grid-content {
  height: 371px !important; }

.devicesGrid .k-grid-header .k-header > .k-link {
  width: 90%; }

.switchesGrid .k-grid-header .k-header > .k-link {
  width: 90%; }

.switchesGrid > .k-grid-content {
  height: 371px !important; }

div.stickyPager .k-grid-pager, .k-pager-sizes {
  padding: 0px;
  float: right;
  margin: 0px; }

.k-pager-sizes > .k-dropdown {
  min-width: 65px !important; }

.k-grid tr {
  -webkit-transform: scale3d(1, 1, 1); }

.ttooltip-wrap {
  z-index: 10000; }

.ttooltip-title {
  margin: 0px !important; }

.ttooltip-content {
  text-align: left !important; }

.ttooltip-content ul {
  padding-left: 30px; }

.ttooltip-content li {
  text-align: left !important; }

.ttooltip-footer {
  background: #F5F5FA;
  white-space: nowrap; }

input.token-input {
  border: none !important;
  outline: none !important;
  max-width: calc(100% - 5px) !important; }

.tokenfield {
  height: 90px !important;
  overflow-y: auto;
  overflow-x: hidden; }
  .tokenfield .token {
    padding: 0px !important; }
  .tokenfield .token, .tokenfield .token-label {
    min-height: 17px !important;
    max-width: calc(100% - 5px); }
  .tokenfield.focus, .tokenfield .token.active {
    border: 1px solid #aaaaaa; }
  .tokenfield .token.error {
    border: 1px solid #FC1B1B; }

.modalBlockout {
  z-index: 19000 !important; }

.modalHost, .messageBox {
  z-index: 19001 !important; }

.modal-header {
  padding: 0px 15px 0px 15px; }

.modal-header > h3 {
  font-size: 16px; }

.modal-body {
  padding: 10px 15px 0px 15px; }

.modal-body > p {
  font-size: 14px; }

.modal-footer {
  padding: 10px; }

.modal-footer > .btn {
  background-color: #F5F5FA;
  border: 1px solid #AAAAAA; }

.modal-footer > .btn-primary {
  background-color: #EE7812; }

.modal-footer .btn {
  float: right;
  margin-right: 5px; }

.modal-footer .btn-primary {
  float: right; }

.custom-help-icon {
  cursor: pointer;
  padding: 0 0 5px 20px;
  height: 20px;
  background: url("../skins/default/img/help.png?bust=1736109050") no-repeat; }

.mojo-msp-icon {
  display: inline;
  padding: 0 0 5px 20px;
  height: 20px;
  background: url("../skins/default/img/tree_icons/msp2.png?bust=1736109050") no-repeat; }

.mojo-customer-icon {
  display: inline;
  padding: 0 0 5px 20px;
  height: 20px;
  background: url("../skins/default/img/tree_icons/customer.png?bust=1736109050") no-repeat; }

.custom-notification-icon {
  cursor: pointer;
  padding: 0 0 5px 20px;
  height: 20px;
  background: url("../skins/default/img/notification.png?bust=1736109050") no-repeat; }

div.mojo-options-button {
  padding: 10px;
  background-image: url("../skins/default/img/options.png?bust=1736109050");
  background-position: center center;
  background-repeat: no-repeat; }
  div.mojo-options-button.diplay-inline {
    display: inline; }

.disabled-icon {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
  cursor: not-allowed; }

.custom-sm-triangle-e {
  width: 0;
  height: 0;
  border-right: 0  !important;
  border-top: 5px solid transparent  !important;
  border-bottom: 5px solid transparent  !important;
  border-left: 5px solid #333; }

.custom-sm-triangle-w {
  width: 0;
  height: 0;
  border-left: 0  !important;
  border-top: 5px solid transparent  !important;
  border-bottom: 5px solid transparent  !important;
  border-right: 5px solid #333; }

.custom-sm-triangle-s {
  width: 0;
  height: 0;
  border-bottom: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #333; }

.custom-sm-triangle-n {
  width: 0;
  height: 0;
  border-top: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid #333; }

.mojo-service-icon {
  padding: 17px 35px;
  background-size: auto 44px;
  background-position: center center;
  background-repeat: no-repeat; }

.mojo-service-header {
  display: inline-block;
  line-height: 50px;
  background-color: #F5F5FA;
  border: 1px solid #CDCDCD;
  padding-right: 10px;
  margin-bottom: 10px; }

.mojo-right-arrow-icon {
  padding: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/right_arrow_icon.png?bust=1736109050") !important;
  cursor: pointer; }

.mojo-left-arrow-icon {
  padding: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/left_arrow_icon.png?bust=1736109050") !important;
  cursor: pointer; }

.mojo-service-tiles-link-icon {
  padding: 17px 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/tiles.png?bust=1736109050") !important;
  cursor: pointer;
  color: transparent; }

.mojo-trail-arrow-icon {
  padding: 17px 15px;
  background-size: auto 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/trail_arrow.png?bust=1736109050") !important; }

.mojo-refresh-icon {
  padding-left: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/refresh.png?bust=1736109050") !important;
  cursor: pointer; }

.mojo-ipopup-icon {
  background-size: 18px 18px;
  padding-bottom: 2px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/help.png?bust=1736109050") !important; }
  .mojo-ipopup-icon.ipopup-icon-inline-style {
    float: right;
    height: 17px;
    cursor: pointer; }

.mojo-report-icon {
  background-size: 20px 20px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/reports.png?bust=1736109050") !important;
  height: 24px; }

.mojo-filter-icon {
  background-size: 18px 18px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/filter.gif?bust=1736109050") !important; }
  .mojo-filter-icon.filter-icon-inline-style {
    margin: 8px 10px 0 0;
    width: 20px;
    height: 20px;
    float: right; }

.mojo-error-icon {
  background-size: 16px 16px;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/error.png?bust=1736109050") !important; }

.back-to-users-button {
  padding: 12px 20px 12px 0px;
  margin-right: 30px;
  border-right: 1px dotted #CDCDCD;
  float: left; }

.mojo-back-icon {
  padding: 10px 10px 13px 10px;
  background-image: url("../skins/default/img/back.png?bust=1736109050");
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer; }

.mojo-add-icon {
  padding: 10px;
  background-image: url("../skins/default/img/add.png?bust=1736109050");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.mojo-copy-icon {
  background-image: url("../skins/default/img/copy.png?bust=1736109050"); }

.mojo-pii-icon {
  background-image: url("../skins/default/img/pii.png?bust=1736109050"); }

.mojo-minimize-icon {
  background-image: url("../skins/default/img/minimize.png?bust=1736109050"); }

.mojo-maximize-icon {
  background-image: url("../skins/default/img/maximize.png?bust=1736109050"); }

.mojo-trash-icon {
  background-image: url("../skins/default/img/trash.png?bust=1736109050"); }

.mojo-time-icon {
  background-image: url("../skins/default/img/time.png?bust=1736109050"); }

.mojo-cancel-icon {
  padding: 10px;
  background-image: url("../skins/default/img/cancel.png?bust=1736109050");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.mojo-search-icon {
  padding: 10px;
  background-image: url("../skins/default/img/search.png?bust=1736109050");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.mojo-previous-icon {
  padding: 10px;
  background-image: url("../skins/default/img/previous.png?bust=1736109050");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.mojo-next-icon {
  padding: 10px;
  background-image: url("../skins/default/img/next.png?bust=1736109050");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.toolbar-icon {
  height: 100%;
  padding: 15px; }

.toolbar-icon.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  cursor: not-allowed; }

.toolbar-icon.active {
  background-color: #E6E6EB; }

.ui-autocomplete.ui-front {
  max-height: 200px !important;
  overflow-y: auto;
  overflow-x: hidden; }
  .ui-autocomplete.ui-front li {
    padding-right: 20px !important; }

.ui-front {
  z-index: 25000;
  background: #fff !important; }

.ui-state-focus {
  border: 1px solid #bcbcbc !important;
  background: #E6E6EB !important;
  font-weight: bold;
  color: #333 !important; }

.ui-accordion {
  font-family: RobotoRegular !important; }

.ui-widget {
  font-size: 1em !important; }

.ui-accordion-header {
  outline: none !important;
  font-family: RobotoRegular !important;
  font-weight: normal;
  font-size: 12px;
  border-color: #CDCDCD !important;
  color: #333 !important;
  background: #FFFFFF !important;
  margin: 0px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 9px 6px 9px 29px !important;
  /* Chrome all / Safari all */
  -webkit-border-radius: 0 !important;
  /* Firefox all */
  -moz-border-radius: 0 !important;
  /* Internet Exploler*/
  -ms-border-radius: 0 !important;
  /* Opera */
  -o-border-radius: 0 !important;
  /* original */
  border-radius: 0 !important; }

.ui-accordion-header .ui-icon {
  background-position: center center;
  background-image: url("../skins/default/img/tree_icons/node_collapsed.gif?bust=1736109050") !important; }

.ui-accordion-header.ui-accordion-header-active {
  background: #FFF !important; }

.ui-accordion-header.ui-accordion-header-active .ui-icon {
  background-position: center center;
  background-image: url("../skins/default/img/tree_icons/node_expanded.gif?bust=1736109050") !important; }

.ui-accordion-header.ui-state-hover {
  background: #E6E6EB !important; }

.ui-accordion-content {
  margin: 0px !important;
  padding-top: 9px !important;
  padding-left: 18px !important;
  padding-bottom: 9px !important;
  background: #FFF !important; }

#accountAccordion {
  margin-left: -12px;
  margin-right: -12px; }
  #accountAccordion .fieldNotificationMessage {
    padding-bottom: 0px; }
  #accountAccordion .ui-accordion-header {
    background: #F5F5FA !important; }
  #accountAccordion .row {
    margin-bottom: 10px !important; }

#passwordPolicyAccordion .ui-accordion-header {
  background: #F5F5FA !important; }

.ui-widget-content a.mojo-custom-link {
  color: #428bca; }

.ui-widget-content a.mojo-custom-link:hover {
  color: #2a6496; }

ul.contextMenu {
  position: fixed;
  z-index: 10000;
  min-width: 150px;
  min-height: 40px;
  list-style-type: none;
  background: #FFF;
  border: #CDCDCD 1px solid;
  padding: 0;
  /* Chrome all / Safari all */
  -webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* Firefox all */
  -moz-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* Internet Exploler*/
  -ms-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* Opera */
  -o-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* original */
  box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important; }

ul.contextMenu li {
  padding: 10px;
  width: 100%;
  border-bottom: #CDCDCD 1px solid;
  text-align: left;
  cursor: pointer; }

ul.contextMenu li.disabled {
  color: #999999; }

ul.contextMenu li:not(.disabled):hover {
  background: #F5F5FA; }

div.spacerForFooter, div.spacerForHeader {
  height: 75px;
  width: 100%;
  clear: both; }

div.stickyFooter {
  /* Chrome all / Safari all */
  -webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* Firefox all */
  -moz-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* Internet Exploler*/
  -ms-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* Opera */
  -o-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* original */
  box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F5F5FA; }

div.stickyFooter .container {
  height: 50px;
  line-height: 50px;
  padding-left: 0px !important;
  padding-right: 0px !important; }

div.stickyHeader {
  /* Chrome all / Safari all */
  -webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* Firefox all */
  -moz-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* Internet Exploler*/
  -ms-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* Opera */
  -o-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  /* original */
  box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF; }

div.stickyHeader .container {
  height: 50px;
  line-height: 50px;
  padding-left: 10px !important;
  padding-right: 10px !important; }

@media only screen and (max-width: 999px) {
  /* smaill & medium */
  .mspContentPanel div.stickyFooter {
    padding-left: 0px !important; }
  .mspContentPanel > section .stickyFooter .container {
    width: 90%; } }

@media only screen and (min-width: 1000px) {
  /* large */
  .mspContentPanel div.stickyFooter {
    padding-left: 250px; }
  .mspContentPanel.organization-tree-hidden div.stickyFooter {
    padding-left: 0px !important; }
  .mspContentPanel.organization-tree-hidden > section .stickyFooter .container {
    width: calc(90% - 20px) !important; } }

div.stickyFooter div.longLeft {
  line-height: 1.3em;
  padding: 10px 3px 10px 30px;
  float: left;
  text-align: center; }

div.stickyFooter div.shortRight {
  overflow: visible;
  float: right;
  text-align: right; }

@media only screen and (min-width: 1000px) {
  #dashboard-host .container:first-child {
    width: calc(100% - 40px); }
  #dashboard-host .stickyFooter .container {
    width: calc(100% - 60px); }
  .mspContentPanel.organization-tree-hidden > #dashboard-host .container:first-child {
    width: calc(100% - 40px) !important; }
  .mspContentPanel.organization-tree-hidden > #dashboard-host .stickyFooter .container {
    width: calc(90%-20px) !important; } }

div.stickyFooter.devices .stickyPager .k-pager-sizes {
  background: #F5F5F5;
  width: auto;
  border: none;
  padding-top: 5px !important; }

.customerContentPanel {
  width: 100%; }

.mspContentPanel {
  width: 100%;
  padding-top: 40px; }
  .mspContentPanel #breadcrumb {
    position: fixed;
    font-size: 17px;
    padding-left: 38px;
    top: 61px;
    z-index: 1996; }

.mspContentPanel.organization-tree-hidden {
  padding-top: 0px; }
  .mspContentPanel.organization-tree-hidden #breadcrumb {
    display: none; }

.customerContentPanel .row {
  margin: 0px !important; }

.mspContentPanel .row {
  margin: 0px !important; }

.mspContentPanel #dashboard-host {
  left: 250px;
  padding-top: 0px; }

.mspContentPanel.organization-tree-hidden #dashboard-host {
  left: 0 !important; }

#ownAccountFormMask {
  background: #666;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  cursor: not-allowed;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 18000; }

@media only screen and (max-width: 999px) {
  .mspContentPanel {
    padding-left: 0px !important; } }

@media only screen and (min-width: 1000px) {
  .mspContentPanel {
    padding-left: 250px; }
  .mspContentPanel.organization-tree-hidden {
    padding-left: 0px !important; } }

/*------ INLINE CSS ------*/
.shell-main-container {
  width: 100% !important;
  min-height: 100% !important;
  padding: 0px !important; }

#shell-logo-margin-top {
  margin-top: -5px; }

.shell-navbar-height {
  height: 0.766667px; }

#shell-navbar-right {
  top: 0;
  right: 0;
  padding-right: 30px !important; }

#shell-navbar-help-icon, #shell-navbar-notification-icon {
  padding-left: 25px;
  padding-right: 0px; }

#shell-navbar-notification-icon {
  margin-right: -50px !important; }

#shell-navbar-notification-icon sup {
  background: #FF0000;
  color: #FFF;
  padding: 0px 4px;
  /* Chrome all / Safari all */
  -webkit-border-radius: 50% !important;
  /* Firefox all */
  -moz-border-radius: 50% !important;
  /* Internet Exploler*/
  -ms-border-radius: 50% !important;
  /* Opera */
  -o-border-radius: 50% !important;
  /* original */
  border-radius: 50% !important;
  font-size: 0.75em;
  font-weight: bold;
  margin-left: -5px;
  display: inline;
  width: 10px; }

#notificationsPopup .ttooltip-default-header {
  width: 290px !important;
  display: inline-block; }

#notificationsPopup .mojo-reset-tag-icon {
  float: right !important;
  margin-right: 10px !important;
  margin-top: -3px !important; }

#notificationsPopup .ttooltip-default-header a {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer; }

#notificationsPopup section {
  margin: 0px !important;
  padding: 0px !important;
  max-height: 250px;
  overflow-y: auto;
  /*for footer section*/
  overflow-x: hidden !important; }
  #notificationsPopup section.ttooltip-default-content {
    overflow-y: scroll !important; }

#notificationsPopup ul.contextMenu {
  position: relative !important;
  width: 350px !important;
  margin: 0px !important;
  /* Chrome all / Safari all */
  -webkit-box-shadow: 0px 0px 0px !important;
  /* Firefox all */
  -moz-box-shadow: 0px 0px 0px !important;
  /* Internet Exploler*/
  -ms-box-shadow: 0px 0px 0px !important;
  /* Opera */
  -o-box-shadow: 0px 0px 0px !important;
  /* original */
  box-shadow: 0px 0px 0px !important;
  min-height: 200px;
  overflow-y: visible !important;
  overflow-x: hidden; }

#notificationsPopup li.unread {
  background: #FEFCDD;
  font-weight: bold; }

#notificationsPopup li.unread:hover {
  background: #F5F5FA !important; }

#notificationsPopup span.content {
  width: 100%;
  padding-right: 5px;
  display: inline-block; }

#notificationsPopup span.date {
  width: 100%;
  text-align: left;
  color: #666;
  font-size: 9px;
  display: inline-block; }

#notificationsPopup span.mojo-reset-tag-icon {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 0px; }

#notificationsPopup .mojo-fullscreen-loading-mask {
  position: absolute;
  top: 36px; }

#shell-navbar-account-popup-link {
  padding: 15px 0 0 0;
  height: 20px; }

#shell-account-popup-link-triangle {
  float: right;
  margin-top: 7px; }

#shell-account-popup-user-name {
  float: right;
  max-width: 200px;
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px; }

.shell-account-popup-maindiv {
  position: absolute;
  top: 40px;
  width: auto;
  z-index: 18000;
  display: none; }

#shell-account-popup-ttooltip {
  padding: 0 !important; }

.shell-account-ttooltip-nowrap {
  white-space: nowrap; }

#shell-account-setting-link {
  float: left;
  vertical-align: middle;
  cursor: pointer; }

#shell-account-signout-link, .shell-notifications-action-button {
  float: right;
  vertical-align: middle; }

#shell-account-signout-label {
  float: right;
  margin: 7px 5px; }

.shell-account-form {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: auto;
  width: 400px;
  z-index: 18500; }

#restricted-access-notification {
  height: 25px;
  padding-top: 2px;
  border: 1px solid #d2d1d1;
  background: #FEFCDD;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  text-align: center; }

#critical-notification {
  height: 41px;
  padding-top: 2px;
  border-bottom: 1px solid #d2d1d1;
  background: #fefcdd;
  position: fixed;
  top: 52px;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 33px;
  cursor: pointer; }
  #critical-notification.with-double-notification {
    height: 52px;
    line-height: 15px; }
    #critical-notification.with-double-notification > div {
      padding-top: 4px;
      padding-bottom: 1px; }
    #critical-notification.with-double-notification > div:first-child {
      border-bottom: dotted 1px #d2d1d1; }
  #critical-notification.with-optout-notification {
    top: 78px; }
  #critical-notification span {
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap; }
  #critical-notification a {
    vertical-align: top; }

#notifications-placeholder {
  width: 350px !important;
  padding: 10px;
  height: 100px;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  color: #AAA;
  text-align: center; }

#applicationHost.restricted-mode {
  padding-top: 25px; }
  #applicationHost.restricted-mode .navbar-fixed-top {
    top: 25px !important; }
  #applicationHost.restricted-mode .navbar-right {
    top: 25px !important; }
  #applicationHost.restricted-mode #organizationTree {
    top: 77px !important; }
  #applicationHost.restricted-mode #customersList {
    top: 158px !important; }
  #applicationHost.restricted-mode #customersList.mspCustomers {
    top: 198px !important; }
  #applicationHost.restricted-mode #tagsWindow {
    top: 77px !important; }
  #applicationHost.restricted-mode #tagsWindow .tokenfield.tags-tokenfield {
    top: 218px !important; }
  #applicationHost.restricted-mode #admin-host {
    top: 118px !important; }
  #applicationHost.restricted-mode #device-admin-tab {
    top: 85px !important; }
  #applicationHost.restricted-mode #dashboard-host {
    top: 90px !important; }
  #applicationHost.restricted-mode #breadcrumb {
    top: 86px !important; }
  #applicationHost.restricted-mode .mspContentPanel #admin-host {
    top: 158px !important; }
  #applicationHost.restricted-mode .mspContentPanel.organization-tree-hidden #admin-host {
    top: 118px !important; }

#applicationHost.critical-notification-mode {
  padding-top: 41px; }
  #applicationHost.critical-notification-mode .navbar-fixed-top {
    top: 0px !important; }
  #applicationHost.critical-notification-mode .navbar-right {
    top: 0px !important; }
  #applicationHost.critical-notification-mode #organizationTree {
    top: 93px !important; }
  #applicationHost.critical-notification-mode #customersList {
    top: 175px !important; }
  #applicationHost.critical-notification-mode #customersList.mspCustomers {
    top: 214px !important; }
  #applicationHost.critical-notification-mode #tagsWindow {
    top: 93px !important; }
  #applicationHost.critical-notification-mode #tagsWindow .tokenfield.tags-tokenfield {
    top: 218px !important; }
  #applicationHost.critical-notification-mode #admin-host {
    top: 135px !important; }
  #applicationHost.critical-notification-mode #device-admin-tab {
    top: 85px !important; }
  #applicationHost.critical-notification-mode #dashboard-host {
    top: 90px !important; }
  #applicationHost.critical-notification-mode #breadcrumb {
    top: 102px !important; }
  #applicationHost.critical-notification-mode .mspContentPanel #admin-host {
    top: 174px !important; }
  #applicationHost.critical-notification-mode .mspContentPanel.organization-tree-hidden #admin-host {
    top: 134px !important; }

#applicationHost.restricted-mode.critical-notification-mode {
  padding-top: 67px; }
  #applicationHost.restricted-mode.critical-notification-mode .navbar-fixed-top {
    top: 25px !important; }
  #applicationHost.restricted-mode.critical-notification-mode .navbar-right {
    top: 25px !important; }
  #applicationHost.restricted-mode.critical-notification-mode #organizationTree {
    top: 119px !important; }
  #applicationHost.restricted-mode.critical-notification-mode #customersList {
    top: 201px !important; }
  #applicationHost.restricted-mode.critical-notification-mode #customersList.mspCustomers {
    top: 240px !important; }
  #applicationHost.restricted-mode.critical-notification-mode #tagsWindow {
    top: 119px !important; }
  #applicationHost.restricted-mode.critical-notification-mode #tagsWindow .tokenfield.tags-tokenfield {
    top: 243px !important; }
  #applicationHost.restricted-mode.critical-notification-mode #admin-host {
    top: 143px !important; }
  #applicationHost.restricted-mode.critical-notification-mode #device-admin-tab {
    top: 110px !important; }
  #applicationHost.restricted-mode.critical-notification-mode #dashboard-host {
    top: 115px !important; }
  #applicationHost.restricted-mode.critical-notification-mode #breadcrumb {
    top: 128px !important; }
  #applicationHost.restricted-mode.critical-notification-mode .mspContentPanel #admin-host {
    top: 200px !important; }
  #applicationHost.restricted-mode.critical-notification-mode .mspContentPanel.organization-tree-hidden #admin-host {
    top: 160px !important; }

#applicationHost.critical-notification-mode.with-double-notification {
  padding-top: 52px; }
  #applicationHost.critical-notification-mode.with-double-notification .navbar-fixed-top {
    top: 0px !important; }
  #applicationHost.critical-notification-mode.with-double-notification .navbar-right {
    top: 0px !important; }
  #applicationHost.critical-notification-mode.with-double-notification #organizationTree {
    top: 104px !important; }
  #applicationHost.critical-notification-mode.with-double-notification #customersList {
    top: 186px !important; }
  #applicationHost.critical-notification-mode.with-double-notification #customersList.mspCustomers {
    top: 225px !important; }
  #applicationHost.critical-notification-mode.with-double-notification #tagsWindow {
    top: 104px !important; }
  #applicationHost.critical-notification-mode.with-double-notification #tagsWindow .tokenfield.tags-tokenfield {
    top: 229px !important; }
  #applicationHost.critical-notification-mode.with-double-notification #admin-host {
    top: 146px !important; }
  #applicationHost.critical-notification-mode.with-double-notification #device-admin-tab {
    top: 85px !important; }
  #applicationHost.critical-notification-mode.with-double-notification #dashboard-host {
    top: 101px !important; }
  #applicationHost.critical-notification-mode.with-double-notification #breadcrumb {
    top: 113px !important; }
  #applicationHost.critical-notification-mode.with-double-notification .mspContentPanel #admin-host {
    top: 185px !important; }
  #applicationHost.critical-notification-mode.with-double-notification .mspContentPanel.organization-tree-hidden #admin-host {
    top: 145px !important; }

#applicationHost.restricted-mode.critical-notification-mode.with-double-notification {
  padding-top: 78px; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification .navbar-fixed-top {
    top: 25px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification .navbar-right {
    top: 25px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification #organizationTree {
    top: 130px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification #customersList {
    top: 212px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification #customersList.mspCustomers {
    top: 251px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification #tagsWindow {
    top: 130px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification #tagsWindow .tokenfield.tags-tokenfield {
    top: 254px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification #admin-host {
    top: 154px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification #device-admin-tab {
    top: 110px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification #dashboard-host {
    top: 126px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification #breadcrumb {
    top: 139px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification .mspContentPanel #admin-host {
    top: 200px !important; }
  #applicationHost.restricted-mode.critical-notification-mode.with-double-notification .mspContentPanel.organization-tree-hidden #admin-host {
    top: 160px !important; }

#organizationTree {
  position: fixed;
  top: 52px;
  bottom: 0;
  left: 0;
  width: 250px;
  background: #F5F5FA;
  z-index: 2000;
  /* Chrome all / Safari all */
  -webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important;
  /* Firefox all */
  -moz-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important;
  /* Internet Exploler*/
  -ms-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important;
  /* Opera */
  -o-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important;
  /* original */
  box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important; }
  #organizationTree .customers-count {
    height: 51px;
    padding: 0px 10px;
    border-top: 1px solid #D2D1D1;
    border-bottom: 1px solid #D2D1D1;
    position: absolute;
    bottom: 0; }
  #organizationTree #customersList {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 3000;
    top: 133px;
    bottom: 51px;
    left: 0;
    width: 250px; }
    #organizationTree #customersList li.hidden {
      height: 0px !important; }
  #organizationTree #customersList.indented li {
    background-position: 50px 0px !important;
    padding-left: 78px; }
  #organizationTree #customersList.mspCustomers {
    top: 173px; }
  #organizationTree .mojo-filter-icon {
    float: right;
    height: 40px;
    padding: 10px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat; }
  #organizationTree .mojo-filter-icon.applied {
    background-image: url("../skins/default/img/filter-applied.png?bust=1736109050") !important; }
  #organizationTree ul {
    width: 100%;
    padding: 0;
    margin: 0; }
  #organizationTree li {
    width: 100%;
    cursor: pointer;
    color: #333333;
    list-style-type: none;
    padding: 0 10px 0 45px;
    border-bottom: 1px solid #D2D1D1;
    background-image: url("../skins/default/img/tree_icons/hierarchy.png?bust=1736109050") !important;
    background-position: 17px 0px !important;
    background-repeat: no-repeat !important; }
    #organizationTree li div {
      line-height: 40px;
      font-size: 14px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-right: 2px; }
    #organizationTree li div.icon {
      float: left;
      height: 40px;
      padding: 10px;
      background-position: center center;
      background-image: url("../skins/default/img/tree_icons/customer.png?bust=1736109050");
      background-repeat: no-repeat; }
    #organizationTree li div.customer-checkbox {
      display: none;
      float: right;
      height: 40px;
      padding: 10px;
      background-position: center center;
      background-image: url("../skins/default/img/tag.png?bust=1736109050");
      background-repeat: no-repeat;
      margin-right: 5px; }
    #organizationTree li div.customer-checkbox.checked {
      float: right;
      height: 40px;
      padding: 10px;
      background-position: center center;
      background-image: url("../skins/default/img/untag.png?bust=1736109050");
      background-repeat: no-repeat; }
    #organizationTree li:hover {
      background: #E6E6EB; }
  #organizationTree li:last-child {
    background-image: url("../skins/default/img/tree_icons/hierarchy-last.png?bust=1736109050") !important; }
  #organizationTree .customer-name-panel {
    display: none !important; }
  #organizationTree div.toggle-all-checkbox {
    display: none; }
  #organizationTree div.toggle-all-checkbox.hidden {
    display: none !important; }
  #organizationTree li.active {
    background: #41414B;
    color: #ffffff;
    border: 0px !important;
    background-image: url("../skins/default/img/tree_icons/active-hierarchy.png?bust=1736109050") !important; }
    #organizationTree li.active div.icon {
      background: #41414B;
      color: #ffffff;
      background-image: url("../skins/default/img/tree_icons/activeCustomer.png?bust=1736109050");
      float: left;
      height: 40px;
      padding: 10px;
      background-position: center center;
      background-repeat: no-repeat; }
    #organizationTree li.active .customer-lable-external-customer {
      color: #bbb; }
    #organizationTree li.active .customer-lable-external-customer.msp-name {
      display: inherit; }
  #organizationTree li.active:last-child {
    background-image: url("../skins/default/img/tree_icons/active-hierarchy-last.png?bust=1736109050") !important; }
  #organizationTree li.msp div.icon {
    background-image: url("../skins/default/img/tree_icons/msp2.png?bust=1736109050"); }
  #organizationTree li.msp.active div.icon {
    background-image: url("../skins/default/img/tree_icons/activeMsp2.png?bust=1736109050"); }
  #organizationTree li.root {
    height: 40px !important;
    padding: 0 0 0 10px;
    background-image: none !important; }
    #organizationTree li.root div.icon {
      background-image: url("../skins/default/img/tree_icons/msp.png?bust=1736109050"); }
    #organizationTree li.root div.icon.back {
      background-image: url("../skins/default/img/back.png?bust=1736109050"); }
  #organizationTree li.root.god .customer-label {
    width: calc(100% - 65px);
    display: inline-block; }
  #organizationTree li.root.active {
    background-image: none !important; }
    #organizationTree li.root.active .mojo-filter-icon {
      background-image: url("../skins/default/img/active-filter.gif?bust=1736109050") !important; }
    #organizationTree li.root.active .mojo-filter-icon.applied {
      background-image: url("../skins/default/img/filter-applied.png?bust=1736109050") !important; }
  #organizationTree li.root.active div.icon {
    background: #41414B;
    color: #ffffff;
    background-image: url("../skins/default/img/tree_icons/activeMsp.png?bust=1736109050");
    float: left;
    height: 40px;
    padding: 10px;
    background-position: center center;
    background-repeat: no-repeat; }
  #organizationTree div.header {
    width: 100%;
    cursor: pointer;
    color: #333333;
    font-size: 16px;
    padding: 2px;
    border-bottom: 1px solid #D2D1D1;
    line-height: 40px;
    height: 41px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  #organizationTree .customer-header {
    margin-left: 10px; }
  #organizationTree .customer-label {
    margin-left: 10px; }
  #organizationTree div.header div.icon {
    float: left;
    height: 40px;
    padding: 15px;
    border-right: 1px solid #D2D1D1;
    margin-right: 0px;
    background-position: center center;
    background-image: url("../skins/default/img/tree_icons/headerButton.png?bust=1736109050");
    background-repeat: no-repeat; }
  #organizationTree div.header div.search {
    float: right;
    height: 40px;
    padding: 10px;
    margin-right: 10px;
    background-image: url("../skins/default/img/search.png?bust=1736109050");
    background-position: center center;
    background-repeat: no-repeat; }

.customers-count {
  background: #FEFCDD;
  height: 65px;
  width: 100%;
  margin: 0px !important;
  text-align: center; }

#organizationTree.edit-mode #customersList {
  bottom: 81px; }

#organizationTree.edit-mode #treeStatusBar {
  display: block; }

#organizationTree.edit-mode div.customer-checkbox {
  display: inline-block; }

#organizationTree.edit-mode div.toggle-all-checkbox {
  display: inline-block;
  cursor: pointer;
  color: #428BCA; }

#organizationTree.edit-mode li:hover {
  background: transparent; }

#organizationTree.edit-mode li.active:hover {
  background: #41414B; }

#organizationTree.tag-filter-mode #customersList {
  bottom: 81px; }

#organizationTree.tag-filter-mode #treeStatusBar {
  display: block; }

#treeStatusBar {
  display: none;
  position: fixed;
  bottom: 51px;
  left: 0;
  width: 250px;
  padding: 6px;
  height: 30px;
  border-bottom: 1px solid #D2D1D1;
  border-top: 1px solid #D2D1D1;
  z-index: 4000; }

#organizationTree.organization-tree-hidden {
  height: 40px !important;
  background: #41414B !important; }
  #organizationTree.organization-tree-hidden #treeStatusBar, #organizationTree.organization-tree-hidden .customers-count, #organizationTree.organization-tree-hidden ul, #organizationTree.organization-tree-hidden .search-panel {
    display: none !important; }
  #organizationTree.organization-tree-hidden .customer-name-panel {
    display: block !important;
    float: left;
    height: 100%;
    width: calc(100% - 45px);
    color: #FFFFFF !important; }
  #organizationTree.organization-tree-hidden div.icon {
    background-image: url("../skins/default/img/tree_icons/headerButton_toggle.png?bust=1736109050") !important; }
  #organizationTree.organization-tree-hidden div.header div.search {
    display: none !important; }

#organizationTree.rename-mode li:hover {
  background: transparent; }

#organizationTree.rename-mode li.active:hover {
  background: #41414B; }

.customer-lable-external-customer {
  font-size: 11px !important;
  line-height: 17px !important;
  margin-top: -10px;
  padding-bottom: 7px;
  color: #666;
  min-height: 17px; }

.customer-lable-external-customer.msp-name {
  display: none; }
  .customer-lable-external-customer.msp-name a {
    color: #FFF;
    font-weight: bold; }

.customer-lable-external-customer.indented {
  clear: both;
  padding-left: 10px;
  margin-top: -6px; }

.treenode-text-unmatched, .treenode-tag-unmatched {
  display: none; }

.customer.treenode-text-unmatched.active, .customer.treenode-tag-unmatched.active {
  display: block !important;
  background: #E6E6EB !important;
  color: #FFFFFF !important; }

.customer.treenode-text-unmatched.active div.icon {
  background: #E6E6EB url("../skins/default/img/tree_icons/activeCustomer.png?bust=1736109050") no-repeat scroll center center !important; }

.customer.treenode-tag-unmatched.active div.icon {
  background: #E6E6EB url("../skins/default/img/tree_icons/activeCustomer.png?bust=1736109050") no-repeat scroll center center !important; }

#organizationTreeResizer {
  position: fixed;
  bottom: 0 !important;
  left: 250px;
  padding-left: 20px;
  padding-top: 50px;
  background-color: #F5F5FA;
  background-image: url("../skins/default/img/dragger.png?bust=1736109050");
  background-repeat: no-repeat;
  z-index: 2001;
  cursor: pointer;
  background-size: 20px 53px;
  background-position: left top; }

#organizationTree.organization-tree-hidden #organizationTreeResizer {
  display: none !important; }

/*----- INLINE CSS -----*/
#tree-customer-name {
  float: left;
  width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

#tree-customer-search {
  height: 37px !important;
  width: calc(100% - 31px);
  float: left; }

#tree-customer-count-help {
  margin-left: 10px;
  cursor: pointer;
  height: 20px;
  margin-bottom: -19px; }

#tree-customer-select-chkbox {
  float: right;
  padding-right: 10px; }

#customersTreePopup {
  position: fixed;
  width: 350px;
  z-index: 18600;
  display: none; }

#customersTreeFilterPopup {
  position: fixed;
  width: 180px;
  z-index: 18600;
  display: none; }
  #customersTreeFilterPopup input[type="checkbox"] {
    margin-bottom: 3px; }
  #customersTreeFilterPopup .mojo-msp-icon, #customersTreeFilterPopup .mojo-customer-icon {
    margin-top: 10px; }
  #customersTreeFilterPopup #ttooltip-inner-div {
    padding: 0px !important; }
  #customersTreeFilterPopup section {
    margin: 0px !important;
    padding: 0px !important;
    min-width: 180px !important; }
  #customersTreeFilterPopup .filter-option {
    width: 100%;
    line-height: 40px;
    padding-left: 10px;
    margin: 0px;
    font-weight: bold;
    border-bottom: 1px solid #D2D1D1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #customersTreeFilterPopup .filter-option:first-child {
    border-top: 1px solid #D2D1D1; }
  #customersTreeFilterPopup .mojo-reset-tag-icon {
    float: right;
    margin-top: -2px;
    margin-right: -5px; }

#ttooltip-inner-div {
  padding: 5px !important; }

#ttooltip-inner-section {
  margin: 3px 5px !important;
  padding: 0 10px 0 0;
  min-width: 200px; }

.mojo-service-tile {
  width: 250px;
  height: 155px;
  background: #F5F5FA;
  text-decoration: none !important;
  font-size: 14px !important;
  color: #41414B !important;
  padding: 0px !important;
  border: 1px solid #CDCDCD;
  display: inline;
  margin: 33px 29px 2px 10px;
  float: left;
  cursor: pointer;
  /* Chrome all / Safari all */
  -webkit-border-radius: 0 !important;
  /* Firefox all */
  -moz-border-radius: 0 !important;
  /* Internet Exploler*/
  -ms-border-radius: 0 !important;
  /* Opera */
  -o-border-radius: 0 !important;
  /* original */
  border-radius: 0 !important; }
  .mojo-service-tile:hover {
    background: #E6E6EB;
    /* Chrome all / Safari all */
    -webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
    /* Firefox all */
    -moz-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
    /* Internet Exploler*/
    -ms-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
    /* Opera */
    -o-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important;
    /* original */
    box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.3) !important; }

.mojo-service-tile.unaccessible {
  opacity: 0.4;
  filter: alpha(opacity=40); }
  .mojo-service-tile.unaccessible:hover {
    background: #F5F5FA;
    /* Chrome all / Safari all */
    -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3) !important;
    /* Firefox all */
    -moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3) !important;
    /* Internet Exploler*/
    -ms-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3) !important;
    /* Opera */
    -o-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3) !important;
    /* original */
    box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.3) !important; }

.mojo-service-tile-icon {
  height: 90px;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

@media only screen and (max-width: 999px) {
  .mojo-service-tile {
    width: 225px;
    height: 139px; }
  .mojo-service-tile-icon {
    height: 74px; } }

/*----- INLINE CSS -----*/
#dashboard-services {
  height: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto; }

.mspContentPanel #dashboard-services {
  margin-left: -5px; }

#dashboard-services-footer-txt-right {
  text-align: right; }

.arista-cloud-overlay {
  position: relative;
  top: -35px;
  left: 74%; }

#basicinfo-row-height {
  min-height: 60px; }

#basicinfo-user-login-id {
  font-size: 18px;
  padding-top: 7px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block; }

#basicinfo-user-login-id-info {
  max-width: 48%;
  float: left; }

.basicinfo-user-profile-form-popup {
  margin-left: 10px;
  cursor: pointer;
  padding-top: 15px;
  display: inline-block;
  padding-top: 20px;
  margin-top: 13px; }

#basicinfo-resend-email-link {
  cursor: pointer; }

#basicinfo-password-reset-div {
  margin-bottom: 0px !important; }

.basicinfo-checkbox {
  float: left;
  margin-top: 5px !important; }

.basicinfo-margin-left {
  margin-left: 20px; }

#basicinfo-filter-popup-ul {
  padding-left: 15px; }

#basicinfo-mfa-checkbox {
  float: left;
  margin-top: 7px; }

span.subtitle-label {
  font-size: 25px;
  font-weight: 400; }

.users-info .permissions-width-100 {
  display: none; }

#account-settings-main-section {
  background: #FFF;
  margin: 0px; }

#account-settings-sticky-header {
  position: relative;
  width: 100%; }

#account-settings-header-label {
  font-weight: bold; }

#account-settings-reset-icon {
  float: right;
  margin-top: 15px;
  margin-right: 0px; }

#account-settings-container {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%; }

#account-settings-accordion-login-id {
  font-weight: bold;
  width: 350px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#account-settings-resend-email-link {
  color: #428bca !important; }

#account-settings-accordion-2fa-chkbox {
  margin-top: -3px; }

#account-settings-accordion-2fa-qrcode {
  margin-top: 10px;
  display: block; }

#account-settings-accordion-2fa-qrcode-token {
  margin: 3px;
  display: block; }

#account-settings-accordion-2fa-qrcode-btn {
  margin-top: 10px; }

#account-settings-accordion-2fa-help-text {
  margin-bottom: 10px; }

#account-settings-sticky-footer {
  position: relative;
  width: 100%;
  text-align: right; }

.account-settings-password-strength-indicator {
  margin-left: 2px;
  margin-top: 5px;
  width: 55%;
  height: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2px; }
  .account-settings-password-strength-indicator span {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: #E6E6EB; }
  .account-settings-password-strength-indicator .password_strength_indicator_active {
    background-color: #41414B; }

#users-table-column-full-name {
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important; }

#users-searchbox {
  width: 200px; }

#keys-table-column-key-id {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding: 0px; }

#keys-span-edit-mode {
  width: 100%; }

#keys-span-edit-mode-text-box {
  float: left;
  width: calc(100% - 36px);
  height: 30px !important;
  cursor: pointer; }

.keys-text-box {
  cursor: pointer;
  width: calc(100% - 6px);
  background: transparent !important; }

#keys-span-edit-mode-text-box.keys-text-box {
  border: none !important; }

.location-tree-box {
  width: 380px;
  height: 220px;
  padding: 3px;
  border: 1px solid #AAAAAA;
  overflow: auto;
  white-space: nowrap; }
  .location-tree-box ul {
    list-style-type: none;
    padding: 0px; }
  .location-tree-box ul.inner-list {
    padding: 0px 0px 0px 30px; }
  .location-tree-box ul li {
    cursor: pointer;
    line-height: 20px !important; }
  .location-tree-box .collapse-children {
    padding: 2px 5px 2px 2px; }
    .location-tree-box .collapse-children:hover {
      background-color: #F5F5FA; }
  .location-tree-box ul li input {
    margin: 0px 0px 4px 0px; }
  .location-tree-box .inner-list .mojo-tree-expanded-icon, .location-tree-box .inner-list .mojo-tree-collapsed-icon {
    margin-left: -23px; }

.mojo-location-folder-icon, .inner-list .mojo-location-folder-icon {
  background-size: 16px 16px;
  padding-left: 18px;
  margin-right: 3px;
  background-repeat: no-repeat; }

.mojo-location-folder-icon {
  background-image: url("../skins/default/img/tree_icons/root.png?bust=1736109050"); }

.inner-list .mojo-location-folder-icon {
  background-image: url("../skins/default/img/tree_icons/folder.png?bust=1736109050") !important; }

.mojo-location-icon {
  background-size: 16px 16px;
  padding-left: 18px;
  margin-right: 3px;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/tree_icons/floor.png?bust=1736109050") !important; }

.state-collapsed .mojo-tree-expanded-icon {
  display: none;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../skins/default/img/tree_icons/node_expanded.gif?bust=1736109050") !important; }

.state-collapsed .mojo-tree-collapsed-icon {
  display: inline;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../skins/default/img/tree_icons/node_collapsed.gif?bust=1736109050") !important; }

.state-expanded .mojo-tree-expanded-icon {
  display: inline;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../skins/default/img/tree_icons/node_expanded.gif?bust=1736109050") !important; }

.state-expanded .mojo-tree-collapsed-icon {
  display: none;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../skins/default/img/tree_icons/node_collapsed.gif?bust=1736109050") !important; }

/*---- INLINE CSS ----*/
#amc-search-location-textbox {
  float: left;
  margin-bottom: 15px;
  width: 380px !important; }

#amc-validate-msg-location {
  float: left;
  clear: left;
  width: 330px;
  display: inline-block;
  padding-bottom: 3px; }

#amc-refresh-icon {
  float: left;
  clear: right;
  margin-left: 35px; }

#gms-refresh-icon {
  float: left;
  clear: both;
  margin-top: -5px;
  margin-left: 285px; }

.customers-list {
  padding: 0px !important;
  list-style-type: none;
  height: 192px !important;
  overflow: auto !important;
  border: 1px solid #CDCDCD; }
  .customers-list li {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 1px solid #CDCDCD !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .customers-list .token {
    min-height: 20px !important; }
    .customers-list .token .close {
      display: none; }
  .customers-list .text-unmatched {
    display: none !important; }
  .customers-list .tag-unmatched {
    display: none !important; }

.mojo-service-permission-ipopup-icon {
  margin-left: 10px !important;
  cursor: pointer !important; }

.mojo-service-permission-margin-right {
  margin-right: 15px !important; }

.mojo-service-permission-set-container {
  list-style-type: none;
  padding: 0px !important; }

.mojo-service-permission-list {
  background: none repeat scroll 0 0 #F5F5FA !important;
  margin: 10px 0px 20px 0px !important;
  padding: 10px 10px 0px 10px !important;
  max-width: 1100px !important; }

.mojo-service-permission-list-div {
  width: 100% !important;
  margin: 0px !important;
  text-align: right !important; }

.mojo-service-permission-load-rule {
  padding: 5px !important;
  float: left !important;
  text-align: left !important;
  cursor: pointer !important; }

.mojo-service-permission-margin-left-10 {
  margin-left: 10px !important; }

.mojo-service-permission-icon {
  margin: 7px 7px 7px 30px !important;
  padding: 10px;
  padding-bottom: 15px !important;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.mojo-service-permission-customer-name-list {
  width: calc(100% - 12px) !important;
  padding: 2px 5px 2px 5px !important;
  margin: 0px !important;
  border: 1px solid #CDCDCD !important;
  cursor: pointer !important; }

.mojo-service-permission-customer-name-text {
  min-height: 20px !important; }

.mojo-service-permission-customer-label {
  font-size: 10px !important;
  color: #666666 !important;
  min-height: 20px !important;
  margin-top: -7px !important;
  line-height: 17px !important; }

.mojo-service-permission-lable-inactive {
  color: #999 !important; }

.mojo-service-permission-set-tmpl {
  min-height: 360px !important; }

.mojo-service-permission-min-height {
  min-height: 20px !important; }

.mojo-service-permission-hr {
  width: calc(100% + 18px) !important;
  clear: both !important;
  background: #CDCDCD !important;
  border: 0px !important;
  height: 1px !important;
  margin: 0px -10px 0px -10px; }

#mojo-service-permission-table {
  width: 100%;
  table-layout: fixed; }

.mojo-service-permission-table-td-width-21 {
  width: 21%; }

#mojo-service-permission-table-td-width-30 {
  width: 30px; }

.mojo-service-permission-table-td-div {
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.mojo-service-permission-cloud-services-panel-label {
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden; }

#mojo-service-permission-table-tag-token-max-width-80 {
  max-width: 80%; }

#mojo-service-permission-table-tag-token-label-max-width-100 {
  max-width: 100%; }

.mojo-service-permission-disabled-panel-mask {
  background-color: #F5F5FA;
  width: 100%;
  height: 300px;
  margin-top: -290px;
  margin-left: 0px; }

#mojo-service-permission-disabled-panel-mask-30 {
  background-color: #F5F5FA !important;
  width: 30px;
  height: 300px;
  margin-top: -290px;
  margin-left: 0px; }

.mojo-service-permission-table-addcustomer-div {
  display: inline-block;
  margin-top: 20px;
  width: 30px;
  background-color: #FFFFFF;
  padding-top: 98px;
  padding-bottom: 99px;
  vertical-align: top; }

#mojo-service-permission-right-arrow-icon {
  margin-bottom: 16px;
  display: block; }

.mojo-service-permission-textfield {
  margin-bottom: 5px;
  width: 100%;
  float: left; }

.mojo-service-permission-optional-panel {
  width: 100%;
  border: 1px solid #CDCDCD;
  min-height: 120px !important;
  clear: both;
  background: #FFF;
  padding: 10px; }

#mojo-service-permission-table-tag-display-div {
  background-color: #F5F5FA;
  border: 1px solid #cdcdcd !important;
  cursor: inherit !important;
  height: 222px !important; }

#mojo-service-permission-clear-schedule-link {
  cursor: pointer; }

#mojo-service-permission-date-errormessage-div {
  clear: both;
  padding-top: 5px; }

#profile-row-height {
  min-height: 60px; }

.profile-span {
  max-width: 50%;
  float: left; }

.profile-span-isdirty {
  margin: 2px;
  font-size: 10px;
  color: #FF0000; }

.profile-span-text-loginid {
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block; }

#profile-ipopup-icon {
  margin-left: 10px;
  cursor: pointer;
  padding-top: 15px;
  padding-top: 20px;
  margin-top: 13px; }

.mojo-service-permission-tile {
  width: calc(100% + 10px);
  height: 80px !important;
  cursor: pointer;
  margin: 10px 20px 10px 0px !important;
  background: #F5F5FA;
  text-decoration: none !important;
  font-size: 14px !important;
  color: #41414B !important;
  padding: 0px !important;
  border: 1px solid #CDCDCD;
  display: inline;
  margin: 10px;
  float: left;
  cursor: pointer;
  /* Chrome all / Safari all */
  -webkit-border-radius: 0 !important;
  /* Firefox all */
  -moz-border-radius: 0 !important;
  /* Internet Exploler*/
  -ms-border-radius: 0 !important;
  /* Opera */
  -o-border-radius: 0 !important;
  /* original */
  border-radius: 0 !important; }
  .mojo-service-permission-tile .mojo-service-tile-label {
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 80px;
    height: 100%; }

/*----- INLINE CSS ----*/
#services-select-profile-div {
  background-color: #F5F5FA;
  padding: 15px;
  margin-bottom: 0px; }

#restricted-profile-configuration {
  padding: 5px 25px 15px;
  background: #f5f5fa;
  margin-top: 0px; }

#profile-permissions-info-text {
  margin-top: 20px; }

#services-select-profile-span {
  display: inline-block;
  width: 16%;
  margin-left: 10px;
  vertical-align: middle; }

#services-select-profile-dropdown {
  margin-right: 10px;
  width: 100%; }

#services-select-profile-notifications {
  display: inline-block;
  margin-left: 10px;
  width: 70%;
  vertical-align: middle;
  line-height: 20px; }

#services-select-profile-tooltip {
  display: inline-block;
  margin-left: 10px;
  width: 5%;
  text-align: right;
  vertical-align: middle;
  line-height: 20px; }

.services-ipopup-icon {
  cursor: pointer;
  margin-top: 13px; }

#services-loop-div {
  padding: 0px;
  margin: 0px -15px 0px -15px;
  width: calc(100% + 20px); }
  #services-loop-div div:first-child {
    padding-top: 0; }

#services-tile-label {
  border-top: 0px !important; }

#services-name {
  float: left;
  text-align: left; }

#services-switch {
  margin: 10px 10px 0 0; }

#radio-button-select-profile {
  margin-left: 50px; }

#temp-timezone {
  width: 210px; }

/*-------Common of all services -------*/
.permissions-line-height-50 {
  line-height: 50px; }

.permissions-width-100 {
  width: 100%; }

.permissions-tooltip {
  margin-left: 10px;
  cursor: pointer; }

.logs-radio-margin {
  margin-top: -3px !important; }

#logs-timezone {
  margin-left: 20px;
  display: inline-block; }

#logs-heading {
  height: 27px;
  line-height: 34px; }

.clear-log-icon {
  width: 45px;
  height: 28px;
  background-size: 32px 32px;
  margin: 0 0 0 0;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat; }

.clear-log-icon {
  background-image: url("../skins/default/img/device_icons/delete_icon.png?bust=1736109050") !important; }

#clearLogsPopup {
  position: fixed;
  width: 200px;
  z-index: 18600;
  display: none; }
  #clearLogsPopup input[type="checkbox"] {
    margin-bottom: 3px; }
  #clearLogsPopup .mojo-msp-icon, #clearLogsPopup .mojo-customer-icon {
    margin-top: 10px; }
  #clearLogsPopup #ttooltip-inner-div {
    padding: 0px !important; }
  #clearLogsPopup section {
    margin: 0px !important;
    padding: 0px !important;
    min-width: 180px !important; }
  #clearLogsPopup .filter-option {
    width: 100%;
    padding: 10px;
    margin: 0px;
    font-weight: bold;
    border-bottom: 1px solid #D2D1D1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #clearLogsPopup .filter-option:first-child {
    border-top: 1px solid #D2D1D1; }
  #clearLogsPopup .mojo-reset-tag-icon {
    float: right;
    margin-top: -2px;
    margin-right: -5px; }
  #clearLogsPopup .k-numerictextbox {
    width: 70px; }

#monthdiv {
  margin-bottom: 15px; }

#logClearApplyBtn {
  width: 98%; }

#logClearApplyBtn .btn {
  width: 50%; }

h2.no-background {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 4px 0px !important;
  clear: both; }
  h2.no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    display: inline;
    vertical-align: auto;
    position: relative;
    padding: 0 20px; }
    h2.no-background span:before, h2.no-background span:after {
      content: '';
      display: block;
      width: 1000px;
      position: absolute;
      top: 0.73em;
      border-top: 1px dotted #b4b4b4; }
    h2.no-background span:before {
      right: 80%; }
    h2.no-background span:after {
      left: 80%; }

.federation-padding-top {
  padding-top: 5px; }

#federation-email-domain-textbox {
  width: 300px !important; }

.federation-browse-file-btn {
  border: none !important;
  padding: 0 !important; }

#federation-algorithm-select {
  margin-right: 10px;
  width: 300px; }

#federation-field-notification-essage {
  margin-bottom: 5px; }

#federation-metadata-cert-file-span {
  padding: 0px;
  width: 300px; }

#federation-default-profile {
  margin-right: 10px;
  width: 300px; }

#federation-download-link {
  cursor: pointer; }

.federation-textfield-width {
  width: 300px !important; }

#admin-host {
  overflow: visible;
  position: fixed;
  z-index: 1000;
  top: 93px;
  bottom: 50px;
  left: 0;
  right: 0; }

.mspContentPanel #admin-host {
  top: 133px; }

.mspContentPanel.organization-tree-hidden #admin-host {
  top: 93px; }

#admin-host section {
  min-width: 720px; }

ul.admin-tabs {
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
  padding: 12px 40px 0px 40px;
  margin: 0px 0 0 0; }

.mspContentPanel ul.admin-tabs {
  padding: 12px 40px 0px 40px; }

.mspContentPanel.organization-tree-hidden ul.admin-tabs {
  padding: 12px 40px 0 290px !important; }

ul.user-tabs {
  float: right;
  padding: 0px;
  width: 255px; }
  ul.user-tabs li {
    float: left;
    background: #F5F5FA;
    line-height: 40px;
    border: 1px solid #666666;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    margin: 0px;
    list-style-type: none;
    cursor: pointer;
    width: 50%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  ul.user-tabs li.active {
    background: #666666;
    color: #FFFFFF;
    cursor: default; }
  ul.user-tabs li.disabled {
    background: #F5F5FA;
    color: #BEBEBE;
    cursor: not-allowed; }

.mspContentPanel #admin-host {
  left: 250px; }

.mspContentPanel.organization-tree-hidden #admin-host {
  left: 0 !important; }

.atn-configuration-host section {
  padding: 20px 20px 10px 20px;
  margin: 0px;
  border: 0; }

.atn-configuration-host section .container {
  padding: 0px; }

@media only screen and (max-width: 999px) {
  #admin-host {
    top: 133px;
    left: 0 !important; }
  ul.admin-tabs li {
    text-decoration: none;
    display: block;
    list-style-type: none;
    cursor: pointer;
    color: #333; }
  ul.admin-tabs li.active {
    font-weight: bold; }
    ul.admin-tabs li.active:hover {
      color: #333; }
  ul.user-tabs {
    float: left;
    clear: both;
    margin-top: 15px; } }

@media only screen and (min-width: 1000px) {
  ul.admin-tabs li {
    text-decoration: none;
    display: inline;
    margin-right: 30px;
    padding: 1px;
    list-style-type: none;
    text-align: center;
    cursor: pointer;
    color: #333; }
  ul.admin-tabs li.active {
    font-weight: bold; }
    ul.admin-tabs li.active:hover {
      color: #333; } }

/*----- INLINE CSS-----*/
#index-main-section {
  margin: 0px !important; }

.index-admin-host {
  right: 0 !important; }

#index-atn-conf-host {
  height: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto; }

.grid-help-text {
  display: inline-block;
  width: calc(100% - 60px); }

.grid-table-column-context-menu {
  text-align: center;
  overflow: visible !important;
  cursor: default; }

.filter-popup-inner-profile-span {
  font-weight: bold;
  display: inline-block;
  width: 220px;
  text-align: left; }

.filter-popup {
  position: fixed;
  width: 300px;
  z-index: 18000;
  display: none; }
  .filter-popup .filter-popup-inner-content {
    padding: 5px !important; }
  .filter-popup .filter-popup-inner-section {
    margin: 3px 5px !important;
    text-align: justify;
    padding: 0px !important; }

.grid-popup {
  position: fixed;
  width: 350px;
  z-index: 18600;
  display: none; }
  .grid-popup .grid-popup-inner-content {
    padding: 5px !important; }
  .grid-popup .grid-popup-inner-section {
    margin: 3px 5px !important;
    padding: 0 10px 0 0 !important;
    min-width: 200px !important; }

.temp-profile-name {
  font-style: italic;
  color: purple; }

#profile-services-section.indented-profile-services-section {
  margin-left: 40px !important; }

#temp-active-period-section {
  margin-top: 15px; }

#temp-radio-button-section {
  margin-bottom: 10px; }

.timezone-label {
  float: left;
  height: 30px;
  min-width: 100px;
  padding-top: 7px; }

.timezone-input {
  padding: 9px;
  color: #333333;
  border-color: #cccccc; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

#tagsWindow {
  padding: 0px 3px 0px 3px;
  bottom: 0;
  top: 52px;
  left: 252px;
  min-height: 320px;
  width: 250px;
  background-color: #F5F5FA;
  position: fixed;
  z-index: 1998;
  /* Chrome all / Safari all */
  -webkit-user-select: none !important;
  /* Firefox all */
  -moz-user-select: none !important;
  /* Internet Exploler*/
  -ms-user-select: none !important;
  /* Opera */
  -o-user-select: none !important;
  /* original */
  user-select: none !important;
  /* Chrome all / Safari all */
  -webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important;
  /* Firefox all */
  -moz-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important;
  /* Internet Exploler*/
  -ms-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important;
  /* Opera */
  -o-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important;
  /* original */
  box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.8) !important; }

#tagsWindowToolbar {
  padding: 0px 13px 0px 10px;
  bottom: 0;
  left: 252px;
  height: 51px;
  width: 250px;
  background: #F5F5FA;
  position: fixed;
  z-index: 9999;
  border-top: 1px solid #D2D1D1; }

#newTagsForm {
  border-top: 1px solid #cdcdcd;
  display: none;
  min-height: 80px;
  position: fixed;
  bottom: 42px;
  width: 248px;
  left: 252px;
  z-index: 10000; }

#organizationTree.organization-tree-hidden #tagsWindow, #organizationTree.organization-tree-hidden #tagsWindowToolbar, #organizationTree.organization-tree-hidden #newTagsForm {
  display: none; }

#newTagsForm div {
  background-color: #F5F5FA;
  padding: 5px; }

#newTagsFormNotch {
  float: right;
  clear: both;
  margin: 0 20px 0 0;
  background-size: 8px 8px;
  background: transparent url("../skins/default/img/notch-s.png?bust=1736109050") no-repeat !important; }

.tags-header {
  width: 100%;
  font-size: 1.12em;
  font-weight: bold;
  padding: 10px 3px 10px 10px;
  height: 40px; }

.tags-message {
  width: 100%;
  padding: 10px 3px 10px 10px;
  padding-top: 2px;
  height: 100px;
  overflow: auto; }

.tags-title {
  display: inline-block;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.toggleTags {
  position: fixed;
  padding: 0px 12px 0px 12px !important;
  bottom: 65px;
  z-index: 1997;
  height: 35px !important;
  border: 1px solid D2D1D1;
  border-left: 0px;
  background: #F5F5FA;
  /* Chrome all / Safari all */
  -webkit-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important;
  /* Firefox all */
  -moz-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important;
  /* Internet Exploler*/
  -ms-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important;
  /* Opera */
  -o-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important;
  /* original */
  box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important; }

.toggleTagsInverted {
  height: 35px !important;
  margin-top: -50px;
  float: right;
  margin-right: -108px;
  border: 1px solid D2D1D1;
  border-left: 0px;
  background: #F5F5FA;
  /* Chrome all / Safari all */
  -webkit-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important;
  /* Firefox all */
  -moz-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important;
  /* Internet Exploler*/
  -ms-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important;
  /* Opera */
  -o-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important;
  /* original */
  box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.5) !important; }

.tokenfield.tags-tokenfield .token.rightClicked {
  border: 2px solid #5C7DEA; }

#customerTreeSearchBox {
  outline: none;
  /* Chrome all / Safari all */
  -webkit-box-shadow: none !important;
  /* Firefox all */
  -moz-box-shadow: none !important;
  /* Internet Exploler*/
  -ms-box-shadow: none !important;
  /* Opera */
  -o-box-shadow: none !important;
  /* original */
  box-shadow: none !important;
  width: calc(100% - 25px);
  float: left;
  height: 25px !important; }

.tagSearchBox {
  width: 100%;
  float: left; }

.tagAddBox {
  width: 100%;
  float: left; }

.tokenfield.tags-tokenfield {
  border: 0 none !important;
  padding: 10px !important;
  overflow-x: hidden  !important; }

#tagsWindow .tokenfield.tags-tokenfield {
  position: fixed;
  width: 248px;
  top: 193px;
  bottom: 52px;
  overflow: auto;
  height: auto !important; }

.tokenfield.tags-tokenfield.disabled input.token-input {
  display: none; }

.tokenfield.tags-tokenfield.disabled {
  cursor: inherit !important;
  background-color: #F5F5FA; }

.tokenfield.tags-tokenfield .token {
  background-color: #fff;
  border: 1px solid #fff;
  /* Chrome all / Safari all */
  -webkit-border-radius: 11px !important;
  /* Firefox all */
  -moz-border-radius: 11px !important;
  /* Internet Exploler*/
  -ms-border-radius: 11px !important;
  /* Opera */
  -o-border-radius: 11px !important;
  /* original */
  border-radius: 11px !important;
  color: #5599ff;
  cursor: pointer !important;
  margin: 5px; }

.edit-mode .token {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  cursor: not-allowed; }

.edit-mode .token.rightClicked {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  cursor: not-allowed; }

.tokenfield.tags-tokenfield .token-label {
  padding-right: 4px;
  max-width: 100; }

.tokenfield.tags-tokenfield .token.selected {
  background-color: #ccc;
  border: 1px solid #333;
  color: #000; }

.tokenfield.tags-tokenfield .token.selected .close {
  border-left: 1px solid #fff; }

.edit-mode .token.selected .close {
  border-left: 1px solid #333 !important; }

.tokenfield.tags-tokenfield .token .close {
  border-left: 1px solid #DDD;
  padding: 0 5px 0 5px;
  cursor: pointer !important;
  padding-top: 3px; }

.tokenfield.tags-tokenfield.disabled .close {
  opacity: 1 !important;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

.mojo-untag-icon {
  background-size: 10px 10px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/untag.png?bust=1736109050") !important; }

.mojo-save-tag-icon {
  background-size: 16px 16px;
  padding: 11px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/save.png?bust=1736109050") !important;
  cursor: pointer;
  margin-right: 13px; }

.mojo-reset-tag-icon {
  background-size: 18px 18px;
  padding: 11px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../skins/default/img/reset_tag.png?bust=1736109050") !important;
  cursor: pointer;
  margin-right: 10px; }

/*----- INLINE CSS -----*/
.customer-tag-right-pointer {
  float: right !important;
  cursor: pointer !important; }

.customer-tag-vertical-align-top {
  vertical-align: top !important; }

#customer-tag-rename-header {
  width: 100%;
  border-top: 1px solid #CDCDCD; }

#customer-tag-selected-token {
  max-width: 80%; }

#customer-tag-selected-token-label {
  max-width: 100%; }

#customer-tag-new-form {
  width: 100%;
  min-height: 50px;
  padding-bottom: 32px !important; }

#customer-tag-new-form-textbox {
  width: 100%; }

#customer-tag-window-toolbar-search-label {
  float: right;
  margin-right: 5px; }

.customer-tag-popup-div {
  position: absolute;
  width: 300px;
  z-index: 18000;
  display: none; }

#customer-tag-popup-inner-div {
  padding: 5px !important; }

#customer-tag-popup-inner-section {
  margin: 3px 5px !important;
  text-align: justify; }

.switch {
  float: right; }

.switch-checkbox:disabled + .button .switch-bar {
  opacity: 0; }

.switch-checkbox:checked + .button .switch-bar .switch-off {
  width: 0; }

.switch-checkbox:checked + .button .switch-bar .switch-on {
  width: 25px; }

.switch-checkbox + .button .switch-bar .switch-on {
  width: 0; }

.switch-checkbox + .button .switch-bar .switch-off {
  width: 25px; }

.switch-checkbox + .button .switch-bar .switch-knob {
  margin-left: 30px; }

.switch-checkbox:checked + .button .switch-bar .switch-knob {
  margin-left: 0; }

.switch-bar, .switch-bar li {
  float: left;
  height: 20px;
  /* Chrome all / Safari all */
  -webkit-transition: all 0.1s ease-in 0s !important;
  /* Firefox all */
  -moz-transition: all 0.1s ease-in 0s !important;
  /* Internet Exploler*/
  -ms-transition: all 0.1s ease-in 0s !important;
  /* Opera */
  -o-transition: all 0.1s ease-in 0s !important;
  /* original */
  transition: all 0.1s ease-in 0s !important; }

.switch-bar {
  float: left;
  list-style-type: none;
  height: 20px;
  line-height: 20px;
  margin-bottom: -6px;
  cursor: pointer; }

.switch-off, .switch-on {
  width: 20px;
  overflow: hidden;
  box-sizing: content-box;
  margin-top: -2px; }

.switch-knob {
  box-sizing: content-box; }

.switch-off {
  /*font-size: 0.9em;*/
  text-align: center;
  padding: 0 3px 0 2px;
  /*    border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;*/
  /*    border-left: 1px solid #ffffff;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;*/
  color: #ffffff;
  background-color: #AAAAAA;
  /* Chrome all / Safari all */
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  /* Firefox all */
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  /* Internet Exploler*/
  -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  /* Opera */
  -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  /* original */
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  /*border-color: #FFFFFF;*/
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.switch-on {
  /*font-size: 0.9em;*/
  margin-left: 24px;
  text-align: center;
  padding: 0 2px 0 3px;
  /*    border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;*/
  /*    border-bottom: 1px solid #ffffff;
            border-top: 1px solid #ffffff;
            border-right: 1px solid #ffffff;*/
  color: #FFFFFF;
  background-color: #41414B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  /*border-color: #ffffff;*/
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.disabled .switch-on {
  background-color: #AAAAAA !important; }

.switch-bar .switch-knob {
  height: 18px;
  width: 30px;
  /*border: 1px solid #cccccc;*/
  /*border-radius: 5px;*/
  text-align: center;
  z-index: 100;
  position: absolute;
  margin-top: 0px;
  margin-left: 44px;
  color: #333333;
  /* Chrome all / Safari all */
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  /* Firefox all */
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  /* Internet Exploler*/
  -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  /* Opera */
  -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  /* original */
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #E6E6EB;
  /*    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
            background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
            background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
            background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
            border-color: #e6e6e6 #e6e6e6 #bfbfbf;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/ }

.switch-checkbox {
  display: none; }

.selectable-list {
  width: 300px;
  overflow: auto; }

.selectable-list > option {
  padding: 3px; }

.cd-disabled-icon, .cd-disabled-icon:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
  cursor: not-allowed; }

.cd-assign-icon, .cd-unassign-icon, .cd-move-icon, .cd-delete-icon {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  margin: 0 16px 0 0;
  cursor: pointer; }

.cd-assign-icon {
  background-image: url("../skins/default/img/device_icons/assign_icon.png?bust=1736109050") !important; }

.cd-unassign-icon {
  background-image: url("../skins/default/img/device_icons/unassign_icon.png?bust=1736109050") !important; }

.cd-move-icon {
  background-image: url("../skins/default/img/device_icons/move_icon.png?bust=1736109050") !important; }

.cd-delete-icon {
  background-image: url("../skins/default/img/device_icons/delete_icon.png?bust=1736109050") !important; }

/* ----INLINE CSS----- */
#device-total {
  float: right;
  text-align: right;
  min-width: 80px;
  margin-left: 10px;
  padding-top: 8px; }

.k-loading-mask {
  display: none; }

#device-service-popup-div {
  margin: 10px;
  text-align: right; }
  #device-service-popup-div .device-btn-max-height {
    max-height: 20px !important; }

#device-center-align {
  text-align: center; }

input.gridInput {
  width: 92%;
  margin: auto;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 25px;
  font-size: 12px;
  padding: 5px; }

.cd-delete-icon-small {
  background-image: url("../skins/default/img/device_icons/delete_icon.png?bust=1736109050") !important;
  width: 24px;
  height: 24px;
  background-size: 24px 24px !important; }

#keyInfoIcon {
  float: right;
  border: none;
  padding: 0px 13px 0px 13px;
  height: 27px;
  margin: 5px 0 5px 10px;
  background-image: url("../skins/default/img/device_icons/info.png?bust=1736109050");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer; }
  #keyInfoIcon:hover {
    background-image: url("../skins/default/img/device_icons/info_hover.png?bust=1736109050"); }

.vbottom {
  position: relative;
  top: 100%;
  vertical-align: bottom; }

/* ----INLINE CSS----- */
#uploadedFile {
  display: none; }

#device-footer-line-height {
  line-height: 0px; }

#device-csvpopup-options-img {
  padding: 10px; }

.device-padding-0 {
  padding: 0px !important; }

#device-delete-btn {
  margin: 0 4px;
  padding: 2px 10px; }
  #device-delete-btn span {
    margin: auto; }

#username, #signOutIcon, #helpIcon, .refreshIcon {
  font-size: 12px; }

#username {
  cursor: pointer;
  padding: 15px 0 0 0;
  height: 20px; }

.cd-user-data {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* ----INLINE CSS-----    */
.device-container {
  width: 100%;
  min-height: 100%;
  padding: 0px !important; }

#device-app-logo {
  margin-top: -5px; }

.device-menu-navbar {
  height: 0.766667px; }

#device-menu-account {
  position: fixed !important;
  top: 0;
  right: 0;
  padding-right: 30px !important; }

#device-menu-helpicon {
  padding-left: 25px;
  padding-right: 0px; }

#device-down-arrow {
  float: right !important;
  margin-top: 7px  !important; }

#device-display-name {
  float: right;
  max-width: 200px;
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px; }

#device-accout-tooltip {
  display: none; }
  #device-accout-tooltip .device-lable-nowrap {
    white-space: nowrap; }

#device-signout-link {
  float: right;
  vertical-align: middle; }

#device-signout-info {
  float: right;
  margin: 7px 5px; }

#device-admin-tab {
  position: fixed;
  top: 60px;
  background: #FFF;
  z-index: 8000; }

.device-search-box {
  float: right; }

.refreshIcon {
  float: right; }

.gridToolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 35px; }

.gridToolbar a {
  margin-left: 10px;
  cursor: pointer;
  line-height: 32px; }

div.stickyActionButtons {
  height: 30px;
  margin: 0;
  float: left; }

div.stickySubmitButtons {
  height: 56px;
  margin: 0;
  min-width: 200px;
  margin-left: 10px;
  float: right;
  text-align: right; }

div.stickyPager {
  height: 56px;
  width: 430px;
  margin: 0;
  float: right; }

.k-pager-wrap .k-textbox {
  width: 80px !important; }

/* ----INLINE CSS-----    */
.device-search-textbox {
  float: right;
  width: 252px;
  font-size: 11px !important; }

.device-filter-switch {
  float: right;
  margin: 0 10px 0 0; }

.device-filter-lable {
  float: left;
  margin: 9px -35px 0 0; }

.device-filter-switch-btn {
  margin: 10px 10px 0 0; }

.device-status-description {
  white-space: normal;
  word-wrap: break-word; }

.device-filter-switch .switch-bar .switch-knob {
  height: 20px !important;
  margin-top: -2px   !important; }

#account-body {
  margin: 0px;
  padding: 0px;
  background: #F5F5FA;
  font-family: RobotoRegular, arial;
  font-size: 12px;
  color: #333333; }
  #account-body * {
    margin: 0px;
    padding: 0px; }
  #account-body a {
    border: none;
    outline: none;
    text-decoration: none; }
  #account-body img {
    border: none;
    outline: none; }
  #account-body .brand-specific {
    display: none; }
  #account-body #wrapper {
    margin: 0px auto;
    padding: 0px;
    width: 100%; }
  #account-body #header {
    margin: 0px auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
  #account-body #wrapperNext {
    margin: 0px auto;
    width: 500px;
    text-align: center; }
  #account-body #login_box {
    margin: 0px auto  5px auto;
    width: 420px;
    border: 1px solid #c5c5c5;
    margin-top: 80px;
    text-align: center;
    padding-bottom: 30px; }
  #account-body #container {
    width: 70%;
    margin: auto; }
  #account-body #container_msg {
    color: #777;
    font-size: 13px;
    overflow: hidden;
    padding: 30px 0;
    text-overflow: ellipsis; }
  #account-body .acccount_recovery_note {
    font-size: 11px;
    color: #777;
    text-align: center;
    padding-bottom: 5px; }
  #account-body #login_box_icon {
    margin: 0px auto;
    margin-top: -35px; }
  #account-body #heading {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: center;
    margin: 40px 0 5px 0;
    line-height: 20px; }
  #account-body #sub-heading {
    letter-spacing: 1px;
    color: #41414b;
    font-size: 12px;
    padding-bottom: 20px; }
  #account-body .subBut {
    width: 70%;
    padding: 10px 0px 10px 0px !important;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    height: 39px !important;
    /* Chrome all / Safari all */
    -webkit-appearance: none !important;
    /* Firefox all */
    -moz-appearance: none !important;
    /* Internet Exploler*/
    -ms-appearance: none !important;
    /* Opera */
    -o-appearance: none !important;
    /* original */
    appearance: none !important;
    letter-spacing: 1px; }
  #account-body .password_strength_indicator {
    height: 4px;
    margin: 3px 61px;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2px; }
    #account-body .password_strength_indicator span {
      position: relative;
      height: 100%;
      width: 100%;
      border-radius: 5px;
      background-color: #E6E6EB; }
    #account-body .password_strength_indicator .password_strength_indicator_active {
      background-color: #41414B; }
  #account-body .password_strength_text {
    width: 85%;
    text-align: right;
    font-size: 11px;
    color: #777;
    padding-bottom: 10px; }
  #account-body #fullscreen_loading_mask {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000; }
  #account-body #fullscreen_loading_img {
    background-image: url("../skins/default/img/loading_image.gif?bust=1736109050");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100000; }
  #account-body #username {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: unset;
    height: 16px !important; }
  #account-body #login_box .inp {
    font-size: 14px !important;
    border: 1px solid #d9d9d9;
    width: 70%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 2%;
    background: #f2f2f2;
    height: auto !important; }
  #account-body #login_box input {
    border-radius: unset !important;
    box-shadow: unset !important;
    font-size: 14px !important;
    line-height: unset;
    outline: unset;
    padding: unset;
    transition: unset;
    vertical-align: unset; }
  #account-body #error_message {
    background: url("../skins/default/img/error.png?bust=1736109050") no-repeat 20px top;
    margin-top: 10px;
    margin-bottom: -5px;
    color: #FF0000;
    padding-right: 20px;
    padding-left: 40px;
    display: inline-block; }
  #account-body #footer {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    font-size: 12px; }
  #account-body .account-error-msg {
    color: red !important;
    text-align: center !important; }
  #account-body a.passwordPolicyLink {
    color: #428bca;
    float: right;
    margin-right: 14%; }
  #account-body a.passwordPolicyLink:hover {
    color: #2a6496;
    text-decoration: underline; }
  #account-body #passwordPolicyInfo {
    position: absolute;
    display: none;
    width: 310px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #969090;
    border-radius: 3px;
    /* Chrome all / Safari all */
    -webkit-border-radius: 3px !important;
    /* Firefox all */
    -moz-border-radius: 3px !important;
    /* Internet Exploler*/
    -ms-border-radius: 3px !important;
    /* Opera */
    -o-border-radius: 3px !important;
    /* original */
    border-radius: 3px !important;
    box-shadow: 0 0 3px 3px #E9E9E9;
    /* Chrome all / Safari all */
    -webkit-box-shadow: 0 0 3px 3px #E9E9E9 !important;
    /* Firefox all */
    -moz-box-shadow: 0 0 3px 3px #E9E9E9 !important;
    /* Internet Exploler*/
    -ms-box-shadow: 0 0 3px 3px #E9E9E9 !important;
    /* Opera */
    -o-box-shadow: 0 0 3px 3px #E9E9E9 !important;
    /* original */
    box-shadow: 0 0 3px 3px #E9E9E9 !important;
    text-align: left;
    padding: 2px 2px 2px 5px; }
  #account-body #passwordPolicyInfo ul {
    margin-left: 25px; }
  #account-body #login_box input[type="text"]:focus, #account-body input[type="password"]:focus {
    outline: none;
    border: 1px solid #c5c5c5 !important;
    margin-top: -2px; }
  #account-body #login_box input[type="submit"]:focus {
    outline: none; }

@media screen and (min-width: 320px) and (max-width: 480px) {
  /*Note 2 potrait, iPhone potrait*/
  #account-body #wrapperNext {
    width: 95%; }
  #account-body #login_box {
    width: 100%;
    margin-top: 50px; } }

#reports-body {
  overflow: auto;
  padding-top: 0px !important; }
  #reports-body * {
    font-family: arial;
    font-size: 12px;
    color: #666; }
  #reports-body table {
    border-collapse: collapse;
    table-layout: fixed; }
  #reports-body td, #reports-body th {
    text-align: left;
    padding: 6px 3px 6px 3px;
    word-wrap: break-word;
    border: 1px solid #d9d9d9; }
  #reports-body th {
    color: #000;
    font-size: 1.1em; }
  #reports-body td.entity-info {
    border: none;
    padding-top: 20px; }
  #reports-body .entity-id {
    color: #000;
    font-size: 1.35em;
    float: left;
    width: 100%;
    padding-bottom: 3px; }
  #reports-body .entity-sub-info-left {
    clear: left;
    float: left; }
  #reports-body .entity-sub-info-right {
    float: right;
    text-align: right; }
  #reports-body .profile-name {
    color: #000;
    font-size: 1.35em;
    float: right; }
  #reports-body .indent1 {
    padding-left: 30px; }
  #reports-body .indent2 {
    padding-left: 60px; }
  #reports-body .indent3 {
    padding-left: 90px; }
  #reports-body .highlight1 {
    background-color: #d9d9d9; }
  #reports-body .highlight2 {
    background-color: #f3f3f3; }
  #reports-body ul {
    list-style-type: none;
    margin: 0 0 0 -3px;
    padding: 0px; }
  #reports-body li {
    padding: 3px 15px 3px 15px;
    word-wrap: break-word; }
  #reports-body .red {
    color: #c00; }
  #reports-body .green {
    color: #6aa84f; }
  #reports-body .report-header {
    font-size: 2em;
    color: #000;
    float: left;
    width: 60%;
    padding-top: 20px; }
  #reports-body .report-header2 {
    float: left;
    width: 60%;
    font-size: 1.25em;
    padding-top: 3px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  #reports-body .logo {
    float: right;
    height: 60px;
    width: 160px; }
  #reports-body .timestamp {
    font-size: 1.1em;
    clear: both;
    padding-top: 15px; }
  #reports-body .mojo-fullscreen-loading-mask {
    background: rgba(255, 255, 255, 0.5) url("../skins/default/img/loading_image.gif?bust=1736109050") no-repeat scroll center center;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 19000; }
  #reports-body .reports-application-host {
    width: 100%; }
  #reports-body hr {
    margin-bottom: 0px !important;
    margin-top: 0px !important; }
  #reports-body .reports-template-div {
    width: 100%;
    margin: 0;
    padding: 0; }
  #reports-body .reports-shell-div {
    width: 90%;
    margin: auto; }
  #reports-body .reports-shell-hr {
    border: none;
    height: 1px;
    color: #BBB;
    background: #BBB;
    width: 100%;
    margin: auto; }

@media print {
  #reports-body * {
    font-size: 9px; } }

#notifications-manager {
  /*overriding bootstrap css for modal dialog*/
  /*overriding bootstrap css for modal dialog*/
  /*overriding bootstrap css for toast alerts*/ }
  #notifications-manager section {
    margin: 0px;
    overflow: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 50px; }
  #notifications-manager .container {
    width: calc(100% - 40px); }
    #notifications-manager .container.notification-form {
      width: calc(90% - 20px) !important; }
  #notifications-manager .subject {
    height: 40px !important;
    font-size: 18px !important;
    width: 740px !important; }
  #notifications-manager input.textField {
    width: 600px; }
  #notifications-manager .k-picker-wrap .k-input {
    height: 26px; }
  #notifications-manager ul.mojo-custom-grid li, #notifications-manager ul.mojo-custom-grid-header li {
    padding: 0px 15px;
    cursor: pointer;
    /* Chrome all / Safari all */
    -webkit-border-radius: 0px !important;
    /* Firefox all */
    -moz-border-radius: 0px !important;
    /* Internet Exploler*/
    -ms-border-radius: 0px !important;
    /* Opera */
    -o-border-radius: 0px !important;
    /* original */
    border-radius: 0px !important; }
    #notifications-manager ul.mojo-custom-grid li .mojo-custom-grid-col, #notifications-manager ul.mojo-custom-grid-header li .mojo-custom-grid-col {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      #notifications-manager ul.mojo-custom-grid li .mojo-custom-grid-col:not(:last-child), #notifications-manager ul.mojo-custom-grid-header li .mojo-custom-grid-col:not(:last-child) {
        border-right: 1px solid #dbdbde; }
      #notifications-manager ul.mojo-custom-grid li .mojo-custom-grid-col.with-checkbox-column, #notifications-manager ul.mojo-custom-grid-header li .mojo-custom-grid-col.with-checkbox-column {
        padding-left: 50px; }
    #notifications-manager ul.mojo-custom-grid li .checkbox-column, #notifications-manager ul.mojo-custom-grid-header li .checkbox-column {
      display: inline-block;
      border-right: 1px solid #dbdbde;
      position: absolute;
      left: 0;
      top: 0;
      height: 35px;
      line-height: 35px;
      text-align: center;
      width: 40px;
      z-index: 2; }
  #notifications-manager ul.mojo-custom-grid li .mojo-custom-grid-col {
    padding: 10px 15px; }
  #notifications-manager ul.mojo-custom-grid li .checkbox-column {
    height: 38px;
    line-height: 38px; }
  #notifications-manager ul.mojo-custom-grid-header {
    margin-bottom: 0px; }
    #notifications-manager ul.mojo-custom-grid-header li {
      background: #F5F5FA;
      font-size: 14px; }
      #notifications-manager ul.mojo-custom-grid-header li .mojo-custom-grid-col {
        padding: 7px 15px; }
    #notifications-manager ul.mojo-custom-grid-header .sort-icon {
      display: inline-block;
      margin: 3px; }
  #notifications-manager ul.mojo-custom-grid {
    height: 381px;
    border: 1px solid #dbdbde;
    overflow: hidden; }
    #notifications-manager ul.mojo-custom-grid li {
      border: 0px;
      margin-bottom: 0px; }
      #notifications-manager ul.mojo-custom-grid li:hover {
        background: #FDFCDF !important; }
      #notifications-manager ul.mojo-custom-grid li .row {
        border-bottom: 1px solid #dbdbde; }
  #notifications-manager .modal-backdrop {
    display: none;
    z-index: 10001; }
  #notifications-manager .modal {
    z-index: 10002; }
    #notifications-manager .modal .modal-dialog {
      width: 415px;
      top: 120px; }
  #notifications-manager .toast-container {
    z-index: 10000;
    position: fixed;
    top: 40px;
    width: 50%;
    left: 25%; }
  #notifications-manager .alert {
    margin-bottom: 0;
    background: #fefcdd !important;
    color: #333333 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: center;
    /* Chrome all / Safari all */
    -webkit-border-radius: 0px !important;
    /* Firefox all */
    -moz-border-radius: 0px !important;
    /* Internet Exploler*/
    -ms-border-radius: 0px !important;
    /* Opera */
    -o-border-radius: 0px !important;
    /* original */
    border-radius: 0px !important;
    padding: 7px; }
    #notifications-manager .alert.alert-success {
      border-color: #AAAAAA !important; }
    #notifications-manager .alert.alert-error {
      border-color: #FF0000 !important; }
  #notifications-manager .toast-fade-out {
    /* Chrome all / Safari all */
    -webkit-transition: opacity 0.5s linear !important;
    /* Firefox all */
    -moz-transition: opacity 0.5s linear !important;
    /* Internet Exploler*/
    -ms-transition: opacity 0.5s linear !important;
    /* Opera */
    -o-transition: opacity 0.5s linear !important;
    /* original */
    transition: opacity 0.5s linear !important;
    opacity: 0; }
  #notifications-manager .clearTextButton {
    float: right;
    font-weight: bold;
    line-height: 32px;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0px 0px 0px -32px;
    border: 0px;
    background: url("../skins/default/img/cancel.png?bust=1736109050") center center no-repeat;
    text-align: center;
    text-decoration: none;
    color: black;
    position: relative;
    cursor: pointer;
    font-size: 12px; }
  #notifications-manager .serchTextBox {
    padding-right: 32px; }
