html, body{
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	font-family: Calibri, sans-serif;
}

a{
	background:transparent;
	text-decoration:none;
	color: #1F458E;
}

h2{
	font-weight:200;
	font-size:1.7em;
	color:#1F458E;
	margin: 0px;
}
h3{
	color:#fff;
	background:#1F458E;
	font-size:1em;
	padding-left:35px;
	position:relative;
	line-height:25px;
	margin:10px 0 0 0;
}
	h3 span{
		background: none repeat scroll 0 0 #1F458E;
		display: block;
		font-family: times new roman;
		font-size: 20pt;
		height: 25px;
		left: 0;
		line-height: 25px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 25px;
	}
.clear{
	clear:both;
	float:none;
}
.alert:not(.alert-success):not(.alert-info)
{
	font-weight:bold !important;
	color: #E00000 !important;
}
.warning
{
	font-weight:bold !important;
	color: #FF9924 !important;
}
hr {
	color: #B3B3B3;
	border: 0;
	height: 1px;
	background-color: #B3B3B3;
}
.status_unstarted{
	color: #E00000 !important;
}
.status_started{
	color: #FF6600 !important;
}
.status_completed{
	color: #00FF00 !important;
}
.float-right {
    float: right;
}

.black-text
{
    color: black;
}

.loginForm input[type="text"],
.loginForm input[type="number"],
.loginForm input[type="email"] {
    font-size: 18px;
}

/*////////////////////////////////////////////////////////////////////////////////////////
// BUTTONS
*/
.button{
	border: 0px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12pt;
	display: block;
	margin: 5px 0;
	width: 240px;
	height: 33px;
	text-align:left;
	padding: 3px 0px 0px 0px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Calibri, sans-serif;
;
}

.button.inline {
    display: inline-block;
}

.button.blue{
	background:  url("/0.4/site/images/button-blue-right.png") no-repeat 0px 0px;
	padding-left:5px;
	width: 240px;
}

.button.blue.left{
	text-align:right;
	background:  url("/0.4/site/images/button-blue-left.png") no-repeat 0px 0px;
	padding-right:5px;
}

.button.lightgrey{
	background:  url("/0.4/site/images/button-lightgrey-right.png") no-repeat 0px 0px;
	background-size: 100% 100%;
	padding-left:5px;
}
.button.lightgrey.left{
	text-align:right;
	background:  url("/0.4/site/images/button-lightgrey-left.png") no-repeat 0px 0px;
	background-size: 100% 100%;
	padding-right:15px;
}
.button.darkgrey{
	background:  url("/0.4/site/images/button-darkgrey.png") #818181 no-repeat 0px 0px;
	text-align:center;
	width: 77px;
}

.button.small
{
	width: 100px;
	height: 23px;
	padding-top: 0px;
	margin-top: 0px;
}

/*////////////////////////////////////////////////////////////////////////////////////////
// STRUCTURE
*/
#container{
	position:relative;
	max-width: 990px;
	width: 100%;
}

.mainMenu{
	background: #B3B3B3;
	height: 2.1em;
	padding: 0px 3.5% 0px 3.5%;
	margin: 0px 0px 1.6% 0px;
	font-size: 13pt;
}
	.mainMenu li{
		display: block;
		float:left;
		font-weight:bold;
		color: #FFFFFF;
		height: 29px;
		width: 100%;
		max-width: 70px;
		padding: 6px 0px 0px 30px;
		background-repeat: no-repeat;
		background-position: top left;
		position:relative;
	}
		.mainMenu span.menuIcon{
			font-size: 1.5em;
			line-height: 20px;
			width: 36px;
			margin-right: 10px;
			vertical-align: middle;
		}
		.mainMenu li.reports{
			background-image:  url("/0.4/site/images/menuIcons/reports.jpg");
		}
		.mainMenu li.surveys{
			background-image:  url("/0.4/site/images/menuIcons/surveys.jpg");
		}
		.mainMenu li.logout{
			position: absolute;
			right: 0px;
		}
		.mainMenu li a{
			color: #FFFFFF;
			display: inline-block;
			width: 100px;
		}

#main{
	padding: 0px 3.5% 0px 3.5%;
	position:relative;
}
	#main .welcome{
		position: absolute;
		top: 0px;
		right: 3.5%;
		text-align:right;
		font-weight:bold;
		padding: 5px 0px 5px 25px;
		color:#1F458E;
	}
	#main .welcome i{
		font-size: 1.8em;
		vertical-align: middle;
	}




div#main .fullWidth{
	width: 100%;
	margin: 0px 0px 10px 0px;
	clear: left;
}

div#main .halfWidth{
	margin-top: 0px;
	margin-bottom: 10px;
}
	div#main .halfWidth.left{
		margin-left: 0px;
		margin-right: 2%;
		clear:left;
	}
	div#main .halfWidth.right{
		margin-right: 0px;
		margin-left: 2%;
	}





/*////////////////////////////////////////////////////////////////////////////////////////
// REPORTS
*/
table.report.generic{
	width: 100%;
}
	table.report.generic th{
		text-align:left;
		padding: 3px 5px 3px 5px;
		vertical-align: top;
	}
	table.report.generic td{
		padding: 3px 5px 3px 5px;
	}

	table.report.generic.homepage a {
		font-weight:bold;
	}

@media only screen and (min-width : 30px) and (max-width : 480px) {

}

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

	html {
		font-size: 85%;
	}

	table.report.generic{
		font-size: 65%;
	}

	#banner {
		min-height: 0;
	}

	#banner h1 {
		margin: 0 0 5px 0;
	}

	#container{
		margin:0;
	}

	.alert{
		margin: 0 0 5px 0;
	}

	.halfWidth {
		width: 100%;
	}

	.mainMenu li.logout{
			float:right;
		}

	.dropdown-menu.left {
		left: -120px;
	}

	#main .welcome{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	*[data-toggle="collapse"], .btn {
		border: 1px solid #1f458e;
		margin: 0 0 5px 0;
		background: #e7e7e7;
		padding: 0 2%;
		border-radius: 5px;
	}

	*[data-toggle="collapse"]:hover, .btn:hover {
		cursor: pointer;
	}

	*.collapsed[data-toggle="collapse"] {
		background: white;
	}

	tr.collapse.in {
		display: table-row !important;
	}

	.table_data {
		width: 48%;
		margin: 0 1% 0 1%;
		float: left;
	}

	.table_data.full {
		width: 100%;
		text-align: right;
	}

	.table_data.right {
		float: right;
	}

	.mobile-none {
		display: none !important;
	}
}


@media only screen and (min-width : 640px) {
	.table {
		display: table;
		width: 100%;
	}

	.table_row {
		display: table-row;
	}

	.table_data {
		display: table-cell;
	}

	.tablet-none {
		display: none;
	}

	/* Styles */
	#banner{
		height: 150px;
	}

	.mainMenu li{
		margin: 0px 40px 0px 0px;
	}


	.mainMenu li.logout{
			position: absolute;
			right: 0px;
			width: 130px;
		}


	div.collapse:not(.hideByDefault) {
		display: block !important;
		height: 100% !important;
	}

	div.table_row.collapse {
		display: table-row !important;
	}


	div.table_data.collapse {
		display: table-row !important;
	}


	tr.collapse {
		display: table-row !important;
		height: 100% !important;
	}

	.dropdown-menu {
		margin: 0;
		padding: 0;
	}

	.dropdown-menu li {
		display: inline;
	}
}

@media only screen and (min-width : 990px){
	#container{
		margin:0 auto;
	}

	.halfWidth{
	width: 48%;
	float: left;
	}

	.desktop-none, .tablet-none  {
		display: none !important;
	}
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
 .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

button.btn {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.text-right
{
	text-align: right;
}

.text-danger{
	color: #E00000 !important;
}
.text-warning{
	color: #f60 !important;
}
.text-success{
	color: #33CC33 !important;
}

a.evaluatorAjax {
    color: #000;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

table.dataTable {
	padding-top: 10px;
}
@media only screen and (max-width : 640px){
    #banner {
        background: none !important;
    }

    div.dropdown {
        height: 100%;
        position: static;
        padding: 0px;
    }

    div.dropdown > a {
        display: none;
    }

    div.dropdown ul {
        height: 100%;
        display: block;
        float: none;
        padding-top: 8px;
    }

    div.dropdown .dropdown-menu {
        position: static;
        min-width: auto;
        box-shadow: none;
        border: none;
        padding: 0px;
    }

    div.dropdown a.button {
        background: none;
        font-size: 65%;
        width: auto;
        padding: 0px;
        line-height: 3;
    }

    div.dropdown ul li {
        display: inline-block;
    }

    .options div.dropdown ul li:nth-child(2) > a:before {
        content: "|"
    }

    .mainMenu li.logout {
        position: static;
    }

    #evaluatorContent {
        display: block;
    }

    div.table_row.collapse {
        display: block;
    }


}
