/* Gestione Template
------------------------------------------------------------------------------------------------- */
a.btn.btn-ok i {
   padding-right: 5px;
}

.email-template .input-div .input-type-textarea {
   width: 100% !Important;
   max-width: 100% !Important;
}

.list-email-templates .list-header {
   border-bottom: 2px solid #CCC;
   padding: 0 30px 10px 120px;
}

.list-email-templates .list-header .column-item {
   font-weight: 600;
}

.list-email-templates .list-header .column-item .sort-action {
   float: right;
   line-height: 10px;
   padding-top: 0px;
}

.list-email-templates .list-header .column-item .sort-action i {
   display: block;
   height: 10px;
}

.list-header .column-item.asc .fa-caret-up,
.list-header .column-item.desc .fa-caret-down {
   color: #BE212B;
}

.list-email-templates .list > .item {
   border-bottom: 1px solid #CCC;
   position: relative;
   padding: 10px 30px 10px 110px;
}

.list-email-templates .list .item .column-item {
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-email-templates .list-header .column-item .sort-action i:hover {
   color: #BE212B;
   cursor: pointer;
}

.list-email-templates .list .item .item-actions {
   position: absolute;
   left: 0;
}

.list-email-templates .list .item .item-actions a {
   background-color: #fff;
   display: inline-block;
   width: 27px;
   height: 27px;
   text-align: center;
   font-size: 15px;
   color: #1D1D32;
   border-radius: 2px;
   line-height: 27px;
}

.list-email-templates .list .item .item-actions a:hover {
   background-color: #1D1D32;
   color: #FFF;
}

.list-email-templates .list-info {
   background-color: #FFF;
   padding: 5px;
   margin-top: 15px;
}

.list-email-templates .list-info:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}

.list-email-templates .list-info .number {
   display: inline-block;
}

.list-email-templates .list-info .number span {
   display: inline-block;
   width: 30px;
   height: 30px;
   background-color: #0099C1;
   /* border-radius: 50%; */
   text-align: center;
   color: #FFF;
   line-height: 30px;
   font-size: 15px;
}

@media(max-width: 991px) {
   .list-email-templates .list-header {
      border-bottom: 2px solid #CCC;
      padding: 0 0px 10px 0px;
   }

   .list-email-templates .list .item {
      padding-left: 100px;
   }

   .list-email-templates .list-header .column-item .sort-action i {
      display: inline-block;
   }

   .ow-panel .ow-panel-header .ow-panel-actions {
      margin-top: 10px;
      position: relative !Important;
      right: auto !Important;
      top: auto !Important;
   }
}

@media(max-width: 767px) {
   .list-email-templates .list .item .item-actions a {
      margin-bottom: 5px;
      line-height: 20px;
      display: block;
      width: 20px;
      height: 20px;
      font-size: 12px;
   }

   .list-email-templates .list .item {
      padding-left: 30px;
   }

   .ow-panel .ow-panel-header .ow-panel-actions {
      text-align: left !Important;
   }

   .list-email-templates .list-info #paginator .pagination {
      margin: 10px auto !Important;
      float: none !Important;
   }

   .list-email-templates .list-info .number {
      display: block;
      text-align: center;
      margin-top: 5px;
   }

   .ow-panel .ow-panel-header .ow-panel-actions a + a {
      margin-top: 5px;
      margin-left: 0px !Important;
   }

   .manage-email-template iframe {
      height: 400px !Important;
   }
}

/* Paginatore */
.list-email-templates .list-info #paginator .pagination {
   float: right;
   margin: 0;
}

/* Categorie */
.list-email-template-categories .list-header {
   border-bottom: 2px solid #CCC;
   padding: 0 30px 10px 120px;
}

.list-email-template-categories .list-header .column-item {
   font-weight: 600;
}

.list-email-template-categories .list-header .column-item .sort-action {
   float: right;
   line-height: 10px;
}

.list-email-template-categories .list-header .column-item .sort-action i {
   display: block;
}

.list-email-template-categories .list .item {
   border-bottom: 1px solid #CCC;
   position: relative;
   padding: 10px 30px 10px 120px;
}

.list-email-template-categories .list .item .item-actions {
   position: absolute;
   left: 0;
}

.list-email-template-categories .list .item .item-actions a {
   background-color: #fff;
   display: inline-block;
   width: 27px;
   height: 27px;
   text-align: center;
   font-size: 15px;
   color: #1D1D32;
   border-radius: 2px;
   line-height: 27px;
}

.list-email-template-categories .list .item .item-actions a:hover {
   background-color: #1D1D32;
   color: #FFF;
}

.list-email-template-categories .list .item .arrows {
   position: absolute;
   right: 0;
   top: 10px;
}

.list-email-template-categories .list .item .arrows i {
   background-color: #fff;
   display: inline-block;
   width: 27px;
   height: 27px;
   text-align: center;
   font-size: 15px;
   color: #1D1D32;
   border-radius: 2px;
   line-height: 27px;
}

.list-email-template-categories .list .item .arrows i:hover {
   background-color: #1D1D32;
   color: #FFF;
}

@media(max-width: 991px) {
   .list-email-template-categories .list .item .arrows {
      top: 9px;
   }
}
/* ---------------------------------------------------------------------------------------------- */


/* FCK Editor
------------------------------------------------------------------------------------------------- */
#bodyHtmlTextarea___Frame {
   border: 0px !Important;
}
/* ---------------------------------------------------------------------------------------------- */
