@charset "utf-8";
html,
body {
    font-family: "Lato", "Trebuchet MS", Helvetica, sans-serif !important;
    font-size: 14px;
}

table {
    border-spacing: 0;
}

table,
td,
tr {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html,
body,
#page,
#content,
.m4m_body {
    margin: 0px;
    width: 100%;
    padding: 0px;
    min-width: 960px;
}

input::-ms-clear {
    display: none !important;
}

input {
    margin: 0px !important;
}

textarea {
    resize: none;
}

fieldset {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px 5px 15px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

fieldset legend {
    font-size: 15px;
    line-height: normal;
    width: auto;
    padding: 0px 5px 0px 5px;
    margin-bottom: 0px;
}

.fieldset_white {
    background-color: #fff;
}

.m4m_input {
    height: 20px !important;
    font-size: 13px !important;
    border: #ccc solid 1px;
    border-radius: 3px !important;
    background-color: #fff !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #333 !important;
}

.m4m_input.edited {
    background-color: #dbfde2 !important;
    border: 1px solid #aad6a8;
}

.m4m_input.short {
    width: 140px;
}

.m4m_button {
    border: none;
    color: white;
    background-color: #3c454f;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.m4m_button:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.form-error {
    display: block !important;
    color: #F33;
    margin-top: 2px;
}

.m4m_developer_info_container {
    margin: 0px;
    margin-top: 5px;
}

.m4m_developer_info_icon {
    height: 16px;
    margin: 0px 0px 0px 7px;
    vertical-align: top;
    cursor: pointer;
}

.m4m_developer_info_text {
    height: 15px;
    margin: 0px 0px 0px 7px;
    font-size: 0.9em;
    color: #AAA;
    display: inline-block;
}


/* SELECTBOXIT */

.selectboxit-container .selectboxit-options {
    max-height: 120px;
}

.selectboxit-option-icon {
    margin-left: 3px !important;
}


/* Placeholder */

::-webkit-input-placeholder {
    color: #CCCCCC;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #CCCCCC;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #CCCCCC;
}

:-ms-input-placeholder {
    color: #CCCCCC;
}


/*  SELECTBOX  */

select {
    -webkit-appearance: button;
    -ms-appearance: button;
    appearance: button;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 20px;
    background-color: #f2f2f2;
    background-position: 95% center;
    background-repeat: no-repeat;
    border: 1px solid #CCC;
    font-size: 14px;
    padding: 5px 12px 6px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    /* firefox and chrome fix */
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select:not([multiple]) {
    background-image: var(--url-icon);
    background-size: 10px;
    overflow: hidden;
}


/* ----------- CHECK BOXES -------------- */

label {
    display: inline;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox+label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px !important;
    border-radius: 3px;
    display: inline-block !important;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.regular-checkbox:checked+label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 3px;
    color: #99a1a7;
}

.regular-checkbox-outlabel {
    cursor: pointer;
}


.always-send-checkbox {
    display: none;
    margin-right: 4px !important;
}

.always-send-checkbox~label {
    background-color: #fbfbfb;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px !important;
    border-radius: 3px;
    display: inline-block !important;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.always-send-checkbox~label:hover {
    background-color: #ffffff;
}

.always-send-checkbox~label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.always-send-checkbox:checked~label {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.always-send-checkbox:disabled~label {
    background-color: #e0e0e0;
    border: 1px solid rgba(118, 118, 118, 0.3);
    box-shadow: none !important;
    cursor: default !important;
}

.always-send-checkbox:checked~label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 3px;
    color: #6a7075;
}

.always-send-checkbox-outlabel {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.always-send-checkbox-outlabel:has(.always-send-checkbox:disabled) {
    cursor: default;
}


/************* LOADING ***************/

#m4m_loading {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: 9999;
}

#m4m_loading_table {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 710px;
    height: 290px;
    margin-top: -145px;
    margin-left: -355px;
}

#m4m_loading_tr {}

.m4m_loading_td {}

#m4m_loading_img {
    width: 225px;
    margin: auto;
    display: block;
}

#m4m_loading_gif {
    width: 50px;
    margin: 20px 0px 0px 15px;
}

#tree_m4m_loading_gif {
    height: 21px;
    margin: 0px 0px 0px 10px;
    display: none;
}


/************* LOADING ***************/


/******** HEADER **********/

#m4m_header {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 40px;
    background-color: #3c454f;
    border: none;
    padding: 0px;
    z-index: 99;
    min-width: 1024px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

#m4m_header_table {
    font-size: 12px;
    width: 100%;
    height: 100%;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

#m4m_header_table tr {
    vertical-align: central;
    margin: 0px;
    padding: 0px;
}

#m4m_header_table td {
    margin: 0px;
    padding: 0px;
}

#m4m_header_table_td1 {
    width: 50%;
    margin: 0px;
    padding: 0px;
}

.m4m_header_table_td1_td1 {
    height: 40px;
    width: 50px;
    background-color: #fff;
    text-align: center;
}

.m4m_header_title_img {
    height: 25px;
}

.m4m_header_table_td1_td2 {
    padding-left: 15px !important;
    font-size: 20px;
}

#m4m_header_table_td2 {
    text-align: center;
}

#m4m_header_info {
    background-color: #FFB848;
    height: 40px;
    width: 250px;
    margin: 0px auto;
    font-size: 16px;
    position: relative;
}

#m4m_header_info_title {
    padding: 10px;
}

#m4m_header_info_hover {
    width: 250px;
    background-color: #FFB848;
    display: none;
    position: relative;
    z-index: 999;
}

#m4m_header_info:hover #m4m_header_info_hover {
    display: block;
}

.m4m_header_info_hover_change_mode {
    display: none;
    cursor: pointer;
    width: 15px;
    position: absolute;
    top: 12px;
    right: 10px;
}

#m4m_header_info:hover .m4m_header_info_hover_change_mode {
    display: inline-block;
}

.m4m_header_info_hover_selector_option {
    cursor: pointer;
    padding: 10px;
    border-top: 1px solid #EFA838;
}

.m4m_header_info_hover_selector_option:hover {
    background-color: #EFA838;
}

.m4m_header_info_hover_table {
    width: 100%;
    border-spacing: 0px;
}

.m4m_header_info_hover_table_td1 {
    text-align: left;
    padding: 10px !important;
    padding-top: 0px !important;
}

.m4m_header_info_hover_table_td2 {
    text-align: right;
    padding: 10px !important;
    padding-top: 0px !important;
}

.m4m_header_info_hover_table_td2_num {
    font-size: 40px !important;
}

.m4m_header_info_hover_part2 {
    background-color: #EFA838;
    font-size: 14px;
    text-align: left;
    padding: 10px;
}

.m4m_header_info_hover_part2_num {
    padding-left: 10px !important;
}

.m4m_header_info_hover_part3 {
    background-color: #DF9828;
    font-size: 14px;
    text-align: left;
    padding: 10px;
}

#m4m_header_table_td3 {
    text-align: right;
    width: 50%;
}

#m4m_header_user_container {
    display: inline-block;
    text-align: left;
    float: right;
}

#m4m_header_user_button {
    cursor: pointer;
}

.m4m_header_user_button_selected {
    background-color: #666;
}

#m4m_header_user_button:hover {
    background-color: #666;
}

#m4m_header_username_img {
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

#m4m_header_username {
    font-size: 16px;
    margin: 0px 10px;
    position: relative;
    top: 2px;
}

.userpicture {
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

.userinitials {
    width: 35px;
    height: 35px;
    background-color: #e9ecef;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #343a40;
    font-weight: 400;
    margin-right: .25rem;
}

#m4m_header_user_dropdown {
    position: absolute;
    top: 40px;
    /* #m4m_header height */
    right: 0px;
    width: 350px;
    background-color: #DDD;
    opacity: 0.98;
    border: none;
    color: #333;
}

.m4m_header_user_dropdown_part1 {
    border-left: 10px solid #70B1D1;
    padding: 0px;
}

.m4m_header_dropdown_part1_button {
    height: 40px;
    width: 169px;
    border-radius: 0px;
    margin: 0px;
    border: 0px none;
}

.m4m_header_dropdown_part1_button_1 {
    border-right: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
}

.m4m_header_dropdown_part1_button_2 {
    border-left: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
}

.m4m_header_dropdown_part1_button .ui-button-text {
    margin-top: 6px;
}

.m4m_header_dropdown_part1_button_img {
    width: 22px;
    vertical-align: middle;
    margin-right: 10px;
}

.m4m_header_user_dropdown_part2 {
    border-left: 10px solid #5091B1;
    padding: 10px;
    background-color: #DDD;
}

.m4m_header_user_dropdown_part2_header {
    font-size: 16px;
    height: 25px;
}

.m4m_header_user_dropdown_part2_header_img {
    float: left;
    margin-right: 7px;
    width: 25px;
}

.m4m_header_user_dropdown_part2_header_txt {
    position: relative;
    top: 5px;
    color: #3C454F;
}

.m4m_header_user_dropdown_part2_body {
    margin-top: 10px;
}

.m4m_header_user_dropdown_part2_body_selectbox {
    width: 320px !important;
}

.m4m_header_user_dropdown_part3 {
    border-left: 10px solid #5091B1;
    padding: 10px;
    background-color: #CCCCCC;
}

.m4m_header_user_dropdown_part3_favourites_header {
    font-size: 16px;
}

.m4m_header_user_dropdown_part3_favourites_header_img {
    float: left;
    margin-right: 7px;
    width: 25px;
}

.m4m_header_user_dropdown_part3_favourites_header_txt {
    position: relative;
    top: 5px;
    color: #3C454F;
}

.m4m_header_user_dropdown_part3_favourites_list {
    margin-top: 15px;
    height: 95px;
    border: 1px solid #fff;
    background-color: #eee;
    border-radius: 10px;
    width: 305px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 7px;
    position: relative;
}

.m4m_header_user_dropdown_part3_favourites_list .m4m_favourites_child {
    width: 80px;
    margin: 10px 5px 5px 5px;
}

.m4m_header_user_dropdown_part3_favourites_list .m4m_favourites_child_div {
    height: 40px;
    width: 40px;
}

.m4m_header_user_dropdown_part3_favourites_list #m4m_favourites_child_div_img {
    height: 40px;
    width: 40px;
}

.m4m_header_user_dropdown_part3_favourites_list #m4m_favourites_child_div_img_hover {
    height: 40px;
    width: 40px;
}

.m4m_header_user_dropdown_part3_favourites_list .m4m_favourites_child_img {
    width: 26px;
    margin: 7px 0px 0px 2px;
}

.m4m_header_user_dropdown_part4 {
    border-left: 10px solid #307191;
    padding: 10px;
    background-color: #C0C0C0;
}

.m4m_header_user_dropdown_part4_history_header {
    font-size: 16px;
}

.m4m_header_user_dropdown_part4_history_header_img {
    float: left;
    margin-right: 7px;
    width: 25px;
}

.m4m_header_user_dropdown_part4_history_header_txt {
    position: relative;
    top: 5px;
    color: #3C454F;
}

.m4m_header_user_dropdown_part4_history_list {
    margin-top: 15px;
    height: 95px;
    border: 1px solid #fff;
    background-color: #eee;
    border-radius: 10px;
    width: 305px;
    /*300px - 20px external padding - 14px internal padding*/
    overflow: hidden;
    margin-bottom: 10px;
    padding: 7px;
    position: relative;
}

.m4m_header_user_dropdown_part4_history_list .m4m_favourites_child {
    width: 80px;
    margin: 10px 5px 5px 5px;
}

.m4m_header_user_dropdown_part4_history_list .m4m_favourites_child_div {
    height: 40px;
    width: 40px;
}

.m4m_header_user_dropdown_part4_history_list #m4m_favourites_child_div_img {
    height: 40px;
    width: 40px;
}

.m4m_header_user_dropdown_part4_history_list #m4m_favourites_child_div_img_hover {
    height: 40px;
    width: 40px;
}

.m4m_header_user_dropdown_part4_history_list .m4m_favourites_child_img {
    width: 26px;
    margin: 7px 0px 0px 2px;
}


/******** HEADER **********/


/******NOTIFICATIONS*******/

#m4m_header_notifications {
    display: inline-block;
    position: relative;
}

.m4m_header_notifications_button {
    text-align: center;
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.m4m_header_notifications_button:hover {
    background-color: #666;
}

.m4m_header_notifications_button_selected {
    background-color: #666;
}

.m4m_header_notifications_button_img {
    height: 25px;
    padding-top: 8px;
}

.m4m_header_notifications_button_count {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

#m4m_header_notifications_dropdown {
    right: 0px;
    background-color: #666;
    position: absolute;
    top: 40px;
    width: 380px;
    border: none;
    color: #fff;
}

.m4m_header_notifications_dropdown_elem {}

.m4m_header_notifications_dropdown_elem_inner {
    border-bottom: 1px solid #3c454f;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.m4m_header_notifications_dropdown_header {
    display: inline-block;
    margin-left: 10px;
}

.m4m_header_notifications_user_dropdown_header_plugin {
    height: 25px;
    filter: brightness(0) invert(1);
}

.m4m_header_notifications_user_dropdown_header_person {
    height: 30px;
}

.m4m_header_notification_dropdown_header_txt {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    padding: 10px;
    font-size: 14px;
}

.m4m_header_notifications_dropdown_general {
    border-left: 10px solid #AEB6BF;
}

.m4m_header_notifications_dropdown_warning {
    border-left: 10px solid #F4D03F;
}

.m4m_header_notifications_dropdown_error {
    border-left: 10px solid #EC7063;
}

.m4m_header_notifications_dropdown_success {
    border-left: 10px solid #58D68D;
}


/******** MENU **********/

#m4m_menu {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 200px;
    margin-top: 40px;
    /*HEADER*/
    margin-bottom: 180px;
    /*SHORTCUTS*/
    border: none;
    padding: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;
    overflow: hidden;
    z-index: 110;
}

.m4m_menu_container_comm {
    position: absolute;
    right: 0px;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    background-color: #519bbd;
}

.m4m_menu_container_comm:first-child {
    background-color: #71b1d1;
}

.m4m_menu_container_back {
    margin: 10px;
    opacity: 0.7;
    cursor: pointer;
}

.m4m_menu_container_back_img {
    height: 30px;
}

.m4m_menu_container_title {
    margin: 0px 0px 0px 10px;
    color: #EEE;
    font-size: 14px;
    width: 90px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m4m_menu_item_comm {
    margin: 0px;
    padding: 10px;
    color: #FFF;
    height: 34px;
    cursor: pointer;
    border: none;
}

.m4m_menu_item_comm_submenu {
    height: 25px;
    padding: 7px 10px 10px 10px;
}

.m4m_menu_item_comm:hover {
    background-color: #7cc1dd;
}

.m4m_menu_item_comm_icon_container {
    float: left;
}

.m4m_menu_item_comm .m4m_menu_item_icon {
    display: inline;
    height: 30px;
}

.m4m_menu_item_comm .m4m_menu_item_icon_selected {
    display: none;
    height: 30px;
}

.m4m_menu_item_comm_submenu .m4m_menu_item_icon {
    height: 30px;
}

.m4m_menu_item_comm_submenu .m4m_menu_item_icon_selected {
    height: 30px;
}

.m4m_menu_item_title_container {
    float: left;
    padding-left: 10px;
    padding-top: 1px;
}

.m4m_menu_item_title {
    font-size: 16px;
    clear: both;
    width: 140px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m4m_menu_item_subTitle {
    font-size: 12px;
    clear: both;
    color: #EFF1FF;
    padding-left: 1px;
}

.submenu_selector {
    width: 130px;
    margin: 10px;
}

.m4m_menu_item_comm_submenu .m4m_menu_item_title {
    font-size: 13px;
    clear: both;
    width: 90px;
    height: 15px;
    overflow: hidden;
}

.m4m_menu_item_comm_submenu .m4m_menu_item_subTitle {
    font-size: 10px;
    clear: both;
    color: #EEE;
    padding-left: 1px;
}

.m4m_menu_item_comm_selected {
    background-color: #FFF;
    color: #000;
}

.m4m_menu_item_comm_selected:hover {
    background-color: #FFF;
}

.m4m_menu_item_comm_selected .m4m_menu_item_icon {
    display: none;
}

.m4m_menu_item_comm_selected .m4m_menu_item_icon_selected {
    display: inline;
}

.m4m_menu_item_comm_selected .m4m_menu_item_subTitle {
    color: #666;
}


/******** MENU **********/


/******** SHORTCUTS **********/

#m4m_shortcuts {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 180px;
    border: none;
    padding: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;
    border-top: 1px solid #FFF;
    overflow: hidden;
    z-index: 100;
}

#m4m_shortcuts_inner_container {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.m4m_shortcuts_item_link {
    display: inline-block;
    cursor: pointer;
    margin: 14px 0px 0px 14px;
}

.m4m_shortcuts_item_container {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
}

.m4m_shortcuts_item_img {
    width: 20px;
    position: relative;
    top: 5px;
    left: 5px;
    -webkit-filter: brightness(0) invert(28%);
    -webkit-filter: brightness(0) invert(28%);
    -moz-filter: brightness(0) invert(28%);
    -ms-filter: brightness(0) invert(28%);
    filter: brightness(0) invert(28%);
}

.m4m_shortcuts_item_link:hover .m4m_shortcuts_item_img {
    -webkit-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

.m4m_shortcuts_item_link_disabled {
    cursor: default !important;
}

.m4m_shortcuts_item_link_disabled .m4m_shortcuts_item_img {
    -webkit-filter: brightness(0) invert(60%) !important;
    -webkit-filter: brightness(0) invert(60%) !important;
    -moz-filter: brightness(0) invert(60%) !important;
    -ms-filter: brightness(0) invert(60%) !important;
    filter: brightness(0) invert(60%) !important;
}

.m4m_shortcuts_item_link_self_module {
    cursor: default;
}

.m4m_shortcuts_item_link_self_module .m4m_shortcuts_item_img {
    -webkit-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}


/******** SHORTCUTS **********/


/******** CONTENT **********/

#m4m_content {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-top: 40px;
    /*height-header*/
    margin-bottom: 60px;
    /*height-footer*/
    margin-right: 0px;
    margin-left: 50px;
    /*menu-width*/
    background-color: #FFF;
    border: none;
    padding: 15px;
    overflow: auto;
    min-width: 794px;
    /*1024px - menu-width - padding*2*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;
}

.m4m_content_loading {
    width: 50px;
}

.m4m_content_title {
    text-align: left;
    font-size: 24px;
    margin: 10px 0px 0px 20px;
}

.m4m_content_menu {
    margin-left: 15px;
    margin-top: 10px;
}

.m4m_content_menu_item {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    border-bottom: #DDD solid 1px;
    text-transform: uppercase;
    margin: 3px;
}

.m4m_content_menu_item_selected {
    border-bottom: 2px rgb(81, 155, 189) solid;
}

.m4m_content_description {
    text-align: justify;
    margin: 20px 30px 20px 20px;
    font-size: 16px;
}

.m4m_content_body {
    margin: 20px;
}

.m4m_content_favourite {
    cursor: pointer;
}

.m4m_content_favourite_container {
    position: absolute;
    right: 14px;
    top: 14px;
    background-color: #ccc;
    border: 1px solid #aaa;
    padding: 7px;
    border-radius: 30px;
    cursor: pointer;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.m4m_content_favourite_container:hover {
    background-color: #ffa40f;
    border: 1px solid #ffa40f;
}

.m4m_content_favourite_container:hover .m4m_content_favourite_title_add {
    display: block;
}

.m4m_content_favourite_container:hover .m4m_content_favourite_title_delete {
    display: none;
}

.m4m_content_favourite_container_active:hover .m4m_content_favourite_title_add {
    display: none;
}

.m4m_content_favourite_container_active:hover .m4m_content_favourite_title_delete {
    display: block;
}

.m4m_content_favourite_container_active {
    background-color: #ffc00c;
    border: 1px solid #ffa40f;
}

.m4m_content_favourite_img {
    width: 24px;
}

.m4m_content_favourite_title {
    position: absolute;
    right: 50px;
    top: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 7px 3px 7px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 12px;
    display: none;
    white-space: nowrap;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

#m4m_content_overlay {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-top: 40px;
    /*height-header*/
    margin-bottom: 60px;
    /*height-footer*/
    margin-right: 0px;
    margin-left: 50px;
    /*menu-width*/
    background-color: #FFF;
    border: none;
    padding: 15px;
    overflow: auto;
    min-width: 794px;
    /*1024px - menu-width - padding*2*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;
    z-index: 99;
}


/******** CONTENT **********/


/******** FOOTER **********/


/* contain #m4m_footer_queue_list, #m4m_footer_notif_list, #m4m_footer, #m4m_footer_help */

#m4m_footer_container {
    position: absolute;
    bottom: 0px;
    left: 200px;
    right: 0px;
    margin: 0px;
    min-width: 824px;
    /*1024px - menu-width*/
}

#m4m_footer_queue_list {
    margin: 0px;
    width: 100%;
    background-color: #687B8F;
    border: none;
    z-index: 99;
    min-width: 960px;
    position: relative;
}

.m4m_footer_queue_list_element {
    height: 60px;
    border-bottom: 1px solid #666;
    color: #FFF;
    padding-left: 22px;
    position: relative;
}

.m4m_footer_queue_list_element:last-child {
    border-bottom: none;
}

.m4m_footer_queue_list_element_completed {
    border-top: 4px solid #9dd14c;
}

.m4m_footer_queue_list_element_error {
    border-top: 4px solid rgba(197, 29, 29, 0.644);
}

.m4m_footer_queue_list_element_img_active {
    height: 16px;
    vertical-align: text-bottom;
}

.m4m_footer_queue_list_element_img_completed {
    height: 16px;
    vertical-align: text-bottom;
    display: none;
}

.m4m_footer_queue_list_element_img_error {
    height: 16px;
    vertical-align: text-bottom;
    display: none;
}

.m4m_footer_queue_list_element_completed:not(.m4m_footer_queue_list_element_error) .m4m_footer_queue_list_element_img_completed {
    display: inline !important;
}

.m4m_footer_queue_list_element_completed.m4m_footer_queue_list_element_error .m4m_footer_queue_list_element_img_error {
    display: inline;
}

.m4m_footer_queue_list_element_completed .m4m_footer_queue_list_element_img_active {
    display: none;
}

.m4m_footer_queue_list_element_text {
    font-size: 14px;
    margin-left: 22px;
}

#m4m_footer_queue_list_element_text_1 {
    display: inline-block;
}

.m4m_footer_queue_list_element_completed #m4m_footer_queue_list_element_text_1 {
    display: none;
}

#m4m_footer_queue_list_element_text_2 {
    display: none;
}

.m4m_footer_queue_list_element_completed #m4m_footer_queue_list_element_text_2 {
    display: inline-block;
}

.m4m_footer_queue_list_element_button {
    float: right;
    cursor: pointer;
    display: none;
    padding: 17px 15px 13px 15px;
}

.m4m_footer_queue_list_element_button:hover {
    background-color: #4D5F73;
}

.m4m_footer_queue_list_element_completed .m4m_footer_queue_list_element_button {
    display: inline-block;
}

.m4m_footer_queue_list_element_button img {
    height: 30px;
    vertical-align: middle;
}

#m4m_footer_notif_list {
    margin: 0px;
    width: 100%;
    background-color: #687B8F;
    border: none;
    z-index: 99;
    min-width: 960px;
    overflow: hidden;
    position: relative;
}

.m4m_footer_notif_list_element {
    height: 60px;
    border-bottom: 1px solid #666;
    color: #FFF;
    overflow-y: scroll;
}

.m4m_footer_notif_list_element:last-child {
    border-bottom: none;
}

.m4m_footer_notif_list_element_table {
    width: 100%;
    height: 100%;
}

.m4m_footer_notif_list_element_tr {
    height: 100%;
    vertical-align: middle;
}

.m4m_footer_notif_list_element_img_container,
.m4m_footer_notif_list_element_button {
    width: 1%;
    white-space: nowrap;
}

.m4m_footer_notif_list_element_text_img {
    width: 25px;
    margin-left: 20px;
    height: 25px;
}

.m4m_footer_notif_list_element_text {
    font-size: 14px;
    padding-left: 22px;
    padding-right: 22px;
}

.m4m_footer_notif_list_element_button {
    cursor: pointer;
    padding: 19px 10px 19px 10px;
}

.m4m_footer_notif_list_element_button_img {
    height: 22px;
    vertical-align: middle;
}

.m4m_footer_notif_list_element_button_txt {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.m4m_footer_notif_list_element_button:hover {
    background-color: #4D5F73;
}

#m4m_footer {
    height: 60px;
    background-color: #3c454f;
    border: none;
    z-index: 119;
    position: relative;
    margin: 0px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;
}

#m4m_footer_table {
    font-size: 12px;
    width: 100%;
    height: 100%;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    table-layout: fixed;
}

#m4m_footer_table tr {
    vertical-align: central;
    margin: 0px;
    padding: 0px;
}

#m4m_footer_table td {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

#m4m_footer_table_td1 {}

#m4m_footer_table_td2 {
    text-align: center;
    white-space: nowrap;
    min-width: 1px;
}

.m4m_footer_button {
    cursor: pointer;
    padding: 10px 19px 5px 19px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}

.m4m_footer_button:hover {
    background-color: #5c656f;
}

.m4m_footer_button_img {
    height: 20px;
    clear: both;
    margin-bottom: 3px;
}

.m4m_footer_button_title {
    font-size: 16px;
    clear: both;
}

.m4m_footer_button_selected {
    background-color: #5c656f;
}

#m4m_footer_table_td3 {
    min-width: 1px;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
}

.m4m_footer_notif_button {
    display: inline-block;
    padding: 20px 18px 20px 18px;
    cursor: pointer;
}

.m4m_footer_notif_button:hover {
    background-color: #5c656f;
}

.m4m_footer_notif_button_no_elements {
    cursor: default !important;
    background-color: transparent !important;
}

.m4m_footer_notif_button_no_elements:hover {
    cursor: default !important;
    background-color: transparent !important;
}

.m4m_footer_notif_button_active {
    background-color: #5c656f;
}

.m4m_footer_notif_button_img_inactive {
    height: 20px;
    vertical-align: middle;
}

.m4m_footer_notif_button_img_active {
    height: 20px;
    vertical-align: middle;
}

#m4m_footer_notif_button_counter {
    margin-right: 10px;
}

.m4m_footer_queue_button {
    cursor: pointer;
    padding: 20px 18px 20px 18px;
    display: inline-block;
}

.m4m_footer_queue_button:hover {
    background-color: #5c656f;
}

.m4m_footer_queue_button_no_elements {
    cursor: default !important;
    background-color: transparent !important;
}

.m4m_footer_queue_button_no_elements:hover {
    cursor: default !important;
    background-color: transparent !important;
}

.m4m_footer_queue_button_active {
    background-color: #5c656f;
}

.m4m_footer_queue_button_img_inactive,
.m4m_footer_queue_button_img_active,
.m4m_footer_queue_button_img_active_mov {
    height: 20px;
    vertical-align: middle;
}

#m4m_footer_queue_button_counter {
    margin-right: 10px;
}

.m4m_footer_help_button {
    cursor: pointer;
    padding: 20px 20px 20px 20px;
    display: inline-block;
    margin: 0px;
}

.m4m_footer_help_button:hover {
    background-color: #5c656f;
}

.m4m_footer_help_button_active {
    background-color: #5c656f;
}

.m4m_footer_help_button_img {
    height: 20px;
    vertical-align: middle;
}

.m4m_footer_help_button_img_inactive {
    display: inline-block;
}

.m4m_footer_help_button_img_active {
    display: none;
}

.m4m_footer_help_button_active .m4m_footer_help_button_img_active {
    display: inline-block;
}

.m4m_footer_help_button_active .m4m_footer_help_button_img_inactive {
    display: none;
}

#m4m_footer_help {
    width: 100%;
    background-color: #687B8F;
    height: 300px;
    z-index: 119;
    position: relative;
}


/* Footer box */

.m4m_footer_menu_button_box {
    padding: 0px 10px 15px 10px;
    top: -72px;
    position: absolute;
    z-index: 69;
}

.m4m_footer_menu {
    background-color: #3c434f;
    border-radius: 10px;
}

.m4m_footer_menu .m4m_footer_button:first-child {
    border-radius: 10px 0px 0px 10px;
}

.m4m_footer_menu .m4m_footer_button:last-child {
    border-radius: 0px 10px 10px 0px;
}

.m4m_footer_menu_arrow_container {
    position: absolute;
    top: 57px;
    left: 42px !important;
    display: inline-block;
    width: 30px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    z-index: -1;
}

.m4m_footer_menu_arrow {
    display: block;
    border-color: #3c454f transparent transparent transparent;
    border-style: solid;
    border-width: 12px;
    width: 0px;
    height: 0px;
    position: relative;
    right: 0px;
    top: 0px;
}

.m4m_footer_menu_button {
    cursor: pointer;
    padding: 10px 19px 5px 19px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}

.m4m_footer_menu_button:hover {
    background-color: #5c656f;
}

.m4m_footer_menu_box_button {
    cursor: pointer;
    padding: 10px 19px 5px 19px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}

.m4m_footer_menu_box_button:hover {
    background-color: #5c656f;
}

.m4m_footer_menu_box_button:first-child {
    border-radius: 10px 0px 0px 10px;
}

.m4m_footer_menu_box_button:last-child {
    border-radius: 0px 10px 10px 0px;
}

#m4m_footer_menu_button_more .m4m_footer_menu_button_box {
    display: none;
}

#m4m_footer_menu_button_more:hover .m4m_footer_menu_button_box {
    display: block;
}


/******** FOOTER **********/


/******** FileUpload **********/

.m4m_fileupload {}


/*ADD BUTTON*/

.m4m_fileupload_add_button {
    margin-top: 5px;
    display: inline-block;
}

.m4m_fileupload_add_button_img {
    display: inline-block;
    width: 20px;
    cursor: pointer;
}

.m4m_fileupload_add_button_text {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0px 0px 7px;
    display: inline-block;
    cursor: pointer;
}


/* CONTAINER ELEMENTS*/

.m4m_fileupload_elements_container {
    background-color: #efefef;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 210px;
    overflow: hidden;
    word-wrap: anywhere;
}

.m4m_fileupload_element {
    margin: 15px 0px 15px 0px;
}


/*STEP 1 - select file*/

.m4m_fileupload_element_form_input {
    cursor: pointer;
    height: auto !important;
    line-height: 0px !important;
}


/*STEP 2 - upload file*/

.m4m_fileupload_element_upload_bar {
    vertical-align: top;
    padding: 10px;
    display: inline-block;
    height: auto;
}

.m4m_fileupload_element_upload_bar_label {
    margin-bottom: 10px;
}

.m4m_fileupload_element_cancel {
    width: 16px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 22px;
    cursor: pointer;
}

.ui-progressbar .ui-progressbar-value {
    height: 15px !important;
}


/*STEP 3 - uploaded file*/

.m4m_fileupload_element_fileName {
    display: inline-block;
}

.m4m_fileupload_element_remove {
    width: 15px;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
    vertical-align: top;
}


/******** FileUpload **********/


/******* History and Favouries Global */

#m4m_content:hover .m4m_section_home_img_overflow {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0;
}

.m4m_section_home_img_overflow {
    display: none;
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 17px;
}

.m4m_section_home_has_overflow .m4m_section_home_img_overflow {
    display: block;
}


/*	APP FAVOURITES	*/

.m4m_favourites_child {
    margin: 15px 6px 5px 6px !important;
}

.m4m_favourites_child_img {
    width: 40px;
    margin: 10px 0px 0px 2px;
}

.m4m_favourites_child_div {
    height: 60px;
    width: 60px;
    cursor: pointer;
    border-radius: 7px;
    border: 1px solid grey;
    margin: 0px auto;
    margin-bottom: 5px;
    position: relative;
}

#m4m_favourites_child_div_img {
    height: 60px;
    width: 60px;
    background-color: #CCC;
    border-radius: 6px;
    opacity: 1.0;
    position: absolute;
    top: 0px;
    left: 0px;
}

#m4m_favourites_child_div_img_hover {
    height: 60px;
    width: 60px;
    background-color: #3C454F;
    border-radius: 6px;
    opacity: 0.0;
    position: absolute;
    top: 0px;
    left: 0px;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.m4m_favourites_child_div:hover #m4m_favourites_child_div_img_hover {
    opacity: 1.0;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


/*	------------------ TABLE ------------------	*/

#m4m_table_favhisto {
    margin: 0px auto;
    width: 100%;
    max-width: 1260px;
}

#m4m_table_separator {
    /*height: 60px;*/
}

.m4m_section_home_noFav {
    text-align: center;
    font-size: 16px;
}


/*	FAVOURITES	*/

#m4m_favourites_div {
    display: inline-block;
    margin: 10px;
    vertical-align: middle
}

#m4m_favourites {
    width: 500px;
    margin: 5px 0px 10px 0px;
    text-align: left;
    margin-left: 11px;
}

#m4m_favourites_header {
    font-size: 20px;
    margin-bottom: 5px;
}

#m4m_favourites_header_img {
    margin-right: 10px;
    width: 35px;
}

#m4m_favourites_header_txt {
    color: #3C454F;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}

#m4m_favourites_content_container {
    background-color: #FFF;
    border-radius: 7px;
    border: 1px solid #EEE;
    padding: 3px 1px 3px 0px;
    position: relative;
}

#m4m_favourites_content {
    overflow: hidden;
    height: 250px;
    position: relative;
    padding: 10px;
}

.m4m_favourites_child {
    width: 100px;
    text-align: center;
    float: left;
    margin: 20px 5px 5px 5px;
    font-size: 12px;
    cursor: pointer;
}

.m4m_favourites_child:last-child {
    clear: right;
}


/*	HISTORY	*/

#m4m_history_div {
    display: inline-block;
    margin: 10px;
    vertical-align: middle
}

#m4m_history {
    width: 500px;
    margin: 0px;
    text-align: left;
    margin-right: 11px;
}

#m4m_history_header {
    margin-bottom: 5px;
    font-size: 20px;
}

#m4m_history_header_img {
    margin-right: 10px;
    width: 35px;
}

#m4m_history_header_txt {
    color: #3C454F;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}

#m4m_history_content_container {
    background-color: #FFF;
    border-radius: 7px;
    border: 1px solid #EEE;
    padding: 3px 1px 3px 0px;
    position: relative;
}

#m4m_history_content {
    overflow: hidden;
    height: 250px;
    position: relative;
    padding: 10px;
}

.m4m_history_child {
    width: 100px;
    text-align: center;
    float: left;
    margin: 20px 5px 5px 5px;
    font-size: 12px;
    cursor: pointer;
}

.m4m_hist_fav_name {
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m4m_hist_fav_subName {
    height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
}


/******* History and Favouries Global */


/* TREE */

.tree_folder_img {
    width: 18px;
    position: relative;
    margin-left: 5px;
    margin-right: 6px;
    top: 2px;
}

.jstree-anchor {
    margin: 1px !important;
}

.jstree-anchor.jstree-clicked {
    box-shadow: none !important;
}


/* FADEIN */

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cke_notification_warning {
    display: none !important;
}