/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* apply a natural box layout model to all elements */
/*http://www.paulirish.com/2012/box-sizing-border-box-ftw/*/
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; }
   

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
    /* Max width  added by kh */	
    @media only screen and (max-width: 2000px) {
           .righttextMediaAdj { text-align: right; 
          } /* added by kh */
        
	}


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
          
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
          .righttextMediaAdj { text-align: left; 
          } /* added by kh */
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
          .righttextMediaAdj { text-align: left; 
          } /* added by kh */
	}

    /*Added by kh*/
 @media print {
	.page-break	{ display: block; page-break-before: always; }
}

 @media print
{    
    .no-print
    {
        display: none !important;
    }
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* FTK styles
================================================== */
/*form override*/
input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select{
    /*margin-bottom:0px;*/
}
/*Master Page*/

.PageHeader{
    height:110px;
    text-align:center;
    }
.PageHeader h4{
    margin-top:30px;
}
.PageNavtop{
    /*background-image:url(../Images/top.png);
    background-repeat:repeat-x;
    background-position:bottom;*/
    height:11px;
    color:white;
}
.PageNav{
    /*background-image:url(../Images/bottom.png);*/
    /*background-repeat:repeat-x;
    background-position:bottom;*/
    /*height:27px;*/
    color:white;
    /*position:relative;*/
    line-height:27px;
    
}
.PageNav a{
    color:white;
}
.phSubHeader{
    color:gray;
    font-weight:bold;
}
.reporthyperlink{
    color:blue;
    font-weight:bold;
    font-size:medium;
}
.reportdesc{
    color:gray;
    font-weight:normal;
    font-size:medium;
}

/*Assessment*/
.AssessmentPageHeader{
    text-align:center;
}
.rel{
    position:relative;
}
.bottomright{
    position:absolute;
    right:0px;
    bottom:0px;
}

.bottom{
    position:relative;
    right:50px;
    bottom:20px;
}
.lpimg{
    width:400px;
    box-shadow: 7px 7px 15px gray;
}
.centertext{
    text-align:center;
}
.verticalcenter{
    vertical-align:middle;
}
.righttext{
    text-align:right;
}
.boldtext{
    font-weight:bold;
}
.floatright{
    float:right;
}
.instructions{
    font-weight:bold;
}
.assessmentfooter {
     color: #2E75B6;
    font-size: small;
}

.header_black {
    font-weight: bold;
    color:black;
}
.header_red{
    font-weight: bold;
    color:red;
}

/*RadioButtons*/
.selected {
    background-image:url(../Images/rboOn.png);
    background-repeat:no-repeat;
    /*width:32px;
    height:32px;
    display:inline-block;
    cursor: pointer;*/
}
.notselected {
    background-image:url(../Images/rboOff.png);
    background-repeat:no-repeat;
    /*width:64px;
    height:64px;
    display:inline-block;
    cursor: pointer;*/
}
#pnlAssessmentQuestions{

}
#pnlAssessmentQuestions label{
    /*background-image:url(../Images/rboOff.png);
    background-repeat:no-repeat;*/
    width:64px;
    height:64px;
    display:inline-block;
    cursor: pointer;
    z-index:100;
}
#pnlAssessmentQuestions label:hover{
    background-image:url(../Images/rboOver.png);
    background-repeat:no-repeat;
    /*width:64px;
    height:64px;
    display:inline-block;
    cursor: pointer;*/
}


.input_hidden {
    position: absolute;
    left: -9999px;
}

/*Forms*/
.dataentry{
    height:100%;
    /*width:100%;*/
    padding:10px;
    margin:2px 0px;
    background-color:#DEEBF7;
    border:solid 1px #41719C;
    
}
.dataentry2{
    padding:10px;
    border:solid 1px #DEEBF7;
    background-color:whitesmoke;
}
.gridborder{
    border:solid 2px #41719C;
    overflow-x:auto; 
    overflow-y:hidden;
    width:100%;
    padding-left:3px;
    padding-top:3px;
    padding-bottom:3px;
    background-color:whitesmoke;

}
.required{
    color:red;
    font-weight:bold;
}
.redbold{
    color:red;
    font-weight:bold;
}
.plain{
    border:none !important;
    background-color:white !important;
    margin:1px  !important;
    width:100px  !important;

}
/*Translation*/
.nottranslated{
    background-color:orange;
    color:blue;
}
.translationtextbox{
    width:100%;
    padding-bottom:0px;
    margin-bottom:1px;
}
.gridheader{
    font-weight:bold;
    text-align:center;
    padding-bottom:5px;
}
.gridheaderwithpadding {
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    padding-left:5px;
    padding-right:5px;
}


.gridcell{
    vertical-align:middle;
    text-align:center;
    /*width:33%;*/
}

.gridcellwithpadding{
    vertical-align:middle;
    text-align:left;
    padding-left:8px;
    padding-right:8px;
}

.gridcellwithpaddingright{
    vertical-align:middle;
    text-align:right;
    padding-left:8px;
    padding-right:8px;
}
/*Misc*/
.callout{
    border-radius:25px;
    background-color:#5B9BD5;
    border:solid 2px #41719C;
    padding:10px;
    color:white;
}
/*.callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6, .callout a, .callout a:visited{
    color:white;
}*/
.callout a:hover{
    color:orange;
}
.medium{
    width:75%;
    height:100px;
}
.biglink{
    font-size:x-large;
    text-decoration:none;
}
