
body {
    font-family: 'Roboto', Arial, sans-serif;
    letter-spacing: 0.01rem;
    font-size: medium;
    color: #484848;
    background: #E0E0E0;
}

/* icon user */
#cd .header-user .hu-details img {    border-color: #242424;}

/*** link ***/
a:link,
a:visited,
a:active {
    color: #55B7D6;
    text-decoration: none;
}
a:hover, #cd ul.item-list li a:hover,
#cd ul.task-list li a:hover  {
  text-decoration: underline;
}

.container {
    width: 85%;
    margin: 0 auto;
    padding: 0;
}
/*** the css code below from base.css file ***/

#cd .container .column, 
#cd .container .columns {float: left; display: inline; margin-left: 10px; margin-right: 10px;}

#cd .column.alpha, #cd .columns.alpha, .column.alpha, .columns.alpha {margin-left: 0;}
#cd .column.omega, #cd .columns.omega, .column.omega, .columns.omega {margin-right: 0;}

#cd .container .one.column,
#cd .container .one.columns             {width: 70px;}
#cd .container .two.columns             {width: 19%;}
#cd .container .three.columns           {width: 26%;}
#cd .container .four.columns            {width: 32%;}
#cd .container .five.columns            {width: 37%;}
#cd .container .six.columns             {width: 48%;}
#cd .container .seven.columns           {width: 60%;}
#cd .container .eight.columns           {width: 65%;}
#cd .container .nine.columns            {width: 71%;}
#cd .container .ten.columns             {width: 78%;}
#cd .container .eleven.columns          {width: 970px;}
#cd .container .twelve.columns          {width: 1060px;}

#cd .container .one-third.columns       {width: 31.5%;}

#cd .inner-twelve                       {width: 1024px;}

#cd .inner-nine                         {width: 72%;}
#cd .inner-eight                        {width: 676px;}

#cd .inner-six                          {width: 502px;}
#cd .inner-five                         {width: 415px;}
#cd .inner-four                         {width: 328px;}
#cd .inner-three                        {width: 24%;} 
#cd .inner-two                          {width: 154px;}
#cd .inner-one                          {width: 67px;}

#cd .inner-one-third.columns            {width: 328px;}
.container .one-third.column            {width: 300px;}

/*** website grid ***/

.container .column, 
.container .columns {float: left; display: inline; margin-left: 10px; margin-right: 10px;}
.container .two-thirds.column           {width: 620px;}
.container:after {content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after, .clearfix:after {clear: both;}
.row, .clearfix {zoom: 1;}

/*** END of the css code below from base.css file ***/


/*** header ***/
header, 
.header {
    background-color: #FFF ;
    border-bottom: 1px solid #FFF;
    min-height: 100px;
}
.header-inner {
    padding: 15px 0 0; /* No bottom padding, logo sits flush with nav */
    margin: 0 auto;
    position: relative;
}
#cd .header-left {
    float: left;
    padding: 2px 0 0 0;
}
#cd .header-logo {
    display: block;
    overflow: hidden;
}
#cd #auth-status {    color: #7f8890;}
#cd .header-right {	margin-top: 16px;}
#cd .header-right,
.header-left, 
#cd .header-user, 
.cms_paragraph_image.right, 
.context-menu, 
#weekadd_top div.after, 
#cd footer .three.columns.omega, 
#cd .options-menu, 
#cd .alert-box .btn-vertical-align {
    float: right;
}
#cd .logo-left .header-right {    right: 0;}
#cd h1 {
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
}
/* NEW USER HEADER */

#cd .header-user li {
    position: relative;
    padding: 2px;
    margin: 0;
    background-color: #d3d3d3;
    border-radius: 50%;
    line-height: 16px;
}
#cd .hu-details {
    position: absolute;
    top: 40px;
    width: 150px;
    padding: 15px;
    background-color: #FFF;
    display: none;
    border-top: 1px solid #d3d3d3;
    box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12);
    border-radius: 2px;
    z-index: 1001;
}
#cd .header-user li:hover .hu-details {
    display: block;
    opacity: 1;
    top: 30px;
    background-image: url(/images/profile-bg.jpg);
}
#cd .hu-details,
#cd .logo-left .hu-details {
    left: -140px;
}
#cd .hu-details a:hover {
    color: #484848;
    text-decoration: underline;
}
#cd .header-user .hu-d-intro {
    padding: 0 0 10px;
    margin: 0 0 7px 0;
    text-align: center;
    border-bottom: 1px solid #484848;
}
#cd .header-user .hu-details img {
    margin: 0;
    width: 124px;
    text-align: center;
    border-radius: 50%;
    margin: 0 0 5px 0;
}
#cd .hu-email {    font-size: 11px;}
#cd .header-search {    margin: 0 70px 0 0;}
#cd .header-search input.header-input[type="text"],
#cd .header-search input.header-input[type="text"]:focus {
    width: 200px;
    float: left;
    padding: 8px 16px;
    background-color: #FFF;
    border: 1px solid #4B5A66;
    border-radius: 15px !important;
    color: #4B5A66;
}
ul.header-search-autocomplete,
ul.header-search-autocomplete li.ui-menu-item {
    background: #4B5A66;
    color: #FFF;
    margin-bottom: 4px;
    border: none;
}
ul.header-search-autocomplete li.ui-menu-item a {
    color: #FFF;
    border: none;
}
ul.header-search-autocomplete li.ui-menu-item a.ui-state-focus {
    background: #444;
    border: none;
}
ul.header-search-autocomplete {    min-height: 400px;}
/*** nav ***/
#cd .cd-main-nav {
    background-color: #2397BE;
    color: #FFF;
    margin: 0;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    position: relative;
    z-index: 999;
}
#cd .cd-main-nav .container {    width: 100%; }
#cd .nav-wrapper {
    text-align: center;
    margin: 0 auto;
}
#cd .cd-mainnav {
    margin: 0;
    padding: 0;
    font-size: .95rem;
    width: 100%;
}
#cd .cd-mainnav li {
    float: left;
    padding: 0;
}
#cd .cd-mainnav li a,
#cd .mobile-menu a {
    background-color: #2397BE;
    color: #FFF;
    display: block;
    padding: 4px 16px;
    line-height: 2rem;
    letter-spacing: 0.5px;
    text-decoration: none;
}
#cd .cd-mainnav li a:hover {
    background-color: #34b1db;
    color: #FFF;
}
/* dropdown 1st */
#cd .cd-mainnav li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 280px;
    top: initial;
    left: initial;
}
#cd .cd-mainnav li:hover ul ul.nested {
    position: relative;
    margin: 0;
    padding: 0;
    left: initial;
}
#cd .options-menu li ul li,
#cd .cd-mainnav li ul li {
    float: none;
    text-align: left;
}
/* dropdown 2nd */
#cd .cd-mainnav li:hover ul li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 280px;
    left: 279px;
    top: 0px;
}
#cd .cd-mainnav li:hover ul li ul.nested {
    display: block;
    left: 0;
}
#cd .cd-mainnav li:hover ul li:hover ul.nested {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 280px;
    left: 0;
    top: 0;
}
/* mobile */
/* dashboard */
/* context menu */
.context-menu ul li ul {
  display: none;
  position: absolute;
  z-index: 1000;
  right: 7.5%;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12);
  border-radius: 2px;
}
/* use click also */

.context-menu ul li:hover { cursor: pointer; }
.context-menu ul li:hover ul {
  display: block;
}
.context-menu ul li:first-letter {
  text-transform: uppercase;
}

.context-menu ul li ul li a {   
  color: #484848;
  display: block;
  padding: 4px 16px;
  line-height: 2rem;
  letter-spacing: 0.5px;
  text-decoration: none; 
}
.context-menu ul li ul li a:hover {  background-color: #F2EFEF;}
#cd .context-menu .option-admin {  margin-left: 64px;}

#cd .context-menu ul li ul input[type="submit"] {
  background-color: #fff;
  color: #484848;
  padding: 4px 16px;
  line-height: 2rem;
  letter-spacing: 0.5px;
  border: none;
  margin: 0;
  width: 100%;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}

#cd .context-menu ul li ul input[type="submit"]:hover {
  background-color: #F2EFEF;
}
/* .context menu */

/*** typography ***/
h1 {
  font-size: 30px; 
  line-height: 40px;
}
h2 {
  font-size: 1.3rem; 
  line-height: 1.4rem;
  font-weight: 500;
}
h3 {
  font-size: 1.2rem; 
  line-height: 1.3rem;
  font-weight: 500;
}
h4 {
  font-size: .95rem; 
  line-height: 1.2rem;
  font-weight: 600;
}
h5 {
  font-size: .94rem; 
  line-height: 1.2rem;
}
h6 {
  font-size: .93rem; 
  line-height: 1.2rem;
}

#cd .group-heading {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
}
#cd strong,
#cd b, 
.stepper .active .step-title {    font-weight: 500;}
#cd small {
    font-size: 80%;
    line-height: 12px;
}
#cd sub {top: .5ex;}
#cd sup {bottom: 1ex;}
#cd hr {
    border: 1px solid #eee;
    clear: both;
    margin: 15px 0 0 0;
    height: 0;
}
#cd .divider {
    margin: 0 0 16px 0;
    height: 1px;
    border: none;
    background-color: #e0e0e0;
    display: block;
}
#cd .text-block {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #eaeaea;
}
.box-info dd a:link {    word-wrap: break-word;}

/* --- Compact boxes (WTF?)) --- */
#cd .box.box-compact .box-content,
#cd .box.box-compact .form-action {    padding: 12px 20px;}
/* --- Lists --- */
#cd ul,
#cd ol {    line-height: 1.5rem;}
#cd ul.unstyled li {
    padding-left: 0;
    background-image: none;
}

#cd ul.numbered-list,
#cd ol.numbered-list {
    list-style: decimal inside;
    margin-left: 0;
}
#cd ul.numbered-list li,
#cd ol.numbered-list li {
    padding-left: 5px;
    line-height: 22px;
}

#cd dl {line-height: 21px;}
#cd dl dt {font-weight: 600;}
#cd dl dd {
    padding: 0 0 0 10px;
    margin: 1px 0 1px 1px;
    border-left: 1px solid #e0e0e0;
}

#cd ul.item-list,
#cd ul.task-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#cd ul.item-list li,
#cd ul.task-list li, #cd .box.box-compact .form-list > li {    padding: 4px 0;}
#cd ul.item-list li.long-emails {
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-simple li  {
  margin: 0 0 4px 0;

}
.list-simple li span {
  margin-right: 16px;
  min-width: 100px;
  font-weight: 600;
  display: inline-block;
}

/** typography **/
#cd .txt-green,
#cd .txt-success {color: #43a03b;}
#cd .txt-orange,
#cd .txt-warning {color: #e06811;}

#cd .txt-highlight {
    background: #47494a;
    color: #f5f5f5;
    padding: 0 4px;
}

#cd .txt-blue .txt-highlight,
#cd .txt-info .txt-highlight {
    background: #3B91A9;
    color: #FFF;
    padding: 0 4px;
}
#cd .txt-red .txt-highlight,
#cd .txt-danger .txt-highlight {
    background: #8A2020;
    color: #FFF;
    padding: 0 4px;
}
#cd .txt-grey .txt-highlight,
#cd .txt-fade .txt-highlight {
    background: #737373;
    color: #fafafa;
    padding: 0 4px;
}

#cd .txt-break {    word-break: break-all;}
#cd p.page-header-text {    margin: 15px 0 20px 1px;}

#cd .hide {display: none !important;}
/*** table ***/
table {
    text-align: left;
    width: 100%;
}

th, 
td {
    border: 1px solid #E0E0E0;
    padding: 8px;
    line-height: 1.1rem;
    font-size: .9em;
    text-align: left;
    vertical-align: middle;
}
th {
    font-weight: 500;
}
th a:hover, 
.options-select, 
#cd td.directory-home a  {    color: #666;}
.table-plain th,
.table-simple th {
    font-weight: 400;
}
.table-plain th,
.table-simple th,
.table-plain td,
.table-simple td {
    border-right: none;
    border-left: none;
    border-top: none;
    padding: 12px 8px;
}
.table-overfloat th,
.table-overfloat td {
  background: #FFF;
}
.table-simple .box-options, 
#cd .form-list.form-list-no-border li {    border-bottom: none;}
.table-text td, 
#cd .display-area th,
#cd .display-area td, 
#cd .form-list.form-list-no-border,
#cd .form-list.form-list-no-border li span, 
#cd .form-list.form-list-no-border li div  {
    border: none;
}

.form-group.concise.aggregate th:first-child,
.form-group.concise.aggregate td:first-child,
#cd .align-center, 
#cd .concise.aggregate .input,
.table-simple .box-options {
    border-bottom: none;
}

.form-questions tbody tr:first-child td,
.form-section table tbody tr:first-child td {
  border-top: none;
}
th.status,
th.actions,
th.interactive,
th.date {
    text-align: center;
}
td.label {
    font-weight: 600;
    border-right: none;
    width: 20%;
    padding-left: 16px;
}
td.note {
    font-weight: 500;
    font-style: italic;
}

td.index,
td.number,
td.date {
    text-align: right;
    padding-right: 16px;
}
th.index,
td.index,
th.scale,
td.scale  {
  width: 16px;	
}

th.date,
td.date {    min-width: 40px;}
th.number {   width: 100px;}

td.note,
td.comment {    padding: 8px 16px 8px;}
td.title,
td.description {    min-width: 300px;}
td.actions {    padding: 4px;}

th.pager:first-child,
td.row-select {
    text-align: center;
    padding-top: 12px;
}
#cd table tr th.align-right,
#cd table td.align-right, 
#cd .align-right, 
#cd td.value_col {    text-align: right;}

#cd table tfoot td {
    font-weight: 600;
    color: #666;
    padding: 6px 10px;
}
#cd table tbody th,
#cd table tbody tr th.fluffy-cell {
    border-top: 0px solid #d3d3d3;
}
#cd tr.directory-inner td {
    background: #f2f2f2;
    color: #854848;
}
#cd .table-hover tbody tr:hover td {    background: #FAFAFA;}
#cd .table-data .table-hover th {
    vertical-align: text-top;
}

/* table header sort buttons */
#cd table th.table-sort-btn a,
#cd table th.table-sort-btn-asc a,
#cd table th.table-sort-btn-des a {
    display: block; padding: 0 10px 0 0;
}
#cd table th.table-sort-btn a {
    background: url("/images/table-sort-btn.png") 100% 2px no-repeat;
}
#cd table th.table-sort-btn a:hover {
    background: url("/images/table-sort-btn.png") 100% -146px no-repeat;
}
#cd table th.table-sort-btn-des a {
    background: url("/images/table-sort-des.png") 100% -146px no-repeat;
}
#cd table th.table-sort-btn-des a:hover {
    background: url("/images/table-sort-des.png") 100% 7px no-repeat;
}
#cd table th.table-sort-btn-asc a {
    background: url("/images/table-sort-asc.png") 100% 7px no-repeat;
}
#cd table th.table-sort-btn-asc a:hover {
    background: url("/images/table-sort-asc.png") 100% -146px no-repeat;
}
#cd .cd-mainnav li:hover ul li, 
#cd .cd-mainnav li.dashboard  {    position: relative;}

.scroll-wrapper {
    overflow: visible;
    overflow-x: auto;
    overflow-y: hidden !important;
    position: relative;
    z-index: 1;
}
/*** icons ****/
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
}
.icon.icon-tick,
.icon-tick {
  background-image: url(/images/ic_check_black_24dp_1x.png);
}
.icon.icon-tick.primary,
.icon-tick.primary {
  background-image: url(/images/ic_check_green_24dp_1x.png);
}
.icon.icon-tick.dissabled,
.icon-tick.dissabled { background-image: none;}
.icon-reflection.primary {
  background-image: url(/images/icons/baseline_feedback_gr_24_18dp.png);
}
.icon.icon-tick.dissabled-cross {
    background-image: url(/images/icons/baseline_clear_red_24dp.png);
}
.icon-reflection {
  background-image: url(/images/icons/baseline_feedback_gy_24_18dp.png);
}
.icon-warning {
  background-image: url(/images/icons/ic_warning_gy_24dp_1x.png);
}
.icon-warning.warning-ye {
  background-image: url(/images/icons/baseline_warning_ye_24_18dp.png);
}

.icon span {
  display: block;
  width: 24px;
  height: 24px;
}
.icon.icon-label {
  width: auto;
  vertical-align: top;
  padding: 8px 4px;
}
.icon .link {
  background-image: url(/images/icons/ic_link_gy_24dp_1x.png);
}

.icon .public {
  background-image: url(/images/icons/baseline_public_gy_24_18dp.png);
}
.icon .public.active {
  background-image: url(/images/icons/baseline_public_gr_24_18dp.png);
}
.icon .share {
  background-image: url(/images/icons/ic_share_gy_24dp_1x.png);
}
.icon .group {
  background-image: url(/images/icons/baseline_people_gy_24_18dp.png);
}
.icon .group.active {
  background-image: url(/images/icons/baseline_people_gr_24_18dp.png);
}
.icon .add {
  background-image: url(/images/icons/ic_add_gy_24dp_1x.png);
}
.icon .add-person {
  background-image: url(/images/icons/ic_mode_person_add_gy_24dp_1x_1.png);
}
.icon .edit,
.icon.action.edit {
  background-image: url(/images/icons/ic_mode_edit_gy_24dp_1x_1.png);
}
.icon .delete,
.icon.action.delete {
  background-image: url(/images/icons/ic_mode_delete_gy_24dp.png);
}

.icon.action {
    margin: 0 8px;
    vertical-align: middle;
}

#cd .w12 {width: 12px;min-width: 12px;max-width: 12px;}
#cd .w120 {width: 120px;min-width: 120px;max-width: 120px;}
#cd .w150 {width: 150px;min-width: 150px;max-width: 150px;}
#cd .w200 {width: 200px;min-width: 200px;max-width: 200px;}
#cd .w220 {width: 220px;min-width: 220px;max-width: 220px;}
#cd .w280 {width: 280px;min-width: 280px;max-width: 280px;}
#cd .w300 {width: 300px;min-width: 300px;max-width: 300px;}
#cd .w320 {width: 320px;min-width: 320px;max-width: 320px;}
#cd .w340 {width: 340px;min-width: 340px;max-width: 340px;}
#cd .w350 {width: 350px;min-width: 350px;max-width: 350px;}
#cd .w580 {width: 580px;min-width: 580px;max-width: 580px;}
#cd .w620 {width: 620px;min-width: 620px;max-width: 620px;}
#cd .w640 {width: 640px;min-width: 640px;max-width: 640px;}
#cd .h200 {height: 200px;} 
#cd .w-half {
	width: 49%;
	vertical-align: top;
}
#cd .w-third {width:33%}
#cd td.required,
#cd .required {
    color: #ca0d0d;
}
#cd .padding-top-small      {padding-top: 10px;}
#cd .padding-right          {padding-right: 20px;}
#cd .padding-right-small    {padding-right: 10px;}
#cd .padding-right-mini     {padding-right: 5px;}
#cd .padding-right-none     {padding-right: 0;}
#cd .padding-bottom         {padding-bottom: 20px;}
#cd .padding-bottom-small   {padding-bottom: 10px;} 
#cd .form-list              {padding-bottom: 0;}
#cd .padding-left           {padding-left: 20px;}
#cd .padding-left-small     {padding-left: 10px;}
#cd .padding-left-mini      {padding-left: 5px;}

/* --- Portlet --- */
.portlet-column {    min-height: 50px;}
.colnum2 { width : 49%; }
.colnum3 { width : 31.5%; }
.portlet-placeholder {
    border: 2px dashed #aaa;
    background-color: #efefef;
}
/* From pre-consolidated design */
.columns.highlight-column {
    background: #A79B9A url("/images/bg-column-highlight.png") repeat !important;
}
.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
}
.avatar.person {
  background-image: url("/images/icons/baseline_person_white_24_18dp.png");
}
.td_scaleIcon{  min-width: 110px;}
.scaleIcon {
  text-align: center;
  padding: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: initial;
  color: #FFF;
  border-radius: 50%;
  margin: 0 8px;
  font-weight: 600;
  border: none;
} 
.scale_0 {
  background-color: #D02838;
  border-color: #D02838;
}
.scale_1 {
  background-color: #81CF89; 
  border-color: #81CF89;
}
.scale_2 {
  background-color: #2A8739;
  border-color: #2A8739;
}

.scaleText {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**** tooltip ***/
.tooltip {
  position: relative;
  display: inline-block;
  cursor: default;
}

.scaffold-tooltip {
    position: inherit;
}

.display-area .display-area-left .tooltiptext, 
.display-cell .tooltiptext,
.tooltip .tooltiptext {
  visibility: hidden;
  line-height: normal;
  padding: 12px;
  font-size: .9rem;
  font-weight: 400;
  font-family: 'Roboto', Arial, sans-serif;
  box-shadow: 0 0 0 #999;
  background: #FFF;
  border: 1px solid #d3d3d3;
  border-radius: 2px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  min-width: 180px;
  overflow: auto;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  text-align: left;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext a{
  transition: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
  -o-transition: initial;	
}
.tooltiptext {
  color: #484848;
}
.tooltiptext div {
  padding: 0  0  8px 0;
}
/*** raised buttons ***/
#cd .button,
#cd button,
#cd input[type="submit"],
#cd input[type="reset"],
#cd input[type="button"] {
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
    padding: 8px 16px;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    color: #FFF;
    background-color: #2397BE;
    background-image: none;
    border: 1px solid #2397BE;
    border-radius: 2px !important;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin: 0 0 0 8px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cd .button:hover,
#cd button:hover,
#cd input[type="submit"]:hover,
#cd input[type="reset"]:hover,
#cd input[type="button"]:hover {
    border: 1px solid #34B1DB;
    background-color: #34B1DB;
}

#cd button.btn-small,
#cd input[type="submit"].btn-small,
#cd input[type="reset"].btn-small,
#cd input[type="button"].btn-small,
#cd .btn-small,
#cd button.btn-mini,
#cd input[type="submit"].btn-mini,
#cd input[type="reset"].btn-mini,
#cd input[type="button"].btn-mini,
#cd .btn-mini {
    font-size: 0.7em;
    padding: 4px 8px;
    margin: 0 0 4px 8px;
}
#cd .button.btn-mini,
#cd button.btn-mini,
#cd input[type="submit"].btn-mini,
#cd input[type="reset"].btn-mini,
#cd input[type="button"].btn-mini {
   line-height: 12px;
    }
#cd button.btn-grey,
#cd input[type="submit"].btn-grey,
#cd input[type="reset"].btn-grey,
#cd input[type="button"].btn-grey,
#cd .btn-grey {
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
  color: #484848;
}
#cd button.btn-grey:hover,
#cd input[type="submit"].btn-grey:hover,
#cd input[type="reset"].btn-grey:hover,
#cd input[type="button"].btn-grey:hover,
#cd .btn-grey:hover {
  background-color: #D5D5D5;
  border: 1px solid #D5D5D5;
  color: #484848;
}

/* flat buttons */
.btn {
  text-transform: uppercase;
  display: inline-block;  
  line-height: normal;
  padding: 8px 16px;
  font-size: 14px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  color: #484848;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin: 0 0 0 8px;
  white-space: nowrap;
  cursor: pointer;	
}
a.btn:hover,
.btn:hover {
  text-decoration: none;
}
a.btn,
.btn {
  color: #484848;	
}
.btn:hover {
  background-color: #e0e0e0;
}

a.btn-secondary,
.btn-secondary {
  color: #59BA50;
}
.btn-secondary:hover {
  background-color: #E9F6EA;
}

.btn.dissabled,
.btn-secondary.dissabled,
.btn.dissabled:hover,
.btn-secondary.dissabled:hover {
  color: #CCC;
  background-color: none;
}

.btn-icon {
  background-repeat: no-repeat;  /* make the background image appear only once */
  background-position: 90% center;  /* equivalent to 'top left' */
  padding-right: 40px;
}
.btn-icon.btn-download {
  background-image: url(/images/icons/ic_file_download_gy_24dp_1x.png);
}
.btn-icon.btn-filter {
  background-image: url(/images/icons/ic_filter_list_gy_24dp_1x.png);
}
.btn-icon.btn-option {
  background-image: url(/images/icons/ic_more_vert_black_24dp_1x.png);
}
.btn-icon.btn-list {
  background-image: url(/images/icons/ic_list_black_24dp_1x.png);
}
/* JQuery UI button fix */
#cd .btn-link {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 6px 5px 4px 5px;
    font-size: 12px;
    font-weight: 600;
}
#cd .radio-content li .content-column {margin-left: 25px;}
/** form elements **/
#ui-datepicker-div .ui-datepicker-month, 
#ui-datepicker-div .ui-datepicker-year, 
#cd input[type="text"],
#cd input[type="password"],
#cd input[type="number"],
#cd input[type="email"],
#cd input[type="tel"],
#cd input[type="search"],
#cd textarea,
#cd select {
    display: inline-block;
    line-height: normal;
    padding: 8px;
    font-size: .9rem;
    font-family: 'Roboto', Arial, sans-serif;
    box-shadow: 0 0 0 #999;
    background: #FFF;
    border: 1px solid #d3d3d3;
    border-radius: 2px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*--- Placeholder ---*/
input::-webkit-input-placeholder::first-letter, 
input:-ms-input-placeholder::first-letter {  text-transform: uppercase;}

input::-moz-placeholder, 
input:-ms-input-placeholder, 
input:-moz-placeholder, 
input::-webkit-input-placeholder { /* Firefox 19+ */ 
  color: #BFBFBF;
  text-transform: lowercase;
}
#cd select {padding: 4px 5px 4px 5px;}
#cd input[type="text"]:hover,
#cd input[type="password"]:hover,
#cd input[type="search"]:hover,
#cd input[type="tel"]:hover,
#cd input[type="email"]:hover,
#cd textarea:hover,
#cd select:hover,
#cd .placeholder:hover {    background: #FFF;}

#cd input[type="text"]:focus,
#cd input[type="password"]:focus,
#cd input[type="search"]:focus,
#cd input[type="email"]:focus,
#cd input[type="tel"]:focus,
#cd textarea:focus,
#cd select:focus,
#cd .placeholder:focus {
    background: #FFF;
    outline: 0px solid #FFF;
    color: #585858;
    border: 1px solid #b0b0b0;
    box-shadow: 0 0 3px #999;
}

/** input calendar datapicker & minutes + colorpicker **/
.colorpicker {z-index: 3;}
#cd input.jscal-date,
#cd input[type="text"].jscal-date {
    padding: 8px 8px 8px 30px;
    background: #FFF url("/images/icon-calendar.png") 6px center no-repeat;
}
#cd .jscal-time {width: 65px !important; min-width: auto;}
#cd .jscal-time.datatime {width: 65px !important; min-width: 65px;}

/** date from to **/
#cd .date-from {
    float: left;
    margin: 0 10px 0 0;
    width: 46%;
}
#cd .date-from label {
    display: block;
    padding: 5px 0;
    clear: left;
}

.input-text,
.input-textarea,
#cd textarea {
    min-height: 100px;
    width: 100%;
    padding: 8px;
    resize: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 1px solid #DDD;
}

#cd .disabled,
#cd input.disabled,
#cd input:disabled,
#cd input:disabled:hover,
#cd input[type="text"][disabled],
#cd input[type="text"]:disabled,
#cd input[type="password"][disabled],
#cd input[type="password"]:disabled,
#cd input[type="search"][disabled],
#cd input[type="search"]:disabled,
#cd input[type="tel"][disabled],
#cd input[type="tel"]:disabled,
#cd input[type="file"][disabled],
#cd input[type="file"]:disabled,
#cd input[type="email"][disabled],
#cd input[type="email"]:disabled,
#cd select[disabled],
#cd select:disabled,
#cd textarea[disabled],
#cd textarea:disabled,
#cd textarea[readonly],
#cd input[type="text"][disabled]:hover,
#cd input[type="text"][disabled]:focus,
#cd input[type="text"]:disabled:hover,
#cd input[type="text"]:disabled:focus,
#cd input[type="password"][disabled]:hover,
#cd input[type="password"][disabled]:focus,
#cd input[type="password"]:disabled:hover,
#cd input[type="password"]:disabled:focus,
#cd input[type="search"][disabled]:hover,
#cd input[type="search"][disabled]:focus,
#cd input[type="search"]:disabled:hover,
#cd input[type="search"]:disabled:focus,
#cd input[type="tel"][disabled]:hover,
#cd input[type="tel"][disabled]:focus,
#cd input[type="tel"]:disabled:hover,
#cd input[type="tel"]:disabled:focus,
#cd input[type="file"][disabled]:hover,
#cd input[type="file"][disabled]:focus,
#cd input[type="file"]:disabled:hover,
#cd input[type="file"]:disabled:focus,
#cd input[type="email"][disabled]:hover,
#cd input[type="email"][disabled]:focus,
#cd input[type="email"]:disabled:hover,
#cd input[type="email"]:disabled:focus,
#cd select[disabled]:hover,
#cd select[disabled]:focus,
#cd select:disabled:hover,
#cd select:disabled:focus,
#cd textarea[disabled]:hover,
#cd textarea[disabled]:focus,
#cd textarea:disabled:hover,
#cd textarea:disabled:focus,
#cd textarea[readonly]:hover,
#cd textarea[readonly]:focus {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    color: #A3A3A3;
    opacity: .8;
    cursor: not-allowed;
}

#cd .disabled:hover,
.button:disabled,
.button:disabled:hover,
.button:disabled:focus {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    color: #A3A3A3;
}

.desc {
    color: #666;
    clear: both;
    margin: 4px 0 0 0;
    font-style: italic;
}
.input-label {
    font-weight: 500;   
    margin-bottom: 4px;
}
.input-element {
    margin: 8px 0;
}
.input-text {
  min-height: 2rem;
}
.input-checkbox {
	float: left;
	margin-right: 8px;
}
#cd ul.input-radio-group {
    margin: 16px 0;
}
.input-text:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1) !important;
}
.input-text.disabled {
    border: 1px solid #FFF !important;
}
.input-text:focus.disabled {
    border: 1px solid #FFF !important;
    box-shadow: none !important;
}
.input-select.disabled {
    -moz-appearance: none;
    -webkit-appearance:none;
}
#cd input.error,
#cd select.error,
#cd textarea.error,
#cd input.no-records,
#cd input[type="text"].no-records  {
    border: 1px solid #ca0d0d;
    color: #ca0d0d;
    background-color: #f9f2f2;
    box-shadow: 0 0 2px #ea3838;
}
#cd input.jscal-date.error, 
#cd input.jscal-date[type="text"].error {background-color: #F9F2F2;}

#cd input.inp-warning {
    border: 1px solid #ffb155;
    color: #ffb155;
    background: #ffeeda;
    box-shadow: 0 0 2px #ffc580;
}
/** input float **/
#cd .inp-left {
    float: left;
    margin: 0 5px 0 0;
}
/** input size **/
#cd input.inp-big, 
#cd select.inp-big, 
#cd textarea.inp-big {
    width: 90%; 
    min-width: 90%;
}
#cd input.inp-wide, 
#cd select.inp-wide, 
#cd textarea.inp-wide {
    width: 75%; 
    min-width: 75%;
}
#cd input.inp-half, 
#cd select.inp-half, 
#cd textarea.inp-half {
    width: 50%; 
    min-width: 50%;
}
#cd input.inp-small,
#cd select.inp-small, 
#cd textarea.inp-small {
    width: 25%; 
    min-width: 25%;
}
#cd input.inp-mini, 
#cd select.inp-mini, 
#cd textarea.inp-mini {
    width: 15%; 
    min-width: 15%;
}

/** radio & checkbox **/
#cd .radio-inline, 
#cd .radio-block, 
#cd .checkbox-inline, 
#cd .checkbox-block,
#cd .radio-block-fancy, 
#cd .checkbox-block-fancy,
#cd .radio-block-fancy-right, 
#cd .checkbox-block-fancy-right {
    list-style: none;
    margin: 0;
    overflow: hidden;
}
#cd .radio-inline label, 
#cd .radio-block label, 
#cd .checkbox-inline label, 
#cd .checkbox-block label,
#cd .radio-block-fancy label, 
#cd .checkbox-block-fancy label,
#cd .radio-block-fancy-right label, 
#cd .checkbox-block-fancy-right label {
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
}
#cd .radio-inline li, 
#cd .radio-block li,
#cd .checkbox-inline li, 
#cd .checkbox-block li {
    background: none; 
    padding: 0;
}
#cd .radio-block, 
#cd .checkbox-block,
#cd .radio-block-fancy, 
#cd .checkbox-block-fancy,
#cd .radio-block-fancy-right, 
#cd .checkbox-block-fancy-right {
    line-height: 22px;
}
#cd .radio-inline li,
#cd .checkbox-inline li {
    vertical-align: middle;
    margin: 0 15px 0 0;
    float: left;
    line-height: normal;
    overflow: hidden;
}
#cd .radio-inline li label,
#cd .checkbox-inline li label {
    padding: 6px 0 0 0;
}
#cd .radio-block li label,
#cd .checkbox-block li label {
    padding: 5px 0 0 0;
    line-height: 22px;
    float: none;
    display: block;
}
#cd .radio-inline input, 
#cd .radio-block input,
#cd .checkbox-inline input, 
#cd .checkbox-block input {
    width: auto;
    margin: 3px 8px 0 1px;
    float: left;
}
#cd ul.radio-block li, 
#cd ul.checkbox-block li {
    overflow: hidden;
}
#cd .radio-block input, 
#cd .checkbox-block input {
    margin: 4px 10px 0 1px;
}
#cd .radio-block-fancy li, 
#cd .checkbox-block-fancy li,
#cd .radio-block-fancy-right li, 
#cd .checkbox-block-fancy-right li {
    vertical-align: middle;
    margin: 0 0 3px 0;
    overflow: hidden;
    background: #e7eced;
    padding: 6px 10px;
    font-weight: 600;
    color: #284a52;
}
#cd .radio-block-fancy input, 
#cd .checkbox-block-fancy input,
#cd .radio-block-fancy-right input, 
#cd .checkbox-block-fancy-right input {
    width: auto;
    margin: 5px 10px 0 1px;
    float: left;
}

/* not Makk */
#cd .checkbox-block-fancy label {    border: none !important;}
#cd .radio-block-fancy-right input,
#cd .checkbox-block-fancy-right input {
    width: auto;
    margin: 5px 0 0 10px;
    float: right;
}

/* --- Field icons --- */
#cd input[type="text"].search-field,
#cd input[type="text"].search-input,
#cd input[type="text"].ac_loading {
    padding-left: 30px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

#cd input[type="text"].search-field,
#cd input[type="text"].search-field:hover,
#cd input[type="text"].search-field:focus,
#cd input[type="text"].search-input,
#cd input[type="text"].search-input:hover,
#cd input[type="text"].search-input:focus {
    background-image: url("/images/icon-search.png");
    background-position: 6px 5px;
    background-repeat: no-repeat;
}

#cd .header-search input[type="text"].header-input.search-input {
    background-position: 8px 7px;
    padding-left: 30px;
}
#cd input[type="text"].ac_loading,
#cd input[type="text"].ac_loading:hover,
#cd input[type="text"].ac_loading:focus,
#cd input[type="text"].ui-autocomplete-loading,
#cd input[type="text"].ui-autocomplete-loading:hover,
#cd input[type="text"].ui-autocomplete-loading:focus {
    background-image: url("/images/indicator.gif");
    background-position: 6px center;
    background-repeat: no-repeat;
}
#cd .header-search input.header-input.search-input.ui-autocomplete-loading {
    background-image: url("/images/indicator-admin-header.gif");
    background-position: 6px 8px;
}

/*** form list ***/
#cd .form-list {
    list-style: none;
    margin: 0;
}
#cd .form-list > li {
    overflow: hidden;
    padding: 0 0 16px 0;
    line-height: normal;
    text-align:left;
}
#cd .form-list label {
    display: block;
    float: left;
    width: 26%;
    line-height: 19px;
    word-wrap: break-word;
}
#cd .form-list .required {
    color: #ca0d0d;
    padding: 0 0 0 5px;
}
#cd .form-list li label + span,
#cd .form-list li label + div {
    float: right;
    width: 70%;
    margin: 4px 0 4px 0;
    display: block;
    padding-left: 16px;
}
#cd .form-list li span p, 
#cd .form-list li div p {
    padding: 5px 0;
    word-wrap: break-word;
}
#cd .form-list li #end_date_in_future_warning {
    width: 660px;
    padding: 5px 0 0 0;
}
#cd li span label.error,
#cd li div label.error,
#cd label.error {
    display: block;
    margin: 8px 0;
}
#cd .form-list li span label,
#cd .form-list li div label {
    float: none;
    padding: 0;
    width: 100%;
}
#cd .form-list li span textarea, 
#cd .form-list li div textarea {    margin-bottom: 6px;}
#cd .form-list li span p em, td p em, 
#cd .empty-value, #cd .form-list li div p em, 
#cd .txt-fade, 
#cd .tree-hierarchy li .hierarchical_tree_node_actions span  {
    color: #737373;
}
#cd a.help,  
#cd b.help, 
#cd p.help, 
#cd div.help, 
#cd span.help {
    padding: 3px 3px 3px 20px;
    background: url(/images/help-icon.png) no-repeat left 4px;
}

#cd .choice-aggregate,
#cd table.calendar.week { table-layout: fixed;}
#cd .form-questions .input ul.checklist li.checked {
    background-image: url("/images/tick.png");
}
#cd .form-questions .input ul.checklist li.unchecked {
    background-image: url("/images/cross.png");
}
#cd .form-questions .input ul.checklist li.checked,
#cd .form-questions .input ul.checklist li.unchecked {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 25px;
}

.form-group.concise label.radio.aggregate-label {
  padding: 16px;
  display: inline-block;
}
.form-group.concise label.radio.aggregate-label input {
  margin-right: 16px;
}
.concise.aggregate .input {
  text-align: center;
}
/* Form list block */
#cd .form-list.form-list-block li {    padding: 0 0 10px;}
#cd .form-list.form-list-block li label {
    display: block;
    float: none;
    width: auto;
    padding:5px 0px;
    border-right: none;
}

#cd .form-list.form-list-block li span, 
#cd .form-list.form-list-block li div {
    float: none;
    width: auto;
    padding:5px 0;
    margin: 0;
}

/* Form list without borders */
/* --- Form library --- */

.form-questions td:first-child,
.form-questions .fluffy-cell, 
.question-row .question,
.question-row .fluffy-cell.question {	width: 33%;}
#cd .form-placeholder .input .box-content {
    border: none;
    padding: 0;
    margin: 0;
}
#cd .form-placeholder .input .table-hover {
    border-top: 1px solid #d3d3d3;
}
#cd .form-placeholder .nostyle td {
    padding: 0;
    border: none;
}
#cd .form-questions .question-description, 
.question-row .question table, 
#cd .form-questions .toggle-desc {    line-height: 19px;}
#cd .question-not-editable {    color: #bcbcbc;}
#cd .form-questions .checklist {
    margin-top: 0; 
    margin-left: 0;
}
#cd .question-row label.aggregate-label {
    padding: 3px 0; 
    display: block;
}
#cd ul.form-list .strtotime select.sign {
    width: 40px;
    min-width: 40px;
}
#cd ul.form-list .strtotime select.unit {
    width: auto;
    min-width: 75px;
}
#cd ul.form-list .strtotime label.check {
    display: block;
    padding-left: 18px;
    text-indent: -18px;
    line-height: 15px;
    margin-bottom: 10px;
}
#cd ul.form-list .strtotime label.check input {
    vertical-align: bottom;
    position: relative;
    top: 1px;
    display: inline;
    height: 15px;
}
#cd .strtotime input.inp-small.number {
    width: 55px;
    min-width: 55px;
}
#cd .form-list li span .strtotime label,
#cd .form-list li div .strtotime label {
    margin-top: 5px;
}

#cd .form-list li.full-width label + span,
#cd .form-list li.full-width label + div {
    float: none;
    width: 82.5%;
    padding-left: 0;
}

/** --- Item/task list --- **/

#cd .text-date {
    font-style: italic;
    font-size: .9rem;
    color: #666;
    word-spacing: .1rem;
}
/** Shared resources / Shared activities **/
#cd .shared-resources, 
#cd .shared-activities {
    padding: 15px 20px;
    margin: 0;
    border: 1px solid #d3d3d3;
    border-top: 0px solid #FFF;
    background-color: #FFF;
}
#cd .shared-resources li, 
#cd .shared-activities li {
    background: none;
    padding: 0;
    border-top: 1px solid #d3d3d3;
    margin: 0;
}
#cd .shared-resources li:first-child, 
#cd .shared-activities li:first-child {
    border-top: 0px solid red;
}
#cd .shared-resources a, 
#cd .shared-activities a {
    display: block;
    padding: 4px 3px;
}
#cd .shared-resources li .sr-details {
    float: left;
    line-height: 16px;
    font-weight: 600;
}
#cd .shared-resources li .sr-date, 
#cd .shared-activities li .sa-type  {
    font-size: 11px;
    color: #a4a4a4;
    font-weight: 600;
}
#cd .shared-resources li strong {
    float: right;
    display: block;
    padding: 5px 0 0 0;
}
#cd .shared-activities li .sa-details {
    float: left;
    line-height: 16px;
    font-weight: 600;
    width: 70%;
}
#cd .shared-activities li strong {
    float: right;
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #737373;
    padding: 3px 0 0 0;
}
#cd .shared-activities li strong span {
    font-weight: 400;
    font-size: 12px;
    padding: 3px 0 0 2px;
    display: inline;
}

#cd .date-list {
    margin: 0;
    background-color: #FFF;
}
#cd .date-list li {
    background: none;
    padding: 0 15px;
    margin: 0;
}
#cd .date-list li:first-child, 
.form-questions tbody tr:first-child td,
.form-section table tbody tr:first-child td {
    border-top: none;
}
#cd .date-list a {
    display: block;
    padding: 4px 3px;
    outline: none;
}
#cd .date-list li:hover {    background: #F0F0F0;}
#cd .date-list li:hover .date {    background-color:#E4E4E4;}
#cd .date-list li .event {
    float: left;
    line-height: 16px;
    font-weight: 600;
}
#cd .date-list li small {
    font-weight: normal;
    color: #737373;
    font-size: 10px;
    display: block;
}
#cd .date-list li .date {
    float: right;
    width:44px;
    font-size: 11px;
    color: #A4A4A4;
    font-weight: 400;
    text-transform: uppercase;
    background-color:#F1F1F1;
    padding:3px;
    text-align:right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#cd .date-list li .date span.date-num {
    display: block;
    float:left;
    font-weight: bold;
    font-size: 15px;
}

/** form actions **/
#cd .form-action {
    padding: 16px;
    text-align: right;
    clear: both;
}

#cd .form-action .form-action-text {
    margin: 0;
    padding: 0;
    line-height: 28px;
    display: block;
    float: left;
    margin-right: 10px;
}
#cd .form-action .il-icon-text {    line-height: 28px;}

#cd .options-left, 
#cd .box-header h3, 
#cd input[type="checkbox"], 
#cd input[type="radio"], 
.context-menu ul, 
.upload  {
    display: inline-block;
}
#cd .options-right {
    float: right; 
    display: inline-block;
}
#cd .options-right-filters {
    float: right;
    display: inline-block;
    padding-right: 15px;
    width: 67%;
}
#cd .options-right-filters select,
#cd .npdf-review-date span input.jscal-date {
    width: 90%;
}
#cd .options-right input {
    float: right;
    margin: 0 0 0 5px;
}
/** +++ form list  **/
#cd .input-help {
    color: #737373;
    clear: both;
    margin: 2px 0 0 0;
}
#cd .form-list .desc-top {
    color: #737373;
    clear: both;
    margin: 0 0 3px 0;
    padding: 0;
}
/*** box ***/
#ui-datepicker-div,
.box {
    background-color: #FFF;
    position: relative;
    border-top: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12);
    border-radius: 2px;
}
.box-title,
#cd .box-header,
#cd .inner-box,
#cd .box-info,
#cd .box-content,
#cd .box-options,
#cd .form-list,
.input-row {
    padding: 16px;
    clear: both;
}
.input-row,
#cd .box-info,
#cd .form-list ,
#cd .box-content {
    padding-top: 0;
}
.box-content > p {
   line-height: 1.3rem;
   text-align: justify;
   font-size: .9rem;
}
#cd .form-list  {
    padding-bottom: 0;
}
#cd .date-group, 
#cd .inner-box-item, 
#cd .options-menu ul li ul button,
#cd .options-menu ul li ul input[type="submit"],
#cd .options-menu ul li ul input[type="button"], 
#cd .portlet .cycle-slide, 
#cd .progress-bar, 
.stepper .step-title, 
#cd .jumbo-dir-options .url_field_wrapper  {
  width: 100%;
}
#cd .date-group input[type="text"] {    width: 9rem;}
#cd .box-header h3 a:active,
#cd .box-header h3 a:hover,
#cd .box-header h3 a,
th a:link,
th a:visited,
th a:active,
th a,
#cd .hu-details  a,
#cd .page-header .breadcrumbs a {
    color: #484848;
    text-decoration: none;
}
#cd .box-header .options-count, 
.context-menu ul img {
    margin: 0 0 0 8px;
}
/* icons row 1*/
#cd .bhi-star {background: url("/images/sprite-box-header.png") -144px 0 no-repeat;}
#cd .bhi-exclamation-mark {background: url("/images/sprite-box-header.png") -176px 0 no-repeat;}
#cd .bhi-flag {background: url("/images/sprite-box-header.png") -208px 0 no-repeat;}
#cd .bhi-bulb {background: url("/images/sprite-box-header.png") -272px 0 no-repeat;}
#cd .bhi-fire {background: url("/images/sprite-box-header.png") -288px 0 no-repeat;}
#cd .bhi-note {background: url("/images/sprite-box-header.png") -64px -34px no-repeat;}
#cd .bhi-chart-1 {background: url("/images/sprite-box-header.png") -96px -34px no-repeat;}
#cd .bhi-edit-pen {background: url("/images/sprite-box-header.png") -128px -34px no-repeat;}
#cd .bhi-search {background: url("/images/sprite-box-header.png") -144px -51px no-repeat;}
#cd .bhi-tag {background: url("/images/sprite-box-header.png") 0 -68px no-repeat;}
#cd .bhi-profile {background: url("/images/sprite-box-header.png") -288px -68px no-repeat;}
#cd .bhi-news-1 {background: url("/images/sprite-box-header.png")  -48px -85px no-repeat;}
#cd .bhi-news-2 {background: url("/images/sprite-box-header.png") -96px -85px no-repeat;}
#cd .bhi-book-open {background: url("/images/sprite-box-header.png") -336px -85px no-repeat;}
#cd .bhi-view {background: url("/images/sprite-box-header.png") 0 -187px no-repeat;}
#cd .bhi-lock {background: url("/images/sprite-box-header.png") -32px -187px no-repeat;}

#cd .box-header-icon.event {background-position: -16px 0;}
#cd .box-header-icon.learning {background-position: -32px 0;}
#cd .bhi-delete {background-position: -96px 0;}     
/* fix for ie7 */
#cd table.treetable tr.accept td {
    background: #e5e5e5;
    padding: 10px;
}
#cd .options-select select {
  margin: 0 8px;
  min-width: 45px;
  border: none;
}
.options-pagination input {
  float: left; 
  margin: 0 3px 0 0;
}
.options-count {
  margin-right: 32px;
  margin-left: 32px;
}
.options-pagination .paginator-icon {
  margin: 0 4px; 
} 
/* options right margin inputs */
#cd .options-right .button, 
#cd .options-right button,
#cd .options-right input[type="submit"], 
#cd .options-right input[type="reset"],
#cd .options-right input[type="button"] {
    margin: 0 0 0 3px;
}

/*** inner box ***/
#cd h2.inner-box-group-title {
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
  margin: 0 16px 3px 16px;
  padding: 0 0 7px 0;
  line-height: 20px;
}
#cd .inner-box-item .inner-box-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0;
    margin-bottom: 8px;
}
#cd .inner-box-item h4.inner-box-sub-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
    padding: 0;
    margin-bottom: 5px;
}
#cd .inner-box-item .form-list > li {
    background: #fafafa;
    border-bottom: 0px solid #FFF;
    padding: 0 0 6px 0;
}
#cd .inner-box-item .form-list label {
    float: none;
    font-weight: 600;
    padding: 0 0 2px 1px;
    color: #606060;
    width: 99%;
    border: 0px solid red;
}
#cd .inner-box-item .form-list li span {
    float: none;
    width: 100%;
    margin: 3px 0 0 0;
    padding-left: 0;
    border: 0px solid red;
}
/** filter box **/
#cd .filter-area .box-header input#manage-filter {
    margin: 3px 0 0 5px;
}
#cd #simple-filters-box.filter-box .form-list label {
        width: 90px;
        display: inline-block;
        float: none;
}
#cd .filter-area .box-header h3 a.sf, #cd .filter-area .box-header h3 a.af { 
    color: #55B7D6;
    text-decoration: none;
    padding-right: 16px;
}
.filter-link {
  background:url(/images/icons/ic_filter_list_gy_24dp_1x.png) no-repeat right center;
  display: inline;
  /* text */
  font-weight: 500;
}
.filter-link a {
  padding-right: 32px;
}
.filter-tag, .filter-link {
  font-size: 1.2rem;
  line-height: 1.3rem;
}
.filter-tag a {
  padding-right: 16px;
}
.filter-tag a.active {
  font-weight: 600;
  cursor: default;
  text-decoration: none;
}

/** advanced filters **/
#cd #filter-content.ui-tabs, 
#cd #simple-filters-box.ui-tabs-panel,
#cd #filter-content .ui-tabs-panel, 
#cd .ui-button .ui-button-text {
    padding: 0;
}
#cd #filter-content .form-action {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #d3d3d3 !important;
}
#cd #filter-content .ui-widget-header {
    border: 0px solid red;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 10px 0 10px;
}
#cd .inner-box-item input[type="text"],
#cd .inner-box-item input[type="password"],
#cd .inner-box-item input[type="search"],
#cd .inner-box-item input[type="tel"],
#cd .inner-box-item input[type="email"],
#cd .form-list li span .date-from input.jscal-date, 
#cd .form-list li div .date-from input.jscal-date,
#cd .form-list li span .date-from input[type="text"].jscal-date,
#cd .form-list li div .date-from input[type="text"].jscal-date {width: 95%;}
#cd .inner-box-item input[type="text"].date-field {width: 45%;}

#cd .inner-box-item input[type="text"].inp-half,
#cd .inner-box-item input[type="password"].inp-half,
#cd .inner-box-item input[type="search"].inp-half,
#cd .inner-box-item input[type="tel"].inp-half,
#cd .inner-box-item input[type="email"].inp-half, 
#cd .page-header h2.options-left.header-medium, 
#cd .options-menu.menu-medium {width: 50%;}

#cd .inner-box-item input[type="text"].inp-wide,
#cd .inner-box-item input[type="password"].inp-wide,
#cd .inner-box-item input[type="search"].inp-wide,
#cd .inner-box-item input[type="tel"].inp-wide,
#cd .inner-box-item input[type="email"].inp-wide, 
#cd .w-three-quarters {width: 75%;}

#cd .inner-box-item input.jscal-date.inp-small[type="text"], 
#cd [name="input[starttime]"],
#cd [name="input[endtime]"],
#cd [name="input[regtime]"]  {width: 25%;}
#cd #advanced-filters-box .add-rule, 
#cd .npdf-keywords {margin: 0 0 10px 0;}
#cd #advanced-filters-box #filters .add-rule label {
    display: inline-block;
    padding: 0 0 5px 1px;
    font-weight: 600;
}

#cd #advanced-filters-box #filters #columns {margin: 10px 0 0 0;}

/* advanced filters rule */
#cd #advanced-filters-box #filters .rule {
    padding: 5px 10px 5px 15px;
    border: 1px solid #d3d3d3;
    background: #f2f2f2;
    margin: 5px 0 0 0;
}
#cd #advanced-filters-box #filters .rule label {
    display: block;
    margin: 0 10px 0 0;
    padding: 9px 0 0 0;
    width: 26%;
    float: left;
}
#cd #advanced-filters-box #filters .rule div.clearfix {
    float: left;
    width: 70%;
}
#cd #advanced-filters-box #filters .rule div .inputs-right {
    float: none; 
    overflow: hidden;
}
#cd #advanced-filters-box #filters .rule div label {
    float: none; 
    width: 100%; 
    padding: 0;
}
#cd #advanced-filters-box #filters .rule div.inputs-right ul.checkbox-block label input {
    width: auto
}
#cd #advanced-filters-box #filters .rule div .date-from label,
#cd #advanced-filters-box #filters .rule div .range label {
    padding: 5px 0 0 0; 
    line-height: 12px
}
#cd #advanced-filters-box #filters .rule div .date-from label {
    padding: 5px 0 0 0; 
    line-height: 12px;
}

#cd #advanced-filters-box #filters .rule .remove {
    float: right;
    display: inline-block;
    font-weight: 600;
    padding: 4px;
    cursor: pointer;
    margin: 4px 0 0 0;
}

#cd #advanced-filters-box #filters .rule .remove:hover {
    color: #8a2020;
}
#advanced-filters-box .rule .input-element {
    float: left;
    width: 50%;
}
/* advanced filters +++ */
/* --- Range filters --- */
#cd .afr-range .range {
    float: left;
    margin: 0 10px 0 0;
    width: 45%;
}

#cd .afr-range .range input { 
    width: 95%; 
}
#cd .afr-range .range label {
    display: block;
    font-size: 10px;
    clear: left;
}

#cd #advanced-filters-box #filters .rule .constraints {
    overflow: hidden;
    margin: 0 10px 0 0;
    display: block;
    width: 30%;
    float: left;
}

#cd #advanced-filters-box #filters .rule .constraints select {
    width:100%;
}
#cd #advanced-filters-box #filters #rule-users_origin .inputs-right label,
#cd #advanced-filters-box #filters #revalidation_registration_type .inputs-right label,
#cd #advanced-filters-box #filters #revalidation_gp_register .inputs-right label {
    float: left;
    width: 30%;
    margin: 0 3px 0 0;
    overflow: hidden;
}

#cd #advanced-filters-box .tags-portlets li {
    width: 95%;
}
#cd #advanced-filters-box #filters #users_origin .inputs-right label {
    padding: 9px 0 0 0;
}
#cd #advanced-filters-box .tags-portlets a {
    padding: 2px 5px;
}
#cd #advanced-filters-box #filters #revalidation_gp_register .inputs-right label,
#cd #advanced-filters-box #filters #revalidation_registration_type .inputs-right label {
    margin: 6px 3px 0 0;
}
#cd #advanced-filters-box #filters #rule-users_roles .inputs-right label,
#cd #advanced-filters-box #filters #rule-status_colors .inputs-right label {
    float: left;
    width: 45%;
    margin: 0 3% 6px 0;
    line-height: 18px;
}

#cd #advanced-filters-box #filters #status .inputs-right input,
#cd #advanced-filters-box #filters #users_status .inputs-right input,
#cd #advanced-filters-box #filters #range_type .inputs-right input,
#cd #advanced-filters-box #filters #rule-users_origin .inputs-right input,
#cd #advanced-filters-box #filters #rule-users_roles .inputs-right input,
#cd #advanced-filters-box #filters #rule-status_colors .inputs-right input,
#cd #advanced-filters-box #filters #revalidation_registration_type .inputs-right input,
#cd #advanced-filters-box #filters #revalidation_gp_register .inputs-right input {
    width: auto;
    margin: 4px 10px 0 1px;
}

#cd .ui-autocomplete li.ui-menu-item {
    text-align: left;
    background: none;
    padding-left: 0;
}
#cd #advanced-filters-box .ui-state-hover, 
#cd #advanced-filters-box .ui-widget-content .ui-state-hover,
#cd #advanced-filters-box .ui-widget-header .ui-state-hover, 
#cd #advanced-filters-box .ui-state-focus,
#cd #advanced-filters-box .ui-widget-content .ui-state-focus,
#cd #advanced-filters-box .ui-widget-header .ui-state-focus,
#cd .header-right .ui-state-hover, 
#cd .header-right .ui-widget-content .ui-state-hover,
#cd .header-right .ui-widget-header .ui-state-hover, 
#cd .header-right .ui-state-focus,
#cd .header-right .ui-widget-content .ui-state-focus, 
#cd .header-right .ui-widget-header .ui-state-focus {
    border: 0px solid red !important;
    cursor: pointer !important;
}
#cd ul.ui-sortable li {
    transition: none;
}
#cd #filter-content #cols select {
    margin: 0 0 5px 0;
}
#cd #filter-content #cols ul li {
    width: 100%;
    margin: 5px 0 0 0;
}
/** Details list **/
#cd .detail-list {
    list-style:none;
    margin: 0;
}
#cd .detail-list li {
    background:none;
    padding:0;
    width:30%;
    margin-right:3%;
    display: inline;
}
/** text-icons **/
#cd .text-icon {
    display: inline-block;
    width: 15px;
    height: 11px;
    margin: 0 3px 0 0;
}
/** text icons **/
#cd .ti-calendar {background: url(/images/sprite-text-icon.png) 0 -11px no-repeat;}

/** assist box **/
#cd .assist-box {
    background: #FFF;
    padding: 16px;
}
#cd .assist-box h5 {
    color: #737373;
    margin: 0;
}
#cd .assist-box p {
    margin: 0 0 5px 0;
}
#cd .assist-box p:last-child, 
#cd .form-list.form-list-block li span textarea, 
#cd .form-list.form-list-block li div textarea {
    margin-bottom: 0;
}
.text-warning {
   color: #EB4235;
   font-style: italic;
}
#site-warning {
    position: fixed;
    bottom: 0;
    width:100%;
    left: 0;
    padding: 8px;
    margin: 2px 0 0 0;
    color:#FFF;
    z-index: 1001;
    text-transform: uppercase;
    text-align:center;
    background-color: #DA373D;
    line-height: 1.5rem;
}
/** messages **/
#messages {
  bottom: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  width: 100%;
}
#cd .messages ul {
    width: 60%;
    padding: 0;
    margin: 0 auto;
}
#cd .messages ul li {
    color: #FFF;
    display: block;
    text-align: left;
    font-size: .95rem;
    padding: 16px 32px;
    margin: 2px 0 0 0;
    background-color: #323232;
}
#cd .messages ul li a {
   text-transform: uppercase;
   text-decoration: none;
   margin-left: 36px;
}
#cd .messages ul li a:link,
#cd .messages ul li a:active,
#cd .messages ul li a:visited,
#cd .messages ul li a:hover {
   text-decoration: none;
}
#cd .messages ul li.msg_success a {
    color: #4BAE4F;
}
#cd .messages ul li.msg_warning a, 
#cd .text-red, 
#cd .messages ul li.msg_failure a, 
#cd .txt-red,
#cd .error, 
#cd .txt-danger {
    color: #EB4235;
}
/** time login **/
#cd #timelock {
    background: #253340 url("/admin/images/time-out.png") center 30px no-repeat;
    width: 216px;
    padding: 100px 15px 20px 15px;
    top: -60px;
    color: #fafafa;
    text-align: center;
    left: -20px;
    margin: 0;
    z-index: 9999;
    position: absolute;
    border: 1px solid #a3a8ad;
    box-shadow: 0 0 10px #222;
}
#cd #timelock p {
    margin: 10px 20px; 
    line-height: 19px;
}
#cd #timelock_placeholder {
    position:relative; 
    line-height: 20px; 
    padding: 0 0 5px 0;
}
/** session warning **/
#session-warning {
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 1002 !important;
    padding: 100px 15px 25px 15px;
    width: 280px;
    margin: -120px 0 0 -155px;
    left: 50%;
    background: #4B5A66 url("/admin/images/time-out.png") 130px 25px no-repeat;
    border: 1px solid #FFF;
    color: #FFF;
    box-shadow: 0 0 10px #666;
}
#session-warning ul, 
#session-warning li {
    list-style: none;
}
#session-warning a {
    color: #6f9dc5;
}
#session-warning .login form {
    margin: 10px 0 0 0; 
    text-align: left;
}
#session-warning .login form input {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 4px 2%;
    display: block;
    font-size: 12px;
    color: #666;
    background: #fafafa;
}
#session-warning .login form input:hover,
#session-warning .login form input:focus {
    outline: 0px solid red;
}
#session-warning .login form input.submit {
    width: 100px;
    display: block;
    line-height: normal;
    padding: 5px 0;
    font-size: 12px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #eff5f7;
    background-color: #3b91a9;
    border: 1px solid #297084;
    border-radius: 2px !important;
    letter-spacing: 0.5px;
    margin: 10px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#session-warning .login form input.submit:hover {
    border: 1px solid #35788b;
    background-color: #5babc1;
    }
#session-warning .messages ul {
    margin: 10px 0 0 0;
    padding: 0;
}
#session-warning .messages li {
    border: 1px solid #8496a3;
    color: #8496a3;
    font-size: 11px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}
/** page header **/
#cd .page-header {
    margin: 0 0 16px 0;
    border-bottom: none;
    clear: both;
}
#cd .page-header h2 {
    margin-top: 6px;
}
#cd .page-header .breadcrumbs {
    display: inline-block;
    font-size: .8rem;
    letter-spacing: 0.4px;
}
#cd .page-header .breadcrumbs a:hover {
    color: #484848;
    text-decoration: underline;
}
/** option menu **/
#cd .options-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
#cd .options-menu li {
    float: left;
    padding: 0;
    margin: 0;
}
/** dropdown menu **/
#cd .options-menu ul a,
#cd .page-header .options-menu ul li ul a,
#cd .options-menu ul li ul button,
#cd .options-menu ul li ul input[type="submit"],
#cd .options-menu ul li ul input[type="button"] {
    text-align: left;
    display: block;
    white-space: pre-line;
    color: #FFF;
    font-weight: 400;
    padding: 0 24px 0 16px;
    background-color: #2a3e4f;
    line-height: 2rem;
}
#cd .options-menu ul a:hover  {
    text-decoration: none;
}
/* menu action */
#cd .options-menu ul li ul {
    display:none;
    position: absolute;
    z-index: 999;
    right: 107px;
    margin: 0;
}
#cd .options-menu ul li ul a:hover,
#cd .options-menu ul li ul button:hover,
#cd .options-menu ul li ul input[type="submit"]:hover,
#cd .options-menu ul li ul input[type="button"]:hover {
    background-color: #20303f;
    color: #FFF;
    padding: 0 24px 0 16px
}
/* page header column menu */
#cd .options-menu ul li ul.options-menu-columns {
    position: absolute;
    width: 585px;
    right: 7.5%;
}
#cd .cd-main-nav ul.cd-mainnav li ul.options-menu-columns {
    width: 550px;
}
#cd .options-menu ul li .btn-actions {
    cursor: pointer;
    text-decoration: none;
}
#cd .options-menu ul li:hover > ul{ display:block;}
#cd .cd-main-nav ul.cd-mainnav li ul.options-menu-columns li,
#cd .options-menu ul li ul.options-menu-columns li {
    float: left;
    width: 50%;
    overflow: hidden;
}
#cd .cd-main-nav ul.cd-mainnav li ul.menu-list-columns {
    width: 705px;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
}
/* help column menu drops down to the left in order to accomodate width */
#cd .cd-main-nav ul.cd-mainnav li ul.options-menu-columns li ul.nested {
    width: 275px;
}
#cd .cd-main-nav ul.cd-mainnav li ul.options-menu-columns li ul.nested li {
    float: none;
    width: 100%;
}
#cd .options-menu ul li ul.options-menu-columns li a:hover {
    background-color: transparent;
    color: #4dd7fe;
}
#cd .assist-box input.btn-delete:hover {
    background: #8A2020;
}
#cd .assist-box input.btn-delete,
#cd .assist-box input.btn-save {
    background: #33495d;
}
#cd .assist-box input.btn-save:hover {
    background: #3b91a9;
}
/*** content menu ***/
/* icons landing page sprite */
/** row 1 */



#cd .mii-ok {background: url("/images/sprite-content-menu.png") -96px 0 no-repeat;}
#cd .mii-fire {background: url("/images/sprite-content-menu.png") -432px 0 no-repeat;}

#cd a.landing-page-menu-item {
    font-weight: 400;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12);
    border-radius: 2px;
    margin: 0 0 16px 0;
    color: #484848;
}
#cd .menu-item-link {
    background-color: #FFF;
    margin: 0;
}
#cd .menu-item-title    {
    padding: 16px 16px 8px 16px;
}
#cd .menu-item-desc {
    font-size: 12px;
    padding: 8px 16px 16px 16px;
    line-height: 16px;
}
.list-field-value em {
    color: #999;
}
#core_helper_wrapper_eportfolio div.list-field-value { text-transform: lowercase; }
#core_helper_wrapper_eportfolio div.list-field-value::first-letter { text-transform: uppercase; }
#cd a.landing-page-menu-item:hover .menu-item-link {
    background-color: #ebebeb;
}
#cd a.landing-page-menu-item:hover .menu-item-title, 
#cd .mceEditor table tr td a {
    color: #444;
}
#cd .tabs-menu {
    float: left;
    position: absolute;
    margin: 0;
    max-width: 300px;
    min-width: 137px;
}
#cd .tabs-menu li {
    padding: 0;
    background: 0;
    border-top: 0px solid #FFF;
}
#cd .tabs-menu li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 10px 14px;
    background: #e8e8e8;
    color: #424242;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 107px;
    min-width: 89px; /* problem with tab on hover in chrome without this line */
}
#cd .tabs-menu li.active a {
    background: #F9F9F9;
    color: #13586c;
}
#cd .tabs-menu a:hover, 
#cd .tabs-menu li.active a:hover {
    background: #263744;
    color: #fafafa;
    width: auto;
    position: relative;
}
#cd .tabs-content {
    margin-left: 136px;
}
#cd .tabs-content .box .box-content input {
    margin-top: 7px;
    margin-left: 12px;
}
/* centric my profile */

#cd .upb-top .upb-top-left {
    float: left;
    width: 261px;
    margin: 0 -2px 0 0;
    z-index: 3;
    position: relative;
}
#cd .user-social-media-links {
    margin: 23px 0 0 18px;
    padding: 0;
}
#cd .user-social-media-links li {
    float: left;
    width: 28px;
    margin: 0 0 0 10px;
    padding: 0;
    background: none;
}
#cd .user-social-media-links li a {
    opacity: .6;
}
#cd .user-social-media-links li a:hover {
    opacity: 1;
}
/** my profile user-feed-wrapper **/
#cd .user-profile-box .user-feed-wrapper {
    margin: 25px 0 0 0;
}
#cd .user-profile-box h3.fw-header {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d3d3d3;
}
#cd .user-forum-feed,
#cd .user-news-feed,
#cd .user-document-feed,
#cd .user-twitter-feed,
#cd .user-messages-feed ,
#cd .user-blog-feed {
    background: #f6f6f6;
    margin: 25px 0 0 0;
    padding: 15px;
}
#cd .user-profile-box .user-feed-wrapper h2.portlet-header {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    line-height: 24px
}
#cd .user-profile-box .user-feed-wrapper h2.portlet-header a,
#cd .user-profile-box .portlet-news-post a {
    text-decoration: none;
}
#cd .user-profile-box .user-feed-wrapper ul,
#cd .user-profile-box .user-feed-wrapper li {
    background: none;
    margin: 0;
    padding: 0;
}
#cd .user-profile-box .portlet-news-post {
    margin: 5px 0;
}
#cd .user-profile-box .portlet-news-post img {
    float: left;
    margin: 0 10px 5px 0;
    max-width: 60%;
}
#cd .user-profile-box .portlet-news-post h3 {
    font-size: 12px;
    margin: 0 0 5px 0;
    font-weight: 400;
}
#cd .user-profile-box .portlet-news-post p {
    margin: 0 0 5px 0;
}
/*** tags ***/
#cd .tags {
    list-style: none;
    margin: 0;
}
#cd .tags li {
    float: left;
    margin: 5px 5px 0 0;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    padding: 0 3px;
    border-radius: 2px;
}
#cd .tags li:hover {
    box-shadow: 0 0 2px #ccc;
}
#cd .tags span {
    display: inline-block;
    line-height: normal;
    padding: 5px 7px;
    color: #737373;
}
#cd .tags a {
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    padding: 2px 6px;
    color: #ccc;
    font-weight: 600;
}
#cd .tags a:hover {
    color: #8A2020;
}

/** portlet tags **/
#cd .tags-portlets li {
    width: 80%;
    float: none;
    overflow: hidden;
    margin: 0 0 10px 0;
    font-size: 13px;
    background: #f3f3f3;
    border: 1px solid #d7d7d7;
    padding: 5px;
    font-weight: 600;
    cursor: move;
}
#cd .tags-portlets a {
    float: right;
    font-size: 17px;
    padding: 4px 7px;
}
#cd .form-list .tags span {
    width: auto;
    float: left;
    margin: 0;
}
/** steps **/
#cd .steps {
    list-style: none;
    float: left;
    margin: 0;
    line-height: normal;
    border: 1px solid #d3d3d3;
    border-top: 0px solid #FFF;
    border-bottom: 0px solid #FFF;
    background-color: #FFF;
}
#cd .steps li, 
#cd .steps span {
    float: left;
    padding: 11px 30px 12px 20px;
    font-weight: 600;
    border: 1px solid #d3d3d3;
    border-left: 0px solid #FFF;
    border-right: 0px solid #FFF;
    background: url("/images/step-border.png") right center no-repeat;
}
#cd .steps li.step-last,
#cd .steps span.final {
    padding: 11px 20px 12px 20px;
    background: none;
}
/** dashoard **/
#cd .dashboard .box table tr th,
#cd .dashboard .box table tr td,
#cd .dashboard table.calendar tr th,
#cd .dashboard table.calendar tr td {
    font-size: 11px;
    padding: 6px;
}
#cd .dashboard .box .form-list {
    padding: 15px 15px 0 15px;
}
#cd .dashboard .box .form-list li {
    border: 0px solid #FFF;
}
#cd .dashboard .box .form-list label {
    float: none;
    padding: 2px 0;
    border: 0px solid red;
    }
#cd .dashboard .box .form-list span {
    float: none;
    margin: 2px 0;
    width: 100%;
    padding-left: 0;
    border: 0px solid red;
}
#cd .dash-option a {
    display: inline-block;
    width: 14px;
    margin: 0;
    height: 13px;
    background: url("/images/portlet-toggle.png") 0 -2px no-repeat;
    cursor: pointer;
}
#cd .arrows-option a {
    display: inline-block;
    width: 24px;
    margin: 0;
    height: 24px;
    cursor: pointer;
}
#cd .arrows-option a.arrow-left {
    background: url("/images/ic_keyboard_arrow_left_black_24dp_1x.png") 0 0 no-repeat;
}
#cd .arrows-option a.arrow-right {
    background: url("/images/ic_keyboard_arrow_right_black_24dp_1x.png") 0 0 no-repeat;
}
.arrow-opacity {
  opacity: 0.5;	
}
#cd .portlet .item-list span.checked,
#cd .portlet .item-list span.unchecked {
    display: inline-block;
    width: 24px;
    margin: 0;
    height: 24px;
    float: right;
}
#cd .portlet .item-list span.checked {
    background-image: url("/images/ic_check_green_24dp_1x.png");
}
#cd .portlet .item-list span.unchecked {
    background-image: url("/images/ic_check_box_outline_blank_gy_24dp_1x.png");
}
#cd .portlet .item-list span.expand,
#cd .portlet .item-list span.collapse {
    display: inline-block;
    width: 18px;
    margin: 0;
    height: 12px;
    cursor: pointer;
    float: right;
}
#cd .portlet .item-list span.expand {
    background: url("/images/portlet-toggle.png") 0 -14px no-repeat;
}
#cd .portlet .item-list span.collapse {
    background: url("/images/portlet-toggle.png") 0 -2px no-repeat;
}
#cd .portlet .item-list .item-list {
    font-size: 12px;
    line-height: 12px;
}
#cd .dash-option a.dash-show {background-position: 0 -15px;}
    /* dashboard settings */
#cd .dashboard-settings-btn {
    background: url("/images/icon-dashboard-settings.png") 0 0 no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 0 0 0 5px;
}
#cd .dashboard-settings-btn:hover {
    background: url("/images/icon-dashboard-settings-hover.png") 0 0 no-repeat;
}
#cd .dashboard-settings-wrapper #avalible_portlets li {
    min-height: 100px;
    margin: 0 5px 10px 0;
}
#cd #dashboardSection .portlet-content {
    width: 100%;
    overflow-x: auto;
}
#cd .dash-time .top-user-details { padding: 0;}
#cd .dash-time .top-user-details h3 {
    margin: 0 0 4px 0;
    padding: 0 0 4px 30px;
    background: url(/images/top-user-icon.png) 5px 8px no-repeat;
    border-bottom: 1px solid #999;
    text-transform: uppercase;
}
#cd .dt-buttons {
    padding: 6px 0 0 0; 
    position: relative;
    height:90px;
}
#cd .dt-buttons a {
    background: tomato;
    display: block;
    width: 22%;
    padding: 34px 0 34px 3%;
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    position: relative;
}
#cd .dt-buttons a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 42px solid white;
    border-bottom: 42px solid white;
}
#cd .dt-buttons a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 33px;
    width: 0;
    height: 0;
    border-left: 8px solid white;
    border-top: 7px solid transparent;
    border-bottom: 9px solid transparent;
}
#cd .dt-buttons a:hover {
    background-color: #222;
}
#cd .dt-buttons a.dt-one:after {
    border-left: 0;
}
/** login page policy **/
#cd .login-box-single {
    width: 290px;
    margin: 20px auto 0 auto;
}
#cd .login-form p {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 10px 0;
}
#cd .login-form input {
    float: none;
    margin: 3px 2px 0 0;
}
#cd .login-form label {
    font-weight: 600;
    padding: 10px 0 5px 1px;
    display: inline-block;
}
#cd .login-form span {
    display: inline-block !important;
    width: 16px;
    height: 16px;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    top: 8px;
    background: url("/images/sprite-inline-icons.png") 0 0 no-repeat;
    background-position: -224px 0;
}

#cd a.login-register {
    display: block;
    background-color: #2E6E84;
    border: 1px solid #215d72;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
}
/** help icons right **/
#cd .fixed-icon-note,
#cd .fixed-icon-help {
    position: fixed !important;
    display: block;
    width: 41px;
    height: 42px;
    cursor: pointer;
    right: 0;
    z-index: 999;
}
#cd .fixed-icon-note {
    top: 223px;
    background-color: #4B5A66;
}
#cd .fixed-icon-note:hover {    background-color: #4B5A66;}
#cd .fixed-icon-help {
    top: 273px;
    background-color: #B71C1C;
}
#cd .fixed-icon-help:hover {    background-color: #B71C1C;}
/** footer **/
footer {
    position: absolute;
    width: 100%;
    clear: none;
    padding: 48px 0 16px 0;
    font-size: 0.9rem;
    color: #545252;
}

ul.footer-links {
    padding-top: 36px;
    padding-bottom: 36px;
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 24px 0 0 0;
}

ul.footer-links li {
    display: inline-block;
    margin: 0 16px;
    padding: 0;
    line-height: 1.5rem;
}

#cd footer p {    margin: 0 0 16px 0;}
#cd footer h5 {
    font-size: 1.1rem;
    font-weight: 600;
}
#cd footer h2 {
    font-size: 1.1rem;
    margin: 0;
    padding: 0 0 0 20px;
    background: url("/images/footer-phone-icon.png") 2px 10px no-repeat;
}
#cd footer .copyright {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    padding: 24px 0;
}
#cd footer .copyright a:link,
#cd footer .copyright a:visited,
#cd footer .copyright a:active {
    color: #545252 !important;
}
/* Footer background */
#cd .box-header-icon {
    margin-top: 12px;
    margin:0;
    background-image: none;
    width: 0px;
    }
/* Nested boxes: remove the extra margin */
#cd .box-content > .row:last-child {
    margin-bottom:0px;
   }

#cd .footer-copyright { text-align: right; }
#cd .footer-box {    padding: 0 0 16px 0;}
#cd .footer-help {    padding: 16px 0;}
/*** structure ***/
#cd .row {margin-bottom: 20px;}
#cd .row-big {margin-bottom: 30px;}
#cd .row-small {margin-bottom: 15px;}
#cd .row-mini {margin-bottom: 4px;}
#cd .row-no {margin-bottom: 0;}
#cd .top-row {margin-top: 20px;}
#cd .top-row-big {margin-top: 30px;}
#cd .top-row-small {margin-top: 15px;}
#cd .top-row-mini {margin-top: 5px;}
#cd .top-row-no {margin-top: 0;}

#page-content {
    padding: 16px 0 32px 0;
    min-height: 550px;
    background-color: rgb(238, 238, 238);
}
#cd .content-wrapper {    margin: 30px 0 0 0;}
#cd .cd-content-wrapper {
    margin: 30px 0 0 0; 
    border: 0px solid red;
}
#cd .badge {
    background-color: #999;
    border-radius: 10px;
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    margin: 0 0 0 2px;
    text-shadow: none;
}
/* jQuery combobox fix */
#cd .ui-combobox, .ui-combobox {
    position: relative;
    display: inline-block;
}
/* adjust styles for IE 6/7 */
#cd .ui-combobox-toggle,
.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
* html #cd .ui-combobox-toggle,
* html .ui-combobox-toggle {
    height: 1.7em;
    top: 0.1em;
}
#cd .ui-combobox-input,
.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
}
/* prevent horizontal scrollbar */
#cd .ui-combobox-input,
.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html #cd .ui-autocomplete,
* html .ui-autocomplete {
    height: 150px;
}
#cd .fht-table {
    /* appearance */
    border-collapse: collapse;
    border-spacing: 0;
}

/* Fix for showing the pagination on wide tables */
.ui-autocomplete {  z-index: 999999 !important;}

/* @group Content */
#cd .fht-table-wrapper,
#cd .fht-table-wrapper .fht-thead,
#cd .fht-table-wrapper .fht-tfoot,
#cd .fht-table-wrapper .fht-fixed-column .fht-tbody,
#cd .fht-table-wrapper .fht-fixed-body .fht-tbody,
#cd .fht-table-wrapper .fht-tbody {
    overflow: hidden;
    position: relative;
}

#cd .fht-table-wrapper {    border-bottom: 1px solid #d3d3d3;}
#cd .fht-table-wrapper .fht-fixed-body .fht-tbody,
#cd .fht-table-wrapper .fht-tbody {    overflow: auto;}
#cd .fht-table-wrapper .fht-table .fht-cell {
    overflow: hidden;
    height: 1px;
}
#cd .fht-table-wrapper .fht-fixed-column,
#cd .fht-table-wrapper .fht-fixed-body {
    top: 0;
    left: 0;
    position: absolute;
}
#cd .fht-table-wrapper .fht-fixed-column {    z-index: 1;}

/* jquery.fixedHeaderTable. @end */
#cd span.button > span.button {
    padding:0;
    border:none;
    margin:0;
    background: none;
    float: none;
}

/* jQuery tree */
#cd ul.categories.depth1 li {
    background: none !important;
    border: 0px solid red !important;
}

.expand-category-tree, 
.hide-category-tree {
    padding: 0 15px 0 0;
    outline: none;
    margin-right: 8px;
    background-position: center right;
    background-repeat: no-repeat;
}

.expand-category-tree {
    background-image: url('/images/expand.gif');
}
.hide-category-tree {
    background-image: url('/images/close.gif');
}

/**  responsive img view will be in mobile.css **/
#cd .map img {
    max-width: inherit; 
    width: inherit;
}

/** fix for images on dashboard **/
#cd .dashboard img {    max-width: 338px;}

/** dashboard form action fix & line 2199 **/
#cd .dashboard .form-action {
    border: 1px solid #d3d3d3;
    border-top: 0px solid #FFF;
    padding: 15px 15px 15px 16px;
}

/* dashboard table line height fix */
#cd .dashboard table tr th,
#cd .dashboard table td {line-height: 15px;}

/* PReP */
#cd .form-placeholder h4 {
    font-size: 12px;
    padding: 2px 0 2px 15px;
    border: 1px solid #d3d3d3;
    border-top: 0px solid red;
    background: #f4f4f4;
    color: #737373;
}
/* Entry system calendar */
#cd table.calendar {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
#cd table.calendar tbody td {    font-size:11px;}
#cd table.calendar tr th,
table.calendar tr td {
    width: 14.28%;
    border-bottom: 0;
}
#cd table.calendar td.empty {
    line-height: 0;
    border-top: 0;
    border-bottom: 1px solid #CCC;
}
#cd table.calendar .month-title {
    border-bottom: 2px solid #CECECE;
    text-transform: uppercase;
    font-weight: bold;
}
#cd table.calendar tr th.day,
#cd table.calendar tr td.day {
    background: #e2e2e2;
    padding:5px 10px;
    border-bottom: 1px solid #CECECE;
}
#cd table.calendar a {
    display: block;
    float: left;
}
#cd table.calendar th.entry {     padding:0px 10px;}
#cd table.calendar a.entry {    color: #318ba5; margin: 0 0 0 5px;}
#cd table.calendar .outside-month {     background-color: #f0f0f0; }
#cd table.calendar th.outside-month a {     color: #c0c0c0; }
#cd table.calendar .today-date {     background-color: #ecf7fa; }
#cd table.calendar .busy-date {     background-color:#def2f9; }
#cd table.calendar td.entry {     color: #f0f0f0;}
#cd table.calendar.month th {    width: 14.28%;}

#cd table.calendar.week tbody tr:first-child td,
#cd table.calendar.week tbody tr th,
#cd table.calendar.day tbody tr th.hours,
#cd table.calendar.day tbody tr th {
    background: #e2e2e2;
    padding: 5px 10px;
    border-bottom: 1px solid #CECECE;
}

/* Entry system legend */
#cd .ul-sources-legend {     overflow: hidden; }
#cd  .ul-sources-legend li.sources_legend {    margin-right: 10px;}
#cd .ul-sources-legend .sources_legend, 
#cd .form-action .il-icon-text .il-icon,
#cd .ul-sources-legend .custom_legend {    margin-top: 3px;}

/* Re-style the padding */
#cd .ul-sources-legend .sources-legend-checkbox {    width: 43px;}
#cd .ul-sources-legend .sources-legend-checkbox input[type="checkbox"] {    margin:4px 0 0 8px;}
#cd .ul-sources-legend .sources-legend-checkbox .src,
#cd .ul-sources-legend .sources-legend-checkbox input[type="checkbox"], 
.cms_paragraph_image.left, 
#cd .header-search, 
#weekadd_top div.before, 
#cd .left  {    float: left;}
#cd .ul-sources-legend .sources-legend-title {
    vertical-align: top;
    line-height: 21px;
}
#cd .ul-sources-legend .src {
    width:8px;
    height:21px;
}
/* Display sources legend checkbox list as two columns */
#cd  .ul-sources-legend li.sources_legend {
    float: left;
    width: 240px;
}

#cd .entry .content.entry {
    padding-left:10px;
    border-left-width: 8px;
    border-style: solid;
    border-color: transparent;
}
/* --- Tooltip --- */
#cd abbr {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

/* --- Image map tooltip --- */
#cd .imagemap-tooltip {
    color: #454545;
    border: 1px solid #E2E2E2;
    border-right-width: 4px;
    text-align: left;
    width:220px;
}
#cd .imagemap-tooltip .tooltip_header {
    background-color: #F1F1F1;
    border-bottom: 1px solid #E3E3E3;
    font-weight: 600;
    padding: 8px 10px;
}
#cd .imagemap-tooltip .tooltip_content {
    background-color: #FFF;
    padding: 10px;
}

/* --- Scaffold  --- */
#cd .map {
    width:450px;
    height:300px
}
#cd .radio-content li {
    position: relative;
    padding: 0;
    background: none;
    margin: 3px 0;
}

#cd .radio-content li .radio-column {
    width: 25px;
    position: absolute;
    left: 0;
    top: 3px;
}
/* --- Inline icons --- */
#cd .il-icon-text {
    display: inline-block;
    line-height: 21px;
}

#cd .il-icon {
    display: inline-block !important;
    margin: 0 4px 0 0;
    width: 16px;
    height: 16px;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    top: 3px;
    background: url("/images/sprite-inline-icons.png") 0 0 no-repeat;
}

/* icons */
#cd .icon-delete {background-position: 0 0;}
#cd .icon-right {background-position: -48px 0;}
#cd .icon-square-plus {background-position: -176px 0;}
#cd .icon-info {background-position: -208px 0;}
#cd .icon-question-mark {background-position: -224px 0;}
#cd .icon-ok {background-position: -240px 0;}
#cd .icon-search {background-position: 0 -16px;}
#cd .icon-edit {background-position: -80px -16px;}
#cd .icon-edit-2 {background-position: -96px -16px;}
#cd .icon-refresh {background-position: -128px -16px;}
#cd .icon-user {background-position: 0 -32px;}
#cd .icon-help {background-position: -176px -32px;}
#cd .icon-download {background-position: -80px -48px;}
#cd .icon-image {background-position: -128px -64px;}
#cd .icon-home {background-position: -192px -64px;}
#cd .icon-heart {background-position: -208px -64px;}
#cd .icon-calendar {background-position: 0 -96px;}
#cd .icon-news {background-position: -64px -96px;}
#cd .icon-note {background-position: -80px -96px;}
#cd .icon-file {background-position: -192px -96px;}
/* Coloured icon */
#cd .icon-ok-color {background-position: 0 -128px;}
#cd .icon-delete-color {background-position: -16px -128px;}

/* type icons big */
#cd .tp-icon-big {
    display: inline-block;
    margin: 0 4px 0 0;
    width: 32px;
    height: 32px;
    position: relative;
    top: 11px;
    white-space: nowrap;
    background-image: url("/images/sprite-type-icons-big.png");
}

#cd .tp-icon-big.icon-compressed-ar  {background-position: 0 0;}
#cd .tp-icon-big.icon-compressed-zip {background-position: -32px 0;}
#cd .tp-icon-big.icon-compressed-rar {background-position: -64px 0;}
#cd .tp-icon-big.icon-compressed-tar {background-position: -96px 0;}
#cd .tp-icon-big.icon-compressed     {background-position: -128px 0;}

#cd .tp-icon-big.icon-image-jpg      {background-position: 0 -32px;}
#cd .tp-icon-big.icon-image-png      {background-position: -32px -32px;}
#cd .tp-icon-big.icon-image-bmp      {background-position: -64px -32px;}
#cd .tp-icon-big.icon-image-gif      {background-position: -96px -32px;}
#cd .tp-icon-big.icon-image          {background-position: -128px -32px;}

#cd .tp-icon-big.icon-video          {background-position: 0 -64px;}
#cd .tp-icon-big.icon-audio          {background-position: -32px -64px;}
#cd .tp-icon-big.icon-text           {background-position: -64px -64px;}
#cd .tp-icon-big.icon-binary         {background-position: -96px -64px;}
#cd .tp-icon-big.icon-unknown        {background-position: -128px -64px;}

#cd .tp-icon-big.icon-document       {background-position: -160px -32px;}
#cd .tp-icon-big.icon-word           {background-position: 0 -96px;}
#cd .tp-icon-big.icon-spreadsheet    {background-position: -32px -96px;}
#cd .tp-icon-big.icon-presentation   {background-position: -64px -96px;}
#cd .tp-icon-big.icon-pdf            {background-position: -96px -96px;}
#cd .tp-icon-big.icon-css            {background-position: -128px -96px;}
#cd .tp-icon-big.icon-html           {background-position: -160px -96px;}

/* type icons medium */
#cd .tp-icon-medium {
    display: inline-block;
    margin: 0 4px 0 0;
    width: 24px;
    height: 24px;
    position: relative;
    top: 7px;
    white-space: nowrap;
    background-image: url("/images/sprite-type-icons-medium.png");
}

#cd .tp-icon-medium.icon-compressed-ar  {background-position: 0 0;}
#cd .tp-icon-medium.icon-compressed-zip {background-position: -24px 0;}
#cd .tp-icon-medium.icon-compressed-rar {background-position: -48px 0;}
#cd .tp-icon-medium.icon-compressed-tar {background-position: -72px 0;}
#cd .tp-icon-medium.icon-compressed     {background-position: -96px 0;}

#cd .tp-icon-medium.icon-image-jpg      {background-position: 0 -24px;}
#cd .tp-icon-medium.icon-image-png      {background-position: -24px -24px;}
#cd .tp-icon-medium.icon-image-bmp      {background-position: -48px -24px;}
#cd .tp-icon-medium.icon-image-gif      {background-position: -72px -24px;}
#cd .tp-icon-medium.icon-image          {background-position: -96px -24px;}

#cd .tp-icon-medium.icon-video          {background-position: 0 -48px;}
#cd .tp-icon-medium.icon-audio          {background-position: -24px -48px;}
#cd .tp-icon-medium.icon-text           {background-position: -48px -48px;}
#cd .tp-icon-medium.icon-binary         {background-position: -72px -48px;}
#cd .tp-icon-medium.icon-unknown        {background-position: -96px -48px;}

#cd .tp-icon-medium.icon-document      {background-position: -120px -24px;}
#cd .tp-icon-medium.icon-word          {background-position: 0 -72px;}
#cd .tp-icon-medium.icon-spreadsheet   {background-position: -24px -72px;}
#cd .tp-icon-medium.icon-presentation  {background-position: -48px -72px;}
#cd .tp-icon-medium.icon-pdf           {background-position: -72px -72px;}
#cd .tp-icon-medium.icon-css           {background-position: -96px -72px;}
#cd .tp-icon-medium.icon-html          {background-position: -120px -72px;}

/* type icons small */
#cd .tp-icon-small {
    display: inline-block;
    margin: 0 4px 0 0;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    white-space: nowrap;
    background-image: url("/images/sprite-type-icons-small.png");
}

#cd .tp-icon-small.icon-compressed-ar   {background-position: 0 0;}
#cd .tp-icon-small.icon-compressed-zip  {background-position: -16px 0;}
#cd .tp-icon-small.icon-compressed-rar  {background-position: -32px 0;}
#cd .tp-icon-small.icon-compressed-tar  {background-position: -48px 0;}
#cd .tp-icon-small.icon-compressed      {background-position: -64px 0;}

#cd .tp-icon-small.icon-image-jpg       {background-position: 0 -16px;}
#cd .tp-icon-small.icon-image-png       {background-position: -16px -16px;}
#cd .tp-icon-small.icon-image-bmp       {background-position: -32px -16px;}
#cd .tp-icon-small.icon-image-gif       {background-position: -48px -16px;}
#cd .tp-icon-small.icon-image           {background-position: -64px -16px;}

#cd .tp-icon-small.icon-video           {background-position: 0 -32px;}
#cd .tp-icon-small.icon-audio           {background-position: -16px -32px;}
#cd .tp-icon-small.icon-text            {background-position: -32px -32px;}
#cd .tp-icon-small.icon-binary          {background-position: -48px -32px;}
#cd .tp-icon-small.icon-unknown         {background-position: -64px -32px;}

#cd .tp-icon-small.icon-document        {background-position: -80px -16px;}
#cd .tp-icon-small.icon-word            {background-position: 0 -48px;}
#cd .tp-icon-small.icon-spreadsheet     {background-position: -16px -48px;}
#cd .tp-icon-small.icon-presentation    {background-position: -32px -48px;}
#cd .tp-icon-small.icon-pdf             {background-position: -48px -48px;}
#cd .tp-icon-small.icon-html            {background-position: -64px -48px;}
#cd .tp-icon-small.icon-css             {background-position: -80px -48px;}    

/* Fix JQuery UI tabs */
#cd .ui-tabs .ui-state-default {
    background: none;
    padding: 0;
    padding-bottom: 1px;
}
/* JQuery UI combobox */
.ui-combobox-input {
    background: #FAFAFA;
    font-weight: normal;
}
.ui-autocomplete {    font-size: 12px;}
/* overview page */
#cd .options-right.actions {padding: 10px 10px 0 0;}
#cd .portlet-container #photo {
    padding: 5px 0 0 10px; 
    width: 120px;
}
#cd .portlet-container #photo img {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #888;
    padding: 1px;
}
#cd .portlet.box td input.btn-grey {    margin: 0 3px 4px 0;}

#cd .ba-box {
    float: left;
    padding: 0 3% 0 0;
    width: 47%;
    min-height: 190px;
}
/* --- Chart legend --- */
#cd ul.chart-legend li {
    padding:3px 20px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    line-height: 18px;
}
#cd ul.chart-legend .key {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    display: block;
    margin-top: 3px;
    position: absolute;
    left: 20px;
}
#cd ul.chart-legend .key-desc {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
#cd ul.chart-legend .key-value {
    position: absolute;
    right: 20px;
}
div.percent-text {
    margin: 2px auto 0 auto;
    width: 80px;
}
div.percent-container {
    margin:auto;
    width:80px;
    height:20px;
    background-color: #FFF;
    border:1px solid #d3d3d3;
    position: relative;
}
div.percent-container .average-bar {
    position: absolute;
    top: 0;
    width: 1px;
    background-color: blue;
    height: 20px;
}

.scoreRatings {
  width: 8px;
  height: 8px;	
}

.percent-color-1 { background-color: #C21919;}
.percent-color-2 { background-color: #C23819;}
.percent-color-3 { background-color: #C24F19;}
.percent-color-4 { background-color: #C26B19;}
.percent-color-5 { background-color: #C28F19;}
.percent-color-6 { background-color: #C2B118;}
.percent-color-7 { background-color: #B4C217;}
.percent-color-8 { background-color: #97C216;}
.percent-color-9 { background-color: #78C216;}
.percent-color-10 { background-color: #55C216;}

.scoreRatings.poor { background-color: #B31527; }
.scoreRatings.borderline { background-color: #FFE28E; }
.scoreRatings.satisfactory { background-color: #FFA334; }
.scoreRatings.good { background-color: #81CF89; }
.scoreRatings.verygood { background-color: #2A8739; }

ul.chart-legend .key.reval-req-no-progress,
td.reval-req-no-progress {
  background-color: #B31527; /* #d21414; */
}
ul.chart-legend .key.reval-req-in-progress, 
td.reval-req-in-progress {
  background-color: #FFD764;/* #fedc37; */
}
ul.chart-legend .key.reval-req-completed,
td.reval-req-completed {
  background-color: #359843; /* #7fbf3c; */
}
	
/** Switch user **/
body.frame-switch {
    margin: 0;
    background: #c2d3de; /* Default/live colour */
}
.frame-header {
    margin-top: 6px;
    margin-right: 60px;
}
.go-back-btn {
    display: block;
    background: #2c3e50;
    width: auto;
    text-align: center;
    padding: 12px 20px;
    line-height: normal;
    float: left;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    color: #f7f7f7;
    letter-spacing: 0.4px;
    margin: 1px 15px 0 15px;
}
.go-back-btn:hover {    background: #16a085;}
.frame-header div {
    color: #222;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 17px;
    font-weight: 600;
    padding: 4px 0 0 0;
    overflow: hidden;
}
.frame-header div p {
    margin: 0;
    letter-spacing: 0.3px;
    line-height: 17px;
    height: 17px;
    white-space: nowrap;
    overflow: hidden;
}
a.header-frame-logo {
    display: block;
    position: absolute;
    top: 13px;
    right: 15px;
    overflow: hidden;
}
/* colour options by adding class to body */
/**** Special Cases ****/
#cd .not-mobile {    display: initial;}
#cd #working-in-progress {
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    z-index:99999;
    background: transparent url(/images/large_indicator.gif) center center no-repeat;
    opacity: .7;
}
/* custom centric */
#cd .radio-content, 
#cd .footer-link ul, 
#cd .dash-time .top-user-details p, 
#cd table th .options-right, 
#cd .box-info p:first-child,
#cd .box-info ul:first-child, 
#cd .hu-details p, 
#cd .header-user ul  {
    margin: 0;
}

#cd .jumbo-dir-options .url_field_wrapper .external_option_box,
#cd .jumbo-dir-options .url_field_wrapper .internal_option_box,
#cd .jumbo-dir-options .url_field_wrapper .anchor_box,
#cd .jumbo-dir-options .url_field_wrapper .anchor_title_box,
#cd .jumbo-dir-options .url_field_wrapper .anchor_box .anchor_input,
#cd .jumbo-dir-options .url_field_wrapper .anchor_box .help {    float: none !important;}
#cd .jumbo-dir-options .url_field_wrapper input,
#cd .jumbo-dir-options .url_field_wrapper .anchor_title_box, 
#cd .upb-top, 
#cd #advanced-filters-box .tags  {    margin: 5px 0 0 0;}

/** centric tree hierarchy - companies **/
#cd .tree-hierarchy ul,
#cd .tree-hierarchy li, 
#cd .form-list span ol.asmList,
#cd .form-list span ol.asmList li {
    margin: 0; 
    padding: 0; 
    background: none;
}
#cd .tree-hierarchy ul {
    padding: 0 0 0 120px;
}
#cd .tree-hierarchy ul ul {
    padding: 0 0 0 20px;
}
#cd .tree-hierarchy ul li,
#cd .tree-hierarchy li li,
#cd .tree-hierarchy li li li {
    position: relative;
    margin: 8px 0;
}

#cd .tree-hierarchy .hierarchical_tree_node_name {
    font-weight: 600; 
    color: #1d2a38;
}
#cd .tree-hierarchy li li .hierarchical_tree_node_name {
    font-weight: 400; 
    color: #626364;
}
#cd .tree-hierarchy .hierarchical_tree_node_extra_information {
    color: #c0c0c0;
    font-weight: 600;
}
#cd .tree-hierarchy li .hierarchical_tree_node_actions {
    position: absolute;
    left: -120px;
    background: #FFF;
    padding: 0 15px 0 0;
    font-weight: 600;
    opacity: .6;
}

#cd .tree-hierarchy li .hierarchical_tree_node_actions:hover {opacity: 1;}
#cd .tree-hierarchy li li .hierarchical_tree_node_actions {left: -140px;}
#cd .tree-hierarchy li li li .hierarchical_tree_node_actions {left: -160px;}
#cd .tree-hierarchy li li li li .hierarchical_tree_node_actions {left: -180px;}

#cd .tree-hierarchy li .hierarchical_tree_node_actions a {
    color: #3b91a9;
    text-decoration: none;
}
#cd .tree-hierarchy li .hierarchical_tree_node_actions a:hover, 
#cd .steps li.active,
#cd .steps span.active, #cd .txt-blue {
    color: #3b91a9;
}
#cd .tree-hierarchy ul ul {
    background: url(../images/scaffold/tree-hierarchy-icon.png) 1px 0 no-repeat;
}
#cd .tree-hierarchy .hierarchical_tree_node_toggle {
    cursor: pointer;
    padding: 0px 5px 0px 0px;
}
/* asmList list styling */

#cd .form-list span ol.asmList li span.asmListItemLabel {
    display: block;
    padding: 10px 0 5px 0;
    font-weight: 600;
    border-bottom: 1px dotted #e0e0e0;
}

#cd .form-list span ol.asmList li a.asmListItemRemove {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #f8f8f8;
    border: 1px solid #d1d1d1;
    border-radius: 2px !important;
    box-sizing: border-box;
    color: #666;
    margin: 5px 0 10px 0;
    padding: 4px 10px;
}
#cd .form-list span ol.asmList li a.asmListItemRemove:hover {
    background-color: #ae3333;
    border: 1px solid #8a2020;
    color: #fff;
}
/* Centric ecommerce */
#cd .ecom-checkout-details ul.radio-block-fancy-right li {
    background: none; border-bottom: 1px solid #f0f0f0;
}
/** mceEditor **/
#cd span span.mceEditor table.mceLayout {
    width: 100% !important; 
    height: auto !important;
}
#cd .form-list li span span.mceEditor {
    float: none;
    width: 100%;
    margin: 0;
    display: inline-block;
    border-left: 0px solid #e0e0e0;
    padding-left: 0;
}
#cd .mceEditor table, #cd .bc-options {
    margin: 0; 
    padding: 0;
}
#cd .mceEditor table tr td {
    padding: 0px; 
    border: 0px solid red;
}
#cd .mceEditor table {    max-width: none;}
#help_content_background {
    top:0;
    right:0;
    width: 440px;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    background-color: #4B5A66;
}
#help_content {
    padding: 32px;
    top: 0;
    right:0;
    width: 380px;
    position: fixed;
    text-align: left;
    color: #FFF;
    z-index: 999999;
}
#help_content textarea {
    width: 358px;
    padding: 5px 10px;
    border: 1px solid #fff;
    margin: 16px 0 0 0;
    line-height: 21px;
}

#help_content h2 {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

#help_content h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}


#help_content p {
  margin-bottom: 8px;
}

#help_content a {
    color: #FFF;
}

#help_content ul li {
    background: none;
    list-style: disc;
    padding: 0 0 0 5px;
}
.help_toggles {
    cursor:pointer;
    position:absolute;
}
div.overall-wrapper { /* a new wrapper div added to  help the help content look good*/
    margin: 0px;
    padding: 0px;
}
.js {
    display:none;
}
/****portal.css*****/
ul#avalible_portlets li div.description {
    overflow: auto;
    margin:0.5em 1em 0;
    height:3em;
    border-top:1px solid #C7C7C7;
}
#portlets_setup_toggle {
    float:right;
    padding-top:15px;
    padding-bottom:1px;
    padding-right:1em;
    padding-left:2em;
    margin-top:4px;
    cursor:pointer;
    text-decoration:underline;
    display:none;
    background-image:url(../images/ico-toggle.png);
    background-position: top left;
    background-repeat:no-repeat;
}
/****end portal.css*****/
a.help,
p.help,
div.help,
span.help {
    background-image: url(../images/ico-tips.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 3px 3px 3px 20px;
}
a.tip,
p.tip,
div.tip,
span.tip {
    background-image: url(../images/but-ico-tip.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 5px 2px 20px;
}
.handle,
#cd .handle {
    text-align: center;
    cursor: pointer;
}
.handle-image, 
#cd .handle-image {
    float: left;
    margin-left: 5px;
    height: 15px;
    width: 12px;
    background-image: url('/images/ico-sort.png');
}

#cd table tr td.voucher {font-weight: bold;}
#cd table tr td.widthformat {width: 15%;}
#cd table tr td.unconfirmed         {background: #fbfbe9;} /*#ffffc4*/
#cd table tr td.confirmed           {background: #e9fbe9;} /*#c4ffc4*/
#cd table tr td.provisional         {background: #dcfafa;} /*#66ffff*/
#cd .shared-activities a:hover                 {background: #f0f0f0;} /*#cccccc*/
#cd table tr td.won                 {background: #e6fae6;} /*#99ff99*/

/**membership**/
#cd #membership-types ul.radio-block li,
#cd #membership-types ul.checkbox-block li {    overflow: initial;}
.asmContainer .ui-combobox-add {
    float: none !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-left: 3em !important;
}
#cd .box .form-list li .asmContainer input.ui-combobox-add {    margin-left: 3em !important;}

.asmContainer .asmListItem, 
.asmContainer ol.asmList, 
.ui-widget-header,
.ui-dialog-titlebar, .dialog-title {    border: 0;}
.box.row .form-list {    margin-top: 0 !important;}


#cd .table-icon:before {
    background-image: url("/images/table-icon.png");
}

#cd .draggable-icon{
    background: #797979 url("/images/draggable-icon.png") no-repeat;
    width: 13px;
    background-position: 3px 6px;
}

#cd #table-container .loading-box {
    margin-top: 20px;
    text-align:center;
}

#cd select.hasCustomLiveLoad.member-select {    height: 246px;}
#cd ul.radio-inline.reflection-radio {
    background: transparent;
    color: #F9F9F9;
    padding: 10px 0 10px 20px;
}
#cd .radio-inline.reflection-radio li label {
	padding: 0;
	line-height: normal;
}
#cd .tags a.js_overlay_pop{    font-size: 12px !important;}
#cd .tags a.js_overlay_pop:hover {    color: #2E8BA9;}
.empty-value.italic {    font-style: italic;}
/*****activity type summary******/
#cd td.type_col, #cd td.name_col {    width: 60%;}
#cd td.number_col,
#cd td.points_col, 
#cd .action-column {    width: 20%;}
/*****moodle_integration/list courses******/
#cd td.no_col {    width: 2em;}
#cd td.annual_value_col {    width: 10%;}

/* --- Alert box --- */
#cd .alert-box {
    padding:8px 16px;
    position: relative;
    background-color: #FFF;
}
#cd .alert-box p {
    margin:0;
    float:left;
}
#cd .alert-box h3 {
    line-height: 14px;
    margin-bottom: 8px;
    font-size: 12px;
}
/* Error */
#cd .alert-box.error {
    border: 1px solid #CA0D0D;
    border-left: 3px solid #CA0D0D;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 1px 0 #f2f2f2;
    -moz-box-shadow: 0 1px 0 #f2f2f2;
    -o-box-shadow: 0 1px 0 #f2f2f2;
    box-shadow: 0 1px 0 #f2f2f2;
    color: #3a0404;
}

#cd .alert-box.error h3 {    color: #4a0505;}
/* JQuery UI dialog/overlay fix */
.ui-widget-overlay { 
    position: fixed !important;
}
.ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
    background: none;
    padding: 16px 8px;
}
/* ui.jquery.css overrides */
.ui-menu-item {    font-size: .9rem;}
#ui-datepicker-div,
#ui-datepicker-div .ui-widget-header,
#ui-datepicker-div .ui-widget-content,
.ui-widget-header,
.ui-widget-content,
.ui-dialog-titlebar,
.ui-dialog-buttonpane,
.ui-dialog-content {
    background-color: #FFF;
    background-image: none;
    border: 0;
    font-size: 1rem;
}
.ui-autocomplete-input {
    display: inline-block;
    line-height: normal;
    padding: 8px;
    font-size: .9rem;
    font-family: 'Roboto', Arial, sans-serif;
    box-shadow: 0 0 0 #999;
    background: #FFF;
    border: 1px solid #d3d3d3;
    border-radius: 2px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-icon.signature-add {
    width: 32px;
    height: 32px;
    background-image: url('/themes/revalidation/images/signature_add.png');
    background-position: 0;
}
/* --- AJAX loader --- */
#cd .ajax-loader-small {
     height: 17px;
     line-height: 17px;
    padding: 6px 6px 6px 26px;
    background: transparent url("/themes/revalidation/images/ajax-loader-small.gif") no-repeat 6px center;
}
#cd .ajax-loader {
    background: transparent url("/themes/revalidation/images/ajax-loader.gif") no-repeat center center;
    border: none;
}
.ui-dialog,
.ui-draggable,
.dialog {
    background-color: #FFF;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12);
    border-radius: 2px;
    z-index: 1001;
    outline: none;
}
.dialog-title,
.dialog-content {
    background-color: #FFF;
    background-image: none;
  padding: 16px;
  clear: both;
}

.dialog-title h6 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 500;
}

.dialog-content {
  padding-top: 0;
}

#cd .ui-dialog-titlebar-close { display: none;}
/* job plan */
.ui-draggable {    width: 532px;}
.width-66 {
	width: 66%;
	float: left;
	clear: both;
}
.width-33 {
	width: 33%;
	float: right;
}
/*  from NCPD */
/* View Portfolio has a custom additional legend */ 
#cd  .ul-sources-legend li.custom_legend {margin-right: 10px;}
#cd .ul-sources-legend li.custom_legend {
  width: 190px;
  float: left;
}
#cd .ul-sources-legend .src-custom {
	width:21px;
	height:21px;
}
#cd .ul-sources-legend .sources-legend-checkbox,
#cd .ul-sources-legend .sources-legend-title  {display: table-cell;}
/* job plan */
#weektimepicker.ui-draggable {    z-index: 1002;}
#cd #task-list-load {
    position: absolute;
    width: 400px;
    padding: 16px;
}
.ui-draggable .info {
    display: none;
    margin-bottom: 20px;
}
div.first_level {
    padding: 16px;
    width: 500px;    
}
#weekadd_top {
  text-align: center;
  min-height: 56px;
}
#weekadd_top div, 
#cd #portlets_setup_close, 
.context-menu ul li:hover  {    cursor: pointer;}
#weekadd_top div.disabled {    cursor: auto;}
#weekadd_top div.between {    margin: auto;}
#confirm-del-info {
    display: none;
    color: #f00;
}
.iconwrapper {
  padding: 4px;
  display: inline;
}
.iconwrapper img {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* formal review Grid */
.display-area {
    border: none;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.display-area td.display-area-left, 
.display-cell-left { 
  width: 300px;
  vertical-align: top;
}
.display-area td.display-area-right { 
  padding-left: 8px;
  vertical-align: top;
}
.display-area td.display-area-right > div {
    overflow-x: scroll;
    overflow-y: hidden; 
}
.display-area td table tr td {
    padding: 0;
    width: 200px;
}
.display-cell {
    float: left;
    width: 200px;
    margin-right: 8px;
}
.display-area ul li {    border-bottom: 1px solid #eee;}
.display-area ul li.number {
    text-align: right;
    padding-right: 144px;
}
.display-area .display-area-left ul li:hover .tooltiptext, 
.tooltip:hover .tooltiptext, 
.display-cell ul li:hover .tooltiptext {
  visibility: visible;
}
.grid-si-row,
.grid-title-row {
  padding: 4px 0 4px 0;
}
.grid-title-row {
  padding: 4px 0 4px 8px;
  font-style: italic;
}
.display-cell-left .grid-title-col {
  font-size: 0.9em;
}
.grid-title-col {
  font-weight: 600;
}
.grid-col-center {
  text-align: center;
}
td.display-area-right {
  font-size: 1em;
}

/* Progress bar */
#cd .progress-bar-row {    margin-top: 8px;}
#cd .progress-bar-row h4 {    margin-bottom: 4px;}
#cd .progress-bar td {
    padding: 0;
    border: 0px;
}
#cd .progress-bar .cell {    padding-right: 8px;}
#cd .progress-bar td {    vertical-align: middle;}
#cd .progress-bar-box {
    height: 32px; 
    background: #ebebeb; 
    margin-right: 8px;
    width: 100%;
}
#cd .progress-bar-box.completed {    background: #59BA50;}
#cd .progress-bar .total {
    width: 60px;
    line-height: 1rem;
    background: #ebebeb;
}
#cd .progress-bar .total a:link, 
.ui-draggable img, 
#cd .tabs-content .box .box-content label, 
#cd .landing-page-menu-item span, 
#cd .shared-resources li span, 
#cd .shared-activities li span, 
#cd .radio-block-fancy-right label,
#cd .checkbox-block-fancy-right label, 
.context-menu ul li:hover ul, 
#cd .cd-mainnav li.dashboard a,
#cd .npdf-row label.npdf-span  {
    display: block;
}
#cd .progress-bar .total a > span,
#cd .progress-bar .total div > span {
	display: block;
	text-align: center;
}
/** filters (Basic, ) **/
.box-filter .input-row {
  display: inline-table;
  margin-right: 10px;
  width: 320px;
}
.box-filter .advanced-filter {
  width: 66%;
  margin: 0;
}
.box-filter .advanced-column {
  width: 24%;
  margin: 0;
}
#cd .box-filter .input-row input.jscal-date {   width: 80%;}
.box-filter .input-label {
  text-transform: uppercase;
  font-size: 0.8125rem;
}
/** filters (advanced) **/
#cd #advanced-filters-box #filters label.input-label {
  margin : 0;
  float: none;
}
/** filters functionality **/
div.filter-area > .box-header.inactive, 
#simple-filters-box.inactive, 
#advanced-filters-box.inactive,
.stepper .step:first-child::before, 
.stepper .step:last-child::after, 
.no-titlebar .ui-dialog-titlebar.ui-widget-header, 
.stepper .done .step-icon span {
    display: none;
}
#cd .interactive-hidden,
#cd table.calendar th.noshow, 
table.calendar td.noshow, 
#cd .interactive-hidden, 
.fht-table-wrapper .fht-fixed-column .fht-tfoot, 
#cd .user-profile-box .user-news-feed .more_news, 
.review-radio-add-review .reflection-later .cloned,
.input-select.disabled::-ms-expand {
    display: none;
}
.hidden,
.noshow,
.mobile-menu, 
#cd .cd-mainnav li:hover ul ul, 
#cd .cd-mainnav li ul, 
.mobile-nav-menu, 
.mobile-aside-menu, 
.calendar-mobile-menu, 
.mobile-gallery-menu {
  display: none;
}
#cd .mobile-only , #cd .cd-mainnav li ul {
    display: none;
}
/* fix styling generate from scaffold */
#cd td .form-action,
#cd .content-placeholder .scaffold,
#cd .scroll-wrapper .scaffold,
#cd .scroll-wrapper .form-action, 
#cd .ul-sources-legend li.custom_legend label, 
#cd .ul-sources-legend li.sources_legend label    {
  padding: 0;
}
.graph-storage, #top-nav-wrap {  text-align: center }

/* Forms navigation */
#top-nav-wrap.fixed {
  width:inherit;
  display: block;
  position: fixed;
  top: 40px;
  z-index: 99;
  padding: 0;
}
/** stepper **/
.steps-progress-container,
.stepper-container {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  clear: both;
}
.stepper {
  margin: 0 auto;
  font-size: 14px;
  list-style-type: none;
}
.stepper .step {
  text-align: center;
  position: relative;
  padding: 16px;
  border:  none;
  min-width: 100px;
}
.stepper .step:hover {
  background-color: rgba(0, 0, 0, 0.025);
  cursor: pointer;
}
.stepper .step::before,
.stepper .step::after {
  content: "";
  position: absolute;
  top: 26px;
  height: 1px;
  background-color: rgba(160, 160, 160, 0.2);
  font-size: 12px;
}
.stepper .step::after {
  right: 0;
  left: 50%;
  margin-left: 16px;
}
.stepper .step::before {
  left: 0;
  right: 50%;
  margin-right: 16px;
}
.stepper .step:first-child::before,
.stepper .step:last-child::after {
  display: none;
}
.stepper  .step-icon {
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto 6px auto;
  border-radius: 50%;  
  color: white;
  background-color : rgb(158, 158, 158);
}
.stepper .done .step-icon::after {  font-family: "Material Icons";}
.stepper .done .step-icon::after {  content: "\e876";}
.stepper .done .step-icon,
.stepper .active .step-icon {
  background-color: #3999BD !important;
}
.stepper a {
  outline:none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.258824);
}
.stepper a.active, 
#cd .page-header h2 a , 
#cd a.landing-page-menu-item:hover .menu-item-desc {   color: #484848;}
/* .Forms navigation */

/* Widget Appraisal */
.appraisee-widget-stats {
  margin-left: 16px;
}
.appraisee-widget-stats > .icon-warning {
  position: inherit;
  top:4px;
}
.appraiser-archived-label,
span.appraiser-archived-label {
  text-transform: uppercase;
  font-size: 1em;
  color: #8a2020;
  font-weight:bold;
}
/* .Widget Appraisal */

/* **************************************************************************
 * Custom Email Templates styling
 * ************************************************************************** */
/********** custom.css file **********/
#cd #cet-load-area select, 
#cd #cet-load-area input {
    margin-top: 2px;
}
#cet-tpl {  max-width: 300px;}
#cet-load-msg, 
#cet-template-name-block, 
#cet-save-as-error {
    padding-top: 6px;
    line-height: 22px;
}
#cet-save-label {   font-weight: bold;}
#cd #cet-save-as-area input {   float: right;}
#cet-save-as-name {
    width: 30%;
    max-width: 30%;
    margin-right: 7px;
}
#cd #confirmation-form .box-title,
#cd #reflective-discussion-form .box-title {
    text-align: center;
}
#cd #confirmation-form .box-title h3,
#cd #reflective-discussion-form .box-title h3 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    padding: 16px;
}
#cd #confirmation-form .box-content h3,
#cd #reflective-discussion-form .box-content h3 {
    font-weight: 600;
    font-size: 1rem;
}
#cd #reflective-discussion-form ul.detail-list, 
#cd #confirmation-form ul.detail-list {
    line-height: 1.5;
}
#cd #reflective-discussion-form ul.detail-list li, 
#cd #confirmation-form ul.detail-list li {
    width: 100%;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#cd #reflective-discussion-form ul.detail-list li strong, 
#cd #confirmation-form ul.detail-list li strong {
    display: none;
}
#cd .supporting-information-placeholder .bold {
    font-weight: bold;
}
#cd #appraisal-workbook-radio-section ul.form-group li.input.form-input-choice input {
    margin-right: 10px;
}
.form-signature-remove {
    position: absolute;
    top: 10px;
    right: 10px;
}
.signature-box-content {
    border-top: none !important;
    border-bottom: none !important;
    position: relative;
    min-height: 119px;
}
#cd #confirmation-form h3.fluffy-cell.question.required, 
#cd #confirmation-form .confirmation-checklist div h3 { 
    font-size: 14px;
}
.signature-dialog-upload {
    height: 100px;
}
.signature-dialog-update img {
    margin: 0 auto;
    display: block;
}
#cd #confirmation-form .question-section table th {
    border-right:none;
}
#cd #confirmation-form .input.form-input-choice label.aggregate-label,
#cd #confirmation-form .confirmation-checklist label.aggregate-label {
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 3px solid #55AA1C;
    margin-right: 10px;
}
#cd #reflective-discussion-form #signature-table .collapse.row-big, 
#cd #confirmation-form #signature-table .collapse.row-big {
    margin-top: 10px
}
#cd #reflective-discussion-form #signature-table .signature-input, 
#cd #reflective-discussion-form #signature-table th.fluffy-cell.odd, 
#cd #confirmation-form #signature-table .signature-input, 
#cd #confirmation-form #signature-table th.fluffy-cell.odd {
    border-top: none;
}
#cd #reflective-discussion-form .assist-box,
#cd #confirmation-form .assist-box {
    padding: 16px;
}
#cd #confirmation-form .form-placeholder table tr.question-row th.fluffy-cell.question, 
#cd #confirmation-form .form-questions th.fluffy-cell.question {
    border-right: none; 
}
#cd #confirmation-form .form-placeholder table tr.question-row th.fluffy-cell.question.even {
    height: 100px;
}
#cd #confirmation-form ul.form-group li.input.form-input-choice, 
#cd #confirmation-form .confirmation-checklist ul.form-group.concice li.fluffy-cell.question {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
}
#cd #confirmation-form ul.form-group li.input.form-input-choice label,
#cd #confirmation-form .confirmation-checklist label.aggregate-label  {
    vertical-align: -webkit-baseline-middle;
}
#cd #confirmation-form #confirmation-radio-section ul.form-group li.input.form-input-choice input {
    margin-right: 10px;
}
#cd #confirmation-form ul.form-group.concice {
    margin: 15px 0 0 0;
}
#cd #confirmation-form .form-section input[type="radio"], 
#cd #confirmation-form .form-section input[type="checkbox"],
#cd #confirmation-form #confirmation-radio-section ul.form-group li.form-input-choice.input input {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
#cd #confirmation-form .form-placeholder table tr.question-row td {
    border-left: none; 
    border-top: none;
}

@media screen, handheld, projection {
    /* --- Prep progress bar for top static portlet --- */
    #cd .steps-progress {
        margin: 16px 0 0 0;
        padding: 0;
        list-style-type: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #cd .steps-progress li {
        display: inline-block;
        zoom: 1;
        text-align: center;
        line-height: 1.5em;
        margin-top: 10px;
        vertical-align: top;
        padding-top: 20px;
        color: #0F0F0F;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        border-top: 4px solid #78848f;
    }
    #cd .steps-progress[data-steps="2"] {
        margin-left: 155px;
    }
    #cd .steps-progress[data-steps="3"] {
        margin-left: 112px;
    }
    #cd .steps-progress[data-steps="4"] {
        margin-left: 86px;
    }
    #cd .steps-progress[data-steps="5"] {
        margin-left: 72px;
    }
    #cd .steps-progress[data-steps="6"] {
        margin-left: 60px;
    }
    #cd .steps-progress[data-steps="7"] {
        margin-left: 52px;
    }
    #cd .steps-progress[data-steps="8"] {
        margin-left: 46px;
    }
    #cd .steps-progress[data-steps="9"] {
        margin-left: 39px;
    }
    #cd .steps-progress[data-steps="2"] li {
        width: 50%;
    }
    #cd .steps-progress[data-steps="3"] li {
        width: 33.33%;
    }
    #cd .steps-progress[data-steps="4"] li {
        width: 25%;
    }
    #cd .steps-progress[data-steps="5"] li {
        width: 20%;
    }
    #cd .steps-progress[data-steps="6"] li {
        width: 16.66%;
    }
    #cd .steps-progress[data-steps="7"] li {
        width: 14.28%;
    }
    #cd .steps-progress[data-steps="8"] li {
        width: 12.5%;
    }
    #cd .steps-progress[data-steps="9"] li {
        width: 11.11%;
    }
    #cd .steps-progress li:before {
        position: absolute;
        top: -16px;
        left: 0;
        content: " ";
        width: 29px;
        height: 29px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0 0 0 -12px;
    }
    #cd .steps-progress li span {
        position: relative;
        right: 50%;
        width: 79%;
        display: inline-block;
        text-align: center; 
    }
    #cd .steps-progress li.last-child span {
        width: 106%;
        top: 4px;
    }
    #cd .steps-progress li.last-child {
        border: 0px solid #fff;
    }
    #cd .steps-progress li.last-child:before {
        top: -12px;
    }
    #cd .prep-progress-bar-9-steps {
        width: 760px; /* 9 steps of 80px + 8 gaps of 5px */
    }
    #cd .prep-progress-bar-8-steps {
        width: 675px; /* 8 steps of 80px + 7 gaps of 5px */
    }
    #cd .prep-progress-bar-7-steps {
        width: 590px; /* 7 steps of 80px + 6 gaps of 5px */
    }
    #cd .remove-appraiser-step {
        width: 675px;
    }
    #cd .prep-progress-bar div.step,
    #cd .prep-progress-bar-8-steps div.step,
    #cd .prep-progress-bar-7-steps div.step {
        float: left;
        margin-right: 0px;
        text-align: center;
        width: 80px;
        margin-right: 5px;
    }
    #cd .prep-progress-bar div.first-step,
    #cd .prep-progress-bar-8-steps div.first-step,
    #cd .prep-progress-bar-7-steps div.first-step {
        background-image: url("/themes/revalidation/images/bgnd-progress-bar-step-first-last.png");
        background-position: left 12px;
        background-repeat: no-repeat;
    }
    #cd .prep-progress-bar div.last-step,
    #cd .prep-progress-bar-8-steps div.last-step,
    #cd .prep-progress-bar-7-steps div.last-step {
        background-image: url("/themes/revalidation/images/bgnd-progress-bar-step-first-last.png");
        background-position: right 12px;
        background-repeat: no-repeat;
        margin-right: 0px;
    }
        /***************************** from the previous design *******************/
    #cd .steps-progress li.step-green:before {
        background: url("/themes/revalidation/images/step-green.png") no-repeat;
    }
    #cd .steps-progress li.step-amber:before {
        background: url("/themes/revalidation/images/step-amber.png") no-repeat;
    }
    #cd .steps-progress li.step-red:before {
        background: url("/themes/revalidation/images/step-red.png") no-repeat;
    }
    #cd .steps-progress li.step-blue:before {
        background: url("/themes/revalidation/images/step-blue.png") no-repeat;
    }
    #cd .steps-progress li.step-grey:before {
        background: url("/themes/revalidation/images/step-grey.png") no-repeat;
    }
    #cd .prep-progress-bar div.step span.step-green,
    #cd .prep-progress-bar-8-steps div.step span.step-green,
    #cd .prep-progress-bar-7-steps div.step span.step-green {
        background-image: url("/themes/revalidation/images/step-green.png");
    }
    #cd .prep-progress-bar div.step span.step-amber,
    #cd .prep-progress-bar-8-steps div.step span.step-amber,
    #cd .prep-progress-bar-7-steps div.step span.step-amber {
        background-image: url("/themes/revalidation/images/step-amber.png");
    }
    #cd .prep-progress-bar div.step span.step-red,
    #cd .prep-progress-bar-8-steps div.step span.step-red,
    #cd .prep-progress-bar-7-steps div.step span.step-red {
        background-image: url("/themes/revalidation/images/step-red.png");
    }
    #cd .prep-progress-bar div.step span.step-blue,
    #cd .prep-progress-bar-8-steps div.step span.step-blue,
    #cd .prep-progress-bar-7-steps div.step span.step-blue {
        background-image: url("/themes/revalidation/images/step-blue.png");
    }
    #cd .prep-progress-bar div.step span.step-grey,
    #cd .prep-progress-bar-8-steps div.step span.step-grey,
    #cd .prep-progress-bar-7-steps div.step span.step-grey {
        background-image: url("/themes/revalidation/images/step-grey.png");
    }
    /* --- Prep progress bar legend for top static portlet --- */

    #cd .progress-bar-legend ul.chart-legend li .key.green {
        background-image: url("/themes/revalidation/images/key-green.png");
    }
    #cd .progress-bar-legend ul.chart-legend li .key.amber {
        background-image: url("/themes/revalidation/images/key-amber.png");
    }
    #cd .progress-bar-legend ul.chart-legend li .key.red {
        background-image: url("/themes/revalidation/images/key-red.png");
    }
    #cd .progress-bar-legend ul.chart-legend li .key.blue {
        background-image: url("/themes/revalidation/images/key-blue.png");
    }
    #cd .progress-bar-legend ul.chart-legend li .key.grey {
        background-image: url("/themes/revalidation/images/key-grey.png");
    }
    /* --- Prep progress bar legend for top static portlet --- */
    #cd .progress-bar-legend {
        position: relative;
    }
    #cd .progress-bar-legend ul.chart-legend .key-desc {
        margin-right: 0;
    }
    #cd .progress-bar-legend ul.chart-legend div.key {
        width: 17px;
        height: 17px;
        margin-top: 1px;
        background-color: transparent;
        background-repeat: no-repeat;
        left: 15px;
    }
    #cd .box-header .radio-inline li label,
    #cd .box-header .checkbox-inline li label {
        padding-top: 0;
    }
    #cd .membership-type-group-content { margin-top: 20px; }
    #cd .membership-type-panel {
        width: 30%;
        float: left;
        margin: 0 3% 20px 0;
        min-height: 245px;
        overflow: hidden;
    }
    #cd .membership-type-group-content .membership-type-panel label.detail {
        font-weight: 600;
    }
    /* --- Lists --- */
    #cd ul.inner-list,
    #cd ol.inner-list {
        border: none;
        margin-top: 0;
        margin-bottom: 0;
        margin-left:-20px;
        margin-right:-20px;
        padding: 0;
        background: transparent;
    }
    /* Item list - additional classes */
    #cd .item-list li span.item-list-header {
        margin: 0;
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase;
        margin-bottom: 2px;
    }
    #cd .item-list li span.item {
        font-size: 12px;
        line-height: 21px;
        color: #47494A; /* Default cons design colour */
    }
    #cd ul.item-list.inner-list a {
        font-weight: normal;
    }
    /* --- Fixed heights --- */
    #cd .h100 { height: 100px; }
    #cd .h150 { height: 150px; }
    #cd .h200 { height: 200px; }
    #cd p.notes-action-links { margin-bottom: 5px; }
    #cd .notes-cancel-link-block { margin-top: 20px; text-align: center; }
    #cd .note-footer, #cd .notes-comment, #cd .note-actions {
        overflow: hidden;
    }
    #cd .note-actions {
        padding:5px 0;
    }
    #cd .item-list .il-icon { top: 2px; }
    #cd .notes-comment p {
        padding: 5px;
        margin-top: 8px;
        margin-bottom: 8px;
    } 
    .ui-tooltip {
        padding: 10px;
        border: none;
        line-height: 20px;
        font-size: 12px;
    }
    #cd table tr.title-row td,
    #cd table tr.title-row th {
        font-weight: 600;
        vertical-align: middle;
    }
    #cd .membership-type-group h2.membership-type-group-heading {
        font-weight: 400 !important;
        padding: 20px 0 10px 0 !important;
        cursor: pointer;
    }
    /**************** end of appraisal progress for the home page *****************/
}
@media only screen and (max-width: 995px) {      
    #cd .container,
    #cd .cd-main-nav .container  {   width: 98%;}
    #cd .container .four.columns,
    #cd .container .eight.columns {
        width: 98%;
        padding: 16px;
        margin: 16px 0;
    }
    /* context menu */
    .context-menu ul li ul {  right: 1%;}
    #cd .options-menu ul li ul.options-menu-columns {    right: 1%;}   
}

@media only screen and (max-width: 720px) {
    
    #cd header { display: none; }
    
    #cd .messages ul { width: 100% }    
    .width-66 {
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 24px;
    }
    .width-33 {
        width: 100%;
        float: none;
    }   
    #cd .dt-buttons a { font-size: 13px; }
}
@media only screen and (max-width: 460px) {
    #cd .header-right {width: 29%;}
    #cd .dt-buttons a { font-size: 13px; }
}
/* msf assessments */
.msf-incomplete { background-color: #B31527; }
.msf-rejected { background-color: #FFA334; }
.msf-completed { background-color: #359843; }
.msf-self-assessment { background-color: #359843; }
.msf-no-responses { background-color: #808080; }
.msf-rejected-by-appraiser { background-color: #B31527; }

/* datepicker */ 
#ui-datepicker-div .ui-state-hover, 
#ui-datepicker-div .ui-widget-content .ui-state-hover, 
#ui-datepicker-div .ui-widget-header .ui-state-hover, 
#ui-datepicker-div .ui-state-focus, 
#ui-datepicker-div .ui-widget-content .ui-state-focus, 
#ui-datepicker-div .ui-widget-header .ui-state-focus {
  border: none;
  top: 2px;
}
#ui-datepicker-div .ui-state-default.ui-state-hover {
  top: 0;
  right: 0;
}
#ui-datepicker-div .ui-datepicker-month, 
#ui-datepicker-div .ui-datepicker-year {
    padding: 4px
}
#ui-datepicker-div .ui-datepicker-prev-hover { left: 2px;}
#ui-datepicker-div .ui-datepicker-next-hover { right: 2px;}

/** text align **/
.align-center {text-align: center;}
.align-right {text-align: right;}

/* FEEDBACK QUESTIONARY */
table.concise.aggregate th.input.form-input-choice,
.choice-aggregate.striped-table th {
  font-weight: 600;
}

/** text align **/
.align-center {text-align: center;}
.align-right {text-align: right;}

/** Chart.JS **/ 
.chart-holder{
  height: 780px;
}
.warning-box {
    border:2px dashed #794747;
    background-color:white;
    padding:1em;
}
#inactiveConfirm .warning-box {
    padding:0.5em;
}
.warning-box .warning{
    font-size:1.2em;
    color:#794747!important;
}
.warning-box ul{
    padding:0;
    margin:0 1em;
}
.warning-box li {
    width:48%;
    min-width:30em;
    float:left;
}
.warning-box.failed{
    background-color:#FFCCCC;
}

#resourcesConfirm .warning-box ul {
    margin:0 1em;
}
.email-flag {
    color:#880000;
}
.email-box {
    border:1px dashed #794747;
    background-color:white;
    padding:1em;
}
#confrimMultipleAction .warning-box {
    border:2px solid #dba80f;
    background-color:white;
    padding:1em;
}
#confrimMultipleAction .warning-box  li {
    background-image:url(/images/li-alert-neutral.png);
    background-position:left center;
    background-repeat:no-repeat;
    list-style:none;
    list-style-image:none;
    padding:3px 0 5px 20px
}
#confrimMultipleAction .warning-box .warning{
    font-size:1.2em;
    color:#794747!important;
    margin-top:0.5em;
    margin-bottom:0em;
}
#resourcesDelete .warning-box ul{ margin:0; list-style:none;}
#resourcesDelete .warning-box li{ list-style:none;}
.filter fieldset {
    border-width:3px 0 0;
    margin:0.5em 0;
}
.dg-row{
    vertical-align:top;
}   
.filter fieldset legend{
    cursor: pointer;
    padding-left:16px;
    padding-right:1em;
    font-weight:bold;
    background:transparent url(/images/ico-smallplus.png) 4px center no-repeat;
}
.expired {
    color:red;
    font-weight:normal;
}
.role,.membership  {
    display:inline-block;
    display:-moz-inline-box;
    min-width:100px;
}
.membership {
    font-weight:bold;
    font-style:normal;
}
.no-expire{
    color:green;
    font-weight:normal;
}
#searchList fieldset, #usersSearch fieldset {
    border:1px solid #C0DEF1;
    margin-bottom:0.5em;
}
#searchList fieldset legend, #usersSearch fieldset legend {
    color:#575757;
    font-weight:bold;
    text-decoration:underline;
}
#searchList .jscal-date, #usersSearch .jscal-date {
    width:6em;
}
#searchList .jscal-datetime, #usersSearch .jscal-datetime {
    width:9em;
}

#searchList fieldset li, #usersSearch fieldset li {
    list-style-image:none;
    list-style:none;
}
#searchList .checkall, #searchList .uncheckall, 
#usersSearch .checkall , #usersSearch .uncheckall{
    display:none;
    cursor:pointer;
    text-decoration:underline;
}
#searchList .fold , #usersSearch .fold{
    border:1px solid #C0DEF1;
    padding:0.5em;
}

div.panel h2 {
    font-size:0.95em!important;
    padding-bottom:2px;
    margin-bottom:0;
}
div.panel {
    position: relative; 
    float:none; 
    width:100%; 
    clear:none; 
    padding:0; 
    margin: 0 2% 2em 0;
}
div.panel .icon {
    position: absolute; 
    top:0px; 
    left:0px; 
    margin:0 5px 0 0;
}
div.panel p {
    margin-right:0;
}
div.half, div.half-left,div.half.right-col-narrow{
    width: 49%
}
em.required {
    color:red;
    font-weight:bold;
}
th.ut-label {
    width: 15%;
}
span.none {
    font-style: italic;
}

table.choice {
    float:left;
    width:47%;
    margin-left:1%;
}
table.choice.last{
    float:right;
    margin-left:0;
    margin-right:1%;
}
table.choice th {
    line-height:1.4em;
}

#furtherInfoOutcome .ut-label{
    width:20%;
    vertical-align:top
}
#furtherInfoOutcome .required{
    color:red;
}
#furtherInfoOutcome .desc {
    padding-left:1em;
    
}
#furtherInfoOutcome .len-255 {
    width:45em;

}
#furtherInfoOutcome .len-140 {
    width:40em;

}
#furtherInfoOutcome .len-80 {
    width:30em;
}
#furtherInfoOutcome .len-30 {
    width:18em;
}
#furtherInfoOutcome.len-10 {
    width:8em;
}
.div_spacing{
    margin:10px 0px;
}
#assessmentApproval .col-2{
    display:block;
    float:left;
    width:47%;
    margin-right:1%;
    margin-top: 0;
}

#assessmentApproval .col-x-end{
    clear:right;
    margin-right:0;
}
#assessmentApproval .simple-form label {
    width: 60%;
}
.person-name {
    font-weight: bold;
    text-transform: uppercase;
}
.summary-table-breakpoint {
    width:100%;
}
.req {
    padding: 1px;
    color: #333333;
}
.right-col-narrow .key .req.completed {
    background-color:#bbffbb;
}
.right-col-narrow .key .req.part {
    background-color: #FFE271;
}
.notcompleted {
    background-color: #ffbbbb;
}
.na {
    background-color: #F7F3C8;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #EEE;
    padding: 5px;
    opacity: 0.85;
    font-size:0.7em;
    font-weight:normal;
}
#tooltip h3, #tooltip div { margin: 0; font-size:1em;}
td.detail-name {
    text-align: right;
    width: 200px;
    font-weight: bold;
}
.img-box {
    float:right;
    padding:0.5em; 
    text-align:center;
    text-decoration:italic;
    clear:both;
}
.appraisal_closed {
    background-color: #BABABA !important;
}
.appraisal_reviewed {
    background-color: #359843 !important;
}
.appraisal_outcome_assigned {
    background-color: #F1CED0 !important;
}
.appraisal_outcome_to_be_assigned {
    background-color: #FF732A !important;
}
.appraisal_missing {
    background-color: #B31527 !important;
}
#pdp_required_message {
    width: 40%;
    margin: 0 auto;
    background-color:#fff;
    border: 1px solid #CCC;
    padding: 1%;
}
#ro_statement li {
    list-style-type: disc;
}
#cd .trace {
    margin:0.5em 0;
    border:1px dashed lightgray;
    background:white;
    list-style:decimal inside;
    font-size:1em; 
    border-collapse:collapse;
    line-height:1.5em;
    clear:left;
}
#cd .trace .trace {
    border-right:none;
    border-bottom:none;
    margin:0.5em 0 0 1.5em;
}
#cd .trace .no {
    color:lightgray;
    display:block;
    float:left;
    vertical-align:middle;
    padding:0.6em 1em 0.5em 0.3em;
    font-size:2em;
    font-weight:bold;
}
#cd .trace q { font-size:1.2em; font-weight:normal; }
#cd .trace code {
    font-size:1.08em;
    line-height:1.3em;
    font-family: Verdana,sans-serif;
    font-size-adjust:none;
    font-variant:normal;
    font-style:normal;
    font-weight:normal;
}
#findUserHtml div.messages ul.error{
    background:none;
    padding: 0 0 0 5em;
    margin:0.5em 0;
}
#findUserHtml div.messages{
    background-image: url("<?=$url_prefix?>/images/ico-alert.png");
    background-position:0.4em 2.2em;
    background-repeat: no-repeat;
    min-height:7em;
    height:auto !important;
    height:7em;
}
#aggregatedReportCron div.box {
    border-top-style: none !important;
    margin-bottom: 10px;
}
/* RO Dashboard Chart styles*/
#aggregatedReportCron div.wrapper {
    width:813px; 
    color:#000000;
    font-size:1.0em;
}
#aggregatedReportCron h1 {
    font-size:1.2em;
    text-align:left;
    margin:20px 0px 20px 0px;
    padding: 0px!important;
}
#aggregatedReportCron h2 {
    font-size:1.2em;
    text-align: left;
    padding: 0px!important;
}
#aggregatedReportCron table {
    border: 1px solid #000000!important;
    border-collapse:collapse!important;
}
#aggregatedReportCron table.list {
    width: 813px !important;
}
#aggregatedReportCron td, #aggregatedReportCron th {
    padding: 10px!important;
    vertical-align: top!important;
    border-top: 1px #000000 solid!important;
    border-bottom: none!important;
    border-right: 1px #000000 solid!important;
    border-left: none!important;
    text-align: left!important;
    color:#000000;
}
/* this is currently not supported by webkit */
#aggregatedReportCron tr {
    page-break-inside: avoid!important;
} 
#aggregatedReportCron textarea {
    background-color: #ffffff !important;
    width: 813px !important;
    border: 1px solid #000000!important;
}
#aggregatedReportCron img {
    display: none;
}
#aggregatedReportCron a {
    color: #000000;
    text-decoration: none;
}
#reportsViewCertification .table-layout {
    width:100%;
    border-collapse:collapse !important;
    border:none;
    background: #ffffff;
}
#reportsViewCertification .table-layout td {
    background: #ffffff;
    border:none;
}
#reportsViewCertification .table-layout td table td {
    border:1px solid #d3d3d3;
    background:#f9f9f9;
}
#reportsViewCertification .cell-empty { background:#ffffff; }
#reportsViewCertification .no-border.top { border-top:none; }
#reportsViewCertification .no-border.right { border-right:none; }
#reportsViewCertification .no-border.bottom { border-bottom:none; }
#reportsViewCertification .no-border.left { border-left:none; }
h1 {
    font-family: Tahoma;
    font-style: normal;
    font-size:25px;
}
#logo { width:160px; }
div.portfolio-logo-wrapper {                
    text-align:right;
    width:100%;
    margin-top:10px;
}
img.portfolio-logo {
    width:100px;;
}
#showCSVTable div.box#grid {
    overflow:auto!important;
    overflow-y:auto!important;
    overflow-x:auto!important;
}
#showCSVTable td.no-data {
    background-color:red;
}
#cd #showCSVTable table tr td.error-column{
    background-color:#FF8C00;width:100%;
}
#cd #showCSVTable table tr:hover td.error-column{
    background-color:#FF8C00;width:100%;
}
#cd #showCSVTable table tr td.unexpected_data {
    color:#e9fbe9;
    background-color:#FFCC00;width:100%;  
}
#cd #showCSVTable table tr:hover td.unexpected_data{
    background-color:#FF8C00;width:100%;
}
#cd #showCSVTable table tr td.missing-column {
    background-color:#FA0505;width:100%;
}
#cd #showCSVTable table tr:hover td.missing-column{
    background-color:#FA0505;width:100%;
}
#cd #showCSVTable table tr th.unexpected_headers {
    color:#e9fbe9;
    background-color:#AAA;width:100%; 
}

/* gmc connection */
#form1_row_edgecumbe_sso_xref .il-icon,
#form2_row_edgecumbe_sso_xref .il-icon {
  width: 24px;
  height: 24px;
  top: 0;
}
#form1_row_edgecumbe_sso_xref .il-icon.icon-ok-color,
#form2_row_edgecumbe_sso_xref .il-icon.icon-ok-color,
#form1_row_edgecumbe_sso_xref .il-icon.icon-delete-color,
#form2_row_edgecumbe_sso_xref .il-icon.icon-delete-color { background-position: 0; }

#form1_row_edgecumbe_sso_xref .il-icon.icon-ok-color
#form2_row_edgecumbe_sso_xref .il-icon.icon-ok-color,
#form1_row_gmc_connection .icon.icon-tick,
#form2_row_gmc_connection .icon.icon-tick { background-image: url(/images/ic_check_green_24dp_1x.png); }

#form1_row_edgecumbe_sso_xref .il-icon.icon-delete-color,
#form2_row_edgecumbe_sso_xref .il-icon.icon-delete-color,
#form1_row_gmc_connection .icon.icon-tick.dissabled,
#form2_row_gmc_connection .icon.icon-tick.dissabled { background-image: url(/images/icons/baseline_clear_red_24dp.png); }

