/* 
    Document   : application-extra
    Created on : 16/05/2013, 14:37:50
    Author     : Javier Melero <jmelero at linkedsc.com.ar>
    Description:
        Purpose of the stylesheet follows.
*/
/**
 * Definición de variables.
 */
body {
  padding-top: 53px;
}
.navbar .brand {
  padding: 0;
  margin-right: 50px;
  margin-left: 0px;
}
.navbar .brand .cuenta-logo {
  display: inline-block;
  padding: 0 0 0 15px;
}
.navbar .brand .cuenta-logo img {
  height: 40px;
}
.navbar .brand .cuenta-nombre {
  padding-left: 15px;
  display: inline-block;
  line-height: 46px;
  height: 46px;
  font-weight: 600;
  color: #FFF;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar .text-center .brand {
  margin-right: 0;
}
a[class^="btn-"] [class^="icon-"],
a[class^="btn-"] [class*=" icon-"],
a[class*=" btn-"] [class^="icon-"],
a[class*=" btn-"] [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.pagination li [class^="icon-"],
.pagination [class*=" icon-"],
.pagination .nav li [class^="icon-"],
.pagination .nav li [class*=" icon-"] {
  width: auto;
}
.table-footer-small {
  padding: 8px 12px;
  height: 22px;
  background: #f9f9f9;
  box-shadow: inset 0 8px 8px -9px rgba(0, 0, 0, 0.3);
}
.table-footer .pagination {
  margin: 0;
}
.pagination-info {
  margin: 5px 0;
}
.box-footer.padded {
  padding: 7px 10px;
}
.box-footer .secondary-actions {
  margin-bottom: 5px;
}
table .actions,
table .orden-cell {
  white-space: nowrap;
}
.table-container {
  overflow: auto;
}
.table-container table th,
.table-container table td {
  white-space: nowrap;
}
.table-container table th.display-field,
.table-container table td.display-field {
  font-weight: 600;
}
.table-actions {
  width: 1%;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0 7px;
}
.table .actions {
  padding-left: 10px;
  padding-right: 10px;
}
td select,
td textarea,
td input[type="text"],
td input[type="password"],
td input[type="datetime"],
td input[type="datetime-local"],
td input[type="date"],
td input[type="month"],
td input[type="time"],
td input[type="week"],
td input[type="number"],
td input[type="email"],
td input[type="url"],
td input[type="search"],
td input[type="tel"],
td input[type="color"],
td .uneditable-input {
  margin-bottom: 0;
}
/*== Mejoramos los encabezados de las tablas y el ordenamiento =======================================================*/
.table-sorted thead {
  height: 10px;
}
.table-sorted thead td {
  padding: 0;
}
.table-sorted thead td span {
  padding: 0 10px;
}
.table-sorted td a.sort {
  display: block;
  line-height: 25px;
  height: 25px;
  position: relative;
  padding: 0 20px 0 10px;
}
.table-sorted td a.asc,
.table-sorted td a.desc {
  color: #FFF;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  background-image: #6f6f6f;
  background-image: -webkit-linear-gradient(bottom, #666666 0%, #777777 100%);
  background-image: -moz-linear-gradient(bottom, #666666 0%, #777777 100%);
  background-image: -o-linear-gradient(bottom, #666666 0%, #777777 100%);
  background-image: -ms-linear-gradient(bottom, #666666 0%, #777777 100%);
  background-image: linear-gradient(bottom, #666666 0%, #777777 100%);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.58);
}
.table-sorted td a.sort:hover {
  background-color: #FEFEFE;
}
.table-sorted td a.sort:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  width: 16px;
  height: 16px;
  right: 2px;
  top: 6px;
  display: none;
}
.table-sorted td a.sort:hover:after {
  display: inline-block;
}
.table-sorted td a.desc:after {
  display: inline-block;
  content: "\f0dd";
  top: 3px;
}
.table-sorted td a.asc:after {
  display: inline-block;
  top: 9px;
  content: "\f0de";
}
.table thead td.actions {
  width: 1%;
}
/*== Forms ===========================================================================================================*/
form.fill-up [class*="span"] select {
  width: 100%;
}
/*select, input[type="file"] {
    height: 32px;
    line-height: 32px;
    padding-left: 3px;
    padding-right: 3px;
}*/
select {
  height: 32px;
  line-height: 32px;
  padding-left: 3px;
  padding-right: 3px;
}
.datetime.control-group .controls select,
.date.control-group .controls select,
.time.control-group .controls select {
  margin: 0 5px;
  width: 50px;
}
.datetime.control-group .controls select:first-child,
.date.control-group .controls select:first-child,
.time.control-group .controls select:first-child {
  margin-left: 0;
}
.datetime.control-group .controls select[name*="[month]"],
.date.control-group .controls select[name*="[month]"],
.time.control-group .controls select[name*="[month]"] {
  width: 110px;
}
.datetime.control-group .controls select[name*="[year]"],
.date.control-group .controls select[name*="[year]"],
.time.control-group .controls select[name*="[year]"] {
  margin-right: 20px;
  width: 70px;
}
.datetime.control-group .controls .selector,
.date.control-group .controls .selector,
.time.control-group .controls .selector {
  margin: 0 5px;
}
.datetime.control-group .controls .selector:first-child,
.date.control-group .controls .selector:first-child,
.time.control-group .controls .selector:first-child {
  margin-left: 0;
}
.control-group-checkbox .controls,
.control-group-radio .controls {
  padding-top: 5px;
}
.form-horizontal .control-group-checkbox .help-inline,
.form-horizontal .control-group-radio .help-inline {
  display: block;
  margin-left: 180px;
}
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
}
.icheckbox_square-blue + label,
.iradio_square-blue + label {
  display: inline-block;
  position: relative;
  top: -5px;
  left: 5px;
}
.form-horizontal .control-label {
  padding-top: 7px;
}
.control-label-fluid label.control-label {
  width: auto;
  margin-right: 20px;
}
.control-label-fluid .controls {
  margin-left: 0;
}
form textarea,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form .uneditable-input {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  color: #777;
  padding: 0 5px;
  border: 1px solid #d7d7d7;
  background: #FFFFFF;
  height: 32px;
  line-height: 32px;
}
form textarea:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form .uneditable-input:focus {
  box-shadow: 0 0 10px rgba(104, 166, 206, 0.5);
  border: 1px solid #68A6CE;
}
form select {
  border-radius: 2px;
}
form textarea {
  height: auto;
  line-height: 1.3;
  padding-top: 5px;
  padding-bottom: 5px;
}
form .required label.control-label {
  font-weight: 600;
}
form select:focus,
form input[type="file"]:focus,
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(104, 166, 206, 0.5);
  border: 1px solid #68A6CE;
}
form.fill-up .fileupload-buttonbar input,
form.fill-up .files input {
  width: auto;
}
form.fill-up input.input-mini {
  width: 60px;
}
form.fill-up input.input-mini {
  width: 60px;
}
form.fill-up input.input-small {
  width: 90px;
}
form.fill-up input.input-medium {
  width: 150px;
}
form.fill-up input.input-large {
  width: 210px;
}
form.fill-up input.input-xlarge {
  width: 270px;
}
form.fill-up input.input-xxlarge {
  width: 530px;
}
form .iradio {
  display: inline-block;
  padding: 2px 15px 0 0;
}
form .fileupload .presentation {
  border: 2px dashed #DDD;
}
form .fileupload-buttonbar .uploader,
form .fileupload-buttonbar .uploader span.filename,
form .fileupload-buttonbar div.uploader span.action {
  display: none;
}
form .fileupload-progress {
  height: 25px;
  padding-top: 6px;
}
.input-append a.add-on,
.input-append span.add-on,
.input-prepend a.add-on,
.input-prepend span.add-on {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  right: auto;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  left: auto;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
  line-height: 28px;
}
input,
button,
select,
textarea {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Segoe UI', 'Tahoma', 'Verdana';
}
.form-inline input[type="radio"],
.form-inline input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.form-actions {
  padding: 10px 15px 10px;
}
.form-actions a {
  font-size: 11px;
  line-height: 30px;
  padding: 0 7px;
}
.form-actions a i {
  font-size: 11px;
}
form.form-horizontal.fill-up .form-actions {
  padding-left: 195px;
}
form .error .help-inline {
  color: #b94a48;
  font-style: italic;
}
form .error select,
form .error textarea,
form .error input[type="text"],
form .error input[type="password"],
form .error input[type="datetime"],
form .error input[type="datetime-local"],
form .error input[type="date"],
form .error input[type="month"],
form .error input[type="time"],
form .error input[type="week"],
form .error input[type="number"],
form .error input[type="email"],
form .error input[type="url"],
form .error input[type="search"],
form .error input[type="tel"],
form .error input[type="color"],
form .error .uneditable-input {
  border-color: #b94a48;
}
.select2-container .select2-choice {
  color: #666666;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #68A6CE;
  box-shadow: 0 0 5px #68A6CE;
}
.control-section {
  margin: 30px -15px 10px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 0 #ffffff;
  padding: 0 15px;
}
.control-section:first-child {
  margin-top: 0;
}
.control-section h5 {
  margin: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #AAA;
  text-shadow: 0 1px 0 #FFF;
}
.form-horizontal .control-section h5 {
  margin: 0 0 0 180px;
}
.area-top {
  margin-bottom: 0;
}
.btn {
  font-size: 13px;
}
.btn-small {
  font-size: 12px !important;
}
.btn-mini {
  font-size: 11px !important;
}
.btn-large {
  font-size: 20.8px !important;
}
.btn-link {
  color: #0088cc;
  text-shadow: none;
}
.btn-link:hover {
  color: #5a6573;
  text-decoration: none;
}
.box .box-header .title,
.box .box-footer .title {
  padding: 0 10px;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
}
.box-toolbar .btn-group {
  line-height: 1;
}
.box-toolbar .post-link a {
  display: block;
  height: inherit;
  line-height: inherit;
}
.box-toolbar .post-link a i {
  vertical-align: bottom;
}
.box .box-header .box-toolbar > li,
.box .box-footer .box-toolbar > li {
  margin-left: 0;
}
.box .box-header .box-toolbar > li a,
.box .box-footer .box-toolbar > li a {
  font-size: 11px;
}
table tbody td a {
  color: #0088cc;
  text-decoration: none;
}
table tbody td a:hover {
  color: #005580;
  text-decoration: underline;
}
table tbody td > a:after {
  content: "\f08e";
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0px 0 0 4px;
  font-size: 11px;
}
table tbody td a.btn:after {
  content: none;
}
.table-wrapper {
  overflow: auto;
}
.table-wrapper table tr td {
  white-space: nowrap;
}
.btn .btn-piece {
  float: left;
  margin-left: 5px;
}
.btn .btn-piece:last-child:after {
  *zoom: 1;
}
.btn .btn-piece:last-child:after:before,
.btn .btn-piece:last-child:after:after {
  display: table;
  content: "";
  line-height: 0;
}
.btn .btn-piece:last-child:after:after {
  clear: both;
}
.form-horizontal td .controls {
  margin-left: 0px;
}
.modal {
  border: 0 none;
}
.dropdown-menu .seleccionada,
.dropdown-menu .selected,
.dropdown-menu .active {
  background-color: #e2dfd8;
}
.dropdown-menu .seleccionada a,
.dropdown-menu .selected a,
.dropdown-menu .active a {
  font-weight: 500;
}
.navbar-account-color {
  height: 5px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.52);
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  margin-bottom: 0;
}
/*== Item blocks =====================================================================================================*/
.item-block {
  overflow: hidden;
  margin-bottom: 20px;
}
.item-block img {
  float: left;
}
.item-block .item-content {
  margin-left: 70px;
}
.item-block h4 {
  margin: 0 0 3px;
}
.item-block p {
  margin-bottom: 5px;
}
.item-block .item-block-actions a {
  margin: 0 10px 5px 0;
  font-size: 11px;
  display: inline-block;
  opacity: 0;
}
.item-block:hover .item-block-actions a {
  opacity: 1;
}
.templates {
  margin-top: 20px;
}
.secondary-actions {
  clear: both;
  margin-top: 5px;
}
.secondary-actions a {
  display: inline-block;
  margin: 3px 10px 3px 0;
  font-size: 11px;
}
.tarea-item {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
}
.tarea-item:hover {
  background-color: #f5f5f5;
}
.tarea-item:last-child {
  border-bottom: 0 none;
}
.tarea-item .content-block {
  margin-left: 10px;
}
.tarea-item .alert {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  font-size: 11px;
  box-shadow: none;
}
.subtarea {
  border-left: 20px solid #ddd;
  padding: 4px 0;
}
.subtarea h4 a {
  font-weight: normal;
  font-size: 13px;
}
.etapa-tareas .box-header .title {
  height: auto;
  padding: 7px 0 0;
  margin-left: 75px;
  float: none;
}
.etapa-tareas .box-header .title h5 {
  margin: 0 0 3px;
  font-size: 19px;
  line-height: 1.3;
}
.etapa-tareas .box-header .title p {
  margin: 0 10px 7px 0;
  font-size: 11px;
  color: #78808a;
  font-weight: normal;
  height: auto;
  line-height: 1.3;
}
.etapa-tareas .box-header ul.related-actions {
  overflow: hidden;
  margin: 0;
}
.etapa-tareas .box-header ul.related-actions li {
  float: left;
}
.etapa-tareas .box-header ul.related-actions li a {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin: 5px 15px 2px 0;
}
.etapa-tareas .box-header .secondary-actions {
  margin-top: -26px;
  clear: none;
}
.etapa-tareas .tarea-item {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
}
.etapa-tareas .tarea-item:hover {
  background-color: #f5f5f5;
}
.etapa-tareas .tarea-item:last-child {
  border-bottom: 0 none;
}
.etapa-tareas .tarea-item .order-block {
  padding: 0 10px 0 5px;
  float: left;
}
.etapa-tareas .tarea-item .order-block input {
  display: inline-block;
  width: 38px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.etapa-tareas .tarea-item .order-block button {
  padding-left: 3px;
  padding-right: 3px;
  margin-left: -4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.etapa-tareas .tarea-item .content-block {
  margin-left: 74px;
}
.etapa-tareas .tarea-item .content-block h4 {
  font-size: 14px;
  margin: 0;
}
.etapa-tareas .tarea-item .content-block h4 a {
  color: #444444;
}
.etapa-tareas .tarea-item .content-block h4 a:hover {
  color: #000;
}
.etapa-tareas .tarea-item .content-block p {
  font-size: 11px;
  margin-bottom: 0;
}
.etapa-tareas .tarea-item .action-block a {
  font-size: 11px;
  margin-right: 10px;
}
.etapa-tareas .subtarea {
  border-left: 20px solid #ddd;
  padding: 4px 0;
}
.etapa-tareas .subtarea h4 a {
  font-weight: normal;
  font-size: 13px;
}
.form-edit-orden {
  float: left;
}
.form-edit-orden form {
  overflow: hidden;
  padding: 5px;
}
.form-edit-orden form input {
  display: inline-block;
  width: 30px;
  height: 24px;
  line-height: 24px;
}
.form-edit-orden form button {
  display: inline-block;
}
.table-etapa .orden-cell input {
  display: inline-block;
  width: 30px;
  height: 24px;
  line-height: 24px;
}
.table-etapa .nombre {
  font-weight: 600;
  text-align: right;
  font-size: 13px;
}
.table-etapa .descripcion {
  font-size: 11px;
  color: #78808a;
}
.table-etapa .tr-subtarea td.nombre,
.table-etapa .tr-subtarea td.orden-cell,
.table-etapa .tr-subtarea td.realizada-cell {
  padding-left: 40px;
}
.table-etapa .tr-subtarea td.nombre {
  font-size: 12px;
}
.area-top .header i {
  font-size: inherit;
  float: none;
  margin-right: 0;
  margin-top: 0;
}
.dark-nav li {
  position: relative;
}
.dark-nav [class^="icon-"],
.dark-nav [class*=" icon-"] {
  text-align: center;
  display: inline-block;
  width: 1.14286em;
  padding-right: 0;
  font-size: inherit;
}
.dark-nav .icon-caret-down,
.dark-nav .badge-blue {
  position: absolute;
  right: 15px;
  top: 7px;
}
.dark-nav .glow {
  display: none;
}
.nav-collapse-primary {
  margin-top: 15px;
}
dl dt {
  font-weight: 600;
  padding-bottom: 5px;
}
dl dd {
  padding-bottom: 5px;
}
/*== Color Picker fixes ==============================================================================================*/
.colorpicker input {
  border: 0 none;
  line-height: 1;
  width: auto;
}
.colorpicker input:focus {
  border: 0 none;
}
.dato-adicional td .row-fluid {
  padding-bottom: 10px;
}
.dato-adicional td .row-fluid:last-child {
  padding-bottom: 0;
}
.ui-dialog-content .icheck label {
  margin: 5px 10px 0px 5px;
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}
