@charset "utf-8";
/* CSS Document */

body {
	background-color: #eee !important;
	font-family: 'Open Sans', sans-serif !important;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: normal !important;
}

.header {
	background-color: #fff;
	-webkit-box-shadow: #333 0 0 4px;
  	box-shadow: #333 0 0 4px;
}

.main {
	background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    min-height: 550px;
    padding: 15px;
}

.navbar .nav {
    margin: 0 15px !important;
}

.navbar .nav > li > a.settings {
	background: url('../../images/actions/settings_gray.png') no-repeat left center; 
	margin: 4px 0 0 13px;
}

.navbar .nav > li > a.settings:hover, .navbar .nav li.dropdown.open > a.settings, 
.navbar .nav li.dropdown.open > a.settings.active {
	background: url('../../images/actions/settings.png') no-repeat left center; 
}


[class*="span"] {
    float: left;
	background-color: #fff;
	border-radius: 5px;
	border: #dbdbea 1px solid;
	padding: 10px;
}

.center-pane {
	width: 900px;
	margin: 0 auto;
}

.span11 {
	margin-left: 8px !important;
	width: 880px !important; 

}

.footer {
	clear: both;
    color: #A6A6A6;
    font-size: 10px;
    text-align: center;
    margin: 20px 0;
}

.footer-text {
	/*margin: 0 auto;
    width: 250px;*/
}

.row-fluid .span12 {
	margin: 5px 0 !important;
	width: 98% !important;
	background-color: #eee;
	border: 1px solid #ddd;
	cursor: pointer;
}

.row-fluid .span12 p {
	color: #4F4F4F;
    float: left;
    font-size: 18px;
    margin: 5px 0 0 0 !important;
    width: 70%;
}

.controls {
	margin-bottom: 5px !important;
}

.login_form {
  	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    padding: 25px 25px 15px 25px;
	box-shadow: 0 0 3px #CBCDCE;
	-moz-box-shadow: 0 0 3px #CBCDCE;
	-webkit-box-shadow: 0 0 3px #CBCDCE;
	background-color:#fff;

}

.login_form .form-horizontal .control-label {
	width: 80px;
}

.login_form .form-horizontal .controls {
	margin-left: 100px;
}

label.error {
	color: red;
	font-weight: 200;
}

.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: 8px 0 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

	.center-pane {
		width: 98%;
		margin: 0 auto;
	}
	
	.mob-disp {
		display: none;
	}
	
	.login_form {
	 	width: 100%;
	 	margin: 15px auto;
	}
	
	.dole-logo {
		float: none; 
		margin:2px auto;
		width: 80px;
	}
	
	.dole-logo img {
		width: 80px;
	}

	.center-title {
		float: none; 
		padding: 0 0 10px; 
		width: 100%;
	}
	
	.center-title h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	.center-title h4 {
		font-size: 14px;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */

	.center-pane {
		width: 98%;
		margin: 0 auto;
	}
	
	.mob-disp {
		display: none;
	}
	
	.login_form {
	 	width: 100%;
	 	margin: 15px auto;
	}
	
	.dole-logo {
		float: none; 
		margin:2px auto;
		width: 80px;
	}
	
	.dole-logo img {
		width: 80px;
	}

	.center-title {
		float: none; 
		padding: 0 0 10px; 
		width: 100%;
	}
	
	.center-title h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	.center-title h4 {
		font-size: 14px;
	}

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */

	.center-pane {
		width: 98%;
		margin: 0 auto;
	}
	
	.mob-disp {
		display: none;
	}
	
		
	.login_form {
	 	width: 100%;
	 	margin: 15px auto;
	}
	
	.dole-logo {
		float: none; 
		margin:2px auto;
		width: 80px;
	}
	
	.dole-logo img {
		width: 80px;
	}

	.center-title {
		float: none; 
		padding: 0 0 10px; 
		width: 100%;
	}
	
	.center-title h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	.center-title h4 {
		font-size: 14px;
	}

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */

	.center-pane {
		width: 900px;
		margin: 0 auto;
	}
	
	.mob-disp {
		display: block;
	}
	
	.login_form {
	 	width: 350px;
	 	margin: 45px auto;
	}
	
	.dole-logo {
		float: left; 
		margin:0 0 15px;
		width: 120px;
	}
	
	.dole-logo img {
		width: 120px;
	}

	.center-title {
		float: left; 
		margin: 10px 25px; 
		width: 62%;
	}
	
	.center-title h3 {
		font-size: 24px;
	}
	
	.center-title h4 {
		font-size: 18px;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */

	.center-pane {
		width: 900px;
		margin: 0 auto;
	}
	
	.mob-disp {
		display: block;
	}
	
	.login_form {
	 	width: 350px;
	 	margin: 45px auto;
	}
	
	.dole-logo {
		float: left; 
		margin:0 0 15px;
		width: 120px;
	}
	
	.dole-logo img {
		width: 120px;
	}

	.center-title {
		float: left; 
		margin: 10px 25px; 
		width: 62%;
	}
	
	.center-title h3 {
		font-size: 24px;
	}
	
	.center-title h4 {
		font-size: 18px;
	}

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */

	.center-pane {
		width: 900px;
		margin: 0 auto;
	}
	
	.mob-disp {
		display: block;
	}
	
	.login_form {
	 	width: 350px;
	 	margin: 45px auto;
	}
	
	.dole-logo {
		float: left; 
		margin:0 0 15px;
		width: 120px;
	}
	
	.dole-logo img {
		width: 120px;
	}

	.center-title {
		float: left; 
		margin: 10px 25px; 
		width: 62%;
	}
	
	.center-title h3 {
		font-size: 24px;
	}
	
	.center-title h4 {
		font-size: 18px;
	}

	@-moz-document url-prefix() { 
	  .header {
	     margin-top: -20px !important;
	  }
	}
	
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1025px) {
/* Styles */

	.center-pane {
		width: 900px;
		margin: 0 auto;
	}
	
	.mob-disp {
		display: block;
	}
	
	.login_form {
	 	width: 350px;
	 	margin: 45px auto;
	}
	
	.dole-logo {
		float: left; 
		margin:0 0 15px;
		width: 120px;
	}
	
	.dole-logo img {
		width: 120px;
	}

	.center-title {
		float: left; 
		margin: 10px 25px; 
		width: 62%;
	}
	
	.center-title h3 {
		font-size: 24px;
	}
	
	.center-title h4 {
		font-size: 18px;
	}

	@-moz-document url-prefix() { 
	  .header {
	     margin-top: -20px !important;
	  }
	}
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */

	.center-pane {
		width: 900px;
		margin: 0 auto;
	}
	
	.mob-disp {
		display: block;
	}
	
	.login_form {
	 	width: 350px;
	 	margin: 45px auto;
	}
	
	.dole-logo {
		float: left; 
		margin:0 0 15px;
		width: 120px;
	}
	
	.dole-logo img {
		width: 120px;
	}

	.center-title {
		float: left; 
		margin: 10px 25px; 
		width: 62%;
	}
	
	.center-title h3 {
		font-size: 24px;
	}
	
	.center-title h4 {
		font-size: 18px;
	}

	@-moz-document url-prefix() { 
	  .header {
	     margin-top: -20px !important;
	  }
	}
	

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */

	.center-pane {
		width: 98%;
		margin: 0 auto;
	}

}
