@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

body {
	font-family: Verdana, Arial, Helvetica, FontAwesome, sans-serif;
	font-size: 11px;
	color: #333333; /*cor do texto*/
	background-color: #53A8E5;
	margin: 30px;
}
h3, h4, h5, h6, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}

p 	{	
        padding: 0px;
	    margin: 0px;
		font-size: 14px;
}

h2 {
      padding: 0px;
	  margin: 0px;
	  font-size: 16px;
	 
}

h1 {
      padding: 0px;
	  margin: 0px;
	  font-size: 14px;
	  color: black;
	 
}
	  
a {
	color: black;
	text-decoration: underline;
	cursor: help;
}
a:hover {
	color: #E0E0E0;
	text-decoration: none;
}
.main {
	width: 840px;
	margin: 0px auto;
}
.page {
	background-image: url("http://www.info2000informa.com/help/saciplus/LOGO_OFICIAL_MARCA_DAGUA.gif");
	width: 840px;
	float: left;
	padding: 20px;
}
.header {
	width: 800px;
	float: left;
}
.header-img {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	width: 800px;
	height: 249px;
	float: left;
}
.header-img h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 100%;
	color: #FFFFFF;
	margin-top: 63px;
	margin-right: 72px;
}
.header-img p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 136px;
}
.menu {
	background-color: #3165B0;
	width: 800px;
	height: 98px;
	float: left;
}
.menu ul {
	list-style-type: none;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 51px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 10px;
}
.menu ul li a:hover {
	color: #4BC4EF;
}
.content {
	width: 800px;
	float: left;
	padding-top: 12px;
}
.left-panel {
	width: 480px;
	float: left;
	padding: 20px 50px 20px 20px;
}
.left-panel-in {
	text-align: justify;
	clear: both;
}
.title {
	font-size: 18px;
	font-weight: normal;
	color: #a81717;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}
.right-panel {
	width: 250px;
	float: right;
}
.right-panel-in {
	clear: both;
}
.right-panel-in h3 {
	font-size: 20px;
	font-weight: normal;
	color: #346397;
	margin-top: 25px;
	margin-bottom: 17px;
	margin-left: 3px;
}
.right-panel-in ul {
	list-style-type: none;
}
.right-panel-in ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.right-panel-in ul li a {
	color: #003366;
	text-decoration: none;
}
.right-panel-in ul li a:hover {
	text-decoration: underline;
}
.footer {
	/*background-color: #FFFF;*/
	width: 819px;
	height: 55px;
	float: left;
}
.footer p {
	color: #00000F;
	margin-top: 20px;
	text-align:center;
}

.footer a {
	color: #00000F;
}

			.rotate:hover
{
        -webkit-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
}


.collapsible {
    background-color: #2767DB;
    color: white;
    cursor: help;
    padding: 5px 5px 5px 5px;
    width: 70%;
    border: none;
    text-align: left; 
    outline: none;
    font-size: 15px;
	text-transform: none;
}

.active, .collapsible:hover {
    background-color: #2779DB;
}

.collapsible:after {
    content: url("http:///www.info2000informa.com/help/saps_premium/premium/images/mais.png");
	font-family: FontAwesome;
    font-size: 19px;
    color: white;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: url("http:///www.info2000informa.com/help/saps_premium/premium/images/menos.png");
	color: white;
}

.conttent {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*pesquisa*/

input[type=text] {
    width: 150px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url("http://www.info2000informa.com/images/searchicon.png");
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
    width: 31%;
}

/*submenu*/

#slideout {
  position: fixed;
  top: 40px;
  left: 0;
  width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #0568B9;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#slideout_inner {
  position: fixed;
  top: 40px;
  left: -250px;
  background: #0568B9;
  width: 250px;
  padding: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  height: 280px;
  border-radius: 0 0 5px 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout:hover {
  left: 250px;
}
#slideout:hover #slideout_inner {
  left: 0;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}

input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}

/*zoom*/

* {box-sizing: border-box;}
.img-magnifier-container {
  position:relative;
}
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}