/* Minification failed. Returning unminified contents.
(807,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@extend'
(811,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@extend'
 */

.dr-menu {
	width: 100%;
	max-width: 229px;
	min-width: 200px;
	position: fixed;
	/*z-index: -5;*/
    display: none;
}

.dr-menu-open {
	z-index: 10;
    display: inherit;
}

.dr-icon {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dr-icon.open {
	color: #fff;
	background: #7fca18;
	padding: 12px 17px 17px;
    -moz-box-shadow: 2px 3px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 3px 1px rgba(0,0,0,0.5);
    box-shadow: 2px 3px 1px rgba(0,0,0,0.5);
    -webkit-transform: translateX(125px);
	-moz-transform: translateX(125px);
	-ms-transform: translateX(125px);
	transform: translateX(125px);
}

.dr-menu ul {
	padding: 25px 0;
    margin: 0;
	width:229px;
	list-style: none;
	opacity: 0;
	position: absolute;
	top: 62px;
	background:#222;
	border-right:7px solid #7fca18;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: opacity 0.2s linear 0ms;
	-moz-transition: opacity 0.2s linear 0ms;
	transition: opacity 0.2s linear 0ms;
}

.dr-menu.dr-menu-open ul {
	opacity: 1;
	z-index: 200;
	pointer-events: auto;
	-webkit-transition: opacity 0.2s linear 0.1s;
	-moz-transition: opacity 0.2s linear 0.1s;
	transition: opacity 0.2s linear 0.1s;
}

.dr-menu ul li {
	display: block;
	margin: 0 0 0px 0;
	padding:0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.dr-menu.dr-menu-open ul li {
	opacity: 1;
}


.dr-menu ul li a,
#menu .slim-scroll > ul ul li a, 
#menu > ul .dr-menu ul li a {
	display: block;
	padding: 0 20px;
	color:#fff;
	height:25px;
	line-height:25px;
    /*margin-right: -7px;*/
}

.dr-menu ul li.active > a, 
.dr-menu ul li.active > a,
.dr-menu ul li.active {
color:#333;
text-decoration:none;
background:#f6f6f6;

}

.dr-menu ul li a:hover,
#menu .slim-scroll > ul ul li a:hover, 
#menu > ul .dr-menu ul li a:hover {
color: #666;
text-decoration:none;
}

.dr-icon:before, 
.dr-icon:after {
	position: relative;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}


.dr-menu.dr-menu-open ul li:nth-child(2) {
	-webkit-transition-delay: 35ms;
	-moz-transition-delay: 35ms;
	transition-delay: 35ms;
}

.dr-menu.dr-menu-open ul li:nth-child(3) {
	-webkit-transition-delay: 70ms;
	-moz-transition-delay: 70ms;
	transition-delay: 70ms;
}

.dr-menu.dr-menu-open ul li:nth-child(4) {
	-webkit-transition-delay: 105ms;
	-moz-transition-delay: 105ms;
	transition-delay: 105ms;
}

.dr-menu.dr-menu-open ul li:nth-child(5) {
	-webkit-transition-delay: 140ms;
	-moz-transition-delay: 140ms;
	transition-delay: 140ms;
}

.dr-menu.dr-menu-open ul li:nth-child(6) {
	-webkit-transition-delay: 175ms;
	-moz-transition-delay: 175ms;
	transition-delay: 175ms;
}

.dr-menu.dr-menu-open ul li:nth-child(7) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}

.dr-menu.dr-menu-open ul li:nth-child(8) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}

.dr-menu.dr-menu-open ul li:nth-child(9) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}

.dr-menu.dr-menu-open ul li:nth-child(10) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}

.dr-menu.dr-menu-open ul li:nth-child(11) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}

.dr-menu.dr-menu-open ul li:nth-child(12) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}

.dr-menu.dr-menu-open ul li:nth-child(13) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}

.dr-menu.dr-menu-open ul li:nth-child(14) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}

.dr-menu.dr-menu-open ul li:nth-child(15) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}

.dr-menu.dr-menu-open ul li:nth-child(16) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	transition-delay: 210ms;
}



@media (max-width: 1024px) {

.dr-menu > div  {
	width: 59px;
}

.dr-trigger {
margin-top:-55px;
padding-top:35px;
padding-bottom:17px;
}

.dr-menu > div .dr-icon {
	top: 45px;
	left: 40px;
}

.dr-menu > div .dr-label {
	padding:5px;
	width:59px;
	font-size:9px;
	line-height:9px;
}


#menu .slim-scroll > ul > li > a span.dr-icon.open {
display:block;
text-indent:0;
top:-50px;
width:50px;
-webkit-transform: translateX(175px);
-moz-transform: translateX(175px);
-ms-transform: translateX(175px);
transform: translateX(175px);
}

}
h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px;
}

ul, ol {
margin-bottom:20px;
padding:0 0 0 20px;
}

ul li, ol li {
padding:0;
}

hr {
    border-top-color: #eee;
    margin: 10px 0 14px;
    clear:both;
}

div.divider {
clear:both;
height:1px;
background:#eee;
margin: 10px 0;
}
div.divider.dark { background:#ccc; }
div.divider.wide { margin: 20px 0; }
div.divider.nomargin { margin: 0; }

div.divider.fixer-upper { margin: 5px 0 15px; }

.btn:hover {
  /*background:#39a5ed; colors should be handled by primary warning danger etc.  this makes the hover for these classes break*/
  color:#fff;
}

.btn-lg {
  font-size:20px;
  text-transform:uppercase;
  padding:15px 40px;
}
.btn-default {
    padding:9px 20px;
    font-weight:600;
}
.glyphicons.btn-default.btn-icon {
padding: 9px 20px 9px 40px;
}
.glyphicons.btn-icon i:before {
padding:10px 0 0 12px;
}
.glyphicons.btn-default i:before {
color:#fff;
}

.glyphicon { font-size: 1.3em; }
.btn-sm .glyphicon { font-size: 1em; margin-right:2px; }
.btn-xs .glyphicon { font-size: 1em; margin-right:1px; }
.btn-sm .glyphicon.innerR-sm { padding-right:5px;} 
.btn-xs .glyphicon.innerR-sm { padding-right:3px;} 

.nav > li > a:hover, .nav > li > a:focus {
background:#fff;
}

#menu {
  width:229px;
  padding-right:7px;
  z-index:999;
}


#menu .slim-scroll > ul > li a {
    color: #eee;
}

#menu .slim-scroll > ul > li a .azicons, 
#menu > ul > li a .azicons, 
#menu .slim-scroll > ul > li:hover a .azicons, 
#menu > ul > li:hover a .azicons {
  background: url(../images/menu-icons.png) no-repeat; 
  padding-left: 47px;
  margin-left:0px;
  z-index:2;
  position:absolute;
  left:0;
  top:0;
  height: 54px;
  line-height: 54px;
  display:block;
  float:left;
}

.azicons.search-active {
  line-height: 40px;
}

.headicon.azicons {
background: url(../images/menu-icons.png) no-repeat;
padding-left:45px;
}

#menu .slim-scroll > ul > li .azicons.i-dashboard { background-position: -190px 10px; }
#menu .slim-scroll > ul > li .azicons.i-newrequest { background-position: -190px -30px; }
#menu .slim-scroll > ul > li .azicons.i-calendar { background-position: -190px -70px; }
#menu .slim-scroll > ul > li .azicons.i-newbill { background-position: -190px -170px; }
#menu .slim-scroll > ul > li .azicons.i-bills { background-position: -190px -220px; }
#menu .slim-scroll > ul > li .azicons.i-search { background-position: -190px -120px; }
#menu .slim-scroll > ul > li .azicons.i-agenda { background-position: -190px -270px; }
#menu .slim-scroll > ul > li .azicons.i-speaker { background-position: -190px 10px; }

#menu .slim-scroll > ul > li .azicons.i-exnominees { background-position: -190px -640px; }
#menu .slim-scroll > ul > li .azicons.i-committees { background-position: -190px -690px; }
#menu .slim-scroll > ul > li .azicons.i-progress { background-position: -190px -740px; }


.navbar.main {
  z-index:998;
}


.navbar-spacer { width:229px; height:60px; float:left; }


/* Will probably be removed? */
a.change-session {
height:64px;
color:#666;
font-size:17px;
line-height:40px;
font-weight:700;
text-decoration:none;
border-left:1px solid #ddd;
border-right:1px solid #ebe8e8;
}
.session-icon {
background: url(../images/menu-icons.png) no-repeat 0 -810px;
display:block;
float:left;
width: 25px;
height: 25px;
margin:5px 10px 12px 15px;
}
.current-session {
border-top:1px solid #f0eded;
clear:both;
display:block;
padding:0 15px;
color:#999;
font-size:12px;
line-height:18px;
font-weight:400;
}
.change-session:hover { background:#ebe8e8; }
.change-session:hover .current-session { border-top:1px solid #d1cfcf; }


.navbar.main .topnav > li.open.alerts-drop .dropdown-menu .alert-mainline {
margin-bottom:10px;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding:5px 30px 5px 10px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color:#fff;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.dropdown-menu li label.checkbox {
margin:0;
}


/************** CONTENT classes ************/
.widget-timeline ul.list-timeline li,
.widget-timeline ul.list-timeline li span {
height:auto;
}


.widget-timeline ul.list-timeline li span.glyphicons {
padding:0 10px;
}
.widget-timeline ul.list-timeline li span.date {
margin-right:15px;
color:#999;
font-weight:bold;
}
.widget-timeline ul.list-timeline li span.glyphicons i:before {
font-size:12px;
line-height:30px;
color:#666;
}



/******* NEW TABSBAR css *******/
.tabsbar {
margin-bottom:0;
border: 1px solid #dfdfdf;
border-bottom:0;
}
.tab-content.tab-content-rounded {
  border-top:1px solid #e6e6e6;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
/* TABSBAR end */

.form-horizontal label,
.form-horizontal label.control-label,
.form-horizontal .panel.panel-default label.control-label {
margin-bottom:0;
}

/******* SEARCH PAGE *******/
.searchpage {
background:#fff;
}
.searchpage #content {
background:#fff;
}
.searchpage .tab-content.tab-content-rounded {
border:0;
padding:0;
background:none;
}
.searchpage #menu .slim-scroll > ul .dr-menu ul li.active > a, 
.searchpage #menu > ul .dr-menu ul li.active > a {
background:#fff;
}

/*  Added by PR issue started 9/5/19   */
.dr-menu {
    position: inherit;
}

/* SEARCH PAGE end */


/******* WIDGETS *******/
.widget-tabs-vertical {
padding:0;
border:0;
background:none;
margin-top:-20px;
}
.widget.widget-tabs.widget-tabs-vertical > .widget-head {
padding:20px 0 0;
background:none;
height:auto;
z-index:1;
}
.widget.widget-tabs.widget-tabs-vertical > .widget-head ul {
height:auto;
}
.widget.widget-tabs.widget-tabs-vertical > .widget-head ul li {
height:auto;
line-height:1.2em;
border:0;
}
.widget.widget-tabs.widget-tabs-vertical > .widget-head ul li a {
padding:10px 12px;
	border-top:1px solid #F6F6F6;
	border-bottom:1px solid #eee;
}
.widget.widget-tabs > .widget-head ul li:hover a {
	font-weight:600;
}
.widget.widget-tabs > .widget-head ul li.active {
}
.widget.widget-tabs > .widget-head ul li.active a {
    color: #2C81BA;
	background:#fff;
	border-top:1px solid #ddd;
	border-left:2px solid #2C81BA;
	font-weight:600;
}
.widget.widget-tabs-vertical .widget-body .tab-content {
  border:1px solid #e6e6e6;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  padding: 10px 30px 30px;
  min-height:650px;
z-index:0;
margin-left:-1px;
}
/* WIDGETS end */


.form-horizontal .form-group, 
.tab-content .form-horizontal .form-group {
/* Why was this done? Gotta locate it...
margin-left:0;
margin-right:0;
*/
}
.tab-content .form-horizontal .form-group.row {
    margin-left:-15px;
    margin-right:-15px;
}
.tab-content fieldset {
    padding:20px 30px 30px;
}
.tab-content .tab-pane {
    /*
	padding:0 0 10px;
	*/
}


/******* TABLES *******/
.table {
margin-bottom:0;
}
td.btn-toolbar {
width:220px;
}
.table thead > tr > th, 
.table tbody > tr > th, 
.table tfoot > tr > th, 
.table thead > tr > td, 
.table tbody > tr > td, 
.table tfoot > tr > td {
vertical-align:middle;
}
.table thead > tr:first-child > th, 
.table tbody > tr:first-child > th, 
.table tfoot > tr:first-child > th, 
.table thead > tr:first-child > td, 
.table tbody > tr:first-child > td, 
.table tfoot > tr:first-child > td {
/*
border-top:0;
*/
}
.btn-column {
width:16.6667%;
}
.table.table-bordered thead > tr > th, .table.table-bordered tbody > tr > th, .table.table-bordered tfoot > tr > th, .table.table-bordered thead > tr > td, .table.table-bordered tbody > tr > td, .table.table-bordered tfoot > tr > td {
border:1px solid #ddd;
}
.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th {
  padding: 10px 10px;
}
.table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
  padding: 11px 10px;
}
.table-bsicondensed thead > tr > td, .table-bsicondensed tbody > tr > td, .table-bsicondensed tfoot > tr > td {
  padding: 5px 10px;
}
.table.nocenterth tr th {
text-align: left;
}
.table.table-borderless thead > tr > th, .table.table-borderless tbody > tr > th, .table.table-borderless tfoot > tr > th, .table.table-borderless thead > tr > td, .table.table-borderless tbody > tr > td, .table.table-borderless tfoot > tr > td {
vertical-align:middle;
text-align:left;
border:0;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
border-bottom:0;
}
.table-striped th:first-child,
.table-striped td:first-child {
/*
text-align: center;
*/
}

.switch {
height:42px;
}
.switch label {
font-size:13px;
}
.switch label, .switch > span {
line-height:18px;
}
/* TABLES end */


/******* glyphicons *******/
.glyphicons {
    color: #fff;
}
.btn .glyphicons {
    padding: 0 0 0 30px;
    color: #fff;
}
.btn .glyphicons i:before {
    color: #fff;
	font-size:20px;
}
.btn-lg .glyphicons i:before {
	font-size:24px;
}
.glyphicons.btn-sm {
    padding: 2px 10px 2px 25px;
}
.glyphicons.btn-sm i:before {
    padding: 4px 0 0;
}
/* glyphicons end */


.tabsbar ul li a {
  padding:12px 25px;
  height:auto;
}
.tabsbar ul li a i:before {
  line-height: 36px;
}
.tabsbar ul li a.active {
    color: #666 !important;
    background-color: white;
}


.form-group {
margin-bottom:0px;
}

.form-control-sm {
width:60%;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input,
input.form-control,
textarea.form-control,
select.form-control {
    padding:8px 15px;  /*9px cuts off letters*/
}
select,
select.form-control {
height:38px;
line-height:36px;
}
/*.panel select,
.panel select.form-control,
#topBar .panel select.form-control {
height:42px;
line-height:40px;
}*/
.form-horizontal .control-label {
text-align:left;
}
 

/******* House Third voters block *******/
.votes-filter {
border-top:1px solid #eee;
border-left:1px solid #eee;
}
.votes-filter-select.well.well-menubar {
padding:7px 20px;
}
.votes-filter .row {
margin:0;
}
.votes-col {
width: 25%;
float:left;
padding:0;
}
.votes-filter .voter {
display:block;
background:#f7f7f7;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
padding:4px 20px;
font-size:11px;
line-height:20px;
font-weight:600;
overflow:hidden;
}
.votes-filter .voter .badge {
float:right;
font-size:10px;
width:20px;
height:20px;
line-height:18px;
text-align:center;
padding:0;
}



.widget-chat .media .media-object.pull-left {
	margin-left:-10px;
	border:0;
	top:22px;
}
.widget-chat .media .media-body {
	background:#eee;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
  padding: 15px;
  border-left: 3px solid #2c81ba;


box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
}


.modal-dialog {
    width: 800px;
    top: 20%;
}



/* Added by PR */

.textarea80 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#billNumberEntry {
    width: 120px;
}

.urlbtn {
    color: white;
}

.navbar.main .topnav > li > a {
    background: none;
    color: #7d7f84;
    padding: 0 20px 7px;
    font-size: 12px;
}

#sessions {
    max-width: 400px;
}

#billStatusSearchDiv .container {
    margin-left: 0;    
}

.pull-right  {
    @extend .float-right;
}

.pull-left {
    @extend .float-left;
}

.content-large {
    display: block;
}

.content-small {
    display: none;
}

.narrowTable {
    width: 50%;
}


.centerme div {
    width: 100px;
    height: 100px;
    background-color: red;
	
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
  	
    margin: auto;
}

/* End Added by PR*/



@media (max-width: 1366px) {

	.tabsbar ul li a { font-size:13px; }

}

@media (max-width: 1280px) {

	.tabsbar ul li a { 
	/*
	max-width:150px; height:72px; 
	*/
	}
}

@media (max-width: 1024px) {

	.tab-content {
	padding: 20px;
	}
	
	.btn-lg {
	  font-size:17px;
	  text-transform:uppercase;
	  padding:10px 25px;
	}
	
	.innerT-min { padding-top: 5px; }
	
	.switch {
		height:auto;
		overflow:hidden;
	}
	.switch label, .switch > span {
    padding: 10px 3px;
	}


    
    /*   Added by PR */

    .content-large {
        display: none;
    }
    .content-small {
        display: block;
    }

    /*   Added by PR */

}

@media (max-width: 1024px) {

	body { background:#f6f6f6; }

	h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
	}
	
	/*
	.innerLR {
	  padding: 0 17px;
	}
	.innerAll {
	  padding: 12px 17px 10px;
	}
	.innerAll-sm {
	  padding: 8px 8px 5px;
	}
	.innerL {
	  padding-left: 17px;
	}
	.innerR {
	  padding-right: 17px;
	}
	.innerT {
	  padding-top: 12px;
	}
	.innerT-sm {
	  padding-top: 5px;
	}
	.innerB {
	  padding-bottom: 12px;
	}
    */
	
	.widget.innerLR {
	  padding: 0 15px;
	}
	.widget.innerAll {
	  padding: 12px 15px 10px;
	}
	.widget.innerL {
	  padding-left: 15px;
	}
	.widget.innerR {
	  padding-right: 15px;
	}
	
	.row.well {
	padding-left:5px;
	padding-right:5px;
	}
    
	.hidden-mobile,
	.hidden-phone { display:none; }
	.show-mobile { display:block; }

	#menu ul.appswitch a.appswitch-title {
	overflow:hidden;
	}
	#menu ul.appswitch a.appswitch-title span.glyphicon {
	width:52px;
	text-align:center;
	}
	
    .navbar-spacer { width:59px; }
	
	#menu {
		width:59px;
		background: url("../images/menu-pat.png") -170px top repeat-y;
    }
    #menu .slim-scroll > ul > li > a span,
    #menu > ul > li > a span {
      /*
	  display: none;
	  */
    }

	#menu .slim-scroll > ul > li a .azicons,
    #menu > ul > li a .azicons,
    #menu .slim-scroll > ul > li:hover a .azicons,
    #menu > ul > li:hover a .azicons {
      margin-left:0px;
    }

	#menu .slim-scroll > ul > li.active > a,
    #menu > ul > li.active > a {
    text-indent:-9999em;
    margin-right:-7px;
    }
	
	#menu .slim-scroll > ul > li > a span {
    text-indent:-9999em;
	width:0;
    }

   	#content {
        margin-left:59px!important;
        min-width: 272px;
    }
	
	/*.tab-content {
	padding: 10px 10px 15px;
	} overwrites content above line 529 same media width*/
	
	.modal .modal-body {
	font-size:12px;
	}
	
	
	.navbar.main .badge {
	vertical-align:middle;
	}
     
    .narrowTable {
        width: 80%;
    }

}

@media (max-width: 768px) {

    .tabsbar ul li a { 
    font-size:11px;
    padding:10px 10px;

    }

    .narrowTable {
        width: 80%;
    }
}


@media (max-width: 640px) {

    body > .container {
      background: #333745;
    }
	
    .navbar.main .appbrand {
      font-size: 18px;
    }
    .navbar.main .topnav > li > a {
      padding: 0 10px;
    }
    .count {
      margin-right:7px;
      font-size:12px;
      padding: 5px 15px 5px;
    }
    .timer-inner {
    height: auto;
    padding: 15px 5px 0 15px;
    }
    .navbar.main .topnav.settings-ul {
     margin:6px 20px 1px 0;
    }
    .navbar.main .topnav > li.open {
        
    }
	
	.navbar.main .badge { display:none; }
	
    body.login #login {
      padding: 0 10px 0;
    }
    .form-signin .widget.widget-tabs {
    padding:0;
    border:0;
    }
    .form-signin .tab-pane {
    padding:15px 40px 10px;
    }
    .form-signin .pagination {
    padding:0 20px;
    }
    .form-signin .widget-footer {
      padding:20px 20px 23px;
    }
    body.login #login .form-signin .innerFix {
    padding:0 10px 0 0px;
    }
    .profile-page .widget.widget-tabs .input-group input {
    /*min-height:42px;*/
    margin-right:0;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    }

    .tabsbar.logintabs ul li a {
        font-size:15px;
        padding-left:15px;
    }

}
@media (max-width: 540px) {
    body {
        background: #f6f6f6 url("../images/menu-pat.png") -170px top repeat-y;
    }
	
    .timer-inner {
    height: auto;
    padding: 15px 5px 0 15px;
    }
	
	.tab-content {
	padding: 0;
	}
    
}
@media (max-width: 480px) {

    .count {
      margin-right:5px;
      padding: 5px 7px 5px;
    }

    .navbar.main .topnav > li > a {
    border: none;
    border-bottom:none;
    display:block;
    }

    li.active > a,
    #menu > ul > li.active > a {
    text-indent:-9999em;
    margin-right:-11px;
    }
	
	a.change-session { max-width:280px; }
	.change-session .current-session { font-size:10px; }
	
    .widget {
      padding: 12px;
    }
    .widget.widget-timer {
      padding: 0;
    }
    .innerLR {
      padding: 0 10px;
    }
    #signOnForm .innerLR {
      padding: 0 30px;
    }
    #registerForm .tab-pane {
      padding: 0 40px;
    }
    .innerAll {
      padding: 10px;
    }
    .innerL {
      padding-left: 10px;
    }
    .innerR {
      padding-right: 10px;
    }
    .innerT {
      padding-top: 10px;
    }
    .innerB {
      padding-bottom: 10px;
    }

    .widget.innerAll {
    padding: 15px 15px 10px;
    }

    .table-condensed.bigger-font {
      font-size: 13px;
    }

    body > .container {
      background: #333745;
    }

    .timer-inner {
    height: auto;
    }

    .timer-inner {
    height: auto;
    padding: 15px 5px 0 15px;
    }
    .tabsbar.logintabs ul li a {
        font-size:14px;
        padding-left:15px;
    }
    
    /* Added by Paul 2/27/19  */
    /*.fade.show {      /*  This is .fade.in the BootStrap.css* /
        opacity: 1;
    }

    h3.popover-header {
        display: none;
    }       
    */
    #menu {
        padding-top: 60px;
        background: none;
    }
    .innerLR.innerT.XXX {
        padding-top: 50px !important;
    }
    .btn-default {
        font-size: 11px;
    }
    #billStatusSearchDiv body {
        font-size: 11px;
    }
    #footer-widget-area   {
        width: 90%;
    }
    .topnav li select {
        margin-left: 60px;
        width: 85%;
    }
    h6.calendarPage {
        padding-bottom: 50px !important;
    }
    h2.topofPage,
    div.topofPage {
        margin-top: 50px !important;
    }
    a.phonepad {
        margin: 4px;
    }
/*
    .modal-dialog {
        width: 470px;
    }
    .modal {
        overflow: initial;
        top: 10%;
    }
*/
    /* added by PR*/
}
@media (max-width: 320px) {

    .logininfo {
    display:none!important;
    }
    .navbar.main .topnav > li > a {
    border-bottom:none;
    }

    li.active > a,
    #menu > ul > li.active > a {
    text-indent:-9999em;
    margin-right:-11px;
    }
	
	a.change-session {
	width:110px;
	text-indent:0;
	padding:15px 5px 20px;
	font-size:11px;
	line-height:16px;
	}
	.session-icon {
	margin:0 7px 0 10px;
	}
	a.change-session .current-session {
	text-indent:-9999em;
	border:0!important;
	}
	
	.navbar.main .topnav > li.alerts-drop.open .dropdown-menu { right:-20px; }
	.navbar.main .topnav > li.account.open .dropdown-menu { right:-70px; }
	
	#content {
        min-width: 172px;
    }
	
    .form-signin .tab-pane {
    padding:25px 20px 10px;
    }
    .form-signin .pagination {
    padding:0 20px;
    }

    .tabsbar.logintabs ul li a {
    padding-top:9px;
    font-size:13px;
    line-height:16px;
    }
    .tabsbar.logintabs ul li a i:before {
    left:12px;
    top:-10px;
    font-size:17px;
    }
	
	.table thead > tr > th, 
	.table tbody > tr > th, 
	.table tfoot > tr > th, 
	.table thead > tr > td, 
	.table tbody > tr > td, 
	.table tfoot > tr > td {
	
	}
	
	.widget-timeline ul.list-timeline li span {
	text-align:left;
	line-height:1.2em;
	padding:5px;
	}
	
	.well.well-menubar.well-rounded.inlineBlock {
	width:100%;
	}
	
	.table-expandable tbody tr td:first-child { width:30px; }
	.table-expandable tbody tr:nth-child(2n) td.well { padding:1px 0 10px 5px; }
	.table-expandable tbody tr:nth-child(2n) td td td td.well td { padding:15px 10px 10px 0; }
	
	.table-bordered th {
	  font-size: 13px;
	}

}



/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 768px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .col-md-6 {
        /*
		width: 50%;
		*/
    }
    body > .container {
      background: #333745;
    }

    a.azicons.cogwheel span {
        margin-right:0;
    }
    
     
    
    .tabsbar.tabsbar-2,
    .tabsbar ul {
      height: auto;
    }
    .timer-inner {
    height: auto;
    padding: 15px 0px 0 15px;
    }
    .timer-player {
        height: auto;		
        clear: both;
    }
    .col-md-6 {
        /* clear: both; */
    }

    .navbar.main .topnav > li > a {
       /* text-indent:-9999em;*/
		padding:0 0 7px;
		height:50px;
		width:60px;
		overflow:hidden;
	}
    .navbar-nav.topnav > li.nav-item.dropdown.show > ul > li {
        background: #ecebeb;
        border: 1px solid #d3d3d3;
        right: 0;
        width: 280px;
        box-shadow: 0 5px 0 rgba(44,139,186,.4);
        -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0),inset -1px -1px 1px rgba(0,0,0,0);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0), inset -1px -1px 1px rgba(0,0,0,0);
    }

    .navbar.main .topnav > li.open .dropdown-menu {
        background: #363432;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        right: 3px;
        width: 246px;
    }

    .navbar.main .topnav .dropdown-menu {
        font-size: 12px;
    }

    .nav.main .topnav > li > a > span.glyphicon,
    .navbar.main .topnav > li > a > span.glyphicon,
    .navbar.main .topnav > li > li > a {
        text-indent: 0;
        padding: 0 10px 7px;
    }

    .nav.main .topnav > li > a > span.glyphicon,
    .navbar.main .topnav > li > a > span.glyphicon   /* will become el instead of glyphicon */
    {
        width: 55px;
        padding: 12px 20px;
        display: block;
    }
	
    table .glyphicons.btn-action {
    margin:5px 2px 5px;
    }
    #DataTables_Table_0_wrapper .col-md-3 {
    margin-bottom:24px;
    }
    
    .widget.widget-tabs .widget-head ul li {
    float: none;
    display: block;
    width: 100%;
    }
    .form-signin .pagination ul > li > a {
      padding: 10px 35px;
      border:0;
    }
    .widget.widget-wizard-pills > .widget-head {
      height: auto;
      padding: 10px 25px;
    }
    .widget.widget-tabs > .widget-head ul {
      height: auto;
    }
    .widget.widget-wizard-pills > .widget-head ul li {
    line-height:34px;
    height:40px!important;
    }
    .widget.widget-wizard-pills > .widget-head ul li a {
        margin: 5px 5px 0 0;
    }

    .table-controls {
    position: static;
    margin:0 0 20px;
    }
    .table-controls .inner {
    margin:0;
    padding:10px;
    height:auto;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    }
    .table-controls .inner .pull-left {
    margin:0 0 20px;
    }

        select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"],
        input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        padding:9px 15px;
        -webkit-border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        border-radius: 7px 7px 7px 7px;
        margin: 0 7px 0 0;
        
        /*min-height:42px;*/
    }
    .tab-pane {
    padding: 10px 15px;
    }
    .tab-pane.widget-timer {
    padding: 0;
    }
    .tab-pane .btn {
    /*
	margin-bottom:10px;
	*/
    }
    .input-group .input-group-addon, .input-group .input-group-addon {
    padding: 4px 0;
    margin-right:-7px;
    z-index:999;
    }
    .input-group .input-group-addon.glyphicons i:before,
    .input-group .input-group-addon.glyphicons i:before {
      font-size: 15px;
      left: 10px;
      top: 10px;
    }
    .input-group input {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0 ;
    border-radius: 0 5px 5px 0;
    }
    .widget.widget-tabs > .widget-head ul {
    height:auto;
    }
    body.login #login .form-signin input[type="text"],
    body.login #login .form-signin input[type="password"] {
      padding:7px 15px;
    }
    .profile-page .tab-pane {
    padding: 0 0 10px;
    }
    .text-red.required {
    margin:-40px -12px 0 0;
    }
    .twolineswitch.switch {
    height: 60px;
    overflow:hidden;
    }
    .twolineswitch.switch label,
    .twolineswitch.switch > span {
    line-height: 16px;
    padding:5px 0;
    height: 60px;
    vertical-align: middle;
	font-size:11px;
    }
	
	.navbar.main .topnav.settings-ul {
		margin:6px 10px 1px 0;
    }
	
    
    .narrowTable {
        width: 80%;
    }
	.tabsbar ul li a {
		/*
		font-size:12px;
		padding:10px 15px;
		height:52px;
		*/
	}

  
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 480px) {
    body { 
        width: 480px; 
    }

	.tabsbar.tabsbreakmobile ul li {
		float:none;
		margin:0;
	}
	.tabsbar.tabsbreakmobile ul li a {
		padding:10px 0;
		height:auto;
		width:100%;
		max-width:100%;
		display:block
	}
    .tabsbar ul li a.active {
        color: #666 !important;
    }

}

@media only screen and (max-device-width : 320px) {
    body { 
        padding: 0; 
        margin: 0; 
        width: 320px; 
    }
    a.azicons.cogwheel span {
        margin-right:0;
    }
	
	.tabsbar.tabsbreakmobile320 ul li {
		float:none;
		margin:0;
	}
	.tabsbar.tabsbreakmobile320 ul li a {
		padding:10px 0;
		height:auto;
		width:100%;
		max-width:100%;
		display:block
	}
	
	.switch label, .switch > span {
		font-size:11px;
	}

}
    

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body { 
        /*
        width: 495px; 
        */
    }
    .col-md-4.ipadfix {
        width:100%!important;
    }
	
    .narrowTable {
        width: 80%;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) {
    body {
        
    }
    .form-horizontal.col-md-4.ipadfix {
        width:100%;
    }
}
