body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
  background: white; 
}

ul, li {
  border: none;
  font: 13px/19px Arial;
  color: black;
  background: white;
}

input[type="text"], textarea {
  border: none;
  padding: 2px;
  border: 1px solid grey;
  margin-top: 0px;
  border-radius: 0px 10px 10px 0px;
  font: 13px Arial;
}

input[type="checkbox"] {
  font-size: 18px;
  width: 18px;
  height: 18px;
   //box-shadow: -1px 1px 1px grey;
  background: #f6f8f9;
}

.gradient {
  background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 39%, #e1e1e1 59%, #f6f6f6 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 39%,#e1e1e1 59%,#f6f6f6 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 39%,#e1e1e1 59%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );  
}

select {
  border: none;
  border-radius: 0;
  margin-left: 30px;
}

input[type="radio"] {
  margin-right: -2px;
}

input.middle:focus {
    outline-width: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


#search_btn {
  font-size: 13px;
  margin-left: -40px;
  margin-top: 3px;
  border-radius: 9px 9px 9px 9px;
}

iframe {
  height: 100%;
  min-height: 100%;
  background-image: url("http://www.ajaxload.info/images/exemples/20.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0px;
  padding: 0px;
}

.hljs {

  padding-left: 7px;
}

#header {
  position: relative;
  font: 13px/16px Arial;
  width: 100%;
  min-height: 40px;
  background: #fefefe;
  box-shadow: 0px 0px 10px grey;
  padding-top: 8px;
  padding-left: 15px;
  z-index: 3;
}

#header .head_element {
  float: left;
  height: 30px;
  padding-right: 12px;
  margin-right: 5px;
  border-right: 2px dotted lightgrey;
  //border: 1px solid red;
}


#header .icon { 
float: left;
  width: 28px;
  height: 28px; 
  background: lightgrey;
  border: 2px solid lightgrey;
  border-radius: 4px;  
  margin-left: 5px;
  
  box-shadow: -1px 1px 1px grey;
  background: #f6f8f9;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 39%, #e1e1e1 59%, #f6f6f6 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 39%,#e1e1e1 59%,#f6f6f6 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 39%,#e1e1e1 59%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  
}
#header .icon:hover { 

  box-shadow: -1px 1px 0px grey;
}


#trashcan {
  width: 200px;
  overflow: hidden;
  list-style: none;
  //border: 1px solid red;
  padding: 0;
  padding-left: -30px;
  background: white;
  box-shadow: 2px 3px 8px grey;
  border-radius: 16px 3px 3px 3px;
  padding-bottom: 30px;
  margin-top: -8px;
  margin-left: 25px;
  z-index: 1;
}


#trashcan li { 
  max-width: 100%;
  height: 65px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  margin-bottom: -20px;
  
  -ms-transform: scale(0.5); /* IE 9 */
  -webkit-transform: scale(0.5); /* Safari */
  transform: scale(0.5);
   
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
   border-top: 2px dotted red;
}


#trashcan .icon { 
  visibility: hidden; 
}


#logo {
  font-size: 20px;
  padding-bottom: 5px;
}

#tab_view {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: scroll;
  z-index: 1;
  //border: 1px solid red;
}

.column {
  position: relative;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  min-height: 100%;
  min-width: 20px;
  width: 320px;
  height: 100%;
  
  padding-left: 15px;
  padding-right: 25px;
  margin-top: 10px;
  //border: 1px solid green;
  align: right;
  border-left: 3px dotted lightgrey; 
}

.column:last-child {
    border-right: 1px dotted lightgrey; 
}

.column > .icon {
  float: left;
   margin-left: -12px;
   margin-right: 14px;
}


.close_col {
}


.rows {
  list-style: none;
  min-height: 100%;
  width: 100%;
  margin: 0px; 
  padding: 0px;
  //padding-left: 12px;
  //padding-right: 30px;
  padding-top: 20px;
  margin-top: 20px;
  height: 100%; 
  //border: 1px solid yellow;
}

.tab {
  margin: 0px;
  padding-bottom: 5px;
  width: 100%;
  //min-width: 100%;
  //border: 1px solid red;
}

.tab > .head {
  margin: 0px;
  padding: 2px;
  width: 100%;
  height: 16px;
  overflow: hidden;
  //border: 1px solid red;
}

.tab > .head > .title {
  float: left; 
  background: #fdfdfd;
  box-shadow: -2px 3px 8px grey;
  border-radius: 3px 40px 0px 30px;
  height: 40px;
  width: 65%;
  padding: 2px 30px 0px 8px;
  overflow: hidden;
}

.tab > .head > .title div {
  overflow: hidden;
  padding-right: 35px;
}

.tab > .head > .title a {
  color: black;
  text-decoration: none;
}


/*
.column > .icon {
  text-align: center;
  background: lightgrey;
  width: 14px;
  height: 14px;
  margin-left: -50px;
  margin-top: 5px;  
  padding-bottom: 4px;
}
*/

.tab > .head > .icon {
  float: right;
}

.tab > .body {
  margin: 2px;
  padding: 8px;
  //margin-right: 100px;
  width: 100%;
  min-height: 100%;
  background: white;
  box-shadow: -2px 2px 6px grey;
  //border: 1px solid green;
}
.tab > .body > .content > .tab > .body {
  box-shadow: -0px 0px 8px grey;
}

.tab > .body > .topic {
  font: 18px/20px Arial;
  background: #dddddd;
  box-shadow: 1px 1px 2px grey;
  border-radius: 5px;
  padding: 5px;  
  margin: 0px;
  margin-bottom: 8px;
  z-index: 2;
}

.tab > .body > .content {  
  margin: 0px;
  margin-top: 10px; 
  min-height: 100px;
  list-style-type: none;
  padding:0px;
  width: 100%;
  //border: 1px solid blue;
}


.info {
  background: white;
  border: 3px solid lightblue;
  border-radius: 10px; 
  padding: 8px;
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.rows > .post {
  background: #eeeeee;
  border-radius: 6px;
  padding: 8px;
  padding-top: 5px;
  margin: 0px;
  margin-bottom: 5px;
  min-height: 9px;
  border: 1px solid lightgrey;
  cursor: default;
  //width: 100%;
}
.content > .post {
    border: none;
}
.post.editing {
    border: 1px solid lightgrey;
}

.post > p {
  margin-top: 5px;
  margin-bottom: 5px;
  //word-break: break-all;
}
.post pre {
  background: white;
  border-radius: 10px;
  //padding: 8px;
  //padding-top: 5px; 
  overflow-x: hidden;
  margin-left: -7px;
  margin-right: -7px;
}

.post a {
  word-break: break-all;
}

.post img {
  //width: 240px;
}

.bottom_bar {
  border: 1px solid lightgrey;
  border-radius: 0px 0px 8px 8px;
  margin-top: -32px;
  margin-left: -9px;
  margin-right: -10px;
  margin-bottom: -10px;
  padding: 5px;
  background: white;
  font: 10px Arial;
  text-align: center;
}

.merge_tool {  
  color: grey;
}
.merge_tool:hover {  
  color: black;
  text-decoration: underline;
}
.merge_tool.active {  
  color: black;
  text-decoration: none;
}

.tab > .body > .content iframe {
  width: 100%;
  height: 100%;
  background-image: url("http://jimpunk.net/Loading/wp-content/uploads/loading2.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.tab > .body .link {
  background: #eeeeee;
  border-radius: 5px;
  padding: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.tab > .body .link:hover {
  background: #e5e5e5;
  box-shadow: 2px 2px 4px grey;
  margin-top: 2px;
  margin-bottom: 2px;
}

.tab > .body > .link {
  font: 13px Arial;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

.tab > .body > .link:hover {
  margin-top: 8px;
}
/*
.tab > .body > .content > .page_cont {
  min-height: 200px;
  height: 100%;
  background: white;
  overflow: scroll;
}

.tab > .body > .content > .page_cont > .processed_page {
  min-height: 200px;
  height: 1000px;
  border: 1px solid green;
}
*/

.ui-draggable-dragging {
  max-width: 300px;
  min-width: 250px;
}

.ui-tooltip {
  padding: 8px;
  padding-top: 6px;
  padding-bottom: 7px;
  background: white;
  box-shadow: -1px 1px 6px lightgrey;
}

.ui-tooltip-content {
  font: 12px/16px Arial;
  //padding-top: 0px;
}


.post_head {
  float: right;
  margin: 0px;
  margin-top: -4px; 
  margin-right: -6px;
  padding: 0px;
}
.post_head.edit {  
  margin-top: -11px;
  margin-left: -5px;
  //margin-right: -5px;
}

.post_head > .min_post {
  float: right;
}

.post_head > .remove_post {
  float: right;
}

.post > .txt {
  word-wrap: break-word;
}


.icon {  
color: grey;
  text-align: center;
  border: 1px solid lightgrey;
  background: lightgrey;  
  border-radius: 8px;
  width: 16px;
  height: 16px;
  margin: 1px;
  padding-bottom: 0px;
}
.icon:hover {
  border: 2px solid grey;
  background: white; 
}

.ext div, .ext table, .ext tr, .ext td, .ext p, .ext span, .ext a, .ext img {  
  cursor: pointer;
}

.ext div:hover, .ext table:hover, .ext tr:hover, .ext td:hover, .ext p:hover, .ext span:hover, .ext a:hover, .ext img:hover {  
  border: 3px dashed lightblue;
}


.jqte {
  margin-left: -8px;
  margin-right: -9px;
  margin-top: -5px;
  background: #efefef;
  border: 1px solid white;
}
.jqte_focused {
	border-color: grey;
	box-shadow:0 0 5px #FFFFFF; -webkit-box-shadow:0 0 5px #FFFFFF; -moz-box-shadow:0 0 5px #FFFFFF;
}

.jqte_editor {
  padding: 2px;
  margin: 5px;
  background: #efefef;
  border: none;
  cursor: text;
  min-height: 40px;
}

.jqte_editor, .jqte_editor * {
  font: 13px/19px Arial;
}

.jqte_editor b {
  font-weight: bold;
}

.jqte_editor i {
  font-style: italic;
}

.jqte_toolbar {
	overflow:hidden;
  padding: 3px; 
	background:#fff;
	border-bottom:#BBB 1px solid;
}
.jqte_tool {
	float:left;
	margin:0;
	padding:0;
	cursor: default;
}

.unselectable {
  /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
}