
@import url('../fonts/flaticon/flaticon.css');

.none{display: none;}
.block{display: block;}
.no-padding{padding: 0px !important;}
.border{border: 1px solid #dcdcdc !important;}
.no-boder-top{border-top: none !important;}
.no-border{border: none !important;}
.border-white{border-color: #fff !important;}

.btn-load img{width: 20px;}
.btn-fixed-right{
    position: fixed; bottom: 50px; right: 50px;
}

.boxEdit{
	border: 2px dotted transparent !important;
	padding: 2px;
}

.boxEdit:hover{
	border-color: #dcdcdc !important;
}

.priceEdit{
	border: 2px dotted transparent !important;
	cursor: text !important;
}

.priceEdit:hover{
	border-color: #0EB1D2 !important;
}

.priceLineRemove{
	cursor: pointer !important;
}

.form-control, .custom-select{border-color: #e4e2e2;}
.bd-dark-transparent{
	background-color: rgb(0,0,0, 0.70) !important;
}


.initEditor{
	border: 1px dashed transparent;
	width: 100%;
	position: relative;
	padding: 80px 10px 20px 10px;;
}

.initEditor:hover{border-color: #dcdcdc;}
.initEditor:hover .editorActions .isEditorButton{
	visibility: visible;
}

.initEditor .editorActions{
	position: relative;
	text-align: center;
	margin-top: -95px;
	margin-bottom: 30px;;
	visibility: hidden;
}

.initEditor .editorActions li{
	list-style: none;
}

.initEditor .editorActions .isEditorButton{
	list-style: none;
	background-color: #3b3b3b !important;
	padding: 7px 0 5px 5px;
	border-radius: 4px;
	color: #dcdcdc;
}

.initEditor .editorActions .isEditorButton label{
	margin-right: 10px;
}

.initEditor .editorActions .isEditorButton i{
	padding: 10px 7px 10px 7px;
	cursor: pointer;
	border-left: 1px solid #fff;
}

.initEditor .editorActions .isEditorButton i:hover{
	background-colr: #222;
}


.isEditorRow{
	position: relative;
	border: 1px dashed #959494 !important;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	padding: 10px;
}

.isEditor{
	position: relative;
	border: 1px dashed transparent !important;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	padding: 10px;
}

.isEditor.line-white:hover{
	border-color: #fff !important;
}

.isEditor:hover, .isEditor:hover .isEditorButton, .isEditorRow:hover{
    border-color: #959494 !important;
    visibility: visible;
}


.isEditorButton{
	visibility: hidden;
	z-index: 1;
	position: relative;
}

.isEditorButton span{
	font-size: 14px;
	color:#fff;
	border-radius: 3px;
	background-color: #81ca45;
	margin-right: -2px;
	padding: 5px 10px !important;
}
.isEditorButton button.bdLeft{
	border-left: 1px solid #fff !important;
}

.isEditorButton span i{
	padding: 7px 0px 8px 10px !important;
	margin-left: 10px;
	border-left: 1px solid #fff;
	cursor: pointer;
}


.isEditorBar{
	padding: 0px;
	background-color: #3b3b3b;
	position: fixed;
	top: 150pt;
	right: 0px;
	width: auto;
	z-index: 99;
}

.isEditorBar ul{
	padding: 0px;
}

.isEditorBar ul li{
	padding: 10px;
	list-style: none;
	display: block;
	border: 1px solid transparent;
	cursor: pointer;
	text-align: center;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.isEditorBar ul li:hover{
	background-color: #2c2c2c;
}

.isEditorBar ul li:hover .isEditorBar ul li a{
	color: #fff;
}

.isEditorBar ul li a{
	color: rgb(175, 175, 175);
	font-size: 20px;

}

.isEditorBar .list li a{

}

.isEditorBar ul li a:hover{ color: #fff; }

.isEditorBar ul li .sub{
	padding: 0px;
	position: absolute;
	width: auto;
	background: #fff;
	margin-top: 2px;
	margin-left: -10px;
	background-color: #3b3b3b;
	display: none;
}

.isEditorBar ul li .sub li{
	padding: 5px 10px;
}


.isEditorBar ul li:hover .sub{
	display: block;
}



























.bg-edit{background-color: #81ca45 !important;}
.bg-plus{background-color: #f35012 !important;}
.bg-delete{background-color: #81ca45 !important;}





.is-form{
	padding: 0 15px;
}

.is-form .form-item{
	width: 100%;
	color: #686868;
	border: 1px solid #dcdcdc;
	padding: 5px 10px;
	border-radius: 3px;
}

.is-form .form-item:focus{
	border-color: transparent;
	box-shadow: 0 0 3px #0890df;
}


.price-itens{
	margin-top: -10px;
}
.placeholrder{
	border: 1px dashed #dcdcdc;
	height: 40px;
}

.pac_detalhes li{
	padding: 4px 60px 4px 20px;
}

.pac_detalhes .det-edit{
	position: absolute;
	z-index: 999999;
	right: 0%; top: 0%;
	padding: 0 5px;
	font-size: 12px;
	height: 100%;
	line-height: 3.5;
	display: n;
}

.pac_detalhes .det-edit i{
	cursor: pointer;
	padding: 10px 5px;
}

.card-header{
	border: 1px solid #dcdcdc !important;
	margin-top: 10px;
	padding: 2px 12px;

}
.card-header h6{
	cursor: pointer;
}

.list-icon .icon-item{
	padding: 6px 10px;
	cursor: pointer;
	transition: all 0.5s;
	line-height: 3;
}
.list-icon .icon-item:hover{
	color: #fff;
	background-color: #192039;
}

.bg-slide{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:520px;
	padding: 20px;
	overflow: auto;
}

.slide-modal{
	background-color: rgb(0,0,0, 0.60) !important;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 99999;
}

.bg-slide .slide-text{
	margin-top: 120px;
}

.bg-slide .filtro-slide{
	background-color: rgb(0,0,0, 0.60) !important;
	position: absolute;
	left: 0px; top: 0px; bottom: 0px; right: 0px;
	height: 100%;
	width: 1000%;
}

.box-editor{
	z-index: 999999999999 !important;
}

.box-editor .modal-body{
	max-height: 500px;
	overflow: auto;
}

.box-editor .modal-dialog{
	margin-right: 10% !important;
	padding: 20px;
}

.box-editor .modal-header{
	background-color: #233141;
	border: 1px solid #fff;
	color: #fff !important;
}

.card-header{color: #192039;}

.card-block p, .card-blockem, .card-block label,
.card-block a, .card-block span,
.card-block li, .card-block article{colo: #192039;}


.slide-editor, .box-edito{
	border-radius: 4px !important;
	position: fixed;
	width: 100%;
	right: 20px; top: 0px;
	justify-content: center;
	z-index: 99999999999;
	box-shadow: 0px 2px 5px 0px #686868;
}

.box-edito .modal-body{
	max-height: 500px;
	overflow: auto;
}


.box-edito{
	display: none;
	padding: 0px; left: 689px; top: 20px;
}
.box-edito .modal-header{
	cursor: move;
}

.slide-list{
	max-height: 520px;
	overflow: auto;
}

.slide-list .slide-img-width{
	width: 100%;
	height: 150px;
}

.slide-list .slide-img-width img{
	width: 100%;
	height: 100%;
}

.slide-hover{
	position: absolute;
	background-color: rgb(0,0,0, 0.70);
	top: 0px;
	height: 100%;
	width: 160px;
	padding: 10px;
	display: none;
}

.slide-hover span{
	display: block;
	padding: 3px; color:#fff;
	background-color: #81ca45;
	border-radius: 4px;
	transition: all 0.5s; font-size: 13px;
	width: 20px;
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;

}

.slide-list .slide-img-width:hover .slide-hover{
	display: block;
}


.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid transparent !important;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable{
	border-left: 1px solid #dcdcdc !important;
	border-right: 1px solid #dcdcdc !important;
}

.note-toolbar{
	border: 1px solid red;
}

.note-toolbar .note-btn {
    background: #fff !important;
	border-color:transparent !important;
    padding: .28rem .30rem !important;
    font-size: 13px;
}

.note-editor.note-frame .note-editing-area .note-editable h3,
.note-editor.note-frame .note-editing-area .note-editable h1,
.note-editor.note-frame .note-editing-area .note-editable p{
	color: #000 !important;
}

.panel-default > .panel-heading{
	border: 1px solid #dcdcdc !important;
}

.note-toolbar > .note-btn-group:first-child{
	margin-left: 10px;
}





.is-btn{
	border: 1px solid transparent;
	padding: 7px 10px !important;
	height: auto !important;
	cursor: pointer;
	border-radius: 3px;
	opacity: 0.85;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.is-btn:hover{opacity: 100;}

.is-btn-primary{ background-color: #007bff; border-color: #007bff; color: #fff !important;}
.is-btn-primary-outline{ background-color: transparent; border-color: #007bff;color: #343a40; }

.is-btn-light{ background-color: #eeeded;border-color: #eeeded;color: #343a40; }

.is-btn-secondary{ background-color: #6c757d;border-color: #6c757d;color: #fff; }
.is-btn-secondary-outline{ background-color: transparent; border-color: #6c757d;color: #6c757d; }

.is-danger{
	background-color: #dc3545;border-color: #dc3545;color: #343a40;
}
