
body{
	background-image: url("main-tab-bg.png");
	background-position: 0 110px;
	background-repeat: repeat-x;
}
body.hasMenu{
	background-image: url(main-tab-bg.png);
}
body.hasBg{
	background-image: url(main-tab-bg.png);
	background-repeat: repeat-x;
	background-position: 0 110px;
}
a{
	color:#435649;
}
.navbar-inner {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #2C2C2C;
	background-image: -moz-linear-gradient(top, #466d91, #0C5EC9);
	background-image: -ms-linear-gradient(top, #466d91, #0C5EC9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#466d91), to(#0C5EC9));
	background-image: -webkit-linear-gradient(top, #466d91, #0C5EC9);
	background-image: -o-linear-gradient(top, #466d91, #0C5EC9);
	background-image: linear-gradient(top, #466d91, #0C5EC9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#0C5EC9', GradientType=0);
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .btn-navbar {
	background-color: #fff;
	background: #466d91;
    background-image: -moz-linear-gradient(center top , #466d91, #466d91);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    display: none;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disable]{
	background-color: #466d91;
}

.navbar .brand{
	color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin-left: -20px;
    padding: 8px 20px 12px;
}
.navbar {
	color: #fff;
}

.navbar .nav > li > a {
	color: #fff;
    float: none;
    line-height: 19px;
    padding: 9px 10px 11px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.page-header{
	position: relative;
}
.btn-to-right{
	position: absolute;
	right: 4px;
	top: 0px;
}
.well{
	background-color: #E4E4E4;
}

/*FORMS*/
fieldset.buttons{
	text-align: right
}
/*TABLE*/
.table.table-border-bottom th, 
.table.table-border-bottom td{
	border-top: none!important;
	border-bottom: 1px solid #DDD;
}

/*MENU*/
	.app-logo, .app-logo-login{
		background-image: url(logo.png);
		background-repeat: no-repeat;
		height: 62px;
		width: 140px;
		float: left;
		margin:10px 12px 10px 0;

	}
	.user-menu{
		color: #BBB;
		margin-top: 9px;
	}

	.hide-text {
	    text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	}
	.menu-bar{
		position: relative;
		padding-bottom: 20px;
	}
	.hasMenu .menu-bar{
		padding-bottom: 40px;
	}

	.menu-bar ul li{
		float: left;
	}
	.menu-bar ul {
		float: left;
		padding: 0px;
		margin: 0;
		clear: left;
		list-style-type: none;

	}
	.first-level-tabs{
		width: 100%;
	}

	.menu-bar .tab{
		border: 1px solid #CCC;
		border-bottom: none;
		color: #63583E;
		height: 33px;
		line-height: 33px;
		padding: 0 12px;
		float: left;
		border-radius: 3px 3px 0px 0px;
		margin-right: 3px;
	}
	.menu-bar .active-menu .tab{
		height: 44px;
		background-color: #fff;
		color: #27493C;
	}

	.menu-bar ul li ul.tab-menu{
		position: absolute;
		left: 0px;
		top: 45px;
		height: 33px;
		width: 100%;
		display: none;
		background-image: url(sub-nav-bg.gif);
		background-repeat: repeat-x;		
	}
	
	.menu-bar ul li.active-menu ul.tab-menu{
		display: block;
		width: 100%;
	}

	.tab-menu .menu-item{
		margin-right: 12px;
		line-height: 33px;
	}
	.tab-menu .menu-item.active-item{
		background-color: #466d91;
		border-radius: 3px;
		padding: 3px;
		color: white;
	}
	.menu-sub-item {
		font-weight: bold;
	    font-size: 14px;
	}
	.menu-sub-item a{
		color:#135899
	}
	.menu-sub-item .active-sub-menu-item{
		border-radius: 3px;
		padding: 3px;
		color: white;
		font-weight: bold;
	    font-size: 14px;
	}
/*LOGIN PAGE*/

#login {
	margin: 15px auto;
	padding: 0px;
	text-align: center;
	width: 290px
}

#login .inner {
	padding: 16px;
	text-align: left;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	-khtml-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	border: 1px solid #6D9688;
	background-color: #fff;
}


/*GENERAL USE*/

.floatR {
	float: right !important;
	/*width: 45% !important;*/
}

.floatL {
	float: left !important;
	/*width: 45% !important;	*/
}

.floatR label, .floatL label {
	width: auto;
}
.clear{
	clear: both!important;
}
.clearL{
	clear: left!important;
}
.clearR{
	clear: right!important;
}

.pb-20{
	padding-bottom: 20px!important;
}
.pt-10{
	padding-top: 10px!important;
}
.mt-10{
	margin-top: 10px!important;
}
.mb-10{
	margin-bottom: 10px!important;
}
.main-td, .property-value{
	width: 100%;
}
.property-label{
	font-weight: bold;
}

.roles{
	margin-right: 10px
}

.hideThis {
	display: none;
}

.text-area{
	max-width: 100%;

}

span.notificationTask {
	border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 4px;
    position: absolute;
    right: 2px;
    top: -4px;
    z-index: 101;
    background-color: #F03D25;
    box-shadow: 0 1px 0 rgba(0, 39, 121, 0.77);
}

form label, form input{
	font-size:12px!important;
}

.fieldcontain label, .fieldcontain .property-label {
    color: #666666;
    text-align: left;
    width: auto;
}


.btn-primary{
	background-image: none;
	background-color: #466d91;
}
.btn-primary-image-down{
	background-image: url(arrow-down.png);
	background-size:27px 18px;
	background-repeat: no-repeat;
}
.btn-primary-image-up{
	background-image: url(arrow-up.png);
	background-size:27px 18px;
	background-repeat: no-repeat;
}
.btnArrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #B3B3B3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn-primary:hover{
	background-color: #5b92c6;
}


.required-indicator {
    color: #466d91;
    display: inline-block;
    font-weight: bold;
    margin-left: 0.3em;
    position: relative;
    top: 0.1em;
}



.well {
	min-height: 0;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.fieldcontain{
	margin-top: 0;
	width:169px;
}
.fieldcontain label, .fieldcontain .property-label{
	margin-bottom: 0px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input,
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"]
{
	padding-top: 1px;
	padding-bottom: 1px;
	height: 20px;
	width:160px;
	line-height: 20px;
}

legend {
	display: block;
	width: 100%;
	text-indent: 10px;
	margin: 6px 0;
	font-size: 15px;
	line-height: 2em;
	color: #333;
	border: 0;
	border-bottom: none;
	background-color: #F3F3F3;
}

/*STYLE.CSS*/
.page-header{
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 4px;
	height: 32px;
	line-height: 32px;
	background-color: #F3F3F3;
}
.page-header-mobile {
	height: auto;
	line-height: 1em;
}
.page-header-mobile .btn-to-right{
	position: relative;
	right: -8px;
}
.page-header h1{
	width: 100%;
	padding: 0 0 0 10px;
	margin: 6px 0;
	font-size: 15px;
	line-height: 2em;
	color: #333;
	border: 0;
	border-bottom: none;
}
.page-header-mobile h1{
	margin-bottom: 0px!important;
}
.noborder{
	border: none!important;
}

/*DASHBOARD*/
.pipeContainer{
	border: 1px solid #CCC;
	border-radius: 6px;
	width: 540px;
	float: left;
	overflow: hidden;
	position: relative;
	height: 170px
}
.pipe{
	height: 160px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}
.pipe-line{
	position: relative;
	z-index: 15;
	top: 10px;
	width: 50%;
	float: right;
	clear: both;
	height: 38px;
	line-height:38px;
}
.circleData{
	position: absolute;
	z-index: 20;
	top: 80px;
	text-align: center;
	font-weight: bold;
	width: 100px;
}

.circle1{left:24px }
.circle2{left:125px }
.circle3{left:226px }
.circle4{left:324px }
.circle5{left:431px }

.totalPaginador {
	float: right !important;
	position: relative ;
	top: 0px;
	border-radius: 4px;
	border-width: 1px !important;
}
.mobile-site .totalPaginador {
	float: left !important;
	clear: left;
	top: 0px;
	left: 0px;
	padding: 0 14px;
	height: auto!important;
	line-height: 34px;
	
	
}
.pagination {
	min-height: 36px;
	margin: 0;
}

.mobile-site .pagination {
	height: auto!important;
}
.mobile-site .pagination .next a{
	display: inline!important;
}

textarea{
	z-index: 10000;
	position: relative;
	color: #466d91;
}
.action-col{
	display: table-cell!important;
}
.desktop-site .desktopAutoWith{
	width: auto!important;
	min-width: 400px;

}

.footer{
	height: 18px;
}

.fechaVencida {
	color: red;
}

form label.error{
    color: #FF0000;
    font-size: 8px;
    font-weight: bold;
}


