﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
 
 .btn-xl {
    padding: 8px 20px!important;
    font-size: 24px !important;
    border-radius: 10px;
    width:260px;
}
 
 .accordion{
	width: 100%;
	margin: auto;
	/*border-radius: 5px;
	moz-border-radius: 5px;*/
	border: 1px solid #6C5A39;
	background-color: #DED3BE;
	}

.accordionHeader{
	/*border-radius: 5px;
	moz-border-radius: 5px;*/
	background-color: #606060;
	border: 2px solid #eeeeee;
	text-align: left;
	padding: 0px 40px 2px 0px;
	color: #0080FF;
	font-family: 'Open Sans Condensed', Arial, Verdana, sans-serif;
	font-size: 24px;
	/*font-weight: bold;*/
	background-image: url(/Images/arrow-207-24.png);
  	background-repeat: no-repeat;
  	background-position: 4px 7px;
 	padding-left: 40px;
	cursor: pointer;
	}
	
.accordionHeader:hover {
	padding: 1px 0 1px 10px;
	border-top: solid 2px #FFFFFF;
	background-color: #0080C0;
	background-image: url(/Images/arrow-207-24.png);
	color: #fafafa;
	font-family: 'Open Sans Condensed', Arial, Verdana, sans-serif;
	font-size: 24px;
  	background-repeat: no-repeat;
  	background-position: 4px 7px;
 	padding-left: 40px;
	cursor: pointer;
	}

.accordionHeaderSelected{
	/*border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	moz-border-top-right-radius: 5px;
	moz-border-top-left-radius: 5px;*/
	border-bottom: 1px solid #6C5A39;
	background-color: #333333;
	text-align: left;
	padding: 0px 40px 2px 0px;
	color: #fafafa;
	font-family: 'Open Sans Condensed', Arial, Verdana, sans-serif;
	font-size: 24px;
	background-image: url(/Images/arrow-145-24.png);
  	background-repeat: no-repeat;
  	background-position: 4px 7px;
 	padding-left: 40px;
	cursor:pointer;
	}
	
	.accordionHeaderSelected:hover {
	padding: 1px 0 1px 10px;
	border-top: solid 1px #FFFFFF;
	background-color: #0080C0; 
	background-image: url(/Images/arrow-145-24.png);
  	background-repeat: no-repeat;
  	background-position: 4px 7px;
 	padding-left: 40px;
	cursor: pointer;
	}
	

.accordionContent{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	moz-border-bottom-right-radius: 5px;
	moz-border-bottom-left-radius: 5px;
	background-color: White;
	}
 
 
 
 
 
 .tchs a { /* column header link text */
	/*color: #666666;*/
	color: white;
	cursor: pointer !important;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	text-decoration: underline;
	} 



.thc1 { /* column header container (above select checkbox) */
	background-color: #FF8000 !important;
	color: #999999;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
	
	}


 
 .glyphicon {
    font-size: 24px;
}

.glyphicon.glyphicon-globe {
    font-size: 75px;
}
 

 
 
 hr.divider
{ 
   margin-top: 0em !important;
   margin-bottom: 0em !important;
   border-width: 2px;
} 
 
 .customHeight{
 line-height: 1px !important;
 }
 

 
 .box {
  width:400px;
  height:100px;
}

#text1 {
  font-size:54px;
  white-space: nowrap;
  float:left;
  transform-origin:left;
}
 
 .well{
 padding: 2px !important
 }
 
 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
 

 .QPageSize2 { 
  height: 700px;
  width: 1000px;
  overflow: hidden;
  top: 50vh !important;
  margin-top: -333px;
  left: 50vw !important;
  margin-left: -507px;
  }
  /**********************************************************************
 * Quick (Add/Edit) Page Styles                                       *
 **********************************************************************/
.QSContainer2 .pContent { /* quick page configure error page panel */
	width: 995px;
	}

.QSContainer2 .dv, .QSContainer2 .dialog_view, .QSContainer2 .panelC { /* quick page panel */
	border: none;
	box-shadow: none;
	width: 100%;
	}

.QSContainer2 .dh, .QSContainer2 .dialog_header { /* quick page panel header */
	background-color: #f6f6f6;
	height: 40px;
	width: 100%; 
	z-index: 3;
	}

.QSContainer2 .dh2 { /* quick page top panel header */
	background-color: #f6f6f6;
	height: 40px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%; 
	z-index: 3;
	}

.QSContainer2 .scrollRegion { /* quick page scrolled region */
	background-color: #ffffff;
	height: 650px;
	left: 0px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 7px;
	width: 990px;
	z-index: 2;	
	}

.QSContainer2 .scrollRegion div { /* quick page scroll region margin */
	margin: 0px;
	}

/*.QPageSize { /* dimensions of quick page 
	height: 508px;
	width: 805px;
	}*/

.QSContainer2 .scrollRegion .pageButtonsContainer { /* quick page page buttons (save, cancel) container */
	background-color: #f6f6f6; 
	height: 40px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	position: fixed;
	top: 650px;
	width: 100%;
	z-index: 3;
	}

.QPCloseBarButtonContainer { /* quick page close button container */
	position: absolute;
	right: 0px;
	z-index: 4;
	}

.QPCloseBarButtonPosition { /* quick page close button position */
	padding-right: 10px;
	padding-top: 10px;
	}

.QPContainerPanelPadding { /* quick page panel position */
	padding: 0px;
	}
  
  
 
 .spacer {
  margin-left: 30px;
}
 
 .spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding-top: 8px;
  padding-Bottom: 7px;
  padding-right: 8px;
  padding-left: 8px;
  margin-left: -1px;
  position: relative;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
}

.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
  }
 
 
   
  /**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack { /* body */
	background-color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding-top: 156px;
	width: 1000px;
	}

.blank { /* blank master page content vertical offset */
	padding-top: 0px;
	}

.pWrapper { /* page content container */
	margin: 0px;
	width: 100%;
	}
  
  /**********************************************************************
 * Page Center Styles                                                 *
 **********************************************************************/
.pcT { /* page container top center edge (header container) */
	background-color: #444444;
	height: 100px;
	left: 0px;
	opacity: 1.0;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 200;
	}

.logoBG { /* inner header container */
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	}

.pcmL { /* page container left middle edge (horizontal menu row) */
	background-color: #0a0a0a;
	}

.pcmC { /* page container center (horizontal menu container) */
	/*
	background: -moz-linear-gradient( center top, #e5e5e5 5%, #d8d8d8 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #d8d8d8) );
	background: -ms-linear-gradient(top, #e5e5e5 5%, #d8d8d8 100%);
	*/
	background-color: #d8d8d8;
	border-top: 1px solid #666666; 
	border-radius: 0px;
	display: inline-block;
	/* filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e5e5e5', endColorStr='#d8d8d8'); */
	left: 0px;
	position: fixed; 
	top: 100px;
	width: 100%;
	z-index: 100;
	}

.pcL { /* page container left middle edge (vertical menu container) */
	padding-right: 6px;
	vertical-align: top;
	}

.pcC { /* page container center (contents of page container) */
	text-align: center;
	vertical-align: top;
	width: 100%;
	}

.pcBL { /* page container bottom left edge */
	display: none;
	}

.pcB { /* page container bottom center edge (footer container) */
	vertical-align: top;
	width: 100%;
	}
	
	


  
 
	
 
 
	
