/* DOCUMENT INFORMATION
	- Document: Apptite Administrative Panel
	- Version:  0.0.1
	- Client:   Marcelo
	- Author:   [carioca.build]
*/

/* CSS DIRECTORY
	1. =GLOBAL
	2. =TINYMCE
	3. =BOOTSTRAP
	4. =COMPONENTS
	5. =MARGINS/PADDINGS
*/

/* ===============
   1. GLOBAL SETTINGS
   =============== */

body {
	padding: 20px;
	padding-top: 70px;
	background: rgb(245,245,245);
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.active {
	color: inherit;
}

.focus {
	color: inherit;
}

.item-note-1-price:before { color: #D90A0A; content: "$"; }
.item-note-1-price:after { color: #CCCCCC; content: "$$$$"; }

.item-note-2-price:before { color: #D90A0A; content: "$$"; }
.item-note-2-price:after { color: #CCCCCC; content: "$$$"; }

.item-note-3-price:before { color: #D90A0A; content: "$$$"; }
.item-note-3-price:after { color: #CCCCCC; content: "$$"; }

.item-note-4-price:before { color: #D90A0A; content: "$$$$"; }
.item-note-4-price:after { color: #CCCCCC; content: "$"; }

.item-note-4-price:before { color: #D90A0A; content: "$$$$$"; }
.item-note-4-price:after { color: #CCCCCC; content: ""; }

/* ===============
   2. TINYMCE
   =============== */


.mce-panel { background: #eee !important; border: 0; }
.mce-panel.mce-foot { border: 0 solid rgba(0,0,0,.2); }
.mce-panel.mce-menu { border: 1px solid #cbcbcb; }
.mce-toolbar .mce-btn { background:  #eee !important; border: 0; }
.mce-btn-group:not(:first-child) { border-left: 3px solid #eee !important; }


/* ===============
   3. BOOTSTRAP
   =============== */

/* ===============
   4. COMPONENTS
   =============== */

.at-form {
	background: #fff;
	/*border: 2px solid #b04732;*/
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	padding: 20px;
	/*max-width: 1100px;*/
}

.at-description {
	color: rgb(75,75,75);
	padding-top: 7px;
}

.at-core-titleList {
	font-size: 120%;
	font-weight: 900;
	text-decoration: underline;
	cursor: pointer;
	padding: 4px;
}

.at-core-titleList:hover {
	background: rgba(255,0,0,0.7);
	color: #fff;

}

/* ===============
   5. MARGINS/PADDINGS
   =============== */

.margin-top20{
	margin-top: 20px;
}
