/* MANAGE BLOG */
.manage {
	position: relative;
	z-index: 1;
	background: #2f70ad;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 80px;
	margin-top: -75px;
	
	background: none;
	margin-top: 0;
}
.manage .container {
	position: relative;
	z-index: 1;
	background: #fff;
	margin: 0;
	padding: 30px 80px 30px 80px;
	width: 100%;
	min-height: 500px;
	font-size: 16px;
}
.manage .btn,
.manage .btn-default {
	border-radius: 0;
	border: none;
	font-size: 16px;
}
.manage .btn-primary {
	background: #2f70ad;
	color: #fff;
}
.manage .btn-danger {
	background: #E0474A;
	color: #fff;
}
.modalmGalleryManage {
	padding: 35px;
}
.modalmGalleryManage .modal-dialog.modal-lg {
	margin: 0;
	padding: 0;
	width: 100%;
}
.modalmGalleryManage .modal-content {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 0;
}
.modalmGalleryManage .modal-content .modal-body {
	display: block;
	width: 98.8%;
	padding: 0;
	margin: 0;
	height: 500px;
	max-height: 500px;
}
.modalmGalleryManage .modal-content .modal-body .row,
.modalmGalleryManage .modal-content .modal-body .row .col-md-2,
.modalmGalleryManage .modal-content .modal-body .row .col-md-10 {
	padding: 0;
}
.modalmGalleryManage .modal-content .modal-body .close {
	position: relative;
	z-index: 2;
	margin-right: 10px;
	font-size: 35px;
}
.modalmGalleryManage .modal-content .modal-body .bg-menu {
	background: #ddd;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
	min-height: 500px;
}
.modalmGalleryManage .modal-content .modal-body .bg-menu .modal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.modalmGalleryManage .modal-content .modal-body .bg-menu .modal-menu li {
	margin: 0;
	padding: 0;
}
.modalmGalleryManage .modal-content .modal-body .bg-menu .modal-menu li a {
	margin: 0;
	padding: 15px;
	text-decoration: none;
	outline: none;
	display: block;
	color: rgb(0, 106, 176);
}
.modalmGalleryManage .modal-content .modal-body .bg-menu .modal-menu li a:hover,
.modalmGalleryManage .modal-content .modal-body .bg-menu .modal-menu li.active a {
	color: #555;
	background: #eee;
}
.modalmGalleryManage .modal-content .modal-body .bg-menu .modal-menu li hr {
	margin: 0;
	padding: 0;
	border-color: #ccc;
}
.modalmGalleryManage .modal-content .modal-body .modal-title {
	position: relative;
	z-index: 1;
	font-size: 22px;
	color: #555;
	margin: -20px 0 20px 0;
	padding: 0 0 0 15px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content {
	padding: 0;
	margin: 0;
	width: 100%;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .row .col-xs-9 {
	padding-right: 0;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .row .col-xs-3 {
	padding-left: 0;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .nav.nav-tabs li a {
	border-radius: 0;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .nav.nav-tabs li:first-child a {
	border-left: 0;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .nav.nav-tabs li.active a {
	font-weight: 700;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .nav.nav-tabs li:hover a {
	background: #eee;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .tab-content {
	height: 330px;
	max-height: 330px;
	padding: 25px;
	overflow: auto;
	overflow-x: hidden;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .tab-content .img {
	width: 180px;
	height: 130px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 5px solid transparent; 
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .tab-content .img.active {
	border: 5px solid rgb(0, 106, 176);
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .tab-content .close_select {
	display: none;
	position: absolute;
	top: -3px;
	right: 15px;
	border: none;
	background: rgb(0, 106, 176);
	padding: 5px;
	color: #fff;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .tab-content .file-loading {
	width: 100% !important;
	display: block !important;
	position: relative !important;
	margin: 0;
	padding: 0;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .tab-content .uploador {
	text-align: center;
	font-size: 22px;
	color: #777;
	margin-top: 25px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .tab-content .uploadbtn {
	width: 50%;
	margin: 25px auto;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg {
	background: #eee;
	border-left: 1px solid #ccc;
	width: 100%;
	height: 390px;
	max-height: 390px;
	overflow: auto;
	overflow-x: hidden;
	padding: 15px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .showdetails {
	display: none;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .img {
	width: 130px;
	height: 100px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .subtitle {
	margin-top: 10px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .subtitle .name {
	font-size: 14px;
	font-weight: 700;
	color: #666;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .dimensions {
	margin-top: 10px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .datetime {
	margin-top: 10px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .delete {
	margin-top: 10px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .delete a {
	color: red;
	text-decoration: none;
	outline: none;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg hr {
	border-color: #ddd;
	margin: 15px 0 15px 0;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .form-horizontal label {
	margin-top: 10px;
}
.modalmGalleryManage .modal-content .modal-body .modal-tab-content .bg-menu-selectimg .form-horizontal input:disabled {
	cursor: text;
	background: #f9f9f9;
}
.modalmGalleryManage .modal-content .modal-footer {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
.modalmGalleryManage .modal-content .modal-footer .btn {
	margin-top: 15px;
	margin-right: 20px;
}
.modalmGalleryManage .modal-content .modal-footer .btn.disabled {
	opacity: 0.2;
}
.fileGallery {
	position: relative;
    display: table;
    margin: 0;
    border: none;
    box-shadow: none;
    padding: 10px;
    float: left;
    text-align: center;
}
.fileGallery .file-footer-buttons {
    float: right;
}
.fileGallery .file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	height: auto;
    text-align: left;
    padding-top: 0;
    font-size: 11px;
    color: #777;
    margin: 0 auto;
}
.manage .alert {
	font-size: 11px;
	border: none;
	border-radius: 0;
	padding: 5px;
}
.manage .noaccess {
	text-align: center;
	font-size: 16px;
}
.manage .frm_manage_login {
	margin-top: 25px;
}
.manage .frm_manage_login .form-control[type=email],
.manage .frm_manage_login .form-control[type=password] {
	border: 1px solid #ddd;
	font-size: 16px;
}
.manage .frm_manage_login .btn-primary {
	width: 100%;
	display: block;
	background: #2f70ad;
	border: none;
	border-radius: 0;
	font-size: 15px;
}
.manage h1,
.manage h2,
.manage h3,
.manage h4,
.manage h5,
.manage h6 {
	font-size: 25px;
	color: #2f70ad;
}
.manage .access {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}
.manage .access .welcome {
	font-size: 22px;
	color: #666;
	margin-bottom: 15px;
}
.manage .access .welcome .btn-danger,
.manage .access .welcome .btn-info {
	font-size: 14px;
	background: #2f70ad;
	border: none;
	border-radius: 0;
	min-width: 100px;
	border-left: 1px solid #eee;
}
.manage .access .welcome .btn-info:last-child {
	border-left: none;
}
.manage .access .btn-sections {
	font-size: 14px;
	margin-bottom: 15px;
	background: #2f70ad;
	border: none;
	border-radius: 0;
}
.manage .access .panel-entries .panel-heading {
	padding: 10px;
	font-size: 16px;
}
.manage .access .panel-entries .panel-heading nav .pagination {
	float: right;
	margin: -25px 0 0 0;
}
.manage .access .panel-comments .panel-heading nav .pagination {
	float: right;
	margin: -22px 0 0 0;
}
.manage .access .panel-entries .panel-heading nav .pagination li a,
.manage .access .panel-comments .panel-heading nav .pagination li a {
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	color: #555;
}
.manage .access .panel-entries .panel-heading nav .pagination li a:hover,
.manage .access .panel-comments .panel-heading nav .pagination li a:hover {
	background: #f5f5f5;
}
.manage .access .panel-entries .panel-heading nav .pagination li a.disabled,
.manage .access .panel-comments .panel-heading nav .pagination li a.disabled {
	opacity: 0.5;
	cursor: no-drop;
}
.manage .access .panel-entries .panel-heading nav .pagination li a.disabled:hover,
.manage .access .panel-comments .panel-heading nav .pagination li a.disabled:hover {
	background: #fff;
}
.manage .access .panel-entries .panel-body {
	padding: 0;
	margin: 0 0 -20px 0;
}
.manage .access .panel-entries .panel-body .table tr td {
	padding: 10px 0 0 10px;
	margin: 0;
}
.manage .access .panel-entries .panel-body .table tr:first-child td {
	border: none;
}
.manage .access .panel-entries .panel-body .table tr td:first-child {
	padding: 0;
}
.manage .access .panel-entries .panel-body .table tr td img {
	width: 100%;
	max-width: 135px;
	height: auto;
}
.manage .access .panel-entries .panel-body .table tr td h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #2f70ad;
}
.manage .access .panel-entries .panel-body .table tr td p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 10px;
	color: #777;
}
.manage .access .panel-entries .panel-body .table tr td a.edit {
	color: #555;
}
.manage .access .panel-entries .panel-body .table tr td a.edit,
.manage .access .panel-entries .panel-body .table tr td a.delete {
	padding: 0;
	margin-bottom: 15px;
}
.manage .access .panel-comments .panel-body {
	padding: 0 10px 0 10px;
	margin: 0 0 -25px 0;
}
.manage .access .panel-comments .panel-body .table tr td {
	padding: 5px 0 5px 0;
}
.manage .access .panel-comments .panel-body .table tr td img {
	width: 32px;
	height: auto;
	padding-top: 8px;
	margin-right: -10px;
}
.manage .access .panel-comments .panel-body .table tr td p,
.manage .access .panel-comments .panel-body .table tr td p strong {
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 5px;
	color: #2f70ad;
}
.manage .access .panel-comments .panel-body .table tr td p small {
	font-size: 10px;
	padding-left: 10px;
	color: #888;
}
.manage .access .panel-categories .panel-body {
	margin: 0;
	padding: 0;
}
.manage .access .panel-categories .panel-body h4 {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 12px;
	color: #555;
}
.manage .access .panel-categories .panel-body a.btn {
	text-decoration: none;
	outline: none;
	font-size: 12px;
}
.manage .form-add-entry .form-group .form-control {
	border: 1px solid #ddd;
	font-size: 16px;
}
.manage .form-add-entry .form-group .form-control.inline {
	display: inline-block;
	width: 500px;
}
.manage .form-add-entry .form-group .input-group .input-group-addon {
	font-size: 16px;
}
.manage .form-add-entry .panel-categories {
	margin-top: 60px;
}
.manage .form-add-entry .panel-categories .panel-heading {
	margin: 0;
	padding: 10px;
}
.manage .form-add-entry .panel-categories .panel-body {
	margin: 0;
	padding: 0 0 5px 0;
}
.manage .form-add-entry .panel-categories .panel-body ul.radio {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.manage .form-add-entry .panel-categories .panel-body ul.radio li {
	color: #999;
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.manage .form-add-entry .panel-categories .panel-body ul.radio li input[type=radio] {
	position: absolute;
	visibility: hidden;
	width: 100%;
	margin: 13px 0 0 0;
	padding: 0;
	z-index: 2;
}
.manage .form-add-entry .panel-categories .panel-body ul.radio li label {
	display: block;
	position: relative;
	font-size: 16px;
	padding: 0 0 0 40px;
	margin: 10px 0 0 0;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
.manage .form-add-entry .panel-categories .panel-body ul.radio li .check {
	display: block;
	position: absolute;
	content: '';
	border: 2px solid #999;
	border-radius: 100%;
	height: 18px;
	width: 18px;
	top: 10px;
	left: 15px;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.manage .form-add-entry .panel-categories .panel-body input[type=radio]:checked ~ .check {
	border: 9px solid #2f70ad;
}

.manage .form-add-entry .panel-categories .panel-body input[type=radio]:checked ~ .check::before {
	background: #2f70ad;
}

.manage .form-add-entry .panel-categories .panel-body input[type=radio]:checked ~ label {
	color: #2f70ad;
}
.manage .form-add-entry .panel-categories .panel-body ul.checkbox {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.manage .form-add-entry .panel-categories .panel-body ul.checkbox li {
	color: #999;
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.manage .form-add-entry .panel-categories .panel-body ul.checkbox li input[type=radio] {
	position: absolute;
	visibility: hidden;
	width: 100%;
	margin: 13px 0 0 0;
	padding: 0;
	z-index: 2;
}
.manage .form-add-entry .panel-categories .panel-body ul.checkbox li label {
	display: block;
	position: relative;
	font-size: 12px;
	padding: 0 0 0 40px;
	margin: 10px 0 0 0;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
.manage .form-add-entry .panel-categories .panel-body ul.checkbox li .check {
	display: block;
	position: absolute;
	content: '';
	border: 2px solid #999;
	border-radius: 0;
	height: 18px;
	width: 18px;
	top: 10px;
	left: 15px;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.manage .form-add-entry .panel-categories .panel-body input[type=checkbox]:checked ~ .check {
	border: 9px solid #2f70ad;
}

.manage .form-add-entry .panel-categories .panel-body input[type=checkbox]:checked ~ .check::before {
	background: #2f70ad;
}

.manage .form-add-entry .panel-categories .panel-body input[type=checkbox]:checked ~ label {
	color: #2f70ad;
}
.manage .form-add-entry .panel-tags .panel-body {
	margin: 0;
	padding: 0;
}
.manage .form-add-entry .panel-file .panel-body {
	margin: 0;
	padding: 0;
}
