@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css");

@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans';
}

. {
    margin: 0;
    padding: 0;
}

body {
    margin: 10px;
    font-size: 14px;
}
.p-0{
	padding: 0px;
}
.container-custom {
    width: 882px;
    margin: 0 auto
}

td {
    font-family: 'Open Sans';
    font-size: 12pt;
}

h1 {
    font-family: 'Open Sans';
    font-size: 20pt;
    margin: 0;
    padding: 0;
}
button{
	font-family: 'Open Sans';
}
h2 {
    font-size: 24px;
}
table b{
	    font-size: 14px;
    font-weight: normal !important;
}

.table {
    width: 100% !important;
}

.quote {
    font-size: 9pt;
}

.window {
    font-size: 9pt;
    border: 1px solid #808080;
    text-align: center;
}

.address {
    border: 1px solid #808080;
}

.totals {
    border: 1px solid #808080;
    text-align: center;
    font-size: 10pt;
}

.dimensions {
    border: 1px solid #808080;
    font-weight: bold;
}

.header_row {
    background-color: #a9a9a9;
    border-bottom: 1px solid #808080;
    text-align: center;
    font-size: 10pt;
    padding-top: 3px;
    padding-bottom: 3px;
}

.line_item {
    border-bottom: 1px solid #808080;
    text-align: center;
    font-size: 10pt;
    padding-top: 3px;
    padding-bottom: 3px;
}

.line_item_left {
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    text-align: center;
    font-size: 10pt;
    padding-top: 3px;
    padding-bottom: 3px;
}

.line_item_right {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    text-align: center;
    font-size: 10pt;
    padding-top: 3px;
    padding-bottom: 3px;
}

.address_item {
    border-bottom: 1px solid #808080;
    text-align: left;
    font-size: 9pt;
    padding-top: 2px;
}

.tabs {
    border: 1px solid #808080;
    text-align: center;
    font-size: 16pt;
}

.tp {
    font-size: 10pt;
    color: #356895;
}

.text {
    font-size: 14pt;
}

.number {
    font-size: 14pt;
}

select {
    font-size: 16pt;
}

a {
    font-size: 10pt;
    font-weight: bold;
    color: #356895;
    text-decoration: none;
}

a.nav {
    color: #ffffff;
    font-size: 11pt;
}

a.nav2 {
    color: #808080;
    font-size: 11pt;
}

.removal {
    width: 30px;
    height: 30px;
    margin: 0px 0 0 0px;
}

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




/*=================================*/

.full_width {
    float: left;
    width: 100%;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    border: none;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd !important;
}

.btn_file_design {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn_file_design input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    /* min-width: 100%; */
    /* min-height: 100%; */
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    font-weight: 600;
    width: 100px;
}
.list_style{
	    padding: 0px;
    margin: 0px;
    list-style: none;
}
.custom_button {
        font-size: 18px;
    width: 148px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 42px;
}
.btn-primary {
    color: #fff;
    background-color: #356895;
    border-color: #356895;
}
span.date_show {
    font-size: 12px;
    color: #356895;
    padding-top: 2px;
    display: inline-block;
}
.custom_edit {
        padding: 5px 7px;
    border-radius: 50%;
}
.fa {
    width: 10px;
}
.small_button {
    width: 100px;
}

.circ-btn {
  /*   border: 2px solid rgb(42, 100, 150);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10%;
    text-decoration: none;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(360deg);
    padding: 1%; */
}
.circ-btn:hover {/* background-color: rgb(128, 128, 128); */}
.nav-links a.circ-btn {margin-right: 5%;}

ul.nav-tabs li{    background-color: rgb(40,94,142); border-bottom: 0 none;   border-top-left-radius: 18px; }
ul.nav-tabs li a:hover{background-color: rgb(50, 118, 177); border-bottom: 0 none;   border-top-left-radius: 18px;}
ul.nav-tabs li a{color: #fff;}
/*.commisission-table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td{padding:0px;}
.commisission-table select{font-size:14px;}*/

@media print {
	@page { margin: 15mm 15mm 15mm 15mm; }
	body{margin: 0 !important; }
	
	#installation_table{display: none;}
	
    .page-break {
        display: block;
        page-break-before: always;
    }
	
	
	
	.header_row {
		background-color: #a9a9a9 !important;
		border-bottom: 1px solid #808080;
		font-size: 10pt;
		padding-bottom: 3px;
		padding-top: 3px;
		text-align: center;
		-webkit-print-color-adjust: exact; 
	}
         a[href]:after {
    content: none !important;
  }
}






