/*Admin*/
html, body {
	height: 100%;
}
#logout-form {
	margin: 0px;
}

#logout-form input {
  background: transparent;
  border: none;
  box-shadow: none;	
}
.checkbox [type="checkbox"]{
	display: none;
}

.panel-heading .nav-tabs li a {
	padding: 15px;
	line-height: 0.5;
}

#html-preview {
	padding: 15px;
}

[name="content"]:focus {
	box-shadow: none;
}

.btn-fontsize {
	font-size: 8px !important;
}

.prog {
	position: fixed;
	margin: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
}

.sidebar-label {
	padding: 8px;
}

.theme-avatar {
	width: 100%; 
	height: 100px; 
	background-size: 100% !important;
}

.hid {
  display: none;
}

.timeform select{
	display:inline-block;
}

.datepicker td, .datepicker th {
	font-size: 13px;
}

/*For Datatables Default Style*/
.back-draft {
	display: none;
}
.dataTables_length {
	display: inline-block;
}

.dataTables_filter {
	float: right;
}

.dtable {
	font-size: 13px;
}

.dtable tr:hover td .back-draft {
	display: inline-block;
}

.paginate_disabled_previous, .paginate_enabled_next {
	padding: 10px;
	margin-left: 10px;
	cursor: pointer;
	font-size: 12px;
}
/* Modal */
@media screen and (min-width: 768px) {
	.modal-lrg {
		width: 1000px;
	}	
}

/*For Post Editor*/
.plain-text {
	padding: 0px;
	min-height: 400px;
	overflow: hidden;
}

.plain-text textarea {
	margin: 0px;
	width: 100%;
	min-height: 400px;
	height: 400px;
	padding: 10px;
	border: none;	
}

#add-cat-form-div {
	display: none;
}

.cat-list {
	padding: 0px;
	list-style: none;
}

#current-tags .label, #tags-list .label {
	padding: 7px;
	display: inline-block;
	margin: 0px 2px 5px 0px;
}

/* Media New Page */
.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.media-wrap {
	background: url('../images/caracms-logo-50x50.png') no-repeat 50% 50% transparent;
	display: block;
	background-size: 100% !important;
	height: 100px;	
}

.media-wrap img, .media-modal-image-wrapper img  {
  width: 100%;
}

.media-label {
	height: 40px;
	overflow: hidden;
}
#image-list h5 {
	overflow: hidden;
}
#media-lib-images {
	height: 367px;
}
#media-lib-images-details {
	height: 350px;
}
.selected-media {
	border: 1px solid #65bd77 !important;
	overflow: hidden;
}
/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.cto-logo-display {
	height: 50px;
	margin-top: 10px;
	overflow: hidden;
}

.cto-logo-display img {
	height: 100%;
}

.cto-social-icons {
	padding: 9px 13px;
	width: 40px;
}


#all-users img {
	width: 20px;
	height: 20px;
}
.inline-edit .ie-form {
	display: none;
}
.inline-edit input[type="text"], .inline-edit input[type="password"], .inline-edit select, .inline-edit textarea {
	width: 100%;
}

#menu-posts-list {
	height: 100px;
}

.checkbox-menu-post, .checkbox-menu-post * {
	cursor: pointer;
}

.checkbox-menu-post input {
	margin-right: 5px;
}

.menu-structure-list {
	min-height: 300px;
}

.mg-inputs {
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;
	display: none;
}

.mg-close {
	display: none;
}

.menu-form {
	position: relative;
}

.menu-form #menuform-submit  {
	position: absolute;
	top: -45px;
	right: 0px;	
}

/*Summernote Editor*/
.note-editor {
	border: none !important;
}
.note-toolbar button {
	height: 30px;
}
.note-toolbar .note-insert button[data-name="picture"] {
	display: none;
}

.ie-display img {
	width: 100px;
}

.ie-display .img-circle {
	width: 50px;
}

#seats {
	padding: 15px;
    background-color: #efefef;
    margin-top: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}

#seats .front {
	height: 40px;
    margin-bottom: 20px;
}

#seats .driver {
	height: 100%;
    width: 50%;
    background-color: #ddd;	
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

#seats .passengers:after {
	clear: both;
}

#seats .passengers .pseat {
	float: left;
	width: 20%;
	display: inline;
	margin-bottom: 10px;
}

#seats .passengers .pseat .ps-wrap {
	min-height: 10px;
	width: 100%;
}

#seats .passengers .pseat.ps1 .ps-wrap {
	padding-right: 5px;
}

#seats .passengers .pseat.ps2 {
	margin-right: 10%;
}

#seats .passengers .pseat.ps2 .ps-wrap {
	padding-left: 5px;
}

#seats .passengers .pseat.ps3 {
	margin-left: 10%;
}

#seats .passengers .pseat.ps3 .ps-wrap {
	padding-right: 5px;
}

#seats .passengers .pseat.ps4 .ps-wrap {
	padding-left: 5px;
}