/*anchor*/
a { color: #667fa0; }
a:hover { color: #2A3542; }

/*panel*/
.panel { border: none; box-shadow: none; }

.panel-heading { border-color: #eff2f7; font-size: 16px; font-weight: 300; }

.panel-title { color: #2A3542; font-size: 14px; font-weight: 400; margin-bottom: 0; margin-top: 0; font-family: 'Open Sans', sans-serif; }

/*label*/
.label { padding: 0.5em 0.8em; }

.label-default { background-color: #a1a1a1; }

.label-primary { background-color: #59ace2; }

.label-success { background-color: #A9D86E; }

.label-info { background-color: #8175c7; }

.label-warning { background-color: #FCB322; }

.label-danger { background-color: #FF6C60; }

.label-inverse { background-color: #344860; }

/*text color*/
.text-danger { color: #FF6C60; }

.text-muted { color: #a1a1a1; }

.text-primary { color: #59ace2; }

.text-warning { color: #FCB322; }

.text-success { color: #A9D86E; }

.text-info { color: #8175c7; }

/*modal*/
.modal-content { box-shadow: none; border: none; }

.modal-header { background: #00A8B3; color: #fff; border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-bottom: none; }

.modal-header .close { margin-top: 0; }

/*text input*/
.form-control { border: 1px solid #e2e2e4; box-shadow: none; color: #777; }
.form-control:focus, #focusedInput { border: 1px solid #517397; box-shadow: none; }
.form-horizontal .control-label { font-weight: 300; font-size: 14px; text-align: left; }

input, textarea, select, button { outline: none !important; }

/*list*/
ul { padding-left: 0; }

/*dropdown shadow*/
.btn-group.open .dropdown-toggle, .btn:active, .btn.active { box-shadow: none; }

/*dropdown select bg*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #495d74; color: #FFFFFF; text-decoration: none; }

/*breadcrumbs*/
.breadcrumb { background-color: #fff; }

/*tab*/
.nav-tabs > li > a { margin-right: 1px; }

/*collapse*/
.panel-default > .panel-heading { background-color: #FFFFFF; border-color: #DDDDDD; color: #797979; }

/*nav inverse*/
.navbar-inverse { background-color: #7087A3; border-color: #7087A3; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #61748d; }

.navbar-inverse .navbar-nav > li a:hover { color: #2A3542; }

.navbar-inverse .navbar-nav > li > ul > li a:hover { color: #fff; }

.navbar-inverse .navbar-brand { color: #FFFFFF; }

.navbar-inverse .navbar-nav > li > a { color: #fff; }

.navbar-inverse .navbar-nav > .dropdown > a .caret { border-bottom-color: #fff; border-top-color: #fff; }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #000; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { color: #fff; }

/*nav justified*/

.nav-justified { width: auto !important; }

.nav-justified li:last-child > a:hover, .nav-justified li.active:last-child > a { border-radius: 0 4px 0 0 !important; -webkit-border-radius: 0 4px 0 0 !important; }

/*list group*/

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { background-color: #00A8B3; border-color: #00A8B3; color: #FFFFFF; z-index: 2; }

.list-group-item-heading { font-weight: 300; }

/*progress*/

.progress { box-shadow: none; background: #f0f2f7; }

/*alert*/

.alert-success, .alert-danger, .alert-info, .alert-warning { border: none; }

/*table*/
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { padding: 10px; }

a.navitag,
a.navitag:visited { color: #222; margin-left: 7px; margin-right: 5px; font-size: 13px; }
a.navitag:hover { color: #111; font-size: 13px; font-weight: 600; }

.form-title { padding-right: 15px; font-size: 14px; }
