/*
 * SimpleModal Basic 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
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#FFFFFF;}

/* Container */
#simplemodal-container {height:350px; width:350px; background: rgb(248, 246, 246); padding: 20px 30px 10px; border-radius: 0px 0px 3px 3px; margin-bottom: 35px; border-bottom-color: rgb(179, 186, 189); border-bottom-width: 2px; border-bottom-style: solid; box-shadow: 0px 3px 50px rgba(0,0,0,0.8); -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.8);}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/wp-content/themes/medicure/img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h2 {margin: 0px 0px 20px; color: rgb(0, 157, 223); text-transform: uppercase; font-size: 28px; font-weight: 300;}
#simplemodal-container h3 {margin: 0px 0px 0px; color: rgb(77, 77, 77); text-transform: uppercase; font-size: 18px; font-weight: 300;}
#simplemodal-container button {background: rgb(0, 166, 229); border-width: 0px 0px 1px; border-style: none none solid; border-color: currentColor currentColor rgb(0, 151, 208); margin: 0px; padding: 6px 10px 5px; border-radius: 3px; border-image: none; width: auto; text-align: center; color: rgb(255, 255, 255); line-height: 18px; font-family: inherit; font-size: 12px; text-decoration: none; display: inline-block; position: relative; cursor: pointer; box-shadow: none; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
#simplemodal-container button:hover {
	background: rgb(0, 148, 204); color: rgb(255, 255, 255); border-bottom-color: rgb(0, 151, 208); border-bottom-width: 1px; border-bottom-style: solid;
}
#simplemodal-container button:active {
	background: rgb(12, 177, 240);
}
#simplemodal-container button:focus {
	color: white; box-shadow: 0px 0px 4px #f3f3f3; -webkit-box-shadow: 0 0 4px #f3f3f3; -moz-box-shadow: 0 0 4px #f3f3f3;
}
#simplemodal-container button.btCancel {background: rgb(150, 150, 150); border-width: 0px 0px 1px; border-style: none none solid; border-color: currentColor currentColor rgb(120, 120, 120); margin: 0px; padding: 6px 10px 5px; border-radius: 3px; border-image: none; width: auto; text-align: center; color: rgb(255, 255, 255); line-height: 18px; font-family: inherit; font-size: 12px; text-decoration: none; display: inline-block; position: relative; cursor: pointer; box-shadow: none; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
#simplemodal-container button.btCancel:hover {
	background: rgb(100, 100, 100); color: rgb(255, 255, 255); border-bottom-color: rgb(120, 120, 120); border-bottom-width: 1px; border-bottom-style: solid;
}
