* {margin:0px;
padding:0px;}

.clear {
	clear:both;
}  

body {
	background-color:#EEEEEE;
}

a {
	color:#8F0002;
}

/* ---------------------------- login ----------------------------------------------------------- */

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card .btn-primary {
    color: #fff;
    border-color: 0px solid #eaeaea;
	border-color: #007bff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #eaeaea !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eaeaea;
    outline: 0;
    box-shadow: 0 0 0 0.0rem #eaeaea;
}


/* ---------------------------- content ----------------------------------------------------------- */

#container {
	text-align:center;
	padding-top:35px;
}

h1 {
	font-size:12pt;
}

.book-list {
	margin-top:35px;
}

.book-cover {
	margin:0 auto;
	display:block;
	height:auto;
	min-height:120px;
	width:50%;
	background-color:white;
	margin-bottom:15px;
}

.note-editor {
	text-align:left;
}

.dropzone .dz-image img {
	width:100%;
}

/* ---------------------------- altermessage ----------------------------------------------------------- */


.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background-color: #262e33;
    padding: 7px;
    color: white;
    border: none;
}

.alertmessage {
    display: none;
}

.alertmessage select {
	width:100%;
} 

/*----------------------------------delete------------------------------------------------------------------*/

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    /* border-bottom-right-radius: 4px; */
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    /* border-bottom-left-radius: 4px; */
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    /* border-top-right-radius: 4px; */
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    /* border-top-left-radius: 4px; */
}
.ui-widget-header {
    /* border: 1px solid #aaa; */
    /* background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; */
    /* color: #222; */
    /* font-weight: bold; */
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    /* border-bottom-right-radius: 4px; */
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    /* border-bottom-left-radius: 4px; */
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    /* border-top-left-radius: 4px; */
}
.ui-widget-header {
    /* border: 1px solid #aaa; */
    background: #262e33 50% 50% repeat-x;
    color: white;
    font-weight:normal;background-size:20px;
}
.ui-dialog-buttonset{
	font-size:14px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background-color: #262e33;
    padding: 7px;
    color: white;
	border:none;
}
#dialog-confirm p{
	padding-top: 10px;
	font-size:15px;
}


.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    color: black;
}


.post_img{
	width:100px;
	margin-top: 0px;
	margin-bottom:20px;
	margin-right:15px;
}


.viewpost_left{
	float:left;
}
.viewpost_right{
	float:left;
	max-width: 205px;
    overflow: hidden;
    max-height: 60px;
}

.input_submit.bottom{
	float:right;
}


.icongroup .input_submit,
.icongroup .input_submit:hover{
	margin-left:0px;
	margin-right:10px;
	margin-top:20px;
}
