﻿/* body Main */

body 
{
    background-color: #769AC6;
    background-attachment:fixed;
    font-family: arial,sans-serif;
    color:#000000;
}

body label 
{
	font-weight: normal;
	margin-bottom: 0; 
}

body#loginPage 
{
    
}

body#loginPage .login-panel
{
    padding:15px;
}

body#loginPage .login-panel .login-buttons-container
{
    height: 25px;
}

table { 
    border-spacing: 0;
    border-collapse: separate;
}

.accessible 
{
    visibility: hidden;
    position: absolute;
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 959px)
{
    tr#headerBanner_TableRow, a#logo_link, td#addRotator_TableCell, p#versionParagraph, td.headerBanner
    {
        display:none;
    }
    
    table#login_Table 
    {
        width:100%;
        height:auto;
    }
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	
	/*filter:alpha(opacity=70);
	filter:opacity(2%); */
	opacity:0.7;
}

.modalPopup {
	background-color:#F6F9FE;
	border-radius:10px;
	/*width:250px;*/
}

/* WINDOW WITH SHADOW */

.windowShadowUpper {
	margin-left: auto;
	margin-right: auto;
	vertical-align:middle;
	padding:5px 0px 0px 7px;
}

#patientPages .left-menu .windowShadowUpper,
#patientPages .right-content .windowShadowUpper {
    height: 30px;
}

.windowShadowBottom {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

/* Main Table */

.main {
    vertical-align: top;
	margin: auto;
	background-color: #FFFFFF;
	margin-left:auto; 
    margin-right:auto;
	width: 996px;
	padding: 10px;
	position: relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 7px 3px #4C4C4C;
    -o-box-shadow: 0px 0px 7px 3px #4C4C4C;
}

.main .headerContent {
    text-align: right;
    overflow: auto;
}

.main .headerContent .logo {
    float: left;
}

.main #mainContent {
    padding-top:10px;
}

.main #mainContent .left-menu,
.main #mainContent .right-content {
    vertical-align: top;
    display: inline-block;
}

.main #mainContent .left-menu {
    width:290px; 
    padding-top: 22px;
}

.main #mainContent .right-content {
    width:674px;
    margin-left: 7px;
    overflow:auto;
}

#viewTransmitLogsPage .main {
    width: 1135px;
}

table.changepass
{
    margin-left:auto; 
    margin-right:auto;
	
}
td.changepasswordbutton 
{
 text-align:right;   
}
img.ratio
 {
	max-width: 100px;
	max-height: 100px;
}


/* Textbox Watermark */

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	/*color:gray;*/
	color:#383838;
}

/* HEADER BANNER CELL */

td.headerBanner {
    background-image:url(../App_Themes/Current/Images/mainPageGraph.jpg);
    height:138px;
    background-repeat:no-repeat;
    background-position:5px 0px;
    padding-right:10px;
    border-color: Black;
    border-width: thin;
}

/* EMAIL */

.emailButton {
    height: 24px;
}

/* Validators */

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
    font-size: 1em
}

.validatorMessage 
{
    color: rgb(165, 40, 40);
    /*font-size:small;*/
    font-size: 1em;
}

/*OptionMenuItem*/

.OptionMenuItem a {
    color: #39414E;
}

.OptionMenuItem_Disabled a {
    text-decoration: line-through;
    color: #39414E;
    cursor: not-allowed;
}

.OptionMenuItem 
{
    color: #39414E;
    border-bottom:1px solid #C7CFDA;
    padding:7px 0px 7px 12px;
    vertical-align:middle;
    cursor:pointer;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.OptionMenuItem_Disabled {
    border-bottom:1px solid #C7CFDA;
    padding:7px 0px 7px 12px;
    vertical-align:middle;
    cursor:pointer;
}

.OptionMenuItem_Disabled:hover {
    background-color:#BFDBFF;
}

.OptionMenuItem:hover {
    background-color:#BFDBFF;
}

/*
Custom styles
*/

.text-align-left 
{
    text-align: left;
}

.text-align-center
{
    text-align: center;
}

.vertical-align-top
{
    vertical-align: top;
}

/* texboxes */
input[type="text"], input[type="password"], select, textarea
{
    padding: 5px 2px;
    /*font-size: 18px;*/
    border-width:1px;
    border-style:solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

input:focus, select:focus, textarea:focus, button:focus
{
    border-width:1px;
    border-style:solid;
    outline: none;
}

/* Buttons */
input[type="submit"], input[type="reset"], input[type="button"], a[class="Button"], button
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    text-decoration:none;
    padding: 4px 7px;
    font-family: Helvetica, Arial, Sans-Serif;
    line-height:1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}

/* panels */
div.Panel, div.questionGroup
{
    border-width:1px;
    border-style:solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

/* Site Map */

#sitemap h1 
{
    font-weight: lighter;
}
        
#sitemap ul 
{
    list-style:none;
}
        
#sitemap ul li
{
    margin: 20px 0;
}
        
#sitemap a 
{
    color: #1570a6;
    /*text-decoration: none;*/
}
        
#sitemap a:hover
{
    text-decoration: underline;
    color: #083047;
}

/*
ManagementPages File Upload
*/

#logo 
{
    max-height: 200px;
    max-width: 420px;
    margin-right: 10px;
}

#fileuploader 
{
    display: inline-block;
    width: 200px;
}

.ajax-file-upload
{
    height: 20px;
}

.drag-drop-text
{
    vertical-align: top;
    display: inline-block;
    margin-top: 6px;
}

.ajax-upload-dragdrop 
{
    vertical-align: top;
    width: 270px;
    position: absolute;
    right: 30px;
    top: 60px;
}

.ajax-file-upload-error 
{
    width: 320px;
    position: absolute;
    right: 30px;
    text-align: left;
    top: 120px;
}

.ajax-file-upload-filename
{
    display: none;
}

.ajax-file-upload-statusbar 
{
    display: none;
    /*width: 320px;
    position: absolute;
    right: 25px;
    text-align: left;
    top: 115px;*/
}

#uploading-logo 
{
    display: none;
    position: absolute;
    right: 35px;
    top: 70px;
}

.undodiv 
{
    display: none;
    background-color: #f9edbe;
    margin: 0 0;
    position: absolute;
    top: 120px;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    padding: 4px 10px;
    border: 1px solid #f0c36d;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
    right: 30px;
}

.undolink 
{
    color: #222;
   /* text-decoration:none;*/
    cursor: pointer;
    white-space: nowrap;
    font-family: arial,sans-serif;
}

/*
End of ManagementPages File Upload
*/