/* Imports
=====================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
@import url(/content/styles/reset.css);
@import url(/content/styles/extranet/forms.css);


/* Fonts
======================================================================*/
body, input, select, textarea { font-family: "Open Sans", Arial, sans-serif; }


/* Basics
======================================================================*/
a { color: #0c6ac8; text-decoration: none; transition: all 0.1s ease-in-out; }
a:hover { text-decoration: underline; }
a img, :link img,:visited img, fieldset { border: none; }
abbr, acronym { border-bottom: 1px dotted #ccc; cursor: help; }
address { font-style: normal; }
body { background: #f2f2f2; font-size: 14px; line-height: 1.4; }
dd, dl, p, table, ul { line-height: 1.45; margin-bottom: 1.25em; }
dt { font-weight: bold; margin-bottom: 0.3em; }
em { font-style: italic; }
fieldset { border: 1px solid #ddd; margin-bottom: 2em; padding: 1em 1.5em; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }
h1 { font-size: 30px; font-weight: 300; margin-bottom: 0.5em; }
h2 { color: #c20000; font-size: 20px; font-weight: 300; margin-bottom: 0.5em; }
h2 span { font-size: 13px; font-weight: normal; margin-left: 0.5em; }
h3 { font-size: 13px; margin-bottom: 7px; }
hr { background: #e0e0e0; border: 0; clear: both; color: #e0e0e0; height: 1px; margin: 3em 0; }
img { max-width: 100%; }
legend { font-size: 1.7em; margin: 0 0 0 -0.5em; padding: 0.1em 0.25em 0.5em; }
legend em { color: #777; font-size: 0.7em; font-style: normal; font-weight: normal; margin-left: 0.3em; }
ol { list-style: decimal; margin-left: 1.5em; }
ol ol { list-style: lower-alpha; }
table { border-collapse: collapse; width: 100%; }
table p, table ul { margin-bottom: 0; }
textarea { line-height: 17px; height: 6em; }
td { border: 1px solid #ddd; border-width: 1px 0; vertical-align: top; }
td, th { padding: 0.5em 0.7em 0.5em 0; }
th img { vertical-align: middle; }
th { border-bottom: 1px solid #ddd; color: #555; font-weight: bold; vertical-align: bottom; }
ul { list-style: disc; margin-left: 1.5em; }
.right { float:right; }


/* Core layout
======================================================================*/
.clear { clear: both; }
#content-wrapper, #footer, #header-content, #nav-content { margin: 0 auto; max-width: 1200px; }

/* Columns */
.c2l, .c2r { width: 48%; }
.c2l, .c3l, .c3m { float: left; }
.c2r, .c3r { float: right; }
.c3l { margin-right: 3%; }
.c3l, .c3m, .c3r { width: 31%; }
.c2l h1, .c2r h1 { margin: 0; }

/* Content */
#content { clear: both; padding: 30px; }
#content-login { margin: 1.75em auto; width: 60%; }
#content-wrapper { background: #fff; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); clear: both; margin-bottom: 1em; }

/* Framed */
.framed { background: #fff; }

/* Stock classes */
.l { float: left; }
.r { float: right; }
ul.flat { list-style: none; margin-left: 0; }
ul.flat li { background: none; margin: 0; padding: 0; }


/* Content
======================================================================*/
.alert, .alert a { color: #c20000; }
.inactive, .inactive a { color: #999; }
.placeholder { color:#aaa; font-style:italic; }

/* Abstracts */
.abstracts td.details { white-space: normal; }
.abstracts tr:hover > td { background: #f5f5f5; cursor: pointer; }
.abstracts tr:hover td.details, .abstracts tr:hover td.grade, .abstracts tr:hover td td { background: none; cursor: default; }
.abstracts .grade { padding: 10px 20px 10px 64px; }
.abstracts .grade p { margin-bottom: 1em; }
.abstracts .grading-report dt { font-weight: normal; }

/* Action buttons */
.action {
	background: #0c6ac8;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 0.4em 0.7em 0.5em;
	text-decoration: none;
	white-space: nowrap;
}


.action:hover { opacity: 0.7; text-decoration: none; }
.action .icon { background-position: 0 50%; float: none; }

/* Avatars */
#avatar-full img { width: 100%; }

/* Applications */
#app dt { font-weight: bold; }
#app .form > dt { border-top: 1px solid #ddd; font-size: 14px; margin-bottom: 0.5em; }
#app .form > dt a { font-weight: normal; margin-left: 0.5em; }
#app .form > dt:first-child { border: 0; padding: 0; }
#app .form dt .label { float: none; margin: 0; width: auto; }
#app .form .field { float: none; margin-bottom: 1.5em; width: auto; }
#app h1 { font-size: 20px; margin-bottom: 0.2em; }
#app-primary { float: right; width: 64%; }
#app-secondary { float: left; width: 31%; }
#app-status { border: 1px solid #ddd; padding: 15px; }

  /* Recommendations */
  .recs { list-style: none; margin-left: 0; }
  .recs li { margin-bottom: 0.5em; }
  .recs .missing { background: #f5f5f5; padding: 10px; }
  .recs p { margin: 0; }

/* Bar charts */
.chart-bar { font-size: 11px; margin: 0; }
.chart-bar .count { color: #777; position: absolute; right: 5px; top: 3px; }
.chart-bar .idx { background: #dadada; border-radius: 3px; min-width: 1px; height: 100%; position: absolute; }
.chart-bar .label { left: 5px; position: absolute; top: 3px; }
.chart-bar .point { display: block; height: 20px; position: relative; }

  /* Overall progress */
  .overall-progress { margin-bottom: 30px; }
  .overall-progress .chart-bar { font-size: 15px; }
  .overall-progress .chart-bar .idx { border-radius: 5px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .overall-progress .chart-bar .label { left: 8px; top: 12px; }
  .overall-progress .chart-bar .point { border: 1px solid #999; border-radius: 5px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset; height: 40px; margin: 0 15px 5px 0; }
  .overall-progress .breakdown { padding-top: 10px; }
  .overall-progress .breakdown .chart-bar { font-size: 11px; }
  .overall-progress .breakdown .chart-bar .label { top: 4px; }
  .overall-progress .breakdown .chart-bar .point { height: 20px; }

/* Bill */
.bill .n { color: red; }
.bill .num { text-align: right; }
.bill .p { color: green; }
.bill td { font-size: 13px; }
.bill .total td { border-top: 3px double #ccc; font-weight: bold; }
.bill tr:hover td { background: #f0f0f0; }

/* Buttons */
.btn {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 0.6em 0.9em;
    vertical-align: middle;
}

.btn:hover { text-decoration: none; }
.btn:active { box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.4); }

.btn.on {
    background: #ffffff;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,##ffffff 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    color: #000;
}

/* Button groups */
.btn-group { float: left; list-style: none; margin: 0 20px 20px 0; position: relative; }
.btn-group > li { float: left; margin-right: -1px; position: relative; }
.btn-group > li.current .action { background: #fff; color: #0c6ac8; }
.btn-group > li .custom-select select { border-radius: 0; }




.btns { font-size: 0; margin: 10px 0; }
.btn-grouping { display: inline-block; list-style: none; margin: 0; }
.btn-grouping .btn { border-radius: 0; margin: 0; }
.btn-grouping [class *= "icon"] { margin-left: 0.2em; }
.btn-grouping > li { display: inline-block; margin-right: -1px; position: relative; }
.btn-grouping > li:first-child .btn { border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.btn-grouping > li:last-child { margin-right: 8px; }
.btn-grouping > li:last-child .btn { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.btn-grouping > li:first-child .action, .btn-grouping > li:first-child .wdropdown .selected { border-radius: 4px 0 0 4px; }
.btn-grouping > li:last-child .action, .btn-grouping > li:last-child .wdropdown .selected { border-radius: 0 4px 4px 0; }
.btns { font-size: 0; margin: 10px 0; }

/* Calendar */
.ui-datepicker th { background: none; color: #000; }

/* Charts */
  /* Bar charts */
  .bar-chart { border-top: 1px solid #ddd; float: left; font-size: 14px; margin-left: 0; width: 100%; }
  
  .bar-chart .count { font-weight: bold; line-height: 2; text-align: right; z-index: 1000; }
  
  .bar-chart .label {
    color: #039;
    display: block;
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0.4em 1em 0.4em 10px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2; 
  }
  
  .bar-chart li { border-bottom: 1px solid #ddd; display: flex; margin: 0; position: relative; _zoom: 1; }
  .bar-chart li:hover { background: #f5f5f5; }
  .bar-chart li:hover .count { color: #000; flex: 1 1 auto; }
  .bar-chart li:hover .index { background: #ddd; }
  
  .bar-chart .index { 
    background: #f0f0f0;
    display: block;
    height: 100%;
    left: 0;
    line-height: 2em;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    z-index: 1;
  }
  
  .bar-chart .sub { font-size: 11px; }
  
    /* RSVP counts */
    #rsvp-counts .bar-chart { margin-bottom: 20px; }
  
  /*Change type*/
  .details .needed { background: #f0f0f0; border-radius: 7px; margin: 10px 0; padding: 10px 15px; }
  .details .needed dt { font-weight: normal; }
  .details .needed ul { margin: 0; }
  
  /* Timelines */
  .timeline { display: flex; justify-content: space-between; list-style: none; height: 10em; margin: 0 0 15px; }
  .timeline li { flex: 1 1 auto; height: 8em; margin: 0; position: relative; }
  .timeline li .bar { display: block; height: 100%; }
  
  .timeline li .label { 
    background: #fff; 
    bottom: -2em; 
    display: block; 
    height: 2em; 
    left: 0; 
    line-height: 2em; 
    position: absolute; 
    text-align: center;
    width: 100%;
  }
  
  .timeline li .count { 
    background: #e0e0e0;
    border-top: 2px solid #e0e0e0;
    bottom: 0;
    display: block;
    font-weight: bold;
    left: 3px;
    height: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: calc(100% - 6px);
  }
  
  .timeline li.current .count { background: #c0c0c0; }
  .timeline li.current .label { font-weight: bold; }

/* Dashboard */
#dashboard .panels > li { float: none; height: auto; width: auto; }
.section { clear: both; }
.section-content { margin-bottom: 3em; }
.section-head { color: #c20000; font-size: 20px; font-weight: 300; margin-bottom: 0.5em; }
.section-tasks { margin: 0 0 5px; }
.section-tasks img { vertical-align: middle; }
.section-tasks .last { border: 0; margin: 0; padding: 0; }
.section-tasks li { background: none; display: block; margin: 0.5em 1.25em 0.5em 0; padding:0 0 0.5em 0; border-bottom:1px solid #ddd; }

/* DataTables */
.dataTables_wrapper th.sorting span, .dataTables_wrapper th.sorting_asc span, .dataTables_wrapper th.sorting_desc span {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 15px;
}

.dataTables_wrapper th.sorting_asc span { background-image: url(/content/images/shared/sort-up-extranet.png); }
.dataTables_wrapper  tr.highlight td { background: #FFFCCC; border-color: #bcd5ef; }
.dataTables_wrapper th.sorting_desc span { background-image: url(/content/images/shared/sort-down-extranet.png); }
.dataTables_filter { font-size: 1.2em; margin-bottom: 10px; }
.dataTables_filter input { padding: 0.2em; width: 15em; }
.dataTables_info, .dataTables_length { float: right; }
.dataTables_info, .dataTables_length, .dataTables_paginate { font-size: 12px; }
.dataTables_paginate .paginate_active { color: #000; font-weight: bold; margin-right: 0.5em; }
.dataTables_paginate .paginate_button { cursor: pointer; margin-right: 0.5em; }
.dataTables_paginate .paginate_button_disabled { color: #777; margin-right: 0.5em; }
.dataTables_paginate span { margin-right: 0.5em; }
.dataTables_scrollBody { border-bottom: 1px solid #ddd; overflow-x: hidden !important; }
.dataTables_scrollHead table { margin: 0; }
.dataTables_wrapper th.sorting_disabled { cursor: default; }
table.dataTable thead th, table.dataTable thead td { padding: 0.5em 0.7em 0.5em 0 !important; }

/* Features */
.features { clear: both; }
.features .btns { clear: none; float: none; margin: 0; text-align: left; }
.features li { background: none; padding: 0; white-space: nowrap; }
.features .txt { width: 71%; }
.features .imgBrowse { width: 71%; margin-left: .5em; }
.features .disabled { opacity: 0.25; }

/* Footer */
#footer { font-size: 0.9em; padding-bottom: 30px; text-align: center; }
#footer p { margin-bottom: 0.5em; }

/* Header */
#clientHeader { flex: 0 0 auto; text-align: right; }
#header { border-bottom: 1px solid #ddd; font-size: 0.9em; padding: 40px 20px 20px 18px; }
#header-content { align-items: center; display: flex; justify-content: space-between; }
#logo { flex: 0 0 auto; width: 240px; }

/* Highlight */
.highlight { background: #f5f5f5; margin-bottom: 30px; padding: 25px 30px 30px; }

/* Icons */
.icon { background-repeat: no-repeat; background-position: 0 0.25em; line-height: 1; margin-right: 0.25em; padding: 3px 0 3px 23px; }
.icon-add { background-image: url(/content/images/shared/add.png); }
.icon-check { background-image: url(/content/images/admin/icon-mini-approve.gif); }
.icon-copy { background-image: url(/content/images/shared/icon-copy.png); }
.icon-delete-2 { background-repeat: no-repeat; background-position: 0 0.25em; line-height: 1; padding: 2px 0 3px 15px;  background-image: url(/content/images/shared/icon-delete.gif);}
.icon-doc, .icon-docx { background-image: url(/content/images/shared/doc.png); }
.icon-ecommerce { background-image: url(/content/images/shared/icon-ecommerce.png); }
.icon-link { background-image: url(/content/images/shared/icon-link.png); }
.icon-pdf { background-image: url(/content/images/shared/pdf.png); }
.icon-txt { background-image: url(/content/images/shared/txt.png); }
.icon-xls, .icon-xlsx { background-image: url(/content/images/shared/xls.png); }
.icon-jpg, .icon-png, .icon-bmp, .icon-gif { background-image: url(/content/images/shared/icon-jpg.gif); }
.icon-page-draft {background-image: url(/content/images/shared/icon-page-draft.png); }
.icon-design { background-image: url(/content/images/shared/icon-design.png); }
.icon-preview-form { background-image: url(/content/images/shared/icon-preview-form.png); }
.icon-list { background-image: url(/content/images/shared/icon-list.png); }
.icon-upload { background-image: url(/content/images/shared/icon-upload.png); }

/* jQuery UI */
.ui-dialog .ui-widget-content a { color: #039; }
.ui-menu { max-height: 20em; overflow-x: hidden; overflow-y: auto; padding: 0; }
.ui-menu .mute { display: block; }
.ui-menu .ui-menu-item a { border-radius: 0 !important; }
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active { background: #0c6ac8; color: #fff; }
.ui-menu .ui-menu-item a.ui-state-hover .mute, .ui-menu .ui-menu-item a.ui-state-active .mute { color: #fff; opacity: 0.7; }

/* Members */

    /* Member search (All) */
    .search-all-members { font-size: 11px; }
    .search-all-members .pic { display: block; float: left; height: 30px; width: 30px; margin-right: 4px; }
    .search-all-members .top { display: block; }
    .search-all-members .top .id { display: block; float: left; font-weight: bold; width: 44px; }
    .search-all-members .bottom { display: block; font-style: italic; }
    .search-all-members .bottom .title { display: block; float: left; font-weight: bold; margin-right: 4px; }

/* Moderator List & Select */
#mod-list { position:absolute; z-index:999999; background:#fff; border:1px solid #ddd; -webkit-border-radius: 6px; border-radius: 6px; margin:0; padding:6px; list-style:none; }
#mod-list > li { border-bottom:1px dotted #ddd; width:350px }
#mod-list > li .name { display:block; overflow:hidden; line-height:1.75em; width:280px; height:1.75em; padding:0 4px; float:left; }
#mod-list > li:hover { background:#eee; border-bottom:1px dotted #ccc; }
#mod-list > .hover { background:#eee; border-bottom:1px dotted #ccc; }
#mod-list > li .btn { float:right; }

/* Muted text */
.info, .mute { color: #777; font-size: 11px; }
.mute.req { color: #f00; }
.ui-dialog .mute { font-size: 9px; }

/* Navigation */

#nav { font-size: 18px; overflow: hidden; padding: 0 20px; }
#nav a { color: #555; display: block; padding: 0.8em 0.75em; text-decoration: none; white-space: nowrap; }
#nav a:hover { background: rgba(0, 0, 0, 0.3); }
#nav .current a { color: #333; font-weight: bold; }
#nav li { background: none; display: inline-block; margin: 0; padding: 0; }
#nav ul { list-style: none; }

/* Notes */
.notes dt .mute { font-weight: normal; margin-left: 5px; }

/* Pages */
#pages { float: right; }
#pages a, #pages .current { padding: 0 0.5em; }
#pages .current { font-weight: bold; }
#pages .last { border: 0; }
#pages li, #pages ul { background: none; display: inline; padding: 0; }
.page-draft { background: #FFFCCC;}

/* Panels */
.panel { margin-bottom: 2em; }
.panel h2 { margin-bottom: 0.25em; }
.panels { list-style: none; margin: 0; }
.panels > li { float: left; height: 55px; margin: 0 2% 2em 0; width: 48%; }

/* Payment history */
.payment-history .n { color: red; }
.payment-history .num { text-align: right; }
.payment-history .p { color: green; }
.payment-history td { font-size: 13px; }
.payment-history .total td { border-top: 3px double #ccc; font-weight: bold; }
.payment-history tr.transaction-row:hover td { background: #f0f0f0; cursor: pointer; }
.payment-history tr.transaction-row:hover td .transaction-details { cursor: default; }
.payment-history tr.transaction-row:hover td .transaction-details tr td { background: #ffc; cursor: default; }
.payment-history tr.current td { background: #fff; font-weight: bold; }


    /* Columns */
    .payment-history .amount { width: 80px; }
    .payment-history .date { width: 100px; }
    .payment-history .glcode { width: 80px; }
    .payment-history .tooling { padding-left: 0.5em; width: 90px; }
    
    /* Transaction detail */
    .transaction-detail { border: 2px solid #888; }
    .transaction-detail > td { background: #fff; padding: 8px; }
    
        /* Transaction item */
        .transaction-details tr th { background: #eec; font-weight: bold; }
        .transaction-details tr td { background: #ffc; }
        .transaction-details tfoot td { border-top: 3px double #888; font-weight: bold; }

/* Planner */
#planner { position: relative; }
#planner ol { list-style: none; margin: 0; }
#planner-primary { float: right; width: 67%; }
#planner-secondary { position: absolute; width: 30%; }
#planner .droppable { background-color: #ffc !important; }

  /* Days */
  #planner #days { list-style: none; margin: 0; }
  #planner #days .collapsed { background: url(/content/images/shared/plus.gif) no-repeat 0 50%; padding-left: 15px; }
  #planner #days .day { border: 1px solid #bbb; border-radius: 4px; padding: 15px; }
  #planner #days > li { margin-bottom: 30px; }
  #planner #days h2 { background: url(/content/images/shared/minus.gif) no-repeat 0 50%; cursor: pointer; padding-left: 15px; }
  
  /* Duration */
  #planner .duration { color: #777; float: right; margin: 0 0 0.5em 0.5em; }
  
  /* Empty */
  #planner .empty { border: 3px dashed #ddd; border-radius: 10px; color: #999; font-size: 20px; margin: 10px 0; padding: 30px; text-align: center; }
  
  /* Events */
  #planner .events {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px #ddd inset;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 7px;
  }
  
  #planner .events > li { margin-bottom: 10px; }
  #planner .event-title { line-height: 1.3; margin-bottom: 0.5em; }
  
  /* Items */
  #planner .item { background: #fff; border: 1px solid #ddd; border-radius: 3px; box-shadow: 0 1px 3px #ddd; cursor: move; margin-bottom: 7px; padding: 7px; }
  #planner .item.accept { background: #f4fcf4; border-color: #2bbb24; }
  #planner .item.decline { background: #fef5f4; border-color: #ea3c20; }
  #planner .item:hover { background: #ffc; border-color: #666; }
  #planner .item p { margin: 0; }
  
  /* Repo */
  #planner #repo { position: absolute; top: 0; }
  
  #planner #repo .list {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px #ddd inset;
    list-style: none;
    font-size: 11px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 7px;
  }
  
  #planner #repo.fixed { position: fixed; top: 20px; width: 257px; }
  #planner #repo p { margin-bottom: 0.5em; }
  
/* Plupload */
.plupload-small-single { }
.plupload-small-single .plupload_wrapper { min-height:140px; }
.plupload-small-single .plupload_filelist { font-size: 90%; height: 40px; }
.plupload-small-single .plupload_filelist .plupload_file_name { overflow: hidden; white-space: nowrap; width: 70%; }
.plupload-small-single .plupload_filelist .plupload_file_size { width: 60px; }
.plupload-small-single .plupload_file_status { width:60px; }
.plupload-small-single .plupload_file_size { width:40px; }
.plupload-small-single .plupload_total_file_size { display:none; }

/* PrettyPhoto */
.pp_description { display: none !important; }

/* Profiles */
#profile-primary { float: left; width: 68%; }
#profile-secondary { float: right; width: 29%; }

  /* Summary */
  #profile-summary { background: #f0f0f0; margin-bottom: 20px; overflow: hidden; padding: 15px 20px; }
  #profile-summary h1, #profile-summary p { margin: 0; }
  #profile-summary .avatar { float: left; margin-right: 20px; width: 80px; }

  /* Year Totals */
  #year_totals .y { width:80%; }
  #year_totals .t { text-align:right; }
  
  #year_activities .t { width:16%; text-align:right; }

/* Progress chart */
.progress-chart {
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: right;
  height: 20px;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.progress-chart .count { display: block; padding: 0.1em 0 0 0.7em; position: relative; }

.progress-chart .idx {
  background: #eee;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: 0;
  height: 100%;
  padding: 0 2%;
  position: absolute;
  top: 0;
}

.progress-chart .level-0 { background-color: #f5b1b6; }
.progress-chart .level-1 { background-color: #f5b1b6; }
.progress-chart .level-2 { background-color: #f7c4b9; }
.progress-chart .level-3 { background-color: #f7d6ba; }
.progress-chart .level-4 { background-color: #f7e9bc; }
.progress-chart .level-5 { background-color: #f7f5bd; }
.progress-chart .level-6 { background-color: #eff6bc; }
.progress-chart .level-7 { background-color: #e2f4b9; }
.progress-chart .level-8 { background-color: #d2eeb4; }
.progress-chart .level-9 { background-color: #c2e8af; }
.progress-chart .level-10 { background-color: #b2e3ab; }

td .progress-chart { margin: 0; }

/* QA */
#qa .r { float:none; }
#qa .q { width:60%; }
#qa .d { width:2%; }
#qa .t { width:14%; white-space:nowrap; }
#qa .u { width:8%; }
#qa h3 span { font-size:12px; font-weight:normal; }
#qa h3 span a { margin-left:0.5em; }
#qa h3 { margin-top:2.5em; }

/* RSVP list */
.rsvp-list { font-size: 15px; list-style: none; margin-left: 0; }
.rsvp-list li { clear: both; padding-left: 100px; }
.rsvp-list li li { font-size: 12px; padding: 0; }
.rsvp-list .time { float: left; margin-left: -100px; text-align: right; width: 80px; }

/* Sequencing */
.sequence { list-style: none; line-height: 1.4; margin: 0 0 2em; }
.sequence i { color: #888; cursor: move; margin-right: 0.5em; padding: 0.5em; vertical-align: middle; }
.sequence li { background: #f5f5f5; border: 1px solid #ddd; border-radius: 5px; margin-bottom: 3px; padding: 0.5em; }
.sequence li:hover i { color: #000; }

/* Sortables */
.swap { font-size: 14px; list-style: none; margin-left: 0; }
.swap .idx { display: none; }
.swap li:hover { background: #ececec; cursor: move; }
.swap li { background-image: none; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 3px; padding: 0.5em; }


/* UI Sortable */
.ui-sortable .field-item { cursor: url(/Content/images/shared/grab.cur), move; }
.ui-sortable div { border-radius: 5px; }
.ui-sortable .item { cursor: move; margin:0 0 6px 0; padding:6px; }
.ui-sortable .item .r img { padding:0px 0px 3px 3px; }

/* Stats */
.stat, .stats { font-size: 1.2em; list-style: none; margin: 0; }
.stats li { margin-bottom: 0.25em; }
.stat strong, .stats strong { font-size: 1.5em; }

  /* Total registrations */
  #total-registrations .stat { margin-right: 1em; }

/* Survey List */
.survey_list .t { width:60%; }

/* Tables */
.list .num { text-align: right; }
#legend { text-align: right; }
.icon { line-height: 1; }
.date, .nb, .opts { white-space: nowrap; }
table .edit-delete { width: 120px; }
table .header { white-space: nowrap; }
	
    /* Member search results */
    .member-results { border: 0; }
    .member-results .avatar { width: 60px; }
    .member-results .avatar img { width: 100%; }
    .member-results td { border-width: 1px 0; padding: 11px 10px 11px 0; }
    .member-results h2 { font-size: 15px; font-weight: normal; margin: 0; }
    
    /* Sorter */
    .headerSortDown:after { content: "▼"; }
    .headerSortUp:after { content: "▲"; }
  
/* Tabs */
.ui-tabs { border: 0; margin-bottom: 15px; padding: 0; }
.ui-tabs .ui-tabs-nav { background: 0; border: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { font-size: 11px; }
.ui-tabs .ui-tabs-panel { border: 1px solid #aaa; }

	/* Broadcast email recipient lists */
	.recipient-lists dt { font-weight: bold; margin-bottom: 0.3em; }
	.recipient-lists.ui-tabs .ui-tabs-panel { max-height: 300px; overflow-y: scroll; }
	
	/* Faux tab-like navigation */
	ul.tabs { list-style: none; margin: 0; }

	ul.tabs a {
	  background: #f0f0f0;
	  border: 1px solid #ddd;
	  border-width: 1px 1px 1px 0;
	  display: block;
	  padding: 0.5em 1em;
	  text-decoration: none;
	}

	ul.tabs a:hover { background: #f5f5f5; }
	ul.tabs li { float: left; }
	ul.tabs li:first-child a { border-left: 1px solid #ddd; }
	ul.tabs li.current a { background: #fff; border-bottom: 1px solid #fff; color: #000; font-weight: bold; }

	  /* Applications */
	  #app-nav { margin-bottom: 20px; }
	  #app-nav ul.tabs { font-size: 15px; margin: 0 -21px; }
	  #app-nav ul.tabs li { text-align: center; width: 20%; }
	  #app-nav ul.tabs li:first-child a { border-left: 0; }
	  #app-nav ul.tabs li:last-child a { border-right: 0; }

/* Tasks */
.tasks { margin: 0 0 5px; }
.tasks img { vertical-align: middle; }
.tasks .last { border: 0; margin: 0; padding: 0; }
.tasks li { background: none; display: inline; margin: 0 1.25em 0 0; }

/* Toggle */
.toggle-content { height: 165px; overflow: hidden; position: relative; }

.toggle-overlay {
  background: url(/content/images/shared/toggle-overlay.png) repeat-x 0 0;
  bottom: 0;
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10000;
}

.toggle-trigger { border-top: 1px solid #ddd; border-radius: 0 0 10px 10px; display: block; padding: 0.3em 0; text-align: center; }
.toggle-trigger:hover { background: #f5f5f5; text-decoration: none; }

/* Transaction items */
.transaction-items { list-style: none; margin: 0; padding: 0; }
.transaction-items > li { border-bottom: 1px dotted #ddd; margin-bottom: 10px; overflow: hidden; padding-bottom: 8px; position: relative; }
.transaction-items > li [class *= "remove"] { position: absolute; right: 2px; top: 4px; z-index: 1000; }

/* View navigation */
.view-nav { font-size: 16px; list-style: none; margin-left: 0; }
.view-nav li { background: none; display: inline; margin: 0 1em 0 0; padding: 0; }
.view-nav li.current { font-weight: bold; }
.view-nav li.current a { color: #000; }

/* "Working..." notification */
#working { left: 0; position: absolute; top: 0; width: 100%; }

#working-content {
  background: #ffc;
  border: 1px solid #ddd;
  border-radius: 0 0 7px 7px;
  border-top: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  left: 40%;
  padding: 0.7em 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 20%;
}

#working img { vertical-align: middle; }

/* Year Navigation */

.year-nav { font-size: 15px; list-style: none; margin-left: 0; }
.year-nav li { display: inline; margin-right: 1em; }
.year-nav li.current a { color: #000; font-weight: bold; }


/* styles for the ajaxify class - make the text
appear clickable */
.ajaxify
{
    cursor:pointer;
    color:#003399;
    text-decoration:none;
    
}

.hidden { visibility: hidden; display: none; } 
