.didgahItem {
      margin: 10px 0px;
      padding: 10px 0px;
      border-bottom: 1px solid #e6e6e6;
  }
  
  
  .didgahItem .avatarWrapper img {
      width:70%;
  }
  
  .didgahItem .commentTextWrapper {
  
  }
  
  .didgahItem .commentTextWrapper .infobox {
      clear:both;
      margin:0px 0px 10px 0px;
      display: table;
      width: 100%;
  }
  
  .didgahItem .commentTextWrapper .infobox .rightInfo .infoItem {
      display:inline-block;
      margin:0px 5px;
  }
  
  .didgahItem .commentTextWrapper .commentBox {
      clear: both;
  }
  
  
  #comments .indented .didgahItem {
      border-right: 1px solid #e6e6e6;
  }
  
  .dghNewCommentBox .form-group{
      width:100%;
  }
  
  .dghNewCommentBox input{
      width:100% !important;
      border-radius:0px;
  }
  
  
  .dghNewCommentBox textarea.dghTxtCommentBody{
      width:100%;
      border-radius:0px;
  }
  
  .dghFrmYourComment > div{
      margin: 10px 0px 10px 0px;
  }
  
  .dghNewCommentBox{
      margin-bottom:20px;
      clear:both;
      display: table;
      width: 100%;
      padding-top: 15px;
  }
  
  
  .dghNewCommentBox .leftCol{
      background:#ddd;
      padding:10px 0px;
  }
  
  
  .dghBtnSubmit{
      width:100%;
  }
  
  
  .topRowWrapper{
      display: none;
  }
/*})'"*/
.field-type-choices .choice-item {
    position: relative;
    height: 1.5em;
  }
  .field-type-choices .field-items {
    border-top: 1px #EEE solid;
  }
  .field-type-choices .choice-data {
    width: 100%;
    position: relative;
    border: 1px #EEE solid;
    border-top: none;
  }
  .field-type-choices .choice-data input {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 3px;
    float: left;
  }
  .field-type-choices .choice-data label {
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    width: 90%;
    z-index: 2;
    padding-left: 25px;
  }
  .field-type-choices .choice-percentage-bar {
    height: 100%;
    width: 1%;
    min-width: 1px;
    background-color: #EEE;
    position: absolute;
    z-index: 1;
  }
  .field-type-choices input.choice {
    margin: 2px 5px;
    visibility: hidden;
  }
  .field-type-choices .choice-votecount,
  .field-type-choices .choices-total-vote-count {
    float: right;
    color: #DEDEDE;
    position: relative;
  }
  .voted .choice-votecount,
  .voted .choices-total-vote-count {
    color: inherit;
  }
/*})'"*/
.indented {
    margin-left: 0;
    margin-right: 25px;
  }
/*})'"*/
/**
   * @file
   * Main stylesheet for Date module.
   */
  
  /* Force start/end dates to float using inline-block, where it works, otherwise inline. */
  .container-inline-date {
    clear: both;
  }
  .container-inline-date .form-item {
    float: none;
    margin: 0;
    padding: 0;
  }
  .container-inline-date > .form-item {
    display: inline-block;
    margin-right: 0.5em; /* LTR */
    vertical-align: top;
  }
  fieldset.date-combo .container-inline-date > .form-item {
    margin-bottom: 10px;
  }
  .container-inline-date .form-item .form-item {
    float: left; /* LTR */
  }
  .container-inline-date .form-item,
  .container-inline-date .form-item input {
    width: auto;
  }
  .container-inline-date .description {
    clear: both;
  }
  
  .container-inline-date .form-item input,
  .container-inline-date .form-item select,
  .container-inline-date .form-item option {
    margin-right: 5px; /* LTR */
  }
  
  .container-inline-date .date-spacer {
    margin-left: -5px; /* LTR */
  }
  
  .views-right-60 .container-inline-date div {
    margin: 0;
    padding: 0;
  }
  
  .container-inline-date .date-timezone .form-item {
    clear: both;
    float: none;
    width: auto;
  }
  
  /* The exposed Views form doesn't need some of these styles */
  .container-inline-date .date-padding {
    float: left;
  }
  fieldset.date-combo .container-inline-date .date-padding {
    padding: 10px;
  }
  .views-exposed-form .container-inline-date .date-padding {
    padding: 0;
  }
  
  /* Fixes for date popup css so it will behave in Sinna */
  #calendar_div,
  #calendar_div td,
  #calendar_div th {
    margin: 0;
    padding: 0;
  }
  #calendar_div,
  .calendar_control,
  .calendar_links,
  .calendar_header,
  .calendar {
    border-collapse: separate;
    margin: 0;
    width: 185px;
  }
  
  .calendar td {
    padding: 0;
  }
  
  /* formatting for start/end dates in nodes and views */
  span.date-display-single {
  }
  span.date-display-start {
  }
  span.date-display-end {
  }
  
  .date-prefix-inline {
    display: inline-block;
  }
  
  .date-clear {
    clear: both;
    display: block;
    float: none;
  }
  
  .date-no-float {
    clear: both;
    float: none;
    width: 98%;
  }
  
  .date-float {
    clear: none;
    float: left;
    width: auto;
  }
  
  /* Add space between date option checkboxes ('All day' & 'Collect End Date') */
  .date-float .form-type-checkbox{
    padding-right: 1em;
  }
  
  /* Add space between the date and time portions of the date_select widget. */
  .form-type-date-select .form-type-select[class*=hour] {
    margin-left: .75em; /* LTR */
  }
  
  .date-container .date-format-delete {
    float: left;
    margin-top: 1.8em;
    margin-left: 1.5em;
  }
  .date-container .date-format-name {
    float: left;
  }
  .date-container .date-format-type {
    float: left;
    padding-left: 10px;
  }
  
  .date-container .select-container {
    clear: left;
    float: left;
  }
  
  /* Calendar day css */
  div.date-calendar-day {
    background: #F3F3F3;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #999;
    float: left;
    line-height: 1;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 40px;
  }
  
  div.date-calendar-day span {
    display: block;
    text-align: center;
  }
  div.date-calendar-day span.month {
    background-color: #B5BEBE;
    color: white;
    font-size: .9em;
    padding: 2px;
    text-transform: uppercase;
  }
  div.date-calendar-day span.day {
    font-size: 2em;
    font-weight: bold;
  }
  div.date-calendar-day span.year {
    font-size: .9em;
    padding: 2px;
  }
  
  .date-form-element-content-multiline {
    padding: 10px;
    border: 1px solid #CCC;
  }
  /* Admin styling */
  .form-item.form-item-instance-widget-settings-input-format-custom,
  .form-item.form-item-field-settings-enddate-required {
    margin-left: 1.3em;
  }
  
  #edit-field-settings-granularity .form-type-checkbox {
    margin-right: .6em; /* LTR */
  }
  
  .date-year-range-select {
    margin-right: 1em;
  }
/*})'"*/
.container-inline-date > .form-item {
    margin-left: 0.5em;
    margin-right: 0;
  }
  .container-inline-date .form-item .form-item {
    float: right;
  }
  
  .container-inline-date .form-item input,
  .container-inline-date .form-item select,
  .container-inline-date .form-item option {
    margin-left: 5px;
    margin-right: 0;
  }
  
  .container-inline-date .date-spacer {
    margin-left: 0;
    margin-right: -5px;
  }
  
  .form-type-date-select .form-type-select[class$=hour] {
    margin-right: .75em;
  }
  
  #edit-field-settings-granularity .form-type-checkbox {
    margin-left: .6em;
  }
/*})'"*/
#ui-datepicker-div {
  font-size: 100%;
  font-family: Verdana, sans-serif;
  background: #eee;
  border-right:2px #666 solid;
  border-bottom:2px #666 solid;
  z-index: 9999;
  }
  
  /* Datepicker
  ----------------------------------*/
  .ui-datepicker { width: 17em; padding: .2em .2em 0; }
  .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
  .ui-datepicker .ui-datepicker-prev { left:2px; }
  .ui-datepicker .ui-datepicker-next { right:2px; }
  .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
  .ui-datepicker .ui-datepicker-next-hover { right:1px; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
  .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
  .ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
  .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year { width: 49%;}
  .ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
  .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
  .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
  .ui-datepicker td { border: 0; padding: 1px; }
  .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
  .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
  
  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi { width:auto; }
  .ui-datepicker-multi .ui-datepicker-group { float:left; }
  .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
  .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
  .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
  .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
  .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
  .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
  .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
  .ui-datepicker-row-break { clear:both; width:100%; }
  
  /* RTL support */
  .ui-datepicker-rtl { direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
  .ui-datepicker-rtl .ui-datepicker-group { float:right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/*})'"*/
/* Field display */
  .field .field-label {
    font-weight: bold;
  }
  .field-label-inline .field-label,
  .field-label-inline .field-items {
    float:left; /*LTR*/
  }
  
  /* Form display */
  form .field-multiple-table {
    margin: 0;
  }
  form .field-multiple-table th.field-label {
    padding-left: 0; /*LTR*/
  }
  form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0; /*LTR*/
  }
  form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em; /*LTR*/
  }
  
  form .field-add-more-submit {
    margin: .5em 0 0;
  }
/*})'"*/
form .field-multiple-table th.field-label {
    padding-right: 0;
  }
  form .field-multiple-table td.field-multiple-drag {
    padding-left: 0;
  }
  form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
    padding-left: .5em;
  }
  .field-label-inline .field-label,
  .field-label-inline .field-items {
    float: right;
  }
/*})'"*/
/**
   * @file
   * Stylesheet used to provide align and wrap functionality for atoms
   *
   * It is automatically included when the DnD plugin is used.
   */
  
  .atom-align-right {
    float: right;
  }
  
  .atom-align-left {
    float: left;
  }
  
  .atom-align-center {
    margin: 0 auto;
    display: table;
  }
  
  /**
   * The following rules make legend look nice with responsive images.
   */
  .dnd-atom-wrapper {
    display: table;
  }
  .dnd-drop-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .dnd-legend-wrapper {
    display: table-caption;
    caption-side: bottom;
  }
/*})'"*/
.node-unpublished {
    background-color: #fff4f4;
  }
  .preview .node {
    background-color: #ffffea;
  }
  td.revision-current {
    background: #ffc;
  }
/*})'"*/
.dnd-library-wrapper .editor-item .meta.type-file {
    background-image: url(/assets/styles/dep/8f08bed2dccbcc6169e0510f036babbe-file.png);
  }
  
  .scald-menu .add-buttons .add-file {
    background: url(/assets/styles/dep/8f08bed2dccbcc6169e0510f036babbe-file-large-inverted.png) 50% 50% no-repeat;
  }
  
  .scald-menu .add-buttons .add-file:hover {
    background-image: url(/assets/styles/dep/8f08bed2dccbcc6169e0510f036babbe-file-large-color.png);
  }
  
  .dnd-drop-wrapper img.scald-file-icon,
  img.scald-file-icon {
    height: 16px;
    vertical-align: top;
  }
  
  iframe.pdf,
  .dnd-drop-wrapper iframe.pdf {
    width: 100%;
  }
/*})'"*/
.dnd-library-wrapper .editor-item .meta.type-flash {
    background-image: url(/assets/styles/dep/233d401c68a134687d0e0e5c2892d7c6-flash-large.png);
  }
  .scald-menu .add-buttons .add-flash {
    background: url(/assets/styles/dep/233d401c68a134687d0e0e5c2892d7c6-flash-large-inverted.png) 50% 50% no-repeat;
  }
  .scald-menu .add-buttons .add-flash:hover {
    background: url(/assets/styles/dep/233d401c68a134687d0e0e5c2892d7c6-flash-large-color.png) 50% 50% no-repeat;
  }
/*})'"*/
#permissions td.permission {
    padding-left: 0;
    padding-right: 1.5em;
  }
  
  #user-admin-roles .form-item-name {
    float: right;
    margin-left: 1em;
    margin-right: 0;
  }
  
  /**
   * Password strength indicator.
   */
  .password-strength {
    float: left;
  }
  .password-strength-text {
    float: left;
  }
  div.password-confirm {
    float: left;
  }
  .confirm-parent,
  .password-parent {
    clear: right;
  }
  
  /* Generated by user.module but used by profile.module: */
  .profile .user-picture {
    float: left;
    margin: 0 0 1em 1em;
  }
/*})'"*/
.views-exposed-form .views-exposed-widget {
    float: left; /* LTR */
    padding: .5em 1em 0 0; /* LTR */
  }
  
  .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
  }
  
  .views-exposed-form .form-item,
  .views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .views-exposed-form label {
    font-weight: bold;
  }
  
  .views-exposed-widgets {
    margin-bottom: .5em;
  }
  
  /* table style column align */
  .views-align-left {
    text-align: left;
  }
  .views-align-right {
    text-align: right;
  }
  .views-align-center {
    text-align: center;
  }
  
  /* Remove the border on tbody that system puts in */
  .views-view-grid tbody {
    border-top: none;
  }
  
  .view .progress-disabled {
    float: none;
  }
/*})'"*/
.views-exposed-form .views-exposed-widget {
    float: right; /* RTL */
    padding: .5em 1em 0 0; /* RTL */
  }
/*})'"*/
/* General indentation & positioning classes */
  
  .rteindent1 {
      margin-left: 40px;
  }
  .rteindent2 {
      margin-left: 80px;
  }
  .rteindent3 {
      margin-left: 120px;
  }
  .rteindent4 {
      margin-left: 160px;
  }
  .rteleft {
      text-align: left;
  }
  .rteright {
      text-align: right;
  }
  .rtecenter {
      text-align: center;
  }
  .rtejustify {
      text-align: justify;
  }
  .ibimage_left {
      float: left;
  }
  .ibimage_right {
      float: right;
  }
/*})'"*/
/* General RTL indentation & positioning classes */
  
  .rteindent1 {
    margin-right: 40px;
    margin-left: 0;
  }
  .rteindent2 {
    margin-right: 80px;
    margin-left: 0;
  }
  .rteindent3 {
    margin-right: 120px;
    margin-left: 0;
  }
  .rteindent4 {
    margin-right: 160px;
    margin-left: 0;
  }
  .rteindent1[dir=ltr] {
    margin-left: 40px;
    margin-right: 0;
  }
  .rteindent2[dir=ltr] {
    margin-left: 80px;
    margin-right: 0;
  }
  .rteindent3[dir=ltr] {
    margin-left: 120px;
    margin-right: 0;
  }
  .rteindent4[dir=ltr] {
    margin-left: 160px;
    margin-right: 0;
  }
/*})'"*/
