@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url('/assets/wondergem/fonts/OpenSans-Light-webfont.woff') format('woff'),url('/assets/wondergem/fonts/OpenSans-Light-webfont.ttf') format('truetype'),url('/assets/wondergem/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url('/assets/wondergem/fonts/OpenSans-Regular-webfont.woff') format('woff'),url('/assets/wondergem/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),url('/assets/wondergem/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url('/assets/wondergem/fonts/OpenSans-Semibold-webfont.woff') format('woff'),url('/assets/wondergem/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),url('/assets/wondergem/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url('/assets/wondergem/fonts/OpenSans-Bold-webfont.woff') format('woff'),url('/assets/wondergem/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),url('/assets/wondergem/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'),local('OpenSans-Italic'),url('/assets/wondergem/fonts/OpenSans-Italic-webfont.woff') format('woff'),url('/assets/wondergem/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),url('/assets/wondergem/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
}

body {
    font-family: "Open Sans",sans-serif;
}

body {
    font-family: 'Open Sans',Verdana,Tahoma,Arial,sans-serif;
    color: #5e6468;
    background-color: #f4f4f4;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

a {
    color: #3282bf;
    text-decoration: none;
}

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

html {
    font-size: 16px !important;
}

.muted {
    color: #949598;
}

.muted-darker {
    color: #5e6468;
}

a.muted-darker:hover, a.muted-darker:focus {
    color: #555a5e;
}

.uppercase {
    text-transform: uppercase;
}

.large {
    font-size: 150%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ;
    font-weight: 600;
    color: #5e6468;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #949598;
}

h1 {
    display: block;
    width: 100%;
    font-size: 1.75em;
    padding: 0;
    padding-bottom: 5px;
    font-family: ;
    color: #5e6468;
    border: 0;
    border-bottom: 1px solid #ddd;
}

pre.plain {
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
    white-space: pre-wrap;
}

pre.prettyprint {
    padding: 19px;
}

pre.infotext {
    margin-top: 10px;
    background-color: #393939;
    padding: 5px;
    font-family: monospace;
    color: #dd581a;
}

.code-with-config-buttons {
    margin: 10px 0;
    font-family: monospace;
}

legend, .legend, h1 {
    display: block;
    width: 100%;
    font-size: 1.75em;
    line-height: 1.4em;
    padding: 0;
    padding-bottom: 5px;
    font-family: ;
    color: #5e6468;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 15px;
}

legend.legend-small, .legend.legend-small {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}

legend.legend-small:first-child, .legend.legend-small:first-child {
    margin-top: 0;
}

label:first-child, label {
    font-weight: 600;
}

label:first-child.label-normal {
    font-weight: 400;
}

.uneditable-input, .uneditable-textarea {
    background-color: #e9eaea;
    background-color: rgba(94,99,103,0.08);
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #e9eaea;
    background-color: rgba(94,99,103,0.08);
}

.form-actions {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 0;
}

.form-actions:before, .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}

.form-actions:after {
    clear: both;
}

.form-actions a.pull-right {
    margin-left: 5px;
}

.help-block, .help-inline, label .help-block, label .help-inline {
    color: #6c7378;
}

.help-block, label .help-block {
    display: block;
    font-size: 85%;
    font-family: 'Open Sans',Verdana,Tahoma,Arial,sans-serif;
    font-weight: 400;
}

.input-required:after {
    font-family: "FontAwesome";
    font-size: 7px;
    line-height: 12px;
    vertical-align: top;
    margin-left: 0.2em;
    content: "\f069";
    color: #c95018;
}

.checkbox, .radio {
    margin-top: 0;
}

.admin-link:after {
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 12px;
    vertical-align: top;
    margin-left: 0.2em;
    content: "\f023";
}

.datefield .bootstrap-datetimepicker-widget .btn table td span:hover {
    background: #8c8d91;
}

.datefield .bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 1.5;
    height: 1.5em;
    font-size: 24px;
}

.form-control.token-autocomplete-container {
    position: relative;
    min-height: 34px;
    height: auto;
    border-color: #ccc;
    padding-bottom: 0;
}

.form-control.token-autocomplete-container:focus-within {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.has-error .form-control.token-autocomplete-container {
    border-color: #a94442;
}

.form-control.token-autocomplete-container, .form-control.token-autocomplete-container * {
    font-family: 'Open Sans',Verdana,Tahoma,Arial,sans-serif;
}

.form-control.token-autocomplete-container .token-autocomplete-token {
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    background-color: #ededed;
    margin: -1px 5px 5px 0;
    height: 22px;
    font-size: 14px;
    line-height: 1.43;
    color: #555;
    padding-left: 4px;
    padding-right: 0;
    pointer-events: auto;
    cursor: default;
}

.form-control.token-autocomplete-container .token-autocomplete-token:hover {
    border-color: #b9b9b9;
    background-color: #ededed;
}

.form-control.token-autocomplete-container .token-autocomplete-token .token-autocomplete-delete-button {
    opacity: 0.4;
}

.form-control.token-autocomplete-container .token-autocomplete-token .token-autocomplete-delete-button:hover {
    background-color: transparent;
    opacity: 0.8;
}

.form-control.token-autocomplete-container > .token-autocomplete-delete-button {
    margin-top: -6px;
    margin-right: 8px;
    background-color: transparent;
    opacity: 0.8;
}

.form-control.token-autocomplete-container > .token-autocomplete-delete-button:hover {
    background-color: transparent;
    opacity: 1;
}

.form-control.token-autocomplete-container .token-autocomplete-input {
    font-size: 14px;
    line-height: 1.43;
    height: 20px;
    margin: 0 2px 4px 2px;
    color: #757575;
    padding: 0;
}

.form-control.token-autocomplete-container .token-autocomplete-suggestions {
    border: 1px solid #ddd;
    border-radius: 2px;
}

.form-control.token-autocomplete-container .token-autocomplete-suggestions li {
    color: #555;
}

.form-control.token-autocomplete-container .token-autocomplete-suggestions li.token-autocomplete-suggestion-active {
    background-color: #ededed;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.form-control.token-autocomplete-container .token-autocomplete-suggestions li:hover, .form-control.token-autocomplete-container .token-autocomplete-suggestions li.token-autocomplete-suggestion-active:hover, .form-control.token-autocomplete-container .token-autocomplete-suggestions li.token-autocomplete-suggestion-highlighted {
    background-color: #66afe9;
    color: #fff;
}

.form-control.token-autocomplete-container .token-autocomplete-suggestions li:hover .token-autocomplete-suggestion-description, .form-control.token-autocomplete-container .token-autocomplete-suggestions li.token-autocomplete-suggestion-highlighted .token-autocomplete-suggestion-description {
    background-color: #66afe9;
    color: #fff;
}

.form-control.token-autocomplete-container.token-autocomplete-singleselect .token-autocomplete-input {
    padding-left: 0;
    color: #555;
}

.form-control.token-autocomplete-container.token-autocomplete-singleselect .token-autocomplete-input:after {
    border-color: #888 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    top: 9px;
    right: 0px;
}

.form-control.token-autocomplete-container.token-autocomplete-singleselect .token-autocomplete-input:after:hover {
    border-color: #555;
}

.form-control.token-autocomplete-container.token-autocomplete-singleselect.token-autocomplete-suggestions-displayed .token-autocomplete-input:after {
    border-width: 0 4px 5px 4px;
}

table {
    border: 1px solid #ddd;
    background-color: #fff;
}

th, td {
    border-bottom: 1px solid #ddd;
}

td {
    font-size: 85%;
}

td:first-child, td.title {
    font-size: 100%;
}

.table > thead > tr > th {
    font-weight: 600;
    border-bottom: 1px solid #ededed;
    vertical-align: top;
}

td .link-inline {
    padding-right: 8px;
    padding-top: 8px;
    display: inline-block;
}

tfoot {
    background-color: #e6e6e6;
}

.table > tbody > tr.success > td {
    background-color: #dcf0ce;
}

.table > tbody > tr.danger > td, .table > tbody > tr.error > td {
    background-color: #f0ced0;
}

.table > tbody > tr.warning > td {
    background-color: #faedbb;
}

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

.table-colorized tr > th:first-child {
    width: 10px;
    min-width: 10px;
    padding: 0px;
}

.table-colorized tr > td:first-child {
    width: 10px;
    min-width: 10px;
    padding: 0px;
}

.table-colorized tbody > tr.default > td:first-child {
    background-color: #b6b7bb;
}

.table-colorized tbody > tr.success > td:first-child {
    background-color: #5eb526;
}

.table-colorized tbody > tr.danger > td:first-child {
    background-color: #e74c3c;
}

.table-colorized tbody > tr.warning > td:first-child {
    background-color: #f1c40f;
}

.table-colorized tbody > tr.info > td:first-child {
    background-color: #3282bf;
}

.table-colorized > tbody > tr.success > td, .table-colorized > tbody > tr.danger > td, .table-colorized > tbody > tr.error > td, .table-colorized > tbody > tr.warning > td, .table-colorized > tbody > tr.info > td {
    background-color: transparent;
}

td .fa {
    width: 1.28571429em;
    text-align: center;
}

tr.info a {
    color: #4a697d;
}

tr.info .muted {
    color: #4a697d;
}

tr.error a {
    color: #5c0000;
}

tr.info a.link-danger, tr.error a.link-danger {
    color: #ee5f5b;
}

a i {
    color: #5e6468;
}

a:hover i {
    text-decoration: none;
}

a.btn i {
    color: #fff;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 2px;
}

ul.dropdown-menu li:first-of-type.divider {
    display: none;
}

.well {
    background-color: #fff;
    color: #5e6468;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.well .legend {
    margin: -10px -10px 10px;
    padding: 0 10px;
    font-size: 16px;
}

.well.nav-box {
    padding: 0px;
}

.well.help-box {
    background-color: rgba(142,199,234,0.4);
    border: 1px solid #bfe1f3;
    color: #4a697d;
    font-size: 11.9px;
    line-height: 17px;
    padding: 8px;
}

.well.help-box.p:last-child {
    margin-bottom: 0;
}

.infobox .well {
    position: relative;
}

.infobox .well .well-colorbox {
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
    bottom: 0;
    width: 5px;
}

.infobox .well .legend {
    box-sizing: initial;
    padding: 5px 10px;
    width: inherit;
    margin: -10px -10px 10px;
}

.infobox .well .info-line {
    margin-left: -20px;
    margin-right: -20px;
}

.btn {
    color: #fff;
    background-color: #949598;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn.active:focus {
    color: #fff;
}

.btn-default {
    background-color: #949598;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default:active:focus, .btn-default.active:focus {
    background-color: #8f9094;
}

.btn-primary {
    background-color: #c95018;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.active:focus {
    background-color: #b54816;
}

.btn-warning {
    background-color: #f89406;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning:active:focus, .btn-warning.active:focus {
    background-color: #fa9e1e;
}

.btn-danger {
    background-color: #ee5f5b;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger:active:focus, .btn-danger.active:focus {
    background-color: #ed5752;
}

.btn-success {
    background-color: #5eb526;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success.active:focus {
    background-color: #5ab025;
}

.btn-info {
    background-color: #4a697d;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info.active:focus {
    background-color: #486579;
}

.btn-inverse {
    background-color: #43474a;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse:active:focus, .btn-inverse.active:focus {
    background-color: #414548;
}

a.link {
    font-weight: 600;
}

.link-danger, .link-red {
    color: #ee5f5b;
}

.link-secondary {
    color: #8e9399;
}

a:hover.link-danger {
    color: #e9352e;
}

a.link-info {
    color: #4a697d;
}

a:hover.link-info {
    color: #3f596a;
}

.external-link:before {
    font-family: 'FontAwesome';
    content: '\f101';
    font-weight: normal;
    margin-right: 0.2em;
    color: #5e6468;
}

.alert {
    text-shadow: none;
}

th, td .alert {
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    background-color: #b7343c;
    border-color: #ab314d;
    color: #fff;
}

.alert-danger h4 {
    color: #fff;
}

.alert-danger a.link-info {
    color: #f0dfad;
}

.alert-danger a.link-info:hover {
    color: #d9c092;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #c95018;
    color: #fff;
}

.nav-header {
    font-weight: 700;
    color: #949598;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 15px;
    text-transform: uppercase;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.nav-list > li > a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
}

.nav-list > li > a {
    padding: 3px 15px;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: #fff;
    background-color: #3282bf;
}

.nav-list[class^="icon-"], .nav-list[class*=" icon-"] {
    margin-right: 5px;
}

.nav-list i {
    margin-right: 5px;
}

.nav-list > li > a:hover i, .nav-list > li > a:focus i, .nav-list > .active > a i {
    color: #fff;
}

.sub-nav a {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.sub-nav a i {
    line-height: 24px;
    color: #5e6468;
    width: 14px;
}

.sub-nav > li > a {
    padding-right: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.sub-sub-nav a {
    font-weight: 600;
    font-size: 11.9px;
    color: #8e9399;
    border-bottom: 0;
    line-height: 18px;
    background-color: #fff;
}

.nav.sub-sub-nav > li > a:hover, .nav.sub-sub-nav > li > a:focus, .nav-list.sub-sub-nav > .active > a, .nav-list.sub-sub-nav > .active > a:hover, .nav-list.sub-sub-nav > .active > a:focus {
    background-color: #8e9399;
}

.nav-tabs > li {
    margin-right: 3px;
}

.nav-tabs > li > a {
    border: 1px solid #ddd;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #fff;
    background-color: #c95018;
}

.nav-tabs > .active > a {
    border: 1px solid #c95018;
}

.nav-tabs > .active > a:hover {
    color: #fff;
    background-color: #c95018;
    border: 1px solid #c95018;
    cursor: pointer;
}

.nav-tabs > li > a:hover {
    color: #c95018;
    background-color: #e7e8e8;
    background-color: rgba(94,99,103,0.08);
    border: 1px solid #ddd;
    text-shadow: none;
}

.navbar-static-top {
    border-bottom: 3px solid #c95018;
    border-top: none;
    background-color: white;
    border-radius: none;
    padding-left: 2%;
    padding-right: 2%;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,0.5) !important;
    font-size: 16px;
    padding: 20px 15px;
}

.navbar-default .navbar-nav > li > a > i {
    color: inherit;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    float: none;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgba(0,0,0,0.7) !important;
}

.navbar-nav.nav-right {
    float: right;
}

.navbar .navbar-brand img, .navbar .navbar-brand svg {
    max-height: 33px;
    max-width: 100px;
}

li.right-menu-icon {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75em;
}

li.right-menu-icon a {
    padding: 0.5rem !important;
}

li.right-menu-icon img {
    height: 1.5rem;
}

li.right-menu-icon:not(:last-child) {
    border-right: 1px solid #ddd;
    padding-right: 0.75em;
}

li.right-large-menu-icon a {
    padding-top: 0.25rem !important;
    padding-bottom: 0 !important;
}

li.right-large-menu-icon a img {
    height: 2rem;
}

.menu-search-form {
    padding-top: 0.25rem;
}

.menu-search-form input {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding: 0.5rem;
    font-size: 0.9rem;
    box-shadow: none !important;
}

.breadcrumb {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    color: #aeb2b8;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

.breadcrumb a {
    color: #9d9fa3;
    font-size: 85%;
}

.breadcrumb a:hover {
    color: #5e6468;
    text-decoration: none;
}

.breadcrumb > li + li:before {
    content: "\203a";
}

.pagination .jump-to {
    float: left;
    width: 150px;
    padding: 4px 12px;
    margin-left: -1px;
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    color: #3282bf;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #5e6468;
}

.label {
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    padding: 0.5em 0.8em;
    border-radius: 2px;
    font-size: 11.20px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
    background-color: #949598;
}

.label-primary {
    background-color: #c95018;
}

.label-primary[href] {
    background-color: #b54816;
}

.label-success {
    background-color: #5eb526;
}

.label-success[href] {
    background-color: #54a322;
}

.label-info {
    background-color: #3282bf;
}

.label-info[href] {
    background-color: #2d75ac;
}

.label-warning {
    background-color: #f1c40f;
}

.label-warning[href] {
    background-color: #dab10d;
}

.label-important, .label-danger {
    background-color: #e74c3c;
}

.label-important[href], .label-danger[href] {
    background-color: #e43522;
}

.label.label-small {
    font-size: 85%;
}

.ribbon.label {
    position: relative;
    margin: 0em 0.2em;
    left: -32px;
    left: -2rem;
    padding-left: 32px;
    padding-left: 2rem;
    border-radius: 0px 4px 4px 0px;
    border-color: rgba(0,0,0,0.15);
}

.ribbon.label:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0%;
    border-top: 0em solid transparent;
    border-right-width: 1em;
    border-right-color: inherit;
    border-right-style: solid;
    border-bottom: 1em solid transparent;
    border-left: 0em solid transparent;
    width: 0em;
    height: 0em;
}

.ribbon.label.right {
    position: relative;
    float: right;
    margin: 0em 0.2em;
    right: auto;
    left: 32px;
    left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
    border-radius: 4px 0px 0px 4px;
    border-color: rgba(0,0,0,0.15);
}

.ribbon.label.right:after {
    position: absolute;
    content: "";
    top: 100%;
    left: auto;
    right: 0%;
    border-top: 0em solid transparent;
    border-left-width: 1em;
    border-left-color: inherit;
    border-left-style: solid;
    border-bottom: 1em solid transparent;
    border-right: 0em solid transparent;
    width: 0em;
    height: 0em;
}

.circular.labels .label, .circular.label {
    min-height: 1em;
    max-height: 2em;
    padding: 0.5em;
    line-height: 1em;
    text-align: center;
    border-radius: 80000px;
    border-radius: 500rem;
}

.circular.label.label-state {
    padding: 0.2em 0.1em;
}

#search .input-group-addon {
    background-color: #949598;
    border: 1px solid #949598;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

#search .input-group .input-group-addon:hover {
    cursor: pointer;
    background-color: #858689;
}

.search-row .search-box {
    padding-bottom: 20px;
}

.search-row .search-box .search-form {
    width: 100%;
}

.search-row .search-box .search-form #searchbox {
    width: 95%;
    font-size: medium;
}

.carousel-control {
    color: #5e6468;
}

.carousel-control:hover, .carousel-control:focus {
    color: #2b3037;
}

.statistics-legend li {
    height: 35px;
    list-style-type: none;
    display: inline-block;
    padding: 2px 40px 2px 28px;
}

.statistics-legend li span.block {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.statistics-legend li p {
    display: inline-block;
    margin: 0;
    vertical-align: 50%;
}

.statistic {
    margin-bottom: 10px;
}

.statistic .statistic-value {
    font-size: 4em;
    line-height: 1em;
    text-align: center;
    font-weight: 300;
}

.statistic .statistic-label {
    text-transform: uppercase;
    color: inherit;
    display: block;
    font-size: 1em;
    text-align: center;
    font-weight: 300;
    white-space: normal;
    height: 32px;
}

.statistic .statistic-help {
    text-transform: none;
    color: #6c7378;
    font-size: 80%;
    text-align: center;
    padding-top: 10px;
}

.statistic.mini .statistic-value {
    font-size: 1.25em;
}

.statistic.tiny .statistic-value {
    font-size: 2em;
}

.statistic.small .statistic-value {
    font-size: 3em;
}

.statistic.large .statistic-value {
    font-size: 5em;
}

.statistic.huge .statistic-value {
    font-size: 6em;
}

.statistic.primary .statistic-value {
    color: ;
}

.statistic.green .statistic-value {
    color: #5eb526;
}

.statistic.blue .statistic-value {
    color: #3282bf;
}

.statistic.yellow .statistic-value {
    color: #f1c40f;
}

.statistic.red .statistic-value {
    color: #e74c3c;
}

.statistic.orange .statistic-value {
    color: #f89406;
}

.cell .color.primary {
    color: ;
}

.cell .bold {
    font-weight: bold;
}

.cell .color.green {
    color: #5eb526;
}

.cell .color.blue {
    color: #3282bf;
}

.cell .color.yellow {
    color: #f1c40f;
}

.cell .color.red {
    color: #e74c3c;
}

.cell .color.orange {
    color: #f89406;
}

.sparkline {
    vertical-align: text-bottom;
}

.well.filter-box {
    padding: 8px 0;
}

.filter-box .nav-list .fa {
    margin-right: 5px;
}

.filter-box .nav-list > li {
    clear: both;
}

.filter-box .badge {
    background-color: #b6b7bb;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
}

.filter-title {
    float: left;
    display: block;
    width: 77%;
    margin-right: 5px;
}

.filter-title-inner {
    width: 80%;
}

.filter-counter-wrapper {
    display: block;
    float: right;
    width: 20%;
}

.nav-list > .active > a .badge, .nav-list a:hover .badge {
    background-color: #c95018;
}

.footer {
    padding: 15px 0;
    border-top: 3px solid #c95018;
    background-color: white;
    color: rgba(0,0,0,0.5);
}

.footer a:hover {
    color: #c95018;
    text-decoration: none;
}

.footer small:after {
    content: "|";
    padding: 0 0.2em;
}

.footer small:last-child:after {
    content: " ";
    padding: 0;
}

.block-element {
    display: block;
}

.link-block {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pointer {
    cursor: pointer;
}

th.align-left, td.align-left, .align-left {
    text-align: left;
}

th.align-right, td.align-right, .align-right {
    text-align: right;
}

th.align-center, td.align-center, .align-center {
    text-align: center;
}

img {
    max-width: 100%;
}

.list-thumbnail {
    display: inline-block;
    max-width: 140px;
    max-height: 80px;
}

.list-thumbnail img {
    max-height: 70px;
    max-width: 130px;
}

.inline-thumbnail {
    display: inline-block;
}

.word-wrap {
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: block;
}

.info-line {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11.9px;
    line-height: 20px;
    border-bottom: 1px solid rgba(98,98,98,0.1);
}

.info-line:last-of-type {
    border-bottom: none;
}

.info-line .name {
    font-weight: 600;
    float: left;
}

.info-line .value {
    text-align: right;
    float: right;
}

.table td.span1 .word-wrap, .table th.span1 .word-wrap {
    width: 44px;
}

.table td.span2 .word-wrap, .table th.span2 .word-wrap {
    width: 124px;
}

.table td.span3 .word-wrap, .table th.span3 .word-wrap {
    width: 204px;
}

.table td.span4 .word-wrap, .table th.span4 .word-wrap {
    width: 284px;
}

.table td.span5 .word-wrap, .table th.span5 .word-wrap {
    width: 364px;
}

.table td.span6 .word-wrap, .table th.span6 .word-wrap {
    width: 444px;
}

.table td.span7 .word-wrap, .table th.span7 .word-wrap {
    width: 524px;
}

.table td.span8 .word-wrap, .table th.span8 .word-wrap {
    width: 604px;
}

.table td.span9 .word-wrap, .table th.span9 .word-wrap {
    width: 684px;
}

.table td.span10 .word-wrap, .table th.span10 .word-wrap {
    width: 764px;
}

.table td.span11 .word-wrap, .table th.span11 .word-wrap {
    width: 844px;
}

.table td.span12 .word-wrap, .table th.span12 .word-wrap {
    width: 924px;
}

.btn.single-click-pending {
    opacity: .7;
    cursor: wait;
}

.file-upload .popover {
    min-width: 300px;
}

.file-upload .btn-block {
    margin-top: 5px;
}

.flex-group {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    margin: 0 -2%;
}

.flex-group > * {
    flex-grow: 1;
    margin: 0 2%;
    min-width: 0;
}

.pick-a-color.colorpicker-element .add-on i {
    vertical-align: sub;
}

.password-security-info h4 {
    padding: 10px 0;
    margin: 0 0 10px 0;
}

.password-security-info .alert-success {
    color: #54a322;
}

.featherlight-fullscreen .featherlight-content {
    width: 90%;
    height: 100%;
    padding: 0;
    border-bottom: none;
}

.featherlight-fullscreen .featherlight-inner {
    width: 100%;
    height: 100%;
}

.ace_search_field {
    color: black;
}

input.form-control.mls-input {
    background-color: #fff;
}

.mls-modal .modal-body {
    max-height: calc(100vh - 182px);
    min-height: 250px;
    overflow: auto;
}

.mls-modal .dropdown-menu > li > a:hover, .mls-modal .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #5eb526;
}

.mls-modal .dropdown-menu > .active > a, .mls-modal .dropdown-menu > .active > a:hover, .mls-modal .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #5eb526;
}

.mls-modal .mls-add-language-button .dropdown-menu {
    max-height: 140px;
    overflow: auto;
}

.mls-modal .mls-modal-inputs .mls-language-label {
    display: flex;
    height: 34px;
    align-items: center;
}

.mls-modal .mls-language-flag {
    margin-right: 8px;
}

.mls-modal .mls-language-globe {
    height: 12px;
    width: 12px;
    object-fit: cover;
}

.mls-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-bottom: -1px;
}

.mls-tab-header .nav-tabs {
    border-bottom: none;
}

.mls-tab-header .nav-tabs > li > a {
    color: #5e6468;
    margin-right: 0;
    margin-left: 2px;
}

.mls-tab-header .nav-tabs > li {
    border-bottom: 1px solid #fff;
}

.mls-tab-header .dropdown-menu > li > a:hover, .mls-tab-header .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #5eb526;
}

.mls-tab-header .dropdown-menu > .active > a, .mls-tab-header .dropdown-menu > .active > a:hover, .mls-tab-header .dropdown-menu > .active > a:focus, .mls-tab-header .dropdown-menu > .language-selected > a, .mls-tab-header .dropdown-menu > .language-selected > a:hover, .mls-tab-header .dropdown-menu > .language-selected > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #5eb526;
}

.mls-tab-header .caret {
    margin-left: 8px;
}

.mls-tab-header .dropdown-menu {
    max-height: 140px;
    overflow: auto;
}

.mls-tab-header .mls-toggle-language-button a {
    color: #5e6468;
}

.mls-tab-header .mls-tab-list .mls-language-label, .mls-tab-header .mls-tab-list .dropdown-toggle {
    display: flex;
    height: 34px;
    align-items: center;
}

.mls-tab-header .mls-language-flag {
    margin-right: 8px;
}

.mls-tab-header .mls-language-globe {
    height: 12px;
    width: 12px;
    object-fit: cover;
}

.taggedSearch .suggestion {
    display: inline-block;
    min-width: 10px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 2px;
    margin: 0px 4px;
}

.taggedSearch input {
    border: none;
}

.taggedSearch .form-control {
    padding: 4px 8px;
}

.taggedSearch .taggedSearchPopup {
    border: 1px solid grey;
    background-color: white;
}

.taggedSearch .taggedSearchPopup div {
    padding: 3px;
}

.taggedSearch .taggedSearchPopup div.selected {
    background-color: #005;
    color: white;
}

.tracing .well {
    margin-top: 20px;
    padding: 10px;
    background-color: rgba(94,99,103,0.08);
    font-size: 85%;
}

.tracing .info-line {
    margin-left: -10px;
    margin-right: -10px;
}

.tracing .legend {
    box-sizing: initial;
    padding: 5px 10px;
}

#select-file-modal .pagination-controls > ul {
    margin: 0;
}

#select-file-modal .breadcrumb {
    background-color: white;
}

#select-file-modal .select-file-table {
    max-height: 400px;
    overflow-y: auto;
}

#select-file-modal .qq-upload-drop-area {
    padding: 10px 10px;
}

.blob-ref-field .popover {
    min-width: 300px;
}

.blob-ref-field .btn-block {
    margin-top: 5px;
}

.blob-ref-field .file {
    text-align: center;
}

.blob-ref-field .file a {
    word-wrap: break-word;
}

.navbar-brand {
    padding: 13px 15px;
}

.nav-box + .btn-block {
    margin: 15px 0;
}

.circular.label.label-state {
    display: inline-block;
    padding: .3em .1em;
    min-width: 1.7em;
    text-align: center;
}

.info-line {
    margin-bottom: 0;
}

.info-line .name, .info-line .value {
    margin: 3px 0;
}

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

.footer a {
    color: #c95018;
}

.footer a:hover {
    color: #dd581a;
}

.floating-disabled .col-md-6 {
    float: none;
    display: inline-block;
    width: calc(50% - 30px);
    vertical-align: top;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(0,0,0,0.7) !important;
    }
    .navbar-nav.nav-right {
        float: none;
    }
}

@media (min-width: 1200px) {
    .filter-title-inner {
        width: 85%;
    }
}

