/*
Created by: Mienard Lumaad (@themepixels)
*/

/*=====INFORMAÃ‡Ã•ES Adicionais Start======

-> valor de z-index do ficheiro buttons.bootstrap.min.css alterado de 21 para 1100. Ã‰ transversal a toda a aplicaÃ§Ã£o.
-> valor de z-index da div loader alterado de 900 para 1250 (estÃ¡ no topo de todos os elementos).

=====INFORMAÃ‡Ã•ES Adicionais End======*/

@import url('jquery.ui.css');
@import url('animate.min.css');
@import url('animate.delay.css');
@import url('isotope.css');
@import url('colorbox.css');
@import url('uniform.tp.css');
@import url('colorpicker.css');
@import url('jquery.jgrowl.css');
@import url('jquery.alerts.css');
@import url('jquery.tagsinput.css');
@import url('ui.spinner.css');
@import url('jquery.chosen.css');
@import url('fullcalendar.css');
@import url('roboto.css');
@import url('lato.css');
@import url('font-awesome.min.css');
@import url('bootstrap.css');
@import url('bootstrap-theme.min.css');

/*@import url('mediaqueries.css');*/

/***** RESET BROWSER STYLE *****/
/*******************************/

@import url(https://fonts.googleapis.com/css?family=Roboto);

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: auto;
	outline: none;
}

/*=====MISC START======*/

.categoriaClass{margin-bottom:10px;}
.documentoClass{}
.dataTables_length{border:none; background:none;}
/*.btn-group, .btn-group .multiselect { width: 100% ; text-align:right;}*/
.multiselect span.multiselect-selected-text {float:left;}

/*=====MISC END======*/

/*=====ERRORS START======*/

.has-error .form-control{
  border-color: #b94a48;
  background-color:#FFCDD2;
  color:#000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error ::-webkit-input-placeholder {
    color:    #000;
}
.has-error :-moz-placeholder {
    color:    #000;
}
.has-error ::-moz-placeholder {
    color:    #000;
}
.has-error :-ms-input-placeholder {
    color:    #000;
}

.has-error .input {background: #3399CC;}
.has-error ::-webkit-input-placeholder { color:#FFF; }
.has-error ::-moz-placeholder { color:#FFF; } /* firefox 19+ */
.has-error ::-ms-input-placeholder { color:#FFF; } /* ie */
.has-error input:-moz-placeholder { color:#FFF; }

/*=====ERRORS END======*/

/*=====LABELS, SPANS START======*/
/*notifies Login*/
p.notifySuccess{font-family: 'Roboto', sans-serif; color:#FFF; font-size:14px; background-color:#8BC34A; padding:10px;}
p.notifyError{font-family: 'Roboto', sans-serif; color:#FFF; font-size:14px; background-color:#F44336; padding:10px;}
span.loginCaptcha{width:100%; font-family: 'Roboto', sans-serif; color:#FFF; font-size:15px; padding-bottom:10px;}
.tab{margin-bottom:5px;}

.lbltitle{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:center;
	color:#343434;
	padding-bottom:5px;
}
.span_sel{padding-bottom:20px;}
.mensal_btn{padding-bottom:10px;}
.tabCont{margin-top:20px;}

/*=====LABELS, SPANS END======*/

/*=====LOADER START======*/
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1250;/*valor anterior -> 900*/
	text-align:center;
	vertical-align:middle;
	background: url('../images/page-loader.gif') 50% 50% no-repeat rgba(0,0,0, 0.1);
	
	display: none;
}

.loader.iconHidden{
	background: rgba(0,0,0, 0.1);
	
}


.loader > div{
	align-items: center;
    justify-content: center;
	height:100%;
	display: none;
	
}

.loader.iconHidden > div{
	display:flex;
	
}

.progressValue{
	height: 200px;
    width: 200px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: blue;

}

.spinnerProgress {
 
 height: 200px;
 width: 200px;
 
 display: flex;
 align-items: center;
 justify-content: center;
 color: blue;
 /*margin:30px 30px;*/
 float:left;

 
}
.spinnerProgress:before {
 content: "";
 background: #eee;
 
 position:absolute;
 z-index:100;
 width:195px;
 height:195px;
 border-radius:50%;
 margin:auto auto;
}
progress::-moz-progress-bar { background: transparent; }
progress::-webkit-progress-bar {background: transparent;}
progress::-moz-progress-value { background: blue; }
progress::-webkit-progress-value { background: blue; }

.spinnerProgressCircle {
 border-radius: 100%;
 overflow: hidden;
 padding:0;
}

.spinnerProgressSpin {
 animation: spin 2s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/*=====LOADER END======*/

/*=====NAVS TREE START======*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #343434;
}
.nav-tabs > li > a {color:#fff;}
.nav-tabs > li > a:hover {color:#343434;}

/*ocultar div turnos*/
.input-group-btn > .btn + .btn {
    margin: 0px;
}
.headmenu > li.lastli{border-right:none;}

/*=====NAVS TREE END======*/

.headerPrint, .footerPrint{display:none !important;visibility: hidden;}
::selection { background: #ccc; color: #fff; text-shadow: none; } /* Safari */
::-moz-selection { background: #ccc; color: #fff; text-shadow: none; } /* Firefox */
:-moz-placeholder { color: #bbb; }
::-webkit-input-placeholder { color: #bbb; }
:-ms-input-placeholder { color: #bbb; }

a.btn_login{margin-left:10px; text-transform:capitalize;}
a, a:link { color: blue; }
h4 { font-size: 16px; }
hr{width:100%; margin-bottom: 10px;}
hr.divideTabs{width:100%; height:20px;}
hr.divider{width:100%;margin-bottom:35px; border:none;}
hr.stroke{width:100%; border:1px solid #ccc;}
hr.blue{width:100%; border:1px solid #0866c6; margin-bottom:10px; margin-top:10px;}

/*html{background: #fff;}*/
body {
	/*background: url(../images/leftpanelbg.png) repeat-y 0 0;*/ background-color:#fff; font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif; }
body.errorpage { background: #fff url(../images/bg1.png);  }
body.loginpage { /*background: #0866c6;*/}

a,a:hover,a:link,a:active,a:focus { outline: none; color: #0866c6; text-decoration: none; }
a:hover { text-decoration: underline; }
input,select,
textarea,button { outline: none; font-size: 13px; font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif; }
strong { font-weight: normal; }
label, input, textarea, select, button { font-size: 13px; }
h1,h2,h3,h4,h5 { font-weight: normal; line-height: normal; }

/*Custom Menu execuÃ§Ã£o start*/
.custom-menu-execucao {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
	padding:10px 20px 10px 20px;
}

.custom-menu-execucao li{
    padding: 5px;
    cursor: pointer;
	cursor:hand;
}

.custom-menu-execucao li:hover {
    background-color: #DEF;
}

.custom-menu-execucao hr{width:100%; padding:0px; margin-bottom: 0px; margin-top: 0px; border:1px solid #ccc;}
li.disableLi{color:#ccc;}


/*Custom Menu execuÃ§Ã£o end*/

/*custom-menu-opcoes-dash start*/

.custom-menu-opcoes-dash {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
	padding:10px 20px 10px 20px;
}

.custom-menu-opcoes-dash li{
    padding: 5px;
    cursor: pointer;
	cursor:hand;
}

.custom-menu-opcoes-dash li:hover {
    background-color: #DEF;
}

.custom-menu-opcoes-dash hr{width:100%; padding:0px; margin-bottom: 0px; margin-top: 0px; border:1px solid #ccc;}
li.disableLi{color:#ccc;}

/*End of custom-menu-opcoes-dash*/



/*Data table-ficheiros Start*/
#data-table-ficheiros tr > th{
    padding:10px;
}
#data-table-ficheiros tr > td{
    padding:7px;
}
/*Data table-ficheiros End*/

/*** LOGIN PAGE ***/
.loginpanel { position: absolute; top: 250px; left: 50%; height: 300px; }
.loginpanelinner { position: relative; top: -150px; left: -50%; }
.loginpanelinner .logo { text-align: center; padding: 20px 0; }
.loginpanelinner .logo img { max-width: 250px; max-height: 250px;

	/* CODIGO PARA CENTRAR VERTICALMENTE */
    position: relative;

    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);/*safari*/
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    /* FIM CENTRAR VERTICALMENTE */
}

.loginpanel .loginText a, .loginText, .loginpanelinner{
	color:#FFF;
}

.loginpanel .pull-right { margin-top: 11px; color: #ddd; font-size: 11px; font-family: Helvetica, sans-serif; }
.loginpanel .pull-right a { color: #ddd; }

.inputwrapper { margin-bottom: 10px; }
.inputwrapper input { border: 0; padding: 10px; background: #fff; width: 250px; }
.inputwrapper input:active, .inputwrapper input:focus { background: #fff; border: 0; }
.inputwrapper button {
		  display: block; border: 1px solid #0c57a3; padding: 10px; background: #0972dd; width: 100%;
		  color: #fff; text-transform: uppercase; }
.inputwrapper button:focus, .inputwrapper button:active, .inputwrapper button:hover { background: #1e82e8; }
.inputwrapper label {
		  display: inline-block; margin-top: 10px; color: rgba(255,255,255,0.8); font-size: 11px;
		  vertical-align: middle; font-weight: normal; }
.inputwrapper label input { width: auto; margin: -3px 5px 0 0; vertical-align: middle; }
.inputwrapper .remember { padding: 0; background: none; }

.login-alert { display: none; }
.login-alert .alert { font-size: 11px; text-align: center; padding: 5px 0; border: 0; }

.loginfooter {
		  font-size: 11px; color: rgba(255,255,255,0.5); position: absolute; position: fixed; bottom: 0; left: 0;
		  width: 100%; text-align: center; font-family: arial, sans-serif !important; padding: 5px 0; background-color: #0866c6;}
.loginfooter img{margin-bottom:-2px;}


.inputwrapper { margin-bottom: 10px; }
.inputwrapper input { border: 0; padding: 10px; background: #fff; width: 250px; }
.inputwrapper input:active, .inputwrapper input:focus { background: #fff; border: 0; }
.inputwrapper button {
		  display: block; border: 1px solid #0c57a3; padding: 10px; background: #0972dd; width: 100%;
		  color: #fff; text-transform: uppercase; }
.inputwrapper button:focus, .inputwrapper button:active, .inputwrapper button:hover { background: #1e82e8; }
.inputwrapper label {
		  display: inline-block; margin-top: 10px; color: rgba(255,255,255,0.8); font-size: 11px;
		  vertical-align: middle; font-weight: normal; }
.inputwrapper label input { width: auto; margin: -3px 5px 0 0; vertical-align: middle; }
.inputwrapper .remember { padding: 0; background: none; }

.login-alert { display: none; }
.login-alert .alert { font-size: 11px; text-align: center; padding: 5px 0; border: 0; }

.loginfooter {
		  font-size: 11px; color: rgba(255,255,255,0.5); position: absolute; position: fixed; bottom: 0; left: 0;
		  width: 100%; text-align: center; font-family: arial, sans-serif !important; padding: 5px 0; }


/*** REGISTER ***/
.registerpanel { position: relative; top: 250px; width: 80%; margin-left: auto; margin-right: auto; height: 300px; }
.registerpanelinner { position: relative; top: -200px; }
.registerpanelinner .logo { text-align: left; padding: 20px 0; width:50%; max-height:150px; }
.registerpanelinner .logo img { max-width: 150px; max-height: 80px; }


.registerTitle{width: 50%; height:100px; position: relative; float:right; }
.registerTitle h4{
	color:#FFF;
	padding-right:25px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 400px; height: 100%;
	top: 50%;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);/*safari*/
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    text-align:right;
    /* FIM CENTRAR VERTICALMENTE */}

.registerTitle h3{
	color:#FFF;
	padding-right:25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size:14px;
	max-width: 900px;
	height: 100%;
	top: 50%;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);/*safari*/
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    text-align:right;
    /* FIM CENTRAR VERTICALMENTE */}

.registerpanelinner .pagetitle { margin-left: 0px; padding-top: 5px; }
.registerpanelinner .pagetitle h1 { font-size: 32px; margin-left: -2px; color: #0866c6; }
.registerpanelinner .pagetitle h5 { text-transform: uppercase; font-size: 11px; color: #FFF; }

.bodyLogin .pageheader { padding: 20px; border-bottom: 1px solid #ddd; position: relative; min-height: 105px; background: #fff;  position:relative; float:left;}
.bodyLogin .pagetitle { margin-left: 90px; padding-top: 5px; height:125px; margin-bottom:15px; border-bottom:1px solid #CCC; position:relative; float:left; }

/*** HEADER ***/
h5.userText{font-size: 14px; margin-left: -2px; color: #fff;padding-top: 5px; font-family: 'Roboto', sans-serif; margin-right:20px; margin-top:10px; text-transform:uppercase;}
h3.titleCantinas{font-size: 24px; margin-left: -2px; color: #333333; padding-top: 5px; font-family: 'Roboto', sans-serif; text-transform:uppercase;}
h3.titleCantinasInicio{font-size: 26px; color: #0866c6; background-color:#fff; font-weight:600; font-family: 'Roboto', sans-serif; text-transform:uppercase; text-align:center; padding:20px;}
.panelCont{margin-top:100px;}
.header { background: #0866c6; clear: both; height: 70px; }
.headerCantina { background: #0866c6; clear: both; height: 70px; }
.headerinner { margin-left: 260px; }
.header .logo { width: 260px; text-align: center; position: relative; height:100%; float: left; }
.headerCantina .logo { width: 260px; text-align: center; position: relative; height:100%; float: left; }
.header .logo  a img { max-width: 150px; max-height: 50px; margin-top:-11px;
	top: 10%;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);/*safari*/
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.headerCantina .logo a img { max-width: 150px; max-height: 50px; margin-top:-11px;
	top: 10%;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);/*safari*/
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.headerColor { background: #0866c6;}
	/* CODIGO PARA CENTRAR VERTICALMENTE */
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);/*safari*/
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* FIM CENTRAR VERTICALMENTE */
}

.headmenu { list-style: none; }
.headmenu .dropdown-menu { border: 2px solid #0866c6; border-top: 0; margin: 0; }
.headmenu .nav-header {
	text-shadow: none; font-weight: normal; padding: 3px 15px; color: #999; font-size: 11px;
	text-transform: uppercase; }
.headmenu .dropdown-menu::after {
	position: absolute; top: -6px; left: 45px; display: inline-block; border-right: 6px solid transparent;
	border-bottom: 6px solid white; border-left: 6px solid transparent; content: ''; }
.headmenu > li {
	display: inline-block; float: left; font-size: 14px; position: relative; border-right: 1px solid rgba(255,255,255,0.15); }
.headmenu > li:first-child { border-left: 1px solid rgba(255,255,255,0.15); }
.headmenu > li.odd { background: rgba(255,255,255,0.1); }
.headmenu > li.right { float: right; border-right: 0; }
.headmenu > li > a {
	min-width: 70px; position: relative; display: block; color: #fff;
	padding: 15px 15px 9px 15px; cursor: pointer; }
.headmenu > li > a:hover { text-decoration: none; }
.headmenu > li > a .count { position: absolute; top: 5px; right: 10px; opacity: 0.5; }
.headmenu > li > a:hover .count, .headmenu > li.open > a .count { opacity: 1; }
.headmenu > li > a .headmenu-label { display: block; margin: 2px 0 3px 0; opacity: 0.5; text-align: center; }
.headmenu > li > a:hover .headmenu-label, .headmenu > li.open > a .headmenu-label { opacity: 1; }

.headmenu > li > a .head-icon { width: 30px; height: 30px; display: block; margin: auto; opacity: 0.5; }
.headmenu > li > a:hover .head-icon, .headmenu > li.open a .head-icon { opacity: 1; }

/*********** ICONES MENU TOPO ***************************************/
.head-home { background-image: url(../images/icons/home.png); background-size: cover; }
.head-users { background-image: url(../images/icons/users.png);  background-size: cover;}
.head-formacao { background-image: url(../images/icons/formacao.png);  background-size: cover;}
.head-financeiro{ background-image: url(../images/icons/financeiro.png);  background-size: cover;}
.head-gestao { background-image: url(../images/icons/gestao.png);  background-size: cover;}
.head-entidades { background-image: url(../images/icons/entidades.png);  background-size: cover;}
.head-system { background-image: url(../images/icons/system.png);  background-size: cover;}
.head-help { background-image: url(../images/icons/icon-help.png);  background-size: cover;}
.head-logout { background-image: url(../images/icons/sair.png);  background-size: cover;}
.head-profile { background-image: url(../images/icons/perfil.png);  background-size: cover;}

.viewmore a { font-size: 11px; text-transform: uppercase; font-size: 11px !important; }

.newusers { min-width: 200px; }
.newusers li a:hover { background; #eee; }
.newusers li a::after { clear: both; display: block; content: ''; }
.newusers .userthumb { width: 35px; display: block; float: left; margin: 3px 10px 3px 0; }
.newusers strong { display: block; line-height: normal; }
.newusers small { color: #999; line-height: normal; }

/* USER LADO DIREITO ******************************************************* */
.userloggedinfo { padding: 11px; color: #fff; /*background-color: #F26444; width: 350px;*/ height: 70px; }
.userloggedinfo img { padding: 3px; background: rgba(255,255,255,0.2); max-height: 50px; width: auto; float: left; }
.userloggedinfo .userinfo { float: left; margin-left: 10px; }
.userloggedinfo .userinfo small { font-size: 11px; opacity: 0.6; color: #fff; font-family: sans-serif; font-style: italic; }
.userloggedinfo ul { list-style: none; margin-top: 5px; }
.userloggedinfo ul li { display: inline-block; font-size: 11px; line-height: normal; margin-bottom: 1px; }
.userloggedinfo ul li a { padding: 4px 5px 3px 5px; color: #fff; line-height: normal; background: rgba(255,255,255,0.1); display: block; }
.userloggedinfo ul li a:hover { text-decoration: none; background: rgba(255,255,255,0.2); }

.no-borderradius .userloggedinfo .userinfo { float: none; margin-left: 92px; }

.userinfoLinks{ width:180px;float:left;position:relative;display: inline}
.usernotificacao{ float:right;position:relative;width:24px;margin-top:-10px;}

/*** LEFT PANEL ***/

.leftpanel { width: 260px; color: #fff; float: left; background-color:#272727; bottom:0px; position:fixed; top:0px;}
.leftpanel .nav-tabs { border-bottom: 0; }

.leftmenu .nav-header {
	font-weight: normal; font-size: 11px; padding: 5px 20px; text-shadow: none; background: #272727;
	border-bottom: 1px solid #222; text-transform: uppercase; color: #999; }
.leftmenu .nav-tabs.nav-stacked a { color: #999; padding: 10px 20px; font-size: 14px; }
.leftmenu .nav-tabs.nav-stacked a span { margin-right: 10px; }
.leftmenu .nav-tabs.nav-stacked > li > a { border: 0; border-bottom: 1px solid #232323; margin: 0; }
.leftmenu .nav-tabs.nav-stacked > li > a:hover,
.leftmenu .nav-tabs.nav-stacked > li > a:focus,
.submenuSelected { background-color: #2c2c2c; color: #fff; border-bottom-color: #232323; }
.leftmenu .nav-tabs.nav-stacked > li.active > a { background-color: #0866c6; color: #fff; border-bottom-color: #0866c6; }
.leftmenu .nav-tabs.nav-stacked > li.active > a:hover { background-color: #0866c6; }
.leftmenu .nav-tabs > li { margin: 0; }


.leftmenu .nav-tabs.nav-stacked > li.dropdown ul { background: #eee; display: none; }
.leftmenu .nav-tabs.nav-stacked > li.dropdown ul li { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
.leftmenu .nav-tabs.nav-stacked > li.dropdown > a {
	background-image: url(../images/droparrow.png); background-repeat: no-repeat; background-position: right 19px; }

.leftmenu .nav-tabs.nav-stacked .dropdown ul li a  {
	display: block; font-size: 13px; padding: 7px 10px 7px 50px; color: #333; background-position: 25px 12px;
	background-image: url(../images/menuarrow.png); background-repeat: no-repeat;
}
.leftmenu .nav-tabs.nav-stacked .dropdown ul li.active a { background-color: #fff; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul li a:hover { text-decoration: none; background-color: #fff; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li { border-right: 0; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li a { padding-left: 70px; background-position: 50px 12px; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li:first-child a { border-top: 1px solid #ddd; }

/*icones por baixo do menu:*/
.leftmenu{z-index:900;  width:260px; position: absolute;}
.nav{z-index:500; background-color: #333}
.nav-tabs {z-index:500;}
.nav-stacked{z-index:500;}

/*** MAIN PANEL ***/

.rightpanel { margin-left: 260px; margin-top:70px; background: #fff;}
.rightpanel:after { clear: both; content: ''; display: block; }

.width100{width:100%;}
.breadcrumbs {
		  list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
		  border-bottom: 1px solid #ccc; position: relative; position: fixed; z-index: 12; 
		  top:70px;
}
.breadcrumbs::after { clear: both; display: block; content: ''; }
.breadcrumbs > li { display: inline-block; float: left; margin-right: 5px; font-size: 11px; color: #666; }
.breadcrumbs > li.right {
		  float: right; padding: 0; border-left: 1px solid #bbb; margin: -4px 0 0 0; }
.breadcrumbs > li.right .dropdown-menu a { font-size: 11px; padding: 2px 10px; }
.breadcrumbs > li.right > a { color: #666; padding: 4px 10px 5px 10px; display: block; }
.breadcrumbs > li.right > a:hover { text-decoration: none; background: #f7f7f7; }
.breadcrumbs > li.right.open > a { background: #f7f7f7; }
.breadcrumbs > li.right > a i { vertical-align: middle; }
.breadcrumbs > li span.separator {
	width: 5px; height: 9px; vertical-align: middle; display: inline-block;
	background: url(../images/bcarrow.png) no-repeat 0 0; margin-left: 2px; }
.breadcrumbs > li:first-child a:hover { text-decoration: none; color: #666; }
.pageheader { border-bottom: 1px solid #ddd; min-height: 40px; width: 100%;margin:0 auto; }

/*Page Header REGISTO Inicio*/

.pagehead { padding: 20px; border-radius:5px; border-bottom: 1px solid #ddd; min-height: 55px; background: #fff; width: 100%;margin:0 auto; }
.regtitle{ margin-top:20px;background: #0866c6; color: #fff; padding: 15px;font-size: 14px;}
.regtitleForm{margin-top:20px; background:#0866c6; color:#fff; padding:15px; font-size: 16px; text-align:center; font-family: 'Roboto', sans-serif;}

/*Page Header REGISTO Fim*/

.pageicon {
	width: 40px; font-size: 25px; padding: 3px 0px; color: #0866c6; border: 2px solid #0866c6; display: inline-block;
	-moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; float: left; text-align: center;
}
.pagetitle { margin-left: 50px; padding-top: 0px; }
.pagetitle h1 { font-size: 23px; margin-left: -2px; color: #0866c6;padding-top: 5px; font-weight: bold;}
.pagetitle h5 { display:none;text-transform: uppercase; font-size: 11px; color: #999; margin-right:15px;margin-left:-5px;padding-top: 25px }

.pagetitle h5, .pagetitle h1{text-align:left;float:left;}

.searchbar { position: absolute; top: 33%; right: 20px; }
.searchbar input {
	width: 240px; padding: 10px; background: #fff url(../images/icons/search.png) no-repeat 95% 10px;
	font-size: 12px; border: 1px solid #ddd; height: auto;
}

.maincontent { float: left; width: 100%; padding:10px; border:none; height:auto; background:#fff; }
/*.maincontentinner { padding: 50px; }*/
.subtitle { text-transform: uppercase; font-size: 11px; color: #999; margin-bottom: 5px; }
.subtitle2 { font-size: 13px; text-transform: uppercase; color: #333; margin-bottom: 5px; }

.shortcuts { list-style: none; margin-top: 20px; overflow: hidden; clear: both; }
.shortcuts li { display: inline-block; float: left; margin: 0 5px 5px 0; position: relative; }
.shortcuts li a { display: block; width: 130px; height: 130px; background: #0866c6; color: #fff; font-size: 16px; }
.shortcuts li a:hover { background: #282828; text-decoration: none; }
.shortcuts li .shortcuts-label { display: block; padding: 0 12px; }
.shortcuts li .shortcuts-icon { display: block; width: 48px; height: 100px; padding: 30px 0 20px 0; margin: 0 auto; }
.shortcuts li .iconsi-event { background: url(../images/icons/icon-event.png) no-repeat center center; }
.shortcuts li .iconsi-cart { background: url(../images/icons/icon-cart.png) no-repeat center center; }
.shortcuts li .iconsi-archive { background: url(../images/icons/icon-archive.png) no-repeat center center; }
.shortcuts li .iconsi-help { background: url(../images/icons/icon-help.png) no-repeat center center; }
.shortcuts li .iconsi-images { background: url(../images/icons/icon-images.png) no-repeat center center; }

.widgettitle { background: #0866c6; color: #fff; padding: 10px;font-size: 14px;}
.widgettitle span { vertical-align: top; display: inline-block; margin-right: 8px; }
.widgetcontent { background: #fff; padding: 15px 12px; border: 2px solid #0866c6; border-top: 0; margin-bottom: 40px;}
.widgetcontentgraphs { background: #fff; padding: 15px 12px; border: 2px solid #0866c6; border-top: 0; margin-top: 0px; margin-bottom: 40px; height:400px;}
.widgetcontent::after { clear: both; display: block; content: ''; }
.widgetcontent .form-group::after { clear: both; display: block; content: ''; }
.wt1 { background: #333; color: #fff; }
.wc1 { border-color: #333; }


/*** DASHBOARD ***/

.commentlist { list-style: none; clear: both; }
.commentlist li { display: block; border-bottom: 1px solid #ddd; padding: 15px; }
.commentlist li img { width: 60px; }
.commentlist li .comment-info { margin-left: 80px; }
.commentlist li p { margin: 10px 0; }
.commentlist li p:last-child { margin-bottom: 0; }
.commentlist li .btn { margin-right: 3px; color: #333; }
.commentlist li .btn-success { color: #fff; }
.commentlist li .btn span { margin-right: 5px; }


.tabtitle {
		  padding: 10px; font-size: 11px; text-transform: uppercase; font-weight: bold; font-family: sans-serif;
		  margin-top: 5px; border-bottom: 1px solid #ddd; }
.userlist { list-style: none; }
.userlist li { display: block; border-bottom: 1px solid #ddd; padding: 10px; cursor: pointer; }
.userlist li:hover { background-color: #f7f7f7; }
.userlist li:last-child { border-bottom: 0; }
.userlist li .uinfo { margin-left: 60px; }
.userlist li img { display:  block; width: 50px; }
.userlist li .uinfo h5 { font-size: 14px; color: #0866c6; margin-bottom: 2px; }
.userlist li .uinfo span { display:  block; font-size: 11px; line-height: 16px; color: #999; }
.userlist li .uinfo span.pos { text-transform: uppercase; color: #666; }
.userlist li .par { font-size: 11px; line-height: normal; margin-top: 4px; }

.userlist-favorites li { cursor: default; }
.userlist-favorites li:hover { background: none; }
.userlist-favorites li .link { font-size: 11px; margin-top: 7px; }
.userlist-favorites li .link a { color: #666; display: inline-block; padding: 4px 5px; line-height: normal; }
.userlist-favorites li .link a:last-child { background: #86c91d; color: #fff; }
.userlist-favorites li .link a:first-child { background: #e9c72a; color: #fff; }
.userlist-favorites li .link a:hover { text-decoration: none; color: #fff; }


/*** HEADERS AND BOXES ***/

.title-danger { background-color: #dd0000 !important; }
.title-warning { background-color: #FCB904 !important; }
.title-success { background-color: #86D628 !important; }
.title-info { background-color: #71B8EE !important; }
.title-inverse { background-color: #333 !important; }

.headtitle { margin-bottom: 20px;font-family: 'Roboto', sans-serif;}
.headtitle_maps {margin-top:30px; font-family: 'Roboto', sans-serif;}
.headtitle-box { margin-bottom: 0; }
.headtitle .btn-group { float: right; }
.headtitle .btn-group .btn, .headtitle .btn-group .btn:focus,
.headtitle .btn-group.open .btn.dropdown-toggle {
		  background: none; border: 0; border-left: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 11px 20px; }
.headtitle .dropdown-menu { left: auto; right: 0; }
.headtitle .btn-group .btn .caret { border-top: 4px solid #fff; }

.widgetbox .headtitle { margin-bottom: 0; margin-top:0px; }


.box-danger .widgettitle { background-color: #dd0000;}
.box-danger .widgetcontent { border-color: #dd0000; }

.box-warning .widgettitle { background-color: #FCB904; }
.box-warning .widgetcontent { border-color: #FCB904; }

.box-success .widgettitle { background-color: #86D628; }
.box-success .widgetcontent { border-color: #86D628; }

.box-info .widgettitle { background-color: #71B8EE; }
.box-info .widgetcontent { border-color: #71B8EE; }

.box-inverse .widgettitle { background-color: #333; }
.box-inverse .widgetcontent { border-color: #333; }

.minimize {
		  width: 15px; height: 19px; display: block; color: #000; font-size: 22px; float: right; text-align: center;
		  margin-right: 10px; cursor: pointer; opacity: 0.2; text-shadow: 1px 1px rgba(255,255,255,0.3); }
.minimize.collapsed { font-size: 20px; }
.minimize:hover { color: #333; opacity: 0.7; text-decoration: none; }


/*** FORM STYLES ***/

.stdform input { padding: 5px; border: 1px solid #bbb; }
.stdform textarea { padding: 6px 5px; border: 1px solid #bbb; }
.stdform select { border: 1px solid #bbb; padding: 5px 2px; }
.stdform p, .stdform div.par { margin: 20px 0; }
.stdform span.field, .stdform div.field { margin-left: 220px; display: block; position: relative; }
.stdform .formwrapper { display: block; padding-top: 5px; margin-left: 220px; line-height: 25px; }
.stdform label { float: left; width: 200px; text-align: right; padding: 5px 20px 0 0; }
.stdform label.error {
	float: none; display: block; font-size: 11px; color: #ff0000; text-align: left;
	padding: 0; width: auto; margin-left: 220px;
}
.stdform label.valid { color: #468847; }
.stdform small.desc { font-size: 11px; color: #999; font-style: italic; display: block; margin: 5px 0 0 220px; }
.stdform .stdformbutton { margin-left: 220px; }
.stdform #spinner.input-small { width: 100px; }

.stdform2 p, .stdform2 div.par { border-top: 1px solid #ddd; background: #fcfcfc; margin: 0; clear: both; }
.stdform2 div.terms { border: 0; background: none; }
.stdform2 p:first-child, .stdform2 div.par:first-child { border-top: 0; }
.stdform2 label { display: inline-block; padding: 15px 0 0 15px; vertical-align: top; text-align: left; font-weight: bold; }
.stdform2 label.error { margin-left: 0; padding: 0; }
.stdform2 label small { font-size: 11px; color: #999; display: block; font-weight: normal; line-height: 16px; }
.stdform2 span.field, .stdform2 div.field {
	margin-left: 220px; display: block; background: #fff; padding: 15px;
	border-left: 1px solid #ddd;
}
.stdform2 .stdformbutton { margin-left: 0; padding: 15px; background: #fff; }
.stdform2 input { margin: 0; }
.stdform2 input[type=checkbox], .stdform2 input[type=radio] { margin: 10px; }

.dualselect { display: block; }
.dualselect select { height: 200px; width: 40%; padding: 0; outline: none; }
.dualselect select option { padding: 4px 5px; margin: 0; }
.dualselect .ds_arrow { display: inline-block; vertical-align: top; padding-top: 60px; margin: 0 10px; }
.dualselect .ds_arrow button { margin-top: -1px; }

.counter { display: block; font-size: 11px; }
.warning { color: #bb0000; }
.exceeded { color: #ff0000; }

.fileupload .btn, .fileupload .fileupload-exists { margin: 0; height: 21px; padding: 3px 5px 4px 5px; border-left: 0; }


/*** BUTTONS & ICONS ***/
.switchBtnRed{font-weight:bold; background-color: #fff; border:none; padding:10px; border-radius:3px;}
.switchBtnGreen{font-weight:bold; background-color: #fff; border:none; padding:10px; border-radius:3px;}
.switchBtnRed .fa{color:red; vertical-align:middle;}
.switchBtnGreen .fa{color:green; vertical-align:middle;}
.delIcon{font-size:16px;}
.noBackground{background:none; padding:0px;}
.noBorder{border:none; padding:0px;}

[class^="iconsweets-"], [class*=" iconsweets-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url(../images/iconsweets-icons.png);
  background-position: -16px -16px;
  background-repeat: no-repeat;
}

/* White icons with optional class or on hover/active states of certain elements */
.iconsweets-white,
.nav-pills > .active > a > [class^="iconsweets-"],
.nav-pills > .active > a > [class*=" iconsweets-"],
.nav-list > .active > a > [class^="iconsweets-"],
.nav-list > .active > a > [class*=" iconsweets-"],
.navbar-inverse .nav > .active > a > [class^="iconsweets-"],
.navbar-inverse .nav > .active > a > [class*=" iconsweets-"],
.dropdown-menu > li > a:hover > [class^="iconsweets-"],
.dropdown-menu > li > a:hover > [class*=" iconsweets-"],
.dropdown-menu > .active > a > [class^="iconsweets-"],
.dropdown-menu > .active > a > [class*=" iconsweets-"],
.dropdown-submenu:hover > a > [class^="iconsweets-"],
.dropdown-submenu:hover > a > [class*=" iconsweets-"] {
  background-image: url(../images/iconsweets-icons-white.png);
}

.iconsweets-magnifying-glass { background-position: -16px -16px; }
.iconsweets-trashcan { background-position: -48px -16px; }
.iconsweets--trashcan2 { background-position: -80px -16px; }
.iconsweets-presentation { background-position: -112px -16px; }
.iconsweets-download { background-position: -144px -16px; }
.iconsweets-download2 { background-position: -176px -16px; }
.iconsweets-upload { background-position: -208px -16px; }
.iconsweets-flag { background-position: -240px -16px; }
.iconsweets-flag2 { background-position: -272px -16px; }
.iconsweets-finish-flag { background-position: -304px -16px; }
.iconsweets-podium { background-position: -16px -48px; }
.iconsweets-cup { background-position: -48px -48px; }
.iconsweets-home { background-position: -80px -48px; }
.iconsweets-home2 { background-position: -112px -48px; }
.iconsweets-link { background-position: -144px -48px; }
.iconsweets-link2 { background-position: -176px -48px; }
.iconsweets-notebook { background-position: -208px -48px; }
.iconsweets-book { background-position: -240px -48px; }
.iconsweets-book-large { background-position: -272px -48px; }
.iconsweets-books { background-position: -304px -48px; }
.iconsweets-tree { background-position: -16px -80px; }
.iconsweets-construction { background-position: -48px -80px; }
.iconsweets-umbrella { background-position: -80px -80px; }
.iconsweets-mail { background-position: -112px -80px; }
.iconsweets-help { background-position: -144px -80px; }
.iconsweets-rss { background-position: -176px -80px; }
.iconsweets-strategy { background-position: -208px -80px; }
.iconsweets-strategy2 { background-position: -240px -80px; }
.iconsweets-apartment { background-position: -272px -80px; }
.iconsweets-companies { background-position: -304px -80px; }
.iconsweets-ghost { background-position: -16px -112px; }
.iconsweets-pacman { background-position: -48px -112px; }
.iconsweets-vault { background-position: -80px -112px; }
.iconsweets-archive { background-position: -112px -112px; }
.iconsweets-cabinet { background-position: -144px -112px; }
.iconsweets-bandaid { background-position: -176px -112px; }
.iconsweets-postcard { background-position: -208px -112px; }
.iconsweets-alert { background-position: -240px -112px; }
.iconsweets-alert2 { background-position: -272px -112px; }
.iconsweets-alarm { background-position: -304px -112px; }
.iconsweets-alarm2 { background-position: -16px -144px; }
.iconsweets-robot { background-position: -48px -144px; }
.iconsweets-globe { background-position: -80px -144px; }
.iconsweets-globe2 { background-position: -112px -144px; }
.iconsweets-chemical { background-position: -144px -144px; }
.iconsweets-lightbulb { background-position: -176px -144px; }
.iconsweets-cloud { background-position: -208px -144px; }
.iconsweets-cloud-upload { background-position: -240px -144px; }
.iconsweets-cloud-download { background-position: -272px -144px; }
.iconsweets-lamp { background-position: -304px -144px; }
.iconsweets-preview { background-position: -16px -176px; }
.iconsweets-icecream { background-position: -48px -176px; }
.iconsweets-icecream2 { background-position: -80px -176px; }
.iconsweets-paperclip { background-position: -112px -176px; }
.iconsweets-footprints { background-position: -144px -176px; }
.iconsweets-firefox { background-position: -176px -176px; }
.iconsweets-chrome { background-position: -208px -176px; }
.iconsweets-safari { background-position: -240px -176px; }
.iconsweets-loadingbar { background-position: -272px -176px; }
.iconsweets-bullseye { background-position: -304px -176px; }
.iconsweets-folder { background-position: -16px -208px; }
.iconsweets-locked { background-position: -48px -208px; }
.iconsweets-locked2 { background-position: -80px -208px; }
.iconsweets-unlock { background-position: -112px -208px; }
.iconsweets-tag { background-position: -144px -208px; }
.iconsweets-tag2 { background-position: -176px -208px; }
.iconsweets-mac { background-position: -208px -208px; }
.iconsweets-windows { background-position: -240px -208px; }
.iconsweets-linux { background-position: -272px -208px; }
.iconsweets-create { background-position: -304px -208px; }
.iconsweets-expose { background-position: -16px -240px; }
.iconsweets-key { background-position: -48px -240px; }
.iconsweets-key2 { background-position: -80px -240px; }
.iconsweets-table { background-position: -112px -240px; }
.iconsweets-chair { background-position: -144px -240px; }
.iconsweets-denied { background-position: -176px -240px; }
.iconsweets-ballons { background-position: -208px -240px; }
.iconsweets-cat { background-position: -240px -240px; }
.iconsweets-airplane { background-position: -272px -240px; }
.iconsweets-track { background-position: -304px -240px; }
.iconsweets-car { background-position: -16px -272px; }
.iconsweets-info { background-position: -48px -272px; }
.iconsweets-alarmclock { background-position: -80px -272px; }
.iconsweets-stopwatch { background-position: -112px -272px; }
.iconsweets-timer { background-position: -144px -272px; }
.iconsweets-clock { background-position: -176px -272px; }
.iconsweets-day { background-position: -208px -272px; }
.iconsweets-month { background-position: -240px -272px; }
.iconsweets-dress { background-position: -272px -272px; }
.iconsweets-tshirt { background-position: -304px -272px; }
.iconsweets-sportshirt { background-position: -16px -304px; }
.iconsweets-sweater { background-position: -48px -304px; }
.iconsweets-sleeveless { background-position: -80px -304px; }
.iconsweets-pants { background-position: -112px -304px; }
.iconsweets-socks { background-position: -144px -304px; }
.iconsweets-trolly { background-position: -176px -304px; }
.iconsweets-medical { background-position: -208px -304px; }
.iconsweets-suitcase { background-position: -240px -304px; }
.iconsweets-suitcase2 { background-position: -272px -304px; }
.iconsweets-suitcase3 { background-position: -304px -304px; }
.iconsweets-shoppingbag { background-position: -16px -336px; }
.iconsweets-purse { background-position: -48px -336px; }
.iconsweets-bag { background-position: -80px -336px; }
.iconsweets-paypal { background-position: -112px -336px; }
.iconsweets-paypal2 { background-position: -144px -336px; }
.iconsweets-paypal3 { background-position: -176px -336px; }
.iconsweets-money { background-position: -208px -336px; }
.iconsweets-money2 { background-position: -240px -336px; }
.iconsweets-pricetag { background-position: -272px -336px; }
.iconsweets-pricetags { background-position: -304px -336px; }
.iconsweets-piggybank { background-position: -16px -368px; }
.iconsweets-lemonade { background-position: -48px -368px; }
.iconsweets-basket { background-position: -80px -368px; }
.iconsweets-basket2 { background-position: -112px -368px; }
.iconsweets-scan { background-position: -144px -368px; }
.iconsweets-cart { background-position: -176px -368px; }
.iconsweets-cart2 { background-position: -208px -368px; }
.iconsweets-cart3 { background-position: -240px -368px; }
.iconsweets-cart4 { background-position: -272px -368px; }
.iconsweets-digg { background-position: -304px -368px; }
.iconsweets-digg2 { background-position: -16px -400px; }
.iconsweets-buzz { background-position: -48px -400px; }
.iconsweets-delicious { background-position: -80px -400px; }
.iconsweets-twitter { background-position: -112px -400px; }
.iconsweets-twitter2 { background-position: -144px -400px; }
.iconsweets-tumblr { background-position: -176px -400px; }
.iconsweets-plixi { background-position: -208px -400px; }
.iconsweets-dribbble { background-position: -240px -400px; }
.iconsweets-dribbble2 { background-position: -272px -400px; }
.iconsweets-stumbleupon { background-position: -304px -400px; }
.iconsweets-lastfm { background-position: -16px -432px; }
.iconsweets-mobypicture { background-position: -48px -432px; }
.iconsweets-youtube { background-position: -80px -432px; }
.iconsweets-youtube2 { background-position: -112px -432px; }
.iconsweets-vimeo { background-position: -144px -432px; }
.iconsweets-vimeo2 { background-position: -176px -432px; }
.iconsweets-skype { background-position: -208px -432px; }
.iconsweets-facebook { background-position: -240px -432px; }
.iconsweets-like { background-position: -272px -432px; }
.iconsweets-ichat { background-position: -304px -432px; }
.iconsweets-myspace { background-position: -16px -464px; }
.iconsweets-dropbox { background-position: -48px -464px; }
.iconsweets-walking { background-position: -80px -464px; }
.iconsweets-running { background-position: -112px -464px; }
.iconsweets-exit { background-position: -144px -464px; }
.iconsweets-male { background-position: -176px -464px; }
.iconsweets-female { background-position: -208px -464px; }
.iconsweets-user { background-position: -240px -464px; }
.iconsweets-users { background-position: -272px -464px; }
.iconsweets-admin { background-position: -304px -464px; }
.iconsweets-malesymbol { background-position: -16px -496px; }
.iconsweets-femalesymbol { background-position: -48px -496px; }
.iconsweets-user2 { background-position: -80px -496px; }
.iconsweets-users2 { background-position: -112px -496px; }
.iconsweets-admin2 { background-position: -144px -496px; }
.iconsweets-usercomment { background-position: -176px -496px; }
.iconsweets-cog { background-position: -208px -496px; }
.iconsweets-cog2 { background-position: -240px -496px; }
.iconsweets-cog3 { background-position: -272px -496px; }
.iconsweets-cog4 { background-position: -304px -496px; }
.iconsweets-settings { background-position: -16px -528px; }
.iconsweets-settings2 { background-position: -48px -528px; }
.iconsweets-hd { background-position: -80px -528px; }
.iconsweets-hd2 { background-position: -112px -528px; }
.iconsweets-hd3 { background-position: -144px -528px; }
.iconsweets-sd { background-position: -176px -528px; }
.iconsweets-sd2 { background-position: -208px -528px; }
.iconsweets-sd3 { background-position: -240px -528px; }
.iconsweets-dvd { background-position: -272px -528px; }
.iconsweets-blueray { background-position: -304px -528px; }
.iconsweets-record { background-position: -16px -560px; }
.iconsweets-cd { background-position: -48px -560px; }
.iconsweets-cassette { background-position: -80px -560px; }
.iconsweets-image { background-position: -112px -560px; }
.iconsweets-image2 { background-position: -144px -560px; }
.iconsweets-image3 { background-position: -176px -560px; }
.iconsweets-image4 { background-position: -208px -560px; }
.iconsweets-sound { background-position: -240px -560px; }
.iconsweets-megaphone { background-position: -272px -560px; }
.iconsweets-film { background-position: -304px -560px; }
.iconsweets-film2 { background-position: -16px -592px; }
.iconsweets-headphone { background-position: -48px -592px; }
.iconsweets-microphone { background-position: -80px -592px; }
.iconsweets-printer { background-position: -112px -592px; }
.iconsweets-radio { background-position: -144px -592px; }
.iconsweets-television { background-position: -176px -592px; }
.iconsweets-imac { background-position: -208px -592px; }
.iconsweets-laptop { background-position: -240px -592px; }
.iconsweets-mightymouse { background-position: -272px -592px; }
.iconsweets-magicmouse { background-position: -304px -592px; }
.iconsweets-mousewire { background-position: -16px -624px; }
.iconsweets-camera { background-position: -48px -624px; }
.iconsweets-camera2 { background-position: -80px -624px; }
.iconsweets-monitor { background-position: -112px -624px; }
.iconsweets-ipod { background-position: -144px -624px; }
.iconsweets-ipodnano { background-position: -176px -624px; }
.iconsweets-ipad { background-position: -208px -624px; }
.iconsweets-filmcamera { background-position: -240px -624px; }
.iconsweets-calculator { background-position: -272px -624px; }
.iconsweets-cashregister { background-position: -304px -624px; }
.iconsweets-fax { background-position: -16px -656px; }
.iconsweets-frames { background-position: -48px -656px; }
.iconsweets-coverflow { background-position: -80px -656px; }
.iconsweets-list { background-position: -112px -656px; }
.iconsweets-list2 { background-position: -144px -656px; }
.iconsweets-list3 { background-position: -176px -656px; }
.iconsweets-list4 { background-position: -208px -656px; }
.iconsweets-wordpress { background-position: -240px -656px; }
.iconsweets-wordpress2 { background-position: -272px -656px; }
.iconsweets-joomla { background-position: -304px -656px; }
.iconsweets-expressionengine { background-position: -16px -688px; }
.iconsweets-drupal { background-position: -48px -688px; }
.iconsweets-arrowright { background-position: -80px -688px; }
.iconsweets-arrowleft { background-position: -112px -688px; }
.iconsweets-arrowdown { background-position: -144px -688px; }
.iconsweets-arrowup { background-position: -176px -688px; }
.iconsweets-refresh { background-position: -208px -688px; }
.iconsweets-refresh2 { background-position: -240px -688px; }
.iconsweets-repeat { background-position: -272px -688px; }
.iconsweets-shuffle { background-position: -304px -688px; }
.iconsweets-refresh3 { background-position: -16px -720px; }
.iconsweets-refresh4 { background-position: -48px -720px; }
.iconsweets-recycle { background-position: -80px -720px; }
.iconsweets-fullscreen { background-position: -112px -720px; }
.iconsweets-fitscreen { background-position: -144px -720px; }
.iconsweets-origscreen { background-position: -176px -720px; }
.iconsweets-bluetooth { background-position: -208px -720px; }
.iconsweets-bluetooth2 { background-position: -240px -720px; }
.iconsweets-wifi { background-position: -272px -720px; }
.iconsweets-wifi2 { background-position: -304px -720px; }
.iconsweets-iphone3 { background-position: -16px -752px; }
.iconsweets-iphone4 { background-position: -48px -752px; }
.iconsweets-blackberry { background-position: -80px -752px; }
.iconsweets-android { background-position: -112px -752px; }
.iconsweets-mobile { background-position: -144px -752px; }
.iconsweets-inbox { background-position: -176px -752px; }
.iconsweets-outgoing { background-position: -208px -752px; }
.iconsweets-incoming { background-position: -240px -752px; }
.iconsweets-speech { background-position: -272px -752px; }
.iconsweets-speech2 { background-position: -304px -752px; }
.iconsweets-speech3 { background-position: -16px -784px; }
.iconsweets-speech4 { background-position: -48px -784px; }
.iconsweets-phone { background-position: -80px -784px; }
.iconsweets-phone2 { background-position: -112px -784px; }
.iconsweets-battery { background-position: -144px -784px; }
.iconsweets-battery2 { background-position: -176px -784px; }
.iconsweets-battery3 { background-position: -208px -784px; }
.iconsweets-battery4 { background-position: -240px -784px; }
.iconsweets-batteryfull { background-position: -272px -784px; }
.iconsweets-power { background-position: -304px -784px; }
.iconsweets-electric { background-position: -16px -816px; }
.iconsweets-plug { background-position: -48px -816px; }
.iconsweets-brush { background-position: -80px -816px; }
.iconsweets-brush2 { background-position: -112px -816px; }
.iconsweets-pen { background-position: -144px -816px; }
.iconsweets-bigbrush { background-position: -176px -816px; }
.iconsweets-pencil { background-position: -208px -816px; }
.iconsweets-clipboard { background-position: -240px -816px; }
.iconsweets-scissor { background-position: -272px -816px; }
.iconsweets-eyedrop { background-position: -304px -816px; }
.iconsweets-abacus { background-position: -16px -848px; }
.iconsweets-ruler { background-position: -48px -848px; }
.iconsweets-ruler2 { background-position: -80px -848px; }
.iconsweets-map { background-position: -112px -848px; }
.iconsweets-maps { background-position: -144px -848px; }
.iconsweets-post { background-position: -176px -848px; }
.iconsweets-marker { background-position: -208px -848px; }
.iconsweets-document { background-position: -240px -848px; }
.iconsweets-documents { background-position: -272px -848px; }
.iconsweets-pdf { background-position: -304px -848px; }
.iconsweets-pdf2 { background-position: -16px -880px; }
.iconsweets-word { background-position: -48px -880px; }
.iconsweets-word2 { background-position: -80px -880px; }
.iconsweets-word3 { background-position: -112px -880px; }
.iconsweets-zip { background-position: -144px -880px; }
.iconsweets-zip2 { background-position: -176px -880px; }
.iconsweets-ppt { background-position: -208px -880px; }
.iconsweets-ppt2 { background-position: -240px -880px; }
.iconsweets-excel { background-position: -272px -880px; }
.iconsweets-excel2 { background-position: -304px -880px; }
.iconsweets-vcard { background-position: -16px -912px; }
.iconsweets-vcard2 { background-position: -48px -912px; }
.iconsweets-address { background-position: -80px -912px; }
.iconsweets-chart { background-position: -112px -912px; }
.iconsweets-chart2 { background-position: -144px -912px; }
.iconsweets-chart3 { background-position: -176px -912px; }
.iconsweets-chart4 { background-position: -208px -912px; }
.iconsweets-chart5 { background-position: -240px -912px; }
.iconsweets-chart6 { background-position: -272px -912px; }
.iconsweets-chart7 { background-position: -304px -912px; }
.iconsweets-chart8 { background-position: -16px -944px; }

.glyphicons { list-style: none;}
.glyphicons li { float: left; line-height: 25px; width: 25%; }

.fontawesomeicons ul { list-style: none; }
.fontawesomeicons ul li { line-height: 25px; }

.iconsweetslist { list-style: none; }
.iconsweetslist li { float: left; line-height: 26px; width: 25%; }

/*** Fa icons ***/
.info{padding:5px;}
.fa-plus{padding-right:0px;}
.fa-firefox{padding-left:6px; color:#f3f3f3;}
.fa-chrome{padding-left:6px; color:#f3f3f3;}
.fa-key{padding-right:10px;}
.fa-times{padding-right:0px;}
.fa-sign-in{padding-right:10px;}

/*** Fa icons - Classes gerais ***/
.noStyle{padding:0px;}
.padding{padding-right:10px;}
.paddingSmall{padding-right:5px;}
.paddingl{padding-left:15px;}
.paddingLeft{padding-left:10px;}
.vAlignTop{vertical-align:top;}

/*** Fa icons - Classes especificas ***/
.mostravalor{padding-left:5px;padding-right:5px;}
.concordo{padding-right:10px;}
.nconcordo{padding-right:10px;}
.notifyS{padding-right:10px;}
.notifyN{padding-right:10px;}

/*** Colors ***/
.yellow{color:yellow;}

/*** CONTENT SLIDER ***/
.bx-wrapper { border: 1px solid #ddd; width: auto !important; line-height: 21px; overflow: hidden; }
.bx-wrapper .pager { margin: 0; }
.slide_wrap{ padding: 20px 50px ; min-height: 60px; }
.bx-prev {
	position: absolute; top: 0; left: 0; width: 30px; height: 100%; opacity: 0.6; vertical-align: middle;
	background: #eee url(../images/prev.png) no-repeat center center; border-right: 1px solid #ddd;
}
.bx-next {
	position: absolute; top: 0; right: 0; width: 30px; height: 100%; opacity: 0.6; vertical-align: middle;
	background: #eee url(../images/next.png) no-repeat center center; border-left: 1px solid #ddd;
}
.bx-prev:hover, .bx-next:hover { opacity: 1; }
.slide_img { float: left; width: 100px; }
.slide_content { margin-left: 120px; text-align: left; }
.slide_content h4 { font-size: 18px; font-weight: normal; }
.slide_content h4 a:hover { color: #333; text-decoration: none; }
.slide_content p { margin: 10px 0; }


/*** SLIM SCROLL ***/

.slimScrollDiv { border: 1px solid #ddd; }
.entrylist li { display: block; padding: 20px; border-bottom: 1px solid #ddd; }
.entrylist li.even { background: #fcfcfc; }
.entry_wrap { min-height: 60px; }
.entry_img { float: left; }
.entry_content { margin-left: 120px; }
.entry_content h4 { font-size: 18px; font-weight: normal; }
.entry_content h4 a:hover { color: #333; text-decoration: none; }
.entry_content p { margin: 10px 0; }
.entry_content p:last-child { margin-bottom: 0; }


/*** MEDIA STYLES ***/
.mediamgr { position: relative; min-height: 400px; }
.mediamgr .mediamgr_right { position: absolute; width: 250px; top: 62px; right: 0; }
.mediamgr .mediamgr_rightinner { margin: 20px 0; padding-left: 20px; }
.mediamgr .mediamgr_rightinner h4 {
	font-size: 12px; text-transform: uppercase; padding: 10px; background: #0866c6; color: #fff; }

.mediamgr_head { padding: 10px; background: #fcfcfc; border: 1px solid #ccc; overflow: visible; margin-bottom: 20px; }

.mediamgr_menu { list-style: none; position: relative; overflow: hidden; }
.mediamgr_menu li { display: inline-block; float: left; }
.mediamgr_menu li.right { float: right; }
.mediamgr_menu li a { margin-bottom: 0; }
.mediamgr_menu li a:hover { cursor: pointer; text-decoration: none; }
.mediamgr_menu li a.prev { border-right: 0; }
.mediamgr_menu li a.prev_disabled { opacity: 0.6; }
.mediamgr_menu li a.preview_disabled { opacity: 0.6; }
.mediamgr_menu form input.filekeyword { padding: 5px 7px; width: 200px; background: #fff; color: #999; margin: 0; font-style: italic; }
.mediamgr_content { padding: 20px 0; margin-right: 250px; }
.mediamgr_category { padding: 10px 0; border-bottom: 1px dashed #ddd; margin-right: 270px; }
.mediamgr_category ul { list-style: none; }
.mediamgr_category ul li { display: inline-block; margin-right: 5px; }
.mediamgr_category ul li.right { float: right; }
.mediamgr_category ul li a { display: block; padding: 3px 10px; color: #666; }
.mediamgr_category ul li a:hover, .mediamgr_category ul li.current a {
	background: #333; color: #fff; text-decoration: none;
}
.mediamgr_category ul li .pagenuminfo { display: inline-block; margin-top: 5px; }
.mediamgr_menu li a.newfilebutton {
	display: block; padding: 4px 10px 5px 10px; text-align: center; border: 1px solid #F0882C; background: #FB9337; color: #fff;
	font-weight: bold; font-size: 12px; -moz-box-shadow: inset 0 1px 0 rgba(250,250,250,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(250,250,250,0.3); box-shadow: inset 0 1px 0 rgba(250,250,250,0.3);
}
.mediamgr_menu li a.newfilebutton:hover { background: #485B79; border: 1px solid #3f526f; }

.menuright { list-style: none; }
.menuright li { display: block; margin-bottom: 1px; }
.menuright li a { display: block; padding: 5px 10px; color: #666; }
.menuright li a:hover { background: #ddd; text-decoration: none; }
.menuright li.current a { background: #333; color: #fff; }

.listfile { list-style: none; }
.listfile li { display: inline-block; margin: 5px 10px 5px 0; border: 1px solid #ddd; padding: 10px; background: #fcfcfc; }
.listfile li:hover { border-color: #bbb; }
.listfile li a { display: block; }
.listfile li a:hover { cursor: pointer; }
.listfile li span.filename { display: block; margin-top: 5px; font-size: 11px; text-align: center; }
.listfile li.selected { border-color: #3493f5; background: #eaf3fd; }

.mediaWrapper { padding: 5px; width: 700px; min-height: 350px; }
.mediaWrapper p { margin: 10px 0; }
.mediaWrapper p:first-child { margin-top: 0; }

.imgpreview { width: 249px; max-width: none; }
.imginfo { background: #eee; padding: 10px 20px 10px 10px; border: 1px solid #ddd; }
.imgdetails label { display: block; margin-bottom: 2px; }
.imgdetails input, .imgdetails textarea { padding: 7px 5px; border: 1px solid #bbb; background: #fcfcfc; }

.filekeyword { border: 1px solid #ccc; padding: 7px 10px !important; }


/*** MESSAGES STYLES ***/
#mensagensInside{
	border: 1px solid #ccc;
	/*margin-left:10px;*/
	height: 100%;
}
.messagecontent{/*border-top: 1px solid #0866c6;*/}
.messagepanel { margin-top:100px;}
.messagemenu { background: #0866c6; margin-top: 15px; }
.messagemenu ul { list-style: none; overflow: hidden; clear: both; }
.messagemenu ul li {
	display: inline-block; float: left; border-right: 1px solid rgba(255,255,255,0.2);
	text-transform: uppercase; font-size: 11px; }
.messagemenu ul li a { display: block; padding: 12px 16px; color: #fff; }
.messagemenu ul li a:hover { text-decoration: none; background: rgba(255,255,255,0.1); }
.messagemenu ul li.active { border: 1px solid #0866c6; border-bottom: 0; }
.messagemenu ul li.active a { background: #fff; color: #0866c6; }
.messagemenu ul li.pull-right { float: right; border-right: 0; border-left: 1px solid rgba(255,255,255,0.2); }
.messagemenu ul li.back { display: none; border-right: 0; }
.messagemenu ul li.back a { cursor: pointer; }

.messagecontent { overflow: hidden; clear: both; }
.messageleft { width: 325px; border: 1px solid #ccc; height: 600px; float: left; background: #f7f7f7; margin-right: 10px;}
.messageright { background: #fff; margin-left: 325px; /*border: 1px solid #0866c6;*/ border-top: 0; border-left: 0; height: 600px; display: flex; flex-direction: column;}
.messagesearch { padding: 10px; background: #fff; border-bottom: 1px solid #0866c6; }
.messagesearch input {
	margin: 0; padding: 8px 10px; height: auto; background: #fff url(../images/icons/search.png) no-repeat 230px 8px; }

.msglist { list-style: none; overflow: auto; height: 540px; }
.msglist li { display: block; padding: 10px; border-bottom: 1px solid #ddd; overflow: hidden; clear: both; cursor: pointer; }
.msglist li.unread { background: #fff; }
.msglist li.selected { background: #0866c6; }
.msglist li .thumb { width: 40px; height: 40px; float: left; }
.msglist li .thumb img { width: 100%; }
.msglist li .summary { margin-left: 50px; color: #666; font-size: 12px; line-height: normal; }
.msglist li.selected .summary { color: #fff; }
.msglist li h4 { font-size: 13px; color: #0866c6; line-height: 14px; }
.msglist li.selected h4 { color: #fff; }
.msglist li .date { height: 10px; color: #999; margin-top: -5px; }
.msglist li.selected .date { color: #fff; opacity: 0.6; }
.msglist li p { line-height: 10px; margin-top: 5px; }

.messageview { overflow: auto; height: 450px; }
.messageview .subject { padding: 14px 20px 13px 20px; font-size: 16px; line-height: 28px; padding-right: 150px; }
.messageview .btn-group { margin-top: 12px; margin-right: 10px; }
.messageview .btn-group .btn { font-size: 11px; text-transform: uppercase; }

.msgauthor { padding: 10px 20px; border: 1px solid #ddd; border-left: 0; border-right: 0; overflow: hidden; clear: both; display: flex;}
.msgauthor .thumb { width: 30px; height: 30px; float: left; margin-top: 5px; }
.msgauthor .thumb img { width: 100%; border-radius:50%;}
.msgauthor .authorinfo { margin-left: 40px; flex: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;}
.msgauthor .authorinfo h5 { font-size: 12px; line-height: 10px;  display: flex;
    align-items: center;}
.msgauthor .authorinfo h5 span { font-size: 12px; color: #999; margin-left: 5px; }
.msgauthor .authorinfo .to { font-size: 11px; color: #999; display: block; margin-top: -3px; }
.msgauthor .authorinfo .date { font-size: 12px; color: #999; }

.msgbody { padding: 20px; color: #666; }
.msgbody p { margin: 20px 0;}
.msgbody p:first-child { margin-top: 0; }
.msgbody p:last-child { margin-bottom: 0; }

.msgreply { padding: 10px 0px; height:90px;}
.msgreply .thumb { width: 40px; height: 40px; float: left; }
.msgreply .thumb img { width: 100%; }
.msgreply .reply { margin-left: 50px; }
.msgreply textarea {
	border: 1px solid #ccc; padding: 5px; display: block; width: 100%; height: 128px; font-size: 12px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom:20px;}

/*** TABLES ***/
div.dataTables_info{margin-bottom:20px; margin-top:10px;}
.dataTable { margin-bottom: 0; }
.dataTable th, .dataTable td { font-size: 12px; }
.dataTables_wrapper { position: relative; top:20px; }
.dataTables_length, .dataTables_info { background: none; padding: 10px; font-size: 11px; border: none; }
.dataTables_length { border-bottom: 0; }
.dataTables_info { border-top: 0; }
.dataTables_filter { position: absolute; top: 12px; right: 10px; }
.dataTables_filter input { width: 150px; margin: 0 0 0 10px; }
.dataTables_paginate { position: absolute; bottom: 10px; right: 10px; }
.dataTables_paginate .first, .dataTables_paginate .previous, .dataTables_paginate .paginate_active,
.dataTables_paginate .paginate_button, .dataTables_paginate .next, .dataTables_paginate .last {
	padding: 5px 10px; border: 1px solid #ccc; border-left: 0; font-size: 11px; background: #eee; cursor: pointer; }
.dataTables_paginate span:hover { background-color: #ddd; }
.dataTables_paginate .first { border-left: 1px solid #ccc; }
.dataTables_paginate .paginate_active { background: #fff; }
.dataTables_paginate .paginate_button:hover { background: #eee; }
.dataTables_paginate .paginate_button_disabled { cursor: default; color: #ccc; background: #eee; }
.dataTables_paginate a { color: #666; }
.dataTables_paginate a.current { background-color:#0866c6; color:#fff; }
.dataTables_paginate a.current:hover { background-color:#1976D2; color:#fff; }
.dataTables_paginate a:hover { text-decoration: none; }
.dataTables_length select { width: auto !important; margin: 0; }
.dataTables_scrollHead { background: #333; }
.dataTables_scrollHead table { border-bottom: 0; }

#dyntable2_wrapper .dataTables_filter {position: static; padding: 10px; background: #eee; text-align: right; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
#dyntable2_info { border-top: 1px solid #ddd; }
.dataTables_filter input { border: 1px solid #ccc; height: auto; padding: 3px 5px; }
table.insideTable tr{background-color: #fff !important;}
table.insideTable td{background-color: #fff !important;}
table.insideTable th{background-color: #fff !important;}


/******************************************************** TABLES DASHBOARD ********************************************************/
.dashboard { padding: 10px;}
.dashboard .dataTables_filter {top:7px;}
.dashboard .dataTables_filter input {  margin: 0 0 0 10px; border: 1px solid #ccc; height: auto; padding: 3px; background-image: url('../images/search.png');
background-repeat: no-repeat;background-position: right;background-size: 15px;}
.dashboard .dataTables_paginate { position: absolute; bottom: 10px; right: 5px; }
.dashboard .paginationTable th:first-child{width: 40%;}
.dashboard .paginationTable th{width: 40%;}
.dashboard .paginationTable th:last-child{width: 20%;}
.widgetDashboard{width:100%; min-height: 320px; height: 100%; display:table}
.widgetDashboard .widgetcontent{ min-height: 320px;  height: 100%;}
.widgetDashboard .widgetcontent .btn{ margin-bottom: 3px }
.danger .widgettitle {background-color: #F00;}
.danger .widgetcontent{border-color: #F00;}
.ui-accordion-content{margin-bottom: 25px;}/*ESPAÃ‡O entre um perfil e outro no acordion*/

/*CORRIGIR*/
.settings .widgetDashboard{width:100%; min-height: 420px; height: 100%; display:table}
.settings .widgetDashboard .widgetcontent{ min-height: 420px;  height: 100%;}

/* TABLES CUSTOM */
.table thead th.right, .table tr td.right { text-align: right; }
tr:hover {  background-color: #CCCCCC;  color: #000000;}
.nohover tr:hover { background-color: none;}
th:last-child, td:last-child{  width:1px;  white-space: nowrap; margin-right:5px; text-align:right;}
td.minWidth, th.minWidth{  width:1px;  white-space: nowrap;}

/*TABLE PermissÃµes EdiÃ§Ã£o*/
.head_table{text-align:center;}
tr.perm_head th:last-child, td:last-child{text-align: center; vertical-align:middle;}
#data-table-permissoes{margin-top:-20px;}
/*DefiniÃ§Ãµes gerais de tabela na linha 1749*/

/*TABLE input checkboxes(large)*/
input.largeCheckbox{
	width: 35px;
	height: 35px;
}
input.mediumCheckbox{
	width: 20px;
	height: 20px;
}
input.smallCheckbox{
	width: 17px;
	height: 17px;
}

input.extrasmallCheckbox{
	width: 12px;
	height: 12px;
}

/* TABLE ESTATISTICAS e OUTRAS TABELAS que nao listagens */
th.noWidth,  td.noWidth{  width:auto; text-align: left;} /*coluna sem ajuste de tamanho minino*/
.statistics thead tr td{ text-align: center;}


/*** GRAPHS & CHARTS ***/
.stackControls { margin-right: 3px; }
.stackControls, .graphControls { display: inline-block; float: left; }
.stackControls .btn, .graphControls .btn { font-size: 11px; }

#grafico, #graphicContent{ width: 100%}

.demo-container {
	box-sizing: border-box;
	width: 100%;
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	background: #fff;
}

.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.legend table {
	border-spacing: 5px;
}

/***  TYPOGRAPHY ***/
ul.list-unordered, ol.list-ordered,
ul.list-unordered ul, ol.list-ordered ol { margin: 0 0 0 25px; padding: 0; }
ul.list-checked, ol.list-checked,
ul.list-checked2, ol.list-checked2 { list-style: none; margin: 0; }
ul.list-checked li, ol.list-checked li { background: url(../images/check.png) no-repeat 0 2px; padding-left: 25px; display: block; }
ul.list-checked2 li, ol.list-checked2 li { background: url(../images/check2.png) no-repeat 0 2px; padding-left: 25px; display: block; }
ul.list-nostyle ul, ol.list-style ol,
ul.list-nostyle ol, ol.list-style ul { margin: 0 0 0 25px; padding: 0; }
ul.list-nostyle li, ol.list-nostyle li { list-style: none; }
ul.list-nostyle li span, ol.list-nostyle li span { vertical-align: top;}
ul.list-inline li { display: inline-block; margin: 0 5px 5px 0; }
ul#financeirageral{text-align:center;}ul#financeirageral li{padding-right:20px;margin-bottom:0px;}

/*** ELEMENTS & WIDGETS ***/
.tooltipsample li { display: inline-block; margin-right: 5px; list-style: none; }
.popoversample li { display: inline-block; margin-right: 5px; list-style: none; }
.pargroup { border: 1px solid #ccc; background: #fff; overflow: hidden; }
.pargroup .par { border-bottom: 1px solid #ddd; padding: 10px; }
.pargroup .par:last-child { border-bottom: 0; }
.pargroup .par p.pull-right { margin-top: -20px; font-size: 11px; }
.pargroup .par h6 { font-weight: normal; color: #666; }

/*** FORM STYLES ***/
#colorpicker { margin: 0; }

/*** FORM WIZARD STYLES ***/
.wizard .hormenu { list-style: none; clear: both; margin-bottom: 75px; }
.wizard .hormenu li { float: left; width: 33.333%; }
.wizard .hormenu li a { display: block; padding: 10px 15px; background: #fff; border: 1px solid #0866c6; border-left: 0; }
.wizard .hormenu li:first-child a { border-left: 1px solid #0866c6; }
.wizard .hormenu li a:hover { text-decoration: none; }
.wizard .hormenu li a span.h2 { font-size: 16px; color: #999; display: block; margin-bottom: 5px; }
.wizard .hormenu li span.label {
	display: block; color: #999; background: none; text-shadow: none; padding: 0;
	font-size: 11px; text-align: left; text-transform: uppercase; font-weight: normal; }
.wizard .hormenu li a span.dot span { width: 20px; height: 20px; display: inline-block; background: url(../img/steps.png) no-repeat 0 -40px; }
.wizard .hormenu li:first-child a span.dot { margin-left: 47%; text-align: left; }
.wizard .hormenu li:last-child a span.dot { margin-right: 47%; text-align: right; }
.wizard .hormenu li a.done { background: #0866c6; border-right: 1px solid rgba(255,255,255,0.2); }
.wizard .hormenu li a.done span.label { color: #fff; }
.wizard .hormenu li a.done span.h2 { color: #fff; opacity: 0.6; }
.wizard .hormenu li a.done span.dot span { background-position: 0 -20px; }
.wizard .hormenu li:first-child a.done span.dot span { background-position: 0 0; }
.wizard .hormenu li a.selected { background: #0866c6; }
.wizard .hormenu li a.selected span.dot span { background-position: 0 -120px; }
.wizard .hormenu li:first-child a.selected span.dot span { background-position: 0 -100px; }
.wizard .hormenu li a.selected span.label { color: #fff; }
.wizard .hormenu li a.selected span.h2 { color: #fff; }

.stepContainer { width: auto !important; border: 2px solid #0866c6; border-bottom: 0; }
.stepContainer .content h4 { }
.stepContainer p { margin: 20px 0; }
.stepContainer .par p { margin: 10px 0; line-height: 21px; }
.stepContainer .par p:last-child { border-bottom: 0; }
.actionBar {
	padding: 15px; position: relative; overflow: hidden; clear: both; border: 2px solid #0866c6; border-top: 1px solid #0866c6;
	background: #fff; }
.actionBar .loader { float: left; display: none; }
.actionBar a {
	float: right; display: inline-block; padding: 5px 15px; background: #fff; color: #0866c6;
	margin-left: 5px; border: 2px solid #0866c6; }
.actionBar a:hover { text-decoration: none; background: #0866c6; color: #fff; }
.actionBar a.buttonDisabled { background: #fff; border: 2px solid #0866c6; color: #0866c6; opacity: 0.5; }
.actionBar a.buttonDisabled:hover { cursor: default; }
.actionBar a.buttonDisabled:active { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.actionBar .msgBox { margin: 40px 0 10px 0; position: relative; }
.actionBar .msgBox .content { padding: 7px 10px; background: #fffccc; color: #333; border: 1px solid #FEEA7A; }
.actionBar .msgBox .close {
	padding: 0 2px 2px 2px; background: none; line-height: 10px; text-transform: lowercase; font-size: 10px;
	position: absolute; top: 5px; right: 7px; color: #333; text-shadow: none; font-weight: bold;
	-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; }
.actionBar .msgBox .close:hover { background: #333; color: #eee; }

.tabbedwizard .stepContainer { padding: 30px; background: #fff; }
.tabbedwizard .stepContainer h4 { font-size: 14px; border-bottom: 1px solid #ddd; color:#666; }

.wizard .tabbedmenu {
	list-style: none; background: #0866c6; padding: 10px; padding-bottom: 0; height: 61px; }
.wizard .tabbedmenu li { display: inline-block; margin-right: 5px; position: relative; bottom: -1px; }
.wizard .tabbedmenu li a { display: block; padding: 10px 20px; color: #fff; background: rgba(255,255,255,0.1); }
.wizard .tabbedmenu li a span { text-shadow: none; padding: 0; background: none; color: #fff; font-size: 12px; }
.wizard .tabbedmenu li a span.h2 { color: #fff; opacity: 0.5; display: block; font-size: 18px; font-weight: normal; }
.wizard .tabbedmenu li a:hover { text-decoration: none; }
.wizard .tabbedmenu li a.selected, .wizard .tabbedmenu li a.done {
	background: #fff; color: #0866c6; border: 0; }
.wizard .tabbedmenu li a.selected span.h2, .wizard .tabbedmenu li a.selected span { color: #235688; }
.wizard .tabbedmenu li a.done span.h2, .wizard .tabbedmenu li a.done span { color: #235688; }

.wizard.wizard-inverse .hormenu li a { border-color: #333; }
.wizard.wizard-inverse .hormenu li a.selected,
.wizard.wizard-inverse .hormenu li a.done { background-color: #333; border-color: #333; border-right-color: rgba(255,255,255,0.1); }
.wizard.wizard-inverse .stepContainer { border-color: #333; }
.wizard.wizard-inverse .stepContainer .content h4 { background-color: #333; }
.wizard.wizard-inverse .actionBar { border-color: #333; }
.wizard.wizard-inverse .actionBar a { border-color: #333; color: #333; }
.wizard.wizard-inverse .actionBar a:hover { background-color: #333; color: #fff; }
.wizard.wizard-inverse .actionBar a.buttonDisabled:hover { background-color: #fff; color: #333; }


/*** EDIT PROFILE ***/
.profile-left .taglist { list-style: none; }
.profile-left .taglist li { display: block; margin-bottom: 1px; }
.profile-left .taglist li a { color: #666; display: block; padding: 7px 10px; background: #eee; position: relative; }
.profile-left .taglist li a:hover { text-decoration: none; background: #ddd; }
.profile-left .taglist li a span { position: absolute; top: 8px; right: 10px; opacity: 0.3; }

.profilethumb { text-align: center; position: relative; overflow: hidden; }
.profilethumb a { display: none; font-size: 11px; position: absolute; top: 5px; right: 5px; padding: 2px 7px; background: #333; color: #fff; }
.profilethumb a:hover { text-decoration: none; background: #444; }

.editprofileform p { margin: 20px 0; }


/*** SEARCH RESULTS PAGE ***/
.resultslist { list-style: none; }
.resultslist li { display: block; margin-top: 20px; }
.resultslist li:first-child { margin-top: 0; }
.resultslist h3 { font-weight: normal; margin: 0; font-size: 16px; }
.resultslist .link { display: block; color: #999; }
.resultslist .link:hover { text-decoration: none; color: #666; }

.sidebarlabel { margin-bottom: 5px; }


/*** ERROR PAGE ***/
.errortitle { text-align: center; margin-top: 5%; }
.errortitle h4 { font-size: 24px; margin-bottom: 20px; }
.errortitle span {
		  display: inline-block; font-size: 120px; background: #333; color: #fff; line-height: normal; padding: 10px 30px;
		  margin-left: 7px; }
.errortitle .errorbtns { margin-top: 20px; }
.errortitle .errorbtns a { margin-right: 7px; display: inline-block; }


/*** INVOICE PAGE ***/
.invoice_logo { margin-bottom: 30px; }
.table-invoice, .table-invoice-full { border-color: #ccc; border-top: 1px solid #ccc !important; margin: 0; }
.table-invoice tr td, .table-invoice-full tr td { border-color: #ccc; }
.table-invoice tr td:first-child { background: #eee; font-size: 11px; text-transform: uppercase; }
.table-invoice tr td:last-child { background: #fff; }
.table-invoice-full tr td { background: #f7f7f7; }
.table-invoice-full th.right, .table-invoice-full td.right { text-align: right; }
.invoice-table { width: 100%; border: 0 !important; margin-top: 15px; }
.invoice-table tr td { line-height: 26px; border: 0; }
.invoice-table td.right { text-align: right; background: transparent !important; }
.invoice-table td.numlist strong { display: block; border-top: 1px solid #ddd; padding: 7px 0; }

.amountdue { text-align: right; }
.amountdue h1 {
	text-align: center; line-height: normal; border: 1px solid #ccc; background: #fcfcfc;
	display: inline-block; padding: 10px 30px; width: 200px;
}
.amountdue h1 span { display: block; font-size: 12px; text-transform: uppercase; color: #666; }
.amountdue .btn { margin-top: 15px; width: 222px; }

.msg-invoice { padding-right: 30px; }
.msg-invoice h4 { font-size: 12px; text-transform: uppercase; }
.msg-invoice p { font-size: 11px; line-height: 18px; }


/*** DISCUSSION STYLES ***/
.sidebarlist { list-style: none; }
.sidebarlist li { padding: 7px 0; border-bottom: 1px solid #ddd; }
.sidebarlist li i { float: left; position: relative; top: 3px; }
.sidebarlist li a { padding-left: 10px; }
.sidebarlist li a:hover { text-decoration: none; }
.sidebarlist li a span { color: #ccc; float: right; font-size: 11px; }

.topictitle { font-size: 18px; color: #333; }

.topicpanel {
	padding: 15px 15px; border: 1px solid #ddd; background: #fcfcfc; margin: 20px 0;
	box-shadow: 0 2px 0 rgba(0,0,0,0.03);
}
.topicpanel .author-thumb { float: left; overflow: hidden; width: 70px; }
.topicpanel .author-thumb img { width: 100%; }
.topicpanel .topic-content { margin-left: 90px; }
.topicpanel h5 { font-size: 14px; }
.topicpanel .topic-content p { margin: 15px 0; }
.topicpanel .topic-content p:first-child { margin-top: 0; }
.topicpanel .topic-content p:last-child { margin-bottom: 0; color: #999; }
.topicpanel .topic-content p.date { font-size: 11px; }

.comments { list-style: none; }
.comments li { display: block; overflow: hidden; clear: both; border-bottom: 1px dashed #ddd; padding-bottom: 25px; margin-bottom: 25px; }
.comments li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.comments li .authorimg { display: block; float: left; margin-right: 20px; margin-top: 5px; overflow: hidden; width: 60px; }
.comments li .authorimg img { width: 100%; }
.comments li .comment { margin-left: 75px; position: relative; }
.comments li:last-child .comment { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.comments li .commentreply { font-size: 11px; text-transform: uppercase; }
.comments li .replybutton:hover { color: #fff; }
.comments li .commenttime { font-size: 11px; color: #999; display: inline-block; margin-left: 10px; }
.comments li .commentbody { margin-top: 15px; }
.comments ul { margin-left: 75px; margin-top: 25px; border-top: 1px dashed #ddd; padding-top: 25px; }
.comments ul li:last-child .comment { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }

.replypanel { margin: 20px 0; }
.replypanel .author-thumb { float: left; margin-top: 5px; overflow: hidden; width: 55px; }
.replypanel .author-thumb img { width: 100%; }
.replypanel .topic-content { margin-left: 70px; }
.replypanel h5 { font-size: 14px; }
.replypanel p { margin: 10px 0; }
.replypanel textarea {
	width: 100%; background: #fcfcfc; border: 1px solid #ccc; padding: 7px 5px; min-height: 100px; resize: vertical;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.replypanel textarea:focus {
	border-color: #ccc; color: #666; background: #fff; font-style: normal;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}


/*** BLOG PANEL ***/
.gridblog { list-style: none; }
.gridblog::after { clear: both; content: ''; display: block; }
.gridblog li { width: 33.3333%; float: left; }
.gridblog li .inner { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 20px; }
.gridblog li .gridthumb { position: relative; }
.gridblog li .gridimg { display: block; position: relative; }
.gridblog li .gridimg img { width: 100%; }
.gridblog li .overlay {
	background: rgba(0,0,0,0.65); position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	display: none;
}
.gridblog li .overlay div { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; }
.gridblog li .overlay span {
	position: relative; display: block; top: -50%; left: -50%; font-size: 24px; background: #000; width: 60px; height: 60px;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; overflow: hidden; opacity: 0.8;
}
.gridblog li .overlay span i { margin: 17px 0 0 15px; color: #fff; }
.gridblog li .blogdate { position: absolute; bottom: 0; left: 0; background: #F3A00F; }
.gridblog li .blogdate .icon { float: left; background: #333; color: #fff; padding: 5px 0; text-align: center; width: 30px; }
.gridblog li .blogdate .date {
	min-width: 50px; padding: 5px 10px; color: #fff; text-transform: uppercase; font-size: 12px; margin-left: 30px; }
.gridblog li .inner h3 { font-size: 20px; margin-top: 10px; line-height: 28px; }
.gridblog li .inner h3 a:hover { text-decoration: none; color: #333; }
.gridblog li .blogmeta { line-height: normal; margin-top: 0; font-size: 11px; margin: 2px 0 12px; }
.gridblog li .blogmeta a { text-transform: none; }
.gridblog li .readmore { margin-top: 15px; display: block; text-transform: uppercase; font-size: 12px; }
.gridblog li .readmore:hover { text-decoration: none; }


/*** TIMELINE STYLES ***/
.timelinelist { list-style: none; border-left: 2px solid #ccc; padding: 30px 0 20px 10px; margin-left: 53px; }
.timelinelist li { margin-bottom: 20px; }
.timelinelist li .tl-icon {
		  position: relative; margin-left: -42px; display: inline-block; padding: 15px 18px; font-size: 28px;
		  background: #f7f7f7 url(../images/bg1.png); border: 2px solid #ccc; color: #666; float: left;
		  -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
.timelinelist li .tl-icon .iconfa-picture { display: inline-block; margin: 2px 0; }
.timelinelist li .tl-post { margin-left: 50px; background: #fff; border: 1px solid #ccc; }
.timelinelist li .tl-post textarea { margin: 0; height: auto; }
.timelinelist li .tl-texta { padding: 15px; }
.timelinelist li .tl-author { padding: 15px 15px 0 15px; }
.timelinelist li .tl-author::after { clear: both; content: ''; display: block; }
.timelinelist li .tl-thumb { width: 25px; border: 1px solid #ddd; padding: 3px; float: left; }
.timelinelist li .tl-thumb img { width: 100%; }
.timelinelist li .tl-thumb img { display: block; }
.timelinelist li .tl-body { padding: 0 15px 15px 15px; }
.timelinelist li .tl-link { background: #f7f7f7; border-top: 1px solid #ddd; padding: 15px; }
.timelinelist li .tl-link::after { clear: both; display: block; content: ''; }
.timelinelist li .tl-action { background: #fcfcfc; border-top: 1px solid #ddd; }
.timelinelist li .tl-action::after { content: ''; clear: both; display: block; }
.timelinelist li .tl-action a { float: left; display: inline-block; padding: 5px 20px; border-right: 1px solid #ddd; }
.timelinelist li .tl-action a:hover { background: #eee; color: #333; text-decoration: none; }
.timelinelist li h5 { float: left; color: #666; margin-left: 10px; font-size: 12px; }
.timelinelist li h5 a { font-weight: bold; }
.timelinelist li h5 small { display: block; font-size: 10px; color: #999; }
.timelinelist li .linkimg { width: 35%; float: left; }
.timelinelist li .linkimg img { display: block; }
.timelinelist li .linkdetails { float: left; margin-left: 2%; width: 60%; }
.timelinelist li .linkdetails h5 { display: block; float: none; margin: 0; font-size: 13px; }
.timelinelist li .linkdetails p { color: #666; display: block; margin-top: 5px; font-size: 11px; }
.timelinelist li .tl-images { padding: 0 15px 15px 15px; }
.timelinelist li .tl-images ul { list-style: none; }
.timelinelist li .tl-images ul li { display: inline-block; margin: 0; }
.timelinelist li .tl-images ul li a { display: block; width: 162px; }
.timelinelist li .tl-images ul li a img { width: 100%; }
.timelinelist li .tl-images ul li a img { display: block; }
.timelinelist li .tl-comments { padding: 15px; border-top: 1px solid #ddd; }
.timelinelist li .tl-comments ul { list-style: none; }
.timelinelist li .tl-comments ul li {
		  margin-bottom: 10px; display: block; border-bottom: 1px dotted #ddd; padding-bottom: 10px; }
.timelinelist li .tl-comments ul li .c-thumb { margin-top: 5px; width: 30px; float: left; }
.timelinelist li .tl-comments ul li .c-thumb img { width: 100%; }
.timelinelist li .tl-comments ul li .c-text { margin-left: 40px; font-size: 11px; color: #666; }
.timelinelist li .tl-comments ul li .c-text h6 { font-size: 11px; font-weight: normal; }
.timelinelist li .tl-comments ul li .c-text h6 a { font-weight: bold; }
.timelinelist li .tl-comments ul li.c-input .c-thumb { margin-top: 0; }
.timelinelist li .tl-comments ul li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }


/*** CHAT PAGE STYLES ***/
.chatcontent { position: relative; line-height: 21px; }
.chatcontent .messagebox { background: #fff; border: 1px solid #ccc; padding: 10px; margin-bottom: 20px; }
.chatcontent .messagebox::after { content: ''; clear: both; display: block; }
.chatcontent .inputbox { display: block; }
.chatcontent .messagebox input {
	padding: 8px 5px 8px 30px; display: inline-block;
	background: #fff url(../images/chat.png) no-repeat 8px 12px; width: 100%; margin: 0; }
.chatmessage {
	height: 425px; border: 1px solid #ccc; background: #fff; overflow: auto;
	position: relative; margin-bottom: 10px; }

#chatmessageinner p img { display: inline-block; vertical-align: middle; float: left; }
#chatmessageinner p { padding: 10px; }
#chatmessageinner .msgblock {
	background: #fff; margin-left: 40px; padding: 10px; border: 1px solid #ddd; display: block;
}
#chatmessageinner .time { font-size: 11px; color: #999; font-style: italic; }
#chatmessageinner .msg { margin-top: 10px; display: block; }

#chatmessageinner p.reply img { display: inline-block; vertical-align: middle; float: right; }
#chatmessageinner p.reply .msgblock { margin: 0 40px 0 0; }

.chatusers { list-style: none; line-height: 21px; }
.chatusers li { border: 1px solid #ccc; border-top: 0; position: relative; padding: 1px; }
.chatusers li:first-child { border-top: 1px solid #ccc; }
.chatusers li span.msgcount {
	position: absolute; top: 12px; right: 10px; font-size: 10px; padding: 3px 5px; line-height: 10px; color: #fff; background: #FB9337; font-weight: bold;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
}
.chatusers li a { padding: 8px 5px; display: block; color: #666; }
.chatusers li.online a { background: url(../images/online.png) no-repeat right 16px; }
.chatusers li.new a { font-weight: bold; }
.chatusers li a:hover { background-color: #eee; text-decoration: none; }
.chatusers li a img { vertical-align: middle; display: inline-block; margin-right: 10px; }
.chatsearch { margin-bottom: 10px; }


/*** PEOPLE DIRECTORY ***/
.peoplegroup { display: inline-block; margin-bottom: 10px; }
.peoplegroup li { border-right: 1px solid #ddd; display: inline-block; float: left; padding: 0 10px; }
.peoplegroup li:first-child { padding-left: 0; }
.peoplegroup li:last-child { border-right: 0; }
.peoplegroup li a { display: block; padding: 2px 10px; font-size: 11px; text-transform: uppercase; color: #666; }
.peoplegroup li a:hover { background: #ddd; color: #666; text-decoration: none; }
.peoplegroup li.active a { background: #333; color: #fff; }

.alphabets {
	list-style: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc; background: #fff; }
.alphabets::after { clear: both; content: ''; display: block; }
.alphabets li {
	display: inline-block; border-left: 1px solid #ccc; padding: 5px 10px;
	color: #999; width: 30px; }
.alphabets li:last-child { border-right: 1px solid #ccc; }

.peoplelist { margin: 25px 0; }
.peoplelist .peoplewrapper { border: 1px solid #ccc; padding: 15px; background: #fff; height: 145px; margin-bottom: 20px; }
.peoplelist .thumb { float: left; }
.peoplelist .thumb img { display: block; width: 80px; }
.peoplelist .peopleinfo { margin-left: 95px; }
.peoplelist .peopleinfo h4 { font-size: 15px; }
.peoplelist .peopleinfo h4 span {
	font-family: sans-serif; font-size: 10px; text-transform: uppercase; margin-left: 5px; }
.peoplelist .peopleinfo h4 span.on { color: green; }
.peoplelist .peopleinfo h4 span.off { color: #999; }
.peoplelist .peopleinfo ul { list-style: none; font-size: 11px; color: #666; }
.peoplelist .peopleinfo ul li { line-height: 18px; }
.peoplelist .peopleinfo ul li span { line-height: 18px; }

.onlineuserpanel { width: 200px; height: 100%; background: #333; position: fixed; top: 0; right: 0; display: none; }
.onlineuserpanel .slimScrollDiv { border: 0; }
.onlineusers ul { list-style: none; position: relative; }
.onlineusers ul li {
	display: block; padding: 7px; border-bottom: 1px solid #3c3c3c; font-family: sans-serif; font-size: 11px;
	cursor: pointer; }
.onlineusers ul li::after { clear: both; display: block; content: ''; }
.onlineusers ul li:hover { cursor: pointer; background: #373737; }
.onlineusers ul li.on {
	background-image: url(../images/on.png); background-repeat: no-repeat; background-position: 180px center; }
.onlineusers ul li img { width: 24px; display: block; float: left; }
.onlineusers ul li span { display: block; margin-left: 29px; color: #999; }

.chatwindows { position: fixed; bottom: 0; right: 200px; z-index: 100; display: none; }

.chatwin {
	position: relative; width: 230px; border: 1px solid #0866c6; border-bottom: 0; background: #fff; margin-right: 5px;
	float: right; -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	box-shadow: 0 0 5px rgba(0,0,0,0.6); }
.chatwin h4 { font-size: 11px; padding: 5px; background: #0866c6; color: #fff; }
.chatwin .close {
	position: absolute; top: 1px; right: 3px; color: #fff; font-weight: normal; opacity: 0.3;
	text-shadow: none; font-size: 16px; cursor: pointer; }
.chatwin .close:hover { cursor: pointer; opacity: 0.6; }
.chatwin .chatmsg { height: 180px; }
.chatwin .chattext { padding: 5px; }
.chatwin .chattext input {
	min-height: 20px; padding: 7px 5px; border: 1px solid #bbb; font-size: 11px; font-family: sans-serif; }

#chatwinlist {
	display: inline-block; float: right; padding: 2px 6px; background: #fff; margin-right: 5px; margin-top: 217px;
	color: #0866c6; border: 1px solid #0866c6; border-bottom: 0; vertical-align: bottom; position: relative; }
#chatwinlist span { cursor: pointer; }
#chatwinlist ul {
	list-style: none; width: 150px; position: absolute; right: -1px; bottom: 25px;
	border: 1px solid #0866c6; display: none; }
#chatwinlist ul li {
	display: block; background: #fff; padding: 5px; border-bottom: 1px solid #ddd; cursor: pointer; }
#chatwinlist ul li:hover { background: #f7f7f7; }
#chatwinlist ul li:last-child { border-bottom: 0; }
#chatwinlist h4 { font-family: sans-serif; font-size: 11px; }

.chatmsg { list-style: none; }
.chatmsg li { display: block; font-size: 11px; padding: 0 5px; }
.chatenabled .mainwrapper { margin-right: 200px; }
.chatenabled .mainwrapper .mainwrapper { margin-right: 0; }
.chatenabled .chatwindows { display: block; }
.chatenabled .onlineuserpanel { display: block; }


/*** LOCK SCREEN ***/
.lockscreen { width: 100%; height: 100%; left: 0; top: 0; z-index: 1500; position: fixed; }
.lockscreen .lock-overlay {
	background: #0866c6; opacity: 0.85; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.logwindow { position: absolute; top: 20%; left: 50%; z-index: 200; }
.logwindow-inner { position: relative; left: -50%; }
.logwindow-inner input { border: 0; padding: 10px; }
.logwindow-inner form { width: 280px; text-align: center; color: #fff; }
.logwindow-inner h3 { margin-bottom: 20px; }
.logwindow-inner img { background: #fff; padding: 5px; display: inline-block; 	}
.logwindow-inner h5 { font-size: 14px; color: #fff; margin-bottom: 20px; }


/*** FOOTER STYLES ***/
footer{position:relative; top:auto; bottom:10px; z-index: 500;}
.footer {font-size: 11px; color: #666; background-color:#272727; padding-top: 15px; padding-left: 15px;  position:absolute; top:auto; bottom:10px;}
.footer .footer-left { float: left; }
.footer .footer-right { float: right; }
.footerInfo{ width: 240px; position: fixed; bottom:5px; text-align: center;}
.footerInfo img{ margin-bottom:-2px;}

/*Logos outras pÃ¡ginas Start*/
.logosApoios{ width: 240px; height:45px; bottom:95px; position: fixed;}
.logosApoios2{ width: 240px; height:45px; bottom:35px; position: fixed;}
.logosApoios ul, .logosApoios2 ul{ width: 100%; height:100%;}
.logosApoios ul li, .logosApoios2 ul li{ height:100%; padding: 0px; display:table-cell; list-style: none; text-align: center;}
.logosApoios ul li img, .logosApoios2 ul li img { max-height:30px; max-width:100%; position: relative; -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.logosApoios img, .logosApoios2 img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.logosApoios img:hover, .logosApoios2 img:hover  {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*Logos outras pÃ¡ginas End*/

/*Logos pÃ¡gina GESTAO Start*/
.footerGestao {text-align: right; float: right; width: 100%; position: fixed; bottom: 0px; background-color: #FFF}
.logosApoiosGestao{ background-color:#fff; height: 45px; bottom:0px; padding:0px;}
.logosApoiosGestao ul { width: 100%; height:100%;text-align: center;}
.logosApoiosGestao ul li { height:100%; padding: 5px; display: inline; text-align: center;}
.logosApoiosGestao ul li img { max-height:30px; max-width:100%; position: relative; -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.logosApoiosGestao img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.logosApoiosGestao img:hover  {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*Logos pÃ¡gina GESTAO End*/


/*** CUSTOM STYLES ***/
.mbottom15{margin-bottom:15px}
.mbottom20{margin-bottom:20px}
.mbottom40{margin-bottom:40px}
.marginRight{margin-right:10px;}
.nopadding { padding: 0; }
.nomargin { margin: 0; }
.padding5 { padding: 5px; }
.padding20 { padding: 20px; }
.divider6 { height: 6px; clear: both; }
.divider10 { height: 10px; clear: both; }
.divider15 { clear: both; height: 15px; }
.divider20 { clear: both; height: 20px; }
.divider25 { clear: both; height: 25px; }
.divider30 { clear: both; height: 30px;}
.divider40 { clear: both; height: 40px;}
.divider50 { height: 50px;}
.divider70 { height: 70px;}
.divider80 { height: 80px;}
.divider90 { height: 90px;}
.divider100 { height: 100px;}
.divider100 { height: 150px;}
.divider200 { height: 200px;}
.marginleft15 { margin-left: 15px;}
.marginleft5 { margin-left: 5px; }
.margintop20 { margin-top: 20px; }
.margin20 { margin: 20px;}
.margin20-0 { margin: 20px 0;}
.tooltipflot { background: #333; color: #fff; font-size: 11px; padding: 2px 10px; }
.table thead th.right, .table tr td.right { text-align: right; }
.topbar { display: none; }
.centeralign { text-align: center; }
.padding25{padding:25px;}

/*** WIDTH ***/
.width5 { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width45 { width: 45%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width63 { width: 63%; }
.width70 { width: 70%; }

/*** HEIGHT ***/
.height10 { height: 10px; }
.height20 { height: 20px; }
.height30 { height: 30px; }
.height40 { height: 40px; }
.height50 { height: 50px; }
.height60 { height: 60px; }
.height70 { height: 70px; }
.height80 { height: 80px; }
.height90 { height: 90px; }
.height100 { height: 100px; }

/*** PADDING ***/
.padding0{padding:0px;}
.padding5{padding:5px;}
.padding10{padding:10px;}
.padding15{padding:15px;}
.padding20{padding:20px;}
.padding25{padding:25px;}

/*** FONT ROBOTO LIGHT ***/
strong, .headmenu .nav-header,
.nav-list .nav-header, .peoplelist .peopleinfo h4,
.peoplelist .peopleinfo ul li span { font-family: 'RobotoBold', 'Helvetica Neue', Helvetica, sans-serif; }
.headmenu > li, .leftmenu .nav-tabs.nav-stacked a,
.pagetitle h1, .shortcuts li { font-family: 'RobotoLight', 'Helvetica Neue', Helvetica, sans-serif; }
.pagetitle h5, .subtitle { font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif; }

/*** FONT LATO ***/
.subtitle2, .table th, .msglist li h4,
.tabbedwizard .stepContainer h4, dt,
.userloggedinfo .userinfo h5,
.loginpanel .inputwrapper button,
.userlist li .uinfo h5 { font-family: 'LatoBold', 'Helvetica Neue', Helvetica, sans-serif; font-weight: normal;}


/*** TRANSITION ***/
.headmenu-label, .headmenu-icon, .headmenu .count,
.leftmenu .nav-tabs a, .dropdown-menu a,
.shortcuts li a, .userloggedinfo ul li a,
.inputwrapper input, .inputwrapper button {
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}


/*** BOOTSTRAP 3 OVERRIDE ***/
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td{
	vertical-align:middle;
}

.btn .caret {
    margin-left: 10px;
}

.dropdown-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
}

.dropdown-menu > li > a {
	padding: 3px 15px;
}

.alert {
   background: none repeat scroll 0 0 #F6EDBA;
   border-color: #E4BF7F;
   color: #9C6C38;
   margin-bottom: 15px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.alert-success {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
}

.alert-info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}

.alert-warning {
	background-color: #FCF8E3;
	border-color: #FBEED5;
	color: #C09853;
}

.alert-danger {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

/*Table Edit Start*/
.insideTable > tr:hover{
	background-color: none;
}

.table-bordered > thead > tr.tableSearch {
	background: #ccc;
	color: #000;
	padding:10px;
	text-transform: uppercase;
	border-bottom-width: 0;
	border-right: 1px solid #ccc;
}

.table-bordered > thead > tr.tableHead {
	background: #0866c6;
	color: #fff;
	padding:10px;
	text-transform: uppercase;
	border-bottom-width: 0;
	border-right: 1px solid #ccc;
}

.table-bordered > thead > th {
	background: #0866c6;
	color: #343434;
	padding:10px;
	text-transform: uppercase;
	border-bottom-width: 0;
	border-right: 1px solid #444;
}

/*Table Edit End*/

.table-bordered {
	border: 0;
}

.tabbable > .nav-tabs {
	background: #0866c6;
	margin: 0;
	border: 1px solid #0866c6;
	border-bottom: 0;
	height: 40px;
}

.tabbable > .nav-tabs > li {
	float: left;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.tabbable > .nav-tabs > li > a {
	color: #fff;
	border: 0;
	padding: 10px 20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

.tabbable > .nav-tabs > li > a:hover {
	background: rgba(255,255,255,0.1);
}

.tabbable > .nav-tabs > li.active > a {
	background: #fff;
	color: #0866c6;
	border: 0;
	padding-botom: 12px;
}

.tabbable > .tab-content {
	margin-top: 0;
	border: 1px solid #0866c6;
	border-top: 0;
	background: #fff;
	padding: 20px;
}

.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
	border-color: #0866c6;
}

.tabbable > .nav-tabs {
	height: 38px;
}

.nav-tabs > li > a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.nav-stacked > li + li {
	margin-top: 0;
}

.nav-tabs.nav-stacked > li.active > a,
.nav-tabs.nav-stacked > li.active > a:hover,
.nav-tabs.nav-stacked > li.active > a:focus {
	background: #0866C6;
	color: #fff;
}

.btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
}

.btn-default {
	background: #e6e6e6;
	text-shadow: none;
	font-size: 13px;
}

.btn-group.open .dropdown-toggle {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-group .dropdown-toggle:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #999;
}

.btn-inverse {
	background: #333;
	color: #fff;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus {
	background: #232323;
	color: #fff;
}

.btn-primary {
	background: #3f86c4;
}

.btn-success {
	background: #5ab65a;
}

.btn-warning {
	background: #efaa46;
}

.btn-danger {
	background: #d64d49;
}

.btn-info {
	background: #56bedd;
}

/*===========SELECT MAPAS Start============*/

select#encargos_proj{width:66%;color:#000; float:left;}
.right{float:right;}
.left{float:right;}

/*===========SELECT MAPAS End============*/
/*
.form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
	margin-bottom:10px;
}*/

/*===========Search START==============*/
.search{
	margin-top:10px;
}
/*===========Search END==============*/

.input-default {
	padding: 10px;
	height: auto;
	font-size: 13px;
}

div.btradio {
	height: auto;
	width: auto;
}

div.btradio .radio {
	margin: 0;
	display: inline-block;
}

div.btradio input {
	opacity: 1;
	margin-top: 0;
	margin-right: 5px;
}

.select-inline {
	display: inline-block;
}

.radio, .checkbox {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin: 0;
	padding: 0;
}

/*RADIO EDIT START*/
.radioBig{width:25px; height:25px; vertical-align:middle;}
.radioBigS{width:25px; height:25px; vertical-align:middle;}
.radioBigC{width:25px; height:25px; vertical-align:middle;}
/*RADIO EDIT END*/

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding: 0;
}

.radio-inline {
	padding: 0 !important;
}

.radio-inline .radio {
	padding-top: 0;
	display: inline-block;
}

.checkbox label {
	line-height: 28px;
}

.fileupload .uneditable-input {
	border: 1px solid #ccc;
	padding: 5px;
	height: 33px;
	width: 200px;
	font-size: 12px;
}

.fileupload-new .input-append .btn-file {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	padding: 5px 15px;
	height: auto;
	margin-left: -3px;
}

.fileupload .btn-file {
	font-size: 12px;
	padding: 5px 10px;
	height: auto;
	margin-left: -3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fileupload a.btn {
	font-size: 12px;
	padding: 7px 10px;
	color: #333;
	height: auto;
	margin-left: -3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-spinner {
	width: 100px;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 7px 5px;
}

.bootstrap-timepicker-widget input {
	font-size: 12px;
	padding: 0 5px;
}

/*============Input Group================*/
.input-group-addon {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 13px;
}

.input-group-addon:first-child {
    border:1px solid #ccc;
}

.input-lg {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.campos{width:100%;}
.infos {width: 33%;margin-top:5px;}
.termos{font-size:14px;font-family: 'Roboto'; text-align:left; padding-bottom:5px;}
.termos checkbox{width:15%;}

/*============Input Group================*/

/*===========MODAL Form Registo Start==============*/
h3.desc_title{font-size:18px;font-family: 'Roboto', sans-serif;}
p.desc_cap{font-size:16px;font-family: 'Roboto', sans-serif;font-weight:bold;padding-bottom:10px;padding-top:25px;}
p.desc{text-align:justify; font-size:14px;font-family: 'Roboto', sans-serif;}
.mainText{height:400px; overflow-y: scroll;}
.mainTextBtn{text-align:center;}
/*===========MODAL Form Registo End==============*/
.form-group .control-label {
	margin-top: 5px;
}

/*LABELS EDIT START*/
.lblCantinas{font-size:12px; font-family: 'Roboto', sans-serif; text-transform:uppercase; font-weight:bold; margin-top:8px; vertical-align:middle;}
/*LABELS EDIT START*/

label.error {
	color: #ff0000;
	display: block;
	font-weight: normal;
	margin-top: 2px;
	font-size: 12px;
}

.formwiz::after {
	content: '';
	clear: both;
	display: block;
}

.formwiz .form-horizontal {
	padding: 20px;
}

.terms {
	padding: 10px 20px;
}

.pagination {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.pager li > a, .pager li > span {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
	background: #fff;
	padding: 1px;
}

.navbar .navbar-nav > .active > a {
	background: #0866C6;
	color: #fff;
}

.label {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 10px;
	font-weight: normal;
}

.btn-default {
	background: #fff;
}

.btn-default:active {
	border: 1px solid #bbb;
	background: #eee;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-pills > li > a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.progress,
.progress-bar {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.progress-bar-success {
	background: #5CB85C;
}

.progress-bar-info {
	background: #5BC0DE;
}

.progress-bar-warning {
	background: #F0AD4E;
}

.progress-bar-danger {
	background: #D9534F;
}

.modal-content {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 10px;
}

.tooltip-inner {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.popover {
	-moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
	box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}


/*** IE FIXES ***/

.no-rgba .headmenu > li.odd { background: url(../images/transwhite.png); }
.no-rgba .headmenu > li { border-right: 1px solid #4289d2; }
.no-rgba .headmenu > li:first-child { border-left: 1px solid #4289d2; }
.no-rgba .userloggedinfo ul li a { background: url(../images/transwhite.png); }
.no-rgba .userloggedinfo ul li a:hover { background: url(../images/transwhite2.png); }

.no-rgba .tab-primary.ui-tabs .ui-tabs-nav li { border-right: 1px solid #4289d2; }
.no-rgba .tab-primary.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png);  }
.no-rgba .tab-primary.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }

.no-rgba .tab-danger.ui-tabs .ui-tabs-nav li { border-right: 1px solid #db4d4d; }
.no-rgba .tab-danger.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png);  }
.no-rgba .tab-danger.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }

.no-rgba .tab-warning.ui-tabs .ui-tabs-nav li { border-right: 1px solid #fcce4f; }
.no-rgba .tab-warning.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png);  }
.no-rgba .tab-warning.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }

.no-rgba .tab-success.ui-tabs .ui-tabs-nav li { border-right: 1px solid #aae268; }
.no-rgba .tab-success.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png);  }
.no-rgba .tab-success.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }

.no-rgba .tab-info.ui-tabs .ui-tabs-nav li { border-right: 1px solid #9bcdf3; }
.no-rgba .tab-info.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png);  }
.no-rgba .tab-info.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }

.no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li { border-right: 1px solid #707070; }
.no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png);  }
.no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }

.no-rgba .ui-accordion .ui-accordion-header a:hover { background: url(../images/transwhite.png); }
.no-rgba .ui-accordion .ui-accordion-header.ui-state-active a:hover { background: #fff; }

.no-rgba .accordion-primary.ui-accordion .ui-accordion-header { border-top: 1px solid #4289d2; }
.no-rgba .accordion-danger.ui-accordion .ui-accordion-header { border-top: 1px solid #db4d4d; }
/*.no-rgba .accordion-warning.ui-accordion .maincontentinner h3, .borderBottom-header { border-top: 1px solid #fcce4f; }*/
.no-rgba .accordion-success.ui-accordion .ui-accordion-header { border-top: 1px solid #aae268; }
.no-rgba .accordion-info.ui-accordion .ui-accordion-header { border-top: 1px solid #9bcdf3; }
.no-rgba .accordion-inverse.ui-accordion .ui-accordion-header { border-top: 1px solid #707070; }
.no-rgba .fc-event { background: #333; }

/*Pageheader geral*/


/* Maincontentinner */
.maincontentinner #optionscontent #optionscontentTop {padding:15px; position: fixed; top:100px; z-index: 10; background-color: #FFF;}

.maincontent .fixedPanel{padding:15px; position: fixed; top:180px; z-index: 10; background-color: #FFF; height: auto;}
.maincontentinner{margin-top:100px; border:none; height:100%;}
.maincontentinnerGestao{border:none; height:100%;}
.positionBottom{margin-bottom:70px;}
.noOptionsContent{margin-top:33px !important;}
.noFixedMainContent {position:relative !important; float:left; margin-top: 50px;}
.noFixedmaincontentinner {position:relative !important;  float:left; margin-top: 10px; width: 100%;}


/*.Options Content*/
#optionscontent{width:calc(100% - 260px); padding:10px; position: fixed; top:95px; z-index: 10; background-color: #FFF;}
#optionscontentTop{width:calc(100% - 260px); padding:0px; position: fixed; top:100px; z-index: 10; background-color: #FFF;}
#optionscontentmd{padding:15px; position: fixed; top:147px; z-index: 10; background-color: #FFF;}
#optionscontentmdVal{padding:15px; position: fixed; top:100px; z-index: 10; background-color: #FFF;}
.valoresmd{top:20px;}


/*Breadcrumbs*/
.breadcrumbsTop{
	
	list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
	border-bottom: 1px solid #ccc; position: relative; z-index: 12;
	position: fixed; width:calc(100% - 255px); top:70px; line-height:21px;
}
.pageheader{line-height:21px;}
.maincontent .fixedPanel{position: fixed; width:calc(100% - 260px); top:70px; line-height:21px;}
.breadcrumbs2, .pageheader2 {position: fixed;width:100%; top:70px;}
.breadcrumbs{margin-top:0px;z-index: 12}


.bg {
    /*background-image: url(../images/bg.png);*/
    background: url(../images/bg.png) no-repeat center left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/************ MEDIA QUERIES START ************/

@media (min-width:1921px){

		/* general */
		
		/*.breadcrumbs{width:100%;}*/

		  /*User Login*/
		  li.logout{visibility:hidden;}
		  .headmenu > li {
				display: inline-block;
				float: left;
				font-size: 14px;
				position: relative;
				border-right: 1px solid rgba(255,255,255,0.15);
			}

		   /* optionscontent */
		  #optionscontent{margin-top:0px;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /* mainconteninner */
		  .maincontentinner {margin-top:115px;}
		  .maincontentinnerGestao {margin-top:150px;}
		
		
		  /*noFixed, noOptions*/
		  .noOptionsContent{margin-top:33px !important;}
		  .noFixedMainContent {position:relative !important; float:left; margin-top: 50px;}
		  .noFixedmaincontentinner {position:relative !important;  float:left; margin-top: 10px; width: 100%;}

		  /*divider*/
		  .divider{height:10px;}
}

@media (min-width:1721px) and (max-width:1920px) {

		/* general */
		
		/*.breadcrumbs{width:100%;}*/

		  /*User Login*/
		  li.logout{visibility:hidden;}
		  
		  .headmenu > li {
				display: inline-block;
				float: left;
				font-size: 14px;
				position: relative;
				border-right: 1px solid rgba(255,255,255,0.15);
			}

		   /* optionscontent */
		  #optionscontent{margin-top:0px;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  
		  
		  /* mainconteninner */
		  .maincontentinner {margin-top:105px;}
		  .maincontentinnerGestao {margin-top:150px;}

		  /*noFixed, noOptions*/
		  .noOptionsContent{margin-top:33px !important;}
		  .noFixedMainContent {position:relative !important; float:left; margin-top: 50px;}
		  .noFixedmaincontentinner {position:relative !important;  float:left; margin-top: 10px; width: 100%;}

		  /*divider*/
		  .divider{height:10px;}
}



@media (min-width:1490px) and (max-width:1720px) {

		/* general */
		
		/*.breadcrumbs{width:100%;}*/

		  /*User Login*/
		  li.logout{visibility:hidden;}
		  .headmenu > li {
				display: inline-block;
				float: left;
				font-size: 12px;
				position: relative;
				border-right: 1px solid rgba(255,255,255,0.15);
			}

		   /* optionscontent */
		  #optionscontent{margin-top:0px;}
		  #optionscontentTop{margin-top:30px; width:100%;}

				  
		  /* mainconteninner */
		  .maincontentinner {margin-top:105px;}
			.maincontentinnerGestao {margin-top:150px;}
		  
		  /*noFixed, noOptions*/
		  .noOptionsContent{margin-top:33px !important;}
		  .noFixedMainContent {position:relative !important; float:left; margin-top: 50px;}
		  .noFixedmaincontentinner {position:relative !important;  float:left; margin-top: 10px; width: 100%;}
			
		  
		  
		  /*divider*/
		  .divider{height:10px;}
}
@media (min-width:1420px) and (max-width:1489px){
	li.logoutComplete{visibility:hidden;}
	
}
@media (min-width:1366px) and (max-width:1420px){

		/* general */
		
		/*.breadcrumbs{width:100%;}*/

	    /*User Login*/
		li.logoutComplete{visibility:hidden;}
		.headmenu > li {
				display: inline-block;
				float: left;
				font-size: 12px;
				position: relative;
				border-right: 1px solid rgba(255,255,255,0.15);
			}

		/* mainconteninner */
		.maincontentinner {margin-top:105px;}
		.maincontentinnerGestao {margin-top:150px;}

		
		
		/*divider*/
		.divider{height:10px;}
}

@media (min-width:1361px) and (max-width:1365px){

		/* general */
		
		/*.breadcrumbs{width:100%;}*/

		/*User Login*/
		li.logoutComplete{visibility:hidden;}
		
		   .headmenu > li {
				display: inline-block;
				float: left;
				font-size: 12px;
				position: relative;
				border-right: 1px solid rgba(255,255,255,0.15);
			}

		   /* optionscontent */
		  #optionscontent{margin-top:0px;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  
		  
		  /* mainconteninner */
		  .maincontentinner {margin-top:105px;}
		  .maincontentinnerGestao {margin-top:150px;}

		  /*noFixed, noOptions*/
		  .noOptionsContent{margin-top:33px !important;}
		  .noFixedMainContent {position:relative !important; float:left; margin-top: 50px;}
		  .noFixedmaincontentinner {position:relative !important;  float:left; margin-top: 10px; width: 100%;}

		  /*divider*/
		  .divider{height:10px;}
}

@media screen and (max-width:1490px){

		/* general */
		
		/*.breadcrumbs{width:100%;}*/

		/*User Login*/
		
		
		.headmenu > li {
				display: inline-block;
				float: left;
				font-size: 12px;
				position: relative;
				border-right: 1px solid rgba(255,255,255,0.15);
			}

		  /* optionscontent */
		  /*#optionscontent{margin-top:-20px;}*/
		  #optionscontent{margin-top:0px;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		 
		  /* mainconteninner */
		  .maincontentinner {margin-top:105px;}
		  .maincontentinnerGestao {margin-top:150px;}

			/*Breadcrumbs*/
		  /*.breadcrumbs{visibility:hidden;}*/

		  /*divider*/
		  .divider{height:10px;}
}

@media (min-width:1281px) and (max-width:1358px){

		/* general */
		
		/*.breadcrumbs{visibility:hidden;}*/

		/*User Login*/
		li.logoutComplete{visibility:hidden;}
		.userloggedinfo{visibility:hidden;}
		
		.headmenu > li {
			display: inline-block;
			float: left;
			font-size: 14px;
			position: relative;
			border-right: 1px solid rgba(255,255,255,0.15);
		}

		  /* optionscontent */
		  /*#optionscontent{margin-top:-20px;}*/
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /* mainconteninner */
		  .maincontentinner {margin-top:105px;}
		 .maincontentinnerGestao {margin-top:150px;}

			/*Breadcrumbs*/
		  /*.breadcrumbs{visibility:hidden;}*/

		  /*divider*/
		  .divider{height:10px;}
}



@media screen and (max-width: 1280px) {
		/*
		.header{height: 90px;}
		.userloggedinfo{*background-color: #CCCCCC;height: 90px; width: 200px !important; }
		.headmenu > li > a .head-icon { width: 30px; height: 30px; background-size: cover;}
		.headmenu > li > a .headmenu-label {font-size:15px;}
		.headmenu > li.right {width:200px; text-align: left}
		.userinfo h5 {font-size:10px;}
		.chatenabled .onlineuserpanel, #chatwindows, .userPhoto { display: none !important; }
		.header{height: 90px;}
		*/

		 /* general */
		
		
		 /*User Login*/
		 li.logoutComplete{visibility:hidden;}
		 .userloggedinfo{visibility:hidden;}
		
		.userinfo h5 {font-size:10px;}
		.userloggedinfo{/*background-color: #CCCCCC;*/height: 90px; }
		.chatenabled .onlineuserpanel, #chatwindows, .userPhoto { display: none; }

		/* optionscontent */
		/*#optionscontent{margin-top:-20px;}*/
		#optionscontentTop{margin-top:30px; width:100%;}
		

		/* mainconteninner */
		.maincontentinner {margin-top:105px;}
		.maincontentinnerGestao {margin-top:150px;}

		/*noFixed, noOptions*/
		.noOptionsContent{margin-top:33px !important;}
		.noFixedMainContent {position:relative !important; float:left; margin-top: 50px;}
		.noFixedmaincontentinner {position:relative !important;  float:left; margin-top: 10px; width: 100%;}

		/*divider*/
		.divider{height:10px;}
		
		
}

@media (min-width:1102px) and (max-width:1200px){

			li.logoutComplete{visibility:hidden;}
			
		  /* general */
		  .headmenu > li > a .headmenu-label {font-size:10px;}
			.rightpanel {margin-top:90px;}
		  .mainwrapper { overflow: hidden;}
		  .header .logo { margin-left: -260px;}
		  .header { width: 100%; margin-top:50px;}
		  .headerCantina { width: 100%; margin-top:0px;}
		  .headerinner { width: 100%; margin-left: 0; }
		  .leftpanel {margin-left: -260px; background-color:#272727;}
		  .sidebar-nav-fixed{margin-top:50px;}

		  .headmenu > li {
				display: inline-block;
				float: left;
				font-size: 12px;
				position: relative;
				border-right: 1px solid rgba(255,255,255,0.15);
			}
		  
		  
		  

		  .rightpanel { margin-left: 0; width: 100%; }
		  .topbar { width:100%; display: block; background: #272727; height: 50px; position: fixed; top: 0px; padding:1px; z-index:999;}
		  .barmenu {font-size: 18px; color: #fff; background: url(../images/barmenu.png) no-repeat center center;width: 50px; height: 50px; display: block; cursor: pointer;}

	      /*User Login*/
		  .userPhoto img{visibility:hidden;}
		  .userloggedinfo{display: none;}

		  /* mainconteninner */
		  .maincontentinner {margin-top:127px;}
		  .maincontentinnerGestao {margin-top:170px;}

		   /* optionscontent */
		  #optionscontent{margin-top:0px; width:100%;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /*divider*/
		  .divider{height:10px;}
		  
		  .breadcrumbs {
			  list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
			  border-bottom: 1px solid #ccc; position: relative; position: fixed; z-index: 12; 
			  width:100%; top:120px;
			}
			
			.breadcrumbsTop{visibility:hidden;}
			
			.noOptionsContent{margin-top:50px !important;}
		
			
			.header { height: 50px;}
		
			.headmenu > li > a {
				min-width: 50px; position: relative; display: block; color: #fff;
				padding: 4px 15px 4px 15px; cursor: pointer; 
			}
}

@media screen and (max-width: 1101px) /*990 ate 760 ok*/{
		   /*
		  .headmenu > li > a .head-icon { width: 15px; height: 15px; background-size: cover;  }
		  .headmenu > li > a .headmenu-label {font-size:10px;}
		  */

		  /* general */
		  li.logoutComplete{visibility:hidden;}
		  /* general */
		  .headmenu > li > a .headmenu-label {font-size:10px;}
			.rightpanel {margin-top:90px;}
		  .mainwrapper { overflow: hidden;}
		  .header .logo { margin-left: -260px;}
		  .header { width: 100%; margin-top:50px;}
		  .headerCantina { width: 100%; margin-top:0px;}
		  .headerinner { width: 100%; margin-left: 0; }
		  .leftpanel {margin-left: -260px; background-color:#272727;}
		  .sidebar-nav-fixed{margin-top:50px;}

		  .headmenu > li {
				display: inline-block;
				float: left;
				font-size: 12px;
				position: relative;
				border-right: 1px solid rgba(255,255,255,0.15);
			}
		  
		  
		  

		  .rightpanel { margin-left: 0; width: 100%; }
		  .topbar { width:100%; display: block; background: #272727; height: 50px; position: fixed; top: 0px; padding:1px; z-index:999;}
		  .barmenu {font-size: 18px; color: #fff; background: url(../images/barmenu.png) no-repeat center center;width: 50px; height: 50px; display: block; cursor: pointer;}

	      /*User Login*/
		  .userPhoto img{visibility:hidden;}
		  .userloggedinfo{display: none;}

		  /* mainconteninner */
		  .maincontentinner {margin-top:127px;}
		  .maincontentinnerGestao {margin-top:170px;}

		   /* optionscontent */
		  #optionscontent{margin-top:0px; width:100%;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /*divider*/
		  .divider{height:10px;}
		  
		  .breadcrumbs {
			  list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
			  border-bottom: 1px solid #ccc; position: relative; position: fixed; z-index: 12; 
			  width:100%; top:120px;
			}
			
			.breadcrumbsTop{visibility:hidden;}
			
			.noOptionsContent{margin-top:50px !important;}
		
			
			.header { height: 50px;}
		
			.headmenu > li > a {
				min-width: 50px; position: relative; display: block; color: #fff;
				padding: 4px 15px 4px 15px; cursor: pointer; 
			}
}


@media screen and (max-width: 720px) {

			li.logoutComplete{visibility:hidden;}

		  .header { margin-top:50px; height: 90px; }
		  .headerCantina { width: 100%; margin-top:0px;}
		  #dashboard-left, #dashboard-right { width: 100%; margin: 0; }

		  .headmenu > li {
				display: inline-block;
				float: left;
				font-size: 12px;
				position: relative;
				border-right: 1px solid rgba(255,255,255,0.15);
			}
		  
		  .searchbar { position: static; margin-bottom: 15px; }
		  .searchbar input { width: 100%; background-position: 97.5% center; }

		  /* calendar */
		  .ui-datepicker-calendar td a { padding: 10px; font-size: 12px; }

		  /* buttons */
		  .fontawesomeicons .span3 { width: 48%; display: inline-block; }
		  .iconsweetslist li { width: 33.3333%; }

		  /* forms */
		  .stdform label { float: none; width: auto; text-align: left; margin-bottom: 5px; }
		  .stdform div.par .controls,
		  .stdform .stdformbutton, .stdform small.desc,
		  .stdform2 span.field, .stdform2 div.field,
		  .stdform span.field, .stdform div.field,
		  .stdform .formwrapper, .dualselect { margin-left: 0; }
		  .input-append .add-on, .input-prepend .add-on { height: 20px; }
		  .stdform input { padding: 4px 5px; }
		  .stdform2 p, .stdform2 div.par { background: none; }
		  .stepContainer p { margin: 10px 15px; }
		  #wiz1step2_1 p { margin: 10px 0; }
		  .tabbedwizard .stepContainer { padding: 30px 15px; }
		  #elm1_toolbargroup { width: 640px; }
		  .stdform2 span.field, .stdform2 div.field { padding-top: 0; }


		  /* boxes */
		  .bx-wrapper { margin-bottom: 20px; }
		  .slide_img { float: left; width: 100px; }
		  .slide_content { margin-left: 120px; }
		  .entry_img { float: left; }
		  .entry_content { margin-left: 120px; }

		  /* media */
		  .mediamgr_menu li.right { float: none; margin-top: 10px; }
		  .mediamgr_category ul li.right {
					 float: none; text-align: right; display: block; border-top: 1px dashed #ddd; margin-top: 10px; }
		  .mediamgr .mediamgr_right { top: 110px; }

		  /* messages */
		  .messageleft { width: 241px; }
		  .messageright { margin-left: 241px; }

		  /* bootstrap */
		  .btn { padding: 4px 12px; }

		  /*User Login*/
		  .userloggedinfo{display: none;}

		  /* optionscontent */
		  #optionscontent{margin-top:20px; width:100%;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /* mainconteninner */
		  .maincontentinner {margin-top:127px;}

		  /*Breadcrumbs*/
		 .breadcrumbs {
			  list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
			  border-bottom: 1px solid #ccc; position: relative; position: fixed; z-index: 12; 
			  width:100%; top:120px;
			}
			
			.breadcrumbsTop{
	
				visibility:hidden;
			}

		  /*divider*/
		  .divider{height:0px;}
		  
		  
		  .bg {
				/*background-image: url(../images/bg.png);*/
				background: none;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
			}
		  
		  
}

@media screen and (max-width: 640px) {

			li.logoutComplete{visibility:hidden;}

		  .header { margin-top:50px; height: 90px; }
		  .headerCantina { width: 100%; margin-top:0px; height: 70px;}
		  .headmenu > li > a { padding: 25px 10px 9px; }

		  /* buttons */
		  .glyphicons li { width: 50%; }
		  .iconsweetslist li { width: 50%; }

		  /* forms */
		  #elm1_toolbargroup { width: 560px; }

		  /* media */
		  .mediamgr_category, .mediamgr_content { margin-right: 0; }
		  .mediamgr .mediamgr_right { position: static; width: auto; }
		  .mediamgr .mediamgr_rightinner { padding-left: 0; }
		  .mediamgr_category ul li.right { float: right; border-top: 0; margin-top: 0; }

		  /*User Login*/
		  .userloggedinfo{visibility:hidden;}

		  /* optionscontent */
		  #optionscontent{margin-top:30px; width:100%;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /* mainconteninner */
		  .maincontentinner {margin-top:230px;}

		  /*Breadcrumbs*/
		 .breadcrumbs {
			  list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
			  border-bottom: 1px solid #ccc; position: relative; position: fixed; z-index: 12; 
			  width:100%; top:120px;
			}
			
			.breadcrumbsTop{
	
				list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
				border-bottom: 1px solid #ccc; position: relative; z-index: 12;
				position: fixed; width:100%; top:120px; line-height:21px;
			}

		  /*divider*/
		  .divider{height:0px;}
}

@media screen and (max-width: 603px) {


			li.logoutComplete{visibility:hidden;}
			
		  .header { margin-top:50px; height: 90px; }
		  .headerCantina { width: 100%; margin-top:0px; height: 70px;}
		  .headmenu > li > a { padding: 25px 15px 9px; }
		  /*.userloggedinfo .userinfo small { display: none; }
		  .userloggedinfo { width: 220px; }
		  .userloggedinfo .userinfo { float: none; margin-left: 100px; }*/

		  /* media */
		  .mediaWrapper { width: 400px; }

		  /* table */
		  .dataTable th, .dataTable td { font-size: 11px; padding: 5px; }
		  .dataTable th:nth-child(2), .dataTable td:nth-child(2) { display: none; }
		  .dataTables_paginate { position: relative; margin: -25px 0 0 20px; }
		  .dataTables_info { height: 50px; }
		  #dyntable2_info { height: auto; }
		  .dataTables_filter { position: relative; margin: -50px 0 20px 20px; }
		  .dataTables_length { height: 70px; }
		  #dyntable2_wrapper .dataTables_filter { margin: 0; }

		  /*User Login*/
		  .userloggedinfo{visibility:hidden;}

		  /* optionscontent */
		  #optionscontent{margin-top:30px; width:100%;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /* mainconteninner */
		  .maincontentinner {margin-top:230px;}

		  /*Breadcrumbs*/
		 .breadcrumbs {
			  list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
			  border-bottom: 1px solid #ccc; position: relative; position: fixed; z-index: 12; 
			  width:100%; top:120px;
			}
			
			.breadcrumbsTop{
	
				list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
				border-bottom: 1px solid #ccc; position: relative; z-index: 12;
				position: fixed; width:100%; top:120px; line-height:21px;
			}

		  /*divider*/
		  .divider{height:0px;}
}


@media screen and (max-width: 480px) {

			li.logoutComplete{visibility:hidden;}

		  .header { margin-top:50px; height: 90px; }
		  .headerCantina { width: 100%; margin-top:0px; height: 70px;}
		  .headmenu > li > a { padding: 25px 20px 9px; }
		  .headmenu > li.right { padding-bottom: 13px; }
		  .panelCont{margin-top:190px;}

		  /*.userloggedinfo { width: auto; }
		  .userloggedinfo img { cursor: pointer; }
		  .userloggedinfo .userinfo {
					 position: absolute; top: 110px; z-index: 100; right: -1px; width: 200px; background: #fff;
					 padding: 10px; color: #333; border: 2px solid #0866c6; border-top: 0; display: none; }
		  .userloggedinfo .userinfo::after {
					 position: absolute; top: -6px; right: 45px; display: inline-block; border-right: 6px solid transparent;
					 border-bottom: 6px solid white; border-left: 6px solid transparent; content: ''; }
		  .userloggedinfo .userinfo small { color: #999; }
		  .userloggedinfo ul li a { background: #eee; color: #333; padding: 5px 10px; font-size: 12px; }
		  .userloggedinfo ul li a:hover { background: #0866c6; color: #fff; }*/

		  

		  /* buttons */
		  .tabbable > .nav-tabs > li > a { padding: 10px; }

		  /* forms */
		  .wizard .hormenu li { float: none; display: block; width: auto; border: 2px solid #0866c6; margin-bottom: 5px; }
		  .wizard .hormenu li a { border: 0; }
		  .wizard .hormenu li a.done { border: 0; }
		  .wizard .hormenu { margin-bottom: 20px; }
		  .wizard-inverse .hormenu li { border-color: #333; }
		  .wizard .tabbedmenu { height: auto; padding: 10px; }
		  .wizard .tabbedmenu li { display: block; margin-bottom: 10px; }
		  .wizard .tabbedmenu li:last-child { margin-bottom: 0; }
		  .wizard .tabbedmenu li a { padding: 10px; }
		  #elm1_toolbargroup { width: 395px; }
		  .regpanel { width: 300px; }

		  /* media */
		  .mediamgr_menu li.right { float: none; margin-top: 10px; }
		  .mediamgr_category ul li.right {
					 float: none; text-align: right; display: block; border-top: 1px dashed #ddd; margin-top: 10px; }
		  .mediamgr .mediamgr_right { top: 110px; }
		  .mediamgr_menu li.filesearch { margin: 10px 0; width: 100%; }
		  .mediamgr_menu form input.filekeyword {
					 width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
					 height: auto; margin-bottom: 0; }
		  .mediamgr_menu li.right { margin-top: 0; }
		  .mediaWrapper { width: 280px; }

		  /* table */
		  .dataTables_paginate .first, .dataTables_paginate .previous,
		  .dataTables_paginate .paginate_active, .dataTables_paginate .paginate_button,
		  .dataTables_paginate .next, .dataTables_paginate .last { padding: 5px 7px; }
		  div.table-wrapper { margin-bottom: 0; }

		  /* messages */
		  .messageleft { width: auto; float: none; height: auto; }
		  .messageright { margin-left: 0; display: none; height: auto; border-left: 1px solid #0866c6; }
		  .messagesearch input { background-position: 375px 9px; }
		  .msglist { height: auto; border-bottom-width: 1px; }
		  .messageview { height: auto; }

		  /* calendar */
		  .fc-button { padding: 0 5px; }
		  .fc-header-title { margin-top: 3px; }

		  /* invoice */
		  .amountdue h1 { padding: 10px 25px; }
		  .amountdue .btn { width: 225px; }

		  /* blog */
		  .gridblog li { width: 100%; }

		  /*User Login*/
		  .userloggedinfo{visibility:hidden;}

		   /* optionscontent */
		  #optionscontent{margin-top:30px; width:100%;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /* mainconteninner */
		  .maincontentinner {margin-top:230px;}

		  /*Breadcrumbs*/
		 .breadcrumbs {
			  list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
			  border-bottom: 1px solid #ccc; position: relative; position: fixed; z-index: 12; 
			  width:100%; top:120px;
			}
			
			.breadcrumbsTop{
	
				list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
				border-bottom: 1px solid #ccc; position: relative; z-index: 12;
				position: fixed; width:100%; top:120px; line-height:21px;
			}

		  /*divider*/
		  .divider{height:0px;}
}


@media screen and (max-width: 360px) {
			
			li.logoutComplete{visibility:hidden;}


		  .header { margin-top:50px; height: 90px; }
		  .headerCantina { width: 100%; margin-top:0px; height: 70px;}
		  .headmenu > li { font-size: 12px; }
		  .headmenu > li > a { padding: 25px 5px 9px; }
		  .headmenu > li > a .head-icon { width: 30px; height: 30px; background-size: cover; }
		  .leftmenu .nav-tabs.nav-stacked li a { font-size: 13px; }
		  .leftmenu .nav-tabs.nav-stacked .dropdown ul li a { font-size: 12px; }
		  .panelCont{margin-top:190px;}

		  /*.userloggedinfo img { width: 60px; }
		  .userloggedinfo .userinfo { top: 90px; }
		  .header .logo { padding-top: 30px; }
		  .headmenu .dropdown-menu:after { left: 25px; }
		  .userloggedinfo .userinfo:after { right: 35px; }
		  .searchbar input { background-position: 285px 10px; }*/

		  .commentlist li p:last-child .btn { margin-bottom: 10px; }

		  /* buttons */
		  .tabbable > .nav-tabs > li { overflow: hidden; font-size: 11px; }
		  .tabbable > .nav-tabs > li a { padding: 10px 5px; }
		  .glyphicons li { width: auto; float: none; }
		  .fontawesomeicons .span3 { width: auto; float: none; }
		  .iconsweetslist li { width: auto; float: none; }

		  /* forms */
		  .dualselect select { width: 38%; }
		  .chzn-container{ width: 270px !important; }
		  .chzn-drop { width: 268px !important; }
		  .chzn-search input { width: 220px !important; }
		  .tagsinput { width: 260px !important; }
		  #elm1_toolbargroup { width: 285px; }

		  /* elements */
		  .navbar .brand { display: none; } /* hidden for demo purposes only */

		  /* boxes */
		  .slide_img, .entry_img { float: none; margin-bottom: 10px; }
		  .slide_content, .entry_content { margin-left: 0; }

		  /* media */
		  .mediamgr_category ul li { float: none; display: block; margin: 0; }
		  .mediamgr_menu li { margin-bottom: 10px; }
		  .mediamgr_menu li.newfilebtn { margin-left: 10px; }
		  .mediaWrapper { width: 240px; }
		  .imgpreview { width: 209px; }

		  /* messages */
		  .messagemenu ul { height: 45px; }
		  .messagemenu ul li a { padding: 12px 10px; }

		  /* calendar */
		  .fc-header { margin-top: 30px; }
		  .fc-header-title h2 { margin-top: -50px; }
		  .fc-button-month { margin-left: -50px; }

		  /* error */
		  .errortitle h4 { font-size: 20px; }
		  .errortitle span { font-size: 50px; }
		  .errortitle span:first-child { margin-left: 0; }


		  /* bootstrap */
		  .tabbable > .tab-content { padding: 15px; }
		  .btn-circle { width: 6px; }
		  .btn-circle i { margin-left: -3px; }
		  .input-append .btn, .input-prepend .btn { padding-left: 8px; padding-right: 8px; font-size: 12px; }

		  /* footer */
		  .footer .footer-left { float: none; text-align: center; }
		  .footer .footer-right { float: none; text-align: center; }

		  /*User Login*/
		  .userloggedinfo{visibility:hidden;}

		  /* optionscontent */
		  #optionscontent{margin-top:30px; width:100%;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /* mainconteninner */
		  .maincontentinner {margin-top:230px;}

		  /*Breadcrumbs*/
		 .breadcrumbs {
			  list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
			  border-bottom: 1px solid #ccc; position: relative; position: fixed; z-index: 12; 
			  width:100%; top:120px;
			}
			
			.breadcrumbsTop{
	
				list-style: none; height: 28px; background: #ddd; padding: 4px 0 4px 10px;
				border-bottom: 1px solid #ccc; position: relative; z-index: 12;
				position: fixed; width:100%; top:120px; line-height:21px;
			}

		  /*divider*/
		  .divider{height:0px;}
}

@media screen and (max-width: 320px) {

		li.logoutComplete{visibility:hidden;}

		  body { font-size: 11px; line-height: 18px; }
		  .headmenu > li > a { padding: 25px 0 9px; }
		  .headerCantina { width: 100%; margin-top:0px; height: 70px;}
		  .searchbar input { background-position: 245px 10px; }
		  .pagetitle h1 { font-size: 24px; }
		  .pageicon { font-size: 32px; padding: 10px 5px; }
		  .pagetitle { margin-left: 75px; }
		  .panelCont{margin-top:190px;}
		  h5.userText{visibility:hidden;}

		  /* dashboard */
		  .shortcuts li { display: block; margin: 0 0 10px 0; float: none; }
		  .shortcuts li a { width: auto; }
		  .shortcuts li:nth-child(even) { margin-right: 0; }
		  .commentlist li img { width: 40px; }
		  .commentlist li .comment-info { margin-left: 55px; }
		  .commentlist li .comment-info h4 { font-size: 14px; }

		  /* buttons */
		  .buttons-icons li { width: 50px; overflow: hidden; }
		  .buttons-icons li a { width: 150px; }

		  /* forms */
		  .stdform .input-append input, .stdform .input-prepend input { width: 100px !important; }
		  #elm1_toolbargroup { width: 240px; }

		  /* media */
		  .mediamgr_menu li.newfoldbtn { margin-left: 0; clear: left; }

		  /* calendar */
		  .fc-button-month { margin-left: -90px; }
		  .fc-header-title h2 { margin-left: -175px; }

		  /* table */
		  .dataTables_paginate .first, .dataTables_paginate .previous,
		  .dataTables_paginate .paginate_active, .dataTables_paginate .paginate_button,
		  .dataTables_paginate .next, .dataTables_paginate .last { padding: 5px; }
		  div.table-wrapper { margin-bottom: 0 !important; border-bottom: 1px solid #ddd; }

		  .table-infinite tr th:nth-child(2),
		  .table-infinite tr td:nth-child(2),
		  .table-infinite tr th:nth-child(3),
		  .table-infinite tr td:nth-child(3) { display: none; }

		  /*User Login*/
		  .userloggedinfo{visibility:hidden;}

		   /* optionscontent */
		  #optionscontent{margin-top:30px; width:100%;}
		  #optionscontentTop{margin-top:30px; width:100%;}

		  /* mainconteninner */
		 .maincontentinner {margin-top:230px;}

		 /*Breadcrumbs*/
		 .breadcrumbs, .pageheader, .maincontent .fixedPanel{position: fixed; width:100%; top:70px;}
		 .breadcrumbs2, .pageheader2 {position: fixed;width:100%; top:70px;}
		 .breadcrumbs{margin-top:0px;z-index: 12}

		  /*divider*/
		 .divider{height:0px;}
}

/************ MEDIA QUERIES END ************/

/* FIXAR PAINEIS */
.sidebar-nav-fixed {
    position:fixed;
    top:70px;
    width:260px;
}

/* MEDIA PRINT */
@media print {
   .leftpanel,  footer, .logosApoios, .header, .leftmenu, .breadcrumbs, #optionscontent, #optionscontentTop,  .noprint ,#Header, #Footer, .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate, #windowOptions{display:none !important}
   .rightpanel{margin-left:0px;margin-right:auto;}
   .pagetitle{margin-left:0px;}
	.headerPrint, .footerPrint{ visibility: visible;background-color: #FF0;}
	.form-control{border:0px;padding:0px;}
	table tr td{padding: 0px; height: 15px;line-height: 15px;}
	.maincontentinner h3{border:0px; font-size:16px;}
	.pageicon{border:0px;}
   /*body{background-color: #F00 !important;}*/

   /* on modal open bootstrap adds class "modal-open" to body, so you can handle that case and hide body */
    body.modal-open {
        visibility: hidden;
    }

    body.modal-open .modal .modal-header,
    body.modal-open .modal .modal-body {
        visibility: visible; /* make visible modal body and header */
    }


}

/* MENSAGENS DE ALERTAS de NOTIFICACAO */
.alertNotification{z-index: 9998;width: 250px;}

/***** OUTROS STYLES *****/
.maincontentinner h3, .borderBottom{ border-bottom:1px solid #CCC;}
.modal-dialog{width: 80%; z-index: 150 !important;}
.modal-dialog #optionscontent #optionscontentTop{position: relative !important; top:0px; margin-left:-20px; padding:0px 0px 0px 15px;}
.logoPreview{	max-width: 248px; max-height: 248px;top:auto;bottom:auto;}
.mBottom{margin-bottom:10px;}
.mBottom60{margin-bottom:60px;}

/* MODAL MENSAGENS */
.chzn-drop{width:100%;}

#uploadPreview img{
    /* CODIGO PARA CENTRAR VERTICALMENTE */
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);/*safari*/
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* FIM CENTRAR VERTICALMENTE */
}

#uploadPreview {width: 250px;height: 250px;text-align: center;border: 1px solid #ccc;display: inline-block;z-index:30;}
.selected{ background-color: #e6e6e6;color:#000; text-shadow: none; font-size: 13px;}
.selected a{color:#000;}

ul.linkBlack a,ul.linkBlack a:hover,ul.linkBlack a:link,ul.linkBlack a:active,ul.linkBlack a:focus { outline: none; color:#000000; text-decoration: none; }
a, a:hover, a:link, a:active, a:focus{color:#000;}

/* Align */
.textRight{	text-align: right; }
.textCenter{ text-align: center; }
.textLeft{ text-align: left; }
.alignRight{float:right;position: right; text-align: center; }
.alignLeft{float:left;position: left; text-align: center; }

/*Titles */
.widgettitle{padding: 10px; text-align:center;font-family: 'Roboto', sans-serif;font-size:16px;}
.graphictitle .config{float:right;}
.graphictitle{margin-bottom: 20px;font-family: 'Roboto', sans-serif; font-size:18px;}
.graphictitle .chart_title{padding-right:10px;}
.graphictitle .fa-bar-chart{padding-right:15px;}
.graphictitle .fa-search{padding-right:15px;}

/*Jquery Anim Start */
#encargos{width:70%;display:inline;}
#encargos.form-control{margin-bottom: 0px;}
#panel{width:100%;height:auto;}
#panel2{width:100%;height:auto;}
#paneldate{width:100%;height:60px; background-color:#FFF;}
.time{float:right;}
.center{text-align: center; padding:10px;}
/*Jquery Anim End */

/*OPTIONS TREE */
.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fff;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-top:20px;
	margin-bottom:20px;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative;
    margin-left: 15px;
}
.tree li::before, .tree li::after {
    /*content:'';*/
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    /*-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;22
    border-radius:5px;*/
    display:inline-block;
    padding:3px 8px;
    text-decoration:none;
}

.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    /*background:#eee;
    border:1px solid #94a0b4;
    color:#000*/
}

.treeOption {
	display:block;
	text-align:left;
	word-wrap:break-word;
	white-space: normal;
}

.treeSecondOption {
	width:400px !important;
	margin-left: 10px;
	text-align:left;

}
.tree li spa


/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
.scrollbar-external_wrapper {
    /*height: 450px !important;*/
    position: relative;
    width: auto !important;
}
.scrollbar-external {
    /*height: 400px;*/
    overflow: auto;
    width: 1600px;
}

.external-scroll_x,
.external-scroll_y {
    border: solid 1px #9999fc;
    cursor: pointer;
    display: none;
    position: absolute;
}

.external-scroll_x.scroll-scrollx_visible {
    display: block;
    height: 10px;
    left: 0;
    top: 410px;
    width: 200px;
}
 
.external-scroll_y.scroll-scrolly_visible {
    display: block;
    /*height: 200px;*/
    left: 610px;
    top: 0;
    width: 10px;
}
 
.external-scroll_x div,
.external-scroll_y div
{
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}
 
.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
    background: #9999fc;
    z-index: 12;
}
 
.external-scroll_x .scroll-bar {
    width: 100px;
}
.external-scroll_y .scroll-bar {
    /*height: 100px;*/
}

.ui-datepicker{

	z-index: 2000 !important; 

}

.login-wrapper {
    /*background: rgba(213,215,222,0.9);*/
	max-width: 350px;
    margin: 50px auto 0;
    /*background: #d5d7de;*/
	background: #0866c6;
}

.login-wrap {
    padding: 20px;
}
.login-wrapper-bottom {
    border: none;
    /*background: rgba(213,215,222,0.9);*/
	max-width: 350px;
    margin: 10px auto 0;
    /*background: #d5d7de;*/
	background: #fff;
	color: #0866c6;
}

.login-wrapper-bottom a{
    color: #0866c6;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

.timeline>li>.fa, .timeline>li>.glyphicon, .timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.bg-red{
    background-color: #dd4b39 !important;
	color: #fff !important;
}

.bg-aqua{
    background-color: #00c0ef !important;
	color: #fff !important;
}

.bg-blue{
    background-color: #0073b7 !important;
	color: #fff !important;
}

.bg-teal {
    background-color: #39cccc !important;
    color: #fff !important;
}

.bg-yellow{
    background-color: #f39c12 !important;
    color: #fff !important;
}

.bg-danger {
    background: #b94a48;
}

.input-xs{

    height: 24px;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;

}

.font-xs{
	font-size: 10px;	
}
.font-xxs{
	font-size: 8px;	
}
.bg-success{
    background: #5ab65a;
}


.blueCard{
	border: 1px dashed blue;
	height: 100%; 
	
}

.flexStyle{
	display: flex; 
	flex-wrap:wrap;	
}

.tab-primary.ui-tabs .ui-tabs-nav {
	display: flex !important;
    flex-wrap: wrap !important;
	height: unset !important;
	
}

/* Comunicações */

.chat-instance {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    /* border-radius: 8px 8px 8px 8px; */
    border: 0;
    bottom: 0;
    background: white;
    width: 100%px;
    transition: all 0.3s;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.chat-instance .chat-direct-msg {
    margin-bottom: 10px;
    
}

.chat-instance .chat-direct-msg .chat-direct-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.chat-instance .chat-direct-msg .chat-direct-msg-content {
    display: flex;
}

.chat-instance .chat-direct-msg .chat-direct-img {
    font-size: 20px;
    margin: 1px;
    padding: 5px;
    display: flex;
    align-items: flex-start;
    /* cursor: pointer; */
    background-color: rgba(255,255,255, 0.3);
    border: 1px solid transparent;
}

.chat-instance .chat-direct-msg.enviado .chat-direct-msg-content .chat-direct-text {
    flex: 1;
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 0px 0 0 5px;
    color: #444;
}

.chat-instance .chat-direct-msg.recebido .chat-direct-info .chat-direct-name {
    text-align: right;
    padding-bottom: 3px;
}

.chat-instance .chat-direct-msg.recebido .chat-direct-msg-content {
    flex-direction: row-reverse;
}

.chat-instance .chat-direct-msg.recebido .chat-direct-msg-content .chat-direct-text:after, .chat-instance .chat-direct-msg.recebido .chat-direct-msg-content .chat-direct-text:before {
    right: auto;
    left: 100%;
    border: solid transparent;
    border-left-color: #6f6f6f;
}
.chat-instance .chat-direct-msg.recebido .chat-direct-msg-content .chat-direct-text {
    flex: 1;
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    margin: 0px 5px 0 0px;
    background: #6f6f6f;
    border-color: #6f6f6f;
    color: #fff;
}

.chat-instance .chat-direct-msg.enviado .chat-direct-msg-content .chat-direct-text:before, .chat-instance .chat-direct-msg.enviado .chat-direct-msg-content .chat-direct-text:after {
    right: 100%;
    border: solid transparent;
    border-right-color: #d2d6de;
}

.chat-instance .chat-direct-msg .chat-direct-msg-content .chat-direct-text:before, .chat-instance .chat-direct-msg .chat-direct-msg-content .chat-direct-text:after {
    position: absolute;
    top: 15px;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

.chat-instance .chat-direct-msg.enviado .chat-direct-msg-content .chat-direct-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.chat-instance .chat-direct-msg .chat-direct-info .chat-direct-name {
    color: #777777;
    font-size: 12px;
    font-weight: bold;
}

.chat-instance .chat-direct-msg .chat-direct-info .chat-direct-time {
    color: #999999;
    font-size: 11px;
    text-align: center;
}

.chat-instance .chat-direct-msg .chat-direct-msg-content .chat-direct-text.highlight {
    /* border-color: #FFC107; */
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 193, 7, 0.75);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 193, 7, 0.6);
}
.comunicacao {
    font-size: 11px;
    padding: 5px;
    margin-bottom: 5px;
    cursor:pointer;
}

.comunicacao-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.comunicacao-body {
    padding: 5px;
}

.comunicacao:not(.final):hover {
    background-color: #b9daea;    
}