
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}

body {
    font-size: 11px;
    font-family: "open_sansregular", Helvetica, sans-serif;
    color:#333333;
}

.container-fluid {
	min-height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
/*     max-width: 1170px; */
    margin: 0 auto;
}

a {
    color: #AC2115;
}

.btn-link {
    color: #AC2115;
    margin-right: 5px;
}
.label-nou>.btn-link {
    color: #ffffff;
    margin-right: 5px;
}
.label-nou>.btn-link:hover {
    color: #ffffff;
}

.btn-link:hover,
.btn-link:focus {
    color: #ac2115;
}

a:hover, a:focus {
    color: #ac2115;
}


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 {
  font-size: 11px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 5px;
}

label,
input,
button,
select,
textarea {
  font-size: 11px;
  line-height: 10px;
}

hr {
    margin: 8px 0;
}

label {
	margin-bottom: 3px;
	font-family: "open_sanssemibold", Helvetica, sans-serif;
}

.label.ajax {
	cursor: pointer;
	margin: 1px;
}

.label-no-pointer {
	cursor: default;
	margin: 1px;
}

.label-alerta {
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	padding: 1px 4px;
	font-size: 9px;
}

.inline {
	display: inline-block;	
	padding-right: 20px;
	vertical-align: middle;
}

.input-xmini{
	width:40px;
	max-width:100%
}

.header-details-mar .span3 label {
	padding: 5px;
}

.header-details-mar .span2 label {
	padding: 6px;
}

.form-horizontal .form_no_horizontal .controls {
    display: inline-block: ;
    padding-left: 20px: ;
    margin-left: 0px ;
}

.form-horizontal .form_no_horizontal .control-label {
    float: none;
    width: auto;
    text-align: left;
    padding-bottom: 4px;
}

.form-horizontal .form_no_horizontal .control-group {
    margin-bottom: 10px;
}

	
}
.span4 .label {
	margin: 1px;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 4px solid #eeeeee;
}

strong {
  font-family: "open_sansbold", Helvetica, sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "open_sanssemibold", Helvetica, sans-serif;
}

h3 {
  font-size: 22px;
}

.input-append .add-on,
.input-prepend .add-on {
  height: 15px;
}

/*- Header --------------------------------------*/
header blockquote {
    margin: 0px;
}

header blockquote h3 {
    margin: 0px;
    font-size: 21.5px;
    font-family: "open_sansbold", Helvetica, sans-serif;
}

#header > .row-fluid {
    padding: 10px 0;
}

#header .zona-logo {
    overflow: hidden;
    text-align: right;    
}

#header .zona-logo > div {
    overflow: hidden;
    float: right;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#header .zona-logo .ap-logo {
    width: 70%;
}

#header .zona-usuario {
	font-size: 12px;
    overflow: hidden;
    text-align: left;
    line-height: 14px;
    margin-top: 5px;
    padding-right: 15px;
}


.ap-logout a {
    margin:0;
    padding: 0;
}

.ap-logout .button-off {
    margin-top: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0px;
}

.ap-info p {
    margin: 0 0 2.5px;
}

#header .zona-usuario .ap-info a {
    font-weight: bold;
    font-size: 13px;
}

.fa-home {
    font-size: 15px;
}

#header > .row-fluid {
	display: table;
}

#header > .row-fluid > [class*="span"] {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

#header > .row-fluid > .span2 {
	width:16%;
}
#header > .row-fluid > .span4 {
	width:26%;
}
#header > .row-fluid > .span5 {
	width:42%;
}
#header > .row-fluid > .span6 {
	width:58%;
	
}

#header .logo {
	max-width: 85%;
	min-width: 170px;
}

#header .titol {
	line-height: 20px;
}

#header .departament {
	font-size: 14px;
}

@media (max-width: 767px) {
	#header > .row-fluid {
		display: block;
	}
	#header > .row-fluid > [class*="span"] {
		display: block;
		float: none;
		width: 100%;
	}
}

/*- Navbar --------------------------------------*/
.navbar .navbar-inner {
    background: transparent;
    background-image: url('../../images/fondo-cabecera-transparent_new.png');
    border: 1px solid #424242;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 32px;
}

.navbar {
    margin-bottom: 5px;
}

.navbar .nav > li > a  {
    font-size: 12px;
    padding: 6px 10px 6px;
    color: #FFFFFF;
}

.navbar .nav > li > a:hover,
.navbar .nav > li.active > a:hover {
	background-color: #D9534F;
}

.navbar-link {
    color: #333333;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #AC2115;
}

.btn.btn-navbar.btn-navbar-left {
	float: left;
	margin-top: 2px;
}

.navbar-inner .nav.pull-left {
	margin-right: 0;
}

.navbar-inner .pull-left .container-fluid {
	padding-left: 0;
}

/*- Breadcrumb --------------------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 2px 15px 5px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #ddd;
  margin: 0 0 10px;
}

.breadcrumb a, .breadcrumb .active {
    font-size: 13px;
}

/*- Accordion --------------------------------------*/
.accordion-group {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}

#home .accordion-group {
    margin-bottom: 0;
}

.accordion-heading .accordion-toggle {
    font-size: 15px;
    font-weight: bold;
    color: #444444;
    padding: 5px 15px 5px 0px;
    font-family: "open_sanssemibold", Helvetica, sans-serif;
}

.accordion-heading .accordion-toggle:hover {
    text-decoration: none;
}

.accordion-heading .accordion-toggle .fa {
    padding-right: 5px;
    font-size: 15px;
}

.accordion-heading a.accordion-toggle {
  display:inline-block;
}

.accordion .nav-pills {
    margin: 0;
}

.tabbable .accordion-inner {
    background-color: transparent;
}

.accordion-inner {
    padding: 15px 15px 5px 15px;
    background-color: #F9F9F9;
    border: 1px solid #e5e5e5
}

.accordion-body form {
    margin: 0;
}

.accordion-body.in {
    overflow: inherit;
}

#home .accordion-inner {
    padding: 0;
    border: none;
    background-color: transparent;
}


#home .accordion-inner {
    border-top: none;
}


/*- Table --------------------------------------*/

.table {
	font-size: inherit;
}

.table th,
.table td {
    padding: 6px 6px;
    line-height: 15px;
}

/* .table td a { */
/*     padding: 0; */
/* } */

.table td .input-append {
    margin-bottom: 0;
}
.table td .control-group {
    margin-bottom: 0;
}
.table td form {
    margin-bottom: 0;
}

.dataTables_processing {
    display: none;
}

table.table thead {
    background-color: #ECECEC;
}

.table.table-accions th,
.table.table-accions td {
	border: 0;
}

.table_column_250 {
	width: 250px;
}
.accordion-inner .table td {
  background: #FCFCFC;
}

.form-horizontal .control-group {
  margin-bottom: 3px;
  min-height: 30px;
}

form .chosen-container-multi .chosen-choices {
  border: 1px solid #C9C9C9;
}

.button-top-12 {
    margin-top: 12px !important;
}

.button-top-16 {
    margin-top: 16px !important;
}

.chosen-container {
    font-size: 11px;
    margin-bottom: 6px;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

div.dataTables_info,
.dataTables_empty,
.input-readonly {
    padding-top: 0;
    color: #666666;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 5px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 5px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

table .group {
    font-size: 11px;
    font-family: "open_sanssemibold", Helvetica, sans-serif;
    background: #F5F5F5;    
    cursor: pointer;    
}
table .groupTotal {
    font-size: 12px;
    font-family: "open_sanssemibold", Helvetica, sans-serif;
    background: #F5F5F5;    
    cursor: pointer;    
}
table .group-body {
    background: #F5F5F5;
    font-family: "open_sanssemibold", Helvetica, sans-serif;
    font-weight: bold;
}

table .group-footer {
	background-color: #ECECEC;
	font-family: "open_sansregular", Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

table .group-subgroup-plurianual {
	font-family: "open_sansregular", Helvetica, sans-serif;
	font-style: italic;
	
}

table .group-subgroup {
	font-family: "open_sanssemibold", Helvetica, sans-serif;
	font-style: normal;
	background-color: #F8F8FF;
		
}

/*- Forms --------------------------------------*/
/* 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 {
  height: 15px;
  padding: 4px 6px;
  color: #555555;
}

select {
  padding: 2px 5px;
  height: 25px;
  margin-top: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
    margin-top: 1px \9;
    padding: 0;
}

.form-horizontal .controls.no-margin-left {
	margin-left: 0;
}

.form-fileupload .pull-left {
    margin-left: 10px;
}

.input-append.date, .input-prepend.date {
    margin-bottom: 10px;
}

.required-mark {
    padding-left: 5px;
    display: none;
}

.required .required-mark {
    display: inline-block;
}

.progress {
    margin: 10px;
}

.bar {
    height: 18px;
    background: green;
}

/*- Buttons --------------------------------------*/

.btn {
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  padding: 2px 11px 1px 11px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 5px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 11px;
}


.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-primary {
  color: #F1F1F1;
  background-color: #2980b9;
  border-color: #2474A8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3276b1 \9;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-inverse {
  color: #fff;
  background-color: #646464;
  border-color: #505050;
}

.btn-inverse:hover {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.btn.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  border-color: #f89406;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/*- Modal --------------------------------------*/
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-backdrop {
    background-color: #FFFFFF;
}

.modal-footer .btn + .btn {
    margin: 0;
}

/*- Customized styles --------------------------------------*/
#searchExpedientsForm .nav-pills {
    overflow: hidden;
    height: 20px;
}

#home,
#rightMenu{
    margin-top: 7px;
}


#rightMenu .accordion-inner {
  padding: 15px 10px;
  border: 1px solid #e5e5e5;
}

#rightMenu h3 {
  font-size: 12px;
  margin: 0px 0 2px 0;
  line-height: 20px;
}

#rightMenu .nav-list {
  padding: 0 0 0 5px;
}

#rightMenu .subnav-separated .nav-list > li{
  margin-top: 0;
/*   margin-top: 15px; */
}

#rightMenu .nav-list > li:first-child{
  margin-top: 0;
}

#rightMenu .nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -10px;
}

#rightMenu .nav-list h3 {
    margin-top: 10px;
}

.header-details {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: transparent;
    line-height: 17px;
    margin-bottom: 2px;
    background: rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}

.header-details-mar {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: transparent;
    line-height: 17px;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}

.header-actions {
  padding: 10px;
}

.left-border-blue, .readonly .header-actions.pull-left {
    border-left: 4px solid #0068A2;
    padding-left: 20px;
}

.left-border-gray, .header-details {
    
    padding-left: 20px;
}

#panelLogin .left-border-gray, .header-details, .header-details-mar {
 	border-left: 4px solid #858585;   
    padding-left: 20px;
}
.left-border-red, .header-actions.pull-left {
    border-left: 4px solid #AC2115;
    padding-left: 20px;
}

.group-actions {
	width: 100%;
	margin-bottom: 10px;
}

.group-actions .control-group, .table-accions .control-group {
    margin-bottom: 0;
}

.nav-tabs > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #eeeeee;
  font-size: 11px;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 10px 10px 0 0;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  font-family: "open_sanssemibold", Helvetica, sans-serif;
}

.nav-tabs {
  margin-bottom: 0;
}

.tabbable .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 20px;
    overflow: inherit;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabbable .tab-content .accordion-group {
    margin-bottom: 10px;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  color: #292929;
  background-color: transparent;
  cursor: default;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus,
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: transparent;
  color: black;
}

.nav-pills > .active {
  font-family: "open_sanssemibold", Helvetica, sans-serif;
}

.tab-content {
  overflow: hidden;
}


.loading > .loading-gif {
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: 500px;
    overflow: auto;
    width: 66px;
    padding:10px;
    margin: -150px 0 0 -33px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    z-index: 5001;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.loading > .loading-mask {
    z-index: 5000;
}

.header-details .pull-right {
  text-align: right;
}

.phases {
    position: relative;
}

.phases-phase {
    text-align: center;
    position: relative;
    float: left;
}

.phases-line-first {
    position: absolute;
    left: 0;
    width: 50%;
}

.phases-line-last {
    position: absolute;
    left: 50%;
    width: 50%;
}

.phases-line-reached {
    top: 8px;
    height: 7px;
    background-image: url('../../images/estat_line_reached.png');
    background-repeat: repeat-x;
}

.phases-line-unreached {
    top: 10px;
    height: 7px;
    background-image: url('../../images/estat_line_unreached.png');
    background-repeat: repeat-x;
}

.phases-phases .fa {
    z-index: 99;
    position: relative;
}

.phases-phases .fa-circle {
    background: #ffffff;
    color: #2F9101;
}

.phases-phases .fa-check-circle {
    background: #ffffff;
    color: #2F9101;
}

.phases-phases .fa-times-circle {
    color: #AC2115;
    background: #ffffff;
}

.phases-phases .fa-circle-off {
    color: #808080;
}

.tabbable {
  margin-top: 20px;
}

.fa
{
    padding-right: 5px;
}

.add-on .fa
{
    padding-right: 0;
}

.table .fa {
	font-size: 14px;
}

.fa-chevron-down {
    padding-top: 1px;
    font-size: 11px;
}

.fa.icon-right {
    padding-right: 0;
    padding-left: 5px;
}

.fa-info-help {
    font-size: 17px;
}

.fa-money {
	font-size: 14px;
}

.fa-green {
	color: #2F9101;
}

.fa-red {
	color: #AC2115;
}

.fa-yellow {
	color: #c09853;
}

.panel-link {
    padding-bottom: 10px;
}

.panel-link .panel-link-content {
	margin-top: 10px;
}

.tabbable.tablink {
    margin-top: 0;
}

.tabbable.tablink .tab-content {
    border: 0;  
    background-color: inherit;
}

.tabbable.tablink .nav-tabs {
    border: 0;  
}
.tabbable.tablink li > a.tab,
.tabbable.tablink .active > a.tab, 
.tabbable.tablink .active > a.tab:hover, 
.tabbable.tablink .active > a.tab:focus {
    border: 0;
    background-color: inherit;
}

form {
    margin: 0 0 5px;
}

.alert {
    margin-bottom: 10px;
}

.dropdown-menu {
  border-radius: 0px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  background-color: #4C4C4C;
  background-image: none;
  filter: none;
}

.dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.text-left > li > a {
    text-align: left;
}

.table td > a.indent-left, .table td > span.indent-left {
    padding-left: 20px;
}

.table td > a.double-indent-left, .table td > span.double-indent-left {
    padding-left: 50px;
}

.table td.text-center, .table th.text-center {
	text-align: center;
}

.table td.text-right, .table th.text-right {
    text-align: right;
}

.table th.text-right.sorting, .table th.text-right.sorting_desc, .table th.text-right.sorting_asc {
	padding-right: 18px;
}

div .scroll-vertical{
	max-height: 200px; 
	overflow-y: scroll;
	overflow-x: hidden !important;
}

.label, .badge {
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	font-style: normal;
}

.fileinput-filedesc {
	margin-right: 5px;
}

.sangria {
	margin-left: 30px;
}

.group-search-actions {
	height: 45px;
}

table tr.criteris-valoracio-accio-row {
	font-family: 'open_sansbold', Helvetica, sans-serif;
	background: #F0FAFF;
}

table tr.criteris-valoracio-accio-row div.pull-right {
	font-family: 'open_sans', Helvetica, sans-serif;
	color: #888888;
}

.development {
	left: 0;
	right: auto;
	width: 132px;
	height: 132px;
	position: fixed;
	bottom: 0;
	border: 0;
	z-index: 1000;
	-webkit-transform: rotate(47deg);
	-moz-transform: rotate(47deg);
	-o-transform: rotate(47deg);
	-ms-transform: rotate(47deg);
}

.development div {
	position: absolute;
	padding: 5px;
	margin-top: 60px;
	margin-left: -85px;
	text-align: center;
	width: 264px;
	text-align: center;
	writing-mode: lr-tb;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 3px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 3px 5px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 3px 5px rgba(0,0,0,.25);
	text-shadow: 2px 2px 4px #000000;
}

.development-opposed {
	left: auto;
	right: 0;
	-webkit-transform: rotate(-47deg);
	-moz-transform: rotate(-47deg);
	-o-transform: rotate(-47deg);
	-ms-transform: rotate(-47deg);
}

.development div.development_loc {
	background-color: #B948A3;
}

.development div.development_dev {
	background-color: #468847;
}

.development div.development_int {
	background-color: #3A87AD;
}

.development div.development_pre {
	background-color: #FAA732;
}

.development div.development_pro {
	background-color: #000000;
}

.development div.development_unknown {
	background-color: #B94A48;
}

.prevent-white-space {
	white-space: pre;
}

.beUpperCase {
	text-transform : uppercase;
}

.empty-set:before {
  content: '';
}
.empty-set:after {
  content: '\2205';
  font-weight: bold;
}
.shortInput
{
	width: 100px;
}

#dades_subvencio .control-label {
	width: 170px!important;
}
	
#dades_subvencio .form-horizontal .controls {
    margin-left: 190px!Important;
}

.label-nou {
	margin-top: 1px;
	margin-bottom: 1px;
}

.modal-lopd {
  width: 40% !Important; 
  margin-left: auto;
  margin-right: auto;
  position: relative!Important;
  left: 0px !Important;
}

.modal-descripcion {
  width: 40% !Important; 
  margin-left: auto;
  margin-right: auto;
  position: relative!Important;
  left: 0px !Important;
}

.font-italic {
	font-style: italic !Important;
}
.btnInfo .fa {
	font-size: inherit ;
}

.text-underline {
	text-decoration: underline;
}


.btn-negro {
  font-weight: normal;
  color: #333333;
  cursor: pointer;
  border-radius: 0;
}

.btn-negro,
.btn-negro,
.btn-negro[disabled],
fieldset[disabled] .btn-negro {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-negro,
.btn-negro,
.btn-negro,
.btn-negro {
  border-color: transparent;
}

.btn-negro:hover,
.btn-negro:focus {
  color: #333333;
  text-decoration: underline;
  background-color: transparent;
}

.btn-negro[disabled]:hover,
fieldset[disabled] .btn-negro:hover,
.btn-negro[disabled]:focus,
fieldset[disabled] .btn-negro:focus {
  color: #333333;
  text-decoration: none;

.width90 {
	width: 90%;
}

.width50 {
	width: 50%;
}

.width100 {
	width: 100%;
}

@media (max-width: 767px) {
	#filename_doc-entrada-alta-file > p > strong{
	  	width: 250px;
	  	white-space: nowrap;
	 	overflow: hidden;
		text-overflow: ellipsis;
		display:block
	}
	
	.ui-pnotify-text{
		word-break: break-all;
	}
}