.table-bordered td {
    width: auto !important;
    white-space: nowrap;
}

td .form-control {
    height: 25px;
}

.highcharts-credits {
    enabled: false
}

fieldset.scheduler-border {
    border: 1px groove #279a36!important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
            
}

legend.scheduler-border {
	color: #279a36!important;
    font-size: 1em !important;
    font-weight: bold !important;
    text-align: left !important;
    border:none;
	width:100px;
}

.normaltable{
    white-space: wrap;
}
   
.modal-title{
    display:none;
}

.sidebar {
    background-color: #279a36;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #279a36;
}

.skin-blue .sidebar-menu > li > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
    color: #ffffff;
    background: #279a36;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
    color: #ffffff;
    background: #dff0d8;
    color: #279a36;
}

.skin-blue .main-header .navbar {
    background-color: #279a36;
}

skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #279a36;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #279a36;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a, .skin-blue .sidebar-menu .treeview-menu > li > a {
    color: #ffffff;
}

.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a, .skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: black;
    font-weight: bold;
    background-color: #dff0d8;
    border-right: 1px solid #dff0d8;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #ffffff;
    border: 0px;
}

.tab-pane{
    padding: 2%;
}

.bg-image{
    background-image: url("../../storage/pictures/rice.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 600px;
    /* background-color: #279a36; */
}

.skin-blue .main-header .logo {
    background-color: #dff0d8;
    color: #279a36;
    font-weight: bolder;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    border-left-color: #279a36;
}

.skin-blue .main-header li.user-header {
    background-color: #279a36;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: #fff;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}