/* Hide Author name and publish date */
.entry-header .entry-meta {
	display: none;
}
.page-content .full-width {
	width: 100%;
	margin: 10px 0;
}
.page-content input.full-width, .page-content select.full-width {
	height: 40px;
}
/*.page-content select {
	height: 40px;
	background-color: #FFF;
	padding: 3px;
	border-color: #ddd;
	border-radius: 0 !important;
	-webkit-appearance: none;
}*/
.page-content .center {
	margin: 5px auto;
	text-align: center;
	display: block;
}
.page-content label {
	font-size: 1.1em;
	font-weight: bold;
}
.page-content img.center {
	max-width: 100% !important;
}

.bootstrap-things button {
	outline: none;
}

.bootstrap-things .left {
	float: left;
}
.bootstrap-things .right {
	width: 100%;
	float: right;
}
.bootstrap-things .aligncenter {
	/*overflow: hidden;*/
	text-align: center;
}
.bootstrap-things h4 {
	margin-bottom: 0px;
	font-size: 1.2em;
	text-align: left;
}





.input-group-new {
	position: relative;
	display: table;
	width: 100%;
	height: 40px;
	margin: 5px 0 10px !important;
}

.input-group-new input {
	height: 40px !important;
	width: 100% !important;
	padding-right: 60px !important;
	background-color: #FFF !important;
}

.input-group-new .input-group-addon {
	position: absolute;
	top: 0px;
	right: 0px;

	height: 40px;
	width: 60px;
	padding-top: 5px;

	text-align: center;
	vertical-align: middle;
	border-radius: 0 3px 3px 0;
	border: 1px solid #d5d5d5;

	background-color: #eee;
	background-image: linear-gradient(#fcfcfc,#eee);

	cursor: pointer;
}





@media all and (max-width: 800px) {
	.bootstrap-things .aligncenter {
		padding-right: 0 !important;
	}
	.bootstrap-things .aligncenter .left {
		width: 100% !important;
	}
	.bootstrap-things .aligncenter .right {
		width: 100% !important;
		margin-right: 0 !important;
	}
}





.no-list-icon {
	list-style-type: none;
}

ul#sortable {
	margin: 0;
}
ul#sortable i {
	padding-right: 10px;
}

ul#sortable li {
	padding: 5px 10px;
	line-height: 2em;
	background: #FAFAFA; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #FAFAFA , #FEFEFE); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #FAFAFA , #FEFEFE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border: 1px solid #ddd;
	cursor: pointer;
	width: 99%;
	margin: 10px auto;
	display: table;
}

ul#sortable  .checkbox {
	text-align: right;
	display: inline-block;
}

.reset-buttons {
	width: 99%;
	margin: 20px auto;
	text-align: center;
}

.hide-me {
	float: right;
}

.up-down-buttons {
	position: relative;
	width: 30px;
	height: 24px;
	display: inline-block;
}
.up-down-buttons button {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}
.up-down-buttons button:nth-of-type(2) {
	top: 15px;
}

.up-down-buttons button i {
	font-size: 1.5em;
}

.half-width {
	width: 48% !important;
	margin-right: 2% !important;
	margin-bottom: 20px;
	float: left !important;
}

.max-width-100px {
	max-width: 100px !important;
}

@media all and (min-width: 800px) {
	div.input-item {
		width: 300px;
		margin-right: 20px;
		float: left;
	}
}

/* My Button Style */
.mstoic-button {
	background: #0D99FC !important;
	padding: 12px 20px !important;
	font-size: 1.4em !important;
	font-weight: bold !important;
	margin: 10px 0 0 0 !important;
}
/* My Button Style Ends */

.table {
	margin: 20px 0;
}
.table th, .table td {
	text-align: center;
	padding: 10px 5px;
}

.alert.alert-danger {
	padding: 5px 5px 5px 10px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left: 5px solid #ef4848;
}

.position-relative {
	position: relative;
}

@media all and (min-width: 1200px) {
	.table-abs {
		position: absolute;
		right: 0;
		top: 0;
		width: 300px;
		text-align: left;
	}
}