/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
}

.strong {
    font-weight: bold;
}

input[type="checkbox"] {
    width: 18px;
}

.stats-container .popover {
    width: 600px;
    max-width: 600px;
}

.page-header .btn-group {
    position: relative;
    top: 25px;
}

.recordCount {
    font-size: 30px !important;
    top: 15px;
    position: relative;
}

.cke_button__articlelink_label,
.cke_button__articlelinkwidget_label {
    display: inline !important;
}

.cke_button__articlelink_icon,
.cke_button__articlelinkwidget_icon {
    background-image: url("https://static.tuasaude.test/bo/vendor/ckeditor5/plugins/icons.png?t=K87C") !important;
    background-position: 0 -2816px !important;
    background-size: auto !important;
}

.label-discrete {
    color: #333;
    background-color: #f3f3f3;
}

li.dropdown-header {
    font-size: 13px;
    background-color: #e1e1e1;
    color: #333;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    margin-top: 10px;
    padding-left: 10px;
    text-transform: uppercase;
}

.modal {
    overflow-y: auto;
}

.with-top-links {
    position: relative;
}

.with-top-links .btn-group {
    position: absolute;
    top: 10px;
    right: 10px;
}

#iframePopupSmall,
#iframePopupLarge {
    z-index: 10505;
}

#iframePopupSmall .modal-dialog {
    width: 382px;
}

#iframePopupSmall .modal-body {
    margin-left: -10px;
    height: 697px;
}

#iframePopupLarge .modal-body {
    margin-left: -10px;
    height: 697px;
}

#iframePopupLarge .modal-body iframe {
    border: 0;
    width: 1055px;
    height: 667px;
}

#iframePopupSmall .modal-body iframe {
    border: 0;
    width: 375px;
    height: 667px;
}

.label {
    font-size: 85%;
}

.no-spacing,
.no-spacing > li {
    margin: 0;
    padding: 0;
}

tr.header {
    background-color: #f1f1f1;
    border-bottom: solid 2px #667;
    border-top: solid 10px #999;
}

.logged-user-photo {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 20px;
    overflow: hidden;
}

a.navbar-brand {
    padding-left: 52px;
}

.no-spacing > li {
    list-style-type: none;
}

#alertModal,
#confirmModal {
    z-index: 10510;
}

.global-blocker {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(70, 70, 70, 0.5);
    z-index: 120000;
    display: none;
}

.global-blocker.active {
    display: block;
}

.global-loader {
    position: fixed;
    bottom: 4px;
    left: 4px;
    z-index: 120001;
    background-color: #fff;
    width: 180px;
    height: 44px;
    padding: 5px;
    border: solid 2px #f3f3f3;
    display: none;
}

.global-loader.active {
    display: block;
}

.global-loader span {
    font-size: 16px;
    line-height: 2;
    color: #666;
    text-transform: uppercase;
}



.main-toast {
    position: fixed;
    top: 70px;
    right: 20px;
    padding: 12px 18px;
    border-radius: 6px;
    z-index: 10000;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 220px;
    text-align: left;
    color: #fff;
    display: none;
}

.main-toast__icon {
    font-weight: 700;
    margin-right: 8px;
    display: inline-block;
}

.main-toast__message {
    display: inline-block;
}

.main-toast--success {
    background: #5cb85c;
}

.main-toast--error {
    background: #d9534f;
}

.main-toast--warning {
    background: #f0ad4e;
}

.main-toast--info,
.main-toast--saving {
    background: #5bc0de;
}

table .options li {
    float: left;
    margin-right: 3px;
}

/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
    position: relative;
}

.mini-note {
    font-size: 11px;
}

ul {
    padding: 0;
}

.filters li a {
    cursor: pointer;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.scrollable-pane {
    overflow-y: scroll;
}

.h600 {
    height: 600px;
}

.stricked {
    text-decoration: line-through;
    opacity: 0.3;
}

.form-horizontal .control-group {
    padding: 6px;
}

.form-horizontal label {
    min-width: 200px;
    padding-right: 20px;
}

.form-horizontal .controls {
    display: inline-block;
}

.page-header {
    padding-bottom: 2px;
    margin: 40px 0 0px;
}

.form-control.error {
    outline: solid 1px red;
}

textarea,
textarea.form-control {
    height: 120px;
}

.form-control[type="checkbox"] {
    margin: 0;
    height: 18px;
}

.padding10 {
    padding: 10px;
}

.idented {
    padding-left: 20px;
}

.form-horizontal .control-label {
    vertical-align: top;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.auto-width {
    width: auto;
}

#communicationForm .image {
    min-height: 194px;
    max-height: 518px;
    width: 194px;
    border: solid 1px #999;
    display: inline-block;
}

#communicationForm .image.facebookpost {
    width: 366px;
}

.label {
    font-weight: 400;
}

#communicationForm .image img {
    width: 192px;
}

#communicationForm .image.facebookpost img {
    width: 366px;
}

#communicationForm textarea {
    height: 60px;
}

.dropdown-menu {
    max-height: 640px;
}

.dropdown-menu li a {
    cursor: pointer;
}

#activeAdvancedFilter .dropdown-menu,
#sortingCriteria .dropdown-menu,
.communication-item .dropdown-menu {
    overflow-y: scroll;
}

.nav > li > a.disabled {
    color: #666;
    opacity: 0.5;
}

.header-language-link {
    padding-left: 15px !important;
    color: #fff !important;
    font-size: 13px;
}

#ListsForm .chosen-container {
    width: 100% !important;
}

#rdorForm .chosen-container {
    width: 100% !important;
}

.basic-form {
    max-width: 800px;
}

.chosen-container .search-field input.default,
#processAuthorship_chosen {
    width: 100% !important;
}

.popover {
    max-height: 700px;
    overflow: scroll;
}

.selector-object-container {
    position: relative;
}

.selector-object-url {
    padding-right: 32px;
}

.zika-component-selector {
    position: absolute;
    right: 6px;
    top: 6px;
}

.zika-image-preview {
    width: 200px;
}

.zika-cropable {
    position: relative;
}

.zika-cropable .crop {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.zika-cropable-canvas {
    width: 100%;
}

#zikaCropableIframe {
    width: 1035px;
    height: 800px;
    border: none;
}

.zika-uploader-label-new,
.zika-uploader-label-deleted {
    position: absolute;
    bottom: 45px;
    right: 5px;
}

.keyword-articles-container .popover {
    width: 530px;
    max-width: 530px;
}

.keyword-competitors-container .popover {
    width: 530px;
    max-width: 530px;
}

.type_checkbox .controls {
    display: inline-block;
    width: 80px;
    /* overflow: hidden; */
    top: 10px;
    position: relative;
    margin-left: 10px;
}

.panel-heading {
    position: relative;
}

.heading-options {
    position: absolute;
    top: 8px;
    right: 8px;
}

@media (min-width: 1100px) {
    .modal-lg {
        width: 1067px;
    }

    .modal-xl {
        width: 80%;
    }
}

.screen-features ul {
    padding-left: 20px;
}

.errorDetail,
.successDetail {
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.errorDetail {
    color: red;
}

.successDetail {
    color: green;
}

ul.ui-autocomplete {
    min-height: 250px;
}

ul.ui-autocomplete li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #eee;
    padding: 10px;
}

.irrelevant {
    display: none;
}

.show-irrelevant .irrelevant {
    display: table-row;
}

.chosen-container {
    min-width: 100%;
}
