md-input-container label {
    font-size: 14px !important
}
md-input-container.md-input-has-value label {
    font-size: 16px !important;
}

input, textarea, md-select {
    font-size: 14px !important;
}

*:not(input):not(textarea) {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}

textarea {
    max-height: 165px;

    background: white;
    color: black;
}
textarea.borderless {
    border-radius: 6px;
    border-radius: 2px solid lightgray;
    box-sizing: border-box;
}

textarea:focus, textarea:active {
    overflow-y: scroll;
    resize: none;
}
textarea.max-height {
    max-height: 100%;
}

md-input-container textarea.md-input {
    min-height: 32px !important;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    font-family: 'Montserrat', sans-serif !important; font-size:13px; background: #fff;
}

ui-view {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.locked{
    filter: blur(0.3px);
    opacity: 0.7;
    pointer-events: none;
    overflow: hidden;
}

.beta {
    position: fixed;
    z-index: 9999999999999999;
    top: 0px;
    right: 0px;
    width: 50px;
    pointer-events: none;
}

.md-button:not([disabled]):hover{
    background-color: unset;
}

.no-margin{
    margin: 0 !important;
}

.no-padding{
    padding: 0 !important;
}

.pt-0{
    padding-top: 0 !important;
}

.pr-5{
    padding-right: 5px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-10 {
    padding-right: 10px;
}

.pr-12 {
    padding-right: 12px;
}

.pb-5{
    padding-bottom: 5px !important;
}

.pb-8{
    padding-bottom: 8px !important;
}

.pb-10{
    padding-bottom: 10px !important;
}

.pb-12{
    padding-bottom: 12px !important;
}

.pt-5{
    padding-top: 5px !important;
}

.pt-8{
    padding-top: 8px !important;
}

.pt-10{
    padding-top: 10px !important;
}

.pt-12{
    padding-top: 12px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5{
    margin-bottom: 5px !important;
}

.mt-5{
    margin-top: 5px !important;
}

.mb-8{
    margin-bottom: 5px !important;
}

.mt-8{
    margin-top: 5px !important;
}

.ml-0 {
    margin-left: 0px !important;
}
.mr-0 {
    margin-right: 0px !important;
}



.app {
    width: 100%;
    height: 100%;
    display: block;
    background: white;
}
.app-main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.header-nav{
    background-color:  #FF6E00 !important;
    color: #FFFFFF !important;

    -webkit-box-shadow: 0px 2px 3px 0px rgba(145,145,145,1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(145,145,145,1);
    box-shadow: 0px 2px 3px 0px rgba(145,145,145,1);
}

.header-title{
    margin-left: 10px !important;
}

.header-icon, .header-icon svg{
    color: white !important;
    fill: white !important;
}

.header-supervisor {
}

.header-supervisor .md-subheader .md-subheader-inner{
    padding-top: 12px;
    padding-bottom: 12px;

    font-size: 12px;
    color: red;
}

.sidenav-icon, .sidenav-icon svg{
    fill: black !important;
    color: black !important;
    height: 18px;
    width: 18px;
    min-width: 18px;
    min-height: 18px;
}

.sidenav-button{
    padding: 0 !important;
    font-size: 14px;
    min-width: 0;
}

.sidenav h2 {
    margin-bottom: 8px;
    margin-top: 8px;
}

.page-content{
    height: 100%;
    width: 100%;
    position: relative;
    color: black;
    background: white;
}

md-content{
    background-color: transparent;
}

.search-container{
    position: relative;
    width: 100%;
    padding-right: 8px; padding-left: 8px; padding-top: 15px; padding-bottom: 15px; 
}

.search-container input{
    padding: 5px;
    padding-right: 35px;
    width: 100%;
    border-radius: 15px;
    border: 2px solid #989898;

    background: white;
    color: black;
}

.search-container input:focus{
    outline: none;
    border: 2px solid #989898;
}

.search-container md-icon{
    position: absolute;
    right: 17px;
    top: 17px;
}

.input-header-search{
    width: 100%;
    border-radius: 50px;
    border-width: 0px;
    font-size: 12px;
    padding: 10px;
}

.filters-list{
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;

    z-index: 1;
}

.login-container{
    height: 100%;
    width: 100%;
}

.login-logo{
    padding-top: 100px;
}

.login-input md-input-container{
    width: 350px;
}

.login-submit{
    padding-bottom: 50px;
}

.version {
    font-size:11px; 
    text-align: center;
}

.btn-primary{
    background-color: rgb(27 58 139) !important;
}

.bordered-input {
    background-color: #f4f4f4 !important;
    border: 1px solid;
    border-width: 1px !important;
    border-radius: 5px !important;
    border-bottom-color: black !important;
    
    padding-bottom: 6px;
}
.bordered-input.md-input-invalid {
    border-color: red !important;
}
.bordered-input input {
    border-bottom: unset;
}
.bordered-input.md-input-invalid > input {
    color: red !important;
}
.bordered-input.md-input-has-value label:not(.md-no-float) {
    margin-bottom: 6px;
}

.bordered-select .md-select-value{
    background-color: #f4f4f4 !important;
    border: 1px solid;
    border-width: 1px !important;
    border-radius: 5px !important;
    border-bottom-color: black !important;
    height:  40px !important;
    padding: 8px;
    padding-top: 0;
    padding-bottom: 0;
}
.bordered-select .md-select-value.md-select-placeholder{
    color: black;
}

.bordered-select-menu {
    width: calc( 100% - 59%);
}
.bordered-select-menu md-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bordered-select-menu md-select-menu {
    background: white;
    max-height: none;

    /*margin-top: 95px;*/
    margin-right: 18px;
    margin-left: 14px;

    border: 1px solid;
    border-radius: 5px !important;
    border: 1px solid black;
}
.bordered-select-menu md-select-menu md-content md-option[selected]{
    color: black;
    background: #eaeaea;
}

.bordered-autocomplete {
    border: 1px solid;
    border-radius: 8px;
    background: #f4f4f4;
    color: black;
}
.bordered-autocomplete-menu-container {
    max-width: 350px !important;
    min-height: 50px;

    border: 1px solid;
    border-radius: 8px;

    margin-top: 2px;
}
.bordered-autocomplete md-autocomplete-wrap {
    box-shadow: none;
}


/**Estilos del scroll de los selects**/
.select-scroll md-content::-webkit-scrollbar {
  width: 10px !important;
  background-color: rgba(0,0,0,0) !important;
}

.select-scroll md-content::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09) !important;
}

.select-scroll md-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3) !important;
  border: 2px solid #F5F5F5 !important;
  -webkit-border-radius: 100px !important;
}

.select-scroll md-content::-webkit-scrollbar-thumb:active {
  background: rgba(0,0,0,0.61) !important;
  -webkit-border-radius: 100px !important;
}


/****/
.md-virtual-repeat-scroller::-webkit-scrollbar {
  width: 10px !important;
  background-color: rgba(0,0,0,0) !important;
}

.md-virtual-repeat-scroller::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09) !important;
}

.md-virtual-repeat-scroller::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3) !important;
  border: 2px solid #F5F5F5 !important;
  -webkit-border-radius: 100px !important;
}

.md-virtual-repeat-scroller::-webkit-scrollbar-thumb:active {
  background: rgba(0,0,0,0.61) !important;
  -webkit-border-radius: 100px !important;
}

/****/
md-dialog-content::-webkit-scrollbar {
  width: 10px !important;
  background-color: rgba(0,0,0,0) !important;
}

md-dialog-content::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09) !important;
}

md-dialog-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3) !important;
  border: 2px solid #F5F5F5 !important;
  -webkit-border-radius: 100px !important;
}

md-dialog-content::-webkit-scrollbar-thumb:active {
  background: rgba(0,0,0,0.61) !important;
  -webkit-border-radius: 100px !important;
}

@media (min-width: 959px) {
    md-dialog.md-dialog-fullscreen {
        min-width: 85%;
        min-height: 85%;
        border-radius: 0
    }
}

md-content::-webkit-scrollbar {
  width: 8px !important;
  background-color: rgba(0,0,0,0) !important;
}

md-content::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09) !important;
}

md-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3) !important;
  border: 2px solid #F5F5F5 !important;
  -webkit-border-radius: 100px !important;
}

md-content::-webkit-scrollbar-thumb:active {
  background: rgba(0,0,0,0.61) !important;
  -webkit-border-radius: 100px !important;
}

/*****************/

#map {
  height: 100%;

  min-height: 100px;
  min-width: 100px;
}
.map-container{
    height: 100px;
    z-index: 10;
    transition: height 0.4s ease-in-out;
}
.map-open{
    height: 100%;
    width: 100%;
    z-index: 10;
}
.map-container .map-btn{
    height: 40px;
    z-index: 10;
    background: #FF6E00;
}
.map-container .map-btn md-icon{
    height: 20px !important;
    width: 20px !important;
    min-height: 20px !important;
    min-width: 20px !important;
}

/**********************/

.OT-estado{
    width: 50px !important; 
    height: 50px !important; 
    font-size: 18px !important;
}

.OT-1{
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.OT-3{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.OT-5{
    color: #863580;
    background-color: #edd4ec;
    border-color: #bd0cc0;
}

.OT-6{
    color: #190606;
    background-color: #c57939;
    border-color: #a57b3c;
}

.OT-10{
    color: #f4fff3;
    background-color: #5e4836;
    border-color: #a57b3c;
}

.OT-13{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.md-button.md-default-theme.md-fab md-icon, .md-button.md-fab md-icon {
    color:#ffffff !important;
}
.btn-add-icon, .btn-delete-icon, .btn-copy-icon {
    background-color: #FF6E00 !important;
    color:#ffffff !important;
    line-height: 30px !important;
    width: 36px !important;
    height: 30px !important;
}

.btn-add-icon md-icon svg, .btn-delete-icon md-icon svg, .btn-copy-icon md-icon svg {
    fill: white;
    color: white;
}

.bold{
    font-weight:  bolder !important;
}


.holding{
    background: rgb(255, 110, 0, 0.27) !important;
}



md-tabs .md-tab {
    font-size: 12px !important;
    padding: 12px 12px !important;
    color: rgb(255 255 255 / 0.75);
    line-height: unset !important;
    margin: auto;
}

md-tabs .md-tab.md-active{
    font-weight: bold;
    color: white !important;
}

md-tabs>md-tabs-wrapper{
    background: #FF6E00 !important;
}

md-tabs md-ink-bar{
    background: white;
}

md-tabs-canvas{
    -webkit-box-shadow: 0px 2px 3px 0px rgba(145,145,145,1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(145,145,145,1);
    box-shadow: 0px 2px 3px 0px rgba(145,145,145,1);
}


.label-chip {
    font-size: 10px;
    font-weight: 500;

    color: rgba(0,0,0,0.54);

    padding-left: 2px;
}

.custom-chip .md-chips .md-chip-input-container {
    width: 100%;
}
.custom-chip .md-chips .md-chip-input-container md-autocomplete input {
    font-size: 12px;
    font-weight: 500;
}
.custom-chip .md-chips .md-chip-input-container md-autocomplete input::placeholder {
  font-size: 12px;
  font-weight: 500;
}
.custom-chip md-chips-wrap {
    padding-bottom: 0px;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    width: 85%;
}
.md-autocomplete-suggestions li {
    font-size: 12px;
}

.md-chips md-chip {
  font-size: 12px;
  width: 100%;
}

.md-chips md-chip .md-chip-remove md-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
}


.content-padding{
    padding: 20px;
}

.buzon_form md-input-container{
    margin: 18px 0;
}

md-input-container{
    margin: 2px 0 !important;
}
md-input-container .md-input[disabled]{
    color: rgba(128,128,128, 0.90) !important;
    font-size: 13px !important;
}
.md-input-container-with-icon input, .md-input-container-with-icon textarea {
    padding-right: 26px;
}
.hide-validation-error .md-errors-spacer { 
    display: none; 
}

.orange, .orange svg{
    fill: #FF6E00 !important;
    color: #FF6E00 !important;
}

.red, .red svg{
    fill: #ff0000 !important;
    color: #ff0000 !important;
}

.mini-icon{
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
}

.mini-icon.black svg{
    fill: black;
    color: black;
}


.alert-badge{
    background: red;
    color: white;
    
    position: absolute;
    top: 18px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 11px;
    z-index: 1;
}

.top-dialog{
    top: 0;
    position: absolute;
    width: 100%;
    min-width: 100%;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.top-dialog.max{
    height: 100%;
    min-height: 100%;
}


.sign-container{
    position: relative;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    background: lightgray;
}

.sign-container.info{
    font-size: 8px;
}


.sign-container img{
    height: 100%;
}

.sign-wrapper{
    height: 100%;
}

.sign-wrapper canvas{
    width: 100%;
    height: 100%;
    border: 1px solid;
}

.md-virtual-repeat-container {
  height:calc(100% + 48px);
}


.md-button.md-icon-button {
    margin: 0;
}
.md-button.md-icon-button.default-icon {
}
.md-button.md-icon-button.default-icon svg {
    fill: black;
    color: black;
}

.loader{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
}

.loader .spinner, .loader .spinner .spinner-text{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%); 
}

.spinner-text{
    font-weight: bold;
    font-size: 13px;
}

.loader .spinner svg path { stroke: #FF6E00; }

md-checkbox .md-label{
    margin-top: 3px !important;
}


.important-tag {
    position: absolute;
    font-size: 20px !important;
    font-weight: bold !important;

    margin: 0 auto;

    left: 3.5px;
    top: 8px;
}

.required-text{
    font-weight: bold;
    color: red;
    font-size: 10px;
}

.more_info textarea{
    min-height: 250px;
    border: 1px solid lightgray;
    width: calc(100% - 30px);
    margin:15px;
    padding:5px;
}

.more_info > div{
    width: calc(100% - 30px);
    margin:15px;
    padding:5px;
}

.md-list-item-text.virtual-repeat, .md-list-item-text.virtual-repeat span{
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}

.md-list-item-text .selector-indicators .md-button.md-icon-button {
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
    height: 20px;
}

.md-list-item-text h3, .md-list-item-text h4 {
    max-width: 75%
}

/**action sheet**/
.actionSheet .md-inline-list-icon-label {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -10px;
  height: 24px;
  vertical-align: middle;
}
.actionSheet .md-grid-item-content {
  height: 90px;
  padding-top: 10px;
}
.actionSheet .md-grid-item-content md-icon {
  height: 48px;
  width: 48px;
}
.actionSheet .md-grid-text {
  padding-bottom: 5px;
}
.actionSheet md-list {
    padding-top: 0px;
}
.actionSheet md-list-item, .actionSheet md-list-item .md-list-item-inner {
  min-height: 48px;
}
.actionSheet h2 {
  line-height: 36px;
  padding-top: 10px;
}
.actionSheet .md-subheader .md-subheader-inner {
    font-weight: bold;
    font-size: 12px;
    color: rgba(0,0,0,0.87);

    padding: 8px;
    padding-bottom: 0;
}
.actionSheet md-toast .md-toast-content {
  background-color: #B14141;
}
.actionSheet md-toast > * {
  font-weight: bolder;
}
.actionSheet .md-button {
    padding: 0;
    margin: 0;

    width: 100%;
    text-align: left;
}

.uncopyable {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.dot {
    height: 10px;
    min-height: 10px;
    max-height: 10px;

    width: 10px;
    min-width: 10px;
    max-width: 10px;

    border-radius: 50%;
    display: inline-block;
    align-self: center;

    margin-right: 8px;
    margin-left: 2px;
}

.text-discret {
    font-size: 10px !important;
    font-weight: normal;
}


.custom-switch-container {
    display: flex;
    padding-right: 8px;
    padding-left: 2px;
}
.custom-switch-container input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.custom-switch-container label {
    cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 15px;
    display: block;
    border-radius: 20px;
    position: relative;

    background: rgba(255, 110, 0, 0.5);
}

.custom-switch-container label:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    transition: 0.3s;

    background: rgba(255, 110, 0, 1);
}

.custom-switch-container input:checked + label {
    background: rgba(255, 110, 0, 0.5);
}

.custom-switch-container input:checked + label:after {  
    left: calc(100%);
    transform: translateX(-100%);

    background: rgba(255, 110, 0, 1);
}

.no-background {
    background: unset !important;
    background-color: unset !important;
}


.article-select-container.bordered-select-menu {
    width: 115px;
}
.article-select-container.bordered-select-menu md-content {
    min-width: 110px;
}
.article-select-container.bordered-select-menu md-option {
    justify-content: center;
}
.article-select-container.bordered-select-menu md-select-menu {
    margin: 0;
}
.article-select-container .md-select-value {
    padding-left: 8px;
}


.input-icon-button {
    position: absolute !important; 
    top: 0 !important; 
    bottom: 0 !important; 
    right: 0 !important; 
    padding: 0 !important; 
    margin: 0 !important; 
    min-height: 32px !important; 
    max-height: 32px !important; 
    min-width: 24px !important; 
    max-width: 24px !important;
}
.input-icon-button md-icon {
    margin-right: 0;
}


/* Fichas / Inspecciones */
.inspeccion .bloque {
    border:1px solid #FF6E00 ;
    margin-top: 10px;
}
.inspeccion .bloque header {
    background: #FF6E00 ;
    padding:5px;
}
.inspeccion .bloque header .title{
    font-weight: bold;
    color:#fff;
}
.inspeccion .bloque header .title md-icon svg{
    color:#fff !important;
    fill:#fff !important;
}
.inspeccion .bloque .bloque_content {
    padding:10px;
}

md-radio-button:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-checked .md-off {
    border-color: rgb(255 110 0);
}
md-radio-button:not([disabled]).md-primary .md-on, md-radio-button .md-on {
    background-color: rgb(255 110 0);
}


/* tablas **/
.filtros-container {
}
.filtros-container .filtro{
    padding:5px; float:left;
}
.filtros-container .filtro .label {
    padding-left: 8px;
}
.filtros-container .filtro .bordered-select {
    margin-top: 8px;
}
.filtros-container .filtro .bordered-autocomplete {
    margin: 20px 0 26px;
    margin-top: 8px;
}

.table-virtual-repeat tbody tr.md-row{
    cursor:pointer;
}
.table-virtual-repeat tbody tr.md-row:hover{
    background: #cacaca;
}

.table-virtual-repeat md-input-container.md-input-has-value label {
    display: none;
}
.table-virtual-repeat th, .table-virtual-repeat td {
    line-height: 11px;
}
.table-virtual-repeat td md-input-container {
    margin: 0 !important;
    padding: 0 !important;
}
.table-virtual-repeat td md-input-container .md-errors-spacer {
    display: none;
}
.table-virtual-repeat td textarea {
    width: 98%;
}

.table-virtual-repeat td, .table-virtual-repeat th {
    border: 1px solid lightgray;
    padding-left: 8px !important;
}

table.md-table:not(.md-row-select) td.md-cell:first-child, table.md-table:not(.md-row-select) th.md-column:first-child,
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+3):nth-last-child(n+3), table.md-table:not(.md-row-select) th.md-column:nth-child(n+3):nth-last-child(n+3),
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+4):nth-last-child(n+4), table.md-table:not(.md-row-select) th.md-column:nth-child(n+4):nth-last-child(n+4),
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+5):nth-last-child(n+5), table.md-table:not(.md-row-select) th.md-column:nth-child(n+5):nth-last-child(n+5),
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+6):nth-last-child(n+6), table.md-table:not(.md-row-select) th.md-column:nth-child(n+6):nth-last-child(n+6),
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+7):nth-last-child(n+7), table.md-table:not(.md-row-select) th.md-column:nth-child(n+7):nth-last-child(n+7),
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+8):nth-last-child(n+8), table.md-table:not(.md-row-select) th.md-column:nth-child(n+8):nth-last-child(n+8),
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+9):nth-last-child(n+9), table.md-table:not(.md-row-select) th.md-column:nth-child(n+9):nth-last-child(n+9){
    padding: 4px;
    line-height: 14px;
}
table.md-table thead.md-head > tr.md-row,
table.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row {
    height: auto;
}

/* CONTRATACION */
#contratacion {height: 100%; overflow-y: auto;;}
#contratacion .container {margin:auto; max-width: 1024px;}
#contratacion header {background: #1d3e93; height: 65px; line-height: 65px; color:#fff;}
#contratacion header a{color:#fff; text-decoration: none;}
#contratacion header a:hover{color:#FF7913;}
#contratacion header md-icon {color:#FF7913; margin-top:-3px;}
#contratacion header md-icon svg{color:#FF7913; fill:#FF7913;}
#contratacion .logo-container {margin:30px 0;}
#contratacion .title-container {background:#FF7913; color:#fff; font-weight: bold; text-align: center; padding:30px 0;}
#contratacion footer {background: #1d3e93; line-height: 32px; color:#fff; text-align: center; overflow: hidden; padding:30px 0; margin-top:30px;}
#contratacion footer a{color:#fff; text-decoration: none;}
#contratacion footer a:hover{color:#FF7913;}
#contratacion .servicios {min-height: 300px;}
#contratacion .servicios .subtotal {text-align: right;}
#contratacion .servicios .count-input md-input-container {margin-top:24px !important;}
#contratacion table.table-services {
    border-collapse: collapse;
    border: none;
    margin:20px 0;
    width: 100%;
}
#contratacion table.table-services tr {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    border-top: 1px solid rgba(0,0,0,0.12);
    border-collapse: collapse;
    padding:10px;
}
#contratacion table.table-services td {
    padding:10px;
}
#contratacion thead th{
    color:#535353;
    padding:10px;
}
#contratacion tfoot td{
    text-align: right;
}
.product-item {}
.product-item .product-thumb {
    border: 1px solid rgba(0,0,0,0.12);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
    overflow: hidden;
    width: 170px;
    height: 170px;
    margin-right: 10px;
}
.product-item .product-thumb img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product-item .product-info {color:#535353;}
.product-item .product-info .product-title{font-size:16px;}
.product-item .product-info p{font-size:12px;}
.product-item .product-info .precio{}
.product-item .product-info .precio .desc1{font-weight: bold; font-size: 14px; font-weight: bold;}
.product-item .product-info .precio .desc2{font-size:12px;}

#checkout-button {
    background: #FF7913;
    min-height: 50px;
    min-width: 200px;
    color: #fff;
    font-size: 16px;
}
#checkout-button md-icon svg{
    color: white !important;
    fill: white !important;
}
#checkout-button.md-button[disabled] md-icon svg{
    color: rgba(0,0,0,0.38);
    fill: rgba(0,0,0,0.38);
}


.table-wrapper {
    height: 100%;

    width: 100%;
    min-width: 100%;
    max-width: 100%;

    display: flex;
    flex-direction: column;
}
.table-row {
    display: flex;
    flex-direction: row;

    width: 100%;
}
.table-column {
    display: flex;
    flex-direction: column;
}
.table-cell {
    display: flex;
    flex: 1;

    align-items: center;
    justify-content: start;

    border: 1px solid lightgray;

    min-width: 150px;
    min-height: 25px;
}

.table-row-info {
    padding-top: 8px; 
    padding-bottom: 16px;
}
.table-cell.button {
    min-width: 25px;
    max-width: 25px;
}
.table-cell.button.noborder {
    border: none !important;
}
.table-cell.button.white{
    background: white !important;
    background-color: white !important;
}

.table-cell.date-cell {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    min-width: 150px;
    max-width: 150px;
}
.table-cell.date-cell span {
    font-size: 10px;
}

.table-cell.acroynim-cell {
    max-width: 50px;
    min-width: 50px;
}
.table-cell.acroynim-cell md-select, .table-cell.acroynim-cell md-select-value {
    max-width: 35px;
    min-width: 35px;
    border: none;
}
.table-cell.acroynim-cell.with-icon-cell {
    min-width: 60px;
    max-width: 60px;
}

.table-cell.medium-cell {
    max-width: 250px;
}
.table-cell.small-cell {
    max-width: 100px;
}
.table-cell.overflow-cell > * {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.table-header {
    width: 100%;
    overflow-x: hidden;
}
.table-header .table-cell-header {
    background-color: #eee !important;
    font-weight: bold !important;

    height: 24px !important;

    padding: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;

    border-top: 1px solid lightgray !important;
}

.table-body {
    display: flex;
    flex: 1;
    flex-direction: column;

    width: 100%;
    height: calc(100% - 48px);
    font-size: 12px;
}
.table-body .table-cell {
    padding: 4px;
    cursor: pointer;

    height: 20px;
    min-height: 20px;
}
.table-body .table-cell:hover {
    background: #e8e8e8;
}
.table-body .table-cell textarea {
    width: 98%;
    resize: vertical;
    font-size: 12px !important;
    min-height: 20px;
    height: 20px;
}

.table-body .table-cell input, 
.table-body .table-cell textarea {
    background: white;
    color: black;
    border: 1px solid lightgray;
}

.table-body .table-cell md-autocomplete.bordered-autocomplete {
    min-width: calc(100% - 10px);
}
.table-body .table-cell md-autocomplete.bordered-autocomplete input {
    padding: 0 8px;
    padding-right: 0px;
    background: inherit;
    border: inherit;
}
.table-body .table-cell md-autocomplete.bordered-autocomplete .md-show-clear-button button {
    width: 16px;
    height: 16px;
}
.table-body .table-cell md-autocomplete.bordered-autocomplete .md-show-clear-button button md-icon {
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
}

.table-body .table-row.new-row .table-cell {
    min-height: 45px;
    height: 45px;
}
.table-body .table-row.new-row .table-cell input,
.table-body .table-row.new-row .table-cell textarea {
    height: auto;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}


.pagination {
    display: flex;
    flex-direction: row;
}
.pagination li {
    cursor: pointer;

    width: 40px;
    height: 35px;

    margin-right: 8px;

    display: flex;    
    justify-content: center;
    align-items: center;

    border: 1px solid #e8e8e8;
    border-radius: 8px;

    background: white;
}
.pagination li span {
    color: #ff6e00;
    font-weight: bold;
    font-size: 14px;

    text-decoration: none;
}
.pagination li.active {
    background: #ff6e00;
}
.pagination li.active span {
    color: white;
}
.pagination li.disabled {
  cursor: auto;
  pointer-events: none;
}

.imgresponsive {
    cursor: pointer;
    
    max-height: 150px; 
    max-width: 135px;

    border-radius: 6px;
}

.tooltip {
    
}
.tooltip:hover .tooltip-text {
    display: block;
}
.tooltip .tooltip-text {
    display: none;
    position: fixed;

    top: 0px;
    left: 0px;
    
    margin-top: 15px;
    margin-left: 15px;

    background-color: black;
    color: white !important;;

    padding: 8px;
    border-radius: 4px;
    
    font-size: 12px;
    font-weight: bold;
    
    white-space: nowrap;
    z-index: 9999;
}

.dashboard-header {
    margin-top: 30px;
}

.overflow {
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}

/*****/
.table-wrapper {
    overflow-x: auto;
}

table.resizable {
    width: 100%; /* Opcional: usa el ancho completo del contenedor */
    border-collapse: collapse;
}

table.resizable th, table.resizable td {
    text-align: left;
    white-space: nowrap;
}

table.resizable th {
    height: 24px;
    max-height: 24px;

    font-size: 12px;
    font-weight: bold;

    background: lightgray;
    border: 1px solid #979090;
}

table.resizable td {
    cursor: pointer;
    border: 1px solid lightgray;
    height: 28px;
    min-height: 28px;
}
table.resizable td:hover {
    background: #eee;
}

table.resizable td.no-border, table.resizable th.no-border {
    border: none;
}
table.resizable td.no-background, table.resizable th.no-backgrround {
    background: none;
}
table.resizable td.no-background:hover {
    background: none
}

table.resizable td > div:first-child {
    height: 26px;
    min-height: 26x;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

table.resizable td textarea {
    resize: vertical;
    font-size: 12px !important;
}

table.resizable td input, 
table.resizable td textarea {
    width: 98%;
    height: 20px;
    min-height: 20px;

    background: white;
    color: black;
  
    border: 1px solid lightgray;
    border-radius: 4px;

    padding: 2px;
}

table.resizable td md-select, table.resizable td .md-select-value {
    border: none;
}

table.resizable th > div:first-child, table.resizable td > div:first-child {
    padding: 0px 8px;
}

table.resizable .large-cell {
    width: auto;
    min-width: 280px;
}
table.resizable .medium-cell {
    width: auto;
    min-width: 80px;
}
table.resizable .small-cell {
    width: 60px;
    min-width: 60px;
}
table.resizable .small-cell.icon-cell {
    width: 28px !important;
    max-width: 28px !important;
    min-width: 28px !important;

    text-align: center;
}

table.resizable td.small-cell > div:first-child .md-select-value {
    min-width: 35px;
    max-width: 35px;
}

table.resizable td  md-autocomplete.bordered-autocomplete {
    width: calc(100% - 10px);
    margin: 4px
}
table.resizable td  md-autocomplete.bordered-autocomplete input {
    padding: 0 8px;
    padding-right: 0px;
    background: inherit;
    border: inherit;

    height: 38px;
}
table.resizable td  md-autocomplete.bordered-autocomplete .md-show-clear-button button {
    width: 16px;
    height: 16px;
}
table.resizable td  md-autocomplete.bordered-autocomplete .md-show-clear-button button md-icon {
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
}

.drop-box {
    height: 125px;

    display: flex;
    justify-content: center;
    align-items: center;

    border: 1px solid lightgray;
    border-radius: 12px;

    cursor: pointer;
}
.drop-box:hover {
    background: #f8f8f8
}

.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}


.preview-file-modal-container {
    height: calc(100vh - 56px);
    overflow: hidden;
}
.preview-file-modal-container .preview-wrapper {
    height: 100%; 
    background-color: #121212;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.preview-file-modal-container .preview-wrapper .zoomist-container {
    height: 100%;
}
.preview-file-modal-container .preview-wrapper .zoomist-wrapper {
    height: 100%;
}
.preview-file-modal-container .preview-wrapper .zoomist-image {
    height: 100%;

    display: flex;
    flex-direction: row;

    align-items: center;
    justify-content: center;
}
.preview-file-modal-container .preview-wrapper .zoomist-image .image {
    object-fit: cover;
    object-position: center;

    width: 100%;
    height: auto;
    max-height: 100%;
}

.preview-file-modal-container .preview-wrapper .preview-wrapper-pdf {
    height: 100%;
    width: 100%;
}
.preview-file-modal-container .preview-wrapper .preview-wrapper-pdf .pdf-container {
    margin: 0;
}

.preview-file-modal-container .preview-wrapper .preview-wrapper-video {
    display: flex;
    justify-content: center;
    align-items: center;
    
    height: 100%;
    width: 100%;
}
.preview-file-modal-container .preview-wrapper .preview-wrapper-video .video {
    height: auto;
    max-height: 100%;

    width: 100%;
}
.atencion-rojo {
  background: #ffebee !important;
  color: #b71c1c !important;
}
.atencion-negrita .md-list-item-text h3, .atencion-negrita .md-list-item-text h4, .atencion-negrita .md-list-item-text p{
  font-weight: bold !important;
}