@charset "UTF-8";

/* inject:scss */

/**
 * Color
 */

/**
 * List Toolbar
 */

.list-toolbar {
  height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

.list-toolbar .search {
  margin-top: 1px;
  margin-right: 2px;
  width: 300px;
}

.list-toolbar .search .btn {
  padding: 3px 10px;
  font-size: 16px;
  margin-top: -2px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
}

.list-toolbar .search .btn i {
  margin: 0;
  color: #666;
}

.list-toolbar .search input {
  border-right: 0;
  height: 26px;
  padding: 0;
  width: 270px;
}

.list-toolbar .search input:focus {
  width: 269px;
  border: 1px solid #DDD;
}

.list-toolbar .search input:hover {
  width: 269px;
  border: 1px solid #DDD;
}

.list-toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 270px;
}

.icon-btn {
  color: #002B49;
  background: none;
}

.icon-btn:hover {
  color: #72B1C8;
}

.rounded-icon-buttons .btn {
  background-color: #fff;
  border: 1px solid #002B49;
}

.rounded-icon-buttons .btn:hover {
  background-color: #002B49;
  border: 1px solid #002B49;
  color: #FFF;
}

.rounded-icon-buttons .btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  line-height: 1.428571429;
  border-radius: 20px;
  color: #002B49;
}

.auth0-lock-submit {
  background-color: #002B49 !important;
}

.modal-body .modal-title {
  color: #002B49;
}

.modal-footer .btn {
  margin-right: 4px;
}

table.rz-table {
  table-layout: fixed;
  border-collapse: collapse;
}

table.rz-table th {
  position: relative;
  min-width: 25px;
}

table.rz-table th .rz-handle {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: ew-resize !important;
}

table.rz-table th .rz-handle.rz-handle-active {
  border-right: 1px dotted #000;
}

input.css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input.css-checkbox + label.css-label {
  padding-left: 28px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
}

input.css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}

label.css-label {
  background-image: url("/static/img/cb.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.css-checkbox2 {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input.css-checkbox2 + label.css-label2 {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

input.css-checkbox2:checked + label.css-label2 {
  background-position: 0 -20px;
}

label.css-label2 {
  background-image: url("../static/img/cb2.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.control .spacer {
  float: left;
  margin-left: 4px;
}

.control .btn {
  padding-left: 5px;
  padding-right: 5px;
}

.control label {
  font-size: 14px;
  font-weight: bold;
}

.control .inner-addon {
  position: relative;
  padding: 0 2px;
}

.control .inner-addon input {
  margin-top: 2px;
  padding: 2px;
  height: 24px;
  margin-bottom: 2px;
  font-size: 14px;
}

.control .inner-addon .fa {
  position: absolute;
  padding: 10px;
  margin-top: 2px;
}

.control .inner-addon.search .fa {
  padding: 4px 8px;
  font-size: 14px;
  color: #ABABAB;
  cursor: pointer;
}

.control .inner-addon.left-addon .fa {
  left: 0px;
}

.control .inner-addon.left-addon input {
  padding-left: 30px;
}

.control .inner-addon.right-addon .fa {
  right: 0px;
}

.control .inner-addon.right-addon input {
  padding-right: 30px;
}

.dropdown-menu li a {
  display: block;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.btn.dropdown-toggle {
  padding-left: 8px !important;
  padding-right: 25px !important;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  padding-left: 0;
  float: right;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #002B49;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #23527c;
  z-index: 2;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #002B49;
  border-color: #002B49;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: #fff;
  border-color: #ddd;
  color: #777;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

input[type=radio].css-radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].css-radio + label.css-label {
  padding-left: 28px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
}

input[type=radio].css-radio:checked + label.css-label {
  background-position: 0 -16px;
}

label.css-label {
  background-image: url("/static/img/cb.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=radio].css-radio2 {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].css-radio2 + label.css-label2 {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio].css-radio2:checked + label.css-label2 {
  background-position: 0 -20px;
}

label.css-label2 {
  background-image: url("/static/img/cb2.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-select-match {
  outline: none !important;
  box-shadow: none !important;
}

.ui-select-match .btn-default,
.ui-select-match .btn-default:hover {
  background: #FFF !important;
  border: 1px solid #DDD !important;
}

.ui-select-search {
  padding: 0 !important;
  outline: none !important;
}

.ui-select-container {
  outline: none !important;
}

footer {
  background: #002B49;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: inherit;
  height: 20px;
  font-size: 12px !important;
  z-index: 101;
}

/**
 * Toolbar
 */

.toolbar {
  height: 40px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  line-height: 40px;
}

.toolbar .left-icon {
  float: left;
  background: #002B49;
  line-height: 40px;
  width: 39px;
  height: 38px;
  font-size: 26px;
  text-align: center;
  color: white;
}

.toolbar .expand {
  height: 38px;
  border: 0;
}

.toolbar .expand i {
  margin-right: 8px;
}

.toolbar .title {
  padding: 0 2px;
  float: left;
  font-size: 20px;
  margin-left: 8px;
}

.toolbar .search {
  margin-top: 1px;
  margin-right: 2px;
  width: 300px;
}

.toolbar .search .btn {
  padding: 3px 10px;
  font-size: 16px;
  margin-top: -2px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
}

.toolbar .search .btn i {
  margin: 0;
  color: #666;
}

.toolbar .search input {
  margin-top: 5px;
  border-left: 0;
  height: 26px;
  padding: 0;
}

.toolbar .search input:focus {
  border: 1px solid #DDD;
}

.toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 270px;
}

.toolbar .right-icon {
  float: right;
}

.toolbar .right-icon i {
  color: #002B49;
  font-size: 22px;
  line-height: 22px;
  padding: 5px;
  cursor: pointer;
}

.toolbar .right-icon i:hover {
  color: #0096ff;
}

#top-nav {
  height: 93px;
  padding: 0;
}

#top-nav .container-fluid {
  min-width: 1200px;
  overflow: hidden;
}

#top-nav div {
  overflow: hidden;
}

#top-nav .navbar-brand {
  padding: 0;
  height: 70px;
  line-height: 70px;
}

#top-nav .navbar-brand .logo {
  height: 70px;
  padding: 7px;
  margin-top: -4px;
}

#top-nav .banner {
  height: 23px;
  border-bottom: 2px solid #EEE;
  background-color: #002B49;
  font-weight: bold;
}

#top-nav .banner a {
  text-decoration: underline;
  color: #FFF;
}

#top-nav .menu {
  padding: 0;
  height: 70px;
  background-color: #D3D3D3;
}

#top-nav .menu ul {
  float: right;
  list-style: none;
  margin: 0;
}

#top-nav .menu li {
  float: left;
}

#top-nav .menu li:hover {
  background-color: #A4A9AD;
}

#top-nav .menu li a {
  cursor: pointer;
  /* padding: 25px 15px; */
  font-size: 14px;
  width: 130px;
  border-left: 1px solid #EEE;
  text-align: center;
  display: block;
  color: #002B49;
  height: 70px;
  line-height: 70px;
}

main.admin-panel {
  margin-left: 220px;
  background-color: #edf1f5;
  min-height: 850px;
  over-flow: auto;
}

main.admin-panel .card-wrap .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

main.admin-panel .card-wrap .table:last-child {
  margin-bottom: 0;
}

main.admin-panel .card {
  border: 0;
  border-radius: 0;
  padding: 25px;
  position: relative;
  overflow: hidden;
  background: #FFF;
}

main.admin-panel .card .card-title {
  font-size: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2b2b2b;
  font-weight: 600;
}

main.admin-panel .card .cardCustom {
  padding: 0% 0% 0% 0%;
}

main.admin-panel .card .userFormPadding {
  padding: 0% 0% 0% 2%;
}

main.admin-panel .card .pagination {
  margin-bottom: 0;
}

main.admin-panel .form-group label,
.admin-modal .form-group label {
  color: #55677b;
  font-weight: bold;
  display: block;
}

main.admin-panel .form-group label.css-label,
.admin-modal .form-group label.css-label {
  padding-left: 22px;
  font-weight: bold;
}

main.admin-panel .form-group label.css-label.inline,
.admin-modal .form-group label.css-label.inline {
  display: inline-block;
  margin-right: 16px;
}

main.admin-panel .buttonSave,
.admin-modal .buttonSave {
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  background-color: #002B49;
  color: #FFF;
  margin-bottom: 5px;
  margin-right: 5px;
  border: none;
  padding: 1px 5px 3px 6px;
  text-transform: uppercase;
}

main.admin-panel .btn,
.admin-modal .btn {
  margin-bottom: 1px;
  margin-right: 4px;
}

main.admin-panel .btn.circle,
.admin-modal .btn.circle {
  font-size: 16px;
  padding: 0;
}

main.admin-panel .btn.circle i,
.admin-modal .btn.circle i {
  margin: 0;
}

main.admin-panel .btn-sm,
.admin-modal .btn-sm {
  font-size: 12px;
  padding: 2px 8px;
}

main.admin-panel .menu,
.admin-modal .menu {
  height: 60px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  background: #FFF;
}

main.admin-panel .menu .title,
.admin-modal .menu .title {
  font-size: 1.2em;
  line-height: 60px;
  color: #666;
  font-weight: 600;
}

main.admin-panel .table.table-horizontal tr:first-child td,
main.admin-panel .table.table-horizontal tr:first-child th,
.admin-modal .table.table-horizontal tr:first-child td,
.admin-modal .table.table-horizontal tr:first-child th {
  border-top: none;
}

main.admin-panel .table.table-horizontal th,
.admin-modal .table.table-horizontal th {
  border-top: 1px solid #eceeef;
  line-height: 28px;
}

main.admin-panel .table .ckbox,
.admin-modal .table .ckbox {
  width: 50px;
  text-align: center;
}

main.admin-panel .table .ckbox input.css-checkbox + label.css-label,
.admin-modal .table .ckbox input.css-checkbox + label.css-label {
  padding-left: 16px;
  margin-bottom: 2px;
}

main.admin-panel .table th,
main.admin-panel .table td,
.admin-modal .table th,
.admin-modal .table td {
  padding: 10px 8px;
}

main.admin-panel .table th,
.admin-modal .table th {
  border-top: 0;
  border-bottom: 0;
  font-weight: 600;
  color: #333;
  font-size: 1.1em;
  color: #55677b;
}

main.admin-panel .table td,
.admin-modal .table td {
  font-size: .8em;
  color: #666;
  line-height: 28px;
}

main.admin-panel .table tr:nth-child(even),
.admin-modal .table tr:nth-child(even) {
  background-color: #f7fafc;
}

.admin-modal .modal-header {
  border-bottom: 0;
}

.admin-modal .modal-header h4 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
}

.admin-modal .form-group {
  margin-bottom: 10px;
}

.admin-modal .form-group label {
  font-weight: bold;
  margin-bottom: 2px;
  display: block;
}

.admin-modal .form-group .form-control {
  height: 40px;
  line-height: 40px;
}

.admin-modal .btn {
  padding: 2px 10px;
}

.admin-modal .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.admin-modal p.confirm-msg,
.admin-modal p.confirm-msg * {
  font-size: 14px;
}

#login {
  /* Smartphones (portrait and landscape) ----------- */
  /* Smartphones (portrait) ----------- */
  /* iPads (portrait and landscape) ----------- */
  /*  div span {
    font-weight: 200;
    width: 41px;
  }*/
}

#login .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login .login_box {
  width: 450px;
  top: 15%;
  background: rgba(241, 241, 241, 0.8);
  position: absolute;
  padding: 2% 1%;
  min-height: 68%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
}

#login .password-hint {
  margin-top: 7px;
  padding: 0 10px;
}

#login .password-hint span {
  font-weight: 400;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #login .login_box {
    top: 10%;
    left: 2%;
    width: 40%;
    min-height: 0%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #login .login_box {
    top: 10%;
    left: 4%;
    width: 40%;
    min-height: 0%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  }
}

@media only screen and (max-width: 320px) {
  #login .login_box {
    top: 10%;
    left: 2%;
    width: 40%;
    min-height: 0%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #login .login_box {
    left: 35%;
    width: 40%;
    top: 10%;
    background: rgba(241, 241, 241, 0.8);
    position: absolute;
    min-height: 0%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  }
}

#login .input-group-addon {
  font-weight: 200;
  width: 41px;
}

#login .a {
  text-align: center;
  margin-top: 4px;
}

#login h1 {
  font-weight: 200;
}

#login .nya-bs-select {
  width: 100% !important;
  border: 1px solid #CCC;
  height: 50px;
}

#login .nya-bs-select button {
  height: 48px;
}

#login .btn-login {
  width: 100% !important;
  padding: 0px !important;
  height: 50px;
  font-size: 12px;
  font-weight: inherit;
  vertical-align: bottom;
}

#login .line {
  background: #002B49 !important;
  color: #FFF;
}

#login .form-control {
  color: #000000 !important;
  border: none;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #CCC;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#login .form-control:focus {
  border-radius: 0px;
  border-bottom: 1px solid #002B49 !important;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#login .follow {
  height: 50px;
  cursor: pointer;
  margin-top: 10%;
  background: #D3D3D3;
}

#login .follow span {
  font-size: .9rem;
  font-weight: bold;
}

#login .login_control {
  padding: 10px;
}

#login .input-group {
  padding-bottom: 10px;
}

#login .dropdown-menu.inner {
  height: 130px;
}

#mainDiv .close {
  color: #ffffff;
  padding-right: 5px;
}

#imageContainerDiv {
  height: 150px;
  text-align: center;
  padding: 30px 20px;
  background-color: #002B49;
  margin: 0;
  border: 1px solid #CCC;
}

#imageContainerDiv .image-circle {
  height: 100px;
}

#textDiv {
  padding: 20px;
}

.setPadding {
  margin-bottom: 10px;
}

.recaptchaDiv {
  /*padding-left: 47px;*/
  margin-left: 11%;
}

#campaign-form .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
}

.btn-circle {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 6px 0;
  line-height: 1.428571429;
  border-radius: 20px;
  margin-right: 5px;
  border: none;
}

.color-green {
  background: green;
}

.color-red {
  background: red;
}

.color-yellow {
  background: #ffff1a;
}

.weekday {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  width: 16px;
}

#campaignControl .btn {
  width: 70%;
  margin: 2px 0;
}

#campaign-presentations-table .name {
  width: 70%;
}

#campaign-presentations-table .presentation-name {
  width: 85%;
  float: right;
}

.selectedRow {
  background-color: #dddddd;
}

.campaigns-table-css {
  border-right: 1px solid #002B49;
  height: 75%;
}

.campaigns-devices-css {
  border-right: 1px solid #002B49;
  height: 75%;
}

.campaigns-presentations-css {
  border-right: 1px solid #002B49;
  height: 75%;
}

.campaigns .icon-btn {
  color: #002B49;
  background: none;
}

.campaigns {
  height: 100%;
}

.campaigns .pull-left {
  width: 100%;
}

.campaigns .input-group {
  width: 50%;
}

.campaigns .list-toolbar .search {
  padding-right: 24px;
  width: 92%;
  /*     .btn {
    padding: 3px 8px;
  }*/
}

.campaigns .campaign-controls .btn {
  width: 100%;
  margin: 2px;
}

.campaigns .hackyhack {
  position: relative;
}

.campaigns .hackyhack .dropdown-menu {
  left: auto !important;
  right: 0px;
}

.uib-timepicker td:first-child {
  width: auto !important;
}

.uib-timepicker .uib-time input {
  width: 38px !important;
}

.ranges {
  clear: both;
  float: right !important;
}

.status-table {
  border-collapse: collapse;
  width: 90%;
}

.status-table th {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  padding-right: 15px;
  padding-left: 15px;
}

.status-table td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  padding-right: 15px;
  padding-left: 15px;
}

.campaignDiv {
  float: left;
  padding-right: 15px;
}

.presentation-list {
  display: block !important;
  padding-left: 10px !important;
}

/*class to add margins for devices table in campaigns page and presentation page*/

.marginClass {
  margin-top: 6%;
}

.spacingDiv {
  margin-top: 5px;
}

.marginTable {
  margin-top: 80px;
}

/*.col-md-10{
  padding-top: 10px;
}*/

.nya-bs-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 244px;
}

.pull-left filter-option .ng-scope {
  font-size: 11px;
  background-color: yellow;
}

.alignLength {
  padding-right: 14px;
}

.seperation {
  margin-top: 85px;
}

.campaigns .pagination {
  margin-top: 8px;
}

.alignWidth {
  margin-right: 16px;
}

/*for proper margin for devicetable in campaigns*/

.marginDevices {
  margin-top: 50px;
}

/*  .btn.btn-sm.btn-default.icon-btn{
    padding-left: 3%;
    padding-right: 7%;
  }
*/

/*adding padding for table rows in campaigns page table*/

/*.marginTable{
  td{
      padding: 4%;
    }*/

.modal-footer .button-row {
  margin-bottom: 10px !important;
}

.modal-footer .button-row .btn-sm {
  width: 140px;
}

.modal-footer .button-row .btn-discard {
  padding-left: 10px;
}

.campaing-limitation-warning .warning-messages .device-info {
  padding-bottom: 5px;
  font-weight: bold;
}

.campaing-limitation-warning .warning-messages .device-info span {
  letter-spacing: 1px;
  font-size: 18px;
  margin: 10px 0 20px;
  font-weight: bold;
  color: #333;
}

.campaing-limitation-warning .warning-messages .campaing-info {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

#page-home {
  text-align: center;
}

#page-home .greeting {
  padding: 20px 0 40px;
  letter-spacing: 1px;
}

#page-home .greeting h1 {
  color: #a4a6a9;
  font-size: 40px;
}

#page-home .greeting a {
  margin-top: 10px;
}

#page-home label {
  font-weight: normal;
  font-size: 20px;
  padding: 20px 0 10px;
}

#page-home .steps {
  margin: 0 auto;
}

#page-home .lg-circle-btn {
  background-color: #002B49;
  color: #FFF;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin: 0 30px;
  position: relative;
}

#page-home .lg-circle-btn span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 150px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  transform: scaleY(0.09);
  -webkit-transform: scaleY(0.09);
  box-shadow: 0 1000px 0 -20px #E6E7E8;
  -webkit-box-shadow: 0 1000px 0 -20px #E6E7E8;
}

#page-home .lg-circle-btn i {
  font-size: 80px;
  line-height: 150px;
}

#page-home .lg-circle-btn i.fa-desktop {
  margin-top: 5px;
}

#page-home .lg-circle-btn i.fa-play {
  padding-left: 10px;
}

#page-home i.fa-long-arrow-right {
  font-size: 80px;
  padding: 20px;
  color: #CECECE;
  margin-top: -100px;
}

#page-home .btn {
  display: block;
  margin: 0 auto;
}

#page-home .video {
  margin-top: 80px;
  padding-bottom: 50px;
}

#page-home .video label {
  display: block;
}

#presentation section {
  margin: 0 auto;
  padding: 20px;
}

#presentation .templates,
#presentation.recent {
  text-align: center;
}

#presentation .wrapper {
  background-color: #E2E2E2;
}

#presentation .content {
  padding: 10px;
}

#presentation .toggle {
  padding: 20px 0;
}

#presentation .template {
  display: inline-block;
  padding: 15px;
}

#presentation .popup img {
  max-width: 100% !important;
  max-height: 100% !important;
}

#presentation .cover-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#presentation .cover-img .fa-check {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #FFF;
  background-color: #0096ff;
  padding: 5px;
}

#presentation .cover-img img {
  max-width: 300px;
  max-height: 300px;
  border: 2px solid #EEE;
}

#presentation .cover-img p.description {
  width: 336px;
  max-height: 100px;
  background-color: rgba(31, 31, 31, 0.7);
  color: #FFF;
  font-size: 14px;
  position: absolute;
  bottom: -10px;
  left: 2px;
  overflow: auto;
  padding: 10px;
  text-align: justify;
  bottom: -100px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#presentation .cover-img p.description.show {
  bottom: -9px;
}

#presentation p.title {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

#presentation p.date {
  margin-top: 0;
  color: #999;
  text-align: center;
}

admin-nav {
  width: 250px;
  height: 100%;
  float: left;
  border-right: 1px solid #EEE;
}

admin-nav li {
  list-style: none;
}

admin-nav li a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
}

admin-nav li a.active {
  background-color: #EEE;
}

.sidebar {
  position: absolute;
  width: 220px;
  background-color: #FFF;
  min-height: 200px;
  overflow: auto;
}

.sidebar .logo img {
  height: 60px;
  padding: 10px;
}

.sidebar .profile {
  text-align: center;
  padding: 15px 0;
}

.sidebar .profile img {
  border-radius: 100%;
  width: 80px;
}

.sidebar .profile i {
  margin-left: 10px;
}

.sidebar .tag {
  margin-left: 7px;
}

.sidebar nav ul {
  padding: 0;
  margin: 0;
}

.sidebar li {
  list-style: none;
}

.sidebar a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.sidebar a:hover {
  color: #002B49;
}

.sidebar a.active {
  background-color: #002B49;
  color: #FFF;
}

.sidebar a i {
  margin-right: 10px;
}

.customers-table-height {
  min-height: 500px;
}

.suspend {
  text-align: left;
}

.role {
  text-align: left;
}

#quota {
  width: 100px;
  text-align: right;
}

h6 {
  margin-left: 15px;
}

.dashboard-graphical-container {
  min-height: 400px;
  border: 1px solid #EEE;
  margin-bottom: 10px;
}

.dashboard-graphical-container .modal-header {
  background-color: #002B49;
  color: #FFF;
}

.list-toolbar {
  height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

.list-toolbar .search {
  margin-top: 0px;
  margin-right: 2px;
  width: 270px;
}

.list-toolbar .search .btn {
  font-size: 16px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
  top: 0;
  position: absolute;
  height: 28px;
  left: -25px;
  margin: 0 0 0 25px;
}

.list-toolbar .search .btn i {
  margin: 0;
  color: #666;
}

.list-toolbar .search input {
  border-right: 0;
  height: 26px;
  padding: 0;
  width: 99.5%;
}

.list-toolbar .search input:focus {
  width: 99.4%;
  border: 1px solid #DDD;
}

.list-toolbar .search input:hover {
  width: 99.5%;
  border: 1px solid #DDD;
}

.list-toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 99.5%;
}

dashboard-usage {
  padding: 16px;
}

/*padding to provide refresh button aligned*/

.col-md-6 {
  padding-left: 0px;
}

#page-designer {
  margin: 0;
  padding: 0;
  height: calc(100% - 133px);
}

#page-designer admin-designer-media-tree,
#page-designer admin-designer-scene,
#page-designer admin-designer-tabs {
  position: relative;
  display: block;
  height: 100%;
  float: left;
  border-right: 1px solid #EEE;
}

#page-designer admin-designer-tabs {
  z-index: 102;
  width: 40px;
}

#page-designer admin-designer-canvas {
  float: left;
  height: 100%;
}

#page-designer admin-designer-toolbox {
  height: 100%;
  float: right;
}

#page-designer admin-designer-media-tree {
  width: 300px;
  margin-left: -300px;
  transition: margin 0.5s;
  background-color: #FFF;
  overflow: auto;
  z-index: 101;
}

#page-designer admin-designer-media-tree media-lib-tree .table .btn {
  margin: 0 auto;
  width: 50px;
  font-size: 11px;
}

#page-designer admin-designer-media-tree .list-toolbar {
  position: relative;
  overflow: hidden;
  height: 80px;
}

#page-designer admin-designer-media-tree .list-toolbar div {
  width: 100%;
}

#page-designer admin-designer-media-tree .list-toolbar .search {
  margin-bottom: 4px;
}

#page-designer admin-designer-media-tree .list-toolbar .search .btn {
  margin: 0;
}

#page-designer admin-designer-media-tree .list-toolbar .btn {
  width: 100%;
  margin-left: 0;
}

#page-designer admin-designer-media-tree .list-toolbar input {
  width: 220px;
  border-right: 0;
  padding: 2px 4px;
  height: 22px;
}

#page-designer admin-designer-scene {
  z-index: 9;
  transition: margin 0.5s;
  width: 180px;
  margin-left: -380px;
}

#page-designer admin-designer-scene .scenes {
  padding-left: 0 !important;
}

#page-designer admin-designer-scene .scene {
  list-style: none !important;
}

#page-designer admin-designer-scene .dndPlaceholder {
  height: 100px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#page-designer admin-designer-toolbox {
  width: 250px;
  overflow: auto;
  border-left: 1px solid #DDD;
  z-index: 101;
  position: absolute;
  background-color: #FFF;
  right: 0;
}

#page-designer .designer-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

#page-admin-domains .sync-domain-button {
  margin-left: 10px;
}

#page-admin-domains .domains-table {
  max-height: 600px;
  overflow: auto;
}

#page-admin-domains .table .name {
  font-weight: bold;
  font-size: 12px !important;
  width: 75%;
}

#page-admin-domains .table td {
  border: none !important;
  border-right: 1px solid #eceeef !important;
}

#page-admin-domains .list-toolbar .search .btn {
  /*margin-top: -1px; */
  padding: 3px 10px;
  font-size: 16px;
  margin-top: -1px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
  margin: 0 0 0 25px;
}

#page-admin-fonts .sync-font-button {
  margin-left: 10px;
}

#page-admin-fonts .fonts-table {
  max-height: 600px;
  overflow: auto;
}

#page-admin-fonts .table.table-bordered .name {
  font-weight: bold;
}

#page-admin-fonts .table.table-bordered td {
  border: none !important;
  border-right: 1px solid #eceeef !important;
}

#page-presentations .spacer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.reseller-user-container {
  width: 100%;
}

.reseller-user-container .col-md-12 {
  border: 1px solid #002B49;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.reseller-user-container .tab-pane {
  margin: 5px;
}

.reseller-user-container .error-msg {
  color: #C03;
}

#reseller-form .bun-row {
  line-height: 40px;
}

#reseller-form .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.usage-graphical-container {
  min-height: 400px;
  border: 1px solid #EEE;
  margin-bottom: 10px;
}

.usage-graphical-container .modal-header {
  background-color: #002B49;
  color: #FFF;
}

.usage-graphical-container .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  font-size: 15px;
}

.users .pull-left {
  width: 100%;
}

.admin-user-data-container {
  height: 700px;
  border: 1px solid #EEE;
  margin-top: 2%;
  background-color: #fff;
}

.admin-user-data-container .modal-header {
  background-color: #002B49;
  color: #FFF;
}

.admin-user-data-container .modal-body {
  padding: 10px;
}

.admin-user-data-container .modal-body .tab-pane {
  height: 500px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.admin-user-data-container .modal-body .dropdown-menu .inner {
  height: 70px;
  overflow: auto;
}

.admin-user-data-container .modal-footer .error-msg {
  color: red;
}

#campaign-calendar {
  padding: 10px;
  max-width: 98%;
  margin: 0 auto;
}

#campaign-calendar .fc-more-popover {
  z-index: 2;
  width: 50%;
}

#campaign-calendar .fc-more-popover .fc-event {
  line-height: 2;
}

#page-designer {
  margin: 0;
  padding: 0;
  height: calc(100% - 153px);
}

#page-designer designer-media-tree,
#page-designer designer-scene,
#page-designer designer-tabs {
  position: relative;
  display: block;
  height: 100%;
  float: left;
  border-right: 1px solid #EEE;
}

#page-designer designer-tabs {
  z-index: 102;
  width: 40px;
}

#page-designer designer-canvas {
  float: left;
  height: 100%;
}

#page-designer designer-toolbox {
  height: 100%;
  float: right;
}

#page-designer designer-media-tree {
  width: 300px;
  margin-left: -300px;
  transition: margin 0.5s;
  background-color: #FFF;
  overflow: auto;
  z-index: 101;
}

#page-designer designer-media-tree media-lib-tree .table .btn {
  margin: 0 auto;
  width: 50px;
  font-size: 11px;
}

#page-designer designer-media-tree .list-toolbar {
  position: relative;
  overflow: hidden;
  height: 80px;
}

#page-designer designer-media-tree .list-toolbar div {
  width: 100%;
}

#page-designer designer-media-tree .list-toolbar .search {
  margin-bottom: 4px;
}

#page-designer designer-media-tree .list-toolbar .search .btn {
  margin: 0;
}

#page-designer designer-media-tree .list-toolbar .btn {
  width: 100%;
  margin-left: 0;
}

#page-designer designer-media-tree .list-toolbar input {
  width: 220px;
  border-right: 0;
  padding: 2px 4px;
  height: 22px;
}

#page-designer designer-scene {
  z-index: 9;
  transition: margin 0.5s;
  width: 180px;
  margin-left: -380px;
}

#page-designer designer-scene .scenes {
  padding-left: 0 !important;
}

#page-designer designer-scene .scene {
  list-style: none !important;
}

#page-designer designer-scene .dndPlaceholder {
  top: 10%;
  height: 100px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#page-designer designer-toolbox {
  width: 250px;
  overflow: auto;
  border-left: 1px solid #DDD;
  z-index: 101;
  position: absolute;
  background-color: #FFF;
  right: 0;
}

#page-designer .designer-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

/*th.name{
  width: 150px;
}*/

.modal-dialog .word-break {
  word-wrap: break-word;
}

#page-presentations .spacer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.settings-container {
  min-height: 350px;
  border: 1px solid #EEE;
  margin-bottom: 10px;
}

.settings-container .modal-header {
  background-color: #002B49;
  color: #FFF;
  height: 50px;
}

.users .pull-left {
  width: 100%;
}

.user-data-container {
  min-height: 700px;
  border: 1px solid #EEE;
  margin-top: 2%;
}

.user-data-container .modal-header {
  background-color: #002B49;
  color: #FFF;
}

.user-data-container .modal-body {
  padding: 10px;
}

.user-data-container .modal-body .tab-pane {
  height: 500px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.user-data-container .modal-body .dropdown-menu .inner {
  height: 70px;
  overflow: auto;
}

#presentationEditor {
  position: relative;
  height: 100%;
}

#presentationEditor .toolbar .left-icon {
  cursor: pointer;
}

#presentationEditor .toolbar .left-icon:hover {
  background-color: #0096ff;
}

#presentationEditor .toolbar small {
  margin-left: 10px;
  color: #777;
}

#presentationEditor .media,
#presentationEditor .sences,
#presentationEditor .canvas-wrap,
#presentationEditor .options {
  position: relative;
  display: inline-block;
  float: left;
  border-left: 1px solid #dddddd;
  overflow: auto;
  height: calc(100% - 32px);
  margin-bottom: -32px;
}

#presentationEditor .media {
  width: 300px;
  margin-top: 0;
}

#presentationEditor .media .upload {
  position: relative;
  padding: 15px 15px 5px 15px;
}

#presentationEditor .media .upload .title {
  font-size: 14px;
}

#presentationEditor .media .upload .title i {
  font-size: 22px;
  float: right;
  color: #002B49;
}

#presentationEditor .media .upload button {
  margin: 5px 0;
  display: block;
  width: 100%;
}

#presentationEditor .media .search input {
  border-left: none;
  border-right: none;
  width: 100%;
  padding: 10px;
}

#presentationEditor .media .tools {
  padding: 10px 5px 0;
  font-size: 12px;
}

#presentationEditor .media .tools p {
  margin-bottom: 2px;
}

#presentationEditor .media .tools p a {
  font-size: 12px;
  padding: 0 2px;
}

#presentationEditor .media .tools .fa {
  color: #002B49;
  cursor: pointer;
}

#presentationEditor .sences {
  width: 180px;
  background-color: #f9f9f9;
  text-align: center;
}

#presentationEditor .sences i.fa-plus {
  background-color: #002B49;
  color: white;
  font-size: 26px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding-top: 1px;
  border-radius: 100%;
  margin: 10px 0;
  cursor: pointer;
}

#presentationEditor .sences i.fa-plus:hover {
  background-color: #0096ff;
}

#presentationEditor .sences .sence {
  padding: 20px 0 10px;
  cursor: pointer;
}

#presentationEditor .sences .sence.active {
  background-color: #e2e2e2;
}

#presentationEditor .sences .sence .preview {
  max-width: 130px;
  border: 2px solid #555555;
  background-color: #FFF;
}

#presentationEditor .sences .sence p.numbering {
  margin: 10px 0 0;
}

#presentationEditor .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.8);
  z-index: 1000;
}

#presentationEditor .canvas-wrap {
  text-align: center;
  padding: 20px;
}

#presentationEditor .canvas-wrap .spinner {
  font-size: 4em;
  position: absolute;
  margin-left: 15px;
  text-align: left;
  z-index: 9999;
}

#presentationEditor .canvas-wrap .canvas-container {
  margin: 0 auto;
}

#presentationEditor .canvas-wrap #canvas {
  border: 2px solid #333333;
}

#presentationEditor .canvas-wrap #mirror-canvas {
  display: none;
}

#presentationEditor .canvas-wrap .tools {
  margin: 20px 0;
}

#presentationEditor .canvas-wrap .tools .btn-group > .btn-primary {
  background-color: #f9f9f9;
  padding: 5px 10px;
  border: 1px solid #dddddd;
}

#presentationEditor .canvas-wrap #canvas-drop {
  margin: 0 auto;
}

#presentationEditor .canvas-wrap #canvas-drop.loading {
  opacity: 0.8;
}

#presentationEditor .canvas-wrap p.numbering {
  font-size: 16px;
  padding: 20px 0 0;
}

#presentationEditor .canvas-wrap .btn-default,
#presentationEditor .canvas-wrap .btn-info {
  margin-right: 10px;
}

#presentationEditor .canvas-wrap .btn-default i,
#presentationEditor .canvas-wrap .btn-info i {
  margin-right: 8px;
}

#presentationEditor .options {
  width: 250px;
  float: right;
}

#presentationEditor .options h3 {
  font-size: 14px;
  font-weight: bold;
}

#presentationEditor .options .css-label {
  min-height: 16px !important;
}

#presentationEditor .options .weekday {
  width: 16px;
  margin-right: 8px;
  text-align: center;
  display: inline-block;
}

#presentationEditor .options .weekday label {
  margin-bottom: 0;
  font-weight: normal;
}

#presentationEditor .options .logs {
  background-color: #333;
  min-height: 100%;
  font-family: monospace;
  font-size: 12px;
}

#presentationEditor .options .logs .title {
  padding: 5px 10px;
  color: #FFF;
  background-color: #222;
  border-bottom: 2px solid #E5E5E5;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Open Sans';
}

#presentationEditor .options .logs .title .timer {
  float: right;
  color: yellow;
}

#presentationEditor .options .logs ul {
  padding: 5px;
  color: #FFF;
  height: 150px;
  overflow-y: auto;
  margin-bottom: 0;
}

#presentationEditor .options .logs ul .time {
  display: block;
  margin-right: 10px;
  color: #4e9a06;
}

#presentationEditor .options .logs ul li {
  padding: 4px 0;
}

#presentationEditor .options .logs ul li:nth-child(even) {
  background-color: #444;
}

#presentationEditor .options li,
#presentationEditor .options span {
  list-style: none;
}

#presentationEditor .options li.elements,
#presentationEditor .options li.parent,
#presentationEditor .options span.elements,
#presentationEditor .options span.parent {
  border-top: 2px solid #EEE;
  display: block;
  width: 100%;
}

#presentationEditor .options li .css-label,
#presentationEditor .options span .css-label {
  height: auto;
  line-height: normal;
}

#presentationEditor .options li.parent,
#presentationEditor .options span.parent {
  border-bottom: none;
}

#presentationEditor .options li.parent:first-child,
#presentationEditor .options span.parent:first-child {
  border-top: none;
}

#presentationEditor .options li.parent:last-child .header,
#presentationEditor .options span.parent:last-child .header {
  border-bottom: 2px solid #EEE;
}

#presentationEditor .options li.parent .header,
#presentationEditor .options span.parent .header {
  border-bottom: none;
}

#presentationEditor .options li.active > .header,
#presentationEditor .options span.active > .header {
  background-color: #333;
  color: #FFF;
}

#presentationEditor .options li.active > .header .icons i,
#presentationEditor .options span.active > .header .icons i {
  color: #FFF;
}

#presentationEditor .options li.elements.active > .header,
#presentationEditor .options span.elements.active > .header {
  background-color: #666;
}

#presentationEditor .options li > .header,
#presentationEditor .options span > .header {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

#presentationEditor .options li .media-table th,
#presentationEditor .options span .media-table th {
  text-align: left;
  padding-left: 0;
}

#presentationEditor .options li .media-table td,
#presentationEditor .options span .media-table td {
  line-height: 30px;
}

#presentationEditor .options li .media-table td input,
#presentationEditor .options span .media-table td input {
  width: 60px;
}

#presentationEditor .options li .media-table tfoot td,
#presentationEditor .options span .media-table tfoot td {
  border-top: none;
}

#presentationEditor .options li .media-table button,
#presentationEditor .options span .media-table button {
  font-size: 12px;
  padding: 2px 6px;
}

#presentationEditor .options li .media-table p,
#presentationEditor .options span .media-table p {
  color: #002B49;
}

#presentationEditor .options li .tab a,
#presentationEditor .options span .tab a {
  border-radius: 0;
  padding: 5px 10px;
  color: #333;
}

#presentationEditor .options li .header,
#presentationEditor .options span .header {
  padding: 8px 10px;
  display: block;
}

#presentationEditor .options li .header .title,
#presentationEditor .options span .header .title {
  display: inline-block;
  font-size: 14px;
  width: 150px;
  word-break: break-all;
}

#presentationEditor .options li .header .duration,
#presentationEditor .options span .header .duration {
  float: right;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}

#presentationEditor .options li .header .icons,
#presentationEditor .options span .header .icons {
  display: inline-block;
  float: right;
}

#presentationEditor .options li .header .icons i,
#presentationEditor .options span .header .icons i {
  color: #666666;
  font-size: 16px;
  padding: 3px 5px;
  width: 16px;
}

#presentationEditor .options li .header .icons i.fa-caret-right,
#presentationEditor .options span .header .icons i.fa-caret-right {
  margin-right: -3px;
  margin-left: 3px;
}

#presentationEditor .options li .header .icons i.fa-unlock-alt,
#presentationEditor .options span .header .icons i.fa-unlock-alt {
  color: #00b159;
}

#presentationEditor .options li .header .icons i.fa-lock,
#presentationEditor .options span .header .icons i.fa-lock {
  color: #72B1C8;
}

#presentationEditor .options li .header .icons i.fa-eye,
#presentationEditor .options span .header .icons i.fa-eye {
  margin-right: 8px;
}

#presentationEditor .options li .header .icons i.fa-eye.lock,
#presentationEditor .options span .header .icons i.fa-eye.lock {
  color: #72B1C8;
}

#presentationEditor .options li .detail,
#presentationEditor .options span .detail {
  padding: 10px;
  font-size: 12px;
  height: auto;
}

#presentationEditor .options li .detail p,
#presentationEditor .options span .detail p {
  margin-bottom: 4px;
}

#presentationEditor .options li .detail input.form-control,
#presentationEditor .options span .detail input.form-control {
  font-size: 12px;
}

#presentationEditor .options li .detail .spacer,
#presentationEditor .options span .detail .spacer {
  margin: 10px 0 20px;
}

#presentationEditor .options li .detail .spacer a,
#presentationEditor .options span .detail .spacer a {
  display: block;
  font-size: 12px;
}

#presentationEditor .options li .detail .spacer i,
#presentationEditor .options span .detail .spacer i {
  text-align: center;
  color: #72B1C8;
  width: 16px;
  margin-right: 4px;
}

#presentationEditor .options li .detail table,
#presentationEditor .options span .detail table {
  margin-top: 5px;
}

#presentationEditor .options li .detail table td,
#presentationEditor .options span .detail table td {
  padding: 2px;
  line-height: 20px;
}

#presentationEditor .options .elements .header {
  padding: 5px 10px 5px 20px;
  font-weight: normal;
  background-color: #FBFBFB;
}

#publish-schedule .publish-schedule-date-range-picker {
  width: 200px !important;
}

campaign-preview {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

campaign-preview .btn-close {
  color: #FFF;
  position: absolute;
  height: 50px;
  width: 50px;
  right: 10px;
  top: 10px;
  font-size: 36px;
  cursor: pointer;
  text-align: center;
  font-family: arial;
  z-index: 1;
}

campaign-preview .btn-close:hover {
  color: #0096ff;
}

campaign-preview canvas {
  margin: 0 auto;
  display: block;
  z-index: 0;
}

campaign-preview .upper-canvas {
  border: none;
}

campaign-preview .preview-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  top: 0;
}

campaign-preview .preview-overlay .spinner i {
  color: #666;
}

campaign-preview .counter {
  display: none;
}

campaign-preview .counter > span {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 20px;
  font-size: 1.5em;
  color: #FFF;
  border-bottom-right-radius: 0.3em;
}

campaign-preview .scene-slider-container {
  display: none;
  opacity: 0;
  filter: alpha(opacity=1);
  color: #fff !important;
}

campaign-preview .scene-slider-container:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background: rgba(0, 0, 0, 0.7);
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

campaign-preview .scene-slider-container .tools {
  width: 100%;
  margin: 10px 0px 0px 0px;
  text-align: right;
}

campaign-preview .scene-slider-container .rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  margin: 40px 0 0px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

campaign-preview .scene-slider-container .rzslider .rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -1px;
}

campaign-preview .scene-slider-container .rz-tick:first-of-type span {
  margin-left: 0px;
}

campaign-preview .scene-slider-container .rzslider .rz-bubble {
  display: none;
}

campaign-preview .scene-slider-container .rzslider .rz-tick {
  position: absolute;
  top: -6px;
  width: 22px;
  height: 22px;
  margin-left: 11px;
  text-align: center;
  cursor: default;
  border-radius: 50%;
}

campaign-preview .scene-slider-container .rz-pointer {
  width: 22px;
  height: 22px;
  top: -9px;
}

campaign-preview .scene-slider-container .rzslider .rz-selection {
  background: #002B49 !important;
}

campaign-preview .scene-slider-container .rzslider .rz-tick.rz-selected {
  background: #002B49 !important;
}

campaign-preview .scene-slider-container .rz-tick:last-of-type {
  display: none;
}

campaign-preview .scene-slider-container .rzslider .rz-bar-wrapper {
  cursor: default;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

campaign-devices-table .disabled {
  color: red;
}

campaign-devices-table .disabled-title {
  font-style: italic;
}

.marginForSearch {
  margin-left: 15px;
}

#device-more-info .rounded-icon-buttons .btn {
  margin-right: 2px;
}

.nya-min-width .dropdown-menu .inner {
  height: 250px;
  overflow: auto;
}

.nya-min-width .dropdown-menu .selected a {
  background-color: #002B49;
  color: #FFF;
}

.volume-controller .rz-bar {
  background: #FF9A31;
}

.volume-controller .rz-pointer {
  background-color: #002B49;
}

.volume-controller .rz-active::after {
  background-color: #72B1C8 !important;
}

#device-media-tree th,
#device-media-tree td {
  font-size: 12px;
}

#device-media-tree tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#device-media-tree tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

#device-media-tree tr.selected {
  background-color: #0096ff;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

#device-media-tree tr.selected i {
  color: #FFF;
}

#device-media-tree tr.selected .tree-icon span {
  color: #D3D3D3;
}

#device-media-tree td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

#device-media-tree th {
  padding: 4px;
}

#device-media-tree .tree-icon {
  color: #002B49;
  margin-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#device-media-tree .tree-icon span {
  line-height: 24px;
  color: #333;
}

#device-media-tree .sky-blue {
  color: #0096ff;
}

#device-media-tree .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

#device-media-tree .btn-hover:hover {
  color: #006400;
}

#app-update-prompt .radio-horizontals {
  display: block;
  overflow: hidden;
}

#app-update-prompt .radio-horizontal {
  float: left;
  margin-right: 20px;
}

#app-update-prompt .radio-horizontal label {
  padding-left: 24px !important;
}

#deviceControl .btn {
  margin: 0 2px;
}

#claim-id {
  text-transform: uppercase;
}

#device-edit tags-input .tags .tag-item {
  background: #002B49;
  font-weight: bold;
  color: white !important;
}

#device-edit .tags-input {
  border-radius: 2px;
}

#hdmi-schedule .toggle.android {
  border-radius: 0px;
}

#hdmi-schedule .toggle.android .toggle-handle {
  border-radius: 0px;
}

#hdmi-schedule .toggle.ios,
#hdmi-schedule .toggle-on.ios,
#hdmi-schedule .toggle-off.ios {
  border-radius: 20px;
}

#hdmi-schedule .toggle.ios .toggle-handle {
  border-radius: 20px;
}

#hdmi-schedule .toggle.btn-sm {
  min-width: 60px;
  min-height: 20px;
}

#device-log .modal-body {
  padding: 10px;
}

#device-log .modal-body .pagination-util {
  margin-bottom: 5px;
}

#offline-publish .table th,
#offline-publish .table td {
  font-size: 12px;
}

#offline-publish .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#offline-publish .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

#offline-publish .table tr.selected {
  background-color: #0096ff;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

#offline-publish .table tr.selected i {
  color: #FFF;
}

#offline-publish .table tr.selected .tree-icon span {
  color: #FFF;
}

#offline-publish .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

#offline-publish .table th {
  padding: 4px;
}

#offline-publish .table .tree-icon {
  color: #002B49;
  margin-right: 4px;
}

#offline-publish .table .tree-icon span {
  line-height: 24px;
  color: #333;
}

#offline-publish .table .sky-blue {
  color: #0096ff;
}

#offline-publish .table .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

#offline-publish .table .drop-box {
  transition: all 0.1s;
  overflow: hidden;
}

#offline-publish .table .drop-box.dragover {
  background-color: #ffd700 !important;
}

#offline-publish .table .drop-box .btns {
  position: absolute;
  right: -80px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

#offline-publish .table .drop-box .btns button {
  margin: 0;
  height: 20px;
}

#offline-publish .table .drop-box .btns.show {
  right: 0;
  top: 0;
}

#offline-publish .table .progress {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #002B49;
  width: 100%;
  border-radius: 0;
}

#offline-publish .table .progress-striped {
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#offline-publish .table .progress-striped.show {
  opacity: 1;
}

#offline-publish .table .progress-bar-info {
  background-color: rgba(91, 192, 222, 0.8);
}

#offline-publish .table .preview {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid #CCC;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #EEE;
  margin-top: 1px;
}

#offline-publish .table .preview .fa {
  font-size: 9pt;
}

#offline-publish .table .preview img {
  width: 16px;
  height: 16px;
}

#offline-publish .progress.active .progress-bar,
#offline-publish .progress-bar.active {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

#offline-publish .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#offline-publish .progress-striped .progress-bar,
#offline-publish .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

#offline-publish .progress-bar-info {
  background-color: #5bc0de;
}

#offline-publish .progress-bar {
  background-color: #002B49;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  transition: width 0.6s ease 0s;
  width: 0;
  color: white;
  font-weight: bold;
}

#offline-publish .error-msg {
  color: red;
  float: left;
  width: 100%;
  margin-top: 10px;
}

#progress-dialog .table th,
#progress-dialog .table td {
  font-size: 12px;
}

#progress-dialog .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#progress-dialog .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

#progress-dialog .table tr.selected {
  background-color: #0096ff;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

#progress-dialog .table tr.selected i {
  color: #FFF;
}

#progress-dialog .table tr.selected .tree-icon span {
  color: #FFF;
}

#progress-dialog .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

#progress-dialog .table th {
  padding: 4px;
}

#progress-dialog .table .tree-icon {
  color: #002B49;
  margin-right: 4px;
}

#progress-dialog .table .tree-icon span {
  line-height: 24px;
  color: #333;
}

#progress-dialog .table .sky-blue {
  color: #0096ff;
}

#progress-dialog .table .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

#progress-dialog .table .drop-box {
  transition: all 0.1s;
  overflow: hidden;
}

#progress-dialog .table .drop-box.dragover {
  background-color: #ffd700 !important;
}

#progress-dialog .table .drop-box .btns {
  position: absolute;
  right: -80px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

#progress-dialog .table .drop-box .btns button {
  margin: 0;
  height: 20px;
}

#progress-dialog .table .drop-box .btns.show {
  right: 0;
  top: 0;
}

#progress-dialog .table .progress {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #002B49;
  width: 100%;
  border-radius: 0;
}

#progress-dialog .table .progress-striped {
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#progress-dialog .table .progress-striped.show {
  opacity: 1;
}

#progress-dialog .table .progress-bar-info {
  background-color: rgba(91, 192, 222, 0.8);
}

#progress-dialog .table .preview {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid #CCC;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #EEE;
  margin-top: 1px;
}

#progress-dialog .table .preview .fa {
  font-size: 9pt;
}

#progress-dialog .table .preview img {
  width: 16px;
  height: 16px;
}

#progress-dialog .progress.active .progress-bar,
#progress-dialog .progress-bar.active {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

#progress-dialog .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#progress-dialog .progress-striped .progress-bar,
#progress-dialog .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

#progress-dialog .progress-bar-info {
  background-color: #5bc0de;
}

#progress-dialog .progress-bar {
  background-color: #002B49;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  transition: width 0.6s ease 0s;
  width: 0;
  color: white;
  font-weight: bold;
}

#reboot-schedule .radio-horizontals {
  display: block;
  overflow: hidden;
}

#reboot-schedule .radio-horizontal {
  float: left;
  margin-right: 20px;
}

#reboot-schedule .radio-horizontal label {
  padding-left: 24px !important;
}

[device-status] .online {
  color: #00b159;
}

[device-status] .offline {
  color: #C03;
}

[device-status] .fa-mobile {
  font-size: 20px;
}

#devices-table .css-label {
  margin-bottom: 2px;
  padding-left: 16px;
}

#devices-table th {
  padding: 4px;
}

#devices-table .ckbox {
  text-align: center;
  width: 2%;
}

#devices-table .name {
  line-height: 1;
  width: 19%;
}

#devices-table .status {
  text-align: center;
  width: 7%;
}

#devices-table .description {
  text-align: left;
  width: 16%;
}

#devices-table .tags {
  text-align: left;
  width: 15%;
}

#devices-table .tags .tag {
  margin: 1px;
}

#devices-table .tags .deviceTag {
  background-color: #002B49;
}

#devices-table .action-buttons {
  width: 30%;
}

#devices-table td .btn {
  margin-right: 2px;
}

#devices-table td .btn a {
  color: #FFF;
  text-decoration: none;
}

.deviceTable {
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.status-in-header {
  padding-left: 10px;
  text-align: center;
}

.btn-other-op {
  color: black;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #D3D3D3;
}

.btn-other-op:hover {
  background-color: #A9A9A9;
}

#device-time-settings-table td:nth-child(1) {
  font-weight: bold;
}

.display-label {
  font-size: 15px;
  padding-top: 6px;
}

#status-sensor {
  text-align: center;
}

#infoTableGroup {
  min-height: 365px;
  max-height: 400px;
}

#infoTableGroup #infoTableLeft {
  float: left;
  width: 49%;
}

#infoTableGroup #infoTableRight {
  float: right;
  width: 49%;
}

#infoTableGroup td:nth-child(1) {
  font-weight: bold;
}

#model-body-group {
  min-height: 400px;
  max-height: 550px;
  min-width: 800px;
}

#model-body-group #model-body-table-left {
  float: left;
  width: 48%;
}

#model-body-group #model-body-table-right {
  float: right;
  width: 48%;
}

#model-body-group td:nth-child(1) {
  font-weight: bold;
}

#model-body-group .notification-buttons .btn-circle {
  width: 15px;
  height: 15px;
  text-align: center;
  padding: 6px 0;
  line-height: 1.428571429;
  border-radius: 20px;
}

#model-body-group .color-green {
  background: green;
}

#model-body-group .color-red {
  background: red;
}

#model-body-group .color-yellow {
  background: #ffff1a;
}

#device-settings-table tr:nth-child(2n) {
  background-color: #f7fafc;
}

#devices-table .css-label {
  margin-bottom: 2px;
  padding-left: 16px;
}

#devices-table th {
  padding: 4px;
}

#devices-table .ckbox {
  text-align: center;
  width: 5%;
}

#devices-table td .btn {
  margin-right: 2px;
}

#media-tag tags-input .tags .tag-item {
  background: #002B49;
  font-weight: bold;
  color: white !important;
}

#media-tag .tags-input {
  border-radius: 2px;
}

.presentationTree .img-preview {
  max-width: 300px;
  max-height: 300px;
}

.presentationTree td.img-thumb {
  width: 80px;
}

.presentationTree .img-drag {
  max-width: 80px;
  max-height: 80px;
  cursor: pointer;
}

.presentationTree .drag.hover .img-drag {
  display: block;
}

.presentationTree .ui-draggable-dragging .img-drag {
  display: block;
  cursor: move;
}

.presentationTree .ui-draggable-dragging .no-drag {
  display: none;
}

app-control {
  display: block;
  margin-bottom: 4px;
}

app-control .btn {
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

app-control .table th,
app-control .table td {
  font-size: 12px;
}

app-control .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

app-control .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

app-control .table tr.selected {
  background-color: #0096ff;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

app-control .table tr.selected i {
  color: #FFF;
}

app-control .table tr.selected .tree-icon span {
  color: #FFF;
}

app-control .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

app-control .table th {
  padding: 4px;
}

app-control .table .tree-icon {
  color: #002B49;
  margin-right: 4px;
}

app-control .table .tree-icon span {
  line-height: 24px;
  color: #333;
}

app-control .table .sky-blue {
  color: #0096ff;
}

app-control .table .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

app-control .table .drop-box {
  transition: all 0.1s;
  overflow: hidden;
}

app-control .table .drop-box.dragover {
  background-color: #ffd700 !important;
}

app-control .table .drop-box .btns {
  position: absolute;
  right: -80px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

app-control .table .drop-box .btns button {
  margin: 0;
  height: 20px;
}

app-control .table .drop-box .btns.show {
  right: 0;
  top: 0;
}

app-control .table .progress {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #002B49;
  width: 100%;
  border-radius: 0;
}

app-control .table .progress-striped {
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

app-control .table .progress-striped.show {
  opacity: 1;
}

app-control .table .progress-bar-info {
  background-color: rgba(91, 192, 222, 0.8);
}

app-control .table .preview {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid #CCC;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #EEE;
  margin-top: 1px;
}

app-control .table .preview .fa {
  font-size: 9pt;
}

app-control .table .preview img {
  width: 16px;
  height: 16px;
}

app-control .progress.active .progress-bar,
app-control .progress-bar.active {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

app-control .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

app-control .progress-striped .progress-bar,
app-control .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

app-control .progress-bar-info {
  background-color: #5bc0de;
}

app-control .progress-bar {
  background-color: #002B49;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  transition: width 0.6s ease 0s;
  width: 0;
  color: white;
  font-weight: bold;
}

app-table {
  /**
   * List Toolbar
   */
}

app-table #app-table .css-label {
  margin-bottom: 2px;
  padding-left: 16px;
}

app-table #app-table td .btn {
  margin-right: 2px;
}

app-table #app-form .spacer {
  height: 70px;
  text-align: left;
}

app-table .table th,
app-table .table td {
  font-size: 12px;
}

app-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

app-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

app-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

app-table .table tr.selected td span {
  color: #FFF;
}

app-table .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  line-height: 15px !important;
  padding: 7px !important;
}

app-table .table th {
  padding: 4px;
}

app-table .list-toolbar {
  height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

app-table .list-toolbar .search {
  margin-top: 0px;
  margin-right: 2px;
  width: 270px;
}

app-table .list-toolbar .search .btn {
  padding: 3px 10px;
  font-size: 16px;
  margin-top: -1px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
  margin: 0 0 0 25px;
}

app-table .list-toolbar .search .btn i {
  margin: 0;
  color: #666;
}

app-table .list-toolbar .search input {
  border-right: 0;
  height: 26px;
  padding: 0;
  width: 99.5%;
}

app-table .list-toolbar .search input:focus {
  width: 99.4%;
  border: 1px solid #DDD;
}

app-table .list-toolbar .search input:hover {
  width: 99.5%;
  border: 1px solid #DDD;
}

app-table .list-toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 99.5%;
}

app-table .customBorder {
  border-width: thick;
}

audit-log-table .time {
  width: 20%;
}

audit-log-table .customer {
  width: 30%;
}

audit-log-table .action {
  width: 10%;
}

audit-log-table .reason {
  width: 10%;
}

audit-log-table .table th,
audit-log-table .table td {
  font-size: 12px;
}

audit-log-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

audit-log-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

audit-log-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

audit-log-table .table tr.selected td span {
  color: #FFF;
}

audit-log-table .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  line-height: 15px !important;
  padding: 2px !important;
  line-height: 28px !important;
}

audit-log-table .table th {
  padding: 4px;
}

audit-log-table .nya-bs-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  height: 83px;
}

#customerControl .btn {
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 2px;
}

customer-form .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 10px;
}

customer-form .nya-min-width .dropdown-menu .inner {
  height: 210px;
  overflow: auto;
}

customer-form .nya-min-width .dropdown-menu .selected a {
  background-color: #002B49;
  color: #FFF;
}

customers-table {
  /**
   * List Toolbar
   */
}

customers-table .nya-min-width .dropdown-menu .inner {
  height: 250px;
  overflow: auto;
}

customers-table .nya-min-width .dropdown-menu .selected a {
  background-color: #002B49;
  color: #FFF;
}

customers-table #customers-table .css-label {
  margin-bottom: 2px;
  padding-left: 16px;
}

customers-table #customers-table td .btn {
  margin-right: 2px;
}

customers-table #customers-form .spacer {
  height: 70px;
  text-align: left;
}

customers-table .table th,
customers-table .table td {
  font-size: 12px;
}

customers-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

customers-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

customers-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

customers-table .table tr.selected i {
  color: #FFF;
}

customers-table .table tr.selected td span {
  color: #FFF;
}

customers-table .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

customers-table .table th {
  padding: 4px;
}

customers-table .list-toolbar {
  height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

customers-table .list-toolbar .search {
  margin-top: 1px;
  /*margin-right: 2px; */
  width: 100%;
  margin-left: -10px;
}

customers-table .list-toolbar .search .btn {
  padding: 0 0 3px 10px;
  font-size: 16px;
  margin-top: -1px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
  margin: 0 0 0 25px;
}

customers-table .list-toolbar .search .btn i {
  margin: 0;
  color: #666;
  padding: 0px 8px 1px 3px;
}

customers-table .list-toolbar .search input {
  border-right: 0;
  height: 26px;
  padding: 0;
  width: 99.5%;
  margin: 0 5px 20px 0;
}

customers-table .list-toolbar .search input:focus {
  width: 99.4%;
  border: 1px solid #DDD;
}

customers-table .list-toolbar .search input:hover {
  width: 99.4%;
  border: 1px solid #DDD;
}

customers-table .list-toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 99.5%;
}

.pull-right {
  margin-bottom: 10px;
}

#bar.chart.chart-bar {
  display: block;
  height: 5px;
  width: 60px;
  margin: auto;
}

#alignCharts .modal-body {
  padding: 0px 26px 0px 0px;
}

#alignCharts .row {
  margin-left: -11px;
  margin-right: -13px;
}

#pie.chart.chart-pie.alignStyle {
  padding-left: 4px;
}

.alignUsage {
  text-align: center;
  margin: 25px;
  font-weight: bold;
  font-size: 15px;
}

.alignTitle {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.modal-body#alignCharts {
  padding: 0px 26px 0px 0px;
}

#pie.chart.chart-pie.physical-ram {
  padding-left: 4px;
}

.alignTitle {
  text-align: center;
  margin: 25px;
  font-weight: bold;
  font-size: 15px;
}

admin-designer-canvas .tools {
  width: 100%;
  margin: 20px auto 10px;
  text-align: center;
}

admin-designer-canvas .tools span {
  margin-left: 4px;
  font-size: 1em;
}

admin-designer-canvas .btn-group .btn-primary {
  background-color: #f9f9f9;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  margin: 0;
}

admin-designer-canvas .canvas-container {
  margin: 0 auto;
  z-index: 98;
}

admin-designer-canvas .upper-canvas {
  outline: 2px solid #000;
}

admin-designer-canvas .overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}

admin-designer-canvas .overlay .spinner i {
  color: #666;
}

admin-designer-canvas .dropArea {
  margin: 65px 40px;
  padding: 15px;
  border: 1px solid #333;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  height: 240px;
  width: 440px;
  position: absolute;
  display: none;
}

admin-designer-canvas #dropZone {
  border: 2px dashed #bbb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 80px;
  text-align: center;
  font: 21pt bold arial;
  color: #bbb;
  height: 210px;
}

.loading {
  text-align: center;
}

.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0;
}

.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}

.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1, 2.2);
  }

  40% {
    transform: scale(1);
  }
}

admin-designer-media-tree window-bar {
  background-color: #222;
}

admin-designer-media-tree .content {
  padding: 15px;
}

admin-designer-media-tree .content .page-title {
  margin: 0 0 10px;
}

admin-designer-media-tree .content .btn {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

admin-designer-media-tree .content i.fa.fa-expand {
  font-size: 22px;
  float: right;
  color: #002B49;
}

admin-designer-media-tree .content .btn {
  font-size: 14px;
}

admin-designer-media-tree .media-tree .table .btn {
  margin: 0;
}

admin-designer-media-tree .btn-circle {
  width: 40px !important;
  height: 40px !important;
}

admin-designer-preview {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

admin-designer-preview .btn-close {
  color: #FFF;
  position: absolute;
  height: 50px;
  width: 50px;
  right: 10px;
  top: 10px;
  font-size: 36px;
  cursor: pointer;
  text-align: center;
  font-family: arial;
  z-index: 1;
}

admin-designer-preview .btn-close:hover {
  color: #0096ff;
}

admin-designer-preview canvas {
  margin: 0 auto;
  display: block;
  z-index: 0;
}

admin-designer-preview .upper-canvas {
  border: none;
}

admin-designer-preview .preview-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  top: 0;
}

admin-designer-preview .preview-overlay .spinner i {
  color: #666;
}

admin-designer-preview .counter {
  display: none;
}

admin-designer-preview .counter > span {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 20px;
  font-size: 1.5em;
  color: #FFF;
  border-bottom-right-radius: 0.3em;
}

admin-designer-preview .scene-slider-container {
  display: none;
  opacity: 0;
  filter: alpha(opacity=1);
  color: #fff !important;
}

admin-designer-preview .scene-slider-container:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background: rgba(0, 0, 0, 0.7);
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

admin-designer-preview .scene-slider-container .tools {
  width: 100%;
  margin: 10px 0px 0px 0px;
  text-align: right;
}

admin-designer-preview .scene-slider-container .rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  margin: 40px 0 0px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

admin-designer-preview .scene-slider-container .rzslider .rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -1px;
}

admin-designer-preview .scene-slider-container .rz-tick:first-of-type span {
  margin-left: 0px;
}

admin-designer-preview .scene-slider-container .rzslider .rz-bubble {
  display: none;
}

admin-designer-preview .scene-slider-container .rzslider .rz-tick {
  position: absolute;
  top: -6px;
  width: 22px;
  height: 22px;
  margin-left: 11px;
  text-align: center;
  cursor: default;
  border-radius: 50%;
}

admin-designer-preview .scene-slider-container .rz-pointer {
  width: 22px;
  height: 22px;
  top: -9px;
}

admin-designer-preview .scene-slider-container .rzslider .rz-selection {
  background: #002B49 !important;
}

admin-designer-preview .scene-slider-container .rzslider .rz-tick.rz-selected {
  background: #002B49 !important;
}

admin-designer-preview .scene-slider-container .rz-tick:last-of-type {
  display: none;
}

admin-designer-preview .scene-slider-container .rzslider .rz-bar-wrapper {
  cursor: default;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

admin-designer-scene {
  background-color: #f9f9f9;
  position: relative;
}

admin-designer-scene .content {
  overflow: auto;
  height: 100%;
}

admin-designer-scene .btn-expand {
  position: absolute;
  right: 0px;
  top: 50%;
}

admin-designer-scene .btn-expand i {
  color: #333;
  font-size: 32px;
}

admin-designer-scene .btn {
  margin: 10px auto;
  display: block;
}

admin-designer-scene .scenes .scene {
  padding: 20px 0 5px;
  text-align: center;
  position: relative;
  border-top: 1px solid #EEE;
}

admin-designer-scene .scenes .scene:last-child {
  border-bottom: 1px solid #EEE;
}

admin-designer-scene .scenes .scene.active {
  background-color: #e2e2e2;
  cursor: default !important;
  opacity: 1 !important;
}

admin-designer-scene .scenes .scene.scenedisabled {
  cursor: wait;
  opacity: 0.5;
}

admin-designer-scene .scenes .scene .btn {
  font-size: 1.1em;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 24px;
  border-bottom-left-radius: .4em;
  color: #FFF;
  z-index: 100;
}

admin-designer-scene .scenes .scene img {
  max-width: 130px;
  max-height: 73px;
  border: 2px solid #555;
  background-color: #FFF;
}

admin-designer-scene .scenes .scene label {
  display: block;
}

admin-designer-scene #mirror-canvas {
  position: absolute;
}

admin-designer-tabs {
  position: relative;
  background-color: #EEE;
  border-right: 1px solid #EEE;
}

admin-designer-tabs .content .btn {
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 16px 0;
  font-size: 1.5em;
  border-bottom: 1px solid #EEE !important;
}

admin-designer-tabs .content .btn.active {
  background: #333 !important;
  color: #FFF !important;
}

admin-designer-tabs .tabs-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

admin-designer-toolbox input {
  font-size: 12px !important;
}

admin-designer-toolbox .fa-toggle-on {
  color: #005600;
}

admin-designer-toolbox .fa-calendar {
  color: #1363ad;
}

admin-designer-toolbox .panel-title {
  margin: 0;
  border-bottom: 1px solid #DDD;
}

admin-designer-toolbox .panel-title > a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  background: #fdfdfd;
  color: #333;
  font-weight: bold;
}

admin-designer-toolbox .panel-title > a span {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

admin-designer-toolbox .input-group-btn .btn {
  padding-top: 5px;
  padding-bottom: 6px;
}

admin-designer-toolbox .controls i {
  width: 16px;
  text-align: center;
  color: #666;
}

admin-designer-toolbox .controls i.fa-eye-slash {
  color: #C03;
}

admin-designer-toolbox .controls i.fa-lock {
  color: #002B49;
}

admin-designer-toolbox .form-group label {
  font-weight: bold;
}

admin-designer-toolbox .content {
  min-height: 300px;
}

admin-designer-toolbox .content .color-picker-input-swatch {
  width: 100%;
}

admin-designer-toolbox .tab-content {
  padding: 10px;
}

admin-designer-toolbox .spacer {
  margin: 10px 0 20px;
}

admin-designer-toolbox .nav-item:hover > a {
  background: none;
}

admin-designer-toolbox .nav-item > a {
  border: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9em;
  color: #444;
  padding: 6px 8px;
}

admin-designer-toolbox .nav-item > a:hover,
admin-designer-toolbox .nav-item > a:focus {
  background: none;
}

admin-designer-toolbox .nav-item.active > a {
  border-bottom: 2px solid #002B49 !important;
  color: #106cc8 !important;
}

admin-designer-toolbox .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

admin-designer-toolbox .zone-name {
  font-weight: bold;
  width: 160px;
}

admin-designer-toolbox .zone-name i {
  margin-right: 4px;
  width: 16px;
  text-align: center;
}

admin-designer-toolbox v-pane-header {
  margin-bottom: 0 !important;
  background-color: #fdfdfd;
  border-bottom: 1px solid #DDD !important;
  overflow: hidden;
  padding: 0 8px !important;
  height: 30px;
  line-height: 30px;
}

admin-designer-toolbox v-pane-header::before,
admin-designer-toolbox v-pane-header::after {
  display: none !important;
}

admin-designer-toolbox v-pane,
admin-designer-toolbox v-pane-content,
admin-designer-toolbox .content {
  overflow: auto;
}

admin-designer-toolbox v-pane > div,
admin-designer-toolbox v-pane-content > div,
admin-designer-toolbox .content > div {
  transition: 0.25s !important;
}

admin-designer-toolbox v-pane-content > div {
  padding: 0 !important;
  border-bottom: 1px solid #DDD;
}

admin-designer-toolbox v-pane:last-child v-pane-content > div {
  border-bottom: 0;
}

admin-designer-toolbox v-pane .active-tool {
  color: #106cc8 !important;
}

window-bar {
  background-color: #333;
  height: 20px;
  width: 100%;
  display: block;
  overflow: hidden;
}

window-bar .btn {
  float: right;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 26px;
  color: #FFF;
}

window-bar .btn:hover {
  background-color: #666;
}

elastic-audit-log-table .time {
  width: 10%;
}

elastic-audit-log-table .customer {
  width: 20%;
}

elastic-audit-log-table .action {
  width: 10%;
}

elastic-audit-log-table .other {
  width: 5%;
}

elastic-audit-log-table .table th,
elastic-audit-log-table .table td {
  font-size: 12px;
}

elastic-audit-log-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

elastic-audit-log-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

elastic-audit-log-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

elastic-audit-log-table .table tr.selected td span {
  color: #FFF;
}

elastic-audit-log-table .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  line-height: 15px !important;
  padding: 2px !important;
  line-height: 28px !important;
}

elastic-audit-log-table .table th {
  padding: 4px;
}

history-table .time {
  width: 20%;
}

history-table .customer {
  width: 30%;
}

history-table .action {
  width: 10%;
}

history-table .reason {
  width: 10%;
}

history-table .table th,
history-table .table td {
  font-size: 12px;
}

history-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

history-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

history-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

history-table .table tr.selected td span {
  color: #FFF;
}

history-table .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  line-height: 15px !important;
  padding: 2px !important;
  line-height: 28px !important;
}

history-table .table th {
  padding: 4px;
}

mail-actions .btn {
  margin-right: 2px;
}

mail-control {
  display: block;
  margin-bottom: 4px;
  /**
   * List Toolbar
   */
}

mail-control .btn {
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

mail-control .list-toolbar {
  height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

mail-control .list-toolbar .search {
  margin-top: 1px;
  margin-right: 2px;
  min-width: 32%;
}

mail-control .list-toolbar .search .btn {
  padding: 3px 10px;
  font-size: 16px;
  margin-top: -1px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
}

mail-control .list-toolbar .search .btn i {
  margin: 0;
  color: #666;
}

mail-control .list-toolbar .search input {
  border-right: 0;
  height: 26px;
  padding: 0;
  width: 99.5%;
}

mail-control .list-toolbar .search input:focus {
  width: 99.4%;
  border: 1px solid #DDD;
}

mail-control .list-toolbar .search input:hover {
  width: 99.4%;
  border: 1px solid #DDD;
}

mail-control .list-toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 99.5%;
}

.mail-template #name {
  width: 100%;
}

.mail-template .error-msg {
  color: #C03;
}

mail-table .table th,
mail-table .table td {
  font-size: 12px;
}

mail-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

mail-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

mail-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

mail-table .table tr.selected td span {
  color: #FFF;
}

mail-table .table td {
  height: 30px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

mail-table .table th {
  padding: 4px;
}

.period-modal {
  text-align: center;
  font-size: 12px;
}

.period-modal label {
  font-weight: bold;
}

.period-modal input {
  font-size: 12px !important;
}

.period-modal h1 {
  font-size: 18px !important;
  letter-spacing: 0 !important;
  color: #666;
  line-height: 18px;
}

.period-modal h4 {
  line-height: 14px;
  font-size: 14px;
}

.period-modal .form-group {
  text-align: left;
  padding: 5px 0;
  margin-bottom: 8px;
}

.period-modal .time {
  width: 50px;
  display: inline-block;
}

.period-modal .split {
  padding: 0 5px;
}

.period-modal .link {
  display: block;
  padding: 5px;
}

.period-modal .btn-save {
  margin-top: 20px;
}

.period-modal .form-group > div {
  padding: 0 10px;
}

.period-modal .form-group table td {
  padding: 2px;
}

.period-modal .form-group table td:first-child {
  width: 90px;
}

.period-modal .form-group .form-control.short {
  width: 140px;
}

.period-modal .weekday {
  width: 16px;
  margin-right: 8px;
  text-align: center;
  display: inline-block;
}

.period-modal .weekday label {
  margin-bottom: 0;
  font-weight: normal;
}

.period-modal input.date-picker {
  font-size: 14px;
}

.period-modal .md-icon-button.md-button.md-ink-ripple {
  margin: 0;
  padding: 0;
  height: 30px;
}

.period-modal .md-ripple-container {
  display: none;
}

.period-modal .md-errors-spacer {
  display: none;
}

.period-modal md-input-container label {
  display: none;
}

.period-modal input:disabled {
  background-color: #eceeef !important;
}

.checkbox-horizontals {
  display: block;
  overflow: hidden;
}

.checkbox-horizontal {
  float: left;
  margin-right: 20px;
}

.checkbox-horizontal label {
  padding-left: 24px !important;
}

.media-form .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 10px;
}

#media-tag tags-input .tags .tag-item {
  background: #002B49;
  font-weight: bold;
  color: white !important;
}

#media-tag .tags-input {
  border-radius: 2px;
}

admin-media-lib-tree .table,
.folder-tree .table,
.media-tree .table {
  width: 100% !important;
  /*this is for media presentation page media item width, both client and admin*/
}

admin-media-lib-tree .table th,
admin-media-lib-tree .table td,
.folder-tree .table th,
.folder-tree .table td,
.media-tree .table th,
.media-tree .table td {
  font-size: 12px;
}

admin-media-lib-tree .table tr,
.folder-tree .table tr,
.media-tree .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

admin-media-lib-tree .table tr:last-child > td,
.folder-tree .table tr:last-child > td,
.media-tree .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

admin-media-lib-tree .table tr.selected,
.folder-tree .table tr.selected,
.media-tree .table tr.selected {
  background-color: #0096ff !important;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

admin-media-lib-tree .table tr.selected i,
.folder-tree .table tr.selected i,
.media-tree .table tr.selected i {
  color: #FFF;
}

admin-media-lib-tree .table tr.selected .tree-icon span,
.folder-tree .table tr.selected .tree-icon span,
.media-tree .table tr.selected .tree-icon span {
  color: #FFF;
}

admin-media-lib-tree .table td,
.folder-tree .table td,
.media-tree .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  max-width: 200px;
  padding: 2px !important;
  overflow: hidden;
}

admin-media-lib-tree .table th.Name,
.folder-tree .table th.Name,
.media-tree .table th.Name {
  width: 238px;
  padding: 4px;
  min-width: 238px;
}

admin-media-lib-tree .table th.Kind,
.folder-tree .table th.Kind,
.media-tree .table th.Kind {
  width: 65px;
  padding: 4px;
  min-width: 65px;
}

admin-media-lib-tree .table th.UploadedBy,
.folder-tree .table th.UploadedBy,
.media-tree .table th.UploadedBy {
  width: 98px;
  padding: 4px;
  min-width: 98px;
}

admin-media-lib-tree .table th.Date_Modified,
.folder-tree .table th.Date_Modified,
.media-tree .table th.Date_Modified {
  width: 114px;
  padding: 4px;
  min-width: 114px;
}

admin-media-lib-tree .table th.Tags,
.folder-tree .table th.Tags,
.media-tree .table th.Tags {
  width: 55px;
  padding: 4px;
  min-width: 55px;
}

admin-media-lib-tree .table th.PlayDuration,
.folder-tree .table th.PlayDuration,
.media-tree .table th.PlayDuration {
  width: 111px;
  padding: 4px;
  min-width: 111px;
}

admin-media-lib-tree .table th.ActivePeriod,
.folder-tree .table th.ActivePeriod,
.media-tree .table th.ActivePeriod {
  width: 113px;
  padding: 4px;
  min-width: 113px;
}

admin-media-lib-tree .table th.Triggers,
.folder-tree .table th.Triggers,
.media-tree .table th.Triggers {
  width: 68px;
  padding: 4px;
  min-width: 68px;
}

admin-media-lib-tree .table th.Comments,
.folder-tree .table th.Comments,
.media-tree .table th.Comments {
  width: 111px;
  padding: 4px;
  min-width: 111px;
}

admin-media-lib-tree .table th,
.folder-tree .table th,
.media-tree .table th {
  width: 120px;
  padding: 4px;
}

admin-media-lib-tree .table .tree-icon,
.folder-tree .table .tree-icon,
.media-tree .table .tree-icon {
  color: #002B49;
  margin-right: 4px;
}

admin-media-lib-tree .table .tree-icon span,
.folder-tree .table .tree-icon span,
.media-tree .table .tree-icon span {
  line-height: 24px;
  color: #333;
}

admin-media-lib-tree .table .sky-blue,
.folder-tree .table .sky-blue,
.media-tree .table .sky-blue {
  color: #0096ff;
}

admin-media-lib-tree .table .btn,
.folder-tree .table .btn,
.media-tree .table .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

admin-media-lib-tree .table .drop-box,
.folder-tree .table .drop-box,
.media-tree .table .drop-box {
  transition: all 0.1s;
  overflow: hidden;
  width: 150px;
}

admin-media-lib-tree .table .drop-box.dragover,
.folder-tree .table .drop-box.dragover,
.media-tree .table .drop-box.dragover {
  background-color: #ffd700 !important;
}

admin-media-lib-tree .table .drop-box .btns,
.folder-tree .table .drop-box .btns,
.media-tree .table .drop-box .btns {
  position: absolute;
  right: -80px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

admin-media-lib-tree .table .drop-box .btns button,
.folder-tree .table .drop-box .btns button,
.media-tree .table .drop-box .btns button {
  margin: 0;
  height: 20px;
}

admin-media-lib-tree .table .drop-box .btns.show,
.folder-tree .table .drop-box .btns.show,
.media-tree .table .drop-box .btns.show {
  right: 0;
  top: 0;
}

admin-media-lib-tree .table .progress,
.folder-tree .table .progress,
.media-tree .table .progress {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #f0ad4e;
  width: 100%;
  border-radius: 0;
}

admin-media-lib-tree .table .progress-striped,
.folder-tree .table .progress-striped,
.media-tree .table .progress-striped {
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

admin-media-lib-tree .table .progress-striped.show,
.folder-tree .table .progress-striped.show,
.media-tree .table .progress-striped.show {
  opacity: 1;
}

admin-media-lib-tree .table .progress-bar-info,
.folder-tree .table .progress-bar-info,
.media-tree .table .progress-bar-info {
  background-color: rgba(91, 192, 222, 0.8);
}

admin-media-lib-tree .table .preview,
.folder-tree .table .preview,
.media-tree .table .preview {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid #CCC;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #EEE;
  margin-top: 1px;
}

admin-media-lib-tree .table .preview .fa,
.folder-tree .table .preview .fa,
.media-tree .table .preview .fa {
  font-size: 9pt;
}

admin-media-lib-tree .table .preview img,
.folder-tree .table .preview img,
.media-tree .table .preview img {
  width: 16px;
  height: 16px;
}

admin-media-lib-tree .progress.active .progress-bar,
admin-media-lib-tree .progress-bar.active,
.folder-tree .progress.active .progress-bar,
.folder-tree .progress-bar.active,
.media-tree .progress.active .progress-bar,
.media-tree .progress-bar.active {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

admin-media-lib-tree .progress-striped .progress-bar-info,
.folder-tree .progress-striped .progress-bar-info,
.media-tree .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

admin-media-lib-tree .progress-striped .progress-bar,
admin-media-lib-tree .progress-bar-striped,
.folder-tree .progress-striped .progress-bar,
.folder-tree .progress-bar-striped,
.media-tree .progress-striped .progress-bar,
.media-tree .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

admin-media-lib-tree .progress-bar-info,
.folder-tree .progress-bar-info,
.media-tree .progress-bar-info {
  background-color: #5bc0de;
}

admin-media-lib-tree .progress-bar,
.folder-tree .progress-bar,
.media-tree .progress-bar {
  background-color: #337ab7;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  transition: width 0.6s ease 0s;
  width: 0;
}

admin-media-lib-tree .error-msg,
.folder-tree .error-msg,
.media-tree .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  font-size: 15px;
}

/*style for providing scrollbar for table*/

.tableScrollbar {
  overflow: auto;
  width: 100%;
}

#media-lib-trigger {
  /*.nya-bs-option.nya-bs-option-1{
    height: 30px;
    overflow: auto;
  }*/
}

#media-lib-trigger .dropdown-menu li a {
  text-transform: none !important;
}

#media-lib-trigger .roles {
  display: block;
  overflow: hidden;
}

#media-lib-trigger .nya-bs-select.nya-bs-select-1 {
  /*height: 44px;*/
  /*overflow : auto;*/
  /*overflow-y: auto;*/
}

#media-lib-trigger .fixed_size_for_dropdown ul {
  height: 80px !important;
  overflow: auto !important;
}

#media-lib-trigger .role {
  float: left;
  margin-right: 20px;
}

#media-lib-trigger .role label {
  padding-left: 24px !important;
}

#device-monitor-more-info .rounded-icon-buttons .btn {
  margin-right: 2px;
}

.nya-min-width .dropdown-menu .inner {
  height: 250px;
  overflow: auto;
}

.nya-min-width .dropdown-menu .selected a {
  background-color: #002B49;
  color: #FFF;
}

.volume-controller .rz-bar {
  background: #FF9A31;
}

.volume-controller .rz-pointer {
  background-color: #002B49;
}

.volume-controller .rz-active::after {
  background-color: #72B1C8 !important;
}

#monitor-media-tree th,
#monitor-media-tree td {
  font-size: 12px;
}

#monitor-media-tree tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#monitor-media-tree tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

#monitor-media-tree tr.selected {
  background-color: #0096ff;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

#monitor-media-tree tr.selected i {
  color: #FFF;
}

#monitor-media-tree tr.selected .tree-icon span {
  color: #D3D3D3;
}

#monitor-media-tree td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

#monitor-media-tree th {
  padding: 4px;
}

#monitor-media-tree .tree-icon {
  color: #002B49;
  margin-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#monitor-media-tree .tree-icon span {
  line-height: 24px;
  color: #333;
}

#monitor-media-tree .sky-blue {
  color: #0096ff;
}

#monitor-media-tree .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

#monitor-media-tree .btn-hover:hover {
  color: #006400;
}

#app-update-prompt .radio-horizontals {
  display: block;
  overflow: hidden;
}

#app-update-prompt .radio-horizontal {
  float: left;
  margin-right: 20px;
}

#app-update-prompt .radio-horizontal label {
  padding-left: 24px !important;
}

monitorControl .btn {
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 2px;
}

#device-edit tags-input .tags .tag-item {
  background: #002B49;
  font-weight: bold;
  color: white !important;
}

#device-edit .tags-input {
  border-radius: 2px;
}

#hdmi-schedule .toggle.android {
  border-radius: 0px;
}

#hdmi-schedule .toggle.android .toggle-handle {
  border-radius: 0px;
}

#hdmi-schedule .toggle.ios,
#hdmi-schedule .toggle-on.ios,
#hdmi-schedule .toggle-off.ios {
  border-radius: 20px;
}

#hdmi-schedule .toggle.ios .toggle-handle {
  border-radius: 20px;
}

#hdmi-schedule .toggle.btn-sm {
  min-width: 60px;
  min-height: 20px;
}

#device-monitor-log .modal-body {
  padding: 10px;
}

#device-monitor-log .modal-body .pagination-util {
  margin-bottom: 5px;
}

#offline-publish .table th,
#offline-publish .table td {
  font-size: 12px;
}

#offline-publish .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#offline-publish .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

#offline-publish .table tr.selected {
  background-color: #0096ff;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

#offline-publish .table tr.selected i {
  color: #FFF;
}

#offline-publish .table tr.selected .tree-icon span {
  color: #FFF;
}

#offline-publish .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

#offline-publish .table th {
  padding: 4px;
}

#offline-publish .table .tree-icon {
  color: #002B49;
  margin-right: 4px;
}

#offline-publish .table .tree-icon span {
  line-height: 24px;
  color: #333;
}

#offline-publish .table .sky-blue {
  color: #0096ff;
}

#offline-publish .table .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

#offline-publish .table .drop-box {
  transition: all 0.1s;
  overflow: hidden;
}

#offline-publish .table .drop-box.dragover {
  background-color: #ffd700 !important;
}

#offline-publish .table .drop-box .btns {
  position: absolute;
  right: -80px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

#offline-publish .table .drop-box .btns button {
  margin: 0;
  height: 20px;
}

#offline-publish .table .drop-box .btns.show {
  right: 0;
  top: 0;
}

#offline-publish .table .progress {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #002B49;
  width: 100%;
  border-radius: 0;
}

#offline-publish .table .progress-striped {
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#offline-publish .table .progress-striped.show {
  opacity: 1;
}

#offline-publish .table .progress-bar-info {
  background-color: rgba(91, 192, 222, 0.8);
}

#offline-publish .table .preview {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid #CCC;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #EEE;
  margin-top: 1px;
}

#offline-publish .table .preview .fa {
  font-size: 9pt;
}

#offline-publish .table .preview img {
  width: 16px;
  height: 16px;
}

#offline-publish .progress.active .progress-bar,
#offline-publish .progress-bar.active {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

#offline-publish .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#offline-publish .progress-striped .progress-bar,
#offline-publish .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

#offline-publish .progress-bar-info {
  background-color: #5bc0de;
}

#offline-publish .progress-bar {
  background-color: #002B49;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  transition: width 0.6s ease 0s;
  width: 0;
  color: white;
  font-weight: bold;
}

#offline-publish .error-msg {
  color: red;
  float: left;
  width: 100%;
  margin-top: 10px;
}

#progress-dialog .table th,
#progress-dialog .table td {
  font-size: 12px;
}

#progress-dialog .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#progress-dialog .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

#progress-dialog .table tr.selected {
  background-color: #0096ff;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

#progress-dialog .table tr.selected i {
  color: #FFF;
}

#progress-dialog .table tr.selected .tree-icon span {
  color: #FFF;
}

#progress-dialog .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

#progress-dialog .table th {
  padding: 4px;
}

#progress-dialog .table .tree-icon {
  color: #002B49;
  margin-right: 4px;
}

#progress-dialog .table .tree-icon span {
  line-height: 24px;
  color: #333;
}

#progress-dialog .table .sky-blue {
  color: #0096ff;
}

#progress-dialog .table .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

#progress-dialog .table .drop-box {
  transition: all 0.1s;
  overflow: hidden;
}

#progress-dialog .table .drop-box.dragover {
  background-color: #ffd700 !important;
}

#progress-dialog .table .drop-box .btns {
  position: absolute;
  right: -80px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

#progress-dialog .table .drop-box .btns button {
  margin: 0;
  height: 20px;
}

#progress-dialog .table .drop-box .btns.show {
  right: 0;
  top: 0;
}

#progress-dialog .table .progress {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #002B49;
  width: 100%;
  border-radius: 0;
}

#progress-dialog .table .progress-striped {
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#progress-dialog .table .progress-striped.show {
  opacity: 1;
}

#progress-dialog .table .progress-bar-info {
  background-color: rgba(91, 192, 222, 0.8);
}

#progress-dialog .table .preview {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid #CCC;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #EEE;
  margin-top: 1px;
}

#progress-dialog .table .preview .fa {
  font-size: 9pt;
}

#progress-dialog .table .preview img {
  width: 16px;
  height: 16px;
}

#progress-dialog .progress.active .progress-bar,
#progress-dialog .progress-bar.active {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

#progress-dialog .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#progress-dialog .progress-striped .progress-bar,
#progress-dialog .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

#progress-dialog .progress-bar-info {
  background-color: #5bc0de;
}

#progress-dialog .progress-bar {
  background-color: #002B49;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  transition: width 0.6s ease 0s;
  width: 0;
  color: white;
  font-weight: bold;
}

#reboot-schedule .radio-horizontals {
  display: block;
  overflow: hidden;
}

#reboot-schedule .radio-horizontal {
  float: left;
  margin-right: 20px;
}

#reboot-schedule .radio-horizontal label {
  padding-left: 24px !important;
}

[monitor-status] .online {
  color: #00b159;
}

[monitor-status] .offline {
  color: #C03;
}

[monitor-status] .fa-mobile {
  font-size: 20px;
}

#monitor-table .css-label {
  margin-bottom: 2px;
  padding-left: 16px;
}

#monitor-table th {
  padding: 4px;
}

#monitor-table .name {
  width: 18%;
}

#monitor-table .date {
  width: 18%;
}

#monitor-table .count {
  width: 5%;
}

#monitor-table .status {
  text-align: center;
  width: 7%;
}

#monitor-table .heartbrat {
  width: 5%;
}

#monitor-table .action-buttons {
  width: 11%;
}

#monitor-table td {
  font-size: .9em;
  border: none !important;
  border-right: 1px solid #eceeef !important;
}

#monitor-table td .btn {
  margin-right: 2px;
}

.status-in-header {
  padding-left: 10px;
  text-align: center;
}

.btn-other-op {
  color: black;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #D3D3D3;
}

.btn-other-op:hover {
  background-color: #A9A9A9;
}

#device-time-settings-table td:nth-child(1) {
  font-weight: bold;
}

.display-label {
  font-size: 15px;
  padding-top: 6px;
}

#monitorDeviceInfoTableGroup {
  min-height: 365px;
  max-height: 400px;
}

#monitorDeviceInfoTableGroup #monitorDeviceTableLeft {
  float: left;
  width: 49%;
}

#monitorDeviceInfoTableGroup #monitorDeviceinfoTableRight {
  float: right;
  width: 49%;
}

#monitorDeviceInfoTableGroup td:nth-child(1) {
  font-weight: bold;
}

#monitor-model-body-group {
  min-height: 400px;
  max-height: 550px;
  min-width: 800px;
}

#monitor-model-body-group #monitor-model-body-table-left {
  float: left;
  width: 48%;
}

#monitor-model-body-group #monitor-model-body-table-right {
  float: right;
  width: 48%;
}

#monitor-model-body-group td:nth-child(1) {
  font-weight: bold;
}

#monitor-device-settings-table tr:nth-child(2n) {
  background-color: #f7fafc;
}

.nya-bs-select.btn-group .dropdown-menu.customTime {
  height: 200px;
}

.nya-min-width .dropdown-menu .inner.customTime {
  height: 200px !important;
  max-height: 200px !important;
  overflow: auto;
}

admin-presentation-list #presentation-list {
  margin-top: 5px;
}

admin-presentation-list .sorting-selection-container {
  margin-right: 2%;
}

admin-presentation-recents-grid .container-fluid {
  background-color: #E2E2E2;
  padding: 25px;
  min-height: 600px;
}

admin-presentation-recents-grid .templates .box {
  display: inline-block;
  text-align: center;
  line-height: 170px;
  margin-bottom: 30px;
}

admin-presentation-recents-grid .templates .box .presentation-tile {
  position: relative;
  display: inline-block;
}

admin-presentation-recents-grid .templates .box .btn {
  font-size: 1.1em;
  color: #666;
  position: absolute;
  right: 2px;
  top: 3px;
  margin: 0;
  padding: 0;
  width: 24px;
  border-bottom-left-radius: .4em;
  color: #FFF;
  z-index: 100;
}

admin-presentation-recents-grid .templates .box img {
  max-width: 300px;
  max-height: 170px;
  border: 2px solid #EEE;
  background-color: #FFF;
  cursor: pointer;
}

admin-presentation-recents-grid .templates .box p {
  max-width: 500px;
  max-height: 170px;
  text-align: center;
  text-orientation: upright;
  color: #373a3c;
  font-size: 20px;
  margin-top: 14%;
  margin-left: 35%;
  display: outline-block;
  border: 1px solid #EEE;
  background-color: #E2E2E2;
  font-family: Open Sans;
  /*-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.64);
        -moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.64);
        box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.64);*/
}

admin-presentation-recents-grid .templates .box label {
  line-height: 1em;
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
  display: block;
}

admin-presentation-recents-grid .templates .box label.date {
  color: #999;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

admin-presentation-recents-list .container-fluid {
  background-color: #E2E2E2;
  padding: 25px;
  min-height: 500px;
}

admin-presentation-recents-list .container-fluid .box {
  /*display: inline-block;
        text-align: center;
        line-height: 170px;
        margin-bottom: 30px;
        .presentation-tile {
        position: relative;
        display: inline-block;
      }*/
}

admin-presentation-recents-list .container-fluid .box p {
  max-width: 500px;
  max-height: 170px;
  text-align: center;
  text-orientation: upright;
  color: #373a3c;
  font-size: 20px;
  margin-top: 10%;
  margin-left: 35%;
  display: outline-block;
  border: 1px solid #EEE;
  background-color: #E2E2E2;
  font-family: Open Sans;
  padding: 7% 0;
}

admin-presentation-recents-list .container-fluid #presentations-table tr {
  cursor: pointer;
}

admin-presentation-recents-list .container-fluid #presentations-table th {
  background: #FFF;
  padding: 4px;
}

admin-presentation-recents-list .container-fluid #presentations-table .name {
  line-height: 1;
  width: 30%;
}

admin-presentation-recents-list .container-fluid #presentations-table .status {
  text-align: center;
  width: 10%;
}

admin-presentation-recents-list .container-fluid #presentations-table .status i {
  color: #72B1C8;
}

admin-presentation-recents-list .container-fluid #presentations-table .updatedAt {
  text-align: left;
  width: 21%;
}

admin-presentation-recents-list .container-fluid #presentations-table .action-buttons {
  width: 30%;
}

admin-presentation-recents-list .container-fluid #presentations-table td {
  background: #FFF;
}

admin-presentation-recents-list .container-fluid #presentations-table td .btn {
  margin-right: 2px;
}

admin-presentation-recents .container-fluid {
  background-color: #E2E2E2;
  padding: 25px;
}

admin-presentation-recents .templates .box {
  display: inline-block;
  text-align: center;
  line-height: 170px;
  margin-bottom: 30px;
}

admin-presentation-recents .templates .box .presentation-tile {
  position: relative;
  display: inline-block;
}

admin-presentation-recents .templates .box .btn {
  font-size: 1.1em;
  color: #666;
  position: absolute;
  right: 2px;
  top: 3px;
  margin: 0;
  padding: 0;
  width: 24px;
  border-bottom-left-radius: .4em;
  color: #FFF;
  z-index: 100;
}

admin-presentation-recents .templates .box img {
  max-width: 300px;
  max-height: 170px;
  border: 2px solid #EEE;
  background-color: #FFF;
  cursor: pointer;
}

admin-presentation-recents .templates .box label {
  line-height: 1em;
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
  display: block;
}

admin-presentation-recents .templates .box label.date {
  color: #999;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

admin-templates {
  text-align: center;
}

admin-templates .btn.active {
  background-color: #72B1C8 !important;
}

admin-templates .container-fluid {
  background-color: #E2E2E2;
  padding: 10px 0;
}

admin-templates .toggle {
  padding: 10px 0 20px;
}

admin-templates .templates .box {
  cursor: pointer;
  max-width: 300px;
  display: inline-block;
}

admin-templates .templates .box img {
  max-width: 300px;
  max-height: 300px;
  border: 2px solid #EEE;
}

admin-templates .templates .box label {
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
}

#createPresentationModal .custom-size {
  margin-bottom: 10px;
}

#createPresentationModal .custom-size * {
  float: left;
}

#createPresentationModal .custom-size span {
  line-height: 25px;
  padding: 0 10px;
}

#resellerControl .btn {
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 2px;
}

#reseller-admin-users-table {
  margin-top: 5px;
}

#reseller-admin-users-table .name {
  width: 20%;
}

#reseller-admin-users-table .email {
  width: 20%;
}

#reseller-admin-users-table .action-buttons {
  width: 60%;
}

#reseller-admin-users-table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

#reseller-admin-users-table tr.selected td span {
  color: #FFF;
}

#reseller-admin-users-table #reseller-admin-users-table th,
#reseller-admin-users-table td {
  padding: 0.25rem !important;
}

resellers-table {
  /**
   * List Toolbar
   */
}

resellers-table #resellers-table .css-label {
  margin-bottom: 2px;
  padding-left: 16px;
}

resellers-table #resellers-table td .btn {
  margin-right: 2px;
}

resellers-table #resellers-form .spacer {
  height: 70px;
  text-align: left;
}

resellers-table .table th,
resellers-table .table td {
  font-size: 12px;
}

resellers-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

resellers-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

resellers-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

resellers-table .table tr.selected td span {
  color: #FFF;
}

resellers-table .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  line-height: 15px !important;
  padding: 2px !important;
}

resellers-table .table th {
  padding: 4px;
}

resellers-table .list-toolbar {
  height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

resellers-table .list-toolbar .search {
  margin-top: 1px;
  margin-right: 2px;
  width: 270px;
}

resellers-table .list-toolbar .search .btn {
  padding: 3px 10px;
  font-size: 16px;
  margin-top: -1px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
  margin: 0 0 0 25px;
}

resellers-table .list-toolbar .search .btn i {
  margin: 0;
  color: #666;
  padding: 0px 5px 1px 0px;
}

resellers-table .list-toolbar .search input {
  border-right: 0;
  height: 26px;
  padding: 0;
  width: 99.5%;
}

resellers-table .list-toolbar .search input:focus {
  width: 99.4%;
  border: 1px solid #DDD;
}

resellers-table .list-toolbar .search input:hover {
  width: 99.4%;
  border: 1px solid #DDD;
}

resellers-table .list-toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 99.5%;
}

role-actions .btn {
  margin-right: 2px;
}

role-control {
  display: block;
  margin-bottom: 4px;
}

role-control .btn {
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.role-form .roles {
  display: block;
  overflow: hidden;
}

.role-form .role {
  float: left;
  margin-right: 20px;
}

.role-form .role label {
  padding-left: 24px !important;
}

.role-form .verification {
  margin-left: 4px;
}

.role-form .verification .css-label {
  font-weight: bold;
}

.role-form .tab-pane {
  margin: 5px;
}

role-table {
  /**
   * List Toolbar
   */
}

role-table #role-table .css-label {
  margin-bottom: 2px;
  padding-left: 16px;
}

role-table #role-table td .btn {
  margin-right: 2px;
}

role-table #role-form .spacer {
  height: 70px;
  text-align: left;
}

role-table .table th,
role-table .table td {
  font-size: 12px;
}

role-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

role-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

role-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

role-table .table tr.selected td span {
  color: #FFF;
}

role-table .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  line-height: 15px !important;
  padding: 2px !important;
}

role-table .table th {
  padding: 4px;
}

role-table .list-toolbar {
  height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

role-table .list-toolbar .search {
  margin-top: 0px;
  margin-right: 2px;
  width: 270px;
}

role-table .list-toolbar .search .btn {
  /*        margin-bottom: 0px;
        padding: 3px 10px; 
        font-size: 16px;
        text-align: center; 
        background: none; 
        border: 1px solid #DDD;*/
  font-size: 16px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
  top: 0;
  position: absolute;
  height: 28px;
  left: -25px;
  margin: 0 0 0 25px;
}

role-table .list-toolbar .search .btn i {
  margin: 0;
  color: #666;
}

role-table .list-toolbar .search input {
  border-right: 0;
  height: 26px;
  padding: 0;
  width: 99.5%;
}

role-table .list-toolbar .search input:focus {
  width: 99.4%;
  border: 1px solid #DDD;
}

role-table .list-toolbar .search input:hover {
  width: 99.5%;
  border: 1px solid #DDD;
}

role-table .list-toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 99.5%;
}

/*.role-table .list-toolbar .search .input{*/

/*  .input-group.search{
 border-right: 0;
 height: 25.9px;
 padding: 0% 1% 0% 0%;
 width: 99.5%;
}
.input-group-btn{
width: 3%;
}*/

/*.role-table .list-toolbar .search .btn{*/

/*.btn.btn-transparent{
margin: 0% 0% 20% 6%;
 padding: 0% 0% 28% 23%;
 font-size: 16px;
 text-align: center;
 background: none;
 border: 1px solid #DDD;
 width:74%;

}
*/

sync-progress .table th,
sync-progress .table td {
  font-size: 12px;
}

sync-progress .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

sync-progress .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

sync-progress .table tr.selected {
  background-color: #0096ff;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

sync-progress .table tr.selected i {
  color: #FFF;
}

sync-progress .table tr.selected .tree-icon span {
  color: #FFF;
}

sync-progress .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

sync-progress .table th {
  padding: 4px;
}

sync-progress .table .tree-icon {
  color: #002B49;
  margin-right: 4px;
}

sync-progress .table .tree-icon span {
  line-height: 24px;
  color: #333;
}

sync-progress .table .sky-blue {
  color: #0096ff;
}

sync-progress .table .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

sync-progress .table .drop-box {
  transition: all 0.1s;
  overflow: hidden;
}

sync-progress .table .drop-box.dragover {
  background-color: #ffd700 !important;
}

sync-progress .table .drop-box .btns {
  position: absolute;
  right: -80px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

sync-progress .table .drop-box .btns button {
  margin: 0;
  height: 20px;
}

sync-progress .table .drop-box .btns.show {
  right: 0;
  top: 0;
}

sync-progress .table .progress {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #002B49;
  width: 100%;
  border-radius: 0;
}

sync-progress .table .progress-striped {
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

sync-progress .table .progress-striped.show {
  opacity: 1;
}

sync-progress .table .progress-bar-info {
  background-color: rgba(91, 192, 222, 0.8);
}

sync-progress .table .preview {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid #CCC;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #EEE;
  margin-top: 1px;
}

sync-progress .table .preview .fa {
  font-size: 9pt;
}

sync-progress .table .preview img {
  width: 16px;
  height: 16px;
}

sync-progress .progress.active .progress-bar,
sync-progress .progress-bar.active {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

sync-progress .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

sync-progress .progress-striped .progress-bar,
sync-progress .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

sync-progress .progress-bar-info {
  background-color: #5bc0de;
}

sync-progress .progress-bar {
  background-color: #002B49;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  transition: width 0.6s ease 0s;
  width: 0;
  color: white;
  font-weight: bold;
}

user-actions .btn {
  margin-right: 2px;
}

users-control {
  display: block;
  margin-bottom: 4px;
}

users-control .btn {
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

#admin-users-table {
  height: 500px;
  overflow-y: auto;
}

#admin-users-table .table {
  padding: 10px;
}

#admin-users-table .table .email {
  width: 30%;
}

#admin-users-table .table .name {
  width: 30%;
}

#admin-users-table .table .role {
  width: 20%;
}

#admin-users-table .table .action-buttons {
  text-align: center;
}

#admin-users-table .table th,
#admin-users-table .table td {
  font-size: 12px;
}

#admin-users-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#admin-users-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

#admin-users-table .table tr.selected {
  background-color: #002B49;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

#admin-users-table .table tr.selected td span {
  color: #FFF !important;
}

#admin-users-table .table td {
  height: 30px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

#admin-users-table .table td .btn {
  margin-right: 2px;
}

#admin-users-table .table th {
  padding: 4px;
}

.user-form .roles {
  display: block;
  overflow: hidden;
}

.user-form .role {
  float: left;
  margin-right: 20px;
}

.user-form .role label {
  padding-left: 24px !important;
}

.user-form .verification {
  margin-left: 4px;
}

.user-form .verification .css-label {
  font-weight: bold;
}

.user-form .password-hint {
  padding: 10px;
}

.customer-modal .modal-header h4 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
}

.customer-modal .form-group {
  margin-bottom: 10px;
}

.customer-modal .form-group label {
  font-weight: bold;
  margin-bottom: 2px;
  display: block;
}

.customer-modal .form-group .form-control {
  height: 40px;
  line-height: 40px;
}

.customer-modal .btn {
  padding: 2px 10px;
}

.customer-modal .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.customer-modal p.confirm-msg,
.customer-modal p.confirm-msg * {
  font-size: 14px;
}

designer-canvas .tools {
  width: 100%;
  margin: 20px auto 10px;
  text-align: center;
}

designer-canvas .tools span {
  margin-left: 4px;
  font-size: 1em;
}

designer-canvas .btn-group .btn-primary {
  background-color: #f9f9f9;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  margin: 0;
}

designer-canvas .canvas-container {
  margin: 0 auto;
  z-index: 98;
}

designer-canvas .upper-canvas {
  outline: 2px solid #000;
}

designer-canvas .overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}

designer-canvas .overlay .spinner i {
  color: #666;
}

designer-canvas .dropArea {
  margin: 65px 40px;
  padding: 15px;
  border: 1px solid #333;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  height: 240px;
  width: 440px;
  position: absolute;
  display: none;
}

designer-canvas #dropZone {
  border: 2px dashed #bbb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 80px;
  text-align: center;
  font: 21pt bold arial;
  color: #bbb;
  height: 210px;
}

designer-canvas #canvas-screen-container {
  display: none;
}

.loading {
  text-align: center;
}

.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0;
}

.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}

.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1, 2.2);
  }

  40% {
    transform: scale(1);
  }
}

designer-media-tree window-bar {
  background-color: #222;
}

designer-media-tree .content {
  padding: 15px;
}

designer-media-tree .content .page-title {
  margin: 0 0 10px;
}

designer-media-tree .content .btn {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

designer-media-tree .content i.fa.fa-expand {
  font-size: 22px;
  float: right;
  color: #002B49;
}

designer-media-tree .content .btn {
  font-size: 14px;
}

designer-media-tree .media-tree .table .btn {
  margin: 0;
}

designer-media-tree .btn-circle {
  width: 40px !important;
  height: 40px !important;
}

.fa-search:before {
  content: "\f002";
  margin-left: -4px;
}

table.rz-table {
  table-layout: fixed;
  border-collapse: collapse;
}

table.rz-table th {
  position: relative;
  min-width: 130px;
}

table.rz-table th .rz-handle {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: ew-resize !important;
}

table.rz-table th .rz-handle.rz-handle-active {
  border-right: 1px dotted #000;
}

designer-preview {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

designer-preview .btn-close {
  color: #FFF;
  position: absolute;
  height: 50px;
  width: 50px;
  right: 10px;
  top: 10px;
  font-size: 36px;
  cursor: pointer;
  text-align: center;
  font-family: arial;
  z-index: 1;
}

designer-preview .btn-close:hover {
  color: #0096ff;
}

designer-preview canvas {
  margin: 0 auto;
  display: block;
  z-index: 0;
}

designer-preview .upper-canvas {
  border: none;
}

designer-preview .preview-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  top: 0;
}

designer-preview .preview-overlay .spinner i {
  color: #666;
}

designer-preview .counter {
  display: none;
}

designer-preview .counter > span {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 20px;
  font-size: 1.5em;
  color: #FFF;
  border-bottom-right-radius: 0.3em;
}

designer-preview .scene-slider-container {
  display: none;
  opacity: 0;
  filter: alpha(opacity=1);
  color: #fff !important;
}

designer-preview .scene-slider-container:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background: rgba(0, 0, 0, 0.7);
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

designer-preview .scene-slider-container .tools {
  width: 100%;
  margin: 10px 0px 0px 0px;
  text-align: right;
}

designer-preview .scene-slider-container .rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  margin: 40px 0 0px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

designer-preview .scene-slider-container .rzslider .rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -1px;
}

designer-preview .scene-slider-container .rz-tick:first-of-type span {
  margin-left: 0px;
}

designer-preview .scene-slider-container .rzslider .rz-bubble {
  display: none;
}

designer-preview .scene-slider-container .rzslider .rz-tick {
  position: absolute;
  top: -6px;
  width: 22px;
  height: 22px;
  margin-left: 11px;
  text-align: center;
  cursor: default;
  border-radius: 50%;
}

designer-preview .scene-slider-container .rz-pointer {
  width: 22px;
  height: 22px;
  top: -9px;
}

designer-preview .scene-slider-container .rzslider .rz-selection {
  background: #002B49 !important;
}

designer-preview .scene-slider-container .rzslider .rz-tick.rz-selected {
  background: #002B49 !important;
}

designer-preview .scene-slider-container .rz-tick:last-of-type {
  display: none;
}

designer-preview .scene-slider-container .rzslider .rz-bar-wrapper {
  cursor: default;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

designer-scene {
  background-color: #f9f9f9;
  position: relative;
}

designer-scene .content {
  overflow: auto;
  height: 100%;
}

designer-scene .btn-expand {
  position: absolute;
  right: 0px;
  top: 50%;
}

designer-scene .btn-expand i {
  color: #333;
  font-size: 32px;
}

designer-scene .btn {
  margin: 10px auto;
  display: block;
}

designer-scene .scenes .scene {
  padding: 20px 0 5px;
  text-align: center;
  position: relative;
  border-top: 1px solid #EEE;
}

designer-scene .scenes .scene:last-child {
  border-bottom: 1px solid #EEE;
}

designer-scene .scenes .scene.active {
  background-color: #e2e2e2;
  cursor: default !important;
  opacity: 1 !important;
}

designer-scene .scenes .scene.scenedisabled {
  cursor: wait;
  opacity: 0.5;
}

designer-scene .scenes .scene .btn {
  font-size: 1.1em;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 24px;
  border-bottom-left-radius: .4em;
  color: #FFF;
  z-index: 100;
}

designer-scene .scenes .scene img {
  max-width: 130px;
  max-height: 73px;
  border: 2px solid #555;
  background-color: #FFF;
}

designer-scene .scenes .scene label {
  display: block;
}

designer-scene #mirror-canvas {
  position: absolute;
}

designer-tabs {
  position: relative;
  background-color: #EEE;
  border-right: 1px solid #EEE;
}

designer-tabs .content .btn {
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 16px 0;
  font-size: 1.5em;
  border-bottom: 1px solid #EEE !important;
}

designer-tabs .content .btn.active {
  background: #333 !important;
  color: #FFF !important;
}

designer-tabs .tabs-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#tool-bar-section {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.rg-left {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  z-index: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
}

.rg-left span {
  position: absolute;
  box-sizing: border-box;
  display: block;
  border: 1px solid #ccc;
}

.rg-left span {
  border-width: 0 1px;
  top: 50%;
  margin-top: -10px;
  margin: -10px 0 0 3.5px;
  height: 20px;
  width: 7px;
}

.rg-left {
  cursor: col-resize;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: -4px;
}

designer-toolbox input {
  font-size: 12px !important;
}

designer-toolbox .fa-toggle-on {
  color: #005600;
}

designer-toolbox .fa-calendar {
  color: #1363ad;
}

designer-toolbox .panel-title {
  margin: 0;
  border-bottom: 1px solid #DDD;
}

designer-toolbox .panel-title > a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  background: #fdfdfd;
  color: #333;
  font-weight: bold;
}

designer-toolbox .panel-title > a span {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}

designer-toolbox .input-group-btn .btn {
  padding-top: 5px;
  padding-bottom: 6px;
}

designer-toolbox .controls i {
  width: 16px;
  text-align: center;
  color: #666;
}

designer-toolbox .controls i.fa-eye-slash {
  color: #C03;
}

designer-toolbox .controls i.fa-lock {
  color: #002B49;
}

designer-toolbox .form-group label {
  font-weight: bold;
}

designer-toolbox .content {
  min-height: 300px;
}

designer-toolbox .content .color-picker-input-swatch {
  width: 100%;
}

designer-toolbox .tab-content {
  padding: 10px;
}

designer-toolbox .spacer {
  margin: 10px 0 20px;
}

designer-toolbox .nav-item:hover > a {
  background: none;
}

designer-toolbox .nav-item > a {
  border: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9em;
  color: #444;
  padding: 6px 8px;
}

designer-toolbox .nav-item > a:hover,
designer-toolbox .nav-item > a:focus {
  background: none;
}

designer-toolbox .nav-item.active > a {
  border-bottom: 2px solid #002B49 !important;
  color: #106cc8 !important;
}

designer-toolbox .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

designer-toolbox .zone-name {
  font-weight: bold;
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

designer-toolbox .zone-name i {
  margin-right: 4px;
  width: 16px;
  text-align: center;
}

designer-toolbox v-pane-header {
  margin-bottom: 0 !important;
  background-color: #fdfdfd;
  border-bottom: 1px solid #DDD !important;
  overflow: hidden;
  padding: 0 8px !important;
  height: 30px;
  line-height: 30px;
}

designer-toolbox v-pane-header::before,
designer-toolbox v-pane-header::after {
  display: none !important;
}

designer-toolbox v-pane,
designer-toolbox v-pane-content,
designer-toolbox .content {
  overflow: auto;
}

designer-toolbox v-pane > div,
designer-toolbox v-pane-content > div,
designer-toolbox .content > div {
  transition: 0.25s !important;
}

designer-toolbox v-pane-content > div {
  padding: 0 !important;
  border-bottom: 1px solid #DDD;
}

designer-toolbox v-pane:last-child v-pane-content > div {
  border-bottom: 0;
}

designer-toolbox v-pane .active-tool {
  color: #106cc8 !important;
}

window-bar {
  background-color: #333;
  height: 20px;
  width: 100%;
  display: block;
  overflow: hidden;
}

window-bar .btn {
  float: right;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 26px;
  color: #FFF;
}

window-bar .btn:hover {
  background-color: #666;
}

mail-actions .btn {
  margin-right: 2px;
}

mail-control {
  display: block;
  margin-bottom: 4px;
  /**
   * List Toolbar
   */
}

mail-control .btn {
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

mail-control .list-toolbar {
  height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

mail-control .list-toolbar .search {
  margin-top: 1px;
  margin-right: 2px;
  min-width: 32%;
}

mail-control .list-toolbar .search .btn {
  padding: 3px 10px;
  font-size: 16px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
}

mail-control .list-toolbar .search .btn i {
  margin: 0;
  color: #666;
}

mail-control .list-toolbar .search input {
  border-right: 0;
  height: 26px;
  padding: 0;
  width: 99.5%;
}

mail-control .list-toolbar .search input:focus {
  width: 99.4%;
  border: 1px solid #DDD;
}

mail-control .list-toolbar .search input:hover {
  width: 99.4%;
  border: 1px solid #DDD;
}

mail-control .list-toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 99.5%;
}

.mail-template #name {
  width: 100%;
}

.mail-template .error-msg {
  color: #C03;
}

.mail-template tags-input .tags .tag-item {
  background: #002B49;
  font-weight: bold;
  color: white !important;
}

.mail-template .tags-input {
  border-radius: 2px;
}

mail-table .table th,
mail-table .table td {
  font-size: 12px;
}

mail-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

mail-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

mail-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

mail-table .table tr.selected td span {
  color: #FFF;
}

mail-table .table td {
  height: 30px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

mail-table .table th {
  padding: 4px;
}

.period-modal {
  text-align: center;
  font-size: 12px;
}

.period-modal label {
  font-weight: bold;
}

.period-modal input {
  font-size: 12px !important;
}

.period-modal h1 {
  font-size: 18px !important;
  letter-spacing: 0 !important;
  color: #666;
  line-height: 18px;
}

.period-modal h4 {
  line-height: 14px;
  font-size: 14px;
}

.period-modal .form-group {
  text-align: left;
  padding: 5px 0;
  margin-bottom: 8px;
}

.period-modal .time {
  width: 50px;
  display: inline-block;
}

.period-modal .split {
  padding: 0 5px;
}

.period-modal .link {
  display: block;
  padding: 5px;
}

.period-modal .btn-save {
  margin-top: 20px;
}

.period-modal .form-group > div {
  padding: 0 10px;
}

.period-modal .form-group table td {
  padding: 2px;
}

.period-modal .form-group table td:first-child {
  width: 90px;
}

.period-modal .form-group .form-control.short {
  width: 140px;
}

.period-modal .weekday {
  width: 16px;
  margin-right: 8px;
  text-align: center;
  display: inline-block;
}

.period-modal .weekday label {
  margin-bottom: 0;
  font-weight: normal;
}

.period-modal input.date-picker {
  font-size: 14px;
}

.period-modal .md-icon-button.md-button.md-ink-ripple {
  margin: 0;
  padding: 0;
  height: 30px;
}

.period-modal .md-ripple-container {
  display: none;
}

.period-modal .md-errors-spacer {
  display: none;
}

.period-modal md-input-container label {
  display: none;
}

.period-modal input:disabled {
  background-color: #eceeef !important;
}

.checkbox-horizontals {
  display: block;
  overflow: hidden;
}

.checkbox-horizontal {
  float: left;
  margin-right: 20px;
}

.checkbox-horizontal label {
  padding-left: 24px !important;
}

.media-form .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 10px;
}

#media-tag tags-input .tags .tag-item {
  background: #002B49;
  font-weight: bold;
  color: white !important;
}

#media-tag .tags-input {
  border-radius: 2px;
}

media-lib-tree .pull-right .btn,
.folder-tree .pull-right .btn,
.media-tree .pull-right .btn {
  margin-right: 5px;
}

media-lib-tree .table,
.folder-tree .table,
.media-tree .table {
  width: 100% !important;
}

media-lib-tree .table th,
media-lib-tree .table td,
.folder-tree .table th,
.folder-tree .table td,
.media-tree .table th,
.media-tree .table td {
  font-size: 12px;
}

media-lib-tree .table tr,
.folder-tree .table tr,
.media-tree .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

media-lib-tree .table tr:last-child > td,
.folder-tree .table tr:last-child > td,
.media-tree .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

media-lib-tree .table tr.selected,
.folder-tree .table tr.selected,
.media-tree .table tr.selected {
  background-color: #0096ff;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

media-lib-tree .table tr.selected i,
.folder-tree .table tr.selected i,
.media-tree .table tr.selected i {
  color: #FFF;
}

media-lib-tree .table tr.selected .tree-icon span,
.folder-tree .table tr.selected .tree-icon span,
.media-tree .table tr.selected .tree-icon span {
  color: #FFF;
}

media-lib-tree .table td,
.folder-tree .table td,
.media-tree .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

media-lib-tree .table th.clientName,
.folder-tree .table th.clientName,
.media-tree .table th.clientName {
  padding: 4px;
  width: 242px;
}

media-lib-tree .table th.clientKind,
.folder-tree .table th.clientKind,
.media-tree .table th.clientKind {
  padding: 4px;
  width: 120px;
}

media-lib-tree .table th.clientUploadedBy,
.folder-tree .table th.clientUploadedBy,
.media-tree .table th.clientUploadedBy {
  padding: 4px;
  width: 120px;
}

media-lib-tree .table th.clientDate,
.folder-tree .table th.clientDate,
.media-tree .table th.clientDate {
  padding: 4px;
  width: 120px;
}

media-lib-tree .table th.clientTags,
.folder-tree .table th.clientTags,
.media-tree .table th.clientTags {
  padding: 4px;
  width: 120px;
}

media-lib-tree .table th.clientPlay,
.folder-tree .table th.clientPlay,
.media-tree .table th.clientPlay {
  padding: 4px;
  width: 120px;
}

media-lib-tree .table th.clientActive,
.folder-tree .table th.clientActive,
.media-tree .table th.clientActive {
  padding: 4px;
  width: 120px;
}

media-lib-tree .table th.clientTriggers,
.folder-tree .table th.clientTriggers,
.media-tree .table th.clientTriggers {
  padding: 4px;
  width: 120px;
}

media-lib-tree .table th.clientComments,
.folder-tree .table th.clientComments,
.media-tree .table th.clientComments {
  padding: 4px;
  width: 120px;
}

media-lib-tree .table .minimumWidth,
.folder-tree .table .minimumWidth,
.media-tree .table .minimumWidth {
  column-width: 600px;
}

media-lib-tree .table .tree-icon,
.folder-tree .table .tree-icon,
.media-tree .table .tree-icon {
  color: #002B49;
  margin-right: 4px;
}

media-lib-tree .table .tree-icon span,
.folder-tree .table .tree-icon span,
.media-tree .table .tree-icon span {
  line-height: 24px;
  color: #333;
}

media-lib-tree .table .sky-blue,
.folder-tree .table .sky-blue,
.media-tree .table .sky-blue {
  color: #0096ff;
}

media-lib-tree .table .btn,
.folder-tree .table .btn,
.media-tree .table .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: -2px;
}

media-lib-tree .table .drop-box,
.folder-tree .table .drop-box,
.media-tree .table .drop-box {
  transition: all 0.1s;
  overflow: hidden;
}

media-lib-tree .table .drop-box.dragover,
.folder-tree .table .drop-box.dragover,
.media-tree .table .drop-box.dragover {
  background-color: #ffd700 !important;
}

media-lib-tree .table .drop-box .btns,
.folder-tree .table .drop-box .btns,
.media-tree .table .drop-box .btns {
  position: absolute;
  right: -80px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

media-lib-tree .table .drop-box .btns button,
.folder-tree .table .drop-box .btns button,
.media-tree .table .drop-box .btns button {
  margin: 0;
  height: 20px;
}

media-lib-tree .table .drop-box .btns.show,
.folder-tree .table .drop-box .btns.show,
.media-tree .table .drop-box .btns.show {
  right: 0;
  top: 0;
}

media-lib-tree .table .progress,
.folder-tree .table .progress,
.media-tree .table .progress {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #f0ad4e;
  width: 100%;
  border-radius: 0;
}

media-lib-tree .table .activeUpload,
.folder-tree .table .activeUpload,
.media-tree .table .activeUpload {
  background-color: #d0e9c6 !important;
}

media-lib-tree .table .progress-striped,
.folder-tree .table .progress-striped,
.media-tree .table .progress-striped {
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

media-lib-tree .table .progress-striped.show,
.folder-tree .table .progress-striped.show,
.media-tree .table .progress-striped.show {
  opacity: 1;
}

media-lib-tree .table .progress-bar-info,
.folder-tree .table .progress-bar-info,
.media-tree .table .progress-bar-info {
  background-color: rgba(91, 192, 222, 0.8);
}

media-lib-tree .table .preview,
.folder-tree .table .preview,
.media-tree .table .preview {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid #CCC;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: #EEE;
  margin-top: 1px;
}

media-lib-tree .table .preview .fa,
.folder-tree .table .preview .fa,
.media-tree .table .preview .fa {
  font-size: 9pt;
}

media-lib-tree .table .preview img,
.folder-tree .table .preview img,
.media-tree .table .preview img {
  width: 16px;
  height: 16px;
}

media-lib-tree .progress.active .progress-bar,
media-lib-tree .progress-bar.active,
.folder-tree .progress.active .progress-bar,
.folder-tree .progress-bar.active,
.media-tree .progress.active .progress-bar,
.media-tree .progress-bar.active {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

media-lib-tree .progress-striped .progress-bar-info,
.folder-tree .progress-striped .progress-bar-info,
.media-tree .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

media-lib-tree .progress-striped .progress-bar,
media-lib-tree .progress-bar-striped,
.folder-tree .progress-striped .progress-bar,
.folder-tree .progress-bar-striped,
.media-tree .progress-striped .progress-bar,
.media-tree .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

media-lib-tree .progress-bar-info,
.folder-tree .progress-bar-info,
.media-tree .progress-bar-info {
  background-color: #5bc0de;
}

media-lib-tree .progress-bar,
.folder-tree .progress-bar,
.media-tree .progress-bar {
  background-color: #337ab7;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  transition: width 0.6s ease 0s;
  width: 0;
}

media-lib-tree .error-msg,
.folder-tree .error-msg,
.media-tree .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  font-size: 15px;
}

media-lib-tree .fa-toggle-on,
media-lib-tree .fa-calendar-check-o,
.folder-tree .fa-toggle-on,
.folder-tree .fa-calendar-check-o,
.media-tree .fa-toggle-on,
.media-tree .fa-calendar-check-o {
  color: #005600;
}

.clientTemplate {
  width: 2000px;
  overflow: auto;
}

#media-lib-trigger .dropdown-menu li a {
  text-transform: none !important;
}

#media-lib-trigger .roles {
  display: block;
  overflow: hidden;
}

#media-lib-trigger .nya-bs-select.nya-bs-select-1 {
  /*height: 44px;*/
  /*overflow : auto;*/
  /*overflow-y: auto;*/
}

#media-lib-trigger .fixed_size_for_dropdown ul {
  height: 80px !important;
  overflow: auto !important;
}

#media-lib-trigger .role {
  float: left;
  margin-right: 20px;
}

#media-lib-trigger .role label {
  padding-left: 24px !important;
}

.custom-calc-type {
  width: 170px !important;
}

#QMark:hover {
  color: #002b49;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: -135px;
}

.dropdown-content #popUpTemplate {
  top: 5px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.table-class {
  margin-top: 44px;
  position: relative;
  min-width: 430px;
  word-spacing: normal;
}

.table-class .lighter {
  font-weight: lighter;
}

.ruleDetails {
  height: 43vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ruleTitle {
  font-family: Open Sans;
  font-weight: 500;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

presentation-list .sorting-selection-container {
  margin-right: 2%;
}

presentation-recents-grid .container-fluid {
  background-color: #E2E2E2;
  padding: 25px;
  min-height: 600px;
}

presentation-recents-grid .templates .box {
  display: inline-block;
  text-align: center;
  line-height: 170px;
  margin-bottom: 30px;
}

presentation-recents-grid .templates .box .presentation-tile {
  position: relative;
  display: inline-block;
}

presentation-recents-grid .templates .box .btn {
  font-size: 1.1em;
  color: #666;
  position: absolute;
  right: 2px;
  top: 3px;
  margin: 0;
  padding: 0;
  width: 24px;
  border-bottom-left-radius: .4em;
  color: #FFF;
  z-index: 100;
}

presentation-recents-grid .templates .box img {
  max-width: 300px;
  max-height: 170px;
  border: 2px solid #EEE;
  background-color: #FFF;
  cursor: pointer;
}

presentation-recents-grid .templates .box p {
  max-width: 500px;
  max-height: 170px;
  text-align: center;
  text-orientation: upright;
  color: #373a3c;
  font-size: 20px;
  margin-top: 14%;
  margin-left: 50%;
  display: outline-block;
  border: 1px solid #EEE;
  background-color: #E2E2E2;
  font-family: Open Sans;
  /*-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.64);
        -moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.64);
        box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.64);*/
}

presentation-recents-grid .templates .box label {
  line-height: 1em;
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
  display: block;
}

presentation-recents-grid .templates .box label.date {
  color: #999;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

presentation-recents-list .container-fluid {
  background-color: #E2E2E2;
  padding: 25px;
  min-height: 500px;
}

presentation-recents-list .container-fluid .box {
  /*display: inline-block;
        text-align: center;
        line-height: 170px;
        margin-bottom: 30px;
        .presentation-tile {
        position: relative;
        display: inline-block;
      }*/
}

presentation-recents-list .container-fluid .box p {
  max-width: 500px;
  max-height: 170px;
  text-align: center;
  text-orientation: upright;
  color: #373a3c;
  font-size: 20px;
  margin-top: 14%;
  margin-left: 50%;
  display: outline-block;
  border: 1px solid #EEE;
  background-color: #E2E2E2;
  font-family: Open Sans;
  padding: 7% 0;
}

presentation-recents-list .container-fluid #presentations-table tr {
  cursor: pointer;
}

presentation-recents-list .container-fluid #presentations-table th {
  background: #FFF;
  padding: 4px;
}

presentation-recents-list .container-fluid #presentations-table .name {
  line-height: 1;
  width: 30%;
}

presentation-recents-list .container-fluid #presentations-table .status {
  text-align: center;
  width: 10%;
}

presentation-recents-list .container-fluid #presentations-table .status i {
  color: #72B1C8;
}

presentation-recents-list .container-fluid #presentations-table .updatedAt {
  text-align: left;
  width: 21%;
}

presentation-recents-list .container-fluid #presentations-table .action-buttons {
  width: 30%;
}

presentation-recents-list .container-fluid #presentations-table td {
  background: #FFF;
}

presentation-recents-list .container-fluid #presentations-table td .btn {
  margin-right: 2px;
}

presentation-recents .container-fluid {
  background-color: #E2E2E2;
  padding: 25px;
}

presentation-recents .templates .box {
  display: inline-block;
  text-align: center;
  line-height: 170px;
  margin-bottom: 30px;
}

presentation-recents .templates .box .presentation-tile {
  position: relative;
  display: inline-block;
}

presentation-recents .templates .box .btn {
  font-size: 1.1em;
  color: #666;
  position: absolute;
  right: 2px;
  top: 3px;
  margin: 0;
  padding: 0;
  width: 24px;
  border-bottom-left-radius: .4em;
  color: #FFF;
  z-index: 100;
}

presentation-recents .templates .box img {
  max-width: 300px;
  max-height: 170px;
  border: 2px solid #EEE;
  background-color: #FFF;
  cursor: pointer;
}

presentation-recents .templates .box label {
  line-height: 1em;
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
  display: block;
}

presentation-recents .templates .box label.date {
  color: #999;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

templates {
  text-align: center;
}

templates .btn.active {
  background-color: #72B1C8 !important;
}

templates .container-fluid {
  background-color: #E2E2E2;
  padding: 10px 0;
}

templates .container-fluid .btn-group {
  margin-left: 25%;
}

templates .toggle {
  padding: 10px 0 20px;
}

templates .template-controls {
  margin-right: 10px;
  width: 25%;
}

templates .templates .box {
  cursor: pointer;
  display: inline-block;
}

templates .templates .box img {
  max-width: 300px;
  max-height: 300px;
  border: 2px solid #EEE;
}

templates .templates .box label {
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
}

templates .templates .box .template-card {
  float: left;
  margin: 0 10px;
}

#createPresentationModal .custom-size {
  margin-bottom: 10px;
}

#createPresentationModal .custom-size * {
  float: left;
}

#createPresentationModal .custom-size span {
  line-height: 25px;
  padding: 0 10px;
}

user-actions .btn {
  margin-right: 2px;
}

users-control {
  display: block;
  margin-bottom: 4px;
}

users-control .btn {
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

customer-users-table #users-table {
  height: 515px;
  overflow-y: auto;
}

customer-users-table #users-table .table {
  padding: 10px;
}

customer-users-table #users-table .table th,
customer-users-table #users-table .table td {
  font-size: 12px;
}

customer-users-table #users-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

customer-users-table #users-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

customer-users-table #users-table .table tr.selected {
  background-color: #002B49;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

customer-users-table #users-table .table td {
  height: 30px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

customer-users-table #users-table .table td .btn {
  margin-right: 2px;
}

customer-users-table #users-table .table th {
  padding: 4px;
}

.user-form .roles {
  display: block;
  overflow: hidden;
}

.user-form .role {
  float: left;
  margin-right: 20px;
}

.user-form .role label {
  padding-left: 24px !important;
}

.user-form .verification {
  margin-left: 4px;
}

.user-form .verification .css-label {
  font-weight: bold;
}

.user-form .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.customer-modal .modal-header h4 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
}

.customer-modal .form-group {
  margin-bottom: 10px;
}

.customer-modal .form-group label {
  font-weight: bold;
  margin-bottom: 2px;
  display: block;
}

.customer-modal .form-group .form-control {
  height: 40px;
  line-height: 40px;
}

.customer-modal .btn {
  padding: 2px 10px;
}

.customer-modal p.confirm-msg,
.customer-modal p.confirm-msg * {
  font-size: 14px;
}

template-preview {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

template-preview .btn-close {
  color: #FFF;
  position: absolute;
  height: 50px;
  width: 50px;
  right: 10px;
  top: 10px;
  font-size: 36px;
  cursor: pointer;
  text-align: center;
  font-family: arial;
  z-index: 1;
}

template-preview .btn-close:hover {
  color: #0096ff;
}

template-preview canvas {
  margin: 0 auto;
  display: block;
  z-index: 0;
}

template-preview .upper-canvas {
  border: none;
}

template-preview .preview-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  top: 0;
}

template-preview .preview-overlay .spinner i {
  color: #666;
}

template-preview .counter {
  display: none;
}

template-preview .counter > span {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 20px;
  font-size: 1.5em;
  color: #FFF;
  border-bottom-right-radius: 0.3em;
}

template-preview .scene-slider-container {
  display: none;
  opacity: 0;
  filter: alpha(opacity=1);
  color: #fff !important;
}

template-preview .scene-slider-container:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background: rgba(0, 0, 0, 0.7);
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

template-preview .scene-slider-container .tools {
  width: 100%;
  margin: 10px 0px 0px 0px;
  text-align: right;
}

template-preview .scene-slider-container .rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  margin: 40px 0 0px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

template-preview .scene-slider-container .rzslider .rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -1px;
}

template-preview .scene-slider-container .rz-tick:first-of-type span {
  margin-left: 0px;
}

template-preview .scene-slider-container .rzslider .rz-bubble {
  display: none;
}

template-preview .scene-slider-container .rzslider .rz-tick {
  position: absolute;
  top: -6px;
  width: 22px;
  height: 22px;
  margin-left: 11px;
  text-align: center;
  cursor: default;
  border-radius: 50%;
}

template-preview .scene-slider-container .rz-pointer {
  width: 22px;
  height: 22px;
  top: -9px;
}

template-preview .scene-slider-container .rzslider .rz-selection {
  background: #002B49 !important;
}

template-preview .scene-slider-container .rzslider .rz-tick.rz-selected {
  background: #002B49 !important;
}

template-preview .scene-slider-container .rz-tick:last-of-type {
  display: none;
}

template-preview .scene-slider-container .rzslider .rz-bar-wrapper {
  cursor: default;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

admin-designer-common-setting .row {
  margin: 0 -10px;
}

admin-designer-common-setting .size {
  margin-bottom: 10px;
}

admin-designer-common-setting .size .col-sm-6:first-child {
  padding-right: 5px;
}

admin-designer-common-setting .size .col-sm-6:nth-child(2) {
  padding-left: 5px;
}

admin-designer-common-setting .form-group label {
  width: 100%;
}

admin-designer-common-setting .form-group label i {
  float: right;
  line-height: 18px;
  margin-right: 8px;
}

admin-designer-common-setting .link {
  display: block;
}

admin-designer-common-setting .link i {
  margin-right: 6px;
}

admin-designer-common-setting input.css-checkbox + label.css-label {
  height: 16px;
}

admin-designer-common-setting table .input-group-btn .btn {
  padding: 4px 8px 5px;
}

admin-designer-interaction-setting .table th {
  border-top: 0;
  padding: 0 6px 2px;
}

admin-designer-interaction-setting .table th:nth-child(2) {
  width: 80px;
}

admin-designer-interaction-setting .table td {
  padding: 4px 6px;
  line-height: 26px;
}

admin-designer-interaction-setting .table td p.name {
  font-size: 11px;
  display: block;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
}

admin-designer-interaction-setting .table i {
  font-size: .9em;
}

.interaction-modal .table thead tr {
  border-top: 1px solid #eceeef;
}

.interaction-modal .table th {
  border: 0 !important;
}

.interaction-modal h4 {
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}

.interaction-modal h1 {
  font-size: 18px !important;
  letter-spacing: 0 !important;
  color: #666;
  line-height: 1px;
  margin: 1px 0 20px;
}

.interaction-modal .nya-bs-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 206px !important;
}

admin-designer-playlist-setting .table th {
  border-top: 0;
  padding: 0 6px 2px;
}

admin-designer-playlist-setting .table th:nth-child(2) {
  width: 80px;
}

admin-designer-playlist-setting .table td {
  padding: 4px 6px;
  line-height: 26px;
}

admin-designer-playlist-setting .table td p.name {
  font-size: 11px;
  display: block;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
}

admin-designer-playlist-setting .table i {
  font-size: .9em;
}

admin-designer-playlist-setting .playlist-active-color {
  color: #005600;
}

admin-designer-playlist-setting .playlist-inactive-color {
  color: #A4A9AD;
}

admin-designer-rectangle-setting label {
  display: block;
}

admin-designer-rectangle-setting .btn-primary {
  border: 1px solid #EEE !important;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}

admin-designer-rectangle-setting .btn-primary.active {
  border: 1px solid #EEE !important;
  background-color: #333 !important;
  color: #FFF !important;
}

admin-designer-rectangle-setting .color-picker-action-btn {
  border-radius: 0;
  padding: 2px 10px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

admin-designer-scene-setting .color-picker-action-btn {
  border-radius: 0;
  padding: 2px 10px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

admin-designer-schedule-setting table td:first-child {
  width: 80px;
}

admin-designer-schedule-setting table .input-group-btn .btn {
  padding: 4px 8px 5px;
}

admin-designer-schedule-setting .form-group label {
  display: block;
}

admin-designer-schedule-setting input.date-picker {
  font-size: 14px;
}

admin-designer-schedule-setting .md-icon-button.md-button.md-ink-ripple {
  margin: 0;
  padding: 0;
  height: 30px;
}

admin-designer-schedule-setting .md-ripple-container {
  display: none;
}

admin-designer-schedule-setting .md-errors-spacer {
  display: none;
}

admin-designer-schedule-setting md-input-container label {
  display: none;
}

admin-designer-schedule-setting input:disabled {
  background-color: #eceeef !important;
}

admin-designer-text-setting label {
  display: block;
}

admin-designer-text-setting .btn-primary {
  border: 1px solid #EEE !important;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}

admin-designer-text-setting .btn-primary.active {
  border: 1px solid #EEE !important;
  background-color: #333 !important;
  color: #FFF !important;
}

admin-designer-text-setting .color-picker-action-btn {
  border-radius: 0;
  padding: 2px 10px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

admin-designer-text-setting .nya-bs-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
  height: 280px;
  overflow: auto;
}

admin-designer-text-setting .nya-bs-select.btn-group .dropdown-menu .inner {
  overflow: auto;
}

admin-designer-text-setting .nya-bs-select.btn-group .dropdown-menu li.selected {
  background: #002B49;
}

admin-designer-text-setting .nya-bs-select.btn-group .dropdown-menu li.selected a {
  color: #FFF !important;
}

admin-designer-ticker-setting label {
  display: block;
}

admin-designer-ticker-setting .btn-primary {
  border: 1px solid #EEE !important;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}

admin-designer-ticker-setting .btn-primary.active {
  border: 1px solid #EEE !important;
  background-color: #333 !important;
  color: #FFF !important;
}

admin-designer-ticker-setting .color-picker-action-btn {
  border-radius: 0;
  padding: 2px 10px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

admin-designer-ticker-setting .nya-bs-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
  height: 200px;
  overflow: hidden;
}

admin-designer-ticker-setting .nya-bs-select.btn-group .dropdown-menu .inner {
  overflow: auto;
}

admin-designer-ticker-setting .nya-bs-select.btn-group .dropdown-menu li.selected {
  background: #002B49;
}

admin-designer-ticker-setting .nya-bs-select.btn-group .dropdown-menu li.selected a {
  color: #FFF !important;
}

admin-designer-ticker-setting .font-img {
  height: 20px;
}

admin-designer-ticker-setting .ui-select-bootstrap .ui-select-match-text span {
  line-height: 20px;
  color: #000;
}

admin-designer-trigger-setting label {
  display: block;
}

admin-designer-trigger-setting .trigger {
  margin-bottom: 30px;
}

admin-designer-trigger-setting .trigger label.css-label {
  font-weight: bold;
}

admin-designer-trigger-setting .trigger .nya-bs-select {
  margin-bottom: 10px;
}

admin-designer-trigger-setting .table {
  word-break: break-word;
}

admin-designer-trigger-setting .table tr:first-child td,
admin-designer-trigger-setting .table tr:first-child th {
  border-top: none;
}

admin-designer-trigger-setting .table th,
admin-designer-trigger-setting .table td {
  padding: 6px 4px;
}

designer-common-setting .row {
  margin: 0 -10px;
}

designer-common-setting .size {
  margin-bottom: 10px;
}

designer-common-setting .size .col-sm-6:first-child {
  padding-right: 5px;
}

designer-common-setting .size .col-sm-6:nth-child(2) {
  padding-left: 5px;
}

designer-common-setting .form-group label {
  width: 100%;
}

designer-common-setting .form-group label i {
  float: right;
  line-height: 18px;
  margin-right: 8px;
}

designer-common-setting .link {
  display: block;
}

designer-common-setting .link i {
  margin-right: 6px;
}

designer-common-setting input.css-checkbox + label.css-label {
  height: 16px;
}

designer-common-setting table .input-group-btn .btn {
  padding: 4px 8px 5px;
}

designer-interaction-setting .table th {
  border-top: 0;
  padding: 0 6px 2px;
}

designer-interaction-setting .table th:nth-child(2) {
  width: 80px;
}

designer-interaction-setting .table td {
  padding: 4px 6px;
  line-height: 26px;
}

designer-interaction-setting .table td p.name {
  font-size: 11px;
  display: block;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
}

designer-interaction-setting .table i {
  font-size: .9em;
}

.interaction-modal .table thead tr {
  border-top: 1px solid #eceeef;
}

.interaction-modal .table th {
  border: 0 !important;
}

.interaction-modal .table .interaction-play-till-end {
  text-align: center;
}

.interaction-modal .table .timeout-duration {
  width: 100px;
  text-align: right;
}

.interaction-modal h4 {
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}

.interaction-modal h1 {
  font-size: 18px !important;
  letter-spacing: 0 !important;
  color: #666;
  line-height: 1px;
  margin: 1px 0 20px;
}

.interaction-modal .nya-bs-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 206px !important;
}

.interaction-modal .valueTitle {
  padding: 0% 2% 1% 1%;
  font-weight: bolder;
}

.interaction-modal .settingStyle {
  padding: 0% 90% 5% 2%;
}

.interaction-modal .valueDiv {
  padding: 2% 0% 2% 1%;
}

.interaction-modal .bold {
  font-weight: bold;
}

.interaction-modal .style {
  padding: 3% 0% 0% 0%;
}

designer-playlist-setting .table th {
  border-top: 0;
  padding: 0 6px 2px;
}

designer-playlist-setting .table th:nth-child(2) {
  width: 80px;
}

designer-playlist-setting .table td {
  padding: 4px 6px;
  line-height: 26px;
}

designer-playlist-setting .table td p.name {
  font-size: 11px;
  display: block;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
}

designer-playlist-setting .table i {
  font-size: .9em;
}

designer-playlist-setting .playlist-active-color {
  color: #005600;
}

designer-playlist-setting .playlist-inactive-color {
  color: #A4A9AD;
}

.dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

designer-rectangle-setting label {
  display: block;
}

designer-rectangle-setting .btn-primary {
  border: 1px solid #EEE !important;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}

designer-rectangle-setting .btn-primary.active {
  border: 1px solid #EEE !important;
  background-color: #333 !important;
  color: #FFF !important;
}

designer-rectangle-setting .color-picker-action-btn {
  border-radius: 0;
  padding: 2px 10px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

designer-scene-setting .color-picker-action-btn {
  border-radius: 0;
  padding: 2px 10px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

designer-schedule-setting table td:first-child {
  width: 80px;
}

designer-schedule-setting table .input-group-btn .btn {
  padding: 4px 8px 5px;
}

designer-schedule-setting .form-group label {
  display: block;
}

designer-schedule-setting input.date-picker {
  font-size: 14px;
}

designer-schedule-setting .md-icon-button.md-button.md-ink-ripple {
  margin: 0;
  padding: 0;
  height: 30px;
}

designer-schedule-setting .md-ripple-container {
  display: none;
}

designer-schedule-setting .md-errors-spacer {
  display: none;
}

designer-schedule-setting md-input-container label {
  display: none;
}

designer-schedule-setting input:disabled {
  background-color: #eceeef !important;
}

designer-screen-setting #screenAccordion {
  margin-top: 0px;
  padding-left: 0px;
}

designer-screen-setting #pane-header {
  padding-left: 15px !important;
}

designer-screen-setting #screen-content {
  padding: 5px;
  width: 95%;
}

designer-text-setting label {
  display: block;
}

designer-text-setting .btn-primary {
  border: 1px solid #EEE !important;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}

designer-text-setting .btn-primary.active {
  border: 1px solid #EEE !important;
  background-color: #333 !important;
  color: #FFF !important;
}

designer-text-setting .color-picker-action-btn {
  border-radius: 0;
  padding: 2px 10px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

designer-text-setting .nya-bs-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
  height: 280px;
  overflow: auto;
}

designer-text-setting .nya-bs-select.btn-group .dropdown-menu .inner {
  overflow: auto;
}

designer-text-setting .nya-bs-select.btn-group .dropdown-menu li.selected {
  background: #002B49;
}

designer-text-setting .nya-bs-select.btn-group .dropdown-menu li.selected a {
  color: #FFF !important;
}

designer-ticker-setting label {
  display: block;
}

designer-ticker-setting .btn-primary {
  border: 1px solid #EEE !important;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}

designer-ticker-setting .btn-primary.active {
  border: 1px solid #EEE !important;
  background-color: #333 !important;
  color: #FFF !important;
}

designer-ticker-setting .color-picker-action-btn {
  border-radius: 0;
  padding: 2px 10px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

designer-ticker-setting .nya-bs-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
  height: 200px;
  overflow: hidden;
}

designer-ticker-setting .nya-bs-select.btn-group .dropdown-menu .inner {
  overflow: auto;
}

designer-ticker-setting .nya-bs-select.btn-group .dropdown-menu li.selected {
  background: #002B49;
}

designer-ticker-setting .nya-bs-select.btn-group .dropdown-menu li.selected a {
  color: #FFF !important;
}

designer-ticker-setting .font-img {
  height: 20px;
}

designer-ticker-setting .ui-select-bootstrap .ui-select-match-text span {
  line-height: 20px;
  color: #000;
}

designer-trigger-setting label {
  display: block;
}

designer-trigger-setting .trigger {
  margin-bottom: 30px;
}

designer-trigger-setting .trigger label.css-label {
  font-weight: bold;
}

designer-trigger-setting .trigger .nya-bs-select {
  margin-bottom: 10px;
}

designer-trigger-setting .table {
  word-break: break-word;
}

designer-trigger-setting .table tr:first-child td,
designer-trigger-setting .table tr:first-child th {
  border-top: none;
}

designer-trigger-setting .table th,
designer-trigger-setting .table td {
  padding: 6px 4px;
}

admin-customer-users-table {
  /**
   * List Toolbar
   */
}

admin-customer-users-table .list-toolbar {
  height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

admin-customer-users-table .list-toolbar .search {
  margin-top: 1px;
  margin-right: 2px;
  width: 100%;
}

admin-customer-users-table .list-toolbar .search .btn {
  padding: 3px 10px;
  font-size: 16px;
  margin-top: -1px;
  text-align: center;
  background: none;
  border: 1px solid #DDD;
}

admin-customer-users-table .list-toolbar .search .btn i {
  margin: 0;
  color: #666;
}

admin-customer-users-table .list-toolbar .search input {
  border-right: 0;
  height: 26px;
  padding: 0;
  width: 99.5%;
}

admin-customer-users-table .list-toolbar .search input:focus {
  width: 99.4%;
  border: 1px solid #DDD;
}

admin-customer-users-table .list-toolbar .search input:hover {
  width: 99.4%;
  border: 1px solid #DDD;
}

admin-customer-users-table .list-toolbar input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 99.5%;
}

admin-customer-users-table .table th,
admin-customer-users-table .table td {
  font-size: 12px;
}

admin-customer-users-table .table tr {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

admin-customer-users-table .table tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}

admin-customer-users-table .table tr.selected {
  background-color: #002B49 !important;
  border-bottom: 1px solid #FFF;
  color: #FFF !important;
}

admin-customer-users-table .table tr.selected i {
  color: #FFF;
}

admin-customer-users-table .table tr.selected td span {
  color: #FFF;
}

admin-customer-users-table .table td {
  height: 20px;
  border-bottom: none;
  border-top: none;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  padding: 2px !important;
}

admin-customer-users-table .table th {
  padding: 4px;
}

admin-customer-user-form .error-msg {
  color: red;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.form-group {
  margin-left: 10px;
}

.nya-min-width .dropdown-menu .inner {
  height: 150px;
  overflow: auto;
}

.nya-bs-select.btn-group .dropdown-menu {
  z-index: 300;
}

/* endinject */

/**
 * Global
 */

* {
  font-size: 12px;
}

*:focus {
  outline: none !important;
}

html,
body {
  height: 100%;
  background-color: #FFF;
}

body {
  font-family: 'Open Sans';
}

body > main {
  min-width: 1200px;
  height: 100%;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

/**
 * Link
 */

a {
  cursor: pointer;
}

a.link {
  color: #002B49 !important;
}

a.link.inverse {
  color: #0096ff;
}

body,
.container {
  min-width: 800px !important;
}

/**
 * Buttons
 */

.btn {
  border-radius: 0;
  padding: 2px 15px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

.btn:focus {
  outline: none !important;
}

.btn.circle {
  border-radius: 100%;
  font-size: 26px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 2px 7.5px;
}

.btn-default {
  background-color: #002B49;
  color: #FFF;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active {
  background-color: #72B1C8 !important;
  color: #FFF !important;
}

.btn-default:focus {
  background-color: #002B49;
  color: #FFF;
}

.btn-secondary {
  background-color: #0096ff;
  color: #FFF;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0069b2 !important;
  color: #FFF !important;
}

.btn-secondary:focus {
  background-color: #0096ff;
  color: #FFF;
}

.btn-primary {
  background-color: #FFF;
  color: #333;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  background-color: #FFF !important;
  color: #333 !important;
}

.btn-primary:focus {
  background-color: #FFF;
  color: #333;
}

.btn-transparent {
  background: none;
}

.dropdown-toggle,
.dropdown-toggle:hover {
  color: #333 !important;
  background-color: #FFF !important;
  border-bottom: 1px solid #EEE !important;
  box-shadow: none !important;
}

.input-group-btn .btn-primary {
  padding: 3px 10px 4px;
  border: 1px solid #ccc;
  border-left: none;
}

.btn-group .btn {
  margin-right: 2px;
}

h4.page-title {
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
}

/**
 * Popover
 */

.popover {
  max-width: none;
  overflow: hidden;
}

.popover-content {
  padding: 0;
}

/**
 * Inputs
 */

.form-inline label {
  margin-right: 10px;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  height: 28px;
  padding: 4px 8px;
}

/**
 * Search
 */

input.search {
  width: 300px;
}

/**
 * Modal
 */

.modal-content {
  border-radius: 0;
}

.modal-body {
  padding: 20px;
}

.modal-body h1 {
  letter-spacing: 1px;
  font-size: 18px;
  margin: 10px 0 20px;
  font-weight: bold;
}

.modal-footer {
  border-top: none;
}

.position-fixed {
  position: fixed;
}

.context-menu {
  z-index: 1000;
}

/**
 * Slider
 */

rzslider .rz-pointer {
  background-color: #002B49;
  width: 16px;
  height: 16px;
  top: -7px;
}

rzslider .rz-pointer:after {
  background: #002B49;
  display: none;
}

.rz-bar-wrapper {
  cursor: pointer;
}

.rzslider .rz-pointer {
  width: 12px;
  height: 12px;
  top: -4px;
  background-color: #002B49;
}

.rzslider .rz-pointer:after {
  display: none;
}

/**
 * BG VID
 */

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

/**
  * Color Picker
  */

.colorpicker .dropdown-menu {
  padding: 0;
}

.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha {
  margin: 0;
}

.colorpicker colorpicker-preview,
.colorpicker button {
  display: none;
}

.dropdown-menu {
  border-radius: 0;
  font-size: 12px;
}

.dropdown-menu i {
  margin-right: 10px;
  color: #666;
}

.dropdown-menu a {
  padding: 2px 10px !important;
}

/**
  * Materialize
  */

/**
  * Checkbox
  */

input[type=checkbox].css-checkbox {
  display: none;
}

/**
  * Checkbox
  */

input[type=radio].css-radio {
  display: none;
}

/**
 * Datepicker
 */

.dropdown-menu table:focus {
  outline: none !important;
}

.dropdown-menu .btn-default {
  color: #002B49;
  background: none;
  padding: 5px 5px;
}

.dropdown-menu .text-info {
  color: #FFF;
}

/**
 * Tag
 */

.tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 0.2em;
}

.tag.add {
  background-color: #00b159;
  color: #FFF;
}

.tag.remove {
  background-color: #C03;
  color: #FFF;
}

.tag.primary {
  background-color: #002B49;
  color: #FFF;
}

/**
 * Md Input
 */

md-input-container {
  margin: 0;
}

.md-input {
  border: 1px solid #ccc !important;
  background: none !important;
  padding: 4px 8px !important;
}

.dtp-header,
.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp .dtp-hand.on,
.dtp table.dtp-picker-days tr > td > a.selected,
.dtp .dtp-picker-time > a.dtp-select-hour.selected,
.dtp .dtp-actual-meridien a.selected {
  background: #002B49 !important;
}

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
  padding: 8px;
}

/**
 * Angular Drag and Drop
 */

.on-dragging {
  background-color: #FFFF77;
}

.on-drag-enter {
  border: 2px dotted #777;
}

.on-drag-hover {
  border: 2px solid #777;
}

/**
 * Inputs
 */

.short-input {
  width: 60px;
  padding: 1px;
}

/**
 * No Select
 */

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}

/**
 * Icons
 */

.icons {
  color: #002B49;
}

/**
 *
 */

.daterangepicker_input {
  display: none;
}

/**
 *
 */

.md-dialog-container {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.mdp-timepicker-selected-time span {
  font-size: 3rem;
}

.mdp-timepicker-selected-ampm span {
  font-size: 20px;
}

.mdp-timepicker-time {
  width: 180px !important;
  background-color: #002B49 !important;
}

.md-button.md-primary {
  background-color: #002B49 !important;
  color: #FFF;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #002B49 !important;
}

/**
 *
 */

.shepherd-element.shepherd-open {
  z-index: 9999;
  background-color: #FFF;
  padding: 25px;
}

.btn {
  padding-left: 10px;
  padding-right: 10px;
}

#loading-bar .bar {
  background: #002B49;
}

#loading-bar-spinner .spinner-icon {
  border-top-color: #002B49;
  border-left-color: #002B49;
}

#loading-bar-spinner {
  border-color: #002B49;
}

#loading-bar-spinner {
  top: 40%;
  left: 48%;
}

#loading-bar-spinner .spinner-icon {
  width: 100px;
  height: 100px;
  border-top-color: #002B49;
  border-left-color: #002B49;
  border-radius: 50px;
}