a {color:darkblue}
table {
	width:100%;
	margin-bottom:20px;
}
table th, table td {
	vertical-align:top;
}
table.table-responsive {
	display:table;
}

h3 + .list-checkbox {
	margin-top:10px;
}
.list-checkbox {
	margin:0px;
	padding:0px;
}

.list-checkbox li {
	display:block;
	list-style:none;
	margin:3px 0px;
	padding:0px;
}

.list-checkbox .col-form-label {
	padding-top:0px;
}

.options {
	display:block;
	width:100%;
	padding:0px;
	margin:0px 0px 0px 0px;
	min-height:20px;
	font-size:13px;
}

.options li {
	display:block;
	float:left;
	list-style:none;
}
.options li > a,
.options li > span {
	display:block;
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #ccc;
}
.options li.nobr > a,
.options li.nobr > span {
	border-right:none;
}
.options li.nobl.pull-right > a,
.options li.nobl.pull-right > span {
	border-left:none;
}

.options li.pull-right a,
.options li.pull-right > span {
	margin-left:10px;
	padding-left:10px;
	margin-right:0px;
	padding-right:0px;
	border-left:1px solid #ccc;
	border-right:none;
}

.options li.pull-right {
	float:right;
}

.form-group.inline select,
.form-group.inline .custom-select {
	width:auto;
}

.form-group.inline {
	display:inline-block;
	margin-right:10px;
}
.form-group.inline .col-md-3,
.form-group.inline .col-md-9 {
	display:block;
	max-width:100%;
	min-width:100%;
	flex:none;
}
.btn-secondary,
.btn.dropdown-toggle {
	border:1px solid #ced4da;
}


.container-fluid {
	padding-bottom:0px;
}

.sidebar-nav ul li ul li a {
	padding: 5px 0px 5px 10px;
}
.sidebar-nav ul li ul {
	border-bottom:none;
}

footer, footer a {
	color:#444;
	font-size:13px;
}

.search-row {
	border-top:2px solid #ccc;
    font-size:12px;
}
.hidden {
	display:none;
}
.dataTables_wrapper .dataTable thead .search-row th {
	padding-top:2px;
	padding-bottom:6px;
}
.dataTables_wrapper {
	font-size:13px;
	padding-top:0px;
}
.dataTables_wrapper th,
.dataTables_wrapper td {
	padding:4px;
}
table {
	font-size:15px;
}

.dataTables_filter {
	float:none;
}
.dataTables_length {
	text-align:right;
	display:block;
}
.dataTables_wrapper .dataTables_filter .fa {
	margin-right:4px;
	margin-left:4px;
}
.dataTables_filter input {
	margin-left:0px;
}

.search-row input {
	width:100%;
	border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size:12px;
}

.search-row input:focus {
	outline: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
	background-size: 100% 2px, 100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.dataTables_wrapper .dataTable thead th{cursor:pointer;background-position:center right;background-repeat:no-repeat;padding-right:20px}
.dataTables_wrapper .dataTable thead th.sorting{background-image:url('../images/datatables/sort_both.png')}
.dataTables_wrapper .dataTable thead th.sorting_asc{background-image:url('../images/datatables/sort_asc.png')}
.dataTables_wrapper .dataTable thead th.sorting_desc{background-image:url('../images/datatables/sort_desc.png')}
.dataTables_wrapper .dataTable thead th.sorting:hover{background-image:url('../images/datatables/sort_asc.png')}
.dataTables_wrapper .dataTable thead th.sorting_asc:hover{background-image:url('../images/datatables/sort_desc.png')}
.dataTables_wrapper .dataTable thead th.sorting_desc:hover{background-image:url('../images/datatables/sort_asc.png')}
.dataTables_wrapper .dataTable thead th.sorting_asc_disabled{background-image:none}
.dataTables_wrapper .dataTable thead th.sorting_desc_disabled{background-image:none}
.dataTables_wrapper .dataTable thead .search-row th { padding-right:2px; padding-top:10px; padding-bottom:6px; }

.dataTables_processing {
    position: absolute;
    top: 0px;
    left:0px;
    margin-left: -125px;
}

body, input[type="checkbox"] + label, input, select, textarea, .form-control, .badge {
	font-size:13px;
}
.badge-success {
	background-color: #28a745;
}
.badge-light {
	background-color: #dee2e6;
}

.dataTable {
	margin-top:10px;
}


.filter-tags .badge.badge-light {
    border: 0px solid #BF3F36;
		padding:8px;
}
/*psd update*/
.filter-tags .badge.badge-light-top {
    border: 0px solid #dee2e6;
    background: #999;
		color:#fff;
}
.filter-tags .badge.badge-light {
    border: 0px solid #dee2e6;
    background: #333;
		color:#fff;
}
h5 {font-weight: bold;}



.dataTables_length select {
	background:0px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding-bottom:0px;
}

.form-control, .custom-select {
	padding:4px;
	line-height:20px;
	min-height:24px;
	height:auto;
}
.custom-select {
	padding-right:30px;
	padding:2px 30px 2px 4px;
	min-height:30px;
	margin-top:-2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding:.2em .6em;
}
.form-group.row {
	border-bottom:1px solid #dee2e6;
	padding-bottom:10px;
	margin-bottom:10px;
}

.form-group .inline.form-group {
	border:none;
	margin-bottom:0px;
}

.form .col-12 > div .form-group.row:last-child {
	border-bottom:none;
	margin-bottom:0px;
}

.form-control::placeholder {
	color:#ccc;
}

th.right,
td.right {
	text-align:right;
}
.table th,
.table td {
	padding:4px 6px;
}

td.table-group,
tr.table-group td {
	border-top:2px solid #ccc;
	font-weight:bold;
}

html body .card-title .btn-circle {
	color:#fff;
	left:-21px;
	position:absolute;
	top:-0px;
	width:30px;
	height:30px;
	line-height:30px;
	padding:0px;
}
html body .card-title .btn-circle.btn-secondary,
html body .card-title .btn-circle.btn-secondary.active {
	color:#ced4da;
	border-color:#ced4da;
}
html body .card-title .btn-circle.btn-secondary.active {
	color: #fff;
	background:#f2496b;
	border-color: #f2496b;
}

.breadcrumb.breadcrumb-plain {
	padding:2px 0px;
	margin-bottom:10px;
	background:transparent;
}


.card {
	min-width: 100%;
}

table .float-right {
	text-align:right;
}

.note {
/*	color:#979797;*/
	font-size:13px;
}
.content {
	padding-top:30px;
}
.remove-nav .content {
	padding:20px;
}
.remove-nav .page-wrapper {
	margin-left:0px;
	min-height:auto;
	padding:0px;
	background:transparent;

}
.remove-nav .container-fluid {
	padding:0px;
}

.remove-nav .card {
	margin-bottom:5px;
}


.validation-holder {
	display: none;
}
.alert.validation-holder.alert-success,
.alert.validation-holder.alert-info,
.alert.validation-holder.alert-block,
.alert.validation-holder.alert-error,
.alert.validation-holder.alert-danger,
.alert.validation-holder.alert-message {
	display:block;
	margin-bottom:20px;
}

.help-inline.error {
	color: #f2496a;
	font-size:12px;
}

.validation-holder ul {
	margin-bottom:0px;
	padding-left:20px;
}
.filter-tags .badge {
	margin-bottom:2px;
	font-size:13px;
}

td [type="checkbox"] + label {
	height:16px;
}

.img-fixed-width-70 {
	max-width:70px;
	width:70px;
}

.input-group-text {
	padding:4px 7px;
	font-size:13px;
	line-height:20px;

}
.input-group .uneditable-input {
	padding-left:10px;
}
.input-group >.custom-file, .input-group > .custom-select, .input-group > .form-control {
	flex:none;
}

.uneditable-input {
	padding: 7px 0px;
	line-height:20px;
	display:inline-block;
}

.date-time-modal abbr {
	display:block;
}

.mydatepicker.form-control {
	flex:none;
}
.custom-select {
	width:auto;
}


.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
	font-size: 1em;
}
.star-half-png, .star-on-png {
	color: #f8b107;
}
.star-off-png {
	color: #cbcbcb;
}

:target {
	padding-top: 90px;
	margin-top: -90px;
	display: inline-block;
}

.star-rating {
	background:#efefef;
}




.user-display-list .label.pull-right {
	margin-top:3px;
}
.user-display-list-title {
	font-size:18px;
	line-height:24px;
}
.user-display-list-details {
	/*color:#979797;*/
}
.user-display-list .advanced-search {
	display:none;
}
.user-display-list .pull-right {
	text-align:right;
}
.user-display-list-time {
	color:#444;
}
.user-display-list td {
	padding:10px;
}
.user-display-list tr.first-row {
	display:none;
}

.italic {
	font-style:italic;
}

.card-body .breadcrumb {
	margin-top:-15px;
}

.card-title .star-rating {
	float:right;
	background: #fff;
}

.twitter-typeahead .tt-menu {
   max-height: 150px;
   overflow-y: auto;
 }

 .fa-check-circle {
 	color: #28a745;
 }





.recipes-clear,
.ingredients-clear,
.steps-clear,
.exercises-clear,
.sets-clear,
.exercise-clear {
	color:#ccc;
}

.exercise-clear:hover,
.recipes-clear:hover,
.ingredients-clear:hover,
.steps-clear:hover,
.exercises-clear:hover,
.sets-clear:hover {
	color:#d9534f;
}

.full-width-inputs textarea,
.full-width-inputs input[type=text] {
	width:100%;
	box-sizing: border-box;
}
table tr td textarea {
	width:100%;
	box-sizing: border-box;
}
.fa-check.muted {
	color:#ccc;
}

.btns-only .form-group {
	margin-bottom:0px;
}


.stat {
	text-align:center;
}

.stat-title {
	display:block;
	color: #9babb4;

}
.stat-number {
	display:block;
	font-size:30px;
	text-align:center;
}

.toggle-nutrients.toggle-nutrients-hidden tr.toggle-nutrients-toggleable {
	display:none;
}


/**********************************/
/* Member and Admin area changes */
/********************************/
.sidebar-nav {
    background: unset;
}
.scroll-sidebar {
    background: #383645;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a {
    color: #fff;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #009EE9;
}
.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
    color: #009EE9;
    background: #fff;
}
.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
    color: #009EE9;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
    color: #009EE9;
}

.dataTables_filter input, #workoutsTable_filter input, [type="search"] {
    border: 1px solid #BF3F36;
    border-radius: 8px;
    padding: 5px;
}


.table-striped tbody tr {
    /*border-top: 2px solid #009EE9;*/
		border-top: 1px solid #ddd;
		border-bottom: 2px solid #fff;

}
.star-off-png {
    font-size: x-large;
}
.fas.fa-star, .star-half-png, .star-on-png {
    color: rgba(255,0,0,0);
    background: linear-gradient(to bottom right, #009EE9, #0074BE);
    background-clip: text;
    font-size: x-large;
}
#workoutsListTable_paginate {
    border: 0px solid #BF3F36;
    border-radius: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #0074BE;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #009EE9;
    font-size: medium;
}

.card-no-border .card {
    background: #E8EDED;
}
.page-wrapper {
    background: unset;
}
body {
    font-family:'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Montserrat', sans-serif;
}














.table-striped tbody tr:nth-of-type(2n+1) {
    background: #fff;
}

.filter-tags .badge {padding:8px;}
.user-display-list-title {
  color:#009EE9;
}

tr.even {background:#f8f8f8;}

.dataTables_filter input, #workoutsTable_filter input, [type="search"] {border: 1px solid #ccc;background:#fff;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	background:#f2f2f2;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {background:#fff;}
