	/*-------App Form-----------
.green{
	color:#6faa7f;
}

.orange{
	color:#ef9643;
}

.BGgreen{
	background:#6faa7f;
	color:white;
}

.BGred{
	background: #B83237;
	color: white;
	margin-top: 5px;
}

.BGred:hover{
	background: #B83237 !important;
}

.padding-top {
	padding:30px !important;
	width: 100% !important;
}

.padding-top h2 {
	text-align: left;
	padding-left: 14px;
	padding-bottom: 30px;
	font-size: 25px;
	padding-top: 0;
}

.apptitle span.green{
	margin-left: 10px;
}

.apptable td, .apptable th {
	border: none !important;
}

table.apptable{
background-color: white;
float:left;
max-width:600px;
width:100%;
}

.apptable a {
color: #6faa7f;
}

.apptitle:before {
content: "";
display: inline-block;
position: relative;
top: 7px;
left: -3px;
z-index: 6;
width: 0;
height: 0;
border-left: 15px solid #6faa7f;
border-bottom: 19px solid transparent;
border-top: 19px solid transparent;
}
*/
/****Form****/

.apptable input[type="text"], textarea{
	padding: 10px;
	background: #fff;
   	color:#666;
	width: 100% !important;
	outline: none;
	border: 1px solid #ddd;
	font-size: 16px;
}
.apptable input[type="text"]:focus, textarea:focus{
border:1px solid #6faa7f;
}
.apptable input[type="text"][disabled]{
	background: #cdcdcd !important;
	color: white;
	border: 1px solid #cdcdcd;
}
.apptable .form-label{
	color:#cdcdcd;
}

.apptable .sub-label{
	color: #A8A8A8;
	font-size:11px;
}

.apptable-border{
	border: 1px solid #DDD;
	display: inline-block;
	padding: 20px;
}
.apptable input[type="submit"], .edit-app-buttons{
	width: 100%;
	padding: 10px;
	border: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-size: 15px !important;
	font-weight: bold;
	height: 50px;
}
.apptable input[type="submit"]:hover, .edit-app-buttons:hover{
background: #69B47D;
}
.apptable input[type="checkbox"] + label{
	padding: 0 10px;
}

.apptable input[type="checkbox"]{
	
}

.apptable ::-webkit-input-placeholder {
	color:#888;
}

.apptable :-moz-placeholder { /* Firefox 18- */
	color:#888;
}

.apptable ::-moz-placeholder {  /* Firefox 19+ */
	color:#888;
}

.apptable :-ms-input-placeholder {  
	color:#888;
}

/*custom-checkbox*/
input[type=checkbox].app-checkbox { 
	position: absolute;  
	overflow: hidden;  
	clip: rect(0 0 0 0);  
	height:1px;  
	width:1px;  
	margin:-1px;  
	padding:0; 
	border:0; 
	font-size: 15px;
	}  
	input[type=checkbox].app-checkbox + label.app-checkbox-label{
	padding-left: 35px;
	height: 19px;
	display: inline-block;
	line-height: 19px;
	background-repeat: no-repeat;
	background-position: 0 -1px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 15px;
} 
	input[type=checkbox].app-checkbox:checked + label.app-checkbox-label {
	background-position: 0 -20px;
	color: #6faa7f;
	}  
	.app-checkbox-label{ 
		background-image:url(../images/app-green-check.png); 
	}

/*---custom dropdown---*/

/* The CSS */


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .form-dropdown-select {padding-right:18px}
}

.form-dropdown-label {
	position:relative;
}
.form-dropdown-label:after {
	content: url('../images/drop-down-picker-gray.png');
	right: -205px;
	top: -16px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

ul.platform  li {
	padding: 2px 0;
	margin: 2px 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	padding: 6px;
	float: left;
	margin: 5px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.platform-li:hover{
	color:#6faa7f;
}


/*****Side Bar*****/

.my-apps-title {
	color: #888;
	padding: 8px 14px;
	width: 95%;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	font-weight: bold;
	font-size: 15px;
}

.myapps{
	color: #6faa7f !important;
}
.app-list {
	width: 95%;
	float: none;
}

.app-list a {
	color: #6FAA7F !important;
	font-weight: normal!important;
	padding-left: 32px!important;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.createapp {
	background: #6FAA7F;
	padding: 8px;
	font-weight: bolder;
	cursor: pointer;
}

.createapp:hover{
	background: #69B47D;
}

.createapp a {
	text-decoration: none;
	color: white;
	margin-top: -10px;
	padding-left: 25px;
	font-size: 15px !important;
}

.createapp a:before {
	content: "+";
	font-weight: bolder;
	font-size: 22px;
	font-family: arial;
	margin: -5px 0px 0px -20px;
	position: absolute;
	cursor: pointer;
}

.table-spacer{
	border: none;
	padding: 4px !important;
}
.apps{
width: 100%;
border: 1px solid #DDD;
padding: 10px;
margin-bottom: 10px;
} 

.apps table{
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: white;
}

.apps table td img {
width: 80px;
height: 80px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

.app-image {
width: 80px;
height: 80px;
background-color: gray;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

.list-app-title{
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
	float:left;
	color: gray;
}

.edit-app-list {
	float: right;
	color: #C5DDCE !important;
	font-size: 14px;
	font-weight: bold;
	margin-left: 7px;
	cursor: pointer;
}

.edit-app-list:hover {
	color: #FCAB5F !important;
}


.list-app-details {
display: inline-block;
}

.apps table tbody tr + tr td {
	font-size: 12px;
}
.apps table tbody td{
	border-bottom: none;
	border-top: none;
	border-right: none;
	padding: 6px 25px 1px 15px;
}

.apps table tbody tr + tr td {
	border-bottom: none;
	border-top: none;
	padding: 6px 4px 9px 15px;
	padding-bottom: 9px;
}

#show-appsecret{
	float: right;
	font-size: 9px;
	color: #69B47D;
	font-weight: bold;
	margin-right: 11px;
	margin-top: 3px;
	cursor: pointer;
}
#show-appsecret:hover{
	color: #FCAB5F;
}

/*----edit app----*/
.app-list-titles{
	padding-top: 22px !important;
	padding-left: 23px !important;
	border-right: none !important;
}

#edit-app .app-image{
	background-color:#cdcdcd;
	cursor: pointer;
}
#edit-app .form-dropdown-select{
	padding: 3px;
	padding-right: 15px !important;
	font-size: 12px;
	font-weight: bold;
	width:95px;
	color: gray;
	text-indent: 0.01px; /*FF fix*/
	text-overflow: '';  /*FF fix*/
}

.edit-icon{
	width: 100px;
	border-left: none;
	text-align: center;
	font-size: 12px;
	color: gray;
	vertical-align: top;
}
#add-icon-text{
	position: relative;
	top: -48px;
	height: 0;
	cursor: pointer;
	color: white;
}
#add-icon-pixel {
position: relative;
top: -14px;
}
.edit-app-title{
	background-color: #CDCDCD;
	border: none;
	width: 76%;
	outline:none;
	padding:5px;
}

.edit-title{
	float: none;
	margin: 6px 0 !important;
}

.form-dropdown-label-edit {
	position:relative;
}
.form-dropdown-label-edit:after {
	content: url('../images/drop-down-picker-gray.png');
	color: #979797;
	right: -92px;
	top: -11px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

.edit-app-buttons{
	background: #6FAA7F;
	width:104px;
	padding: 0;
	color:white;
	height: 36px;
	font-size: 14px !important;
	margin-right: 7px;
}

.formValidateError{
		color: #B93B3B;
		display: block;
		font-size: 12px;
		width: 100%;
		float: left;
		line-height: 16px;
		margin-top: 6px;
}

.errored{
	 
}

.checkedOK{
	
}

.openedApp{
	background-color: #EEEEEE;
	color: #666666;
}

.question_container{
	width:100%;height:50px;margin-bottom:15px;overflow:hidden
}
.question_title{
	float: left; width: 60%; height: 80%; margin-top: 10px; margin-left: 10%; text-align: left;
}
.question_time{
	float: left; width: 20%; height: 80%; margin-top: 10px; margin-left: 10%; font-size: 12px;
}

#questions{
	margin-left:20px;
}
.search_stack{
	margin-top: 20px;
}

.search_stack > input{
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	margin-top: 15px;
	padding-left: 10px;
}

.search_stack > button{
	font-size: 15px;
	font-weight: bold;
	height: 34px;
	margin-top: 0;
	width: 80px;
}

.cloneWidgetButtonContainer{
	float:right;
	font-size: 12px;
}
.cloneWidgetButtonContainer a{
	color : blue;
}
.cloneWidgetButtonContainer a:hover{
	cursor : pointer;
	color : blue !important;
	font-weight: bold;
}

.apps-cont .pagination {
  display: inline-block;
  float: right;
  padding-top: 50px;
}

.apps-cont .pagination label {
   font-size: 1rem;
}

.apps-cont .pagination select {
  width: 60px;
  border: 1px solid #ff8c20;
  outline: 1px;
  font-size: 1rem;
  padding: 5px 0;
}
