/**
 * @file
 * Views Styling
 */


/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */

.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}

.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}

.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.views-displays .secondary .open > a:hover {
  color: #333;
}

.views-displays .secondary .action-list li {
  margin: 0;
}

.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}

.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}


/******************* AUSA Views ************/
#content .views-field-title, #content .view h2 {
   font-size: 1.25em;
    font-weight: bold;  
}

#content .view label {
  font-weight: bold;  
}

#content .views-row, #content .panel-col-last .panel-pane {
  border-bottom: 1px #cccccc dotted;  
  padding: 15px 0;
  margin: 0;
}
#content .field .views-row {
  padding: 0 0 5px 0;
  border: none;
}
#content .views-row-last, #content-bottom .views-row-last {
  border-bottom: none;
}

#content .views-row { /* Clear tall artist thumbails */
  clear: both;  
}
#content .panel-col-last .views-row {
  border-bottom: none;  
  padding: 0;
}
#content .view img {
  float: right;
  margin: 5px 0 20px 20px;
}
#content .views-field-field-city, #content .views-field-field-state {
  font-weight: bold;
}

#content .views-exposed-form {
    background-color: #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #CCCCCC;
    margin: 15px 0;
    padding: 11px;
    position: relative;
/*    width: 640px;*/
}
.views-exposed-form .views-exposed-widget.views-submit-button {
  clear: both;
}
#content .views-exposed-form .views-exposed-widget .form-submit {
    background-color: #E26A14;
    border: 3px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #CCCCCC;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    height: 35px;
    position: relative;
    text-transform: uppercase;
    width: 100px;
}

#content .views-exposed-form label {
  color: #334087;
}
#content .views-exposed-form select.form-select {
    border: 1px solid #999999;
    border-radius: 2px 2px 2px 2px;
    color: #666666;
}

.page-resources-links tbody {
  background-color: #EEEEEE;  
}
.page-resources-links #content .views-row {
  border-bottom: none;  
}
/* */

/* Special Collections Content Type (Display Suite + View Block in grid) */
.node-type-collection.page-node .field {
  padding-bottom: 5px;
}
.node-type-collection table {
  margin-top: 0;
}
.node-type-collection .node.view-mode-full, .node-type-collection .views-view-grid td {
  background-color: #eee;
  border: #ccc 1px solid; 
  padding: 10px;
  vertical-align: top;
}
.node-type-collection .node.view-mode-full {
  border-bottom: none;
}
.node-type-collection .view-mode-full .field-name-body {
  margin-left: 440px;
  margin-right: 10px;
}
.node-type-collection .field-name-field-video-embed {
  float: left;
  padding: 10px;
}
.node-type-collection .views-view-grid .field-name-field-image {
  width: 210px;
  margin: auto;
}
.node-type-collection #content .view .views-view-grid img { /* Noderef fields - Featured Content */
  float: none;
  margin: 0 auto;
  max-width: none;
}

.node-type-collection .views-view-grid h3 {
  text-align: center;
  margin-bottom: 5px;
}
.node-type-collection .views-view-grid p {
  padding: 10px 0 0 0;
}

/* Related Resources Block on Special Collections */
.view-id-collections_resource_links a {
  color: #E26A14;
}
.view-id-collections_resource_links ul {
  margin-top: 2px;
}
/* ////// Resources (Impact) ///////// */
.views-field-field-rating {
  margin-top: 10px;
}

/* ////  New Content Marker via Views // */
.new-marker {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.25em 0.5em;
  background-color: #FDEED0;
  color: #334087;
  border: 1px solid #E26A14;
  border-radius: 3px;
  margin-left: 0.5em;
}

