body {
	margin-top: 60px;
}
#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: #fff url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;3
	display: none;
}

div.flash {
	color: #000;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}
/*textarea {
	width: 930px;
	height: 70px;
	transition: height 0.2s;
	-webkit-transition: height 0.2s; 
	-moz-transition: height 0.2s; 
}*/
div.clear {
	clear: both;
}

.fright {
	float: right;
}

/*h1 {
	font-size: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #000;
}
h2 {
	color: #000;
}
h3 {
	font-size: 28px;
}*/

.center {
	text-align: center !important;
}

.right {
	text-align: right;
}
a.ui-spinner-up, a.ui-spinner-down {
	float: right;
	margin-top: 5px;
	text-decoration: none;
	cursor: pointer;
}

ul.error {
    color: red;
}

input[readonly].datepicker {
	cursor: pointer;
}

table .stretch {
	width: 60%;
}

table .shrink {
	max-width: 0%;
}

.nowrap {
	white-space: nowrap;
}

.dl-horizontal dd {
	min-height: 20px;
}

.dp-inline {
	width: 100px;
}

table .td-percents {
	text-align: center;
}

textarea.input-comment {
	height: 40px;
}

.overlay {
    background:rgba(0,0,0,0.5);
    display:none;
    width:100%; height:100%;
    position: absolute; top:0; left:0; z-index:99998;
    padding: 3em;
    color: white;
    font-size: 2em;
}

.overlay-loading {
	padding: 3em;
	position: fixed; top: 0; left: 0;
}

.datagrid table th {
	text-align: center;
	white-space: nowrap;
}

.datagrid table th i {
	font-size: 0.9em;
	color: #aaa;
}

table th i {
	font-size: 0.9em;
	color: #aaa;
}

.table-empty {
	text-align: center;
	padding: 4em;
	color: rgb(170,170,170);
}

.hp_welcome {
  width: 75%;
  padding: 10px 20px 20px 0px;
  text-align: justify;
  font-weight: bold;
}

.hp_text {
  width: 75%;
  padding: 2px;
}

@media only screen and (max-width: 370px) {
  .hp_text {
    width: calc(100% - 10px);;
    padding: 2px;
  }
}

div.hp_text p {
  text-align: justify;
}


.rating {
	font-size: 0.8em;
}

.rating-0 {

}

.rating-1 {
	color: #F00;
}
.rating-2 {
	*color: #FF9900;
	color: #EBB50A;
}
.rating-3 {
	color: #EBB50A;
}
.rating-4 {
	color: #9DBB00;
}
.rating-5 {
	color: #9DBB00;
	*color: #1AD800;
}

.navbar .gimlogo {
  background-image: url("../img/logo_gim.png");
  background-position: 0px 5px;
  background-repeat: no-repeat;
}

#frmnewGoalForm-name, #frmnewGoalForm-description, 
#frminsertIdeaForm-name, #frminsertIdeaForm-description,
#frmnewTopicForm-name, #frmnewTopicForm-description,
#frmnewCommentForm15-answer, #frmsetupEditForm-description {
  width: 60%;
}

#frmnewGoalForm-description, #frminsertIdeaForm-description {
  height: 100px;
}

#spinner {
  display: none;
  position: absolute;
}

.reportDate {
  display: inline-block;
  width: 120px;
}

.reportOverdue {
  display: inline-block;
  width: 90px;
}

dd.reportComment {
  text-indent: -40px; 
  padding-left: 40px;
}

.dl-horizontal fieldset legend {
  color: #777777;
}

h2 a:hover {
  color: #0088CC;
}

.nav-report li a {
  padding: 3px 10px;
}

.btnBackToTop {
  position: relative;
  left: 805px;
  margin-top: 20px;
}

.navbar .brand {
    padding: 10px 10px 10px 0px; /*PCH*/
}

.userImage {
  float: left;
}

.divUserName {
  float: left; 
  width: 60%;
  margin-top: -2px;
}

.divUserNameIn {
  padding: 0 5px;
}

.divUserNameIn a {
  margin-right: 10px;
}

td.ideaSeen {
  border-left: 6px solid #dddddd;
  *padding-left: 17px;  
}

td.ideaVisited {
  border-left: 6px solid #0088CC;
}

td.ideaUnseen {
  border-left: 6px solid #0088CC;
}

td.ideaUnseen a {
  font-weight: bold;
}


.lead {
  margin-top: 20px;
}

/*
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: transparent;
}
*/ /*PCH*/

.table-bordered th {
    background-color: #F9F9F9;
    *background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    *background-repeat: repeat-x;
}

.pagination {
    margin: 0;
}

.topicdaysleft {
  padding-top: 10px;
  text-align: center;
  font-size: 17.5px;
}
/*
.page-header {
	background-image: url('../img/logo_.png');
  background-position: 0 9px;
  background-repeat: no-repeat;
}
.page-header {
  padding-left: 63px;
}
*/

footer {
  font-size: 12px;
  color: #999999;
}

.calendarshift {
  padding: 14px 10px !important;
}

@media only screen and (max-width: 550px) {
    .calendarshift {
      padding: 14px 2px !important;
    }
}

.customorder {
    background-color: #eee !important;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-pencil:before{
    content: "\f040";
}
.fa-generate-on:before{
    content: "\f058";
    color: #db801e;
    margin-right: 3px;
}
.fa-generate-off:before{
    content: "\f28b";
    color: #e6e6e6;
    margin-right: 3px;
}
.fa-cart-on:before{
    content: "\f07a";
    color: #db801e;
    margin-right: 3px;
}
.fa-cart-off:before{
    content: "\f07a";
    color: #e6e6e6;
    margin-right: 3px;
}
.fa-user-on:before{
    content: "\f2be";
    color: #db801e;
}
.fa-user-off:before{
    content: "\f2be";
    color: #e6e6e6;
}
.fa-user-none:before{
    content: "\f1db";
    color: #e6e6e6;
}
.fa-user-remove:before{
    content: "\f00d";
}
.fa-logout:before{
    content: "\f08b";
    padding-left: 10px;
}
.fa-info:before{
    content: "\f05a";
    color: #aaaaaa;
    padding-left: 10px;
}
.fa-user-initpwd:before{
    content: "\f0e2";
}
.fa-orderdays-info:before{
    content: "\f29c";
    color: #e6e6e6;
    margin-left: 3px;
}
.fa-phone-call:before{
    content: "\f095";
    margin-right: 3px;
}

@media only screen and (max-width: 550px) {
    .fa-orderdays-info:before{
      display: none;
    }
}

#customerdetail {
    margin-top: 30px;
}
#customerdetail input[type="text"] {
    width: 300px;
}

#customerdetail textarea {
    width: 500px;
}

#customerdetail th {
    text-align: left;
    padding-right: 20px;
}

#customerdetail input .button {
    text-align: left;
    padding-right: 20px;
}

#userdetail {
    margin-top: 30px;
}
#userdetail input[type="text"] {
    width: 300px;
}

#userdetail input[type="password"] {
    width: 300px;
}

#userdetail textarea {
    width: 500px;
}

#userdetail th {
    text-align: left;
    padding-right: 20px;
}

#userdetail input .button {
    text-align: left;
    padding-right: 20px;
}

#lastupdate {
    font-size: 13px;
    color: #999999;
}

div.minorderamtbubble {
    position: absolute;
    background-color: #fbd99f;
    color: #db801e;
    text-align: center;
    width: 73px;
    left: -97px;
    top: -6px;
    height: 18px;
    border-radius: 10px;
    padding: 8px;
    display: none;
}
div.minorderamtbubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #fbd99f;
    border-width: 12px 0 12px 15px;
    top: 50%;
    right: -14px;
    margin-top: -12px;
}

@media (pointer: coarse), (hover: none) {
      [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
      }
      [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        width: fit-content;
        padding: 3px;
      }
    }
