/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 591px;
    height: 99px;
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
    font: 21px 'MyriadProRegular';
    padding-top:8px;
    color: #AAAAAA;
}


option
{
  font: 21px 'MyriadProRegular';
  color: #AAAAAA;
}

select option:first-child{
  color: green;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'MyriadProLight';
    src: url('myriadpro-light.eot');
    src: url('myriadpro-light.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-light.woff') format('woff'),
         url('myriadpro-light.ttf') format('truetype'),
         url('myriadpro-light.svg#MyriadProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('myriadpro-semibold.eot');
    src: url('myriadpro-semibold.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-semibold.woff') format('woff'),
         url('myriadpro-semibold.ttf') format('truetype'),
         url('myriadpro-semibold.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

}

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

}

/*GERAL*/
div{
	position: relative;
	float: left;
}
p{
	margin: 0px;
}
a{
	text-decoration: none;
}


body{
	background: #1F3954;
	margin: 0px;
	padding: 0px;
}

#container{
	position: relative;
	float: left;
	width: 100%;
	min-height: 612px;
	height: 100%;
	padding-bottom: 88px;
}

#logo_holder{
	position: relative;
	float: left;
	margin-top: 60px;
	margin-left: 150px;
}

h1{
	color: #FFFFFF;
	font: 42px 'MyriadProSemibold';
	margin: 0px;
}

h2{
	font: 27px 'MyriadProBold';
	margin: 0px;
}

h3{
	color: #FFFFFF;
	font: 20px 'MyriadProSemibold';
	margin: 0px;
}
h4{
	color: #FFFFFF;
	font: 13px 'MyriadProSemibold';
	margin: 0px;
	margin-top: -6px;
}

.input_holder{
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.input_text{
	position: relative;
	float: left;
	margin: 0px;
	font: 22px 'MyriadProLight';
	color: #FFFFFF;

}
.input{
	clear: left;
	position: relative;
	float: left;
	margin: 0px;
	width: 267px;
	height: 35px;
	background: #FFFFFF;
	border: none;
	border-bottom: 2px solid #0090EC;
	border-right: 2px solid #0090EC;
	border-left: 2px solid #0090EC;
}

.login_input{
	position: relative;
	float: left;
	background: url('../img/icon_login.png') no-repeat;
	background-color: #0096E8;
	background-position: 140px center;
	width: 188px;
	height: 94px;
	border: none;
	font: 30px 'MyriadProSemibold';
	color: #FFFFFF;
	text-align: left;
	padding-left: 25px;
	cursor: pointer;
}

.login_input:hover{
	background-color: #006FAA;
}

#perdeu_pass{
	position: relative;
	float: left;
	color: #FFFFFF;
	font: 17px 'MyriadProSemibold';
	margin-top: 5px;
	cursor: pointer;
}

/*FOOTER*/
#footer_holder{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 88px;
}
#footer_back{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 88px;
}
#footer_back img{
	width: 100%;
	height: 88px;
}
#footer_content{
	position: absolute;
	width: 100%;
	top: 30px;
	color: #FFFFFF;
	font: 12px 'MyriadProSemibold';
}

#voltar_topo{
	width: 100%;
	background: #3D85D0 url('../img/icon_voltar_topo.png') no-repeat center 30px;
	height: 70px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 70px;
	font: 28px 'MyriadProLight';
}

/*HEADER*/
#header_holder{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#menu_holder{
	position: relative;
	text-align: center;
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: -3px;
}

#submenu_holder{
	position: relative;
	float: left;
	width: 100%;
	/*height: 50px;*/
	background-color: #0090EC;

}

.submenu_items_holder{
	position: relative;
	float: left;
	display: none;
}

.submenu_item{
	position: relative;
	float: left;
	padding: 10px;
	/*border-right: 1px solid #1F3954;*/
	color: #FFFFFF;
	font:bold 16px 'MyriadProSemibold';
	cursor: pointer;
}

.submenu_item:hover{
	color: #284F78;	
}
.submenu_item_sel{
	color: #284F78;		
}

.menu_item{
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #3682D2;
	height: 103px;
	cursor: pointer;
}
.menu_item:hover{
	background:	#3682D2 url('../img/menu_hover.png') no-repeat center bottom;
	border-bottom: 3px solid #0090EC;
	height: 100px;
}

.menu_itemActive
{
  background:	#284F78 url('../img/menu_hover.png') no-repeat center bottom;
  border-bottom: 3px solid #0090EC;
  height: 100px;
}
.menu_item:hover .menu_item_text{
	margin-top:40px
}
.menu_item_text{
	color: #FFFFFF;
	font:bold 16px 'MyriadProSemibold';
	position: relative;
	float: left;
	margin-top:40px
}

/*CONTEUDO*/

#conteudo_holder{
	width: 100%;
}



.icon_titulo_subtitulo{
	position: relative;
	float:left;
	margin-left: 33px;
	margin-top: 35px;
}


.area_item_holder{
	float: right;
	margin-right: -6px;
	cursor: pointer;
	padding-right: 67px;
	background-position: right center;
	margin-bottom: 60px;
}

.area_item_holder_sel{
	background-position: 165px center;
}

.area_item_holder_blur{
	opacity: 0.5;
}
.area_item_holder_blur:hover{
	opacity: 1;
}

.area_item{
	width: 137px;
/*	height: 96px;*/
	padding:10px 15px 15px 15px;
	color: #FFFFFF;
	font: 16px 'MyriadProSemibold';
	line-height: 100%;
}
.area_item_title{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 5px;
	font: 19px 'MyriadProSemibold';
	line-height: normal;
}

.icon_cor_area1{
	background-image: url('../img/icon_cor_area1.png');
	background-repeat: no-repeat;
}
.area_item_def{
	position: absolute;
	bottom: -25px;
	padding:0px 0px 0px 25px;
	font: 14px 'MyriadProSemibold';
	height: 21px;
}
.area_item_def p{margin-top: 2px}
.area_item_def_area1{
	background: url('../img/icon_def_area1.png') no-repeat;
}

.equipamento_item_holder{
	float: left;
	cursor: pointer;
	margin-left: 5%;
	margin-bottom: 60px;
}
.equipamento_item{
	width: 137px;
/*	height: 96px;*/
	padding:10px 15px 15px 15px;
	color: #FFFFFF;
	font: 16px 'MyriadProSemibold';
	line-height: 100%;
}
.equipamento_item_title{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 5px;
	font: 19px 'MyriadProSemibold';
	line-height: normal;
	height: 53px;
	overflow: hidden;
}
.equipamento_item_def{
	position: absolute;
	bottom: -25px;
	padding:0px 0px 0px 25px;
	font: 14px 'MyriadProSemibold';
	height: 21px;
	background: url('../img/icon_def_equipamento.png') no-repeat;
}
.equipamento_item_def p{margin-top: 2px}

.categoria_item_holder{
	float: right;
	margin-right: -6px;
	cursor: pointer;
	padding-right: 67px;
	background-position: right center;
	margin-bottom: 60px;
}
.categoria_item{
	width: 157px;
	height: 52px;
	padding:10px 0px 0px 10px;
	color: #FFFFFF;
	font: 19px 'MyriadProSemibold';
	line-height: 100%;
	background: url('../img/back_categoria_item.png') no-repeat;
}

.icon_cor_categoria{
	background-image: url('../img/icon_cor_categorias.png');
	background-repeat: no-repeat;
}


.categoria_item_holder_sel{
	background-position: 165px center;
}

.categoria_item_holder_blur{
	opacity: 0.5;
}
.categoria_item_holder_blur:hover{
	opacity: 1;
}

.subcategoria_item_holder{
	cursor: pointer;
	margin-bottom: 60px;
	margin-left: 36px;
}
.subcategoria_item{
	height: 20px;
	padding:5px 16px 5px 28px;
	color: #FFFFFF;
	font: 19px 'MyriadProSemibold';
	line-height: 100%;
	background:#777777 url('../img/back_subcategoria_item.png') no-repeat left center;
}

#categoriasContainer{
	width:246px;
	z-index: 1;
}

@media only screen and (max-width: 1050px) {
	#categoriasContainer{
		width:167px;
	}
	.categoria_item_holder{
		float: right;
		margin-right: -6px;
		cursor: pointer;
		padding-right: 0px;
		background-position: right center;
		margin-bottom: 60px;
	}
}

/*TABS*/
.tab_item{
	padding: 10px;
	cursor: pointer;
	background: #0090EB;
	color: #FFFFFF;
	z-index: 1;
}
.tab_item:hover{
	background: #006FAA;
	color: #FFFFFF;
	/*padding-bottom: 16px;
	margin-bottom: -6px;*/
	z-index: 1;
}
.tab_item:hover h3{
	color: #FFFFFF;
}
.tab_item:hover h1{
	color: #FFFFFF;
}


.tab_item h3{
	font-size: 20px;
	color:#FFFFFF;
}
.tab_item h1{
	font-size: 35px;
	color:#FFFFFF;
}
.tab_item_sel{
	background: #EEEEEE;
	color: #FFFFFF;
	padding-bottom: 16px;
	margin-bottom: -6px;
	z-index: 1;
}
.tab_item_sel h3{
	color: #AAAAAA;
}
.tab_item_sel h1{
	color: #AAAAAA;
}
.tab_item_sel:hover{
	background: #EEEEEE;
	color: #FFFFFF;
	padding-bottom: 16px;
	margin-bottom: -6px;
	z-index: 1;
}
.tab_item_sel:hover h3{
	color: #AAAAAA;
}
.tab_item_sel:hover h1{
	color: #AAAAAA;
}

.tab_content{
	width:100%;
	display: none;
}
.tab_content_visible{
	display:block;
}

/* MODAL BOX*/

#simplemodal-container{width:661px;height:550px;background:#fff;}
.simplemodal-close{
	position: absolute;
	width: 64px;
	height: 64px;
	left: -64px;
	top: 30px;
	background: #000000;
	background-image: url('../img/icon_fechar.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#simplemodal-container a.modalCloseImg {
/*	background:url(/img/x.png) no-repeat; /* adjust url as required */*/
	position: absolute;
	width: 64px;
	height: 64px;
	left: -64px;
	top: 30px;
	background: #000000;
	background-image: url('../img/icon_fechar.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#simplemodal-overlay{background:#000;}
/* MODAL BOX*/

/*BUTTONS*/
.action_button{
	padding: 8px 20px 8px 20px;
	color: #FFFFFF;
	cursor: pointer;
}
.action_button:hover{
	background-color:#006FAA;
}

.action_button h4{
	line-height: 100%;
}

.inserir{
	background-image: url('../img/inserir_icon.png');
	background-repeat: no-repeat;
	background-position: 17px center;
	padding-left: 58px;
	background-size: 30px 30px;
}
.save{
	background-image: url('../img/icon_save.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 63px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.search_button2{
	background-image: url('../img/icon_search.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 63px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.delete{
	background-image: url('../img/icon_fechar.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 63px;
	padding-top: 12px;
	padding-bottom: 12px;
	float: right;
}

.delete_blocked{
	cursor: default;
	opacity: 0.5;
}
.delete_blocked:hover{
	background-color:#0096E7;
}

.voltar{
	background-image: url('../img/icon_voltar.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 63px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.listagem_item_editar{
	height: 39px;
	width: 99px;
	font: 20px 'MyriadProBold';
	padding: 0px;
	float: right;
	text-align: center;
	padding-top:15px
}

.select_holder{
	font: 18px 'MyriadProRegular';
}

.select_holderFixed{
  margin-top:10px;
}


.select_holder select{
	background: transparent;
	border:none;
	font: 20px 'MyriadProSemibold';
  color:#AAAAAA;
  border: 1px solid #CCCCCC;
  background: #EEEEEE;
  height:45px;
  width:280px;
}


/* .select_holderReturn
{
  margin-left:35px;
  width:280px;
  margin-top:10px;
  font:21px 'MyriadProLight';
} */


.seta_cima{
	background-image: url('../img/seta_cima.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
	padding: 0px;
}
.seta_baixo{
	background-image: url('../img/seta_baixo.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
	padding: 0px;
}
.texto_ordena{
	font: 27px 'MyriadProBold';
	color: #777777;
	margin: 8px 5px 0px 5px;
}
.ordena_bloco{
	margin: 41px 0px 32px 0px;
}
.icon_holder{
	margin: 38px;
	cursor: pointer;
	margin-top: 40px;
	margin-bottom: 23px;
}

#blue_bar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	top: 208px;
	display: none;
}
#grey_bar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	top: 208px;
	display: block;
	background-color: #777777;
}

/*POPUP ANGULAR*/
.popuppack{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.popup_holder_angular_back{
	position: fixed;
	background: #000000;
	opacity: 0.5;
	width: 100%;
	top: 0px;
	height: 100%;
	left: 0px;
}
.popup_holder_angular{
	position: absolute;
	background: #FFFFFF;
	width: 600px;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	margin-bottom: 100px;
}
.popup_holder_angular .popup_body{
	height: auto;
}

/*POPUP*/
.popup_holder{
	width: 100%;
}
.popup_header{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 0px;
}
.popup_body{
	width: 100%;
	height: 365px;
	overflow: auto;
}
.popup_footer{
	width: 100%;
	border-top: 1px solid #DDDDDD;
	margin-top: 0px;
	padding: 12px 0px 12px 0px;
}
.close_popup{
	position: absolute;
	width: 64px;
	height: 64px;
	left: -64px;
	top: 30px;
	background-image: url('../img/icon_fechar.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.close_popup:hover{
	background-color:#006FAA;
}

/*FORM*/
.cms_input_holder{
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cms_input_holder p{
	font: 21px 'MyriadProLight';
}
.cms_input_holder input{
	width: 276px;
	height: 41px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	font: 21px 'MyriadProRegular';
  color: #AAAAAA;

}

.search_input{
	border: none;
	height: 55px;
	font: 21px 'MyriadProRegular';
	margin: 0px;
	padding: 0px;
	background:#FFFFFF;
}

.search_button{
	border: none;
	height: 55px;
	width: 55px;
	margin: 0px;
	background-image: url('../img/icon_search.png');
	background-repeat: no-repeat;
	background-position: center center;
}



/***DROPDOWNS MULTIPLES***/
/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead
*/
.ui-dropdownchecklist {
    color: #AAAAAA;
    background: transparent;
    border: none;
    font: 20px 'MyriadProSemibold';
    height:27px;
}

}
.ui-dropdownchecklist-selector {
    height: 41px;
    border-radius: 4px;
	border: 1px solid #CCC;
	background: #eee;
	height: 41px;
	width: 100%!important;
}

.ui-state-hover, .ui-state-active {
    border-color: #b4b4b4;
}
.ui-dropdownchecklist-dropcontainer {
    background-color: #FFF;
    border: 1px solid #ccc;
    margin-top: 0px;
    width: 93.5%!important;
    z-index: 999;
}
.ui-dropdownchecklist-item {
  width:100%;

}
.ui-dropdownchecklist {
	z-index: 88!important;
	width: 100%;
  border: 1px solid #CCCCCC;
  background: #EEEEEE;
  height:41px;
}
.ui-state-hover {
    background-color: #39f;
}
.ui-state-disabled label {
    color: #ccc;
}
.ui-dropdownchecklist-group {
    font-weight: bold;
    font-style: italic;
}
.ui-dropdownchecklist-indent {
    padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate
   descender problems within the containers and still have a valid size for the text */

.ui-dropdownchecklist-selector {
/*    padding: 5px;*/
    padding-left: 10px;
    padding-top:10px;
}
.ui-dropdownchecklist-text {
    font: 20px 'MyriadProSemibold';
    /* line-height: 20px; */
}
.ui-dropdownchecklist-group {
    padding: 1px 2px 2px 2px;
}
.ui-dropdownchecklist-item label {
    padding-left: 5px;
    font-weight: normal;
}
/***DROPDOWNS MULTIPLES***/


@media only screen and (min-width: 1850px) {
  #holder_right_home{
  	width: 70%;
  }
  #search_input_home{
  	width:94%;
  }
  #search_input_home_holder{
  	width:78%;
  }
  .equipamento_item_holder{
  	margin-left: 1%;
  	margin-right: 2%;
  }
  #equipamentos_holder{
  	width: 96%;
  	margin-left: 4%;
  	margin-right:0%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1850px){
  #holder_right_home{
  	width: 65%;
  }
  #search_input_home{
  	width:92%;
  }
  #search_input_home_holder{
  	width:73%;
  }
  .equipamento_item_holder{
  	margin-left: 1%;
  	margin-right: 2%;
  }
  #equipamentos_holder{
  	width: 96%;
  	margin-left: 4%;
  	margin-right:0%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
  #holder_right_home{
  	width: 60%;
  }
  #search_input_home{
  	width:90%;
  }
  #search_input_home_holder{
  	width:67%;
  }
  .equipamento_item_holder{
  	margin-left: 2%;
  	margin-right: 2%;
  }
  #equipamentos_holder{
  	width: 96%;
  	margin-left: 3%;
  	margin-right:1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  #holder_right_home{
  	width: 55%;
  }
  #search_input_home{
  	width:85%;
  }
  #search_input_home_holder{
  	width:58%;
  }
  .equipamento_item_holder{
  	margin-left: 4%;
  	margin-right: 3%;
  }
  #equipamentos_holder{
  	width: 97%;
  	margin-left: 3%;
  	margin-right:0%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  #holder_right_home{
  	width: 50%;
  }
  #search_input_home{
  	width:77%;
  }
  #search_input_home_holder{
  	width:49%;
  }
  .equipamento_item_holder{
  	margin-left: 7%;
  	margin-right: 7%;
  }
  #equipamentos_holder{
  	width: 90%;
  	margin-left: 5%;
  	margin-right:5%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  #holder_right_home{
  	width: 45%;
  }
  #search_input_home{
  	width:65%;
  }
  #search_input_home_holder{
  	width:37%;
  }
  .equipamento_item_holder{
  	margin-left: 4%;
  	margin-right: 4%;
  }
  #equipamentos_holder{
  	width: 90%;
  	margin-left: 5%;
  	margin-right:5%;
  }

}
@media only screen and (max-width: 1000px) {
  #holder_right_home{
  	width: 100%;
  }
  #search_input_home{
  	width:85%;
  }
  #search_input_home_holder{
  	width:60%;
  }
}

/*EDITAR BLOCOS*/
.editar_input_item_holder{}
.editar_input_item_name{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	padding:3px 12px 6px 9px;
	font: 15px 'MyriadProBold';
}

/*ON-OFF*/
.onoff_item_holder{
	padding: 3px 2px 3px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius:3px;
	margin:36px;
	margin-top: 50px;
	margin-bottom: 40px;
}


.onoff_item_holderFixed{
  padding: 3px 2px 3px 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius:3px;
  margin:0px;
  margin-top: 10px;
  margin-bottom: 0px;
}


.onoff_item{
	width: 45px;
	text-align: center;
	padding: 3px 0px 3px 0px;
	color:#EEEEEE;
	font: 17px 'MyriadProSemiBold';
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius:3px;
	margin: 0px 1px 0px 2px;
}
.onoff_item:hover{
	background: #EEEEEE;
	color: #0096E7;
}
.onoff_item_sel{
	background: #EEEEEE;
	color: #0096E7;
}

/*BLOCO TIPO SELECT*/
.bloco_sel_holder{
	margin: 39px;
	font: 15px 'MyriadProSemiBold';
	margin-bottom: 13px;
	cursor: pointer;
	margin-top: 40px;
}
.bloco_sel_holder:hover{
	background: #FFFFFF;
}
.bloco_item{
	width: 100%;
	height: 45px;
	background-size: 69px 45px;
	text-align: center;
}
.bloco_item:hover{
	background: #FFFFFF;
}
.bloco_tipo_1{
	background-image: url('../img/icon_tipo_bloco_1.png');
	background-repeat: no-repeat;
}

/*BLOCOS*/
#blocos_holder{
	width: 100%;
}
.bloco_holder{
	width: 100%;
	overflow:hidden;
}
.bloco_fechado{
	width: 100%;
	color: #FFFFFF;
	font: 45px 'MyriadProSemiBold';
	cursor: pointer;
	overflow: hidden;
	height: 0px;
	/*height: 92px*/
}

.bloco_tipo_icon{
	width:80px;
	height: 53px;
	margin-left: 26px;
	margin-top: 20px;
	margin-right: 10px;
}
.tipo_bloco_fechado_1{
	background: url('../img/icon_tipo_bloco_fechado_1.png') no-repeat;
}
.bloco_titulo_fechado{
	height: auto;
	margin-top: 16px;
	overflow: hidden;
	width: 70%;
}
.bloco_aberto{
	overflow: hidden;
}

.bloco_editar_button{
	height: 33px;
	font: 17px 'MyriadProBold';
	cursor: pointer;
	float: right;
	border-left: 1px solid #0074C8;
	padding: 20px 26px 0px 26px;
}

.bloco_titulo_aberto{
	font: 45px 'MyriadProSemiBold';
	margin-left: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.estilos_holder{
	width: 20%;
	margin-top: 75px;
}

.bloco_editar_holder_text{
	background:#FFFFFF;
	width: 80%;
	margin-top: 0px;
}


.white_input{
	border:none;
	background: #FFFFFF;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	font: 50px 'MyriadProLight';
}
.white_textarea{
	border:none;
	background: #FFFFFF;
	width: 90%;
	font: 50px 'MyriadProLight';
	height: 420px;
	margin-top: 45px;
	margin-left: 5%;
	margin-right: 5%;
}

.estilo_holder{
	width: 80%;
	height: 70PX;
	background: #FFFFFF url('../img/back_estilo_selector.png') no-repeat;
	margin-bottom: 40px;
	cursor: pointer;
	margin-left: 10%;
	margin-right: 10%;
}
.estilo_holder:hover{
	background-color: #DEDEDE;
}
.titulo_estilo{
	font: 16px 'MyriadProSemiBold';
	margin-top:5px;
	margin-left: 36px;
}
.demo_estilo1{
	font: 50px 'MyriadProLight';
	margin-left: 36px;
	margin-top: -10px;
}
.demo_estilo2{
	font: 28px 'MyriadProLight';
	margin-top: 5px;
	margin-left: 36px;
}
.demo_estilo3{
	font: 13px 'MyriadProSemiBold';
	margin-top: 15px;
	margin-left: 36px;
}
.demo_estilo4{
	font: 13px 'MyriadProRegular';
	margin-top: 15px;
	margin-left: 36px;
}
.demo_estilo5{
	font: 13px 'MyriadProBold';
	margin-top: 15px;
	margin-left: 36px;
}
.demo_estilo6{
	font:italic 13px 'MyriadProSemiBold';
	margin-top: 15px;
	margin-left: 36px;
}
.estilo1{
	font: 50px 'MyriadProLight';
}
.estilo2{
	font: 28px 'MyriadProLight';
}
.estilo3{
	font: 13px 'MyriadProSemiBold';
}
.estilo4{
	font: 13px 'MyriadProRegular';
}
.estilo5{
	font: 13px 'MyriadProBold';
}
.estilo6{
	font: italic 13px 'MyriadProSemiBold';
}

.upload_imagem_holder{

}

.tipo_escolher_holder{
	margin-left:0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	cursor:pointer;
	text-align: center;
}
.tipo_escolher_holder:hover{
	background-color: #EEEEEE;
}
.tipo_escolher_holder_sel{
	background-color: #EEEEEE;
}


.tipo_text{
	font: 21px 'MyriadProLight';
}

.lang_indicator{
	font: 12px 'MyriadProSemiBold';
	color: #FFFFFF;
	/* height: 36px; */
	width: 59px;
	padding: 4px;
	margin: 0px 10px 0px 10px;
	cursor: pointer;
}
.lang_indicator:hover{
	background: #FFFFFF;
	color: #878787;
}
.lang_indicator_sel{
	background: #FFFFFF;
	color: #878787;
}

/*LINKS*/
.link_button{
	height: 55px;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 16px;
	cursor: pointer;
}
.link_button p{
	color: #FFFFFF;
	font: 16px 'MyriadProSemibold';
	margin-top: 13px;
	margin-left: 13px;
}
.link_button:hover{
	background-color: #006FAA;
}

/*Listagens simples*/
.listagem_items_holder{
	width: 956px;
	left: 50%;
	margin-left: -484px;
}

.listagem_items{
	margin-top:115px;
	width: 100%;
}
.listagem_item{
	width: 100%;
}

.icon_user{
	background: url('../img/icon_user_pequeno.png') no-repeat center center;
	height: 54px;
	width: 64px;
	border-right: 1px solid #FFFFFF;
}
.listagem_item_title{
	height: 39px;
	margin-left: 15px;
	padding-top: 15px;
	font: 20px 'MyriadProSemiBold';
}
.listagem_item_subtitle1{
	float: right;
	margin-right: 20px;
	font: 16px 'MyriadProSemiBold';
	height: 39px;
	padding-top: 15px;
}
.listagem_item_subtitle2{
	float: right;
	margin-right: 20px;
	font: 20px 'MyriadProSemiBold';
	height: 39px;
	padding-top: 15px;
}

/*EQUIPAMENTOS*/
.facilitie_holder{
	float: left;
	width: 100%;
}
.facilitie_close{
	float: left;
	font: 30px 'MyriadProSemibold';
	color: #FFFFFF;
	width: 100%;
	padding: 15px 0px 15px 0px;
	cursor: pointer;
}
.facilitie_close span{margin-left: 15px;}
.facilitie_aberto{
	float: left;
	font: 30px 'MyriadProRegular';
	width: 100%;
	padding: 15px 0px 15px 0px;
}
.facilitie_aberto span{margin-left: 15px;}

/*margens*/
.border_top{border-top: 6px solid #FFFFFF}
.border_left{border-left: 6px solid #FFFFFF}
.border_right{border-right: 6px solid #FFFFFF}
.border_bottom{border-bottom: 6px solid #FFFFFF}
.no_border_right{border-right:none}
.no_border_left{border-left:none}
.no_border_top{border-top:none}
.no_border_bottom{border-bottom:none}

/*CORES*/
.cinza_back{
	background-color: #EEEEEE;
}
.cinza_text{
	color: #AAAAAA;
}
.cinza2_text{
	color: #CCCCCC;
}
.back_white{background-color: #FFFFFF}
.cor_area1{
	background-color: #0096E7;
}
.cor_text_area1{
	color: #0096E7;
}
.cor_text_white{
	color: #FFFFFF;
}



.cor_equipamento{
	background-color: #858585;
}
.cor_text_equipamento{
	color: #858585;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
