﻿
*{box-sizing: border-box;}
.pdf-controls { width: 100%; display: block; background: #eee; padding: 1em;}
.rotate0 {-webkit-transform: rotate(0deg); transform: rotate(0deg); }
.rotate90 {-webkit-transform: rotate(90deg); transform: rotate(90deg); }
.rotate180 {-webkit-transform: rotate(180deg); transform: rotate(180deg); }
.rotate270 {-webkit-transform: rotate(270deg); transform: rotate(270deg); }
.fixed { position: fixed; top: 0; left: calc(50% - 480px); z-index: 100; width: 100%; padding: 1em; background: rgba(238, 238, 238,.9); width: 960px; }
/*si necesitas que sea responsive*/
canvas {
  width: 100%;
  height: auto;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.modal-full-screen{
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.highlight {
    font-weight: bold; }

 form .progress {
    line-height: 15px;
}

.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}
.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}

.odd{
           background:#ccc;
}
.even{
            background:#fff;
}

.conflict td{
    color: #dd0000 !important;
    font-weight:bold;
     border: 0;
     background:#ffd8cc;
}

.navbar-iram {
  
    min-height: 20px;
    margin: 0;
    padding:0;
}

.navbar-iram .navbar-collapse, .navbar-iram .navbar-form {
    /*border-color: #101010;*/
}

.navbar-iram .navbar-toggle {
    color: #101010;
    border: 0;
    margin: 0;
    padding:0;
}
.navbar-iram .navbar-toggle .icon-bar {
   background-color:#101010 !important;
}



.r {
    font-size: medium;
}
.sl, .r {
    display: inline;
    font-weight: normal;
    margin: 0;
}

h3, .med {
    font-size: medium;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#res h3 {
    font-size: 18px;
}
#res h3.r {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.st {
    line-height: 1.4;
    word-wrap: break-word;
}

.btn-search {
    height: 34px;
}

a{
    cursor: pointer;
}

.label{
    padding: 5px;
    margin-right: 1px;
}

.label-info a{
    color: #fff;
}

.label-round{
    border-radius: 50%;
    padding-left: 7px;
    padding-right: 7px;
}

.margin-top{
    margin-top: 40px;
}

.margin-bottom{
    margin-bottom: 40px;
}

.margin-bottom-small {
    margin-bottom: 20px;
}

.category-list, .sugestion-list{
    list-style: none;
    padding-left: 0;
}

.category-list li{
    margin-bottom: 5px;
}

.category-list small{
    padding-top: 3px;
}

.category-list .label-primary a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.sugestion-list {
    margin-bottom: 25px;
    margin-top: 10px;
}

.sugestion-list li{
    display: inline-block;
    padding-right: 15px;
}

.bg-Unselected {

  display: inline;
  padding: .2em .2em .2em;
}


.bg-selected {

display: inline;
  padding: .2em .6em .90em;
  margin-bottom: .6em;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
  border-radius: .25em;
  color: #fff;
  background-color: #337ab7;
}

    .bg-selected a     
    {
         color: #fff;
           background-color: #337ab7;
    }
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
    text-decoration: none;
    cursor: pointer;
}

.search-form {
  min-width: 150px;
  max-width: 500px;
  width: 100%;
}

.search-full-width {
  width: 100%;
}

.md-button-right .button-group {
  position: absolute;
  right: 0px;
  margin: 0;
}
md-input-container.md-button-right > md-icon + input, md-input-container.md-button-right > md-icon + textarea{
  margin-right: 100px;
}

.inputdemoIcons .inputIconDemo {
  min-height: 48px;
}

.inputdemoIcons md-input-container:not(.md-input-invalid) > md-icon.email {
  color: green;
}

.inputdemoIcons md-input-container:not(.md-input-invalid) > md-icon.name {
  color: dodgerblue;
}

.inputdemoIcons md-input-container.md-input-invalid > md-icon.email,
.inputdemoIcons md-input-container.md-input-invalid > md-icon.name {
  color: red;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


.md-button.md-default-theme.md-primary:not([disabled]) md-icon, .md-button.md-primary:not([disabled]) md-icon {
    color: rgb(16,108,200);
}
.md-button.md-icon-button md-icon, button.md-button.md-fab md-icon {
    display: block;
}

.listaCategorias{
    list-style: none;
}
.listaCategorias li{
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2px;
    padding-left:  4px;
    margin: 1px;
    border-left: solid 1px black;
}
.listaCategorias li:first-child{
    border-left: none;
    padding-left: 0;
    margin-left:0;
}

.listaCategoriasConLabel{
    list-style: none;
}

.listaCategoriasConLabel li{
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2px;
    padding-left:  4px;
    margin: 1px;
    border-left: solid 1px black;
}
.listaCategoriasConLabel li:first-child{
    border-left: none;
    padding-left: 0;
    margin-left:0;
}
.listaCategoriasConLabel li:nth-child(2){
    border-left: none;
    padding-left: 0;
    margin-left:0;
}
/*-----------*/

.listaCategoriasConLabelEvenOdd{
    list-style: none;
}

.listaCategoriasConLabelEvenOdd li{
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2px;
    padding-left:  4px;
    margin: 1px;
    border-left: solid 1px black;
}
.listaCategoriasConLabelEvenOdd li:nth-child(odd){
    border-left: none;
    padding-left: 0;
    margin-left:0;
}
.listaCategoriasConLabelEvenOdd li:nth-child(even){
    border-left: none;
    padding-left: 0;
    margin-left:0;
}
/*-----------------*/
.listaCategoriasSinSeparador{
    list-style: none;
}
.listaCategoriasSinSeparador li{
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2px;
    padding-left:  4px;
    margin: 1px;    
}
/*-----------------*/
.transparent{
  background-color: transparent !important;
}

.md-input{
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    margin-top:17px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    color: #555555 !important;
    vertical-align: bottom !important;
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

md-input-container label:not(.md-container-ignore) {
    position: absolute !important;
    bottom: 70% !important;
    left: 2%   !important;
    right: auto  !important;
}

md-autocomplete[md-floating-label] .md-show-clear-button button {
    top: 40px  !important;
}

.avanzada
{
    padding:2px;
    margin:2px
}

.highlight {
    background-color: #f2dede;
}

md-whiteframe-1dp, .md-whiteframe-z1 {
     height: 30px;
}

md-30 {
    height: 30px !important;
}
input { font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif,'GLYPHICONS Halflings',FontAwesome;font-weight: 400;}
button { font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif,'GLYPHICONS Halflings',FontAwesome;font-weight: 400;}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fdff43;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fdff43;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
strong 
{
      font-weight:900;
}

a.m_title {
    display: block;
}

a.m_title:first-letter {
    text-transform: uppercase;
}