@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400i);
.white-bg {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.f1 {
  font-family: 'Droid Sans', sans-serif;
}
.f2 {
  font-family: 'Droid Serif', serif;
}
/* Blue */
/* Blue */
/* Dark Blue */
/* Green */
/* Green */
/* Green */
/* Orange */
/* Orange */
.basefont {
  font-family: 'Open Sans', sans-serif;
}
.reset-animation {
  -webkit-transition: none;
  transition: none;
}
.cm-item {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.v-item {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.c-item {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
html,
body {
  height: 100%;
}
body {
  background: #ebeff8;
  font-family: 'Droid Sans', sans-serif;
  color: #34383b;
  font-size: 14px;
}
body > .container {
  padding: 0px;
}
body .drop-hover {
  height: 150px;
  border: 2px dashed #5599f5;
  background: rgba(12, 94, 206, 0.1);
}
.shadow1 {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.dark-shadow1 {
  -webkit-box-shadow: 0px 3px 13px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 13px 0 rgba(0, 0, 0, 0.4);
}
.ul-reset {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.btn-shadow1 {
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
}
a {
  color: #4f6bbf;
}
a:hover {
  color: #3a466c;
}
p {
  font-size: 14px;
}
.utilityWrapper {
  display: none;
}
/**
 * Ace Code editor
 */
.ace-monokai {
  background-color: #202433 !important;
}
.ace-monokai .ace_gutter {
  background: #292e40 !important;
}
.b-lazy {
  background-image: url(../admin/images/loading.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}
.ace_scrollbar-h {
  height: 8px !important;
}
.ace_scrollbar-v {
  width: 8px !important;
}
#rgenSourceViewPop .ace_editor {
  font-size: 14px !important;
}
/* COMMON
********************************************/
hr {
  margin: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#modal-image {
  z-index: 99999;
}
.sticky {
  position: fixed !important;
  width: 100%;
  max-width: 1200px;
  min-width: 998px;
  z-index: 999;
  top: 0px !important;
  border-radius: 0 !important;
  display: block !important;
}
.sp-palette-container {
  max-width: 200px;
}
/* Loader
------------------------*/
.blockMsg {
  background-image: url(../admin/images/loading.svg);
  background-repeat: no-repeat;
  background-position: center 25px;
}
/* Common preview box
------------------------*/
.preview-block {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.01);
}
.img-preview img,
.preview-block img {
  width: auto\9;
  height: auto !important;
  max-width: 100%;
  display: block;
  margin: auto;
  width: 100%;
}
.img-preview {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-align: center;
}
/* Tool tip
------------------------*/
.tooltip {
  font-family: inherit;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}
/* Image upload
------------------------*/
.image-upload {
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.05);
  width: 120px;
  height: 120px;
  position: relative;
  padding: 5px;
  display: table;
}
.image-upload .image-holder {
  width: 108px;
  height: 108px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.image-upload .image-holder img {
  /* width: 100%;
	height: auto; */
  width: 100% \9;
  max-width: 100%;
  height: auto;
  /* height: 100%; */
  max-height: 100%;
}
.image-upload,
.image-buttons {
  display: inline-block;
  vertical-align: middle;
}
.image-buttons {
  width: 80px;
  margin-left: 10px;
}
.image-buttons .rgen-btn {
  display: block;
  margin: 5px 0;
  width: 100%;
}
.large.image-upload {
  cursor: pointer;
}
.large.image-upload:hover {
  border-color: #82cb80;
}
.large.image-upload .reset-btn {
  position: absolute;
  right: -8px;
  top: -8px;
  color: #ea6d6d;
  font-size: 24px;
  line-height: 0.8;
  background-color: #fff;
  border-radius: 24px;
  cursor: pointer;
}
.large.image-upload {
  width: 200px;
  height: 200px;
}
.large.image-upload .image-holder {
  width: 188px;
  height: 188px;
}
/* SMALL IMAGE BLOCK
********************************************/
.img-thumbs {
  display: inline-block;
  width: 300px;
  text-align: left;
  background-color: #f4f4f4;
  padding: 8px;
  border-radius: 3px;
  position: relative;
  margin: 0 10px 10px 0;
}
.img-thumbs .image-upload {
  width: 100px;
  height: 100px;
}
.img-thumbs .image-upload .image-holder {
  width: 88px;
  height: 88px;
}
.img-thumbs .info {
  display: inline-block;
  width: 175px;
  vertical-align: middle;
  margin-left: 5px;
}
.img-thumbs > .rgen-btn {
  position: absolute;
  right: -8px;
  top: -7px;
  z-index: 2;
  padding: 2px 4px;
  border-radius: 20px;
}
.img-thumbs .rgen-btn-group {
  background-color: #a6a9ae;
  border-radius: 2px;
  padding: 2px;
}
.img-thumbs .rgen-btn-group .rgen-btn {
  padding: 1px 3px 1px 4px;
  border-radius: 0px;
}
.img-thumbs .form-field {
  width: 100%;
}
.img-thumbs .info .url {
  margin: 5px 0;
}
.image-upload-small {
  display: inline-block;
  vertical-align: middle;
}
.image-upload-small .image-buttons {
  display: block;
  margin: 0px;
  width: auto;
  text-align: center;
}
.image-upload-small .image-buttons .rgen-btn {
  display: inline-block;
  padding: 2px;
  font-size: 11px;
  font-weight: normal;
}
.image-upload-small .image-buttons .resetbtn {
  width: 22px;
}
.image-upload-small .image-buttons .browsebtn {
  width: 75px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Droid Sans', sans-serif;
}
/* TYPOGRAPHY
********************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0px;
}
.h1 {
  font-size: 20px;
}
.h2 {
  font-size: 18px;
}
.h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.h4 {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.h5 {
  font-size: 12px;
}
.dark .h1,
.dark .h2,
.dark .h3,
.dark .h4,
.dark .h5 {
  color: #fff;
}
.link {
  color: #ea6d6d;
  text-decoration: underline;
}
.link:hover {
  color: #0d2a37;
  text-decoration: none;
}
.main-hd-1,
.rgen-hd-1 {
  background-color: #232836;
  border-bottom: 1px solid #272c3c #212532;
  font-size: 12px !important;
  color: #b3b3b3;
  padding: 8px 15px;
  margin: 15px -19px;
  position: relative;
}
.form-full .rgen-hd-1 {
  margin: 0px;
}
.rgen-hd-1 .rgen-btn.remove {
  position: absolute;
  top: -1px;
  right: -15px;
  border-radius: 50px;
  padding: 3px 5px;
  font-size: 18px;
  color: #fff;
  z-index: 99;
}
.rgen-hd-2 {
  font-size: 14px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #f4f4f4;
  color: #61656c;
}
.rgen-hd-3 {
  font-size: 14px;
  color: #61656c;
}
.rgen-hd-4 {
  font-size: 13px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #b3b3b3;
}
.main-hd-dark,
.main-hd {
  font-size: 16px;
  background-color: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #dadcdd;
  color: #61656c;
  position: relative;
}
.main-hd-dark {
  background-color: #35424d;
  border-radius: 4px 4px 0 0;
  margin: 0;
  color: #ffffff;
}
.main-hd-1 {
  margin: 0px;
  background: #272c3c;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#272c3c), to(#272c3c));
  background: linear-gradient(to bottom, #272c3c 0%, #272c3c 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-size: 18px !important;
  color: #b3b3b3;
  position: relative;
  border-radius: 0 5px 0 0;
}
.main-hd-1 .btn-holder {
  position: absolute;
  right: 10px;
  top: 9px;
}
a:hover,
a {
  text-decoration: none;
}
/* Page header
------------------------*/
.page-header h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  font-size: 30px;
  color: #848484;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: none;
}
/* Fonts preview
------------------------*/
.font-preview {
  font-size: 18px;
  color: #666;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.01);
}
/* LIST
********************************************/
.list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.list li {
  position: relative;
  font-size: 12px;
  margin-bottom: 1px;
}
.list li i {
  position: absolute;
}
.list li .del {
  right: 3px;
  top: 3px;
  color: #d5d7d9;
  top: 50%;
  margin-top: -11px;
  border-radius: 20px;
  padding: 3px 5px 4px 5px;
  font-size: 14px;
  cursor: pointer;
}
.list li .crt {
  display: none;
  right: -2px;
  top: 0;
  font-size: 14px;
  color: #61656c;
  height: 100%;
  border-left: 2px solid #61656c;
}
.list li .del:hover {
  background-color: #ea6d6d;
  color: #fff;
}
.list li .crt:before {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  font-size: 24px;
  height: 16px;
  line-height: 16px;
}
.list li.active a,
.list li:hover a {
  background-color: #61656c;
  color: #fff;
}
.list li.active .crt,
.list li:hover .crt {
  display: block;
}
.list a {
  display: block;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  padding: 7px 25px 5px 10px;
  cursor: pointer;
}
/* List - 1
------------------------*/
.dash-board ul,
.list-1 ul,
.list-1 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.list-1 > li {
  margin-bottom: 2px;
}
.list-1 > li > a {
  display: block;
  background-color: #f4f4f4;
  padding: 6px 10px;
  color: #35424d;
  border-radius: 3px;
}
.list-1 > li > a:hover {
  background-color: #61656c;
  color: #fff;
}
.list-1 .sub {
  border-left: 1px dotted #ccc;
  margin-left: 10px;
  padding: 8px 0 5px 12px;
}
.list-1 .sub > li {
  margin-bottom: 3px;
}
.list-1 .sub a {
  color: #61656c;
}
.list-1.list-inrow {
  margin-bottom: 20px;
}
.list-1.list-inrow:after {
  content: '';
  display: table;
  clear: both;
}
.list-1.list-inrow > li {
  float: left;
  width: 20%;
  padding: 2px;
  font-size: 12px;
}
/* List - 2
------------------------*/
.list-2 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.list-2 li {
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 2px;
}
/* List - 3
------------------------*/
ul.list-3 {
  margin: 0px;
  padding: 0 0 0 15px;
}
code {
  font-size: 12px;
  color: #4f6bbf;
  background-color: #e7ecf7;
  border-radius: 2px;
}
#contentToEdit {
  width: 100%;
  background-color: #d8e0f1;
  min-height: 350px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15);
  color: #000;
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  font-size: 16px;
  border-radius: 4px;
}
/* Tab controls
=========================*/
.tab-pn {
  display: none;
}
[data-tb] {
  cursor: pointer;
}
.tabs-wrp .tb-list,
.tabs-auto .tb-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.tabs-wrp .tb-list > li,
.tabs-auto .tb-list > li {
  display: inline-block;
}
.tabs-auto .tb-pn {
  /* display: none; */
  overflow: hidden;
  height: 0px;
  opacity: 0;
}
.tabs-auto .tb-pn.active {
  overflow: visible;
  height: auto;
  opacity: 1;
}
.tabs-auto .tb-pn.active,
.tabs-auto .tb-list > li.active {
  -webkit-transition: all 0.40s;
  -moz-transition: all 0.40s;
  -o-transition: all 0.40s;
  -ms-transition: all 0.40s;
  -webkit-transition-delay: 0.15s;
  /* Safari */
  transition-delay: 0.15s;
}
/* Side tabs */
.side-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
  min-height: 800px;
}
.side-tab .tb-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0px;
}
.side-tab .tb-list > li {
  display: block;
}
/* Tab position */
.side-tab.tb-r .tb-list {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
/* Image sizes */
.side-tab.xlarge .tb-list {
  width: 400px;
}
.side-tab.large .tb-list {
  width: 350px;
}
.side-tab.medium .tb-list {
  width: 250px;
}
.side-tab.small .tb-list {
  width: 200px;
}
.side-tab.mini .tb-list {
  width: 150px;
}
.side-tab.tiny .tb-list {
  width: 100px;
}
/* Tab style 1
=========================*/
.tab-style1 {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.tab-style1 .tb-list {
  z-index: 99;
  position: relative;
  background-color: #373e54;
  border-radius: 5px 0 0 5px;
}
.tab-style1 .tb-list > li {
  margin: 0 -1px -1px 0;
  padding: 10px 20px;
  -webkit-transition: none;
  transition: none;
  background-color: #232836;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #cccccc;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.08);
          box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.08);
}
.tab-style1 .tb-list > li:not([class*="fs"]) {
  font-size: 14px;
}
.tab-style1 .tb-list > li.active {
  background: #3888f3;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#5599f5), to(#3888f3));
  background: linear-gradient(to bottom, #5599f5 0%, #3888f3 100%);
  color: #ffffff;
  border-color: #0c5ece;
}
.tab-style1 .tb-content {
  background-color: #31384b;
  border-radius: 0 5px 5px 0;
}
.tab-style1 .tb-content .content-wrp {
  padding: 30px;
}
.tab-style1 .tb-pn > .title {
  border-radius: 0 5px 0 0;
}
.tab-style1.side-tab .tb-list {
  border-right: 1px solid #191c26;
  background-color: ;
}
.tab-style1.side-tab .tb-list > li:first-child {
  border-radius: 5px 0 0 0;
}
.tab-style1.side-tab .tb-list > li:last-child {
  border-radius: 0 0 0 5px;
}
/* Tab style 2
=========================*/
.tab-style2 .tb-list {
  border-bottom: 5px solid #1f9df3;
  max-height: 100%;
}
.tab-style2 .tb-list > li {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 -2px 0 0;
  padding: 8px 20px;
  border-radius: 3px 3px 0 0;
}
.tab-style2 .tb-list > li:not([class*="fs"]) {
  font-size: 16px;
}
.tab-style2 .tb-list > li.active {
  background-color: #1f9df3;
  color: #fff;
}
.tab-style2 .tb-content {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.02);
}
/* Tab style 1 : Side tabs */
.tab-style2.side-tab:not(.tb-r) .tb-list {
  border-right: 5px solid #1f9df3;
  border-bottom: none;
}
.tab-style2.side-tab:not(.tb-r) .tb-list > li {
  border-radius: 3px 0 0 3px;
  margin-bottom: 2px;
}
.tab-style2.tb-r .tb-list {
  border-left: 5px solid #1f9df3;
  border-bottom: none;
}
.tab-style2.tb-r .tb-list > li {
  border-radius: 0 3px 3px 0;
  margin-bottom: 2px;
}
/* Tab style 3
=========================*/
.tab-style3 .tb-list {
  z-index: 99;
  position: relative;
  background-color: #1f9df3;
}
.tab-style3 .tb-list > li {
  margin: 0;
  padding: 10px 20px;
  color: #fff;
}
.tab-style3 .tb-list > li:not([class*="fs"]) {
  font-size: 16px;
}
.tab-style3 .tb-list > li.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.tab-style3 .tb-content {
  padding: 30px 20px;
}
/* Tab style 3 : Side tabs */
.tab-style3.side-tab:not(.tb-r) .tb-content {
  padding: 0 0 0 30px;
}
.tab-style3.tb-r .tb-content {
  padding: 0 30px 0 0;
}
/* Tab style 4
=========================*/
.tab-style4 .tb-list {
  z-index: 99;
  position: relative;
}
.tab-style4 .tb-list > li {
  margin: 0 -4px 0 0;
  padding: 10px 20px;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, 0.01);
}
.tab-style4 .tb-list > li:first-child {
  border-radius: 4px 0 0 4px;
}
.tab-style4 .tb-list > li:last-child {
  border-radius: 0 4px 4px 0;
}
.tab-style4 .tb-list > li:not([class*="fs"]) {
  font-size: 16px;
}
.tab-style4 .tb-list > li.active {
  background-color: #1f9df3;
  color: #fff;
  border-color: #1f9df3;
}
.tab-style4 .tb-content {
  padding: 30px 0;
}
/* Tab style 4 : Side tabs */
.tab-style4.side-tab .tb-list > li {
  margin: 0 0 -1px 0;
}
.tab-style4.side-tab .tb-list > li:first-child {
  border-radius: 4px 4px 0 0;
}
.tab-style4.side-tab .tb-list > li:last-child {
  border-radius: 0 0 4px 4px;
}
.tab-style4.side-tab:not(.tb-r) .tb-content {
  padding: 0 0 0 30px;
}
.tab-style4.tb-r .tb-content {
  padding: 0 30px 0 0;
}
/* Tab group
------------------------*/
.tab-group {
  /*background-color: #f4f4f4;*/
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
}
.tab-group .rgen-btn {
  position: relative;
  border: none !important;
  border-radius: 4px !important;
  margin: 0 1px !important;
}
.tab-group .rgen-btn.active:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 10px solid #3a466c;
  border-color: #3a466c transparent transparent transparent;
  /*#3888f3*/
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
}
/* TABS
********************************************/
/* Tabs - Large
------------------------*/
.rgen-tab-panel-large .nav-tabs-wrp {
  background-color: #ededed;
  border-radius: 4px 4px 0 0;
}
.rgen-tab-panel-large .nav-tabs {
  border-bottom: 1px solid #dadcdd;
}
.rgen-tab-panel-large .nav-tabs > li > a {
  border-radius: 0px;
  margin-right: 0px;
  padding: 18px 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #999;
}
.rgen-tab-panel-large .nav-tabs > li:first-child > a {
  border-radius: 4px 0 0 0;
}
.rgen-tab-panel-large .nav-tabs > li {
  border-radius: 0px;
  border-right: 1px solid #dadcdd;
}
.rgen-tab-panel-large .nav-tabs > li.active > a,
.rgen-tab-panel-large .nav-tabs > li.active > a:hover,
.rgen-tab-panel-large .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #fff;
  color: #35424d;
}
.rgen-tab-panel-large .tab-content {
  padding: 20px;
}
/* Form control */
label {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
}
.fileinput .thumbnail,
.chosen-container-single .chosen-search input[type="text"],
.sp-replacer {
  padding: 3px;
}
.fileinput .thumbnail .sp-preview,
.chosen-container-single .chosen-search input[type="text"] .sp-preview,
.sp-replacer .sp-preview {
  margin-right: 4px;
}
.fileinput .thumbnail .sp-dd,
.chosen-container-single .chosen-search input[type="text"] .sp-dd,
.sp-replacer .sp-dd {
  font-size: 9px;
}
.styleEditor .form-group > .sp-replacer,
.form-control {
  border: 1px solid #191c26;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
}
.form-group.focus .form-control,
.form-control:focus {
  border-color: #5599f5;
}
/* Drop down menu */
.select .caret {
  border-bottom-color: inherit;
  border-top-color: inherit;
}
.select .btn .filter-option {
  top: 8px;
}
.dropdown-inverse,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #000000;
  border-color: #000000;
}
.dropdown-arrow-inverse {
  border-bottom-color: #000000 !important;
  border-top-color: #000000 !important;
}
.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus,
.dropdown-inverse li.active > a,
.dropdown-inverse li.selected > a {
  background-color: #0d63d7;
}
.dropdown-inverse li > a {
  padding: 5px 10px;
}
/* chosen drop down menu */
.chosen-container-single .chosen-single {
  background: #2d3345;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#2d3345));
  background: linear-gradient(to bottom, #ffffff 0%, #2d3345 100%);
  border: 1px solid #191c26;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #b3b3b3;
  -webkit-transition: none;
  transition: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
}
.chosen-container-single .chosen-search input[type="text"] {
  background: none !important;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #5599f5;
}
.chosen-container .chosen-results li {
  padding: 5px 10px;
  border-radius: 4px;
}
.chosen-container-single .chosen-single .pe-icon,
.chosen-container .chosen-results li:nth-child(-n+202) {
  font-family: 'Pe-icon-7-stroke';
}
.chosen-container-single .chosen-single .et-line-icon,
.chosen-container .chosen-results li:nth-child(n+203):nth-child(-n+302) {
  font-family: 'et-line';
}
.chosen-container-single .chosen-single .themify-icon,
.chosen-container .chosen-results li:nth-child(n+303):nth-child(-n+654) {
  font-family: 'themify';
}
/* SWITCH
********************************************/
.bootstrap-switch {
  border: none;
  background-color: #ededed;
  /* #ededed */
  height: 24px;
  overflow: hidden !important;
  width: 60px !important;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
          box-shadow: 0 1px 0 0 #ffffff;
}
.bootstrap-switch,
.bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  border-radius: 30px !important;
  height: 24px;
}
.bootstrap-switch .bootstrap-switch-container {
  -webkit-transform: inherit;
  transform: inherit;
}
.bootstrap-switch.bootstrap-switch-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off {
  padding: 3px 5px;
}
.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off {
  width: 60px !important;
}
.bootstrap-switch-handle-on {
  background-color: #82cb80 !important;
  text-align: left !important;
  padding-left: 15px !important;
}
.bootstrap-switch-handle-off {
  background-color: rgba(0, 0, 0, 0.1) !important;
  text-align: right !important;
  padding-right: 11px !important;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-switch-container {
  position: relative;
  width: 120px !important;
}
.bootstrap-switch-label {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  z-index: 1 !important;
  top: 3px;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-switch-on .bootstrap-switch-label {
  left: 38px;
}
.bootstrap-switch-off .bootstrap-switch-label {
  left: auto;
  right: 38px;
}
/* R.Gen switch */
.rgen-switch {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 24px;
  cursor: pointer;
}
.rgen-switch input {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.rgen-switch span {
  height: 24px;
  display: block;
  background-color: #a6a9ae;
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
.rgen-switch span b {
  height: 24px;
  width: 62px;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 10px;
}
.rgen-switch input + span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  left: 2px;
  top: 2px;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.rgen-switch input + span {
  right: 0px;
  background-color: #ededed;
}
.rgen-switch span .on {
  margin-left: -62px;
  color: #fff;
}
.rgen-switch span .off {
  text-align: right;
  padding-right: 12px;
  color: #61656c;
}
.rgen-switch input[type=checkbox]:checked + span {
  background-color: #82cb80;
}
.rgen-switch input[type=checkbox]:checked + span .on {
  margin-left: 0px;
}
.rgen-switch input[type=checkbox]:checked + span:before {
  left: 38px;
}
.rgen-switch span:before,
.rgen-switch span b,
.rgen-switch span {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.rgen-onoff-wrp {
  position: relative;
}
.rgen-onoff {
  visibility: hidden;
  position: absolute;
  margin: 0px;
  top: 0px;
}
.rgen-onoff + label {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(../admin/images/switch.png) no-repeat center top rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15);
  background-size: 40px;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
}
.rgen-onoff:checked + label {
  background-position: center bottom;
  background-color: #8bce7b;
}
.rgen-onoff[data-size="tiny"] + label {
  width: 24px;
  height: 12px;
  background-size: 24px;
}
[data-status-wrp="false"] {
  position: relative;
}
[data-status-wrp="false"] > b {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* FORMS
********************************************/
.rgen-form-wrp:after {
  content: '';
  display: table;
  clear: both;
}
.rgen-form-wrp .field-box {
  display: table;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.rgen-form-wrp .field-box:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rgen-form-wrp .field-box > label {
  display: table-cell;
  width: 250px;
  padding: 0 10px 0 0;
  font-weight: normal;
  color: #34383b;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: middle;
  font-size: 13px;
}
.rgen-form-wrp .field-box > .fields {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  font-family: 'Droid Sans', sans-serif;
}
.rgen-form-wrp .field-box .select {
  margin-bottom: 0px;
}
.rgen-form-wrp .field-box > label.form-large {
  width: 300px;
}
.rgen-form-wrp .field-box > label.form-medium {
  width: 200px;
}
.rgen-form-wrp .field-box > label.form-small {
  width: 150px;
}
.rgen-form-wrp .field-box > label.form-mini {
  width: 100px;
}
.rgen-form-wrp.form-large .field-box > label {
  width: 300px;
}
.rgen-form-wrp.form-medium .field-box > label {
  width: 200px;
}
.rgen-form-wrp.form-small .field-box > label {
  width: 150px;
}
.rgen-form-wrp.form-mini .field-box > label {
  width: 100px;
}
.rgen-form-wrp .full.field-box > label {
  display: block;
  margin-bottom: 6px;
  width: auto;
  border: none;
  padding: 0px;
}
/* Full form inside panel
------------------------*/
.form-full {
  margin: -20px;
}
.tab-content .form-full .field-box > label {
  padding-left: 0;
}
.tab-content .form-full .field-box > .fields {
  padding-right: 0;
}
.content-wrp .form-full {
  margin: 0 -30px;
}
/* Form in row
------------------------*/
.form-row {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: table;
}
.form-row li {
  display: table-cell;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  vertical-align: top;
}
.form-row li:first-child {
  padding-left: 0px;
}
.form-row li:last-child {
  padding-right: 0px;
  border-right: none;
}
.form-row li .lbl {
  font-weight: normal;
  font-size: 11px;
}
.tab-content .form-row {
  width: 100%;
}
.tab-content .form-row li {
  border-right: none;
  padding: 0 5px;
}
.tab-content .form-row li:first-child {
  padding-left: 0px;
}
.tab-content .form-row li:last-child {
  padding-right: 0px;
}
/* Form elements
------------------------*/
.rgen-select,
.form-field {
  font-family: 'Droid Sans', sans-serif;
  padding: 6px 10px;
  background-color: #f3f5fb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  line-height: 1.4;
  display: block;
  font-size: 12px;
  color: #34383b;
  font-size: 13px;
}
.rgen-select:focus,
.form-field:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.field-sub {
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-field.light {
  background-color: #fff;
}
.rgen-select + .rgen-select,
.form-field + .form-field {
  margin-top: 10px;
}
select.form-field {
  -webkit-box-shadow: inset 0 -2px 3px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 -2px 3px 0px rgba(0, 0, 0, 0.05);
}
.w-full {
  width: 100%;
}
.w-large {
  width: 70%;
}
.w-medium {
  width: 50%;
}
.w-small {
  width: 200px;
}
.w-mini {
  width: 100px;
}
.w-tiny {
  width: 50px;
}
.form-field.large {
  padding: 8px 14px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 700;
}
.inline,
.rgen-select.inline,
.form-field.inline {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle;
}
.rgen-select.inline:first-child,
.form-field.inline:first-child {
  margin-left: 0px;
}
.inline + .inline {
  margin-top: 0px;
}
/* .rgen-form-wrp {
	.rgen-select,
	.form-field,
	.field-box > label {
		font-size: 13px;
	}
}  */
/* Select drop down
------------------------*/
.rgen-select {
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  color: #34383b;
}
.rgen-select:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 13px;
  border: 1px solid #a6a9ae;
  border-width: 6px 5px 0 5px;
  border-color: #a6a9ae transparent #a6a9ae transparent;
}
.rgen-select select {
  position: relative;
  margin: 0;
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  line-height: 1.2;
  padding: 7px 10px;
  -webkit-appearance: none;
  width: 110%;
  color: #34383b;
}
.rgen-select select:focus {
  z-index: 3;
  outline: none;
  outline-offset: -2px;
  border-radius: 3px;
}
.rgen-select select option {
  margin: 3px;
  padding: 6px 7px;
  text-shadow: none;
  cursor: pointer;
}
.dark.rgen-select {
  background-color: #61656c;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  color: #fff;
}
.dark.rgen-select select:focus {
  color: #fff;
}
.dark.rgen-select select option {
  color: #000;
}
/* Check box list
------------------------*/
.field-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.field-list:after {
  content: '';
  display: table;
  clear: both;
}
.field-list li {
  float: left;
  width: 33.33333333333333%;
  padding: 2px;
}
.field-list li label {
  font-weight: normal;
  margin: 0px;
  display: block;
  background-color: #f4f4f4;
  padding: 6px 10px;
  color: #35424d;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.field-list li label:hover {
  background-color: #35424d;
  color: #fff;
}
.field-list li label input {
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 4px;
  opacity: 0;
}
.field-list li label i {
  position: absolute;
  left: 8px;
  top: 6px;
  font-size: 18px;
  opacity: 0;
}
.field-list li label input + .fa-times {
  opacity: 1;
  color: #ea6d6d;
}
.field-list li label input:checked + .fa-times {
  opacity: 0;
}
.field-list li label input + .fa-times + .fa-check {
  opacity: 0;
}
.field-list li label input:checked + .fa-times + .fa-check {
  opacity: 1;
  color: #82cb80;
}
/* Search text box
------------------------*/
.search {
  position: relative;
}
.search input {
  padding-right: 25px;
}
.search i {
  position: absolute;
  right: 9px;
  top: 9px;
  opacity: 0.5;
}
/* Form elements
------------------------*/
.help-text {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 12px;
  color: #808599;
  margin: 4px 0 0 0;
  line-height: 1.3;
}
.help-text p {
  font-size: inherit;
  margin-bottom: 10px;
}
.rgen-form-wrp .field-box > .fields .help-text {
  margin: 6px 0 0 0;
}
.help-text strong {
  /* color: #666; */
}
.help-text-box {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 20px;
}
.help-text-box .help-text {
  font-size: 13px;
  margin: 0px;
}
/* Tip in form elements
------------------------*/
.rgen-tip > * {
  display: inline-block;
  vertical-align: middle;
}
.help-tip,
.help-tip:hover,
.rgen-tip > .help-tip {
  margin-left: 8px;
  font-size: 22px;
  cursor: pointer;
  color: #82cb80;
  display: inline-block;
  vertical-align: middle;
}
.tip {
  position: relative;
  padding-right: 30px;
}
.tip .help-tip {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -15px;
}
body .sp-container button,
.btn {
  background-color: #e0e6f4;
  border: 1px solid transparent;
  color: #34383b;
  -webkit-transition: none;
  transition: none;
  border-radius: 3px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}
header > .modes .btn.disabled,
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
}
body .sp-container button:hover,
header > .modes .btn:hover,
header > .modes .btn.checked,
.btn:hover,
.btn:focus,
.btn-hover {
  background-color: #3a466c;
  outline: none;
  color: #ffffff;
}
.btn-group > .btn {
  margin-right: -1px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
}
/* BUTTONS
********************************************/
.rgen-btn {
  padding: 10px 15px 9px 15px;
  /*text-transform: uppercase;*/
  font-size: 12px;
  display: inline-block;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0px;
  /* background-color: lighten(@gray1, 5%);
	border: 1px solid darken(@gray3, 10%);
	box-shadow: none;
	color: @text-dark2;
	border-radius: 4px; */
  background-color: #e0e6f4;
  border: 1px solid transparent;
  color: #34383b;
  border-radius: 3px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  -webkit-transition: none;
  transition: none;
}
.rgen-btn.large {
  padding: 13px 20px 12px 20px;
  font-size: 16px;
  line-height: 1;
}
.rgen-btn.small {
  padding: 7px 14px 6px 14px;
}
.rgen-btn.mini {
  padding: 4px 10px 3px 10px;
  font-weight: normal;
  font-size: 11px;
}
.rgen-btn.highlighted {
  background-color: #4f6bbf;
  color: #ffffff;
}
.save-active,
.rgen-btn.mediumlight {
  background-color: #6cbd59;
  color: #ffffff;
}
.rgen-btn.light {
  background: #191c26;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#2d3345), to(#191c26));
  background: linear-gradient(to bottom, #2d3345 0%, #191c26 100%);
  border-color: #191c26;
  color: #b3b3b3;
}
.rgen-btn.dark {
  background-color: #3a466c;
  color: #ffffff;
}
.rgen-btn.active,
.rgen-btn.light:hover,
.rgen-btn.mediumlight:hover,
.rgen-btn.highlighted:hover,
.rgen-btn:hover {
  text-decoration: none;
  background-color: #3a466c;
  outline: none;
  color: #ffffff;
}
.btn-block {
  display: block;
}
.rgen-btn.dark:hover {
  background-color: #4f6bbf;
}
.btn-holder {
  position: relative;
}
.btn-tr {
  float: none;
  margin: 0px;
  position: absolute;
  top: -69px;
  right: 0px;
}
/* Button group
------------------------*/
.rgen-btn-group {
  font-size: 0px;
  display: ;
}
.rgen-btn-group .rgen-btn {
  margin-right: -1px;
  border-radius: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}
.rgen-btn-group .rgen-btn:first-child {
  border-radius: 3px 0 0 3px;
}
.rgen-btn-group .rgen-btn:last-child {
  border-radius: 0 3px 3px 0;
}
/* LABELS
********************************************/
.rgen-lbl {
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
  font-size: 10px;
  color: #fff;
  padding: 3px 6px;
  background-color: #a6a9ae;
  font-weight: normal;
}
.rgen-lbl.highlighted {
  background-color: #ea6d6d;
}
.rgen-lbl.mediumlight {
  background-color: #82cb80;
}
.rgen-lbl.light {
  background-color: #ededed;
  color: #35424d;
}
.rgen-lbl.dark {
  background-color: #35424d;
}
.rgen-lbl.white {
  background-color: #fff;
  color: #999;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.rgen-lbl i {
  font-weight: bold;
  font-style: normal;
  color: #94CCDC;
}
/* Color picker */
.sp-replacer {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 4px;
}
.sp-replacer .sp-preview {
  height: 21px;
}
.sp-replacer:hover {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
body .sp-container {
  border: 1px solid #191c26;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 13px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 13px 0 rgba(0, 0, 0, 0.4);
}
body .sp-container .sp-palette-container {
  border-right: 1px solid #191c26;
}
body .sp-container button,
body .sp-container button:hover {
  border: 1px solid #191c26;
  -webkit-transition: none;
  transition: none;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 13px;
  padding: 6px 12px;
  line-height: 1;
}
body .sp-container button:hover {
  border-color: #0c5ece;
}
.styleEditor .sp-replacer {
  border: 1px solid transparent;
  background: #3a466c;
  border-radius: 4px;
}
.alert {
  color: inherit;
  padding: 10px 15px;
  font-size: 13px;
  border-radius: 6px;
}
.alert .close {
  top: -5px;
  right: -10px;
  line-height: 13px;
  font-size: 13px;
  color: inherit;
}
.toolbar-options {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px;
  border-radius: 5px;
}
.alert {
  border-width: 1px;
  border-radius: 4px;
  padding: 5px 10px;
}
.alert strong {
  font-weight: normal;
}
.alert-danger {
  color: #9a5a58;
  background-color: rgba(230, 94, 94, 0.2);
  border-color: rgba(185, 140, 154, 0.66);
}
.alert-warning {
  color: #9a822f;
  background-color: #fff7db;
  border-color: #dacfa9;
}
.alert-info {
  color: #5f7a88;
  background-color: #cceeff;
  border-color: #a3c2d2;
}
/* ACCORDION 
********************************************/
.accordion-widget .acc-content {
  overflow: hidden;
}
.accordion-widget .active .acc-close,
.accordion-widget .acc-open {
  display: block;
}
.accordion-widget .active .acc-open,
.accordion-widget .acc-close {
  display: none;
}
.styleEditor .accordion-widget .acc-hd.active {
  background-color: #4f6bbf;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.styleEditor .accordion-widget .active i {
  color: #fff;
  opacity: 1;
}
/* Accordion style 1
=========================*/
.acc-style1 .acc-hd {
  font-size: 20px;
  cursor: pointer;
  color: #1f2229;
}
.acc-style1 .acc-content {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.acc-style1 .acc-open,
.acc-style1 .acc-close {
  position: absolute;
  right: 2px;
  top: 20px;
  opacity: 0.2;
}
/* Accordion style 2
=========================*/
.acc-style2 .acc-hd {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 20px;
  color: #1f2229;
}
.acc-style2 .acc-block {
  margin-bottom: 2px;
}
.acc-style2 .active.acc-hd {
  background-color: #1f9df3;
  color: #fff;
}
.acc-style2 .acc-content {
  padding: 20px;
}
.acc-style2 .acc-open,
.acc-style2 .acc-close {
  position: absolute;
  right: 10px;
  top: 14px;
  opacity: 0.5;
}
/* Accordion style 3
=========================*/
.acc-style3 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.acc-style3 .acc-hd {
  background-color: #3a466c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px !important;
  color: #b9bbc6;
  padding: 8px 15px;
  position: relative;
  margin: 0px;
  cursor: pointer;
}
.acc-style3 .acc-block {
  margin-bottom: 0;
}
.acc-style3 .acc-content {
  padding: 0;
}
.acc-style3 .acc-open,
.acc-style3 .acc-close {
  position: absolute;
  right: 10px;
  top: 7px;
  opacity: 0.5;
  font-size: 16px;
}
/*.acc-style3 .active.acc-hd {
	.gradient(@color1, darken(@color1, 6%));
    color: #ffffff;
    border-color: darken(@color1-dark, 2%);
}*/
/*======================================
=            Header section            =
======================================*/
header.affix {
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1001;
}
header {
  width: 100%;
  background-color: #4f6bbf;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  height: 60px;
  /* .full-bar-btn {
		padding: 14px 18px;
	    margin: -10px 0 -11px 0px;
	    border-radius: 0;
	    border-top: none;
	
	} */
}
header > .modes {
  margin: 3px 0 0 60px;
  float: left;
  width: auto;
}
header > .modes label.radio {
  margin: 0 -1px 0 0;
  /* padding-left: 30px; */
  position: relative;
  -webkit-transition: none;
  transition: none;
}
header > .modes label.radio > .icons {
  display: none;
}
header > .modes .btn:hover .icons,
header > .modes .checkbox.primary.checked .icons,
header > .modes .radio.primary.checked .icons,
header > .modes .checkbox.checked .second-icon,
header > .modes .radio.checked .second-icon {
  color: #ffffff;
}
header > .modes > b {
  float: none;
  display: inline-block;
  margin-right: 5px;
}
header > .modes .btn-group {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 4px;
}
header > .modes .btn-group .btn {
  background-color: transparent;
  color: #fff;
  border-radius: 0px;
  border: none;
}
header > .modes .btn-group .checked {
  background-color: rgba(0, 0, 0, 0.3);
}
header .btn {
  padding: 9px 15px 8px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold !important;
}
header .frame-bar {
  height: 20px;
  background-color: rgba(0, 0, 0, 0.71);
  position: relative;
  /* width: 100%; */
  bottom: -49px;
  z-index: 9;
  margin: 0 -40px 0 0;
  left: -20px;
  font-size: 11px;
  color: #FFF;
  line-height: 1;
}
header .frame-bar > span {
  display: inline-block;
  border: 1px solid #f00;
  padding: 3px 8px;
}
header .pull-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}
header .pull-right .last-group {
  background-color: rgba(0, 0, 0, 0.2);
}
header .pull-right .last-group .btn {
  background-color: transparent;
  border: none;
  color: #fff;
  margin: 0px;
  padding: 14px 20px;
  border-radius: 0px;
  opacity: 1;
}
header .pull-right .last-group .btn:hover {
  background-color: #6cbd59;
  opacity: 1;
}
header .pull-right .last-group .btn:last-child {
  opacity: 0.4;
}
header .pull-right .last-group .save-active {
  background-color: #6cbd59;
}
header .pull-right .last-group #logout.btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
header .pull-right .btn {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  opacity: 0.75;
}
header .pull-right .btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
header .pull-right #rgenRestore {
  font-size: 17px;
}
header .pull-right #selectTheme,
header .pull-right #clearScreen {
  font-size: 20px;
}
header > .modes .btn.disabled,
header .btn.disabled,
header .btn[disabled],
header fieldset[disabled] .btn {
  opacity: 0.3;
}
/*=====  End of Header section  ======*/
/* Validity info
=========================*/
.validity-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.15);
  color: #cccccc;
}
.validity-info span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 6px;
  line-height: 1;
  border-radius: 3px;
  font-weight: bold;
}
.validity-info .total-days {
  margin-right: 15px;
}
.validity-info .remain-days {
  background-color: #ffd100;
  color: #333;
}
/*========================================
=            MAIN SCREEN AREA            =
========================================*/
.screen .frameWrapper.empty {
  min-height: calc(100vh - 140px);
}
.screen {
  width: auto;
  margin: 60px 0 0 60px;
  padding: 40px;
}
.screen > .frameWrapper {
  -webkit-box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.screen .frameWrapper #pageList ul iframe {
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
}
.screen .toolbar {
  background-color: #3a466c;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.15);
}
.screen .toolbar .title {
  color: #cccccc;
}
.screen .frameCover {
  text-align: center;
  border-bottom: 1px solid #ebeff8;
  z-index: 99;
}
.screen .frameCover .edit-buttons {
  background-color: #4f6bbf;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  padding: 0 8px;
  border-radius: 4px;
  /* visibility:hidden;
		opacity:0;
		transition: visibility 0s linear 0.5s,opacity 0.5s linear; */
}
.screen .frameCover .edit-buttons .rgen-btn {
  padding: 8px 15px;
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: 0px;
}
.screen .frameCover .edit-buttons .rgen-btn:hover {
  background-color: #3a466c;
}
.screen .frameCover .edit-buttons .rgen-btn .fa {
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: 0;
}
.screen .editorButtons,
.screen .screen .frameCover .edit-buttons,
.screen .frameButtons .edit-buttons {
  margin: 0px;
}
.screen .start > span {
  background-color: #ebeff8;
  color: #34383b;
  border-radius: 5px;
}
.screen .frameButtons {
  position: relative;
  z-index: 9;
  text-align: center;
}
.screen .frameButtons .edit-buttons {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #4f6bbf;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px 5px 8px;
}
.screen .frameButtons .edit-buttons .rgen-btn-group {
  margin: 0 4px 0 0;
  position: relative;
  top: -1px;
}
.screen .frameButtons .edit-buttons .rgen-btn-group .rgen-btn {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 3px 10px 4px 10px;
  text-transform: uppercase;
  color: #fff;
}
.screen .frameButtons .edit-buttons .rgen-btn-group .rgen-btn.active {
  background-color: #fff;
  color: #3a466c;
}
.screen .frameWrapper #pageList ul li .editorButtons {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  background-color: #4f6bbf;
}
.screen .frameWrapper #pageList ul li .editorButtons .rgen-btn {
  padding: 8px 15px 7px 15px;
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: 0px;
}
.screen .frameWrapper #pageList ul li .editorButtons .rgen-btn:hover {
  background-color: #3a466c;
}
.screen .frameWrapper #pageList ul li .editorButtons .rgen-btn .fa {
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.screen .frameCover + .aceEditor {
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 99;
}
#pageList .ui-draggable .blockUI.blockOverlay {
  z-index: 90 !important;
}
#pageList .btn-header-manager {
  display: none;
}
#pageList .bgoff .bgData {
  display: none;
}
#pageList [data-headercheck=" header-manager"] + .frameCover .btn-header-manager {
  display: inline-block;
}
#pageList .navigation:before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#pageList .navigation .frameButtons {
  display: none;
}
#pageList #globalHeader {
  position: relative;
}
#pageList #globalHeader iframe {
  width: 100%;
}
#pageList #globalHeader .btn-header-manager {
  display: inline-block;
}
#pageList #globalHeader:before {
  position: absolute;
  content: '';
  background: url(../admin/images/overlay.png) rgba(79, 107, 191, 0.75);
  z-index: 99;
  width: 100%;
  height: 100%;
}
#pageList #globalHeader:after {
  position: absolute;
  content: 'Global header not editable';
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #3a466c;
  padding: 5px 20px;
  border-radius: 4px;
  color: #fff;
}
/*=====  End of MAIN SCREEN AREA  ======*/
/*=========================================
=            SIDE MENU SECTION            =
=========================================*/
.menu-hd-style {
  background-color: #2b3142;
  color: #ababab;
  margin: 0px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  border-bottom: 1px solid #252a39;
  border-top: 1px solid #252a39;
  color: inherit;
}
.menu-hd-style span {
  margin-right: 5px;
}
.menu {
  background-color: #3a466c;
  width: 60px;
  left: 0px !important;
  z-index: 1002;
}
.menu .rgen-logo,
.menu .menu-item {
  display: block;
  height: 60px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  font-size: 30px;
  text-align: center;
}
.menu .rgen-logo.active,
.menu .menu-item.active {
  background-color: #313b5b;
}
.menu .rgen-logo > i,
.menu .menu-item > i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.menu .rgen-logo {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../admin/images/logo.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.menu .toggle {
  background-color: #5599f5;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 59px;
  line-height: 59px;
  font-size: 24px;
}
.menu .rgenlogo {
  background-image: url(../admin/images/rgen-logo.png);
  background-repeat: no-repeat;
  background-position: 15px 19px;
  height: 59px;
  background-color: #191c26 !important;
  border: none !important;
  background-size: 50%;
  position: relative;
}
.menu .rgenlogo b {
  position: absolute;
  z-index: 9;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 2px;
  bottom: 22px;
  right: 15px;
  text-transform: none;
}
.menu .main {
  background-color: #354062;
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  display: block;
  float: none;
  top: 60px;
  position: absolute;
  left: 60px;
  width: 0;
  overflow: visible;
  height: calc(100% - 60px) !important;
  color: rgba(255, 255, 255, 0.6);
  /**
		 * Pages
		 */
  /**
		 * Sortable blocks
		 */
  /**
		 * Custom code section
		 */
  /**
		 * Integrations
		 */
}
.menu .main .menu-content {
  background-color: #313b5b;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 0px;
  overflow: hidden;
  /*
			====================================
			Blocks menu 
			====================================
			*/
}
.menu .main .menu-content h3 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px 0;
  letter-spacing: 0;
}
.menu .main .menu-content .rgen-close-menu {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #f29d66;
  z-index: 9999;
  font-size: 18px;
  cursor: pointer;
}
.menu .main .menu-content > #elements {
  list-style-type: none;
  margin: 0px;
  padding: 20px;
  color: rgba(255, 255, 255, 0.4);
  /*> li:nth-child(odd) {
					background-color: lighten(@dark, 1%);
				}*/
}
.menu .main .menu-content > #elements > li > a {
  color: inherit;
  font-size: 13px;
  display: block;
  margin: 0 0 8px 0;
}
.menu .main .menu-content > #elements > li > a:hover,
.menu .main .menu-content > #elements > li > a.active {
  color: #ffffff;
}
.menu .main .menu-content .second {
  background-color: #28304b;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
  float: none;
  overflow: visible !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu .main .menu-content .second .hideSecond {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1px 15px;
  color: #808599;
  font-size: 13px;
  margin: 0;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.menu .main .menu-content .second #elements {
  position: absolute;
  left: 0px;
  top: 30px;
  height: calc(100% - 30px);
  width: 100%;
  overflow-y: scroll;
  padding: 15px;
}
.menu .main .menu-content .second #elements li.ui-draggable:not(.element) {
  margin: 0 0 15px 0;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  color: #b9bbc6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.menu .main .menu-content .second #elements li.ui-draggable:not(.element) a {
  color: inherit;
}
.menu .main .menu-content .second #elements li.element {
  padding: 0px;
  margin: 0 0 15px 0;
}
.menu .main .menu-content .second #elements li.element > img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.menu .main .menu-content.open {
  overflow: visible;
}
.menu .main .menu-pages-wrp {
  padding: 20px;
}
.menu .main ul#pages {
  padding: 0px;
  margin: 0px;
  /*li.active.edit > span .fileDel, 
			li.active.edit > span .fileEdit,
			li.active.edit > span .fileClone {
				display: none;
			}*/
  /*li.active,
			li.active>a,
			li > span a,
			li > span a:hover.fileEdit,
			li > span a:hover.fileDel
			li > span a:hover.fileClone {
				color: #fff;
			}
			li.active.edit > span a.btn {
				color: @color2;
				padding: 5px 8px;
				border: none;
				top: -1px;
			}
			li.active.edit > span a.btn:hover {
				color: #fff;
				background: @dark-gray;
			}
			li.active.edit input {
				font-size: 13px;
			}*/
}
.menu .main ul#pages li {
  position: relative;
  padding: 6px 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  height: auto;
}
.menu .main ul#pages li > a {
  line-height: 1.2;
  color: inherit;
  float: none;
}
.menu .main ul#pages li > span.pageButtons {
  background-color: #4f6bbf;
  position: absolute;
  right: 8px;
  margin: 0px;
  top: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
}
.menu .main ul#pages li > span.pageButtons a {
  color: rgba(255, 255, 255, 0.6);
  border: none;
  top: -1px;
  border-radius: 3px;
  margin: 0;
  line-height: 22px;
  height: 22px;
  width: 22px;
  text-align: center;
  float: none;
  opacity: 0;
}
.menu .main ul#pages li > span.pageButtons a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.menu .main ul#pages li > span.pageButtons a.fileDel {
  position: absolute;
  left: -147px;
  top: 2px;
  border-radius: 20px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #f29d66;
  color: #ffffff;
}
.menu .main ul#pages li.active {
  background-color: #4f6bbf;
}
.menu .main ul#pages li.active > a {
  display: inline-block !important;
  max-width: 120px;
}
.menu .main ul#pages li.active > span.pageButtons {
  visibility: visible;
}
.menu .main ul#pages li.active > span.pageButtons a {
  opacity: 1;
}
.menu .main ul#pages li.active input {
  float: none;
  font-size: 12px;
  margin: 5px 0 5px 0;
  width: 100%;
  border: 0px;
  color: rgba(255, 255, 255, 0.6);
  background: none;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px;
  line-height: 1.2;
  height: auto;
}
.menu .main #menu-pagelayers .page-layer-wrp {
  padding: 20px;
}
.menu .main #menu-pagelayers .page-layer-wrp .page-layers {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.menu .main #menu-pagelayers .page-layer-wrp .page-layers li {
  margin: 0 0 5px 0;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: move;
}
.menu .main #menu-pagelayers .page-layer-wrp .page-layers li i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  font-size: 30px;
}
.menu .main #menu-pagelayers .page-layer-wrp .page-layers li:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.menu .main #menu-pagelayers .page-layer-wrp .page-layers li:hover i {
  opacity: 1;
}
.menu .main #menu-pagelayers .page-layer-wrp .page-layers img {
  width: 100%;
  border-radius: 4px;
}
.menu .main #menu-pagecustomcode .page-customcode-wrp {
  padding: 20px;
}
.menu .main #menu-integrations .page-integrations-wrp {
  padding: 20px;
  color: rgba(255, 255, 255, 0.6);
  overflow-y: auto;
  height: 100%;
}
.menu .main .rgen-form-wrp .field-box {
  display: block;
  padding: 0 0 10px 0;
  border: none;
}
.menu .main .rgen-form-wrp .field-box > label,
.menu .main .rgen-form-wrp .field-box > .fields {
  color: inherit;
  display: block;
}
.menu .main .rgen-form-wrp .field-box > .fields {
  padding: 0px;
}
.menu .main .rgen-form-wrp .rgen-select,
.menu .main .rgen-form-wrp .form-field {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.6);
}
.menu .main .rgen-form-wrp .rgen-select select {
  color: rgba(255, 255, 255, 0.6);
}
.menu .main .rgen-form-wrp .rgen-select option {
  background-color: #ffffff;
  color: #3a466c;
}
.menu .main .help-text {
  margin-bottom: 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.menu .main .help-btn {
  font-size: 30px;
  color: #f29d66;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  width: 30px;
  margin-left: 15px;
}
.menu .main .rgen-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu .main .blockMsg {
  width: 100% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  background-color: transparent !important;
}
.menu .main hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  margin: 15px 0;
}
.menu .main .page-common-wrp {
  padding: 20px;
  overflow-y: auto;
  position: absolute;
  height: 100%;
  width: 100%;
}
.menu .main .page-common-wrp img {
  width: 100%;
}
.styleEditor {
  background-color: #3a466c;
  -webkit-box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px;
  left: auto;
  right: -300px;
  height: calc(100% - 60px);
  top: 60px;
  color: #b9bbc6;
  /*[ng-model="iconEditor"] .field-box .rgen-select, 
	[ng-model="iconEditor"] .field-box .form-field {
		background-color: lighten(@dark, 8%);

		&::-webkit-input-placeholder {
			color: @txt-light;
		}
		&::-moz-placeholder {
			color: @txt-light;
		}
		&:-ms-input-placeholder {
			color: @txt-light;
		}
		&:-moz-placeholder {
			color: @txt-light;
		}
	}*/
}
.styleEditor .form-full {
  margin: 0;
}
.styleEditor .menu-hd {
  font-size: 14px;
  padding: 12px 20px;
  margin: 0px;
}
.styleEditor > a.close {
  top: 10px;
  right: 10px;
  color: #f29d66;
  opacity: 1;
  text-shadow: none;
}
.styleEditor ul.breadcrumb {
  display: none;
  background-color: #2d3345;
  text-transform: none;
  font-size: 12px;
  margin: 0px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}
.styleEditor ul.breadcrumb,
.styleEditor .breadcrumb .active {
  font-weight: normal;
}
.styleEditor .breadcrumb > li:after {
  color: inherit;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -1px;
  font-size: 9px;
}
.styleEditor .breadcrumb .active {
  color: #5599f5;
}
.styleEditor .nav-tabs {
  border-bottom: 2px solid #4f6bbf;
  margin-bottom: 0px;
  padding: 0 10px;
}
.styleEditor .nav-tabs li a {
  font-weight: normal;
  font-size: 12px;
  border: 1px solid #4f6bbf;
  border-bottom: none;
  border-radius: 3px;
  color: #808599;
  padding: 5px 12px 7px 12px;
}
.styleEditor ul.nav-tabs > li.active > a,
.styleEditor ul.nav-tabs > li.active > a:hover,
.styleEditor ul.nav-tabs > li.active > a:focus {
  background-color: #4f6bbf;
  border-width: 1px;
  border: 1px solid #4f6bbf;
  border-bottom: none;
  color: #fff;
}
.styleEditor .nav-tabs li.active span {
  color: #fff;
}
.styleEditor .tab-content {
  padding: 15px;
  margin: 0px;
}
.styleEditor p.or span {
  font-weight: normal;
  background-color: #2d3345;
  border-width: 1px;
}
.styleEditor .form-group {
  margin-bottom: 5px;
}
.styleEditor .rgen-form-wrp {
  background-color: rgba(0, 0, 0, 0.25);
}
.styleEditor .rgen-form-wrp .field-box > label {
  font-size: 13px;
  color: #b9bbc6;
  border-color: rgba(0, 0, 0, 0.3);
}
.styleEditor .rgen-form-wrp .field-box {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.styleEditor .rgen-form-wrp .field-box > .fields {
  padding-right: 0px;
}
.styleEditor .rgen-form-wrp .rgen-select,
.styleEditor .rgen-form-wrp .form-field {
  background-color: #3a466c;
  color: #b9bbc6;
  border: none;
}
.styleEditor .rgen-form-wrp .rgen-select select {
  color: #b9bbc6;
}
.styleEditor .rgen-form-wrp .rgen-select option {
  color: #3a466c;
}
.styleEditor .rgen-form-wrp .form-row li {
  border-right: none;
  padding-right: 0px;
}
.styleEditor .style-editor-tabs > .tb-content {
  height: calc(100vh - 135px);
  overflow-y: auto;
}
.styleEditor .sideButtons {
  margin: 0px;
}
.styleEditor .styleEditor-btn {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.styleEditor .rgen-btn:not(.mediumlight) {
  background-color: #4f6bbf;
  color: #ffffff;
}
.styleEditor .rgen-btn.active {
  background-color: #6cbd59;
}
.styleEditor .style-editor-tabs .tb-list {
  padding: 0 10px;
  background-color: #313b5b;
  border-bottom: 3px solid #4f6bbf;
}
.styleEditor .style-editor-tabs .tb-list > li {
  font-size: 14px;
  padding: 4px 10px;
  margin-right: -4px;
}
.styleEditor .style-editor-tabs .tb-list > li.active {
  background-color: #4f6bbf;
  color: #ffffff;
}
.styleEditor .fileinput .thumbnail-wrp {
  display: table;
  width: 100%;
}
.styleEditor .fileinput .thumbnail {
  display: table-cell;
  vertical-align: middle;
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
/* MANAGE SECTIONS
********************************************/
.manage-section-sortable {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: none;
}
.manage-section-sortable table td {
  padding: 10px 20px;
}
.manage-section-sortable table td:first-child {
  border-right: 1px solid #2d3345;
}
.manage-section-sortable table td:last-child {
  border-left: 1px solid #2d3345;
}
.manage-section-sortable table .section-img {
  background-color: rgba(0, 0, 0, 0.2);
}
.manage-section-sortable > .section-wrp {
  background-color: #2d3345;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  margin: 2px 0;
  border-radius: 5px;
  text-align: center;
  border: 1px solid transparent;
}
.manage-section-sortable > .section-wrp:hover {
  border-color: #5599f5;
}
.manage-section-sortable:first-child {
  display: block;
}
.modname {
  text-transform: uppercase;
  font-weight: bold;
  color: #FF6100;
}
/* MODEL POPUP
********************************************/
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 800px;
  }
}
.modal-dialog {
  width: 800px;
}
.modal-dialog .modal-content {
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-dialog .modal-body {
  padding: 20px;
  overflow: hidden;
  background-color: #ebeff8;
}
.modal-dialog .modal-body p {
  font-size: inherit;
}
.modal-dialog .modal-footer {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  /*.btn,
		.rgen-btn:not(.highlighted):not(.mediumlight) {
			background-color: darken(@light, 5%);
			color: @dark;
		}
		.btn,
		.rgen-btn {
			margin-left: 10px;
			border: none;
			&:hover {
				background-color: @dark;
				color: #fff;
			}
		}
		.btn-primary {
			background-color: @default;
		}*/
}
.modal-dialog .modal-footer .btn,
.modal-dialog .modal-footer .rgen-btn {
  margin-left: 10px;
}
.modal-dialog .modal-title {
  font-size: 16px;
  line-height: 1.4;
  margin: 0px;
  color: #fff;
}
.modal-dialog .modal-header {
  background-color: #4f6bbf;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  border-radius: 4px 4px 0 0;
}
.modal-dialog .modal-header .close {
  font-size: 30px;
  opacity: 0.6;
  margin: -3px;
  color: #fff;
  text-shadow: none;
}
.modal-dialog .modal-header span {
  margin-right: 5px;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}
.rgen-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content:hover {
  z-index: 9999999;
}
.sweet-alert {
  z-index: 999999999999;
  color: #34383b;
}
.sweet-alert h2,
.sweet-alert p {
  color: inherit;
}
#rgenColorthemePop .inline-list li {
  width: 75px;
  margin-bottom: -6px;
}
.side-panel-view.fade .modal-dialog {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.side-panel-view.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.side-panel-modal .modal-backdrop {
  background-color: transparent;
}
.side-panel-view {
  top: 60px;
  left: auto;
  height: calc(100% - 60px);
  width: 100%;
}
.side-panel-view .modal-dialog {
  background-color: #3a466c;
  margin: 0px;
  height: 100%;
  width: 500px;
  border-radius: 0px;
  position: absolute;
  right: 0px;
}
.side-panel-view .modal-dialog .modal-header {
  background-color: transparent;
  color: inherit;
  font-size: 14px;
  padding: 12px 20px;
  margin: 0px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
}
.side-panel-view .modal-dialog .modal-header .modal-title {
  font-size: inherit;
  color: inherit;
}
.side-panel-view .modal-dialog .modal-content,
.side-panel-view .modal-dialog .modal-body {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 0px;
  color: rgba(255, 255, 255, 0.6);
}
.side-panel-view .modal-dialog .modal-content .rgen-panel,
.side-panel-view .modal-dialog .modal-body .rgen-panel {
  background-color: transparent;
}
.side-panel-view .modal-dialog .modal-content .rgen-panel .hd,
.side-panel-view .modal-dialog .modal-body .rgen-panel .hd {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px !important;
  padding: 8px 20px;
}
.side-panel-view .modal-dialog .modal-content .rgen-panel .rgen-form-wrp .field-box,
.side-panel-view .modal-dialog .modal-body .rgen-panel .rgen-form-wrp .field-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.side-panel-view .modal-dialog .modal-content .rgen-panel .rgen-form-wrp .field-box > label,
.side-panel-view .modal-dialog .modal-body .rgen-panel .rgen-form-wrp .field-box > label {
  color: inherit;
}
.side-panel-view .modal-dialog .modal-content .rgen-panel .rgen-form-wrp .rgen-select,
.side-panel-view .modal-dialog .modal-body .rgen-panel .rgen-form-wrp .rgen-select,
.side-panel-view .modal-dialog .modal-content .rgen-panel .rgen-form-wrp .form-field,
.side-panel-view .modal-dialog .modal-body .rgen-panel .rgen-form-wrp .form-field {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.6);
  /* background-color: #f3f5fb;
						border: 1px solid rgba(0, 0, 0, 0.08);
						color: @txt-default; */
}
.side-panel-view .modal-dialog .modal-content .help-text,
.side-panel-view .modal-dialog .modal-body .help-text {
  color: inherit;
}
.side-panel-view .modal-dialog .modal-content {
  height: 100%;
  border: 1px solid #f00;
  border-radius: 0px;
}
.side-panel-view .modal-dialog .modal-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-radius: 0;
}
.side-panel-view .modal-dialog .tab-group {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 0 0 0 10px;
  border-bottom: 3px solid #4f6bbf;
  text-align: left;
  margin: 0px;
}
.side-panel-view .modal-dialog .tab-group > .rgen-btn {
  line-height: 1;
  font-size: 11px;
  padding: 8px 10px;
  border-radius: 0 !important;
  background-color: transparent;
  color: inherit;
}
.side-panel-view .modal-dialog .tab-group > .rgen-btn.active {
  background-color: #4f6bbf;
  color: #fff;
}
.side-panel-view .modal-dialog .tab-group > .rgen-btn.active:after {
  display: none;
}
/* PANELS
********************************************/
.rgen-panel {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  /*padding: 20px;*/
  border-radius: 4px;
  margin-bottom: 10px;
}
.rgen-panel .hd {
  font-size: 14px;
  padding: 12px 20px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  color: #34383b;
  background: #f6f8fc;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f6f8fc));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f8fc 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  /*background-color: lighten(@light, 2%);*/
}
.rgen-panel .hd > .rgen-btn {
  position: absolute;
  right: 6px;
  top: 3px;
}
.rgen-panel .hd .help-text {
  text-transform: none;
  font-weight: normal;
}
.rgen-panel .panel-container {
  padding: 20px;
}
.rgen-panel.dark {
  background-color: #3a466c;
}
.rgen-panel.light {
  background-color: #ebeff8;
}
.rgen-panel.solid {
  background-color: rgba(0, 0, 0, 0.15);
}
.rgen-panel:after {
  content: '';
  display: table;
  clear: both;
}
.box-panel {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 4px;
}
/* LAYOUT STRUCTURE 
********************************************/
.rgen-main-container {
  background-color: #dbdfe2;
  padding: 30px;
  margin: 0;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  color: #61656c;
  border-radius: 5px;
}
.rgen-main-inner {
  /* width: 998px; */
  margin: 0 auto;
  max-width: 1200px;
  min-width: 998px;
}
.rgen-container {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.code-input {
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}
/* ICON MANAGER
********************************************/
.icon-container {
  overflow-y: scroll;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px;
  text-align: center;
}
.icon-container span {
  text-align: center;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  font-size: 26px;
  margin: 3px;
  cursor: pointer;
}
.icon-container span:hover {
  background-color: #4f6bbf;
  color: #fff;
}
.icon-container .active {
  background-color: #4f6bbf;
  color: #fff;
}
.icon-preview {
  width: 100% !important;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 100px;
  padding: 20px;
  border-radius: 4px;
}
.icon-name {
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 13px;
  padding: 5px;
  border-radius: 0 0 4px 4px;
}
.filter-input {
  position: relative;
  display: block;
}
.filter-input i {
  position: absolute;
  right: 6px;
  top: 4px;
  font-size: 24px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.3);
}
/*
====================================
Backup restore
====================================
*/
.demo-list-wrp {
  overflow-y: scroll;
  height: 300px;
}
.demo-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.demo-list li {
  /*border: 1px solid rgba(0,0,0,0.05);*/
  text-align: center;
  padding: 10px;
}
.demo-list li .demo-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 200px;
  border-radius: 4px;
  padding: 10px 10px 15px 10px;
}
.demo-list li .demo-item .demo-name {
  margin-bottom: 5px;
  font-size: 12px;
}
/* verify CSS
=========================*/
.verify-body {
  background-color: #28304b;
  position: relative;
  height: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.verify-body a {
  color: #657ec7;
}
.verify-body a:hover {
  color: #ffffff;
}
.verify-body .content {
  position: relative;
  max-width: 600px;
  min-width: 200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  margin: auto;
}
.verify-body .verify-wrp {
  /* background-color: #fff;
		padding: 30px;
		border-radius: 5px;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); */
  text-align: center;
  margin-bottom: 20px;
}
.verify-body .verify-wrp .form-field {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
.verify-body .verify-wrp label {
  display: none;
}
.verify-body .token-panel {
  padding: 20px;
  border: 2px solid #5599f5;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.01);
  margin: 10px 0;
}
.verify-body .token-panel strong {
  font-size: 20px;
  color: #000;
}
/* Image manager CSS
=========================*/
.img-manager-modal .thumbnail-wrp {
  display: none;
}
.img-manager-modal .field-box {
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-align: center;
}
.img-manager-modal .field-box label {
  display: block;
  text-align: center;
}
.img-manager-modal .buttons .rgen-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #6cbd59;
  color: #fff;
}
.img-manager-modal .buttons .rgen-btn:hover {
  background-color: #3a466c;
}
.img-manager-modal .buttons .rgen-btn .fileinput-new {
  display: inline-block !important;
}
.img-manager-modal .buttons .fileinput-exists {
  display: none !important;
}
.img-manager-modal .modal-dialog {
  width: 800px;
}
.img-manager-modal .modal-dialog .modal-content {
  width: auto;
}
/*.image-wrp {
	min-height: 150px;
	max-height: 600px;
	overflow-y: auto;
	.upload-img-list {
		width: 100%;
		border-collapse: collapse;
		td {
			padding: 5px;
			border-top: 1px solid rgba(0,0,0,0.15);
			border-bottom: 1px solid rgba(0,0,0,0.15);
			vertical-align: middle;
		}
		.img-preview {
			display: block;
			width: 80px;
			height: 80px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
			border: 1px solid rgba(0,0,0,0.1);
			margin: 0 15px 0 0;
		}
		code {
			font-size: 12px;
		}

	}
}*/
.image-wrp {
  min-height: 150px;
  max-height: 600px;
  overflow-y: auto;
  padding: 10px 0;
}
.image-wrp .img-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-wrp .img-list li {
  /*border: 1px solid rgba(0,0,0,0.05);*/
  text-align: center;
  padding: 12px;
}
.image-wrp .img-list li .img-preview {
  display: block;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 10px;
  position: relative;
  padding: 0px;
  margin: 0px 0 5px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.image-wrp .img-list li .img-preview::before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border-radius: 4px;
}
.image-wrp .img-list li .img-preview .rgen-btn {
  opacity: 0;
  margin: 0px;
  display: block;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #ffffff;
}
.image-wrp .img-list li .img-preview .rgen-btn:hover {
  background-color: #6cbd59;
}
.image-wrp .img-list li .img-preview:hover::before,
.image-wrp .img-list li .img-preview:hover .rgen-btn {
  opacity: 1;
}
.image-wrp .img-list li .remove-img {
  font-size: 20px;
  position: absolute;
  right: -8px;
  top: -8px;
  color: #f00;
  line-height: 1;
  z-index: 6;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #fff;
}
/* GRIDSTER
********************************************/
.gridster ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.05);
}
.gridster > ul > li {
  background-color: rgba(0, 0, 0, 0.05);
}
.gridster .preview-holder {
  background-color: rgba(0, 0, 0, 0.8);
}
/* HELPER CLASSES
********************************************/
.mr0 {
  margin: 0px !important;
}
.mr1 {
  margin: 1px;
}
.mr2 {
  margin: 2px;
}
.mr5 {
  margin: 5px;
}
.mr10 {
  margin: 10px;
}
.mr15 {
  margin: 15px;
}
.mr20 {
  margin: 20px;
}
.mr30 {
  margin: 30px;
}
.mr0-t {
  margin-top: 0px;
}
.mr1-t {
  margin-top: 1px;
}
.mr2-t {
  margin-top: 2px;
}
.mr5-t {
  margin-top: 5px;
}
.mr10-t {
  margin-top: 10px;
}
.mr15-t {
  margin-top: 15px;
}
.mr20-t {
  margin-top: 20px;
}
.mr0-r {
  margin-right: 0px;
}
.mr1-r {
  margin-right: 1px;
}
.mr2-r {
  margin-right: 2px;
}
.mr5-r {
  margin-right: 5px;
}
.mr10-r {
  margin-right: 10px;
}
.mr15-r {
  margin-right: 15px;
}
.mr20-r {
  margin-right: 20px;
}
.-mr20-r {
  margin-right: -20px;
}
.mr0-b {
  margin-bottom: 0px;
}
.mr1-b {
  margin-bottom: 1px;
}
.mr2-b {
  margin-bottom: 2px;
}
.mr5-b {
  margin-bottom: 5px;
}
.mr10-b {
  margin-bottom: 10px;
}
.mr15-b {
  margin-bottom: 15px;
}
.mr20-b {
  margin-bottom: 20px;
}
.mr30-b {
  margin-bottom: 30px;
}
.mr0-l {
  margin-left: 0px;
}
.mr1-l {
  margin-left: 1px;
}
.mr2-l {
  margin-left: 2px;
}
.mr5-l {
  margin-left: 5px;
}
.mr10-l {
  margin-left: 10px;
}
.mr15-l {
  margin-left: 15px;
}
.mr20-l {
  margin-left: 20px;
}
.pd1 {
  padding: 1px;
}
.pd2 {
  padding: 2px;
}
.pd5 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}
.pd1-t {
  padding-top: 1px;
}
.pd2-t {
  padding-top: 2px;
}
.pd5-t {
  padding-top: 5px;
}
.pd10-t {
  padding-top: 10px;
}
.pd15-t {
  padding-top: 15px;
}
.pd20-t {
  padding-top: 20px;
}
.pd1-r {
  padding-right: 1px;
}
.pd2-r {
  padding-right: 2px;
}
.pd5-r {
  padding-right: 5px;
}
.pd10-r {
  padding-right: 10px;
}
.pd15-r {
  padding-right: 15px;
}
.pd20-r {
  padding-right: 20px;
}
.pd1-b {
  padding-bottom: 1px;
}
.pd2-b {
  padding-bottom: 2px;
}
.pd5-b {
  padding-bottom: 5px;
}
.pd10-b {
  padding-bottom: 10px;
}
.pd15-b {
  padding-bottom: 15px;
}
.pd20-b {
  padding-bottom: 20px;
}
.pd1-l {
  padding-left: 1px;
}
.pd2-l {
  padding-left: 2px;
}
.pd5-l {
  padding-left: 5px;
}
.pd10-l {
  padding-left: 10px;
}
.pd15-l {
  padding-left: 15px;
}
.pd20-l {
  padding-left: 20px;
}
.v-mid {
  vertical-align: middle !important;
}
.v-top {
  vertical-align: top !important;
}
.v-bot {
  vertical-align: bottom !important;
}
.h-c,
.align-c {
  text-align: center;
}
.h-l,
.align-l {
  text-align: left;
}
.h-r,
.align-r {
  text-align: right;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs30 {
  font-size: 30px !important;
}
.pos-rel {
  position: relative;
}
.h-50 {
  height: 50px;
}
.h-100 {
  height: 100px;
}
.h-150 {
  height: 150px;
}
.h-200 {
  height: 200px;
}
.h-250 {
  height: 250px;
}
.bg1 {
  background-color: rgba(0, 0, 0, 0.1);
}
/* CSS ANIMATION 
********************************************/
.style-on-screen,
.list li i,
button,
a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#logo {
  -webkit-transition: none;
  transition: none;
}
/* Table CSS
=========================*/
.tbl {
  width: 100%;
  border-collapse: collapse;
}
.tbl td {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: middle;
}
/* .angular-ui-tree {
    .white-bg();
    border-radius: 5px;
    padding: 20px;
} */
.angular-ui-tree-handle {
  padding: 10px;
  min-height: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #ebeff8;
}
.angular-ui-tree-handle:before {
  left: -22px;
}
.angular-ui-tree-handle:hover {
  border-color: #4f6bbf;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.angular-ui-tree-handle .tree-hd {
  margin: 0px 15px 0 0;
  font-size: 11px;
}
.angular-ui-tree-handle .btn-r {
  right: 8px;
}
.angular-ui-tree-handle .btn-l,
.angular-ui-tree-handle .btn-r {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  margin: 0px;
}
.angular-ui-tree-handle .btn-l .rgen-btn.mini,
.angular-ui-tree-handle .btn-r .rgen-btn.mini {
  background-color: transparent;
  color: #808599;
}
.angular-ui-tree-handle .btn-l .rgen-btn.mini:hover,
.angular-ui-tree-handle .btn-r .rgen-btn.mini:hover {
  background-color: #3a466c;
  color: #ffffff;
}
.angular-ui-tree-handle .btn-l .rgen-btn.remove:hover,
.angular-ui-tree-handle .btn-r .rgen-btn.remove:hover {
  background-color: #f29d66;
}
.angular-ui-tree-handle .btn-l {
  left: 12px;
}
.angular-ui-tree-handle .btn-l .rgen-btn.mini {
  background: transparent;
  color: #808599;
}
.angular-ui-tree-handle .btn-l .rgen-btn.mini:hover {
  background-color: #3a466c;
  color: #ffffff;
}
.angular-ui-tree-handle .btn-l + .tree-hd,
.angular-ui-tree-handle .btn-l + .tree-hd + .detail-preview {
  margin-left: 40px;
}
.angular-ui-tree-handle .detail-preview {
  margin-top: 5px;
}
.angular-ui-tree-handle .detail-preview .rgen-lbl {
  margin: 0 4px 0 0;
  background-color: #4f6bbf;
  color: #fff;
  text-transform: none;
  font-size: 11px;
}
.angular-ui-tree-handle .detail-preview .rgen-lbl i {
  color: inherit;
}
.angular-ui-tree-handle .detail-preview hr {
  margin: 5px 0 7px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
/* Loader CSS
=========================*/
#loader {
  background-color: #1f263a;
}
#loader > img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.spinner-wrp {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #1f263a;
  left: 0px;
  top: 0px;
}
.spinner-wrp p {
  font-size: 11px;
  letter-spacing: 1px;
}
/*body > .spinner-wrp {
	position: fixed;
}*/
.spinner {
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.6);
}
.spinner:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -45px 0 20px -15px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-top-color: #4f6bbf;
  -webkit-animation: spinner .6s linear infinite;
          animation: spinner .6s linear infinite;
}
/* .spinner {
	margin: 0 auto;
	text-align: center;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.spinner > div {
  width: 20px;
  height: 20px;
  background-color: #1f9df3;
  margin: 0 5px;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
} */
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #748acd;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track {
  background: #bfc9e8;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/*==============================*/
