﻿/* ------------------------------------------------------- */
/* -------------------- MMI Campaign Viewer -------------- */
/*
    /// Descritpion: FolioTrack Campaigns Leaflets Pages Viewer
    // Copyright:   © Marktest - Markdata[MMI] 2009-2017
    // Developer:   Valter Lima
    // Creation:    19-06-2017(v6.4)
    // Versions:    28-12-2017(v6.6.1.4);
*/
/* ------------------------------------------------------- */

/*#region       ----------------- HEADER ----------------- */
/* ----------------------------- */
.MMICV_CSS_Header {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    text-align: center;
    vertical-align: top;
    height: 50px;
    cursor: pointer;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding-bottom: 1px;
    position: fixed;
    color: #8E8E99;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #C7C9D1;
    text-align: center;
}
.MMICV_CSS_Header:hover {
    background: rgba(217, 230, 236, 0.95);
}
/* ----------------------------- */
.mmicv_header_info {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    text-align: right;
    vertical-align: top;
    width: 30px;
    height: 100px;
    cursor: pointer;
    width: 50px;
    z-index: 4;
    top: 0;
    right: 0;
    padding: 10px 5px 10px 5px;
    position: absolute;
    color: #8E8E99;
    background: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.mmicv_header_info:hover {
    /*background: rgba(217, 230, 236, 0.95);*/
}
/* ----------------------------- *

/* ----------------------------- */
.MMICV_CSS_Header_Mobile {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    text-align: center;
    vertical-align: top;
    height: 60px;
    cursor: pointer;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding-bottom: 1px;
    position: fixed;
    color: #8E8E99;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #C7C9D1;
    text-align: center;
}

.MMICV_CSS_Header_Mobile:hover {
    background: rgba(217, 230, 236, 0.95);
}
/* ----------------------------- */
/* ----------------------------- */
.MMICV_CSS_Header_Fake_Transparant {
    text-align: center;
    vertical-align: top;
    height: 50px;
    cursor: pointer;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding-bottom: 1px;
    position: fixed;
    color: transparent;
    background-color: transparent;
}

.MMICV_CSS_Header_Fake_Transparant:hover {
    background: rgba(255, 255, 255, 0.85);
}
/* ----------------------------- */
.MMICV_CSS_Header_Fake_Transparant_Mobile {
    text-align: center;
    vertical-align: top;
    height: 6px;
    cursor: pointer;
    width: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 3;
    padding-bottom: 1px;
    position: fixed;
    color: transparent;
    background-color: transparent;
}

.MMICV_CSS_Header_Fake_Transparant_Mobile:hover {
    background: rgba(255, 255, 255, 0.85);
}
/* ----------------------------- */
/* ----------------------------- */
.MMICV_CSS_Header_Title {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    height: 20px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: -4px;
}
/* ----------------------------- */
.MMICV_CSS_Header_Title_Mobile {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    height: 20px;
    width: 100%;
    text-align: center;
    vertical-align: top;
    position: absolute;
    left: -4px;
}
/* ----------------------------- */
/* ----------------------------- */
.MMICV_CSS_Header_Title_Insignia {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    width: 25%;
    text-align: left;
    vertical-align: middle;
    color: #4B708E;
    padding-top: 12px;
    padding-left: 50px;
}
/* ----------------------------- */
.MMICV_CSS_Header_Title_Insignia_Mobile {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-size: large;
    font-weight: bold;
    width: 25%;
    text-align: left;
    vertical-align: middle;
    color: #4B708E;
    padding-top: 12px;
    padding-left: 50px;
}
/* ----------------------------- */
/* ----------------------------- */
.MMICV_CSS_Header_Title_Theme {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font: large;
    font-weight: bold;
    width: 50%;
    text-align: center;
    vertical-align: top;
    color: #4682B4;
}
/* ----------------------------- */
.MMICV_CSS_Header_Title_Theme_Mobile {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-size: x-large;
    font-weight: bold;
    width: 50%;
    text-align: center;
    vertical-align: top;
    color: #4682B4;
}
/* ----------------------------- */
/* ----------------------------- */
.MMICV_CSS_Header_Pager {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    height: 20px;
    width: 100%;
    text-align: center;
    vertical-align: top;
    color: #6B6B6B;
    padding: 22px 0 1px 0;
    position: absolute;
    left: -4px;
}
/* ----------------------------- */
.MMICV_CSS_Header_Pager_Mobile {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
    height: 20px;
    width: 100%;
    text-align: center;
    vertical-align: top;
    color: #6B6B6B;
    padding: 22px 0 1px 0;
    position: absolute;
    left: -4px;
}
/* ----------------------------- */
/* ----------------------------- */
.MMICV_CSS_Header_Title_Period {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    color: #4B708E;
    padding-top: 12px;
    padding-right: 80px;
}
/* ----------------------------- */
.MMICV_CSS_Header_Title_Period_Mobile {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-size: large;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    color: #4B708E;
    padding-top: 12px;
    padding-right: 60px;
}
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------------------------------- */
/*#endregion    ---------------- HEADER ---------------- */
/*#region       ----------------- BODY ----------------- */
/* ----------------------------------------------------- */
/* ----------------------------- */
/* ----------------------------- */
.MMICV_CSS_BODY {
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
}
/* ----------------------------- */
/* ----------------------------- */

/*#region    --------------- TURN BUTTONS ----------- */
/* -------------------------------------------------- */
/* ----------------------------- */
/* ----------------------------- */
.mmicv_css_turn_button_td_left {
    position: absolute;
    text-align: left;
    vertical-align: middle;
    width: 40px;
    min-width: 20px;
    top: 52px;
    left: 1px;
    z-index: 4;
    background: #fff;
    background: rgba(247, 247, 247, 0.85);
}
.mmicv_css_turn_button_td_left:hover {
    background: rgba(230, 230, 230, 0.85);
    cursor: pointer;
}
/* ----------------------------- */
/* ----------------------------- */
.mmicv_css_turn_button_td_right {
    position: absolute;
    text-align: right;
    vertical-align: middle;
    width: 40px;
    min-width: 20px;
    top: 52px;
    right: 5px;
    z-index: 4;
    background: #fff;
    background: rgba(247, 247, 247, 0.85);
}
.mmicv_css_turn_button_td_right:hover {
    background: rgba(230, 230, 230, 0.85);
    cursor: pointer;
}
/* ----------------------------- */
/* ----------------------------- */
/* -------------------------------------------------- */
/*#endregion    ---------- TURN BUTTONS ------------- */


/*#region    --------------- FOOTER ----------------- */
/* 20-12-2017(v6.6.0.6)
/* ----------------------------- */
.mmicv_css_footer {
    text-align: center;
    vertical-align: bottom;
    z-index: 0;
    padding: 1px 1px 1px 1px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 25px;
    color: #8E8E99;
    background: #fff;
    background: rgba(247, 247, 247, 0.85);
    border-bottom: 1px solid #C7C9D1;
    border-spacing: 0;
    border-collapse: separate;
}
.mmicv_css_footer:hover {
    background: rgba(217, 230, 236, 0.95);
}
/* ----------------------------- */
.mmicv_css_footer_pager_info {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #1882CE;
    padding: 0 10px 0 10px;
    width: 100px;
    height: 25px;
}
input.mmicv_css_footer_pager_info_input[type=text] {
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    border-spacing: 0;
    border-collapse: separate;
    margin: 0;
}
/* ----------------------------- */
/* ----------------------------- */
/*#endregion    ------------- FOOTER --------------- */

/*#region    ----------------- PAGES ---------------- */
/* -------------------------------------------------- */
/* ----------------------------- */
/* ----------------------------- */
.mmicv_css_image_center_unique_page, .mmicv_css_image_left_double_pages, .mmicv_css_image_right_double_pages .image_mouse_out {
    position: relative;
    border-spacing: 0;
    border-collapse: separate;
}
.image_mouse_out {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    khtml-opacity: 1;
}
/* ----------------------------- */
/* ----------------------------- */
.image_mouse_over {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    khtml-opacity: 0.85;
}
/* ----------------------------- */
/* ----------------------------- */
.image_mouse_zoom_in {
    /*cursor: url('./App_Themes/FolioTrack/CampaignViewer/zoom_in.png');*/ /* msIE11 -> Nao funciona */
    cursor: crosshair; /* for IE */
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
/* ----------------------------- */
/* ----------------------------- */
.image_mouse_zoom_out {
    /* ----------------------------------------- */
    /*cursor: url('~/App_Themes/FolioTrack/CampaignViewer/zoom_out.png');*/ /* msIE11 -> Nao funciona */
    cursor: no-drop ; /* for IE */
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    /* ----------------------------------------- */
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    khtml-opacity: 1;
    /* ----------------------------------------- */
}
/* ----------------------------- */
.image_loading {
    background: transparent url('/App_Themes/FolioTrack/Common/loading_spinner.gif') center no-repeat;
}

/* ----------------------------- */
/* -------------------------------------------------- */
/*#endregion    --------------- PAGES --------------- */

/*#region    --------------- TOOLTIP ---------------- */
.mmicv_campaing_short_info {
    width: 350px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    z-index: 5;
    top: 25%;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 0.75;
    transition: opacity 1s;
    background-color: #E9EBEA;
    border-radius: 20px;
    padding: 25px 0;
    position: absolute;
    bottom: 115%;
    left: 50%;
    margin-left: -180px;
    font-family: 'Roboto Condensed', Helvetica Narrow, Arial, sans-serif;
    font-size: large;
    font-weight: bold;
}
.mmicv_campaing_short_info::after {
    /*content: "";*/
    position: absolute;
    vertical-align: middle;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #E9EBEA transparent transparent transparent;
}
.mmicv_campaing_short_info table {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.tooltip_info_insignia {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #FF8D42;
    opacity: 1;
    font-size: x-large;
    font-weight: bold;
}
.tooltip_info_insignia_mobile {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #FF8D42;
    opacity: 1;
    font-size: xx-large;
    font-weight: bold;
}

.tooltip_info_theme {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #1B64A0;
    opacity: 1;
    font-size: large;
    font-weight: bold;
}
.tooltip_info_theme_mobile {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #1B64A0;
    opacity: 1;
    font-size: x-large;
    font-weight: bold;
}

.tooltip_info_period {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #7C6A45;
    opacity: 1;
    font-size: medium;
    font-weight: bold;
}
.tooltip_info_period_mobile {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #7C6A45;
    opacity: 1;
    font-size: large;
    font-weight: bold;
}

.tooltip_info_page {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #4682B4;
    opacity: 1;
    font-size: large;
    font-weight: bold;
}
.tooltip_info_page_mobile {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #4682B4;
    opacity: 1;
    font-size: xx-large;
    font-weight: bold;
}
/*#endregion --------------- TOOLTIP ---------------- */

/* ----------------------------------------------------- */
/*#endregion    ----------------- BODY ----------------- */

