

/* =Plugins Styles
-------------------------------------------------------------- */

@import url('css/jquery.ui.css');
@import url('css/fullcalendar.css');
@import url('css/jquery.wysiwyg.css');
@import url('css/colorbox.css');
@import url('css/colorpicker.css');
@import url('css/jquery.jgrowl.css');
@import url('css/jquery.alerts.css');
@import url('css/jquery.ui.autocomplete.css');

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* =Reset Browser CSS. http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body{
    height: 100%;
}

.clear{
    clear: both;
}


/* =General Styles - usado por todas as paginas
-------------------------------------------------------------- */

body { 
    background: #fff url(Images/body-bg.png); 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666; 
}
body.login { background: #555 url(Images/body-bg.png); }
body.not-found { background: #363D47 url(Images/login-bg.jpg) no-repeat center; }
body.not-found img { width: 425px; height: 320px; position: absolute;  }
body.not-found img { left: 50%; top: 50%; margin-left: -202px; margin-top: -137px; }
body.errorpage { background-color: #666; }

a { color: #069; text-decoration: none; outline: none; }
a:hover { text-decoration: none; }
a.whitelink { color: #ccc; }
a.whitelink:hover { color: #fff; text-decoration: none; }
a img { border: 0; }

b, strong{
    font-weight: bold;
}


button,input,select,textarea { font-size: 12px; font-family: Arial, Helvetica, sans-serif; outline: none; margin: 0; }
small, .small { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h1,h2,h3 { font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; letter-spacing: 0.5px; font-weight: normal; color: #333; }

.radius2 { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.radius3 { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.radius25 { -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; }
.radius50 { -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }

.bebas { font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; }
.width1 { width: 1px; }
.margintop10{ margin-top: 10px !important; }
.padding0 { padding: 0 !important; }


.icon-dashboard{
    background-position: -154px -443px;    
}

.icon-tables{
    background-position: -82px -480px;
}

.icon-elements{
    background-position: -10px -443px;
}

.icon-charts{
    background-position: -119px -480px;
}

.icon-media{
    background-position: -47px -408px;
}

.icon-editor{
    background-position: -154px -262px;
}

.icon-grid{
    background-position: -190px -443px;
}

.icon-calendar{
    background-position: -82px -155px;
}

.icon-buttons{
    background-position: -47px -443px;
}

.icon-chat{
    background-position: -119px -299px;
}

.icon-error{
    background-position: -119px -119px;
}


.one_half {
    width: 48.5%;
}
.one_third {
    width: 31.16%;
}
.two_third {
    width: 65.83%;
}
.one_fourth {
    width: 22.5%;
}
.three_fourth {
    width: 74.5%;
}
.one_fifth {
    width: 17.3%;
}
.two_fifth {
    width: 38.1%;
}
.three_fifth {
    width: 58.9%;
}
.four_fifth {
    width: 67.7%;
}
.one_sixth {
    width: 13.83%;
}
.five_sixth {
    width: 83.17%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left;
    margin-right: 3%;
    position: relative;
}
.last {
    clear: right;
    margin-right: 0 !important;
}



/* =Login Page
-------------------------------------------------------------- */

.loginbox { background: #444; padding: 10px; width: 400px; margin: 8% auto 0 auto; position: relative; }
.loginboxinner { 
	background: #333; padding: 20px; position: relative; border: 1px solid #333;
	-moz-box-shadow: inset 0 1px 0 #444; -webkit-box-shadow: inset 0 1px 0 #444; box-shadow: inset 0 1px 0 #444;
}
.loginheader { height: 60px; }
.loginform { margin-top: 20px; }

.loginbox h1 { font-size: 30px; letter-spacing: 1px; color: #555; font-weight: normal; padding-top: 10px; }
.loginbox .logo { position: absolute; top: 20px; right: 20px; }
.loginbox p { margin: 10px 0 15px 0; }
.loginbox label { display: block; color: #ccc; letter-spacing: 1px; font-size: 18px; }
.loginbox input { 
	padding: 12px 10px; background: #282828 url(../Images/loginputbg.png) repeat-x top left; color: #ccc; 
	font-family: Arial, Helvetica, sans-serif; margin-top: 8px; font-size: 15px; border: 0; width: 340px; 
	-moz-box-shadow: 0 1px 0 #444; -webkit-box-shadow: 0 1px 0 #444; box-shadow: 0 1px 0 #444; outline: none; 
}
.loginbox button { 
	background: #999; padding: 10px 20px; font-size: 18px; border: 0; letter-spacing: 1px; color: #333; width: 360px;
	-moz-box-shadow: 1px 1px 3px #222; -webkit-box-shadow: 1px 1px 3px #222; box-shadow: 1px 1px 3px #222; cursor: pointer;
}
.loginbox button.default { background: #999; color: #333; }
.loginbox button.hover { background: #ccc; color: #000; }
.loginbox button:active { background: #111; color: #fff; }
.loginerror { color: #990000; background: #fbe3e3; padding: 0 10px; overflow: hidden; display: none; }
.loginerror { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.loginerror p { margin: 10px 0; }


/* =Mensagens de Erro
-------------------------------------------------------------- */

.notification {
    border-radius: 2px;
    box-shadow: 1px 1px 2px #ddd;
    height: 51px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.notification p {
    color: #333;
    font-size: 13px;
    margin: 18px 10px 0 75px;
}

.notification a.close {
    background-image: url("Images/close.png");
    background-repeat: no-repeat;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 14px;
    cursor: pointer;
}

.msginfo {
    background: url("Images/notifications.png") no-repeat scroll 0 -156px #D1E4F3;
    border: 1px solid #99C4EA;
}
.msginfo a.close {
    background-position: -42px 0;
}

.msgsuccess {
    background: url("Images/notifications.png") no-repeat scroll 0 -104px #EFFEB9;
    border: 1px solid #C1D779;
}
.msgsuccess a.close {
    background-position: -28px 0;
}

.msgalert {
    background: url("Images/notifications.png") no-repeat scroll 0 -52px #FFE9AD;
    border: 1px solid #EAC572;
}
.msgalert a.close {
    background-position: -14px 0;
}

.msgerror {
    background: url("Images/notifications.png") no-repeat scroll 0 0 #FAD5CF;
    border: 1px solid #E18B7C;
}
.msgerror a.close {
    background-position: 0 0;
}


/* =Header
-------------------------------------------------------------- */

header.top{
    display: block;
    background: #3B4650 url("Images/header-bg.png") repeat-x left top;
    border: 1px solid #222222;
    box-shadow: 1px 1px 3px #666666;
    margin: 10px;
    position: relative;
}

header .wrapper{
    
}

header .top-left{
    float: left;
}

header h1{
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}

header h1 a{
    color: #ccc;
}

header h1 a:hover{
    color: #fff;
}

header .top-right{
    float: right;
    background: #3B4650 url("Images/header-bg.png") repeat-x left top;
}

header .top-right img{
    vertical-align: middle;
}

header .top-column{
    position: relative;
    float: left;
    padding: 10px;
    height: 30px;
    background: url("Images/line-v.png") repeat-y left top;
}

header .top-column:first-child {
    background: none;
}

header .searchbox {
    display: inline-block;
}

header .searchbox input {
    background: none repeat scroll 0 0 #283038;
    border: 0 none;
    color: #999999;
    font-size: 13px;
    font-style: italic;
    padding: 9px 8px;
    width: 200px;
    box-shadow: 0 1px 0 #404D58;
}


header .notifybox a{
    background: none repeat scroll 0 0 #CC0000;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 8px 10px 9px;
}

header .userinfobox {
    background-image: url("Images/menudroparrow.png");
    background-repeat: no-repeat;
    background-position: right -31px;
    background-color: #283038;
    border: 1px solid #283038;
    box-shadow: 0 1px 0 #404D58;

    color: #ccc;
    display: inline-block;
    padding: 3px 25px 3px 3px;
    position: relative;
    vertical-align: top;  
    
}

header .userinfobox span{
    display: inline-block;
    padding: 0 10px;
}


/* =Container
-------------------------------------------------------------- */
div.mainwrapper{
    display: block;
    margin: 10px;
    margin-top: 0;
    position: relative;
}


/* =Main Menu
-------------------------------------------------------------- */

div.mainwrapper .mainmenu{
    width: 250px;
    display: block;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;

}

div.mainwrapper .mainmenu ul{
    list-style: none outside;
    border-bottom: 1px solid #ddd;
}

div.mainwrapper .mainmenu li{
    position: relative;
}

div.mainwrapper .mainmenu a {
    background-image: url("Images/sprites.png");
    background-repeat: no-repeat;
    background-color: #FCFCFC;
    border: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0;
    
    color: #666;
    display: block;
    font-weight: bold;
    padding-left: 35px;
    
    height: 32px;
    line-height: 32px;
    
}


div.mainwrapper a.menu-item:hover {
    background-color: #eee;
}

div.mainwrapper a.menu-item span {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #eee;
    display: block;
    padding-left: 10px;
}

div.mainwrapper a.menu-item:hover span {
    background: #f5f5f5;
    border-left: 1px solid #ddd;
}

div.mainwrapper a.current, div.mainwrapper a.current:hover{
    background-color: #283038;
    border-color: #2C363E #2C363E -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
}

div.mainwrapper a.current span, div.mainwrapper a.current:hover span{
    background-color: #3B4650;
    border-left: 1px solid #404D58;
    color: #ccc;
}




div.mainwrapper .menutip {
    background: #333;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: none;
    left: 38px;
    padding: 9px 10px;
    position: absolute;
    top: 0;
    z-index: 100;
}

#togglemenuleft {
    border-top: 1px solid #eee;
    margin-top: 20px;
    text-align: center;
}

#togglemenuleft a{
    background: url("Images/toggle.png") no-repeat 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    position: relative;
    top: -13px;
    width: 22px;
    border: 0;
}

#togglemenuleft a.toggle {
    background: url("Images/toggle.png") no-repeat 0 -25px transparent;
    text-align: left;
}

div.mainwrapper .lefticon {
    width: 34px;
}

div.mainwrapper .lefticon a{
    height: 32px;
    width: 2px;
    line-height: 32px;
}

div.mainwrapper .lefticon a span {
    display: none;
}


/* =Main Content
-------------------------------------------------------------- */
div.mainwrapper .maincontent{
    margin: 0 310px 0 260px;
}

div.mainwrapper .leftexpand {
    margin-left: 45px;
}


/* =Main Center TABS
-------------------------------------------------------------- */
div.mainwrapper .maincenter{
    
}


div.mainwrapper .maintabmenu{
    
}

div.mainwrapper .maintabmenu li{
    display: inline-block;    
}

div.mainwrapper .maintabmenu li a {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
    color: #999;
    display: block;
    font-family: 'BebasNeueRegular',Arial,Helvetica,sans-serif;
    font-size: 20px;
    letter-spacing: 0.8px;
    padding: 8px 20px 4px;
    text-shadow: 1px 1px #F7F7F7;
}

div.mainwrapper .maintabmenu li.current a {
    color: #3B4650;
    background: none repeat scroll 0 0 #fff;
    border-color: #ddd #ddd #fff;
    border-style: solid;
    border-width: 1px;
    color: #333;
    display: block;
}



/* =Main Center Content
-------------------------------------------------------------- */

div.mainwrapper .content{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 0 2px 2px 2px;
    box-shadow: 1px 1px 2px #eee;
    line-height: 21px;
    margin-top: -1px;
    padding: 20px;
    margin-bottom: 10px;
}
 






/* =Main Right
-------------------------------------------------------------- */
div.mainwrapper .mainright{
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}



.widgetbox {
    background: #fff;
    box-shadow: 1px 1px 2px #eee;
    margin-bottom: 10px;
}

.widgetbox .title{
    background-color: #283038;
    border-radius: 2px 2px 0 0;
}

.widgetbox .title h2 {
    background-image: url("Images/sprites.png");
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'BebasNeueRegular',Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.8px;
    padding: 0 0 0 10px;
}

.widgetbox .title h2 span {
    background-color: #3B4650;
    border-left: 1px solid #404D58;
    border-radius: 0 2px 0 0;
    display: block;
    margin-left: 25px;
    padding: 6px 0 6px 10px;
    text-shadow: 1px 1px #222;
}

.widgetbox .titlehover h2 span {
    background: url("Images/icons/arrow.png") no-repeat right center #333;
}

.widgetbox .widgetcontent {
    border-color: #ddd #ddd;
    border-radius: 0 0 2px 2px;
    border-right: 1px solid #ddd;
    border-style: solid;
    border-width: 0 1px 1px;
    line-height: 21px;
    padding: 10px;
}

/* =Widget Charts
-------------------------------------------------------------- */
.chartplace {
    height: 150px;
    margin-bottom: 10px;
}

.analytics2 {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}

.analytics small {
    color: #006699;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.analytics h1 {
    color: #333;
    font-size: 24px;
    margin: 2px 0;
}

.analytics h3 {
    color: #333;
    font-size: 16px;
}

.average {
    border-top: 1px dashed #ccc;
    color: #006699;
    font-size: 10px;
    font-weight: bold;
    padding-top: 5px;
    text-transform: uppercase;
}

.average h3 {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    vertical-align: bottom;
}

#helper span{
    display: none;
}

#suspended {
    width: 800px;
    margin: 0px auto;
    padding: 150px 0px 0px 0px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}



