.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.clearfix {
    *zoom: 1
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
.drop-ie-gradient {
    filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)")
}
.dropdown-arrow-inverse {
    border-bottom-color: #34495e!important;
    border-top-color: #34495e!important
}
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400!important;	/* astrauss - making font bolder 8Jan2016 */
    line-height: 1.231;
    color: #34495e;
    background-color: #fff
}
a {
    color: #16a085;
    text-decoration: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden
}
a:focus,
a:hover {
    color: #1abc9c;
    text-decoration: none
}
.img-rounded {
    border-radius: 6px
}
.img-comment {
    font-size: 15px;
    line-height: 1.231;
    font-style: italic;
    margin: 24px 0
}
p {
    font-size: 18px;
    line-height: 1.71109
}
.lead {
    font-size: 28px;
    line-height: 1.4642745000000001;
    font-weight: 300
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
small {
    font-size: 83%;
    line-height: 2.050846
}
.text-primary {
    color: #1abc9c
}
a.text-primary:focus,
a.text-primary:hover {
    color: #15967d
}
.text-success {
    color: #2ecc71
}
a.text-success:focus,
a.text-success:hover {
    color: #25a35a
}
.text-danger {
    color: #e74c3c
}
a.text-danger:focus,
a.text-danger:hover {
    color: #b93d30
}
.text-warning {
    color: #f1c40f
}
a.text-warning:focus,
a.text-warning:hover {
    color: #c19d0c
}
.text-info {
    color: #3498db
}
a.text-info:focus,
a.text-info:hover {
    color: #2a7aaf
}
.text-inverse {
    color: #fff
}
a.text-inverse:focus,
a.text-inverse:hover {
    color: #ccc
}
.text-muted {
    color: #bdc3c7
}
a.text-muted:focus,
a.text-muted:hover {
    color: #979c9f
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.2
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #7f8c9a
}
h1,
h2,
h3 {
    margin-top: 2px;
    margin-bottom: 4px
}
h4,
h5,
h6 {
    margin-top: 4px;
    margin-bottom: 6px
}
h6 {
    font-weight: 400
}
.h1,
h1 {
    font-size: 61px
}
.h2,
h2 {
    font-size: 52px
}
.h3,
h3 {
    font-size: 40px
}
.h4,
h4 {
    font-size: 29px
}
.h5,
h5 {
    font-size: 28px
}
.h1 small,
.h6,
h1 small,
h6 {
    font-size: 24px
}
.h2 small,
h2 small {
    font-size: 18px
}
.h3 small,
.h4 small,
h3 small,
h4 small {
    font-size: 14px
}
blockquote {
    position: relative;
    border-left: 0;
    padding: 0 0 0 19px
}
blockquote:before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #ebedee;
    content: "";
    border-radius: 2px
}
blockquote p {
    font-size: 21px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: .4em
}
blockquote small {
    font-size: 19px;
    line-height: 2;
    font-style: italic;
    color: #34495e
}
blockquote small:before {
    content: ""
}
address {
    margin-bottom: 1.231;
    line-height: 1.231
}
.btn,
.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 15px;
    font-weight: 400
}
.btn-block {
    white-space: normal
}
.btn {
    border: 0;
    background: #bdc3c7;
    color: #fff;
    padding: 9px 12px 10px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 6px;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
    -webkit-backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
.btn-group:focus .btn.dropdown-toggle,
.btn:focus,
.btn:hover {
    background-color: #cacfd2;
    color: #fff;
    outline: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden
}
.btn-group.open .btn.dropdown-toggle,
.btn.active,
.btn:active {
    background-color: #a1a6a9;
    color: rgba(255, 255, 255, .75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn.disabled,
.btn[disabled] {
    background-color: #bdc3c7;
    color: rgba(255, 255, 255, .75);
    opacity: .7;
    filter: alpha(opacity=70)
}
.btn.btn-hg,
.input-group-hg .btn {
    font-size: 22px;
    line-height: 22px;
    padding: 15px 20px 16px
}
.btn.btn-hg>[class^=fui-],
.input-group-hg .btn>[class^=fui-] {
    top: 1px
}
.btn.btn-hg>[class^=fui-].pull-right,
.input-group-hg .btn>[class^=fui-].pull-right {
    margin-right: -2px
}
.btn.btn-lg,
.input-group-lg .btn {
    font-size: 17px;
    line-height: 20px;
    padding: 12px 18px 13px
}
.btn.btn-lg>[class^=fui-],
.input-group-lg .btn>[class^=fui-] {
    top: 0
}
.btn.btn-lg>[class^=fui-].pull-right,
.input-group-lg .btn>[class^=fui-].pull-right {
    margin-right: -2px
}
.btn.btn-sm,
.input-group-sm .btn {
    font-size: 13px;
    line-height: 20px;
    padding: 6px 13px 8px
}
.btn.btn-sm>[class^=fui-],
.input-group-sm .btn>[class^=fui-] {
    top: 0
}
.btn.btn-xs,
.input-group-xs .btn {
    font-size: 12px;
    padding: 8px 13px 9px;
    line-height: 1.2
}
.btn.btn-xs>[class^=fui-],
.input-group-xs .btn>[class^=fui-] {
    top: 0
}
.btn.btn-embossed {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
}
.btn.btn-embossed.active,
.btn.btn-embossed:active {
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15)
}
.btn.btn-wide {
    min-width: 140px;
    padding-left: 30px;
    padding-right: 30px
}
.btn.btn-primary {
    background-color: #1abc9c
}
.btn-group:focus .btn.btn-primary.dropdown-toggle,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: #48c9b0
}
.btn-group.open .btn.btn-primary.dropdown-toggle,
.btn.btn-primary.active,
.btn.btn-primary:active {
    background-color: #16a085
}
.btn.btn-info {
    background-color: #3498db
}
.btn-group:focus .btn.btn-info.dropdown-toggle,
.btn.btn-info:focus,
.btn.btn-info:hover {
    background-color: #5dade2
}
.btn-group.open .btn.btn-info.dropdown-toggle,
.btn.btn-info.active,
.btn.btn-info:active {
    background-color: #2c81ba
}
.btn.btn-danger {
    background-color: #e74c3c
}
.btn-group:focus .btn.btn-danger.dropdown-toggle,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
    background-color: #ec7063
}
.btn-group.open .btn.btn-danger.dropdown-toggle,
.btn.btn-danger.active,
.btn.btn-danger:active {
    background-color: #c44133
}
.btn.btn-success {
    background-color: #2ecc71
}
.btn-group:focus .btn.btn-success.dropdown-toggle,
.btn.btn-success:focus,
.btn.btn-success:hover {
    background-color: #58d68d
}
.btn-group.open .btn.btn-success.dropdown-toggle,
.btn.btn-success.active,
.btn.btn-success:active {
    background-color: #27ad60
}
.btn.btn-warning {
    background-color: #f1c40f
}
.btn-group:focus .btn.btn-warning.dropdown-toggle,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
    background-color: #f5d313
}
.btn-group.open .btn.btn-warning.dropdown-toggle,
.btn.btn-warning.active,
.btn.btn-warning:active {
    background-color: #cda70d
}
.btn.btn-inverse {
    background-color: #34495e
}
.btn-group:focus .btn.btn-inverse.dropdown-toggle,
.btn.btn-inverse:focus,
.btn.btn-inverse:hover {
    background-color: #415b76
}
.btn-group.open .btn.btn-inverse.dropdown-toggle,
.btn.btn-inverse.active,
.btn.btn-inverse:active {
    background-color: #2c3e50
}
.btn.btn-default {
    background-color: #bdc3c7
}
.btn-group:focus .btn.btn-default.dropdown-toggle,
.btn.btn-default:focus,
.btn.btn-default:hover {
    background-color: #cacfd2
}
.btn-group.open .btn.btn-default.dropdown-toggle,
.btn.btn-default.active,
.btn.btn-default:active {
    background-color: #a1a6a9
}
.btn>[class^=fui-] {
    margin: 0 1px;
    position: relative;
    top: 1px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline
}
.btn>[class^=fui-].pull-right {
    margin-right: 0
}
.btn-toolbar .btn.active {
    color: #fff
}
.btn-toolbar .btn:first-child {
    border-radius: 6px 0 0 6px
}
.btn-toolbar .btn:last-child {
    border-radius: 0 6px 6px 0
}
.btn-toolbar .btn>[class^=fui-] {
    font-size: 16px;
    top: 0;
    margin: 0 4px
}
.btn-tip {
    font-weight: 300;
    padding-left: 10px
}
.btn-group>.btn {
    border-radius: 0;
    text-align: center
}
.btn-group>.btn.active+.btn,
.btn-group>.btn:active+.btn {
    border-left-color: transparent
}
.btn-group>.btn:first-of-type,
.btn-group>.btn:first-of-type:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.btn-group>.btn:last-of-type,
.btn-group>.btn:last-of-type:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.btn-group>.btn+.btn {
    margin-left: 0
}
.btn-group>.btn+.dropdown-toggle {
    border-left: 2px solid rgba(52, 73, 94, .15);
    padding-left: 13px;
    padding-right: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-group>.btn+.dropdown-toggle .caret {
    margin-left: 3px;
    margin-right: 3px
}
.btn-group>.btn.btn-gh+.dropdown-toggle .caret {
    margin-left: 7px;
    margin-right: 7px
}
.btn-group>.btn.btn-sm+.dropdown-toggle .caret {
    margin-left: 0;
    margin-right: 0
}
[class*=btn-social-] {
    padding-top: 8px!important
}
.btn-social-pinterest {
    background-color: #cb2028
}
.btn-social-pinterest:focus,
.btn-social-pinterest:hover {
    background-color: #d54d53
}
.btn-social-pinterest.active,
.btn-social-pinterest:active {
    background-color: #ad1b22
}
.btn-social-linkedin {
    background-color: #0072b5
}
.btn-social-linkedin:focus,
.btn-social-linkedin:hover {
    background-color: #338ec4
}
.btn-social-linkedin.active,
.btn-social-linkedin:active {
    background-color: #00619a
}
.btn-social-stumbleupon {
    background-color: #ed4a13
}
.btn-social-stumbleupon:focus,
.btn-social-stumbleupon:hover {
    background-color: #f16e42
}
.btn-social-stumbleupon.active,
.btn-social-stumbleupon:active {
    background-color: #c93f10
}
.btn-social-googleplus {
    background-color: #2d2d2d
}
.btn-social-googleplus:focus,
.btn-social-googleplus:hover {
    background-color: #575757
}
.btn-social-googleplus.active,
.btn-social-googleplus:active {
    background-color: #262626
}
.btn-social-facebook {
    background-color: #2f4b93
}
.btn-social-facebook:focus,
.btn-social-facebook:hover {
    background-color: #596fa9
}
.btn-social-facebook.active,
.btn-social-facebook:active {
    background-color: #28407d
}
.btn-social-twitter {
    background-color: #00bdef
}
.btn-social-twitter:focus,
.btn-social-twitter:hover {
    background-color: #33caf2
}
.btn-social-twitter.active,
.btn-social-twitter:active {
    background-color: #00a1cb
}
@media (max-width: 480px) {
    .btn.btn-block {
        margin: 9px 0 18px
    }
}
.caret {
    border-width: 8px 6px;
    border-bottom-color: #34495e;
    border-top-color: #34495e;
    border-style: solid;
    border-bottom-style: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.001);
    -moz-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001)
}
.dropup .btn-lg .caret,
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-bottom-width: 8px
}
.btn-lg .caret {
    border-top-width: 8px;
    border-right-width: 6px;
    border-left-width: 6px
}
.navbar {
    background-color: #fff;
    font-size: 16px;
    font-weight: 200;
    border-radius: 0;
    border: 0
}
.navbar .navbar-brand {
    background: url(../img/logo.svg) center;
    background-size: 150px auto;
    border-radius: 0;
    width: 120px;
    height: 120px;
    margin-top: 5px;
    margin-bottom: -15px;
    margin-left: 15px;
    padding: 94px 28px 8px 17px;
    text-shadow: none;
    display: inline-block
}
.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover {
    color: #1abc9c
}
.navbar .navbar-brand[class*=fui-] {
    font-weight: 400
}
.navbar .navbar-brand small {
    line-height: 1
}
.navbar .nav {
    margin-right: 0;
    margin-top: 20px;
    display: inline-block;
    float: right
}
.navbar .nav>li {
    position: relative;
    margin-top: 20px;
    display: inline-block
}
.navbar .nav>li:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 100;
    -webkit-transform: scale(1, 1);
    display: block\9
}
.navbar .nav>li.active>a,
.navbar .nav>li.active>a:focus,
.navbar .nav>li.active>a:hover {
    color: #1abc9c;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.navbar .nav>li:first-child,
.navbar .nav>li:last-child {
    border-radius: 0
}
.navbar .nav>li>ul {
    padding-top: 0px;
    top: 80%;
    padding-left: 0
}
.navbar .nav>li>ul:before {
    content: "";
    border-style: solid;
    border-width: 0 9px 9px;
    border-color: transparent transparent #34495e;
    height: 0;
    position: absolute;
    left: 15px;
    top: 5px;
    width: 0;
    -webkit-transform: rotate(360deg)
}
.navbar .nav>li>ul li:hover ul {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    visibility: visible;
    display: block\9
}
.navbar .nav>li>ul li ul {
    left: 100%
}
.navbar .nav>li>a {
    color: #526476;
    font-weight: 500;
    font-size: 16px;
    text-shadow: none;
    -webkit-transition: background-color .25s, color .25s, border-bottom-color .25s;
    -moz-transition: background-color .25s, color .25s, border-bottom-color .25s;
    -o-transition: background-color .25s, color .25s, border-bottom-color .25s;
    transition: background-color .25s, color .25s, border-bottom-color .25s;
    -webkit-backface-visibility: hidden
}
.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    color: #1abc9c
}
.navbar .nav>li>a[class*=fui-] {
    font-size: 24px;
    font-weight: 400
}
.navbar .nav>li>a>[class*=fui-] {
    font-size: 24px;
    margin: -4px 0 0;
    position: relative;
    top: 4px
}
.navbar .nav>li>a>[class*=fui-]+* {
    margin-left: 12px
}
.navbar .nav ul {
    border-radius: 0;
    left: 0;
    list-style-type: none;
    margin-left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 234px;
    -webkit-transform: scale(1, .99);
    -webkit-transform-origin: 0 0;
    visibility: hidden;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-backface-visibility: hidden
}
.navbar .nav ul ul {
    left: 95%;
    padding-left: 5px
}
.navbar .nav ul li {
    background-color: lightgrey;
    padding: 0 3px 3px;
    position: relative
}
.navbar .nav ul li:first-child {
    border-radius: 6px 6px 0 0;
    padding-top: 3px
}
.navbar .nav ul li:last-child {
    border-radius: 0 0 6px 6px
}
.navbar .nav ul li.active>a,
.navbar .nav ul li.active>a:focus,
.navbar .nav ul li.active>a:hover {
    background-color: #1abc9c;
    border: 2px solid;
    border-radius: 4px
}
.navbar .nav ul li.active+li>a {
    padding-left: 9px;
    padding-right: 9px;
    border: 2px solid;
    border-radius: 4px
}
.navbar .nav ul a {
    display: block;
    font-size: 14px;
    padding: 6px 9px;
    border: 2px solid;
    border-radius: 4px;
    text-decoration: none
}
.navbar .nav ul a:hover {
    background-color: #1abc9c;
    border: 2px solid;
    border-radius: 4px
}
.navbar .btn-navbar {
    background: 0 0;
    border: 0;
    color: #34495e;
    margin: 18px 15px 14px;
    text-shadow: none;
    display: none
}
.navbar .btn-navbar:focus,
.navbar .btn-navbar:hover {
    background: 0 0;
    color: #1abc9c
}
.navbar .btn-navbar .icon-bar {
    display: none
}
.navbar-inner {
    background: #eceef0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 6px
}
.navbar-inverse {
    font-size: 17px
}
.active .navbar-new,
.active .navbar-unread {
    display: none
}
.navbar-inverse .navbar-new,
.navbar-inverse .navbar-unread {
    top: 15px
}
.navbar-new {
    background-color: #e74c3c;
    font-size: 12px;
    line-height: 17px;
    height: 18px;
    margin: -9px -1px;
    min-width: 18px;
    padding: 0 1px;
    width: auto;
    -webkit-font-smoothing: subpixel-antialiased
}
.navbar.navbar-inverse .nav li.dropdown.open>.dropdown-toggle {
    background-color: #1abc9c;
    border-bottom-color: #16a085;
    color: #fff
}
.navbar.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret {
    border-bottom-color: #fff!important;
    border-top-color: #fff!important
}
.navbar .nav li.dropdown.open>.dropdown-toggle {
    background: 0 0;
    color: #1abc9c
}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret {
    border-bottom-color: #1abc9c!important;
    border-top-color: #1abc9c!important
}
.navbar .nav li.dropdown.open .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 1000;
    -webkit-transform: none
}
.navbar .nav li.dropdown>.dropdown-toggle {
    outline: 0
}
.navbar .nav li.dropdown>.dropdown-toggle:focus .caret,
.navbar .nav li.dropdown>.dropdown-toggle:hover .caret {
    border-bottom-color: #1abc9c;
    border-top-color: #1abc9c
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 8px;
    border-bottom-color: #4c6a89;
    border-top-color: #4c6a89;
    margin-left: 10px
}
.navbar .nav li.dropdown .dropdown-menu {
    background-color: #34495e;
    opacity: 0;
    padding: 0;
    visibility: hidden
}
.navbar .nav li.dropdown .dropdown-menu:before {
    display: none
}
.navbar .nav li.dropdown .dropdown-menu:after {
    border-bottom-color: #34495e
}
.navbar .nav li.dropdown .dropdown-menu>li>a {
    border-radius: 3px;
    color: #fff;
    padding: 6px 8px 8px
}
.navbar .nav li.dropdown .dropdown-menu .divider {
    background-color: #2c3e50;
    border-bottom: 0;
    margin: 2px 0 5px;
    padding: 0;
    height: 2px
}
.navbar.navbar-fixed-bottom .navbar-inner .navbar-search .form-control,
.navbar.navbar-fixed-top .navbar-inner .navbar-search .form-control {
    border-radius: 50px 0 0 50px!important
}
.navbar.navbar-fixed-bottom .navbar-inner .navbar-search .btn,
.navbar.navbar-fixed-top .navbar-inner .navbar-search .btn {
    border-radius: 0 50px 50px 0
}
.navbar.navbar-fixed-bottom .nav>li:hover>ul {
    bottom: 100%;
    padding-bottom: 13px;
    top: auto
}
.navbar.navbar-fixed-bottom .nav>li:hover>ul li:hover ul {
    bottom: 0
}
.navbar.navbar-fixed-bottom .nav ul {
    bottom: 80%;
    top: auto
}
.alert {
    color: #34495e;
    padding: 16px 45px 16px 30px;
    text-shadow: none;
    background-color: #fff;
    border: 2px solid #ebece8;
    font-size: 16px;
    line-height: 1.53875em;
    border-radius: 6px
}
.alert a {
    color: #f1c40f;
    font-weight: 700
}
.alert a:hover {
    text-decoration: underline
}
.alert a.btn {
    color: #fff;
    text-decoration: none
}
.alert a.btn.active,
.alert a.btn:active {
    color: rgba(255, 255, 255, .75)
}
.alert h3 {
    font-size: 24px
}
.alert p {
    font-size: 17px;
    line-height: 2
}
.alert .close {
    position: relative;
    top: 3px;
    right: -31px;
    line-height: 18px;
    font-size: 18px;
    color: #34495e
}
.alert .btn {
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 15px
}
.alert-success {
    background-color: #eef6f5;
    border-color: #e0eaeb
}
@media (max-width: 979px) {
    .navbar.navbar-inverse .navbar-brand {
        border: 0;
        padding-top: 11px;
        padding-bottom: 13px
    }
    .navbar.navbar-inverse .nav {
        margin-left: 0;
        margin-right: 0
    }
    .navbar.navbar-inverse .nav>li.active>a,
    .navbar.navbar-inverse .nav>li.active>a:focus,
    .navbar.navbar-inverse .nav>li.active>a:hover {
        background-color: #1abc9c
    }
    .navbar.navbar-inverse .nav>li>a,
    .navbar.navbar-inverse .nav>li>a:hover {
        background: 0 0;
        border: 0
    }
    .navbar.navbar-inverse .nav>li ul li a {
        color: #fff
    }
    .navbar.navbar-inverse .navbar-search {
        border: 0;
        padding-right: 20px;
        padding-left: 20px!important;
        max-width: none
    }
    .navbar.navbar-inverse .nav-collapse .nav>li>a,
    .navbar.navbar-inverse .nav-collapse li.dropdown .dropdown-menu a,
    .navbar.navbar-inverse a {
        color: #fff;
        border-radius: 0
    }
    .navbar.navbar-inverse .nav-collapse .nav>li>a:focus,
    .navbar.navbar-inverse .nav-collapse .nav>li>a:hover,
    .navbar.navbar-inverse .nav-collapse li.dropdown .dropdown-menu a:focus,
    .navbar.navbar-inverse .nav-collapse li.dropdown .dropdown-menu a:hover,
    .navbar.navbar-inverse a:focus,
    .navbar.navbar-inverse a:hover {
        color: #fff
    }
    .navbar.navbar-inverse .nav-collapse {
        width: auto;
        margin-left: -15px;
        margin-right: -15px
    }
    .navbar .navbar-brand {
        padding-left: 20px;
        margin-left: 12px;
        float: none
    }
    .navbar .btn-navbar {
        float: right;
        display: block;
        margin-right: 0;
        padding-bottom: 0
    }
    .navbar .nav {
        float: right;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-right: -15px;
        margin-left: -15px
    }
    .navbar .nav>li.dropdown:hover .dropdown-menu,
    .navbar .nav>li.dropdown:hover>ul,
    .navbar .nav>li:hover .dropdown-menu,
    .navbar .nav>li:hover>ul {
        height: auto;
        margin-left: 30px
    }
    .navbar .nav>li.dropdown:hover .dropdown-menu li:hover a,
    .navbar .nav>li.dropdown:hover>ul li:hover a,
    .navbar .nav>li:hover .dropdown-menu li:hover a,
    .navbar .nav>li:hover>ul li:hover a {
        background-color: transparent;
        color: #1abc9c
    }
    .navbar .nav>li.dropdown:hover .dropdown-menu li:hover ul,
    .navbar .nav>li.dropdown:hover>ul li:hover ul,
    .navbar .nav>li:hover .dropdown-menu li:hover ul,
    .navbar .nav>li:hover>ul li:hover ul {
        height: auto;
        margin-left: 20px
    }
    .navbar .nav>li.dropdown>a,
    .navbar .nav>li.dropdown>a:hover,
    .navbar .nav>li>a,
    .navbar .nav>li>a:hover {
        background: 0 0;
        padding: 7px 15px
    }
    .navbar .nav>li ul,
    .navbar .nav>li.dropdown ul {
        background: 0 0;
        height: 0;
        padding: 0;
        position: static;
        width: auto
    }
    .navbar .nav>li ul:after,
    .navbar .nav>li ul:before,
    .navbar .nav>li.dropdown ul:after,
    .navbar .nav>li.dropdown ul:before {
        display: none
    }
    .navbar .nav>li ul li,
    .navbar .nav>li.dropdown ul li {
        background: 0 0
    }
    .navbar .nav>li ul li a,
    .navbar .nav>li.dropdown ul li a {
        color: #34495e
    }
    .navbar .nav>li ul li a:focus,
    .navbar .nav>li ul li a:hover,
    .navbar .nav>li.dropdown ul li a:focus,
    .navbar .nav>li.dropdown ul li a:hover {
        color: #1abc9c
    }
    .navbar .nav li.dropdown .dropdown-menu {
        background: 0 0;
        margin-top: 0
    }
    .navbar .nav li.dropdown .dropdown-menu li a {
        color: #34495e
    }
    .navbar .nav li.dropdown .dropdown-menu li a:focus,
    .navbar .nav li.dropdown .dropdown-menu li a:hover {
        color: #1abc9c
    }
    .navbar .nav .dropdown-toggle:focus {
        background-color: transparent!important
    }
    .navbar .nav li a .hidden-lg {
        display: inline!important
    }
    .navbar .nav li {
        display: block
    }
    .navbar .nav a {
        display: block!important
    }
    .navbar .nav-collapse {
        width: 100%;
        *zoom: 1
    }
    .navbar .nav-collapse:after,
    .navbar .nav-collapse:before {
        display: table;
        content: ""
    }
    .navbar .nav-collapse:after {
        clear: both
    }
    .navbar .nav-collapse .navbar-search {
        padding-left: 5px;
        float: none!important
    }
    .navbar-new,
    .navbar-unread {
        position: static;
        float: right;
        margin: 0 0 0 10px
    }
}
.select {
    display: inline-block;
    margin-bottom: 10px
}
[class*=span]>.select[class*=span] {
    margin-left: 0
}
.select[class*=span] .btn {
    width: 100%
}
.select.select-block {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
    *zoom: 1
}
.select.select-block:after,
.select.select-block:before {
    display: table;
    content: ""
}
.select.select-block:after {
    clear: both
}
.select.select-block .btn {
    width: 100%
}
.select .btn {
    width: 220px
}
.select .btn.btn-hg .filter-option {
    left: 20px;
    right: 40px;
    top: 16px
}
.select .btn.btn-hg .caret {
    right: 20px
}
.select .btn.btn-lg .filter-option {
    left: 18px;
    right: 38px;
    top: 12px
}
.select .btn.btn-sm .filter-option {
    left: 13px;
    right: 33px;
    top: 7px
}
.select .btn.btn-sm .caret {
    right: 13px
}
.select .btn.btn-xs .filter-option {
    left: 13px;
    right: 33px;
    top: 5px
}
.select .btn.btn-xs .caret {
    right: 13px
}
.select .btn .filter-option {
    height: 26px;
    left: 13px;
    overflow: hidden;
    position: absolute;
    right: 33px;
    text-align: left;
    top: 10px
}
.select .btn .caret {
    position: absolute;
    right: 16px;
    margin-top: 8px
}
.select .btn .dropdown-toggle {
    border-radius: 6px
}
.select .btn .dropdown-menu {
    min-width: 100%
}
.select .btn .dropdown-menu dt {
    cursor: default;
    display: block;
    padding: 3px 20px
}
.select .btn .dropdown-menu li:not(.disabled)>a:hover small {
    color: rgba(255, 255, 255, .004)
}
.select .btn .dropdown-menu li>a {
    min-height: 20px
}
.select .btn .dropdown-menu li>a.opt {
    padding-left: 35px
}
.select .btn .dropdown-menu li small {
    padding-left: .5em
}
.select .btn .dropdown-menu li>dt small {
    font-weight: 400
}
.select .btn .dropdown-menu li.disabled>a,
.select .btn>.disabled {
    cursor: default
}
.select .caret {
    border-bottom-color: #fff;
    border-top-color: #fff
}
textarea {
    font-size: 15px;
    line-height: 24px;
    padding: 5px 11px
}
label {
    font-weight: 400;
    line-height: 1.4285755000000002em
}
.form-control:-moz-placeholder {
    color: #999999;		/*  astrauss- too light, #b2bcc5 -- making websafe grey */
}
.form-control::-moz-placeholder {
    color: #999999;		/*  astrauss- too light, #b2bcc5 -- making websafe grey */
}
.form-control:-ms-input-placeholder {
    color: #999999;		/*  astrauss- too light, #b2bcc5 -- making websafe grey */
}
.form-control::-webkit-input-placeholder {
    color: #999999;		/*  astrauss- too light, #b2bcc5 -- making websafe grey */
}
.form-control.placeholder {
    color: #999999;		/*  astrauss- too light, #b2bcc5 -- making websafe grey */
}
.form-control {
    border: 2px solid #bdc3c7;
    color: #666666;		/*  astrauss- too light, #bdc3c7 light grey -- making websafe darker grey 666666 */
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 8px 12px;
    height: 41px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-backface-visibility: hidden
}
.form-control:focus,
.form-group.focus .form-control {
    border-color: #1abc9c;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;		/* astrauss - disabled color is light grey #d5dbdb; Not changing. */
    cursor: default
}
.form-control.flat {
    border-color: transparent
}
.form-control.flat:hover {
    border-color: #bdc3c7
}
.form-control.flat:focus {
    border-color: #1abc9c
}
.input-sm {
    height: 34px;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.231;
    border-radius: 6px
}
select.input-sm {
    height: 34px;
    line-height: 34px
}
textarea.input-sm {
    height: auto
}
.input-lg {
    height: 45px;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.231;
    border-radius: 6px
}
select.input-lg {
    height: 45px;
    line-height: 45px
}
textarea.input-lg {
    height: auto
}
.input-hg {
    height: 53px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.231;
    border-radius: 6px
}
select.input-hg {
    height: 53px;
    line-height: 53px
}
textarea.input-hg {
    height: auto
}
.has-warning .control-label,
.has-warning .help-block {
    color: #f1c40f;		/* astrauss - #f1c40f color is yellow */
}
.has-warning .form-control {
    color: #f1c40f;				/* astrauss - color is yellow */
    border-color: #f1c40f;		/* astrauss - #f1c40f color is yellow */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.has-warning .form-control:-moz-placeholder {
    color: #f1c40f; 		/* astrauss - #f1c40f color is yellow */
}
.has-warning .form-control::-moz-placeholder {
    color: #f1c40f; 		/* astrauss - #f1c40f color is yellow */
}
.has-warning .form-control:-ms-input-placeholder {
    color: #f1c40f; 		/* astrauss - #f1c40f color is yellow */
}
.has-warning .form-control::-webkit-input-placeholder {
    color: #f1c40f; 		/* astrauss - #f1c40f color is yellow */
}
.has-warning .form-control.placeholder {
    color: #f1c40f
}
.has-warning .form-control:focus {
    border-color: #f1c40f; 		/* astrauss - #f1c40f color is yellow */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.has-warning .input-group-addon {
    color: #f1c40f;				/* astrauss - #f1c40f color is yellow */
    border-color: #f1c40f;		/* astrauss - #f1c40f color is yellow */
    background-color: #fff
}
.has-error .control-label,
.has-error .help-block {
    color: #e74c3c;			/* astrauss - #e74c3c color is pinkish-red */
}
.has-error .form-control {
    color: #e74c3c;			/* astrauss - #e74c3c color is pinkish-red */
    border-color: #e74c3c;	/* astrauss - #e74c3c color is pinkish-red */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.has-error .form-control:-moz-placeholder {
    color: #e74c3c;			/* astrauss - #e74c3c color is pinkish-red */
}
.has-error .form-control::-moz-placeholder {
    color: #e74c3c;			/* astrauss - #e74c3c color is pinkish-red */
}
.has-error .form-control:-ms-input-placeholder {
    color: #e74c3c;			/* astrauss - #e74c3c color is pinkish-red */
}
.has-error .form-control::-webkit-input-placeholder {
    color: #e74c3c;			/* astrauss - #e74c3c color is pinkish-red */
}
.has-error .form-control.placeholder {
    color: #e74c3c;			/* astrauss - #e74c3c color is pinkish-red */
}
.has-error .form-control:focus {
    border-color: #e74c3c;			
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.has-error .input-group-addon {
    color: #e74c3c;			/* astrauss - #e74c3c color is pinkish-red */
    border-color: #e74c3c;
    background-color: #fff
}
.has-success .control-label,
.has-success .help-block {
    color: #2ecc71;			/* astrauss - #2ecc71 color is light-green */
}
.has-success .form-control {
    color: #2ecc71;			/* astrauss - #2ecc71 color is light-green */
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.has-success .form-control:-moz-placeholder {
    color: #2ecc71;			/* astrauss - #2ecc71 color is light-green */
}
.has-success .form-control::-moz-placeholder {
    color: #2ecc71;			/* astrauss - #2ecc71 color is light-green */
}
.has-success .form-control:-ms-input-placeholder {
    color: #2ecc71;			/* astrauss - #2ecc71 color is light-green */
}
.has-success .form-control::-webkit-input-placeholder {
    color: #2ecc71;			/* astrauss - #2ecc71 color is light-green */
}
.has-success .form-control.placeholder {
    color: #2ecc71;			/* astrauss - #2ecc71 color is light-green */
}
.has-success .form-control:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.has-success .input-group-addon {
    color: #2ecc71;			/* astrauss - #2ecc71 color is light-green */
    border-color: #2ecc71;
    background-color: #fff
}
.form-group {
    margin-bottom: 20px;
    position: relative
}
.form-control+.input-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 20px;
    color: #999999;		/*  astrauss- too light, #b2bcc5 -- making websafe grey */    
    background-color: #fff;
    padding: 0 12px 0 0;
    border-radius: 6px
}
.input-hg+.input-icon {
    line-height: 49px;
    padding: 0 16px 0 0
}
.input-lg+.input-icon {
    line-height: 41px;
    padding: 0 15px 0 0
}
.input-sm+.input-icon {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px 0 0
}
.has-success .input-icon {
    color: #2ecc71;			/* astrauss - #2ecc71 color is light-green */
}
.has-warning .input-icon {
    color: #f1c40f;			/* astrauss - #f1c40f color is yellow */
}
.has-error .input-icon {
    color: #e74c3c
}
.form-control.disabled+.input-icon,
.form-control[disabled]+.input-icon,
.form-control[readonly]+.input-icon,
fieldset[disabled] .form-control+.input-icon {
    color: #d5dbdb;
    background-color: #f4f6f6
}
.input-group-hg>.form-control,
.input-group-hg>.input-group-addon,
.input-group-hg>.input-group-btn>.btn {
    height: 53px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.231;
    border-radius: 6px
}
select.input-group-hg>.form-control,
select.input-group-hg>.input-group-addon,
select.input-group-hg>.input-group-btn>.btn {
    height: 53px;
    line-height: 53px
}
textarea.input-group-hg>.form-control,
textarea.input-group-hg>.input-group-addon,
textarea.input-group-hg>.input-group-btn>.btn {
    height: auto
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.231;
    border-radius: 6px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 34px;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.231;
    border-radius: 6px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 34px;
    line-height: 34px
}
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}
.input-group-addon {
    padding: 10px 12px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #bdc3c7;
    border: 1px solid #bdc3c7;
    border-radius: 6px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-backface-visibility: hidden
}
.input-group-sm .input-group-addon {
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 6px
}
.input-group-lg .input-group-addon {
    padding: 10px 15px;
    font-size: 17px
}
.input-group-hg .input-group-addon {
    padding: 10px 16px;
    font-size: 22px
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn>.btn+.btn {
    border-left: 2px solid #bdc3c7;
    margin-left: -3px
}
.form-group.focus .input-group-addon,
.navbar-search.focus .input-group-addon {
    background-color: #1abc9c;
    border-color: #1abc9c
}
.form-group.focus .btn,
.navbar-search.focus .btn {
    background-color: #1abc9c
}
.btn-group:focus .form-group.focus .btn.dropdown-toggle,
.btn-group:focus .navbar-search.focus .btn.dropdown-toggle,
.form-group.focus .btn:focus,
.form-group.focus .btn:hover,
.navbar-search.focus .btn:focus,
.navbar-search.focus .btn:hover {
    background-color: #48c9b0
}
.btn-group.open .form-group.focus .btn.dropdown-toggle,
.btn-group.open .navbar-search.focus .btn.dropdown-toggle,
.form-group.focus .btn.active,
.form-group.focus .btn:active,
.navbar-search.focus .btn.active,
.navbar-search.focus .btn:active {
    background-color: #16a085
}
.form-group.focus .input-group-btn>.btn+.btn,
.navbar-search.focus .input-group-btn>.btn+.btn {
    border-left-color: #16a085
}
.form-group.focus .input-group-btn .btn-default,
.navbar-search.focus .input-group-btn .btn-default {
    border-color: #1abc9c!important;
    background-color: #fff!important;
    color: #1abc9c!important;	/* astrauss - #1abc9c color is turquoise blue */
}
.input-group .form-control+.input-group-btn .btn-default {
    background-color: #fff;
    border: 2px solid #bdc3c7;
    border-width: 2px 2px 2px 0;
    color: #bdc3c7;		/* .form-control font color #bdc3c7 = light grey*/
    margin-left: -2px;
    line-height: 18px
}
.input-group-sm.input-group .form-control+.input-group-btn .btn-default {
    line-height: 16px
}
.input-group .input-group-btn:first-child+.form-control {
    border-left: 0!important;
    padding-left: 0
}
.input-group .input-group-btn:first-child .btn-default {
    background-color: #fff;
    border: 2px solid #bdc3c7;
    border-width: 2px 0 2px 2px;
    color: #bdc3c7;
    line-height: 18px
}
.input-group-sm.input-group .input-group-btn:first-child .btn-default {
    line-height: 16px
}
.input-group-rounded .form-control:last-child,
.input-group-rounded .input-group-btn:last-child .btn {
    border-radius: 0 20px 20px 0
}
.input-group-hg.input-group-rounded .form-control:last-child,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
    border-radius: 0 27px 27px 0
}
.input-group-lg.input-group-rounded .form-control:last-child,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
    border-radius: 0 25px 25px 0
}
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
    border-radius: 20px 0 0 20px
}
.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
    border-radius: 27px 0 0 27px
}
.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
    border-radius: 25px 0 0 25px
}
/*
@media (max-width: 767px) {
    .copyright,
    .footer {
        text-align: center
    }
}
*/ /* astrauss - simplifying footer, putting on different lines*/
.copyright,
.footer {
    text-align: center
}
.ui-spinner {
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    padding: 0 37px 0 0;
    position: relative;
    vertical-align: middle
}
@media (max-width: 767px) {
    .navbar .nav {
        float: center
    }
}
.dropdown-menu {
    background-color: #f3f4f5;
    border: 0;
    display: block;
    margin-top: 8px;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden
}
.dropdown-menu.typeahead {
    display: none;
    opacity: 1;
    visibility: visible;
    width: auto;
    margin-top: 5px;
    border: 2px solid #1abc9c;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 6px
}
.dropdown-menu.typeahead li a {
    padding: 6px 14px
}
.dropdown-menu.typeahead li:first-child a,
.dropdown-menu.typeahead li:last-child a {
    padding: 6px 14px;
    border-radius: 0
}
.open>.dropdown-menu {
    margin-top: 18px;
    opacity: 1;
    visibility: visible
}
.dropdown-menu li:first-child dt+a {
    border-radius: 0
}
.dropdown-menu li:first-child>a {
    border-radius: 6px 6px 0 0;
    padding-top: 8px
}
.dropdown-menu li:last-child>a {
    border-radius: 0 0 6px 6px;
    padding-bottom: 10px
}
.dropdown-menu li.active>a,
.dropdown-menu li.active>a.highlighted,
.dropdown-menu li.selected>a,
.dropdown-menu li.selected>a.highlighted {
    background: #1abc9c;
    color: #fff
}
.dropdown-menu li.active>a.highlighted:focus,
.dropdown-menu li.active>a.highlighted:hover,
.dropdown-menu li.active>a:focus,
.dropdown-menu li.active>a:hover,
.dropdown-menu li.selected>a.highlighted:focus,
.dropdown-menu li.selected>a.highlighted:hover,
.dropdown-menu li.selected>a:focus,
.dropdown-menu li.selected>a:hover {
    background: #16a085;
    color: #fff
}
.dropdown-menu li>a {
    color: rgba(52, 73, 94, .75);
    padding: 6px 15px 8px;
    text-decoration: none;
    *zoom: 1;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    -webkit-backface-visibility: hidden
}
.dropdown-menu li>a:after,
.dropdown-menu li>a:before {
    display: table;
    content: ""
}
.dropdown-menu li>a:after {
    clear: both
}
.dropdown-menu li>a:active,
.dropdown-menu li>a:focus,
.dropdown-menu li>a:hover {
    background: #e1e4e7;
    color: inherit;
    outline: 0
}
.dropdown-menu li>a.highlighted {
    background: #c9cfd4;
    color: #fff
}
.dropdown-menu li>a.highlighted:focus,
.dropdown-menu li>a.highlighted:hover {
    background: #bac1c8;
    color: #fff
}
.dropdown-menu li>a:before {
    float: right;
    margin-top: 3px
}
.dropdown-menu li dt {
    font-weight: 300;
    margin-bottom: 3px;
    margin-top: 12px;
    padding: 0 15px
}
@media (max-width: 480px) {
    .dropdown-menu {
        border-radius: 0 0 6px 6px!important
    }
    .footer {
        text-align: center
    }
    .navbar .nav {
        float: center
    }
    .dropup .dropdown-menu,
    .navbar-fixed-bottom .dropdown .dropdown-menu {
        margin-bottom: 8px
    }
    .dropup .dropdown-arrow,
    .navbar-fixed-bottom .dropdown .dropdown-arrow {
        border-bottom: 0;
        border-top: 8px outset #f3f4f5;
        bottom: 100%;
        top: auto
    }
    .navbar-fixed-bottom .nav>li>ul:before {
        border-bottom: 0;
        border-top: 9px outset #34495e;
        bottom: 4px;
        top: auto
    }
    .open.dropup>.dropdown-menu {
        margin-bottom: 18px
    }
    .open.dropup>.dropdown-arrow {
        margin-bottom: 10px
    }
    .open.dropup>.dropdown-arrow.dropdown-arrow-inverse {
        border-top-color: #34495e
    }
    .open>.dropdown-arrow {
        margin-top: 9px;
        opacity: 1
    }
    .dropdown-arrow {
        border-style: solid;
        border-width: 0 9px 9px;
        border-color: transparent transparent #f3f4f5;
        height: 0;
        margin-top: 0;
        opacity: 0;
        position: absolute;
        right: 13px;
        top: 100%;
        width: 0;
        z-index: 10;
        -webkit-transform: rotate(360deg);
        -webkit-transition: .25s;
        -moz-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        -webkit-backface-visibility: hidden
    }
    .dropdown-inverse {
        background-color: #34495e;
        color: #ccc;
        padding: 4px 0 6px
    }
    .dropdown-inverse li {
        margin: 0 4px -2px
    }
    .dropdown-inverse li:first-child>a,
    .dropdown-inverse li:last-child>a {
        border-radius: 2px;
        padding-bottom: 7px;
        padding-top: 5px
    }
    .dropdown-inverse li:first-child dt+a,
    .dropdown-inverse li:last-child dt+a {
        border-radius: 2px
    }
    .dropdown-inverse li.active>a,
    .dropdown-inverse li.selected>a {
        background: #1abc9c;
        color: #fff;
        position: relative;
        z-index: 1
    }
    .dropdown-inverse li dt {
        padding-left: 11px;
        padding-right: 11px
    }
    .dropdown-inverse li .divider {
        margin-left: 11px;
        margin-right: 11px
    }
    .dropdown-inverse li>a {
        border-radius: 2px;
        color: #fff;
        padding: 5px 11px 7px
    }
    .dropdown-inverse li>a:active,
    .dropdown-inverse li>a:focus,
    .dropdown-inverse li>a:hover {
        background: #2c3e50
    }
    .dropdown-inverse li>a.highlighted {
        background: #526476
    }
    .dropdown-inverse li>a.highlighted:focus,
    .dropdown-inverse li>a.highlighted:hover {
        background: #677786
    }
    .dropdown-inverse li .divider {
        background-color: #526476;
        border-bottom-color: #526476
    }
    @media (max-width: 480px) {
        .dropdown-menu li a i[class*=icon-] {
            display: none
        }
    }
    .table {
        font-size: 16px
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 10px 25px;
        line-height: 1.231;
        border-top: 2px solid #eef0f0
    }
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>th {
        color: #526476;
        border-bottom: 2px solid #eef0f0
    }
    .table i[class*=fui-] {
        vertical-align: baseline;
        font-size: 20px;
        margin: -5px 0;
        position: relative;
        top: 2px
    }
    .table .checkbox,
    .table .radio {
        margin: 0 0 0 -9px
    }
    .table .checkbox.no-label,
    .table .radio.no-label {
        padding-left: 0
    }
    .table .selected-row>td {
        background-color: #f2fbfa
    }
    .table img {
        vertical-align: top
    }
    .table-bordered {
        border: 2px solid #eef0f0;
        font-size: 14px
    }
    .table-bordered>tbody>tr td,
    .table-bordered>tbody>tr th,
    .table-bordered>tfoot>tr td,
    .table-bordered>tfoot>tr th,
    .table-bordered>thead>tr td,
    .table-bordered>thead>tr th {
        border: 2px solid #eef0f0!important
    }
    .table-striped>tbody>tr.selected-row>td,
    .table-striped>tbody>tr.selected-row>th,
    .table-striped>tbody>tr:nth-child(even)>td,
    .table-striped>tbody>tr:nth-child(even)>th {
        background-color: #f9fafb
    }
    .table-striped>tbody>tr:nth-child(odd)>td,
    .table-striped>tbody>tr:nth-child(odd)>th {
        background-color: transparent
    }
    .table-hover>tbody>tr:hover>td,
    .table-hover>tbody>tr:hover>th {
        background-color: #f9fafb
    }
    .table tbody tr.success>td,
    .table tbody tr>td.success {
        background-color: #ecfaf2;
        border-color: #d5f5e3
    }
    .table tbody tr.danger>td,
    .table tbody tr.error>td,
    .table tbody tr>td.danger,
    .table tbody tr>td.error {
        background-color: #fdefed;
        border-color: #fadbd8
    }
    .table tbody tr.warning>td,
    .table tbody tr>td.warning {
        background-color: #fefae9;
        border-color: #faecb0
    }
    .table tbody tr.info>td,
    .table tbody tr>td.info {
        background-color: #edf6fc;
        border-color: #d6eaf8
    }
    .table-hover tbody tr.success:hover>td {
        background-color: #e4f8ed
    }
    .table-hover tbody tr.danger:hover>td,
    .table-hover tbody tr.error:hover>td {
        background-color: #fcebe9
    }
    .table-hover tbody tr.warning:hover>td {
        background-color: #fdf7e0
    }
    .table-hover tbody tr.info:hover>td {
        background-color: #e8f4fb
    }
    .label {
        font-size: 72%;
        font-weight: 400;
        padding: .15em .5em .2em
    }
    .label[href]:focus,
    .label[href]:hover {
        color: #fff
    }
    .label-default {
        background-color: #ebedef;
        color: #7b8996
    }
    .label-default[href] {
        color: #7b8996
    }
    .label-default[href]:focus,
    .label-default[href]:hover {
        color: #7b8996;
        background-color: #e1e4e7
    }
    .label-inverse {
        background-color: #485b6e;
        color: #fff
    }
    .label-inverse[href] {
        color: #fff
    }
    .label-inverse[href]:focus,
    .label-inverse[href]:hover {
        color: #fff;
        background-color: #a4adb7
    }
    .label-success {
        background-color: #2ecc71;
        color: #fff
    }
    .label-success[href] {
        color: #fff
    }
    .label-success[href]:focus,
    .label-success[href]:hover {
        color: #fff;
        background-color: #27ad60
    }
    .label-important {
        background-color: #e74c3c;
        color: #fff
    }
    .label-important[href] {
        color: #fff
    }
    .label-important[href]:focus,
    .label-important[href]:hover {
        color: #fff;
        background-color: #c44133
    }
    .label-warning {
        background-color: #f1c40f;
        color: #fff
    }
    .label-warning[href] {
        color: #fff
    }
    .label-warning[href]:focus,
    .label-warning[href]:hover {
        color: #fff;
        background-color: #cda70d
    }
    .label-info {
        background-color: #3498db;
        color: #fff
    }
    .label-info[href] {
        color: #fff
    }
    .label-info[href]:focus,
    .label-info[href]:hover {
        color: #fff;
        background-color: #2c81ba
    }
    .label-primary {
        background-color: #1abc9c;
        color: #fff
    }
    .label-primary[href] {
        color: #fff
    }
    .label-primary[href]:focus,
    .label-primary[href]:hover {
        color: #fff;
        background-color: #16a085
    }
    .badge {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        line-height: 20px;
        background-color: #d8dce0;
        border-radius: 4px;
        padding: 0 8px
    }
    .nav-list>.active>a>.badge,
    .nav-pills>.active>a>.badge,
    a.list-group-item.active>.badge {
        color: #9aa4af;
        background-color: #fff
    }
    .alert {
        color: #34495e;
        padding: 16px 45px 16px 30px;
        text-shadow: none;
        background-color: #fff;
        border: 2px solid #ebece8;
        font-size: 16px;
        line-height: 1.53875em;
        border-radius: 6px
    }
    .alert a {
        color: #f1c40f;
        font-weight: 700
    }
    .alert a:hover {
        text-decoration: underline
    }
    .alert a.btn {
        color: #fff;
        text-decoration: none
    }
    .alert a.btn.active,
    .alert a.btn:active {
        color: rgba(255, 255, 255, .75)
    }
    .alert h3 {
        font-size: 24px
    }
    .alert p {
        font-size: 17px;
        line-height: 2
    }
    .alert .close {
        position: relative;
        top: 3px;
        right: -31px;
        line-height: 18px;
        font-size: 18px;
        color: #34495e
    }
    .alert .btn {
        margin-bottom: 15px;
        margin-right: 15px;
        margin-top: 15px
    }
    @media (max-width: 480px) {
        .alert .btn {
            display: block;
            min-width: auto;
            margin-bottom: 10px;
            margin-right: -15px
        }
    }
    .alert-success {
        background-color: #eef6f5;
        border-color: #e0eaeb
    }
    .alert-success a {
        color: #16a085
    }
    .alert-info {
        background-color: #f7f9fa;
        border-color: #e9ecef
    }
    .alert-info a {
        color: #3498db
    }
    .alert-error {
        background-color: #f8f5f5;
        border-color: #ebe9ea
    }
    .alert-error a {
        color: #e74c3c
    }
    .bottom-menu {
        background: #ebedef;
        color: #bcc3ca;
        padding: 40px 0
    }
    .bottom-menu .navbar-brand {
        font-size: 24px;
        margin-top: -4px;
        padding: 0
    }
    .bottom-menu .title {
        font-size: 14px;
        font-weight: 700;
        margin-top: 0
    }
    .bottom-menu a {
        color: inherit
    }
    .active .bottom-menu a,
    .bottom-menu a:focus,
    .bottom-menu a:hover {
        color: #1abc9c
    }
    .bottom-menu .badge,
    .bottom-menu .label {
        vertical-align: middle
    }
    .bottom-menu .bottom-icons,
    .bottom-menu .bottom-links {
        *zoom: 1
    }
    .bottom-menu .bottom-icons:after,
    .bottom-menu .bottom-icons:before,
    .bottom-menu .bottom-links:after,
    .bottom-menu .bottom-links:before {
        display: table;
        content: ""
    }
    .bottom-menu .bottom-icons:after,
    .bottom-menu .bottom-links:after {
        clear: both
    }
    .bottom-icons {
        font-size: 16px
    }
    .bottom-menu-inverse {
        background-color: #34495e;
        color: #677786
    }
    .bottom-menu-large {
        padding-bottom: 56px;
        padding-top: 60px
    }
    .bottom-menu-large .navbar-brand {
        margin-top: -2px
    }
    .bottom-menu-large .bottom-links li {
        float: none;
        line-height: 22px;
        margin-right: 0
    }
    .bottom-menu-large .title {
        margin-bottom: 10px
    }
    .bottom-icons,
    .bottom-links {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .bottom-icons li,
    .bottom-links li {
        display: block;
        float: left;
        margin: 0 18px 0 0
    }
    @media (max-width: 767px) {
        .bottom-menu .bottom-links, .bottom-menu .navbar-brand {
            margin-bottom: 30px
        }
        .bottom-menu .navbar-brand {
            padding: 15px;
            float: none
        }
        .bottom-menu .bottom-links li {
            float: none;
            margin-bottom: 2px
        }
        .bottom-menu [class*=span]:last-child .bottom-links {
            margin-bottom: 0
        }
    }
    .nav .dropdown-toggle .caret {
        border-bottom-color: #7f8c9a;
        border-left-width: 4px;
        border-right-width: 4px;
        border-top-color: #7f8c9a;
        border-top-width: 6px
    }
    .nav-pills>li:first-child>a {
        border-left: 0;
        border-radius: 6px 0 0 6px
    }
    .nav-pills>li:last-child>a {
        border-radius: 0 6px 6px 0
    }
    .nav-pills>li.active>a,
    .nav-pills>li.active>a:hover {
        background-color: #16a085
    }
    @media (max-width: 480px) {
        .nav-pills>li {
            float: none;
            display: block
        }
        .nav-pills>li:first-child>a {
            border-radius: 6px 6px 0 0
        }
        .nav-pills>li:last-child>a {
            border-radius: 0 0 6px 6px
        }
    }
    .nav-pills>li>a {
        background-color: #1abc9c;
        border-left: 2px solid #16a085;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        outline: 0;
        padding: 12px 21px 13px;
        border-radius: 0
    }
    .nav-pills>li>a:focus,
    .nav-pills>li>a:hover {
        background-color: #48c9b0
    }
    .nav-pills>li>a:active {
        background-color: #16a085
    }
    @media (max-width: 480px) {
        .nav-pills>li>a {
            border-left: 0;
            display: block
        }
    }
    .nav-pills>li+li {
        margin-left: 0
    }
    .nav-tabs {
        margin-bottom: 20px;
        border-bottom-width: 2px;
        border-bottom-color: #e1e4e7
    }
    .nav-tabs.nav-append-content {
        border-bottom: 0;
        margin-bottom: 0
    }
    .nav-tabs.nav-append-content>li.active:first-child:before {
        background-color: #fff;
        border-left: 2px solid #e1e4e7;
        content: "";
        height: 6px;
        left: 0;
        position: absolute;
        bottom: -4px;
        width: 6px;
        z-index: 2
    }
    .nav-tabs>li {
        margin-bottom: -2px;
        position: relative
    }
    .nav-tabs>li.active {
        z-index: 2
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        border-color: #e1e4e7;
        border-bottom-color: #fff;
        border-width: 2px;
        color: #7f8c9a
    }
    .nav-tabs>li.active .dropdown-toggle,
    .nav-tabs>li.active .dropdown-toggle:focus,
    .nav-tabs>li.active .dropdown-toggle:hover {
        color: #7f8c9a
    }
    .nav-tabs>li.active .dropdown-toggle .caret,
    .nav-tabs>li.active .dropdown-toggle:focus .caret,
    .nav-tabs>li.active .dropdown-toggle:hover .caret {
        border-bottom-color: #7f8c9a;
        border-top-color: #7f8c9a
    }
    .nav-tabs>li.open a.dropdown-toggle,
    .nav-tabs>li.open a.dropdown-toggle:hover,
    .nav-tabs>li.open.active a.dropdown-toggle,
    .nav-tabs>li.open.active a.dropdown-toggle:hover {
        background-color: #f3f4f5;
        border-color: #e1e4e7;
        border-bottom-color: transparent;
        color: #7f8c9a
    }
    .nav-tabs>li.open a.dropdown-toggle .caret,
    .nav-tabs>li.open a.dropdown-toggle:hover .caret,
    .nav-tabs>li.open.active a.dropdown-toggle .caret,
    .nav-tabs>li.open.active a.dropdown-toggle:hover .caret {
        border-bottom-color: #7f8c9a;
        border-top-color: #7f8c9a
    }
    .nav-tabs>li.open .dropdown-menu,
    .nav-tabs>li.open.active .dropdown-menu {
        margin-top: -2px
    }
    .nav-tabs>li.open.active {
        z-index: 1003
    }
    .nav-tabs>li>a {
        border-width: 2px;
        font-weight: 700;
        padding: 7px 21px 8px;
        color: #7f8c9a;
        border-radius: 6px 6px 0 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-backface-visibility: hidden
    }
    .nav-tabs>li>a:focus,
    .nav-tabs>li>a:hover {
        background-color: transparent;
        border-color: transparent;
        border-bottom-color: transparent;
        outline: 0;
        color: #1abc9c
    }
    .nav-tabs>li .dropdown-toggle {
        position: relative;
        z-index: 1002
    }
    .nav-tabs>li .dropdown-toggle:focus .caret,
    .nav-tabs>li .dropdown-toggle:hover .caret {
        border-bottom-color: #1abc9c;
        border-top-color: #1abc9c
    }
    .nav-tabs>li .dropdown-menu {
        border: 2px solid #e1e4e7;
        margin-top: -10px;
        border-radius: 0 6px 6px
    }
    .nav-tabs>li .dropdown-menu li:first-child>a {
        border-radius: 0 4px 0 0
    }
    .nav-tabs>li .dropdown-menu li:last-child>a {
        border-radius: 0 0 4px 4px
    }
    .nav-tabs>li .dropdown-menu li a {
        border-radius: 0
    }
    .nav-tabs>li .open .dropdown-toggle {
        background-color: #f3f4f5
    }
    @media (max-width: 480px) {
        .nav-tabs {
            border-bottom: 0
        }
        .nav-tabs>li {
            display: block;
            float: none
        }
        .nav-tabs>li.active>a,
        .nav-tabs>li.active>a:focus,
        .nav-tabs>li.active>a:hover {
            background-color: #1abc9c;
            border: 2px solid #1abc9c;
            color: #fff
        }
        .nav-tabs>li.active:before,
        .nav-tabs>li.active>a:before,
        .nav-tabs>li.active>a:focus:before,
        .nav-tabs>li.active>a:hover:before {
            display: none
        }
        .nav-tabs>li.dropdown.active>a,
        .nav-tabs>li.dropdown.active>a.dropdown-toggle,
        .nav-tabs>li.dropdown.active>a:hover {
            color: #fff
        }
        .nav-tabs>li.dropdown.active>a .caret,
        .nav-tabs>li.dropdown.active>a.dropdown-toggle .caret,
        .nav-tabs>li.dropdown.active>a:hover .caret {
            border-bottom-color: #fff;
            border-top-color: #fff
        }
        .nav-tabs>li.dropdown.active.open>a,
        .nav-tabs>li.dropdown.active.open>a.dropdown-toggle,
        .nav-tabs>li.dropdown.active.open>a:hover {
            color: #7f8c9a;
            border-radius: 4px 4px 0 0
        }
        .nav-tabs>li.dropdown.active.open>a .caret,
        .nav-tabs>li.dropdown.active.open>a.dropdown-toggle .caret,
        .nav-tabs>li.dropdown.active.open>a:hover .caret {
            border-bottom-color: #7f8c9a;
            border-top-color: #7f8c9a
        }
        .nav-tabs>li>a,
        .nav-tabs>li>a:focus,
        .nav-tabs>li>a:hover {
            border: 2px solid #e1e4e7;
            margin-bottom: 10px;
            margin-right: 0;
            padding: 10px 15px;
            border-radius: 4px
        }
    }
    .tab-content {
        border: 2px solid #ddd;
        border-radius: 6px;
        margin-bottom: 20px;
        padding: 20px 20px 10px;
        position: relative;
        z-index: 1
    }
    .nav-list {
        padding-left: 13px;
        padding-right: 13px
    }
    .nav-list .nav-header {
        margin-left: -13px;
        margin-right: -13px;
        padding: 0 13px;
        font-weight: 700;
        line-height: 20px
    }
    .nav-list>li {
        margin-bottom: 3px
    }
    .nav-list>li.active>a,
    .nav-list>li.active>a:focus,
    .nav-list>li.active>a:hover {
        background-color: #ebedef;
        color: #526476
    }
    .nav-list>li.divider {
        height: 2px;
        border-bottom: 0;
        margin: 13px -13px 17px 0;
        background-color: #ebedef
    }
    .nav-list>li>a {
        border-radius: 3px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        margin-left: -13px;
        margin-right: -13px;
        padding: 6px 13px 8px;
        text-shadow: none
    }
    .nav-list .badge.pull-right {
        margin: 1px -4px -1px 0
    }
    .nav-header {
        color: #aeb6bf;
        font-size: 13px;
        text-transform: uppercase
    }
    .nav-list-vivid {
        background-color: #edeff1;
        border-radius: 4px;
        padding-bottom: 2px
    }
    .nav-list-vivid>li {
        margin-bottom: 2px
    }
    .nav-list-vivid>li.divider {
        background-color: transparent;
        margin: 3px 0 0
    }
    .nav-list-vivid>li.active>a,
    .nav-list-vivid>li.active>a:focus,
    .nav-list-vivid>li.active>a:hover {
        background-color: #1abc9c;
        color: #fff
    }
    .nav-list-vivid>li>a {
        border-radius: 0;
        color: #526476;
        font-size: 14px
    }
    .nav-list-vivid>li>a:focus,
    .nav-list-vivid>li>a:hover {
        color: #16a085
    }
    .nav-list-vivid .nav-header:first-child {
        padding-top: 10px
    }
    .iconbar {
        background-color: #2c3e50;
        border-radius: 6px;
        float: left;
        margin: 0 20px 20px 0;
        -webkit-backface-visibility: hidden;
        *zoom: 1
    }
    .iconbar:after,
    .iconbar:before {
        display: table;
        content: ""
    }
    .iconbar:after {
        clear: both
    }
    .iconbar>ul {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0
    }
    .iconbar>ul>li {
        margin: 0;
        padding: 0
    }
    .iconbar>ul>li.active>a {
        color: #1abc9c
    }
    .iconbar>ul>li:first-child>a {
        padding-top: 32px
    }
    .iconbar>ul>li>a {
        color: #fff;
        display: block;
        font-size: 24px;
        line-height: 1;
        padding: 8px 30px 32px;
        position: relative;
        text-decoration: none
    }
    .iconbar>ul>li>a:focus,
    .iconbar>ul>li>a:hover {
        color: #1abc9c
    }
    @media (max-width: 480px) {
        .iconbar.iconbar-horizontal>ul>li.active>a, .iconbar.iconbar-horizontal>ul>li>a, .iconbar>ul>li.active>a, .iconbar>ul>li>a {
            display: inline-block;
            padding: 25px
        }
        .iconbar .iconbar-unread {
            right: 15px;
            top: 13px
        }
        .iconbar.iconbar-horizontal {
            height: 70px;
            overflow: auto;
            width: 100%;
            white-space: nowrap
        }
        .iconbar.iconbar-horizontal>ul>li {
            float: none;
            display: inline
        }
        .iconbar.iconbar-horizontal .iconbar-unread {
            right: 15px
        }
    }
    [class*=iconbar-stick-] {
        border-radius: 0;
        margin: 0;
        position: fixed;
        z-index: 1001
    }
    [class*=iconbar-stick-]>ul {
        margin: 0
    }
    .iconbar-stick-left {
        bottom: 0;
        left: 0;
        top: 0
    }
    .iconbar-unread {
        background-color: #2a7aaf;
        border-radius: 50%;
        color: #fff;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 19px;
        min-width: 18px;
        padding: 0 2px;
        position: absolute;
        right: 20px;
        text-align: center;
        top: -2px;
        -webkit-font-smoothing: auto
    }
    .iconbar-success {
        background-color: #2ecc71
    }
    .iconbar-success>ul>li.active>a,
    .iconbar-success>ul>li>a:focus,
    .iconbar-success>ul>li>a:hover {
        color: #1e874b
    }
    .iconbar-success .iconbar-unread {
        background-color: #1e874b
    }
    .iconbar-danger {
        background-color: #e74c3c
    }
    .iconbar-danger>ul>li.active>a,
    .iconbar-danger>ul>li>a:focus,
    .iconbar-danger>ul>li>a:hover {
        color: #983228
    }
    .iconbar-danger .iconbar-unread {
        background-color: #983228
    }
    .iconbar-warning {
        background-color: #f1c40f
    }
    .iconbar-warning>ul>li.active>a,
    .iconbar-warning>ul>li>a:focus,
    .iconbar-warning>ul>li>a:hover {
        color: #9f810a
    }
    .iconbar-warning .iconbar-unread {
        background-color: #9f810a
    }
    .iconbar-info {
        background-color: #3498db
    }
    .iconbar-info>ul>li.active>a,
    .iconbar-info>ul>li>a:focus,
    .iconbar-info>ul>li>a:hover {
        color: #226491
    }
    .iconbar-info .iconbar-unread {
        background-color: #226491
    }
    .iconbar-horizontal {
        clear: both;
        float: left
    }
    .iconbar-horizontal>ul>li {
        float: left
    }
    .iconbar-horizontal>ul>li:first-child>a {
        padding: 23px 32px
    }
    .iconbar-horizontal>ul>li>a {
        padding: 23px 32px 23px 8px
    }
    .iconbar-horizontal .iconbar-unread {
        right: 23px;
        top: 13px
    }
    .breadcrumb {
        background-color: #f3f4f5;
        font-size: 15px;
        font-weight: 700;
        padding: 13px 20px;
        border-radius: 6px
    }
    .breadcrumb>li {
        position: relative;
        text-shadow: none
    }
    .breadcrumb>li:after {
        color: #bdc3c7;
        content: "\e002";
        display: inline-block;
        font-family: Flat-UI-Icons;
        font-size: 9.799999999999999px;
        margin: -4px 9px 0 13px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased
    }
    .breadcrumb .active {
        color: #bdc3c7;
        cursor: default
    }
    .breadcrumb .active:after {
        display: none
    }
    .breadcrumb .active>a {
        color: inherit;
        cursor: inherit
    }
    .breadcrumb>li+li:before {
        content: "";
        padding: 0
    }
    .breadcrumb-text {
        color: #bdc3c7;
        margin-bottom: 20px
    }
    .breadcrumb-text .caption {
        font-weight: 700;
        margin: 0 0 3px;
        font-size: 19px
    }
    .breadcrumb-text .caption:after {
        content: "\e02c";
        display: inline-block;
        font-family: Flat-UI-Icons;
        font-weight: 400;
        font-variant: normal;
        margin-left: 5px;
        text-transform: none;
        -webkit-font-smoothing: antialiased
    }
    .breadcrumb-text p {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px
    }
    .breadcrumb-text p a:after {
        color: #bdc3c7;
        content: "/";
        font-weight: 400;
        margin: 0 4px 0 9px
    }
    .popover {
        background-color: #edeff1;
        border: 0;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .popover.right .arrow {
        border-right-color: #edeff1;
        left: -9px;
        margin-top: -9px
    }
    .popover.left .arrow {
        border-left-color: #edeff1;
        right: -9px;
        margin-top: -9px
    }
    .popover.bottom .arrow {
        border-bottom-color: #edeff1;
        margin-right: -9px;
        top: -9px
    }
    .popover.top .arrow {
        border-top-color: #edeff1;
        bottom: -9px;
        margin-left: -9px
    }
    .popover .arrow {
        border-width: 9px
    }
    .popover .arrow:after {
        display: none
    }
    .popover-title {
        background-color: #bcc3ca;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 10px 20px 11px
    }
    .popover-content {
        padding: 9px 20px 1px
    }
    .popover-content p {
        font-size: 14px;
        line-height: 1.231
    }
    .dialog {
        background-color: #edeff1;
        border-top: 2px solid #d6dbdf;
        font-size: 16px;
        margin-bottom: 20px;
        padding: 16px 0 20px;
        position: relative;
        text-align: center
    }
    .dialog .btn {
        vertical-align: baseline
    }
    .dialog form {
        margin-bottom: 0
    }
    .dialog form .btn,
    .dialog form input {
        margin-bottom: 0;
        margin-left: 20px;
        vertical-align: top
    }
    .dialog form .btn:first-child,
    .dialog form input:first-child {
        margin-left: 0
    }
    .dialog.dialog-success {
        background-color: #f0faf8;
        border-top-color: #e2edeb
    }
    .dialog.dialog-danger {
        background-color: #fdefed;
        border-top-color: #fadbd8
    }
    .dialog.dialog-warning {
        background-color: #fefae9;
        border-top-color: #fcf3cf
    }
    .dialog.dialog-info {
        background-color: #edf6fc;
        border-top-color: #d6eaf8
    }
    .dialog.dialog-inverse {
        background-color: #34495e;
        border-top-color: #2a3a4b;
        color: #fff
    }
    @media (max-width: 767px) {
        .dialog {
            padding-left: 20px;
            padding-right: 20px
        }
        .dialog .btn,
        .dialog form .btn {
            display: block;
            margin: 9px 0;
            min-width: auto;
            width: 100%
        }
        .dialog .btn:last-child,
        .dialog form .btn:last-child {
            margin-bottom: 0
        }
        .dialog .btn+.btn,
        .dialog form .btn+.btn {
            margin-top: 18px
        }
        .dialog form input {
            margin: 9px 0
        }
    }
    .modal-backdrop {
        z-index: 1030;
        background-color: #243342
    }
    .modal-backdrop.in {
        opacity: .95;
        filter: alpha(opacity=95)
    }
    .modal {
        z-index: 1040
    }
    .modal-dialog {
        z-index: 1050
    }
    .modal-content {
        width: 624px;
        background-color: #f9fafb;
        border: 2px solid #ebedef;
        border-radius: 7px;
        -webkit-background-clip: border-box;
        -moz-background-clip: border-box;
        background-clip: border-box;
        -webkit-box-shadow: -14px 14px 0 0 rgba(0, 0, 0, .35);
        -moz-box-shadow: -14px 14px 0 0 rgba(0, 0, 0, .35);
        box-shadow: -14px 14px 0 0 rgba(0, 0, 0, .35)
    }
    @media (max-width: 767px) {
        .modal-content {
            width: auto
        }
    }
    @media (max-width: 480px) {
        .modal-content {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }
    }
    .modal-header {
        padding: 17px 19px 15px 24px;
        border-bottom: 1px solid #ebedef
    }
    .modal-header .close {
        margin: 5px 0 0;
        padding: 0;
        font-size: 18px;
        line-height: 1;
        color: #34495e
    }
    .modal-title {
        margin: 0;
        font-size: 24px;
        line-height: 30px
    }
    .modal-body {
        padding: 20px 24px
    }
    .modal-body p {
        font-size: 16px;
        line-height: 1.6249200000000001
    }
    .modal-footer {
        padding: 19px 22px 20px;
        margin-top: 0;
        background-color: #ebedef;
        border-top: 0;
        border-radius: 0 0 7px 7px
    }
    .modal-footer .btn+.btn {
        margin-left: 12px
    }
    @media (max-width: 480px) {
        .modal-footer .btn {
            display: block;
            min-width: auto;
            margin-bottom: 15px
        }
        .modal-footer .btn:last-child {
            margin-bottom: 0
        }
        .modal-footer .btn+.btn {
            margin-left: 0
        }
    }
    @media screen and (min-width: 768px) {
        .modal-dialog {
            left: 50%;
            right: auto;
            width: 624px
        }
    }
    .carousel-inner>.item.active>a>img,
    .carousel-inner>.item.active>img {
        border-radius: 6px
    }
    @media (max-width: 480px) {
        .carousel-inner>.item.active>img {
            border-radius: 6px 6px 0 0
        }
    }
    .carousel-inner>.item.active.left>a>img,
    .carousel-inner>.item.active.left>img,
    .carousel-inner>.item.active.right>a>img,
    .carousel-inner>.item.active.right>img {
        border-radius: 0
    }
    .carousel-control {
        position: absolute;
        top: 45%;
        font-size: 20px;
        line-height: 32px;
        color: #fff;
        text-indent: 1px;
        border: 3px solid #fff;
        height: 40px;
        right: 15px;
        margin-top: -20px;
        text-align: center;
        width: 40px;
        outline: 0!important;
        border-radius: 23px;
        opacity: .5;
        filter: alpha(opacity=50)
    }
    .carousel-control.left,
    .carousel-control.right {
        background: none #2c3e50
    }
    .carousel-control.left {
        text-indent: -1px;
        left: 15px
    }
    .carousel-control.right {
        left: auto;
        right: 15px
    }
    .carousel-indicators {
        bottom: auto;
        left: auto;
        margin: 0;
        right: 16px;
        top: 16px;
        width: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none
    }
    .carousel-indicators li {
        border: 0;
        width: 8px;
        height: 8px;
        margin: 0 0 0 6px;
        background-color: #2c3e50;
        background-color: rgba(44, 62, 80, .5)
    }
    .carousel-indicators li.active {
        background-color: #fff;
        width: 8px;
        height: 8px;
        margin: 0 0 0 6px
    }
    .carousel-caption {
        padding: 20px 19px 22px;
        background: #243342;
        background: rgba(36, 51, 66, .7);
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        border-radius: 0 0 6px 6px;
        text-shadow: none
    }
    .carousel-caption h3,
    .carousel-caption p {
        color: #fff
    }
    .carousel-caption h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 5px
    }
    .carousel-caption p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0
    }
    @media (max-width: 480px) {
        .carousel-caption {
            position: static
        }
    }
    .last-col {
        overflow: hidden
    }
    .pan,
    .ptn,
    .pvn {
        padding-top: 0
    }
    .pax,
    .ptx,
    .pvx {
        padding-top: 3px
    }
    .pas,
    .pts,
    .pvs {
        padding-top: 5px
    }
    .pam,
    .ptm,
    .pvm {
        padding-top: 10px
    }
    .pal,
    .ptl,
    .pvl {
        padding-top: 20px
    }
    .pan,
    .phn,
    .prn {
        padding-right: 0
    }
    .pax,
    .phx,
    .prx {
        padding-right: 3px
    }
    .pas,
    .phs,
    .prs {
        padding-right: 5px
    }
    .pam,
    .phm,
    .prm {
        padding-right: 10px
    }
    .pal,
    .phl,
    .prl {
        padding-right: 20px
    }
    .pan,
    .pbn,
    .pvn {
        padding-bottom: 0
    }
    .pax,
    .pbx,
    .pvx {
        padding-bottom: 3px
    }
    .pas,
    .pbs,
    .pvs {
        padding-bottom: 5px
    }
    .pam,
    .pbm,
    .pvm {
        padding-bottom: 10px
    }
    .pal,
    .pbl,
    .pvl {
        padding-bottom: 20px
    }
    .pan,
    .phn,
    .pln {
        padding-left: 0
    }
    .pax,
    .phx,
    .plx {
        padding-left: 3px
    }
    .pas,
    .phs,
    .pls {
        padding-left: 5px
    }
    .pam,
    .phm,
    .plm {
        padding-left: 10px
    }
    .pal,
    .phl,
    .pll {
        padding-left: 20px
    }
    .man,
    .mtn,
    .mvn {
        margin-top: 0
    }
    .max,
    .mtx,
    .mvx {
        margin-top: 3px
    }
    .mas,
    .mts,
    .mvs {
        margin-top: 5px
    }
    .mam,
    .mtm,
    .mvm {
        margin-top: 10px
    }
    .mal,
    .mtl,
    .mvl {
        margin-top: 20px
    }
    .man,
    .mhn,
    .mrn {
        margin-right: 0
    }
    .max,
    .mhx,
    .mrx {
        margin-right: 3px
    }
    .mas,
    .mhs,
    .mrs {
        margin-right: 5px
    }
    .mam,
    .mhm,
    .mrm {
        margin-right: 10px
    }
    .mal,
    .mhl,
    .mrl {
        margin-right: 20px
    }
    .man,
    .mbn,
    .mvn {
        margin-bottom: 0
    }
    .max,
    .mbx,
    .mvx {
        margin-bottom: 3px
    }
    .mas,
    .mbs,
    .mvs {
        margin-bottom: 5px
    }
    .mam,
    .mbm,
    .mvm {
        margin-bottom: 10px
    }
    .mal,
    .mbl,
    .mvl {
        margin-bottom: 20px
    }
    .man,
    .mhn,
    .mln {
        margin-left: 0
    }
    .max,
    .mhx,
    .mlx {
        margin-left: 3px
    }
    .mas,
    .mhs,
    .mls {
        margin-left: 5px
    }
    .mam,
    .mhm,
    .mlm {
        margin-left: 10px
    }
    .mal,
    .mhl,
    .mll {
        margin-left: 20px
    }
}