a {
  color: #2574ab;
}

a hover {
  color: #116097;
}

.alert-primary {
  background: #2574ab;  
}

.alert-info {
  background: #5bc0de;  
}

.alert-success {
  background: #6ed566;  
}

.text-success {
  color: #2574ab;
}

.btn-hatcher-homepage {
  background: #2574ab;
}

.homepage-promo-insert {
  background: #2574ab;
}

.btn-logged-register {
  background: #2574ab;
  color: #ffffff;
}

.btn-primary {
  background: #2574ab;
}

.btn-primary.focus {
  background: #116097; 
  border: 1px solid white;
}

.btn-primary hover {
  background: #116097; 
  border: 1px solid white;
}

.btn-primary:hover {
  background: #116097;
  border: 1px solid white;
}

.btn-primary:focus {
  background: #116097;
  border: 1px solid white;
}

.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #116097; 
  border: 1px solid white;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #fe911f;
  border: 1px solid white;
}

.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.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 {
  background-color: #2574ab; 
}

.btn-info {
  background: #5bc0de;
}

.btn-info.focus {
  background: #47acca; 
  border: 1px solid white;
}

.btn-info hover {
  background: #47acca; 
  border: 1px solid white;
}

.btn-info:hover {
  background: #47acca; 
  border: 1px solid white;
}

.btn-info:focus {
  background: #47acca; 
  border: 1px solid white;
}

.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #47acca;
  border: 1px solid white;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background: #47acca; 
  border: 1px solid white;
}

.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.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 {
  background-color: #5bc0de; 
}

.btn-success {
  background-color: #6ed566;   
}

.btn-success.focus {
  background: #5ac152; 
  border: 1px solid white;
}

.btn-success hover {
  background: #5ac152; 
  border: 1px solid white;
}

.btn-success:hover {
  background: #5ac152; 
  border: 1px solid white;
}

.btn-success:focus {
  background: #5ac152; 
  border: 1px solid white;
}

.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #5ac152; 
  border: 1px solid white;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background: #5ac152; 
  border: 1px solid white;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #6ed566; 
}

.hatcher-tab-circle-active {
  background-color: #2574ab; 
}

.label-primary {
  background-color: #2574ab;   
}

.panel-success > .panel-heading {
  background: #6ed566;
}

.admin_expander {
  background: #2574ab;
}

.leftpanel-profile .media-object {
  border: 0px;
}

.nav-hatcher > li > a > i {
  color: #2574ab;
}

.nav-hatcher > li.active > a {
  background: #2574ab;
}

.nav-hatcher > li.active:before {
  border-top: 7px solid #2574ab;
}

.nav-hatcher > li.active .children:before {
  border-top: 7px solid #2574ab;
}

.nav-hatcher .children {
  background-color: #fcffff;     
}

.nav-hatcher .children > li.active > a {
  color: #2574ab;
}

.nav-hatcher .children > li.active > a:before {
  background-color: #2574ab;
}

.nav-line > li > a {
  padding-top: 10px;
}

.nav-line > li.active > a {
  box-shadow: 0 2px 0 #2574ab;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  box-shadow: 0 2px 0 #2574ab;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #fff;
  background-color: #116097; 
  border: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  background-color: #ffffff;
  color: #2574ab;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #2574ab;
}

.nav-primary {
  background: #2574ab;
}

.nav-primary > li > a:hover, .nav-primary > li > a:focus, {
  background-color: #fcffff; 
}

.nav-info {
  background: #5bc0de;
}

.nav-sidebar.nav-justified {
  background-color: #116097; 
}

.nav-sidebar.nav-justified > .active > a, .nav-sidebar.nav-justified > .active > a:hover, .nav-sidebar.nav-justified > .active > a:focus {
  color: #2574ab;
}

.nav-sidebar.nav-justified > li > a {
  background-color: #2574ab;
}

.nav-sidebar.nav-justified > li > a:hover, .nav-sidebar.nav-justified > li > a:focus {
  background-color: #116097; 
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover, .nav-stacked > li.active > a:focus {
  background-color: #2574ab;  
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #2574ab;
}

.panel-primary > .panel-heading {
  background-color: #2574ab;
}

.panel-info > .panel-heading {
  background-color: #5bc0de;
}

.panel.panel-post-item.added {
  background-color: #fcffff;
  border: 1px solid #d8dce3;
}

.panel.panel-post-item.database {
  background-color: #fcffff;
  border: 1px solid #d8dce3;
}

.panel.panel-post-item.status {
  background-color: #fcffff;
  border: 1px solid #d8dce3;
}

.panel-success > .panel-heading {
  background-color: #6ed566;
}

.panel-site-traffic .panel-body .ion-stats-bars {
  background-color: #2574ab;
}

.panel-site-traffic .panel-body .ion-eye {
  background-color: #2574ab;
}

.panel-site-traffic .panel-body .ion-paper-airplane {
  background-color: #2574ab;
}

.table-primary {
  background-color: #fcffff;   
}

.table-primary > thead > tr > th, .table-primary > tfoot > tr > th {
  background-color: #2574ab;
}

.table-primary > tbody > tr.info > th,

.table-primary > tbody > tr.info > td {
  background-color: #fcffff; 
}

.table-primary.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e8ffff;
}

.tr:nth-of-type(odd) {
  background-color: #e8ffff;
}

.table-primary.table-hover > tbody > tr:hover {
  background-color: #fcffff; 
}

.table-primary.table-hover > tbody > tr.info:hover > th,
.table-primary.table-hover > tbody > tr.info:hover > td {
  background-color: #fcffff; 
}

.table-primary.table-striped-col > thead > tr th:nth-of-type(even),
.table-primary.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-primary.table-striped-col > thead > tr td:nth-of-type(even),
.table-primary.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #2574ab;
}

.table-primary.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-primary.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #fcffff; 
}

.table-info > thead > tr > th, .table-primary > tfoot > tr > th {
  background-color: #5bc0de;
}

.timeline-date {
  background-color: #2574ab;
}

.well {
  background-color: #fcffff;
  border: 1px solid #d8dce3;
}

