.align-right {
	text-align: right;
}

.bootbox .grid-view {
	padding-top: 0px;
}

.bootbox .pagination {
	border-top: 1px solid rgb(213, 213, 213);
	text-align: center;
	margin: 0;
	padding: 10px;
}

thead th {
	background: none;
}

#sidebar {
	padding: 100px 0;
}

.navbar-inverse .nav.pull-right.login-btn > li > a,
.navbar-inverse .nav.pull-right.login-btn > li > a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-left: 22px;
}

/*.icon-check,*/
.btn .icon-check-empty {
	padding-right: 2px;
}

.GalleryEditor .photo {
	width: 175px;
}

.GalleryEditor .photo img {
	width: auto;
	height: auto;
}

.GalleryEditor .photo a {
	padding-left: 13px;
}

.dropzone {
	margin-bottom: 1em;
	min-height: 200px;
}

.navbar-inverse .brand {
	padding-left: 0;
}

.GalleryEditor div.gform {
	margin: 4px;
}

.pagination.dynamic ul li {
	margin-right: 0px;
}

.photo-editor textarea {
	height: auto;
	font-size: 14.994px;
	line-height: 24px;
	padding: 5px 5px;
	text-indent: 0;
}

.options .btn-group {
	margin-left: 0px;
}

.border-color-inherit {
	border-color: inherit;
}

.dashboard .well h1,
.dashboard .well .h1,
.dashboard .well h2,
.dashboard .well .h2,
.dashboard .well h3,
.dashboard .well .h3,
.dashboard .well h4,
.dashboard .well .h4,
.dashboard .well h5,
.dashboard .well .h5,
.dashboard .well h6,
.dashboard .well .h6 {
	margin: 0;
	/*border-bottom: 1px solid #333;*/
}
.dashboard .well {
	background: #eeeeee;
	height: 19em;
	overflow: hidden;
}

.dashboard .well a:hover .btn {
	background: #48C9B0;
}
.dashboard .well a:hover {
	color: #48C9B0;
}

.dashboard .well .btn {
	margin-bottom: 1em;
}
.dashboard .well .btn,
.dashboard .well [class^="icon-"]:before, 
.dashboard .well [class*=" icon-"]:before {
	cursor: pointer;
}
.dashboard .well hr {
	margin: 10px 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	margin-bottom: 0px;
}

.well {
    box-sizing: border-box;
}

.ui-multiselect{
	border: 2px solid #bdc3c7;
	color: #34495e;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	text-indent: 6px;
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear;
	-moz-transition: border .25s linear, color .25s linear;
	-o-transition: border .25s linear, color .25s linear;
	transition: border .25s linear, color .25s linear;
	-webkit-backface-visibility: hidden;
}

.popover-content {
	padding: 9px 20px 20px 20px;
}
