﻿.checkTree {
  margin-bottom: 20px;
}
/* ROLE SECTIONS
----------------------------------------------------------*/
.roles {
  /*margin-top:15px;
    padding-top:5px;
    border-top:solid 1px #666;*/
}
.rolesection {
  width: 320px;
}
.rolesection div {
  overflow: auto;
  margin: 7px 14px 7px 0;
  padding-bottom: 3px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  border-radius: 3px;
}
.rolesection div h3 {
  font-size: 18px;
  border-bottom: solid 1px #777;
  color: #333;
  font-weight: bold;
  margin: 10px;
  margin-top: 5px;
  padding: 5px 0;
}
.rolesection div p {
  margin: 10px 15px;
}
.rolesection div li {
  color: #333;
  display: block;
  border: solid 2px #ccd;
  border-radius: 3px;
  margin: 10px 15px;
  padding: 10px;
  font-size: large;
}
.rolesection div li a {
  display: block;
  float: right;
  margin: 5px 3px;
  font-size: small;
  padding-top: 6px;
}
.rolesection div li:hover {
  background-color: #fff;
}
.rolesection div li a.added {
  text-decoration: none;
}
.rolesection div li a.added span {
  display: none;
}
.rolesection div li span.icon32 {
  vertical-align: bottom;
  width: 32px;
  height: 32px;
}
/* DRILL DOWN FILTER
----------------------------------------------------------*/
div.ddFilter .row .navigate {
  background-image: url(../images/selectfilter/flyright.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
div.ddFilter .row.sel .navigate {
  background-image: url(../images/selectfilter/flyright_sel.png);
}
div.ddFilter .row .navigate:hover {
  background-image: url(../images/selectfilter/flyright_hover.png);
}
div.ddFilter .breadCrumbs {
  margin-left: 2px;
  overflow: hidden;
  /*white-space:nowrap;*/
}
div.ddFilter .breadCrumbs a {
  cursor: pointer;
}
/* SELECT FILTER
----------------------------------------------------------*/
input[type=text].selectFilter,
input.text.selectFilter,
input[type=text].ddFilter,
input.text.ddFilter {
  cursor: default;
  background-image: url(../images/selectfilter/dropdown.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  background-color: inherit;
}
input[type=text].selectFilter:hover,
input.text.selectFilter:hover,
input[type=text].ddFilter:hover,
input.text.ddFilter:hover {
  background-image: url(../images/selectfilter/dropdown_hover.gif);
}
input[type=button].selectFilter,
input.button.selectFilter,
input[type=button].ddFilter,
input.button.ddFilter {
  color: Black;
  cursor: pointer;
  border: solid 1px #aaaaae;
  border-radius: 3px;
  padding: 1px;
  padding-right: 16px;
  height: 28px;
  line-height: 16px;
  background-image: url(../images/selectfilter/dropdown.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-align: left;
}
input[type=button].selectFilter:hover,
input.button.selectFilter:hover,
input[type=button].selectFilter.disabled,
input.button.selectFilter.disabled,
input[type=button].ddFilter:hover,
input.button.ddFilter:hover,
input[type=button].ddFilter.disabled,
input.button.ddFilter.disabled {
  background-image: url(../images/selectfilter/dropdown_hover.gif);
  outline: none;
  border: solid 1px #777;
}
input.selectFilter[readonly],
input.ddFilter[readonly],
.form input.selectFilter[readonly],
.form input.ddFilter[readonly] {
  background-color: #fff;
}
input.selectFilter[disabled],
input.selectFilter.disabled,
input.ddFilter[disabled],
input.ddFilter.disabled {
  background-color: #fff;
  color: #000 !important;
}
div.selectFilter,
div.ddFilter {
  margin-top: 4px;
  z-index: 9999;
  border-radius: 3px;
  background-color: White;
  border: solid 1px #88888e;
  max-width: 600px;
  min-width: 245px;
}
div.selectFilter input[type=text],
div.ddFilter input[type=text] {
  background-image: url(../images/selectfilter/filter.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: solid 1px #ccc;
  border-radius: 0;
}
.input-group-sm > .input-group-addon {
  padding: 3px 10px!important;
}
div.selectFilter div.loading,
div.ddFilter div.loading {
  color: #777;
  padding: 2px 5px;
  font-style: italic;
}
div.selectFilter div.empty,
div.ddFilter div.empty {
  color: #333;
  text-align: center;
  padding: 2px 5px;
  font-style: italic;
}
div.selectFilter div.clear,
div.ddFilter div.clear {
  text-align: center;
  padding: 2px 5px;
}
div.selectFilter div.selectAll,
div.ddFilter div.selectAll {
  text-align: center;
  padding: 2px 5px;
}
div.selectFilter ul {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
div.selectFilter .row,
div.ddFilter .row {
  display: block;
  margin: 0;
  padding: 1px 4px;
  cursor: pointer;
}
div.selectFilter .row.sel,
div.ddFilter .row.sel {
  background-color: #39f;
  color: #fff;
}
div.selectFilter table,
div.ddFilter table {
  /*width:100%;*/
  border-spacing: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
}
div.selectFilter tr.row,
div.ddFilter tr.row {
  display: table-row;
}
div.selectFilter tr.row td,
div.ddFilter tr.row td {
  padding: 2px 4px;
  color: Gray;
  border: none;
}
div.selectFilter tr.row.sel td,
div.ddFilter tr.row.sel td {
  color: #222;
}
div.selectFilter tr.row td.first,
div.ddFilter tr.row td.first {
  color: Black;
}
div.selectFilter tr.row.sel td.first,
div.ddFilter tr.row.sel td.first {
  color: White;
}
div.selectFilter.multiple .row .checkbox,
div.ddFilter.multiple .row .checkbox {
  background-image: url(../images/selectfilter/unchecked.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  width: 18px;
  height: 16px;
  margin: -1px 0;
  margin-left: -4px;
  float: left;
}
div.selectFilter.multiple .row.checked .checkbox,
div.ddFilter.multiple .row.checked .checkbox {
  background-image: url(../images/selectfilter/checked.png);
}
div.selectFilter.multiple div.apply,
div.ddFilter.multiple div.apply {
  margin: 3px;
  margin-bottom: 0;
  padding: 2px;
  border-top: solid 1px #ccc;
}
div.selectFilter.multiple div.apply a,
div.ddFilter.multiple div.apply a {
  cursor: pointer;
  display: block;
  padding: 2px 5px;
}
div.selectFilter.multiple div.apply a:hover,
div.ddFilter.multiple div.apply a:hover {
  border-radius: 3px;
  background-color: #ccc;
  color: #333;
}
/* PROFILE MENU 
----------------------------------------------------------*/
#profileMenu.profileMenuCategories {
  min-width: 450px;
  overflow: hidden;
}
#profileMenu.profileMenuNoCategories {
  padding: 10px;
  min-width: 350px;
}
#profileMenu ul {
  margin: 0;
}
#profileMenu li {
  list-style: none;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 3px 0;
}
#profileMenu li.sel {
  font-weight: bold;
}
#profileMenu .profileMenuCategories {
  width: 180px;
  border-right: 1px solid lightgray;
  margin-left: 10px;
  cursor: default;
}
#profileMenu .profileMenuItem {
  width: 175px;
}
#profileMenu .profileMenuItem.activeProfileSubMenu {
  background-color: lightgray;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 3px 0;
}
#profileMenu .profileSubMenu {
  float: right;
  position: absolute;
  left: 190px;
  display: none;
  top: 0;
  padding: 10px;
}
/* PROFILE CHANGER
----------------------------------------------------------*/
.viewChanger {
  /*clear: both;*/
  margin-bottom: 10px;
}
.viewChanger > span {
  display: block;
}
.viewChanger > span,
ul.nav.nav-pills,
ul.nav.nav-tabs {
  line-height: 20px;
  border: solid 1px #ccc;
  background-color: white;
  border-radius: 18px;
  width: fit-content;
  padding: 3px;
}
.viewChanger span a,
.viewChanger span label,
ul.nav.nav-pills li a,
ul.nav.nav-tabs li a {
  padding: 5px 15px;
  display: inline-block;
  border-radius: 14px;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
}
.viewChanger span a:hover,
ul.nav.nav-pills li a:hover,
ul.nav.nav-tabs li a:hover {
  text-decoration: none;
  background-color: #eee;
}
.viewChanger span a.sel,
ul.nav.nav-pills li.active a,
ul.nav.nav-tabs li.active a,
ul.nav.nav-pills li a.active,
ul.nav.nav-tabs li a.active {
  font-weight: bold;
  color: #555;
  background-color: #ddd;
}
/* RECORD MENU
----------------------------------------------------------*/
div.recordmenu {
  font-size: 12px;
  padding: 10px;
  width: 400px;
}
div.recordmenu ul {
  margin: 0;
}
div.recordmenu li {
  list-style: none;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 3px 0;
}
div.recordmenu a {
  padding-left: 10px;
}
ul.recordmenu li.sel a {
  font-weight: bold;
}
div.recordmenu li.category {
  cursor: pointer;
}
div.recordmenu li.category:hover {
  background-color: #eee;
}
div.recordmenu li.category:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #444;
  display: block;
  position: relative;
  top: 7px;
  float: right;
}
div.recordmenu li.category.slid {
  background-color: #eee;
}
div.recordmenu li.category.slid:after {
  border: none;
  display: none;
}
/* PRINT BUTTON EMAIL FORM
----------------------------------------------------------*/
div.printButton_form {
  padding: 1em;
}
.printButton_form select {
  width: 228px;
}
.printButton_form input[type=text] {
  width: 220px;
  clear: both;
}
.printButton_form input[type=submit],
.printButton_form input[type=reset] {
  margin-left: 10px;
}
/* MULTISELECT
----------------------------------------------------------*/
.multiSelect {
  width: 182px;
  border: solid 1px #BBB;
  background: #FFF url(../images/multiselect/dropdown.gif) right center no-repeat;
  padding: 2px 4px;
  padding-right: 20px;
  display: inline;
}
.multiSelect.hover {
  background: url(../images/multiselect/dropdown_hover.gif) right center no-repeat;
}
.multiSelect.active,
.multiSelect.focus {
  /*border: inset 1px #000;*/
}
.multiSelect.active {
  background: url(../images/multiselect/dropdown_active.gif) right center no-repeat;
}
input.multiSelect {
  width: 243px !important;
}
.multiSelectOptions {
  width: 248px;
  max-height: 150px;
  margin-top: -1px;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #B2B2B2;
  background: #FFF;
}
.multiSelectOptions LABEL {
  padding: 2px 5px;
  display: block;
  width: 248px !important;
}
.multiSelectOptions LABEL.checked {
  background: #E6E6E6;
}
.multiSelectOptions LABEL.selectAll {
  border-bottom: dotted 2px #CCC;
}
.multiSelectOptions LABEL.hover {
  background: #CFCFCF;
}
/* GRID
----------------------------------------------------------*/
form .group.grid {
  overflow: visible;
}
table.grid tbody.data td span.highlight {
  color: Blue;
}
table.grid {
  margin-bottom: 20px;
  color: Black;
  width: 100%;
  border-collapse: collapse;
  background-color: White;
}
.griddly table.grid {
  margin-bottom: 0;
}
.griddly .griddly-selection {
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
}
.griddly .griddly-selection:before {
  content: " - ";
}
.griddly .griddly-selection a {
  color: #ccc;
}
.griddly .griddly-selection-count {
  margin: 0;
  font-weight: bold;
}
.griddly .manage,
.pagebuttons .manage,
.grid .manage {
  color: #999;
}
.griddly tr.header td input.quick-search {
  background-color: transparent;
  font-size: 11px;
  color: white;
  float: right;
  margin-top: -2px;
  margin-right: 1px;
  margin-bottom: -2px;
  padding: 1px 4px 1px 4px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #aaa;
}
.griddly tr.header input.quick-search::placeholder,
.griddly tr.header input.quick-search::-webkit-input-placeholder {
  color: white;
}
.griddly tr.header input.quick-search::-moz-placeholder {
  color: white;
}
.griddly tr.header input.quick-search:-ms-input-placeholder {
  color: white;
}
table.grid td.right,
table.grid th.right {
  text-align: right;
}
table.grid td.center,
table.grid th.center {
  text-align: center;
}
table.grid td.left,
table.grid th.left {
  text-align: left;
}
table.grid td.justify,
table.grid th.justify {
  text-align: justify;
}
table.grid thead tr.filters .saveForm {
  display: none;
  border: none;
}
table.grid thead tr.header td {
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  text-align: left;
  color: white;
  height: 25px;
  background: #627eba;
  /* IE8/IE9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#627eba', EndColorStr='#485d7c')";
  background-image: linear-gradient(#627eba, #485d7c);
}
table.grid thead a.reset,
table.grid thead a.navigate {
  color: white;
}
table.grid thead tr.header td input.quickSearch[type=text] {
  background-color: transparent;
  font-size: 11px;
  color: white;
  float: right;
}
table.grid thead tr.header td input.quickSearch::-webkit-input-placeholder {
  color: white;
}
tr.header td .watermark {
  color: White;
}
tr.payment-error,
tr.payment-pending {
  color: #f00;
}
table.grid thead tr.header td span.status {
  font-style: italic;
  font-weight: normal;
  padding: 0 8px;
}
table.grid thead tr.filters > td,
table.grid thead tr.printing > td {
  border: solid 1px #dadada;
  text-align: left;
}
table.grid thead td .filterForm {
  margin-bottom: 0;
}
table.grid thead tr.filters .filterForm {
  float: left;
}
table.grid thead tr.filters .saveLinks {
  float: right;
  margin: 10px 20px;
}
table.grid thead tr.filters .saveLinks a {
  cursor: pointer;
}
table.grid thead tr.filters div.errors label {
  width: auto;
}
table.grid thead tr.filters.hidden,
table.grid thead tr.printing.hidden {
  display: none;
}
table.grid thead th {
  font-weight: bolder;
  padding: 5px 4px;
  background: #f4e8d3;
  /* IE8/IE9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4e8d3', EndColorStr='#e3dabb')";
  background-image: linear-gradient(#f4e8d3, #e3dabb);
  border: 1px solid #dadada;
  font-size: 11px;
}
table.grid thead th.sortable {
  cursor: pointer;
}
table.grid thead th.sorted_a,
table.grid thead th.sorted_d {
  font-weight: bold;
  background: #e3dabb;
  /* IE8/IE9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3dabb', EndColorStr='#f4e8d3')";
  background-image: linear-gradient(#e3dabb, #f4e8d3);
}
table.grid.grid-old thead th.sorted_a span.icon:after,
table.grid.grid-old thead th.sorted_d span.icon:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 4px;
}
table.grid thead th.sorted_a span.icon:after {
  border-bottom: 5px solid #666;
}
table.grid thead th.sorted_d span.icon:after {
  border-top: 5px solid #666;
}
table.grid tbody.data > tr > td {
  padding: 4px 4px;
  border: solid 1px #dadada;
  height: 28px;
}
table.grid tbody.data tr td img,
table.grid tbody.data tr td span.icon16,
table.grid tbody.data tr td span.icon20 {
  vertical-align: middle;
}
table.grid.rowclick tbody.data tr {
  cursor: pointer;
}
table.grid.rowhover tbody.data tr {
  cursor: default;
}
tr.drag > td,
table.grid.rowclick > tbody.data > tr:hover > td,
table.grid.rowhover > tbody.data > tr:hover > td {
  background-color: #ffffb4;
}
td.grippy {
  width: 20px;
  overflow: hidden;
  line-height: 5px;
  padding-bottom: 3px;
  cursor: move;
  vertical-align: middle;
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px black;
}
table.grid tfoot td {
  padding: 5px;
  text-align: right;
  border: solid 1px #dadada;
  background-color: #e7e7e7;
}
.griddly-footer {
  min-height: 33px;
  text-align: center;
  border: 1px solid #dadada;
  border-top: none;
  background-color: #e7e7e7;
  padding: 5px;
}
table.grid tfoot td span.summary,
.griddly-summary {
  float: left;
  margin-top: 3px;
}
.griddly-pagesize {
  float: right;
}
table.grid tfoot td input[type=text],
.griddly-footer input {
  margin-top: -2px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
}
table.grid tfoot td a.prev,
table.grid tfoot td a.next,
.griddly-footer a.prev,
.griddly-footer a.next {
  margin-right: 9px;
  margin-left: 9px;
}
table.grid tr.buttons > td {
  padding: 3px 0 10px 0;
  border: none;
}
table.grid tr.buttons a.btn {
  line-height: 20px;
  margin-right: 5px;
}
table.grid tr.buttons a.btn span.caret {
  margin-bottom: 1px;
}
table.grid tr.buttons a.btn span.icon20 {
  margin-right: 5px;
}
table.grid tr.buttons .sys a.btn {
  margin-right: 0;
}
table.grid tr.buttons .sys a.btn span.icon20:last-child {
  margin-right: 0;
}
table.grid tr.buttons .sys .btn-group {
  margin-left: 5px;
}
table.grid tr.buttons .sys .FilterButton .btn {
  height: 33px;
}
table.grid tr.buttons div.ButtonTemplate {
  display: inline-block;
  vertical-align: middle;
}
table.grid tr.buttons div.ButtonTemplate a span.icon20 {
  vertical-align: middle;
  margin-left: 2px;
}
table.grid tr.buttons .quickentry {
  display: block;
  float: left;
  border: solid 1px transparent;
  padding: 1px;
  margin-right: 4px;
}
table.grid tr.buttons .quickentry input {
  margin-right: 0;
}
table.grid tfoot div.grid-footer {
  display: table;
  width: 100%;
}
table.grid tr.buttons .quickentry input,
table.grid tr.buttons .quickentry select {
  vertical-align: middle;
  width: 250px;
}
table.grid tr.buttons .quickentry a span.icon20 {
  vertical-align: middle;
}
table.grid tfoot div.grid-footer span.row {
  display: table-row;
}
table.grid tfoot span.summary-left {
  text-align: left;
  display: table-cell;
  width: 200px;
}
table.grid tfoot span.summary-right {
  text-align: right;
  display: table-cell;
  width: 200px;
}
table.grid tfoot span.pager {
  text-align: center;
  display: table-cell;
}
table.grid tfoot td input {
  width: 25px;
  text-align: center;
  vertical-align: middle;
}
table.grid tr.settings form input[type=text] {
  width: 50px;
}
table.grid select.operator,
table.grid thead td .filterForm div select.operator {
  width: 100px;
}
table.grid select.junction,
table.grid td.junction,
table.grid thead td .filterForm div select.junction {
  width: 55px;
}
table.grid table.advanced th {
  border: none;
  border-bottom: solid 1px #aaa;
  background: none;
}
table.grid table.advanced td {
  border: none;
  padding: 2px;
}
table.grid table.advanced td.not {
  text-align: center;
}
table.grid a.advanced {
  cursor: pointer;
}
table.grid div.advanced {
  margin: 10px 0;
}
table.grid table.advanced {
  margin-left: 5px;
  margin-top: 5px;
}
table.grid .sys ul.dropdown-menu {
  font-size: 12px;
  width: 300px;
}
table.grid .sys ul.dropdown-menu li {
  list-style: none;
  padding: 3px 6px;
}
table.grid .sys ul.dropdown-menu a {
  padding-left: 5px;
  cursor: pointer;
}
/* Table - EDIT
----------------------------------------------------------*/
table.edit th {
  text-align: left;
  padding: 3px 10px;
}
table.edit {
  margin: 0;
  padding: 0;
}
/* ERROR
----------------------------------------------------------*/
.success {
  color: #00009f;
}
.form input.invalid,
.form select.invalid,
.form textarea.invalid,
.form select.jqddfilter.invalid ~ input,
form.unobtrusive .input-validation-error {
  border: solid 1px #f50000;
  /*padding: 1px;*/
}
select.invalid {
  padding: 0 0 0 1px;
}
label.invalid {
  color: #f50000;
  display: block;
}
div.errorDetails {
  border: solid 1px #f50000;
  padding: 10px;
  padding-top: 30px;
  color: #f50000;
  position: absolute;
  z-index: 50;
  background-color: #ffffd7;
  display: block;
  left: -5px;
  /*opacity:0.1;
    -moz-opacity:0.1;
    filter:alpha(opacity=10);*/
}
/* ACTIONS - buttons
-------------------------------------------------------------------*/
div.pagebuttons {
  background-color: #fff;
  z-index: 3;
  /*position: absolute;
    right:0;
    top: 22px;
    margin:0;*/
  margin-top: -5px;
}
div.pagebuttons.output {
  margin-top: -50px;
}
div.pagebuttons a {
  line-height: 20px;
}
div.pagebuttons a span.icon20 {
  vertical-align: middle;
  margin-right: 5px;
}
div.pagebuttons a span.icon20.right {
  vertical-align: middle;
  margin-right: 0;
  margin-left: 5px;
}
div.pagebuttons ul.dropdown-menu {
  font-size: 12px;
  width: 300px;
}
div.pagebuttons ul li {
  list-style: none;
  padding: 1px 5px;
  font-weight: bold;
}
div.pagebuttons ul a {
  font-weight: normal;
}
/* Folder tree defaults
------------------------------------------------------------*/
ul.foldertree,
ul.foldertree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.foldertree li ul {
  display: none;
}
ul.foldertree li.expanded ul.expanded {
  display: block;
}
ul.foldertree li {
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: 1px 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow-x: hidden;
}
ul.foldertree li.hasNodes {
  background-image: url(../images/checktree/tree_plus.gif);
}
ul.foldertree li.hasNodes.expanded {
  background-image: url(../images/checktree/tree_minus.gif);
}
ul.foldertree li.sel > a {
  font-weight: bold;
  color: black;
  font-style: italic;
}
/* FullCalendar defaults
------------------------------------------------------------*/
#calendar .fc-event-skin {
  font-size: 1em;
}
#calendar .fc-event {
  margin-bottom: 2px;
  color: white;
  font-size: 1em;
}
/* Calendar Items */
#calendar .fc-event.task {
  border-color: #d96666;
  background-color: #d96666;
  color: white;
}
#calendar .fc-event.audititem {
  border-color: #4cb052;
  background-color: #4cb052;
  color: white;
}
#calendar .fc-event.milestone {
  border-color: #c4a883;
  background-color: #c4a883;
  color: white;
}
#calendar .fc-event.milestone #calendar .fc-event.poam {
  border-color: #668cd9;
  background-color: #668cd9;
  color: white;
}
#calendar .fc-event.event {
  border-color: #59bfb3;
  background-color: #59bfb3;
  color: white;
}
#calendar .fc-event.assignment {
  border-color: #e6804d;
  background-color: #e6804d;
  color: white;
}
#calendar .fc-event.extra {
  border-color: #aaa;
  background-color: #aaa;
  color: White;
}
#calendar .fc-event-inner.committee,
#calendar .committee .fc-event-inner {
  border-color: #d9810f;
  background-color: #d9810f;
  color: white;
}
/*
Free colors:
rgb(224,194,64)
rgb(140,102,217)
*/
.fc .fc-event.important {
  background-image: url(../images/icons/16/sign_warning.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.fc .fc-event.complete {
  background-image: url(../images/icons/16/check.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.fc .fc-event.complete span:first-child,
.fc .fc-event.important span:first-child {
  padding-left: 18px;
}
.fc-past {
  background-color: #f0f0f0;
}
/* DASHBOARD BOXES
----------------------------------------------------------*/
.dashboardbox {
  width: 400px;
  font-size: 11px;
}
.dashboardbox > div {
  padding: 10px;
  overflow: hidden;
  margin: 0 20px 20px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
/*.dashboardbox .infobox
    {
        padding: 3px 4px 3px 7px;
    }*/
.dashboardbox .infobox th {
  vertical-align: top;
}
.dashboardbox .title {
  font-size: 13px;
  font-weight: bold;
  padding: 3px 0 0 8px;
  margin: -10px -10px 10px -10px;
  color: white;
  height: 25px;
  background: #627eba;
  /* IE8/IE9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#627eba', EndColorStr='#485d7c')";
  background-image: linear-gradient(#627eba, #485d7c);
}
.dashboardbox .title a {
  color: white;
  font-style: italic;
}
#dashboardextra {
  padding: 10px;
}
.dashboardbox table:not(.simplegrid):not(.grid) td {
  min-width: 90px;
  padding: 3px 6px;
}
.dashboardbox table:not(.simplegrid):not(.grid) th {
  min-width: 90px;
  padding: 3px 6px 3px 0;
}
.dashboardbox .editable {
  /*border:1px dashed transparent;*/
  position: relative;
}
.dashboardbox .editable:hover {
  background-color: #f0f0f0;
  box-shadow: 0 0 10px #bbb;
}
.editableblock-edit {
  padding: 0 3px 0 5px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #fdfdfd;
}
.hr {
  display: block;
  width: 99%;
  margin: 5px 0 5px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #fff;
}
.highcharts-container hr {
  margin: 0;
}
/* SIMIPLE GRID
----------------------------------------------------------*/
.simplegrid {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.simplegrid th {
  text-align: left;
  border: solid 1px #999;
  padding: 2px 3px;
}
.simplegrid td {
  vertical-align: top;
  border: solid 1px #ccc;
  padding: 1px 3px;
}
.simplegrid .number {
  text-align: center;
}
.simplegrid .date {
  text-align: center;
}
/* CREDIT CARD SPRITE
----------------------------------------------------------*/
span.creditcard {
  background-image: url(../images/creditcards.png);
  display: inline-block;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
span.creditcard.visa {
  background-position: 0;
  width: 41px;
}
span.creditcard.mastercard {
  background-position: -45px;
  width: 38px;
}
span.creditcard.americanexpress,
span.creditcard.amex {
  background-position: -87px;
  width: 56px;
}
span.creditcard.discover {
  background-position: -150px;
  width: 80px;
}
span.creditcard.jcb {
  background-position: -237px;
  width: 22px;
}
/* SKILLS INFO BOX
----------------------------------------------------------*/
.skillBox.expired {
  color: Red;
}
.skillBox a {
  float: right;
}
#skillsmasonry h5 {
  margin: 2px 0;
}
/*********************
    twitter bootstrap fixes
*********************/
/*.btn-group
{
    overflow: inherit;
    padding-bottom: 0;
    margin-bottom: 0;
}
.btn-group.pull-right
{
    margin-left:5px;
}*/
.griddly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  clear: both;
}
.griddly div.griddly-filters.griddly-filters-form > form.filterForm {
  border: 1px solid #dadada;
}
.griddly .griddly-filters-inline {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
/*.griddly .griddly-filters-inline select,
.griddly .griddly-filters-inline input[type="text"]
{
    width: 100% !important;
}*/
.griddly .griddly-filters-inline input[type="text"] {
  min-height: 30px;
  margin-bottom: 0;
}
.griddly .griddly-filters-inline td {
  padding: 4px 3px;
  border: none;
}
.griddly .griddly-filters-inline select {
  display: none;
}
.griddly input,
.griddly select,
.griddly tbody td {
  -webkit-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.griddly td.sorted_a,
.griddly td.sorted_d {
  background-color: #f0f0f0;
}
.griddly-select {
  padding: 0 2px !important;
  min-width: 24px;
}
.griddly-select input {
  width: 14px;
  height: 14px;
  margin: 0;
  margin-top: 5px;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/*
.griddly-scrollable-container
{
    overflow-x:auto;
    clear:both;
}
.griddly-scrollable-container::-webkit-scrollbar {  
    width: 8px;  
    height:8px;
}  
.griddly-scrollable-container::-webkit-scrollbar-track {  
    background: #fafafa;
}  
.griddly-scrollable-container::-webkit-scrollbar-thumb {  
    background: #888;
}  
.griddly-scrollable-container::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
} 
*/
div.griddly.griddly-filter-form .griddly-scrollable-container,
div.griddly.griddly-filter-none .griddly-scrollable-container {
  overflow-x: inherit;
  clear: both;
  border: none;
}
.buttons,
.griddly-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 34px;
}
.buttons button.dropdown-toggle {
  height: 32px;
}
.m3-print ~ ul.dropdown-menu,
.m3-search ~ ul.dropdown-menu {
  width: 300px;
}
.attachment-field {
  padding: 0;
}
.attachment-field .qq-upload-button div {
  padding: 0;
}
.attachment-field .qq-uploader {
  padding: 0;
}
select.hide-radio + .btn-group input[type=radio] {
  display: none;
}
.griddly tfoot .btn-group {
  text-align: left;
  float: left;
  margin: 2px 4px;
}
.qq-upload-button {
  text-align: left;
  width: auto;
  background: inherit;
  border-bottom: none;
  color: inherit;
  padding: 0;
  /*display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: #880000;
    border-bottom: 1px solid #DDD;
    color: #FFF;*/
}
.grid-old .buttons .qq-upload-button-hover {
  background-color: #eeeef0;
  /*border: solid 1px #999999;
    border-radius: @border-radius-base;*/
}
.grid-old .buttons .qq-upload-button-hover a {
  text-decoration: underline !important;
  padding: 3px !important;
}
.dropzone {
  clear: both;
  display: none;
  border: 3px dashed #ccc;
  border-bottom-left-radius: 0.25em 0.5em;
  border-bottom-right-radius: 0.25em 0.5em;
  border-top-left-radius: 0.25em 0.5em;
  border-top-right-radius: 0.25em 0.25em;
  /*Undo styles from .qq-upload-extra-drop-area*/
  position: inherit;
  margin-top: inherit;
  font-size: inherit;
  padding-top: inherit;
  height: inherit;
  min-height: inherit;
  top: inherit;
  left: inherit;
  z-index: inherit;
  background: inherit;
  text-align: inherit;
}
.dropzone div {
  position: relative;
  top: 35%;
  font-size: 150%;
  margin: 1.5em;
  text-align: center;
  color: #666;
}
.dropzone.qq-upload-drop-area-active {
  background-color: #f0f0f0;
}
.griddly .dropzone {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background: #444;
  color: #fff;
  opacity: 0.5;
  z-index: 50;
}
.qq-upload-drop-area-active {
  background: #444;
}
/*.dropZone.qq-upload-drop-area-active 
{
    display:block;
}*/
.griddly .dropzone div {
  font-size: 300%;
  position: relative;
  top: 50%;
  text-align: center;
  opacity: 1;
}
.form div.group .tastyupload {
  padding-top: 1px;
}
.tastyupload .selected-file {
  display: none;
}
.tastyupload .upload-files li {
  list-style: none;
}
/* DISTRIBUTION
----------------------------------------------------------*/
.form div.group .distribution-container {
  /*width: 500px;*/
  float: left;
  padding: 3px 0;
}
.distribution-container .distribution-view {
  padding: 3px 5px 1px 5px;
  margin-bottom: 2px;
  border: solid 1px #aaaaae;
  border-radius: 3px;
  line-height: normal;
  width: 400px;
  display: inline-block;
  float: left;
}
.distribution-container.invalid .distribution-view {
  border: solid 2px red;
  padding: 2px 4px 0 4px;
}
.distribution-container .distribution-view span {
  padding: 2px 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.distribution-container .selectFilter.button {
  width: 50px;
  float: right;
  display: inline-block;
}
.distribution-view span.selected {
  background-color: #e9e9e9;
}
.distribution-view span .remove {
  margin: 1px 4px;
}
.distribution-view span .remove:before {
  content: "x";
}
.distribution-view span.none {
  font-style: italic;
}
/*Typeahead*/
.tt-dropdown-menu {
  min-width: 300px;
  width: 100%;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestions {
  width: 300px;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
}
.tt-suggestion.tt-cursor {
  color: #262626;
  background-color: #f5f5f5;
}
.tt-suggestion.tt-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.tt-hint {
  font-size: 12px;
  line-height: 1.42857143;
  width: 100%;
}
span.twitter-typeahead {
  width: 100%;
}
.tt-suggestion div.imageholder {
  width: 32px;
  height: 32px;
  float: left;
  background-color: #fff;
  margin-right: 10px;
  margin-top: 5px;
}
.tt-suggestion div.imageholder img {
  width: 32px;
  height: 32px;
}
/* datepick styling */
.datepick-popup {
  z-index: 1080;
}
.datepick {
  margin-left: 3px;
  background-color: white;
  border-color: #aaa;
}
.datepick a {
  color: #428bca;
}
.datepick a:hover {
  color: #2a6496;
  text-decoration: underline;
}
.datepick-cmd:hover {
  background-color: transparent;
}
.datepick-nav {
  background-color: transparent;
  padding: 2px 0;
  color: #222;
}
.datepick-ctrl {
  padding-top: 4px;
  background-color: transparent;
}
.datepick-ctrl .datepick-cmd:hover {
  background-color: transparent;
}
.datepick-month {
  border: none;
}
.datepick-month thead {
  border: none;
}
.datepick-month .datepick-month-header {
  background-color: transparent;
  color: #666;
}
.datepick-month td {
  border: none;
}
.datepick-month td .datepick-highlight {
  background-color: #609DCC;
  color: white;
}
.datepick-month th {
  background-color: transparent;
  color: #666;
  border: none;
}
.datepick-month td .datepick-today {
  background-color: #A8C7DF;
}
/* Fixes for TinyMCE */
.contentBody .o2k7Skin .mceListBox .mceText {
  height: 22px;
}
.content .panel.panel-default {
  border-color: #627eba;
}
.content .panel.panel-default table thead th {
  background: #f4e8d3;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4e8d3', EndColorStr='#e3dabb')";
  background-image: linear-gradient(#f4e8d3, #e3dabb);
}
.content .panel.panel-default .panel-heading {
  background: #627eba;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#627eba', EndColorStr='#485d7c')";
  background-image: linear-gradient(#627eba, #485d7c);
  color: #fff;
  font-weight: normal;
}
/* Fixes for Select2 */
/*Fix for clear (x) button not clicking if text to long*/
.select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-results__option {
  padding: 2px;
}
.select2-container .select2-selection {
  min-height: 26px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
  height: 26px;
}
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 2px;
  margin-bottom: 0;
}
.select2-selection--multiple .select2-selection {
  line-height: 18px;
}
.select2-results ul li:nth-child(even) {
  background-color: #eee;
}