/* grading stylesheet 
 * $Id: default.css,v 1.6 2003/07/29 07:10:32 chris Exp $
 */
body {
    
    /* background-color: #ffffff; */
    
    /* background-color: #dce1ed; */
    /* background-color: #9ab2ed; */

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

    /* color: #3b5998; */
    /* color: #000000; */
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;
    
    background-color:  #627aad;
    
    /* background-color: #dce1ed; */
    /* background-color: #9ab2ed; */

    
    /* color: #3b5998; 
    color: #ffffff;
    */
        
    /* for IE */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce1ed', endColorstr='#ffffff');  */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce1ed', endColorstr='#627aad'); */
}

.controls {
	width:100%;	
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.flow {
	float:left;
	width:25%;
}

.column-left {
	width:35%;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.column-right {
	padding-left:40%;
}
	
.pages {
	float:left;
}
.dropdown {
	display: none;	
	background-color: lightyellow;
	color: #000000;
	list-style: none;
	border-style: solid;
	border-width: 1px;
	border-color: #000000; 
}

.dropdown a:link { 
	color: #000000; 
	text-decoration: none;	
}
.dropdown a:visited { 
	color: #000000; 
	text-decoration: none;	
}
.dropdown a:hover { 
	color: #000000; 
	text-decoration: none;	
}
.dropdowna:active { 
	color: #000000; 
	text-decoration: none;	
}

.dropdown ul {
	list-style: none;
}

.logonBody {
    background-color: #dce1ed;
    
    /* background-color: #dce1ed; */
    /* background-color: #9ab2ed; */

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

    /* color: #3b5998; */
    color: #000000;
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;
        
        /* for IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#627aad', endColorstr='#dce1ed');  
}



.dark {
    
    /*background-color: #064593;*/
    /*background: #3b5998;*/
    background: #627aad;
    /*color: #dfdfdf;*/
    color: #000000;

    scrollbar-base-color: #203152;
    scrollbar-arrow-color: #203152;
    scrollbar-3dlight-color: lightgray;
    scrollbar-darkshadow-color: #203152;
    scrollbar-face-color: darkgray;
    scrollbar-highlight-color: grey;
    scrollbar-shadow-color: darkgray;
    scrollbar-track-color: grey;
        
   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

    padding-left: 20px;
    padding-right: 20px;
    
}

.blue {
    background-color: #dce1ed;
    padding-left: 20px;
    padding-right: 20px;
}

.mainTable {
    border: 1px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mainTable td{
    border: 1px solid #ffffff;
    padding: 5px;
}

.mainTable th{
    border: 1px solid #ffffff;
    padding: 5px;
    color: white;
}

.mainDiv {
    /*background-color: #064593;*/
    /*background: #3b5998;*/
    background: #627aad;
    /*color: #dfdfdf;*/
    color: #ffffff;

    scrollbar-base-color: #203152;
    scrollbar-arrow-color: #203152;
    scrollbar-3dlight-color: lightgray;
    scrollbar-darkshadow-color: #203152;
    scrollbar-face-color: darkgray;
    scrollbar-highlight-color: grey;
    scrollbar-shadow-color: darkgray;
    scrollbar-track-color: grey;
        
   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

    padding-left: 20px;
    padding-right: 20px;
}


.loginDiv {
    /* gecko based browsers */
    background: -moz-linear-gradient(top, #627aad, #dce1ed );
    /* background: -moz-linear-gradient(top, #dce1ed, #8daff8); */
    /* background: -moz-linear-gradient(top, #dce1ed, #9ab2ed);

    /* webkit based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#627aad), to(#dce1ed));
    /* background: -webkit-gradient(linear, left top, left bottom, from(#dce1ed), to(#8daff8)); */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#dce1ed), to(#9ab2ed)); */
    
    padding-left: 20px;
    padding-right: 20px;
}

textarea {
        background-color: #cccccc;
}
input {
        background-color: #cccccc;
}
textbox {
        background-color: #cccccc;
}

.autoDiagnosis {
    	color: #cc0000;
    	font-weight: bold;
}
table { 
    border-collapse: collapse;
    border-color: #ffffff;
}

.dark table {
    border-collapse: collapse;
    border-color: #ffffff;
}

table.clientAttributes {
	border-collapse: separate;
        border-style: dashed;
        border-width: medium;     
        border-color: #AAAAAA;
        padding: 3px 8px 8px 8px;
        margin: 12px 12px 12px 12px;
      }

.clientAttributeTableSpacer {
		padding-top: 50px;
      }
.clientAttributeTableHeading {
		font-weight: bold;
		padding-top: 10px;
      }

     


.dark td {
    border-color: #ffffff;
    color:#000000;
}

A:active {color: #ffffff;}
A:link {color: #ffffff;}
A:visited {color: #ffffff;}
A:hover {color:#000000;}

.dark A:active {color: #000000;}
.dark A:link {color: #000000;}
.dark A:visited {color: #000000;}
.dark A:hover {color:#3b5998;}

h1 {
    margin:4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
/*
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	list-style-type: disc;
	padding-bottom: 8px;
}*/

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}
td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    border-color: #ffffff;
    color:white;
}
th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    border-color: #ffffff;
}

.dark th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    border-color: #ffffff;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

*.menuText:active {color:#000000;}
*.menuText:link {color:#000000;}
*.menuText:visited {color:#000000;}
*.menuText:hover {color:#3b5998;}

.header {
	background: #3b5998;
        /* background: #203152; */
        color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 800;
	width:100%;
	height:64px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.mainMenu {
    width:100%;
	height:29px;
	background:#627aad;
	font-family: Arial, Helvetica, sans-serif;
}

.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 800;
}
.noteText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}
.legalText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}
.buildVersion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    /* color: #777777; */
    color: #ffffff;
}
.validationErrorHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
.reportTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.logonMessage {
    font-family: Arial, Helvetica, sans-serif;
    color:#FF0000;
    font-size: 10pt;
    font-weight: bold;
    list-style-type: disc;
    padding-bottom: 12px;
}
.alternateRow {
    /* background-color: #627aad; */
    background-color: #c7d2ed;
    color: #000000;
}

.fax-report-dialog {
	font: 12px Arial, Helvetica, sans-serif;
}

.fax-label {
	font-weight: bold;
}

.fax-entry {
	padding-bottom: 10px;
}
 .fax-destination-messages {
 	font: bold 12px Arial, Helvetica, sans-serif;
 	padding-bottom: 10px;
 	color: #3b5998;
 }
 
.full-width {
	width:100%;	
	margin:10px;
	float:left;
}

.button {
    background: #68a54c;
    color: #ffffff !important;
    cursor: pointer;
    font: bold 12px Arial, Helvetica, sans-serif;
    margin: 6px;
    padding: 4px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid white;
    display:inline-block;
    
}

.button:disabled,
button[disabled] {
    background: grey;
    color: #ffffff !important;
    cursor: pointer;
    font: bold 12px Arial, Helvetica, sans-serif;
    margin: 6px;
    padding: 4px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid white;
    display:inline-block;
}

.button:hover {
    background: #627aad;
    color: #ffffff;
    cursor: pointer;
    font: bold 12px Arial, Helvetica, sans-serif;
    margin: 6px;
    padding: 4px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid white;
    cursor: pointer;
}

.button:hover:disabled {
    background: grey;
    color: #ffffff !important;
    cursor: pointer;
    font: bold 12px Arial, Helvetica, sans-serif;
    margin: 6px;
    padding: 4px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid white;
    display:inline-block;
}

.buttonOver {
    background: #627aad;
    color: #ffffff;
    cursor: pointer;
    font: bold 12px sans-serif;
    margin: 6px;
    padding: 4px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid white;
    cursor: pointer;
}

.buttonRed {
    background: red;
    color: #ffffff !important;
    cursor: pointer;
    font: bold 12px sans-serif;
    margin: 6px;
    padding: 4px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid white;
}

.buttonOverRed {
    background: red;
    color: #ffffff;
    cursor: pointer;
    font: bold 12px sans-serif;
    margin: 6px;
    padding: 4px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid white;
}

.alternateRow td {color: #000000;}
.alternateRow A:active {color: #000000;}
.alternateRow A:link {color: #000000;}
.alternateRow A:visited {color: #000000;}
.alternateRow A:hover {color:#3b5998;}

.seriousErrorHeading {
	background-color: #994593;
	text-align: center;
    color:#000000;
    padding: 3px 8px 8px 8px;
}
.seriousErrorExplanation {
	background-color: #994593;
	text-align: center;
    color:#000000;
    padding: 3px 8px 8px 8px;
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.normalErrorHeading {
	background-color: #069993;
	text-align: center;
    color:#000000;
    padding: 3px 8px 8px 8px;
}
.normalErrorExplanation {
	background-color: #069993;
	text-align: center;
    color:#000000;
    padding: 3px 8px 8px 8px;
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.errorText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
	text-align: center;
}

.normal {
	background-color:green;
        color:white;
}

.dark .normal {
    background-color:green;
    color:white;
}

.minor {
	background-color:yellow;
	color:#000000;
}

.dark .minor {
	background-color:yellow;
	color:#000000;
}

.warning {
	background-color:orange;
	color:white;
}

.dark .warning {
	background-color:orange;
	color:white;
}
.bad {
	background-color:red;
        color:white;
}

.dark .bad {
	background-color:red;
        color:white;
}

.critical {
	background-color:#7E2217;
    color:white;
}

.dark .critical {
	background-color:#7E2217;
    color:white;
}

.community-permissions {
	border-style: solid;
	border-color: white;
	border-width: thin;
	padding: 5px;
	margin: 5px;
}

.community-permissions-header {
	
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 10px;
}

.community-list {
	
}

.community {
	margin-top: 5px;
	margin-bottom: 5px;
}

.community-title {
	float: left;
	margin-right: 20px;
	min-width: 100px;
}

div.community-title.bold {
	font-weight: bold;
}

.community-select {
	
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #ffffff;
 font: bold 12px sans-serif;
 
}

.dark ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #ffffff;
 font: bold 12px sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff; background: #627aad; border: 1px solid #ffffff;}
ul.tabbernav li a:visited { color: #ffffff; background: #627aad; border: 1px solid #ffffff;}

ul.tabbernav li a:hover
{
 color: #000000;
 background: #dce1ed;
 /*
 background: #AAE;
 */
 border-color: #227;
 
}

ul.tabbernav li.tabberactive a
{
    color: #000000;
    background: #dce1ed;
    border-bottom: 1px solid #dce1ed;
    /*
 background-color: #fff;
 border-bottom: 1px solid #fff; */
}



ul.tabbernav li.tabberactive a:hover
{
 color: #ffffff;
 background: #627aad;
 border-bottom: 1px solid #627aad;
 border-top: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
 border-left: 1px solid #ffffff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #ffffff;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

.dark .tabberlive .tabbertab {
 padding:5px;
 border:1px solid #ffffff;
 border-top:0;

}


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
    
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

div.scroll {
    height: 400px;
    width: 300px;
    overflow: auto;
    border: 1px solid #627aad;
    background-color: #dce1ed;
    color: #000000;
    padding: 8px;
}

.message {
	padding: 8px;
	color: yellow;
}

.min {
	display:none;
}

.max {
	display:block;
}

.login-dialog {
	background-color: #dce1ed; 
	border-color: #627aad; 
	border-width: 2px; 
	border-style: solid; 
	max-width: 430px; 
	margin: auto; 
	padding: 20px;
	
	
}

.login-dialog .backlink {
	float: right;
	border:0;
	background-color: #dce1ed; 
}

.login-dialog .header {
	font-size: 20px;
	background-color: #dce1ed; 
	color:black;
}

.login-dialog .field-name {
	font-size: 12px;
	background-color: #dce1ed; 
	color:black;
	font-weight:bold;
	padding-bottom: 3px;
}

.login-dialog .field-value {
	font-size: 12px;
	background-color: #dce1ed; 
	color:black;
	padding-bottom: 20px;
}

.pia {
	background-color: #dce1ed; 
	border-color: #627aad; 
	border-width: 2px; 
	border-style: solid; 
	max-width: 430px; 
	margin: auto; 
	padding: 20px;
}

.mainSearch {
	max-width:400px;
}

.menu-icon {
	display:none;
}
	
.account-list-toggle {
	cursor: pointer;
	text-decoration: underline;
}

.account-list {
	display: none;
}

table.generic-table td {
	padding: 10px;
}

.left-visit {
	width:300px;
	float:left;
	
}

.right-visit {
	margin-left: 350px;
	width:300px;
	padding-left: 50px;
	border-left: 1px solid #dce1ed;
}

.field-visit {
	position: relative;
}

.field-name-visit {
	padding-left:2px;
	font-size: 110%;
	margin-bottom: 10px;
	width: 600px;
	font-weight: bold;
}

.field-value-visit {
	margin-bottom: 10px;
	padding-left:20px;
	border-bottom: 1px solid #dce1ed;
	padding-bottom: 10px;
}

.acknowledgments-link {
	color:black !important;	
}

.acknowledgments-link:hover{
	color:#3b5998 !important;	
}

.popup-overlay {
	display: none; /* Hidden by default */
 	position: fixed; /* Stay in place */
 	z-index: 1; /* Sit on top */
  	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
  	height: 100%; /* Full height */
  	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Black fallback color */
  	background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
  	overflow-x: hidden;
}

.popup-content {
	margin: 5% auto; /* 15% from the top and centered */
  	padding: 20px;
  	border: 1px solid #888;
  	width: 300px; /* Could be more or less, depending on screen size */
  	background-color: #dce1ed;
  	color:black;
  	border-radius: 10px;
}

.popup-buttons {
	padding-top: 10px;
	text-align: right;
	border-top: 1px solid #3b5998;
}

.visit-box {
	border:solid;
	border-color:#000000;
	border-width:thin;
	margin-top:10px;
	min-height:450px;
}

.grading-box {
	
	border:solid;
	border-color:#000000;
	border-width:thin;
	margin-top:10px;
	min-height:450px;
}

.grading-btn-box {
    width: 50%;
    margin: 0 auto;
    text-align:center;
}

.visit-btn-box {
    float:right;
    width:140px;
}

.grading-btn {
	width:105px;
	padding: 5px;
}

.grading-btn:hover {
	width:105px;
	padding: 5px;
}


.visit-btn {
	
    text-align:center;
}

.fromPatientSelect:hover {
	background-color: #cccccc;
	color: black !important;
}

.fromPatientVisitSelect:hover {
	background-color: #cccccc;
	color: black !important;
}

.toPatientSelect:hover {
	background-color: #cccccc;
	color: black !important;
}

.stepPanel {
	height: 60px;
	float: center;
}

.step {
	float: left; 
	border-radius: 50%;
  	behavior: url(PIE.htc);
  	/* remove if you don't care about IE8 */
  	width: 36px;
  	height: 36px;
  	padding: 8px;
  	background: #fff;
  	border: 2px solid #666;
  	color: #666;
  	text-align: center;
  	font: 32px Arial, sans-serif;
}

.step.current {
	float: left; 
	border-radius: 50%;
  	behavior: url(PIE.htc);
  	/* remove if you don't care about IE8 */
  	width: 36px;
  	height: 36px;
  	padding: 8px;
  	background: red;
  	border: 2px solid #666;
  	color: #666;
  	text-align: center;
  	font: 32px Arial, sans-serif;
  	color: white;
}

.stepSpacer {
	width: 100px;
	min-height: 36px;
	float: left; 
}

.panel {
	width: 95%;
	float: left;
	border: 2px solid #3b5998;
	display: none;
	padding: 10px;
}

.panel.current {
	display: block;	
}

.movePatientHeader {
	background: #3b5998;
	padding: 10px;	
}

.form>.field {
	margin-top: 10px;
}

.form>.button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.backPanel {
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
	display: none;
}

.backPanel:hover {
	color: yellow;
}

.field-account {
	/*padding:10px;*/
	width: 300px; 
	border: 1px solid #3b5998;
	margin:5px;
}

.field-group-masonry {
	width: 300px; 
	border: 1px solid #3b5998;
	margin:5px;
}

.field-group {
	width: 280px; 
	border: 1px solid darkgrey;
	margin:10px;
}

.field-group-header-masonry {
	background: #3b5998;
	font-size: 125%;
	height: 20px;
	padding:5px;
}	

.field-name-masonry {
	margin-top: 10px;
	padding-left:2px;
	font-size: 125%;
	background: #dce1ed;
	color: black;
}

.field-value-masonry {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	min-height: 20px;
}

.field-name-account {
	padding-left:2px;
	font-size: 125%;
	background: #dce1ed;
	color: black;
}

.sub-field-name-account {
	padding-left:2px;
	font-size: 100%;
	/*width:100%;*/
}
	
.field-value-account {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	min-height: 20px;
}
	
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.stepSpacer {
		width: 20px;
		min-height: 36px;
		float: left; 
	}

	.max {
		display:none;
	}

	.min {
		display: block;
	}
	
	.tabbertab {
		display: none;
	}

	.visit-chart {
		width: 100%;
	}
	
	.chart-row {
		border:solid;
		border-color:lightgrey;
		border-width: thin;
	}
	
	.chart-field {
		padding: 3px;
	}
	
	.chart-field-name-left {
		width: 40%;
		float:left;
	}
	
	.chart-field-name {
		width: 10%; 
		float:left;
	}
	
	
	.chart-field-properties {
		margin-left:40%;
		overflow:hidden;
	}
	
	.chart-field-property {
		min-height: 1em;
		overflow:hidden;
	}
	
		
	.chart-field-value {
		margin-left:20%;
		min-width: 4em;
	}
		
	/* Force table to not be like tables anymore */	
	.mainTable table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	.mainTable {
		width:100%;
	}
	.mainTable thead tr {
    	position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.mainTable tr { 
		border: 1px solid #ccc;
		margin: 0 0 1rem 0;
	}
	
	.mainTable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		min-height: 1em;
	}
	
	.mainTable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	.singleColumn { 
		/* Behave  like a "row" */
		padding-left: 0px !important;
	}
	
	.min-wrap {
		width:100%;	
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.column-left {
		width:35%;
		float:left;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: right;
	}

	.column-right {
		padding-left:40%;
	}
	
	.column-right input[type="text"]  {
		width:100px;
	}
	
	.panel-selector {
		padding:5px;
		border:solid;
	}
	
	.mainMenu {
		display:none;
	}
	
	.close-menu {
		padding:5px;
		
	}
	
	.left {
		float:left;
		display:none;
		font-size:20px;
	}
	
	.left-pointer {
		transform: rotate(180deg);
	}
	
	.menu-icon {
		display: inline-block;
    	cursor: pointer;
    	width:95%;
	}
	
	.bar {
	    width: 35px;
	    height: 5px;
	    background-color: #333;
	    margin: 6px 0;
	    transition: 0.4s;
	}
	
	.top-menu {
		display:none;
		background:lightyellow;
		list-style: none;
		color: black;
		font: bold 12px Arial, Helvetica, sans-serif;
		text-decoration: none;
		padding:6px;
		width:100%;
	}
	
	li{
  		margin: 10px 0;
	}
	
	.top-menu A:link {
		color: black;
		font-size: 20px;
		text-decoration: none;
	}
	
	.top-menu A:visited {
		color: black;
		text-decoration: none;
	}
	
	.submenu-1 {
		display:none;
		font: bold 12px Arial, Helvetica, sans-serif;
		list-style: none;
		text-decoration: none;
		padding: 6px;
		
	}
	
	.top-submenu {
		font: bold 12px Arial, Helvetica, sans-serif;
		list-style: none;
		text-decoration: none;
		padding: 0 0 6px 0;
	}
	
	.top-submenu A:link {
		color: black;
	}
	
	.submenu-2 {
		display:none;
		font: bold 12px Arial, Helvetica, sans-serif;
		list-style: none;
		text-decoration: none;
		padding: 6px;
	}
	
	.submenu-3 {
		display:none;
		font: bold 12px Arial, Helvetica, sans-serif;
		list-style: none;
		text-decoration: none;
		padding: 6px;
	}
	
	.helpmenu {
		display:none;
		font: bold 12px Arial, Helvetica, sans-serif;
		list-style: none;
		text-decoration: none;
		padding: 6px;
	}
	
	.close-x {
		font-size:20px;
		float:right;
		margin-right:30px;
	}
	
	.right-pointer {
		float:right;
	}
	
	.field {
		width:100%;
		border-top: thin solid #000000;
	}
	
	.field-name {
		padding-left:2px;
		font-size: 125%;
		background-color: #c7d2ed;
		color: #000000;
	}
	
	.field-value {
		padding-left:10px;
		padding-top:5px;
		padding-bottom:5px;
		min-height: 20px;
	}
	
	
	.mainDiv {
	    /*background-color: #064593;*/
	    /*background: #3b5998;*/
	    background: #627aad;
	    /*color: #dfdfdf;*/
	    color: #ffffff;
	
	    scrollbar-base-color: #203152;
	    scrollbar-arrow-color: #203152;
	    scrollbar-3dlight-color: lightgray;
	    scrollbar-darkshadow-color: #203152;
	    scrollbar-face-color: darkgray;
	    scrollbar-highlight-color: grey;
	    scrollbar-shadow-color: darkgray;
	    scrollbar-track-color: grey;
	        
	   
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10pt;
	
	    padding-left: 2px;
	    padding-right: 2px;
	}
	
	.min-panel {
		margin-top:10px;
	}
	
	.right-visit {
		float:left;
		margin-left: 0px;
		border-left: 0px;
		padding-left: 0px;
	}

	.field-name-visit {
		padding-left:2px;
		font-size: 110%;
		padding-left:2px;
		margin-bottom: 10px;
		width: 300px;
		font-weight: bold;
	}

	.field-value-visit {
		margin-bottom: 10px;
		padding-left:20px;
		border-bottom: 1px solid #dce1ed;
		padding-bottom: 10px;
		width: 260px;
	}

	.svButton {
  		display: none;
  	}
}

@media screen and (min-width: 0px) and (max-width: 720px) {
 
  	.mobile-hide { 
  		display: none; 
  	}
  
  	.svButton {
  		display: none;
  	}
  
}