/**********************************************************************************

	Project Name: Peniche BE
	Project Description: Controle para Empresa SEMBES
	File Name: style.css
	Author: Levy Ferreira
	Author URI: http://www.i9ar.net
	Version: 1.0.0
	
**********************************************************************************/

/* ---------- RESET ---------- */
/* ---------- Based upon 'reset.css' in the 
Yahoo! User Interface Library: 
http://developer.yahoo.com/yui ---------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, 
h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {	border: 0; }
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
q:before, q:after { content: ''; }
strong { font-weight: bold; }
em { font-style: italic; }
a img {	border: none; } /* Gets rid of IE's blue borders */
a { text-decoration: none; }
body { font-size: 1em; /* Prevents an IE bug where em's scale out of proportion */ }


/* ---------- CLEARFIX ---------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }


/* ---------- GENERAL ---------- */
.round {
	border-radius: 0.3125em; /* 5/16 */
	-moz-border-radius: 0.3125em; /* 5/16 */
	-webkit-border-radius: 0.3125em; /* 5/16 */
}

p {
	margin-bottom: 1.25em; /* 20/16 */
	color: #9498a1;
}

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.half-size-column {
	width: 48%;
}

div.stripe-separator {
	background: transparent url('../images/separator-bg.png') repeat-x left center;
	height: 0.562em; /* 9/16 */
	display: block;
	margin: 1.25em 0; /* 20/16 */
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 0.625em; /* 10/16 */ }

/*Temporary styles*/
ul.temporary-button-showcase {
	list-style-type: none;
}

	ul.temporary-button-showcase li {
		width: 24%;
		float: left;
		margin-bottom: 1em;
	}

code {
	display: inline-block;
	background-color: #f8f9fa;
	border: 1px solid #eeefef;
	padding: 0.416em 0.833em; /* 5/12 10/12 */
	color: #2a2e36;
}

blockquote {
	display: block;
	font-style: italic;
	border-left: 2px solid #eeefef;
	padding-left: 0.833em; /* 10/12 */
	color: #9498a1;
}

cite {
	font-style: italic;
	font-weight: bold;
	display: block;
	padding-left: 0.833em; /* 10/12 */
	margin-top: 0.833em; /* 10/12 */
	color: #9498a1;
}

.floatLeft{
	float: left;
	margin-right: 10px;
}
.divFormTop{
	float: left;
	border: 1px dotted #999;
	margin: 10px;
	padding: 10px;
}
.tableL1{
	float: left;
	margin: 0 2%;
	width: 45%;
}
.tableL2{
	float: left;
	margin: 0 2%;
	width: 45%;
}
.pageConfigL1{
	float: left;
	margin: 0 2%;
	width: 32%;
}
.pageConfigL2{
	float: left;
	margin: 0 2%;
	width: 60%;
}

fieldset {
    padding:15px;
    margin: 0;
    /*background: #fcfbaf;*/
    border: 11px solid #ccc;
    border-radius: 20px;
}
legend {
	margin: 0;
	padding: 0 5px;
	width: auto;
	font-size: 0.85em;
	color: #000;
	/*background: #fcfbaf;*/
}

#check_box, .img_edit, .img_excl{
	display: block;
}
#check_box{
	margin-left: 0.833em;
}

.img_edit, .img_excl{
	width: 25px;
	height: 25px;
}
.img_edit{
	margin: 5px 0;
	background: url('../images/icons/table/i9ar_editar.png') no-repeat;
}
.img_excl{
	background: url('../images/icons/table/i9ar_excluir.png') no-repeat;
}
.img_edit:hover{
	background:url('../images/icons/table/i9ar_editar.png') no-repeat 0px -25px;
}
.img_excl:hover{
	background:url('../images/icons/table/i9ar_excluir.png') no-repeat 0px -25px;
}

.txtObrigatorio{
	padding: 10px;
	color: #FF0000;
}

.linkContrato, .linkContrato2{
    display: block;
    float: left;
    margin: 0px 3px;
    width: 25px;
    height: 25px;
    border: none;
}
.linkContrato{
    float: right;
    background: url(../images/icons/i9ar_doc-s.png) no-repeat;
}
.linkContrato2{
    float: right;
    background: url(../images/icons/i9ar_doc-n.png) no-repeat;
}
.linkContrato:hover, .linkContrato2:hover{
    background-position: 0px -25px;
}



/* ---------- TYPOGRAPHY ---------- */
body, form {
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	line-height: 1.125em; /* 18/16 */
}

p, .button, form input, ul#nav li ul, ul#tabs, div.side-menu ul li a, table,
.information-box, .confirmation-box, .error-box, .error-message, .warning-box, ol, .regular-ul, 
.custom-ul, blockquote, cite { font-size: 0.85em; /* 12/16 */ }

div.content-module-heading span { font-size: 0.625em; /* 10/16 */ }

form p input[type="text"], form p input[type="password"], form p input[type="checkbox"], form p input[type="radio"] { font-size: 1em; /* 12/12. I did 12 because they're contained within a P tag, that has font size of 12px*/ }

h1 { font-size: 1.35em; /* 18/16 */ }
h2 { font-size: 0.875em; /* 14/16 */ }
h3 { font-size: 0.75em; /* 12/16 */ }
h4 { font-size: 0.685em; /* 11/16 */ }
h5 { font-size: 0.625em; /* 10/16 */ }

.man {
	color:#FF0000;
	text-shadow: 2px 2px 2px #fff;
}


/* ---------- COLORS ---------- */
a { color: #2069b4; }
	a:hover { color: #2a2e36; }

p a, p a:hover { border-bottom: 1px dotted; }

.green {
	background-color: #198c0e;
	color: white;
}
	.green:hover {
		background-color: #2eb420;
		color: white;
	}
.blue {
	background-color: #2069b4;
	color: white;
}
	.blue:hover {
		background-color: #5081b3;
		color: white;
	}
.red {
    background-color: #990000;
	color: white;
}
	.red:hover {
		background-color: #FF0000;
		color: white;
	}

.my_text_box{
    border: 1px solid #D9DBDD;
    width:120px;
    height:25px;            
}
.my_text_box:focus{
    border: 1px solid #bbbdbe;
}
.my_button{
    height:30px; 
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}
.divPagination{
	margin: 2em 0;
	text-align: center;	
}
	.my_pagination{
		padding: 5px 10px;
		margin: 3px;
		color: #5d6701;
		font-size: 0.8em;
		font-weight: bold;
		background: #d5e561;
		border: 1px solid #95a409;
	}
	.my_pagination:hover{
		color: #fff;
		text-shadow: 1px 1px 1px #000;
	}
	a.my_pagination{
		background: #61e567;
		border: 1px solid #0c8304;
	}
	span.my_pagination{
		color: #fff;
		background: #0c8304;
	}
	span.my_pagination:hover{
		text-shadow: none;
	}
	.btnProx{
		border-top-right-radius: 100px;
		border-bottom-right-radius: 100px;
	}
	.btnVolt{
		border-top-left-radius: 100px;
		border-bottom-left-radius: 100px;
	}
	span.btnProx, span.btnVolt{
		color: #8bbd81;
		text-shadow: none;
		background: #bfefbf;
	}
	span.btnProx:hover, span.btnVolt:hover{
		color: #8bbd81;
		text-shadow: none;
		background: #bfefbf;
	}

input[type="input"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover{
	cursor: pointer;	
}



/* ---------- WIDTHS ---------- */
/* Form Inputs Style */
.default-width-input { width: 20.833em; /* Default Value. Equals 250px for the 12px font size */ }	

.full-width-input { width: 95%; }

/* Textarea Style */
.full-width-textarea {
	width: 95%;
	height: 8.5em; /* 150/12 */
}

/* Page Container Style */
.page-full-width { padding: 0 1.875em; /* 30/16 */ }

.page-limited {
	width: 60em; /* 960/16 */
	margin: 0 auto;
}




/* ---------- BUTTONS ---------- */
.button {
	padding: 0.833em; /* 10/12 */
	
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
}

.dark {
	background-color: #3f4551;
	color: white;
}
	.dark:hover {
		background-color: #5d6677;
		color: white;
	}

.text-upper { text-transform: uppercase; }

.small-button { padding: 0.312em 1em; /* 5/16 16/16 */ }

.image-left {
	background-position: 0.833em center; /* 10/12 */
	padding-left: 3em; /* 36/12 */
}

.image-right {
	background-position: right center;
	padding-right: 3em; /* 36/12 */
}

.ic-left-arrow { background-image: url("../images/icons/ic_left.png"); }
.ic-right-arrow { background-image: url("../images/icons/ic_right.png"); }
.ic-print { background-image: url("../images/icons/ic_print.png"); }
.ic-info { background-image: url("../images/icons/information.png"); }
.ic-cancel { background-image: url("../images/icons/ic_cancel.png"); }
.ic-delete { background-image: url("../images/icons/ic_delete.png"); }
.ic-add { background-image: url("../images/icons/ic_add.png"); }
.ic-download { background-image: url("../images/icons/ic_download.png"); }
.ic-edit { background-image: url("../images/icons/ic_edit.png"); }
.ic-favorite { background-image: url("../images/icons/ic_favorite.png"); }
.ic-lock { background-image: url("../images/icons/ic_lock.png"); }
.ic-power { background-image: url("../images/icons/ic_power.png"); }
.ic-refresh { background-image: url("../images/icons/ic_refresh.png"); }
.ic-settings { background-image: url("../images/icons/ic_settings.png"); }
.ic-upload { background-image: url("../images/icons/ic_upload.png"); }
.ic-search { background-image: url("../images/icons/ic_zoom.png"); }

.ic-table-edit { background-image: url("../images/icons/table/actions-edit.png"); }
.ic-table-delete { background-image: url("../images/icons/table/actions-delete.png"); }

.spanTitle, .spanAtalho, .btnLeft {
    display: block;
    float: left;
}
.spanTitle{
    margin: 9px 0 0 0!important;
    color: #fff!important;
    font-size: 2em!important;
}
.spanAtalho {
    margin: 9px 0 0 20px!important;
    font-size: 1em!important;
}



/* ---------- MENU BUTTONS ---------- */
.menu-email { background-image: url("../images/icons/menu/menu-email.png"); }
	.menu-email:hover { background-image: url("../images/icons/menu/menu-email-over.png"); }
	.menu-email-special {
		background-image: url("../images/icons/menu/menu-email-special.png");
		color: #7fcdff;
	}
	
.menu-settings { background-image: url("../images/icons/menu/menu-settings.png"); }
	.menu-settings:hover { background-image: url("../images/icons/menu/menu-settings-over.png"); }

.menu-logoff { background-image: url("../images/icons/menu/menu-logoff.png"); }
	.menu-logoff:hover { background-image: url("../images/icons/menu/menu-logoff-over.png"); }

.menu-user { background-image: url("../images/icons/menu/menu-user.png"); }



/* ---------- FORMS ---------- */
form label {
	display: block;
	text-transform: uppercase;
	color: #2a2e36;
	margin: 0 0 0.3125em 0;
}

form label.alt-label { text-transform: none; }

form input[type="text"], input[type="password"], textarea {
	border: 1px solid #d9dbdd;
	padding: 0 5px;
	outline: none;
}
	form input[type="text"], textarea {
		text-transform: uppercase;
	}
	form input[type="text"]:hover, input[type="password"]:hover, textarea:hover,
	form input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
		border: 1px solid #bbbdbe;
	}
	
form input[type="checkbox"]{ margin-right: 0.833em; /* 10/12 */ }
.labelRadio{
    float: left;
    margin-right: 70px;
    cursor: pointer;
}

form input[type="submit"] {
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

form#search-form input {
	border: none;
	/* The inner text overflows on the BG image, so we're setting a right padding to stop that */
	padding-right: 3em; /* 36/12 */
}
	form#search-form input:focus {
		/* Same as .dark:hover */
		background-color: #5d6677;
		color: white;
	}

form p em {
	margin-top: 0.833em; /* 10/12 */
	display: block;
}

form p.form-error, form p.form-error label { color: #cf4425; }

form p.form-error em {
	background: transparent url('../images/icons/message-boxes/error.png') no-repeat left center;
	padding-left: 2em; /* 24/12 */
}

.formAdjust{width: 95%;font-size: 1.3em;}
.formAdjust2{width: 96%;font-size: 1.3em;cursor: pointer;}
.formAdjust3{width: 95%; height:150px; font-size: 1.3em;}

select.formAdjust2 option{padding: 10px;}

.detaqueTR1, .detaqueTR2, .detaqueTR3 {
	font-size: 1.3em;
}
.detaqueTR1 {
    color: #fff !important;
    background: #f00 !important;
}
.detaqueTR2 {
    color: #fff !important;
    background: #1a9e00 !important;
}
.detaqueTR3 {
    color: #fff !important;
    background: #ff9000 !important;
}
.btnCalcular {
	padding: 15px 32px;
	border-radius: 50%;
	font-weight: bold !important;
}
.btnCalcular:hover {
	color: #fff;
	background: #00b609;
}

form input.error-input { border: 1px solid #ff876f; }
	form input.error-input:hover { border: 1px solid #b03e27; }

/* Styling the HTML5 placeholders */
/* So far they don't work in: IE, Opera 10 and below, Firefox 3.6 and below */
::-webkit-input-placeholder { color: #858d9c; }
:-moz-placeholder { color: #858d9c; }



/* ---------- CONTENT BOXES ---------- */
.information-box, .confirmation-box, .error-box, .error-message, .warning-box {
	padding: 0.833em 0.833em 0.833em 3em; /* 10/12 36/12 */
	margin-bottom: 0.833em; /* 20/12 */
	width: 90%;
	margin: 1.8em auto;	
}

.information-box {
	background: #e5f5f9 url('../images/icons/message-boxes/information.png') no-repeat 0.833em center;
	border: 1px solid #cae0e5;
	color: #5a9bab;
}

.confirmation-box {
	background: #e7fae6 url('../images/icons/message-boxes/confirmation.png') no-repeat 0.833em center;
	border: 1px solid #b7cbb6;
	color: #52964f;
}

.error-box, .error-message {
	background: #fde8e4 url('../images/icons/message-boxes/error.png') no-repeat 0.833em center;
	border: 1px solid #e6bbb3;
	color: #cf4425;
}

.warning-box {
	background: #fdf7e4 url('../images/icons/message-boxes/warning.png') no-repeat 0.833em center;
	border: 1px solid #e5d9b2;
	color: #b28a0b;
}
.error-message {
	display:block;
}



/* ---------- MENU ---------- */
ul#nav {
	list-style-type: none;
}

	ul#nav > li {
		float: left;
		margin-right: 0.312em; /* 5/16 */
		position: relative;
	}
		ul#nav li:first-child { margin-left: 0; }
		ul#nav li:hover ul { left: 0; /* On hover, we make the submenu visible again */ }	
		/* Persistent hover state, exactly the same style as the inner anchor on hover (.dark:hover) */
		ul#nav li:hover a {
			background-color: #5d6677;
			color: white;
		}
		
	ul#nav li.v-sep {
		border-right: 1px solid #3f4551;
	}
	
	ul#nav li ul {
		list-style-type: none;
		position: absolute;
		z-index: 999;
		margin-top: -2px;
		left: -9999px;
	}
		ul#nav li ul li a {
			color: white;
			padding: 0.833em 0 0.833em 3em;
			border-top: 1px solid #6a7282;
			background: #5d6677 url('../images/menu-indicator.png') no-repeat right center;
			display: block;
			width: 100%;
			white-space: nowrap;
		}
			ul#nav li ul li:last-child a {
				border-bottom-right-radius: 0.3125em; /* 5/16 */
				border-bottom-left-radius: 0.3125em; /* 5/16 */
				-moz-border-bottom-right-radius: 0.3125em; /* 5/16 */
				-moz-border-bottom-left-radius: 0.3125em; /* 5/16 */
				-webkit-border-bottom-right-radius: 0.3125em; /* 5/16 */
				-webkit-border-bottom-left-radius: 0.3125em; /* 5/16 */
			}

			ul#nav li ul li a:hover { background-color: #7a8497; }
			


/* ---------- TOP + HEADER ---------- */
div#top-bar {
	background-color: #2a2e36;
	padding: 0.625em 0; /* 10/16 */
}

div#header { padding: 1.25em 0; /* 20/16 */ }
div#header-with-tabs { padding: 1.25em 0 0 0; /* 20/16 */ }

#company-branding img { height: 60px; }	
#company-branding-small img { height: 35px; }	
.barAjust{padding: 0 0 0 10px;}



/* ---------- TABS ---------- */
ul#tabs { list-style-type: none; }

	ul#tabs li { float: left; }
	
		ul#tabs li a {
			border: 1px solid #eeefef;
			border-bottom: none;
			padding: 1.666em 0.833em; /* 20/12 10/12 */
			margin: 0 0.416em -1px 0;
			display: block;
			color: #9498a1;
		}
			ul#tabs li a:hover { color: #2a2e36; }

ul#tabs li a.dashboard-tab {
	background: transparent url('../images/tab-dashboard.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}
ul#tabs li a.sales-tab {
	background: transparent url('../images/sales-icon.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}

ul#tabs li a.customers-tab {
	background: transparent url('../images/customer-icon.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}

ul#tabs li a.purchase-tab {
	background: transparent url('../images/purchase-icon.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}

ul#tabs li a.supplier-tab {
	background: transparent url('../images/supplier-icon.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}
ul#tabs li a.stock-tab {
	background: transparent url('../images/stock-icon.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}
ul#tabs li a.payment-tab {
	background: transparent url('../images/payment-icon.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}
ul#tabs li a.report-tab {
	background: transparent url('../images/report-icon.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}
ul#tabs li a.active-tab, ul#tabs li a.active-tab:hover {
	background-color: #f8f9fa;
	font-weight: bold;
	color: #2a2e36;
}


/* ---------- LISTS ---------- */
ol li, .regular-ul li { margin-left: 1.25em; /* 20/16 */ }

ol, .regular-ul, .custom-ul { margin-bottom: 1.25em; /* 20/16 */ }

.custom-ul { list-style-type: none; }

	.custom-ul li {
		background: transparent url('../images/menu-dark-indicator.png') no-repeat left center;
		padding-left: 1.25em /* 10/12 */;
	}



/* ---------- CONTENT ---------- */
div#content {
	background: #f8f9fa url('../images/artwork-pattern.png') repeat-x left bottom;
	border: 1px solid #eeefef;
	padding: 1.875em 0; /* 30/16 */
}

form#login-form {
	margin: 0 auto;
}
.imgLook {
    background: transparent url('../images/login-icon.png') no-repeat left center;
    padding: 15px 15px 15px 50px;
}
.imgLook h1{
	margin: 0;
}
.imgLook h5{
	margin: 0;
	font-size: 0.85em;
}

.formAjust{
	width: 450px;
}

div.side-menu {
	background: #3f4551;
	border: 1px solid #eeefef;
	width: 15%;
	margin-bottom: 1em; /* 16/16 */
}

	div.side-menu h3 {
		text-transform: uppercase;
		font-weight: bold;
		margin:  1.25em; /* 15/12 */
		color: white;
	}
	
	div.side-menu ul { list-style-type: none; }
	
		div.side-menu ul li a {
			padding: 0.833em 1.25em; /* 10/12 15/12 */
			border-top: 1px solid #f8f9fa;
			display: block;
			background: white url('../images/menu-dark-indicator.png') no-repeat right center;
		}
			div.side-menu ul li a:hover {
				background-color: #f8f9fa;
			}

div.side-content { 100%; /* 100% - 15% for the side menu - 2% for the left margin */ }

div.content-module {
	background: white;
	margin-bottom: 1em; /* 16/16 */
	border: 1px solid #eeefef;
}

div.content-module-heading {
	background: #3f4551;
	cursor: pointer;
}

	div.content-module-heading h3 {
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		margin: 2.4em; /* 15/12 */
	}
	
	div.content-module-heading span { 
		color: #969dac;
		text-transform: uppercase;
		margin: 1.5em; /* 15/10 */
	}



/* Botões -----------------------------*/
.btn {
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9em !important;
    border-radius: 50%;
	font-weight: bold !important;
	letter-spacing: 0.009em;
}
.btn2 {
    color: #fff;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9em !important;
	font-weight: bold !important;
	letter-spacing: 0.009em;
	border-radius: 6px;
}
.btn:hover, .btn2:hover {
	color: #000;
    background: #fff;
    cursor: pointer;
}
.button1 {background-color: #4CAF50; border: 2px solid #29872D;} /* Green */
.button2 {background-color: #008CBA; border: 2px solid #131987;} /* Blue */
.button3 {background-color: #f44336; border: 2px solid #bf2b20;} /* Red */
.button4 {background-color: #e7e7e7; color: #000; border: 2px solid #999;} /* Gray */
.button5 {background-color: #555555;} /* Black */


/* ---------- FOOTER ---------- */
div#footer {
	text-align: center;
	padding: 1.875em 0; /* 30/16 */
}
.my_with{
    width: 80px;   
    padding:2px 2px 2px 2px ; 
   
}
.my_table tr td{
    width: 80px;
}


/* Situações ------------------------------------------------------------------------*/
.Aberto, .Inativo{background: #f00 !important; color:#fff!important; font-weight: bold!important;}
.Pago, .Ativo{background: #00de0a !important; color:#fff!important; font-weight: bold!important;}
.Baixado{background: #f0ff00 !important; color:#000!important; font-weight: bold!important;}
.Protestado{background: #666363 !important; color:#fff!important; font-weight: bold!important;}
.Cobrador{background: #0092b9 !important; color:#fff!important; font-weight: bold!important;}
.Devolvido{background: #ae00b9 !important; color:#fff!important; font-weight: bold!important;}
.Renegociacao{background: #fac !important; color:#fff!important; font-weight: bold!important;}

td.Aberto, td.Pago, td.Baixado, td.Protestado, td.Cobrador, td.Devolvido{
	text-align: center;
	padding: 5px 0;
}
.editSelect .Aberto, .editSelect .Pago, .editSelect .Baixado, .editSelect .Protestado, .editSelect .Cobrador, .editSelect .Devolvido, .editSelect option{
	padding: 10px;
	cursor: pointer;
}



/* Redimencionar ------------------------------------------------------------------------*/

@media (max-width: 960px) {
	.page-full-width {
	    padding: 0;
	}
	div.content-module-main {
	    padding: 1em 0;
	}

	.formAjust{
		width: 50%;
	}

	div.content-module-heading h3 {
	    margin: 1em;
	}
	.spanTitle{
		font-size: 16px!important;
	}
	.spanAtalho {
	    display: none;
	}

}

@media (max-width: 680px) {
	.my_pagination, .pontos3{
		float: left;
	}
	.pontos3{
		margin-top: 5px;
	}

	#company-branding-small{
		float: unset!important;
	}
	ul#tabs li a{
	    padding-left: 30px!important;
	}
	.txtAjust{display: none;}

}

@media (max-width: 480px) {
	form#login-form {
	    width: 90%;
	}

	.spanTitle{
		font-size: 13px!important;
	}
}

@media (max-width: 320px) {
	.spanTitle{
		float: right;
		margin-top: 10px;
		text-align: center;
	}
}
