/*--------------------------------------------------------------

  Template Name: Bagani Gardening and Landscaping Bootstrap4 Template.
  Template URI: #
  Description: Bagani is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.btn-success {
    background-color: #000;
}

.card-header {
    background-color: #49a010;
    color: white; /*text color*/
}

/*css for accordian in admin section*/
.lcc-accordion .panel-title a {
    color: #333;
    text-decoration: none;
}

/*make all glyphicon accordian icons green theme color */
.lcc-accordion .glyphicon {
    color: #000;
}

/*override bootstrap input blue focus color, set to green TCI theme color*/
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    border-color: rgba(100, 180, 55, 0.8);
    box-shadow: 0 1px 1px rgba(100, 180, 55,0.075) inset, 0 0 8px rgba(100, 180, 55,0.6);
    outline: 0 none;
}

label{
    font-weight:bold;
}

/* unvisited link */
a:link {
    color: #000;
}

/* visited link */
a:visited {
    color: #000;
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    color: blue;
}


/* overwrites for corkcoco*/
.header__top {
    background: #f8f8f5 none repeat scroll 0 0;
    position: relative;
}
.bg__dark {
    background: #000;
}

.bg__theme {
    background: #d31d20;
}

