﻿.error {
    border-color: red !important;
    border-width: 2px !important;
}

.chosen-select {
    display: none !important;
}


#cmbPunctLucru_chosen {
    width: 250px !important;
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'> <polyline points='7,7 10,10, 13,7' stroke='black' stroke-width='1' fill='none' /> </svg>");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 23px;
    height: 38px;
    border-color: #555;
    border-radius: 7px;
}


/* adaugate de Ionut Frunza */
.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-13 {
    margin-top: 13px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-23 {
    margin-top: 23px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

@media only screen and (max-width: 700px) {

    /* Force table to not be like tables anymore */
    .no-table table,
    .no-table thead,
    .no-table tbody,
    .no-table th,
    .no-table td,
    .no-table tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-table tr {
        border: 1px solid #ccc;
    }

    .no-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        /*padding-left: 180px !important;*/
        white-space: normal;
        text-align: left;
    }

        .no-table td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            /*white-space: nowrap;*/
            text-align: left;
            font-weight: bold;
        }

        /*
       Label the data
       */
        .no-table td:before {
            content: attr(data-title);
        }
}

.datepicker {
    z-index: 1151 !important;
}

.clear-both {
    clear: both;
}

.MousePointer {
    cursor: pointer;
}

.bw-4 {
    border-width: 4px !important;
}

.bw-0 {
    border-width: 0px !important;
}

.padding-side-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.table-cell {
    display: table-cell;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: left;
}

.resize-none {
    resize: none;
}

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important; /* IE 9 */
    -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

a.nolink:hover {
    color: #616161 !important;
}


div.link:hover {
    color: cornflowerblue !important;
    cursor: pointer;
}


/*label {
    font-size: 11px !important;
    font-weight: normal !important;
}

td,th {
    font-size: 11px !important;
  
}*/

 