body {
      font-family: 'Myriad-Roman';
          color: #626264;
}

a:focus, a:hover {
  text-decoration: none;
}

.delay4{
    -webkit-animation-delay: 0.1s; /* Chrome, Safari, Opera */
    animation-delay: 0.1s;
}
.delay3{
    -webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */
    animation-delay: 0.2s;
}
.delay2{
    -webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera */
    animation-delay: 0.3s;
}
.delay1{
    -webkit-animation-delay: 0.4s; /* Chrome, Safari, Opera */
    animation-delay: 0.4s;
}

.scrollup {
  width: 44px;
  height: 60px;
  position: fixed;
  bottom: 0;
  right: 50px;
  background-color: #ff7e2d;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
  text-align: center;
}

.scrollup img {
  margin: 0 auto;
  padding: 0px;
}

.scrollup:focus,
.scrollup:hover {
  color: #005395;
}

/* Section Logo Start */



/* Section Logo End */

/* Table Start */

.roof-calci{
  box-shadow: 0px 0px 10px grey;
}

table{
	width: 100%;
	margin: 5px 0px;
}

table.roof-calci th{ 
	font-family: 'Hind', sans-serif;
	color: #0F5DB0;
	font-size: 15px;
	padding: 5px;
}

table.roof-calci td{
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	padding: 5px;
}

#total, #tax, #material{
	text-align: right;
}

.btn-center{
	margin: auto;
	display: block;
	text-align: center;
}

.btn-result{
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	background: #155EB3;
	color: #fff;
	border: 1px solid #155EB3;
	min-width: 120px;
	padding: 5px;
}

.btn-result:hover{
	background: transparent;
	color: #155eb3;
	border: 1px solid #155EB3;
}

.blue-text{
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #0F5DB0;
}

input[type="text"], input[type="number"] {
	background: #F2F2F2;
  width: 50%;
}

th#tax input#tax_to_add {
    width: 15%;
}

td#job_cost_total {
    width: 15%;
}

#tax input[type="text"]{
	width: 10%;
}

.table2 td input[type="text"]{
	width: 25%;
}

ul.clear {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.clear li{
    display: inline-block;
    padding: 5px !important;
    margin: 15px auto !important;
    text-align: center;
    font-size: 18px;
    background: #E0E0E0;
    border: 1px solid #000;
}

ul.clear li a{
	color: #000;
}

ul.clear li:hover{
	background: #fff;
	border: 1px solid #01366A; 
}

ul.clear li:hover a{
	color: #01366A;
}

th#white {
    color: #fff;
}

.clear .btn{
	padding: 0;
}
/* Table End */


.modal-body{
  display: inline-block;
  width: 100%;
}

ul.clear li input {
  text-shadow: none;
  color: black;
  background: none;
}

button.btn {
  background: none;
  color: #000;
}

.table-bordered>thead>tr>th{
  text-align: center;
  width: 13%;
}


.modal-lg {
  width: 90%;
}

.modal-body .table1, .modal-body .table2, .modal-body .table3 {
    padding: 15px;
}

th#Total_meterial1, th#Total_meterial2, th#first_total, th#total_with_tax, th#total_with_tax_final, th#labor_total{
  text-align: center;
}

 