﻿/*Style*/

.MinOffer {
    background: #196CB3;
}

.error {
    color: red;
    border-color: red;
}

.divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 4px solid #f2f2f2;
}

.select-page {
    width: 50px;
    text-align: center;
}

.pagination li a input {
    padding: 0;
    margin: -5px 0;
}

.table {
    font-size: 11px;
}

/*Readonly de la tabla de items en la oferta*/
/*[st-table=requestedItemsCollection] input[readonly] {
    background-color: white !important;
    border: none !important;
}*/

.quote-awarded {
    background-color: #346277;
    color: #fff;
}

.input-flat .form-control {
    padding-top: 0;
    padding-bottom: 0;
    height: 20px;
}

/*#quotesFormId input[readonly],
#quotesFormId select[readonly],
#quotesFormId textarea[readonly],
.inputs-readonly-white input[readonly],
.inputs-readonly-white select[readonly],
.inputs-readonly-white textarea[readonly] {
    background-color: white;
    border: none;
    box-shadow: none;
}*/


.requestedItemsCollection {
    overflow-y: visible;
}

    .requestedItemsCollection .dropdown-menu {
        position: relative;
    }


input[type=checkbox].spola-chk {
    display: none;
}
    /* to hide the checkbox itself */
    input[type=checkbox].spola-chk + label:before {
        font-family: FontAwesome;
        display: inline-block;
    }

    input[type=checkbox].spola-chk + label:before {
        content: "\f096";
    }
    /* unchecked icon */
    input[type=checkbox].spola-chk + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    input[type=checkbox].spola-chk:checked + label:before {
        content: "\f14a";
        color: green;
    }
    /* checked icon */
    input[type=checkbox].spola-chk:checked + label:before {
        letter-spacing: 5px;
    }
/* allow space for check mark */

/*Nuevo listado proveedor*/
.row-mt10 {
    margin-top: 10px;
}

.row-mt20 {
    margin-top: 20px;
}

.filter-separator {
    margin-top: 10px;
    border-bottom: 2px solid #dddddd;
}

.table tr:first-child td {
    border-top: inherit;
}

.table {
    border-bottom: none !important;
    /*font-size: 11px;*/
}

.table-title {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #717171
}

.block {
    white-space: nowrap;
}

    .block::before {
        content: '\200B';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-left: 5px;
    }

.block-centered {
    display: inline-block;
    vertical-align: middle;
}

.block-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

    .block-wrapper > div {
        display: table-row;
    }

        .block-wrapper > div > div {
            display: table-cell;
        }

.block-wrapper-top,
.block-wrapper-bottom {
    height: 5px;
}

.block-wrapper-centered-light-gray {
    border-left: solid 2px #E6E6E6;
    white-space: nowrap;
}

.block-wrapper-centered-gray {
    border-left: solid 2px #717171;
    white-space: nowrap;
}

.block-wrapper-centered-green {
    border-left: solid 2px #366D34;
    white-space: nowrap;
}

.block-wrapper-centered-blue {
    border-left: solid 2px #1486EF;
    white-space: nowrap;
}

.block-wrapper-centered-red {
    border-left: solid 2px #CE2C2D;
    white-space: nowrap;
}

.block-green {
    color: #366D34;
}

.block-blue {
    color: #1486EF;
}

.block-red {
    color: #CE2C2D;
}

.block-gray {
    color: #717171;
}

.block-bold {
    font-weight: bold;
}


/* TODO: Eliminar en update de bootstrap*/
/*@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}*/

.has-error-tr {
    background-color: #f7f7f7;
}


.btn-upload input {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    /* transform: translate(-300px, 0) scale(4);
    -webkit-transform: translate(-300px, 0) scale(4);
    -ms-transform: translate(-300px, 0) scale(4);
    -o-transform: translate(-300px, 0) scale(4);*/
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}