/***************************************************************/
/**************************MOBILE CSS***************************/
/***************************************************************/



/***************************************************************/
/***************** Spanish/English Switches ********************/
/***************************************************************/

/***********for en_US : does not show spanish content***********/

div.spanish-content {
	display: none;
}
/**for en_US :Login Window help text**/

#loginModal:before {
   content: "Enter your library card number without spaces";
   font-size: 1em;
   font-style: italic;
   padding-bottom: 1em;
   text-align: center;
}

/***********for es_MX : does not show english content***********/
/*

div.english-content {
	display: none;
}
*/
/**for es_MX :Login Window help text**/
/*

#loginModal:before {
   content: "Ingrese su número de tarjeta de la biblioteca sin espacios";
   font-size: 1em;
   font-style: italic;
   padding-bottom: 1em;
   text-align: center;
}
*/




/***************************************************************/
/***************************************************************/
/****************HOME PAGE HEADER SECTION***********************/
/***************************************************************/
/***************************************************************/



#header.header_container {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #ffffff;
    width: auto;
    min-height: auto;
    padding: 5px;
}


/**********************HOME PAGE HEADER*************************/
/******PUTS TWO SECTIONS MENU AND LOGO IN THE RIGHT ORDER*******/
#mainMenuContainer.nm-bgcolor-p4 {
  margin: 2px;	
}

#mainMenu{
	order: 2; 
} 
#logo_container{
	order: 1; 
}



/**********************HOME PAGE HEADER*************************/
/**Makes the logo image and words flow ****/



#logo_container.logo_container img {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
    width: auto;
	padding-right: 5px;
	max-height: 75px;
	}

.ccldlogoheadertext {
	font-family: Montserrat, Arial;
	word-wrap: break-word;
	color: white;
}


.ccldlogosection {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}

/***************************************************************/
/****************RESULTS PAGE AVAILABILITY BOX******************/
/***************************************************************/

.results_top_half{
	float:left;
}


.results_cell {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: fit-content;
}



.summaryitems {
	background-color: #f2f2f2;
}

.detailChildRecord.border-v {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: fit-content;
	align-items: baseline;
}

.field {
	width: fit-content;
}

.detailChildFieldLabel.label.text-h5.detailItemsTable_LIBRARY,
.detailChildFieldLabel.label.text-h5.detailItemsTable_CALLNUMBER,
.detailChildFieldLabel.label.text-h5.detailItemsTable_BARCODE,
.detailChildFieldLabel.label.text-h5.detailItemsTable_SD_ITEM_STATUS,
.detailChildFieldLabel.label.text-h5.detailItemsTable_ITYPE
{
	display:none;
}

.detailChildFieldValue.fieldValue.text-p.detailItemsTable_LIBRARY {
	width: auto;
	padding-right: 8px;
	font-weight: bold;
}

.detailChildFieldValue.fieldValue.text-p.detailItemsTable_CALLNUMBER,
.detailChildFieldValue.fieldValue.text-p.detailItemsTable_BARCODE,
.detailChildFieldValue.fieldValue.text-p.detailItemsTable_SD_ITEM_STATUS,
.detailChildFieldValue.fieldValue.text-p.detailItemsTable_ITYPE {
	width: auto;
	padding-right: 8px;
}

.detailChildFieldValue.fieldValue.text-p.detailItemsTable_SD_ITEM_STATUS {
	font-style: italic;
}

.detailChildFieldValue.fieldValue.text-p.detailItemsTable_ITYPE {
	display: none;

}

/***************************************************************/
/*****************************END*******************************/
/***************************************************************/


.ui-accordion .ui-accordion-header {
	display: none;
}

.detailAccordionContent {
	display: block;
}

element.style {
	display: block;
}

/***************************************************************/
/***************TESTING: Stupid available box  *****************/
/***************************************************************/

/***************************************************************/
/***************TESTING: Padding on Paragraph  *****************/
/***************************************************************/
.content p{
	padding:.5em;
}


/***************************************************************/
/***************************************************************/
/*******************TESTING:CCLD MENUS  ************************/
/***************************************************************/
/***************************************************************/
/** ccld menu formats the html menu manually inserted in the LH side of each page */

/** makes the rounded corners on top menu match the lh menu */
/*div#mainMenuContainer {	
	border-radius: 0em;
}


/** removes white padding around the column (so blue boxes look right) */

/*
.content {
	padding: 0px;
}
/** re-adds padding inside the blue.. :/  
.menubox {
	padding: 15px;
}

/** have to add padded content to stuff that needs it.. sheesh.. check html on every page to encase in <div class="paddedcontent"></div> **/
/*.paddedcontent {
	padding: 15px;
}

/** colors left hand fancy menu box & font spacing */

/*
div.ccldmenubox {
	    background-color: #6f9cbe;
		border-radius: 0em;
}
		
/** removes bullets from list ul */

/*
ul.ccldmenu {
	list-style-type: none;
}

/** controls font settings & size of all the lh menu */
/*
.ccldmenubox a{
	color: white;
	font-family: 'Montserrat', Arial;
	font-weight: 400;
	font-size:2em;
	display: block;
	text-decoration: none;
	text-align: left;
	padding-left: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
}

/** makes dropdown look different than other menu items, hides them */
/*
.dropdown-content {
	display: none;
	position: relative;
	left: 28%;
	background-color: #306d9c;
	min-width: 175%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 0em;
	padding-left: .5em;
	padding-top: .5em;
	padding-bottom: .5em;

}

.ccldmenubox a:hover {
  background-color: white;
  color: #306d9c;
}

.dropdown:hover .dropdown-content {
  display: block;
}













/***************************************************************/
/*************************EXPERIMENTS***************************/
/***************************************************************/
/**

.list .cell_wrapper {
    display: flex;
    padding: 15px 10px;
    width: 100%;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}




.results_top_half {
    display: flex;
    padding: 15px 10px;
    width: 100%;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.list .results_cell {
    display: flex;
    padding: 15px 10px;
    width: 100%;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}
\


.summaryitems style{
	display: flex;
	max-height: 100%;
}

.results_right{
    display: flex;
    padding: 15px 10px;
    width: 100%;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

/***************************************************************/
/*****************************END*******************************/
/***************************************************************/