html {
  font-size : 14px;
  height : 100%;
  letter-spacing : 0.01rem;
}

html body {
  height : 100%;
  background-color : #F8F8F8;
  direction : ltr;
}

html body p {
  line-height : 1.5rem;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', Helvetica, Arial, serif;
}
/* Tabs */
.tabs {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.tabs li.tab {
  background-color: #ffffff;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
}
.tabs li.tab a {
  -moz-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -webkit-transition: color 0.28s ease;
  color: #ee6e73;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: color 0.28s ease;
  width: 100%;
}
.tabs li.tab a.active {
  color: #7367F0 !important;
}
.tabs .indicator {
  background-color: #7367F0;
  bottom: 0;
  height: 2px;
  position: absolute;
  will-change: left, right;
}
.tabs-top .indicator {
  top: 0;
}
.nav-pills li a {
  line-height: 36px !important;
}
.nav.nav-tabs + .tab-content {
  margin-bottom: 30px;
  padding: 25px 0px;
}
.tabs-vertical-env {
  margin-bottom: 30px;
}
.tabs-vertical-env .tab-content {
  background: #ffffff;
  display: table-cell;
  margin-bottom: 30px;
  padding: 30px;
  vertical-align: top;
}
.tabs-vertical-env .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
}
.tabs-vertical-env .nav.tabs-vertical li.active > a {
  background-color: #ffffff;
  border: 0;
}
.tabs-vertical-env .nav.tabs-vertical li > a {
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
.nav.nav-tabs > li > a.active {
  background-color: #ffffff;
}
textarea.tinymce{
  visibility: hidden;
}
.nav.nav-tabs > li > a,
.nav.tabs-vertical > li > a {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #505461 !important;
  cursor: pointer;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav.nav-tabs > li > a:hover,
.nav.tabs-vertical > li > a:hover {
  color: #7367F0 !important;
}
.tab-content {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #777777;
}
.nav.nav-tabs > li:last-of-type a {
  margin-right: 0px;
}
.nav.nav-tabs {
  border: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.navtab-bg {
  background-color: #f4f8fb;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tabs-vertical > li.active > a,
.tabs-vertical > li.active > a:focus,
.tabs-vertical > li.active > a:hover {
  color: #7367F0 !important;
}
.tabs li.tab{
	width: auto !important;
}
.tabs .indicator{
	display: none;
}

.tabs li.tab .active{
	border-bottom: 2px solid #7367F0
}

.choosemedia .image{
  	  border: 1px dashed #7367F0;
      min-height: 150px;
      position: relative;
  	background-size:cover;
  }
  .choosemedia .addedimage{
  		margin-top:5px;
  		margin-bottom:5px;
  		overflow:hidden;
  		padding-left: 0;
  		padding-top: 0;
  }
  .choosemedia .addedimage::before{
  	display: none;
  }

  .choosemedia .form-control{
  	margin-top:5px;
  }
  .choosemedia a{
  	    position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      text-align: center;
      z-index: 99;
  }
  .choosemedia a .fa{
  	    position: absolute;
      font-size: 30px;
      color: #000000;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
  	-webkit-transform: translateY(-50%) translateX(-50%);
      left: 50%;
  }
  .choosemedia .image a.delete{
  	opacity:0;
  	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .choosemedia .image:hover a{
  	opacity:1;
  }
  .choosemedia .image{
  	background-size:contain;
  	background-repeat:no-repeat;
  	background-position:center;
  	width: 100%;
  	top: 0;
  }
  .choosemedia .image.image-has a{
  	opacity:0;
  }
  .choosemedia .image .removeimage{
  	display:none;
  }
  .choosemedia .image.image-has .removeimage{
  	display:block;
  	opacity: 1;
      bottom: 0;
      position: absolute;
      top: auto;
      color: #ffffff;
      padding: 5px;
      background: rgba(0,0,0,.7);
  	margin-bottom: -35px;
  	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index:100;
  }
  .choosemedia .image.image-has:hover .removeimage{
  	margin-bottom: 0px;
  }
  .choosemedia .image.image-has:hover a:not(.removeimage){
  	opacity: .8;
      background-color: #ffffff;
  }
  .btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
    border: 1px solid #D8D6DE !important;
    background-color: #ffffff;
    color: #4c5667;
}
.bootstrap-select:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}
.input-group .input{
  flex: 1;
  background-color: white;
    border: 1px solid #D8D6DE;
}
.input-group .input .btn{
  border: 0 !important;
outline: none !important;
}
.match-height .card{
  height: 100%;
}
.bootstrap-select .dropdown-menu {
    z-index: 9999;
}
.preview img,.imageedit .cropper-container img{
	max-width:none;
}
.previewTemplate{
      padding: 10px;
}
.preview{
    margin-bottom: .5rem;
    margin-right: .5rem;
    overflow: hidden;
	    position: relative;
			border: 4px double #eaeaea;
}
.preview-lg {
  height: 14rem;
  width: 21rem;
}
.imageedit.loader:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
}
.imageedit.loader:after{
	content:'';
	width: 64px;
	height: 64px;
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	z-index: 999;
}
.pagination-container .pagination{
  justify-content: flex-end;
}
.pagination-container .pagination li{
  margin-left: 10px;
}
@keyframes  lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.preview-md {
  height: 4.5rem;
  width: 8rem;
}

.preview-sm {
  height: 2.25rem;
  width: 4rem;
}

.preview-xs {
  height: 1.125rem;
  margin-right: 0;
  width: 2rem;
}
.modal-slide-in .modal-dialog .modal-body{
  margin-top: 0;
}
.alerts{
  position: fixed;
    top: 70px;
    right: 20px;
    z-index: 9999;
}
.list-unstyped{
  padding-left:0;
}
.file-manager-content-body{
overflow-y: auto;
}
.popupmedia.dz-image-preview:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.colorpicker{
  transform: none !important;
}
.colorpicker-element .btn{
  border-radius: 0;
      padding: 9px 15px;
}
#sortable .step{
	position:relative;
  padding-right: 20px;
}
#sortable .step:after {
    font-family: FontAwesome;
    content: "\f0b2";
    position: absolute;
    right: 0;
      top: 56%;
    transform: translateY(-50%);
    cursor: pointer;
}
.ui-widget.ui-widget-content {
    border: 0;
    display: block;
}
.advancededitor{
  min-height: 400px;
}
.ui-widget input[type="number"]{
	margin:0;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title{
  display: inline-block;
   width: 100px;
   white-space: nowrap;
   overflow: hidden !important;
   text-overflow: ellipsis;
}
.icons{
	margin-top: 10px;
    max-height: 130px;
    overflow: auto;
}
.icons .radio{
	display: inline-block;
	padding:0;
}
.icons .radio label{
	padding-left: 0;
    height: 30px;
    width: 30px;
    text-align: center;
	    line-height: 30px;
}
.icons .radio label::before,.icons .radio input[type="radio"]:checked + label::after{
	display: none;
}
.icons .radio input[type="radio"]:checked + label,.icons .radio label:hover{
	background-color: #cccccc;
}
.icons .radio input[type=radio]{
	margin-left:0;
	    visibility: hidden;
}

/********

Editted

*/
.tab-pane .card{
	 -moz-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -webkit-transition: color 0.28s ease;
}
.codeedit{
	min-height: 300px;
	background-color:#141414;
	height:90%;
}
textarea.codeeditor{
	min-height: 300px;
	height:90%;
	display: none;
	padding:0;
	width: 100%;
}
.ace_editor.codeeditor
{
	max-width: 100%;
	width: 100% !important;
}
#wcp-editor-button-new,#wcp-editor-button-save,#wcp-editor-button-load,#wcp-editor-extra-main-buttons{
	display:none !important;
}
#wcp-editor-left {
    width: 320px;
}
#wcp-editor-right {
    height: auto;
}
#wcp-editor {
    min-height: 700px;
}
#wcp-editor-textarea-export{

}
#wcp-editor-right {
    width: 150px;
}
.alert {
    padding: 10px;
}
.modal-dialog-scrollable .modal-body {
    height: 100%;
}
select[data-style="btn-white"]{
  padding: 10px 18px;
  border-radius: 5px;
  border-color: #D8D6DE;
  width: 100%;
  color: #999;
}
@media (min-width: 576px){
  .imageedit-container{
    height: 100%;
    position: fixed;
    padding: 20px;
  }
  .imageedit-container .imageedit{
        height: 80%;
        position: relative;
  }
  .imageedit-container .imageedit img{
      max-height: 100%;
  }
}
