.field-calendar button{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-group {
    margin-bottom: .75rem;
}
.card-header .form-group{
    margin-bottom: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
iframe, svg {
	max-width: 100%;
    max-height: 100%;
}
body:not(.contentpane),
body:not(.contentpane) .mc-nav-sticky{
    background: #fbf6f0 !important;
}
body.contentpane .mc-nav-sticky{
    background: #fbf6f0 !important
}
.contentpane,
.component body.contentpane .mc-nav-sticky{
    background: #ffffff !important;
}

form[name='fabrikList'] .table-responsive{
    min-height: 350px;
}

.table-sm td, .table-sm th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 768px) {
    .table-sm td {
        vertical-align: middle;
    }
    .table-sm th {
        vertical-align: top;
    }
}
#mcToggleSidebar{
	position: fixed;
	left: 235px;
	transition: transform .2s;
    z-index: 999;
}
#mcCloseModal{
	position: fixed;
    right: 560px;
    top: 140px;
    transition: transform .2s;
    z-index: 1059;
}

.fe-rotate{
    display: inline-flex;
}

a[data-toggle=collapse] .fe-rotate:before {
    display: block;
    margin-left: auto;
    transition: transform .2s;
    /* font-size: 17px; */
    margin-left: 5px;
}

a[data-toggle=collapse][aria-expanded=true] .fe-rotate:before {
    transform: rotate(-180deg);
}
/* fe-rotate .badge{
    line-height: initial;
} */

.navbar.navbar-vertical{
	overflow: scroll;
}
#mcSideBar{
    overflow: visible;
}
.navbar-vertical-sm #mcToggleSidebar{
	position: fixed;
	left: 52px;
	top: 52px;
}
label, form.fabrikForm label{
    margin-bottom: 0 !important;
}
.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e3ebf6;
}
label.custom-control-label{
    line-height: 20px;
}
@media (max-width: 992px) {
	.btn-block-xs .btn,
	.btn-block-xs > .btn-toolbar,
	.btn-block-xs .dropdown,
	.btn-block-xs .btn-block2{
		display: block;
    	width: 100%;
	}
	.btn-block-xs .btn {
    	margin-bottom: .5rem;
	}
	.btn-block-xs > div {
    	float: initial;
	}
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-weight: bold;
}

/* .nav.nav-tabs a.nav-link{
	font-size: .8125rem !important;
} */

/* FABRIK */
.fabrikErrorMessage{
    color: #e63757!important;
    font-size: .8125rem;
    font-weight: 400;
}
.fabrikNotice.alert{
    /* margin: 0px !important;
    padding: 18px 10px 0 1.5rem !important; */
    color: #2721CD!important;
    text-align: center;
}
a.listplugin{
	-webkit-appearance: none;
}
.dropdown-menu a.listplugin{
	-webkit-appearance: none;
	font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: .375rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    color: #6e84a3;
    border: 0;
    background-color: transparent;
}
.sticky-top {
    z-index: 998;
}

th.decimal,
th.integer,
td.decimal,
td.integer{
	text-align: right;
}
table tbody td.fabrik_actions,
table tbody td.fabrik_select
{
	width: 1%;
}
.fabrikForm[name='fabrikForm'] table .badge, table .badge,.fontInherit{
	font-size: 0.75rem;
}

.table thead th.fabrik_actions {
    font-weight: initial;
    letter-spacing: initial;
    text-transform: initial;
}
.table tbody td.fabrik_actions {
    padding: 0.5rem !important;
}
.table th.fabrik_actions a,
.table td.fabrik_actions a {
	font-size: 13px;
}
.table th.fabrik_actions a {
	border-radius: 4px !important;
}
td.repeat-merge, td.repeat-reduce{	
	padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.table th .fabrik_actions:not(pull-right) a,
.table td .fabrik_action.d-inline-flex a {
	padding: .2rem .4rem;
}

table th.fabrik_select{
	font-size: inherit;
}
/* 
.card{
	border: 1px solid #e3ebf6;
}
 */
 
.fabrikElementContainer.fabrikError .form-control,
.fabrikElementContainer.fabrikError .input-group.input-group-merge>.form-control~[class*=input-group]>.input-group-text,
.fabrikElementContainer.fabrikError .select2-selection
{
    border-color: #e63757 !important;
}

.fabrikFilterContainer input.inputbox,.fabrikFilterContainer select{
    height: calc(1em + 1rem + 2px) !important;
    padding: 0.125rem 0.5rem;
    font-size: .8125rem;
    line-height: 1.75;
}

.form-control:disabled,
.form-control[readonly]
/* ,.disabled:not(li) */
{
   	color: #95aac9;
    background-color: #edf2f9 !important;
}

/* @media (min-width: 576px) {
	#fabrikFiltersModal .modal-dialog{
		min-width: 650px !important;
	}
} */
.fabrikFilterContainer .input-group-prepend .input-group-text span{
	width: 15px;
}

.border-dashed{
    border-style: dashed;
}

.fabrikElementReadOnly{
    margin-top: 0 !important;
    min-height:30px;
}

.fabrikElementReadOnly ul.fabrikRepeatData, .fabrikElementReadOnly ul{
	list-style: none;
    padding-left: 0;
    margin: 0;
}
.plg-fileupload .fabrikElementReadOnly{
	background-color: transparent;
    border-color: transparent;
    padding: 0;
}


.fabrik_actions .dropdown-menu a {
    font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: .375rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    color: #6e84a3;
    border: 0;
    background-color: transparent;
}

#ajax_links #csvmsg div.alert.alert-success{
    border-color: inherit;
    background-color: inherit;
    position: inherit;
    margin-bottom: inherit;
    padding: inherit;
    border: 0;
    border-radius: none;
}

/* 
select.form-control[size],
select.custom-select,
select.custom-select[multiple],
select.custom-select[size]{
	height: calc(2.40625rem + 2px) !important;
}
 */

select.form-control[multiple].input-sm,
select.form-control[size].input-sm,
select.custom-select.input-sm,
select.form-control-sm[multiple]{
	height: auto !important;
}

select,
select.custom-select,
.select2-selection--single{
	color: #283e59 !important;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L4.25 4.25L7.5 1' stroke='%2395AAC9' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat right .75rem center/.75em .75em;
	background-color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus, select:focus {
    box-shadow: none;
}

.select2-selection--single{
    padding: 0.5rem 1.75rem 0.5rem 0.75rem !important;
}
.input-group-addon.calendarbutton{
	border: 0;
}
.close {
    right: 17px;
    top: 13px;
}

.spinner{
	background: transparent;
	position: relative;
    color: transparent!important;
}
.fabrikForm + div.spinner{
	background: #9e9e9e73;
	z-index: 1100;
}
.spinner-img{
	display: none;
}
.spinner:after {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    animation: 1s c linear infinite;
    border: 2px solid #95aac9;
    border-bottom-color: transparent;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: calc(50% - 1.5rem/2);
    left: calc(50% - 1.5rem/2);
    content: "";
}

#advanced-filter .contentWrapper,
#advanced-filter .itemContentPadder{
	padding: 0 !important;
}
table.advanced-search-list tbody tr td:first-child span{
	visibility: hidden;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-content {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    border: .1em solid #2c7be5;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

p.text-comment{
	margin: 0;
}

#fabrik-comment-list .replyform, #fabrik-comment-list .reply, #fabrik-comment-list .metadata{
	display: none;
}

th.fabrik_actions{
	text-align: right!important;
}

.fabrikForm a[target='_blank']:not(.noTragetIcon):after {
    content: "\e95b";
    font-family: Feather!important;
    margin-left: 3px;
}

#fabrik-comment-list .text-left .comment-body:before,
#fabrik-comment-list .text-right .comment-body:before{
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #edf2f9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: -5px;
    border: 1px solid #e3ebf6!important;
}
#fabrik-comment-list .text-right .comment-body:before{
	right: -5px;
    left: inherit;
}
#fabrik-comments{
	margin-bottom: 50px;
}

.custom-control-label.btn-danger,.custom-control-label.btn-success{
	color: initial!important;
    border-color: initial!important;
    background-color: initial!important;
}

/*------------------------------------------------------------------*/
.navbar-brand-img{
    max-width: 100%;
    max-height: 3.5rem;
}
/* 
@media (max-width: 767px) {
	.navbar-brand-img{
		width: 24px;
	}
}
*/
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a {
    font-weight: 400;
    color: #504e4e;
    padding: 6px 12px;
    white-space: pre-wrap;
    font-size: .8125rem;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4285f4;
}
.dropdown-menu > .active > .alert-info{
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #9499a2;
    border-radius: 0;
    margin-bottom: 0;
    padding: 8px 20px;
    border: 0;
}
.dropdown-menu > li > a:hover {
    background-color: whitesmoke;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

label.fabrikLabel.fabrikTip, span.fabrikTip {
    display: inline-block!important;
}

.avatar-img-dashboard {
    width: 100%;
    height: 100%;
    object-fit: initial;
}

.avatar-xl {
    font-size: 2rem;
    width: 7rem;
}

.fe.fe1{
	font-size: 1.0625rem;
    line-height: 1.40625rem;
}
.fe.fe2{
	font-size: 2rem;
    line-height: 2rem;
}
.fe.fe3{
	font-size: 3rem;
    line-height: 3rem;
}
.badge.font90{
	font-size: 90%;
}

.mccollapse[data-toggle=collapse]:after {
    font-family: Feather;
    margin-left: 10px;
    content: "\e92e";
    transition: transform .2s;
}

.mccollapse[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(-180deg);
}

/*------------------------------------------------------------------
  [Notifications]
*/

label.fabrikLabel.fabrikTip, span.fabrikTip {
    display: inline-block!important;
}

.avatar-img-dashboard {
    width: 100%;
    height: 100%;
    object-fit: initial;
}

.fabrikLightBoxImage{
	max-height: 75px;
    max-width: 75px;
}

.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
	min-height: 100px;
}

.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}

.hovereffect img {
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
}

/* 
.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
 */

.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hovershadow:hover{
	box-shadow: 0 1rem 2rem rgba(18,38,63,.175)!important;
	transition: box-shadow 0.3s ease-in-out 0s;
}

.bg-light2{
	background-color: #dae0e8;
}

.transition-width { 
    transition: width 1s ease-out; 
    webkit-transition: width 1s ease-out; 
} 

.chart-sparkline {
    width: 75px;
    height: 35px;
}
.chart-sparkline-xl{
	width: 100%;
	height: 120px;
}

/* SELECT2 */
/* .select2-container{
    font-size: .8125rem;
} */
.select2-container--default .select2-results__option[aria-disabled=true] {
    background-color: #f2f2f3;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #fff;
    background-color: #4285f4;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
}
.form-control-sm+.select2-container--default .select2-selection--multiple,
select+.select2-container--default .select2-selection--multiple {
    height: auto !important;
}
.select2-selection__clear {
    margin-top: 1px !important;
    margin-right: 1px !important;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    box-shadow: 0 .5rem 1rem rgba(18, 38, 63, .15) !important;
}

/* DATATABLE */
/* 
table.dataTable td, table.dataTable th {
    padding: 10px!important;
}
 */
table.dataTable ul.fabrikRepeatData{
	padding-left: 0;
    list-style: none;
    margin: 0;
}

table.dataTable.card-table  {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-collapse: collapse !important;
}
table.dataTable select{
	width: 100%;
}
table.dataTable th.header.sorting_asc:after {
    content: "\e95b";
    font-family: Feather!important;
    /* margin-left: 3px; */
}
table.dataTable .table-xs{
    width: 100% !important;
    margin: 0 !important;
}
table.dataTable .table-xs td{
    padding: 0 !important;
}

/* AUTOCOMPLETE */
.autocomplete-suggestions {
    overflow-y: scroll;
    max-height: 350px !important;
}
.autocomplete-suggestion {
	font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: .375rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    color: #6e84a3;
    border: 0;
    background-color: transparent;
}
.autocomplete-selected { background: transparent; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.autocomplete-suggestion { cursor: pointer;}

.autocomplete-suggestion:hover{
	background-color: #f9fbfd;
}

#mcGlobalSearch{
    flex: 1 !important;
}
	
@media (min-width: 1020px) {
	#mcGlobalSearch{
		width: 400px;
	}
}
.campaignGenericImg{
	background-image: url('templates/tmpl/assets/img/covers/eventgeneric.jpg');
	height: 320px;
}
.progress-md {
    height: .5rem;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #eaf1f8;
    background: linear-gradient(90deg, #eaf1f8 10%, #dce7f3 18%, #eaf1f8 33%);
    background-size: 800px 104px;
    height: 100%;
    position: relative;
}

.fa-facebook {
    background: #4c69ba;
    border-radius: 100%;
}
.btn.facebook{
    background: #4c69ba;
    color:#fff;
    font-weight: bold;
}
.btn.facebook.img{
    background:#fff;
}
.btn.google{
    background: #fff;
    font-weight: bold;
    border: 1px solid #e3ebf6 !important;
}
.btn.paypal{
    background:  #ffc439;
    font-weight: bold;
    border: 1px solid #ffc439 !important;
}
.fa-twitter {
    background: #55ACEE;
    border-radius: 100%;
}
.fa-linkedin {
    background: #007bb5;
    border-radius: 100%;
}
.fa-whatsapp {
    background: #26d366;
    border-radius: 100%;
}

.campImg{
	height: 236px;
	max-height: 236px;
}
@media (max-width: 1200px) {
	.campImg{
		height: 302.656px;
		max-height: 302.656px;
	}
}
@media (max-width: 991px) {
	.campImg{
		height: 222.656px;
		max-height: 222.656px;
	}
}

@media (max-width: 768px) {
	.breadcrumb .breadcrumb-item{
		display: none;
	}
	.breadcrumb .breadcrumb-item:first-child,.breadcrumb .breadcrumb-item:last-child{
		display: flex;
	}
}.spinner-border-sm {
    border-width: .1em;
}
.icon.active:after {
    top: 0%;
    right: 20%;
    width: 30%;
    height: 30%;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting:after {
    display: none;
}

table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before,
table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    display: block;
    top: 15px !important;

}
table.dataTable th.sorting{
    color: #2721cd!important;
}

table.dataTable .details-control {
    cursor: pointer;
}
table.dataTable th.details-control:before {
    content: "";
}

.chart-legend{
    margin-top: 0!important;
    padding-top: 10px;
}

.chart-legend.vertical{
	display: block!important;
	margin-top: 0!important;
}

.chart-legend.vertical .chart-legend-item {
    display: block;
    text-align: left;
    margin-left: 0;
}
#chart-tooltip {
    max-width: 300px;
}
.tooltip-inner{
    max-width: 300px;
}
.col-pixel-width-250 { 
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}

.img-noresult{
	max-width: 100px;
}

.custom-switch .custom-control-input:checked~.custom-control-label:before {
	font-family: Feather!important;
	padding: 3px 6px;
    content: "\e92b";
    font-size: 12px;
}

.custom-switch .custom-control-input:not(:checked)~.custom-control-label:before {
	font-family: Feather!important;
	padding: 3px 9px;
    content: "\ea02";
    font-size: 12px;
    text-align: right;
    color: #6e84a3;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.tooltip li{
    list-style: none;
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}
.mcNotifBadge{
	top: 13px;
    right: 75px;
    position: absolute;
}
@media (max-width: 767px) {
	.mcNotifBadge{
		right: 53px;
	}
}
/* .mcNotifBadge2{
	top: -4px !important;
    left: 64px !important;
    position: absolute !important;
    
} */
.mcNotifBadge2 {
    position: relative;
    top: -10px;
    left: 10px;
    z-index: 999;
    margin-left: -23px;
    font-size: 11px;
    color: #fff;
    background-color: #2c7be5;
    border-radius: 10em;
}
.notif-contract-item .automation_edit{
    display: none;
}
.notif-contract-item:hover .automation_edit{
    display: inline;
}

.plupload_container .plupload_file_name{
	width: 30%
}
.plupload_container .plupload_file_status,
.plupload_container .plupload_crop,
.plupload_container .plupload_resize
{
	display: none;
}
.plupload_container .plupload_resize,
.plupload_container .plupload_file_action{
	width: 20%
}
@media (max-width: 767px) {
	/* #mcModalVerticalRight .modal-dialog{
		max-width: 100vw;
	} */
	/* .k-button__text{
		display: none;
	} */
}
@media (min-width: 768px) {
    #mcModalDocument, #mcModalVerticalRight{
        border-width: 0 0 0 1px;
        border-color: #e3ebf6;;
        border-style: solid;
    }
	#mcModalDocument .modal-dialog, #mcModalVerticalRight .modal-dialog{
		/* max-width: 80vw; */
        width: 100%;
        max-width: 100%;
	}
}

#mcModalDocument{
    transition: 0.5s;
    z-index:1051;
}

.docman_table_layout .btn,.k-toolbar.k-js-toolbar > .btn {
	padding: .125rem .5rem;
    font-size: .8125rem;
    line-height: 1.75;
    border-radius: .25rem;
}
.k-ui-namespace .k-component {
    background: #f9fbfd !important;
}
.k-button-new{
	display: none;
}
.k-button-upload{
	color: #fff !important;
    background-color: #00d97e !important;
    border-color: #00d97e !important;
}
.k-js-multi-download,.k-button-newCategory,.k-button-upload,.docman_table_layout .btn-default{
	border-color: #e3ebf6;
    color: #283e59;
    background-color: #fff;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute !important;
    top: 0% !important;
    left: 0% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    text-align: center !important;
    padding: 1em 0 !important;
    height: 100% !important;
    border-radius: 0 !important;
    opacity: 0.6 !important;
}

.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
}
.modal-confirm .modal-content {
	padding: 20px;
	text-align: center;
}

@media (min-width: 576px){
	.modal-dialog.modal-confirm {
   	 	max-width: 450px;
    	margin: 1.75rem auto;
	}
}
.modal-confirm .close {
    position: absolute;
    top: 12px;
    right: 12px;
}

.modal-confirm .icon{
	font-size: 4rem;
	font-weight: 100;
}.mce-primary button,
.mce-primary button i {
    color: #12263f !important;
}
.cursor-pointer {
    cursor: pointer;
}
.dbjoin-description + br {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #edf2f9 !important;
    color: #95aac9 !important;
}
.toast{
    z-index:1051 !important;
    min-width: 300px;
}
.toast.hide{
    position:static;
}
webviewer-1{
    border:0
}
.custom-file-label:after {
    content: "Parcourir";
}
.bg-beige{
    background: #fbf6f0 !important
}
#mc-side-nav-list-tab-mobile,
.contentpane .bg-beige{
    background: #fff !important
}
.card {
    border: 0px !important;
}
.text-divider{
    margin: 3em 0;
    line-height: 0;
    text-align: center;
}
.text-divider span{
    background-color: #ffffff;
    padding: 1em;
}
.text-divider:before{ 
    content: " ";
    display: block;
    border-top: 1px solid #e3ebf6;
}
.hide-signin .mc-sigin{
    display: none;
    visibility: hidden;
}
.mceDefaultSkin .mceLayout .mceBranding{
    display: none !important;
}
.mceLayout,
.mceModernSkin .mceToolbar{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.mceLayout,
.mceDefaultSkin .mceStatusbar{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.mceModernSkin .mceToolbar,
.mceDefaultSkin .mceStatusbar {
    background: #fff !important;
}
.mceDefaultSkin .mceStatusbar {
    height: 2px;
}

