
/* 
 * MediAide Healthcare
 * Integrated Information System for Hospitals and Health Care Organizations and Services
 * Copyright © 2019 Nettlinx Global Systems<info@nettlinxglobalsystems.com>
 *
 * Mediccounting backend for MediAide Healthcare
 * Accounting and Financial Management in MediAide Healthcare
 * Copyright © 2019 Nettlinx Global Systems<info@nettlinxglobalsystems.com>
 * 
 * MediAide Healthcare ('the Software') is a copyrighted work of authorship. BeVera Interactive 
 * retains ownership of the Software and any copies of it, regardless of the 
 * form in which the copies may exist. This license is not a sale of the 
 * original Software or any copies.
 * 
 * By installing and using MediAide Healthcare on your server, you agree to the following
 * terms and conditions. Such agreement is either on your own behalf or on behalf
 * of any corporate entity which employs you or which you represent
 * ('Corporate Licensee'). In this Agreement, 'you' includes both the reader
 * and any Corporate Licensee and 'BeVera Interactive'.
 * 
 * MediAide Healthcare license grants you the right to run one instance (a single installation)
 * of the Software on one web server and one web site for each license purchased.
 * Each license may power one instance of the Software on one domain. For each 
 * installed instance of the Software, a separate license is required. 
 * The Software is licensed only to you. You may not rent, lease, sublicense, sell,
 * assign, pledge, transfer or otherwise dispose of the Software in any form, on
 * a temporary or permanent basis, without the prior written consent of BeVera Interactive. 
 * 
 * The license is effective until terminated. You may terminate it
 * at any time by uninstalling the Software and destroying any copies in any form. 
 * 
 * The Software source code may be altered (at your own risk) 
 * 
 * All Software copyright notices within the scripts must remain unchanged (and visible). 
 * 
 * The Software may not be used for anything that would represent or is associated
 * with an Intellectual Property violation, including, but not limited to, 
 * engaging in any activity that infringes or misappropriates the intellectual property
 * rights of others, including copyrights, trademarks, service marks, trade secrets, 
 * software piracy, and patents held by individuals, corporations, or other entities. 
 * 
 * If any of the terms of this Agreement are violated, BeVera Interactive reserves the right 
 * to revoke the Software license at any time. 
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * @package   MediAide Healthcare
 * @slogan    CLOSER, FASTER, BETTER
 * @info  	  the intergrated healthcare environment
 * @author    Nettlinx Global Systems <info@nettlinxglobalsystems.com>
 * @authorURL http://www.nettlinxglobalsystems.com
 * @link      http://mediaide.nettlinxglobalsystems.com
 */

body {
font-size:12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
background: #f9f9f9;
/* background-color: #F4F4F4; */
margin: 5px 10px;
}

div.titre {
padding: 5px 5px 5px 5px;
margin: 0 0 0 0;
}

span.titre {
font-size: 14px;
font-weight: bold;
background: #FFFFFF;
color: #4965B3;
padding: 5px 5px 5px 5px;
margin: 0 0 0 0;
border: 1px solid #AAAAAA;
}

div.soustitre {
font-size: 15px;
font-weight: bold;
color: #4965B3;
padding: 0 1.2em 0.5em 2em;
margin: 1.2em 1.2em 1.2em 1.2em;
border-bottom: 1px solid #8CACBB;
border-right: 1px solid #8CACBB;
text-align: right;
}

input:disabled
{
background: #FDFDFD;
border: 1px solid #ACBCBB;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

table.main {
background: #dcdcd3;
text-align: left;
border: 1px solid #8CACBB;
}

table.tablesupport {
	min-height: 250px;
}

div.ok {
color: #114466;
}

div.warning {
color: #777711;
}

div.error {
color: #550000; font-weight: bold;
padding: 0.2em 0.2em 0.2em 0.2em;
margin: 0.5em 0 0.5em 0;
border: 1px solid #6C7C8B;
}

font.error {
color: #550000;
}

div.header {
background-color: #dcdff4;
border-bottom: solid black 1px;
padding-left: 5px;
text-align: center;
}

a:link,a:visited,a:active {
	color: #2266DD;
	text-decoration:none;
}
a:hover {
	color: #2266DD;
	text-decoration:underline;
}

a.titre {
text-decoration:none;
}


div.main-inside h2 {
font-size:18px;
font-weight: bold;
color: #4965B3;
}

tr.bg1 {
background-color: #E5E5E5;
}

tr.bg2 {
background-color: #B5C5C5;
}

td.label {
background: #dcdcd3;
color: #5945A3;
padding: 5px 5px 5px 5px;
margin: 0 0 0 0;
border-bottom: 1px solid #8CACBB;
}

td.comment {
background: #dcdcd3;
color: black;
padding: 5px 5px 5px 5px;
margin: 0 0 0 0;
text-decoration:none;
font-size: 13px;
border-bottom: 1px solid #8CACBB;
}

.install
{
border: 1px solid #8CACBB;
padding: 4px 4px 4px 4px;
}

tr.title
{
background: #DDDFDD;	
}

table { font-size: 12px; }
table.login {  border: 1px solid #C0C0C0; background: #FFF; font-size: 12px; }

.inline-block
{
	display:inline-block;
	vertical-align: top;
	margin: 12px;
	min-width: 400px;
}
