body{
    background-color: #4a4a4a;    
    font-family: calibri , Open Sans; 
    font-size: 11pt !important;
    line-height: 1.3;
}  

/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
	.jumbotron {
		padding-bottom: 20px;
		padding-top: 20px;
		margin-bottom: 5px;
	}
	.ig_header {
		color:#3b5998;
                font-family: Arial , Open Sans;                 
		font-style: italic;     
                font-weight: bold;
	}
        
        .main_header{
            font-size: 25pt !important;
        }
        
        .sub_header{
            font-size: 13pt !important;
        }
        
	body {
		font-size: 13px;
	}
	@media (min-width: 1200px) {
		.container{
			width: 794px;
			padding-right: 25px;
			padding-left: 25px;
		}
	}
	.jumbotron {
		background-color: white;
	}
	page[size="A4"] {
	  background: white;
	  width: 21cm;
	  height: 28cm;
	  display: block;
	  margin: 0 auto;
	  margin-bottom: 0.5cm;
	  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	}
	hr{
		border-top: 1px solid #d5d5d5;
	}	
	th.thcolor{
		color: #fff;
		background-color: #00aff0;
	}
	h1{
		font-size: 31px;
		margin-top: 10px;
	}
	h4{
		font-size: 15px;
		font-weight: bold;
	}
	page {
		background: white;
		display: block;
		margin: 0 auto;
		margin-bottom: 0.5cm;
		box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	}
	.a4padding{
		padding-top: 30px
	}
        
        .spacer-100{
            height:100px;
        }
        .spacer-90{
            height:90px;
        }
        .spacer-80{
            height:80px;
        }
        .spacer-50{
            height:50px;
        }
        .spacer-30{
            height:30px;
        }
        .spacer-20{
            height:20px;
        }
        .spacer-10{
            height:10px;
        }
        
        .well{
            background-color: white;
        }
        
        .yellow-box{
            border: 1px solid #FFC000;            
        }
        .blue-box{
            border: 1px solid #00B0F0;            
        }
        .red-box{
            border: 1px solid red;            
        }
		
		.red-box-solid {
			border: 2px solid red;
		}
		
		.green-box-solid {
			border: 2px solid green;
		}
        
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
    /*padding: 3px;*/
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 1px;
}

.table-condensed-2 > tbody > tr > td,
.table-condensed-2 > tbody > tr > th,
.table-condensed-2 > tfoot > tr > td,
.table-condensed-2 > tfoot > tr > th,
.table-condensed-2 > thead > tr > td,
.table-condensed-2 > thead > tr > th {
    padding: 2px;
}


p{
    margin: 0;
}

.no-padding{
    padding: 0;
}

.page-footer {
    position: relative;
    left: 50%;
    margin-left: -50px;
    bottom: 10px;
}

textarea { resize: none; }

.img-circle-lights{
    width: 12px;
    height:12px;
    margin-top: 5px;
}

.img-circle-red{
    background-color: red;
}

.img-circle-green{
    background-color: #80FF00;
}

.img-circle-yellow{
    background-color: yellow;
}

.rating-box{
    padding: 6px;
    margin-top: 3px;
}

ol{
    padding-left: 0;
}

textarea{
    height: 180px;
}

.pad-left-30{
    padding-left: 30px;
}

.pad-left-60{
    padding-left: 60px !important;
}
.pad-left-50{
    padding-left: 50px !important;
}

.m0a{
   margin: 0 auto; 
}

.mh100{
    max-height: 100px;
}

.radio-background-red{
    background-color: red;
    color: #fff;
}
.radio-background-green{
    background-color: green;
    color: #fff;
}

div.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    color: #ccc;
}

@media print {
.ig_header {
    color: #3b5998 !important;
    -webkit-print-color-adjust: exact; 
    
}

.img-circle-red{
    background-color: red !important;
    -webkit-print-color-adjust: exact; 
    
}

.img-circle-green{
    background-color: #80FF00 !important; 
    -webkit-print-color-adjust: exact; 
    
}

.img-circle-yellow{
    background-color: yellow !important;
    -webkit-print-color-adjust: exact; 
    
}

.radio-background-red{
    background-color: red !important;
    color: #fff !important;
}
.radio-background-green{
    background-color: green !important;
    color: #fff !important;
}

   .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
   }
   .col-md-12 {
        width: 100%;
   }
   .col-md-11 {
        width: 91.66666667%;
   }
   .col-md-10 {
        width: 83.33333333%;
   }
   .col-md-9 {
        width: 75%;
   }
   .col-md-8 {
        width: 66.66666667%;
   }
   .col-md-7 {
        width: 58.33333333%;
   }
   .col-md-6 {
        width: 50%;
   }
   .col-md-5 {
        width: 41.66666667%;
   }
   .col-md-4 {
        width: 33.33333333%;
   }
   .col-md-3 {
        width: 25%;
   }
   .col-md-2 {
        width: 16.66666667%;
   }
   .col-md-1 {
        width: 8.33333333%;
   }


}


/*@page {
  size: A4;
  margin: 0;
}*/


@media print {
  page[size="A4"] {
    margin-bottom: 0.8cm;   
    /*border: 2px solid;*/
    
  }
}

