﻿@charset "utf-8";
/* CSS Document that defines Greater Giving DNN Boxed Layout */
/* responsive overrides */
.button-row {
  margin-right: 15px;
}

.gg-master-wrapper {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
  
.carousel-caption-boxed-layout {
	padding: 0 80px;
}

.page-wrapper {
	
}

.gg-dnn-content-pane .container-fluid {
}

.gg-dnn-content-pane-3 .container-fluid {
}


footer /* GG DNN 3RD Footer Pane */ {
	padding:0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*--- Responsive Styles --- */
@media only screen and (max-width: 550px) {

   ul.gg-sidebar-media-grid li:nth-child(even) {
        margin-right: 18px;
    }

    
    .gg-reg-table tr.gg-reg-hdr-row {
        display: none;
    }

  .gg-reg-user-entry-row {
    border-top:1px solid #EAEAEA;
    padding-top:10px;
    padding-bottom:10px;
    }

   .RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgEditRow td, .RadGrid_Default .rgFooter td {
    border-style: none;
    border-width: 0 0 0px;
   }
   .controls table, .controls .normalCheckBox {
    clear:both;
    display:block;
    }

   .no-more-tables h5 {
    border-bottom:0px;
    margin-bottom:0px;
    margin-top:0px;
    }

   /* Force table to not be like tables anymore */
   .no-more-tables table,
   .no-more-tables thead,
   .no-more-tables tbody,
   .no-more-tables th,
   .no-more-tables td,
   .no-more-tables tr {
   display: block;
   }
 
   /* Hide table headers (but not display: none;, for accessibility) */
   .no-more-tables thead tr {
   position: absolute;
   top: -9999px;
   left: -9999px;
   }
 
   .no-more-tables tr {  }
 
   .no-more-tables td {
   /* Behave like a "row" */
   border: none;
   position: relative;
   white-space: normal;
   text-align:left;
   }
 
   #no-more-tables td:before {
   /* Now like a table header */
   position: absolute;
   /* Top/left values mimic padding */
   top: 6px;
   left: 6px;
   width: 45%;
   padding-right: 10px;
   white-space: nowrap;
   text-align:left;
   font-weight: bold;
}

/*
Label the data
*/
.no-more-tables td:before { content: attr(class) " ";font-weight:bold; }
.no-more-tables td {
    padding-bottom:8px;
    }

/* Force table to not be like tables anymore */
.no-more-tables-nolabels table,
.no-more-tables-nolabels thead,
.no-more-tables-nolabels tbody,
.no-more-tables-nolabels th,
.no-more-tables-nolabels td,
.no-more-tables-nolabels tr {
display: block;
}
 
/* Hide table headers (but not display: none;, for accessibility) */
.no-more-tables-nolabels thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
 
.no-more-tables-nolabels tr {  }
 
.no-more-tables-nolabels td {
/* Behave like a "row" */
border: none;
position: relative;
white-space: normal;
text-align:left;
}
 
#no-more-tables-b td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}

/*
Label the data
*/
.no-more-tables-nolabels td:before { }
.no-more-tables-nolabels td {
    padding-bottom:8px;
    }

.gg-catalog {
    width:100%;
    }

.no-more-tables .rgGroupCol {
    display:none;
    }


} /* end @media only screen and (max-width: 550px) */

@media (max-width: 979px) {

}

@media (min-width: 768px) and (max-width: 979px)
{
}

@media (max-width: 767px) {
  
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  #serverPanelTop {
    display: none;
  }

  .collapse {
    width: 0%;
    -webkit-transition: width 0.15s linear;
    -moz-transition: width 0.15s linear;
    -o-transition: width 0.15s linear;
    transition: width 0.15s linear;
  }

.collapse.in {
  width: 100%;
}


  .gg-dnn-content-pane .NavLinks-Container,
  .navbar-inner .NavLinks-Container {
    background-color: transparent;
  }

.navbar-collapse {
  padding: 0;
}


 .btn-navbar-in {
    display: block;
    position: absolute;
    top : 0;
    left  : 0;
    z-index: 2000;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .DnnModule-DNN_Links {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    margin-left: 0 !important;
    margin-top: 0 !important;
    background-color: transparent !important;
  }
  .navbar-header {
    background-color: transparent;
  }
  .navbar .btn-navbar {
      float: left;
     padding: 12px 10px 12px 10px;
  }

  .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 4px;
}

 .NavLinks-List, .NavLinks-List.Horizontal {
     padding: 3px 8px 4px 8px;
}

 a.linkitem.NavMainLink.NavMainLink,
   li.linkitem.NavMainLink {
     white-space: nowrap !important;
   }

   a.linkitem.NavSubLink.NavSubLink,
   li.linkitem.NavSubLink {
     white-space: normal !important;
   }

  .NavLinks-Container {
	  padding-top:0px;
  }
   .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: 0;
    margin-left: 0;
  }


    .linklist,
    .linklist.Horizontal {
      width: 100%;
      padding: 0;
    }
   

    li.linkitem,
    li.linkitem.Horizontal {
        float:none;
        padding: 0;
        display:block;
         width: 100%;
         border:none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box ;
   }

     li.linkitem.NavSubLink,
    li.linkitem.Horizontal.NavSubLink {
        float:none;
        padding:0;
        display:block;
         width: 100%;
         border:none;
   }

    ul.linklist.Horizontal.NavMainLink {
        padding-bottom:0;
        border:none;
    }

    li.linkitem a, li.linkitem a:visited, li.linkitem a:active,
    li.linkitem.Horizontal a, li.linkitem.Horizontal a:visited, li.linkitem.Horizontal a:active, li.linkitem.Horizontal a:link 
    {
        float: none;
        padding: 10px 10px 10px 10px;
        text-align: left;
        text-decoration: none;
        font-weight: normal;
        border-color: currentColor;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box ;
    }

  A.NavSubLink:link
  {
    border-color: currentColor;
    opacity: 0.98;
  }
  .Horizontal .NavMainLink a
  {
    display:block;
  }
  
  li.linkitem.NavMainLink .childDiv,
  li.linkitem.Horizontal.NavMainLink .childDiv
  {
    display:block;
    z-index: 10000;
    position: absolute;
    top: 100%;
    left: calc(30%);
    padding-left: 0;
    width: 100%; 
    -webkit-box-shadow: 0 1px 1px 0 currentColor;
    -moz-box-shadow:  0 1px 1px 0 currentColor;
    box-shadow:  0 1px 1px 0 currentColor;
  }

 
} /*end @media (max-width: 767px)*/

@media (max-width: 979px) {

    .gg-dnn-login a[title="Visit My Profile"] {
        display: none;
    }

    .gg-dnn-login a[title="Logout"] {
        display: none;
    }

    .gg-dnn-login a[title="Login"] {
        display: none;
    }

    .gg-catalog-widget-right {
        float: none;
        clear: both;
        padding-top: 10px;
    }

    .gg-pckgs-per:before {
    clear: both;
    content: "";
    display:block;
    }
} /*end @media (max-width: 979px)*/



@media (max-width: 767px) {

    .normalRadioButton .yesnosurvey {
    display:block;
    clear:both;
    } 

  #dnn_Footer3Pane  {
  clear:both;
}

.gg-org-copyright,.gg-poweredBy 
{
float:none;
clear:both;
}

  .gg-poweredBy
  {
    margin-top:26px;
    margin-left: -8px;
  }
} 

@media (max-width: 550px) {
  
  .fundraisingSignupImageDiv,  
  .fundraisingSignupTextDiv {
    clear:both;
    float:none;
    max-width: 100%;
  }

  .fundraisingSignupImageDiv {
    margin-right: 0;
  }

  .donation-amts-radio-fieldset fieldset {
    margin-left: 0px;
  }

  .donation-amts-radio-fieldset input[type="radio"] {
    margin-left: 0px;
  }
  .form-align-left .card-info-user-fieldset label {
    min-width: 166px;
    width: auto;
  }

}

/* Use Media Query to handle extreme table collapse behavior with the reg-table, survey questions, etc. fields  */

@media (max-width: 440px) {
  .gg-form-label,
  .form-align-left .card-info-user-fieldset label {
    min-width: 166px;
    width: auto;
  }

  ul.button-list li {
    margin: 0px;
    margin-left: 0px;
    margin-right: 10px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

    .btn {
        margin: 0px 0px;
        margin-bottom:10px;
    }

    .gg-reg-user-entry-row {
        border-top: 0px solid #EAEAEA;
    }

    .well-override hr {
        display:none;
    }

    .collapse-table-exsmall {
    border:0px solid red;
    }

    .collapse-table-exsmall legend {
    font-size: 14px;
    font-weight: 700;
}

    .collapse-table-exsmall .textbox {
        width:75%;
    }

    .collapse-survey-exsmall {
    }

    .collapse-survey-exsmall select {
    width:75% !important;
    }

    .form-align-left .survey-question-fieldset label {
    width: 75%;
    }
    .state-select-div select, .country-select-div select,
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    width: 75%;
    }

}/*end @media (max-width: 440px)*/
