/* body {
  padding-top: 50px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}
 */
 
@media screen and (min-width: 768px) {
/* .modal-lg { width:900px; } */
.modal-lg { width: 95%; }
.modal-sm { width: 300px; }
}

.aligncentre { text-align: center; }

.zeropad { padding: 0px; }
.zeropadright { padding-right: 0px; }

#daylist, #psalmlist, #langmenu, #psalmtypelist { cursor: pointer; min-width: 0px; }

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.nodisplay { display: none; }

.forceinline { display: inline-block; }

#gridheader th { text-align: center; font-weight: bold; font-size: larger; vertical-align: middle; white-space: nowrap; width: 1%; }
#overviewgrid tr th { text-align: center; font-weight: normal; vertical-align: middle; white-space: nowrap; width: 1%; }
#overviewgrid tr td { text-align: center; font-weight: normal; vertical-align: middle; white-space: nowrap; width: 1%; }
/* #overviewgrid tr td a:hover {  text-decoration: none; } */

/* .gridheader div {
	width: 120px;
	height: 20px;
	text-align: center;
	display: inline-block;
}

.grid {
    border: 1px solid #ccc;
    border-width: 1px 0 0 1px;
	display: inline-block;
}

.grid div {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    float: left;
	width: 120px;
	height: 120px;
}

.gridrownum {
	width: 20px;
	height: 120px;
	font-weight: bold;
} */

.table-border {
    border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	margin-bottom: 5px;
}

.margbot5px {
	margin-bottom: 5px;
}

.padleft15px {
    padding-left: 15px;
}

.margleft15px {
    margin-left: 15px;
}

.padLR0px {
	padding-left: 0px;
	padding-right: 0px;
}

.selecttable {
	margin-bottom: 0px; /* Override Bootstrap */
}

.selecttable tr {
cursor:pointer;
}

.selecttable tr:hover {
  background-color:#e8edf1 !important
}

.selecttable tr.selected {
  background-color:#428bca !important;
  color:white;
}

.my-custom-scrollbar {
position: relative;
max-height: 600px;
overflow: auto;
}

.table-wrapper-scroll-y { display: block; }

.lmarg10px { margin-left: 10px; }

.rmarg10px { margin-right: 10px; }

.bmarg10px { margin-bottom: 10px; }

.LRpad10px { padding-left: 10px; padding-right: 10px; }

.inlinediv { display: inline-block; }

.alignbot { vertical-align: bottom; }

/* Settings page */

.nav-sidebar { 
    width: 100%;

    padding: 8px 0; 
    border-right: 1px solid #ddd;
}

.nav-sidebar a {
	color: #337ab7;
	font-weight: 500;
	
    -webkit-border-radius: 4px 0 0 4px; 
    -moz-border-radius: 4px 0 0 4px; 
    border-radius: 4px 0 0 4px; 
}

#setmenu > li > a:focus {
  text-decoration: none;
  background-color: #dddddd !important;
}

#setmenu > li > a:hover {
    background-color: #eeeeee !important;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.navmenuwidth { max-width: 190px; }

#alertbox { margin-top: 10px; }

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

.zeropadLR {
    padding-left: 0px;
    padding-right: 0px;
}

.nofocus:focus {
    text-decoration: none;
    background-color: transparent;
	outline: none !important;
}

.rtlcolw {
	max-width: 80px !important;
}

.ctrtxt {
	text-align:center;
}

/* .modal-overview { width: 90%; height: 80%; padding: 0; } */
.container-overview { margin-left: 0px; margin-right: 0px; width: 100%; padding: 0px; }
.overview-body-full { width: 100%; height: 100%; }
.overview-modal-content { height: 99%; }

.bold { font-weight: bold !important; }
/* .bold label input { font-weight: bold !important; } */
.darkorange { color: darkorange; }
.green { color: green; }
.red { color: red; }
.blue { color: blue; }
.bdleft { border-left-width: 5px; border-left-color: darkorange !important; }
.bdright { border-right-width: 5px; border-right-color: blue !important; }

.overviewbtn {
  position: relative;
/*   margin: 2em; */
}

.psalmcircle {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
  color: #fff;
  font-family: tahoma, arial, 'sans-serif';
  font-size: 9px;
  width: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  transform: translate(50%, -50%)
}

/* .psalmcircle {
    position: relative;
    top: -8px;
    right: -3px;
    background-color:#000000;
    color:#fff;
    font-family:tahoma, arial, 'sans-serif';
    font-size:9px;
	width: 16px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	display: inherit;
} */

.overviewswitch {
color: #428bca;
outline: none;
cursor: pointer;
vertical-align: text-bottom;
}

.switchtext {
vertical-align: super;
}

#times > label, #otheropts > label {
padding-top: 0px;
}

.valignmid {
vertical-align: middle;
}

.margbot5px {
margin-bottom: 5px;
}

.width8pc {
width: 8%;
}


#times > label > input, #otheropts > label > input, #presenttoggle, #devtoggle {
cursor: pointer;
}

#timelist > button {
text-align: center !important;
}

/* .hidden { display: none; } */

/* Right-aligned sidebar */
/* .nav-sidebar.pull-right { 
    border-right: 0; 
    border-left: 1px solid #ddd; 
}
.nav-sidebar.pull-right a {
    -webkit-border-radius: 0 4px 4px 0; 
    -moz-border-radius: 0 4px 4px 0; 
    border-radius: 0 4px 4px 0; 
} */

/* .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-image: none;
}

.list-group-item {
    padding: 2px 4px;
} */