@media print {
    .doNotPrint {
        display: none;
    }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a.list-group-item.text-link,
.text-link {
    color: #337ab7;
    text-decoration: none;
}

body {
	font-family: Arial;
	color: #333;
}

label input[type="text"],
label select,
label textarea {
    font-weight: normal;
}

.accordion .panel-group{
    margin-bottom: 0px;
}

.addItem {
    color: #53B848;
    cursor: pointer;
}

.affix {
    top: 0;
    width: 100%;
}

.affix-top {
    width: 100%;
}

.affix-bottom {
    position: absolute;
    width: 100%;
}

.btn.btn-min-padding {
    padding: 1px 6px;
}

.btn-primary {
  margin-left: 10px;
  margin-right: 5px;
  background-color: #53B848;
  border: 1px solid #259145;
}

.btn-primary:focus
{
    background-color: #53B848;
    color: #fff;

    border: 1px solid #259145;
}
  
.btn-primary:active
{
    background-color: #53B848;
    color: #fff;
    border: 1px solid #259145;
}

.btn-primary:active:focus
{
	background-color: #53B848;
    color: #fff;
    border: 1px solid #259145;
}

  
.btn-primary:hover
{
  background-color: #38AF49;
  color: #fff;
  border-color: #259145;
  
}

.btn-primary:hover:active 
{
    background-color: #259145;
    color: #fff;
    border-color: #259145;
}

.btn-primary:active:hover 
{
    background-color: #259145;
    color: #fff;
    border-color: #259145;
}

.btn-secondary {
	background-color: #eee;
    color: #333;
    border: 1px solid #ccc;
}

.btn-secondary:focus 
{
    background-color: #eee;
    color: #333;
    border: 1px solid #ccc;
}
  
.btn-secondary:hover 
{
  background-color: #ddd;
  color: #333;
  border-color: #ccc;
  
}

.btn-secondary:hover:active 
{
    background-color: #ccc;
    color: #333;
    border-color: #ccc;
}

.btn-transparent {
    color: inherit;
    background-color: transparent;
    border: none;
}

.checkbox label.label-md {
    display: initial;
    font-weight: bold;
}

.col-sm-3-nav-fixed {
    position: fixed;
    max-width: 275px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background-color: #53B848;
}


.glyphicon.loading {
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}

.favourite {
    color: #ffbb00;
    cursor: pointer;
}

.favourite.glyphicon.glyphicon-star:hover:before {
    content:"\e007"
}

.favourite.glyphicon.glyphicon-star-empty:hover:before {
    content:"\e006"
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th
{
	background-color: #f2f2f2;
}

.label-md {
    font-size: 12px;
    margin-bottom: 1px;
    margin-top: 5px;
    text-transform: uppercase;
    width: 100%;
    vertical-align: bottom;
}

.label-sm {
    font-size: 10px;
    width: 100%;
    vertical-align: bottom;
}

.label-primary
{
	background-color: #53B848;
    color: #fff;
    border: 1px solid #259145;
}

.label-secondary
{
	background-color: #eee;
    color: #333;
    border: 1px solid #ccc;
}

.list-group-card .list-group-item {
    border-left: 0;
    border-right: 0;
}

.modal {
    overflow: auto !important;
}

.modal-full {
    width: auto;
    margin: 10px;
}

.nav-tabs li.active a {
	color: #333;
}

.nav-tabs li a i {
    color: #333;
}

.badge
{
	background-color:  #fff;
	color: #53B848;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus
{
	background-color: #53B848;
    border: 1px solid #259145;
}

.navbar-inverse
{
	color: #fff;
	background-color: #53B848;
	border: 1px solid #259145;
}

.navbar-inverse .navbar-brand
{
	color: #fff;
	background-color: #53B848;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #38AF49;
}

.navbar-inverse .navbar-nav>li>a:hover
{
    background-color: #38AF49;
}

.navbar-inverse .navbar-nav>li>a:active:hover
{
    background-color: #38AF49;
}

.navbar-inverse .navbar-nav .active a
{	
	background-color: #259145;
}

.navbar-inverse .navbar-nav .active a:hover
{
    background-color: #38AF49;
}

.navbar-inverse .navbar-nav a:active,
.navbar-inverse .navbar-nav a:focus
{
    background-color: #259145;
}

.navbar-inverse .navbar-nav a:hover
{
    background-color: #38AF49;
}

.navbar-inverse .navbar-nav a:active
{
    background-color: #259145;
}

.navbar-inverse .navbar-nav li a
{
	color: #fff;
    background-color: #53B848;
}

.navbar-inverse .navbar-nav>li>.dropdown-menu 
{
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #38AF49;
    border: 1px solid #259145;
}

.list-group-item.active
{
	background-color: #38AF49;
	border: 1px solid #259145;
}

.list-group-item.active:hover
{
	background-color: #259145;
	border: 1px solid #259145;
}

.panel-primary
{
    border: 1px solid #259145;
}

.panel-primary>.panel-heading
{
    background-color: #38AF49;
    border: 1px solid #259145;
}

.panel-primary.dark {
    border: 1px solid #ffffff;
}

.panel-primary.dark>.panel-heading
{
    background-color: #259145;
    border: 1px solid #259145;
}

.panel-light {
    border: 1px solid #ededed;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}

.panel-light>.panel-heading {
    background-color: #fcfcfc;
    border: 1px solid #ededed;
}

.panel-transparent {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}

.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:active,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover
{
    background-color: #38AF49;
    color: #fff;
    border-color: #259145;
}

.slider-handle {
    background: #38AF49;
}

.well.well-light {
    background-color: #fcfcfc;
}

label.checkbox {
    font-weight: 100;
    color: #333333;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2px 6px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

label.checkbox+label.checkbox {
    margin-left: 5px;
    margin-top: 0;
}

label.checkbox:hover, label.checkbox.active:hover {
    background-color: #ddd;
}

label.checkbox.active {
    background-color: #eeeeee;
}

.textInput {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    padding-left: 5px;
    padding-right: 5px;
}

a:not([href]) {
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    display: none;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #53b848;
    background-image: -webkit-linear-gradient(45deg,
    rgba(37, 145, 69, .3) 25%,
    transparent 25%,
    transparent 50%,
    rgba(37, 145, 69, .3) 50%,
    rgba(37, 145, 69, .3) 75%,
    transparent 75%,
    transparent)

} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
    display: none;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
    background-color: transparent;
}

.removeItem {
    color: #b84848;
    cursor: pointer;
}

.not-sortable {
    cursor: default;
}

.modal .modal-body .input-group {
    margin-bottom: 15px;
}

.modal .modal-body #registryRow {
    max-height: 600px;
    overflow-y: auto;
}