﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    /* background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #2D3736;
    background: url("../images/bg_6.png");
    overflow-y: scroll;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #2D3736;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    border-bottom: 1px solid #121616;
    border-top: 1px solid #121616;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3
{
    font-size: 1.2em;
    margin-top: -18px;
    margin-left: 5px;
    margin-bottom: 7px;
}

h3 span
{
    background-color: #fafbf9;
    border: 2px solid #fafbf9;
}

h4
{
    font-size: 1.2em;
    margin-top: -18px;
    margin-left: 5px;
    margin-bottom: 7px;
    padding: 2px;
    color: #fff;
}

h4 span
{
    background-color: #b40000;
    border: 1px solid #121616;
    padding: 1px 8px 3px 8px;
}

h5
{
    font-size: 1.2em;
    margin-top: -20px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding: 2px;
}

h5 span
{
    background-color: #e9f2de;
    padding: 0px 2px 0px 2px;
}

h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/



.page
{
    width: 1045px;
    background-color: #C7CDBF;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    box-shadow: 0px 0px 2px 2px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #2E3837;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 0px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #121616;
    width: 100%;
    padding-bottom: 4px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li 
{
    position: relative;
float: left;
    }

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #384140;
    border: 1px #555F5E solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 6px;
    webkit-border-radius: 6px;
    margin-left: 6px;
}

div.menu ul li a:hover
{
    background-color: #98a48a;
    color: #2d3736;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Clinical data entry tab menu
----------------------------------------------------------*/
div.tab-menu
{
    padding: 4px 0px 4px 8px;
}

div.tab-menu ul
{
    list-style: none;
    margin-left: 12px;
    padding: 0px;
    width: auto;
}

div.tab-menu ul li
{
    float: left;
    padding: 0px 8px 0px 0px;
}

div.tab-menu ul li a
{
    background-color: #384140;
    border: 1px #555F5E solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 18px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
    webkit-border-radius: 5px 5px 0 0;
}

div.tab-menu ul li a.active
{
    background-color: #fafbf9;
    color: #2d3736;
    text-decoration: none;
    border-bottom: 2px #fafbf9 solid;
}

div.tab-menu ul li a:hover
{
    background-color: #fafbf9;
    color: #2d3736;
    text-decoration: none;
    border-bottom: solid 2px #fafbf9;
}

div.tab-menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.current
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.tab-content
{
    border: 1px solid #384140;
    border-radius: 6px;
    webkit-border-radius: 6px;
    width: 986px;
    margin: 40px 0px 0px 0px;
    padding: 5px 9px 10px 8px;
    background-color: #fafbf9;
}


div.tab-sub-menu
{
    padding: 4px 0px 4px 8px;
}

div.tab-sub-menu ul
{
    list-style: none;
    margin-left: 12px;
    padding: 0px;
    width: auto;
}

div.tab-sub-menu ul li
{
    float: left;
    padding: 0px 8px 0px 0px;
}

div.tab-sub-menu ul li a
{
    background-color: #384140;
    border: 1px #555F5E solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 18px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
    webkit-border-radius: 5px 5px 0 0;
}

div.tab-sub-menu ul li a.active
{
    background-color: #fafbf9;
    color: #2d3736;
    text-decoration: none;
    border-bottom: 2px #fafbf9 solid;
}

div.tab-sub-menu ul li a:hover
{
    background-color: #fafbf9;
    color: #2d3736;
    text-decoration: none;
    border-bottom: solid 2px #fafbf9;
}

div.tab-sub-menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.tab-sub-content
{
    border: 1px solid #384140;
    border-radius: 6px;
    webkit-border-radius: 6px;
    width: 950px;
    margin: 40px 0px 0px 0px;
    padding: 0px 9px 10px 8px;
    background-color: #fafbf9;
}

.clearall
{
    clear: both;
    line-height:10px;
}

.section-left
{
    float: left;
    line-height: 22px;
    margin-left: 10px;
    margin-top: 20px;
    border: 1px solid #9d9c9c;
    padding: 5px;
    width: 375px;
    border-radius: 6px;
    webkit-border-radius: 6px;
}

.section-left-a
{
    float: left;
    line-height: 22px;
    margin-left: 10px;
    margin-top: 20px;
    border: 1px solid #9d9c9c;
    padding: 5px;
    width: 380px;
    border-radius: 6px;
    webkit-border-radius: 6px;
}

.main-section
{
    float: left;
    margin-right:10px;
 /*   width: 373px; */
}

.main-section-a
{
    float: left;
    margin-right:10px;
    width: 280px;
}

.main-section-right
{
    float: right;
}

.section-left-custom
{
    float: left;
    line-height: 22px;
    margin-left: 10px;
    margin-top: 20px;
    border: 1px solid #9d9c9c;
    padding: 5px;
    border-radius: 6px;
    webkit-border-radius: 6px;  
}

.section-left-custom-main-status
{
    float: left;
    line-height: 22px;
    margin-left: 3px;
    margin-top: 20px;
    padding: 5px;
    border-radius: 6px;
    webkit-border-radius: 6px;
    background-color: #e9f2de;
    border: solid 1px #121616;
}

.section-left-custom-status
{
    float: left;
    line-height: 22px;
    margin-left: 3px;
    margin-top: 12px;
    border: 1px solid #cfd7c4;
    padding: 5px;
    border-radius: 6px;
    webkit-border-radius: 6px;
}

.section-right
{
    float: right;
    line-height: 22px;
}


.span-left-column
{
    float: left;
    width: 150px;
}

.span-left-column-status
{
    float: left;
    width: 149px;
    height: 100px;
}

.currentstatus
{
    overflow-y: auto;
    height: 100px;
    line-height: 16px;
    font-size: 13px;
}

.span-left-column-custom
{
    float: left;
    margin-right:8px;
}

.span-right-column
{
    float: right;
}

input[type=text]
{
 font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    margin: 5px 5px 0 5px;
    color: #2D3736;
    padding: 2px 2px 1px 1px;
}

input[type=Password]
{
 font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    margin: 5px 5px 0 5px;
    color: #2D3736;
    padding: 2px 2px 1px 1px;
}

textarea
{
 font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    margin: 5px 5px 0 5px;
    color: #2D3736;
    padding: 2px 2px 1px 1px;
}


input[type=checkbox]
{
 font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    margin: 5px 5px 0 5px;
    color: #2D3736;
    padding: 2px 2px 1px 1px;
}

input[type=submit], input[type=button]
{
 font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    margin: 5px 5px 0 0px;
    color: #2D3736;
    padding: 2px 2px 2px 1px;
}

select
{
    margin: 5px 5px 0 5px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    color: #2D3736;
    padding: 2px 2px 2px 2px;
}


.section-left-custom ul, .section-left ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.section-left-custom ul li, .section-left ul li
{
    clear: both;
    margin-right: 0px;
}

.section-left-custom ul li div, .section-left ul li div
{
    float: left;
}
.cls-label-controls-custom
{
    line-height: 15px;
     margin-top: 5px;
}

.cls-label-controls-150
{
    width:150px;
    margin-top: 5px;
    line-height: 15px;
}

.cls-label-custom
{
    line-height: 15px;
     margin-top: 10px;
     margin-right: 10px;
     
}
.cls-label
{
    width: 126px;
    margin-top: 10px;
    line-height: 15px;
}
.cls-label-b
{
    width: 50px;
    margin-top: 10px;
    line-height: 15px;
}
.cls-label-a
{
    width: 168px;
    margin-top: 5px;
    line-height: 15px;
}

.cls-label-xs
{
    width: 60px;
    margin-top: 10px;
    line-height: 15px;
}

.cls-label-xxs
{
    width: 20px;
    margin-top: 10px;
    line-height: 15px;
}

.cls-label-s
{
    width: 90px;
    margin-top: 10px;
    line-height: 15px;
}

.cls-label-sm
{
    width: 150px;
    margin-top: 10px;
    line-height: 15px;
}

.cls-label-m
{
    width: 180px;
    margin-top: 10px;
    line-height: 15px;
}

.cls-label-l
{
    width: 126px;
    margin-top: 10px;
    line-height: 15px;
}

.cls-label-xl
{
    width: 126px;
    margin-top: 10px;
    line-height: 15px;
}

div.ui-datepicker
{
    font-size: 11px;
}

.btntxtwrap 
{
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}

.smallbreak 
{
    line-height:5px;
}

.asp-controls-alignment
{
   vertical-align:middle;
}

.dynamic-label
{
    font-weight:bold;
    color:Red;
    text-align:justify;
}

.adm {
padding: 0px;
margin: 0 auto;
width: 350px;
}

.adm-main {
padding: 0px 0px 15px 0px;
margin: 0 auto;
width: 350px;
float: left;
border: solid 3px #171717;
background-color: #333333;
border-radius: 10px;
}

.text-box {
padding:20px;
}

.title-login{margin-bottom: 10px; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:22px; color:#ffffff; margin-top:10px; padding-left:10px; border-bottom:solid 1px #ffffff; padding-bottom:5px;}

.list-txt{font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#ffffff; padding-left:10px; padding-bottom:5px;}

.text-box{padding:5px; width:300px; border:solid 1px #686868; margin-left:10px; margin-bottom:10px;}

.btna{
	background-color:#005f8c; 
	height:36px; 
	line-height:15px; 
	text-align:center; 
	
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:15px; 
	font-weight:bold; 
	color:#ffffff; 
	padding:8px; 

	text-decoration:none;
	 border-radius:5px;
	 margin-top:10px;	
	}

.tdhead
{
     color:#fff;
     text-align:center;
     padding:3px;
}	

.tditem
{
     color:#000;
     padding: 0px 0px 0px 4px;
     background-color:#fff;
}	

 
	
.breadcrumb ul {
margin: 0 0 0 0px;
padding: 0;
background: #fc0;
list-style-type: none;
}
	
.breadcrumb ul li.last {
background: none;
}	

.breadcrumb ul li {
font: 12px Arial, Helvetica, sans-serif;
color: #384140;
float: left;
margin: 0 17px 0 0;
padding: 0 13px 0 0px;
background: url(../images/thin-arrow.gif) no-repeat top right;
font-size:14px;
}

.breadcrumb ul li a {
color: #384140;
font-weight:normal;
font-size:13px;
}


/*-----------Style Made one 28 June 2013 Start-----------------------------*/


.span-left-column-custom ul, .section-left ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.span-left-column-custom ul li, .section-left ul li
{
    clear: both;
    margin-right: 0px;
}

.span-left-column-custom ul li div, .section-left ul li div
{
    float: left;
}