.btn-success {
    background-image: none!important;
    border-color: rgba(255, 255, 255, 0)!important;
}

.dataTables_wrapper .dataTables_filter input {
    /*margin-left: 0.5em;*/
    background: #f3f9f3!important;
    border-radius: 3px!important;
    height: 32px!important;
    border: 1px solid #cbe5a8!important;
}

.modal-header {
    background: #5cb85c!important;
    color: #ffffff!important;
}

textarea {
  /*width: 300px;*/
  height: 80px!important;
}

.btn-primary {
    background: #5cb85c!important;
	border-color: #5cb85c!important;
	color: #ffffff!important;
}

.breadcrumb {
    background-color: #f9f9f9!important;
    border-radius: 0px!important;
    color: #097a47!important;
}

.breadcrumb a {
    color: #097a47!important;
}

.breadcrumb a:hover {
    color: #6fb193!important;
    text-decoration: none!important;
}

/*a {
    color: #097a47!important;
    text-decoration: none!important;
}*/

.hide-border {
	border-color: #cbe5a8!important;
}

.btn .btn-default:focus, .btn-default:hover {
    background: #cbe5a8!important;
	border-color: rgba(255, 255, 255, 0)!important;
}

.btn-default {
    /*color: #333;*/
    background: #cbe5a8!important;
	border-color: rgba(255, 255, 255, 0)!important;
}

.dropdown-menu>li>a:hover {
    background: #cbe5a8!important;
    color: green!important;
}


.btn .btn-default .dropdown-toggle {

}

thead {
    background-color: #f5f5f5!important;
    color: #000000!important
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr:nth-child(even){background-color: #eaf2f2!important;}
/*tr:nth-child(odd){background-color: #fefefe!important;}*/

.form-control {
    border: 1px solid #cbe5a8!important;
}

.panel-default {
    border-color: #cbe5a8!important;
}

.panel-heading {
    background: #f2f8ea !important;
    border-color: none!important;
}

.touch {
	/*background-color: #097a47!important; */
	/*font-size: 20px!important;*/
	font-family: Optima;
}

.ikooba-logo {
	padding-top: 5px;
    width: 115px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff!important;
}

.activelink {
	background-color: #9cce5a!important;
}

.activelink-sub {
	background-color: #9cce5a!important;
}

.activelink-sub>a {
	color: #ffffff!important;
}

.ahover a:hover, .ahover a:focus {
	background: #9cce5a!important;
}

.dropdown-menu {
	background-color: #097a47!important;
}
.y-nav-menu .dropdown-menu{
    background-color: #fff !important;
    color: #097a47;
}

.dropdown-menu>li>a {
	color: #ffffff!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff!important;
    background-color: #097a47!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none!important;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ffffff!important;
    background-color: #9cce5a!important;
}