@import url("https://fonts.googleapis.com/css?family=Ubuntu:500,700");
@import url("basicBody.css");

body {
    background-color: #1F253D; /*#01253F;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', inherit;
}

/*.well {
	background-color: #50597B;
	border: 1px solid #11A8AB;
}*/

.boxblue {
	background-color: #394264;
	border:0;
}

.boxlightblue {
	background-color: #50597B;
}

.boxred {
	background-color: #CC324B;
}

.boxlightred {
	background-color: #E64C65;
}

label {
	display:inline;
}

a[title="Form Profile"] { font-size:14px; text-transform:uppercase; text-decoration:underline; }

/******** Modules ********/
.icons2 {
	list-style-type: none; margin: 0px; padding: 0px; /*overflow: auto;*/
}
.icons2 li {
	border-bottom: 1px solid #393939;
    border-top: 1px solid #4E4E4E;
    line-height:30px;
}
.icons2 li.active {
	background-color: #3A3A3A;
    background-image: -moz-linear-gradient(center top , #333333 0%, #3F3F3F 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
}

.icons2 li.active a 
{
	background: url("../img/menu-active.png") no-repeat scroll right center transparent !important;
	background-position:right center;
}

.icons2 li a  {
	display: block;
	padding:5px 0;
}

.icons {
	list-style-type: none; margin: 0px; padding: 0px; /*overflow: auto;*/
}
.icons li {
	float: left;
	height: 70px;
	_width: 55px;
	width:55px;
	padding: 0px 0px 0px 10px;
	text-align: center;
	font-weight:bold;
	border: solid 0px #FFF;
	margin-bottom:10px;
}
.icons li a {
	display: block; 
	border: 0px;
	color:#fff;
	
}

a.modulos {
    text-decoration:none;
    color:#000;
    font-weight:bold;
}

a.modulos:hover { text-decoration:underline; }

/******* Objects ********/

ul.objects {
    padding: 0;
    margin: 0;
}

ul.objects li {
    float:left;
    list-style-type: none;
    font-size: 12px; /*border:solid 1px #bebebe;*/
    margin: 0px 15px; /*padding:5px 10px !important;*/
    _margin: 0px 5px;
    background-image: url('../Images/menu-row.jpg');
    background-repeat: no-repeat; /*background-repeat:repeat-x;             background-position:bottom;*/
    width: 243px;
    height: 59px;
}

ul.objects li.alterRow {
    background-image: url('../Images/menu-row-alter.jpg');
}

ul.objects li.alterRow_disabled {
    background-image: url('../Images/menu-row-alter-disabled.jpg');
}

ul.objects li:hover {
    background-image: url('../Images/menu-row-hover.jpg');
}

ul.objects li.alterRow:hover {
    background-image: url('../Images/menu-row-alter-hover.jpg');
}

ul.objects li.alterRow_disabled:hover {
    background-image: url('../Images/menu-row-alter-disabled.jpg');
}

ul.objects li.alterRow_disabled a {
    color:#444;
}

ul.objects li img {
    padding: 4px 0 0 7px;
    float: left;
    width: 35px;
}

ul.objects li span {
    /*padding: 10px 0 0 20px; /*margin:0 0 0 60px;*/
    margin: 5px 0 0 20px;
    float: left;
    /*width: 170px; /*position:absolute;*/
    border: solid 0px #fff;
}

ul.objects li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 10px 0;
    border: solid 0px #fff;
    width: 170px ;
    display:block;
}

ul.objects li a:hover {
    text-decoration: underline;
    color: Blue;
}


#logoCli {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	cursor: pointer;
	zoom: 1;
	-webkit-backface-visibility: hidden;
}

#widget-content
{
    background-color:#18557B; 
    padding: 10px;
    
    /*border: 1px solid #000;*/
    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 0 6px #01253F;
	-moz-box-shadow: 0 0 6px #01253F;
	box-shadow: 0 0 6px #01253F;
}

#logoCli:hover {
	-webkit-transform: rotate(-35deg) scale(1.1); 
	-moz-transform: rotate(-35deg) scale(1.1); 
	-o-transform: rotate(-35deg) scale(1.1);
}

/*------------------------------------------------------------------
    Extra
*/

.extra {

	border-top: 1px solid #585858;
	border-bottom: 1px solid #000;

}

.extra-inner {
	padding: 20px 0;
	
	font-size: 11px;
	color: #BBB;
	
	background: #1A1A1A;
}

.extra a {
	color: #666;
}

.extra h4 {
	margin-bottom: 1em;
	
	font-weight: 400;
}

.extra ul {
	padding: 0;
	margin: 0;
}

.extra li {
	margin-bottom: .6em;
	
	list-style: none;
}

/*------------------------------------------------------------------
    Footer
*/

#footer *{font-size:11px; }

.footer {
	margin-top: 0;
	border-top: 1px solid #292929;
}

.footer-inner {
	padding: 15px 0;
	
	font-size: 12px;
	background: #111;
	color: #999;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}