/***************NEWS STYLE***************/
.newsWrapper .itemImage, .newsWrapper .itemDetails{
  float: left;
}
.newsWrapper .itemDetails{
    width: 775px; 
    min-height: 90px;
    padding-bottom: 20px;
}
.newsWrapper .itemImage {
    width: 110px;
    height: 65px;
    margin-right: 20px;
    overflow: hidden;
}
.newsWrapper .itemImage img {
    height: 65px;
}
.newsWrapper .itemDetails h3{
  margin-top: 0;
}

/***************EVENTS STYLE***************/
.eventsWrapper .itemImage, .newsWrapper .itemDetails{
  float: left;
}
.eventsWrapper .itemWrapper {
    padding-top: 5px;
    border-top: 1px solid #EDEDF0;
}
.eventsWrapper .itemDetails{
    min-height: 90px;
    padding-bottom: 20px;
}
.eventsWrapper .itemTitle{
    margin-bottom: 4px !important;
    border-top: 0px !important;
}
.eventsWrapper .itemImage {
    width: 110px;
    max-height: 100px;
    margin-right: 20px;
    overflow: hidden;
}
.eventsWrapper .itemImage img {
    width: 110px;
}
.eventsWrapper .itemDetails h3{
  margin-top: 0px;
}

/***************RESOURCES STYLE***************/
.resourcesWrapper .list-wrapper {
    min-height: 90px;
    padding-bottom: 20px;
}
.resourcesWrapper .list-image {
    max-height: 160px;
    max-width: 115px;
    overflow: hidden;
    box-shadow: 4px 4px 6px #888888;
    margin-right: 20px;
    float: left;
}
.resourcesWrapper .list-image img{
    width: 120px;
}
.resourcesWrapper .list-title {
    margin-bottom: 0px !important;
}
.resourcesWrapper .list-subtitle {
    margin: 0px 0px 6px 0px !important;
    padding-top: 0px !important;
    
    font-size: 15px !important;
}

/***************COMMON LIST STYLE***************/
.list-buttons{
    margin: 15px 0px 0px;
}

/***************COMMON DETAIL***************/
.listDetail .itemImage {
    overflow: hidden;
    height: 110px;
    float: left;
}
.listDetail .itemImage img {
    width: 180px;
    margin: 0 15px 0 0;
}
/*---------------------------------------------------*/
   table#surveyTable {margin-bottom: 10px; border-bottom: 2px solid rgba(13, 108, 172, 0.9);}
   table#surveyTable td {border: 1px dotted grey; padding:5px; color: #000;}
   .surveyTable-section {background-color: rgba(13, 108, 172, 0.9); padding: 10px !important; color: #fff !important;}
  
   div#dyna_fef_page input, div.sbHolder, div#dyna_fef_page textarea {margin: 4px !important;}
   .surveyTable-lable {background-color: rgba(13, 108, 172, 0.1)}
  
   .objectives-checkbox {float: left;}
   .objectives-textarea {float: left; margin-left: 20px;}
  
   p.textarea-prefill {
    margin-left: 5px;
    margin-bottom: 2px;
    font-size: 11px;
    }
  
   .dyna_form_label {
    display: none;
   }
   .mltchoice td {
    border: 0px !important;  
   }
  
   .clear {clear: both;}
