body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}
.container {
  width: 970px;
  max-width: none !important;
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.nav {
	display: block;
	list-style: none;

}
.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important; 
    padding-bottom:0 !important;
    height: 28px;
}
.navbar {min-height:28px !important;}
#navigation {
	height: 36px;
}

#navigation .nav>li>a {
	padding:4px 15px 5px
}

#navigation .nav li.active>a {
	background-color:#118ade
}

#navigation .navbar-inner .selected a {
	color:#000
}

ghg{
color: #0085d3;
}
.nav>.active>a {
	/*background-image: linear-gradient(#fdac84,#fb8347);*/
	background-image: linear-gradient(#0085d3, #094983);
	color: #ffffff;
	box-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
}
#navigation ul li {
	display: inline;
}

#navigation .nav .nav-item {
	/*background-image: linear-gradient(#458fb9,#367293);*/
		background-image: linear-gradient(#0A5191,#094983);
	color:white;
	box-shadow: none;
}

.nav-collapse.collapse {
	height: auto;
	overflow: visible;
}
.navbar-inner {
	max-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f6f6f6;
	background:none repeat scroll 0 0 #cad2dd
}
.navbar-right {
    float: right !important;
    margin-right: 10px;
  }
.navbar-inner::after {
	clear:both;
}
.navbar-inner::before, .navbar-inner::after {
	display: table;
	content: "";
	line-height: 0;
}

.navbar {
	overflow: visible;
}

.navbar .nav>li {
	float: left
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
	line-height:27px;
}

ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

.upload{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.spacing{
	padding: 20px;
	text-align: center;
}

.spacing20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.centered
{
	text-align:center;
}

.spacing20Top
{
	padding-top:20px;
}
.spacing20bottom
{
	padding-bottom:20px;
}

.margin20Top
{
	margin-top:20px;
}
.margin20bottom
{
	margin-bottom:20px;
}

h1{
	text-align: center;
}

input[type=checkbox]{
	width: 20px;
	height: 20px;
}

/*
*	SUBMISSIONS TABLES
*
*/

.submissionTables {
	margin:0px;padding:0px;
	 width: 100% !important;
	border:1px solid #a3a3a3;
	table-layout:fixed;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.submissionTables td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.submissionTables table{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.submissionTables tr:last-child td:last-child {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.submissionTables table tr:first-child td:first-child {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.submissionTables table th {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.submissionTables table tr:first-child td:last-child {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}.submissionTables tr:last-child td:first-child{
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
}.submissionTables tr:hover td{
	background-color:#ffffff;
		

}
.submissionTables td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #a3a3a3;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#555555;
}.submissionTables tr:last-child td{
	border-width:0px 1px 0px 0px;
}.submissionTables tr td:last-child{
	border-width:0px 0px 1px 0px;
}.submissionTables tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.submissionTables tr:first-child td{
		background:-o-linear-gradient(bottom, #d3d3d3 5%, #d3d3d3 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d3d3d3), color-stop(1, #d3d3d3) );
	background:-moz-linear-gradient( center top, #d3d3d3 5%, #d3d3d3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3d3d3", endColorstr="#d3d3d3");	background: -o-linear-gradient(top,#d3d3d3,d3d3d3);

	background-color:#d3d3d3;
	border:0px solid #a3a3a3;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.submissionTables tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #d3d3d3 5%, #d3d3d3 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d3d3d3), color-stop(1, #d3d3d3) );
	background:-moz-linear-gradient( center top, #d3d3d3 5%, #d3d3d3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3d3d3", endColorstr="#d3d3d3");	background: -o-linear-gradient(top,#d3d3d3,d3d3d3);

	background-color:#d3d3d3;
}
.submissionTables tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.submissionTables tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.elementHidden{
	display: none;
}


.tables {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #a3a3a3;
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.tables table{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.tables th:last-child {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.tables table th:first-child {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.tables table th {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.tables table tr:first-child th:last-child {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
.tables tr:last-child th:first-child{
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
}
.tables tr:hover td{
	background-color:#ffffff;
		

}
.tables td{
	vertical-align:middle;
	background-color:#ffffff;
	border:1px solid #a3a3a3;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#555555;
}
.tables tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tables tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tables tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tables th{
	background:-o-linear-gradient(bottom, #d3d3d3 5%, #d3d3d3 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d3d3d3), color-stop(1, #d3d3d3) );
	background:-moz-linear-gradient( center top, #d3d3d3 5%, #d3d3d3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3d3d3", endColorstr="#d3d3d3");	background: -o-linear-gradient(top,#d3d3d3,d3d3d3);

	background-color:#d3d3d3;
	border:0px solid #a3a3a3;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.tables tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #d3d3d3 5%, #d3d3d3 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d3d3d3), color-stop(1, #d3d3d3) );
	background:-moz-linear-gradient( center top, #d3d3d3 5%, #d3d3d3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3d3d3", endColorstr="#d3d3d3");	background: -o-linear-gradient(top,#d3d3d3,d3d3d3);
	background-color:#d3d3d3;
}
.tables th:first-child{
	border-width:0px 0px 1px 0px;
}
.tables th:last-child{
	border-width:0px 0px 1px 1px;
}

.form-control-multiple {
  display: block;
  width: 100%;
  height: 200px;
  overflow: scroll;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0px 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, -webkit-box-shadow ease-in-out .15s;
       -o-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;
}

td.bold {
	font-weight: bold;
}

.vtop {
    vertical-align: top;
}

a{text-decoration: none}
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

a.underline { text-decoration: underline;}
a.underline:hover { text-decoration: underline;}
a.underline:active { text-decoration: underline;}

.glyphicon {
    font-size: 16px;
}

.glyphicon.glyphicon-ok {
    color: #2cd500;
}
.glyphicon.glyphicon-remove, .glyphicon.glyphicon-trash{
    color: #FF0000;
}

.actionIcon:visited{
    color: #337ab7;
}

.actionIcon:visited .glyphicon.glyphicon-trash{
    color: #FF0000;
}

.actionIcon .glyphicon.glyphicon-trash{
    color: #ea0011;
}

.glyphicon.glyphicon-ban-circle {
    color: #EA0011;
}
.glyphicon.glyphicon-warning-sign {
    color: #FF8000;
}
.layout{
	border: 0px;
}
.layout{
	border: 0px;
}

.bold{
	font-weight: bold;
}

.icon-flipped {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}


.form-control{
	margin: 0 0 10px 0;
}
.feedbackBody{
	height: 600px;
	margin: 10px 0 10px 0;
}

.unread td {
	font-weight:bold;
}

.clickable-row{
	cursor:pointer;
}
.indent0{
	margin-left:0px;
}
.indent1{
	margin-left:10px;
}
.indent2{
	margin-left:15px;
}
.indent3{
	margin-left:20px;
}
.indent4{
	margin-left:25px;
}
.indent5{
	margin-left:30px;
}
.indent6{
	margin-left:35px;
}
.indent7{
	margin-left:40px;
}
.indent8{
	margin-left:45px;
}
.indent9{
	margin-left:50px;
}
.indent10{
	margin-left:55px;
}
#submissionDetailsTabs .active>a{
	background-image: none;
	font-weight:bold;
	font-size: 16px;
}

.footer{
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hide{
	display: none;
}

.textareaSize{
	height: 150px 
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

.table > tbody > tr > td {
     vertical-align: middle;
}
.pointer{cursor: pointer;}
.centered
{
	text-align:center;
}

#captcha_confirmation_field {
	width: 260px;
	/* form-control style */
	margin: 0 0 10px 0;
	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;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	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,-webkit-box-shadow ease-in-out .15s;	
}

.breadcrumb > li + li:before {
	color: #777;
	content: "> ";
	padding: 0 5px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop.in {
	opacity: 0.8;
}

.bootbox-form .form-check-label {
	padding-left: 30px;
	font-weight: 600;
}

.bootbox-form .bootbox-input-checkbox {
	margin-left: -30px !important;
}