html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

/* Mozilla based browsers */
::-moz-selection {
    background-color: rgba(178, 221, 253, 0.15);
}

/* Works in Safari */
::selection {
    background-color: rgba(178, 221, 253, 0.15);
}

.edit-block:hover > .btn-edit
{
    visibility: visible;
}

.edit-block:not(.button-edit-block):not(.form-edit-block):hover
{
    outline: 1px dotted #fc8484;
    background: rgba(255, 199, 199, 0.5);
    cursor: pointer;
}

.form-edit-block:hover
{
    outline: 1px dotted #fc8484;
    cursor: pointer;
}


.edit-block
{
    position: relative;
}

.btn-edit{
    z-index: 100;
    visibility: hidden;
    opacity: 0.9;
    display: block;
    float: right;
    font-size: 12px;
    background: #03A9F4;
    color: #ffffff;
    border: 1px solid #2196F3;
    padding: 4px;
    border-radius: 4px;
    line-height: 4px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.slider-handle{
    border-radius: 20px;
    background: #ffffff !important;
    border: 2px solid #777777 !important;
}

.slider-selection{
    background: #FF9800;
}

.label-p{
    font-size: 14px;
    color: #585858;
    margin: 0 0 6px 0px;
}

.colorpicker-element{
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    display: block;
    padding: 0;
}

.slider.slider-horizontal {
    width: 90%;
    height: 20px;
    margin: 0px 0px 0px 5%;
    float: left;
}

.editor{
    font-family: Arial!important;
    width: 300px;
    background: #3D3D3D;
    border: 1px solid #e0e0e0;
    padding: 5px 0px 8px 0px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 1000;
    border-radius: 5px;
    color: #fff;
}


.editor .editor-panel{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 3px;
    padding: 9px 11px;
    border-bottom: 1px solid #9b9b9b;
}

.editor .editor-panel label{
    float: left;
    width: 100%;
    font-size: .475rem;
    font-weight: 500;
    padding-right: 0;
}

.editor .editor-panel input{
}

.color-v{
    display: block;
    width: 20px;
    height: 20px;
    background: #444;
    border-radius: 31px;
    position: absolute;
    right: 29px;
    border: 1px solid #efefef;
    top: 28px;
}

.btn-save-edit{
    display: block;
    line-height: 22px;
    text-align: center;
    padding: 0 0 2px 0;
    color: #fff;
    width: 34%;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 auto;
    background-color: #5cb85c;
    border-color: #4cae4c;
    clear: both;
    cursor: pointer;
}


.editor-box{
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 6px;
}

.label-editor-box{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.youtube_url{
    padding: 0 0 0px 35px;
    outline: none;
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 14px;
    line-height: 26px;
}

.lb_icon{
    position: absolute;
    left: 2px;
    bottom: 1px;
    border-right: 1px solid #e6e6e6;
    padding: 1px 5px 1px 5px;
}

.arrows_icon{
    width: 100%;
    display: inline-block;
    text-align: center;
    cursor: move;
}


.editor-box .lbl-panel{
    display: block;
    width: 100%;
    float: left;
}
.editor-box .lbl-panel p{
    float: left;
    margin: 0;
}

.editor-box .lbl-panel svg{
    float: right;
    margin: 0 0 0 0;
}


.e-panel p{
    margin: 0px 0 0px 0;
}

.e-panel{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.e-panel .top-line{
    width: 100%;
    float: left;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #9b9b9b;
}

.e-panel .top-line p{
    color: #fff;
    float: left;
    font-size: 14px;
}

.e-panel .top-line svg{
    float: right;
    margin: 2px 0 0 0;
}

.e-panel .top-line p svg{
    width: 18px;
    text-align: center;
    font-size: 11px;
    margin: 6px 0 0 0;
    float: left;
}

.settings-panel{
    float: left;
    width: 100%;
}

.editor-panel p{
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    float: left;
    width: 100%;
    font-weight: 500;
}

.btn-save-edit svg{
    font-size: 10px;
    margin: 0px 0px 0px 1px;
}

.editor .btn-sm {
    font-size: .475rem;
    padding: 5px
}
.editor .nav-pills .nav-link {
    color: #1d1a1a;
    background-color: #e3e3e4;
    margin-right: 3px;
}
.editor .nav-pills .nav-link.active,
.editor .btn-skined,
button.btn-skined{
    background-color: #5cb85c;
    color: #ffecec;
}
.editor .btn-skined i {
    font-size: .675rem;
}
.editor .row {
    padding-top: 5px;
    margin-bottom: 2px;
}

.editor input.form-control {
    padding: 0;
}

.editor select.form-control {
    padding: 0;
}


.editor .form-check label {
    font-size: .775rem;
    margin-bottom: 4px;
    cursor: pointer
}
.editor textarea{
    font-size: .775rem;
}
.modal-lg {
    max-width: 80%;
}
.modal-lg  .modal-body {
    min-height: 500px;
    height: 50vh;
}

.dropdown-menu{
    z-index: 10001!important;
}

.hide-control{
    margin: 4px 0px 0px 0px!important;
}

.img-radio {
	margin: auto auto;
	max-height: 90%;
	max-width: 90%;
}
.img-radio-container {
	height: 110px;
	width: 180px;
	margin: auto;
}
.completeImageRadioContainer {
	margin-bottom: 10px;
}


.complete_editable_container
{
	position: relative;
}

.hovered_complete_editable_container
{
    box-shadow: inset 0 0 6px #4285f4;
}


.hovered_complete_editable_container #select-actions
{
    position:absolute;
    right:0px;
    top:0px;
    background:#4285f4;
    color:#fff;
    border-radius:3px 3px 0px 0px;
}

.hovered_complete_editable_container #select-actions a
{
    pointer-events: auto;
    color:#fff;
    font-size:10px;
    padding-right:2px;
    padding:0px 5px;
}

/*
.imageEditRemoveButtonoverlay
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.85);
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
	z-index: 1000;
	color: white;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.imageEditRemoveButtonoverlay
{
	text-align: center;
}

.imageEditRemoveButtonoverlay:before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.imageEditRemoveButtonoverlay .txt
{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 5px;
	position: relative;
	font-weight: bold;
}

.txt .btn
{
    font-size: 10px;
    padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
}
*/


.editable_image_container
{
    position: relative;
}

.editable_image_container .complete-extra-image-controls-container
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.editable_image_container .editable-image-content-overlay-complete-container
{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.editable-image-controls-bar-container
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


.spanCkeditorDiv p
{
    margin-bottom: 0px;
}


.editable_image_container .editable-image-content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.editable_image_container:not(.cropper_image_container):not(.resizeable_image_container):hover .editable-image-content-overlay
{
  opacity: 1;
}

.resize-handle
{
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 100%;
    cursor: move;
}

.editable-image-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.editable_image_container:not(.cropper_image_container):not(.resizeable_image_container):hover .editable-image-content-details
{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.editable-image-content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.editable-image-content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.modal-wide .modal-dialog {
	width: 95% !important;
    max-width: 95% !important;
}


#editorImagesContainer {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom:0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

#editorImagesContainer .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}


#editorImagesContainer .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}

#editorImagesContainer {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
}

.editorImagesContainerTabContent>.active
{
    display: block;
    min-height: 165px;
}

#unsplashPhotosContainer
{
    overflow: auto;
}

/*
.image-editable-toolbar
{
    margin-top: 10px;
}
*/

.image-editable-toolbar
{
    position: absolute !important;
    top: 0;
    right: 0;
}


.image-editable-toolbar button
{
    font-size: 12px;
    padding: 6px 4px;
}
