﻿/* ----------------- Admin ------------------- */
.notif-admin-menu {
  /*position: absolute;
    padding: 7px;
    top: -50px;
	right: 50px;*/
}
.notif-admin-menu button {
  margin-left: 5px;
}
#window-notif-admin {
  overflow: visible;
}
#window-notif-admin #notif-admin-grid {
  /*height: -moz-calc(~"100% - 54px");
        height: -webkit-calc(~"100% - 54px");
        height: calc(~"100% - 54px");*/
  height: 100%;
}
#window-answers #window-answers-grid {
  height: 100%;
}
#window-send-notif #send-notif-tabstrip .k-content {
  height: 396px;
}
#window-send-notif #send-notif-tabstrip .k-content .k-grid {
  height: 394px;
}
#window-send-notif .window-footer button {
  margin-left: 5px;
}
#window-send-notif #send-notif-step-2 {
  padding: 10px;
}
#window-send-notif #send-notif-step-2 #notif-send-to {
  min-height: 100px;
  background-color: #C9C9C9;
  border-radius: 5px;
  padding: 5px 5px 0 5px;
  overflow: auto;
  max-height: 250px;
}
#window-send-notif #send-notif-step-2 #notif-send-to .send-to-item {
  border: 0;
  border-radius: 3px;
  background-color: white;
  padding: 5px 0 5px 0;
  margin-bottom: 5px;
}
#window-send-notif #send-notif-step-2 #notif-send-to::after {
  display: none;
}
#window-send-notif #send-notif-step-2 #send-to-auto-open {
  width: 15px;
  height: 15px;
}
#unyk-notifications-editor {
  overflow: visible;
}
#unyk-notifications-editor #notif-container-type {
  background-color: #cccccc;
  height: 100%;
}
#unyk-notifications-editor #notif-template-list {
  background-color: transparent;
}
#unyk-notifications-editor #notif-template-list .notif-template-item {
  list-style-type: none;
  margin: 5px;
  height: 100px;
  width: 200px;
  border: 2px solid;
  border-radius: 5px;
  float: left;
  cursor: pointer;
  background-color: white;
}
#unyk-notifications-editor #notif-template-list .notif-template-item .body,
#unyk-notifications-editor #notif-template-list .notif-template-item .header {
  text-align: center;
  padding: 2px;
}
#unyk-notifications-editor #notif-container-editor .menu-container {
  padding: 10px;
}
#unyk-notifications-editor #notif-container-editor .editor-container {
  padding: 10px;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor {
  border: 2px solid;
  border-radius: 5px;
  min-height: 100px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAAKElEQVQ4T2OYOXPmAXw4LS0NLx41YHgYgE0QGWMzFBmPGjAMDJh5AADboj6fcM6peQAAAABJRU5ErkJggg==') /*/Content/images/bb-transparent.png*/;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor .u-notif-editable {
  outline: 2px dashed #3b3b3b;
  cursor: pointer;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor .u-form-editor {
  min-height: 40px;
  outline: 2px solid;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor .u-form-editor .u-fe-menu {
  background-color: #555555;
  padding: 5px !important;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor .u-form-editor #u-fe-list {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor .u-form-editor #u-fe-list .inpute-container .u-fe-btn-delet {
  display: none;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor .u-form-editor #u-fe-list .inpute-container:hover {
  background-color: #10c4b2;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor .u-form-editor #u-fe-list .inpute-container:hover .u-fe-btn-delet {
  display: block;
  padding: 0 2px 0 2px;
  position: absolute;
  margin-left: -moz-calc(100% - 35px);
  margin-left: -webkit-calc(100% - 35px);
  margin-left: calc(100% - 35px);
  margin-top: -4px;
  z-index: 2;
  box-shadow: 0 0 9px black;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor .u-form-editor #u-fe-list::after {
  display: none;
}
#unyk-notifications-editor #notif-container-editor .editor-container #notif-editor .u-form-editor .u-notif-editor > .row {
  margin: 0;
}
/* ----------------- Admin ------------------- */
/* ----------------- User -------------------- */
#window-notif-user .window-body {
  overflow: hidden;
  background: #4c5356;
}
#window-notif-user .k-tabstrip-wrapper {
  height: 100%;
}
#window-notif-user .k-tabstrip-wrapper .k-tabstrip {
  height: 100%;
  border: 0;
}
#window-notif-user .k-tabstrip-wrapper .k-tabstrip .k-content {
  height: -moz-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  overflow: hidden;
}
#window-notif-user .k-tabstrip-wrapper .k-tabstrip .k-content .k-grid {
  height: 100%;
}
/* ----------------- User -------------------- */
/* ----------- Geral Window Style ------------ */
.window-body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.window-body .k-grid {
  border: 0;
}
.window-footer {
  padding: 10px;
  background-color: #363940;
}
/* ----------- Geral Window Style ------------ */
/* ----------- Geral Window Confirm Style ------------ */
.k-window-titlebar {
  padding: .7em 0 .4em;
  position: relative;
}
.k-window-titlebar .k-window-actions {
  margin-top: 2px;
  padding: 8px;
  text-align: center;
}
.k-window-titlebar .k-window-actions a[role=button][aria-label=Close] {
  margin: 0;
}
#app-confirm-window .k-panel {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
#app-confirm-window .content-text {
  flex: 1;
  margin-left: 10px;
}
#app-confirm-window .k-footer {
  float: right;
}
/* ----------- Geral Window Confirm Style ------------ */