.tDnD_whileDrag
{
	background:#f7f21a !important;
}
.subhide a
{
	color:#aaa;
}
.label
{
	cursor:pointer;
}
#submit
{
	position:fixed;
	right: 10px;
	bottom: 10px;
  z-index: 100;
}

.zoomImg {
  height: 60px;
  width: 60px;
}

.zoomImg:hover img{
  position: absolute;
  max-height: 300px;
  z-index: 150;
}

.sortab tr td{
  vertical-align: middle;
}


/* --- lib/global.lib.php  AllFunction::OneFormAdmin --- */
.param { max-width: 1280px; margin: 0 auto; }
/*.param input{ max-width: 550px; }
.param textarea { max-width: 550px; }*/
.param textarea { min-height: 150px; }
.param .comment { font-size: 8pt; color: #696969; }
.param .codemirror_block{
  max-width: 100%;
  min-height: 200px;
  height: auto;
}
.CodeMirror{
  border: 1px solid #ccc;
}
/* --- End lib/global.lib.php  AllFunction::OneFormAdmin --- */

/* --- d1 ---*/
.navbar-brand {
  font-size: 15px;
}
.admin_logo{
    /*display: block;
    float: left;*/
    display: inline-block;
    /*margin: 5px 0 0 11px;*/
    width: 47px;
    height: 15px;
    /*padding-top: 15px;*/
    overflow: hidden;
    background-image: url(css/img/d1logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.navbar-brand:hover .admin_logo {
    background-position: 0 -15px;
}

.well {
    background-color: inherit;
    
}

.editable {
    display: block;
    margin: 2px 0 !important;
}
.alert {
   /* padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
.alert-info .area {
    display: none !important;
}
.alert-info .valu {
  display: inline !important;
}
.alert .valu {
    display: none;
}

.content-header > h1 {
  margin: 0;
  font-size: 24px;
  display: inline-block;
}
.content-header > .breadcrumb {
  float: none;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: relative;
  top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  right: 0px;  
  border-radius: 2px;
  display: inline-block;
}

.icheckbox_flat-red{
  margin-top: 6px !important;
}
