.bg-istudio {
	background-color: #FFFFFF;
}

.text-istudio {
	color: #FFFFFF!important;
}

.text-istudio-dark {
	color: #0a5451!important;
}

.bg-istudio-darker {
	background-color: #0a5451;
}

.bg-istudio-darken {
	background-color: #010101;
}

.bg-istudio-dark-light {
	background-color: #333333;
}

.lighter {
	background-color: hsl(0, 0%, 96%);
}

.header {
	font-size: 32px;
}

.btn-istudio {
	background-color: #0a5451;
	color: #FFFFFF;

}

.form-label {
	text-align: left;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #FFFFFF;
    background-color: #0a5451;
}

/*Sidebar*/
a.list-group-item.list-group-item-action.py-2.ripple {
    background: initial;
    color: #FFFFFF;
    margin-top: 40px;
}

a.list-group-item.list-group-item-action.py-2.ripple.active {
    background: #FFFFFF;
    color: #010101;
    border: none;
    border-radius: 0;
}

/*Navbar*/
nav#main-navbar {
	/*background: #FFFFFF;*/
}

main {
margin-top: 170px;
margin-bottom: 170px;
}

p#login_monter_cacher, p#register_monter_cacher, p#register_repeat_monter_cacher {
	position: absolute!important;
    right: 10px!important;
    top: 10px!important;
}

.form-control {
    border: 2px solid #eee;
    border-radius: 15px;
}

/*Tiny Mce Disable Border for readonly*/
.tox.tox-tinymce.tox-tinymce--disabled,.tox.tox-tinymce.tox-platform-touch.tox-tinymce--disabled {
    border: none;
}

.tox-tinymce--disabled .tox-editor-container > .tox-editor-header {
    box-shadow: none !important;
}