/*------------------------------------------------------------------
[Master Stylesheet]

Project :	                PublishingSuite Admin Dashboard
Version :	                1.1
Last change :	            05/20/19 [Initail Release]
Designed & Developed by :	SPI Global Pvt Ltd
-------------------------------------------------------------------*/
/*** ======= // TABLE OF CONTENT // ============================
+ typography
+ button
+ alertify
+ html 5 gallery ( HELP Page)
===================================================== ***/
/**************
typography
**************/
h1 {
  font-size: calc(100% + 12px) !important;
  margin-bottom: 20px;
}

h2 {
  font-size: calc(100% + 8px) !important;
}

h3 {
  font-size: calc(100% + 6px) !important;
}

h4 {
  font-size: calc(100% + 3px) !important;
}

h5 {
  font-size: calc(100% + 2px) !important;
}

h6 {
  font-size: calc(100% + 1px) !important;
}

label {
  font-size: calc(100% - 3px) !important;
  font-weight: normal;
}

a {
  font-size: calc(100% - 1px) !important;
  outline: none !important;
  text-decoration: none !important;
}

.tory-blue-green {
  /***************
     Modal Popup
     ***************/
  /***************
     alertify
     ***************/
  /* overwrite display: none; for everything except IE6-8 */
  /****************
  link-dialog
  ****************/
  /****************
  html 5 gallery ( HELP Page)
  ****************/
}
.tory-blue-green .modal {
  background: rgba(0, 0, 0, 0.5);
  margin: 0px auto;
  padding: 30px 0px;
}
.tory-blue-green .modal .modal-content {
  padding: 20px;
  box-shadow: 0px 2px 6px 0px #b5b5b5;
  border-radius: 5px;
  background-color: #ffffff;
}
.tory-blue-green .modal .modal-content #app-content-section, .tory-blue-green .modal .modal-content .spcialization {
  padding: 0px;
}
.tory-blue-green .modal .modal-content #app-content-section h2.title, .tory-blue-green .modal .modal-content .spcialization h2.title {
  position: relative;
  margin: 0px 0px 25px 0px;
  padding-bottom: 15px;
}
.tory-blue-green .modal .modal-content #app-content-section h2::after, .tory-blue-green .modal .modal-content .spcialization h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  background: #00796a;
}
.tory-blue-green .modal .modal-content .add-footer {
  padding-top: 20px;
}
.tory-blue-green .form-footer.add-footer {
  border-top: 1px solid #00bfa5;
}
.tory-blue-green .popup-alert-import-users {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}
.tory-blue-green .alertify {
  font-size: 100%;
  color: #444444;
  background-color: #ffffff;
  border-color: #cccccc;
  position: fixed;
  z-index: 99999;
  top: 35%;
  left: calc(50% - 200px);
  width: 400px;
  opacity: 1;
  border-radius: 8px;
}
.tory-blue-green .alertify .ajs-dialog {
  border-radius: 8px;
  overflow: hidden;
  padding: 1rem;
  width: 400px;
}
.tory-blue-green .alertify .ajs-dialog .ajs-reset, .tory-blue-green .alertify .ajs-dialog .ajs-commands {
  display: none;
}
.tory-blue-green .alertify .ajs-header {
  display: none;
}
.tory-blue-green .alertify .ajs-content {
  text-align: center;
}
.tory-blue-green .alertify .ajs-footer .ajs-buttons button {
  margin-right: 1rem;
  width: 110px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
.tory-blue-green .alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center;
}
.tory-blue-green .alertify .ajs-footer .ajs-buttons .ajs-ok {
  background: #2196f3;
  border-color: #fff;
  color: #fff;
}
.tory-blue-green .alertify .ajs-footer .ajs-buttons .ajs-ok:hover {
  background: #fff;
  border-color: #2196f3;
  color: #2196f3;
}
.tory-blue-green .alertify .ajs-footer .ajs-buttons .ajs-cancel {
  background: #fff;
  border-color: #2196f3;
  color: #2196f3;
}
.tory-blue-green .alertify .ajs-footer .ajs-buttons .ajs-cancel:hover {
  background: #2196f3;
  border-color: #2196f3;
  color: #fff;
}
.tory-blue-green .alertify .ajs-dimmer {
  opacity: 0.7;
}
.tory-blue-green .alertify .alertify-button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.tory-blue-green .alertify .alertify-button:hover, .tory-blue-green .alertify .alertify-button:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
  text-decoration: none;
}
.tory-blue-green .alertify .alertify-button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tory-blue-green .alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.tory-blue-green .alertify-cover-hidden {
  display: none;
}
.tory-blue-green .alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}
.tory-blue-green :root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}
.tory-blue-green .alertify-dialog {
  padding: 2rem;
}
.tory-blue-green .alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tory-blue-green .alertify-inner {
  text-align: center;
}
.tory-blue-green .alertify-inner p {
  margin-bottom: 25px;
  font-size: 19px !important;
}
.tory-blue-green .note-editor .link-dialog .modal-header, .tory-blue-green .note-editor .link-dialog .modal-body {
  padding: 15px 0px;
}
.tory-blue-green .note-editor .link-dialog .modal-header .sn-checkbox-open-in-new-window label, .tory-blue-green .note-editor .link-dialog .modal-body .sn-checkbox-open-in-new-window label {
  padding-left: 0px;
}
.tory-blue-green .videobox .card .html5gallery {
  width: 100% !important;
  cursor: pointer;
}
.tory-blue-green .videobox .card .html5gallery div {
  width: 100% !important;
  box-shadow: none;
}
.tory-blue-green .videobox .card .html5gallery div div {
  width: 100% !important;
  top: 0px;
  left: 0px;
}
.tory-blue-green .videobox .card .html5gallery div div div {
  width: 100% !important;
  max-width: 100% !important;
}
.tory-blue-green .videobox .card .html5gallery .html5boxSeeker, .tory-blue-green .videobox .card .html5gallery .html5boxVideoControls, .tory-blue-green .videobox .card .html5gallery .html5boxVideoPlay {
  display: none !important;
}

.purple-heart-pink {
  /***************
     Modal Popup
     ***************/
  /***************
     alertify
     ***************/
  /* overwrite display: none; for everything except IE6-8 */
  /****************
  link-dialog
  ****************/
  /****************
  html 5 gallery ( HELP Page)
  ****************/
}
.purple-heart-pink .modal {
  background: rgba(0, 0, 0, 0.5);
  margin: 0px auto;
  padding: 30px 0px;
}
.purple-heart-pink .modal .modal-content {
  padding: 20px;
  box-shadow: 0px 2px 6px 0px #b5b5b5;
  border-radius: 5px;
  background-color: #ffffff;
}
.purple-heart-pink .modal .modal-content #app-content-section, .purple-heart-pink .modal .modal-content .spcialization {
  padding: 0px;
}
.purple-heart-pink .modal .modal-content #app-content-section h2.title, .purple-heart-pink .modal .modal-content .spcialization h2.title {
  position: relative;
  margin: 0px 0px 25px 0px;
  padding-bottom: 15px;
}
.purple-heart-pink .modal .modal-content #app-content-section h2::after, .purple-heart-pink .modal .modal-content .spcialization h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  background: #0277bd;
}
.purple-heart-pink .modal .modal-content .add-footer {
  padding-top: 20px;
}
.purple-heart-pink .form-footer.add-footer {
  border-top: 1px solid #03a9f4;
}
.purple-heart-pink .popup-alert-import-users {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}
.purple-heart-pink .alertify {
  font-size: 100%;
  color: #444444;
  background-color: #ffffff;
  border-color: #cccccc;
  position: fixed;
  z-index: 99999;
  top: 35%;
  left: calc(50% - 200px);
  width: 400px;
  opacity: 1;
  border-radius: 8px;
}
.purple-heart-pink .alertify .ajs-dialog {
  border-radius: 8px;
  overflow: hidden;
  padding: 1rem;
  width: 400px;
}
.purple-heart-pink .alertify .ajs-dialog .ajs-reset, .purple-heart-pink .alertify .ajs-dialog .ajs-commands {
  display: none;
}
.purple-heart-pink .alertify .ajs-header {
  display: none;
}
.purple-heart-pink .alertify .ajs-content {
  text-align: center;
}
.purple-heart-pink .alertify .ajs-footer .ajs-buttons button {
  margin-right: 1rem;
  width: 110px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
.purple-heart-pink .alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center;
}
.purple-heart-pink .alertify .ajs-footer .ajs-buttons .ajs-ok {
  background: #3f51b5;
  border-color: #fff;
  color: #fff;
}
.purple-heart-pink .alertify .ajs-footer .ajs-buttons .ajs-ok:hover {
  background: #fff;
  border-color: #3f51b5;
  color: #3f51b5;
}
.purple-heart-pink .alertify .ajs-footer .ajs-buttons .ajs-cancel {
  background: #fff;
  border-color: #3f51b5;
  color: #3f51b5;
}
.purple-heart-pink .alertify .ajs-footer .ajs-buttons .ajs-cancel:hover {
  background: #3f51b5;
  border-color: #3f51b5;
  color: #fff;
}
.purple-heart-pink .alertify .ajs-dimmer {
  opacity: 0.7;
}
.purple-heart-pink .alertify .alertify-button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.purple-heart-pink .alertify .alertify-button:hover, .purple-heart-pink .alertify .alertify-button:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
  text-decoration: none;
}
.purple-heart-pink .alertify .alertify-button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.purple-heart-pink .alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.purple-heart-pink .alertify-cover-hidden {
  display: none;
}
.purple-heart-pink .alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}
.purple-heart-pink :root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}
.purple-heart-pink .alertify-dialog {
  padding: 2rem;
}
.purple-heart-pink .alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.purple-heart-pink .alertify-inner {
  text-align: center;
}
.purple-heart-pink .alertify-inner p {
  margin-bottom: 25px;
  font-size: 19px !important;
}
.purple-heart-pink .note-editor .link-dialog .modal-header, .purple-heart-pink .note-editor .link-dialog .modal-body {
  padding: 15px 0px;
}
.purple-heart-pink .note-editor .link-dialog .modal-header .sn-checkbox-open-in-new-window label, .purple-heart-pink .note-editor .link-dialog .modal-body .sn-checkbox-open-in-new-window label {
  padding-left: 0px;
}
.purple-heart-pink .videobox .card .html5gallery {
  width: 100% !important;
  cursor: pointer;
}
.purple-heart-pink .videobox .card .html5gallery div {
  width: 100% !important;
  box-shadow: none;
}
.purple-heart-pink .videobox .card .html5gallery div div {
  width: 100% !important;
  top: 0px;
  left: 0px;
}
.purple-heart-pink .videobox .card .html5gallery div div div {
  width: 100% !important;
  max-width: 100% !important;
}
.purple-heart-pink .videobox .card .html5gallery .html5boxSeeker, .purple-heart-pink .videobox .card .html5gallery .html5boxVideoControls, .purple-heart-pink .videobox .card .html5gallery .html5boxVideoPlay {
  display: none !important;
}

.azure-cerulean {
  /***************
     Modal Popup
     ***************/
  /***************
     alertify
     ***************/
  /* overwrite display: none; for everything except IE6-8 */
  /****************
  link-dialog
  ****************/
  /****************
  html 5 gallery ( HELP Page)
  ****************/
}
.azure-cerulean .modal {
  background: rgba(0, 0, 0, 0.5);
  margin: 0px auto;
  padding: 30px 0px;
}
.azure-cerulean .modal .modal-content {
  padding: 20px;
  box-shadow: 0px 2px 6px 0px #b5b5b5;
  border-radius: 5px;
  background-color: #ffffff;
}
.azure-cerulean .modal .modal-content #app-content-section, .azure-cerulean .modal .modal-content .spcialization {
  padding: 0px;
}
.azure-cerulean .modal .modal-content #app-content-section h2.title, .azure-cerulean .modal .modal-content .spcialization h2.title {
  position: relative;
  margin: 0px 0px 25px 0px;
  padding-bottom: 15px;
}
.azure-cerulean .modal .modal-content #app-content-section h2::after, .azure-cerulean .modal .modal-content .spcialization h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  background: #0097a7;
}
.azure-cerulean .modal .modal-content .add-footer {
  padding-top: 20px;
}
.azure-cerulean .form-footer.add-footer {
  border-top: 1px solid #00bcd4;
}
.azure-cerulean .popup-alert-import-users {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}
.azure-cerulean .alertify {
  font-size: 100%;
  color: #444444;
  background-color: #ffffff;
  border-color: #cccccc;
  position: fixed;
  z-index: 99999;
  top: 35%;
  left: calc(50% - 200px);
  width: 400px;
  opacity: 1;
  border-radius: 8px;
}
.azure-cerulean .alertify .ajs-dialog {
  border-radius: 8px;
  overflow: hidden;
  padding: 1rem;
  width: 400px;
}
.azure-cerulean .alertify .ajs-dialog .ajs-reset, .azure-cerulean .alertify .ajs-dialog .ajs-commands {
  display: none;
}
.azure-cerulean .alertify .ajs-header {
  display: none;
}
.azure-cerulean .alertify .ajs-content {
  text-align: center;
}
.azure-cerulean .alertify .ajs-footer .ajs-buttons button {
  margin-right: 1rem;
  width: 110px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
.azure-cerulean .alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center;
}
.azure-cerulean .alertify .ajs-footer .ajs-buttons .ajs-ok {
  background: #ec407a;
  border-color: #fff;
  color: #fff;
}
.azure-cerulean .alertify .ajs-footer .ajs-buttons .ajs-ok:hover {
  background: #fff;
  border-color: #ec407a;
  color: #ec407a;
}
.azure-cerulean .alertify .ajs-footer .ajs-buttons .ajs-cancel {
  background: #fff;
  border-color: #ec407a;
  color: #ec407a;
}
.azure-cerulean .alertify .ajs-footer .ajs-buttons .ajs-cancel:hover {
  background: #ec407a;
  border-color: #ec407a;
  color: #fff;
}
.azure-cerulean .alertify .ajs-dimmer {
  opacity: 0.7;
}
.azure-cerulean .alertify .alertify-button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.azure-cerulean .alertify .alertify-button:hover, .azure-cerulean .alertify .alertify-button:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
  text-decoration: none;
}
.azure-cerulean .alertify .alertify-button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.azure-cerulean .alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.azure-cerulean .alertify-cover-hidden {
  display: none;
}
.azure-cerulean .alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}
.azure-cerulean :root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}
.azure-cerulean .alertify-dialog {
  padding: 2rem;
}
.azure-cerulean .alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.azure-cerulean .alertify-inner {
  text-align: center;
}
.azure-cerulean .alertify-inner p {
  margin-bottom: 25px;
  font-size: 19px !important;
}
.azure-cerulean .note-editor .link-dialog .modal-header, .azure-cerulean .note-editor .link-dialog .modal-body {
  padding: 15px 0px;
}
.azure-cerulean .note-editor .link-dialog .modal-header .sn-checkbox-open-in-new-window label, .azure-cerulean .note-editor .link-dialog .modal-body .sn-checkbox-open-in-new-window label {
  padding-left: 0px;
}
.azure-cerulean .videobox .card .html5gallery {
  width: 100% !important;
  cursor: pointer;
}
.azure-cerulean .videobox .card .html5gallery div {
  width: 100% !important;
  box-shadow: none;
}
.azure-cerulean .videobox .card .html5gallery div div {
  width: 100% !important;
  top: 0px;
  left: 0px;
}
.azure-cerulean .videobox .card .html5gallery div div div {
  width: 100% !important;
  max-width: 100% !important;
}
.azure-cerulean .videobox .card .html5gallery .html5boxSeeker, .azure-cerulean .videobox .card .html5gallery .html5boxVideoControls, .azure-cerulean .videobox .card .html5gallery .html5boxVideoPlay {
  display: none !important;
}

.shiraz-megenta-cyan {
  /***************
     Modal Popup
     ***************/
  /***************
     alertify
     ***************/
  /* overwrite display: none; for everything except IE6-8 */
  /****************
  link-dialog
  ****************/
  /****************
  html 5 gallery ( HELP Page)
  ****************/
}
.shiraz-megenta-cyan .modal {
  background: rgba(0, 0, 0, 0.5);
  margin: 0px auto;
  padding: 30px 0px;
}
.shiraz-megenta-cyan .modal .modal-content {
  padding: 20px;
  box-shadow: 0px 2px 6px 0px #b5b5b5;
  border-radius: 5px;
  background-color: #ffffff;
}
.shiraz-megenta-cyan .modal .modal-content #app-content-section, .shiraz-megenta-cyan .modal .modal-content .spcialization {
  padding: 0px;
}
.shiraz-megenta-cyan .modal .modal-content #app-content-section h2.title, .shiraz-megenta-cyan .modal .modal-content .spcialization h2.title {
  position: relative;
  margin: 0px 0px 25px 0px;
  padding-bottom: 15px;
}
.shiraz-megenta-cyan .modal .modal-content #app-content-section h2::after, .shiraz-megenta-cyan .modal .modal-content .spcialization h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  background: #e4590d;
}
.shiraz-megenta-cyan .modal .modal-content .add-footer {
  padding-top: 20px;
}
.shiraz-megenta-cyan .form-footer.add-footer {
  border-top: 1px solid #f3851c;
}
.shiraz-megenta-cyan .popup-alert-import-users {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}
.shiraz-megenta-cyan .alertify {
  font-size: 100%;
  color: #444444;
  background-color: #ffffff;
  border-color: #cccccc;
  position: fixed;
  z-index: 99999;
  top: 35%;
  left: calc(50% - 200px);
  width: 400px;
  opacity: 1;
  border-radius: 8px;
}
.shiraz-megenta-cyan .alertify .ajs-dialog {
  border-radius: 8px;
  overflow: hidden;
  padding: 1rem;
  width: 400px;
}
.shiraz-megenta-cyan .alertify .ajs-dialog .ajs-reset, .shiraz-megenta-cyan .alertify .ajs-dialog .ajs-commands {
  display: none;
}
.shiraz-megenta-cyan .alertify .ajs-header {
  display: none;
}
.shiraz-megenta-cyan .alertify .ajs-content {
  text-align: center;
}
.shiraz-megenta-cyan .alertify .ajs-footer .ajs-buttons button {
  margin-right: 1rem;
  width: 110px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
.shiraz-megenta-cyan .alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center;
}
.shiraz-megenta-cyan .alertify .ajs-footer .ajs-buttons .ajs-ok {
  background: #206087;
  border-color: #fff;
  color: #fff;
}
.shiraz-megenta-cyan .alertify .ajs-footer .ajs-buttons .ajs-ok:hover {
  background: #fff;
  border-color: #206087;
  color: #206087;
}
.shiraz-megenta-cyan .alertify .ajs-footer .ajs-buttons .ajs-cancel {
  background: #fff;
  border-color: #206087;
  color: #206087;
}
.shiraz-megenta-cyan .alertify .ajs-footer .ajs-buttons .ajs-cancel:hover {
  background: #206087;
  border-color: #206087;
  color: #fff;
}
.shiraz-megenta-cyan .alertify .ajs-dimmer {
  opacity: 0.7;
}
.shiraz-megenta-cyan .alertify .alertify-button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.shiraz-megenta-cyan .alertify .alertify-button:hover, .shiraz-megenta-cyan .alertify .alertify-button:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
  text-decoration: none;
}
.shiraz-megenta-cyan .alertify .alertify-button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.shiraz-megenta-cyan .alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.shiraz-megenta-cyan .alertify-cover-hidden {
  display: none;
}
.shiraz-megenta-cyan .alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}
.shiraz-megenta-cyan :root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}
.shiraz-megenta-cyan .alertify-dialog {
  padding: 2rem;
}
.shiraz-megenta-cyan .alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shiraz-megenta-cyan .alertify-inner {
  text-align: center;
}
.shiraz-megenta-cyan .alertify-inner p {
  margin-bottom: 25px;
  font-size: 19px !important;
}
.shiraz-megenta-cyan .note-editor .link-dialog .modal-header, .shiraz-megenta-cyan .note-editor .link-dialog .modal-body {
  padding: 15px 0px;
}
.shiraz-megenta-cyan .note-editor .link-dialog .modal-header .sn-checkbox-open-in-new-window label, .shiraz-megenta-cyan .note-editor .link-dialog .modal-body .sn-checkbox-open-in-new-window label {
  padding-left: 0px;
}
.shiraz-megenta-cyan .videobox .card .html5gallery {
  width: 100% !important;
  cursor: pointer;
}
.shiraz-megenta-cyan .videobox .card .html5gallery div {
  width: 100% !important;
  box-shadow: none;
}
.shiraz-megenta-cyan .videobox .card .html5gallery div div {
  width: 100% !important;
  top: 0px;
  left: 0px;
}
.shiraz-megenta-cyan .videobox .card .html5gallery div div div {
  width: 100% !important;
  max-width: 100% !important;
}
.shiraz-megenta-cyan .videobox .card .html5gallery .html5boxSeeker, .shiraz-megenta-cyan .videobox .card .html5gallery .html5boxVideoControls, .shiraz-megenta-cyan .videobox .card .html5gallery .html5boxVideoPlay {
  display: none !important;
}

.lavender-cinnabar {
  /***************
     Modal Popup
     ***************/
  /***************
     alertify
     ***************/
  /* overwrite display: none; for everything except IE6-8 */
  /****************
  link-dialog
  ****************/
  /****************
  html 5 gallery ( HELP Page)
  ****************/
}
.lavender-cinnabar .modal {
  background: rgba(0, 0, 0, 0.5);
  margin: 0px auto;
  padding: 30px 0px;
}
.lavender-cinnabar .modal .modal-content {
  padding: 20px;
  box-shadow: 0px 2px 6px 0px #b5b5b5;
  border-radius: 5px;
  background-color: #ffffff;
}
.lavender-cinnabar .modal .modal-content #app-content-section, .lavender-cinnabar .modal .modal-content .spcialization {
  padding: 0px;
}
.lavender-cinnabar .modal .modal-content #app-content-section h2.title, .lavender-cinnabar .modal .modal-content .spcialization h2.title {
  position: relative;
  margin: 0px 0px 25px 0px;
  padding-bottom: 15px;
}
.lavender-cinnabar .modal .modal-content #app-content-section h2::after, .lavender-cinnabar .modal .modal-content .spcialization h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  background: #5f7897;
}
.lavender-cinnabar .modal .modal-content .add-footer {
  padding-top: 20px;
}
.lavender-cinnabar .form-footer.add-footer {
  border-top: 1px solid #7f97b5;
}
.lavender-cinnabar .popup-alert-import-users {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}
.lavender-cinnabar .alertify {
  font-size: 100%;
  color: #444444;
  background-color: #ffffff;
  border-color: #cccccc;
  position: fixed;
  z-index: 99999;
  top: 35%;
  left: calc(50% - 200px);
  width: 400px;
  opacity: 1;
  border-radius: 8px;
}
.lavender-cinnabar .alertify .ajs-dialog {
  border-radius: 8px;
  overflow: hidden;
  padding: 1rem;
  width: 400px;
}
.lavender-cinnabar .alertify .ajs-dialog .ajs-reset, .lavender-cinnabar .alertify .ajs-dialog .ajs-commands {
  display: none;
}
.lavender-cinnabar .alertify .ajs-header {
  display: none;
}
.lavender-cinnabar .alertify .ajs-content {
  text-align: center;
}
.lavender-cinnabar .alertify .ajs-footer .ajs-buttons button {
  margin-right: 1rem;
  width: 110px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
.lavender-cinnabar .alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center;
}
.lavender-cinnabar .alertify .ajs-footer .ajs-buttons .ajs-ok {
  background: #e5534b;
  border-color: #fff;
  color: #fff;
}
.lavender-cinnabar .alertify .ajs-footer .ajs-buttons .ajs-ok:hover {
  background: #fff;
  border-color: #e5534b;
  color: #e5534b;
}
.lavender-cinnabar .alertify .ajs-footer .ajs-buttons .ajs-cancel {
  background: #fff;
  border-color: #e5534b;
  color: #e5534b;
}
.lavender-cinnabar .alertify .ajs-footer .ajs-buttons .ajs-cancel:hover {
  background: #e5534b;
  border-color: #e5534b;
  color: #fff;
}
.lavender-cinnabar .alertify .ajs-dimmer {
  opacity: 0.7;
}
.lavender-cinnabar .alertify .alertify-button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.lavender-cinnabar .alertify .alertify-button:hover, .lavender-cinnabar .alertify .alertify-button:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
  text-decoration: none;
}
.lavender-cinnabar .alertify .alertify-button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.lavender-cinnabar .alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.lavender-cinnabar .alertify-cover-hidden {
  display: none;
}
.lavender-cinnabar .alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}
.lavender-cinnabar :root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}
.lavender-cinnabar .alertify-dialog {
  padding: 2rem;
}
.lavender-cinnabar .alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.lavender-cinnabar .alertify-inner {
  text-align: center;
}
.lavender-cinnabar .alertify-inner p {
  margin-bottom: 25px;
  font-size: 19px !important;
}
.lavender-cinnabar .note-editor .link-dialog .modal-header, .lavender-cinnabar .note-editor .link-dialog .modal-body {
  padding: 15px 0px;
}
.lavender-cinnabar .note-editor .link-dialog .modal-header .sn-checkbox-open-in-new-window label, .lavender-cinnabar .note-editor .link-dialog .modal-body .sn-checkbox-open-in-new-window label {
  padding-left: 0px;
}
.lavender-cinnabar .videobox .card .html5gallery {
  width: 100% !important;
  cursor: pointer;
}
.lavender-cinnabar .videobox .card .html5gallery div {
  width: 100% !important;
  box-shadow: none;
}
.lavender-cinnabar .videobox .card .html5gallery div div {
  width: 100% !important;
  top: 0px;
  left: 0px;
}
.lavender-cinnabar .videobox .card .html5gallery div div div {
  width: 100% !important;
  max-width: 100% !important;
}
.lavender-cinnabar .videobox .card .html5gallery .html5boxSeeker, .lavender-cinnabar .videobox .card .html5gallery .html5boxVideoControls, .lavender-cinnabar .videobox .card .html5gallery .html5boxVideoPlay {
  display: none !important;
}

/*# sourceMappingURL=modal.css.map */
