/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
body{margin:10px}h1{font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold}optgroup{font-weight:normal}abbr,acronym{border-bottom:1px dotted #000;cursor:help}em{font-style:italic}del{text-decoration:line-through}blockquote,ul,ol,dl{margin:1em}ol,ul,dl{margin-left:2em}ol{list-style:decimal outside}ul{list-style:disc outside}dl dd{margin-left:1em}th,td{border:1px solid #000;padding:.5em}th{font-weight:bold;text-align:center}caption{margin-bottom:.5em;text-align:center}sup{vertical-align:super}sub{vertical-align:sub}p,fieldset,table,pre{margin-bottom:1em}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px}img{-ms-interpolation-mode:bicubic}/*********************************************************************************
 * SugarCRM Community Edition is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.

 * SuiteCRM is an extension to SugarCRM Community Edition developed by Salesagility Ltd.
 * Copyright (C) 2011 - 2014 Salesagility Ltd.
 *
 * 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 and "Supercharged by SuiteCRM" logo. If the display of the logos is not
 * reasonably feasible for  technical reasons, the Appropriate Legal Notices must
 * display the words  "Powered by SugarCRM" and "Supercharged by SuiteCRM".
 ********************************************************************************/

 
#ajaxStatusDiv 
{
    background: none repeat scroll 0% 0% rgb(255, 255, 255); 
    color: rgb(198, 12, 48); 
    position: fixed;
    opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
    top: 7px;
}


.search_form .view .yui-ac-highlight {
    text-shadow: none;
}

/* hack for webkit browsers ( namely Chrome and Safari ) */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    #ajaxStatusDiv 
    {
        position: absolute;
    }
}
/*********************************************************************************
 * SugarCRM Community Edition is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004-2012 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.
 ********************************************************************************/
/* from old default theme */
/* MAIN NAV STYLES */
.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: 11px;
    font-style: normal;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    width: 120px;
    border-left: none;
    border-right: none;
    display: block;
    padding: 1px 5px 1px 7px;
    border-bottom: 1px solid #c0c0c0;
}

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

.menuItem {
    background-color:#f6f6f6;
}

.menuItemHilite {
    background-color:#FFFFFF;
}

.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:0.9;
    opacity: 0.9;
    /*  width:150px;*/
}
body
{
    margin: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
fieldset, table, pre
{
    margin-bottom:0;
}
p
{
    margin-top: 0px;
    margin-bottom: 0px;
}
form
{
    margin: 0px;
}
h1, h2
{
    margin: 0;
    font-weight: bold;
}
h3
{
    margin:0;
    margin-top: -5px;
    margin-bottom: 3px;
    padding-top: 3px;
}
textarea
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
}
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"]
{
    padding:0px;
}

input[type=text],input[type=password],textarea
{
    width: auto;
}

input[type=checkbox],input[type=radio]
{
    border:0px;
    background-color: transparent;
    margin: 0px;
    vertical-align: bottom;
}
ul li
{
    list-style-type: none;
    margin-left: 6px;
    margin-bottom: 2px;
}
ul
{
    margin-top: 2px;
    margin-right: 0;
}
hr
{
    height:1px;
}

div.clear
{
    height: 0;
    clear: both;
    visibility: hidden;
    font-size:0;
}
th, td
{
    border: none;
    padding: 0;
}

/* layout the header elements */
#header div.line
{
    height: 4px;
    margin: 0;
    padding: 0;
}
#header ul li
{
    display:inline;
}

#companyLogo
{
    padding: 10px 10px 0px 15px;
    vertical-align: bottom;
    float:left;
    margin-bottom:-8px;
}
#search, #sitemapLink, #colorPicker, #welcome, #globalLinks
{
    float: right;
}
#welcome
{
    font-weight: normal;
    padding: 8px 10px 3px 10px;
    vertical-align: middle;
}
/* global links */
#globalLinks
{
    padding: 8px 10px 3px 10px;
    vertical-align: middle;
}
#globalLinks ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#globalLinks ul li
{
    float: left;
    margin: 0 0.15em;
    display:block;
}
#globalLinks ul li img
{
    margin-bottom: 1px;
    margin-left:2px;
    cursor: pointer;
}
#globalLinks ul li:hover ul,
#globalLinks ul a:hover ul
{
    visibility:visible;
}


/* sitemap link */
#sitemapLink span
{
    padding-right:5px;
}
#sitemapLink
{
    padding-top: 3px;
}
#search, #sitemapLink
{
    padding:0 3px 0 5px;
    height: 23px;
    vertical-align: bottom;
}
#unified_search_advanced_img{
    cursor:pointer;
}
#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 0.5em !important;
}
#themeColors img, #themeFonts img
{
    margin-bottom: 0;
}

/* color and theme picker */
.themePicker
{
    padding-top: 1em;
}
.themePicker td
{
    padding: 0 !important;
}
.themePicker > table > tbody > tr > td
{
    text-align: left;
    vertical-align: top;
    width: 100%;
}
.themePicker hr
{
    margin: 0;
}
#themepickerLinkSpan
{
    cursor:pointer;
}
#colorPicker
{
    padding: 8px 5px 0px 7px;
}
#colorPicker ul
{
    border: none;
    padding: 3px 0 0 0;
    margin: 0 0 0 10px;
}
#colorPicker ul li
{
    list-style-type: none;
    display: inline;
    padding: 0px;
    cursor: pointer;
    margin: 0;
}
#themeName
{
    font-weight: bold;
}

#moduleList ul li:hover ul,
#moduleList ul a:hover ul
{
    visibility:visible;
}
#leftColumn
{
    left: 10px;
    position: absolute;
    float: left;
    width: 14.5em;
}
div#content
{
    padding-top: 11px;
    padding-left: 8px;
    padding-bottom: 20px;
    border: 0;
    margin-left: 0;
    margin-right: 5px;
}
div#content > table
{
    width: 100%;
}

#HideHandle
{
    padding-top: 5px;
    cursor: pointer;
}
#HideMenu
{
    visibility: hidden;
    position: absolute;
    z-index:100;
}
#leftHandle
{
    float:left;
    /*margin-top: 10px;*/
}
/* new record form */
#newRecord form
{
    padding: 8px 8px 5px 8px;
}
#newRecord form input,
#newRecord form select,
#newRecord form textarea
{
    margin-bottom: 4px;
    margin-top: 2px;
    max-width: 140px;

}
#newRecord form button,
#newRecord form input[type=button],
#newRecord form input[type=submit],
#newRecord form input[type=reset]
{
    padding-top: 0px;
    vertical-align: bottom;
}
#newRecord form .dataLabel {
    padding-bottom: 2px;
    padding-top: 3px;
    padding-left: 0px;
    vertical-align: bottom;
}
#newRecord form .dataField
{
    padding-bottom: 3px;
}
#newRecord form #jscal_trigger
{
    margin-bottom: 4px;
    margin-top: 2px;
    vertical-align: bottom;
}
#newRecord form a:link,
#newRecord form a:visited,
#newRecord form a:hover
{
    text-decoration: underline;
    border-bottom: 0px;
    padding-left: 0px;
}
/* css dropdown menu */
ul.cssmenu
{
    background-color:#F6F6F6;
    border:1px solid #999999;
    opacity:0.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:1px solid #C0C0C0;
    float: none !important;
    display: block;
    margin:0 0.15em;
}
ul.cssmenu li:hover
{
    background-color:#FFFFFF;
    color: #000;
}
ul.cssmenu li a
{
    text-decoration: none;
    font-size: 11px !important;
}


/* sub module list drop down */
#subModuleList span
{
    display: none;
}
#subModuleList span.selected
{
    display: block;
}
#subModuleList li, #subModuleList ul{
    padding:0px;
    margin:0px;
}

#subModuleList li.subTabMore{
    position:relative;
}

#subModuleList ul.cssmenu{
    display:block;
    position:absolute;
    top:15px;
    left:0;
    width:127px;
}

#header ul.cssmenu li{
    display:block;
}

#subModuleList ul.cssmenu li a,
#subModuleList ul.cssmenu li a:hover{
    color:#000;
    border:none;
    background:transparent none repeat scroll 0% 0%;
}

#subModuleList li.subTabMore ul.cssmenu{
    visibility:hidden;
}

#subModuleList li.subTabMore:hover ul.cssmenu{
    visibility:visible;
}
#subModuleList
{
    padding:0.4em 0 0.3em 0;
}
#subModuleList span a
{
    text-decoration: none;
    padding: 0.2em 0.5em 0.3em 0.5em;
    margin: 0 -3px 0 0;
    white-space:nowrap;
}
/* last viewed and shortcuts lists in the header */
.headerList
{
    padding: 5px 0 3px 10px;
    vertical-align: middle;
}
.headerList a:link, .headerList a:visited, .headerList a
{
    padding: 2px 5px;
    white-space: nowrap;
}

/* for lists of items in the left column ( such as the shortcuts or last view items lists ) */
.leftList ul
{
    width: 100%;
    padding: 0px;
    border-top: 0px;
    margin: 0px 0px 10px 0px;
    color: #000;
    background: #f1f1f1;
}
.leftList ul li
{
    list-style: none;
    margin: 0px;
    border: 0px;
}
.leftList ul li a
{
    display: block;
    border: 0px;
    text-decoration: none;
    color: #444;
    text-align: left;
    padding: 3px 3px 3px 6px;
}

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

/* module title */
div.moduleTitle
{
    height:2em;
}
.moduleTitle img
{
    margin-right: 3px;
    margin-top: 3px;
    border: 0;
}
.moduleTitle h2
{
    display: block;
    float: left;
}

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

.moduleTitle span.utils
{
    display: block;
    float: right;
    margin: 0px 10px 0px 0px;
    padding: 15px 0px 14px 15px;
    background-color: #ecf1f4;
    border: 1px solid #abc3d7;
    border-radius: 5px;
}
.moduleTitle span.utils:hover
{
    background-color: #fff !important;
    border-color: #00529B !important;
    color: #00529B !important;
}
.moduleTitle span.utils a img
{
    margin-bottom: -3px;
    display: none;
}

/* EditView/projects -> grid  */
.sqsSelectedSmartInputItem
{
    background-color:#DEEFFF;
}

/* DetailView/EditView/ListView styles */
.view, table.view
{
    margin-bottom:3px;
    margin-top:3px;
    padding:10px 6px 12px 10px;
    padding:20px 16px 22px 30px;
    width: 100%;
}
.view tr td table,
.view tr td table tr td
{
    padding: 0;
}
.view tr td input[type=checkbox]
{
    vertical-align: middle;
}


/* DetailView styles */
.detail h4
{
    font-weight: bold;
    margin: 0px;
    text-align: left;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    margin-left: 0;
}
.buttons
{
    padding-bottom: 2px;
    padding-left: 0;
    padding-right:3px;
    margin-top: 10px;
}

.detail tr td
{
    border: none;
    vertical-align: middle;
    padding: 5px 6px 5px 6px;
    text-align: left;
}
.detail tr td[scope=row]
{
    margin-top: 2px;
    margin-bottom: 10px;
    text-align: right;
    white-space:nowrap;
    vertical-align: middle;
    padding: 10px 2px !important;
}
.detail tr td > li
{
    margin-left: 1.5em;
}
/* editviews top buttons */
#EditView > table {margin-bottom: 2px;}

/* editviews */
.edit
{
    padding:0 6px 12px 0px !important;
}

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

.edit h4
{
    text-align: left;
    margin-top: 0;
    padding-top:0;
    margin-top: 10px;
    padding-left:0;
}
.edit tr td
{
    font-weight: normal;
    vertical-align: middle;
    padding: 10px 15px 10px 15px !important;
    background-color: #fff;
}
.edit tr td[scope=row]
{
    padding: 5px 5px 5px 7px !important;
    text-align: left;
    vertical-align: middle !important;
}
.edit tr th
{
    padding: 5px 5px 5px 7px !important;
}
table#tabFormPagination td,  #tabFormPagination, #EditView > table#tabFormPagination.detail.view
{
    border-bottom: none;
    margin-bottom: 0;
}
.edit tr td table,
.edit tr td table tr td
{
    padding: 3px 3px 3px 0 !important;
    padding: 0 !important;
}
table.edit.view {
    margin-top: 0;
}
/* search panel on top of list views ( extends .edit .view definition ) */
.search
{
    margin: 0 0 4px 0 !important;
    padding:10px 6px 12px 10px;
}
.search > table
{
    padding: 0 !important;
    margin: 0;
}
.search td span
{
    color:#444444;
}
.search td input[type=text],
.search td input[type=password],
.search td select
{
    width: 150px !important;
}

/* 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: 3px 7px 3px 5px !important;
}
.list tr.pagination td table td button
{
    width: 25px;
}
.list tr.pagination td table td a:link,
.list tr.pagination td table td a:visited,
.reportGroupByDataChildTablelistViewThS1 a:link,
.reportGroupByDataChildTablelistViewThS1 a:visited
{
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}
.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;
}
.td_alt, .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: 3px 8px 5px 5px !important;
}
.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 td.inlineButtons {
    text-align: right;
    min-width: 75px;
}
/* style for page content tables */
.other
{
    border: none !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    width: 100%;
}
.other td
{
    font-weight: normal;
    padding: 4px 10px 4px 6px;
    vertical-align: middle;
}
.other td[scope=row]
{
    padding: 4px 6px 4px 6px;
    white-space:nowrap;
}
.other .edit td
{
    background: transparent !important;
}
.other .edit
{
    margin-top: 0;
}

/* Special for Campaigns Wizard */
.other td.edit #wizard td
{
    background: transparent;
}
.other td.edit #wizard h4
{
    padding-left: 0;
    margin-top: 0;
}
#wizard td
{
    white-space: normal;
    word-wrap: break-word;
}

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

/* detail view */
.detail.view,
.detail table,
table.detail
{
    padding: 0;
    width: 100%;
}
.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;
}
/* 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;
}

/* for report wizard */
.reportwizard
{
    padding: 10px 6px 12px 10px;
}
.reportwizard > table
{
    padding: 0 !important;
}
.reportwizard tr td
{
    vertical-align: middle;
}
/* for subpanel tabs */
ul.tablist, ul.subpanelTablist
{
    list-style: none;
    padding: 3px 0;
    margin: 0;
}

ul.tablist li, ul.subpanelTablist li
{
    list-style: none;
    margin: 0;
    display: inline;
}
ul.tablist li a, ul.subpanelTablist li a
{
    padding: 3px 8px;
    margin: 0px;
    border-bottom: none;
    text-decoration: none;
}
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: 15px 0px 0 0px;
}
table.subpanelTabForm td
{
    padding-bottom: 2px;
    padding-top: 0;
    padding-left: 0px !important;
}
.subpanelTabForm p
{
    margin-bottom:0;
}
.subpanelTabForm h3
{
    padding-left: 0px;
}
.subpanelTabForm .h3Row
{
    padding-top: 2px;
    margin-top: 0;
}
.subpanelTabForm
{
    margin-bottom: 10px;
}
#groupTabs
{
    margin-top: 20px;
}
#groupTabs li, #searchTabs li
{
    margin:0 -3px 0 0;
}
table.subpanelTabForm
{
    border-top: 0px none;
    margin-bottom: 4px;
}
/* gantt styles */
table.days {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
td.days {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 0px;
    border-right: 0px;
}

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

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

td.date {
    width: 100%;
    padding: 0px;
    border: 0px;
    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: #000000;
    float: left;
    line-height: 10px;
    margin-top: 4px;
}

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

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

#horizWrapper {position:relative; margin-left:60px;width:218px;float:left;}
#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 gantt styles */

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

.search_form .view tr td label
{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;

}
.search_form .view
{
    width:99%;
    margin: 0 0 3px;
    padding-right:0px !important;
    padding-left:10px !important;
    padding-top:10px !important;
}
/* sitemap */

#sitemap
{
    width: 650px;
    display:none;
    z-index:9999;
    margin-right:1em;
    margin-top:2.5em;
}
#sitemap .edit.view
{
    border: 2px solid;
    padding: 6px 6px 6px 16px;
}
#sitemap a:link, #sitemap a:visited
{
    text-decoration:none;
    font-size: 11px;
    color: #444;
}
#sitemap a:hover, #sitemap h4 a:hover
{
    text-decoration:underline;
}
#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;
}

/* sitemap link div */
#sitemapLink span
{
    cursor:pointer;
}
#sitemapLink span img
{
    cursor:pointer;
    margin-left: 2px;
}

#bottomLinks {
    padding: 0 25px;
    float: right;
}

#bottomLinks a {
}

#bottomLinks a.bottomLink {
}

#bottomLinks img {
    border: 0px;
    margin-bottom: -3px;
    margin-left: 5px;
}

/* Footer styles */
#footer
{
    padding-top: 10px;
    text-align: center;
    padding-bottom: 5px;
    clear: both;
}

#themePicker, #langPicker
{
    text-align: center;
    margin-bottom: 0.5em;
}

#themePicker select, #langPicker select
{
    width: 120px;
    font-size: 10px;
}

/* Scheduler Styles */
#scheduler
{
    margin-top: 5px;
}
#scheduler .schedulerDiv
{
    color: #000000;
    text-align: left;
    width: 100%;
    background-color: #e5e5e5;
    border-collapse: collapse;
    border-bottom: 1px solid #999;
}
#scheduler .schedulerDiv table
{
    width: 100%;
    border-collapse: collapse;
}
#scheduler .schedulerDiv table tr td
{
    height: 18px;
    border: 1px solid #dddddd;
}
#scheduler .schedulerDiv table tr.schedulerTimeRow td
{
    border-left: 0;
}
#scheduler .schedulerDiv table tr.schedulerTimeRow th[scope=col]
{
    border-left:1px 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: 125px;
    background: transparent;
    border-left: 0;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerSlotCellStartTime
{
    border-left: 4px solid #75AF4F !important;
    background-color:#FFFFFF;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerSlotCellEndTime
{
    border-left: 4px solid #ff0000 !important;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerAttendeeDeleteCell
{
    background: transparent;
    border-left: 1px solid #dddddd;
    padding-left: 4px;
}
#scheduler .schedulerInvitees
{
    margin-top: 1em;
}
#scheduler .schedulerInvitees .tabForm
{
    margin-bottom: 0;
}

/* calendar module styles */
.monthFooter td
{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-top: 1px solid;
    border-bottom: 2px solid;
}

.monthHeader
{
    margin-top: 40px !important;
    color: #444;
    background-color: #fff;
    border-color: #abc3d7;
    padding: 6px 5px 4px 3px;
    margin-top: 10px;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-position: top;
}

.monthHeader h3 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #00529B !important;
}

.monthHeader td
{
    padding-left: 5px;
}
.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 0px 7px 0px;
    padding: 5px 0px 8px 0px;
    border-top: 1px 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: 1px 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: 0px;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    text-decoration: none !important;
}
.yearCalBodyMonth > a:hover
{
    text-decoration: underline;
}
.calSharedUser
{
    height: 20px;
    padding-top: 5px;
    padding-left: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px;
}

/* js calendar styles */
.calendar
{
    border: 1px solid #999;
}
.calendar .button
{
    background-color: #eee;
    background-image: none;
}
.calendar .combo
{
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #f1f1f1;
    background: #eee;
    padding: 0px;
}
.calendar .combo .active
{
    background: #eee;
}
.calendar .combo .hilite
{
    background: #f8f7f7;
    padding: 1px 4px 1px 4px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #9e9e9e;
}
.calendar .combo .label,
.calendar .combo .label-IEfix
{
    text-align: left;
    padding: 2px 4px 2px 4px;
}
.calendar .nav
{
    background: transparent no-repeat 100% 100%;
}
.calendar table
{
    background: #eee;
}
.calendar table .wn
{
    background: #eeeeee;
    border-right: 1px solid #ccc;
}
.calendar tbody .day
{
    background: #fff;
    text-align: right;
    padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth.oweekend
{
    color: #666;
}
.calendar tbody .emptycell
{
    display: none;
}
.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.weekend
{
    background: #f6f6f6;
}
.calendar tbody .rowhilite td.wn
{
    background: #fff;
}
.calendar tbody td.hilite,
.calendar tbody td.weekend.hilite
{
    background: #f8f7f7;
    border-color: #9e9e9e;
}
.calendar tbody td.selected
{
    border-color: #666;
    background: #eee;
}
.calendar tbody td.today
{
    color: #666;
}
.calendar tbody td.weekend
{
    color: #666;
    background: #f9f9f9;
}
.calendar tfoot .ttip
{
    background: #e8f0f4;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background: #dfdfdf;
    color: #000;
}
.calendar thead .hilite
{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-right: 1px solid #fff;
}
.calendar thead .name
{
    background: #dddddd;
    border-color: #cccccc;
}
.calendar thead .title
{
    padding: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cccccc;
    color: #000;
    background: #f8f7f7;
}
.calendar thead .weekend
{
    color: #000;
    font-weight: bold;
}
.listViewCalCurrentAppt {
    background-color: #75AF4F;
}
.listViewCalOtherAppt {
    background-color: #4D5EAA;
}
.listViewCalConflictAppt {
    background-color: #AA4D4D;
}
.listViewCalCurrentApptLgnd {
    background-color: #75AF4F;
    border: 1px solid #444444;
}
.listViewCalOtherApptLgnd {
    background-color: #4D5EAA;
    border: 1px solid #444444;
}
.listViewCalConflictApptLgnd {
    background-color: #AA4D4D;
    border: 1px solid #444444;
}

/** report styles **/
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: 1px solid black;
    border-bottom: 1px solid black;
    background:Gainsboro;
}

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

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

/* These are for summation report */
.reportViewTable {
    border-left: none;
    border-right: none;
    border-top: none;
    background:White;
}
.reportGroupViewTable {
    border-left: 1px solid Black;
    border-top: 1px solid Black;
    background:LightGrey;
}
.reportGroup1ByTable {
    font-size: 15px;
    border-left: none;
    border-right: 1px solid Black;
    border-bottom: 1px solid Black;
    background:LightGrey;
}
.reportGroupNByTable {
    font-size: 13px;
    border-left: none;
    border-right: 1px solid Black;
    border-bottom: none;
    background:White;
}
.reportGroupByDataTableHeader {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background:White;
}
.reportDataChildtablelistView {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background:Black;
}
table.reportDataChildtablelistView td {
    border-color: #ccc;
    background: white;
    padding:4px 5px;
}
.reportGroupByDataChildTablelistViewThS1 {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px 5px 4px 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background:White;
}
.reportGroupByDataEvenListRowS1, .reportGroupByDataOddListRowS1 {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 3px;
    vertical-align: middle;
    background:white;
}
.reportGroup1ByTableEvenListRowS1 {
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 3px;
    vertical-align: middle;
    background:LightGrey;
    text-align: left;
}
.reportGroupNByTableEvenListRowS1 {
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 3px;
    vertical-align: middle;
    background:LightGrey;
    text-align: left;
}
.reportGroupBySpaceTableView {
    border-left: none;
    border-right: none;
    border-top: none;
    background:White;
}
.reportGroupByDataTableHeaderEmptyCell {
    border-bottom: 1px solid Black;
    border-top: 1px solid Black;
    background:White;
}
.reportevenListRowS1,
.reportoddListRowS1,
.reportGroupByDataEvenListRowS1,
.reportGroupByDataOddListRowS1,
.reportGroupByDataMatrixEvenListRowS1,
.reportGroupByDataMatrixEvenListRowS2,
.reportGroupByDataMatrixEvenListRowS3,
.reportGroupByDataMatrixEvenListRowS4
{
    padding-bottom: 4px;
    padding-top: 2px;
}

/* End of summation report classes */


/* Start of Matrix Report Class */
.reportlistView {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
table.reportlistView td, table.reportlistView th {
    background: #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
    padding: 4px;
    text-align: center;
    font-size: 11px;
}
table.reportlistView th, .reportlistView .reportlistViewMatrixRightEmptyData, .reportlistView .reportlistViewMatrixRightEmptyData1 {
    background: #dcdcdc;
    font-weight: bold;
}

/* End of matrix report classes */

/* for overlib js library */
.olCapFontClass {
    font-weight: bold;
    color: #444;
    background-color: #dfdfdf;
}
.olCapFontClass A {
    color: #dfdfdf;
    font-size: 9px;
}
.olFgClass td, #forecastsWorksheet .olBgClass td.olFgClass {
    background-color: #fff;
    padding: 5px 7px 7px 10px !important;
    line-height: 18px;
}
.olCgClass td, #forecastsWorksheet .olBgClass td.olCgClass {
    border-bottom: 2px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px 3px 3px 10px !important;
}
.olCgClass {
    padding: 0px;
    border: 0px;
}
.olBgClass {
    background-color: #ddd;
    padding: 2px !important;
}
#forecastsWorksheet .olBgClass td {
    padding: 0 !important;
}
.olCloseFontClass {
    padding-bottom: 1px;
    text-align: right;
    background-color: #dfdfdf;
}

/* acl role colors */
.aclAll
{
    color: #008000;
    font-weight: bold;
}
.aclOwner
{
    color: #000000;
    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;
}

/* for lists where we don't want to have bullet points */
ul.noBullet {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

li.noBullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
    _border: 1px solid #e1e1e1;
    border-radius: 5px 5px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 30px 0px;
}

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

.helpButton
{
    font-weight:700;
}

.helpShortcut
{
    font-weight:700;
}
/* for subpanels */
#MorePanelHandle
{
    cursor: pointer;
    display: inline;
    margin-left: 2px;
    margin-bottom: 2px;
    text-align: center;
    background: url('../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=more.gif') no-repeat bottom left;
    color: #444;
}

.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: pointer;
}

.sqsSelectedSmartInputItem {
    background-color:#DEEFFF;
}

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

.sqsNoMatch {
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    background-color:#eeeeee;
    color:#980000;
}
/* misc font displays */
.todaysTask
{
    color: #FF7800
}
.overdueTask
{
    color: #ff0000;
}
.required,
.error
{
    color: #ff0000;
}
.success
{
    color: #00ee00;
}
.rssItemDate
{
    color: #666666;
}
.date
{
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-right: 10px;
}
.dateFormat
{
    font-weight: normal;
    font-style: italic;
}
/* list view page numbers */
.pageNumbers {
    padding-right: 3px;
    padding-left: 3px;
}
.contentBox {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 0px 10px 0px 0px;
    margin: 10px 0 10px 0;
}
.contentBox td
{
    padding-top: 0;
}

/* for team notices and my portal dashlets */
.teamNoticeBox
{
    border: 1px solid;
    padding: 0;
    background: #fff;
    width:100%;
}
.teamNoticeText
{
    padding: 0px 10px 0px 10px;
}

/* to force border to display on tiny-mce controls */
.mceToolbarTop
{
    border-bottom:1px solid #CCCCCC !important;
}

#dashletsList
{
    background: #fff;
}

#dashletCtrls
{
    float: right;
}

ul#dashletCategories li a:link, ul#dashletCategories li a:visited
{
    color: #444;
    background: #eee;
}
ul#dashletCategories li a.current, ul#dashletCategories li a.current:hover
{
    color: #444;
    background: transparent;
}
#moduleDashlets h3,#chartDashlets h3,#toolsDashlets h3
{
    margin-top: 13px;
}
#dashletSearch table tr td input[type=button]
{
    vertical-align: top;
}
.x-dlg-btns button.x-btn-text:hover,
.x-dlg-btns .x-btn-focus button.x-btn-text
{
    color: #000;
}

/* Bug 27478 - IE Hacks to make sure username/password boxes on login page are same length */
td.edit.view td
{
    text-align: left;
}
td.edit.view td[align=right]
{
    text-align: right;
}
#login_language {
    width: 200px !important;
    margin-left: -32px;
    height: 30px !important;
    border: 1px solid #ccc;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0 !important;
    padding-left: 13px !important;
    color: #999 !important;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#fp_user_name, #fp_user_mail,
#user_password, #user_name
{
    _width: 150px;
    _margin-top: 1px;
}

#forgotpasslink{
    padding: 10px;
    _margin-right: 25px;
    _float: right;
}
#generate_pwd_button,
#bigbutton {
    padding: 10px 0 10px 0;
    width: 88%;
    font-size: 16px;
    color: #00529b;
}
#generate_pwd_button {
    border: 1px solid #abc3d7;
    margin-bottom: 10px;
    margin-left: -23px;
    width: 240px;
}

#generate_pwd_button:hover,
#bigbutton:hover {
    background-color: #00529B !important;
    color: #fff !important;
}

/* if we have horizontal padding anywhere in the table, it will break the rollup tree */
#forecastsWorksheet  tbody  tr  td,
#forecastsWorksheet  tr  td
{
    padding: 3px 0px 5px 0px !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;
}

/* help styles */
.helpButton, .helpShortcut
{
    font-weight: bold;
}

/* 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: 0pt ! important;
    border-collapse: collapse;
}
#importDialogContent
{
    overflow: hidden;
}
#importDialogContent #importDiv
{
    margin-top: 0;
}

/* put a bit of left margin in when the left column menu is hidden */
#content.noLeftColumn
{
    margin-left: 20px;
    border-left: none;
}
#content.wLeftColumn
{
    margin-left: 175px;
    border-left: none;
}

/* override some of the detail view styles for show more detail option (KBDocument detail view)*/
.detail td.subdetail{
    padding:0px;
    border-bottom:medium none;
}
.detail td.subdetail table tr td{
    padding: 5px 6px;
}
/* override some of the detail view styles for the import options dialog */
#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;
}

/* login page*/
.login table tr td
{
    padding:0px !important;
    text-align:left;
}
.login
{
    padding:10px 6px 12px 10px !important;
}
.login .login_more
{
    text-align:right;

}

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

#color_menu, #font_menu {
    width:200px;
    height:15px;
    margin:0;
    padding:0px;
}

#color_menu li, #font_menu li{
    float:left;
    height:15px;
    width:15px;
}

#themepickerDialog div[class="ft"]{
    display:none;
}

#stylepicker{
    border-width:1px;
    margin:0px;
    padding:0px;
    width:auto;
}

#themepickerDialog_c{
    right: 2em;
    top: 3em;
}

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

.emailaddresses tr td[scope=row]
{
    padding-left:0 !important;
    padding-top:0 !important;
}

/*System Settings*/
#container_upload
{
    margin-top:7px;
}

/* Subpanel links */
.subTabs td
{
    font-size: 12px;
    padding: 0 0.25em;
}

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

.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;
    overflow: none;
}


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

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

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

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

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

.x-sqs-list-inner
{
    overflow:auto;
    background:#FFF;
    position:relative;
    overflow-x:hidden;
}

.x-sqs-list-item
{
    font:normal 12px tahoma,arial,helvetica,sans-serif;
    border:1px solid #fff;
    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;
}
embed
{
    background: transparent;
}

#massupdate_form
{
    margin-top: 20px;
}

#massupdate_form .buttons
{
    padding-bottom: 2px;
}

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

.dashletPanel .hd .hd-center .dashletToolSet a{
    padding: 0px 2px;
}

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

.dashletPanelMenu.wizard.import .bd .screen {
    padding: 20px;
    border: 0px none;
    border-radius: 0px;
    height: 487px;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
    display: block;
    background-color: #fff;
}
div.confirmTable {
    overflow: auto;
    width: 1056px;
    position: relative;
    margin-bottom: 20px;
}
/* Bug 19728 - Email Templates detail view is different with edit view */
#html_div p
{
    margin: 12px 0px;
}

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

/* UNUSED STYLES */

/* Default Styles */

.h3Row {
    margin-top: 10px;
    vertical-align: middle;
    background-repeat: repeat-x;
    /* background-position: top;*/
    background-color: #fff;
}
.h3Row td
{
    padding: 4px 5px 3px 3px;
}
h4, h5
{
    margin-bottom: 2px;
    padding-left: 4px;
}
hr
{
    border: 0;
    border-top: 1px solid #999;
    background-color: #999;
    color: #999;
    height: 1px;
    margin: 1em 0;
    clear: both;
}
a:link, a:visited, a:hover
{
    text-decoration: underline;
}

.buttonSlide {
    border: 0px;
}

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

.buttonSlide.yui-module .yui-hd .toggle em {
    background-image: url("../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=slider_button_more.png");
    background-repeat: no-repeat;
    display: inline; /* prevent IE margin doubling */
    overflow:hidden;
    text-indent:9999px;
    float: right;
    overflow:hidden;
    text-align: right;
    height: 14px;
    width: 14px;
}

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

.buttonSlide .yui-bd {
}

input, select, textarea, button, .button
{
    border: 1px solid;
}
button, input[type=submit], input[type=reset], input[type=button], .button
{
    font-weight: normal;
    background-repeat: repeat-x;
    /* background-position: top;*/
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: middle;
}

.pagination button, .pagination input[type=submit], .pagination input[type=reset], .pagination input[type=button], .pagination .button
{
    padding-right: 3px;
    padding-left: 3px;
}
button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover,
button:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus,
button[selected], input[type=submit][selected], input[type=reset][selected], input[type=button][selected]
{
    color: #fff;
    /* background-image: none; */
    cursor:pointer;
    font-weight: normal;
}

/* set a minimum width for the header */
#header
{
    min-width: 85em;
}
/* header */
#header div.line {
    height: 2px;
    border-bottom: 2px solid;
    color:#0046ad;
}

#sitemapLink
{
    padding-top: 3px;
}
#sitemapLinkSpan
{
    border-right:1px solid #999;
    border-right:none;
}
#search {
    border-left:1px solid #999;
}

/* DetailView/EditView/ListView styles */
.view
{
    border-bottom:1px solid;
    border-top:2px solid;
}

/* DetailView styles */

.detail table,
table.detail
{
    padding: 0;
}
.detail tr td
{
    border-bottom: 1px solid;
}
.detail tr td[scope=row]
{
    border-bottom:1px solid;
}
.detail tr th
{
    border-bottom: 2px solid;
    background: #fff;
}

/* Listview styles */
.list
{
    border: 1px solid;
}
.list tr.pagination td table td
{
    background:#e5e5e5 none repeat scroll 0 0;
    color:#666666;
}
.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;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #ebebed !important;
}


/* module title */
.moduleTitle
{
    padding-bottom: 3px;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
.moduleTitle > h2 > img
{
    display: none;
}

/* for subpanel tabs */
ul.subTabs
{
    padding: 4px 0;
    margin: 0px 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: 0px;
    border-right: 1px 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;
}

/* module list in header.tpl */
#moduleList
{
    display: block;
    height: 2.4em;
}
#moduleList ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ccc;
}
#moduleList ul li
{
    float: left;
    margin: 0 0.15em;
    display:block;
    font-weight: bold;
    padding:8px 6px 4px 2px;
}
#moduleList > ul > li
{
    background-repeat:no-repeat;
    background-position:right top;
}
#moduleList > ul > li.noBorder
{
    background-image: none;
    padding-right: 0;
    padding-left: 0px;
    margin-left: -2px;
}
#moduleList > ul:first-child
{
    padding-left: 14px;
}
#moduleList > ul > li#moduleTabExtraMenu
{
    padding-left:16px;
    padding-right:20px;
}
#moduleList ul li span.currentTab
{
    font-weight: bold;
    padding: 8px 5px 6px 5px;
    background-position: top center;
    border-bottom: 2px solid;
    margin: 0 !important;
    border-left: 0 !important;
}
#moduleList ul li span.currentTabLeft
{
    background-position: top left;
    border-bottom: 2px solid;
    margin-right: 0 !important;
    border-left: 0 !important;
    padding:8px 2px 6px;
}
#moduleList ul li span.currentTabRight
{
    background-position: top right;
    border-bottom: 2px solid;
    margin-left: 0 !important;
    border-left: 0 !important;
    padding:8px 2px 6px;
}
#moduleList ul li a:link,
#moduleList ul li a:visited
{
    text-decoration: none;
    padding-top: 0px;
}
#moduleList ul li a:hover
{
    text-decoration: none;
}
#moduleList ul.itemMenuLv > li > a {
    display: inline-block;
    width: 110px;
}
#moduleList ul > li > a {
    display: block;
}
#moduleList ul li ul.cssmenu
{
    margin-left: -1.7em;
    margin-top: 0.3em;
}
#subModuleList
{
    padding:0.4em 0 0.3em 1em;
    border-bottom: none;
    border-top: 2px solid;
}
#subModuleList span a
{
    text-decoration: none;
    padding: 0.2em 0.5em 0.3em 0.5em;
    margin: 0 -3px 0 0;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: none;
}

/* last viewed and shortcuts lists in the header */
.headerList
{
    border-bottom: 2px solid;
}
.headerList a:link, .headerList a:visited, .headerList a
{
    text-decoration: none;
    border-left:1px solid;
}
.headerList a:hover
{
    background: #fff;
}
.headerList a:hover span
{
    text-decoration: underline;
}
/* for lists of items in the left column ( such as the shortcuts or last view items lists ) */
.leftList ul li
{
    border-bottom: 1px solid;
}

/* left side column */
#leftColumn
{
    padding-right: 8px;
    padding-top: 10px;
}
#leftColumn h3, #HideMenu h3
{
    padding-left: 3px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin-bottom: 0;
    border-bottom:2px solid;
    color:#444;
}

/* hidden shortcuts menu */
#HideMenu
{
    border-bottom: 2px #cccccc solid;
    border-right: 2px #cccccc solid;
    background: #ffffff;
    left: 10px;
    width: 150px;
}

/* new record form */
#newRecord form
{
    border-bottom: 1px solid;
}

/* misc links */
a.utilsLink:link, a.utilsLink:visited
{
    _font-weight: normal;
    _text-decoration: underline;
    padding-bottom: 3px;
    font-size: 20px !important;
    font-weight: bold;
    text-decoration: initial;
}
a.tabFormAdvLink:link, a.tabFormAdvLink:visited, a.tabFormAdvLink:hover
{
    text-decoration: none;
    line-height: 20px;
    margin-right: 2px;
}

/* global links */

#globalLinks {
    padding:8px 2px 3px;
}
#globalLinks ul
{
    color: #ccc;
}
#globalLinks ul li a
{
    color: #444444;
}
#globalLinks ul li span
{
    color: #CCCCCC
}

/* css submenu */
#globalLinks li>ul.globalLink_SubMenu
{
    background-color:white;
    border:1px solid #DDDDDD;
    position:absolute;
    z-index:105;
    padding-top:3px;
    padding-bottom:3px;
    display: none;
}
#globalLinks li>ul.globalLink_SubMenu>li
{
    font-size: 11px !important;
    font-weight: normal !important;
    font-style: normal;
    line-height:18px;
    padding:1px 7px !important;
    margin-bottom: 3px;
    border: none;
    float: none !important;
    display: block;
    margin: 0px;
    border-left: 3px solid transparent;
}
#globalLinks li>ul.globalLink_SubMenu>li:hover
{
    background: #e5e5e5;
    border-left: 3px solid /*#e47b00*/ #00529B;
}
#globalLinks li>ul.globalLink_SubMenu>li a
{
    text-decoration: none;
    font-size: 11px !important;
}

#welcome {
    border-right: 2px solid #ddd;
}

/* themepicker */
#themepickerLinkSpan a
{
    color: #444444;
}

/* search form */
#search input[name=query_string]
{
    border: 1px solid;
    font-size: 11px;
}


/* for subpanel tabs */
ul.tablist, ul.subpanelTablist
{
    border-bottom: 0px solid;
}
ul.tablist li a, ul.subpanelTablist li a
{
    border-top: 2px solid;
    border-right: 1px solid;
    border-bottom: none;
    font-weight: bold;
}
ul.tablist li a:hover, ul.subpanelTablist li a:hover
{
    border-top: 2px solid;
}
ul.tablist li a.current, ul.tablist li a.current:hover
{
    border-bottom:2px solid #f6f6f6;
    font-weight: bold;
}
ul.subpanelTablist li a.current, ul.subpanelTablist li a.current:hover
{
    border-bottom:2px solid #fff;
    font-weight: bold;
}
.subpanelTabForm .h3Row
{
    border-top: 1px solid #dddddd;
    background-image: none;
}

/*Bug 29945 */
.pagination button {
    border-color: #c1c1c1;
    background-color: #f0f0f0;
    color: #000;
    /* background-image: url(../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=bgBtnGray.gif); */
}

.pagination button [title="Return to List"]:hover{
    background-image:none;
    color:#fff;
}

#colorPicker {
    border-right:2px solid #DDDDDD;
    padding:8px 4px 4px 0;
    margin-right:1px;
}

#colorPicker span {
    color:#cccccc;
}

#colorPicker #themepickerLinkSpan {
    color:#444444;
    text-decoration:underline;
    font-size:12px;
    font-weight:400;
}

#colorPicker #themepickerLinkSpan:hover {
    color:#0B578F;
}

/* fonts */
body
{
    font-size: 12px;
}
table, div
{
    font-size: 11px;
}
h1, h2
{
    font-size: 14px;
}
h3
{
    font-size: 13px;
}
h4, h5
{
    font-size: 12px;
}
input, select, textarea, button
{
    font-size: 12px;
}

/* YUI styles */
.ygrid-row,
.ygrid-hd,
.ygrid-hd-body,
.ygrid-hd-body span
{
    font-size: 8pt;
}

/* for the main screen navigation tabs */
#moduleList ul li,
#subModuleList span
{
    font-size: 12px;
}

/* left column and the hidden list menu */
#leftColumn h3, #HideMenu h3
{
    font-size: 12px;
}

/* for lists of items in the left column ( such as the shortcuts or last view items lists ) */
.leftList ul
{
    font-size: 11px;
}

/*welcome user and date bar and last view*/
#welcome, #search, #sitemapLink, #globalLinks, #globalLinks a, #themepickerLinkSpan
{
    font-size: 12px;
}

/* search */
#search input[name=query_string]
{
    font-size: 11px;
}

/* side quickcreate */
#newRecord form,
#newRecord form button,
#newRecord form input[type=submit],
#newRecord form input[type=button],
#newRecord form input[type=reset],
#newRecord form .dataLabel,
#newRecord form a:link,
#newRecord form a:visited
{
    font-size: 11px;
}

/* reports */
.reportGroup1ByTable,
.reportGroupNByTable,
.reportlistViewThS1,
.reportGroup1ByTableEvenListRowS1,
.reportGroupNByTableEvenListRowS1,
.reportGroupByDataChildTablelistViewThS1,
.reportlistViewMatrixThS1,
.reportlistViewMatrixThS2,
.reportlistViewMatrixThS3,
.reportlistViewMatrixThS4,
.reportlistViewMatrixLeftEmptyData,
.reportlistViewMatrixRightEmptyData,
.reportlistViewMatrixRightEmptyData1
{
    font-size: 11px;
}

.reportevenListRowS1,
.reportoddListRowS1 ,
.reportGroupByDataEvenListRowS1,
.reportGroupByDataOddListRowS1 ,
.reportGroupByDataMatrixEvenListRowS1,
.reportGroupByDataMatrixEvenListRowS2,
.reportGroupByDataMatrixEvenListRowS3,
.reportGroupByDataMatrixEvenListRowS4,
.reportDataChildtablelistView td
{
    font-size: 12px;
}

/* for all views */

/* .view tr, .view td, .view h4, .view div */
.view tr, .view td, .view h4
{
    font-size: 12px;
    margin: 10px 0px 10px 0px;
}
.view td a, .view div a, .list th div
{
    font-size: 11px;
}
.other td a, .detail td a
{
    font-size: 12px;
}
.subTabs td
{
    font-size: 12px;
}

/* for list views */
.oddListRowS1 td a, .evenListRowS1 td a
{
    font-size: 12px;
}

/* misc links */
a.utilsLink:link,
a.utilsLink:visited
{
    font-size: 11px;
}
a.tabFormAdvLink:link,
a.tabFormAdvLink:visited
{
    font-size: 12px;
}
/* calendar styles */
.monthBox,
.monthCalBody td,
.monthViewDayHeight a,
.monthHeader a,
.monthFooter a
{
    font-size: 12px;
}

.monthCalBodyWeek a
{
    font-size: 11px;
}

.monthCalBodyDayItem td a
{
    font-size: 10px;
}

/* misc font displays */
.rssItemDate,
.dateFormat,
.chartFootnote
{
    font-size: 11px;
}
.tm
{
    font-size: 8px;
}

/* for subpanel tabs */
ul.tablist,
ul.tablist li a,
ul.subpanelTablist,
ul.subpanelTablist li a,
.subpanelTabForm,
.subpanelTabForm h3
{
    font-size: 12px;
}
.subTabMore
{
    font-size: 11px;
}

/* for quick searches */
.sqsMatchedSmartInputItem
{
    font-size: 11px;
}

/* for overlib js library */
.olCapFontClass A
{
    font-size: 9px;
}

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

/* for about page */
.about, .about td, .about span
{
    font-size: 12px;
}

/* for edit view like forms that need a smaller font size */
.edit.view.small td,.detail.view.small td
{
    font-size: 11px;
}

/* to make the reportwizard button text smaller */
.reportwizard .buttonText
{
    font-size: 11px;
}

/* to fix the size of the fonts in the unified module search popup */
#unified_search_advanced_div .edit.view td
{
    font-size: 11px;
}

/* overlib popups */
.olCapFontClass div, .olFontClass
{
    font-size: 11px !important;
}

/* colors */
body
{
    color: #444444;
    background-color: #ffffff;
}
h1, h2, h3
{
    color: #000000;
}
.h3Row
{
    /* background-image: url(../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=bg.gif);*/
}
h4, h5
{
    color: #444;
}
a:link, a:visited
{
    color: #0b578f;
}
a:hover
{
    color: #000000;
}
button, input[type=submit], input[type=reset], input[type=button], .button
{
    border-color: #abc3d7;
    background-color: #ecf1f4;
    color: #00529B;
    padding: 8px 15px !important;
    /* background-image: url(../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=bgBtn.gif);*/
}
button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover,
button:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus,
button[selected], input[type=submit][selected], input[type=reset][selected], input[type=button][selected]
{
    _background-color: #00529B;
    background-color: #fff !important;
    border-color: #00529B !important;
    color: #00529B !important;
}
button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled]
{
    border-color: #c1c1c1;
    background-color: #f0f0f0;
    color: #000;
    /*background-image: url(../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=bgBtnGray.gif);*/
}
input,select
{
    border-color: #94c1e8;
    background-color: #ffffff;
}

input:focus,textarea:focus, select:focus
{
    background-color: #fff;
    border-color: #abc3d7;
}
textarea
{
    border-color: #abc3d7;
    background-color: #fff;
}

/* for team notices dashlet */
.teamNoticeBox
{
    border-color: #abc3d7;
    color: #444444;
}

/* header */
#header div.line {
    background-color:#00529B;
    border-bottom-color: #0046ad;
    color:#0046ad;
}

/* for the main screen navigation tabs */
#moduleList
{
    /*background-image : url(../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=tabRowBg.gif);*/
    background-repeat: repeat-x;
    border-bottom-color: #0046ad;
}
#moduleList > ul > li
{
    /*background-image:url(../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=otherTab.gif);*/
}
#moduleList ul li span.currentTab a:link,
#moduleList ul li span.currentTab a:visited,
#moduleList ul li span.currentTab a:hover
{
    color: #ffffff;
}
#moduleList ul li a:link,
#moduleList ul li a:visited
{
    color: #444444;
}
#moduleList ul li a:hover
{
    color: #000000;
}
#moduleList ul li span.currentTabLeft,
#moduleList ul li span.currentTabRight,
#moduleList ul li span.currentTab
{
    /* background-image : url(../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=currentTab.gif); */
    background-repeat: no-repeat;
    border-bottom-color: #00529B;
}
#subModuleList
{
    background-color:#00529B;
    border-color:#0046ad;
}
#subModuleList span a
{
    border-right-color:#0046ad;
    border-left-color:#79a7d8;
}
#subModuleList span a:link,
#subModuleList span a:visited
{
    color: #ffffff;
}
#subModuleList span a:hover
{
    background-color:#0046ad;
    border-left-color:#0046ad;
}

/* lists in the header */
.headerList
{
    color: #444;
    border-top-color:#0046ad;
    border-bottom-color: #abc3d7;
    background-color: #f4f9fc;
}
.headerList a:link,
.headerList a:visited,
.headerList a
{
    color: #444444;
    border-color: #CBDAE6;
}
.headerList a:hover
{
    color: #0b578f;
}
/* for lists of items in the left column ( such as the shortcuts or last view items lists ) */
.leftList ul,
.leftList ul li,
#newRecord form
{
    background-color: #fff;
    border-color: #cbdae6;
}
#leftColumn h3, #HideMenu h3
{
    border-color: #abc3d7;
}
.leftList ul li a:hover,
.leftList ul li span:hover
{
    color: #000000;
    background-color: #f4f9fc;
}
/* global links and theme picker */
#globalLinks ul li a:hover, #themepickerLinkSpan a:hover
{
    color: #0b578f;
}
/* for subpanel tabs */
ul.tablist li a.activeSubTab:hover
{
    border-bottom-color: #ddd;
    color: #000000;
}
ul.subpanelTablist li a.activeSubTab:hover
{
    color: #000000;
}

/* search */
#search input[name=query_string]
{
    border-color: #6fb0e4;
    background-color: #f6fafd;
}

/* new record form */
#newRecord form a:link,
#newRecord form a:visited
{
    color: #666666;
}
#newRecord form a:hover
{
    color: #444444;
}

/* listviews */
.list tr.pagination td table td a:link,
.list tr.pagination td table td a:visited,
.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: #444444;
}
.list
{
    border-color: #ABC3D7 !important;
}
.evenListRowS1 td,
.oddListRowS1 td
{
    color: #000000;
    border-bottom: 1px solid #cbdae6;
}
.evenListRowS1:hover td,
.oddListRowS1:hover td
{
    background: #f6f6f6;
}

/* detailviews */
.detail table,
table.detail
{
    background-color: #cbdae6;
}
.detail tr td[scope="row"]
{
    color: #000000;
    background-color: #f6f6f6;
    border-color: #cbdae6;
}
.detail h4 {
    color: #444444;
}
.detail tr th
{
    border-color: #cbdae6;
}
.detail tr td
{
    color: #444444;
    border-color: #cbdae6;
    background-color: #fff;
}
.detail tr td a:link,
.detail tr td a:visited,
.detail tr td a:hover
{
    color: #0b578f;
}

/* editviews */
.edit td[scope=row]
{
    color: #444444;
}

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

.edit, .edit > table, .detail, .detail > table
{
    border-bottom-color: #abc3d7 !important;
    border-top-color: #00529B !important;
}
.edit
{
    color: #000000;
    background-color: #f6f6f6;
}
.detail .edit td
{
    background-color: #fff !important;
    border-bottom: 0 !important;
}

/* other views */
.other
{
    border-color: #abc3d7;
    background-color: #cbdae6;
}
.other td
{
    color: #444444;
    background-color: #ffffff;
    border-left-color: #dfdfdf;
}
.other td[scope=row]
{
    color: #000000;
    background-color: #e5e5e5;
}
.other td.edit
{
    color: #000000;
    background-color: #f6f6f6;
}

/* misc links */
a.utilsLink:link, a.utilsLink:visited
{
    color: #00529b;
}
a.tabFormAdvLink:link, a.tabFormAdvLink:visited
{
    color: #444444;
}

/* calendar styles */
.monthCalBody
{
    background-color: #abc3d7;
}
.monthFooter td
{
    border-top-color: #abc3d7;
    border-bottom-color: #abc3d7;
    background-color: #ffffff;
}
.monthHeader a:hover,
.monthViewDayHeight a:hover
{
    color: #0b578f;
}
.monthCalBodyTH th[scope=row],
.monthViewDayHeight td[scope=row]
{
    background-color: #ebebeb;
}
.monthCalBodyTH th
{
    background-color: #e5e5e5;
    color: #444444;
    border-color: #abc3d7 !important;
}
.monthViewDayHeight td
{
    border-color: #abc3d7;
    background-color: #ffffff;
    color: #444444;
}
.monthViewDayHeight td[class=weekEnd]
{
    background-color: #f6f6f6;
}
.monthCalBodyDayItem
{
    background-color: #ffffff;
    border-top-color: #abc3d7;
    border-bottom-color: #ddd;
}
.monthCalBody td
{
    background-color: #fff;
    color: #444444;
}
.monthCalBody th a
{
    color: #000000;
}
.yearCalBody
{
    border: none;
}
.yearCalBodyMonth
{
    background-color: #abc3d7 !important;
    border-top: 2px solid #00529B;
    border-bottom: 2px solid #fff;
}
.yearCalBody .monthHeader
{
    border: none;
}
.yearCalBodyMonth #daily_cal_table
{
    border-top: #abc3d7;
}
.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay
{
    border-color: #abc3d7;
}
.yearCalBodyMonth > a
{
    color: #000000;
}
h5.calSharedUser
{
    color: #444444;
}

/* for subpanel tabs */
.subpanelTabForm
{
    border-color: #abc3d7;
    color: #000000;
    background-color: #ffffff;
}
ul.tablist, ul.subpanelTablist
{
    padding-bottom: 10px;
    border-bottom-color: #555;
}
ul.tablist li a:hover,
ul.subpanelTablist li a:hover
{
    background: #e5e5e5;
    border-color: #abc3d7;
}
ul.tablist li a,
ul.subpanelTablist li a
{
    background-color: #fff;
    border-color: #dddddd;
}
ul.tablist li a:link,
ul.tablist li a:visited,
ul.subpanelTablist li a:link,
ul.subpanelTablist li a:visited
{
    color: #444444;
}
ul.tablist li a:hover,
ul.subpanelTablist li a:hover
{
    background: #e5e5e5;
}
ul.subpanelTablist li a.current,
ul.subpanelTablist li a.current:hover
{
    color: #00529B;
    background: #fff;
    _border-right-color: #abc3d7;
    _border-top-color: #abc3d7;
    _border-bottom-color: #fff;
}

ul.tablist li a.current:link, ul.tablist li a.current:visited, ul.tablist li a.current:hover
{
    background: #f6f6f6;
    border-bottom-color: #f6f6f6;
    border-right-color: #abc3d7;
    border-top-color: #abc3d7;
}

#change_layout
{
    border: 0;
}

/* for overlib js library */
.olCgClass td
{
    border-bottom-color: #abc3d7;
}
.olBgClass
{
    background-color: #abc3d7;
}

/* sitemap */
#sitemap .edit.view
{
    border-color: #00529B !important;
}

/* for edit view like forms that need a smaller font size */
.edit.view.small td
{
    color: #444;
}

/* YUI theme */
.yui-dt th, .yui-dt-hd {
    /*background: #D8D8DA url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') repeat-x 0 -30px;*/
    background:#EBEBED none repeat scroll 0 0;
}

.yui-layout .yui-layout-unit-left div.yui-layout-hd .collapse
{
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') no-repeat 0 -110px;
}

.yui-layout .yui-layout-clip-left .collapse, .yui-layout .yui-layout-unit-right div.yui-layout-hd .collapse,
.yui-layout .yui-layout-unit-bottom div.yui-layout-hd .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') no-repeat 0 -90px;
}

.yui-layout .yui-layout-clip-right .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') no-repeat -0 -110px;
}

.yui-layout .yui-layout-unit-top div.yui-layout-hd .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') no-repeat -20px -220px;
}

.yui-layout .yui-layout-clip-top .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png')no-repeat -20px -240px;
}

.yui-layout .yui-layout-clip-bottom .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') no-repeat -20px -180px;
}

.yui-layout .yui-layout-unit div.yui-layout-hd .close {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') no-repeat -20px -100px;
}

.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav, .yui-layout .yui-layout-hd {
    background:#DDD url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') repeat-x scroll 0 0;
    border-color: #ABC3D7;
}

.yui-navset .yui-content, 
.yui-navset .yui-navset-top .yui-content {
    border-color:#ABC3D7;
    _background-color: #e1e1e1 !important;
    background-color: #ECF1F4 !important;
    border: 1px solid #555 !important;
    padding: 10px !important;
}

.yui-layout .yui-layout-unit div.yui-layout-bd {
    border-color:#c4d5e3;
    _background-color: #e1e1e1 !important;
    _border: 1px solid #555 !important;
}

.yuimenuitem-hassubmenu > a{
    background-image: url("../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png");
}

.yui-navset .yui-nav li a,.yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a,
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a
{
    background:#DDD url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') repeat-x scroll 0 -131px;
}

.sugar-progress-bar, .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover
{
    background:#666666 url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png') repeat-x scroll 0 -157px;

}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a, .yui-navset .yui-nav a em, .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a  {
    border-color: #c4d5e3;
}


.yui-navset .yui-nav a em:hover,
.yui-navset .yui-navset-top .yui-nav a em:hover,
.yui-navset .yui-nav .selected a em:hover,
.yui-navset .yui-nav a em:hover {
    border-bottom: 2px solid #E1E1E1 !important;
    color: #e8aa10 !important;
}

.yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em,
.yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em {
    border-top: 1px solid #555 !important;
    border-left: 1px solid #555 !important;
    border-bottom: 2px solid #E1E1E1 !important;
    border-right: 1px solid #555 !important;
    padding: 9px 20px 12px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.yui-navset .yui-nav .selected a em {
    _background-color: #E1E1E1 !important;
    background-color: #ECF1F4 !important;
    color: #555;
}

a.sugar-tab-close, .yui-navset .yui-nav a.sugar-tab-close, .yui-navset .yui-nav .selected a.sugar-tab-close {
    background : transparent url('../../../../index.php?entryPoint=getImage&themeName=20reasons&themeName=Sugar55&imageName=sugar-yui-sprites.png')  no-repeat scroll 0px -70px;
}


#basic_search_link
{
    margin-left:6px !important;
}

.star {
    float:right;
    display: inline;
}
.moduleTitle .star
{
    margin-top:4px;
    padding-right:5px;
}

li div.star {float:none;}
.star div {background-image:url('../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=star-sheet.png');width:18px;height:18px;float:left;}
.star div.on {background-position:0px 0px}
.star div.off {background-position:0px -18px}
.star div:hover {cursor:pointer;background-position:0px 0px;}

#ajaxStatusDiv {
    background : #ffffff;
    color : #c60c30;
    position : fixed;
    opacity : .8;
    filter : alpha(opacity=80);
    z-index: 999;
    top: 40px;
    border: 1px solid #aaa;
    padding: 5px;
}

div#chartDashlets
{
    overflow-y: auto;
}


/* miscellaneaous 508 classes */
.detail508 tr td[scope="col"]
{
    _background-color: #F6F6F6;
    background-color: #f5f8f9;
    border-color: #CBDAE6;
    color: #000000;
    text-align: right;
    white-space: nowrap;
}

td.teamset-row, .edit tr td.teamset-row, .edit tr td table tr td.teamset-row {
    padding: 5px !important;
}

/* competible for SugarActionMenu */

ul.clickMenu {
    list-style: none;
    padding: 0px 3px 0px 0px;
    margin: 0 !important;
    vertical-align: bottom;
    background-color: #ECF1F4;
    /* background-image: url("../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=bgBtn.gif");*/
    border: 1px solid #ABC3D7;
    color: #000000;
    display: inline-block;
}
ul.clickMenu form{
    float:left;
    display:block;
}
ul.SugarActionMenuIESub {
}

ul.clickMenu:hover {
    background-color: #00529B;
    background-image: none;
    border-color: #00529B;
    color: #fff;
}
ul#globalLinksSubnav.SugarActionMenuIESub li a:hover, ul#quickCreateULSubnav.SugarActionMenuIESub li a:hover,
ul.clickMenu:hover > li > span > a, ul.clickMenu:hover > li > a {
    color: #fff !important;
}

ul.clickMenu:hover > li > span {
    background-position: 6px 0px;
}
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: #000;
    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: #fff;
}

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: 17px;
    height: 16px;
    float: left;
    background: url("../../../../index.php?entryPoint=getImage&themeName=20reasons&imageName=actionMenuArrow.png") no-repeat 6px -28px;
    cursor: pointer;
}

ul.clickMenu li > span.ab { /*--Drop down trigger styles--*/
    border-left: 1px #aaa solid;
    padding-left: 5px;
}
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: #fff;
    margin: 0;
    display: none;
    float: left;
    width: auto;
    border: 1px solid #ccc;
    box-shadow: #999 0px 5px 10px;
    -moz-box-shadow: #999 0px 5px 10px;
    -webkit-box-shadow: #999 0px 5px 10px;
    padding: 8px 0px;
    z-index: 100;
    overflow:hidden;
}

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

}
ul.clickMenu.subpanel.records {
    background-color: #eee;
    border: 1px solid #ddd;
    background-image: none;
    width: 70px !important;
}

ul.clickMenu.subpanel.records:hover {
    background-color: #00529B !important;
    background-image: none !important;
    border-color: #00529B !important;
}

ul.clickMenu.subpanel.records li a{
    color: #aaa;
}
ul.clickMenu.subpanel.records:hover > li div a{
    color: #fff !important;
}

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

ul.clickMenu.subpanel.records:hover li > span{

}

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

ul.clickMenu.button li > span {
    width: auto;
    /* background-position: right -20px;    */
    padding: 3px 15px 3px 10px !important;
    height: auto;
}
/*
ul.clickMenu.button:hover li > span {
    background-position: right 0px;
}
*/
ul.clickMenu.button li > span a {
    padding: 0px !important;
}

ul.clickMenu.button {
    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 {
    background-image: -moz-linear-gradient(center top,
        #ffffff 0%,
        #eeeeee 10%,
        #dfdfdf 100%
        );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffffff),
        color-stop(.10, #eeeeee),
        color-stop(1, #dfdfdf)
        );
    border: 1px solid #AAAAAA;
}

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

.oddListRowS1:hover td ul.clickMenu.subpanel.records li span, .evenListRowS1:hover td ul.clickMenu.subpanel.records li span {
    opacity: 1;
}

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: #fff;
    padding: 1px 10px !important;
    border: 0px !important;
    /*width: 150px;*/
    width:100%;
    text-align: left;
    font-size: 12px !important;
    color: #000;

}

ul.clickMenu li ul.subnav li input {
    padding: 2px 10px !important;
    /*width: 170px;*/
    width:100%
}
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 ul.subnav-sub li a:hover { /*--Hover effect for subnav links--*/
    background-color: #355b7e;
    color: #fff;
    font-weight: normal !important;
    font-size: 12px !important;
    cursor: pointer;
    text-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;

}

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

td.paginationActionButtons ul.selectmenu > li > a, td.selectCol ul.selectmenu > li > a, ul#selectLink.clickMenu > li > a {
    padding: 0px !important;
}
ul.clickMenu.showLess .moreOverflow , ul.clickMenu.showLess .moduleMenuOverFlowLess, ul.clickMenu.showMore .moduleMenuOverFlowMore {
    display:none;
}

#globalLinksDivider {
    float: right;
    margin-right: 0px;
}
ul#globalLinksSubnav, ul#quickCreateULSubnav{
    font-family: Arial;
}
ul#globalLinks.clickMenu {
    background: none;
    border: 0px none;
    padding-right: 0px;
    font-family: Arial;
}

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

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


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

ul#globalLinks.clickMenu > li > a {
    color: #fff;
    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;
}
.selectActions.clickMenu {
    display: none;
}

ul.clickMenu.show {
    display:inline-block;
    /*css hack for IE*/

}

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

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

ul#selectLink.clickMenu li ul.subnav {

}

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

#selectActions.clickMenu {
    display: none;
}

.selectActionsDisabled {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    vertical-align: bottom;
    padding: 0 3px 0 10px;
}

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

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

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

#quickCreate {
    float: right;
}

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


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

}
#quickCreate ul.clickMenu li > span {
    background: url("../../../../index.php?entryPoint=getImage&themeName=20reasons&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 0px;
    border: 1px solid #999;
    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: #999 !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: #fff !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;}



/* 20 Reasons Changes */

#moduleList
{
    position: fixed;
    background: #00529b;
    color: white;
    top: 0px;
    height: 32px;
    width: 100%;
    z-index: 105;
}
#moduleList > ul:first-child
{
    padding-left: 6px;
}

#welcome_static, #welcome_slide
{
    position: relative;
    bottom: 0px;
    background: white;
    color: #777;
    border-top: 1px solid #ddd;
    z-index: 100;
    height: 36px;
    /*overflow: hidden;*/
}
#welcome_slide{
    width: auto;
    margin-left: 165px;
}
#welcome_static{
    width: 165px;
    float: left;
}
#welcome_static ul{
    width: 155px;
}
#footerline
{
    background: none repeat scroll 0 0 white;
    bottom: 0;
    height: 36px;
    /*overflow: hidden;*/
    position: fixed;
    border-right: none;
    z-index: 999;
        width: 100%;
}

.footerCollapsed{
    display: none;
}

#welcome_username{
    width: 125px;
    margin-left: 5px;
    display: inline-block;
}

#expand_footerline{
    border: medium none;
    margin-left: 2px;
    cursor: pointer;
    padding-left: 1px;
}

#expand_footerline img{
    margin-bottom:-3px;
}

#globalLinks{
    text-align: right;
    right: 0px;
    width: 40%;
    display: inline;
}
#globalLinks{
    float: right;
    padding: 0px;
    border-left: 0px;
    display: inline-block;
}
#globalLinks li
{
    margin-right: 6px;
    margin-left: 0px;
}
#welcome{
    float:left;
}
#welcome, .welcome_main{
    margin: 0px;
    margin-top: 9px;
    padding: 0px;
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: none;
    float: left;
    width: 55%;
}
#welcome:first-child , .welcome_main:first-child{
    border-left: none;
    margin-left: 5px;
}

#welcome li, #globalLinks li, .welcome_main li{
    border-left: 1px solid #ddd;
    padding-left: 6px;
}
#welcome li:first-child, #globalLinks li:first-child, .welcome_main li:first-child{
    border-left: none;
    padding-left: 0px;
}
#welcome a:link, #welcome a:visited,#globalLinks a:link, #globalLinks a:visited, .welcome_main a:link, .welcome_main a:visited{
    text-decoration: none;
    border: none;
    color: #777;
}
#welcome, a #welcome_link, .welcome_main
{
    font-size: 12px;
    color: #777;
}
.leftbar{
    position: fixed;
    left: 0px;
    width: 155px;
    background: #f5f5f5;
    height: 100%;
    top: 32px;
    z-index: 99;
    /* removed to show calendar picker overflow: hidden;*/
    padding-left: 0px!important;
}

.errorcount{
    background: red;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
    font-weight: bold;
    display: inline;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input[name=Refresh] {
    background-image: url(../../../../themes/SuiteR/images/icon-refresh.png) !important;
    width: 105px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

#email_ok_message {
    height: auto;
    width: 500px;
    background: white;
    color: #0046ad;
    border: 1px solid #0046ad;
    padding: 14px;
    position: fixed;
    top: 47px;
    left: 500px;
    z-index: 1000;
    display: flex;
    border-radius: 7px;
    font-size: 19px !important;
    background-image: url(../../../../themes/20reasons/images/icon-check-mark-256.png);
    background-size: 50px !important;
    background-repeat: no-repeat;
    padding-left: 70px;
}

#top_warning_message {
    height: auto;
    width: 500px;
    background: white;
    border: 1px solid #E04006;
    color: #E04006;
    padding: 14px;
    position: fixed;
    top: 47px;
    left: 500px;
    z-index: 1000;
    display: flex;
    border-radius: 7px;
    font-size: 15px !important;
    background-image: url(../../../../themes/20reasons/images/icon-x-mark-256.png);
    background-size: 25px !important;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 10px;
    padding-left: 50px;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#email_error_message {
    height: auto;
    width: 500px;
    background: white;
    border: 1px solid #E04006;
    color: #E04006;
    padding: 14px;
    position: fixed;
    top: 47px;
    left: 500px;
    z-index: 1000;
    display: flex;
    border-radius: 7px;
    font-size: 19px !important;
    background-image: url("../../../../themes/20reasons/images/icon-x-mark-256.png");
    background-size: 50px !important;
    background-repeat: no-repeat;
    padding-left: 70px;
}


#errormessages{
    height: 200px;
    width: 300px;
    background: white;
    border: 1px solid red;
    padding: 10px;
    position: fixed;
    top: 100px;
    left:100px;
    z-index: 1000;
    display: none;
}
#errormessages p{
    margin-top: 4px;
    margin-bottom: 4px;
}
#poweredbysugarcrm{
    cursor: pointer;
}
#copyright{
    height: 180px;
    width: 300px;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    position: fixed;
    top: 100px;
    left:100px;
    z-index: 201;
    display: none;
}

#responseTime, #copyright, #bottomLinks{
    display: none;
}
#groupdropdowntab, #MoreModules{
    padding-bottom: 9px!important;
}
#moduleList > ul > li,
#moduleList ul li span.currentTabLeft,
#moduleList ul li span.currentTabRight,
#moduleList ul li span.currentTab
{
    background-image: none;
    border-bottom: none;
    border-bottom: 3px solid transparent;

}
#newSubmenu li{
    padding-bottom: 9px!important;
}
.newSubmenuloading
{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: none;
}
#newSubmenuloading{
    display:none;
}
#moduleList ul li span.currentTab
{
    border-bottom: 3px solid /*#e47b00*/ #00529B
}

#moduleList ul li a:link,
#moduleList ul li a:visited
{
    color: #BBBBBB;
    /*border-bottom: 1px solid transparent;*/
}

#moduleList ul li a:link:hover,
#moduleList ul li a:visited:hover
{
    /*border-bottom: 1px solid #BCC000;*/
}

#moduleList ul li span.currentTab a:link,
#moduleList ul li span.currentTab a:visited,
#moduleList ul li span.currentTab a:hover
{

    /*color:  #BBBBBB; /*white; */
    /*border-bottom: 1px solid #e47b00;*/
}
#moduleList #homeIcon, #moduleList #searchimage{
    border-radius:2px;
    margin-top:-2px;
    padding:1px;
    background: white;
}

.moreModulesUl
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#moreModuleItems ol li
{
    float: none !important;
    display: block;
}

#moreModuleItems ol li a {
    display: block;
}

#moreModuleItems, #tabGroupDropDown, #homeDropDown
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BEBEBE;
    /* box-shadow: 0 2px 4px #fff;*/
    position: absolute;
    text-align: left;
    /* top: -999px; */
    visibility: hidden;
    z-index: 200;
    padding-top:2px;
    padding-bottom:2px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 6px;
    color: #2d2d2d;
}

#moreModuleItems ol, #tabGroupDropDown ol, #homeDropDown ol{
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
}

/* added to support multiple Columns */
#moreModuleItems ol{
    float: left;
    border-right: 1px solid #eee;
    width: 160px;
}


#moreModuleItems ol:last-child{
    border-right: none;
}

#moreModuleItems ol li, #tabGroupDropDown ol li, #homeDropDown ol li{
    padding-left:4px;
    padding-right:5px;
    display: block;
    float: none !important;
    /*cursor: pointer;*/
    border-left: 3px solid transparent;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

#moreModuleItems ol li:hover, #tabGroupDropDown ol li:hover, #homeDropDown ol li:hover{
    background: #e5e5e5;
    border-left: 3px solid /*#e47b00*/ #00529B;
}
#moreModuleItems ol li a:link, #moreModuleItems ol li a:visited{
    color: #2d2d2d;
}

.moreModuleItemsArrow {
    border-color: #C0C0C0 transparent transparent;
    border-right: 5px dashed transparent;
    border-style: solid dashed dashed;
    border-width: 5px 5px 0;
    display: inline-block;
    font-size: 0;
    height: 0;
    left: 4px;
    line-height: 0;
    padding-top: 1px;
    position: relative;
    top: 0px;
    width: 0;
}
.inActiveArrow{
    border-color: #505050 transparent transparent;
}

.moduleListSeperator{
    border-right: 1px solid white;
    margin-left: 20px;
    margin-right: 5px;
}
#currentModule{
    display: none;
}
#currentGroup, .moreModuleItemsArrow{
    cursor: pointer;
}

.inActiveArrow{
    cursor: auto;
}

.moduletabitemmenu{
    position: absolute;
    top: 28px;
    left: 0px;
    height: auto;
    width: auto;
    background: white;
    z-index: 103;
    border: 1px solid #BEBEBE;
    padding-top: 5px;
    padding-bottom: 5px;
}
.moduletabitemmenu ul{
    margin: 0px;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
    padding-left: 0px;
    padding-right: 0px;
}
.moduletabitemmenu ul li{
    float: none!important;
    padding-left:4px;
    padding-right:5px;
    display: block;
    cursor: pointer;
    border-left: 3px solid transparent;
    margin-top: 4px!important;
    margin-bottom: 4px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    padding-left:10px!important;
    padding-right: 10px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.moduletabitemmenu ul li:hover{
    background: #e5e5e5;
    border-left: 3px solid /*#e47b00*/ #00529B;
}
.moduletabitemmenu ul li a:link, .moduletabitemmenu ul li a:visited{
    color: #2d2d2d !important;
}

#search{
    border: none;
    vertical-align: middle;
    height: 28px;;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
}
#search .button
{
    background: transparent;
    color: #BBBBBB;
    font-weight: bold;
    border: none;
    vertical-align: bottom;
    font-size: 12px;
    padding: 2px;
}
#search .button:hover
{
    color: white;
}
#search #searchimage{
    margin-top: 5px;
    height: 16px;
    vertical-align: bottom;
    border: none;
}
#searchFieldMain
{
    border: none;
    border-bottom: 1px solid #00529B;
    border-left: 1px solid #00529B;
    padding: 2px;
}
#search #query_string{
    border: none;
    margin-top: 2px;
    vertical-align: bottom;
    background: transparent;
    color: black;
    background: white;
    padding: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.itemMenuMenu{
    float: left;
    width: 150px;
}

#itemMenuLvSeperator{
    border-left: 1px solid #eee;
    height: 100%;
    display: inline;
}
.itemMenuLv{
    float: right;
    width: 150px;
    border-left: 1px solid #eee;
    height: 100%;
}

.itemMenuLv .editlink{
    float: right;
}

ul.itemMenuMenu > li, .itemMenuMenu li a, .itemMenuLv li a {
    font-size:12px!important;
    font-weight: normal!important;
    color: #2d2d2d;
}

.itemMenuHeader{
    margin-bottom: 8px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    padding-left:10px!important;
    padding-right: 10px!important;
    margin-left: 3px!important;
    margin-right: 0px!important;
    color: #00529B;
    font-size: 12px;
}

.leftbar{
    padding-left: 5px;
}

#itemactions{
    display: none;
    /*
    margin-top: 10px;
    height: 16px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom:3px;
    border-bottom: 1px solid #DDDDDD;
}
#itemactions img{
    cursor:pointer;
}
#iafavorite, #iareminder, #ianotes{
    display: inline-block;
}
#iareminder, #iareminderremove, #iaremindernew, #ianotes{
    /*float: left;
    line-height: 16px;
    margin-left: 3px;
    margin-right: 5px;*/
    vertical-align: bottom;
}
#iareminderremove, #iaremindernew{
    display: none;
}

#iareminderpicker{
    float: left;
    position: absolute;
    z-index: 102;
}
.shortcuts{
    border-bottom: 1px solid #FFF;
    background-color: #F5F5F5;
}

.shortcuts ul{
    margin-left: 0px;
    margin-bottom: 2px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.shortcuts ul li, .shortcutstitle{
  /*margin-top: 4px;
    margin-bottom: 4px;*/
    margin-left: 0px;
    padding: 5px;
    display: block !important;
    border-left: 3px solid transparent;
}

.shortcuts ul li {
    width: 150px;
}

.shortcutstitle{
    color: #00529B;
    text-decoration: none;
    font-size: 12px;
    cursor: default;
    font-weight: bold;
    display: inline-block !important;
}
.shortcuts ul li.activePageItem{
    /*background: #e5e5e5;*/
    border-left: 3px solid #BCC000;
}

.shortcuts ul li:hover, .shortcuts ul li.activePageItem:hover{
    background: #e5e5e5;
    border-left: 3px solid /*#e47b00*/ #00529B;
}
#actionmenu .changeIcon{
    visibility: hidden;
}
#actionmenu ul li:hover .changeIcon{
    visibility: visible;
}

.favitemDetails{
    font-style:  italic;
    margin-bottom: 3px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}
.favitemDetails img{
    margin-left: 3px;
}

#pageEdit{
    margin: 0px;
    padding-left: 5px;
    margin-left: 2px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-left: 1px solid /*#e47b00*/ #e5e5e5;
    border-bottom: 1px solid /*#e47b00*/ #e5e5e5;
    border-right: 1px solid /*#e47b00*/ #e5e5e5;
    display: none;
}
.pageEditButton{
    display: inline;
    margin-bottom: 2px;
}

.pageEditLabel, .pageEditButtons{
    padding-top: 7px;
    padding-bottom: 2px;
}

/* change Icon only visible on hover */
.changeIcon, .editlink, .closeIcon{
    float: right;
    display: none;
}

.shortcuts ul li:hover .changeIcon, .shortcuts ul li:hover .closeIcon, ul.itemMenuLv li:hover .editlink, .shortcuts ul li:hover .editlink{
    display: inline;
}

/* 2013-02-23 added for the module Icon */
.moduleIcon{
    float: right;
}

.shortcuts ul li:hover .moduleIcon{
    display: none;
}

.shortcuts ul li, .shortcuts ul li a:link, .shortcuts ul li a:visited{
    text-decoration: none;
    font-size: 12px;
    color: black;
    cursor: pointer;
    display: inline-block;
}

.shortcuts ul>li>a, .shortcuts ul>li>div>a {
    width: 130px;
}
.shortcuts ul>li>div.changeIcon>a {
    width: auto;
}

div#content{
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.screen .teamNoticeBox{
    display: none;
}
.teamNoticeBox {
    border-color: #E5E5E5;
    color: #444444;
}

/* for the detail view */
.detail, .edit {
    border-top: none;
    border-bottom: none;
}

.detail h4, .edit h4{
    background-color: white; /*#d5d5d5;*/
    color: #00529B;
    padding-left: 0px;
    font-size: 12px;
    border-bottom: 1px solid #00529B;
    border-radius: 5px 5px 0px 0px;

}

.detail508 tr td[scope="col"], .detail tr td {
    border-color: #eee;

}

/* Dashlets */
.h3Row{
    background-image: none;
    background: white; /*#d5d5d5; */
    color: #2d2d2d;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid /*#e47b00*/ #E1E1E1; /*#d5d5d5; */

}
h3{
    font-size: 12px;
    color: #2d2d2d
}

#subpanel_list{
    margin-top: 0px;
}

.dashletPanel, .dashletPanel .hd{
    /*background: #F8F8FF;*/
}

.pagination .button{
    background: none;
    border: none;
}

a.utilsLink > img{
    vertical-align: bottom;
}

.list{
    border: none;
    margin-top: 0px;
}
table.view{
    margin-top: 0px;
}

table.edit{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.edit{
    background-color: transparent;
}
.search{
    background-color: #F6F6F6;
    margin-bottom: 0px!important;
}
.search table tr td {
    background-color: #F6F6F6 !important;
}
._search table tr td label,
.search table tr td label[for^="assigned_user_id"] {
    padding-top: 10px !important;
    display: flex;
    _display: inline-block;
    vertical-align: top !important;
}
.search table tr td input {
    background-color: #FFFFFF !important;
}
.edit tr td{
    border-bottom: 1px solid #EEEEEE;
}
.search tr td {
    border-bottom: none;
}
fieldset{
    border: 1px solid #EEEEEE;
    margin-left: 0px;
}
.edit tr th{
    padding: 0px!important;
}
.edit tr td[scope="col"], .edit tr td[scope="row"]{
    background-color: #F6F6F6;
}
.edit tr td select {
    border: none;
    border: 1px solid /*#e47b00*/ #00529b;
    margin-left: -2px;
    margin-bottom: -2px;
    padding-left: 3px;
    padding-bottom: 3px;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius : 5px;
    _height: 27px !important;
}
.edit tr td input[type="text"], .edit tr td textarea, .edit tr td select, #pageEdit input[type="text"], .login_more input[type="text"]{
    border: none;
    border: 1px solid /*#e47b00*/ #00529b;
    margin: 8px;
    _margin-left: -2px;
    _margin-bottom: -2px;
    padding-left: 3px;
    padding-bottom: 3px;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius : 5px;
    padding: 5px !important;
}

.login input[type="text"], .login input[type="password"]{
    border: none;
    border-bottom: 1px solid /*#e47b00*/ #00529b;
    border-left: 1px solid /*#e47b00*/ #00529b;
    margin-left: -2px;
    margin-bottom: 5px;
    padding-left: 3px;
    padding-bottom: 3px;
    background: transparent;
}

.edit tr td input[readonly] {
    border-color: #F6F6F6 !important;
    background-color: #F6F6F6;
}
.edit tr td textarea[readonly] {
    border-color: #F6F6F6 !important;
    background-color: #F6F6F6 !important;
    __border-color: transparent!important;
    __background-color: transparent;
    __background-color: transparent!important;
}

.edit fieldset tr td textarea, .edit fieldset tr td input[type="text"]{
    margin: 1px!important;
}

.edit tr td select option{
    padding-left: 5px;
}
.emailaddresses button, .multiple button{
    border: none;
    background: none;
    padding: 0px;
}
.edit h4{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.list tr th[scope="col"], .td_alt{
    border: none;
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
}

.list tr td{

}
.list tr th, .td_alt{
    background: #F6F6F6 !important;
}

/* need to see how we handle these
ul.clickMenu{
        border: none;
        background: #ddd;
}
*/

.pagination button.button {
    border-bottom: none;
}
.pagination button.button:hover{
     margin-bottom: 1px!important;
}

.paginationWrapper{
    float: right;
}
div.moduleTitle{
    _display: none;
    height: auto;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
#moduleTitleDummy{
    display: none !important;
    height: auto;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
#moduleTitleDummy h2{
    color: #2d2d2d;
    padding-left: 5px;
}
#moduleTitleDummy span.utils{
    display: none;
}
.moduleTitle h2{
    color: #2d2d2d;
    padding-left: 5px;
    font-size: 19px !important;
    padding: 15px;
    border: 1px solid #555;
    border-radius: 5px;
    margin-bottom: 15px;
}
.moduleTitle span.utils{
}

#add_dashlets{
    display: none;
}

#pageContainer{
    margin-top: -25px;
}

#dashletsList{
    height: 470px !important;
}


.button, .login_more .button, .login .button, .pageEditButtons .button, .search .button, .search a:link, .search input[type="button"]:focus, .search input[type="button"][selected],.search input[type="submit"]:focus, .search input[type="submit"][selected] , .search a:visited, .action_buttons .button{
    border: none;
    _padding: 2px 5px;
    padding: 8px 15px;
    background-color: #ecf1f4;
    border: 1px solid #abc3d7;
    border-radius: 5px;
    margin-right: 3px;
    margin-bottom: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    text-decoration: none !important;
    vertical-align: middle;
    color: #00529B;
}
.button:hover, .login_more .button:hover, .login .button:hover, .pageEditButtons .button:hover, .search a:hover, .search .button:hover, .action_buttons .button:hover, .search input[type="submit"][selected]:hover, .search input[type="button"][selected]:hover{
    color: black;
    background-color: transparent;
    border-bottom: 2px solid /*#e47b00*/ #00529b;
    margin-bottom: 0px!important;
}

ul.clickMenu{
    background-image: none;
    border: none;
    background-color: transparent;
}

.yui-navset{
    margin-top: 5px;
    margin-right: 12px;
}

.yui-nav, .yui-content, .yui-nav > li > a, .yui-nav > li > a > em{
    border: none!important;
    background: none!important;
    z-index: 80;
}
.yui-nav, .subpanelTablist{
    _border-bottom: 1px solid #BCC000!important;
}
.subpanelTablist{
    margin-bottom: 2px;
}
.yui-nav > li > a > em, ul.subpanelTablist > li > a {
    color: #2D2D2D;
    font-size: 12px!important;
    margin-bottom: 2px;
}
.yui-nav > li.selected > a > em, .yui-nav > li.selected > a > em:hover, ul.subpanelTablist > li > a.current, ul.subpanelTablist > li:hover > a.current{
    border-bottom: 1px solid #FFF ! important;
    margin-bottom: 0px;
}
.yui-nav > li > a > em:hover, ul.subpanelTablist > li:hover > a{
    border-bottom: 2px solid /*#e47b00*/ #00529B ! important;
    _background-color: #00529B ! important;
    color: #00529B;
    margin-bottom: 1px;
}

ul.subpanelTablist > li > a, ul.subpanelTablist > li > a:visited{
    border-right-width: 0;
    border-top-width: 0;
    padding-bottom: 2px;
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px solid #555;
    border-radius: 5px 5px 0px 0px;
}

ul.subpanelTablist > li > a:hover {
    border: 2px solid #00529B !important;
    color: #00529B !important;
}

.yui-content{
    padding: 0px!important;
}

.dashletPanel{
    border: 1px solid #eeeeee;
    box-shadow: #cccccc 0 5px 10px;
    -moz-box-shadow: #cccccc 0 5px 10px;
    -webkit-box-shadow: #cccccc 0 5px 10px;

    _padding-left: 5px;
    _padding-right: 5px;
    _padding-bottom: 10px;
    _border: 1px solid #eee;
    _margin: 0px 10px 25px 0px;
    _border-radius: 10px;
    _backgroud-color: #F8F8FF;
}
div.dashletPanel .hd-center table.h3Row {
    padding: 10px;
}
div.dashletPanel .hd-center table.h3Row h3{
    font-size: 15px;
    color: #0046ad;
}
div.dashletPanel .bd-center table#dashletPanel thead tr {
    height: 40px;
}

div.dashletPanel .bd-center table#dashletPanel thead tr th div a {
    font-size: 15px;
    font-weight: 100;
}

div.bd div.bd-center {
    margin: 15px;
}

.dashletToolSet{
    visibility: hidden;
}

.hd-center .h3Row:hover .dashletToolSet{
    visibility: visible;
}

/* for the Dashlets add Dialog*/
#dashletsDialog_mask{
    z-index: 300!important;
}
#dashletsDialog_c{
    z-index: 301!important;
}

/* override for ext */
h2{
    font-size: 14px!important;
}

/* for the login box */
.loginBox, .password{
    border: 1px solid #353535 !important;
}
.loginBox{
    border-bottom: 1px solid #BCC000 !important;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}
.password{

    border-top: none!important;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.subpanelTabForm .h3Row
{
    border-top: none;
}

.list tr.pagination td table td{
    background: transparent;
}

.selectActionsDisabled {
    display: none;
}

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 ul.subnav-sub li a:hover { /*--Hover effect for subnav links--*/
    background-color: #00529B;
    color: #FFF;
}

/* for the date format shown in tasks .. nasty field */
.dateTime tr{
    line-height: 30px;
}

.search , .search_form .view{
    padding: 5px 5px 5px 5px !important;
}

a img {
    border: none !important;
    vertical-align: bottom;
}
.list tr th[scope="col"] img{
    vertical-align: baseline;
}

.arrow_right{
    border-color: transparent #707070;
    border-style: dashed solid;
    border-top-width: 5px;
    border-right-width: 0px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    display: inline-block;
    font-size: 0;
    height: 0;
    right: -10px;
    line-height: 0;
    padding-top: 1px;
    position: relative;
    top: 0;
    width: 5px;
}

.arrow_left{
    border-color: transparent #707070;
    border-style: dashed solid;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 0px;
    display: inline-block;
    font-size: 0;
    height: 0;
    left: 4px;
    line-height: 0;
    padding-top: 1px;
    position: relative;
    top: 0;
    width: 5px;
}

.arrow_down{
    border-color: #707070 transparent transparent;
    border-right: 5px dashed transparent;
    border-style: solid dashed dashed;
    border-width: 5px 5px 0;
    display: inline-block;
    font-size: 0;
    height: 0;
    left: 4px;
    line-height: 0;
    padding-top: 1px;
    position: relative;
    top: 0px;
    width: 0;
}

.arrow_up{
    border-color: transparent transparent #707070;
    border-right: 5px dashed transparent;
    border-style: dashed dashed solid;
    border-width: 0px 5px 5px;
    display: inline-block;
    font-size: 0;
    height: 0;
    left: 4px;
    line-height: 0;
    padding-top: 1px;
    position: relative;
    top: 0px;
    width: 0;
}

.expander{
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

#tabListContainerTable {
    display:none;
}

#tabListContainerTable_import #tabListContainer {
    border-bottom: 1px solid #000 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}
#tabListContainerTable_import {
    _display:none;
}

#SideBarExpander{
    background-color: #F5F5F5;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
    padding-right: 0px;
    border: 1px solid white;
    border-left:0px none transparent;
}

#SideBarExpander_arrow{
    margin-top: 10px;
    margin-left: -5px;
}

.leftbar{
    width: 165px;
    border-right: 15px solid white;
}

.leftbarclosed{
    left:-160px;
}

#itemactions, #actionmenu, #TRSideBar{
    margin-right:5px;
}

#EditView{
    margin-right: 10px;
}
/*
* for subpanel tabbed function
*/
#subpanel_list{
    min-height: 350px;
    border: 1px solid #555;
    padding: 10px;
    margin-right: 12px;
}

#subpanels_tabbed_list{
    margin-top:75px;
}

.trtools{
    background: none repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #E5E5E5;
    color: #000;
    cursor: pointer;
    display: inline-block;
    /*font-weight: bold;*/
    height:16px;
    margin-right: 0;
    padding: 1px 5px;
    vertical-align: bottom;
}
.trtools:hover{
    border: 1px solid #BCC000;
}
#favoriteIcon{
    display:none;
}
/**
 * TRThemeNotes
 */

#ianotes_container{
    display: none;
    left: 170px;
    position: absolute;
    top: 5px;
    width: 400px;
    max-height: 90%;
    overflow-x:hidden;
    overflow-y:auto;
    border: 1px solid #E5E5E5;
}

#ianotes_container div#ianotes_header{
    background-color: #E5E5E5;
    color: #2D2D2D !important;
    display:block;
    padding:3px;
    height: 16px;
    color:#FFFFFF;
    font-size: 12px;
    font-weight:bold;
}

#ianotes_container div#ianotes_header img{
    float:right;
    margin-left:5px;
    heitgt:16px;
    cursor:pointer;
}

#ianotes_container div#ianotes_header img#ianotes_filter_active{
    display:none;
}

#ianotes_container ul{
    margin:0px;
    padding:0px;
}

#ianotes_container ul li{
    margin:10px 5px;

    background-color:#dbffcc;
    position:relative;
    padding:10px;
    padding-top: 5px;

    display:block;

}
#ianotes_container ul li form textarea{
    background-color:#dbffcc;
    width: 100%;
}

#ianotes_container ul li:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 16px 16px 0;
   border-style:solid;
   border-color:#f0ffe9 white;
   display:block;
   width:0;
   -webkit-box-shadow:0 1px 0px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow:0 1px 0px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   box-shadow:0 1px 0px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}
#ianotes_container ul li.ianotes_global{
    background-color:#ffebf9;
}
#ianotes_container ul li.ianotes_global:before {
   border-color:#fff2fb white;
}
#ianotes_container ul li.ianotes_global form textarea{
    background-color:#ffebf9;
}

#ianotes_container ul li span.ianotes_title{
    display: inline-block;
    margin-bottom:5px;
    margin-top: 0px;
    color:#777777;
}

#ianotes_container ul li img.ianotes_delete{
    position:absolute;
    right: 3px;
    bottom:3px;
    cursor:pointer;
    display:none;
}
#ianotes_container ul li:hover img.ianotes_delete{
    display:inline;
}

#ianotes_container ul li#ianotes_new_container{
    display:none;
}

.transparent {

    background: white;
}

/* 2013-02-23 changes for admin panel*/
.other {
    background-color: #F5F5F5;
    border-color: #fff;
}

.statuspanel, #statuspanel
{
    z-index: 1 !important;
    bottom: 1px !important;
}

.query-color {
    _background-color: #8c2b2b;
    border-radius: 10px;
    padding: 2px 1px 1px 10px;
    margin: 0px 5px 5px 5px;
}

#about_link,
#training_link,
#poweredbysugarcrm{
    display: none;
}

th.wizard_welcome_title {
    border: 5px solid #F6F6F6;
    border-bottom: 1px solid #0046ad;
    border-radius: 10px 10px 0px 0px;
    background-color: #F6F6F6;
}

h2.wizard_welcome_title {
    margin: 10px 0px 10px 0px;
    width: 930px;
    font-size: 20px! important;
}

th.wizard_welcome_subtitle {
    border: 5px solid #F6F6F6;
    border-bottom: 1px solid #0046ad;
    border-radius: 10px 10px 0px 0px;
    background-color: #F6F6F6;
}

h2.wizard_welcome_subtitle {
    margin: 5px 0px 5px 0px;
    width: 930px;
    font-size: 15px! important;
}

div.nav-buttons {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

div.nav-buttons-final {
    text-align: left;
    margin-top: 20px;
    margin-left: 185px;
    margin-bottom: 10px;
}

#finish_button {
    padding: 1px 6px 2px 6px;
}

#urd_tests_urd_productos_de_pilotos_1_select_button, #urd_incidencias_urd_historico_de_estados_1_novo_button, #urd_incidencias_meetings_1_select_button, #urd_incidencias_urd_historico_de_estados_1_select_button, #urd_incidencias_aos_quotes_1_novo_button, #urd_incidencias_aos_quotes_1_select_button, #urd_incidencias_urd_assistance_report_1_novo_button, #urd_incidencias_urd_assistance_report_1_select_button, #urd_incidencias_users_1_novo_button, #urd_incidencias_aos_products_1_novo_button, 
#MassAssign_SecurityGroups,
#massassign_form,
#Accounts0emailAddressOptOutFlag0, #Accounts0emailAddressInvalidFlag0, #Accounts0emailAddressOptOutFlag1, #Accounts0emailAddressInvalidFlag1, #Accounts0emailAddressOptOutFlag2, #Accounts0emailAddressInvalidFlag2, #Accounts0emailAddressOptOutFlag3, #Accounts0emailAddressInvalidFlag3, #Accounts0emailAddressOptOutFlag4, #Accounts0emailAddressInvalidFlag4, #Accounts0emailAddressOptOutFlag5, #Accounts0emailAddressInvalidFlag5,

#Contacts0emailAddressOptOutFlag0, #Contacts0emailAddressInvalidFlag0, #Contacts0emailAddressOptOutFlag1, #Contacts0emailAddressInvalidFlag1, #Contacts0emailAddressOptOutFlag2, #Contacts0emailAddressInvalidFlag2, #Contacts0emailAddressOptOutFlag3, #Contacts0emailAddressInvalidFlag3, #Contacts0emailAddressOptOutFlag4, #Contacts0emailAddressInvalidFlag4, #Contacts0emailAddressOptOutFlag5, #Contacts0emailAddressInvalidFlag5,

#LastViewed, #Favorites, #Reminders,

#convert_to_invoice_button, #merge_duplicate_button, #send_email_pdf, #send_email_quote, #create_contract_button, #create_opportunity_button, #btn_view_change_log,#save_and_continue,#aos_products_enf_precios_1_select_button, #enf_tarifas_enf_precios_1_select_button, #enf_soluciones_enf_productos_de_soluciones_1_select_button, #enf_soluciones_enf_productos_de_soluciones_1_select_button,#account_leads_select_button, #urd_incidencias_documents_1_select_button, #_aos_products_enf_precios_1_novo_button,

#popup_query_form label[for="status_c_advanced"], #popup_query_form #status_c_advanced,
#popup_query_form label[for="product_status_c_advanced"], #popup_query_form #product_status_c_advanced,
#popup_query_form label[for="enf_tarifas_enf_precios_1_name_advanced"], #popup_query_form #enf_tarifas_enf_precios_1_name_advanced,
#popup_query_form .button[name="btn_enf_tarifas_enf_precios_1_name_advanced"], #popup_query_form .button[name="btn_clr_enf_tarifas_enf_precios_1_name_advanced"],
#layout,
#reset_user_preferences_header,
#reset_homepage_header,
#subpanelTabbed_history, #subpanelTabbed_campaigns, #subpanelTabbed_accounts, #subpanelTabbed_products_services_purchased, #subpanelTabbed_all,

#AOR_Reportsbasic_searchSearchForm,
#themepicker{

    display:none !important;
}

.detail tr td.GroupTitle {
    font-size: 16px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-weight: bold;
    border: 1px solid #00529b !important;
    padding: 10px 20px !important;
}

.edit tr td.EditGroupTitle {
    padding: 15px 15px 15px 7px !important;
    text-align: left;
    vertical-align: middle !important;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid grey;
}

.edit tr td.DeleteGroupTitle {
    border-bottom: 3px solid grey;
    text-align: right;
}

.edit #product_head td{
    padding: 10px !important;
    vertical-align: middle;
    background-color: #f6f6f6;
}

.edit #service_head td{
    padding: 10px !important;
    vertical-align: middle;
    background-color: #f6f6f6;
}

#lineItems {
    margin: 40px 3px -2px -118px !important;
}
  
#lineItems input {
    margin: 10px 3px 12px 0px !important;
    padding: 5px !important;
}

#lineItems .service_textarea {
    margin: 10px 3px 12px 3px !important;
    _width: 475px !important;
}

#lineItems select {
    _margin-top: 10px !important;
    _margin-left: 5px !important;
    _margin-right: 5px !important;
}
#lineItems button {
    _margin-top: 11px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    _height: 25px !important;
}

#lineItems select {
    margin-top: 6px !important;
    _margin-left: 5px !important;
    _margin-right: 5px !important;
    height: 26px !important;
}

.edit tr td.EditSeparator {
    border-bottom: 2px solid grey;
}

#line_items_label {
    vertical-align: top;
    background-color: #fff;
}

.quote_button {
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}
.return_to_the_list_icon {
    background-image: url("../../../../themes/20reasons/images/icon-back-to-list-xxl.png");
    width: 133px;
}
.edit_icon {
    background-image: url("../../../../themes/20reasons/images/icon-edit-xxl.png");
    width: 110px;
}
.download_pdf_icon {
    background-image: url("../../../../themes/20reasons/images/icon-download-pdf-xxl.png");
    width: 145px;
}

.urd_disabled {
    -webkit-filter: grayscale(100%);
    filter: gray;
    color: gray;
}

.download_excel_icon {
    background-image: url("../../../../themes/20reasons/images/icon-download-excel-xxl.png");
    width: 155px;
}

.add_piloto_products {
    background-image: url("../../../../themes/20reasons/images/icon-new_version-xxl.png");
    width: 150px;
}

#generate_piloto {
    background-image: url("../../../../themes/20reasons/images/icon-generate_piloto-xxl-gtw.png");
    width: 125px;
}

.create_new_version_icon {
    background-image: url("../../../../themes/20reasons/images/icon-new_version-xxl.png");
    width: 150px;
}
.re_use_quote_icon {
    background-image: url("../../../../themes/20reasons/images/icon-duplicate-xxl.png");
    width: 115px;
}

.delete_quote_icon {
    background-image: url("../../../../themes/20reasons/images/icon-delete-xxl.png");
    width: 110px;
}
.save_quote_icon {
    background-image: url("../../../../themes/20reasons/images/icon-save-xxl.png");
    width: 105px;
}
.save_and_keep_quote_icon {
    background-image: url("../../../../themes/20reasons/images/icon-save-as-xxl.png");
    width: 173px;
}
.cancel_quote_icon {
    background-image: url("../../../../themes/20reasons/images/icon-delete-xxl.png");
    width: 108px;
}
.add_new_quote_icon {
    background-image: url("../../../../themes/20reasons/images/icon-add-quote-xxl.png");
    width: 198px;
}

.sinchronize_quote_icon {
    background-image: url("../../../../themes/20reasons/images/icon-sinchronize-quote-xxl.png");
    width: 168px;
}

#urd_send_email {
    background-image: url("../../../../themes/20reasons/images/icon-mail-pdf.png");
    width: 135px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 10px 8px 35px !important;
}

.assitencia_pdf_icon {
    background-image: url("../../../../themes/20reasons/images/icon-assitencia-pdf-256.png");
    width: 125px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 10px 8px 35px !important;
}

#sharedCalUsersSelectBtn {
    background-image: url("../../../../themes/20reasons/images/icon-planner-xxl.png");
    width: 148px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 20px 8px 35px !important;
    text-align: right !important;
    margin-left: 20px;
}
#plan_date {
    background-image: url("../../../../themes/20reasons/images/icon-planner-xxl.png");
    width: 148px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 20px 8px 35px !important;
    text-align: right !important;
    margin-left: 10%;
}

#create_quote,
.quote_button.create_icon,
#quote_icon {
    _background-image: url("../../../../themes/20reasons/images/icon-quote-xxl.png");
    background-image: url("../../../../themes/20reasons/images/icon-add-quote-xxl.png");
    width: 148px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 20px 8px 35px !important;
    text-align: right !important;
}

#create_link {
    background-image: url("../../../../themes/20reasons/images/icon-add-quote-xxl.png");
    width: 198px;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 9px !important;
    padding: 8px 20px 8px 45px !important;
    text-align: right !important;
}

input[name="Edit"] {
    background-image: url("../../../../themes/20reasons/images/icon-edit-xxl.png") !important;
    width: 90px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

input[name="Duplicate"] {
    background-image: url("../../../../themes/20reasons/images/icon-duplicate-xxl.png") !important;
    width: 105px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

input[name="Delete"] {
    background-image: url(../../../../themes/20reasons/images/icon-delete-red-xxl.png) !important;
    width: 105px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
    border: 1px solid #E04006 !important;
    color: #E04006 !important;
    float: right;
}

input#SAVE_HEADER,
input#SAVE_FOOTER,
input#SAVE {
    background-image: url("../../../../themes/20reasons/images/icon-save-xxl.png") !important;
    width: 100px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

input[name="Save_and_Keep"] {
    background-image: url("../../../../themes/20reasons/images/icon-save-as-xxl.png") !important;
    width: 158px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

input[name=Back] {
    background-image: url("../../../../themes/20reasons/images/icon-back-to-list-xxl.png") !important;
    width: 155px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

input#sign{
    background-image: url("../../../../themes/20reasons/images/icon-close_and_new-xxl.png") !important;
    width: 95px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
    margin-left: 10%;
}

input#save_and_sign,
input#close_create_button {
    background-image: url("../../../../themes/20reasons/images/icon-close_and_new-xxl.png") !important;
    width: 155px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

input#close_button {
    background-image: url("../../../../themes/20reasons/images/icon-approve-xxl.png") !important;
    width: 95px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

input#generateReportAssistance_button {
    background-image: url("../../../../themes/20reasons/images/icon-report-xxl.png") !important;
    width: 135px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

input#CANCEL_HEADER,
input#CANCEL_FOOTER,
input#CANCEL {
    background-image: url("../../../../themes/20reasons/images/icon-delete-xxl.png") !important;
    width: 105px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 6px !important;
    padding: 8px 15px !important;
    text-align: right !important;
}

#delete_all_prices_button {
    background-image: url("../../../../themes/20reasons/images/icon-delete-xxl.png");
    width: 200px;
}

#detailpanel_1_img_hide, #detailpanel_1_img_show,
#detailpanel_2_img_hide, #detailpanel_2_img_show,
#detailpanel_3_img_hide, #detailpanel_3_img_show,
#detailpanel_4_img_hide, #detailpanel_4_img_show,
#detailpanel_5_img_hide, #detailpanel_5_img_show {
    border-radius: 20%;
    border: 1px solid #00529B !important;
    padding: 2px;
    margin-left: 6px;
    margin-right: 1px;
}

div#list_subpanel_aos_products_enf_precios_1 ul li.sugar_action_button,
div#list_subpanel_aos_products_enf_precios_1 ul li.sugar_action_button ul.subnav li,

div#list_subpanel_urd_tests_urd_productos_de_pilotos_1 ul li.sugar_action_button,
div#list_subpanel_urd_tests_urd_productos_de_pilotos_1 ul li.sugar_action_button ul.subnav li,

div#list_subpanel_enf_soluciones_enf_productos_de_soluciones_1 li.sugar_action_button,
div#list_subpanel_enf_soluciones_enf_productos_de_soluciones_1 li.sugar_action_button ul.subnav li {
   display: block !important;
}

.list tr.oddListRowS1 td[field=name],
.list tr.oddListRowS1 td[field=name_c] {
  width: 10%;
  white-space: nowrap !important;
}

img.inlineHelpTip,
.inlineHelpTip {
    padding-left: 9px;
    padding-right: 0px;
    width: 15px !important;
    vertical-align: middle;
    float: right;
    filter: grayscale(100%);
    opacity: 0.5;
}

div.dashletPanel div.bd div.bd-center div div h3 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #00529B !important;
}
div.dashletPanel .week .col .col_head a {
    border: 0px solid #ccc !important;
    padding: 0px 5px !important;
    background: transparent !important;
}
div.dashletPanel div.bd div.bd-center div:not(#cal-grid) div a {
font-size: 13px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #E8AA10;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-color: #00529B !important;
    color: #00529B !important;
    padding: 8px 15px !important;
    background-color: #ecf1f4;
}
div.dashletPanel div.bd div.bd-center div {
}

div.dashletPanel div.bd div.bd-center div div {
  _height:50px;
}

div.dashletPanel div.bd {
  _height:80px;
}

#loginform form.form-signin div.companylogo {
  margin-left: -30px;
}

form.form-signin div.companylogo img {
  width: 240px !important;
}

/* ---- URD MESSAGES BEGIN ----- */
.urd_toast {
  width: 30%;
  _position: absolute;
  position: fixed;
  z-index: 999;
  top: 40px;
  right: 10px;
  border-radius: 12px;
  background: #e5e5e5;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
}

.urd_toast-body {
    padding: 20px 35px 20px 25px;
    overflow-y: auto;
    /* para que no tape la barra inferior */
    flex: 1 1 auto;
}

.urd_toast.active {
  transform: translateX(0%);
  position: fixed;
}

.urd_toast .urd_toast-body .urd_toast-content {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #838383;
}

.urd_toast-content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 45px;
  background-color: #4070f4;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.urd_toast-content .info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 45px;
  background-color: #339900;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.urd_toast-content .warning {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 45px;
  background-color: #ffcc00;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.urd_toast-content .danger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 45px;
  background-color: #cc3300;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.urd_toast-content .urd_message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.urd_message .text {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}

.urd_message .text.text-1 {
  font-weight: 600;
  color: #333;
}

.urd_toast .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
  font-size: 25px;
}

.urd_toast .close:hover {
  opacity: 1;
}

.urd_toast .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;

}

.urd_toast .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  _background-color: #4070f4;
  background-color: #ffcc00;
}

.progress.active:before {
  animation: progress 5s linear forwards;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}

div.urd_message_main_contenedor {
    border-top   : 1px dotted #838383;
    margin       : 10px 0px 0px 0px;
    padding      : 10px 0px 0px 0px;
}

div.urd_message_contenedor {
    display        : flex;
    margin-left    : 20px; 
    flex-direction : column;
}

.urd_icon_info {
    padding-left: 9px;
    padding-right: 0px;
    width: 15px;
    vertical-align: middle;
    filter: invert(1);
    opacity: 0.5;
}

/* ---- URD MESSAGES END ----- */


/* CSS PILOTOS - Objetivos */
td#mejorar_exp_compra_obj_c_label {
    padding-top: 50px !important;
}
.piloto_contenedor_detail,
.piloto_contenedor {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
}
.piloto_contenedor_detail_2 {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}
.piloto_contenedor_detail_2 .piloto_elemento {
    _width: 200px;
}
.piloto_elemento_2_nivel,
.piloto_elemento_2_nivel_right,
.piloto_elemento_2_nivel_left,
.piloto_elemento {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.piloto_elemento_comentario {
    width: 300px;
}

.piloto_elemento_check {
    width: 60px;
}

.piloto_elemento_2_nivel_left {
    width: 20px;
}
.piloto_elemento_2_nivel_right {
    width: 133px;
}

.piloto_elemento textarea,
.piloto_elemento_2_nivel textarea {
    _resize: none;
}
.piloto_elemento input[type="checkbox"] {
    margin: 10px;
}
.piloto_comentario {
    vertical-align: middle;
    margin: 10px;
}
.piloto_label {
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #ccc;
}

.piloto_contenedor_detail span {
    _width: 200px;
}



/*
  Begin Quote Check Box
*/
/* Customize the label (the urd_container) */
.urd_main_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.urd_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px !important;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.urd_container input,
.urd_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 8px;
    font-size: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;

}

/* On mouse-over, add a grey background color */
.urd_container_detail:hover input ~ .checkmark,
.urd_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.urd_container_detail input#quote_max_discount_exceeded_c:checked ~ .checkmark,
.urd_container_detail input#quote_min_margen_exceeded_c:checked ~ .checkmark,

.urd_container input#quote_not_autorized_c:checked ~ .checkmark,
.urd_container input#quote_max_discount_exceeded_c:checked ~ .checkmark,
.urd_container input#quote_min_margen_exceeded_c:checked ~ .checkmark {
  background-color: #C21807;
}

/* When the checkbox is checked, add a green background */
.urd_container_detail input#quote_request_for_auth_c:checked ~ .checkmark,
.urd_container input#quote_request_for_auth_c:checked ~ .checkmark,
.urd_container input#rate_p_status_c:checked ~ .checkmark,
.urd_container input#rate_s_status_c:checked ~ .checkmark,
.urd_container input#rate_d_status_c:checked ~ .checkmark {
  background-color: #339900;
}

/* When the checkbox is checked, add a blue background */
.urd_container input#quote_autorized_by_system_c:checked ~ .checkmark,
.urd_container input#quote_autorized_c:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.urd_container_detail input:checked ~ .checkmark:after,
.urd_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.urd_container_detail .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 5px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the checkmark/indicator */
.urd_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------- ICONO ASPA (estado NO marcado) ---------- */
#maintenance_contract_container .urd_container .checkmark::before,
#detail_rate_container .urd_container .checkmark::before {
  /* pseudo-elemento visible por defecto */
  content: "";
  position: absolute;
  inset: 3px;                 /* ocupa todo el cuadrado de 25 px */
  border-radius: 8px;       /* respeta el radio del contenedor */
  background-color: #eee;   /* fondo gris */
  display: block;

  /* aspa roja en CSS puro: dos diagonales con gradientes */
  background-image:
    linear-gradient(45deg, transparent 46%, #cc0000 43%, #cc0000 57%, transparent 54%),
    linear-gradient(-45deg, transparent 46%, #cc0000 43%, #cc0000 57%, transparent 54%);
  background-repeat: no-repeat;
  background-position: center;
}

/* ---------- ICONO CHECK (estado marcado) ---------- */
#maintenance_contract_container .urd_container .checkmark::after,
#detail_rate_container .urd_container .checkmark::after {
  /* pseudo-elemento oculto por defecto; dibuja la «✓» */
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;            /* solo se mostrará cuando esté :checked */
}

/* ---------- CAMBIO DE ESTADO ---------- */
#maintenance_contract_container .urd_container input#maintenance_contract_applied_c:checked ~ .checkmark,
#detail_rate_container .urd_container input#rate_p_status_c:checked ~ .checkmark {
  background-color: #339900;    /* cuadrado pasa a verde */
}
#detail_rate_container .urd_container input#rate_s_status_c:checked ~ .checkmark,
#detail_rate_container .urd_container input#rate_d_status_c:checked ~ .checkmark {
  background-color: #2196F3;    /* cuadrado pasa a azul */
}

/* al marcar: se oculta el aspa y aparece el check */
#maintenance_contract_container .urd_container input#maintenance_contract_applied_c:checked ~ .checkmark::before,
#detail_rate_container .urd_container input#rate_p_status_c:checked ~ .checkmark::before,
#detail_rate_container .urd_container input#rate_s_status_c:checked ~ .checkmark::before,
#detail_rate_container .urd_container input#rate_d_status_c:checked ~ .checkmark::before {
  display: none;                /* oculta aspa */
}
#maintenance_contract_container .urd_container input#maintenance_contract_applied_c:checked ~ .checkmark::after,
#detail_rate_container .urd_container input#rate_p_status_c:checked ~ .checkmark::after,
#detail_rate_container .urd_container input#rate_s_status_c:checked ~ .checkmark::after,
#detail_rate_container .urd_container input#rate_d_status_c:checked ~ .checkmark::after {
  display: block;               /* muestra ✓ */
}

#maintenance_contract_container,
#detail_rate_container,
#authorized_by_container {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#request_for_autorization_status,
#autorization_status {
    color: #C21807;
    font-weight: 900;
    font-size: 15px;
}

