c/* 

BOOTSTRAP 3

12 Column Grid 1110 Max Width

SECTIONS:

1. HEADINGS

2. BUTTONS

3. CIRCLES

4. LAYOUT

5. TYPOGRAPHY 

6. HYPERLINKS AND INPUTS

7. MENU

10. FOOTER SECTION

11. MEDIA QUERIES SECTION

12. Misc Lists

13. Meter settgs (password strenth)

14 Form Fields

INFORMATION

Headings: h1,h2,h3,h4,h5 HMTL elements

Buttons: overrides for bootstrap btn and btn-default
 
Circles: filled with a solid color in small and large

Featured Jobs section: headings, background, font

Media Queries: handles device screen sizes


TYPOGRAPHY (DESIGN)

H1 "Montserrat-Heavy" 40 pt oblique #FFFFFF tracking 5pt, line height 40 px

H2 "Montserrat-Heavy" 40 pt oblique #4460AC tracking 5 pt 

H3 Search Bar and Job Title "Montserrat-book" 16 pt #555555

H4 Job Type "Montserrat-book" 18 pt #4460AC

H5 Job Description "Montserrat-book" 12 pt #c2c2c2

Ribbon/button/footer text is "Montserrat-book" 12 pt white 


Color Palette

Primary
RGB 254, 188, 17 
HEX #4460AC

RGB 112, 239, 255
HEX #4460AC

RGB 153, 149, 138
HEX #4460AC 

RGB 0, 255,141 
HEX #00FF8D 

RGB 204, 20,116
HEX #CC1474


SECONDARY
RGB 235, 235, 235 
HEX #EBEBEB 

RGB 255, 255, 255
HEX #E1E1E1 

RGB 0, 0, 0
HEX #a81c1d 

 */

 hr {
       display: block;
       position: relative;
       padding: 0;
       margin: 8px auto;
       height: 0;
       width: 50%;
       max-height: 0;
       font-size: 1px;
       line-height: 0;
       clear: both;
       border: none;
       border-top: 1px solid #cecece;
       border-bottom: 1px solid #ffffff;
    }

.mapview {
    width:100%;
    height:500px;
}
.hourstotals {
    background-color:#cecece;
    text-align:center;
}
.menu-text {
    color: #000;
}
.menu-white{
    color: #FFF;
}

.table-header-text {
    color: #fff;
}

.icon-bar {
    color:#fff;
}

.biggerfont {
    font-size: 17px;
}

.jobdetailsh2 {
    font-size: 20px;
}

h2.smaller {
	font-family: "Montserrat", "Futura", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	padding-top: 20px;
    font-weight:700;
	color: #a81c1d;
	text-align: center;
    
}

h3 {
    font-family: "Montserrat", "Futura", Helvetica, Arial, sans-serif;
    Kerning:10px; 
	font-size: 12px;
    font-weight:700;
	color: #555;
  
}

h3.subheading {
    font-family:"Montserrat", "Futura", Helvetica, Arial, sans-serif;
    Kerning:10px; 
	font-size: 18px;
    line-height:18px;
	color: #555;
    font-weight:700;
  
}
.bottommargin {
    margin-bottom:20px;
}

.backtoadvanced {
    float:right;
    
}
.advancedlink {
    font-size: 15px;
}

.featuredjobs {
    float:left;
    margin-left:20px;
    margin-bottom:20px;
}

.tightrow {
    margin-top:1px;
    margin-bottom:1px;
    padding-top:0px;
    padding-bottom:0px;
}
h3.bolder {
    font-weight: 900;
}
h4.bolder {
    font-weight: 900;
}


    h3.bold {
    font-weight: 700;
}

h3.centered {
    text-align: center;
}


h2.centered {
    text-align: center;
}


h4.centered {
    text-align: center;
}

h4.bold {
    font-weight: bold;
}

h5 {
	font-family: "Montserrat", "Futura", Helvetica, Arial, sans-serif;
	font-size: 12px;
    font-weight:300;
	color: #000;
}

h5.centered {
    text-align: center;
}
.black {
     color:#a81c1d;
}

.muted
{
    /* used to make it grayish, instead of black etc */
    color:#9999AA;
}

.bolder {
    font-weight: 900;
}
.bold
    {
        font-weight: bold;
    }

.colored
 {
        /* If we want something to be colored a certain color.  Change this  */
        color: #a81c1d;
 }

.colored:focus
 {
        /* If we want something to be colored a certain color.  Change this  */
        color: #a81c1d;
 }

/* HYPERLINKS AND INPUTS */
.passwordlink
{
    color:#000
}

.coloredlink
{
    color:#000
}


.underlined
{
      text-decoration: underline;
}

.altcolor>a:hover,
.altcolor>a:focus {
	color: #000;
	text-decoration: none;
}

.user-profile>a:hover,
.user-profile>a:focus {
	color: #fff;
	text-decoration: none;
}

.user-profile>a {
	display: block;
	float: left;
}

.search-for-jobs input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.login-container input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


.upload-container input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


.upload-container input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ribbon {	
	color: #ffffff;
}

.footer {
	font-size: 14px;
	color: #fff;	
}


.btn-sign-up {
	width: 177px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #a81c1d;
	color: #fff;
}


.tel,.tel:visited { /*for small screens */	

	display:block;
	color:#a81c1d;
	background-color:#ffffff;
	text-decoration:none;
}
.tel:hover,.tel:focus {
	color:#a81c1d;
	background-color:#fff;
}
	@media screen and (min-width: 28.5em) { /* for larger screens */
.tel,.tel:visited {
	background:none;
	cursor:default;
}
.tel,.tel:focus {
	color:#000;
}
}

/* BUTTONS */

.btn-default {
	display: block;
	border-color: transparent;
	font-size: 12px;
	line-height: 12px;
    
}

.btn-primary {
	background-color: #a81c1d;
}

.job-search-title {
    
    margin-bottom:20px;
    
}
    

.btn-search-for-jobs {
	background-color: #a81c1d;
	color: #fff;
        padding-top:15px; 
    padding-bottom:15px;
    padding-right:25px;
    padding-left:25px;

}

.btn-apply-now {
	float: right;
	margin-top: 5%;
	font-size: 12px;
	color: #fff;
	background-color: #002138  ;
}

.btn-jobdetails {
    border-radius: 0%;
	float: right;
	margin-top: 0%;
	font-size: 12px;
	color: #fff;
	background-color: #002138  ;
}



.btn-apply-now-left {
	float: left;
	margin-top: 5%;
	font-size: 12px;
	color: #fff;
	background-color: #002138  ;
}
.btn-apply-now-top {
    height:33px;
    width:90px;
    font-family:"Montserrat","Futura", Helvetica, Arial, sans-serif; 
    Padding: 4px;
    float: right;
	color: #fff;
	background-color: #002138  ;
    font-size:12px;
    font-weight:700;
        border-radius: 0%;
}

.btn-vendorapply-now-top {
    height:33px;
    width:120px;
    font-family:"Montserrat","Futura", Helvetica, Arial, sans-serif; 
    Padding: 4px;
    float: right;
	color: #fff;
	background-color: #002138  ;
    font-size:12px;
    font-weight:700;
        border-radius: 0%;
}

.btn-apply-now-bottom {
    height:33px;
    width:125px;
    font-family:"Montserrat","Futura", Helvetica, Arial, sans-serif; 
    Padding: 4px;
	color: #fff;
	background-color: #002138  ;
    font-size:12px;
    font-weight:700;
    border-radius: 0%;
    
}
.btn-vendorapply-now-bottom {
    height:33px;
    width:145px;
    font-family:"Montserrat","Futura", Helvetica, Arial, sans-serif; 
    Padding: 4px;
	color: #fff;
	background-color: #002138  ;
    font-size:12px;
    font-weight:700;
    border-radius: 0%;
    
}


.btn-apply-now-left {
	float: left;
	margin-top: 5%;
	font-size: 12px;
	color: #fff;
	background-color: #a81c1d;
}


.btn-view-their-resume {
	float: right;
	font-size: 12px;
	color: #fff;
	background-color: #a81c1d;
    vertical-align: middle;
    display: inline-block
}
          
.btn-upload-resume {
	width: 200px;
	padding: 10px;
	border: 2px solid #EBEBEB;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	background: transparent;
}

.btn-upload-resume:hover,
.btn-upload-resume:focus {
	color: #ffffff;
}

.btn-search {
	width: 200px;
	margin-top: 5px;
	border: 2px solid #EBEBEB;
	font-weight: 500;
	font-size: 17px;
	line-height: 17px;
	text-align: left;
	color: #ffffff;
	background: transparent;
}

.btn-search:hover,
.btn-search:focus {
	color: #ffffff;
}

.btn-sign-in {
	width: 177px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #a81c1d;
	color: #fff;
}

.btn-sign-up {
	width: 177px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #a81c1d;
	color: #fff;
}

/* NAVBARS */

.searchbar {
 height:20px;
 width:100%;
}
.nav-resume {
    height:25px;
    width:100%;
    float:left;
    top:0px;
    left:0px;
    border:1px;
    background-color: #a81c1d;
    font-size:12px;
   // font-weight:bold;
}



.navbar-nav>li>a {
	padding-top: 10px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	border: none;
	background: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	border: none;
	background: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	border: none;
	background: none;
}

.navbar-default .navbar-nav>li>a {
    /*	color: #f5f5f3;*/
    color: #000;
}

.navbar-brand {
	padding: 0 40% 0 0;
	height: 42px;
}

.resume-ribbon {
    background-color: #a81c1d;
    padding: 5px 0;
    height:25px;
	width:100%;
}
.clientsearchtop {
    width:140px;
    background-color:#a81c1d;
    border-width:0px;
    border-radius: 5%;
}



.login-ribbon .navbar-header {
	margin-top: 8px;
	margin-right: 0;
	padding-left: 5px;
}

.login-navbar-brand {
	padding: 0 40% 0 0;
	height: 42px;
}


/* CIRCLES */

.circle-yellow-sm {
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 4px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #a81c1d;
}

.circle-yellow-lg {
	float: left;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #a81c1d;
}

.circle-green-lg {
	float: left;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #00ff8d;
}

.circle-blue-lg {
	float: left;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #a81c1d;
}

.circle-purple-lg {
	float: left;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #a459a3;
}

.circle-red-lg {
	float: left;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #cc1474;
}


/* ICONS */

.icon {
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.menu-image {
    height:50px;
}
.icon.icon-technology {
	background: #a459a3 url("images/icon-it-technology.png") no-repeat;
}

.icon.icon-recruiting {
	background: #da5433 url("images/icon-recruiting.png") no-repeat;
}

.icon.icon-creative {
	background: #fcbb14 url("images/icon-creative-marketing.png") no-repeat;
}

.icon.icon-mentorship {
	background: #a81c1d url("images/icon-mentorship-networking.png") no-repeat;
}

.icon.icon-finance {
	background: #a81c1d url("images/icon-investments-finance.png") no-repeat;
}

.icon.icon-growth-management {
	background: #6ec5a4 url("images/icon-growth-management.png") no-repeat;
}


/* LAYOUT */
.mainlogo
{
    width:auto;
}

.form-body {
        padding: 3px 20px 3px 20px;
        min-height:600px;
    	background-color: #ffffff;
}

.jobdesc {
     /*! line-height: 18px; */
     /*! font-family:"Montserrat" ; */
    /*! font-size:16px; */
    Kerning: 10px;
    /*! font-weight:300; */
}
.jobrequirements {
     /*! line-height: 18px; */
     /*! font-family:"Montserrat" ; */
    /*! font-size:16px; */
    Kerning: 10px;
    /*! font-weight:300; */
}

.minheight {
    min-height: 500px;
}
.ribbon {
    padding: 5px 0;
    background-color: #a81c1d;
}

.ribbon .login {
	text-align: right;
}

.login-ribbon {
	padding: 5px 0;
	background-color: #fdbc11;
}

.login-container {
	padding-top: 1%;
	padding-left: 0;
	padding-right: 0;
}


.upload-container {
    padding-top: 1%;
	padding-left: 0;
	padding-right: 0;
    background-color:#fff;
}

.login-background-male {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url("images/bg-login-male.jpg");
	 background-size:100% 100%;
    background-size: cover;
	overflow: hidden;
	z-index: -1;
}
.login-background-female {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url("images/bg-login-female.jpg");
	background-size:100% 100%;
    background-size: cover;
	overflow: hidden;
	z-index: -1;
}

.login-footer {
	bottom: 0;
}

.menu {
	padding-top: 10px;
	padding-bottom: 5px;
	background-color:#ffffff;
    color:#000;
}

.topmenu {
    background:
}

.search-div {
	padding-bottom: 20px;
	background: #ebebeb;
}

.search-for-jobs {
    padding-bottom: 27%;
    background: url("beaudinconstructionbanner.png");
    background-size: cover;
}

/* Media query for smaller screens (phones) 
@media (max-width: 768px) {
    .search-for-jobs {
        padding-bottom: 25%; /* Adjust the percentage as needed 
        background-size: 150% 150%;
    }*/
}


.padding20 {
    padding-left:20px;padding-right:20px
}
.thinrow {
    height:24px;
    padding-top:0px;
    padding-bottom:0px;
   padding-left:0px;
}

.padding10top {
    padding-top:10px;
}

.padding10bottom {
    padding-bottom:10px;
}

.padding20top {
    padding-top:20px;
}

.padding20bottom {
    padding-bottom:20px;
}

.dashheader {
    border-bottom:solid;
    border-bottom-width :2px;

}
.forgot-password {
	padding-top: 15px;
	padding-bottom: 15px;
    color:#000;
}

.login-footer {
	color: #fff;
}

.login-copyright {
	color: #fff;
}

.login-padding-for-footer {
	margin-bottom: 50px;
}

.featured-jobs {
	
    min-height:400px;
}

.leftsearch {
    padding-top:2px;
    vertical-align:top;
}

.mainclientbody {
	
    min-height:700px;
}

.maincandidatebody {
	
    min-height:500px;
}

.mainvendorbody {
	
    min-height:500px;
}


.profile-main {
	
     min-height:500px;
 
}

.innerdiv {
    padding-top: 9%;
    padding-bottom: 0%;
	
     min-height:500px;
}

.valign-middle
{
    vertical-align:middle;
}



.footer {
    padding-top: 85px;
    background-size: 80px;
    background-color: #ffffff;
    background-position: center 40%;
    background-repeat: no-repeat;
}

/* MENU BACKGROUND COLORS */

.bg-menu-blue {
	background-color: #a81c1d;
}

.bg-menu-yellow {
	background-color: #a81c1d;
}

.rowheader {
    font-size:14px;
    color:#000;
    background-color: #a81c1d;
    vertical-align: middle;
}

.clientrowheader {
    font-size:14px;
    color:#000;
    background-color: #a81c1d;
    vertical-align: middle;
}

/* Misc table emulation       */

 .rTable {
    	display: table;
    	width: 100%;
}

.rTableRow {
	display: table-row;
	width:100%
}

.rTableHeading {
   	display: table-row;
    	background-color: #ddd;
	width:100%;
}

.rTableCell, .rTableHead {
    	display: table-cell;
    	padding: 3px 10px;
    	border: 1px solid #999999;
	width:50%;
}
	
.rTableLong {
    	display: table-cell;
    	padding: 3px 10px;
    	border: 1px solid #999999;
	width:100px;
}

.rTableHeading {
    	background-color: #ddd;
    	font-weight: bold;
}

.rTableFoot {
    	display: table-footer-group;
    	font-weight: bold;
    	background-color: #ddd;
	}

.rTableBody {
    	display: table-row-group;
}

content-body{
	padding:20px;background:#fff
}

.content-body h2{
	margin-top:0
}


	


.push-left {
	float:left

}

/* FOOTER SECTION */

.copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #363636;
}
.aboutbelcan {
    width:800px;
    margin-top:20px;
}


/* MEDIA QUERIES SECTION */
@media (min-height: 300px)
{

    .minheight {
        min-height: 200px;
    }

    .form-body
    {
        min-height: 200px;

    }
}
@media (min-height: 400px )
{
    .minheight {
    min-height: 300px;
    }

    .form-body
    {
        min-height: 300px;
    }
}

@media (min-height: 500px)
{
    .minheight {
        min-height: 400px;
    }

    .form-body
    {
        min-height: 400px;
    }
}

@media (min-height: 600px )
{
    .minheight {
    min-height: 500px;
    }

    .form-body
    {
        min-height: 500px;
    }
}

/* breakpoint for iPhone 6, 6s and 6 plus */

@media (min-width: 320px) and (max-width: 736px) {
    .aboutbelcan {
    display:none;
}


	.no-padding-hours {
		padding: 0;
	}
    .login-background-male {
    	position: fixed;
    	left: 0;
	    top: 0;
    	bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: url("images/bg-login-vertical.jpg");
	    background-size:100% 100%;
        background-size: cover;
	    overflow: hidden;
	    z-index: -1;
    }
    
}

@media (min-width: 320px) and (max-width: 350px) {
    .hourstable {
        width: 350px;
    }
    .turnhorizontal {
        display:normal
    }
}
@media (min-width: 350px) and (max-width: 375px) {
    .hourstable {
        width: 375px;
    }
    .turnhorizontal {
        display:normal
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .hourstable {
        width: 375px;
    }
    .turnhorizontal {
        display:normal;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .hourstable {
        width: 400px;
    }
    .turnhorizontal {
        display:normal;
    }
}

@media (min-width: 450px) and (max-width: 450px) {
    .hourstable {
        width: 450px;
    }
        .turnhorizontal {
        display:normal;
    }

}

@media (min-width: 500px) and (max-width: 550px) {
    .hourstable {
        width: 500px;
    }
        .turnhorizontal {
        display:none
    }

}
@media (min-width: 600px)  {
    .hourstable {
        width: 600px;
    }
        .turnhorizontal {
        display:none
    }

}


/* breakpoint for Portrait iPhone 6, 6s and 6 plus */

@media (min-width: 667px) and (max-width: 767px) {
    .aboutbelcan {
    width:500px;
    margin-top:20px;
    display:normal;

}
        .turnhorizontal {
        display:none
    }

    .hourstable {width:700px}

    .login-background-male {
    	position: fixed;
    	left: 0;
	    top: 0;
    	bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: url("images/bg-login-vertical.jpg");
	    background-size:100% 100%;
        background-size: cover;
	    overflow: hidden;
	    z-index: -1;
    }
	

}
      


/* breakpoint for sm */

@media (min-width: 768px) {
    .turnhorizontal {
        display:none
    }

    .hourstable {width:760px}

    .aboutbelcan {
    width:700px;
    margin-top:20px;
    display:normal;
}

    .login-background-male {
    	position: fixed;
    	left: 0;
	    top: 0;
    	bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: url("images/bg-login-vertical.jpg");
	    background-size:100% 100%;
        background-size: cover;
	    overflow: hidden;
	    z-index: -1;
    }
	.no-padding-sm {
		padding: 0;
	}
	.form-city-zip {
		margin-left: 32px;
	}
	.login-ribbon .navbar-header {
		padding-left: 50%;
		margin-left: -2.5%!important;
		
	}
 	.login-container {
		padding-top: 20%;
	}

    .upload-container {
		padding-top: 20%;
	}
    
       
}

/*breakpoint for between sm and md*/



/* breakpoint for md */

@media (min-width: 992px) {
    .hourstable {width:850px;}
    .aboutbelcan {
    width:800px;
    margin-top:20px;
    display:normal;
}

    .login-background-male {
    	position: fixed;
    	left: 0;
	    top: 0;
    	bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: url("images/bg-login-male1024x768.jpg");
	    background-size:100% 100%;
        background-size: cover;
	    overflow: hidden;
	    z-index: -1;
    }
    
   
      
	.no-padding-md {
		padding: 0;
	}
	.login-container {
		padding-top: 40%;
	}
    .upload-container {
		padding-top: 40%;
	}
}


/* breakpoint for iPad Landscape  */

@media (width:1024px) {
     .hourstable {width:900px;}
    .aboutbelcan {
    width:800px;
    margin-top:20px;
}

      .login-background-male {
    	position: fixed;
    	left: 0;
	    top: 0;
    	bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: url("images/bg-login-male.jpg");
	    background-size:100% 100%;
        background-size: cover;
	    overflow: hidden;
	    z-index: -1;
    }
    
	.login-container {
		padding-top: 9%;
	}

    .upload-container {
		padding-top: 9%;
	}
}

@media (min-width:1025px) {
    .hourstable {width:900px;}
    .aboutbelcan {
    width:800px;
    margin-top:20px;
    display:normal;
}

    .login-background-male {
    	position: fixed;
    	left: 0;
	    top: 0;
    	bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: url("images/bg-login-male.jpg");
	    background-size:100% 100%;
        background-size: cover;
	    overflow: hidden;
	    z-index: -1;
    }
    
	.login-container {
		padding-top: 5%;
	}
    .upload-container {
		padding-top: 5%;
	}
}

.savemessage
{
    color:red;
    text-align:center;
    font-size: 14px;
}

.text-right
{
    text-align:right;
}
/* breakpoint for lg */

@media (min-width:1200px) {
	.no-padding-lg {
		padding: 0;
	}
	.container {
		width: 1110px;
	}
    .login-container {
		padding-top: 8%;
	}

    .upload-container {
		padding-top: 8%;
	}
}

.list-group-item {
    border-left:none;
    border-right:none;
}

.list-internal {
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:none;
}

/*=========Meter Settings*/
meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: green; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: green; }
meter[value="4"]::-moz-meter-bar { background: green; }



/*=========Form Fields */
.smallselect
{
  display: normal;
  width: 80px;
  height: 18px;
  font-size: 12px;
  line-height: 1;
  
}
select.tall
{
    height: 60px;
}


.coloredhr {
    color:#a81c1d;
    height:5px;
    width:60%;
}