
/*
  BRP Style Sheet
  Author: Dawn Robles
  All rights reserved.
*/

* {
    box-sizing: border-box;
}

 html {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    padding: 3pt;
 }
 
 .top-header {
    background-color: #5499d2;
    color: #cbe0f1;
    padding: 0pt;
 }
 
 .top-header a { 
    color: #cbe0f1;
 }
 
 .top-header a:hover { 
    color: #EA1E28;
    font-weight: 600;
    font-size: 110%;
 }
 
 /*.top-header img, .top-header input[type="image"] { 
    float: right;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
 }*/

 .bottom-header {
    background-color: #5499d2;
    color: #cbe0f1;
    padding: 5pt 3pt 5pt 10pt;
    font-size: 12px;
    text-align: center;
    margin: auto;
 }
 
 .bottom-header a { 
    color: #cbe0f1;
 }
 
 .bottom-header a:hover { 
    color: #EA1E28;
    font-weight: 600;
    font-size: 110%;
 }

 .main-header { 
    background-color: #E0FFFB;
    padding: 3pt;
    border-bottom: 2px solid #000;
    
 }
 
 .contentsFull {
 	width: 100%;
 }

 .contentsPart {
 	width: 80%;
 }

 /*.main-header img {
   margin: 15px 0 3px 10px;
   border: 0px
 }*/

 .hdr-div1 {
    width: 30%;
    display:inline-block;
    padding-bottom: 5px;
 }
 
 .hdr-div2 {
    width: 65%;
    display:inline-block;
 }

 .hdr-div {
    width: 32%;
    display:inline-block;
 }
 
 .hdr-div span {
     padding-left: 10px;
     font-weight: 600;
     font-size: 1.05em;
 }
 
 .subHdrRed {
 	background-color: #E50000;
 	color: #FFF;
 	text-align: center;
 	font-weight: 500;
 	border-bottom: 2px solid #000;
 	padding: 8px;
 }

 .bold {
    font-weight: 600;
 }

.italic {
    font-style: italic;
 }

 .red {
    color: #E50000;
 }

 .smaller {
 	font-size: 0.65em;
 }
 
 body a:hover {
    color: #D72D47;
    font-weight: 600;
    font-size: 105%;
 }
 
 #bodyContent {
    margin: 25px 25px 50px 25px;
 }
 
 .contdiv {
    width: 45%;
    display:inline-block;
    line-height: 35px;
 }
 .contdivblock {
    width: 85%;
    display:block;
    line-height: 40px;
    font-weight: 600;
 }

 .contdivblock a {
    color: #FF0000;
 }

 .mini {
    color: #5499D2;
    font-size: 80%;
    text-align: right;
 }
 
.tbl-div {
	width: 60%;
	display: block;
	margin-bottom: 10px;
}

.tbl-div .lblcss {
	width: 20%;
	display:inline-block;
	padding-left: 5px;
	text-align: left;
}

.tbl-div .txtinput {
	width: 220px;
	display:inline-block;
	padding: 2px 5px;
	text-align: left;
}

.txtView {
	margin: 1px 2px;
	padding: 2px;
	width: 90px;
	font-size: 1em;
}

.btn {
	font-weight: 800;
	font-size: 18px;
	border-radius: 10px;
	padding: 3px 8px 3px 8px;
}

th { 
	background: #B7CDD7;
	font-weight: 700;
}

td, th {
	padding: 5px;
	display: table-cell;
}

tr {
	vertical-align: middle 
}

.tblInline {
	display: inline-block;
	padding: 5px;
}

.mid {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.four {
	width: 23%;
}

.five {
	width: 18%;
}


.tblInline label, .padded {
	padding-left: 10px;
	padding-bottom: 5px;
}

.padded::before {
	content: " ";
}

.tblInline .btn1,
.tblInline .btn2 {
	height: 47px;
	border-radius: 15px;
	border: 2px solid #250404;
	margin-top: 5px; 
	margin-bottom: 5px;
}

.tblInline .btn1 {
	background-color: #C0FFC0;
	color: #084908;
	margin-right: 20px;
}

.tblInline .btn2 {
	background-color: #E50000;
	color: #FFF;
}
 
.tblCol {
	width: 300px;
	display: inline-block;
}

.tblCol input[type="text"]{
	width: 300px;
	border-radius: 3px;
	padding: 4px;
}

/*
   if screen is smaller
*/

@media only screen and (max-width: 1200px) {
	 html {
	    font-family: 'Open Sans', sans-serif !important;
	    font-size: 16px;
	    padding: 2pt;
	 }

	.hdr-div1 {
	  width: 100%;
	  display:block;
	}
	
	.hdr-div2 {
	  width: 85%;
	  display:inline-block;
	}

	.hdr-div {
	  width: 45%;
	  display:inline-block;
	}


	td, th {
	padding: 5px;
	display: table-cell;
	}

}

 
@media only screen and (max-width: 748px) {
	 html {
	    font-family: 'Open Sans', sans-serif !important;
	    font-size: 14px;
	    padding: 2pt;
	 }
	 
	 .top-header {
	   font-size: 0.9em;
	 }
	 
	/*.main-header img {
	   margin: 5px;
 	}*/
 	
 	.hdr-div span {
	   padding-left: 2px;
	   font-weight: 600;
	   font-size: 0.98em;
	}
 
	.contdiv {
	    width: 95%;
	    display:block;
	    line-height: 20px;
 	}

 	.tbl-div {
		width: 80%;
		display: block;
		margin-bottom: 10px;
	}

	.tbl-div .lblcss {
		width: 35%;
		display:inline-block;
		padding-left: 5px;
		text-align: left;
	}

	.tbl-div .txtinput {
		width: 180px;
		display:inline-block;
		padding: 2px 5px;
		text-align: left;
	}

	 .contentsPart {
	 	width: 100%;
	}

	td, th {
		display: inline-block;
		font-size: 0.7em;
	}

	tr:nth-child(even) {
		background: #FFF;
	}

	tr:nth-child(odd) {
		background: #D3D2D2;
	}

}
 
@media only screen and (max-width: 378px) {
	 .top-header {
	   font-size: 0.8em;
	 }
	 
	 
	/*.main-header img {
	  width: 85%;
 	}*/
 	
	.hdr-div {
	  width: 95%;
	  display:block;
	}

	.hdr-div2 {
	  width: 95%;
	  display:block;
	}

	.tbl-div {
		width: 100%;
		display: block;
		margin-left: 10px;
		margin-bottom: 8px;
	}

	.tbl-div .lblcss {
		width: 70%;
		display:inline-block;
		padding: 1px 3px 1px 3px;
		margin-top: 1px
		text-align: left;
	}

	.tbl-div .txtinput {
		width: 190px;
		display:inline-block;
		padding: 1px 3px 1px 3px;
		margin-top: 1px
		text-align: left;
	}

	.btn {
		font-weight: 800;
		font-size: 0.9em;
	}
	.contdivblock {
	    width: 95%;
	    display:block;
	}

	.contdivblock a {
	    color: #FF0000;
	    text-align: center;
	    font-weight: 700;
	}

	.txtView {
		margin: 1px 2px;
		padding: 2px;
		width: 60px;
		font-size: 0.8em;
	}

	td, th {
		display: inline-block;
		font-size: 0.7em;
	}

	tr:nth-child(even) {
		background: #FFF;
	}

	tr:nth-child(odd) {
		background: #D3D2D2;
	}

	.tblInline .btn1,
	.tblInline .btn2 {
		height: 27px;
	}

	.tblCol {
		width: 28%;
		display: inline-block;
	}

	.tblCol input[type="text"]{
		width: 50%;
		border-radius: 2px;
		padding: 3px;
	}

	/*.top-header img, .top-header input[type="image"] { 
	    float: right;
	    display: inline-block;
	    vertical-align: top;
	    padding-right: 5px;
	    max-height: 50%;
	    max-width: 70%;
	 }*/

	 .tblInline {
	 	display: block;
	 	font-size: 0.9em;
	 }

	 .four {
	 	width: 80%;
	 }

	 .tblInline input[type="submit"] {
	 	display: block;
	 	margin-top: 8px;
	 }

}
 