/*.m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper{max-width:280px;}*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/prompt-v4-latin-600.eot");
    /* IE9 Compat Modes */
    src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url("../fonts/prompt-v4-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt-v4-latin-600.woff2") format("woff2"), url("../fonts/prompt-v4-latin-600.woff") format("woff"), url("../fonts/prompt-v4-latin-600.ttf") format("truetype"), url("../fonts/prompt-v4-latin-600.svg#Prompt") format("svg");
    /* Legacy iOS */ }
body{font-family: 'Rubik', sans-serif;}
.sitename{color:#fff!important;}
.sitename:hover{color:#fff;text-decoration:none;}
.fullwidth{width:100%;}
.form-control[readonly]{background:#eee;}
.darkbg{background:#1c132e;}
.error .form-control[aria-invalid=true]{
    background:#fbb2b2 !important;
}
.error ul{list-style:none; padding:0; margin:0; color:#f00 !important;}

.modal-dialog {top: 20vh;}
.popup-h {font-size: 1.2rem; font-weight: bold;}
.edit_form_controls > button {margin-right: 5px;}
.login_errors div{
    margin-left: 5px;
    margin-right: 5px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
li,
a,
button:not([aria-label]),
select,
input,
th,
td,
tr {
    font-family: 'Rubik', sans-serif !important;
}
@-moz-document url-prefix() {
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    small,
    li,
    a,
    button:not([aria-label]),
    select,
    option,
    input,
    th,
    td,
    tr {
        font-family: 'Rubik' !important;
    }
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-topbar__userpic img {
    display: inline;
}

.m-topbar__username {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}
.daterangepicker_input_table {
    min-width: 200px;
}
a.notif_link:hover {
    text-decoration: none;
}
.notif_close_wrap {
    z-index: 300;
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: 0;
}
.notif_close {
    z-index: 200;
    cursor: pointer;
    color: #f4516c;
}
.m-list-timeline__time {
    padding-right: 8px !important;
}
.m-list-timeline__items .m-list-timeline__item:first-child {
    padding-top: 8px;
}


.sidebar_logo {
    width: 80%;
    margin: auto;
}
.sidebar_logo img {
    width: 100%;
}
.m-input-icon.m-input-icon--left .form-control {
    padding-left: 1rem;
}
.notif_source {
    height: 30px;
    display: table-row;
}

.edit_button {
    margin-top: 8px;
    margin-bottom: 8px;
}
.profile_day_checkbox {
    margin-bottom: 25px;
}
.profile_timepicker {
    min-width: 65px;
}
.consum_form .m-checkbox {
    margin-bottom: 0;
}
.m-body .m-content .m-content {
    padding: 0;
}

.m-list-timeline__items::before {
    display: none !important;
}

.person_main_image {
    max-width: 400px;
    max-height: 400px;
}

.person_signature {
    padding: 20px;
    max-width: 400px;
    max-height: 400px;
}
.person_status_select {
    max-width: 180px;
}
#person_edit_form textarea {
    min-height: 120px;
}

#description_modal .modal-content {
    min-height: 60vh;
}
#description_modal .modal-content textarea {
    min-height: 60vh;
}
div.document-editor {
    max-height: 800px;
    border: none;
}
.ck_editor_container {
    border: 1px solid #ebedf2;
    color: #575962;
    border-radius: .25rem;
    background-color: #fff;
    overflow: auto;
    font-size: 1rem;
    line-height: 1.25;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;

}
.ck_editor_container:focus {
    border-color: #716aca;
    outline: 0;
}
.document-editor__editable {
    min-height: 400px;
}
td.category_table_title {
    vertical-align: middle;
    font-weight: bolder;
    font-size: 1.3rem;
}

#categories_table td,
#categories_table th {
    border-top: none;
    border-bottom: none;
}

.post_thumbnail_img {
    max-width: 200px;
    max-height: 200px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


@media (max-width: 576px) {
    .edit_form_controls {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
.m-portlet__body {
    min-height: 50vh;
}
.select2_ext+.select2-container .select2-selection__choice {
    width: 100% !important;
    margin-bottom: 10px !important;
}

.select2_ext+.select2-container .select2-search--inline {
    width: 100% !important;
}

.select2_ext+.select2-container .select2-search__field {
    width: 100% !important;
    padding: 5px;
    border: 1px solid #aaa;
}

.custom_dropzone {
    padding: 10px;
    min-height: 100px;
    margin-bottom: 20px;
    border: 2px dashed #158df7;
    border-radius: 15px;
    -o-border-image: none;
    border-image: none;
    background: rgba(21, 141, 247, 0.2);
    cursor: pointer;
}

.custom_dropzone.dz-clickable {
    text-align: unset !important;
}

.custom_dropzone .dz-message {
    text-align: center !important;
}
.custom_dropzone i {
    width: 200px;
    height: 200px;
    font-size: 50px;
    color: #158df7;
}
.custom_dropzone .dropzone-previews .dz-preview .dz-details {
    width: 200px;
    height: auto;
}

.dropzone_field_icon {
    height: 85px;
    margin: 5px auto;
}
#person_gallery {
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}
.gallery_item {
    display: inline-block;
    margin: 30px;
    position: relative;
    overflow: hidden;
}

.gallery_image {
    height: 300px;
}
.remove_person_image,
.remove_product_image {
    display: block;
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.remove_person_image i,
.remove_product_image i {
    font-size: 25px;
}

.edit_person_image {
    display: block;
    position: absolute;
    top: 2px;
    right: 35px;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.edit_person_image i {
    font-size: 25px;
}

.tag_preview_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.tag_preview {
    padding: 10px 15px;
    background-color: #000000;
}
.tag_preview_text {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
    font-family: sans-serif, Prompt;
    font-style: normal;
    font-weight: 600;
}

.form-control[type=color] {
    padding: 5px;
    width: 100px;
}
.fb_image_form input {
    margin: auto 10px;
    padding: 5px;
}
.fb_image_form input[type=submit] {
    padding: 9px 13px;
}

.fb_image_form_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.fb_image_form_wrap label {
    color: white;
}
.person_links_table_wrap {
    overflow-x: scroll;

}
.person_links_table,
.person_works_table {
    min-width: 1300px;
    width: 100%;
}

.person_links_table td,
.person_works_table td {
    padding: 3px 8px;
}
.person_works_table td:first-child {
    text-align: center;
}
.person_links_table button,
.person_works_table button {
    width: 100%;
}

#link_table_message span,
#work_table_message span {
    margin: auto 5px;
}

.file_input_label {
    position: relative;
    top: 3px;
    font-size: 30px;
}

.input-group .help-block {
    position: absolute;
    bottom: -20px;
}

.dashboard_card {
    margin-top: 10px;
    margin-bottom: 10px;
}
.dashboard_card_body {
    display: flex;
    padding: 10px 5px;
}

.dashboard_card .card_icon {
    font-size: 40px;
    margin: auto 15px;
}

.card_counter {
    margin-top: 3px;
    font-weight: bolder;
    font-size: 20px;
    /*color: white;*/

}
.card_link,
.card_link:hover{
    text-decoration: none;
}

.card_link {
    color: #f1f0fd;
    /*color: #3f1f7b;*/
}

.card_link:hover {
    color: #654f8e;
}

.ad_title {
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.ad_part_form:not(:last-of-type) {
    border-bottom: 1px dotted grey;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.m-radio>span:after {
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    height: 5px;
    width: 5px;
    border-radius: 100% !important;
}
.ad_form_message_block {
    position: absolute;
    bottom: -35px;

}
.ad_buttons {
    position: relative;
}

.form_to_clone {
    display: none;
}
#ad_accordeon .card-header {
    cursor: pointer;
}
.m-nav__link.m-dropdown__toggle.btn-light.user_profile_header {
    box-shadow: none;
}
.m-checkbox-list {
    max-height: 166px;
    overflow-y: scroll;
}

.person_works_table th {
    padding: 6px;
}

.person_links_table th {
    padding: 6px;
}
#quote_thumbnail_image {
    max-width: 200px;
}
.text_capitalize {
    text-transform: capitalize !important;
}
.admin_zodiac_img {
    height: 22px;
}
.month_select .btn.dropdown-toggle {
    width: 100px;
}
.work_url_input {
    position: relative;
    top: 3px;
    margin-right: 3px;
    margin-left: 3px;
}

