﻿body {
  background: white;
	margin-left: 5px;
  font-family: Arial;
	position: relative;
}
header {
	background: #c5deea; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #c5deea 0%, #8abbd7 53%, #066dab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c5deea), color-stop(53%,#8abbd7), color-stop(100%,#066dab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #c5deea 0%,#8abbd7 53%,#066dab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #c5deea 0%,#8abbd7 53%,#066dab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #c5deea 0%,#8abbd7 53%,#066dab 100%); /* IE10+ */
	background: linear-gradient(135deg,  #c5deea 0%,#8abbd7 53%,#066dab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: white;
    text-align: center;
    padding: .25em;
    border-top: .05em solid black;
    border-bottom: .05em solid black;
}

.scroll{
	overflow: auto;
}
.top_nav{
	width:100%;
    border: none;
	font-size: 25px;
}
.top_nav ul{
	list-style-type: none;
}
.top_nav ul li{
	display:inline;
}
.top_nav ul li a{
	padding:10px;
}
.secondary_nav {
    width: 100%;
    margin-top:.5em;
}
.navButton {
	cursor:pointer; 
	background: #deefff; /* Old browsers */
	background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	text-shadow: 1px 1px 4px #e3dae3;
	color: #0a010a;  /*black*/
	font-size: 20px;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: solid #1f628d 0px;  /*blue when selected*/
	display: inline-block;
}
.navButtonSecondary  ul{
	padding: 0px 0px 30px 75px;
}
.navButtonSecondary ul li{
	display: inline;
	float: left;
	padding: 0px 20px;
}
.navButtonSecondary  input[type=button]{
	cursor: pointer; 
	font-size: 18px;
	color: blue;
	background: none;
	border-style: none;
	outline: none
}
.colorDefaultStatusButton {
  cursor:pointer; 
  background: #c3d9ff; /* Old browsers */
  background: -moz-linear-gradient(top,  #c3d9ff 0%, #b1c8ef 41%, #98b0d9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 4px #e3dae3;
  color: #0a010a;
  font-size: 15px;
  padding: 3px 3px 3px 3px;
  width: 100px;
  height:45px;
  margin: 0px 0px 1px 0px;
  border: solid #1f628d 0px;
  text-decoration: none;
}
.colorSelectedTopNavButton {
    color: #F1592A;
}
.colorSelectedSecondaryNavButton {
    font-weight: bold;
    text-decoration: underline;
}
.colorSelectedStatusButton {
	color: green;
}
.colorDefaultStatusButton:hover:focus{ 
	background-color :#399630; /*make the background a little darker*/
	/*reduce the drop shadow size to give a pushed button effect*/ 
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75); 
	box-shadow: 0 0 1px rgba(0,0,0, .75);
}
.colorErrorText {
	color:#ec1313;
}
#LoginHeadingMessage{
    text-align:center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#ErrorMessages{
	margin-left:auto; 
	margin-right:auto; 
	display:block
}

.HideControl {
    visibility: hidden;
    display: none;
}

.Processingbutton{
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	width: 100px;
	margin: 10px 14px;
}
.ProcessingbuttonWide {
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	margin: 10px 14px;
	padding: 0px 10px;
}
.sameLine {
    float: left;
    display: inline-block;
}

.loginLine {
    clear: left;
    margin-left: 5em;
    margin-bottom: 1em;
}

.rememberMeLine {
    clear: left;
    margin-left: 5em;
    margin-top: 3em;
    margin-bottom: 1em;
}

.thisServiceOrderOnlyLine {
    clear: left;
    margin-left: 7em;
    margin-bottom: 1em;
}

.loginField {
    padding: .5em;
    border-color: gray;
    border-width: thin;
    border-style: solid;
    border-left-style: none;
    font-size: 15px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.loginButton {
    width: 10em;
}

.buttonGroup {
    width: 100%; 
    float: left; 
    text-align: center;
    padding-top: 1em;
    /*padding-bottom: 1em;*/
}

.buttonGroupFooter {
    width: 100%;
    float: left;
    text-align: center;
}

.reportButtons {
    display: inline-block;
    padding: .5em;
    font-size: 15px;
    width: 12em;
    border: none;
    border-radius: 6px;
    margin-top: 0em;
    margin: 0em .25em .75em .25em; 
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.optionButton {
    display: inline-block;
    padding: .5em;
    font-size: 15px;
    width: 12em;
    border: none;
    border-radius: 6px;
    margin-top: 0em;
    margin: 0em .25em 0em .25em;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.buttonsOne {
    width: 8em;
}

.buttonsThree {
    width: 10em;
}

.buttonIconDisplay {
}

.buttonGreen {
    cursor: pointer;
    background-color: darkgreen;
    color: white;
}

.buttonRed {
    cursor: pointer;
    background-color: darkred;
    color: white;
}

.buttonBlue {
    cursor: pointer;
    background-color: dodgerblue;
    color: white;
}

.buttonGrey {
    cursor: default;
    background-color: dimgrey;
    color: white;
}

.buttonOrange {
    cursor: pointer;
    background-color: #fd7e14;
    color: white;
}

.buttonClose {
    background-color: white;
    border: none;
    border-radius: 6px;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: large;
    margin-bottom: 3em;
    margin-top: 0em;
    padding: .5em;
    text-align: center;
    width: 2.5em;
}

.InitialButton {
	font-size: 15px;
	font-weight: bold;
    padding: 5px 15px 5px 15px;
  width:150px;
	background: #a7cfdf; /* Old browsers */
    background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.displayOnly {
    background-color: #EAEAEA;
    border: 1px solid darkgrey;}

.multiLine {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#IcFamilyDescription {
	margin-top: 30px;
	background-color: #EAEAEA;
	font-size: 35px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#IcFamilyLongDescription {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#investigation_GridOption{
	margin-top: 20px;
}
#PickOneGrid {
	margin-bottom: 20px;
}
#btnAddOptionToCart {
	margin-top: 20px;
}
#cboIcPartFirstTier {
	margin-bottom: 3px;
}


#cboIcLocation {
    margin-bottom: 3px;
}
#cboWorkPerformedFirstTier {
    margin-bottom: 3px;
}
#cboRecommendationsFirstTier {
    margin-bottom: 3px;
}

.CallButton {
    float:left;
  cursor: pointer; 
  background: white;
  border-radius: 8px;
  font-family: Arial;
  color: #0a010a;
  font-size: 16px;
  padding: 3px 3px 3px 3px;
  width: 300px;
	min-height:350px;
    max-height:350px;
  margin: 2px 2px 2px 2px;
  border: solid grey 2px;
	text-align: center;
}
.CallButtonSelected{
  background: yellow;
}

.cardDetail {
    float: left;
    background: white;
    border-radius: 8px;
    font-family: Arial;
    color: #0a010a;
    font-size: 16px;
    padding: 3px 3px 3px 3px;
    width: 300px;
    margin: 2px 2px 2px 2px;
    border: solid grey 2px;
    text-align: center;
}

.cardSelected {
    background: yellow;
}

.cardSchedule {
    cursor: default;
    min-height: 200px;
    max-height: 200px;
}

.caretToggleRed{
    color: darkred;
}

.caretToggleGreen {
    color: darkgreen;
}
