body {
padding-top: 80px !important;
padding-bottom: 30px !important;
font: 300 16px/24px "Open Sans",Arial,Helvetica,sans-serif;
}
a {color: #004883;text-decoration: none}
a:hover, a:focus {color: #18344c;text-decoration: none;}
h1 {
border-bottom:1px solid #ddd;
padding-bottom:10px;
margin-bottom:25px;
color:#18344c;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #004883;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
small, .small {
font-size: 80%;
line-height: normal;
}
select, input {
    margin: 5px 0 20px;
    padding: 5px 8px;
}
.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {
background: none repeat scroll 0 0 #004883;
border: 0 none;
color: #fff;
cursor: pointer;
font-size: 15px;
font-weight: 400;
padding:10px 12px;
text-transform:capitalize;
}
input.editrow {
background: none repeat scroll 0 0 #2fb101 !important;
padding:8px 12px !important;
}
input.deleterow {
background: none repeat scroll 0 0 #e65e04 !important;
padding:8px 12px !important;
}
input.deleterow:hover, input.editrow:hover {
background: none repeat scroll 0 0 #18344c !important;
}
input[type="text"], input[type="password"] {
padding:5px 8px;
margin: 5px 0 20px;
}
.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
background: none repeat scroll 0 0 #18344c;
color:#fff;
}
.bt-mainmenu {margin-right:10px;}
.versewrap sub, .versewrap sup {
font-size: 100%;
line-height: 0;
margin-right: 6px;
position: relative;
vertical-align: baseline;
top:0;
font-weight:bold;
}
.navbar-inverse {
background: #18344c;
background-image: none;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
color:rgba(255, 255, 255, 0.50);
}
.navbar-toggle  {
background:none;
line-height:normal;
}
.navbar-toggle:hover  {
background:none;
line-height:normal;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: none;
}
.navbar-inverse .navbar-toggle {
    border-color: none;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: auto;
    line-height: normal;
    padding: 10px 0 0;
	margin-right:20px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
#userview {
margin-top:20px;
}
#userview label {
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
padding:4px 8px;
margin-right:5px;
}
.s1 {margin-bottom:20px;}
.drkblue{color:#18344c;}
.container > .versewrap ~ .versewrap {
margin-top:2px;
padding-top:2px;
/*border-top:1px solid #ddd;*/
}
.linknew {font-size: 14px;}
.linknew span{}
.comments {
line-height:0;
}
.comments div{
line-height:18px;
}
.commentnew {position:relative;}
.comment {
padding:0px;
font-size:15px;
line-height:15px;
margin-bottom:10px;
}
.comments a {
text-decoration:underline;color:inherit;
}
.comments a:hover {
text-decoration:underline;color:#18344c;
}
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
textarea {font-size:14px;padding:6px;}
div.comment{
display:block;
}
.comment-date {
    display:inline;
    float:right;
    font-size:12px;
}
div.pq-grid * {
    font-family: inherit;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
div.pq-grid {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.pq-grid-bottom select {
    font-family: "Open Sans",Arial;
    font-size: 12px !important;
}
.pq-grid-bottom  *{
    line-height: 40px !important;
}
.pq-pager .pq-page-placeholder {
    margin-right: 0;
    vertical-align: middle;
}
.pq-pager input, .pq-pager .ui-button {margin-bottom:0 !important;margin-top:0 !important;}
.pq-grid span.pq-separator {
    display:none;
}
.pq-pager input {
    border-width: 1px;
    height: 24px;
    margin-right: 5px;
    padding: 0 1px;
    text-align: center;
    width: 35px;
	padding:4px;
	font-size: 12px !important;
}
 div.pq-pager select {
    border-width: 1px;
    margin-right: 5px;
	padding:4px;
	margin-bottom:0 !important;margin-top:0 !important;
}
.bt-rows {
margin-top:20px;
padding-top:20px;
border-top:1px solid #ddd;
}
.bt-rows table{


}
.bt-rows table td{
padding:5px;
border-top:1px solid #ddd;
}
.bt-rows table tr:first-child td {
    font-weight:500;
	border-top:0;
	text-transform:uppercase;
}
.bt-comments td:first-child  {
    width:500px;
	font-size:14px;
	line-height:20px;
}
.bt-comments tr:first-child td  {
	font-size:16px;
	line-height:24px;
}
.bt-rows table  tr td{
}
#error_message {
color:#e3023c;
margin:10px 0;
text-transform: lowercase;
}
#error_message:first-letter {
text-transform: uppercase;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #afd8fa;
    border: 1px solid #fcefa1;
    color: inherit;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Open Sans", Arial;
    font-size: 15px;
	padding:5px 8px;
	margin: 5px 0 20px;
}
.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-family: Open Sans;
    font-size: 16px;
    overflow: auto;
    padding: 1em 1em;
    position: relative;
}
.validateTips{margin-top:20px;font-size:13px;}
label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
}
.ui-widget .ui-widget {
    font-size: 15px;
}
.ui-widget-header {
    color: #222222;
    font-weight: 500;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px 20px;
    white-space: nowrap;
}
.pq-grid td.pq-grid-cell {
    border-width: 0;
    overflow: hidden;
    padding: 12px 8px;
    vertical-align: middle;
    word-wrap: break-word;
}
.pq-grid-inner {height:575px !important;}
div.pq-cont {height:550px !important;}
div.pq-vscroll {height:550px !important;}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
	.column {
	width:44% !important
	}
	.navbar-header {
	margin-left: -5px !important;
	}
	.navbar-brand {
   	margin-right:0px;
}
select {
   	max-width:250px
}
}
