/*
 * SimpleModal OSX Style Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

a.osx {
	border: none;
	width: 32px;
	height: 32px;
	display: block; 
    background: url(../images/icons/ajuda.png) top left no-repeat; 
    line-height: 32px;
} 
                   
                   
#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000;}

/* Container */
#osx-container {background-color:#eee; color:#000;padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {font: 16px/24px "Lucida Grande",Arial,sans-serif; color:#fff; background-color:#F6846C; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#777; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px;text-align: left;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777;}

.tooltip-inner{ color:#AA8021; background-color:#FFE771; border: 1px solid #AA8021; max-width: 400px;}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip-inner HR { color:#AA8021; border: 1px solid #AA8021; width: 100%;}
.tooltip-inner h4 { color:#FFE771; background-color:#AA8021; border: 1px solid #AA8021; width: 100%; padding-left: 10px; padding-right: 10px; font-size: 14px;}
.tooltip-inner p { padding-left: 15px; padding-right: 15px; font-size: 12px;}
