﻿

@media (min-width: 768px) {
	body {
		/*Bug#9532:padding-top: 140px;*/ /* 82 + 10*/
		padding-bottom: 20px;
	}
}

@media (max-width: 768px) {
	body {
		/*padding-top: 180px; / * 82 + 10*/
		padding-bottom: 20px;
	}
}

/* Set padding to keep content from hitting the edges 
x.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
*/


.typeahead li
{
	background-color: lightyellow;
}

/*.colFilter 
{
	width:100%;
	border-radius: 4px;
}*/

/* height of the navbar is defined by the logo, no need for extra padding from h2 */
.navbar-header h3 {margin-top:0px; margin-bottom:0px;}

.required-field {color:red; padding-left:5px; padding-right:5px;}



/* steps { */
.steps {
	width: 100%;
	display: table;
	overflow: hidden;
	list-style: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	margin: 20px auto 0;
	padding: 0;
}

.steps li {
	display: table-cell;
	color: #ccc;
	cursor: default;
	border-left: 1px solid #ddd;
	background-color: #fafafa;
	padding: 10px 15px;
}

.steps li.current {
	background-color: #fff;
	color: #333;
}

.steps li .glyphicon {
	float: left;
	margin-right: 15px;
	padding: 15px 0px 15px;
	font-size: 1.5em;
}

.steps li .step {
	display: block;
	margin: 5px 0 5px;
}

.steps li:first-child {
	border-left: 0;
}
/* steps } */

.boxedField {border:  solid  1px ; padding: 10px; border-radius:5px;}

.boxedField pre {
	border: 0px;
	margin: 0px;
	padding:0px;
	background-color:inherit;
}

.dl-horizontal-wide dt {width:48%; }
.dl-horizontal-wide dt:after {content: ":";}
.dl-horizontal-wide dd {margin-left: 49%;}

/*
	used to make user entry in captcha field uppercase

		#CaptchaCode {
			text-transform: uppercase;
		}
*/


.dataTables-SearchBox{
      border-radius: 15px;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
	height: 26px;
border: 1px solid #cccccc;
    background-image: url('../images/magnifying_glass.png');
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 4px;
}

.colFilter 
{
	width:100%;
  padding-left: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 15px;
  height: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.dataTables-LengthDdl {
 /* display: block;
  width: 100%;
  height: 34px;*/
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.vPICTypeahead 
{
	width:100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 15px;
  height: 34px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* if i combine the following 2 styles into 1 line they won't work */
.paginate_button  {
	border-radius: 4px;
}

.fg-button
{
	border-radius: 4px;
}

/* for styling of upload control */
		.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

		.uploadLabel {
    display: inline-block;
	cursor: pointer; /* "hand" cursor */
}







/* turning off Firefox's number spinner */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


input[type=number] {
    -moz-appearance:textfield;
}

iframe.CoverLetter{
	width: 100%;
	height: 400px;
	border:none;
}

@media all {
	.page-break	{ 
		display: none; 
	}
}

@media print {
	.page-break {
		display: block;
		page-break-before: always;
	}

	a[href]:after {
		content: "" !important;
	}

    input[type="button"], input[type="submit"], a.btn {
        display: none;
    }

	@page {
		margin: 2cm .5cm;
		min-width: 800px; /* in IE this will force sm (instead of xm) columns for ptinting */
	}

}


.iframe-container{
	position:relative; 
	padding-bottom:56.25%; 
	padding-top:35px; 
	height:0; 
	overflow:hidden;
}

.emailSubscription-iframe{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	border:none;
}

div.appversion{
	padding:5px; 
	color:#cccccc;
}
div.appversion a{
	color:#cccccc;
	padding-left:20px;
	text-decoration:underline;
}

a.link-info[data-toggle="tooltip"]:hover
{
	text-decoration: none;
}
a.link-info[data-toggle="tooltip"]
{
	color: black;
}

dd.uppercase {
    text-transform: uppercase;
}
span.uppercase {
    text-transform: uppercase;
}

.tr_0 {

}
.tr_1 {
	background-color:#eee;
}


.body-content {
	padding-top: 1em;
}

.PRAS {margin-bottom:2em;}
.pras_item {
	
}

/*.trumbowyg-box {
	margin-left: 0px;
	margin-right: 0px;
	width:100%;
}*/
