
.newrow {
    border-top: 2px solid black !important;
}
.newrowdouble {
    border-top: 2px solid black !important;
   
}
.payrolltable thead th
{
    border-bottom: 2px solid black !important;
    
}
.table td, .table th {
 vertical-align: center !important;   
}
.ui-autocomplete .ui-menu-item:first-of-type >div {
    font-weight: bold;
    border: 1px solid #333333;
    padding: 5px;
}
.table{
    max-width: 95%;
}
.blinking{
    animation:blinkingText 1.5s infinite;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    51%{    color:transparent;  }
    100%{   color: red;    }
}


@media (max-width: 769px) {
    .curtime{font-weight: bold; font-size: 20px;}
    .timebox {font-size: 15px;}
}

@media (min-width: 770px) {
    .curtime{font-size: 60px;}
    .timebox {font-size: 20px;}
}

@media (min-width: 1200px) {
  .container {
    max-width: 75%;
  }
}

.btn {
cursor: pointer;
}
.darkcard {

border: 1px solid #666666;
background-color: #DBDBDB !important;
padding: 10px;

}

@media print{
	a[href]:after {
	content:none
	}
	
	.printtable th {
		background-color: #cccccc !important;
		color: #000000 !important;
	}

	
	}


.pull-right {
float: right;
}

.pull-left {
float: left;
}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.btn-secondary {
    background-color: #CCCCCC !important;
    border-color: #999999 !important;
	color:  #666666 !important;
}

.step
{
padding: 10px;
margin: 10px;

}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

.contract td {
	border: 1px solid #999;
	padding: 8px;
}

.fnhide {
display: none;
}

h1 {
margin-top: 1px !important;
padding-top: 1px !important;
}
.backred {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #900;
}
.backblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #009;
}
.backyellow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #C90;
}
.backgreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #063;
}
.headerrow {
	color: #FFF;
	background-color: #333;
}


@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; }
}


@media print {
	.container {
	padding-top: 5px !important;
	}

	h3 {
		font-size: 18px !important; 
		margin-top: 0px;
		margin-bottom: 4px;
	}
	.pagebreak {
		page-break-after: always;
	}

.bigprint{
font-size: 18px !important;
}
	body {-webkit-print-color-adjust: exact;}

	.noprint {
		display: none;
	}
        .no-print {
		display: none;
	}
	.printonly {
		display: block;
	}
	body {
		padding-top: 0px !important;
	}
	.bg-important {
	background-color: #CCCCCC !important;
	color: #FFFFFF !important;
	text-shadow: 0 0 3px #FFFFFF !important;

    }

}

@media screen {
	
	.printonly {
		display: none;
	}
}
		


@media print {
.pricebox {
font-size:18px !important;
margin: 0px;
padding: 0px;
border: none;
text-align: right;
}
.xtra
{
font-size: 18px !important;

}
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        width: 83.33333333%;
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }


   .col-print-1, .col-print-2, .col-print-3, .col-print-4, .col-print-5, .col-print-6, .col-print-7, .col-print-8, .col-print-9, .col-print-10, .col-print-11, .col-print-12 {
        float: left !important;
   }
   .col-print-12 {
        width: 100% !important;
   }
   .col-print-11 {
        width: 91.66666667% !important;
   }
   .col-print-10 {
        width: 83.33333333% !important;
   }
   .col-print-9 {
        width: 75% !important;
   }
   .col-print-8 {
        width: 66.66666667% !important;
   }
   .col-print-7 {
        width: 58.33333333% !important;
   }
   .col-print-6 {
        width: 50% !important;
   }
   .col-print-5 {
        width: 41.66666667% !important;
   }
   .col-print-4 {
        width: 33.33333333% !important;
   }
   .col-print-3 {
        width: 25% !important;
   }
   .col-print-2 {
        width: 16.66666667% !important;
   }
   .col-print-1 {
        width: 8.33333333% !important;
   }
}