﻿html, body {

    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    background: #f0f0f0;
}

#SignInContainer {
    position: absolute;
    width: 340px;
    left: 50%;
    margin-left: -170px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

#SignInContainer #lblInvalid {
padding: 20px;
}

form {
    margin: 0 auto;
}

label {
    color: #333;
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px;
    font-size: 14px;
}

input, textarea {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
}

select {
padding-top: 8px;
  font-size: 14px;
}

#ContractForm select 
{
    width: 302px;
}


textarea, input[type=text], input[type=password], select {
    color: #00a;
  font-weight: bold;
    padding-left: 10px;
    margin: 0px;
    margin-top: 10px;
    margin-left: 18px;
    width: 290px;
    height: 35px;
	border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
	}
	

	textarea 
	{
	    padding-top:10px;
	}
	
textarea:hover, input[type=text]:hover, input[type=password]:hover, select:hover {
    border: 1px solid #b6bfc0;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, select:focus {
    border: 1px solid #a8c9e4;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}

.check {
    margin-left: 3px;
	font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

input[type=submit], #ContractEquipment a, #Save a, #Deliveries a, #RightSide a, #Cancel a, #HomeSave a {
/*    width: 80px; */
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #acd6ef; /*IE fallback*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}

#SignOut input[type=submit] {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 20px;
    margin-top: 20px;
}

#Home input[type=submit] {
    position: absolute;
    top: 0px;
    right: 100px;
    margin-right: 20px;
    margin-top: 20px;
}


#SignInContainer input[type=submit] {
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

input[type=submit]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}
input[type=submit]:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
    background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
    background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}



#SignInLower {
    background: #ecf2f5;
    width: 100%;
    height: 69px;
    margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
    border-top: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#MainContainer {
text-align: center;
}

table {
margin: auto;
    font-size: small;
}

#Menu table td {
width:125px;
padding: 25px;
line-height: 17px;
text-align: center;
}

#Menu a {
    font-size: 14px;
    color: #000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration:none;
}

#Menu a:hover {
    font-size: 16px;
    font-weight: bold;
}

#Menu img {
width:100px;
}

#Logo {
font-size: 48px;
margin-top: 20px;
margin-bottom: 20px;
}

#PageName 
{
    text-align: center;
    font-size:28px;
    margin:10px;
}

/*
#ContractForm #LeftSide table td:first-of-type, #ContractForm #RightSide table td:first-of-type {
    height: 49px;
}
*/

#ContractEquipment table, #Deliveries table {
  margin: 20px;
}

#ContractEquipment table th, #Deliveries table th, #Wallet table th {
font-size: 12px;
padding-left:20px;
padding-right:20px;
}


#ContractEquipment, #Deliveries, #Wallet
{
    text-align: center;
    margin: 30px;
    border: 1px solid #b6bfc0;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

#ContractEquipment, #Deliveries a, #Wallet a 
{
    text-decoration: none;
    font-size:11px;
    padding-left: 5px;
    padding-right: 5px;
}

#ContractEquipment #ContractEquipmentAdd, #Deliveries #DeliveryAdd 
{
    margin:30px;
}

#ContractEquipment #ContractEquipmentAdd a, #Save a, #DeliveryAdd a, #linkOpenWallet, #btnAddCard, #btnUnmask, #Cancel a, #HomeSave a
{
    font-size:14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

video{
    
    width: 640px;
    height: 480px;

}

.drawingBuffer {
    position: absolute;
    height: 480px;
    width: 640px;
    left: 0px;
    
}

.AddEquipmentDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
	    visibility:hidden;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
	}

	.AddEquipmentDialog:target 
	{
   	    visibility:visible;
		opacity:1;
	}

	.AddEquipmentDialog > div {
		width: 700px;
        height:400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		/*
		background: -moz-linear-gradient(#fff, #CCC);
		background: -webkit-linear-gradient(#fff, #CCC);
		background: -o-linear-gradient(#fff, #CCC);
*/
	}

	.AddEquipmentDialogclose {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.AddEquipmentDialogclose:hover { background: #00d9ff; } 
	
.AddEquipmentDialog input[type=text] {
    width:200px;
}

.AddEquipmentDialog select 
{
    width:213px;
}

	#ContractOptions 
	{
	    margin-top: 40px;
	    text-align:center;
	}
	
	#ContractOptions input 
	{
	    margin-left: 5px;
	    margin-right: 5px;
	}
	
#Search 
{
    text-align:center;
}

#Search label 
{
    padding-top: 0px;
}

#SearchResults 
{
    margin: 40px;
}

#SearchResults tr:hover 
{
    background-color: #AAF;
    cursor: pointer; cursor: hand;
}

#SearchResults th,#SearchResults td
{
    padding-left: 10px;
    padding-right: 10px;
 
}

input.DeleteContract[type=submit]
{
    
    background-color: #fc2a2a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7373), to(#fc2a2a));
    background-image: -moz-linear-gradient(top left 90deg, #ff7373 0%, #fc2a2a 100%);
    background-image: linear-gradient(top left 90deg, #ff7373 0%, #fc2a2a 100%);
}

#scans 
{
    width:300px;
    background-color: #CCCCCC;
    border: 1px solid Black;
}

#Save {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99998;
		opacity:0;
		visibility:hidden;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		text-align: center;
	}

	#Save:target 
	{
	    visibility:visible;
		opacity:1;
	}

	#Save > div {
		width: 400px;
        height:200px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background-color: #FFF;

		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);

	}

#Save a 
{
    text-decoration: none;
}

#HomeSave {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    text-align: center;
}

    #HomeSave:target {
        visibility: visible;
        opacity: 1;
    }

    #HomeSave > div {
        width: 400px;
        height: 200px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background-color: #FFF;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
    }

    #HomeSave a {
        text-decoration: none;
    }

#Cancel {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    text-align: center;
}

    #Cancel:target {
        visibility: visible;
        opacity: 1;
    }

    #Cancel > div {
        width: 400px;
        height: 200px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background-color: #FFF;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
    }

    #Cancel a {
        text-decoration: none;
    }

#EquipmentTotals
{
    text-align:right;
    float:right;
    margin-top:-60px;
    margin-right:55px;
}

input[type="text"].SalesTaxRate
{
    margin-right: 30px;
    width: 55px;
}
#input[type="button"] {
    /*    width: 80px; */
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #acd6ef; /*IE fallback*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}

#inputAdd {
    /*    width: 80px; */
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #acd6ef; /*IE fallback*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before  {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before{
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}