/*********************************************************************************
 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
 * details.
 *
 * You should have received a copy of the GNU Affero General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 *
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 *
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU Affero General Public License version 3.
 *
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the 'Powered by
 * SugarCRM' logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * 'Powered by SugarCRM'.
 ********************************************************************************/
/*********************************************************************************

 * Description:  Contains a variety of utility functions used to display UI
 * components such as form headers and footers.  Intended to be modified on a per
 * theme basis.
 ********************************************************************************/
/* @group Basic HTML Tags */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");

#ajaxStatusDiv {
  position: fixed;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  top: 54px;
  font-family: sans-serif;
  font-weight: 200;
  font-size: 12px;

  /* warning red */
  /* background-color: #FFCCBA;
  color: #DB471A;
  border: thin solid #DB471A; */

  /* warning blue */
  background-color: #f5f6f8; /* #DBECF5; */
  border: thin solid #868ea2; /* #5C85A7; */
  color: #5c85a7 !important;
}

body {
  margin: 0;
  font-family: sans-serif !important;
  background: #e2e5ee !important;
  font-size: 12px;
  color: #51545d;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.bl-none{
  border-left: none;
}

.border-collapse {
  border-collapse: collapse;
}

.list-span {
  color: white !important;
}

input,
select,
textarea {
  color: #444444 !important;
}

input,
textarea {
  box-sizing: border-box;
  padding-left: 5px;
}

input[type="file"] {
  padding-left: 0;
  padding-right: 0;
  border: thin solid #868ea2;
}

input,
select,
textarea,
button {
  font-size: 12px;
  font-family: sans-serif;
}

fieldset {
  border: thin solid #c6c9d4 !important;
}

legend {
  font-weight: 700;
}

fieldset,
table,
pre {
  margin-bottom: 5px;
  border: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

form {
  margin: 0;
}

h1,
h2 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  color: #51545d;
}

h3 {
  margin: 0 0 3px 0;
  padding-top: 3px;
  font-size: 13px;
  color: #51545d;
  text-shadow: 0 1px 0 #ebebee;
}

h4,
h5 {
  font-size: 12px;
  color: #51545d;
  margin-bottom: 2px;
  padding-left: 4px;
}

textarea {
  font-family: sans-serif;
  resize: vertical;
}

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

button,
input,
textarea,
select {
  outline: none !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"]:focus {
  box-shadow: none !important;
}

input[type="checkbox"]:focus {
  box-shadow: none !important;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
  box-shadow: none !important;
  border-color: #2a9ac7 !important;
}

button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
  padding: 0;
}

input.text,
input[type="text"],
input[type="password"],
textarea {
  width: auto;
  border: thin solid #c6c9d4;
  vertical-align: top;
}

input.text,
input[type="text"],
input[type="password"] {
  height: 25px;
}

select {
  min-height: 25px;
  min-width: 75px;
  padding: 3px;
  vertical-align: middle;
  border: thin solid #c6c9d4;
  background: white;
}

input[type="checkbox"],
input[type="radio"] {
  border: 0;
  background-color: transparent;
  margin: 0 3px 0 0;
  vertical-align: middle;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  vertical-align: middle;
}

ul li {
  list-style-type: none;
  margin-left: 6px;
  margin-bottom: 2px;
}

ul {
  margin-top: 2px;
  margin-right: 0;
}

div.clear {
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

th,
td {
  border:  thin solid transparent;
  padding: 0;
}

#welcome_link {
  font-weight: bold;
}

#welcome_link a:hover {
  color: #ff3b30 !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a:link,
a:visited {
  color: #6b707c;
  text-decoration: underline;
  font-weight: 600;
  vertical-align: middle;
}

a:link.collapseLink,
a:visited.collapseLink,
a:link.expandLink,
a:visited.expandLink {
  text-decoration: none;
}

hr {
  border: 0;
  border-top: thin solid #999999;
  background-color: #999999;
  color: #999999;
  height: 1px;
  margin: 1em 0;
  clear: both;
}

embed {
  background: transparent;
}

/* @group button */

.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
table.monthHeader a,
table.monthFooter a {
  height: 25px;
  line-height: 24px;
  padding: 0 10px;
  margin: 0 1px;
  background: #868ea2;
  border: thin solid #868ea2;
  color: white !important;
  cursor: pointer;
  text-decoration: none;
  font-family: sans-serif !important;
  -webkit-transition: background-color .25s, border-color .25s;
  transition: background-color .25s, border-color .25s;
  vertical-align: top;
}

.email .button img[src*="more.gif"] {
  margin-top: -7px;
}

.email .pagination button,
.dashletPanel .button,
.list.view .pagination .button {
  height: 20px;
  line-height: 19px;
}

.paginationWrapper .button {
  height: 25px !important;
}

.paginationWrapper .pagination {
  line-height: 24px;
}

.button img {
  max-height: 12px;
}

.pagination .button img {
  max-height: 9px;
}

.email .pagination .button {
  vertical-align: middle;
}

.email .button img {
  max-height: 14px;
  margin-top: -2px;
  top: 0;
  vertical-align: middle;
}

.email #composeButton img {
  margin-top: -3px;
}

a img[src*="close_inline"] {
  padding-bottom: 1px;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
table.monthHeader a:hover,
table.monthFooter a:hover,
.yui-button-checked .button,
.yui-button-checked button,
.button[selected],
button[selected] {
  color: #6b6f7b;
  background: #6c748c;
  border-color: #6c748c;
  text-decoration: none;
}

button[disabled],
input[type=submit][disabled],
input[type=reset][disabled],
input[type=button][disabled],
button[disabled]:hover,
input[type=submit][disabled]:hover,
input[type=reset][disabled]:hover,
input[type=button][disabled]:hover {
  border: thin solid #868ea2;
  background: #868ea2 !important;
  opacity: .25;
  color: #333333;
  cursor: default !important;
}

/* @end */

/* @end */

/* @group Common Styles */

.h3Row {
  font-weight: 600;
  margin: 0;
  text-align: left;
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  text-shadow: 0 1px 0 white;
  box-shadow: 0 0 0 0 white;
  background: #d2d5e1;
}

.h3Row td {
  padding: 4px 5px 3px 3px;
}

/* @end */

/* @group For JavaScript Libraries */

/* @group yui */

.buttonSlide {
  border: 0;
}

.buttonSlide .yui-hd {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.buttonSlide.yui-module .yui-hd .toggle em {
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=slider_button_more.png") no-repeat;
  overflow: hidden;
  text-indent: 9999px;
  float: right;
  text-align: right;
  height: 14px;
  width: 14px;
}

.buttonSlide.yui-module.yui-closed .yui-hd .toggle em {
  background-image: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=slider_button_less.png");
}

/* @end */

/* @group tinyMCE */

.mceToolbarTop {
  border-bottom: thin solid #cccccc !important;
}

/* @end */

/* @group overlib js library */

.olCapFontClass {
  font-weight: bold;
  color: #444444;
  background-color: #dfdfdf;
}

.olCapFontClass a {
  color: #dfdfdf;
  font-size: 9px;
}

.olFgClass td,
#forecastsWorksheet .olBgClass td.olFgClass {
  background-color: white;
  padding: 5px 7px 7px 10px !important;
  line-height: 18px;
}

.olCgClass td,
#forecastsWorksheet .olBgClass td.olCgClass {
  border-bottom: 2px solid #eeeeee;
  background-color: #868ea2;
  padding: 5px 3px 3px 10px !important;
}

.olCgClass {
  padding: 0;
  border: 0;
}

#forecastsWorksheet .olBgClass td {
  padding: 0 !important;
}

.olCloseFontClass {
  padding-bottom: 1px;
  text-align: right;
  background-color: #dfdfdf;
}

.olBgClass {
  background-color: white;
  box-shadow: 0 5px 9px rgba(0, 0, 0, .5);
}

div.olFontClass a:last-child {
  border-bottom: none;
}

/* @end */

/* @group js calendar styles */

.calendar .button {
  height: 20px;
  /*padding:  auto;*/
}

.calendar .nav {
  background: -moz-linear-gradient(top, #ededed, #cbcbcb);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#cbcbcb));
}

#Calendar .act_item.meeting_item .yui-resize-handle {
  background: transparent;
}

#Calendar .act_item.meeting_item:hover .yui-resize-handle {
  background: rgba(125, 152, 184, .5);
}

#Calendar .act_item.meeting_item .yui-resize-handle .yui-resize-handle-inner-b {
  border-top: 3px double;
}

img#goto_date_trigger {
  margin-top: -2px;
}

.listViewCalCurrentAppt {
  background-color: #75af4f;
}

.listViewCalOtherAppt {
  background-color: #4d5eaa;
}

.listViewCalConflictAppt {
  background-color: #aa4d4d;
}

.listViewCalCurrentApptLgnd {
  background-color: #75af4f;
  border: thin solid #444444;
}

.listViewCalOtherApptLgnd {
  background-color: #4d5eaa;
  border: thin solid #444444;
}

.listViewCalConflictApptLgnd {
  background-color: #aa4d4d;
  border: thin solid #444444;
}

#CalendarEditView > div > label {
  margin-right: 15px;
}

/* @end */

/* @end */

/* @group Document Structure */

/* @group header (=side bar) */

#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 212px;
  overflow: hidden;
  background: #333333;
  border-right: thin solid #b4b4b4;
  z-index: 101;
}

/* @group company logo */

#companyLogo {
  margin: 0;
  padding: 5px 0 0 5px;
  text-align: center;
  height: 50px;
  overflow: hidden;
  box-sizing: border-box;
  background: #2a2c31;
  box-shadow: #2a2c31;
}

/* @end */

/* @group module list */
#ajaxHeader {
  height: calc(100% - 88px);
  overflow-y: auto;
}

#moduleList > span,
.headerList > span {
  font-size: 12px;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #5eb8f8;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 black;
}

.module-list-wrap {
  height: 79%;
  overflow-y: auto;
  margin-bottom: 5px;
}

.last-viewed-wrap {
  height: 20%;
  overflow-y: auto;
}

#moduleList {
  display: block;
  margin: 10px 0 0 0;
  color: red !important;
}

#moduleList ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  color: #cccccc;
}

#moduleList ul li {
  margin: 0;
  display: block;
  padding: 2px 6px 3px 15px;
  line-height: 30px;
  height: 30px;
}

.notCurrentTab:hover {
  background-color: #25282e !important;
  border-right: 3px solid #3fc8fe;
}

#moduleList > ul > li {
  background-repeat: no-repeat;
  background-position: right top;
}

#moduleList > ul > li.noBorder {
  background-image: none;
  padding-right: 0;
  padding-left: 0;
  margin-left: -2px;
}

#moduleList > ul > li#moduleTabExtraMenu {
  padding-left: 16px;
  padding-right: 20px;
}

#moduleList ul li.currentTab {
  background: #2a9ac7;
  color: white;
  font-weight: bold;
  border-right: 3px solid transparent;
}

#moduleList ul li.currentTab a:link,
#moduleList ul li.currentTab a:visited {
  color: white;
}

#moduleList ul li a:link,
#moduleList ul li a:visited {
  text-decoration: none;
  padding: 0 0 0 30px;
  background: no-repeat left;
  line-height: 33px;
  height: 30px;
  display: block;
  color: #a8c2d1;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  overflow: hidden;
}

#moduleList .shortcut_menu {
  margin-top: 0;
  background: #404550;
}

#moduleList .shortcut_menu .modul-sub-link {
  padding: 0;
  height: auto;
}

#moduleList .shortcut_menu li a {
  padding: 0 0 3px 30px !important;
  margin-left: 0;
  white-space: nowrap;
  border-bottom: 1px dotted gray;
}

#moduleList .shortcut_menu li a > img {
  margin-right: 10px;
}

#moduleList ul li.currentTab:hover {
  border-color: #3fc8fe;
}

#moduleList ul li a:hover {
  text-decoration: none;
}

.list-span {
  height: 30px;
  line-height: 35px;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3fcafc !important;
  border-bottom: thin solid #595d6c;
}

/* @end */

/* @group last viewed and shortcuts lists */

.headerList {
  margin: 10px 0 0;
  padding: 0;
  vertical-align: middle;
  color: #a8c2d1;
}

.headerList a:link,
.headerList a:visited,
.headerList a {
  padding: 2px 0;
  white-space: nowrap;
}

.headerList a span {
  padding-left: 12px;
}

.headerList a img {
  position: relative;
  top: -2px;
}

.headerList ul {
  margin: 0;
  padding: 5px 0 5px 0;
}

.headerList ul li {
  margin: 0;
  padding: 6px 0 6px 15px;
}

/* for lists of items in the left column ( such as the shortcuts or last view items lists ) */
.leftList ul {
  width: 100%;
  padding: 0;
  border-top: 0;
  margin: 0 0 10px 0;
  color: black;
  background: #f1f1f1;
}

.leftList ul li {
  list-style: none;
  margin: 0;
  border: 0;
}

.leftList ul li a {
  display: block;
  border: 0;
  text-decoration: none;
  color: #444444;
  text-align: left;
  padding: 3px 3px 3px 6px;
}

.leftList ul li span:hover a {
  text-decoration: none;
}

.headerList a:link,
.headerList a:visited,
.headerList a {
  text-decoration: none;
  font-size: 12px;
  color: #a8c2d1;
  text-shadow: none !important;
}

.headerList a:hover span {
  text-decoration: none;
}

/* @end */

/* @end */

/* @group main content */

div#content,
body#Currencies.index div#content {
  border: 0;
  margin: 40px 0 10px 213px;
  padding: 15px;
}

div#content > table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

body.index div#content,
body.ListView div#content {
  padding: 10px;
  padding-top: 20px;
}

body.DetailView div#content,
body.EditView div#content,
body.UnifiedSearch div#content,
body#Home.index div#content,
body#Administration.index div#content {
  background: none;
  padding: 15px 15px 0 15px;
}

/* @end */

/* @group footer */

#footer {
  margin: 0 0 90px 213px;
  padding: 10px;
}

#copyright,
#copyright a {
  color: #aaaaaa;
  line-height: 1.3em;
}

/* @end */

/* @group aqua bar top */

#aqua_bar_top {
  position: fixed;
  top: 0;
  right: 0;
  left: 213px;
  height: 50px;
  background: #d7d7df;
  z-index: 100;
  border-bottom: thin solid #c5c7d1;
}

/* @group welcome and sitemap link */

#aqua_bar_top #sitemapLink,
#aqua_bar_top #welcome {
  float: right;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  border-left: thin solid #c5c7d1;
  text-shadow: 0 1px 0 #e1e1e6;
  color: #51545d;
}

#aqua_bar_top #welcome {
  position: relative;
}
#aqua_bar_top #welcome .vers {
  position:absolute;
  bottom: 5px;
  right: 10px;
  line-height: 12px;
  color: #888;
}

#sitemap,
#Administration #sitemap table td {
  vertical-align: top;
}

/* @end */

/* @group module title */

div.moduleTitle {
  height: 0;
  margin: 0;
  padding: 0;
  padding-top: 15px;
}

.moduleTitle img {
  border: 0;
}

.moduleTitle h2 {
  position: fixed;
  display: block;
  top: 13px;
  padding: 0 10px;
  overflow: hidden;
  z-index: 101;
  text-shadow: 0 1px 0 #e1e1e6 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  overflow-clip: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 880px);
  white-space: nowrap;
  min-width: 150px;
}

.bd .moduleTitle {
  padding-top: 0;
  height: auto;
}

.bd .moduleTitle h2 {
  position: static;
  top: 0px;
  margin: 0;
  left: 0;
  z-index: auto;
  width: auto;
  max-width: 100%;
  padding-bottom: 10px;
  padding-left: 0;
  text-shadow: none !important;
}

.popupBody .moduleTitle {
  padding-top: 0px;
  padding-right: 10px;
  line-height: 36px;
}

.moduleTitle > h2 > img {
  display: none;
}

.moduleTitle h2 span.pointer {
  padding: 0 8px;
  font-size: 18px;
  line-height: 16px;
}

.popup-signature .title-users {
  height:auto;
}

.popup-signature .title-users h2 {
  position: static;
}

/* @end */

/* @end */

/* @group aqua bar bottom */

#aqua_bar_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 33px;
  overflow: hidden;
  background: #d4d7de;
  border-top:  thin solid #c5c7d1;
  z-index: 102;
}

/* @group unified search */

#aqua_bar_bottom #search {
  position: relative;
  left: 5px;
  top: 0;
  padding: 4px 0 0;
}

#aqua_bar_bottom #search input[type="text"] {
  padding: 0 7px;
  width: 90px;
  height: 25px !important;
  border: thin solid #b8bac5;
}

/* module to search : HUD style */
#aqua_bar_bottom table {
  position: fixed;
  bottom: 37px;
  left: 20px;
  width: 300px;
  background: rgba(0, 0, 0, .8);
  color: white;
  box-shadow: 0 1px 3px black;
}

/* @end */

/* @group global links */

#aqua_bar_bottom #globalLinks {
  position: absolute;
  right: 0;
  top: 3px;
  color: #545861;
  text-shadow: 0 1px 0 #e1e1e6;
  font-weight: 600;
}

#aqua_bar_bottom #globalLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#aqua_bar_bottom #globalLinks ul li {
  float: left;
  display: block;
  margin: 0;
  padding: 5px 10px;
}

#aqua_bar_bottom #globalLinks ul li img {
  margin-bottom: 1px;
  margin-left: 2px;
  cursor: hand;
}

#aqua_bar_bottom #globalLinks ul li:hover ul,
#aqua_bar_bottom #globalLinks ul a:hover ul {
  visibility: visible;
}

/* @end */

/* display statistics in aqua bar bottom */
#statistics {
  display: none;
}

/* @end */

/* @group aqua toolbar */

#aqua_toolbar {
  position: fixed;
  bottom: 34px;
  right: 0;
  left: 213px;
  height: 0;
  overflow: hidden;
  z-index: 100;
}

/* @group left */

table#cal_tabs {
  position: fixed;
  bottom: 40px;
  left: 230px;
  z-index: 101;
}

input#add_dashlets {
  position: absolute;
  left: 229px;
  top: 61px;
}

/* action buttons (detail and edit view) */
table.actionsContainer,
body#ACLRoles.DetailView form#form,
body#ModuleBuilder div#mbfooter > div > div,
  /*body#Emails.index div.email > table,*/
body#Import form#importstep1 > table:last-child,
body#Import form#importstep2 > table:last-child,
body#Import form#importstep3 > table:last-child,
body#Import form#importlast > table:last-child,
body#Administration.Updater form > table:not(.edit),
body#Studio.wizard div#content > table > tbody > tr > td > table > tbody > tr > td > table:not(.edit),
body#EmailMan.config form#EditView > table:not(.edit),
body#Administration.ThemeSettings form > table {
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 216px;
  right: 200px;
  background: none;
  border: none;
  width: auto;
  z-index: 101;
}

.actionsContainer {
  bottom: -58px;
}

td.buttons[align="right"] {
  padding-top: 0;
}

[align="right"] > .actionsContainer .button {
  margin-top: 4px;
}

/* hide second button area (edit view and subpanel edit) */
ul#subpanel_list table.actionsContainer,
div.actionContainer,
ul#subpanel_list form#form_SubpanelQuickCreate_Contacts > table,
form#EditView div.buttons,
body#Administration.PasswordManager td > div > input,
body#Configurator.EditView form > div,
body#Administration.ThemeSettings form > table:last-child {
  display: none;
}

/* @end */

/* @group right */

.moduleTitle span.utils {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 10px;
  margin-top: 0;
  z-index: 102;
}

.moduleTitle span.utils a img {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -1px;
}

.moduleTitle span.utils .utilsLink {
  display: block;
  text-decoration: none;
}

.moduleTitle span.utils .utilsLink:before {
  display: block;
  content: "+";
  padding: 5px 17px;
  font-size: 42px;
  font-weight: normal;
  background: #2a9ac7;
  color: white;
  border-radius: 50%;
  box-shadow: 2px 2px 5px #1c1c1c;
}

.moduleTitle span.utils .utilsLink:last-child,
.moduleTitle span.utils .utilsLink img {
  display: none;
}

.popupBody .moduleTitle span.utils .utilsLink {
  display: inline-block;
}

.popupBody .moduleTitle span.utils .utilsLink:last-child,
.popupBody .moduleTitle span.utils .utilsLink img {
  display: inline-block;
}

.popupBody .moduleTitle span.utils .utilsLink:before {
  display: none;
}

/* @end */

/* @end */

/* @end */

/* @group Views */

.view,
table.view {
  margin: 0;
  padding: 0 0 2px 0;
}

.view tr td table,
.view tr td table tr td {
  padding: 0;
}

.view tr td input[type="checkbox"] {
  vertical-align: middle;
}

/* @group ListView */

div.listViewBody {
  background-color: white;
  padding: 10px;
}

.list tr th,
.list tr td[scope="col"],
.edit .list tr th,
.edit .list tr td[scope="col"] {
  border-left: none;
  border-right: none;
  background: #ebebed !important;
}

.list tr th[scope="col"] > div,
.list tr th[scope="col"] > span {
  float: left;
  position: relative;
  width: auto !important;
  padding-right: 9px;
}

.list tr th[scope="col"] > div img,
.list tr th[scope="col"] > span img {
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.list tr th[scope="col"] > div > a > img {
  right: -4px;
}

.reportGroupByDataChildTablelistViewThS1 a:link,
.reportGroupByDataChildTablelistViewThS1 a:visited,
.list tr th,
.list tr th a:link,
.list tr th a:visited,
.list tr td[scope="col"],
.list tr td[scope="col"] a:link,
.list tr td[scope="col"] a:visited,
.list tr.pagination td table td span.pageNumbers {
  color: #868ea2;
  transition: color .25s;
}

.reportGroupByDataChildTablelistViewThS1 a:hover,
.reportGroupByDataChildTablelistViewThS1 a:hover,
.list tr th:hover,
.list tr th a:link:hover,
.list tr th a:visited:hover,
.list tr td[scope="col"]:hover,
.list tr td[scope="col"] a:hover,
.list tr.pagination td table td span.pageNumbers:hover {
  color: #6c748c;
}

tr.pagination {
  background-color: #f5f5f5;
}

.evenListRowS1 td {
  color: #6b707c;
  background: #f5f6f8;
}

.oddListRowS1 td {
  color: #6b707c;
  background: white;
}

.oddListRowS1:hover td,
.evenListRowS1:hover td {
  background: #dadfec;
}

/* @group page numbers */

.pageNumbers {
  padding-right: 3px;
  padding-left: 3px;
  vertical-align: middle;
}

.contentBox {
  border-top: thin solid #dddddd;
  border-bottom: thin solid #dddddd;
  padding: 0 10px 0 0;
  margin: 10px 0 10px 0;
}

.contentBox td {
  padding-top: 0;
}

.edit tr td table.dateTime,
.edit tr td table.dateTime > tbody > tr > td,
table.dateTime > tbody > tr > td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#date_end_trigger,
#date_start_trigger,
#date_due_trigger,
#datetime_trigger {
  margin-left: 4px;
  top: 4px !important;
}

#date_end_hours,
#date_start_hours,
#date_due_hours {
  margin-right: 2px;
}

/* @end */

/* @end */

/* @group DetailView */

.detail h4 {
  font-weight: bold;
  margin: 0;
  text-align: left;
  border: none;
  padding-top: 9px;
  padding-bottom: 6px;
  padding-left: 7px;
  background: #c5c7d1;
}

.buttons {
  padding: 1px 0 10px 0;
}

.detail tr td {
  border: none;
  padding: 5px 6px 5px 6px;
  vertical-align: top;
  text-align: left;
}

.detail tr td[scope="row"] {
  margin-top: 2px;
  margin-bottom: 10px;
  text-align: right;
  white-space: nowrap;
}

.detail tr td > li {
  margin-left: 1.5em;
}

.detail.view,
.detail table,
table.detail {
  padding: 0 0 5px 0;
  width: 100%;
}

.detail > table {
  border-top: thin solid #cccccc;
}

.detail tr.pagination td {
  padding-top: 4px;
  text-align: right;
  vertical-align: middle;
}

.detail table tr.pagination td {
  padding-bottom: 4px;
}

.detail td > table tr td {
  border: none;
}

.detail tr td[scope="row"] {
  color: #51545d;
  background-color: #f6f6f6;
  border-color: #cccccc;
}

.detail h4 {
  color: #6d707b;
}

.detail tr th {
  border-color: #cccccc;
}

.detail table,
table.detail {
  padding: 0;
}

.detail > table > tbody > tr > td {
  border-bottom: thin solid #cccccc;
  background-color: white;
}

/* @group sub detail */

/* override some of the detail view styles for show more detail option (KBDocument detail view) */
.detail td.subdetail {
  padding: 0;
  border-bottom: medium none;
}

.detail td.subdetail table tr td {
  padding: 5px 6px;
}

/* @end */

/* @end */

/* @group EditView */

.edit {
}

.edit > table {
  margin-bottom: 0;
  padding: 15px 3px 15px 10px !important;
}

.edit h4 {
  font-weight: bold;
  margin: 0;
  text-align: left;
  border: none;
  padding-top: 9px;
  padding-bottom: 6px;
  padding-left: 7px;
  background: #c5c7d1;
}

#Users .edit table h4 {
  background: transparent;
  padding: 0;
}

.edit tr td {
  font-weight: normal;
}

.edit tr td[scope="row"] {
  padding: 5px 5px 5px 7px !important;
  text-align: left;

  /* width: 133px;*/
}

.edit tr td[scope="row"]:first-child {
  /*width: 140px; */
}

.edit tr td.header-wrapper[scope="row"] {
  padding: 0 !important;
  border: 0;
}

.edit tr td.header-wrapper[scope="row"] h2 {
  margin-bottom: 10px;
}

.edit tr th {
  padding: 5px 5px 5px 7px !important;
}

.pagination .dashlet_search table input[name="query_string"] {
  width: 150px;
  height: 20px;
}

.list tr.pagination td table td .dashlet-search-block tr td {
  padding: 4px 2px !important;
}

.list tr.pagination td table td .dashlet-search-block .button {
  height: 20px;
}

/* hide  bad position popup yii dialog
.yui-dialog .yui-module {
  min-width: 600px;
}

#quickCompose .yui-dialog .yui-module {
  width: auto;
}

.yui-dialog .yui-module {
  border: none;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 15px 0;
}*/

#Emails .yui-dialog #contactsDialogue.yui-module,
#Emails .yui-dialog #container_searchDateFrom_trigger.yui-module,
#Emails .yui-dialog #container_searchDateTo_trigger.yui-module {
  width: auto;
  padding-bottom: 1px;
  border: thin solid #c0c0c0;
}

.yui-panel table.edit input[name="dashletTitle"],
.yui-panel table.edit select[name="displayRows"],
.yui-panel table.edit select[name="type_date_entered"],
.yui-panel table.edit input[name="primary_address_country"],
.yui-panel table.edit input[name="billing_address_country"],
.yui-panel table.edit input[name="title"],
.yui-panel table.edit input[name="name"],
.yui-panel table.edit select[name*="assigned_user_id"],
.yui-panel table.edit select[name*="sales_stage"],
.yui-panel table.edit select[name*="industry"],
.yui-panel table.edit select[name*="autoRefresh"],
.yui-panel table.edit input[name*="document_name"],
.yui-panel table.edit select[name*="status"],
.yui-panel table.edit select[name*="account_type"],
.yui-panel table.edit select[name*="priority"],
.yui-panel table.edit select[name*="opportunity_type"],
.yui-panel table.edit select[name*="active"],
.yui-panel table.edit select[name="type_end_date"],
.yui-panel table.edit select[name*="category_id"],
.yui-panel table.edit select[name*="type_date_start"],
.yui-panel table.edit select[name="type_date_modified"] {
  width: 128px;
}

.yui-panel table .bottom-buttons input[type=submit] {
  position: relative;
  right: 7px;
  margin-bottom: 6px;
}

table#tabFormPagination td,
#tabFormPagination,
#EditView > table#tabFormPagination.detail.view {
  border-bottom: none;
  margin-bottom: 0;
}

table.edit.view {
  background-color: white;
  margin: 0 0 10px 0;
  border: thin solid #cccccc;
  line-height: 25px;
}

.collapsed table.edit.view {
  display: none;
}

.collapseLink,
.expandLink {
  padding-right: 5px;
}

.collapsed .collapseLink {
  display: none;
}

.expanded .expandLink {
  display: none;
}

.collapsed .panelContainer,
.collapsed .collapseLink,
.expanded .expandLink {
  display: none;
}

#EditView .collapsed {
  margin-bottom: 10px;
}

.panelContainer {
  border-left: thin solid #cccccc;
  border-right: thin solid #cccccc;
}

.edit td[scope="row"] {
  color: #444444;
}

#EditView hr {
  border-color: #abc3d7;
}

.edit {
  color: #51545d;
}

.detail .edit td {
  background-color: white !important;
  border-bottom: 0 !important;
}

.tabForm {
  border: none !important;
}

#display_timeslots {
  /* margin-top: 27px; */
}

/* input align */
/* @end */

/* @group other views */

.other {
  border: none !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
  width: 100%;
  border-color: #abc3d7;
  background-color: #d2d5e1;
  border-spacing: 0;
}

.other.view .edit.view {
  border-left: 4px solid #e2e5ee;
}

.other td {
  font-weight: normal;
  padding: 4px 10px 4px 6px;
  vertical-align: middle;
  color: #444444;
  background-color: #fafbff;
}

.other td[scope="row"] {
  padding: 4px 6px 4px 6px;
  white-space: nowrap;
  color: black;
  background-color: #fafbff;
}

.other .edit td {
  background: transparent !important;
}

.other .edit {
  margin-top: 0;
  color: black;
  background-color: #fafbff;
}

/* @group Special for Campaigns Wizard */

.other td.edit #wizard td {
  background: transparent;
}

.other td.edit #wizard h4 {
  padding-left: 5px;
  margin-top: 0;
}

#wizard td {
  white-space: normal;
  word-wrap: break-word;
}

#wizard fieldset label {
  display: inline-block;
  margin: 2px 0;
  vertical-align: middle;
}

/* @end */

/* @end */

/* @end */

/* @group Panels */

/* @group search panel */

.search {
  padding: 5px;
}

.search > table {
  padding: 0 !important;
  margin: 0;
}

.search.advanced table td {
  vertical-align: top;
}

.search.advanced table td label {
  height: 25px;
  display: block;
}

.search td span {
  color: #51545d;
}

.search.advanced table.search-advanced {
  /* table-layout: fixed; */
}

.search.advanced table.search-advanced #total_contract_value_advanced_range_div {
  vertical-align: top;
}

.search.advanced table.search-advanced #price_advanced_range_div,
.search.advanced table.search-advanced #cost_advanced_range_div,
.search.advanced table.search-advanced #total_amount_advanced_range_div,
.search.advanced table.search-advanced #amount_advanced_range_div {
  vertical-align: top;
}

.search.advanced table.search-advanced #parent_name_advanced,
.search.advanced table.search-advanced #assigned_user_id_advanced,
.search.advanced table.search-advanced #category_id_advanced {
  margin-bottom: 5px;
}

.search.advanced table.search-advanced #status_advanced {
  margin-bottom: 10px;
}

#inlineSavedSearch > table {
  /* table-layout: fixed; */
}

/* Listview styles */
.list,
.edit .list {
  padding: 0 !important;
  margin-bottom: 10px;
}

.list tr.pagination,
.list tr.pagination td,
.list tr.pagination td table {
  padding: 0;
  border: 0;
  margin: 0;
}

.list tr.pagination td table td {
  padding: 4px 7px 4px 5px !important;
}

.list tr.pagination td table td a:link,
.list tr.pagination td table td a:visited,
.reportGroupByDataChildTablelistViewThS1 a:link,
.reportGroupByDataChildTablelistViewThS1 a:visited {
  text-decoration: none;
  padding: 2px 0 3px 0;
}

.list tr.pagination td table td a:hover,
.reportGroupByDataChildTablelistViewThS1 a:hover {
  text-decoration: underline;
}

.list tr.pagination .buttons {
  padding: 2px 2px 2px 0 !important;
}

.list tr.pagination #selectCountTop {
  width: 5em;
  line-height: 20px;
}

.list tr th,
.list tr td[scope="col"],
.edit .list tr th,
.edit .list tr td[scope="col"] {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  padding: 4px 5px 4px 5px !important;
  border-left: none;
  border-right: none;
  white-space: nowrap;
}

.list tr td {
  vertical-align: middle;
  padding: 5px 8px 4px 5px;
}

.list tr.pagination td {
  padding: 0 !important;
}

.list tr td.odd {
  padding: 3px 8px 5px 5px;
  vertical-align: middle;
}

.list th a:link,
.list th a:visited,
.list td[scope="col"] a:link,
.list td[scope="col"] a:visited {
  font-weight: bold;
  text-decoration: none;
}

.list th a:hover,
.list td[scope="col"] a:hover {
  text-decoration: underline;
}

.list tr.oddListRowS1 td,
.list tr.evenListRowS1 td {
  white-space: normal;
  word-wrap: break-word;
}

.list tr.oddListRowS1 td[nowrap],
.list tr.evenListRowS1 td[nowrap] {
  white-space: nowrap;
  word-wrap: normal;
}

.list td a.listViewTdToolsS1,
.list tr td.nowrap {
  white-space: nowrap;
  word-wrap: normal;
}

.list a[onclick] {
  cursor: pointer;
}

.search_form {
  overflow: visible;
  text-align: left;
}

.search_form .view {
  width: 99%;
  margin: 0;
}

form#search_form > div {
  background: white;
}

/* @end */

/* @group subpanel */

ul.tablist,
ul.subpanelTablist {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 26px;
}

#dashletCategories {
  height: 25px;
}

ul.tablist li,
ul.subpanelTablist li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  height: 24px;
}

ul.tablist li a,
ul.subpanelTablist li a {
  color: white;
  margin: 0;
  padding: 0 15px;
  line-height: 26px;
  height: 26px;
  display: block;
  font-weight: 300;
}

ul.tablist li a.current,
ul.tablist li a.current:hover {
  font-weight: bold;
}

ul.subpanelTablist li a.current,
ul.subpanelTablist li a.current:hover {
  background: #586271;
}

ul.subpanelTablist #addPageItem a,
ul.subpanelTablist #addPageItem a:hover {
  border: none;
  background: transparent;
  text-decoration: none;
}

ul.tablist li a:link,
ul.tablist li a:visited,
ul.subpanelTablist li a:link,
ul.subpanelTablist li a:visited {
  text-decoration: none;
}

.subpanelTabForm {
  padding: 0;
}

.subpanelTabForm p {
  margin-bottom: 0;
}

.subpanelTabForm h3 {
  padding-left: 3px;
}

.subpanelTabForm .h3Row {
  padding-top: 2px;
  margin-top: 0;
}

.subpanelTabForm {
  margin-bottom: 10px;
}

.edit.view .collapseLink,
.edit.view .expandLink,
.detail.view .collapseLink,
.detail.view .expandLink,
.subpanelTabForm .utilsLink {
  width: 20px;
  height: 22px;
  display: inline-block;
  padding-left: 8px;
  box-sizing: border-box;
}

.edit.view .collapseLink,
.edit.view .expandLink {
  margin: -19px 0 -16px -13px;
}

.detail.view .collapseLink,
.detail.view .expandLink,
.subpanelTabForm .utilsLink {
  margin: -19px 0 -16px -6px;
}

.edit.view.expanded .expandLink,
.edit.view.collapsed .collapseLink,
.detail.view.expanded .expandLink,
.detail.view.collapsed .collapseLink {
  display: none;
}

.edit.view .collapseLink img,
.edit.view .expandLink img,
.detail.view .collapseLink img,
.detail.view .expandLink img,
.subpanelTabForm .utilsLink img {
  margin-top: 7px;
}

#groupTabs {
  background: #aab0c3;
  margin-top: 20px;
}

table.subpanelTabForm {
  border-top: 0 none;
  margin-bottom: 4px;
}

ul.subTabs {
  padding: 4px 0;
  margin: 0 0 0 0;
  border: none;
  font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.subTabs li {
  list-style: none;
  margin: 0;
  display: inline;
}

.activeSubTab,
ul.subTabs li a.activeSubTab:link,
ul.subTabs li a.activeSubTab:visited,
ul.subTabs li a.activeSubTab:hover {
  font-weight: bold;
}

ul.subTabs li a {
  padding: 0 8px 0 8px;
  margin: 0;
  border-right: thin solid;
  border-bottom: none;
  text-decoration: none;
}

ul.subTabs li a:link,
ul.subTabs li a:visited {
  text-decoration: none;
}

.subTabMore {
  font-size: 11px;
  text-decoration: none;
  padding-top: 3px;
}

ul.tablist li a.activeSubTab:hover {
  border-bottom-color: #dddddd;
  color: black;
}

ul.subpanelTablist li a.activeSubTab:hover {
  color: black;
}

.subpanelTabForm .h3Row {
  background-image: none;
}

.subTabs td {
  font-size: 12px;
  padding: 0 .25em;
}

#MorePanelHandle {
  cursor: pointer;
  display: inline;
  margin-left: 2px;
  margin-bottom: 2px;
  text-align: center;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=more.gif") no-repeat bottom left;
  color: #444444;
}

/* @end */

/* @group scheduler */

#scheduler {
  margin: 15px 0;
  padding: 0;
  background: none;
  border: none;
}

#scheduler .schedulerDiv {
  color: black;
  text-align: left;
  width: 100%;
  background-color: #fafafa;
  border-collapse: collapse;
  border-bottom: thin solid #999999;
}

#scheduler .schedulerDiv table {
  width: 99%;
  border-collapse: collapse;
  margin: 0 5px 10px;
}

#scheduler .schedulerDiv table tr td {
  height: 18px;
  border: thin solid #dddddd;
}

#scheduler .schedulerDiv table tr.schedulerTimeRow td {
  border-left: 0;
}

#scheduler .schedulerDiv table tr.schedulerTimeRow td[scope="col"] {
  border-left: thin solid #dddddd;
  padding-left: 4px;
}

#scheduler .schedulerDiv table tr.schedulerAttendeeRow td {
  background-color: #eeeeee;
  width: 15px;
}

#scheduler .schedulerDiv table tr.schedulerAttendeeRow td[scope="row"] {
  overflow: hidden;
  padding-left: 4px;
  width: 280px;
  background: transparent;
  border-left: 0;
}

#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerSlotCellStartTime {
  border-left: 4px solid #75af4f !important;
  background-color: white;
}

#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerSlotCellEndTime {
  border-left: 4px solid #ff0000 !important;
}

#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerAttendeeDeleteCell {
  background: transparent;
  border-left: thin solid #dddddd;
  padding-left: 4px;
}

#scheduler .schedulerInvitees {
  margin-top: 1em;
}

#scheduler .schedulerInvitees .tabForm {
  margin-bottom: 0;
}

#scheduler .schedulerDiv,
#scheduler .schedulerInvitees {
  background: white;
}

div#scheduler > div#list_div_win {
  margin-top: 10px;
  box-shadow: 0 3px 0 #c5c7d1;
  padding: 0;
  border: thin solid #c5c7d1;
  border-top: none;
}

/* @end */

/* @group gantt */

table.days {
  font-family: sans-serif;
  font-size: 11px;
}

td.days {
  border-top: thin solid #dfdfdf;
  border-bottom: thin solid #dfdfdf;
  border-left: 0;
  border-right: 0;
}

td.sunday {
  border-top: thin solid #dfdfdf;
  border-bottom: thin solid #dfdfdf;
  border-left: thin solid #dfdfdf;
  border-right: 0;
}

td.saturday {
  border-top: thin solid #dfdfdf;
  border-bottom: thin solid #dfdfdf;
  border-left: 0;
  border-right: thin solid #dfdfdf;
}

td.date {
  width: 100%;
  padding: 0;
  border: 0;
  font-size: 10px;
}

tr.empty {
  height: 2px;
}

div.completed {
  background-color: #777777;
  float: left;
  width: 100%;
  line-height: 10px;
  margin-top: 4px;
}

div.inprogress {
  background-color: #002e4d;
  float: left;
  width: 100%;
  line-height: 10px;
  margin-top: 4px;
}

div.inprogress_bar {
  background-color: #ff0000;
  float: left;
  width: 100%;
  line-height: 10px;
  margin-top: 4px;
}

div.notstarted {
  background-color: #cccccc;
  float: left;
  width: 100%;
  line-height: 10px;
  margin-top: 4px;
}

div.indent_left {
  background-color: black;
  float: left;
  line-height: 10px;
  margin-top: 4px;
}

div.indent_bar {
  background-color: black;
  float: left;
  margin-top: 4px;
}

div.indent_right {
  background-color: black;
  float: right;
  line-height: 10px;
  margin-top: 4px;
}

#horizWrapper {
  position: relative;
  margin-left: 60px;
  width: 218px;
  float: left;
}

#horizBGDiv {
  position: relative;
  top: 60px;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=horizBg.png") no-repeat;
  height: 26px;
  width: 218px;
  z-index: 5;
}

#horizHandleDiv {
  position: absolute;
  left: 100px; /* the default position is the center of the bg */
  top: 8px; /* force the image down a bit */
  cursor: default;
  width: 18px;
  height: 18px;
}

/* @end */

/* @group dashlets */

#dashletsDialog_mask,
#dlg_mask {
  /*z-index: 110 !important;
  position: fixed;*/
}

/*
.yui-dialog.shadow,
.mask {
  z-index: 250 !important;
}
*/
#moduleDashlets h3,
#chartDashlets h3,
#toolsDashlets h3 {
  display: none;
}

#dashletSearch {
  margin-bottom: 10px;
}

#dashletSearch > table {
  width: 100%;
  border-collapse: collapse;
}

#dashletSearch table tr td input[type=button] {
  vertical-align: top;
  margin: 0;
  width: 100%;
}

#dashletSearch td {
  line-height: 25px;
  border: 0;
}

.dashlet-search-wrapper tr > td:first-child {
  width: 75px;
}

.dashlet-search-wrapper tr > td:nth-child(3) {
  width: 65px;
}

.dashlet-search-wrapper tr > td:nth-child(3) > div {
  padding: 0 2px;
}

.dashlet-search-wrapper tr > td:last-child {
  width: 55px;
}

#dashletSearch #search_string,
.column-chooser-wrapper,
.column-chooser-wrapper #edit_tabs table {
  width: 100%;
}

.column-chooser-wrapper #edit_tabs > table tr:last-child > td:nth-child(1):not([id]) {
  padding-left: 21px !important;
}

.column-chooser-wrapper #edit_tabs > table tr:last-child > td:nth-child(2),
.column-chooser-wrapper #edit_tabs > table tr:last-child > td:nth-child(4) {
  width: 220px;
}

.column-chooser-wrapper #edit_tabs > table tr:last-child > td:last-child {
  width: 1px;
}

.column-chooser-wrapper #edit_tabs > table tr:last-child > td select {
  width: 100% !important;
}

#dashletSearch > br:last-child {
  display: none;
}

.x-dlg-btns button.x-btn-text:hover,
.x-dlg-btns .x-btn-focus button.x-btn-text {
  color: black;
}

.sugarFeedDashlet {
  overflow: auto;
  max-height: 375px;
}

.sugarFeedDashlet td.list th,
.sugarFeedDashlet td.list td[scope="col"] {
  display: none;
}

.sugarFeedDashlet tr {
  height: auto;
}

/*
Bug 33193 - Fixed several items in the sugarfeeds not correctly scrolling on IE7;
added the *position:static CSS property on the following two rules, which will only
be used on IE7 and IE6
*/
.sugarFeedDashlet .byLineBox {
  width: 100%;
  position: relative;
  *position: static;
  overflow: hidden;
}

.sugarFeedDashlet .yui-ac-input {
  *position: static !important;
}

.sugarFeedDashlet .byLineBox .byLineLeft {
  font-size: 79%;
  float: left;
}

.sugarFeedDashlet .byLineBox .byLineRight {
  display: inline;
  float: right;
  font-size: 79%;
}

.dashletPanel .hd .hd-center .dashletToolSet a {
  padding: 5px 4px;
}

.dashletPanel .hd .hd-center .dashletToolSet a img {
  width: 11px;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: -webkit-filter .25s, filter .25s;
}

.dashletPanel .hd .hd-center .dashletToolSet a:hover img {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.dashletPanel .hd .hd-center .dashletToolSet a:last-child {
  padding-right: 0;
}

.dashletPanel .hd-center h3 {
  padding-top: 0;
}

.dashletPanel .hd-center table {
  margin: 0;
}

.dashletPanel .hd-center table.formHeader table td {
  padding-top: 2px;
}

.dashletPanel .calendar-nav-wrap {
  text-align: center;
}

.dashletPanel .calendar-nav-wrap .calendar-prev-wrap,
.dashletPanel .calendar-nav-wrap .calendar-next-wrap {
  margin: 3px 5px 0;
  width: auto !important;
}

.dashletPanel .calendar-nav-wrap .calendar-period-title {
  display: inline-block;
  float: none !important;
  width: auto !important;
}

/* @end */

/* @group dashlet and subpanel */

div#pageContainer {
  padding: 30px 0 5px;
}

div#pageContainer div.dashletPanel {
  margin-bottom: 10px;
}

ul#subpanel_list {
  padding: 5px 0;
}

ul#subpanel_list > li.noBullet,
div#pageContainer div.dashletPanel,
div#scheduler div.schedulerDiv,
div#scheduler div.schedulerInvitees,
div#create-invitees {
  margin-top: 10px;
  padding: 0;
  background: white;
  border: thin solid #c5c7d1;
  width: 100%;
  box-sizing: border-box;
}

div#create-invitees {
  padding: 5px;
}

[id*="page_0_hidden"] {
  display: none;
}

div#pageContainer div.dashletPanel {
  margin-top: 0;
}

ul#subpanel_list > li.noBullet table.h3Row,
div#pageContainer div.dashletPanel table.h3Row {
  margin: 0;
  padding: 0;
  background: #c5c7d1;
  width: 100%;
  border-bottom: thin solid #cccccc;
}

ul#subpanel_list > li.noBullet .formHeader.h3Row {
  border-bottom: 0;
}

ul#subpanel_list > li.noBullet table.h3Row h3,
div#pageContainer div.dashletPanel table.h3Row h3,
div#scheduler div.schedulerDiv h3,
div#scheduler div.schedulerInvitees h3 {
  padding-left: 5px;
  text-shadow: none;
  color: #666666;
}

/* ER2012: Disabled to fix line in Home page - clicked on logo
ul#subpanel_list > li.noBullet table.list,
div#pageContainer div.dashletPanel table.list {
        background:none;
}
*/

/* @group dashlet style adjustment */

div.dashletToolSet {
  margin-right: 3px;
}

div.dashletNonTable {
  padding: 2px 7px;
  background: white;
}

/* @end */

/* @group subpanel style adjustment */

div#scheduler div.schedulerInvitees table.edit {
  background: none;
  padding: 0;
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}

/* @end */

/* @end */

/* @group sitemap */

#sitemap {
  width: 650px;
  display: none;
  z-index: 9999;
  margin-right: 1em;
  margin-top: 2.5em;
  max-height: 80%;
  overflow: auto;
  border-bottom: thin solid #cccccc;
  margin-bottom: 0;
}

.sitemapCloseBox {
  height: 30px;
}

.sitemapCloseBox td {
  position: fixed;
  right: 40px;
  top: 42px;
}

#sitemap .noBullet {
  margin-bottom: 0;
}

#sitemap .edit.view {
  padding: 6px 6px 6px 16px;
  background: #e9edf6;
  border-bottom: 0;
  margin-bottom: 0;
}

#sitemap h4 {
  background: none !important;
  padding-bottom: 0;
}

#sitemap a:link,
#sitemap a:visited {
  text-decoration: underline;
  font-size: 11px;
  color: #444444;
}

#sitemap a:hover,
#sitemap h4 a:hover {
  text-decoration: none;
}

#sitemap h4 a:link,
#sitemap h4 a:visited {
  font-size: 13px;
}

#sitemap ul {
  margin-top: 5px !important;
  margin-left: 5px !important;
}

#sitemap ul li {
  margin-bottom: 5px !important;
  display: list-item;
}

/* @group sitemap link button */

#sitemapLink span {
  cursor: pointer;
}

#sitemapLink span img {
  cursor: pointer;
  margin-left: 2px;
  padding-bottom: 2px;
}

/* @end */

/* @end */

/* @end */

/* @group Dialog & Popup */

/* @group dashlet dialog */

#dashletsList a {
  text-decoration: none;
}

#dashletsDialog_c.shadow {
  background: transparent;
}

div#dashletsList {
  background: #f5f5f5;
}

div#dashletsList > div#moduleDashlets {
  padding: 10px 10px 0;
}

div#dashletsList h3 {
  margin: 0;
}

#dashletsDialog > #dashletsDialogHeader {
  padding: 10px;
  line-height: 1;
}

#dashletsDialog > #dashletsDialogHeader .container-close {
  height: 18px;
  width: 22px;
  top: 5px;
  right: 9px;
}

#dashletsDialog div#dashletsList > div#moduleDashlets,
#dashletsDialog div#dashletsList > div#webDashlets,
#dashletsDialog div#dashletsList > div#toolsDashlets,
#dashletsDialog div#dashletsList > div#chartDashlets {
  background: white;
  padding-top: 5px;
  height: 450px !important;
}

#dashletsDialog div#dashletsList > div#moduleDashlets > #moduleDashletsList {
  height: 450px !important;
}

#dashletsDialog #chartDashlets #basicChartDashletsExpCol a img {
  margin-top: -7px;
}

#dashletsDialog #webDashletsList tbody > tr {
  display: block;
  float: left;
}

#dashletsDialog #webDashletsList #web_address,
#dashletsDialog #webDashletsList #rss_address {
  max-width: 325px;
}

/* @end */

/* @group popup window */

body > table.formHeader,
body > form > table.formHeader {
  background: #dedede;
  margin: 0;
}

body > div#addformlink {
  float: right;
  padding: 10px 15px;
}

body > form#MassUpdate {
  background: #f6f6f6;
  border-top: thin solid #999999;
}

body > form#MassUpdate > input.button {
  margin: 10px 15px;
}

#auction_leads_extended form#MassUpdate {
  overflow: auto;
  width: 100%;
}

/* @end */

/* @group change log window */

body:not([id]) > table {
  background: #fafbff;
}

body:not([id]) > table > tbody > tr > td > div.moduleTitle {
  height: auto;
}

body:not([id]) > table > tbody > tr > td > div.moduleTitle > h2 {
  position: static;
}

body:not([id]) > table > tbody > tr > td > table:not(.list) {
  margin: 5px;
  font-size: 12px;
}

body:not([id]) .moduleTitle span.utils {
  position: static;
  float: right;
  margin-top: -30px;
}

body.popupBody .moduleTitle span.utils {
  margin-top: -13px;
}

/* @end */

/* @end */

/* @group Menu */

/* @group float menu */

.subDmenu {
  position: absolute;
  display: none;
  visibility: hidden;
}

.menuItem,
.menuItemHilite,
.menuItemX,
.menuItemHiliteX,
.menuItem:visited,
.menuItemHilite:visited,
.menuItem:hover,
.menuItemHilite:hover,
.menuItem:active,
.menuItemHilite:active,
.menuItem:link,
.menuItemHilite:link,
.menuItemX:visited,
.menuItemHiliteX:visited,
.menuItemX:hover,
.menuItemHiliteX:hover,
.menuItemX:active,
.menuItemHiliteX:active,
.menuItemX:link,
.menuItemHiliteX:link {
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
  color: black;
  text-decoration: none;
  width: 120px;
  border-left: none;
  border-right: none;
  display: block;
  padding: 1px 5px 1px 7px;
  border-bottom: thin solid #dddddd;
}

.menuItem:hover,
.menuItemHilite:hover,
.menuItem:active,
.menuItemHilite:active,
.menuItemX:hover,
.menuItemHiliteX:hover,
.menuItemX:active,
.menuItemHiliteX:active {
  color: white;
}

.menuItemHilite {
  color: white;
  background: -moz-linear-gradient(top, #628af0, #2362ed);
  background: -webkit-gradient(linear, left top, left bottom, from(#628af0), to(#2362ed));
}

.menuItemX {
  background-color: #cccccc;
}

.menuItemHiliteX {
  background-color: #999999;
}

.menu {
  position: absolute;
  display: none;
  visibility: hidden;
  background-color: #f6f6f6;
  z-index: 2;
  border: #999999 solid 1px;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  opacity: .9;
}

/* @end */

/* @group css dropdown menu */

ul.cssmenu {
  background-color: #f6f6f6;
  border: thin solid #999999;
  opacity: .9;
  position: absolute;
  visibility: hidden;
  z-index: 1;
  font: 12px Arial, Verdana, Helvetica, sans-serif;
  margin-top: 5px;
}

ul.cssmenu li {
  font-size: 11px !important;
  font-weight: normal !important;
  font-style: normal;
  line-height: 18px;
  padding: 1px 7px !important;
  border-bottom: thin solid #c0c0c0;
  float: none !important;
  display: block;
  margin: 0 .15em;
}

ul.cssmenu li:hover {
  background-color: white;
  color: black;
}

ul.cssmenu li a {
  text-decoration: none;
  font-size: 11px !important;
}

/* @end */

/* @end */

/* @group Modules */

/* @group Activities & Calendar */

/* @group calendar */

/* ER2012: Fix task list (it is still lower?) */
body#Calendar div#content > table > tbody > tr > td > table#calendarModule > tbody > tr > td {
  padding-left: 3px;
}

#cal_settings {
  margin-left: 3px;
}

.monthFooter,
.monthHeader {
  padding: 7px 7px 5px;
  vertical-align: middle;
  background: #d7d7df;
}

.monthFooter {
  height: 35px;
  box-sizing: border-box;
}

.monthHeader {
  margin-top: 15px;
  text-align: center;
}

.monthHeader > .calendar-period-title {
  float: none !important;
  display: inline-block;
  width: auto !important;
}

.monthFooter > div:first-child,
.monthFooter > div:last-child,
.monthHeader > .calendar-prev-wrap,
.monthHeader > .calendar-next-wrap {
  width: auto !important;
  line-height: 20px;
}

body#Activities div#content,
body#Calendar div#content {
  background: none;
  padding: 15px;
}

body#Activities table#daily_cal_table_outside,
body#Calendar table#daily_cal_table_outside {
  box-shadow: 0 1px 5px black;
}

/* @group calendar style */

.monthViewDayHeight {
  height: 100px;
}

.monthViewDayHeight td[scope="row"] {
  padding: 5px;
  text-align: center;
}

.monthViewDayHeight td {
  vertical-align: top;
  padding: 3px;
  text-align: right !important;
}

.yearViewDayHeight {
  height: 40px;
}

.monthCalBodyDayItem {
  margin: 7px 0 7px 0;
  padding: 5px 0 8px 0;
  border-top: thin solid;
}

.monthCalBodyDayItem td {
  vertical-align: top;
}

.monthCalBodyDayItem td img {
  padding-right: 3px;
  vertical-align: top;
}

.monthCalBody th {
  vertical-align: top;
  padding: 7px;
  height: 20px;
  font-weight: normal;
}

.monthCalBodyTH th {
  padding: 5px !important;
  border-bottom: thin solid;
  font-weight: bold;
}

.monthCalBody td {
  padding: 5px;
  text-align: left;
}

.monthCalBody td div table td {
  text-align: left !important;
}

.monthCalBody {
  padding: 0;
}

.monthCalBody td.yearCalBody {
  padding: 0;
  margin: 0;
}

.yearCalBodyMonth {
  padding: 5px 0 0 0 !important;
  text-align: center !important;
}

.yearCalBodyMonth #daily_cal_table {
  margin-top: 5px;
}

.yearCalBodyMonth > a {
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 5px;
  width: 100%;
  text-decoration: none !important;
}

.yearCalBodyMonth > a:hover {
  text-decoration: underline;
}

.calSharedUser {
  height: 20px;
  padding-top: 5px;
  padding-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px;
}

.monthCalBody {
  background-color: #abc3d7;
}

.monthHeader a:hover,
.monthViewDayHeight a:hover {
  color: #0b578f;
}

.monthCalBodyTH th[scope="row"],
.monthViewDayHeight td[scope="row"] {
  background-color: #ebebeb;
}

.monthCalBodyTH th {
  background-color: #fafafa;
  color: #6b707c;
  border-color: #abc3d7 !important;
}

.monthViewDayHeight td {
  border-color: #abc3d7;
  background-color: white;
  color: #444444;
}

.monthViewDayHeight td[class=weekEnd] {
  background-color: #f6f6f6;
}

.monthCalBodyDayItem {
  background-color: white;
  border-top-color: #abc3d7;
  border-bottom-color: #dddddd;
}

.monthCalBody td {
  background-color: white;
  color: #444444;
}

.monthCalBody th a {
  color: black;
}

.yearCalBody {
  border: none;
}

.yearCalBodyMonth {
  background-color: #d5d5dd !important;
  border-top: 3px solid #3ea3d3;
  border-bottom: 2px solid white;
}

.yearCalBody .monthHeader {
  border: none;
}

.yearCalBodyMonth #daily_cal_table {
  border-top: #abc3d7;
}

.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay {
  border-color: #abc3d7;
}

.yearCalBodyMonth > a {
  color: #51545d;
}

h5.calSharedUser {
  color: #444444;
}

/* @end */

/* @group shared calendar */

body#Calendar table.formHeader {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: 100%;
}

body#Calendar table.formHeader td {
  padding: 0;
}

body#Calendar table.formHeader h3 {
  color: white;
}

body#Calendar table.formHeader a.tabFormAdvLink {
  color: white;
}

/* @group popup */

body#Calendar div#shared_cal_edit > form {
  right: 15px;
  background: rgba(40, 40, 40, .92);
  color: white;
}

body#Calendar div#shared_cal_edit > form table {
  background: none;
  padding: 0;
  border-collapse: collapse;
}

body#Calendar div#shared_cal_edit > form > table th {
  font-weight: normal;
  line-height: 14px;
  padding: 4px 0 2px;
  border-bottom: thin solid rgba(0, 0, 0, .8);
  background: -moz-linear-gradient(top, #dddddd, #cccccc);
  background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .15)));
  color: white;
}

body#Calendar div#shared_cal_edit table.edit > tbody > tr > td {
  display: none;
}

body#Calendar div#shared_cal_edit table.edit > tbody > tr > td#shared_ids_td,
body#Calendar div#shared_cal_edit table.edit > tbody > tr > td:last-child,
body#Calendar div#shared_cal_edit table.edit > tbody > tr:last-child > td {
  display: table-cell;
  text-align: center;
}

body#Calendar #shared_cal_edit .select_users {
  width: 100px;
  text-align: left !important;
}

body#Calendar div#shared_cal_edit table.edit > tbody > tr > td > a > img {
  margin-top: 5px;
}

body#Calendar #form_settings .edit tr td[scope="row"] {
  text-align: left;
  padding: 0 !important;
}

body#Calendar div#shared_cal_edit select#shared_ids {
  width: 200px;
  height: 200px;
}

body#Calendar #userListButtonId + .dateTime {
  display: inline-block;
  margin: 0px 0 0 2px;
  cursor: pointer;
}

/* @end */

/* @group task list */

body#Activities table table .moduleTitle,
body#Calendar table table .moduleTitle {
  height: auto;
  margin-top: 2px;
  background: -moz-linear-gradient(top, #dddddd, #cccccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#cccccc));
  box-shadow: 0 3px 3px black;
}

body#Activities table table .moduleTitle h2,
body#Calendar table table .moduleTitle h2 {
  display: block;
  position: static;
  line-height: 27px;
  height: 27px;
  font-size: 13px;
}

body#Activities table table .moduleTitle h2 img,
body#Calendar table table .moduleTitle h2 img {
  display: none;
}

body#Activities table.list,
body#Calendar table.list {
  box-shadow: 0 3px 3px black;
}

/* @end */

/* @end */

/* @group Administration & UnifiedSearch */

body#Administration.index div#content,
body#Home.index div#content,
body.UnifiedSearch div#content {
  padding: 15px;
}

body#Administration.index iframe {
  display: none;
}

body#Administration.index table.h3Row,
body#Home.index table.formHeader,
body.UnifiedSearch table.formHeader {
  box-shadow: 0 0 0 0 white;
  background: #d2d5e1;
  margin-top: 0;
  text-shadow: none;
}

body#Administration.index table.h3Row h3,
body#Home.index table.formHeader h3,
body.UnifiedSearch table.formHeader h3 {
  margin: 0;
}

body#Administration.index table.view,
body#Home.index table.list,
body#Home.index td > h2,
body.UnifiedSearch table.list,
body.UnifiedSearch td > h2 {
  box-shadow: none !important;
}

body#Home.index td > h2,
body.UnifiedSearch td > h2 {
  border-bottom: thin solid #cccccc;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  line-height: 14px;
  background: #d2d5e1;
}

/* for when 'There were no results found.' */
body#Home.index td > h2 + h2,
body.UnifiedSearch td > br + h2 {
  padding: 10px;
  background: #fddfdd;
}

/* unified search & administration */

/* @end */

/* @group Administration */

body#Administration.UpgradeWizard div#content > table > tbody > tr > td > table {
  font-size: 12px;
  padding: 0 0 5px;
}

body#Administration.UpgradeWizard_prepare div#license_div,
body#Administration.UpgradeWizard_prepare div#readme_div,
div#dashletsList > div#moduleDashlets {
  background: white;
  padding: 0 10px 10px;
  height: 300px;
  box-shadow: 0 3px 0 #c5c7d1;
  border: thin solid #c5c7d1;
}

#chartDashlets,
#toolsDashlets,
#webDashlets {
  box-shadow: 0 3px 0 #c5c7d1;
  border: thin solid #c5c7d1;
  box-sizing: border-box;
  padding: 0 5px;
}

body#Administration.UpgradeWizard_prepare textarea {
  height: 230px;
  margin: 6px 0;
}

body#Administration.UpgradeWizard_prepare div#license_div table,
body#Administration.UpgradeWizard_prepare div#readme_div table {
  font-size: 12px;
}

body#Administration.UpgradeWizard_prepare div#license_div table input {
  margin: 0 5px 0 10px;
}

body#Administration.UpgradeWizard_prepare form > table {
  margin: 0;
  border-collapse: collapse;
}

body#Administration.UpgradeWizard_prepare ul.tablist,
div#dashletsList > ul.subpanelTablist {
  border: none;
  background: #aab0c3;
}

body#Administration.UpgradeWizard_prepare ul.tablist li a.current,
div#dashletsList > ul.subpanelTablist li a.current {
  background-color: #586271;
}

body#Administration.UpgradeWizard_commit div#install_progress_bar {
  border: thin solid #999999;
}

form#ConfigureSettings > table {
  padding: 0;
}

/* @group configure tabs */

body#Administration.ConfigureTabs div#content > table > tbody > tr > td > table {
  background: #f6f6f6;
}

body#Administration.ConfigureTabs div#content > table > tbody > tr > td > table > tbody > tr > td {
  padding-left: 15px;
}

body#Administration.ConfigureTabs table.edit {
  padding: 0;
}

.yui-dt th .yui-dt-liner {
  background: none;
}

/* @end */

/* @group Emails */

/* fixes email setting issues */
#tab_general > form > table,
#tab_general > form > table.detail th,
#tab_accounts > table,
#tab_accounts > table.detail th {
  border: 0;
}

#tab_accounts .detail.view .edit.view {
  margin-top: 0;
}

#tab_accounts #ieSelect > table,
#ieAccount > table,
#ieAccount > table td table {
  padding: 0 !important;
  border-collapse: collapse;
}

#importDialogContent {
  overflow: hidden;
}

#importDialogContent #importDiv {
  margin-top: 0;
}

#lastviewicon,
#newrecordicon,
#shortcuts_img,
#lastviewicon_1,
#newrecordicon_1,
#shortcuts_img_1 {
  display: none;
}

.emailaddresses {
  margin-top: -5px;
  width: 100%;
}

.emailaddresses tr td[scope="row"],
.emailaddresses tr td {
  padding-left: 0 !important;
  padding-top: 0 !important;
  text-align: center;
  vertical-align: middle;
}

.emailaddresses tr td:nth-child(2) {
  text-align: left;
}

.edit .emailaddresses tr td {
  vertical-align: middle;
}

/* @end */

/* @group Imports */

#importOptions td {
  padding: 5px 6px;
}

#importOptions table {
  border-collapse: collapse;
}

#importOptions #chooser_choose_index_text,
#importOptions #chooser_ignore_index {
  background: white;
  border: 0;
  text-align: left;
}

body#Import.Step2 div#content > table,
body#Import.Step3 div#content > table,
body#Import.Last div#content > table {
  background: #f5f5f5;
}

body#Import.Step2 div#content > table form > table {
  margin: 10px 10px 0;
}

body#Import.Step3 div#content > table form > div {
  padding: 10px 10px 0;
}

body#Import.Step3 div#content > table form > p {
  padding: 0 10px 10px;
  font-size: 12px;
}

body#Import.Step3 table#importTable td {
  white-space: normal;
}

#Leads #importTable {
  background: #f8faff;
  padding-bottom: 0;
  border-spacing: 0;
  border-top: thin solid silver;
  border-left: thin solid silver;
  margin-bottom: 10px;
  margin-top: 10px;
}

#Leads #importTable td {
  border-right: thin solid silver;
  border-bottom: thin solid silver;
}

#Leads #importTable th {
  height: 20px;
  padding: 5px;
  border: none;
  border-right: thin solid silver;
  border-bottom: thin solid silver;
}

#Leads #DupeCheck td,
#Leads #DupeCheck .yui-dt-bd {
  border: none;
}

/* @end */

/* @group Module Builder */

body#ModuleBuilder div#mbfooter {
  z-index: 101;
}

body#ModuleBuilder div#mbfooter > div > div td {
  background: none;
}

/* @end */

/* @group Roles */

body#ACLRoles.DetailView div#content > table > tbody > tr > td > p {
  display: none;
}

body#ACLRoles.DetailView div#content > table > tbody > tr > td > table + p + p {
  display: block;
  background: #fafafa;
  padding: 10px 10px 0;
  border-top: thin solid #cccccc;
}

body#ACLRoles.DetailView div#content > table > tbody > tr > td > table.detail td {
  padding-left: 10px;
}

body#ACLRoles.DetailView div#content > table > tbody > tr > td > table {
  border-collapse: collapse;
}

body#ACLRoles.DetailView form#ACLEditView,
form#ACLEditView {
  background: #fafafa;
  margin: 10px 0 0 0;
  padding: 0 10px 10px;
}

body#ACLRoles .rol-edit,
.rol-edit {
  background: #fafafa;
  border-collapse: collapse;
}

body#ACLRoles .rol-edit td,
.rol-edit td {
  border: thin solid #cccccc !important;
}

.rol-edit-border {
  margin-bottom: 10px;
  padding: 10px;
  background: #fafafa;
}

body#ACLRoles.DetailView form#ACLEditView > table {
  border-collapse: collapse;
}

body#ACLRoles form#ACLEditView > table td,
form#ACLEditView > table td {
  border: thin solid #cccccc;
}

body#ACLRoles.DetailView form#ACLEditView > input {
  display: none;
}

body#ACLRoles.DetailView form#form {
  padding: 5px;
}

/* @end */

/* @group Reports */

table.reportlistViewRC {
  /* this definition should be exactly the same as .listViewThS1 */
  background: Black;
}

table.reportlistView {
  /* this definition should be exactly the same as .listViewThS1 */
  background: Black;
}

.reportlistViewThS1 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 4px 5px 4px 5px;
  border-left: none;
  border-right: none;
  border-top: thin solid black;
  border-bottom: thin solid black;
  background: Gainsboro;
}

.reportevenListRowS1,
.reportoddListRowS1 {
  font-size: 12px;
  padding: 3px 8px 5px 5px;
  vertical-align: middle;
  background: white;
}

.reportlistViewPaginationTdS1 {
  border: none;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  background: white;
}

/* @group summation report */

.reportViewTable {
  border-left: none;
  border-right: none;
  border-top: none;
  background: White;
}

.reportGroupViewTable {
  border-left: thin solid Black;
  border-top: thin solid Black;
  background: LightGrey;
}

.reportGroup1ByTable {
  font-size: 15px;
  border-left: none;
  border-right: thin solid Black;
  border-bottom: thin solid Black;
  background: LightGrey;
}

.reportGroupNByTable {
  font-size: 13px;
  border-left: none;
  border-right: thin solid Black;
  border-bottom: none;
  background: White;
}

.reportGroupByDataTableHeader {
  border: 0;
  background: White;
}

.reportDataChildtablelistView {
  border: 0;
  background: Black;
}

table.reportDataChildtablelistView td {
  border-color: #cccccc;
  background: white;
  padding: 4px 5px;
}

.reportGroupByDataChildTablelistViewThS1 {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  padding: 4px 5px 4px 5px;
  border: none !important;
  background: White;
}

.reportGroupByDataEvenListRowS1,
.reportGroupByDataOddListRowS1 {
  font-size: 12px;
  padding: 3px 8px 5px 5px;
  vertical-align: middle;
  background: white;
}

.reportGroup1ByTableEvenListRowS1 {
  font-weight: bold;
  font-size: 14px;
  padding: 3px 8px 5px 5px;
  vertical-align: middle;
  background: LightGrey;
  text-align: left;
}

.reportGroupNByTableEvenListRowS1 {
  font-weight: bold;
  font-size: 12px;
  padding: 3px 8px 5px 5px;
  vertical-align: middle;
  background: LightGrey;
  text-align: left;
}

.reportGroupBySpaceTableView {
  border-left: none;
  border-right: none;
  border-top: none;
  background: White;
}

.reportGroupByDataTableHeaderEmptyCell {
  border-bottom: thin solid Black;
  border-top: thin solid Black;
  background: White;
}

.reportevenListRowS1,
.reportoddListRowS1,
.reportGroupByDataEvenListRowS1,
.reportGroupByDataOddListRowS1,
.reportGroupByDataMatrixEvenListRowS1,
.reportGroupByDataMatrixEvenListRowS2,
.reportGroupByDataMatrixEvenListRowS3,
.reportGroupByDataMatrixEvenListRowS4 {
  padding-bottom: 4px;
  padding-top: 2px;
}

/* @end */

/* @group Matrix Report Class */

.reportlistView {
  border-top: thin solid black;
  border-left: thin solid black;
}

table.reportlistView td,
table.reportlistView th {
  background: white;
  border-bottom: thin solid black;
  border-right: thin solid black;
  color: black;
  padding: 4px;
  text-align: center;
  font-size: 11px;
}

table.reportlistView th,
.reportlistView .reportlistViewMatrixRightEmptyData,
.reportlistView .reportlistViewMatrixRightEmptyData1 {
  background: #dcdcdc;
  font-weight: bold;
}

/* @end */

/* @group report wizard */

.reportwizard {
  padding: 10px 6px 12px 10px;
}

.reportwizard > table {
  padding: 0 !important;
}

.reportwizard tr td {
  vertical-align: middle;
}

/* @end */

/* @end */

/* @group Schedulers */

body#Schedulers.index table.formHeader {
  display: none;
}

/* @end */

/* @group UnifiedSearch */

#unified_search_advanced_img {
  cursor: pointer;
  position: relative;
  top: 4px;
  vertical-align: top;
}

#unified_search_advanced_div {
  height: 1px;
  position: relative;
  overflow: hidden;
  width: 21em;
  padding-top: 5px;
}

#unified_search_advanced_div .edit.view {
  padding: 6px 6px 6px 4px;
}

#unified_search_advanced_div .edit.view td {
  padding: 0 .5em !important;
}

#themeColors img,
#themeFonts img {
  margin-bottom: 0;
}

/* @end */

/* @group Users */

#EditView_tabs > .yui-nav {
  border-bottom: 2px solid #c5c7d1;
}

#EditView_tabs.yui-navset #email_options table.edit {
  padding-top: 5px;
}

body#Users.EditView div#EditView_tabs > div,
body#Users.DetailView div#user_detailview_tabs > div {
  background: none;
  border: none;
  padding: 0;
}

body#Users.EditView div#EditView_tabs table.edit,
body#Users.DetailView div#user_detailview_tabs table.detail {
  border-collapse: collapse;
  border-bottom: thin solid #cccccc;
  background: white;
}

body#Users .yui-navset .yui-nav li,
body#Users .yui-navset .yui-navset-top .yui-nav li,
body#Users .yui-navset .yui-navset-bottom .yui-nav li {
  height: 26px;
  overflow: visible;
}

.yui-navset .yui-navset-top .yui-nav .selected a em,
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
  border-bottom: thin solid #c6c9d4;
  position: relative;
  z-index: 3;
}

body#Users.DetailView div#user_detailview_tabs table.detail td {
  border-top: thin solid #cccccc;
  text-align: left;
}

body#Users.DetailView form#form {
  padding: 5px;
}

body#Users.EditView div.actionContainer {
  display: none;
}

#user_detailview_tabs .detail tr th {
  border: none;
}

#user_detailview_tabs #settings .detail.view tr td:nth-child(1),
#user_detailview_tabs #locale .detail.view tr td:nth-child(1),
#user_detailview_tabs #calendar_options .detail.view tr td:nth-child(1),
#user_detailview_tabs #edit_tabs .detail.view tr td:nth-child(1) {
  width: 15%;
}

#user_detailview_tabs #settings .detail.view tr td:nth-child(2),
#user_detailview_tabs #locale .detail.view tr td:nth-child(2),
#user_detailview_tabs #calendar_options .detail.view tr td:nth-child(2),
#user_detailview_tabs #edit_tabs .detail.view tr td:nth-child(2) {
  width: 20%;
}

#EditView_tabs #settings .inlineHelpTip,
#EditView_tabs #locale .inlineHelpTip,
#EditView_tabs #calendar_options .inlineHelpTip,
#EditView_tabs #edit_tabs .inlineHelpTip {
  vertical-align: middle;
}

#EditView_tabs #settings .edit.view td,
#EditView_tabs #locale .edit.view td,
#EditView_tabs #calendar_options .edit.view td,
#EditView_tabs #edit_tabs .edit.view td,
#EditView_tabs #layout .edit.view td,
#EditView_tabs #generate_password .edit.view td {
  text-align: left;
}

#generate_password_old_password table {
  margin-bottom: 0;
}

body#Users .yui-content .detail.view {
  margin: 1px 0 6px;
}

#EditView_tabs .edit > table,
#EditView_tabs .edit.view.panelContainer.editView {
  padding: 10px 5px 15px 5px !important;
}

#EditView_tabs #LBL_PANEL_ADVANCED tr td {
  vertical-align: middle !important;
}

#EditView_tabs .panelContainer .one {
  line-height: 30px;
}

/* @end */

/* @end */

/* @group Misc */

a.tabFormAdvLink:link,
a.tabFormAdvLink:visited,
a.tabFormAdvLink:hover {
  text-decoration: none;
  line-height: 20px;
  margin-right: 2px;
}

/* System Settin'" {
  margin-top: 7px;
}

/* loading indicator */
.loading-indicator {
  font-size: 11px;
  background-image: url("../../default/ext/resources/images/default/grid/loading.gif");
  background-repeat: no-repeat;
  background-position-x: left;
  padding-left: 20px;
  line-height: 16px;
  margin: 3px;
}

img[src*="advanced_search.gif"],
img[src*="basic_search.gif"] {
  /* can't replace this icons by themedef.php - js works incorrect */
  opacity: .9;
  border-radius: 1px;
}

#html_div p:first-child {
  margin: 0 0 12px 0;
}

#popup_query_form {
  padding-left: 0;
  padding-right: 0;
}

.helpButton {
  font-weight: 700;
}

.helpShortcut {
  font-weight: 700;
}

/* @group error */

p.error {
  position: fixed;
  bottom: 40px;
  left: 7px;
  width: 179px;
  padding: 10px;
  background: #fccfcc;
  z-index: 110;
  box-shadow: 0 0 2px #333333;
}

/* @end */

/* @group bug fix */

/* Bug 32603 - Fixes missing center line for KB Admin */
#selected_directory_children {
  border-left: thin solid;
  padding: 3px;
}

/* Bug 19728 - Email Templates detail view is different with edit view */
#html_div p {
  margin: 12px 0;
}

/* @end */

/* @group no bullet */

ul.noBullet {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

li.noBullet {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

table.tabForm td ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

/* @end */

/* @group font displays */

.todaysTask {
  color: #007400;
}

.overdueTask {
  color: #ff3b30;
}

.required,
.error {
  color: #ee505b;
}

.success {
  color: #00ee00;
}

.rssItemDate {
  color: #666666;
}

.date {
  font-size: 13px;
  font-weight: bold;
  border-bottom: thin solid;
  padding-right: 10px;
}

.dateFormat {
  font-weight: normal;
  font-style: italic;
}

/* @end */

/* @group forecasts worksheet */

/* if we have horizontal padding anywhere in the table, it will break the rollup tree */
#forecastsWorksheet tbody tr td,
#forecastsWorksheet tr td {
  padding: 3px 0 5px 0 !important;
}

#forecastsWorksheet tr.pagination td {
  padding: 0 !important;
}

#forecastsWorksheet tr.pagination td table td {
  padding: 3px 7px 3px 5px !important;
}

/* for forecasts worksheet containing table ( overrides .list .view style ) */
#forecastsWorksheet > tbody > tr > td,
#forecastsWorksheet > tr > td,
#forecastsWorksheet #activetimeperiods tr td {
  padding: 0 !important;
  vertical-align: top;
}

/* @end */

/* @group team notice */

.teamNoticeBox {
  border: thin solid;
  padding: 0;
  background: white;
  width: 100%;
}

.teamNoticeText {
  padding: 0 10px 0 10px;
}

iframe.teamNoticeBox {
  width: 99%;
  padding: 0;
}

/* @end */

/* @group sqs */

.sqsFloater {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  display: none;
  padding: 0;
}

.sqsFloater td {
  border: 1px inset;
  color: black;
}

.sqsMatchedSmartInputItem {
  font-size: 11px;
  padding: 2px 5px 2px 5px;
  margin: 0;
  cursor: hand;
}

.sqsSelectedSmartInputItem {
  background-color: #deefff;
}

#sqsSmartInputResults {
  padding: 0;
  margin: 0;
}

.sqsNoMatch {
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  background-color: #eeeeee;
  color: #980000;
}

.x-sqs-list {
  border: thin solid #d0d0d0;
  background: #d0d0d0;
  zoom: 1;
  overflow: hidden;
}

.x-sqs-list-inner {
  overflow: auto;
  background: white;
  position: relative;
  zoom: 1;
  overflow-x: hidden;
}

.x-sqs-list-item {
  font: normal 12px tahoma, arial, helvetica, sans-serif;
  border: thin solid white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px;
}

.x-sqs-list .x-sqs-selected {
  border: 1px dotted #f6f6f6 !important;
  background: #d0d0d0;
  cursor: pointer;
}

.sqsSelectedSmartInputItem {
  background-color: #deefff;
}

/* @end */

/* @group acl role colors */

.aclAll {
  color: #008000;
  font-weight: bold;
}

.aclOwner {
  color: #51545d;
  font-weight: bold;
}

.aclNone {
  color: #ff0000;
  font-weight: bold;
}

.aclEnabled {
  color: #008000;
  font-weight: bold;
}

.aclDisabled {
  color: #ff0000;
  font-weight: bold;
}

.aclAdmin {
  color: #0000ff;
  font-weight: bold;
}

.aclNormal {
  color: #008000;
  font-weight: bold;
}

/* @end */

/* @group Upgrade Wizard */

.small {
  width: 100%;
}

.small table {
  width: auto;
}

.small tr td table {
  background-color: transparent;
}

.small tr td[scope="row"] table tr td,
.small tr td[scope="row"] table tr th {
  background-color: transparent;
}

.small tr td table tr th {
  text-align: left;
  border-bottom: none;
}

/* Pasted by me */

ul.clickMenu {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 !important;
  vertical-align: middle;
  color: black;
  display: inline-block;
}

ul.clickMenu form {
  float: left;
  display: block;
}

ul.SugarActionMenuIESub {
}

#globalLinksModule ul.clickMenu.SugarActionMenu li a:hover,
#globalLinksModule ul.clickMenu li:hover span,
ul.SugarActionMenuIESub li a:hover,
ul.clickMenu.SugarActionMenu li a:hover,
ul.clickMenu.SugarActionMenu li span.subhover:hover,
ul#globalLinksSubnav li a:hover,
ul#quickCreateULSubnav li a:hover,
ul.clickMenu li ul.subnav li a:hover,
ul.clickMenu li ul.subnav li input:hover,
ul.clickMenu.subpanel.records li ul.subnav li a:hover,
ul.clickMenu ul.subnav-sub li a:hover { /* --Hover effect for subnav links-- */
  background-color: #4e8ccf;
  border-color: #4e8ccf;
  color: white;
}

ul.clickMenu li span.ab:hover {
  background-position: 6px 0;
}

ul.clickMenu > li,
ul.SugarActionMenuIESub li {
  float: left;
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  position: relative; /* --Declare X and Y axis base-- */
  cursor: pointer;
}

ul.SugarActionMenuIESub li a,
ul.clickMenu li a,
.list tr.pagination td.buttons ul.clickMenu > li > a:link,
.list tr.pagination td.buttons ul.clickMenu > li > a {
  display: block;
  text-decoration: none;
  float: left;
  font-weight: normal !important;
  padding: 1px 10px 1px 10px !important;
  color: black;
  font-size: 12px;
}

.list tr.pagination td.buttons ul.clickMenu:hover > li > a:link,
.list tr.pagination td.buttons ul.clickMenu:hover > li > a {
  color: white;
}

ul.clickMenu li.single a {
  padding-right: 8px !important;
}

ul.clickMenu li a:hover {
  text-decoration: none !important;
}

ul.clickMenu li span { /* --Drop down trigger styles-- */
  width: 22px;
  height: 16px;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=actionMenuArrow.png") no-repeat 6px -28px;
  cursor: pointer;
}

#detail_header_action_menu li span.ab {
  width: 23px;
}

ul.clickMenu li span.ab { /* --Drop down trigger styles-- */
  border-left: 1px #aaaaaa solid;
}

ul.clickMenu li span.subhover {
  cursor: pointer;
}

/* --Hover effect for trigger-- */
ul.clickMenu li ul.subnav,
ul.clickMenu ul.subnav-sub,
ul.SugarActionMenuIESub {
  list-style: none;
  position: absolute; /* --Important - Keeps subnav from affecting main navigation flow-- */
  left: 0;
  top: 18px;
  background: white;
  margin: 0;
  display: none;
  float: left;
  width: auto;
  box-shadow: 0 1px 10px #888888;
  padding: 4px 0;
  z-index: 10;
  overflow: hidden;
}

ul.clickMenu ul.subnav li a {
  line-height: 20px !important;
}

ul.clickMenu ul.subnav li a:hover {
  transition: color .25s;
  line-height: 20px !important;
}

ul.clickMenu li ul.subnav li,
ul.clickMenu ul.subnav-sub li,
ul.SugarActionMenuIESub li {
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  white-space: nowrap;
}

ul.clickMenu.subpanel.records {
  background-color: #eeeeee;
  border: thin solid #dddddd;
  background-image: none;
}

ul.clickMenu.subpanel.records li a {
  color: #aaaaaa;
}

ul.clickMenu.subpanel.records > li div:hover a {
  color: white;
}

ul.clickMenu.subpanel.records li > span {
  height: 16px;
  width: 22px;
  padding: 0 5px 0 0 !important;
  background-position: 50% -28px;
}

ul.clickMenu.subpanel.records li ul.subnav li a span {
  height: 0;
  width: 0;
  background-image: none;
}

ul.clickMenu.button li span.ab:hover {
  background-position: 50% 0;
}

ul.clickMenu.button li > span {
  width: auto;
  background-position: 50% -20px;
  padding: 3px 15px 3px 10px !important;
  height: auto;
}

ul.clickMenu.button li > span a {
  padding: 0 !important;
}

ul.clickMenu.button span {
  padding-right: 5px;
}

ul.clickMenu.button li ul.subnav {
  width: auto;
}

ul.clickMenu li a.disabled {
  color: gray !important;
  cursor: default !important;
}

.oddListRowS1:hover td ul.clickMenu.subpanel.records,
.evenListRowS1:hover td ul.clickMenu.subpanel.records {
  border: thin solid #aaaaaa;
}

.oddListRowS1:hover td ul.clickMenu.subpanel.records li a,
.evenListRowS1:hover td ul.clickMenu.subpanel.records li a {
  color: black;
}

ul.clickMenu li ul.subnav li a,
ul.clickMenu li ul.subnav li input,
ul.subnav-sub li a,
ul.SugarActionMenuIESub li a {
  float: left;
  background: white;
  border: 0 !important;
  width: 100%;
  text-align: left;
  font-size: 12px !important;
  color: #51545d !important;
  opacity: 1;
}

ul.clickMenu li ul.subnav li input {
  padding: 2px 10px 2px 6px !important;
  width: 100%;
}

tr.pagination td table td li.sugar_action_button .subnav a:hover,
.list tr.pagination td table td ul#selectLinkTop a:hover,
ul.SugarActionMenuIESub li a:hover,
ul.clickMenu li ul.subnav li a:hover,
ul.clickMenu li ul.subnav li input:hover,
ul.clickMenu.subpanel.records li ul.subnav li a:hover,
ul.clickMenu.SugarActionMenu .subnav li a:hover,
ul.clickMenu ul.subnav-sub li a:hover { /* --Hover effect for subnav links-- */
  background-color: #6c748c !important;
  color: white !important;;
}

td.paginationActionButtons ul.clickMenu .massall,
ul#selectLink.clickMenu .massall,
td.selectCol .massall {
  float: left;
  margin: 2px 0 0 4px;
}

.selectmenu.SugarActionMenu .checkbox.massall + #select_link {
  display: none;
}

td.paginationActionButtons ul.selectmenu > li > a,
td.selectCol ul.selectmenu > li > a,
ul#selectLink.clickMenu > li > a {
  padding: 0 !important;
}

ul.clickMenu.showLess .moreOverflow,
ul.clickMenu.showLess .moduleMenuOverFlowLess,
ul.clickMenu.showMore .moduleMenuOverFlowMore {
  display: none;
}

#globalLinksDivider {
  float: right;
  margin-right: 0;
}

ul#globalLinksSubnav,
ul#quickCreateULSubnav {
  font-family: sans-serif;
}

ul#globalLinks.clickMenu {
  background: none;
  border: 0 none;
  padding-right: 0;
  font-family: sans-serif;
}

ul#globalLinks.clickMenu li > span {
  height: 43px;
  background-image: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=tabDownArrowOff.png");
  background-position: right center;
  width: auto;
  margin-right: 10px;
  padding-right: 8px;
}

ul#globalLinks.clickMenu li > span a {
  color: white;
  font-size: 14px;
  margin-top: 13px;
  padding: 0 10px !important;
}

ul#globalLinks.clickMenu li ul.subnav {
  top: 43px;
  right: 0;
  left: auto;
}

ul#globalLinks.clickMenu > li > a {
  color: white;
  font-size: 14px;
  padding: 14px 7px !important;
}

ul#selectLink.clickMenu {
  height: 17px;
  min-width: 20px;
  background-image: none;
}

td.paginationActionButtons ul.clickMenu #massall,
ul#selectLink.clickMenu #massall {
  float: left;
  margin: 1px 4px;
}

#InboundEmail td.paginationActionButtons ul.clickMenu #massall,
#InboundEmail ul#selectLink.clickMenu #massall {
  float: left;
  margin: 3px 1px 0 7px;
}

.selectActions.clickMenu {
  display: none;
}

ul.clickMenu.show {
  display: inline-block;
}

ul#selectLink.clickMenu > li > a {
  padding-left: 0 !important;
}

ul#selectLink.clickMenu li span {
  height: 17px;
}

ul#detailViewActions.clickMenu {
  margin-top: 2px !important;
}

#selectActions.clickMenu {
  display: none;
}

.selectActionsDisabled {
  display: inline-block;
  background-color: #eeeeee;
  border: thin solid #dddddd;
  vertical-align: bottom;
  padding: 0 3px 0 10px;
  opacity: .25;
  cursor: default !important;
}

.selectActionsDisabled a,
.selectActionsDisabled a:hover {
  background: #868ea2 !important;
  cursor: default !important;
}

.selectActionsDisabled span {
  width: 17px;
  height: 17px;
  float: left;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=actionMenuArrow.png") no-repeat 6px -28px;
}

.selectActionsDisabled span.ab {
  border-left: 1px #cccccc solid;
  margin-left: 10px;
  padding-left: 5px;
}

.selectActionsDisabled a,
#selectActionsDisabled a:hover {
  float: left;
  display: block;
  text-decoration: none !important;
  padding: 1px 0 0 0 !important;
  font-weight: normal;
  font-size: 12px;
}

#quickCreate {
  float: right;
}

#quickCreate ul.clickMenu {
  background: none;
  border: 0 none;
  padding-right: 0;
  font-family: sans-serif;
}

#quickCreate ul.clickMenu > li {
  width: 50px;
  height: 43px;
}

#quickCreate ul.clickMenu li > span {
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=quick-create.png") no-repeat center center;
  height: 43px;
  width: 50px;
}

#quickCreate ul.clickMenu > li:hover {
  background-color: #276499;
}

ul#globalLinksSubnav li {
  min-width: 120px;
}

ul#globalLinksSubnav,
ul#quickCreateULSubnav,
#quickCreate ul.clickMenu li ul.subnav,
#globalLinksModule ul.clickMenu li ul.subnav {
  top: 43px;
  right: 0;
  left: auto;
  padding: 10px 0;
  border: thin solid #999999;
  width: 100%;
}

#quickCreate ul.clickMenu li ul.subnav {
  width: auto;
}

#globalLinksSubnav li a,
#quickCreateULSubnav li a,
#quickCreate ul.clickMenu li ul.subnav li a,
#globalLinksModule ul.clickMenu li ul.subnav li a {
  padding: 4px 10px !important;
  font-size: 13px !important;
  color: #666666 !important;
  line-height: 1.45;
}

#quickCreateULSubnav li.moduleMenuOverFlowLess a,
#quickCreateULSubnav li.moduleMenuOverFlowMore a,
#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowMore a,
#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowLess a {
  color: #999999 !important;
}

#quickCreate ul.clickMenu li ul.subnav li a:hover,
#globalLinksModule ul.clickMenu li ul.subnav li a:hover,
#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowMore a:hover,
#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowLess a:hover {
  color: white !important;
}

ul.clickMenu li ul.subnav li a:hover .showLessArrow,
ul.clickMenu li ul.subnav li a:hover .showMoreArrow {
  background-position: center 8px;
  opacity: 1;
}

#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowMore a img,
#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowLess a img {
  opacity: .6;
}

div.action_buttons form {
  float: left;
}

.paginationWrapper {
  float: right;
}

.quickcreate {
  padding: 10px;
}

.td_alt,
.list tr th,
.list tr td[scope="col"],
.edit .list tr th,
.edit .list tr td[scope="col"] {
  border-left: none;
  border-right: none;
  background: #e9ebef !important;
}

div#copyright {
  position: fixed;
  bottom: 0;
  left: 450px;
  right: 450px;
  padding: 5px;
  height: 23px;
  line-height: 23px;
  color: #6b6f7b;
  font-weight: 600;
  text-shadow: 0 1px 0 #e1e1e6;
  text-align: center;
  z-index: 103;
}

/* @end */

/* NEW CSS  */

#cal-grid .col_head {
  height: 30px !important;
  line-height: 30px;
}

#cal-grid {
  border-right: thin solid silver;
  background: #f8faff;
}

.loginBoxShadow {
  text-align: left;
}

.loginBox {
  border: none !important;
  padding: 0 !important;
  width: 400px;
}

.loginBox b {
  font-size: 16px !important;
  color: #51545d;
  text-shadow: 0 1px 0 white;
}

.loginBox .login-header {
  text-align: left;
  padding-left: 160px;
}

.loginBox .ma-hidden {
  display: none;
}

.loginBox select {
  width: 220px !important;
}

.loginBox input[type="text"],
.loginBox input[type="password"] {
  width: 220px !important;
}

.loginBox .login-left {
  text-align: right;
  padding-right: 10px;
}

#login_button {
  width: 220px !important;
  margin-top: 5px;
}

#current_user_only_basic,
#open_only_basic {
  display: inline-block;
}

.wizardButton td {
  background: none !important;
  border: none !important;
}

/* inputs width align */

.import_instruction {
  color: #51545d;
}

label {
  color: #51545d !important;
}

#open_only_active_users_basic {
  margin-top: 5px;
}

.paginator-next,
.paginator-previous {
  width: 7px !important;
  height: 10px !important;
}

.paginator-end,
.paginator-start {
  width: 11px !important;
  height: 10px !important;
}

.displayEmailLabel {
  color: #51545d !important;
}

.displayEmailValue {
  color: #6d707b !important;
}

.welcome-user-name {
  color: #477cab !important;
  padding: 0 5px;
}

/* ---- Tabs pading --- */

#Leads_detailview_tabs .detail.view {
  padding: 0;
}

#Default_Calls_Subpanel #direction {
  margin-bottom: 3px;
}

#Default_Calls_Subpanel #description {
  max-width: 350px;
}

/* ---------------- edit profile BOTTOM buttons fix ------------------ */

/* ---- edit button ---- */
#detail_header_action_menu {
  bottom: 45px;
  padding-top: 3px;
}

.button.special-button {
  margin-top: 3px;
}
.list .button {
  margin-top: 0;
  height: 20px;
  line-height: normal;
}

#detail_header_action_menu #editEmailTemplatesButton,
#detail_header_action_menu a#edit_button,
#detail_header_action_menu input[type="button"],
#detail_header_action_menu span.ab {
  height: 25px;
  line-height: 24px;
  float: left;
}

#detail_header_action_menu span.ab {
  margin-left: -2px;
}

.actionsContainer {
  bottom: -58px !important;
}

/* ------------------------------------------------------------------- */

/* ----------------------  Advanced Search  -------------------------- */

#current_user_only_advanced {
  margin-top: 5px;
}

/* ayout Options */

#inlineSavedSearch {
  margin-top: 20px;
  padding-top: 20px;
  box-shadow: 0 0 0 0 white, white 0 1px 0 0 inset;
}

#edit_tabs {
  margin-top: -6px;
}

#edit_tabs table {
  margin-bottom: 0;
}

#edit_tabs td {
  vertical-align: middle;
}

/* ---------------- Create Meeting Inputs Align ------------------ */
#parent_type {
  margin-right: 6px;
  margin-bottom: 3px;
  vertical-align: top;
}

/* ---------------- Create Call Inputs Align ------------------ */
#duration_minutes {
  margin: 0 5px;
}

#create-invitees {
  margin-top: 10px;
}

/* ---------------- Create Lead Inputs Align ------------------ */
#alt_checkbox {
  margin-top: 5px;
}

#do_not_call {
  /*margin-top: 3px;*/
}

/* ---------------- Create Account Inputs Align ------------------ */
#shipping_checkbox {
  margin-top: 5px;
}

/* ---------------- Inputs Align ------------------ */

#date_entered_basic_range_choice {
  margin-bottom: 5px;
}

#favorites_only_basic {
  margin-top: 5px;
}

#create-invitees-buttons {
  margin-top: 15px;
}

/* ---------------- EMAILS PAGE ------------------ */
#container {
  max-width: 1663px;
}

@media (max-width: 1400px) {
  #container {
    max-width: 1100px;
  }
}

#audiojs {
  height: 36px !important;
}

.email {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.email #checkEmailButton {
  margin-left: 0;
}

#container.email:before {
  content: "";
  display: block;
  border-left: thin solid #c6c9d4;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#container.email:after {
  content: "";
  display: block;
  border-right: thin solid #c6c9d4;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.email #mbfooter {
  border-top: thin solid #c6c9d4;
}

#container.email {
  border-top: thin solid #c6c9d4;
  margin-top: 0;
  background: transparent;
}

.email table[id*="composeHeaderTable"] th {
  border-top: none;
}

.email .yui-layout .yui-layout-hd {
  background-color: #e2e5ee;
  left: -1px;
}

.email .yui-layout .yui-layout-unit div.yui-layout-bd {
  border: none;
  width: 100% !important;
}

.email .yui-resize .yui-resize-handle,
.email .yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
  background: #e2e5ee;
}

.email #settingsTabDiv .yui-nav {
  background: #fafbff;
  border-bottom: thin solid #868ea2;
}

.email #settingsTabDiv .yui-nav li {
  height: 26px;
}

.email #settingsTabDiv .yui-nav li a {
  margin: 0;
}

.email #settingsTabDiv .yui-nav li.selected a {
  background: #868ea2 !important;
}

.email #settingsTabDiv #userFolders {
  width: 280px !important;
}

.email #settingsTabDiv .yui-nav li.selected a > em {
  background: transparent;
  color: white;
}

.email #settingsTabDiv th > h4 {
  margin-top: 0;
}

.email #settingsTabDiv .view.account {
  margin-left: 5px;
  width: calc(100% - 15px);
}

.email #settingsTabDiv .view.account table,
.email #settingsTabDiv .view.account table #inboundAccountsTable #yuievtautoid-2,
.email #settingsTabDiv .view.account table #outboundAccountsTable {
  width: 100%;
}

.email .composeRightTabs.yui-navset {
  background-color: #fafbff;
}

.email .composeRightTabs.yui-navset .yui-nav {
  padding: 0;
}

.email .composeRightTabs.yui-navset .yui-nav li {
  margin-right: 0;
}

.email .composeRightTabs.yui-navset a {
  height: 26px;
}

.email .composeRightTabs input[name="add_document_button"] {
  margin-bottom: 5px;
}

.email .composeRightTabs input[name="add_document_button"] + div input {
  margin-right: 5px;
}

.email #lefttabs .yui-content {
  box-sizing: border-box;
}

.email .yui-resize-handle {
  border-color: #e2e5ee;
}

.email .yui-nav {
  padding-left: 0;
}

.email .yui-dialog .yui-nav {
  padding: 0;
}

.email .defaultSkin table.mceLayout {
  border: none;
}

.email .yui-layout-doc > .yui-layout-unit {
  overflow: hidden;
}

/* ------------EMAIL NEW STYLE ICONS------------- */

#emailtree {
  margin-left: -5px;
}

#emailtree .ygtvitem table {
  width: 100%;
}

#emailtree .ygtvln,
#emailtree .ygtvtm,
#emailtree .ygtvtmh,
#emailtree .ygtvtp,
#emailtree .ygtvlp,
#emailtree .ygtvlph,
#emailtree .ygtvtph,
#emailtree .ygtvtn,
#emailtree .ygtvlm,
#emailtree .ygtvlmh,
#emailtree .ygtvdepthcell {
  background: none;
  width: 16px;
}

#emailtree .ygtvcell.ygtvtm,
#emailtree .ygtvcell.ygtvtmh {
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=MoreDetail.png") 50% 40% no-repeat;
}

#emailtree .ygtvcell.ygtvtp,
#emailtree .ygtvcell.ygtvtph {
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=MoreDetail.png") 50% 50% no-repeat;
  transform: rotate(-90deg);
}

#emailtree .ygtvcell.ygtvlp,
#emailtree .ygtvcell.ygtvlph {
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=MoreDetail.png") 50% 50% no-repeat;
  transform: rotate(-90deg);
}

#emailtree .ygtvcell.ygtvlm,
#emailtree .ygtvcell.ygtvlmh {
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=MoreDetail.png") 50% 40% no-repeat;
}

#emailtree .ygtvitem .ygtvdepth1.sugarFolder:after {
  display: none;
}

#emailtree .ygtvitem .ygtvdepth2.sugarFolder:after {
  display: none;
}

#emailtree .ygtvitem .ygtvdepth1 .ygtvchildren > .ygtvitem {
  border: none;
}

#emailtree .ygtvitem .ieFolderEmail:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=person.png") 50% 50% no-repeat;
  top: 13px;
  right: 10px;
}

#emailtree .ygtvitem .ygtvtable.ygtvdepth0 + .ygtvchildren .ygtvitem:before {
  display: none;
}

#emailtree .ygtvitem .groupFolderEmail:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=group.png") 50% 50% no-repeat;
  top: 13px;
  right: 10px;
}

#emailtree .ygtvitem .sugarFolderEmail:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=folder.png") 50% 50% no-repeat;
  top: 13px;
  right: 10px;
}

#emailtree .ygtvitem .ieFolderEmail > table,
#emailtree .ygtvitem .groupFolderEmail > table,
#emailtree .ygtvitem .sugarFolderEmail > table {
  width: 100%;
  table-layout: fixed;
}

#emailtree .ygtvfocus a {
  border: none;
  outline: none;
}

#emailtree .ieFolderEmail {
  position: relative;
}

#emailtree .ieFolderEmail .ieFolder {
  background: #fafbff;
  padding: 10px 0;
  border-bottom: thin solid #c6c9d4;
}

#emailtree .ieFolderEmail .ieFolder + .ygtvchildren {
  border-bottom: thin solid #c6c9d4;
  padding: 5px 0;
}

#emailtree .ieFolderEmail .ieFolder + .ygtvchildren .ygtvchildren {
  border: none;
  padding: 0;
}

#emailtree .ieFolderEmail .ieFolderEmail > .ieFolder {
  padding: 0;
  background: none;
  border: none;
}

#emailtree .ieFolderEmail .ieFolderEmail > .groupFolder .ygtvchildren {
  padding: 0;
}

#emailtree .ieFolderEmail .ygtvcontent .ygtvlabel {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  font-weight: normal;
}

#emailtree .ieFolderEmail .ygtvlabelbold {
  font-weight: normal;
}

#emailtree .ieFolder a.ygtvspacer,
#emailtree .ieFolder:focus a.ygtvspacer {
  background: none;
  border: none;
}

#emailtree .groupFolderEmail {
  position: relative;
  background: #d0dde7;
}

#emailtree .groupFolderEmail .groupFolder {
  background: #fafbff;
  padding: 10px 0;
  border-bottom: thin solid #c6c9d4;
  table-layout: fixed;
}

#emailtree .groupFolderEmail .groupFolder + .ygtvchildren {
  border-bottom: thin solid #c6c9d4;
  padding: 5px 0;
}

#emailtree .groupFolderEmail .groupFolder + .ygtvchildren .ygtvchildren {
  border: none;
  padding: 0;
}

#emailtree .groupFolder .ygtvcontent .ygtvlabel {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  padding-right: 30px;
  font-style: normal;
}

#emailtree .groupFolderEmail .groupFolderEmail > .groupFolder {
  padding: 0;
  background: none;
  border: none;
}

#emailtree .groupFolderEmail .groupFolderEmail > .groupFolder .ygtvchildren {
  padding: 0;
}

#emailtree .groupFolder a.ygtvspacer,
#emailtree .groupFolder:focus a.ygtvspacer {
  background: none;
  border: none;
}

#emailtree .sugarFolderEmail {
  position: relative;
}

#emailtree .sugarFolderEmail .sugarFolderEmail {
  border-bottom: none;
}

#emailtree > .ygtvitem > .ygtvchildren > .ygtvitem {
  border-bottom: 4px solid #e2e5ee;
}

#emailtree .sugarFolderEmail .sugarFolder {
  background: #fafbff;
  padding: 10px 0;
  border-bottom: thin solid #c6c9d4;
}

#emailtree .sugarFolderEmail .sugarFolder .ygtvlabelbold {
  font-weight: normal;
}

#emailtree .sugarFolderEmail .sugarFolder + .ygtvchildren {
  border-bottom: thin solid #c6c9d4;
  padding: 5px 0;
}

#emailtree .sugarFolderEmail .sugarFolder + .ygtvchildren .ygtvchildren {
  border: none;
  padding: 0;
}

#emailtree .sugarFolder .ygtvcontent .ygtvlabel {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  font-weight: normal;
}

#emailtree .sugarFolderEmail .sugarFolderEmail > .sugarFolder {
  padding: 0;
  background: none;
  border: none;
}

#emailtree .sugarFolderEmail .sugarFolderEmail > .sugarFolder .ygtvchildren {
  padding: 0;
}

#emailtree .sugarFolder a.ygtvspacer,
#emailtree .sugarFolder:focus a.ygtvspacer {
  background: none;
  border: none;
}

#lefttabs .yui-content {
  padding-top: 0;
}

#dt-pag-nav-addressbook,
#addrSearchResultGrid + .yui-pg-container {
  background: transparent;
}

#addrSearchGrid {
  position: relative;
}

#addrSearchGrid:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  right: -98px;
  border-bottom: thin solid #c5c7d1;
}

#addrSearchGrid .yui-dt-hd,
#addrSearchGrid .yui-dt-bd {
  width: 100% !important;
}

.yui-resize .yui-resize-handle-b {
  height: 2px;
}

.email .yui-layout div.yui-layout-hd .collapse:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -5px;
  left: -5px;
}

.yui-dialog .pagination {
  padding: 4px;
}

.email #settingsDialog #formEmailSettingsGeneral table.view:last-child,
.email #settingsDialog .accountPopup > table.view,
.email #settingsDialog #formEmailSettingsGeneral table.view:last-child tr:last-child > td:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.email .yui-navset .yui-nav a > em {
  height: 100%;
  box-sizing: border-box;
  border-bottom: none;
}

.email .yui-layout-hd img {
  margin: -2px 4px 0 0;
  vertical-align: middle;
}

.email .yui-navset .yui-nav a > em img {
  margin-top: 3px;
}

.email .yui-navset .yui-nav a > em img[src*="wait.gif"] {
  margin: 5px 6px 0 0;
}

.email #listViewDiv .pagination {
  margin: 0;
  padding: 4px;
}

.email #contactsDialogueBody > table:last-child {
  margin-bottom: 0;
}

.email #peopleTableSearchRow a {
  text-decoration: none;
}

/* scroll */
#ajaxHeader::-webkit-scrollbar {
  width: 5px; /* for vertical scrollbars */
  height: 5px; /* for horizontal scrollbars */
}

#ajaxHeader::-webkit-scrollbar-track {
  background: #4d4f55;
}

#ajaxHeader::-webkit-scrollbar-thumb {
  background: #6c717d;
}

/* scroll END */

.search_helpinfo {
  width: 100%;
  border: thin solid #cfc8c8;
  border-collapse: collapse;
}

.search_helpinfo td {
  text-align: center;
  padding: 5px;
  border: thin solid #cfc8c8;
}

/*********** customization denis.gubenko@xloo.com - start - ****************/

ul.subnav {
  top: 30px;
}

ul.clickMenu li span.ab {
  background-image: none;
  border: none;
  font-size: 15px;
  font-family: sans-serif !important;
  color: #6b6b6d;
  margin: 3px 7px 0 7px;
}

ul.clickMenu.SugarActionMenu li span.subhover:hover {
  background: none;
  border: none;
  font-size: 15px;
  font-family: sans-serif !important;
  color: #6b6b6d;
  margin: 3px 7px 0 7px;
}

.listViewBody ul.clickMenu li span.ab,
.listViewBody ul.clickMenu.SugarActionMenu li span.subhover:hover {
  width: 17px;
  height: 17px;
  float: left;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=actionMenuArrow.png") no-repeat 6px -28px;
  margin: 0;
  border: none;
}

ul.clickMenu li ul.subnav {
  top: 28px;
  left: 0;
}
.list ul.clickMenu li ul.subnav {
  top: 22px;
}

.subnav li a:link,
tr.pagination td table td li.sugar_action_button .subnav a,
ul.clickMenu.SugarActionMenu .subnav li a:link,
ul.clickMenu li ul.subnav li a {
  width: 100% !important;
  color: #51545d !important;
  background: transparent !important;
}

ul.clickMenu .subnav form {
  width: 100%;
}

body.DetailView div#content,
body.index div#content {
  padding: 0 15px 0 15px;
  margin: 60px 0 10px 215px;
}

body.DetailView div#content .subpanelTablist,
body.DetailView div#content .subpanelTabForm {
  width: 100%;
  overflow: hidden;
  padding: 0 0 1px 0;
}

.sugar_action_button a {
  display: inline-block;
  background-color: #eeeeee;
  float: left;
  text-decoration: none !important;
  font-size: 13px;
  height: 15px;
}

#selectedRecordsTop input {
  background: transparent;
  font-size: inherit;
  height: inherit;
  border: 0 solid white !important;
  padding: 0;
}

.listViewBody ul.clickMenu li.sugar_action_button span,
.listViewBody ul.clickMenu li.sugar_action_button span.subhover:hover {
  width: 23px;
  height: 17px;
  float: left;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=actionMenuArrow.png") no-repeat 7px 1px;
  cursor: pointer;
}

.listViewBody ul.clickMenu li.sugar_action_button span.ab {
  width: 23px;
  background-color: #eeeeee;
}

.listViewBody ul.clickMenu li.sugar_action_button {
  height: 20px;
  min-width: 43px;
  background: #868ea2;
  box-sizing: border-box;
}

.listViewBody ul#actionLinkTop li.sugar_action_button,
.listViewBody ul#actionLinkBottom li.sugar_action_button {
  display: inline-table;
  margin: 0 25px 0 10px;
  top: 0;
  background: none;
  border: none;
}

.listViewBody ul#selectLinkTop li.sugar_action_button span,
.listViewBody ul#selectLinkBottom li.sugar_action_button span {
  border: none;
  height: 16px;
  margin: 1px 1px 0 0;
  opacity: 1;
}

.list tr.pagination td table td ul#selectLinkTop a:link,
.list tr.pagination td table td ul#selectLinkBottom a:link {
  border: none;
  position: inherit;
  width: auto;
  height: auto;
  color: #51545d;
}

ul#selectLinkTop li ul.subnav,
ul#selectLinkBottom li ul.subnav {
  top: 22px;
  left: -1px;
}

ul#actionLinkTop li ul.subnav,
ul#actionLinkBottom li ul.subnav,
.pagination ul.clickMenu li ul.subnav {
  top: 22px;
  left: 0;
}

form#EditView div.buttons {
  display: block;
}

body#Administration.index div#content {
  margin: 40px 0 0 214px;
}

table.actionsContainer {
  position: initial;
}

table.actionsContainer.footer {
  line-height: 28px;
}

.actionsContainer.footer td {
  height: initial;
}

body#Users.EditView div#EditView_tabs table.edit {
  border-collapse: initial;
}

body#Users .detail.view {
  padding: 0 0 0 0;
  margin: 24px 0 0 0;
}

body#Users div#content {
  margin: 40px 0 10px 210px;
  padding: 20px 16px 0 20px;
}

body#Users div#content .detail h4 slot {
  margin: -18px 0 0 5px;
  color: #51545d;
}

body#Users div#content #Users_detailview_tabs .detail h4,
body#Users div#content #email_options .detail h4 {
  padding: 6px;
}

body#Users div#content #email_options .detail h4 {
  text-align: left;
}

ul#subpanel_list {
  padding: 0 0 0 0;
  margin: 0 0 0 -2px;
}

ul#subpanel_list > li.noBullet {
  margin: 6px 0 7px 1px;
}

ul.subpanelTablist li {
  padding: 0 1px 0 0;
}

ul.subpanelTablist li a {
  background-color: #868ea2;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

ul.subpanelTablist li a:hover {
  background-color: #6c748c;
}

ul.subpanelTablist li a.current {
  border-bottom: none;
}

ul.clickMenu.SugarActionMenu li span.ab,
ul.clickMenu.SugarActionMenu li span.ab.subhover:hover {
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=actionMenuArrow.png") no-repeat 6px -28px;
}

.inlineButtons ul.clickMenu li.single a {
  padding-right: 10px !important;
}

.inlineButtons ul.clickMenu.subpanel.records {
  background: none;
  border: 0 solid #dddddd;
  width: auto;
  min-height: 18px;
}

.inlineButtons ul.clickMenu > li,
.inlineButtons ul.SugarActionMenuIESub li {
  margin: 0 0 0 0;
  position: relative;
  display:inline-flex;
}

.inlineButtons ul.clickMenu.subpanel.records li > span.ab:before {
  display: block;
  content: "";
  width: 16px;
  height: 27px;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=actionMenuArrow.pn") no-repeat 5px 2px;
}

.oddListRowS1:hover td.inlineButtons ul.clickMenu.subpanel.records,
.evenListRowS1:hover td.inlineButtons ul.clickMenu.subpanel.records {
  border: none;
  width: auto;
}

.oddListRowS1:hover td.inlineButtons ul.clickMenu.subpanel.records li a,
.evenListRowS1:hover td.inlineButtons ul.clickMenu.subpanel.records li a {
}

.inlineButtons ul.clickMenu.subpanel.records .ddopen a {
  background: transparent;
  padding: 0 6px !important;
}

.clickMenu.SugarActionMenu .single a {
  margin-top: 2px;
}

#selectedRecordsTop {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.list tr.pagination td table td li.sugar_action_button a:link {
  width: auto;
  color: white;
  background: #868ea2;
  -webkit-transition: background-color .35s;
  transition: background-color .35s;
}

ul.clickMenu.SugarActionMenu li span.ab,
ul.clickMenu.SugarActionMenu li span:last-child,
ul.clickMenu.SugarActionMenu li span.ab.subhover,
ul.clickMenu.SugarActionMenu li span.subhover:last-child,
.list tr.pagination td table td li.sugar_action_button span.ab,
.list tr.pagination td table td li.sugar_action_button span.ab.subhover:hover {
  float: left;
  cursor: pointer;
  margin: 0 0 0 -1px;
  height: 20px;
  line-height: 20px;
  padding: 0 3px 0 0;
  background: #868ea2;
  color: white;
  box-sizing: border-box;
  -webkit-transition: background-color .35s;
  transition: background-color .35s;
  border-left: thin solid #aab0c3;
  border-right: thin solid #aab0c3;
}

.listViewBody .list tr.pagination td table td li.sugar_action_button span.ab,
.listViewBody .list tr.pagination td table td li.sugar_action_button span.ab.subhover:hover {
  float: right;
  margin: 0 0 0 -1px;
  height: 20px;
  background: #868ea2;
  box-sizing: border-box;
  -webkit-transition: background-color .35s;
  transition: background-color .35s;
  border-left: thin solid #aab0c3;
  border-right: thin solid #aab0c3;
}

ul.clickMenu.SugarActionMenu li span.ab:before,
ul.clickMenu.SugarActionMenu li span:last-child:before,
.list tr.pagination td table td li.sugar_action_button span.ab:before {
  display: block;
  content: "";
  width: auto;
  height: 19px;
  background: url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=actionMenuArrow.png") no-repeat 5px 2px;
}

ul.SugarActionMenuIESub li a,
ul.clickMenu li a,
ul.SugarActionMenuIESub li a,
ul.clickMenu li input[type="button"],
ul.SugarActionMenuIESub li a,
ul.clickMenu li a#edit_button,
.list tr.pagination td.buttons ul.clickMenu > li > a:link,
.list tr.pagination td.buttons ul.clickMenu > li > a,
ul.clickMenu.SugarActionMenu li a:link,
ul.clickMenu.SugarActionMenu li a:hover,
.list tr.pagination td table td a:link,
.list tr.pagination td table td a:hover {
  height: 20px;
  line-height: 20px;
  padding: 0 8px !important;
  background: #868ea2;
  border-color: #868ea2;
  color: white !important;
  box-sizing: border-box;
  text-transform: capitalize;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s;
}

ul.SugarActionMenuIESub li a,
ul.clickMenu li a,
.list tr.pagination td.buttons ul.clickMenu > li > a:link,
.list tr.pagination td.buttons ul.clickMenu > li > a {
  line-height: 20px;
}

.sugar_action_button #save_button,
ul.clickMenu.SugarActionMenu li span:last-child,
ul.clickMenu.SugarActionMenu li span:last-child:hover,
ul.clickMenu.SugarActionMenu li span.subhover:last-child:hover {
  /* line-height: 25px;
  height: 25px; */
}

#detail_header_action_menu span.ab:before,
ul.clickMenu.SugarActionMenu li span:last-child:before,
ul.clickMenu.SugarActionMenu li span:last-child:hover:before {
  /* height: 25px;
  background-position: 5px 5px; */
}

.paginationActionButtons ul.clickMenu.SugarActionMenu li span:last-child:before,
.paginationActionButtons ul.clickMenu.SugarActionMenu li span:last-child:hover:before {
  background-position: 5px 2px;
}

ul.clickMenu.subpanel > li > div > a,
.list tr.oddListRowS1 td.inlineButtons span,
.list tr.evenListRowS1 td.inlineButtons span {
  float: right;
}

td.paginationActionButtons ul.clickMenu .massall {
  float: left;
  margin: 3px 0 0 7px;
}

.listViewBody .selectActionsDisabled {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 3px 0 10px;
  background: none;
  border: none;
}

.listViewBody .selectActionsDisabled span.ab {
  display: none;
}

.pagination ul#actionLinkTop.clickMenu li ul.subnav,
.pagination ul#actionLinkBottom.clickMenu li ul.subnav {
  top: 23px;
  left: -10px;
}

.pagination ul#actionLinkTop.clickMenu li ul.subnav li,
.pagination ul#actionLinkBottom.clickMenu li ul.subnav li,
.pagination ul#selectLinkTop.clickMenu li ul.subnav li,
.pagination ul#selectLinkBottom.clickMenu li ul.subnav li,
.mail-account-box .pagination .subnav li {
  padding: 0 0 0 10px;
}

.subpanelTabForm .list tr.pagination td table td li.sugar_action_button a:link {
  line-height: 26px;
}

.list tr.pagination td table td .selectActionsDisabled a:link {
  width: auto;
}

ul.SugarActionMenuIESub li a:hover,
ul.clickMenu li a:hover,
ul.SugarActionMenuIESub li a:hover,
ul.clickMenu li input[type="button"]:hover,
ul.SugarActionMenuIESub li a,
ul.clickMenu li a#edit_button:hover,
.list tr.pagination td.buttons ul.clickMenu > li > a:hover,
ul.clickMenu.SugarActionMenu li a:hover,
.list tr.pagination td table td a:hover,
.inlineButtons ul.clickMenu.subpanel.records li a:hover,
.listViewBody ul.clickMenu li.sugar_action_button:hover,
ul.SugarActionMenuIESub li a,
ul.clickMenu li a#edit_button:hover,
ul.clickMenu.SugarActionMenu li input[type="button"]:hover,
ul.clickMenu.SugarActionMenu li span.ab.subhover:hover,
ul.clickMenu.SugarActionMenu li span.subhover:last-child:hover,
.list tr.pagination td table td li.sugar_action_button a:hover,
.listViewBody .list tr.pagination td table td li.sugar_action_button span.ab.subhover:hover,
.list tr.pagination td table td li.sugar_action_button span.ab.subhover:hover {
  background: #6c748c;
  border-color: #6c748c;
}

ul.clickMenu.SugarActionMenu li span.ab.subhover:hover,
ul.clickMenu.SugarActionMenu li span.subhover:last-child:hover,
.listViewBody .list tr.pagination td table td li.sugar_action_button span.ab.subhover:hover,
.list tr.pagination td table td li.sugar_action_button span.ab.subhover:hover {
  border-left-color: #aab0c3;
  border-right-color: #aab0c3;
}

.list tr.pagination td table td a:link {
  width: auto;
  margin: 0 0 0 -10px;
  height: 20px;
  box-sizing: border-box;
  line-height: 20px;
}

.detail > table > tbody > tr > td:nth-child(odd) {
  background: rgb(245, 246, 248) !important;
}

.detail > table > tbody > tr:hover > td {
  background: #f6f6f6 !important;
}

.detail > table > tbody > tr:hover > td:nth-child(odd) {
  background: #eaebed !important;
}

.inlineHelpTip {
  margin-top: 0;
  margin-left: 5px;
  vertical-align: top;
}

input[type="file"] + .inlineHelpTip {
  margin-top: 5px;
}

#addrow + .inlineHelpTip {
  margin-top: 5px;
}

#aqua_bar_bottom .inlineHelpTip {
  margin: 4px 5px 0;
}

#Projectbasic_searchSearchForm label,
#Bugsbasic_searchSearchForm label,
#Leadsbasic_searchSearchForm label,
#Contactsbasic_searchSearchForm label,
#Accountsbasic_searchSearchForm label,
#Opportunitiesbasic_searchSearchForm label,
#Campaignsbasic_searchSearchForm label,
#Casesbasic_searchSearchForm label,
#Documentsbasic_searchSearchForm label,
#Tasksbasic_searchSearchForm label,
#ProspectListsbasic_searchSearchForm label,
#Prospectsbasic_searchSearchForm label,
#Notesbasic_searchSearchForm label,
#Meetingsbasic_searchSearchForm label,
#Callsbasic_searchSearchForm label {
  display: inline-block;
}

.helpIcon {
  text-align: right;
}

#Users select {
  min-width: 178px;
}

#Home #dlg select {
  min-width: 128px;
}

#Home #dlg .bd > div {
  width: auto !important;
}

#Home #dlg .bd > div form > table {
  width: 100%;
}

#Home #dlg .bd > div form > table tr td {
  vertical-align: middle;
}

#Administration h3 {
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}

.uswerAqua {
}

#Administration .edit tr th {
  padding: 0 !important;
  border-bottom: thin solid #cccccc;
}

#Administration .edit h4 {
  box-shadow: none;
  border: none;
}

#Administration table td {
  text-align: left;
  vertical-align: middle;
}

#Administration table input[type="radio"],
#Administration table input[type="checkbox"] {
  vertical-align: middle;
}

#Administration table input[type="text"] {
  vertical-align: top;
}

#Administration .edit.view {
  border-collapse: separate;
}

#Configurator .edit tr th {
  padding: 0 !important;
  border-bottom: thin solid #cccccc;
}

#Configurator .edit.view {
  border-collapse: separate;
}

#Configurator table input[type="radio"],
#Configurator table input[type="checkbox"] {
  vertical-align: top;
  margin-top: 3px;
}

#Configurator table input[type="text"] {
  vertical-align: top;
}

#Configurator .distribTable td {
  vertical-align: middle;
}

#Configurator .distribTable .inlineHelpTip {
  vertical-align: middle;
}

#Configurator .distribTable .distrUser,
#Configurator .distribTable .distrStat {
  text-align: left;
}

#Configurator .hoursWork td {
  vertical-align: middle;
}

#Configurator .advancedTable input[type="text"] {
  width: 215px;
}

#Configurator .advancedTable td {
  vertical-align: middle;
}

#EmailMan .edit tr th {
  padding: 0 !important;
  border-bottom: thin solid #cccccc;
}

#EmailMan .edit.view {
  border-collapse: separate;
}

#EmailMan .edit.view td {
  vertical-align: middle;
}

#EmailMan #bottomLinks {
  padding-left: 230px;
}

#EmailMan #bottomLinks a {
  margin-right: 10px;
  display: inline-block;
  border: thin solid #bbbec7;
  padding: 5px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #c9c9c9));
  background: -webkit-linear-gradient(top, white 0%, #c9c9c9 100%);
  background: linear-gradient(to bottom, white 0%, #c9c9c9 100%);
  text-decoration: none;
  color: #6b6f7b;
  line-height: 20px;
  opacity: .8;
}

#EmailMan #bottomLinks a img {
  max-height: 20px;
  vertical-align: top;
  margin-right: 5px;
}

#EmailMan #bottomLinks a img[src*="backtotop"] {
  margin-top: 3px;
}

#Emails #formEmailSettingsGeneral,
#Emails .accountPopup {
  padding: 0 10px 10px 10px;
}

#Emails #formEmailSettingsGeneral table.view td,
#Emails #formEmailSettingsGeneral table.account td {
  padding: 3px 0;
}

#Emails #ieAccount {
  background: white;
}

#Emails #ieAccount table.edit.view {
  border: none;
}

#Emails #ieAccount table.edit.view td {
  width: 50%;
  text-align: left;
}

#outboundServers .edit tr td[scope="row"] {
  text-align: left;
  width: 25%;
}

#Emails #outboundEmailForm {
  padding: 5px;
  background: white;
}

#Emails #outboundEmailForm table.edit.view {
  border: none;
}

.email #search_wrapper_vehicles {
  vertical-align: middle;
  padding-top: 5px;
  border-bottom: thin solid #cccccc;
}

.email #search_wrapper_vehicles > span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.email #search_wrapper_vehicles .searchFilter {
  vertical-align: middle;
}

.email #search_wrapper_vehicles > span a {
  height: 25px;
  box-sizing: border-box;
}

.email #search_tytle_fbox_inventory-list1 {
  vertical-align: top;
  padding: 5px 0 5px 10px;
  line-height: 20px;
  margin-top: 0 !important;
}

.email .emailUIField .ac_autocomplete > span:first-child {
  display: inline-block;
  padding-bottom: 11px;
  padding-left: 5px !important;
}

.email .emailUILabel button {
  text-align: center;
}

.email .yui-layout-unit-right .yui-navset .yui-nav li,
.email .yui-layout-unit-right .yui-navset .yui-navset-top .yui-nav li {
  display: inline-block;
  height: auto;
}

.email .yui-layout-unit-right .yui-navset .yui-nav a em,
.email .yui-layout-unit-right .yui-navset .yui-navset-top .yui-nav a em {
  line-height: 25px;
}

.email .emailUILabel > button[onclick*="SUGAR.email2.addressBook.selectContactsDialogue('addressTO"] {
  margin-top: 11px;
}

.email .yui-layout-unit-right .ui-jqgrid .ui-jqgrid-htable th div {
  line-height: 17px;
  height: auto;
}

.email .yui-layout-unit-right .ui-pager-control > .ui-pg-table > tbody > tr > td {
  display: block;
  float: left;
  width: auto !important;
}

.email .yui-layout-unit-right .ui-pager-control .ui-pg-table {
  padding-bottom: 0;
}

.email .yui-layout-unit-right .ui-pager-control .ui-pg-table.navtable {
  margin-top: 5px;
}

.email .yui-layout-unit-right .ui-state-default,
.email .yui-layout-unit-right .ui-widget-content .ui-state-default {
  background-image: none !important;
}

.email .yui-layout-unit-right .ui-jqgrid .ui-jqgrid-pager {
  height: auto;
}

.email .yui-layout-unit-right .ui-paging-info {
  margin-left: 5px;
  margin-top: 7px;
}

.email .yui-layout-unit-right .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
  margin: -2px 2px 0;
}

.email .yui-layout-unit-center .list[id*="composeHeaderTable"] table {
  margin-bottom: 0;
}

.email .button img[src*="id-ff-select.png"] {
  margin-top: 0;
}

.email .yui-layout-unit-center .yui-nav {
  padding-top: 0;
}

#InboundEmail #delete_button {
  height: 28px;
}

#InboundEmail .detail.view.macro {
  padding-left: 0;
}

#InboundEmail .detail.view.macro td {
  vertical-align: middle;
}

#InboundEmail .edit tr th {
  padding: 0 !important;
  border-bottom: thin solid #cccccc;
}

#InboundEmail .edit.view {
  border-collapse: separate;
}

#InboundEmail .mailAcc td {
  vertical-align: middle;
}

#Meetings #LBL_MEETING_INFORMATION td {
  vertical-align: top;
}

#Meetings #LBL_MEETING_INFORMATION td select,
#Leads #LBL_CONTACT_INFORMATION td select {
  vertical-align: top;
}

#Meetings #LBL_MEETING_INFORMATION button {
  vertical-align: top;
  margin-top: 0;
}

#Meetings .schedulerInvitees table.edit.view {
  border: none;
}

#Meetings .schedulerInvitees table.edit.view td {
  vertical-align: middle;
  padding: 0 5px !important;
}

#Meetings .schedulerInvitees table.edit.view td label {
  line-height: 24px;
}

.valignTop {
  vertical-align: top !important;
}

.valignMid {
  vertical-align: middle !important;
}

.alLeft {
  text-align: left !important;
}

.alRight {
  text-align: left !important;
}

#bottomLinks {
  text-align: right;
  padding-right: 19px;
}

#bottomLinks a {
  margin-left: 10px;
}

#bottomLinks a img {
  height: 14px;
  vertical-align: middle;
  margin: -1px 2px 0 0;
  border: none;
}

#tiptip_holder {
  display: none !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-radius: 0 !important;
}

/* Align inputs and selects width */

#LBL_CONTACT_INFORMATION #primary_address_fieldset td,
#LBL_CONTACT_INFORMATION #alt_address_fieldset td,
#LBL_ACCOUNT_INFORMATION #billing_address_fieldset td,
#LBL_ACCOUNT_INFORMATION #shipping_address_fieldset td {
  text-align: left;
}

.adress-table.edit tr td {
  padding: 0 !important;
  line-height: 30px;
}

.adress-header {
  line-height: 46px;
}

#Default_ProspectLists_Subpanel {
  padding: 5px;
}

#subpanel_list .buttons .action_buttons {
  text-align: right;
}

#subpanel_list .buttons {
  padding-bottom: 6px;
}

#subpanel_list td.buttons + td[align="right"]:last-child {
  display: none;
}

#ProspectLists #subpanel_list #LBL_EMAIL_ADDRESSES .emailaddresses input[type="text"],
#LBL_PROSPECT_INFORMATION .emailaddresses input[type="text"] {
  width: 276px;
}

#LBL_MORE_INFORMATION #do_not_call_label {
  width: 5.5% !important;
}

#ProspectLists #subpanel_list #LBL_EMAIL_ADDRESSES #email1_label {
  width: 6% !important;
}

#LBL_MORE_INFORMATION #do_not_call {
  margin-top: 5px;
}

#LBL_PROSPECT_INFORMATION .emailaddresses tbody:first-child td:nth-last-child(1),
#LBL_PROSPECT_INFORMATION .emailaddresses tbody:first-child td:nth-last-child(2),
#LBL_PROSPECT_INFORMATION .emailaddresses tbody:first-child td:nth-last-child(3),
#LBL_CONTACT_INFORMATION .emailaddresses tbody:first-child td:nth-last-child(1),
#LBL_CONTACT_INFORMATION .emailaddresses tbody:first-child td:nth-last-child(2),
#LBL_CONTACT_INFORMATION .emailaddresses tbody:first-child td:nth-last-child(3),
#LBL_ACCOUNT_INFORMATION .emailaddresses tbody:first-child td:nth-last-child(1),
#LBL_ACCOUNT_INFORMATION .emailaddresses tbody:first-child td:nth-last-child(2),
#LBL_ACCOUNT_INFORMATION .emailaddresses tbody:first-child td:nth-last-child(3) {
  /*padding: 0 5px 5px !important;*/
  font-size: 10px;
  white-space: pre-wrap;
  line-height: 14px;
}

/* Accounts page */
#LBL_EMAIL_ADDRESSES .emailaddresses tbody:first-child td:nth-last-child(1),
#LBL_EMAIL_ADDRESSES .emailaddresses tbody:first-child td:nth-last-child(2),
#LBL_EMAIL_ADDRESSES .emailaddresses tbody:first-child td:nth-last-child(3),
#form_SubpanelQuickCreate_Leads .emailaddresses tbody:first-child td:nth-last-child(1),
#form_SubpanelQuickCreate_Leads .emailaddresses tbody:first-child td:nth-last-child(2),
#form_SubpanelQuickCreate_Leads .emailaddresses tbody:first-child td:nth-last-child(3),
#form_SubpanelQuickCreate_Contacts .emailaddresses tbody:first-child td:nth-last-child(1),
#form_SubpanelQuickCreate_Contacts .emailaddresses tbody:first-child td:nth-last-child(2),
#form_SubpanelQuickCreate_Contacts .emailaddresses tbody:first-child td:nth-last-child(3) {
  padding: 0 5px 5px !important;
}

#LBL_ISF_VIEW_PANEL #trade_in_c,
#LBL_ISF_VIEW_PANEL #improve_c,
#LBL_ISF_VIEW_PANEL #likes_c,
#LBL_ISF_VIEW_PANEL #current_vehicle_c,
#LBL_ISF_VIEW_PANEL #alernatives_c,
#LBL_ISF_VIEW_PANEL #optionsdesired_c,
#LBL_ISF_VIEW_PANEL #condittion_c,
#LBL_ISF_VIEW_PANEL #add_repl_c,
#LBL_ISF_VIEW_PANEL #trucks_c,
#LBL_ISF_VIEW_PANEL #cars_c,
#LBL_ISF_VIEW_PANEL #customer_responce_c {
  width: 320px;
}

#LBL_ISF_VIEW_PANEL #my_datetime_c_date {
  width: 130px;
}

#form_SubpanelQuickCreate_Tasks_tabs #date_due_hours {
  margin-right: 2px;
}

#LBL_CAMPAIGN_INFORMATION #objective,
#LBL_CAMPAIGN_INFORMATION #content {
  width: 94.9%;
  max-width: 1143px;
}

#Users #calendar_options td:nth-child(odd),
#Users #locale td:nth-child(odd),
#User #calendar_options td:nth-child(odd),
#User #locale td:nth-child(odd) {
  text-align: left;
}

#LBL_CAMPAIGN_INFORMATION #start_date,
#LBL_CAMPAIGN_INFORMATION #end_date,
#form_SubpanelQuickCreate_Project #estimated_end_date,
#form_SubpanelQuickCreate_Project #estimated_start_date,
#form_SubpanelQuickCreate_Tasks_tabs #date_start_minutes,
#form_SubpanelQuickCreate_Tasks_tabs #date_due_minutes {
  margin-right: 4px;
}

#email_options td:first-child {
  width: 12% !important;
  text-align: left;
}

#Users #email_options td:first-child {
  width: 12.5% !important;
  text-align: left;
}

#Emails #dt-pag-nav .yui-pg-pages {
  padding-top: 2px;
}

#LBL_DOCUMENT_INFORMATION #active_date,
#LBL_DOCUMENT_INFORMATION #exp_date {
  margin-right: 3px;
}

#Emails #dt-pag-nav .yui-pg-pages > span,
#Emails #dt-pag-nav .yui-pg-pages > a {
  vertical-align: middle;
}

#WebToLeadCreation #grid_Div table[width="595"] {
  width: 640px;
}

.tabDetailViewDF thead .yui-dt-col-label {
  background-color: #e2e5ee !important;
  background-image: none !important;
}

.yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td,
.yui-skin-sam .yui-dt-scrollable .yui-dt-hd,
.yui-skin-sam .yui-dt-scrollable .yui-dt-bd,
.yui-skin-sam .yui-dt tr.yui-dt-first td {
  border-color: #c5c7d1 !important;
}

#Users #EditView_tabs > .yui-content {
  padding: 0;
  border: none;
  background: transparent;
}

#Users #chooser_display_tabs_text,
#Users #chooser_hide_tabs {
  text-align: center;
}

#EditView_tabs #detailpanel_1 {
  overflow: hidden;
}

#basic_search_link {
  margin-left: 7px;
}

#basic_search_link + .white-space b {
  margin-left: 102px;
}

#inlineSavedSearch td:last-child > div {
  margin-bottom: 5px;
}

#inlineSavedSearch nobr {
  text-align: center;
  display: block;
}

#Contacts #basic_search_link + .white-space b {
  margin-left: 126px;
}

#ProspectLists #basic_search_link + .white-space b {
  margin-left: 124px;
}

#Tasks #basic_search_link + .white-space b {
  margin-left: 108px;
}

#Meetings #basic_search_link + .white-space b {
  margin-left: 110px;
}

#AOS_PDF_Templates #basic_search_link + .white-space b,
#Project #basic_search_link + .white-space b,
#Accounts #basic_search_link + .white-space b {
  margin-left: 111px;
}

#sms_sms #basic_search_link + .white-space b {
  margin-left: 112px;
}

#xloo_report #basic_search_link + .white-space b,
#Prospects #basic_search_link + .white-space b {
  margin-left: 113px;
}

#Bugs #basic_search_link + .white-space b {
  margin-left: 117px;
}

#Cases #basic_search_link + .white-space b {
  margin-left: 79px;
}

#Leads #basic_search_link + .white-space b {
  margin-left: 107px;
}

#ProjectTask #basic_search_link + .white-space b {
  margin-left: 121px;
}

#Notes #basic_search_link + .white-space b {
  margin-left: 80px;
}

#EmailTemplates #basic_search_link + .white-space b {
  margin-left: 71px;
}

#Documents #basic_search_link + .white-space b {
  margin-left: auto;
}

#Campaigns #basic_search_link + .white-space b {
  margin-left: 93px;
}

#Opportunities #basic_search_link + .white-space b {
  margin-left: 115px;
}

#Leads #mass_update_table input[type="text"],
#Leads #mass_update_table select,
#Contacts #mass_update_table input[type="text"],
#Contacts #mass_update_table select,
#Accounts #mass_update_table input[type="text"],
#Accounts #mass_update_table select,
#Prospects #mass_update_table input[type="text"],
#Prospects #mass_update_table select,
#Opportunities #mass_update_table input[type="text"],
#Opportunities #mass_update_table select,
#ProspectLists #mass_update_table input[type="text"],
#ProspectLists #mass_update_table select,
#Campaigns #mass_update_table input[type="text"],
#Campaigns #mass_update_table select,
#Calls #mass_update_table input[type="text"],
#Calls #mass_update_table select,
#Meetings #mass_update_table input[type="text"],
#Meetings #mass_update_table select,
#Tasks #mass_update_table input[type="text"],
#Tasks #mass_update_table select,
#Notes #mass_update_table input[type="text"],
#Notes #mass_update_table select,
#Bugs #mass_update_table input[type="text"],
#Bugs #mass_update_table select,
#Cases #mass_update_table input[type="text"],
#Cases #mass_update_table select {
  width: 110px !important;
}

#Calls #mass_update_table #mass_direction {
  margin-left: 1px;
}

#Calls #mass_update_table .dataField select,
#Meetings #mass_update_table .dataField select,
#Tasks #mass_update_table .dataField select {
  width: 45px !important;
  min-width: 0;
}

.mergeRecords input[type="text"],
.mergeRecords select,
.mergeRecords textarea,
.mergeRecords #lead_source {
  width: 234px !important;
}

.mergeRecords .mergetable {
  padding: 0;
}

.mergeRecords .tabform td {
  vertical-align: middle;
}

.tabform.merge {
  max-width: 1200px;
}

.tabform.merge slot {
  display: inline-block;
  min-height: 25px;
  line-height: 25px;
}

#DedupSetup .duplicate {
  background: white;
}

.import-vcart {
  margin-top: 8px;
}

#Opportunitiesadvanced_searchSearchForm #date_closed_advanced_range_choice,
#AOS_PDF_Templates #date_modified_advanced_range_choice,
#AOS_PDF_Templates #date_entered_advanced_range_choice,
#xloo_report #date_modified_advanced_range_choice,
#xloo_report #date_entered_advanced_range_choice,
#Tasks #parent_type_advanced,
#Project #estimated_start_date_advanced_range_choice,
#Project #estimated_end_date_advanced_range_choice,
#Calls #parent_type_advanced,
#Meetings #parent_type_advanced,
#Notes #parent_type_advanced,
#Notes #date_entered_advanced_range_choice,
#Opportunities #amount_advanced_range_choice,
#Campaigns #end_date_advanced_range_choice,
#Campaigns #start_date_advanced_range_choice {
  margin-bottom: 8px;
}

#Opportunities #amount_advanced_range_div {
  width: 150px;
}

#EmailTemplates #basic_search_link + .white-space b {
  margin-left: 71px;
}

#Campaigns #wizard td {
  text-align: left;
}

#Campaigns #wizard #notify_fromname {
  margin-right: 160px;
}

#Campaigns #wizard select,
#Campaigns #wizard input[type="text"] {
  width: 190px;
}

#xloo_report .xloo_report .users.vnavigation {
  vertical-align: middle;
}

#xloo_report .xloo_report .users.vnavigation a:last-child {
  margin-left: -3px;
}

#CalendarEditView_tabs #Default_Calls_Subpanel #name,
#CalendarEditView_tabs #Default_Meetings_Subpanel #name {
  width: 295px;
}

#CalendarRepeatForm [name="repeat_type"] {
  margin-top: 2px;
}

#CalendarEditView_tabs #parent_name {
  width: 78px !important;
}

#CalendarRepeatForm .edit tr td[scope="row"] {
  text-align: left;
}

#Calendar .shadow {
  background: rgba(0, 0, 0, .5);
}

#CalendarEditView_tabs #Default_Calls_Subpanel #parent_name ~ .id-ff.multiple,
#CalendarEditView_tabs #Default_Meetings_Subpanel #parent_name ~ .id-ff.multiple {
  display: inline-block;
  vertical-align: top;
}

.yui_compose_Email_Search {
  width: 16px;
  height: 16px;
  background: transparent url("../../../../../index.php?entryPoint=getImage&themeName=GraphiteBlue&themeName=GraphiteBlue&imageName=Search.png") no-repeat center center;
}

#searchTab .yui_compose_Email_Search {
  margin-top: 4px;
}

#Emails .emailUIField [id*="addressFrom"] {
  width: 598px !important;
}

#Emails input.ac_input[id*="address"],
#Emails input.ac_input[id*="emailSubject"] {
  width: 597px !important;
}

#Emails #contactsDialogueBody table[id*="uievtautoid"],
#Emails #contactsDialogueBody #addrSearchGrid table {
  width: 100%;
}

#Emails #contactsDialogueBody table[id*="uievtautoid"] th,
#Emails #contactsDialogueBody #addrSearchGrid table th {
  border: none !important;
}

#Emails #contactsDialogueBody .yui-pg-container {
  min-height: 28px;
}

#Emails .composeRightTabs div[id*="documentCup"] {
  margin-bottom: 5px;
}

#Emails .composeRightTabs div[id*="documentCup"] input {
  width: 111px;
}

#Emails .composeRightTabs div[id*="email_attachment_bucket"] {
  margin-top: 5px;
}

#Emails .composeRightTabs div[id*="email_attachment_bucket"] img {
  vertical-align: top;
  margin-right: 2px;
  margin-top: 2px;
}

#Emails .utilsLink {
  display: none;
}

#Emails #welcome_link {
  display: inline-block;
}

#EmailTemplates #subjectfield,
#EmailTemplates #description {
  min-height: 50px;
}

#EmailTemplates [name="variable_text"] + .button {
  margin-top: 5px;
}

#EmailTemplates #body_text_plain {
  width: 631px;
  margin-top: 8px;
}

#formEmailSettingsGeneral #showNumInList,
#formEmailSettingsGeneral #default_charset,
#formEmailSettingsGeneral #emailCheckInterval {
  width: 124px;
}

.search_form {
  position: relative;
}

#search_form #filterHelp,
#search_form #helper_popup_image {
  position: relative;
  right: -10px;
  margin-top: 5px;
}

#search_form .helpIcon {
  vertical-align: top;
}

.yuimenubar ul,
.yuimenu ul,
.yuimenubar li,
.yuimenu li,
.yuimenu h6,
.yuimenubar h6 {
  background: #6c748c;
}

.tab-desc {
  border: none;
  padding: 10px 0;
  font-style: italic;
  color: #2a9ac7;
}

#info_block {
  height: 100%;
}

#info_block .dw3 {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
}

#info_block .dw3:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 49.8%;
  height: 100%;
  background: #f6f6f6;
  z-index: 1;
}

#info_block .reversTable {
  position: relative;
  z-index: 2;
}

#Usersadvanced_searchSearchForm {
  padding: 5px 0;
}

#Usersadvanced_searchSearchForm input[type="text"],
#Usersadvanced_searchSearchForm select,
#Usersadvanced_searchSearchForm textarea {
  width: 179px !important;
}

#advanced_search_link {
  line-height: 26px;
}

#Users form[name="DetailView"] {
  padding-left: 0 !important;
}

#Users table.actionsContainer {
  width: 100%;
}

#Users.EditView .moduleTitle .utils {
  display: none;
}

#user_theme_picker {
  height: 302px;
}

#themePreview {
  height: 300px;
}

.dashlet-Lead .table-heading th:first-child {
  width: 30% !important;
}

.email li#tree,
.email li#searchTab {
  width: 50%;
}

.email li#tree > a,
.email li#searchTab > a {
  width: 100%;
  border-bottom: none !important;
}

.email .wait-spinner {
  display: inline-block;
  float: none !important;
  margin: 0 0 0 6px !important;
}

.email #advancedSearchTable {
  width: 100%;
}

.email #advancedSearchTable input[type="text"],
.email #advancedSearchTable select {
  width: 100%;
}

.email .yui-dialog #contactsDialogue.yui-module {
  width: auto;
}

.email #advancedSearchTable input#searchDateFrom,
.email #advancedSearchTable input#searchDateTo,
.email #advancedSearchTable input#assigned_user_name,
.email #advancedSearchTable input#data_parent_name_search {
  width: 86% !important;
}

.email #advancedSearchTable input#searchDateFrom + img,
.email #advancedSearchTable input#searchDateTo + img {
  margin-top: 4px;
}

.email #advancedSearchTable .advancedSearchTD a img {
  margin-top: 3px;
  margin-left: 3px;
}

#emailtabs {
  border-right: none !important;
}

#emailtabs > .yui-content > div {
  height: 100% !important;
}

#emailtabs .displayEmailFrameDiv {
  height: calc(100% - 125px) !important;
}

.email #mbfooter .yui-layout-hd {
  border: none;
}

.mceIframeContainer > iframe {
  /* padding-bottom: 28px !important; */
}

#emailtabs .yui-nav > li > a {
  height: 29px;
  line-height: 29px;
}

.composeRightTabs form[name*="composeOptionsForm"] select {
  min-width: 190px;
}

.email input[name="add_document_button"],
.email input[name="add_file_button"] {
  width: 120px;
}

.email .composeRightTabs b {
  font-weight: bold;
}

.email .composeRightTabs li[id^="divAttachments"] a,
.email .composeRightTabs li[id^="divOptions"] a,
.email .composeRightTabs li[id^="divVehicles"] a {
  border-bottom: none !important;
}

.email .yui-layout-unit-bottom.yui-resize + .yui-resize-proxy {
  width: 100% !important;
}

#Leads #Leadsbasic_searchSearchForm table,
#Leads #Leadsbasic_searchSearchForm table tr td,
#Contacts #Contactsbasic_searchSearchForm table,
#Contacts #Contactsbasic_searchSearchForm table tr td,
#Accounts #Accountsbasic_searchSearchForm table,
#Accounts #Accountsbasic_searchSearchForm table tr td,
#Prospects #Prospectsbasic_searchSearchForm table,
#Prospects #Prospectsbasic_searchSearchForm table tr td,
#Opportunities #Opportunitiesbasic_searchSearchForm table,
#Opportunities #Opportunitiesbasic_searchSearchForm table tr td,
#ProspectLists #ProspectListsbasic_searchSearchForm table,
#ProspectLists #ProspectListsbasic_searchSearchForm table tr td,
#Campaigns #Campaignsbasic_searchSearchForm table,
#Campaigns #Campaignsbasic_searchSearchForm table tr td,
#Calls #Callsbasic_searchSearchForm table,
#Calls #Callsbasic_searchSearchForm table tr td,
#Meetings #Meetingsbasic_searchSearchForm table,
#Meetings #Meetingsbasic_searchSearchForm table tr td,
#AOS_Invoices #AOS_Invoicesbasic_searchSearchForm table,
#AOS_Invoices #AOS_Invoicesbasic_searchSearchForm table tr td,
#sms_sms #sms_smsbasic_searchSearchForm table,
#sms_sms #sms_smsbasic_searchSearchForm table tr td,
#AOS_PDF_Templates #AOS_PDF_Templatesbasic_searchSearchForm table,
#AOS_PDF_Templates #AOS_PDF_Templatesbasic_searchSearchForm table tr td,
#AOS_Quotes #AOS_Quotesbasic_searchSearchForm table,
#AOS_Quotes #AOS_Quotesbasic_searchSearchForm table tr td,
#asol_Process #asol_Processbasic_searchSearchForm table,
#asol_Process #asol_Processbasic_searchSearchForm table tr td,
#AOS_Products_Quotes #AOS_Products_Quotesbasic_searchSearchForm table,
#AOS_Products_Quotes #AOS_Products_Quotesbasic_searchSearchForm table tr td,
#AOS_Products #AOS_Productsbasic_searchSearchForm table,
#AOS_Products #AOS_Productsbasic_searchSearchForm table tr td,
#AOS_Contracts #AOS_Contractsbasic_searchSearchForm table,
#AOS_Contracts #AOS_Contractsbasic_searchSearchForm table tr td,
#Project #Projectbasic_searchSearchForm table,
#Project #Projectbasic_searchSearchForm table tr td,
#Bugs #Bugsbasic_searchSearchForm table,
#Bugs #Bugsbasic_searchSearchForm table tr td,
#Tasks #Tasksbasic_searchSearchForm table,
#Tasks #Tasksbasic_searchSearchForm table tr td,
#Notes #Notesbasic_searchSearchForm table,
#Notes #Notesbasic_searchSearchForm table tr td,
#Cases #Casesbasic_searchSearchForm table,
#Cases #Casesbasic_searchSearchForm table tr td,
#Documents #Documentsbasic_searchSearchForm table,
#Documents #Documentsbasic_searchSearchForm table tr td,
#Calls #mass_update_table .related-to-table,
#Meetings #mass_update_table .related-to-table,
#Tasks #mass_update_table .related-to-table,
#Notes #mass_update_table .related-to-table {
  width: auto !important;
}

.ui-widget-header {
  background: #d7d7df !important;
}

.ui-dialog.ui-widget .ui-widget-content {
  /* max-height: 600px !important; */
  max-height: 76vh !important;
  min-height: 10px !important;
}

.listViewBody {
  width: auto;
  display: inline-block;
  margin-right: 20px;
}

.listViewBody .search_form {
  width: calc(100vw - 300px);
}

.mail-account-box {
  display:block;
  margin-right: auto;
}

.mail-account-box table {
  font-size: 12px;
}

.mail-account-box ul.clickMenu.SugarActionMenu li span:last-child {
  border: none;
  margin: 0;
}

.mail-account-box .selected-counter {
  font-size: 12px;
  line-height: 22px;
}

.mail-account-box .selected-counter input {
  vertical-align: top;
  height: 22px;
}

#popupDiv_ara table {
  border: 0 !important;
  margin-bottom: 0 !important;
}

#Leads_detailview_tabs form[name="vcard"] #btn_vCardButton,
#Prospects_detailview_tabs form[name="vcard"] #btn_vCardButton,
#Contacts_detailview_tabs form[name="vcard"] #btn_vCardButton {
  height: auto;
  padding: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.paginationWrapper .pagination-empty-space,
.DetailView .moduleTitle span.utils {
  display: none;
}

.paginationWrapper {
  border-top: none;
}

.DetailView #subpanel_list .buttons .action_buttons {
  text-align: left;
}

.DetailView #form_SubpanelQuickCreate_Tasks_tabs .panelContainer,
.DetailView #form_SubpanelQuickCreate_Meetings_tabs .panelContainer,
.DetailView #form_SubpanelQuickCreate_Calls_tabs .panelContainer {
  border: 0;
}

#Default_Meetings_Subpanel .one,
#Default_Calls_Subpanel .one,
#form_SubpanelQuickCreate_Tasks .one {
  line-height: 30px;
}

.DetailView .email #emailCompose0 .mceIframeContainer {
  border: 0;
}

.DetailView .quickcreate {
  padding: 4px;
}

.DetailView .email #addressTO0,
.DetailView .email #emailSubject0,
.DetailView .email #addressCC0,
.DetailView .email #addressBCC0 {
  width: 591px !important;
}

.DetailView .email #addrSearchGrid #yuievtautoid-0,
.DetailView .email #addrSearchGrid #yuievtautoid-1 {
  width: 100% !important;
}

#form_SubpanelQuickCreate_sms_sms table.edit.view {
  border: none;
}

#form_SubpanelQuickCreate_sms_sms table.edit.view th {
  display: none;
}

#form_SubpanelQuickCreate_sms_sms table.edit.view #date_start_date {
  width: 101px;
}

#form_SubpanelQuickCreate_sms_sms table.edit.view #assigned_user_name {
  width: 177px !important;
}

#form_SubpanelQuickCreate_Notes_tabs #Default_Notes_Subpanel {
  border: none;
}

.detailViev-CreatEmail .one,
#Default_AOS_PDF_Templates_Subpanel .one {
  line-height: 30px;
  vertical-align: top;
}

.detailViev-CreatEmail .two {
  width: 84% !important;
  padding-top: 8px;
}

.detailViev-CreatEmail textarea {
  border: thin solid #c6c9d4;
  min-height: 25px;
  line-height: 25px;
  width: 450px;
}

.detailViev-CreatEmail #assigned_user_name {
  width: 450px !important;
}

.detailViev-CreatEmail .account-select,
.edit .detailViev-CreatEmail tr .account-select[scope="row"] {
  padding-left: 0 !important;
}

.detailViev-CreatEmail #description_html_parent .mceStatusbar {
  display: none;
}

.detailViev-CreatEmail #parent_name {
  width: 350px !important;
}

#ConvertLead table tr td:first-child[scope="row"] {
  width: 140px;
}

#ConvertLead #createContacts > tbody > tr > td:first-child,
#ConvertLead #createContacts > tbody > tr > td:nth-child(3) {
  line-height: 30px;
  padding: 0 5px !important;
}

#ConvertLead input[type="text"],
#ConvertLead textarea,
#ConvertLead #Contactslead_source,
#ConvertLead #Opportunitiessales_stage,
#ConvertLead #Tasksstatus,
#ConvertLead #lead_conv_ac_op_sel,
#ConvertLead #currency_id_select {
  width: 294px;
}

#ConvertLead input[name="Contactsfirst_name"] {
  width: 213px;
}

table.emailaddresses td {
  border-left: none;
}

#ConvertLead table.emailaddresses {
  margin-bottom: 0;
  margin-left: -2px;
}

#LeadsemailAddressesTable0 {
  margin-bottom: 2px;
  margin-left: -2px;
  border-collapse: collapse;
}

#LeadsemailAddressesTable0.emailaddresses tr:first-child > td[scope="row"],
#ContactsemailAddressesTable0.emailaddresses tr:first-child > td[scope="row"] {
  line-height: 14px;
}

#ConvertLead table.emailaddresses,
#ConvertLead table.emailaddresses table,
#EditView_tabs table.emailaddresses table {
  border-collapse: collapse;
}

#ConvertLead table.emailaddresses td {
  padding: 0;
  height: 30px;
}

#ConvertLead table.emailaddresses .emailaddresses-one,
#LBL_CONTACT_INFORMATION .emailaddresses-one,
.emailaddresses .emailaddresses-one {
  text-align: left !important;
  width: 60%;
}

#Users #email_link_type {
  margin-left: 2px;
}

#Users .emailaddresses td {
  vertical-align: top;
}
#Users input[id*="Users0emailAddress"] {
  margin-bottom: 5px;
}

#Users input[id*="PrimaryFlag"],
#Users input[id*="ReplyToFlag"] {
  margin-top: 5px;
}

#LBL_CONTACT_INFORMATION .emailsdresses-table,
#LBL_ACCOUNT_INFORMATION .emailsdresses-table,
#Prospects .emailsdresses-table,
#Users .emailsdresses-table {
  width: 320px;
  max-width: 611px;
}

#ConvertLead h4 {
  border-bottom: thin solid #e2e5ee;
}

#ConvertLead h4 + table > tr > td:first-child,
#ConvertLead h4 + table.edit > tr > td[scope="row"] {
  line-height: 30px;
  padding: 0 5px;
}

#ConvertLead #lead_conv_ac_op {
  padding: 5px;
}

#ConvertLead .rssItemDate {
  padding: 5px;
  width: 200px;
}

@-moz-document url-prefix() { /* css hack for firefox legacy */
  #ConvertLead .rssItemDate {
    width: 14.1%;
  }

  @supports (animation: calc(0s)) { /* css hack for firefox quantum */
    #ConvertLead .rssItemDate {
      width: 14.1%;
    }
  }

  @supports not (animation: calc(0s)) {
    #ConvertLead .rssItemDate { /* Gecko */
      width: 14.1%;
    }
  }
}

.date-icon {
  top: 4px;
}

#ConfigureSubs,
#Default_sms_sms_Subpanel,
#Default_Opportunities_Subpanel,
#Default_AOS_Products_Quotes_Subpanel,
#Default_AOS_Products_Subpanel,
#Default_asol_Process_Subpanel {
  padding: 5px;
}

.audit-changelog td {
  border: thin solid #cccccc;
}

.popupBody .utilsLink > img {
  width: 16px;
  margin-right: 2px;
}

#primary_address_street_label,
#alt_address_street_label,
#billing_address_street_label,
#shipping_address_street_label {
  width: 25%;
}

#primary_address_fieldset,
#alt_address_fieldset,
#billing_address_fieldset,
#shipping_address_fieldset {
  min-height: 240px;
  margin-bottom: 12px;
}

#Notes #filename_file {
  border: thin solid #c6c9d4;
}

/* -------------------------------СALENDAR----------- */

#Calendar .dateTime.dark {
  display: inline-block;
  padding: 5px;
  background: #868ea2;
  cursor: pointer;
}

#Calendar #cal-grid .week .col:last-child > div{
  border-right: none;
}

#Calendar .cal_panel .callnav_today {
  padding-bottom: 5px;
}

#Calendar #cal-edit #date_start_date,
#Calendar #cal-edit #date_end_date {
  width: 90px;
}

#Calendar #cal-edit #date_start_hours,
#Calendar #cal-edit #date_start_minutes,
#Calendar #cal-edit #date_start_meridiem,
#Calendar #cal-edit #date_end_hours,
#Calendar #cal-edit #date_end_minutes,
#Calendar #cal-edit #date_end_meridiem {
  min-width: 51px;
}

#Calendar #Default_Meetings_Subpanel,
#Calendar #Default_Calls_Subpanel,
#Calendar .yui-navset .yui-content,
#Calendar  #CalendarRepeatForm .edit.view {
  background: #FAFBFF;
  border: none;
}

#Calendar #cal-edit-buttons {
  background: #FAFBFF;
  margin-top: -1px;
}

#Calendar #Default_Calls_Subpanel,
#Calendar #Default_Meetings_Subpanel {
  table-layout: fixed;
}

#Calendar #Default_Calls_Subpanel #name_label,
#Calendar #Default_Meetings_Subpanel #name_label {
  width: 124px;
}

#Calendar .callendar-recurency .repeat-count,
#Calendar .callendar-recurency #repeat_until_input {
  min-height: 25px;
  min-width: 75px;
  padding: 3px;
  border: thin solid #c6c9d4;
}

#Calendar .callendar-recurency .one,
#Calendar .callendar-recurency .two {
  margin-right: 30px;
  margin-bottom: 5px;
}

#Calendar .callendar-recurency .label {
  width: 60px;
  display: inline-block;
}

#Calendar .callendar-recurency .repeat-count,
#Calendar .callendar-recurency #repeat_until_input {
  width: 100px;
  margin-right: 10px;
}

#Calendar .ui-dialog-titlebar.ui-widget-header {
  padding-right: 7px;
}

#Calendar .ui-dialog-title a.close,
#Calendar .ui-dialog-title a.edit,
#Calendar .ui-dialog-title a.view {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 2px;
  border: thin solid transparent;
  margin-left: 1px;
}

#Calendar .ui-dialog-title a.close:hover,
#Calendar .ui-dialog-title a.edit:hover,
#Calendar .ui-dialog-title a.view:hover {
  background: #eeeeee;
  border: thin solid #999999;
}

.panel-table-align {
  line-height: 2px;
}

.userSetting-table td {
  white-space: nowrap;
}

#Prospects0emailAddressRow0 td:first-child {
  text-align: left;
}

#ntfy_notify a#select_link {
  display: inline-block;
  margin-left: 0;
}

#ntfy_notify #parent_name {
  width: 135px !important;
}


#ntfy_notify .edit h4 {
  background: transparent;
  padding-left: 0;
}

.dialog-table-overflow {
  overflow: auto;
  max-height: 360px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 6px;
}

.adminview {
  background: white;    
}

.action-block {
  text-align: right;
}

.action-link {
  cursor: pointer;
  color: #6b707c;
  font-weight: 600;
  text-decoration: underline;
}

.action-link:hover {
  text-decoration: none;
}

.work-hours .disabled {
  opacity: 0.7;
}

.title-inboundemail h2 {
  display: none;
}

table.themeSettings{
  padding: 10px;
}

.themeSettings .yui-dt-scrollable .yui-dt-bd {
  border-bottom: none;
  padding-left: 2px;
}

.themeSettings thead .yui-dt-col-theme {
  border: none !important;
}

.themeSettings .yui-dt-first {
  border-left: thin solid #ededed;
}

.voice-mail-table {
  vertical-align: top;
}

.edit.view.quickcreate-table {
  border: none;
}.voice-mail-table {
   vertical-align: top;
 }

.edit.view.quickcreate-table {
  border: none;
}

.dialog-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  text-align: center;
}
.dialog-modal {
  color: #333;
  margin: 30px auto;
  transform: translate(0,0);
  text-align: center;
}
.dialog-content {
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  background-color: #FFF;
  background-clip: padding-box;
  border-radius: 1px;
  border: thin solid rgba(0,0,0,.2);
}
.dialog-header h4 {
  margin: 0;
  padding: 0;
}
.dialog-loader {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.dialog-loader:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: dialog-loader-ring 1.2s linear infinite;
}
.dialog-loader.sgr-black:after {
  border: 5px solid #444;
  border-color: #444 transparent #444 transparent;
}
@keyframes dialog-loader-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-item ul.item-row{
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-item ul.item-row::after {
  content: "";
  clear: both;
  display: table;
}
.form-item ul.item-row li {
  float:left;
  padding: 5px 0;
  margin: 0;
}
.form-item textarea {
  box-sizing: border-box;
  padding: 5px;
}
.quote {
  font-weight: bold;
  font-style: italic;
}
.section-title {
  margin-left: 6px;
  padding-bottom: 5px;
}

.dashletPanel .asolReportsResultsTable {
   table-layout: fixed;
}
.dashletPanel .asolReportsResultsTable th {
  overflow:hidden;
}

#Default_asol_Task_Subpanel.edit.view input[type="text"], 
#Default_asol_Task_Subpanel.edit.view input[type="file"], 
#Default_asol_Task_Subpanel.edit.view input[type="password"], 
#Default_asol_Task_Subpanel.edit.view select, 
#Default_asol_Task_Subpanel.edit.view textarea{
  width: auto;
}
#cancelled-button {
  color: #ccc !important;
}
.copy_link_input {
  width: 320px;
}
.clipboard-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#proc-icon-preview {
  position: relative;
}
#proc-icon-preview img {
  position: absolute;
  top: -15px;
  left: -35px;
}
#schedulerTable .schedulerTimeRow th{
  text-align:left;
  border-left: 1px solid #ccc !important;
  position: relative;
}
#schedulerTable .schedulerTimeRow th::after {
    content: ' ';
    width: 1px;
    height: 8px;
    background-color: #ccc;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 1px 1px 1px #eee;
    color:#ссс;
}

.popupBody {
  padding: 10px;
}
