body {
    color: #6c7778;
    /* font-size: 140%; */
}



ol li {
	margin-bottom: 10px;
}

.addNew label {
	min-width:100px;
}

/* JEditable  */
.edit_text {
	cursor:pointer;
}

.edit_area {
	cursor:pointer;
}

.edit_select {
	cursor:pointer;
}

.edit_text button {
	margin-left:5px;
}

.edit_area button {
 	display:block;
	margin-top:5px;
}

/* Data Table */
.data_nowrap {
  white-space: nowrap;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}


.modal-wide .modal-dialog {
  width: 50%; /* or whatever you wish */
}

.panel-heading {
	font-weight:bold;
	font-size:14px;
}

.error{
    color: #ffffff;
    background-color: red;
    border-color: rgba(238, 77, 99,1);
    padding: 4px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
}

#proposal_skills .error {
	margin-left: 10px;
	width: auto;
	display: inline-block;
	background-color: blue;
	border:0;
	margin-bottom: 0px;
}

.disabled {
	background-color: #F0F0F0;	
}

.edit-me:hover{
   background-color:#d9edf7;
}

.menu-title {
	background-color:#2c3e50;
	color:#ffffff;
	text-align:center;
	padding:5px;
}

#user-menu .panel-body {padding:0px;}
#user-menu .well {padding:10px;}

.edit_creator form {margin:0;padding:0;}
.edit_creator button {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;

	line-height: 22px;
	color: #444444;
	text-decoration: none;
	display: inline;
	cursor: pointer;
	padding:2px;
	margin:2px;
	vertical-align: top;

	margin: 0px 0 0 5px;
	outline: 0;
	padding:0 4px 0 4px;
}



.texty {
vertical-align: top;
padding: 5px 5px;
border: 2px solid transparent;
}
.texty:hover {
cursor:pointer;
background: rgba(0, 0, 0, 0.05);
border: 2px solid black;
-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}
.i_text {
	font-family: 'Open Sans', sans-serif;
}
.dropdown-menu > li > i {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > i:hover,
.dropdown-menu > li > i:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3498db;
}
.dropdown-menu > .active > i,
.dropdown-menu > .active > i .i_text,
.dropdown-menu > .active > i:hover,
.dropdown-menu > .active > i:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}


.dropdown-menu > .disabled > i,
.dropdown-menu > .disabled > i:hover,
.dropdown-menu > .disabled > i:focus {
  color: #777;
}
.dropdown-menu > .disabled > i:hover,
.dropdown-menu > .disabled > i:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


* {
    margin: 0;
}
html, body {
    height: 100%;
}
#main-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -55px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    /* height: 55px; .push must be the same height as .footer */
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

<!--- menu css --->
