/*
    Document   : tooltips
    Created on : 21.10.2013, 14:21:21
    Author     : myThem.es
    Description: CSS rules for tooltips
*/

/* GENERAL RULES */
@import url(http://fonts.googleapis.com/css?family=Roboto|Open+Sans);


@font-face {
  font-family: 'typicons';
  src: url("http://www.watersafetyguy.org/wp-content/plugins/my-presentation-light/media/font/typicons.eot");
  src: url("http://www.watersafetyguy.org/wp-content/plugins/my-presentation-light/media/font/typicons.eot#iefix") format('embedded-opentype'),
       url("http://www.watersafetyguy.org/wp-content/plugins/my-presentation-light/media/font/typicons.woff") format('woff'),
       url("http://www.watersafetyguy.org/wp-content/plugins/my-presentation-light/media/font/typicons.ttf") format('truetype'),
       url("img/typicons.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* BASIC */
/* LIGHT */
.mythemes-plg-tooltip{
    display: none;
    background-color: #ffffff;
    position: absolute;
    width: 400px;
    box-shadow: 0px 0px 30px rgba(0,0,0,.2);
    z-index:10001;
}
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow{
    position: absolute;
}

.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.top-left,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.top-center,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.top-right,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.bottom-left,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.bottom-center,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.bottom-right{
    width: 20px;
    height: 17px;
}

.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.right-top,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.right-middle,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.right-bottom,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.left-top,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.left-middle,
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.right-bottom{
    width: 17px;
    height: 20px;
}

.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.top-left{
    margin: -17px 0px 17px 30px;
    width: 20px;
    height: 17px;
}
.mythemes-plg-tooltip .mythemes-plg-tooltip-arrow.bottom-left{
    margin: 0px 0px 0px 30px;
    width: 20px;
    height: 17px;
}

.mythemes-plg-tooltip .mythemes-plg-header{
    margin: 9px 10px 0px 0px;
}

.mythemes-plg-tooltip .mythemes-plg-header a.mythemes-plg-action{
    background-color: #ebebeb;
    color: #898989;
    display: block;
    float: right;
    font-size: 7px;
    height: 6px;
    width: 6px;
    line-height: 7px;
    padding: 8px 8px 7px 7px;
    font-family: typicons,sans-serif;
    margin: 0px 0px 0px 5px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
			
    -webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
}
.mythemes-plg-tooltip .mythemes-plg-header a.mythemes-plg-action{
    text-decoration: none;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}
.mythemes-plg-tooltip .mythemes-plg-header a.mythemes-plg-action.mythemes-plg-pause::before{
    font-family: typicons,sans-serif;
    content: '\e0a1';
    font-size: 13px;
}
.mythemes-plg-tooltip .mythemes-plg-header a.mythemes-plg-action.mythemes-plg-close::before{
    font-family: typicons,sans-serif;
    font-size: 13px;
    content: '\e109';
}
.mythemes-plg-tooltip .mythemes-plg-header a.mythemes-plg-action:hover{
    background-color: #f6f6f6;
    color: #454545;
    cursor: pointer;
}

.mythemes-plg-tooltip .mythemes-plg-content{
    padding: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.mythemes-plg-tooltip .mythemes-plg-content.mythemes-plg-no-border{
    border-bottom: 0px;   
}

.mythemes-plg-tooltip .mythemes-plg-content .mythemes-plg-title{
    color: #303e48;
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.mythemes-plg-tooltip .mythemes-plg-content .mythemes-plg-description{
    color: #666666;
    font-family: "Open sans",sans-serif;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 0px;
    
    word-wrap: break-word;
    
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}
.mythemes-plg-tooltip .mythemes-plg-content .mythemes-plg-description code,
.mythemes-plg-tooltip .mythemes-plg-content .mythemes-plg-description pre{
    margin-bottom: 0px;
    background: #F9F9F9;
    border: 1px #EEE solid;
    color: #555;
    display: block;
    margin-bottom: 12px;
    
    word-wrap: break-word;
    
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}
.mythemes-plg-tooltip .mythemes-plg-content .mythemes-plg-description code{
    color: #000000;
    padding: 5px 3px;
    
    display: inline-block;
    
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.mythemes-plg-tooltip .mythemes-plg-content .mythemes-plg-description p{
    font-family: "Open sans",sans-serif;
    font-size: 13px;
    line-height: 19px;
    margin: 15px 0px 0px 0px;
}
.mythemes-plg-tooltip .mythemes-plg-content .mythemes-plg-description p:first-child{
    margin: 0px;
}

.mythemes-plg-tooltip .mythemes-plg-footer{
    background-color: #f8f8f8;
    border-top: 1px solid #ffffff;
    height: 49px;
}

.mythemes-plg-tooltip .mythemes-plg-footer span.mythemes-plg-counter{
    color: #666666;
    display: inline-block;
    font-family: Reboto,sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin: 13px 0px 0px 30px;
}
.mythemes-plg-tooltip .mythemes-plg-footer span.mythemes-plg-button-wrapper{
    border: 1px solid #ffffff;
    float: right;
    margin-top: 8px;
    margin-right: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mythemes-plg-tooltip .mythemes-plg-footer button.mythemes-plg-button{
    font-family: verdana, sans-serif;
    font-size: 11px;
    line-height: 12px;
    padding: 8px 17px;
    margin: 0px;
    border: 1px solid #008ec3;
    background-color: #00aeef;
    background: #00aeef;
    background: #00aeef;
    
    -webkit-box-shadow: inset 0 1px 0 #45cbfe;
    box-shadow: inset 0 1px 0 #45cbfe;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    
    letter-spacing: 1px;
    
    height: auto;
    
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    
    -webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.mythemes-plg-tooltip .mythemes-plg-footer .mythemes-plg-next span{
    margin-left: 5px;
}
.mythemes-plg-tooltip .mythemes-plg-footer .mythemes-plg-prev span{
    margin-right: 5px;
}
.mythemes-plg-tooltip .mythemes-plg-footer .mythemes-plg-next span::before{
    font-family: typicons,sans-serif;
    font-size: 13px;
    content: '\e046';
}
.mythemes-plg-tooltip .mythemes-plg-footer .mythemes-plg-prev span::before{
    font-family: typicons,sans-serif;
    font-size: 13px;
    content: '\e044';
}
.mythemes-plg-tooltip .mythemes-plg-footer button.mythemes-plg-button:hover{
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* DARK */
.mythemes-plg-tooltip.dark{
    background-color: #363636;
}
.mythemes-plg-tooltip.dark .mythemes-plg-header .mythemes-plg-action{
    background-color: #4a4a4a;
}

.mythemes-plg-tooltip.dark .mythemes-plg-header .mythemes-plg-action:hover{
    background-color: #3f3f3f;
    color: #dddddd;
}

.mythemes-plg-tooltip.dark .mythemes-plg-content{
    border-bottom: 1px solid #202020;
}

.mythemes-plg-tooltip.dark .mythemes-plg-content.mythemes-plg-no-border{
    border-bottom: 0px;   
}

.mythemes-plg-tooltip.dark .mythemes-plg-content .mythemes-plg-title{
    color: #ffffff;
}

.mythemes-plg-tooltip.dark .mythemes-plg-content .mythemes-plg-description{
    color: #979797;
}
.mythemes-plg-tooltip.dark .mythemes-plg-content .mythemes-plg-description code,
.mythemes-plg-tooltip.dark .mythemes-plg-content .mythemes-plg-description pre{
    border: 1px solid #3f3f3f;
    background: #393939;
    color: #999999;
}
.mythemes-plg-tooltip.dark .mythemes-plg-content .mythemes-plg-description code{
    color: #ffffff;
}
.mythemes-plg-tooltip.dark .mythemes-plg-footer{
    background-color: #303030;
    border-top: 1px solid #404040;
    height: 49px;
}
.mythemes-plg-tooltip.dark .mythemes-plg-footer span.mythemes-plg-counter{
    color: #dddddd;
}
.mythemes-plg-tooltip.dark .mythemes-plg-footer span.mythemes-plg-button-wrapper{
    border: 1px solid #393939;
    border-top: none;
}
.mythemes-plg-tooltip.dark .mythemes-plg-footer button.mythemes-plg-button{
    border: 1px solid #111111;
}

/* FLAT - PANEL */
/* LIGHT*/
.mythemes-plg-tooltip.flat{
    /* -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    
    border-bottom-right-radius: 8px; */
}

.mythemes-plg-tooltip.flat .mythemes-plg-content{
    border: none;
}
.mythemes-plg-tooltip.flat .mythemes-plg-footer{
    background-color: #ebebeb;
    border: none;
    height: 50px;
    
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 8px; */
}
.mythemes-plg-tooltip.flat .mythemes-plg-footer span.mythemes-plg-counter{
    margin-top: 15px;
}
.mythemes-plg-tooltip.flat .mythemes-plg-footer span.mythemes-plg-button-wrapper{
    border: none;
    margin: 0px;
}
.mythemes-plg-tooltip.flat .mythemes-plg-footer button.mythemes-plg-button{
    border-top: none;
    border-bottom: none;
    
    display: block;
    line-height: 13px;
    padding: 19px 25px 17px 25px;
    
    -webkit-box-shadow: none;
    box-shadow: none;
    
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
        
    text-shadow: none;    
}
.mythemes-plg-tooltip.flat .mythemes-plg-footer button.mythemes-plg-button.mythemes-plg-next{
    /* border-bottom-right-radius: 5px; */
    border-right: none;
}
.mythemes-plg-tooltip.flat .mythemes-plg-footer button.mythemes-plg-button.mythemes-plg-prev{
    border-left: none;
}
/* DARK */
.mythemes-plg-tooltip.dark.flat{
    border: none;
    background-color: #1e1e1e;
}
.mythemes-plg-tooltip.dark.flat .mythemes-plg-content .mythemes-plg-description code,
.mythemes-plg-tooltip.dark.flat .mythemes-plg-content .mythemes-plg-description pre{
    border: 1px solid #292929;
    background: #232323;
    color: #999999;
}

.mythemes-plg-tooltip.dark.flat .mythemes-plg-content .mythemes-plg-description code{
    color: #ffffff;
}

.mythemes-plg-tooltip.dark.flat .mythemes-plg-header a.mythemes-plg-action{
    background-color: #2c2c2c;
}

.mythemes-plg-tooltip.dark.flat .mythemes-plg-footer{
    background-color: #111111;
}
/* MODAL TOOLTIP */
div#mythemes-plg-modal-panel{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba( 0 , 0 , 0 , 0.8 );
    width: 100%;
    height: 100%;
    z-index: 10000;
}
/* RESPONSIVE RULES */
@media (min-width: 1200px ){
}
@media ( min-width: 980px ) and (max-width: 1199px ){
    div#mythemes-plg-presentation.min-width-980{
        display: block;
    }
}
@media ( min-width: 768px ) and ( max-width: 979px ){
    div#mythemes-plg-modal-panel.min-width-980,
    div#mythemes-plg-presentation.min-width-980{
        display: none !important; 
    }
    div#mythemes-plg-presentation.min-width-768{
        display: block;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    div#mythemes-plg-modal-panel.min-width-980,
    div#mythemes-plg-presentation.min-width-980{
        display: none !important; 
    }
    div#mythemes-plg-modal-panel.min-width-768,
    div#mythemes-plg-presentation.min-width-768{
        display: none !important; 
    }
    div#mythemes-plg-presentation.min-width-481{
        display: block; 
    }
}
@media ( max-width: 480px ){
    div#mythemes-plg-modal-panel.min-width-980,
    div#mythemes-plg-presentation.min-width-980{
        display: none !important;
    }
    div#mythemes-plg-modal-panel.min-width-768,
    div#mythemes-plg-presentation.min-width-768{
        display: none !important;
    }
    div#mythemes-plg-modal-panel.min-width-481,
    div#mythemes-plg-presentation.min-width-481{
        display: none !important;
    }
}
/* DEV CLASSES */
.mythemes-plg-hidden,
.mythemes-plg-tooltip .mythemes-plg-hidden,
.mythemes-plg-tooltip .mythemes-plg-header .mythemes-plg-hidden,
.mythemes-plg-tooltip .mythemes-plg-header a.mythemes-plg-hidden,
.mythemes-plg-tooltip .mythemes-plg-header a.mythemes-plg-action.hidden{
    display: none;
}