body {
  color: #525252;
  background: #0c8c2c url(../img/devoops_pattern_b10.png) 0 0 repeat;
}

#sidebar-left {
  /*background: #8dc53e url(../img/devoops_pattern_b10.png) 0 0 repeat; */
	background: #0c8c2c;	
}

#breadcrumb {
	background: #0c8c2c url(../img/devoops_pattern_b10.png) 0 0 repeat;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  background-color: #0c8c2c;
  border-color: #0c8c2c;
}

a{
    /*font-size: 12px;*/
    color: #034425;
    text-decoration: none;
}


 a:hover, a:focus {
    color: #006937;
    text-decoration: none;
}

/*tr {
	background-color: #8dc53e !important;
}*/

/*a:hover {
    color: #981b45;
    text-decoration: none;
}*/

.main-menu .dropdown-menu {
	position: absolute;
    z-index: 2001;
    left: 100%;
    top: 0;
    float: none;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0;
    /*background: #0BA9F9 url(../img/devoops_pattern_b10.png) 0 0 repeat;*/
    background: #0c8c2c url(../img/devoops_pattern_b10.png) 0 0 repeat;
    box-shadow: none;
    visibility:hidden;
}

.main-menu .dropdown-menu > li > a {
  padding:9px 15px 9px 40px;
  color:#f0f0f0;
}
.main-menu .dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.main-menu .dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active,
.table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
  background-color: #0c8c2c;
  border-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr.primary:hover > th {
  color: #fff;
  background-color: #0c8c2c;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn-info, .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active, .progress-bar-info,
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #269a64;
  border-color: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    color: #fff;
    background-color: #269a64;
    border-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  .main-menu .dropdown-menu {
    position: relative;
    z-index: inherit;
    left:0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background:rgba(0, 0, 0, 0.2);
    visibility: visible;
  }
  .main-menu .dropdown-menu > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
}

#top-panel {
  background: #0c8229;
}

[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  width: 40%;
  height: 35px;
  border-radius: 5px;*/
  /*background: #47b3fe;*/

  /*font-family: Montserrat-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;*/
}

/*.login100-form-btn:hover {
  background: #333333;
}*/

#breadcrumb {
  padding: 0;
  line-height: 40px;
  background: none;
  /*background: #0BA9F9 url(../img/devoops_pattern_b10.png) 0 0 repeat;*/
  margin-bottom: 20px;
}

.breadcrumb > li > a {
  color: #0c8229;
}

.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
  color: #0c8229;
}

.breadcrumb > li + li:before {
    color: #0c8229;
}

#logo {
  background: #014238;
}

#logo a {
  background: #014238;
}

.table-heading thead tr {
  background-color: #2ce85b;
  background-image: -webkit-linear-gradient(top, #2ce85b, #1baa3f);
  background-image:    -moz-linear-gradient(top, #2ce85b, #1baa3f);
  background-image:     -ms-linear-gradient(top, #2ce85b, #1baa3f);
  background-image:      -o-linear-gradient(top, #2ce85b, #1baa3f);
  background-image:         linear-gradient(to bottom, #2ce85b, #1baa3f);
}

.dataTables th {
  background-color: #21e154;
  color: #525252;
}

/*th {
    background-color: #8dc53e;
    color: #525252;
}

th.sorting_asc {
    background-color: #8dc53e;
    color: #525252;
}

th.sorting_desc {
    background-color: #8dc53e;
    color: #525252;
}*/