/* sticky footer */

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 125px;
	margin-bottom: 60px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

.navbar-inner {
    min-height: 0px;
}

.navbar-brand {
    line-height: 105px;
    height: 105px;
}

.navbar-nav {
	margin-top: 55px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}

.footer p {
	margin: 20px 0;
	text-align: center;
}

.tab-pane {
	padding-top: 35px;
}

form {
	margin-top: 35px;
}

fieldset {
	margin-top: 45px;
}

legend {
	font-size: 18px;
}

.form-group {
    margin-bottom: 5px;
}

.container-center {
	max-width: 500px;
	margin:0 auto;
}

.thumbnail {
	position: relative;
}

.thumbnail .col {
	padding:5px;
}

.thumbnail h3 {
	margin: 3px 0 0 0;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
}

.thumbnail h4 {
	font-size: 14px;
}

.thumbnail-image .btn-group {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.img-responsive {
	width: 100%;
}

.btn-toolbar {
	margin: 5px 0 15px -5px;
}

.btn-toolbar .pagination {
	margin: 0;
}

.sweet-alert-form .sa-icon {
	display: none!important;
}

.sweet-alert-form form {
	text-align: left;
}

.sweet-alert-form label {
	color: #333;
	font-size: 14px;
}

.sweet-alert-form input {
	display:block;
}

.sweet-alert-form fieldset {
	display:none;
}

.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.img-square{
    position:relative;
    display: block;
    overflow:hidden;
    padding-bottom:100%;
}
.img-square img{
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters .col {
	padding: 0 2px 2px 0;
}

.row.no-gutters .col .thumbnail {
	margin-bottom: 0;
}

.swal2-overlay {
	z-index: 2000;
}

.plupload_filelist_footer {
	height: auto;
}

.image-move-icon {
	cursor: grab;
}

.form-dialog-eval {
	display: none;
}

td h4 {
	margin-top: 0;
}

.form-multiselect-large {
	height: 260px!important;
}

.nowrap {
	white-space: nowrap;
}

.well form {
	margin: 0;
}
