html, body {
	font-size: .9em;
}

body {
	margin: 0;
	padding: 0;
	overflow: hiddden;
}

.half-padding {
	padding: 7px;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

#accelerware-header {
	padding: 10px 0;
}

.navbar-nav li a {
	text-align: center;
	padding: 10px 15px;
}

.navbar-image {
	width: 32px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-default .navbar-nav .active a{
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	background-color: #f8f8f8 !important;
}

.notice-button {
	font-weight: bold;
}

.glyphicon-warning-sign {
	padding: 0 15px 0 0;
	margin: 0;
	color: #B72C28;
}

.btn-danger {
	background: #f07a7a;
	background: -moz-linear-gradient(top,  #f07a7a 0%, #d75c4c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f07a7a), color-stop(100%,#d75c4c));
	background: -webkit-linear-gradient(top,  #f07a7a 0%,#d75c4c 100%);
	background: -o-linear-gradient(top,  #f07a7a 0%,#d75c4c 100%);
	background: -ms-linear-gradient(top,  #f07a7a 0%,#d75c4c 100%);
	background: linear-gradient(to bottom,  #f07a7a 0%,#d75c4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07a7a', endColorstr='#d75c4c',GradientType=0 );
	font-weight: bold;
	text-shadow: 1px 1px 1px #404040;
}

.btn-success {
	background: #c8e184;
	background: -moz-linear-gradient(top,  #c8e184 0%, #a7ce4f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8e184), color-stop(100%,#a7ce4f));
	background: -webkit-linear-gradient(top,  #c8e184 0%,#a7ce4f 100%);
	background: -o-linear-gradient(top,  #c8e184 0%,#a7ce4f 100%);
	background: -ms-linear-gradient(top,  #c8e184 0%,#a7ce4f 100%);
	background: linear-gradient(to bottom,  #c8e184 0%,#a7ce4f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e184', endColorstr='#a7ce4f',GradientType=0 );
	border-color: #A7CE4F;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
}

.btn-default {
	background: #fbfbfb;
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #fbfbfb 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #fbfbfb 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ebebeb',GradientType=0 );
}

.btn-default:hover {
	background: #e2e2e2;
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#d4d4d4));
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#d4d4d4 100%);
	background: -o-linear-gradient(top,  #e2e2e2 0%,#d4d4d4 100%);
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#d4d4d4 100%);
	background: linear-gradient(to bottom,  #e2e2e2 0%,#d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d4d4d4',GradientType=0 );
}

.btn-success:hover {
	border-color: #9BAE9B;
	background: #b8d763; /* Old browsers */
	background: -moz-linear-gradient(top, #b8d763 0%, #93bc34 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8d763), color-stop(100%,#93bc34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b8d763 0%,#93bc34 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b8d763 0%,#93bc34 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b8d763 0%,#93bc34 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b8d763 0%,#93bc34 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d763', endColorstr='#93bc34',GradientType=0 ); /* IE6-9 */
}

.white-search {
	color: white;
}

.middle-panels, .right-panels {
	margin-top: 20px;
}

#top-search,
#user-search {
	background: #c2e4ff;
	background: -moz-linear-gradient(top,  #c2e4ff 0%, #61c0dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2e4ff), color-stop(100%,#61c0dc));
	background: -webkit-linear-gradient(top,  #c2e4ff 0%,#61c0dc 100%);
	background: -o-linear-gradient(top,  #c2e4ff 0%,#61c0dc 100%);
	background: -ms-linear-gradient(top,  #c2e4ff 0%,#61c0dc 100%);
	background: linear-gradient(to bottom,  #c2e4ff 0%,#61c0dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e4ff', endColorstr='#61c0dc',GradientType=0 );
	width: 100%;
	border: 1px solid #45A5CF;
	text-shadow: 1px 1px 1px #545454;
	font-weight: bold;
}

#top-search:hover,
#user-search:hover {
	background: #97d0ff;
	background: -moz-linear-gradient(top,  #97d0ff 0%, #47b5d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97d0ff), color-stop(100%,#47b5d7));
	background: -webkit-linear-gradient(top,  #97d0ff 0%,#47b5d7 100%);
	background: -o-linear-gradient(top,  #97d0ff 0%,#47b5d7 100%);
	background: -ms-linear-gradient(top,  #97d0ff 0%,#47b5d7 100%);
	background: linear-gradient(to bottom,  #97d0ff 0%,#47b5d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d0ff', endColorstr='#47b5d7',GradientType=0 );
}

.panel-glyphs {
	padding: 10px;
}

.training-glyphs {
	padding: 0 10px;
}

.dark-panels {
	background-color: #B7BBC4;
}

.panel-heading {
	height: 35px;
}

.testing-glyphs {
	margin: 10px 10px;
	color: #8F8F9B;
}

.training-glyphs-2 {
	margin-right: 5px;
	color: #fff;
}

.training-glyphs-3 {
	margin-right: 5px;
	color: #333333;
}

.testing-glyphs:hover {
	color: #3C3C44;
}

#users-panel {
	margin-top: 20px;
}

#reports, #rewards {
	/*margin-top: -5px;*/
}

.left-panel-titles {
	padding: 10px;
	color: #8F8F8F;
	margin-top: -10px;

}

.middle-panel-titles {
	line-height: 30px;
	margin: 0;
	margin-top: -5px;
	padding: 0;
	color: #8F8F9B;
}

.middle-panel-titles-danger {
	line-height: 30px;
	margin: 0;
	margin-top: -5px;
	padding: 0;
	color: #a94442;
}

#first-alert {
	margin-top: 20px;
}

.alert-glyphs-remove {
	color: #a94442;
}

.right-panel-titles {
	margin-top: -1px;
	color: #8F8F8F;
}

.panel-collapse .panel-body {
	margin: 0;
	padding: 0;
}

.list-unstyled {
	margin-top: 5px;
	margin-bottom: 5px;
}

.panel-body .list-unstyled li a {
	color: #333333;
	padding-left: 15px;
	line-height: 2em;
}

.panel-heading a,
.panel-body .list-unstyled li a {
	text-decoration: none;
}

.custom-green-btn{
	/*font-size: .9em;*/
	background-color: #A2CD57;
	border: 1px solid #9CB365;
}

#add-new-user-btn {
	margin-top: 10px;
	padding-right: 5px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #545454;
}

#add-new-user-btn:hover {
	background: #c1dd73;
	background: -moz-linear-gradient(top,  #c1dd73 0%, #9dc83a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1dd73), color-stop(100%,#9dc83a));
	background: -webkit-linear-gradient(top,  #c1dd73 0%,#9dc83a 100%);
	background: -o-linear-gradient(top,  #c1dd73 0%,#9dc83a 100%);
	background: -ms-linear-gradient(top,  #c1dd73 0%,#9dc83a 100%);
	background: linear-gradient(to bottom,  #c1dd73 0%,#9dc83a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dd73', endColorstr='#9dc83a',GradientType=0 );
	border: 1px solid #9CB365 !important;
}

.staff-header,
.white-labels {
	color: #ffffff;
}

.right-panels .list-unstyled li a {
	margin: 0;
	padding: 0;
}

.btn.btn-danger.notice-button {
	background-color: #D85D4D
}

.checkboxes {
	width: 1.4em;
	height: 1.4em;
	top: -5px;
}

.reminders-by {
	color: #3CA8C4;
}

.program-search-labels {
	line-height: 2em;
}

#training-table-name {
	width: 20%;
}

#training-table-created-for {
	width: 15%;
}

.reminders-due-date {
	width:50px;
	display: inline-block;
}

#add-reward-button,
#add-type-button,
#add-injury-button {
	font-weight: bold;
	text-shadow: 1px 1px 1px #545454;
	border: 1px solid #9CB365 !important;
}

#add-reward-button a,
#add-injury-button a,
#add-type-button a {
	padding-right: 10px;
}

#add-reward-button:hover,
#add-injury-button:hover,
#add-type-button:hover {
	background: #c1dd73;
	background: -moz-linear-gradient(top,  #c1dd73 0%, #9dc83a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1dd73), color-stop(100%,#9dc83a));
	background: -webkit-linear-gradient(top,  #c1dd73 0%,#9dc83a 100%);
	background: -o-linear-gradient(top,  #c1dd73 0%,#9dc83a 100%);
	background: -ms-linear-gradient(top,  #c1dd73 0%,#9dc83a 100%);
	background: linear-gradient(to bottom,  #c1dd73 0%,#9dc83a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dd73', endColorstr='#9dc83a',GradientType=0 );
}

.btn-danger {
	background: #ee7877;
	background: -moz-linear-gradient(top,  #ee7877 0%, #d75c4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee7877), color-stop(100%,#d75c4d));
	background: -webkit-linear-gradient(top,  #ee7877 0%,#d75c4d 100%);
	background: -o-linear-gradient(top,  #ee7877 0%,#d75c4d 100%);
	background: -ms-linear-gradient(top,  #ee7877 0%,#d75c4d 100%);
	background: linear-gradient(to bottom,  #ee7877 0%,#d75c4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7877', endColorstr='#d75c4d',GradientType=0 );
	border-color: #D75C4E;
}

.btn-danger a,
.btn-primary a,
.btn-success,
.add-button-text {
	color: #ffffff;
}

.add-button-text:hover {
	color: #ffffff;
}

.btn-danger:hover {
	background: #ea5a58;
	background: -moz-linear-gradient(top,  #ea5a58 0%, #d14735 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5a58), color-stop(100%,#d14735));
	background: -webkit-linear-gradient(top,  #ea5a58 0%,#d14735 100%);
	background: -o-linear-gradient(top,  #ea5a58 0%,#d14735 100%);
	background: -ms-linear-gradient(top,  #ea5a58 0%,#d14735 100%);
	background: linear-gradient(to bottom,  #ea5a58 0%,#d14735 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5a58', endColorstr='#d14735',GradientType=0 );
}

.rewards-actions-text {
	padding-right: 10px;
}

.rewards-actions-text-2  {
	color: #333333;
}

.rewards-actions-text-2:hover {
	text-decoration: none;
	color: #333333;
}

.btn-group-spacer {
	margin-right: 15px;
}

.label-1 {
	line-height: 34px;
}

.no-padding {
	margin: 0 !important;
	padding: 0 !important;
}

.white-text {
	color: #ffffff !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.test-dropdown-1 {
	width: 87px;
}

.white-space-norm {
	white-space: normal;
}

.row-mt {
	margin-top: 15px !important;
}
.row-mt-2 {
	margin-top: 20px !important;
}

.center-text {
	text-align: center;
}

.valignc {
	vertical-align: middle !important;
}

.no-border-top {
	border-top: none !important;
}

.btn-vert-margin {
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn-group{
  white-space:flex;
}

button{
 white-space:normal;
}

.select-col {
	width: 30px;
}

/* .table-striped td {
	vertical-align: middle !important;
} */

.text-align-top td {
	vertical-align: top !important;
}

.bottom-btn-group {
	margin-top: 20px;
}

.red, .red a {
  color: #f00;
}

.aBitLarger {
	font-size: 1.2em;
}

.actions-icons {
	font-size: 1.5em !important;
	padding: 5px;
	color: #737778;
}

.actions-icons-sms {
	font-size: 1.8em !important;
	padding: 5px;
	color: #737778;
	position: relative;
	top: 3px;
}

.tips-tooltips {
	font-size: 1.3em !important;
	color: #F4B513;
}

.header-tips-tooltips {
	font-size: 1.3em !important;
	color: #F4B513;
}

.actions-icons-delete {
	font-size: 1.5em !important;
	padding: 5px;
	color: #D85D4F;
}

.fa-red {
	color: #D85D4F;
}

.cus-right-padding-5 {
	padding-right: 5px;
}

.cus-right-padding-10 {
	padding-right: 10px;
}

.cus-right-padding-15 {
	padding-right: 15px;
}

.cus-top-padding-5 {
	padding-top: 5px;
}

.cus-top-padding-10 {
	padding-top: 10px;
}

.cus-top-padding-15 {
	padding-top: 15px;
}

.cus-top-padding-20 {
	padding-top: 20px;
}

.cus-top-padding-22 {
	padding-top: 22px;
}

.cus-top-margin-27 {
	margin-top: 27px;
}

#fa-search-icon-top {
	font-size: 1.85em;
	color: #3D3D3D;
	vertical-align: bottom;
}

.fa-search-icon {
	font-size: 1.85em;
	color: #3D3D3D;
	vertical-align: middle;
}

#fa-search-icon-top:hover {
	font-size: 1.85em;
	color:#0000FF;
	vertical-align: bottom;
}

.fa-search-icon:hover {
	color: #0000FF;
}

.btmIcon {
	margin-top: 5px;
	color: #6D6D6D;
	padding-left: 12px;
}

.plain-grey-icon {
	font-size: 1.5em !important;
	color: #737778;
}

.top-bar-icons {
	color: #6D6D6D;
}

.btmIcon:hover {
	color: #0000FF;
}

.va-top {
	vertical-align: top;
}

#top-bar-container {
	background-color: #DFDFDF;
	height: 45px;
	padding: 5px 0 5px 0;
	overflow-y: hidden;
	min-width: 940px;
}

#top-franchise-select {
	padding-left: 47px;
}

#tfPageLoading {
	color: red;
	margin-top: 5px;
}

.spinning-cog {
	color: red;
	margin-top: 5px;
	font-size: 2em !important;
}

#form_nav_cog {
	float: right;
	position: relative;
	top: 15px;
}

.where {
	font-weight: bold;
	background-color: #6D6D6D;
}

.where > a {
	color: white !important;
}

#help-guides-search {
	padding-top: 20px;
}

#helpTab {
	background-color: #DFDFDF;
	-webkit-border-radius: 4px 4px;
	border-radius: 4px 4px;
	margin-top: 20px;
}

#helpTab .active a {
	font-weight: bold;
	color: black;
}

.help-list-link {
	font-size: 1.25em;
	line-height: 1.75em;
	color: #6D6D6D;
	margin-left: -20px;
}

.help-list-link:hover {
	color: #6D6D6D;
}

#help-tab-content {
	margin-top: 20px;
}

#help-tab-content ul {
	list-style: none;
}

.help-list-menu {
	color: #6D6D6D;
}

.help-list-menu:hover {
	color: #6D6D6D;
}

.no-list-style {
	list-style: none;
}

blockquote {
	color: #6D6D6D !important;
	font-size: 1.2em;
}

#login-div {
    height: 400px;
	width: 400px;
	margin-top: 50px;
}

.login-sections {
	margin-top: 30px;
}

#username-iga,
#password-iga {
	min-width: 39px;
}

.franchise-tab-panels {
	padding: 40px 20px;
}

.suggest_link,
.suggest_link_over {
	padding: 10px;
	border-bottom: none !important;
	width: 100% !important;
}

.suggest_link_over {
	cursor: pointer;
}

#userphotoform {
	width: 100px;
	height: 100px;
	margin: 8px 15px 0px 0px;
}

#userphotoformsmall {
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#editForm {
	padding: 0 0 15px 0;
}

#ProgrammingTasks > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	line-height: 1.1;
	font-size: 0.9em;
}

.user-form-lg-header,
.user-form-md-header,
.user-form-sm-header {
	margin: 0px;
	padding: 0px 0px 2px 175px;
	display: block;
}

.user-form-lg-header {
	font-size: 1.5em;
}

.user-form-md-header {
	font-size: 1.1em;
	color: #777777;
}

.user-form-sm-header {
	font-size: 1em;
	color: #777777;
}

.user-form-numbers {
	font-size: 1em;
	display: block;
	padding: 0px 0px 5px 0px;
}

#users-nav li a {
	text-align: center;
	padding: 15px;
	font-size: 1.1em;
	height: 74px;
}

#users-nav li .users-nav-sub-menu-link {
	padding: 6px 15px;
	font-size: 1em;
	height: 2em;
}

#users-nav li:hover {
	background-color: #E8E8E8;
}

#form-extra {
	height: 50px;
}

.users-nav-icons,
.users-nav-icons:before,
.users-nav-icons:after {
	font-size: 16px;
	padding: 5px;
	color: #737778;
	vertical-align: middle;
	height: 56px;

}

.users-file7,
.users-file7:before,
.users-file7:after {
	font-size: 27px;
	padding: 5px;
	color: #737778;
	vertical-align: top;
	position: relative;
	top: -3px;
}

#fv5-text {
	position: relative;
	top: 7px;
}

#ff7-text {
	position: relative;
	top: -9px;
}

#copy-across-btn {
	color: red;
	vertical-align: top;
	margin: 5px 10px;
}

.old-user-menu {
	background-color: #006dd9 !important;
}

.adv-search-hide {
	display: none;
	visibility: hiddden;
}

.fixed-table-header-bq {
	position: fixed;
	z-index: 100;
	background-color: #fff;
	height: 70px;
}

#ex-audit-fixed-table-header {
	position: fixed;
	z-index: 100;
	background-color: #fff;
	margin-top: 70px;
}

#ex-audit-fixed-table-header table {
	margin-bottom: 0px;
}

.fixed-header {
	position: fixed;
	z-index: 100;
	background-color: #fff;
	width: 100%;
}

.floatThead {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
	width: 100%;
}

.cus-top-padding-30 {
	padding-top: 30px;
}

.cus-bottom-padding-15 {
	padding-bottom: 15px;
}

.help-popover-icon {
	font-size: 1.3em !important;
	color: #F4B513;
}

#user-form-search {
	margin-top: 15px !important;
}

#mrs-fieldset {
	height: 200px;
	overflow: auto;
}

.floated-table thead {
	background-color: white;
}

.borderless {
	border: none !important;
}

.psc-sre {
	width: 35px;
	height: 34px;
	display: block;
	font-size: 14px;
	line-height: 1.4px;
	border-radius: 4px;
}

.no-padding-left {
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
	margin-right: 0px !important;
}

.no-padding-top {
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#psc-aescol {
	min-width: 790px !important;
}

.psc-td {
	border-top: none !important;
}

.active-yes-no,
.select-gender {
	width: 15%;
	min-width: 150px;
}

.select-small {
	width: 15%;
	min-width: 150px;
}

.recipients-list {
	height: 300px;
	overflow-y: scroll;
}

.ig-2 {
	top: -2px;
}

.datepicker {
	z-index: 1050 !important;
}

.input-time-h,
.input-time-m,
.input-time-s {
	width: 70px !important;
}

.en-time-headers {
	min-width: 240px !important;
}


#en-cost-header,
#en-date-header {
	min-width: 205px !important;
}


.mw-150 {
	min-width: 150px;
}

/*Use this to float table headers*/
table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

/*Use this to fix headers in place when using the floating table headers.
Note that this will only work well if there is only one line worth of an h6 header.
Add this to the header row*/
.fixthisheader {
	position: fixed;
	z-index: 100;
	background-color: white;
}

.minmax-small .form-control,
.minmax-small .input-group,
.minmax-small {
	min-width: 100px !important;
	max-width: 120px !important;
}

.minmax-xsmall {
	min-width: 50px !important;
	max-width: 70px !important;
}

#autoSaveStatus {
	border-left: 5px solid #5cb85c;
	color: #5cb85c !important;
}

/*Use this section for changes in xs screens*/
@media (max-width: 767px) {
	#users-nav li a {
		text-align: left;
		font-size: 1.1em;
		height: 100%;
		padding: 5px;
	}

	#users-nav li {
		border-bottom: 1px solid #E7E7E7;
	}

	#users-nav li:last-of-type {
		border-bottom: none;
	}

	#users-nav {
		margin: 0 -15px;
	}
}

.intro-vid-cbxs-w {
	font-size: 1.15em !important;
	color: green;
}

.intro-vid-cbxs {
	font-size: 1.15em !important;
	color: red;
}

.intro-vid-link {
	font-size: 1.15em;
}

.button-group-add-icon {
	margin-right: 5px;
	color: white;
	text-shadow: 1px 1px 1px #000;
}

/*Classes for fixed width elements*/
.fw-50 {
	width: 50px !important;
}

.fw-100 {
	width: 100px !important;
}

.fw-150 {
	width: 150px !important;
}

#org-type-color-picker-container .colorpicker:before,
#org-type-color-picker-container .colorpicker:after {
	display: none;
}

.colorpicker-container .colorpicker:before,
.colorpicker-container .colorpicker:after {
	display: none;
}

#org-type-color-picker-container .input-group {
	padding: 0px;
}

.colorpicker-container .input-group {
	padding: 0px;
}

.cl-add-new-con {
	font-size: 1.6em !important;
	top: 8px;
	left: 10px;
	position: relative;
	color: rgb(109, 109, 109);
}

#conlog-utype {
	margin-top: 7px;
}

#tmp_referralname {
	position: relative;
	top: 7px;
}

.conlog-from-to {
	width: 50px !important;
}

.cus-left-margin-15 {
	margin-left: 15px;
}

#conlog-staff-container {
	height: 200px;
	overflow-y: scroll;
	max-width: 320px;
	border: 1px solid rgb(204, 204, 204);
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	position: relative;
	left: 15px;
	padding: 5px 15px;
}

.cus-top-margin-15 {
	margin-top: 15px;
}

.cus-right-margin-15 {
	margin-right: 15px;
}

.cus-bottom-margin-15 {
	margin-bottom: 15px;
}

.cus-left-margin-15 {
	margin-left: 15px;
}

#appointment-programs {
	margin-left: -5px;
}

#appointment-programs-text {
	position: relative;
	top: -5ptx;
}

.minus-15-margin-left {
	margin-left: -15px !important;
}

.panel-title-small {
	font-size: 12px !important;
	margin-top: -3px;
}

.input-prog { max-width: 80px !important; }
.input-progt { max-width: 40px !important; }

.checkbox-panel {
	height: 300px;
	overflow-y: scroll;
}

/*******************************************************************************
	Use this for the magnifying glass icons on search panels. Place inside the
	<a> tag
*******************************************************************************/

.search-icon-margin-top-27 {
	top: 27px;
	position: relative;
}

.table-responsive {
	overflow: visible;
	overflow-y: visible;
}

/*******************************************************************************
	CSS for search boxes
*******************************************************************************/
.search-panel .panel-title {
	color: #8F8F9B;
	font-size: 18px;
}

.search-panel .panel-body {
	background-color: #B7BBC4;
}

.search-panel {
	margin-bottom: 0px;
}

input[type="checkbox"] {
	margin-top: 2px;
}

.instance-others-list {
	border: 1px solid #ccc;
	background-color: #e8e8e8;
	padding: 15px;
}

.search-panel button.btn-link {
	color: #3D3D3D;
}

/*******************************************************************************
	CSS for search icons inside the search panel
*******************************************************************************/
/*Search Panel Search Icon Top Margin*/
a .spsitm {
	margin-top: 27px;
	float: left;
}

/******************************************************************************/
#sideframe-current-date {
	margin-top: 15px;
}

#sideframe-current-date .panel-heading {
	height: auto;
	padding: 0px 15px;
}

#sideframe-current-date p {
	padding-top: 10px;
	color: #737778;
}

#quest-layout-qtd {
	width: 300px;
}
/** extend bootstrap with extra colours **/

.table > thead > tr > td.warningBright,
.table > tbody > tr > td.warningBright,
.table > tfoot > tr > td.warningBright,
.table > thead > tr > th.warningBright,
.table > tbody > tr > th.warningBright,
.table > tfoot > tr > th.warningBright,
.table > thead > tr.warningBright > td,
.table > tbody > tr.warningBright > td,
.table > tfoot > tr.warningBright > td,
.table > thead > tr.warningBright > th,
.table > tbody > tr.warningBright > th,
.table > tfoot > tr.warningBright > th {
  background-color: #FFFF99;
}
.table-hover > tbody > tr > td.warningBright:hover,
.table-hover > tbody > tr > th.warningBright:hover,
.table-hover > tbody > tr.warningBright:hover > td,
.table-hover > tbody > tr:hover > .warningBright,
.table-hover > tbody > tr.warningBright:hover > th {
  background-color: #FFFF26;
}

#replist ul {
	margin: 0;
	padding: 0;
}

#replist ul li a {
	color: #333;
	line-height: 2em;
}

#replist ul li a:hover {
	padding-left: 5px;
	color: #000;
}

#cl-popup-script-icon {
	font-size: 1.6em !important;
	left: 10px;
	position: relative;
	color: rgb(109, 109, 109);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
}

.green {
	color: darkgreen;
}
.error {
	color: darkred;
}
.warning {
	color: darkorange;
}