/*Document   : admin_styles.css
Created on : updated September 2015
Author     : agdarby, pvillanueva
Description: base stylesheet for backend of subjectsplus, i.e., /control/
*/


/* It seems possible you might need to fix the paths to this font */


/* Unicode Font - Noto Sans  */

@font-face {
  font-family: 'NotoSansRegular';
  src: url('../../assets/css/admin/font/NotoSans-Regular-webfont.eot');
  src: url('../../assets/css/admin/font/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../../assets/css/admin/font/NotoSans-Regular-webfont.svg#NotoSansRegular') format('svg'),
  url('../../assets/css/admin/font/NotoSans-Regular-webfont.woff') format('woff'),
  url('../../assets/css/admin/font/NotoSans-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansBold';
  src: url('../../assets/css/admin/font/NotoSans-Bold-webfont.eot');
  src: url('../../assets/css/admin/font/NotoSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../../assets/css/admin/font/NotoSans-Bold-webfont.svg#NotoSansBold') format('svg'),
  url('../../assets/css/admin/font/NotoSans-Bold-webfont.woff') format('woff'),
  url('../../assets/css/admin/font/NotoSans-Bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansRegItalic';
  src: url('../../assets/css/admin/font/NotoSans-Italic-webfont.eot');
  src: url('../../assets/css/admin/font/NotoSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../../assets/css/admin/font/NotoSans-Italic-webfont.svg#NotoSansRegItalic') format('svg'),
  url('../../assets/css/admin/font/NotoSans-Italic-webfont.woff') format('woff'),
  url('../../assets/css/admin/font/NotoSans-Italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansBoldItalic';
  src: url('../../assets/css/admin/font/NotoSans-BoldItalic-webfont.eot');
  src: url('../../assets/css/admin/font/NotoSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),  
  url('../../assets/css/admin/font/NotoSans-BoldItalic-webfont.svg#NotoSansBoldItalic') format('svg'),
  url('../../assets/css/admin/font/NotoSans-BoldItalic-webfont.woff') format('woff'),
  url('../../assets/css/admin/font/NotoSans-BoldItalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

em {font-family: 'NotoSansRegItalic'; font-weight: normal;}
strong {font-family: 'NotoSansBold'; font-weight: normal;}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th {
  vertical-align:top;
}

button {
  padding: 2px;

}
/* Remove annoying border on linked images. */
a, a:focus {
   outline: 0;
}

a img {
  border: none;
}

:focus {
    border-color: #CCC !important;
}

/* no's*/
.no-border {
  border: 0 !important
}
.no-margin {
  margin: 0 !important
}
.no-bg {
  background: none !important
}
.no-pad-left {
  padding-left: 0 !important
}
.no-pad-right {
  padding-right: 0 !important
}

/* Styles for the control panel /control/ */

body {
  margin: 0;
  padding: 0;
  font-family: 'NotoSansRegular'; /* before--> Helvetica Neue",Helvetica,Arial,sans-serif*/
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #333;
  background: #e3e1d9 url(../../assets/images/admin/mission_control_lg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


a:link {
  color: #4977A4;
}

a:visited {
  color: #4977A4;
}
a:hover {
  color: #C03957;
}

p.tight { margin: .2em 0;}

.star-class {
  margin: .2em 0 .2em 0;
}

.star-class:before {
  content:"\f005";
  font-family: FontAwesome;
  font-size: 0.9em;
  padding: 0 4px 0 0;
}

.index_staff_photo {margin-bottom: 10px;}

.wrapper {
  margin: 0 auto;
  text-align: left;
  max-width: 1200px;
}


/* panel list styles added cbrownroberts 09-16-2015 - GENERIC styles for regular lists inside flyout panels */
.panel-list {list-style: inside none none; margin: 0 0 0 0; padding:0.75em 0.5em;}

.panel-list-item { 
  width: 275px; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  font-size: 12px !important;
  cursor:pointer; 
}

.panel-list-item a:before {
    content:"\f0c8";
    font-family: FontAwesome;
    font-size: 0.6em;
    padding: 0 4px 0 4px;
}

.panel-list-item a {display: block;}

.panel-list-item a:link,
.panel-list-item a:visited {
  text-decoration: none;
  color: #FFF;   
}

.panel-list-item a:hover {
  background-color: #d5d5d5;
  color: #333;   
}






/* //////////////////////
Header and nav/subnav stuff
////////////////////// */

/* note:  this is used for the nasa control room bg image; it gets turned on by choosing the nasa bg option in control/index.php */

.background {
  bottom: 0;
  height: 1280px;
  left: auto;
  opacity: 0.2;
  position: fixed;
  right: 0;
  top: auto;
  width: 1920px;
  z-index: -1;
  display: none;
}


header {
  width: 100%;
  background-color: #fff;  
  min-height: 2.9em;
  line-height: 2.8em;
  z-index: 99999;
}


#topnav {
  font-family: 'NotoSansBold'; 
  font-weight: normal;
  font-style: normal;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-color: #fff;
  position:relative;
}

#topnav li {
  display: inline-block;
}

#topnav li a {
  text-decoration: none;
  padding: .5em 0.5em;
  text-align: left;
  font-size: 18px;
  color: #858585;
}

#topnav li a.profile {padding-right: 0px;}

#topnav li a.selected, #topnav li:hover, #topnav li a:hover, #topnav li.selected, #topnav li.selected a {
  color: #E488B6 !important;
}

#topnav li.nohover {
  background-color: transparent;
  float: right;
  margin: 0 15px 8px 0;
}

#topnav > li > div {
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;/**/
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;

  background: none repeat scroll 0 0 #fff;

  border-radius: 5px;
  padding: 0px 0;
  position: absolute;
  border: 0px solid #9A9A9A;
  top: 44px;
  min-width: 215px;
  max-width: 800px;
  z-index: 1000;
  -moz-box-shadow: 2px 2px 3px #9a9a9a;
  -webkit-box-shadow: 2px 2px 3px #9a9a9a;
  box-shadow: 2px 2px 3px #9a9a9a;

}

#topnav > li#logospot > div {
  left: 3em;
}
#topnav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

#topnav > li > div ul {
  padding: 0;
  margin: 2px;
}
#topnav > li > div ul li {
  display: block;
  border-bottom: 1px dashed #ccc;
}

#topnav > li > div ul li a, #topnav > li.selected > div ul li a {
  color: #333 !important;
  font-size:16px;
}

#topnav > li > div ul li:hover {
  background-color: #fff;

}

#topnav > li > div ul li a:hover {
  color: #E488B6;
}

#topnav > li > div ul li:last-child, .last-item {border: none !important;}

#sp_admin_search input {
  /*line-height: 2em;*/
  font-size: 1em;
  padding: .3em .4em;
  margin-left: .5em;
}


.ui-autocomplete {
  max-height:500px;
  overflow: auto;
}


#topnav > li#logospot img {
  float: left;
  margin: .5em 0 0 2.5em;
}

#topnav > li#logospot div img {
  float: left;
  margin: .5em 1em 0 .5em;
  border: 1px solid #9A9A9A;
}

#topnav li:nth-last-child(3), #topnav li:nth-last-child(2) { position: relative; }

#topnav li:nth-last-child(3) div, #topnav li:nth-last-child(2) div {
  right:10px;
}

/* old stuff? */

.logo {
  margin-top: 8px;
  margin-left: 30px;
  float:left;
}

#navcats {
  float: left;
  margin-left: 10px;
  margin-top: 11px;
}

#navcats ul {}


#navcats ul li  {
  list-style-type: none;
  padding: 0;
  display: block;
  float: left;
  text-align: center;
}


#supersearch {
  float: left;
  margin-top: 11px;
  margin-left: 20px;
}

#user {
  color: #fff;
  float: left;
  margin-left: 20px;
  margin-top: 11px;
}

#user ul li {
  list-style-type: none;
  padding: 0;
  display: block;
  float: left;
  text-align: center;

}


/*--------------------------- 
Page structure - added by PV 
---------------------------*/
html,body { height:100%;}

html, button, input, select, textarea {
    font-family: 'NotoSansRegular' !important; /* before -> sans-serif*/
}

.guide-parent-wrap {
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 99998;
}

.panel-wrap {background-color: transparent; float: left; width:60px; height:100%; 
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.12);}

.guide-wrap {
  background-color: transparent; 
  float: left;
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height:100%;
}

/* Nav for Guides Creation */

#guide_header {
  height: 3.1em;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.12);
}

.guide-title-area {background-color: #333; height: 3.1em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.guide-options-area {background-color: #f2f2f2; height: 3.1em; text-align: center; overflow: hidden;}

.guide-commands-area {background-color: #333; height: 3.1em;overflow: hidden; text-align: right;}

.guide-title-area h2 {
  margin: 12px 0 0 40px;
  font-size: 20px;
  font-family: 'NotoSansBold';
}

.guide-title-area h2 a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

#guide_nav {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  color: #333;
}

#guide_nav li {
  display: inline-block;
  padding-top: 0.5em;
}

#guide_nav li a {
  text-decoration: none !important;
  padding: 0.5em 5px;
  font-size: 26px;
  color: #333;
}

#guide_nav li a:hover {text-decoration: none; color: #e488b6;}


#guide_header .icon-edit-guide {
  height: 20px;
  margin-bottom: 4px;
}


#hide_header {
  background-color: #fff;
  padding: 7px 0 6px 0;
  font-size: 1.2em;
  cursor: pointer;
  text-align:center;
  margin: 0 0 0;
}

.toggle_header_fix {position:fixed;}
.toggle_header_margin {margin:40px 0 0 0;}
.toggle_response_margin {margin:0 0 0 40px !important;}

#savour,
#savour2  {
  margin:0;
  display:inline-block;
}

#savour{ padding: 5px 5px 0 5px;}

#savour2  {padding: 0.5em 20px 0 5px; }

#save_guide, #save_template {
  display:none;
  margin: 0 !important;
  font-family: 'NotoSansBold';
  font-weight: normal;
  font-size:14px;
  padding: 5px 10px;
}


.top-panel-options {background-color:#333; height: 100%; color: #fff; width:90px; margin:0 0 0 0;}

.top-panel-options-list {list-style: none outside none; padding:130px 0 0 0; margin:0;  }

.top-panel-options-list li {display:block; margin:0; padding:0; text-align:center; padding:12px 0; position: relative; background-color: transparent; border-bottom: 1px solid #111; border-top: 1px solid #555;}

.top-panel-options-list li:first-child {border-top: none;}
.top-panel-options-list li:last-child {border-bottom: none;}

.top-panel-options-list li a {
  text-decoration: none !important;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.top-panel-options-list li a i{
  font-size: 40px;
}

.top-panel-options-list li:hover, 
.top-panel-options-list li.active-item {
  color: #fff;
  background-color: #C03957;
}

.top-panel-option-item {} /* Used in selectedPanelDisplay() function - don't delete by PV */

.guidewrapper {margin: 87px 0 0 60px;}

#tabs {
  margin:0;
  padding: 0;
}

#main-options {background-color:transparent;}

#main-options .trigger-main-options {
    background-color: #c03957;
    cursor: pointer;
    right: -40px;
    padding: 8px 0;
    position: absolute;
    top: 6em;
    width: 40px;
    text-align: center;
    color: #FFF;
}

#main-options .trigger-main-options i {font-size:20px;}

#find-in-guide-container{margin: 0; padding: 0; height:41px; z-index:999999;}

.find-guide-parent {text-align: center; }

#guide_search {background-color: #c03957; color: #FFF; display: none;}

#guide_search input {
  font-size: 1em;
  padding: .07em .4em;
  margin: 0.6em 0;
  width:94%;
}

.second-level-options { 
  width: 350px; 
  height: 100%;
  background-color: #444;
  box-shadow: 0px 0px 15px rgba(54,51,51,0.7) inset;
 -moz-box-shadow: 0px 0px 15px rgba(54,51,51,0.7) inset;
 -webkit-box-shadow: 0px 0px 15px rgba(54,51,51,0.7) inset;
  color: #fff;
  position:absolute;
  top: 3.1em;
  left: 90px;
  z-index: 99997;
}

.second-level-container {padding: 1em;}

.second-level-content {background-color: transparent; padding:5px;}

.second-level-content h3 {margin: 0 0 0.75em 0 !important; font-size: 16px; font-family: 'NotoSansBold'; font-weight: normal;}



/* Boxes Panel */
/* The draggable boxes from the admin guide flyout */

.box_options_container {
  background: #484848;
   border-right: 1px solid #525252;
   border-bottom: 1px solid #525252;
   border-left: 1px solid #3e3e3e;
   border-top: 1px solid #3e3e3e; 
   border-radius: 4px;   
   margin: 0 0 20px 0;
  overflow: auto; max-height:385px;
  padding:10px 0;
  width: 100% !important;
}

#box_options {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;  
  width: 100%;
  list-style: outside none none;
}

#box_options li {
  display: inline-block;
  margin: 0 5px 10px 10px;
  padding: 10px 0;
  width: 113px;
  font-size: 30px;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
}

.box-item {  
  background-color: #d5d5d5;
  color:#333;
  list-style: outside none none !important;
}

.box-item:hover {
  background: #C03957;
  color:#FFF;
}

.box-item .icon-text {
  font-size: 12px !important;
  line-height: 0.9em;
  padding-top: 4px;
  display: block;
}

#pluslet-id-WorldCat {
  background-image: url(images/icons/world-cat-grey.svg);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px;  
}

#pluslet-id-WorldCat:hover {
  background-image: url(images/icons/world-cat-white.svg);  
}

.worldcat-text {margin-top: 30px;}


#pluslet-id-GoogleScholar {
  background-image: url(images/icons/gscholar.png);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px;  
}

#pluslet-id-GoogleScholar:hover {
  background-image: url(images/icons/gscholar-white.png);  
}

#pluslet-id-GoogleBooks {
  background-image: url(images/icons/gbooks.svg);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px;  
}

#pluslet-id-GoogleBooks:hover {
  background-image: url(images/icons/gbooks-white.svg);  
}

#pluslet-id-GoogleSearch {
  background-image: url(images/icons/gsearch.png);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px;  
}

#pluslet-id-GoogleSearch:hover {
  background-image: url(images/icons/gsearch-white.png);  
}

.googlescholar-text, .guidesearch-text {margin-top: 30px;}

#pluslet-id-1{
  background-image: url(images/icons/all-items.svg);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px;  
}

#pluslet-id-1:hover {
  background-image: url(images/icons/all-items-white.svg);  
}

#pluslet-id-GuideSearch {
  background-image: url(images/icons/guide-search.svg);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px; 
}

#pluslet-id-GuideSearch:hover {
  background-image: url(images/icons/guide-search-white.svg);  
}

#pluslet-id-NewGuides {
  background-image: url(images/icons/new-guides.svg);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px; 
}

#pluslet-id-NewGuides:hover {
  background-image: url(images/icons/new-guides-white.svg);  
}

#pluslet-id-CollectionList {
  background-image: url(images/icons/guide-collections.svg);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px; 
}

#pluslet-id-CollectionList:hover {
  background-image: url(images/icons/guide-collections-white.svg);  
}

#pluslet-id-Card {
  background-image: url(images/icons/image-card.svg);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px; 
}

#pluslet-id-Card:hover {
  background-image: url(images/icons/image-card-white.svg);  
}


#pluslet-id-BookList {
  background-image: url(images/icons/booklist.svg);
  background-position: 50% 30%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 46px; 
}

#pluslet-id-BookList:hover {
  background-image: url(images/icons/booklist-white.svg);  
}



/* added by cbrownroberts 01-29-2016 */
/* used for hook to expand collapse indiviudal pluslets */
.expand_collapse {
  text-align:right;
}
.expand_collapse > i {
  font-size: 18px;
  color: #858585;
  padding-right:6px;
}



#show_findbox_options i {font-size: 32px;}



/* Find Boxes Panel - done in Tabs */

#find-box-tabs {
   background: #484848;
   border-right: 1px solid #525252;
   border-bottom: 1px solid #525252;
   border-left: 1px solid #3e3e3e;
   border-top: 1px solid #3e3e3e; 
   border-radius: 4px;
   font-family: "NotoSansRegular";
   margin: 0 0 20px 0;
}

.find-box-tab-list {padding:0 !important; background: none !important; border: none !important;}

.find-box-tab-list li {margin: 0 1px 1px 0 !important; border: none !important; background: #e5e4e4 !important;}
.find-box-tab-list li a {padding: 0.25em 0.75em !important; color: #999 !important; font-size: 13px !important;}

.find-box-tab-list li.ui-tabs-active {background: #d5d5d5 !important; color: #FFF !important;}
.find-box-tab-list li.ui-tabs-active a {color: #333 !important;}

.find-box-tab-list-content {background: #d5d5d5 !important; padding: 1em 5px !important; color: #333 !important; font-size: 13px; line-height: 1.3em; max-height:540px; }

.find-box-tab-list-content .pluslet-list, .find-box-tab-list-content .findbox-searchresults {width: 98% !important; overflow:auto; max-height:440px;}

.guides-display .guide-list {width: 100%; font-family: "NotoSansRegular"; color: #666 !important; border: 1px solid #bcbbbb;padding: 4px;}

.guides-display .guide-list option {width: 100%;}

.pluslet-list, .findbox-searchresults {list-style: inside none none; margin: 5px 0 0 0; background-color: #f2f2f2; padding:0;}

.pluslet-list .pluslet-listing,
.findbox-searchresults .pluslet-listing{padding:5px;}

.box-search-label { width: 160px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: "NotoSansRegular" !important; 
font-size: 12px;} 

.clone-button, .copy-button {font-family: 'NotoSansBold' !important; padding: 0.5em 0.75em !important; font-size:10px !important; font-weight: normal !important;}

#search-tab .findbox-search {width:96%; font-family: 'NotoSansRegular' !important; border: 1px solid #bcbbbb; border-radius: 2px; padding: 4px; margin:0 0 10px 0;}


/* Custom style radio buttons */
.sp-custom-radio input[type=checkbox]:not(old),
.sp-custom-radio input[type=radio   ]:not(old){
  width     : 2em;
  margin: 0 0 0 8px;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.sp-custom-radio input[type=checkbox]:not(old) + label,
.sp-custom-radio input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
  font-family: "NotoSansRegular" !important;
  font-size: 0.9em;
}

.sp-custom-radio input[type=checkbox]:not(old) + label > span,
.sp-custom-radio input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 1em;
  height           : 1em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

.sp-custom-radio input[type=checkbox]:not(old):checked + label > span,
.sp-custom-radio input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

.sp-custom-radio input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

.sp-custom-radio input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.7em;
  height           : 0.7em;
  margin           : 0.1em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(192,57,87);
  background-image :    -moz-linear-gradient(rgb(192,57,87),rgb(226,102,164));
  background-image :     -ms-linear-gradient(rgb(192,57,87),rgb(226,102,164));
  background-image :      -o-linear-gradient(rgb(192,57,87),rgb(226,102,164));
  background-image : -webkit-linear-gradient(rgb(192,57,87),rgb(226,102,164));
  background-image :         linear-gradient(rgb(192,57,87),rgb(226,102,164));
}






.pure-button-secondary, 
a.pure-button-secondary {
  background-color: #d5d5d5;
  color: #666 !important;
  text-shadow: none !important;
}

.pure-button-secondary:hover, 
a.pure-button-secondary:hover {
  background-color: rgba(228,136,182, 0.8);
  box-shadow: none;
  color: #FFFFFF !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;  
}

.custom-icon{width:36px; height:36px;}

.fav-boxes-content, .fav-templates-content {
  background: #484848;
   border-right: 1px solid #525252;
   border-bottom: 1px solid #525252;
   border-left: 1px solid #3e3e3e;
   border-top: 1px solid #3e3e3e; 
   border-radius: 4px;
   font-family: 'NotoSansRegular';
   margin: 0 0 20px 0;
   overflow: auto; max-height:275px;
   width: 100% !important;
}

.fav-boxes-list, .fav-templates-list {list-style: inside none none; margin: 0 0 0 0; padding:0.75em 0.5em;}

.fav-boxes-list li {margin-bottom: 6px;}

.fav-box-item {
  font-size:12px !important;
  cursor:pointer;
  font-family: 'NotoSansRegular'!important;
}

.fav-box-item:before, .fav-template-item:before {
  font-family: FontAwesome;
  content:"\f005";
  color: #F5D76E; 
  font-size:16px;
  padding: 0 8px 0 0;
}

.fav-box-item, .fav-template-item { width: 165px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: default;}

.fav-box-item a:link,
.fav-box-item a:visited {
  color:#fff;
  text-decoration:none;
}

.fav-box-item a:hover,
.fav-box-item a:active {
  color:#fff;
  text-decoration:underline;
}


.clone-favorite.fav-box-item {
  font-size:12px !important;
  cursor:pointer;
}

li.fav-box-item:hover {
  background-color: #d5d5d5; 
  color:#333;
}

li.fav-box-item:hover::before {color: #C03957;}


.favorite-button {
  font-family: 'NotoSansBold' !important;
  padding: 0.5em 0.75em !important;
  font-size: 10px !important;
  font-weight: normal !important;
}


.clone-input {display:none;}




/* Tooltip for Find Boxes */

.tooltip_wrapper {

  background: #d5d5d5;
  color: #444;
  cursor: help;
  font-size: 12px;
  /* margin: 100px 75px 10px 75px; */
  padding: 5px;
  position: relative;
  text-align: left;

  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.tooltip_wrapper .tooltip {
  background: #C03957;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -250px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  width: 200px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip_wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltip_wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #C03957 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 23px;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.tooltip_wrapper:hover .tooltip {
   opacity: 1;
   pointer-events: auto;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
   transform: translateY(0px);
 }




#findbox-searchresults li:first-child {margin-top: 40px;}

/* IE can just show/hide with no transition */
.lte8 .tooltip_wrapper .tooltip {
  display: none;
}

.lte8 .tooltip_wrapper:hover .tooltip {
  display: block;
}





/* Layouts Icons Panel */

.layout_options {
  cursor: pointer;
  display: block;
  margin: 0 0 30px 0;
  padding: 0;  
  width: 100%;
  list-style: outside none none;
}

.layout_options li {
  display: inline-block;
  margin: 0 5px 10px 10px;
  border-radius: 2px;
}

.layout-icon {
  background-color:#d5d5d5;
  background-position: 50% 50%;
  background-size: 56px 42px;
  background-repeat: no-repeat;
  width: 80px;
  height: 60px;
}

.layout-icon:hover, .layout-icon.active-layout-icon {background-color:#C03957; }

#col-single {background-image: url(images/icons/col1-icon.svg);}
#col-single:hover, #col-single.active-layout-icon {background-image: url(images/icons/col1-iconw.svg);}

#col-double {background-image: url(images/icons/col2-icon.svg);}
#col-double:hover, #col-double.active-layout-icon {background-image: url(images/icons/col2-iconw.svg);}

#col-48 {background-image: url(images/icons/col2-48-icon.svg);}
#col-48:hover, #col-48.active-layout-icon {background-image: url(images/icons/col2-48-iconw.svg);}

#col-84 {background-image: url(images/icons/col2-84-icon.svg);}
#col-84:hover, #col-84.active-layout-icon {background-image: url(images/icons/col2-84-iconw.svg);}

#col-triple {background-image: url(images/icons/col3-icon.svg);}
#col-triple:hover, #col-triple.active-layout-icon {background-image: url(images/icons/col3-iconw.svg);}

#col-363 {background-image: url(images/icons/col3-363-icon.svg);}
#col-363:hover, #col-363.active-layout-icon {background-image: url(images/icons/col3-363-iconw.svg);}

.layout_options .top-panel-option-item {padding:1em;background-color:#d5d5d5;}
.layout_options .top-panel-option-item:hover {background-color:#C03957;}




/* Custom DB List Panel */

.dblist-display {
  padding: 10px 0;
}

.databases-results-display {max-height:475px;}

.databases-search {
  border: 1px solid #bcbbbb;
  border-radius: 2px;
  font-family: 'NotoSansRegular' !important;
  padding: 4px;
  width: 50%;
  margin-bottom: 10px;
  font-size:1em;
}

.databases-results-display label {
  color:#333;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
}

.databases-searchresults {background-color: #ececec; padding: 5px 0; margin: 5px 0 0 0; overflow: auto; overflow-x:none; max-height:415px; width: 85% !important; border-right: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; border-left: 1px solid #DADFE1; border-top: 1px solid #DADFE1;}

.db-list-item {width: 98%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: default; padding: 8px 0 12px; color: #333; font-size: 12px; line-height: 1.3em; display:inline-block; margin: 0; border-bottom: 1px dotted #ccc;} 

.db-list-item-link {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-family:'NotoSansRegular' !important; line-height: 1.1em; 
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
}

.list-search-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-family:'NotoSansRegular' !important; font-weight: normal; 
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
  display: inline-block;
}  

.add-to-list-button { font-size: 0.9em !important; padding: 2px 4px; }

.no-box-results {color: #333; padding: 6px 2px; display: block; font-size: 12px;}

.db-list-content {padding:0; display:none; margin: 10px 0; width: 90% !important; overflow: hidden !important; font-family: 'NotoSansRegular';}

.db-list-content h4 {margin: 0; font-family: 'NotoSansBold'; font-weight: normal;}

#record-sortable-list .db-list-results {
  list-style: inside none none; 
  background-color: #ececec;
  padding: 5px 0;
  margin: 5px 0 0 0; 
  overflow: auto; 
  overflow-x:none; 
  max-height: 350px; 
  width: 100% !important;
  border-right: 1px solid #EEEEEE; 
  border-bottom: 1px solid #EEEEEE; 
  border-left: 1px solid #DADFE1; 
  border-top: 1px solid #DADFE1;
}

.db-list-item-draggable {
  width: 98%; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  cursor: move; 
  color:#333;  
  line-height: 1.3em; 
  border-bottom: 1px dotted #CCC; 
  font-size: 12px; 
  font-family: 'NotoSansRegular'; 
  font-weight: normal; 
  padding: 4px 0 6px 8px;
}

.db-list-label {
  display: inline-block; 
  margin-bottom: 4px;
  width: -moz-calc(100% - 55px);
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.db-list-remove-item {}

.db-list-remove-item button {font-size: 0.9em !important; padding: 2px 4px; cursor:pointer;}

.db-list-toggle { font-size:11px; cursor:pointer; padding-right: 5px; font-family: 'NotoSansRegular'; font-weight: normal;}

.fa-check { color: #90C695; font-size:13px !important; padding: 0 2px 0 0; }

.fa-minus { color: #D24D57; font-size:13px !important; padding: 0 2px 0 0; }





/* My Guides Panel */

.user_guides_display {
  background: #484848 none repeat scroll 0 0;
    border-color: #3e3e3e #525252 #525252 #3e3e3e;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-family: 'NotoSansRegular';
    margin: 0 0 20px;
    max-height: 385px;
    overflow: auto;
    width: 98% !important;
}

.myguide-button {font-size:12px; font-family:'NotoSansBold'; font-weight: normal;}

.user_guides_display .panel-list-item a:before {
    content:"\f15b";
    font-size: 12px;
    padding: 0 8px 0 4px;
}

.user_guides_display .panel-list-item a:hover::before {color: #C03957;}



/*Analytics Panel */

.analytics_display {}

.master-counter {
  background: #f2f2f2 none repeat scroll 0 0;
  border-color: #3e3e3e #525252 #525252 #3e3e3e;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 20px;
  padding: 10px;
}

.total-views-header { font-family:'NotoSansBold'; font-size: 19px; margin: 0; line-height: 1.6em; color: #858585; font-weight: normal;}
.total-views-count {font-size: 21px; color: #e488b6;}

.tab-click-header {display:none; margin:0; font-weight: normal;}

.tab-click:before {
  font-family: 'FontAwesome';
  content: "\f245";
  font-size: 12px;
  padding: 0 8px 0 4px;
}

.tab-click {font-size:12px;}




/*Tab Rearrange Panel */
#save_tab_order_btn {font-family:'NotoSansBold'; font-weight: normal; font-size:12px;}

.flyout-tabs {
    background: #484848 none repeat scroll 0 0;
    border-color: #3e3e3e #525252 #525252 #3e3e3e;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 20px;
    max-height: 385px;
    width: 98% !important;
}

.flyout-tabs li i {font-size:14px; margin-right:8px;}

.flyout-tabs li {border-bottom: 1px dotted #858585; padding: 5px 0;}
.flyout-tabs li:last-child {border-bottom: none;}




/*TABS Items Area --where the individual tabs go */
/******** Guide TABS ******/

#tabs.ui-tabs {border-radius: 0 !important;} /* container */

#tabs.ui-tabs .ui-tabs-nav  {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  border: 0 none;  
} /* list */


#tabs.ui-tabs .ui-tabs-nav li {
  padding: 3px 18px 0 18px;
  line-height: 1.05em;
  margin: 0 0 1px;
  top: 0;
  border-radius: 0;
  background-color: #f2f2f2; /*d5d5d5*/
  background-image: none;
  border-right: 1px solid #d5d5d5; /*b3b2b2*/
  border-left: 1px solid #FFF;
  border-top:none;
  border-bottom: 3px solid transparent !important;
} /* list item */


#tabs.ui-tabs .ui-tabs-nav li:first-child {border-left: none;}
#tabs.ui-tabs .ui-tabs-nav li:last-child {border-right: none;}

#add_tab {
  cursor:pointer;
  margin:0;
  padding: 7px 16px !important;
  background-color: #CCC !important;
  background-image: none;
  border-top:none;
  color: #333;
}

#add_tab.ui-button-text-only .ui-button-text {  
  padding: 0;
  font-size: 18px;
  line-height: 1.05em;
  padding: 1px 0 0 0;
}

#add_tab:hover {background-color: #858585 !important;color: #FFF;}
#tabs.ui-tabs .ui-tabs-nav li#add_tab.ui-state-hover {border-bottom: 3px solid #444 !important;}


/* Added to style tabs for importer -don't delete JL*/
#tabs li.child-tab { background:#fff !important;}
  
#tabs li.parent-tab {background:#eee !important;}

#tabs li.main-tab { background:#eee !important;}

#tabs li.home-tab { background:#ff0 !important;}


#tabs.ui-tabs .ui-tabs-nav li a {color:#333; font-size:15px; font-weight: normal;}

#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active,
#tabs.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {border-bottom: 3px solid #C03957 !important;}

#tabs.ui-tabs .ui-tabs-nav li.child-tab.ui-state-default.ui-state-hover,
#tabs.ui-tabs .ui-tabs-nav li.child-tab.ui-tabs-active.ui-state-active {border-bottom: 3px solid #C03957 !important;}

#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active a,
#tabs.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover a {color: #333;}

#tabs.ui-tabs .ui-tabs-nav li#expand_tab {
	
	
  cursor:pointer; 
  padding: 9px 16px !important;
  background-color: #CCC !important;
  color: #333;
  border-bottom: 4px solid #CCC !important;
}

#tabs.ui-tabs .ui-tabs-nav li#expand_tab:hover {border-bottom: 4px solid #444 !important; color: #FFF; background-color: #858585 !important;}

#tabs li .alter_tab { 
    color: #858585;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 8px 0 0 20px;
}

#tabs li .alter_tab:hover { 
    color: #C03957;
}

/*Force first tab to have style of main tabs */
#tabs.ui-tabs .ui-tabs-nav li:nth-child(2) {background:#eee !important;}
#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active:nth-child(2),
#tabs.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover:nth-child(2) {border-bottom: 3px solid #C03957 !important;}




/*TABS Containers Area --where the pluslets go */

.sptab {
  background: none !important;
}


/*TABS Section --where the pluslets go */

.sp_section {
  background-color: none;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 3.5em;
  position: relative;
}

.section_selected_area {border: 1px solid rgba(192,57,87, 0.8);}


.sp_section_controls {
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom:100%;
  right:0;
  width:52px;
  border-radius: 2px 2px 0 0;

}

.sp_section_selected {	
	background-color: rgba(192,57,87, 0.8);
}

.sp_section:nth-child(1) .sp_section_controls {
	display:block;
}

.section_sort {
  cursor: move;
  margin: 0 15px 0 0;
  font-size: 20px !important;
  color: #858585;
}

.section_remove
{  cursor: pointer;  
   font-size: 20px !important;
   color: #858585;
}

.sp_section_selected .section_sort, .sp_section_selected .section_remove {color: #FFF;}

.sp_section_slider
{
  margin-left: 4.5em;
}

/* Default CSS for the columns in a section */

#container-0, 
#container-1,
#container-2 {
  float: left;  
  min-height: 400px;
}

.container-area {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  min-height: 400px;
}

#container-0 .container-area {margin:0 5px 0 0; padding:0 5px 10px 5px;}
#container-1 .container-area {margin:0 5px 0 5px; padding:0 5px 10px 5px; }
#container-2 .container-area {margin:0 0 0 5px; padding:0 5px 10px 5px; }


#container-0 h2 {
  font-size: 16px;
  margin: 1px;
  background-color: none;
  padding: 2px;
}

#container-0 h3 {
  font-size: 14px;
  margin: 1px;
}

.hidden-column {
	display:none;
}


/* Dropspot Areas */

.drop_area {
  border: 1px dashed #858585;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
  background-color: rgba(255,255,255,0.6);
  text-align: center;
}

.dropspot-text {
  font-family:'NotoSansBold';
  color: #858585;
  margin-top:10px;
  display: inline-block;
  font-size:16px;
}


#dropspot-left-1, #dropspot-center-1, #dropspot-sidebar-1 {
  float: left; 
  width: 100%; }



.dropspotty {position: relative;  } /* general */

#tabs_options .dropspotty, 
.db-list-results .dropspotty {height: 50px;}

.dropspotty.drop_area {height: 50px;}



/* When you hover over one of the two drop spots, make em show */
.drop_hover {background-color: rgba(192,57,87, 0.8); border: 1px dashed #FFF; color:#FFF;}
.drop_hover .dropspot-text {color:#FFF;}


#portal-column-0, #portal-column-1, #portal-column-2, 
.portal-column-0, .portal-column-1, .portal-column-2   {
  width: 100%;
  background-color: transparent;
}

.sort_column, .portal_column, .ui-sortable{background-color: transparent; display: block; min-height: 80px;} /*original --> #F8F5F5 */



/* Used by the jquery ui plugin  */
.ui-sortable-placeholder {
  background-color: rgba(192,57,87, 0.8) !important; 
  border: 1px dashed #FFF !important; 
  color:#FFF !important;  
  visibility: visible !important;
  height: 50px;
}

.ui-sortable-helper {width:25% !important; background-color: #858585 !important;}

#tabs_options .ui-sortable-helper, 
.db-list-results .ui-sortable-helper {width:275px !important;}




/* Pluslet Styles */
/* -------------- */

.portal-column-0 .pluslet, 
.portal-column-1 .pluslet, 
.portal-column-2 .pluslet {
  padding: 5px;
  margin: 10px 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 2px; 
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  overflow: visible;
  position: relative;
}

.portal-column-0 .pluslet a, 
.portal-column-1 .pluslet a, 
.portal-column-2 .pluslet a {
  color: #333;
}

.portal-column-0 .pluslet .titlebar, 
.portal-column-1 .pluslet .titlebar, 
.portal-column-2 .pluslet .titlebar {
  padding: 0 0 5px 0;
  color: #333;
  font-size: 0.9em;
  font-weight:400;
  border-bottom: 1px solid #d5d5d5;
  background-color: transparent;
  width:100%;
  display: inline-block;
}

.portal-column-0 .pluslet .titlebar_text, 
.portal-column-1 .pluslet .titlebar_text, 
.portal-column-2 .pluslet .titlebar_text {
  margin: 0;
  width: 70%;
  background-color: transparent;
  padding: 0;
}

.portal-column-0 .pluslet .titlebar_text img,
.portal-column-1 .pluslet .titlebar_text img,
.portal-column-2 .pluslet .titlebar_text img {
  width:16px;
  height:16px;
  margin: 0;
  padding: 0;
}

.portal-column-0 .pluslet .titlebar_options, 
.portal-column-1 .pluslet .titlebar_options, 
.portal-column-2 .pluslet .titlebar_options {
  padding: 0;
  text-align: right;
  width:25%;
  float:right;  
}

.pluslet_sort { cursor: move !important; }

.portal-column-0 .pluslet .titlebar_options img,
.portal-column-1 .pluslet .titlebar_options img,
.portal-column-2 .pluslet .titlebar_options img,
.portal-column-0 .pluslet .titlebar_options i,
.portal-column-1 .pluslet .titlebar_options i,
.portal-column-2 .pluslet .titlebar_options i {
  padding: 6px;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin: 0;
  float:right;
  clear: both;
  color: #858585;
}

.portal-column-0 .pluslet .titlebar_options i:hover,
.portal-column-1 .pluslet .titlebar_options i:hover,
.portal-column-2 .pluslet .titlebar_options i:hover {  
  color: #c03957;
}


.portal-column-0 .pluslet .pluslet_body,
.portal-column-1 .pluslet .pluslet_body,
.portal-column-2 .pluslet .pluslet_body {
  padding: 10px 0;
  font-size: 0.9em;
}

.portal-column-0 .pluslet .pluslet_body ul,
.portal-column-1 .pluslet .pluslet_body ul,
.portal-column-2 .pluslet .pluslet_body ul{
  padding: 0 0 0 10px;
  list-style-position: inside;
}



.portal-column-0 .pluslet .pluslet_body img,
.portal-column-1 .pluslet .pluslet_body img,
.portal-column-2 .pluslet .pluslet_body img{
  height: auto !important;
  max-width: 100%;
}

.pluslet_body .description {
   padding: 10px 0;
}

.box_settings {
  padding: 10px;
  text-transform: none;
  font-size: 0.9em;
  display: none; 
  position:absolute;
  z-index: 99997;
  top: 0;
  left: 100%;
  min-height: -moz-calc(100% - 20px);
  min-height: -webkit-calc(100% - 20px);
  min-height: calc(100% - 20px);
  background-color: #f2f2f2;
    box-shadow: 0 0 2px rgba(54, 51, 51, 0.4) inset;
  color: #fff;
 
  width: 250px;
}

.box_settings label {
  font-weight: normal;
}


/* Pluslet Flyout Box Settings */
/* -------------- */

.box_settings {
  padding: 10px;
  text-transform: none;
  font-size: 0.9em;
  display: none; 
  position:absolute;
  z-index: 99997;
  top: 0;
  left: 100%;
  min-height: -moz-calc(100% - 20px);
  min-height: -webkit-calc(100% - 20px);
  min-height: calc(100% - 20px);
  background-color: #f2f2f2;
  box-shadow: 0 0 2px rgba(54, 51, 51, 0.4) inset;
  width: 210px;
}

.box_settings label {
  font-weight: normal;
  font-size: 0.9em;
  color: #858585;
}

.delete-trigger {text-align: right;}

a[id^="delete-"], a.close-settings  {cursor: pointer; width:18px; height:18px; color: #858585 !important;}
a[id^="delete-"] i, a.close-settings i {font-size: 18px;}
a[id^="delete-"]:hover, a.close-settings:hover {color:#C03957 !important;}



/* box settings switc on/off */

.onoffswitch {
    position: relative; width: 45px; margin: 10px 0;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox, .onoffswitch-checkbox2  {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #CCCCCC; border-radius: 5px; margin: 0 !important;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: rgba(192,57,87, 0.9); color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #D5D5D5; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 16px; margin: 4px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 17px;
    border: 2px solid #CCCCCC; border-radius: 5px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.onoffswitch-checkbox2:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox2:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


/* box settings form */
.box-settings-form {margin-top:10px; font-family: 'NotoSansRegular'; font-weight: normal !important;}

.box-settings-form h3 {color: #858585; font-weight: normal !important; font-family: 'NotoSansBold'; font-size:14px;}

.settings-label-text {
    display:inline-block; 
    left: 100%;
    margin: 0 5px;
    position: absolute;
    top: 0;
    width: 180px;
    font-weight: normal;
    font-size: 12px;
    color: #858585;
}

.edit-input {width:100%;}

.hide-settings {display:none;}


/* titlebar styling */
.titlebar-styling-section {display: inline-block;}

.titlebar-styling-label {width:0; float:left;}

.titlebar-styling-select {width:140px; float:left;}

.titlebar-styling-select select option{white-space: nowrap; width: auto;}



/* pluslet metadata */
.pluslet-metadata {margin-top:20px;}

.pluslet_id {color: #CCCCCC; font-size: 11px; font-family: 'NotoSansRegular' !important; font-weight: normal;}

.pluslet-help {text-align:right; display:none;}
.pluslet-help img:hover {cursor: pointer;}



/* TOC Pluslet */
h4.toc-heading {margin: 6px 0;}
.table-of-contents { font-size: 1em; display: list-item; list-style-position: inside; padding: 0 0 0 10px;}

.table-of-contents-edit { font-size: 0.9em; padding: 0 0 5px 0;}



/* Catalog Pluslet Display Admin */
.catalog-search {width:100%; margin: 0 10px;}

.catalog-search .adv-prompt a{font-size: 0.8em;}



/* Social Media Pluslet */
#social_media_accounts ul {list-style-type: none; margin: 0; padding: 0;}

#social_media_accounts ul li { display: inline; }

#social_media_accounts ul li a { text-decoration: none; padding: .2em 0.3em .2em 0; font-size: 26px;}



/*  Clone Pluslet */
.clone-alert {background-color: rgba(192,57,87, 0.3);}
.clone-warning {background-color: rgba(245, 215, 110, 0.3);}



/*  Subject Specialist Pluslet - NEW */
.subjectSpecialistPlusletOld {margin: 0; display: inline-block;}
.subjectSpecialistPluslet {display: block; overflow: hidden; margin: 0 0 12px 0; border-bottom: 1px dashed #CCC; padding-bottom: 10px;}

.subjectSpecialistPluslet h4 {margin:0 0 10px 0 !important;}

.staff-details {list-style-type: none; margin: 0; padding: 0 !important;}
.staff-details li {margin: 0 0 2px 0; word-wrap: break-word;}

.staff-image {width: 90px; float:left; display: inline-block; min-height:125px;}
.staff-photo {width: 70px; height: 70px; border: 1px solid #d5d5d5; padding: 3px; background-color: #f2f2f2;}


.staff-content {
  float:left; 
  display: inline-block;
  width: -webkit-calc(100% - 90px); 
  width: -moz-calc(100% - 90px); 
  width: calc(100% - 90px);
}

.staff-social {padding: .2em 0.3em .2em 0; font-size: 20px; display: inline-block;}


.subject-specialists {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CCC;
}

.subject-specialist-content div:last-of-type {border: none;}

.specialist-photo {
    display: inline-block;
    padding: 0 15px 0 0;
}

.specialist-info {
    display: inline-block;   
    vertical-align: top;
}

.show-photo-full {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}

.specialist-info h4 {margin: 0;}

.subject-specialist-description {border-top: 1px dashed #CCC; padding-top: 10px;}


/*  Subject Specialist - OLD */
.staff_photo, .staff_photo2 {
  background: #efefef;
  padding: 3px;
  border: 1px solid #d5d5d5;
}

.staff-content p {margin:0;}



/* FAQs Pluslet = 4 */
.faq-alert {background-color: rgba(192,57,87, 0.3);}



/* WorldCat Search Pluslet */
#div-search { width: 100%;}

#wcfw p {margin:0 0 0.5em 0;}

#wcfw #box {margin: 0 10px 0 10px;}

#wcfw input {margin-bottom: 4px;}

/* tab style */
    .shadetabs {padding: 3px 0; font: bold 0.9em; list-style-type: none; text-align: left; margin: 10px 0 0 0;}
    .shadetabs li {display: inline-block; margin: 0 0 12px 0; font-size: 0.9em;}
    .shadetabs li a{text-decoration: none; position: relative; z-index: 0; padding: 3px 7px; margin-right: 3px; border: 1px solid #CCC; color: #333; cursor:pointer; border-radius: 2px;}
    .shadetabs li a:visited{color: #333;}
    .shadetabs li a:hover{text-decoration: underline; color: #000;}
    .shadetabs li a.selected{position: relative; top: 1px; color: #333; background: #d5d5d5; cursor:text;}
    .shadetabs li a.selected:hover{text-decoration: none;}


.wcat-label {font-weight: normal; font-size: 0.9em; margin: 0.5em 0 0.2em 0;}

#bottomdiv {
  padding: 0.2em 0 0.2em 10px; 
  background: url(https://www.worldcat.org/searchbox/images/wclocal_srchwc.gif?ai=SubjectsPlus) 98% bottom no-repeat;}

#bottomdiv a {font-size: 0.8em;}



/* Articles+ Search Pluslet */
.articlesplus-search {margin: 0 10px;}



/* Book Search Pluslet- default */
.book-search {margin: 0 10px;}



/* Google Search Pluslet */
.google-search {margin: 0 10px;}

.google-attribution {
  padding: 0.5em 0 0.2em 10px; 
  background: url(images/icons/powered_by_google_on_white.png) 98% bottom no-repeat;
  display: block;
  height: 15px; 
  max-width: 125px;
  background-size:contain;
}



/* Guide Select Pluslet */
.pluslet_container {width:100%; margin: 0 10px;}

h4.guide-select-heading {margin: 6px 0;}

.pluslet_container .pure-form select {width:200px !important;}



/* HTML5 Video Pluslet */
.video-container {margin-bottom: 10px;}



/*Experts Pluslet, circles style */
.find-expert-area-circ {padding:0;}

.expert-list-circ {list-style-type: none; margin:15px 0 15px 0; padding:0 !important;}
.expert-list-circ li {
    display:inline-block; 
    margin: 0 0 15px 0;
    padding:0; 
    width:120px;
    position:relative;
}

.expert-list-circ .expert-img {display: block; text-align: center;}
.expert-list-circ .expert-img img.staff_photo_full {padding:0; background-color: transparent; width: 80px; height: 80px; border: none; border-radius: 50%;}
.expert-list-circ .expert-label {display: block; text-align: center; padding:3px 0; width:100%; font-size:0.9em; line-height: 1.1em;}
.expert-list-circ .expert-title {display: block; font-size:0.95em; line-height: 1.2em; padding:5px; color:#FFF;}
.expert-list-circ .expert-subjects {display: block; text-align: left; padding:5px; font-size: 0.85em; line-height: 1.2em; color: #FFF;}

.expert-btn-area {text-align: center; margin-top:15px; margin-bottom:10px;}
.find-expert-area-circ .expert-button {text-align: center; padding:4px 10px; border: 1px solid #bcbbbb; background-color: rgba(192, 57, 87, 0.8); font-size:0.9em; color:#FFF !important; border-radius: 2px; text-decoration: none; font-family: "NotoSansBold" !important;}
.find-expert-area-circ .expert-button:hover {background-color: rgba(192, 57, 87, 1);}

.expert-subject-min {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 112px;}

/*Expert tooltips */

.expert-list-circ li:hover .expert-tooltip {display:block;}

.expert-tooltip {
    position:absolute;
    top:-20px;
    right:92%;
    display:none;
    margin:5px;
    width:175px;
    min-height:120px;    
    border-radius: 2px;
    background-color: rgba(102, 102, 102, 0.9);
    z-index:99999;
    padding: 5px;  
    color: #FFF;  
}

.expert-tooltip:before {
    content:"\A";
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent  transparent transparent rgba(102, 102, 102, 0.9);
    position: absolute;
    right: -15px;
    top:35%;
}




/*Guide List Pluslet */
.guide_list {background-color: #FFF; padding:5px 5px;margin-bottom: 10px; border-radius: 2px; }

.guide_list_header {margin-bottom:0;}
.guide_list_header h3 {letter-spacing: 0; color:#333; font-size: 1em; padding-bottom:2px; }

ul.guide-listing {list-style: inside none none !important; margin: 5px 0 0 5px !important; padding: 0 !important;}
ul.guide-listing li {font-size:1em; padding-bottom:5px;}
ul.guide-listing li .fa {color: #ABB7B7; font-size:0.9em; cursor: pointer; margin-right:4px;}

.guide_list_bonus {padding:5px 10px; font-size:0.9em; line-height: 1.2em; display:none; color: #333;}

.pills-label {display:inline-block; color: #858585; font-size:1em; margin-right:5px; font-weight: bold; font-style: italic;}
.pills-container {display:inline-block; margin-bottom: 5px;}
.pills-container ul {list-style-type: none;}
.pills-container ul li {display:inline-block; font-size:1em; margin-right:8px;}
.pills-container ul li a {display:inline-block; font-size:1em; color: #333; padding: 0;}




/*** styles for Card Pluslet - taken from http://materializecss.com/cards.html ***/
/** added cbrownroberts nov 19, 2015 ***/
.type-card { padding: 5px 0 0 0 !important; border: none !important; width: 100% !important;}

.type-card .titlebar {padding: 5px 0 5px 5px !important;}

.type-card .titlebar_options {padding: 0 10px 0 0 !important;}

.type-card .pluslet_body {padding: 0 0 !important;}

.card {
  position: relative;
  margin: 0 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-panel {
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff; }


.card .card-title {
  font-size: 20px;
  font-weight: 300;
  background-color: rgba(0,0,0,0.5);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px); 
}

.card .card-title.activator {
  cursor: pointer; }
.card.small, .card.medium, .card.large {
  position: relative; }
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden; }
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 40%;
  overflow: hidden; }
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: inherit; }
.card.small {
  height: 300px; }
.card.medium {
  height: 400px; }
.card.large {
  height: 500px; }
.card .card-image {
  position: relative; }
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%; }
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px; }
.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
  color: inherit; }
.card .card-content .card-title {
  line-height: 48px; }
.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px; }
.card .card-action a {
  margin-right: 20px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  -ms-transition: color .3s ease;
  transition: color .3s ease;
}
.card .card-action a:hover { }
.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1;
  display: none; }
.card .card-reveal .card-title {
  cursor: pointer;
  display: block; }

/*** end Card styles ****/



.token-list-item {margin-bottom:10px;}



/*Book List ISBN Pluslet */
.booklist_item {display: inline-block; vertical-align: top;}

.booklist_isbn_cover {margin:0 9px 0 0; max-width:250px;}
.booklist_isbn_cover img {width:150px; max-height:180px; padding: 4px; background-color: #eee; border-radius: 3px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);}

.booklist_isbn_data {max-width: 250px; margin: 4px 9px 15px 0; text-align: center;}
.booklist_isbn_data h4 {line-height: 1.1em; margin: 0 0 8px 0; font-size:1em; width:150px; }
.booklist_isbn_data p {line-height: 0.8em; margin: 0 0 5px; width:150px;}
.booklist-author:before {content: "by"; padding: 0 4px 0 0;}
.booklist-date {padding: 0 0 10px; }

.booklist-alert {background-color: rgba(192, 57, 87, 0.3); padding: 5px 5px 2px; margin:0 0 5px 0;}

.booklist-alert p {margin: 0;}

/*** toggle pluslet body --CBR */
.pluslet_body_open {
  display: block;
}

.pluslet_body_closed {
  display: none;
}



/* Remove boxes from current tab */
.remove_boxes_content {margin-bottom: 15px;}

.remove_pluslets {color: #d5d5d5 !important; text-decoration:none;}
.remove_pluslets:hover {color: #D24D57 !important; text-decoration:underline;}

.remove_pluslets:before {
  font-family: FontAwesome;
  content:"\f071";
  color: #D24D57; font-size:16px;
  padding: 0 8px 0 0;
}



/* Favorite pluslets box styles cgb **/
.favorite_pluslet:before {
  font-family: FontAwesome;
  content:"\f005";
  color: #C03957; font-size:16px;
  padding: 0 8px 0 0;
}

/* Linked pluslets box styles cgb **/
.linked_pluslet:before {
  font-family: FontAwesome;
  content:"\f0c1";
  color: #C03957; font-size:16px;
  padding: 0 8px 0 0;
}

/* Favorite AND Linked pluslet box style */
.favorite_pluslet.linked_pluslet:before, .linked_pluslet.favorite_pluslet:before {
  font-family: FontAwesome;
  content:"\f005 \00a0 \f0c1";
  color: #C03957; font-size:16px;
  padding: 0 8px 0 0;
}



/* Pluslet Admin ALL Styles */
/* -------------- */

.pluslet {
  padding: 0em 0em;
  margin: 1em 0.5em;
  background-color: #fff;
  border: 2px solid #efefef;
  clear:both;
  border-radius: 5px;
  overflow: auto;
  word-wrap: break-word;
}

.titlebar {
  padding: .2em .5em;
  color: #333;
  font-size: 1.1em;
  font-weight:700;
  min-height: 2em;
  border-bottom: 1px solid #ccc;
  background-color: #D5D5D5;
}

.titlebar_text {
  float: left;
  margin-top: .3em;
}

.titlebar_options {
  float: right;
  padding: .2em 0em .1em .5em;
}

.pluslet_body {
  clear: both;
  padding: .5em;
}

.pluslet_body object {
  margin: 3px 5px 3px 3px;
}



/* Pluslet Show/Hide Settings (before guide is saved) to avoid conflicts */
/* -------------- */
div[name^="new-"] .titlebar_options #settings- {display:none;}


/* Hide dialog boxes on guide page that were left over */
#dialog, #dialog_edit {display: none; }


/* Colorbox -index overides */
#colorbox, #cboxOverlay, #cboxWrapper {z-index: 99998;}


/* Remove blue outline on colorboxes */
#colorbox:focus {outline:none !important;}
#cboxWrapper:focus {outline:none !important;}



/* Pop up boxes - index overides
.ui-dialog {z-index: 9999999 !important;}
.ui-widget-overlay {z-index: 99999 !important;}*/ 

.topindex {z-index: 9999999 !important;}


/* Pure Form overrides for guide page - PV */
.portal-column .pure-form input,
.portal-column .pure-form select,
.portal-column .pure-form textarea {
  border-radius: 2px !important;
  border: 1px solid #bcbbbb !important;
  box-shadow: none !important;
  padding: 4px !important;
  font-size: 1em;
  margin-bottom: 6px;
  width: 45%;
  white-space: nowrap;
}

.portal-column .pure-form select {  
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: 0.5em 1.75em 0.5em 0.5em !important;
  -webkit-border-radius: 2px; 
}

.portal-column .pure-form select option {white-space: nowrap; width: auto;}


/* override for select goes under primary select class, this one is for box settings in flyout */
.titlebar-styling-select select.box-setting-select {font-size: 12px !important; width: 140px !important; border-radius: 5px !important; box-shadow: none; padding:2px 3px !important; color: #858585; white-space: nowrap; border: 2px solid #cccccc !important; font-family: 'NotoSansRegular' !important;}


.portal-column .pure-button-pluslet, 
.portal-column a.pure-button-pluslet {
  background-color: rgba(192,57,87, 0.8);
  box-shadow: none;
  color: #FFFFFF !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
  font-family: "NotoSansBold" !important;
  font-weight: normal !important;
  font-size: 0.9em !important;   
}

.portal-column .pure-form input.pure-button-pluslet {padding: 4px 10px !important; width: auto;}

.portal-column .pure-button-pluslet:hover, 
.portal-column a.pure-button-pluslet:hover {
  background-color: rgba(192,57,87, 1);
}

.portal-column .pure-form legend {
    border-bottom: none;
    color: #858585;
    font-weight: bold;
    font-style: italic;
    width: 94%;
}

input[type="checkbox"], input[type="radio"] {width: auto !important;}



/* CKE Dialog Box */
.cke_dialog {
    visibility: visible;
    z-index: 99998 !important;
}




/* Master Feedback displayed on all other pages */
.master-feedback {
  background-color: rgba(192,57,87, 0.8);
  text-align:center;
  display: none;
  margin:0 -2.5em !important;
  padding: 0.65em 0;
  color:#FFF;
  font-family:'NotoSansRegular' !important;
  font-weight: normal !important;
  font-size: 16px;
}

.master-feedback-link {color: #FFF !important;}


.feedback, #feedback {  
  width: 100%;
  text-align: center;
  font-weight: normal !important;
  font-family: 'NotoSansRegular' !important;
  display: none;
  color: #fff;
  padding: 0.65em 0;
  background-color: rgba(192,57,87, 0.8);
  font-size: 16px;
}

div.feedback a:link {
  color: #fff !important;
}

#response {
  position: absolute;
  top:43px;
  float: left;
  background-color: rgba(192,57,87, 0.8);
  width: 100%;
  text-align:center;
  display: none;
  margin:0;
  padding: 0.65em 0;
  z-index: -1;
  color:#FFF;
  font-family:'NotoSansRegular' !important;
  font-weight: normal !important;
  font-size: 16px;
}
 
#response .feedback {
  width: 100%;
  text-align: center;
  font-weight: normal !important;
  font-family: 'NotoSansRegular' !important;
  font-size: 16px;
  display: none;
  color: #fff;
  padding: 0;
  background-color: transparent;
}


/* Collections Page */
#add_collection {margin: 10px 0;}

#guide-collection-form input, 
#guide-collection-form textarea {width: 75%;}

#guide-collection-list, #guide-search-results, #guide-list {
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
}


#guide-collection-list a[id^="delete-"] {float:right; color: #333 !important;}

#display-guides-btn {cursor: pointer;}
#display-guides-btn i {margin: 0 8px 0 0;}

#guide-collection-list li { background: #f6e3e7; margin: 0 0 2px 0; padding: 5px;}

#guide-collection-list li:nth-child(odd) { background: transparent; }

#guide-collection-list li.edit_current {background: #f1c40f;}

#add-guide-input, .collection-metadata-edit-input {width: 75%; display:block; margin: 0.25em 0; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 1px 3px #ddd inset; padding: 0.5em 0.6em;}

#guide-search-results li {padding: 2px 5px;}
.add-guide-btn {cursor: pointer;}
.add-guide-btn i, #guide-list i {margin: 0 8px 0 0;}

.remove-guide-btn {float:right; }
.remove-guide-btn i {margin: 0 !important; font-size: 18px;}

#guide-label {margin: 0 0 10px 0;}

#guide-list li {cursor: move; margin: 0 0 2px 0; padding: 5px; background: #f6e3e7;}
#guide-list li:nth-child(odd) { background: transparent; }

#collection-metadata-editform {margin:10px 0;}
#update-collection-metadata-btn {margin: 10px 0 0 0;}


/* Pluslet ID 1 */
.admin-prompt {margin: 0 5px 10px 0; text-align: right; font-size: 0.9em;}


.pluslet.collection-entry .titlebar_options i {color: #333; font-size: 20px;}
.pluslet.collection-entry .titlebar_options i:hover {color: #c03957;}

#maincontent .pluslet.collection-entry .pure-g {
   padding-top: 0;
}

.pluslet.collection-entry p {padding: 0 25px 0 0;}

.guide_collection_select {
  width:50%;
  background-color: #fff;
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #444;
    margin: 0.25em 0;
    padding: 0.25em;
}





/* JS Scrollbar styles  - on dark background*/
.track {
    width: 6px;
    background-clip: padding-box;
    background-color: rgba(0,0,0,0.2);
    border-radius: 16px;
}

.track.dragging, .track:hover { }
    
.track:active {    
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                        inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.handle {
    width: 6px;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    cursor: grab;
}

.handle:hover {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.dragging .handle, .handle:active { }



/* JS Scrollbar styles  - on light background*/
.track2 {
    width: 8px;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}


.track2:active {    
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                        inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.handle2 {
    width: 8px;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    cursor: grab;
}

.handle2:hover {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

/* JS Scrollbar styles  - on modal windows*/
.track3 {
    width: 8px;
    background-clip: padding-box;
    background-color: #FFF;
    border-radius: 16px;
    margin-top: 5px;
}


.track3:active {    
    background: #FFF;
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                        inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.handle3 {
    width: 8px;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    cursor: grab;
}

.handle3:hover {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}





/* jQuery UI Override - PV */
.ui-widget {font-family: 'NotoSansRegular' !important; font-weight: normal;}



/* LibGuides Import page */
.links-success {
    color: #3fc380;
    font-size: 1.4em;
    margin: 20px 0;
}

.link_results caption {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    font-family: "NotoSansRegular", sans-serif;
}    

.loading {
  color: #c03957;
  font-size: 1.4em;
  margin: 20px 0;
  font-family: "NotoSansRegular", sans-serif;
}

.import-feedback-error {
  color: #D91E18;
  font-size: 1.4em;
  margin: 20px 0;}

.import-error {
  font-size: 1.0em;
}

.import-no-links {
  color: #D91E18;
  font-size: 1.2em;
  margin: 20px 0;
}

.import-feedback-success {
  color: #3fc380;
  font-size: 1.4em;
  margin: 20px 0;
}

.import-feedback {margin:10px 0;}



/* Main content areas */
/* ------ section below not updated by PV ------ */

#maincontent {
  clear: both;
  text-align: left;
  margin-left: 2.5em;
  margin-right: 2.5em;
  margin-top:0;
}

#maincontent h2  {
}

#maincontent h3 {
  color: #333;
  font-size: 12pt;
  margin: 5px 0;
}

#maincontent ol, #maincontent ul, #maincontent ol, #portal-column-1 ul, #portal-column-2 ul, #portal-column-1 ol, #portal-column-2 ol  {
  padding-left: 2em;

}

.box {
  background-color: #fff;
  color: #333;
  padding: 10px;

  -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.08);
  box-shadow: 0 2px 1px rgba(0,0,0,0.08);

}


.no_overflow {
  overflow:auto;
}

/* for our striped lists */

div.striper img {
  position: relative;
  top: 3px;

}

img.icon {
  height: 20px;
}

#footer {
  margin-top: 20px;
  border-top: 1px solid #999;
  font-size: .8em;
  color: #ccc;
}

#footer a:link {
  color: #4977A4;
  text-decoration:none;
}
#footer a:visited {
  color: #4977A4;
  text-decoration:none;
}
#footer a:hover {
  color: #4977A4;
  text-decoration:underline;

}

/* TABLES */

table td {
  padding: .3em;
}

table.striped_data {
  background: #CFCFCF;
}

table td.odd {
  background: #F6E3E7; /* #e0e0e0 */
}

table td.even {

  background: #ffffff;

}

table td.subhead {
  background: #333;
  color: #fff;
}

.highlight {
  background-color: #DD647F;
  border-bottom: 1px solid #efefef;
}


.image_caption {
  font-size: 11px;
  color:#333333

}


.smaller {font-size: 12px;}

.error {color: red;}

.required {font-size: 12px; color: #C03957; font-style: italic;}

.no_results {
  padding-left: 15px;
  background: url(../images/icon/required.png) no-repeat top left;
  font-weight: 700;
}

/* Form stuff */

div.dropdown_list select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3px;
}

div.dropdown_list option {
  position: relative;
  padding: 4px 2px 4px 8px;
  top: 3px;
  border-bottom: 1px solid #ccc;
}


.coloured_form_input {

  background-color: #EFE0E3;
  color: #102132;
  border: 1px solid #284279;
  padding: 2px 2px 2px 5px;
}

.coloured_form_textarea {

  background-color: #EFE0E3;
  color: #102132;
  border: 1px solid #284279;
  padding: 5px 2px 2px 5px;
}





.debugger {
  text-align: left;
  background: Yellow;
  font-size: 12px;
  margin: 15px;
  padding: 5px;
  border: 1px dashed #ccc;
  overflow:auto;
}

.new_editable {

  border-top: 1px solid #333;
  font-size: 9px;
  background-color: #EFD1D8;

}

.rec_floater {
  float: left;
  padding-top: 5px;
}

.odd_location {
  border-top: 1px solid #e0e0e0;
}

/* tables */
table.tablesorter {
  font-family: sans-serif;
  background-color: #CDCDCD;
  margin:10px 0pt 15px;
  font-size: 9pt;
  width: 100%;
  text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #e6EEEE;
  border: 1px solid #FFF;
  font-size: 9pt;
  padding: 4px;
}
table.tablesorter thead tr .header {
  background-image: url(../images/admin/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}
table.tablesorter tbody tr.odd td {
  background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(../images/admin/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(../images/admin/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}

tr.hover {
  background-color: #000;
}


li.inactive {background-color: transparent;}

li.active {background-color: #EFD1D8;}

div.results {text-align:center;}

/* used only on guides/manage.php i think */
.striper {  margin: 3px 5px; }

table.striper th {
  font-weight: 700 !important;
  border-bottom: 1px solid #333;
}

table.striper td {

  border-bottom: 1px solid #efefef;
}

.oddrow {
  background-color: #f6e3e7;
  padding: 2px 5px;
}

.evenrow {
  padding: 2px 5px;
}

.prev_next_button {
  display: inline;
  padding: 4px 6px;
  border: 1px solid #999;
  background-color: #434343;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}

#record_notes a {
  color: #999;

}

#record_notes a:hover {
  color: #fff;

}

.confirmer {
  background-color: yellow;
  margin-left: 20px;
}

.confirmer a {

  text-decoration:underline;
  cursor: pointer;
}

/* For making a more desirable cursor on jquery pages */

.pointer {cursor: pointer;}

/* Used in guides/manage_items.php */

#res_content {position: relative; float: left; padding-top: 10px;}
#res_content .sortable { list-style-type: none; margin: 0; padding: 0;}
#res_content li { margin: 0 5px 5px 5px; padding: 5px; height: 1.5em; }
#res_content li:hover {cursor:move;}
html>body #res_content li { height: 1.5em; line-height: 1.2em; }
#res_content .ui-state-highlight { height: 1.5em; line-height: 1.2em; background-color: yellow; }
#res_content .confirmer a {cursor:pointer;}

/* Autocomplete Styles */

/* From the themeroller */
.ui-autocomplete { position: absolute; cursor: default; }

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
  list-style:none;
  padding: 5px;
  margin: 0;
  display:block;
  float: left;

  border: 1px solid #ccc;

}

/* Form input */

.button {
  position: relative;
  margin-left: 1em;

  font-size: 100%;
  background-color: #C03957;
  color: whitesmoke;
  text-transform: none;
  border:none;
  margin-right: 1em;

  padding: .5em 1em .5em 1em;

  /* text-shadow: 0px 1px 3px #ccc; */
}
/* Styling the markup generated by the autocomplete jQuery UI widget */


ul.ui-autocomplete{
  width:250px;
  background-color:#fff;
  border:1px solid #fff;
  outline:1px solid #ccc;

}

ul.ui-autocomplete li{
  list-style:none;
  border-bottom:1px solid #e0e0e0;
  border-top:1px solid #fff;
  text-align: left !important;
}

ul.ui-autocomplete li:first-child{
  border-top:none;
}


ul.ui-autocomplete li:last-child{
  border-bottom:none;
}

ul.ui-autocomplete li a{
  color:#333;
  border:none !important;
  text-decoration:none !important;
  padding:5px 10px;
  display:block;
}

#ui-active-menuitem{
  background-color:#F6E3E7;
  color:#666;
  cursor:pointer;
}

/* new records page */

.record_buttons {

}

.save_button {

  margin-left: 20px;
  padding: 0 .1em;
}

.delete_button {

}

#last_edited {
  clear: both;
  margin-left: 20px;
  font-size: 10px;
}

#subject_list {
  position: relative;
  clear: both;
  margin-top: 1em;
  margin-left: 2px;


}

.selected_item_wrapper {
  clear: left;
  padding: 5px !important;
  margin-bottom: 10px !important;
}

.selected_item {

  float: left;
  min-width: 75%;
  border-bottom: 1px solid #efefef;

}

.selected_item_options {
  float: right;

}

#subject_list img{
  cursor: pointer;

}

.small_extra {
  font-size: 10px;
  color: #8f8f8f;
  font-style:italic
}

.call_num_box {
  display: none;
}

.checkurl_img_wrapper {
  display: block;
  width: 20px;
  cursor:pointer;
  float:right;
  margin-top: -2.5em;
  margin-right: 1em;
}

.url_feedback {
  color: #C03957;
}

.record_label {
  display:inline;
  font-size: 11px;
  font-weight:900;
}

.add_location {
  clear: both;
  margin: 1em 0 1em 1em;
  cursor: pointer;

}

.delete_location {
  background-color: #fff;
  font-size: 10px;
  margin-top: 1em;
  text-align:center;
  cursor: pointer;
}

div.delete_location:hover {
  background-color: #FFCFCF;
}

.unclickable {
  opacity: 0.4;
  cursor: default !important;
}

div.ctag_list {
  padding: 10px 0 !important;
}

div.ctag_list a {
  text-decoration: none;
  color: #333;

}

div.ctag_list a:hover {
  text-decoration: none;
  color: #fff;

}

.ctag-on, .aztag-on, .lookup_button {
  background-color: #C03957;
  color: #fff;
  margin: 0 2px;
  padding: 1px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 2em;
}

.lookup_button {
  background-color: #F37521;
}
.ctag-off, .aztag-off {
  background-color: #ccc;
  color: #333;
  margin: 0 2px;
  padding: 1px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 2em;
}

.ctag-on:hover, .ctag-off:hover, .aztag-on:hover, .aztag-off:hover {
  background-color: #333;
  color: #fff;
}

.ctag-on a {
  text-decoration: none;
  color: #fff;
}

.ctag-off a {
  text-decoration: none;
  color: #333;
}

.ctag-off a:hover {
  color: #fff;
}

.add_source
{
  display: none;
}

/* FAQ layout */

.faq_wrapper {
  clear: both; float: left;  padding: 3px 5px; width: 98%;
}

.faq_tools {
  float: left; width: 64px; max-width: 10%;
}

.faq-question {
  float: left; width: 90%;
}

/* Form Feedback */





.box_feedback {
  position: relative;
  float: left;
  background-color: #DD647F;
  min-width: 500px;
  text-align: center;
  display: block;
  font-weight: bold;
  background: rgba(221, 100, 127, 1);
}

/* Sortables */


ul.sortable_list {
  list-style-type: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

ul.unsortable_list {
  display: inline;
  list-style-type: none;
}


ul.sortable_list li  {
  padding: 3px; margin: 4px;
  border: 1px solid #fff;
}

ul.sortable_list li:hover  {
  border: 1px solid #333;
  cursor: move;
}

/* Save Guide Button/Feedback */

#save_zone {
  margin: 1em 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #999;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;

}

#feedback_zone {
  margin: 1em 0;
  background-color: #C03957;
  color: #fff;
  border: 1px solid #999;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;

  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}



.leftcolheader {
  background-color: #CFDAE6;
  color: #000000;
  font-size: 1em;
  font-weight: 700;
  padding: 2px;
  text-align: center;
}

.filter {
  background-color: #ccc;
  color: #333;
  margin: 0 2px;
  padding: .5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #efefef;
}

.filter_ticks {
  background-color: #F6E3E7;
  color: #333;
  margin: 0 2px;
  padding: .5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #efefef;
  cursor:pointer;
}

.debug { background-color: yellow; padding: 1em;}

.hideme { display: none; }

/* All Items by Source */

.dbresults {
  clear:both;
  padding: 7px 0;
  border-bottom: 1px solid #dfdfdf;
}

/* Talkback */

.heunanswered, .toggle_answered {
  text-decoration: underline;
  color: #4977A4;
  cursor: pointer;
}

.toggle_unanswered:hover, .toggle_answered:hover {
  color: #C03957;
}

.tb_highlight {
  background-color: #f1c40f;
  border: 1px solid #f39c12;
}
/* Splash page */

.faux_link {
  text-decoration: underline;
}

.smallgrey { color: #CCCCCC; font-size: 11px; text-shadow: none;}

/* Contacts */

td.colhead {font-weight: bold; background-color: #ccc;}

table.contact_table td {
  border-bottom: 1px solid #efefef;
}

table.contact_table tr:hover {
  background-color: #DF6F89;
}

/* Tooltip CSS */
img.tooltip {
  cursor: pointer;
  width: 15px;
  height: 15px;
}

div.tooltip
{
  min-width: 150px;
  max-width: 300px;
  min-height: 100px;
  max-height: 300px;
  position: absolute;
  background-color: #F6E3E7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #888888;
  padding: .5em;
  border: 1px dashed #e0e0e0;

}

div.tooltip div
{
  text-align: left;
  padding: 5px;

  overflow: auto;
}

/* guides/index.php */

.narrow {
  mad-width: 300px;
}

#save_zone button {display: inline-block;} /* otherwise hidden by another declaration */





.clone {
  z-index: 10;
}

.edit-your-guides {
  float: left;  width: 50%;

}

.all-guides {
  float: right; width: 45%;margin-left: 10px;
}

.all-guides-dropdown {
  margin: 1em 0;
}

.create {
  clear: right; float: right; width: 45%;margin-left: 10px;

}

.tips {

  clear: right; float: right; width: 45%;margin-left: 10px;
}

/* GUIDE LAYOUT */

#portal h2 {
  padding: 0;
  margin: 0;
  padding-top: 5px;
}




#all-results  {

  clear: both;
  padding: 0px 4px 4px 0px;
  font-size: .92em;
  background: rgba(51, 51, 51, .6);
  margin-top: 0;
}

#closer {
  float: left;
  margin: 0 10px;
  padding: 3px 5px 3px 5px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}



#all-results ul li {
  list-style-type: none;
  margin: 0px 10px 0 0px;
  display: block-inline;
  float: left;
  background-color: #fff;
  color: #333;

  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: hand;
  background-image: url(../images/icons/list-add.png);
  background-repeat: no-repeat;
  background-position: 3px 50%;
  padding: 3px 5px 3px 20px;
}

.zoom a { transition: all 0.2s; }
.guide-nav-item { transition: all 0.2s; }
#box_options li { transition: all 0.2s; }


/* guide.js, get_pluslets.php */

.draggable {
  cursor: move;
}




.drop-spot-box {
  font-size: 2em;
  margin-left: .2em;
  margin-top: .3em;
  margin-right: .2em;
  vertical-align:sub;
}







/* guides/manage.php */

.manage-your-uploads {
  clear: both;float: left; min-width: 600px;
}

#test-url {

  background-color: yellow;

}

.manage-all-items {
  float: left; width: 600px;
}

/* delish_url.php */

.generate-delicious {
  float: left; width: 500px
}

.huh {

  float: left; width: 400px; margin-left: 2em;
}

/* records/index.php */

.ctag-list-box {

  float: left; min-width: 700px;max-width: 75%;
}

.new-record {
  float: left; margin-left: 20px;

}

.record-results {
  clear: both; float: left; width: 98%; padding: 3px 5px;
}

.record-results .fa-star, .record-results .fa-star-o {margin: 5px 8px 5px 0; }
.record-results .fa-star {color: #c03957;}
.record-results .fa-star-o {color:#999;}

.record-results .tooltip_wrapper {background-color: transparent; color: #333; font-size: 14px;}



.record-label {

  color: #333;
}

.record-source-override {

  display: block; clear: both; margin-left: 5px; color: red;
}


.desc-area {
  display: none; clear: both;
}

/* control/search.php */

.search-results {
  float: left;  width: 50%;

}

/* control/update.php */
.update-main {
  max-width: 800px; margin-right: auto; margin-left: auto;
}


#add {
  display:none;
}

.bullet {
  /*height:55px;
  width:55px;*/
}



img.tooltip  {
  width:15px;
}

.staff-info {
  float:left;
}

.clearboth {

  clear:both;
}

.clear-both-left {
  clear:both;
  float:left;

}

.float-left {
  float:left;
}

#logo a img {

  float:left;
}


.login-only-logo {

float: left;
margin: .5em 0 0 2.5em;

}



.unsortable {
  cursor:default;
}

.resultsdiv { color: #fff; }

.togglebase {margin-top: 0;}





.smallgrey {
  color: #CCCCCC; font-size: 11px; text-shadow: none;
}



.borderless {
  border: none;
}

.toc {
  float: left;
  width: 30%;
  margin: 0 1% 1em 1%;
}



.recent-activity {
  clear: both;

}

.recent-activity-span {
  color: #666;
  font-size: 10px;
}

.recent-activity-link {
  color: #333;
}

.fa-star {

  margin:.2em;
}


.talkback {
  float: right;
  width: 28%;
  margin-left: 10px;
}


img.tooltip  {
  width:15px;
}


.delete_item {
  width:15px;
}




.rec_delete_confirm {
  text-align: right;
  background-color: yellow;
  margin: 5px;
  padding:  2px 1em 2px 2px;

  position: relative;
  right: 1.2em;
  padding: 1%;


}

.rec_delete_confirm a {
  cursor: pointer;
  text-decoration:underline;
}

.rec_delete_confirm.growl {
  text-align: right;
  margin: 5px;
  padding:  2px 1em 2px 2px;
  top: 10px;
  right: 1%;
  padding: 1%;
  opacity:1;
  z-index:5000;
}



.install-pluslet {

padding: 1em 1em 1em 1em;
margin: 1em 1em 1em 0;
/* background-color: #fff; */
/* border: 2px solid #ccc; */
/* border: none; */
clear: both;
background-color: #fff;
/* border: 2px solid #efefef; */
border-radius: 5px;
overflow: auto;
word-wrap: break-word;

/* former inline-styles */ 
margin-right: auto; 
margin-left: auto;
max-width: 800px; 
text-align: center;


}




div.breather > h2 {
  background-color: #858585;
  padding: .5em;
  color: #fff;
}

.inline-block {
  display: inline-block;
}




/* forms */
/* jquery ui popup boxes */

label {
  clear: left;
  font-size: 1em;
  color: #333;
  font-family: "NotoSansBold";

}

.pure-form-stacked label {
  margin-top: 1em;
  clear: left;
}

/* guide tab editing zone
background: url("../images/grid.png") repeat scroll 0 50% #666 !important;
*/



/* Layout dropdown in header */

.inner-nav-content {

  position:absolute;
  display:none;


}


#slider_options {
  background-color: #FFFFFF;
  clear: left;
  list-style-type: none;
  margin: 0 10px 0 -12px !important;
  padding: 1%;
  position: absolute;
  top: 50px;
  width: 250px;
  z-index: 1000 !important;


  -moz-box-shadow: 1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
}

#slider_options p {
  color: #333;
  padding: .5em;
  font-size: smaller;
}



.slider_options_guide {
  display: none;
  width: 200px;
  padding: 1em;

}




#tab_options {

  display: none;
  width: 200px;
  padding: 1em;
}

#save_tab_options {
  display:none;clear: left;margin-top: 1em;font-size: smaller;
}

#tabs_options input {
  margin-bottom: 1em;
  width: 100px;
}

#tab_wrapper {
  margin-top: 0em;min-height: 600px;
}

#tab_header {

}

#tab_header ul {
  margin-left: 2em;
}

#tab_header ul li {
  list-style-type: none;
  padding: 0px 5px 1px 5px;
  margin: 0px 5px 0 5px;
  display: block-inline;
  float: left;
  background-color: #cccc99;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  cursor: pointer;
}

#tab_header ul li.active {
  background-color: orange;
}

#tab_header ul li a {
  text-decoration: none;
  color: #333;
}







#save_layout {
  display:none;
  clear: left;
  margin-top: 1em;
  font-size: smaller;

}



/* pure overrides */

#maincontent .pure-g {
  padding-top: 2em;
  clear: left;
}

.pure-button {
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}

.pure-button-primary, .pure-button-selected, .pure-button-topsearch, a.pure-button-primary, a.pure-button-selected {
  background-color: #E488B6;
  background-color: #C03957;
  color: #FFFFFF;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.pure-button-warning {
  background: rgb(223, 117, 20); /* this is an orange */
  color: #FFFFFF;
}

.pure-button-success {
  background: rgb(66, 184, 221); /* this is a light blue */
  color: #FFFFFF;
  font

}

.pure-button-topsearch {
  font-weight: normal;
  background-color: #E091B0;

}

#topnav > li > div.autoC
{
  visibility: visible;
  opacity: inherit;
  position: inherit;
  overflow: visible;
  background: none;
  border: none;
  border-radius: none;
  box-shadow: none;
}





.icon_smaller {height: 20px !important;}


.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}

/* override background if hidden */
li.hidden_tab.ui-state-default
{
  background: #ABABAB;
}

/* Manage Guides, admin/manage_guides.php */

#listing_space {
  border-top: 1px solid #ccc;
}

#listing_space img {height: 20px;}

#listing_space input {margin-right: 1em;}



.desktop {display: none;}



/*///////////////////////////////////////////
For Imported Guides - JL 
////////////////////////////////////////////*/


.book {
  display: inline-block;
    line-height:1.3em;
      font-size:1em;
}

.book-cover-art {
    float:left;
    width: 30%;
    margin-right: 3%;
  clear:both;
}

.book-title {

}
.book-author {
  font-style:italic;
  

}
.book-call-number {

  
}
.book-description {

}

.link-description {
  
  line-height:1.5em;
  margin-top:1em;
}

.links {
    margin-bottom:5%;
}



/*///////////////////////////////////////////
Additional Helper Classes - AGD 
////////////////////////////////////////////*/

.fa-inactive {color: #ccc;}

.clickable {cursor: pointer;}

.alert-colour {color: #d24d57;}

.striper .fa { color: #333;}




/*///////////////////////////////////////////
Modal Panel
////////////////////////////////////////////*/

/* The Modal (background) */
.sp-modal {
  position: fixed;
  font-family: "NotoSansRegular" !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99998;
  opacity:1;
}


/* modal container */
.sp-modal .modal-container {
  width: 90%;
  height: 750px;
  overflow: scroll;
  position: relative;
  margin: 5% auto;
  padding: 0 0 20px 0;
  border-radius: 2px;
  background: #f2f2f2;  
}

.modal-subs {padding: 0 20px 0 10px;}

.modal-header {
  background: #666; 
  background: -moz-linear-gradient(#999, #666);
  background: -webkit-linear-gradient(#999, #666);
  background: -o-linear-gradient(#999, #666);
  color: #FFF; 
  padding: 15px 10px;
}

.modal-header-controls {text-align: right;}

.close-trigger {margin: 0 0 0 20px; cursor:pointer;}
.close-trigger:hover {text-decoration: underline;}

.close-trigger i, .modal-delete i {
  font-size: 1.3em;
  padding: 0 4px 0 0;
}

.modal-delete {background-color: #EEE; text-align: left; border-radius: 2px; padding: 4px 6px; color:#000; border:none;}
.modal-delete:hover {background-color: #d5d5d5;}

.modal-delete a[id^="delete-"] {color:#000 !important;}

.modal-header label {color:#FFF; font-size: 1.1em; margin-right:10px;}

.modal-header label input {margin: 0 0 0 5px; font-size: 0.9em; font-family: "NotoSansRegular" !important; width: 300px;}

.modal-save {padding: 4px 6px;}


/*///////////////////////////////////////////
Link Link Admin Panel
////////////////////////////////////////////*/

.db-list-input-label, #LinkList-body .modal-subs label {font-size:12px; font-family: "NotoSansBold"; margin: 0 0 10px;}

.pure-checkbox {margin-left: 5px;}

.records-sort, #show-linklist-textarea-btn {margin: 10px 0 0; font-size: 12px;}

.sp-modal .modal-container  .pure-button-secondary, 
.sp-modal .modal-container  a.pure-button-secondary {
  background-color: #999;
  color: #FFF !important;
  text-shadow: none !important;
}

.sp-modal .modal-container .pure-button-secondary:hover, 
.sp-modal .modal-container  a.pure-button-secondary:hover {
  background-color: rgba(228,136,182, 0.8);
  box-shadow: none;
  color: #FFFFFF !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;  
}

.sp-modal .modal-container  .pure-button-outline, 
.sp-modal .modal-container  a.pure-button-outline {
  background-color: transparent;
  color: #333 !important;
  text-shadow: none !important;
  border: 1px solid #999;
}

.sp-modal .modal-container .pure-button-outline:hover, 
.sp-modal .modal-container  a.pure-button-outline:hover {
  background-color: transparent;
  box-shadow: none;
  color: #000 !important;
  text-shadow: none !important;
  border: 1px solid #999;  
}

.pure-button-outline i {font-size:14px; padding:0 4px 0 0;}


.label-context {display: block; margin: 20px 0 0 0 !important;}

#link-list-textarea-container, #record-description-container {margin:10px 0; width: 90%;}

.label-context-options {margin:10px 0;}

.label-context-options label {font-family: "NotoSansRegular"!important;}

#create-record-form fieldset {padding:0;}

#create-record-form .checkurl_img_wrapper {
    cursor: pointer;
    display: block;
    margin-left: 47%;
    margin-top: -2.7em;
    float: none;
    width: auto;
    margin-right: 0;
}

#show-record-description-btn, #show-broken-record-form-btn {margin: 0 0 10px 0; font-size: 12px;}

.show-create-record, .show-report-broken-record {cursor:pointer;}

.modal-create-record-btn {display: block; margin:20px 0;}

.db-list-item-description-override, .db-list-remove-item {
  font-size: 0.9em !important;
  padding: 3px 6px;
  margin: 0 3px 0 0;
}

.db-list-item-description-override.active {background-color:#c03957 !important;}

.link-list-description-override-textarea {margin:5px 0;}


/*///////////////////////////////////////////
Admin Screen User Profile
////////////////////////////////////////////*/

.setStaffPhotoWarning {display: inline-block; background-color: #f6e3e7;padding:10px; margin: 10px 10px 0 10px;}

.set_photo_container {background-color: #FFF; padding: 10px; margin: 10px 0;}


/*///////////////////////////////////////////
Databases by Subject
////////////////////////////////////////////*/
#s2id_subjects.select2-container {width:75%;}

#add-database-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    display: block;
    margin: 0.25em 0;
    padding: 0.5em 0.6em;
    width: 75%;
}
.db-alert {background-color: rgba(192, 57, 87, 0.3); padding: 5px 5px 2px;}

#database-search-results {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}

#database-search-results li {
    padding: 2px 5px;
}

.add-database-btn {
    cursor: pointer;
}

#database-list {margin:0; padding:0 !important;}

#database-list li {
  background: #f6e3e7 none repeat scroll 0 0;
  margin: 0 0 2px;
  padding: 5px;
}

#database-list li:nth-child(2n+1) {
    background: transparent none repeat scroll 0 0;
}

#database-list a.remove-database-btn {
    color: #333 !important;
    float: right;
    cursor: pointer;
    height: 18px;
    width: 18px;
}


#database-list i[id^="note_override-"], #database-list i[id^="not-saved-override-"] {margin: 0 8px 0 0;}
#database-list i[id^="note_override-"].fa-inactive, #database-list i[id^="not-saved-override-"].fa-inactive {color: #333;}
#database-list i[id^="note_override-"].fa-inactive:hover, #database-list i[id^="not-saved-override-"].fa-inactive:hover {color: #c03957;}
#database-list i[id^="note_override-"].active, #database-list i[id^="not-saved-override-"].active {color: #c03957;}
#database-list i[id^="note_override-"].active:hover, #database-list i[id^="not-saved-override-"].active:hover {color: #c03957;}

.description-override-text-area {
  margin:5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 3px #ddd inset;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5em 0.6em;
   width: 75%;
}

#update-databases-btn {margin: 10px 0;}



/*///////////////////////////////////////////
   // Responsive - PV
   ////////////////////////////////////////////*/


/* ≥ 768px  .pure-u-md-* */
@media screen and (min-width: 48em) {


 
}


/* ≥ 1024px     .pure-u-lg-* */
@media screen and (min-width: 64em) {
 
#topnav li a {padding: .5em 0.8em;}

#topnav li.nohover {
  background-color: transparent;
  float: none;
  margin: 0 0 0 0;
}

#topnav li:nth-last-child(3) div, #topnav li:nth-last-child(2) div {left:0;}

#guide_nav li a {
  padding: 0.5em 0.17em;
}

.star-class { margin: .2em 0 .2em 8px;}
.star-class:before { padding: 0 4px 0 8px;}


}



/* ≥ 1280px     .pure-u-xl-* */
@media screen and (min-width: 80em) {

.desktop {display: inline-block;}

#topnav li a {padding: .5em 1em;}

#guide_nav li a {
  padding: 0.5em 0.5em;
}

} /* end last responsive block */


button.create-guide {font-family: "NotoSansBold";
  font-size: 12px;
  font-weight: normal;
}