﻿/**default*/

.rTable {
    display: table;
    width: 100%;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}

.rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
}


.fileName {
    cursor: pointer;
}

.linkText {
    color: #4299f7 !important;
    text-decoration: underline;
    cursor: pointer;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}

.rTableBody {
    display: table-row-group;
}

.loader {
    position: fixed;
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    background: rgba(255, 255, 255, 0.72);
    display: flex;
    justify-content: center;
    align-items: center;
}
/********************MAIN BY OMRI@MLY***************************/
.new-request {
    /* width: 16.5%; */
    width: 24.5%;
    border-left: 1px solid #499ebc;
    box-sizing: content-box;
    display: inline-block;
}

.nrbutton {
    background: #7abf19;
    height: 62px;
    width: 201px;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: none;
}

select.hourpicker {
    color: #808080;
}

span.plus {
    border: 2px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    margin-left: 5px;
}



.more-opening-options ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.more-opening-options {
    position: absolute;
    top: 73px;
    right: calc(50% - 118px);
    width: 201px;
    z-index: -1;
    display: block;
    opacity: 0;
    transition: all 1s;
    height: 0;
}

span.checkbox-updated {
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    position: relative;
    right: auto;
    left: auto;
    right: auto;
    border: 1px solid #4299f7;
    border-radius: 50%;
    margin-top: 5px;
    float: left;
}

span.checked {
    /*background: #4891f5;
    width: 80%;
    width: 80%;
    height: 80%;
    margin: 10%;
    border-radius: 50%;
    display: inline-block;*/
}

    span.checked label:before {
        background: url(../../images/checkbox.png) no-repeat left;
    }

input#projUpdated {
    position: relative;
    left: auto;
    right: auto;
    display: none;
}

div#projectType {
    position: relative;
    right: auto;
    left: auto;
}

div#projectStatus {
    position: relative;
    right: auto;
    left: auto;
}

div#projectDate {
    position: relative;
    right: auto;
    left: auto;
}

div#projectDates {
    position: relative;
    right: auto;
    left: auto;
}



.more-opening-options.showNewReq {
    display: block;
    opacity: 1;
    height: 235px;
    position: absolute;
    z-index: 999;
}

.more-opening-options li {
    height: 30px;
    border: 1px solid #7abf19;
    border-radius: 50px;
    margin: 3px 0;
    padding-right: 15px;
    font-size: 14px;
    color: #999999;
    padding-top: 2px;
    background: white;
    cursor: pointer;
    text-align: right;
}

.clock {
    text-align: center;
    line-height: 43px;
    font-size: 43px;
}

.hour {
    color: #499ebc;
}

.date {
    color: #499ebc;
    text-align: center;
    font-size: 14px;
}

.circles-tabs {
    /*    width: 83%;*/
    /*width: 80%;*/
    width: 80%;
    display: inline-block;
    margin-top: 15px;
    /*margin-bottom: 30px;*/
    /* background-color: #e6e6e6;*/
    margin-bottom: 32px !important;
}

ul.tabs {
    width: 95%;
    list-style: none;
    padding-top: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}


li.circletab {
    margin: 0 1%;
    display: inline-block;
    height: 150px;
    text-align: center;
    color: #0065a1;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

    li.circletab span.numbers {
        display: inline-block;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        text-align: center;
        border: 2px solid #7abf19;
        border-radius: 50%;
        font-size: 60px;
        padding: 15px 0;
        color: #7abf19;
    }

span.texttab {
    color: #666;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    padding-top: 9px;
    margin-top: 10px;
}

li.circletab:hover span.numbers {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: auto;
    text-align: center;
    background: #7abf19;
    border-radius: 50%;
    font-size: 61px;
    padding: 15px 0;
    color: white;
    outline: none !important;
}

.innerdiv {
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4px;
    outline: none !important;
}

li.circletab:hover .innerdiv .texttab {
    text-align: center;
    color: #7abf19;
}


li.circletab.marked .innerdiv .texttab {
    text-align: center;
    color: #7abf19;
}

.listpointer {
    position: absolute;
    background: #7abf19;
    width: 10px;
    height: 10px;
    display: inline-block;
    right: 125px;
    transform: rotate(45deg);
    bottom: -4px;
}

li.circletab.marked span.numbers {
    background-color: #7abf19;
    color: #fff;
}

/********************MAIN BY OMRI@MLY***************************/
/********************TABS1 BY OMRI@MLY***************************/

/*.tab1,.tab2 ,.tab3, .tab4, .tab5 {*/
/*display: none*/
/*}*/

.tabs.openTab {
    display: block;
}

.priceOffers tbody tr:hover {
    background-color: #e5f1f5;
}

/*******REMOVE HOVER FROM TABLE TR IN PROPOSAL ANSWER BY OMRI@MLY**************/
.proposalAnswerTable tbody tr:hover {
    background-color: #fff;
}
/*******REMOVE HOVER FROM TABLE TR IN PROPOSAL ANSWER BY OMRI@MLY**************/




h3.table-header {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #57b1ea;
    margin-bottom: 20px;
}

h4.table-header {
    text-align: center;
    color: #57b1ea;
    margin-bottom: 20px;
}

.filter {
    font-size: 20px;
    color: #57b1ea;
    float: left;
    position: relative;
    top: -25px;
    margin-left: 50px;
    margin-bottom: -20px;
    cursor: pointer;
    z-index: 99;
}


li.data-button a {
    color: white;
    text-decoration: none;
}

.more-opening-options a {
    color: #999999;
}

.more-opening-options li:hover a {
    color: white;
    text-decoration: none;
}

.filterData {
    height: 0;
    margin: 0px 0;
    overflow-y: hidden;
    overflow-x: hidden;
    opacity: 0;
    padding-right: 2%;
    width: 100%;
    pointer-events: none;
}

    .filterData label {
        position: relative;
        color: #999999;
        right: auto;
        left: auto;
        font-weight: normal;
        margin-top: 5px;
        margin-right: 5px;
        float: left;
    }

    .filterData.filtershown {
        height: auto;
        margin: 30px 0 0 0;
        overflow-y: hidden;
        overflow-x: hidden;
        opacity: 1;
        padding-right: 2%;
        padding-top: 25px;
        pointer-events: auto;
    }

    .filterData button {
        position: relative;
        left: auto;
        right: auto;
        width: 65%;
        height: 30px;
        background: #4299f7;
        color: white;
        border: 0;
        border-radius: 50px;
        cursor: pointer;
        float: none;
        margin-right: 15px;
    }

p.filter span {
    top: 5px;
    position: relative;
}

p.highlighted.boldText {
}

div.cancelFilter {
    color: #57b1ea;
    text-align: center;
    position: relative;
    margin-bottom: -20px;
    font-size: 12px;
    float: none;
    display: block;
    width: 76%;
    margin-top: 0px;
    margin-bottom: 2px;
}

.container-full {
    margin: 0;
}

div#customer-banner img {
    width: 100%;
    max-height: 138px;
}

table.priceOffers {
    width: 100%;
    margin-bottom: 70px;
}

td.emptyspace {
    width: 200px;
}

table.priceOffers thead tr {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #a6a6a6;
    height: 54px;
}

table.priceOffers thead th {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #a6a6a6;
    height: 54px;
}

table.priceOffers thead td {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    /*width: 13%;*/
    width: 10.7%;
}

td.InnerClient {
    width: 6% !important;
}

table.priceOffers tbody td.OffersAccepted, table.priceOffers thead td.OffersAccepted {
    /*width: 9%;*/
    width: 9%;
}


table.priceOffers tbody td.projectName, table.priceOffers thead td.projectName {
    font-size: 16px;
    width: 16% !important;
}




table.priceOffers thead td.emptyspace a.ui-datepicker-next.ui-corner-all {
    background-image: url(../images/ui-icons_444444_256x240111.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}

a.ui-datepicker-prev.ui-corner-all {
    /*background-image: url(../images/ui-icons_444444_256x240.png) !important;*/
    background-position: center;
    background-repeat: no-repeat;
}

table.priceOffers tbody td {
    text-align: center;
    font-size: 16px;
    color: #666666;
    height: 100px;
    position: relative;
}
    /*table.priceOffers tbody td.emptyspace, table.priceOffers thead td.emptyspace {
    width: 20% !important;
}*/
    table.priceOffers tbody td:last-of-type,
    table.priceOffers tbody td.emptyspace,
    table.priceOffers thead td.emptyspace {
        /*min-width: 220px;
        max-width: 240px;*/
        width: 210px;
        min-width: 190px;
    }

tr .trOrderData td, .suppliersDisplayTbl tr td {
    text-align: center;
    font-size: 16px;
    color: #666666;
    height: 100px;
    /*direction: ltr !important;*/
    width: auto !important;
}

tfoot .trOrderData td {
    font-weight: bold;
    height: 50px !important;
}

.tdSuggestedPrice {
    color: #4299f7 !important;
}

tfoot tr.tfootHeader td {
    font-size: 14px;
    height: 50px !important;
    font-weight: bold;
    color: #4299f7 !important;
}


table.priceOffers tbody tr {
    border-bottom: 2px solid #e6e6e6;
}

    table.priceOffers tbody tr.shown {
        border-bottom: none;
    }

.font13 {
    font-size: 13px !important;
}

span.showanswers {
    width: 113px;
    height: 30px;
    background: #4299f7;
    color: white;
    display: inline-block;
    border-radius: 50px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0px;
}

    span.showanswers.UnlockedTenderObligationLaw {
        width: 160px;
        height: 30px;
        background: #4299f7;
        color: white;
        display: inline-block;
        border-radius: 50px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 15px;
        margin-bottom: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }
        span.showanswers.UnlockedTenderObligationLaw:nth-child(2n) {
            margin-top: 10px;
            width: auto;
            padding: 0 12px;
        }

        span.showanswers.reservationArrowNotAlone {
            width: 113px;
            height: 30px;
            background: #4299f7;
            color: white;
            display: inline-block;
            border-radius: 50px;
            line-height: 30px;
            font-size: 14px;
            margin-left: 15px;
            margin-bottom: 5px;
            margin-top: 0;
        }

span.showanswersgreen {
    width: 113px;
    height: 30px;
    background: #7abf19;
    color: white;
    display: inline-block;
    border-radius: 50px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 10px;
}

a.showanswers {
    display: inline-block;
    color: #337ab7;
    text-decoration: underline;
    margin: 10px 0 0 15px;
}
a.showanswers:hover {
    text-decoration: none;
}

.floatLeftArrowAndButton .showanswers {
    margin-top:10px;
    margin-bottom: 10px;
}

span.arrow {
    /* height: 32px;
    width: 32px;
    background: transparent;
    display: inline-block;
    border: 1px solid #4da0be;
    border-radius: 50%;
    font-size: 20px;
    color: #0066a1;
    font-weight: bold;
    top: 2px;
    position: relative;
    cursor: pointer;
    outline: none !important; //22.8 shai 
    padding-left: 3px;*/
    height: 32px;
    width: 32px;
    background: transparent;
    border: 1px solid #4da0be;
    border-radius: 50%;
    font-size: 20px;
    color: #0066a1;
    cursor: pointer;
    outline: none !important;
    padding-left: 3px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}


span.arrowCostum {
    height: 32px;
    width: 32px;
    background: transparent;
    display: inline-block;
    border: 1px solid #4da0be;
    border-radius: 50%;
    font-size: 20px;
    color: #0066a1;
    font-weight: bold;
    top: 2px;
    position: relative;
    cursor: pointer;
    outline: none !important;
    padding-left: 3px;
    margin-top: -4px;
}

span.arrow.rotate {
    transform: translateY(-50%) rotate(-90deg);
}


#messages span.alertnotification {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    background: #e81c1c;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    /* margin-right: 0; */
    margin-right: 3px;
    position: static;
    left: 0;
    top: calc(50% - 15px);
}

span.alertnotification {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    background: #e81c1c;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    /* margin-right: 0; */
    margin-right: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}



span.alertnotificationOrange {
    float: right;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background: #e89c1c;
    color: white;
    border-radius: 50%;
    font-size: 19px;
    z-index: 1;
}

span.alertnotificationOverCircle {
    position: absolute;
    /*float: right;*/
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background: #e81c1c;
    color: white;
    /* font-weight: bold; */
    border-radius: 50%;
    /* margin-right: 0; */
    margin-right: 3px;
    font-size: 19px;
    z-index: 1;
    margin-left: -20px;
}

span.alertnotificationTransparent {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 0;
}

.minutes, .days, .hours, .seconds {
    width: 25%;
    display: inline-flex;
    color: #4299f7;
    font-weight: bold;
    font-size: 20px;
    flex-direction: column;
    justify-content: center;
}

td.alertheader {
    width: 15px !important;
}

.minutes span, .days span, .hours span, .seconds span {
    display: inline-block;
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -5px;
    left: 2px;
}

.data-text {
    height: 160px;
    background: #f2f2f2;
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.data-buttons {
    height: 155px;
    background: #a6a6a6;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}


.data-text div {
    display: inline-flex;
    flex-direction: column;
    width: 19%;
    height: 100%;
    padding: 5px;
    border-right: 2px solid #97c8d9;
    justify-content: flex-start;
}

    .data-text div:first-child {
        border: none;
    }

.notification, .contactdetails {
    text-align: right;
}

    .notification h4 {
        color: #57b1ea;
        font-weight: bold;
        font-size: 16px;
        margin: 0;
    }

p.not-read {
    color: #e81c1c;
    font-weight: bold;
    margin: 0;
    font-size: 15px;
}

/*p.not-read:before {
	content: '★';
	position: relative;
	left: 15px;
	margin-left: -12px;
	font-size: 13px;
	color: #e82525;
}*/

p.read {
    color: #666666;
    margin: 0;
    font-size: 15px;
}

p.date-title {
    margin: 0;
    color: #808080;
    font-size: 19px;
}

p.highlighted {
    margin: 0;
    margin-bottom: 8px;
    color: black;
    font-size: 19px;
    font-weight: bold !important;
    line-height: 112%;
    min-height: 21px;
}

p.highlightedEmpty {
    height: 19px;
}

p.price span.spanAsP,
p.price,
p.price span.price,
div.lowestbid p.price div {
    margin: 0;
    color: #57b1ea;
    font-size: 47px;
    font-weight: normal;
    line-height: 44px;
}


    p.price span {
        font-size: 16px;
        color: black;
        text-align: right;
    }

/*.rating {
	display: inline-flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	border: none !important;
	width: 100% !important;
}*/

.rat {
    width: 50% !important;
    display: inline-block !important;
    margin: 0;
    color: #57b1ea;
    font-size: 47px;
    font-weight: normal;
    line-height: 35px;
    text-align: left;
    padding-left: 15px;
}

.rating {
    width: 100% !important;
    text-align: center;
    border-right: none !important;
}

    .rating p.explanation {
        margin: 0;
        color: #666;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        width: 100% !important;
    }

    .rating .rat {
        width: 100% !important;
        display: inline-block !important;
        margin: 0;
        color: #57b1ea;
        font-size: 47px;
        font-weight: normal;
        line-height: 35px;
        text-align: center;
        padding-left: 15px;
    }


/*.explanation {
	width: 49% !important;
	display: inline-block !important;
	text-align: right;
	color: black;
}*/
p.explanation {
    margin: 0;
    color: #5f5e5e;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 100% !important;
    overflow: hidden;
}



.hideme {
    visibility: hidden;
}

.project-status {
    width: 16%;
    display: inline-flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid #fff;
    /* padding-top: 10px; */
}

    .project-status img {
        margin-top: 12px;
        display: inline;
    }

    .project-status p {
        color: #ffffff;
        font-weight: bold;
        width: 100px;
        text-align: right;
        display: inline-block;
        margin: 0 5px;
        line-height: 20px;
        position: relative;
        top: 20px;
        font-size: 16px;
    }

.project-dates p.start-date, .project-dates span.spnProjectCancel {
    color: #ffffff;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    margin: 0 5px;
    line-height: 20px;
    position: relative;
    top: 20px;
    font-size: 16px;
    margin-bottom: 25px;
}

.project-dates.inCenter {
    padding-right: 2%;
}




.lock-project {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #4daeea;
    width: 135px;
    height: 30px;
    padding: 5px;
    border-radius: 50px;
    margin: 17px auto;
}




ul.buttons {
    top: -12px;
    position: relative;
}

.start-date {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-align: right;
    margin-bottom: 0;
    line-height: 15px;
    /*margin-top: 25px;*/
    margin-top: 11px;
}

input.datepicker {
    width: 140px;
    height: 30px;
    border: none;
    border-radius: 50px;
    background-color: white;
    background-image: url('../../images/datepicker.png');
    background-position: 10% center;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-size: 16px;
    color: #808080;
    font-weight: normal;
}

input.clockpicker {
    font-weight: normal;
    width: 90px;
    height: 30px;
    border: none;
    border-radius: 50px;
    background-color: white;
    background-image: url('../../images/clockpicker.png');
    background-position: 10% center;
    background-repeat: no-repeat;
    padding-right: 10px;
    font-size: 16px;
    color: #808080;
    margin: 0 15px;
}

.update-button {
    display: inline-block;
    height: 30px;
    width: 65px;
    background: #4daeea;
    color: white;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border-radius: 50px;
}

.end-date {
    color: #fff;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}

    .end-date span {
        /*margin-left: 15px;*/
    }

    /*.end-date span {
margin-left: 30px;
}*/
    .end-date .datepicker, .end-date .md-input, .end-date .hourpicker {
        /*display: inline-flex !important;
width: 15% !important;
justify-content: flex-end !important;
align-items: center !important;
flex-direction: column !important;
height: 100% !important;
width: 140px;*/
        /*float: right;*/
        margin-right: 8px !important;
        margin-left: 8px !important;
        /*margin-left: 15px !important;*/
    }

@media (max-width: 1000px) {
    /*.end-date .datepicker, .end-date .md-input, .end-date .hourpicker*/
}
/*.end-date .md-text {
	margin-right: 10px;
}*/
.update-button {
    margin-right: 40px !important;
}

.project-buttons {
    display: inline-flex;
    width: 41%;
    height: 100%;
    padding-right: 22px;
    margin-top: 22px;
    float: right;
}

ul.buttons {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}


li.data-button {
    display: inline-flex;
    width: 24%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    max-height: 100px;
}

    li.data-button img {
        margin-bottom: 5px;
    }

    li.data-button:hover {
        display: inline-flex;
        /*width: 24%;*/
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
        height: 100%;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
    }




.data-row {
    display: none;
    transition: all 1s;
}

    .data-row.shown {
        display: table-row;
        transition: all 1s;
    }

.more-opening-options li:hover {
    background: #7abf19;
    color: white;
}

input.projName {
    color: #a6a6a5;
}

.projName::-webkit-input-placeholder {
    text-align: center;
    color: #a6a6a6;
    font-size: 14px;
}

.secondfilter input.datepicker::placeholder {
    text-align: right;
    color: #a6a6a6;
    font-size: 14px;
}



input.projName {
    background-color: white;
    border: 1px solid #4299f7;
    border-radius: 25px;
    width: 100%;
    height: 32px;
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: 6% center;
    right: 10%;
    text-align: center;
}

div.projName {
    background-color: white;
    border: 1px solid #4299f7;
    border-radius: 25px;
    width: 100%;
    height: 32px;
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: 6% center;
    right: 10%;
    text-align: center;
}

input#CategoriesSearch_value,
input#InsideDemenderSearch_value {
    background: transparent;
    border: 0;
    text-align: center;
    height: 30px;
}

div#CategoriesSearch_dropdown,
div#InsideDemenderSearch_dropdown {
    background: white;
    position: relative;
    z-index: 99;
    border: 1px solid #4f9aec;
    max-height: 161px;
    overflow-y: scroll;
}

.angucomplete-title:hover {
    background: #4f9aec78;
    color: white;
}

md-input-container.wrapper-dropdown-1.projectDate1.allPublishers {
    padding-right: 0;
    text-align: center;
}

.ShowDesktop .wrapper-dropdown-1.allPublishers {
    background-image: url(../images/selectbackground.png);
    background-position: -4px center;
}

.allPublishers md-select-value span:not(.md-select-icon) {
    height: 100%;
    display: inline-block !important;
    width: 100%;
    position: relative;
    top: -2px;
}

.allPublishersSecond md-select-value span:not(.md-select-icon) {
    height: 100%;
    display: inline-block !important;
    width: 100%;
    position: relative;
    top: 2px;
}

.bulkOperatopnsSelect {
    width: 150px !important;
}

div#desktopPublicFiltersButton button {
    margin: 29px auto 7px auto;
    width: 191px;
    display: block;
    background: #4f9aec;
    color: white;
    border: 0;
    height: 30px;
    border-radius: 50px;
    font-size: 18px;
}

div#desktopPublicFiltersButton div.cancelFilter {
    color: #57b1ea;
    text-align: center;
    position: relative;
    margin-bottom: -20px;
    font-size: 12px;
    float: none;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 13px;
}

.row.openFilters.desktopPublicFilters {
    padding: 23px 0 10px 0;
    margin: 0;
}

select {
    background-color: white;
    border: 1px solid #4299f7;
    border-radius: 25px;
    width: 185px;
    height: 32px;
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: 101% center;
    background-image: url(../../images/selectbackground.png);
    background-size: 21%;
}

li#doc {
    background-image: url(../../images/documents.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
}

    li#doc:hover {
        background-image: url(../../images/documents.png);
        background-repeat: no-repeat;
        background-position: 50% 25%;
        color: white;
        position: relative;
        top: 3px;
    }

li#edit {
    background-image: url(../../images/editdata.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
}

    li#edit.addedDocs {
        background-image: url(../../images/documents.png);
        background-repeat: no-repeat;
        background-position: 50% 25%;
    }

li#whiteSun {
    background-image: url(../../images/whiteSunIcon.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: 30%;
}

li#edit:hover {
    background-image: url(../../images/editdata.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    color: white !important;
    position: relative;
    top: 3px;
}

li#edit.addedDocs:hover {
    background-image: url(../../images/documents.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    color: white !important;
    position: relative;
    top: 3px;
}

li#supp {
    background-image: url(../../images/supplierslist.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
}

.md-text.ng-binding {
    position: relative;
    top: -2px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

li#supp:hover {
    background-image: url(../../images/supplierslist.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    color: #fff;
    position: relative;
    top: 3px;
}

    li#supp:hover p, li#edit:hover p {
        color: #fff;
    }

li#cancel {
    background-image: url(../../images/cancelprojecthover.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
}

    li#cancel:hover {
        background-image: url(../../images/cancelprojecthover.png);
        background-repeat: no-repeat;
        background-position: 50% 25%;
        color: white;
        position: relative;
        top: 3px;
    }

li#print {
    background-image: url(../../images/printicon.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
}

    li#print:hover {
        background-image: url(../../images/printicon.png);
        background-repeat: no-repeat;
        background-position: 50% 25%;
        color: white;
        position: relative;
        top: 3px;
    }

li#cancel.orders {
    background-position: 50% 3% !important;
}
/********************TABS1 BY OMRI@MLY***************************/
/********************SUPPLIERS ANSWERS BY OMRI@MLY***************************/

li.circletab_small {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 2px solid #cbe6a6;
    border-radius: 50%;
}

    li.circletab_small .innerdiv {
        width: 50px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        top: 10px;
        position: relative;
    }

    li.circletab_small span.texttab {
        font-size: 12px;
        display: inline-block;
    }

    li.circletab_small:first-child {
        border: 2px solid #7abf19;
    }

span.texttab i {
    font-size: 35px;
}

span.texttab i {
    font-size: 35px;
    color: #7abf19;
}

div.filter {
    width: 220px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 30px;
    border-right: 1px solid #0065a1;
    top: -70px;
}

.timecounter {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

div.filter span.colon {
    margin-left: 4px;
}

ul.tabs_small {
    margin-top: 25px;
}

ul.supptabs {
    list-style-type: none;
    display: inline-flex;
    border-radius: 50px;
    justify-content: center;
    width: 900px;
}

li.supptab {
    display: inline-flex;
    height: 46px;
    margin: 0 !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 29px;
    flex-direction: row;
    border-left: 1px solid #4299f7;
    border-top: 1px solid #4299f7;
    border-bottom: 1px solid #4299f7;
    cursor: pointer;
    color: #4299f7;
    font-size: 16px;
}

    li.supptab:first-child {
        border-right: 1px solid #4299f7;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    li.supptab:last-child {
        border-left: 1px solid #4299f7;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    li.supptab:hover {
        background: #4299f7;
        color: #fff;
    }


    li.supptab span {
        float: left;
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: inline-block;
        background: #e81c1c;
        color: white;
        font-weight: bold;
        border-radius: 50%;
        margin-right: 16px;
    }

.createNewOrder {
    display: inline-block;
    height: 45px;
    width: 136px;
    background-color: #7abf19;
    border-radius: 50px;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    float: left;
    padding-right: 35px;
    background-image: url(../../images/magicwand.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    left: 210px;
}

.BAFO {
    display: inline-block;
    height: 45px;
    width: 136px;
    background-color: #7abf19;
    border-radius: 50px;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    float: left;
    padding-right: 35px;
    background-image: url(../../images/magicwand.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    left: 50px;
}

.underHeader {
    margin-top: 50px;
    border-bottom: 1px solid #4299f7;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

p.read span {
    min-width: 70px;
    display: inline-block;
    color: #4299f7;
    font-size: 16px;
}

.contactdetails .read:first-child {
    font-weight: bold;
}
/********************SUPPLIERS ANSWERS BY OMRI@MLY***************************/
/********************SUPPLIERS ANSWERS INNER TABLE BY OMRI@MLY***************************/
table.innerTable {
    width: 100%;
}

    table.innerTable th {
        background: #4299f7;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

.innerTable td.overallprice {
    color: #4299f7;
}

img.chaticon {
    float: right;
}

.innerTable tr.lastrowtitles td {
    color: #4299f7;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    background: #d9d9d9;
    border: none !important;
}

.innerTable tr.lastrowanswers td {
    font-weight: bold;
    height: 73px;
    vertical-align: text-bottom;
    padding-top: 10px;
}

.innerTable td {
    position: relative;
}

button.orderOptimumBasket, button.createOrder {
    font-size: 14px;
    color: #fff;
    background: #4daeea;
    border: 0;
    border-radius: 50px;
    padding: 3px 8px;
}

tr.lastrowanswers {
    background: #f2f2f2;
}

tr.lastrowtitles {
    border-bottom: none !important;
}

span.chatBtn {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-color: #7abf19;
    border-radius: 50px;
    background-color: transparent;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    float: left;
    padding-right: 35px;
    background-image: url(../../images/chaticon.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    /*left: 50px;*/
    /*margin-left: 15px;*/
}

span.filesBtn {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-color: transparent;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    float: left;
    padding-right: 35px;
    background-image: url(../../images/iconAtav.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    /*left: 50px;*/
    margin: 0;
}

/********************SUPPLIERS ANSWERS INNER TABLE BY OMRI@MLY***************************/

/* by ortal*/
span.locked {
    background: rgba(87,177,234,0.5) !important;
}

span.lockedIcon {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-color: transparent;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    float: left;
    padding-right: 35px;
    background-image: url(../../images/iconLockedBlue.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    left: 17px;
}

span.lockedIconNew {
    /*height: 30px;
    width: 30px;
    display: inline-block;
    background-color: transparent;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    float: left;
    padding-right: 35px;
    background-image: url(../../images/iconLockedBlue.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    margin-bottom: -8px;
    top: 46px;
    left: 0;*/
    height: 30px;
    padding-right: 35px;
    background-image: url(../../images/iconLockedBlue.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
span.unlockedIconNew {
    /*height: 30px;
    width: 30px;
    display: inline-block;
    background-color: transparent;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    float: left;
    padding-right: 35px;
    background-image: url(../../images/iconLockedBlue.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    margin-bottom: -8px;
    top: 46px;
    left: 0;*/
    height: 30px;
    padding-right: 35px;
    background-image: url(../../images/old_openlock.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size : contain;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

span.showanswers.locked {
    left: 0;
    position: relative;
}

label.waitingToApprove.budgetButton.redbudgetButton.ng-scope {
    left: 0;
}

label.budgetButton.redbudgetButton.waitingToApprove.ng-scope.firstPageBudget {
    left: -45px;
}

span.fileName {
    color: #666;
    font-size: 16px;
    width: 46%;
    margin: 10px 2% 35px 2%;
    display: inline-block;
    padding-bottom: 35px;
    border-bottom: 2px solid #cccccc;
    text-align: center;
}

.mainContent.container.afs.ProposalAnswers span.fileName {
    color: #666;
    font-size: unset;
    width: unset;
    margin: unset;
    display: inline-block;
    padding-bottom: unset;
    border-bottom: unset;
    text-align: center;
}

span.fileName.simpleList {
    width: 100%;
    margin: 0px 0% 0px 0%;
    padding-bottom: 0px;
    border-bottom: 0;
    text-align: right;
}


.modal-header {
    float: left;
    margin-bottom: 25px;
}

.cancelProject div.intro {
    text-align: right;
    font-size: 20px;
    color: #4299f7;
    font-weight: bold !important;
    width: 350px !important;
    margin-top: -30px;
}

.del {
    color: #666;
    border: solid 1px #666;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
}

.filesOrders {
    height: 40px;
    width: 185px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 1px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    float: left;
}

span.plusFile {
    border: 2px solid white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    margin-left: 7px;
    margin-right: -9px;
}

span.emailText.Orders {
    text-decoration: underline;
}

.listFilesOrders {
    margin-right: 48px;
}

.redText {
    color: red !important;
}

.filterDesktopDD .md-text {
    position: relative;
    top: -4px;
}

.input-date-holder.ng-isolate-scope {
    display: inline;
}
/* end by ortal*/
/**BY ORTAL@MLY**/
a {
    color: white;
    text-decoration: none;
}

img.fa.fa-bars {
    top: 5px;
    position: relative;
}
/* Login page */
.wrapper {
    margin: auto;
    min-width: 356px;
    text-align: center;
    max-width: 450px;
}

.logo {
    display: inline-block;
    /*max-width: 160px;*/
    max-width: 192px;
    margin-bottom: 65px;
    margin-top: 20px;
    text-align: center;
    /* width: 70%; */
    /* margin-right: 15%; */
    /* margin-left: 15%; */
}

.lock {
    background-color: #ffffff;
    background: -webkit-linear-gradient(90deg, #aaaaaa 0%, #eeeeee 16%, #ffffff 100%);
    background: -moz-linear-gradient(90deg, #aaaaaa 0%, #eeeeee 16%, #ffffff 100%);
    background: -o-linear-gradient(90deg, #aaaaaa 0%, #eeeeee 16%, #ffffff 100%);
    background: -ms-linear-gradient(90deg, #aaaaaa 0%, #eeeeee 16%, #ffffff 100%);
    background: linear-gradient(0deg, #aaaaaa 0%, #eeeeee 16%, #ffffff 100%);
    box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.25);
    width: 40px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: 114px;
    top: -32px;
}

div.lock:after {
    content: "";
    background-image: url("../../images/metal-ring.jpg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.main-container {
    /* width: 270px; */
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 0px !important;
    background-color: #f1f2f5;
    border: 1px solid #666;
    border-radius: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px !important;
}

input.submit.submitRestore {
    margin-bottom: 16px;
}

.main-container.forgot-page {
    background-image: url("../../images/main-container-forgotpass.jpg");
    width: 270px;
    height: 350px;
    position: relative;
}

.loginContainer {
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
}

h2 {
    text-align: center;
}

.directions {
    text-align: center;
    margin-top: -10px;
    font-size: 14px;
    padding: 0 0px;
    margin-bottom: 10px;
}

.loginContainer .directions {
    color: #3976ff !important;
    font-weight: bold;
}

.input-wrapper {
    background-color: white;
    border: 1px solid #bec0c2;
    border-radius: 3px;
}

    .input-wrapper input {
        background-color: e5e7e9;
        width: 100%;
        padding: 0 15% 0 5%;
        height: 47px;
        border: none;
        text-align: right;
        border-bottom: 1px solid #bec0c2;
        margin-bottom: 1px;
        border-radius: 3px 3px 0 0;
        font-size: 1.2em;
    }

    .input-wrapper .input:last-child input {
        border-bottom: none;
        margin-bottom: 0px;
        border-radius: 0 0 3px 3px;
    }

input.submit {
    background-color: #a6ca38;
    background: -webkit-linear-gradient(90deg, #9fc23b 0%, #c4dc60 100%);
    background: -moz-linear-gradient(90deg, #9fc23b 0%, #c4dc60 100%);
    background: -o-linear-gradient(90deg, #9fc23b 0%, #c4dc60 100%);
    background: -ms-linear-gradient(90deg, #9fc23b 0%, #c4dc60 100%);
    background: linear-gradient(0deg, #9fc23b 0%, #c4dc60 100%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 43px;
    border: 1px solid #abc364;
    margin-top: 20px;
    color: white;
    font-size: 18px;
    border-radius: 4px;
}

a.forgot {
    text-align: right;
    /* margin: auto; */
    /* padding: 22px; */
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: blue;
}

.input-wrapper .input {
    position: relative;
}

    .input-wrapper .input.with_icon:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        right: 7px;
        background-repeat: no-repeat;
        top: 13px;
    }


.social {
    text-align: center;
    margin-top: 30px;
}

td.ProjectName {
    width: 180px;
}

td.ProjectSubTypeName {
    width: 180px;
}

span#qoutLink a {
    color: #555 !important;
}
/* END --- Login page*/


/*by ortal*/
md-input-container.hourpicker {
    width: 106px;
    /*width: 141px;*/
    height: 30px;
    border: none;
    border-radius: 50px;
    background-color: white;
    background-image: url(../../images/clockpicker.png);
    background-position: 10% center;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-size: 16px;
    color: #808080;
    font-weight: normal;
}

.hourpicker .md-select-value span {
    padding: 0;
    margin: 1px;
}


.hourpicker .md-select-value .md-select-icon:after {
    background: none !important;
    display: none;
}

md-select:not([disabled]):focus .md-select-value {
    border-bottom-width: 0px !important;
}

md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
    padding-bottom: 0px !important;
}

.md-select-value {
    border-bottom-style: none;
}
/*end by ortal*/

span.trianglehover {
    height: 20px;
    width: 20px;
    background: #7abf19;
    position: absolute;
    top: 151px;
    left: calc(50% - 10px);
    transform: rotateZ(45deg);
    border-top-left-radius: 502px;
    display: none;
}

.circletab:hover span.trianglehover {
    height: 20px;
    width: 20px;
    background: #7abf19;
    display: inline-block;
    position: absolute;
    top: 151px;
    left: calc(50% - 10px);
    transform: rotateZ(45deg);
    border-top-left-radius: 502px;
}

.marked span.trianglehover {
    height: 20px;
    width: 20px;
    background: #7abf19;
    display: inline-block;
    position: absolute;
    top: 151px;
    left: calc(50% - 10px);
    transform: rotateZ(45deg);
    border-top-left-radius: 502px;
}

.insidetable table thead tr {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #4299f7;
    height: 54px;
}

.insidetable thead tr:hover {
    background-color: #4299f7;
}

.insidetable thead td {
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 100px;
}


.insidetable table.priceOffers thead td {
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 60px;
}

/*shai 01.10*/
.project-status.inside {
    width: 19.8%;
    display: inline-flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: right;
    border-left: 1px solid #fff;
    padding-top: 0;
    margin-right: 2%;
}

.project-dates {
    width: 39.3%;
    display: inline-flex;
    text-align: right;
    /*changed by ortal 2-10 #5069*/
    /*padding-right: 8%;*/
    padding-right: 2.5%;
    padding-left: 2%;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    border-left: 1px solid white;
}

.start-date b {
    font-weight: bold !important;
}


.project-status.inside p {
    color: #ffffff;
    font-weight: bold !important;
    width: 210px;
    text-align: right;
    display: block;
    margin: 0 5px;
    line-height: 20px;
    position: relative;
    top: 11px;
    font-size: 16px;
}

    .project-status.inside p span {
        margin-right: 5px;
    }

.whitebg {
    background: white;
    padding: 5px 10px;
    border-radius: 50px;
    color: #a6a6a6;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    margin-right: 3%;
    margin-top: 1.5%;
}


/* when text taking more than one line put it inside <span> (instead of <p>) and change background-position: 50% 5%*/
.inside li#supp {
    background-image: url(../../images/supplierslist.png);
    background-repeat: no-repeat;
    /*background-position: 50% 25%;*/
    background-position: 50% 5%;
}
/****************by ortal**************/
.modal-header .close {
    border: solid 2px #222;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 26px !important;
}

.modal-footer,
.modal-header {
    border: 0 !important;
}

.modal .addFile {
    margin-bottom: 20px;
}

    .modal .addFile.bot {
        margin-top: 0 !important;
        margin-left: -10px;
    }

.modal .col-sm-6 label:not(.lockedLabel),
.modal .col-sm-12 label:not(.lockedLabel):not(.RFQ_TenderObligationLawPopup_TimeForReleaseProcess),
.modal .col-sm-3 label:not(.lockedLabel) {
    display: inline-block;
    width: 100px;
}

.modal .col-sm-6,
.modal .col-sm-12,
.modal .col-sm-3 {
    padding: 0;
}

    .modal .col-sm-12 label[for="itemDesc"],
    .modal .col-sm-6 label[for="remarks"] {
        vertical-align: top !important;
    }

.modal textarea {
    border: solid 1px #b7b7b7;
    border-radius: 20px;
}

.modal .row {
    width: 90%;
    padding: 0;
    margin: 15px 5%;
}

.modal .listDv {
    padding-right: 30px;
}

    .modal .listDv ul li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

        .modal .listDv ul li label {
            width: 100% !important;
        }

            .modal .listDv ul li label.anotherFile {
                width: 60% !important;
            }



            .modal .listDv ul li label[for="checkSupplierAdditionsList4"] {
                width: 50% !important;
            }

.modal .modal-footer {
    padding-bottom: 75px;
    text-align: center;
}

.modalTitle {
    font-size: 22px;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 1050px !important;
        margin: 30px auto;
    }

    div#DesktopPopup {
        width: 600px !important;
        margin: 30px auto;
    }
}

.openmodal {
    padding-right: 17px;
    display: block !important;
    overflow-x: auto;
    overflow-y: auto;
}

.modal .intro {
    /* margin-right: 5%; */
    float: none;
    font-weight: 700;
    margin-top: 15px;
}

.cancelProject .intro {
    /* margin-right: 5%; */
    float: right;
    font-weight: 700;
    margin-right: 16px;
}

i.fileIcons {
    border: 0 !important;
}


.endAddItems {
    background: #7abf19;
    color: white;
    height: 60px;
    line-height: 60px;
    width: 130px;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    margin-right: 20px;
    margin-left: 61px;
}

.suppliersDesktopContainer {
    max-width: 1306px;
    margin: 0 auto;
}

.endAddItems.endAddItemsRevive {
    background: #7abf19;
    color: white;
    height: 60px;
    line-height: 60px;
    width: 130px;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    margin-right: 20px;
    margin-left: -6px;
}


.cancelButton {
    background: #7abf19;
    color: white;
    height: 60px;
    line-height: 60px;
    width: 130px;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    position: absolute;
}

button.close.movemeup {
    position: relative;
    /* top: -90px; */
}

.blueText {
    color: #4095f0;
}

label {
    font-weight: 100;
}

.modal-dialog input, select {
    height: 30px;
    border-radius: 20px;
    border: solid 1px #b7b7b7;
    padding: 0 10px;
}
/************end by ortal**************/


.ui-icon-circle-triangle-e {
    background-image: url(/images/ui-icons_444444_256x240.png) !important;
    background-position: center;
}

.ui-icon-circle-triangle-w {
    background-image: url(/images/ui-icons_444444_256x240111.png) !important;
    background-position: center;
}

.secondfilter div#projectDate {
    position: absolute;
    right: 27.5%;
    left: auto;
}

.secondfilter {
    position: relative;
}

    .secondfilter div#projectDates {
        position: absolute;
        right: 41%;
        left: auto;
        top: 25px;
    }

.notification h4 {
    font-weight: bold !important;
}

.secondfilter label {
    position: relative;
    color: #a6a6a6;
    right: auto;
    left: 26px;
    font-weight: normal;
    margin-top: 5px;
    margin-right: 15px;
}

.secondfilter input.datepicker {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 50px;
    background-color: white;
    background-image: url(../../images/datepicker.png);
    background-position: 10% center;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-size: 16px;
    color: #808080;
    font-weight: normal;
    border: 1px solid #509aeb;
}


/*Tzur ShowDesktop*/

.ShowDesktop .update-button {
    margin-right: 7px !important;
}

.ShowDesktop i {
    border: 1px solid #0066a1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
}

.arrow-left {
    -webkit-transform: rotate(135deg);
    border: 1px solid #0066a1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
}

.ShowDesktop .col-md-2 {
    padding: 0px 5px;
}

.ShowDesktop .wrapper-dropdown-1 {
    padding-right: 35px;
}

.checkbox-box {
    float: left;
    width: 100%;
}
/*shai 01.10*/
.ShowDesktop .wrapper-dropdown-1 {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: rgb(166, 166, 166);
    text-align: right;
    font-weight: normal;
}

    .ShowDesktop .wrapper-dropdown-1.active .dropdown {
        width: 100%;
    }

    .ShowDesktop .wrapper-dropdown-1.active .dropdown {
        border: 1px solid #57b1ea
    }

/*.ShowDesktop span.showanswers {
	margin-left: 0px;
}*/

.nrbutton2 {
    background: #7abf19;
    height: 34px;
    width: 100px;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4px;
    margin-bottom: 14px;
    cursor: pointer;
    line-height: 28px;
    font-weight: normal;
    box-sizing: border-box;
}

.ShowDesktop a:hover, a:focus {
    text-decoration: none;
}

.new-request {
    /* width: 22% !important; */
    width: 22% !important;
    padding-left: 33px;
    height: 133px;
    margin-top: 37px;
    position: relative;
}
/*shai 01.10*/
.cancelProject div {
    width: 300px !important;
}

    .cancelProject div input {
        float: left !important;
    }

    .cancelProject div label {
        float: right !important;
    }

#modalProjCancelHide {
    margin-top: -4px !important;
    padding-left: 3px;
    float: right !important;
    margin-left: 9px !important;
    margin-right: 13px;
}

#DesktopPopupCancelProjectByDotan {
    margin: 17px auto;
}

    #DesktopPopupCancelProjectByDotan .modal-dialog {
        width: 520px !important;
    }

#DesktopPopupCancelProject {
    width: 460px !important;
    margin: 30px auto;
}

#DesktopPopupCancelProjectByDotan .cancelButton {
    background: #7abf19;
    color: white;
    height: 60px;
    line-height: 60px;
    width: 130px;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    position: absolute;
    right: 37.5%;
}

.cancelProjectRating div {
    width: 354px !important;
}

form[name="OrderSend"] #DesktopPopupCancelProject {
    width: 640px !important;
    margin: 30px auto;
}

form[name="OrderSend"] .cancelProject div.intro {
    text-align: right;
    font-size: 20px;
    color: #4299f7;
    font-weight: bold !important;
    width: 100% !important;
    margin-top: -30px;
}



form[name="OrderSend"] button.cancelIntroButton {
    background-color: #7abf19;
    border: 0;
    border-radius: 50px;
    color: white;
    width: 28%;
    height: 50px;
    padding-left: 12px;
    background-image: url(../images/cancelproject.png);
    background-repeat: no-repeat;
    background-position: 92% center;
    text-align: right;
    padding-right: 54px;
    line-height: 14px;
    position: relative;
    top: 30px;
    margin-left: 25px;
}

form[name="OrderSend"] button.cancelIntroButtonSupportPage {
    background-color: #7abf19;
    border: 0;
    border-radius: 50px;
    color: white;
    width: 100px;
    height: 50px;
    padding-left: 12px;
    background-image: url(../images/cancelproject.png);
    background-repeat: no-repeat;
    background-position: 92% center;
    text-align: right;
    padding-right: 52px;
    line-height: 14px;
    position: relative;
    top: 30px;
    margin-left: 25px;
}

.ShowDesktop .wrapper-dropdown-1 {
    background-image: url(../images/selectbackground.png);
}

.desktopContainer {
    width: 1306px;
    margin: 0 auto;
}


/*.md-text {
	color: #a6a6a6;
}


.sharedUsers md-text {
	color: #fff;
}*/

/*dropdown in hazmanot bebizua*/
.wrapper-dropdown-1 {
    position: relative;
    /* width: 175px; */
    width: 184px;
    padding: 0px;
    height: 30px;
    margin: 0 auto;
    background: #ffffff;
    background-image: url(../images/selectbackground.png);
    background-repeat: no-repeat;
    background-position: -3% center;
    color: #666;
    outline: none;
    cursor: pointer;
    padding-right: 45px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #57b1ea;
    border-radius: 50px;
}

.suppliersControl .wrapper-dropdown-1 {
    position: relative;
    /* width: 175px; */
    width: 184px;
    padding: 0px;
    height: 30px;
    margin: 0 auto;
    background: #ffffff;
    background-image: url(../images/selectbackground.png);
    background-repeat: no-repeat;
    background-position: -3% center;
    color: #666;
    outline: none;
    cursor: pointer;
    padding-right: 6px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #57b1ea;
    border-radius: 50px;
}
/*dropdown in hazmanot bebizua*/


div[ng-controller="ArchivesController"] .project-dates p.start-date, div[ng-controller="ArchivesController"] .project-dates span.spnProjectCancel {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    line-height: 20px;
    position: relative;
    top: 20px;
    font-size: 16px;
    margin-bottom: 5px;
}

.archiveContainer {
    width: 1306px;
    margin: 0 auto;
}

    .supplierArchiveContainer .wrapper-dropdown-1, .archiveContainer .wrapper-dropdown-1 {
        background-image: url(../images/selectbackground.png);
    }

.supplierArchiveContainer .wrapper-dropdown-1 {
    position: relative;
    /* width: 175px; */
    width: 173px;
    padding: 0px;
    height: 30px;
    margin: 0 auto;
    background: #ffffff;
    background-image: url(../images/selectbackground.png);
    background-repeat: no-repeat;
    background-position: -3% center;
    color: #9d9d9d;
    outline: none;
    cursor: pointer;
    padding-right: 35px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #57b1ea;
    border-radius: 50px;
}

.archiveContainer .wrapper-dropdown-1 {
    position: relative;
    /* width: 175px; */
    width: 100%;
    padding: 0px;
    height: 30px;
    margin: 0 auto;
    background: #ffffff;
    background-image: url(../images/selectbackground.png);
    background-repeat: no-repeat;
    background-position: -3% center;
    color: #9d9d9d;
    outline: none;
    cursor: pointer;
    padding-right: 15px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #57b1ea;
    border-radius: 50px;
}

.suppliersDesktopContainer {
    max-width: 1306px;
    width: 100%;
    margin: 0 auto;
}

.supplierArchiveContainer {
    width: 1306px;
    margin: 0 auto;
}

.headerButtons {
    display: flex;
    padding: 0px 39px 0 0px;
    margin-bottom: 40px;
}

.secondfilter div#projectDatesDesktop {
    position: absolute;
    right: 6%;
    left: auto;
    top: 0px;
}


.marginBottom10 {
    margin-bottom: 10px;
}

.noPaddingRight {
    padding-right: 0 !important;
}

td.projectName {
    position: relative;
}



.hoverTooltip {
    position: absolute;
    width: auto;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 15px;
    border-radius: 15px;
    left: 0;
    top: -20px;
    z-index: 9999;
    display: none;
}

span.catSpan {
    display: inline-block;
}

a.fileName .hoverTooltip {
    position: absolute;
    width: 230px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 15px;
    border-radius: 15px;
    left: calc(50% - 115px);
    top: -50px;
    display: none;
}

td.projectName:hover .hoverTooltip {
    display: block;
}

.toggleHover {
    position: relative;
}

    .toggleHover:hover .hoverTooltip {
        display: block;
        line-height: 15px;
    }
/************************* Cancel Reson *********************************/
span.spnProjectCancel.cancelReason {
    word-wrap: break-word;
    max-width: 430px;
}

    span.spnProjectCancel.cancelReason.long {
        line-height: 15px !important;
        font-size: 13px !important;
    }


a.fileName.ng-binding {
    position: relative;
}

.fileName:hover .fileName .hoverTooltip {
    display: block;
}

a.fileName.ng-binding {
    position: relative;
    width: 100%;
    display: block;
}

.mainContent.container.afs.ProposalAnswers a.fileName.ng-binding {
    position: relative;
    width: unset;
    display: inline-block;
}

thead td.projectName {
    font-size: 14px !important;
}

thead tr td img {
    width: 11%;
}

li#li5 {
    white-space: nowrap;
}

.project-dates.centerElement {
    justify-content: center;
    align-items: center;
    padding: 0 2.5%;
}

.suppliersdiv {
    float: right;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.draftTab {
    float: right;
    width: 16%;
    text-align: center;
    border: 1px solid #4299f7;
    height: 45px;
    padding: 10px;
    font-size: 14px;
    color: #4299f7;
    cursor: pointer;
    font-size: 16px;
}

*:focus {
    outline: 0;
}

.draftTab:hover {
    float: right;
    width: 16%;
    text-align: center;
    border: 1px solid #4299f7;
    height: 45px;
    padding: 10px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    background-color: #4299f7;
    font-size: 16px;
}

.draftTab:first-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.draftTab:last-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.draftTab.active {
    float: right;
    font-size: 16px !important;
    width: 16%;
    text-align: center;
    border: 1px solid #4299f7;
    height: 45px;
    padding: 10px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    background-color: #4299f7 !important;
}

.draftDiv .draftTab:nth-child(3) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.draftDiv-tab {
    margin-bottom: -37px !important;
    width: 100%;
    height: 46px;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /** {
		font-family: Arial;
	}*/

    .marked span.trianglehover {
        height: 20px;
        width: 20px;
        background: #7abf19;
        display: inline-block;
        position: absolute;
        top: 152px;
        left: calc(50% - 10px);
        transform: rotateZ(45deg);
        border-top-left-radius: 502px;
    }
}


span.whitearrow {
    height: 32px;
    width: 32px;
    background: transparent;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: bold;
    top: 2px;
    position: relative;
    cursor: pointer;
    outline: none !important;
    padding-left: 3px;
}

    span.whitearrow .arrow-left {
        -webkit-transform: rotate(135deg);
        border: 1px solid #ffffff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(135deg);
    }

img.vmrak {
    margin-left: 25px;
}

td.leftSideTable {
    background: #7749a3;
}

.publicDesktopLabel, .publicDesktopLabelHour {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.purpleData {
    font-size: 16px;
    color: #7749a3;
}

.publicDesktopTab1 .publicDesktopLabel {
    min-width: 87px;
    display: inline-block;
}

.publicDesktopTab2 .publicDesktopLabelData {
    min-width: 205px;
    display: inline-block;
}

p.purpleDataFile {
    font-size: 16px;
    color: #666;
}

.lableAndCheckbox label {
    color: #7749a3;
    font-size: 16px;
}

    .lableAndCheckbox label:before {
        content: "";
        background: white url(../../images/checkbox.png) no-repeat right !important;
        display: inline-block;
        width: 15px;
        height: 14px;
        margin-left: 6px !important;
        line-height: 22px;
        border-radius: 2px;
    }

    .lableAndCheckbox label.checked:before {
        content: "";
        background: white url(../../images/checkbox.png) no-repeat left !important;
        display: inline-block;
        width: 15px;
        height: 14px;
        margin-left: 6px !important;
        line-height: 22px;
        position: relative;
        top: -3px
    }

.lableAndCheckbox {
    display: block;
    float: none !important;
}

.public .minutes, .public .days, .public .hours, .public .seconds {
    width: 25%;
    display: inline-flex;
    color: #7749a3;
    font-weight: bold;
    font-size: 20px;
    flex-direction: column;
    justify-content: center;
}

.promoted {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #7749a3;
    position: absolute;
    right: -12px;
    border-radius: 50px;
    border: 4px solid white;
    box-sizing: content-box;
    visibility: visible;
    top: 50%;
    transform: translateY(-50%);
}

td.bafoCell {
    position: relative;
}

span.alertnotificationgreen {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background: #7abf19;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}

.suppliersDesktopContainer span.alertnotificationgreen {
    /*float: left;*/
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background: #7abf19;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    /*position: static;*/
    left: -30px;
    top: calc(50% - 25px);
}

.suppliersDesktopContainer span.alertnotification {
    /*float: left;*/
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    background: #e81c1c;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    /* margin-right: 0; */
    /*margin-right: 3px;*/
    /*position: static;*/
    left: -30px;
    top: calc(50% + 5px);
}

span.alertnotificationgreen.circleleft {
    position: absolute;
    top: 11px;
    left: 20px;
}

.md-select-menu-container {
    border: 1px solid #3f95f0;
    border-radius: 15px;
}

md-content._md {
    border-radius: 15px;
    padding: 0 !important;
}

md-select-menu._md {
    border-radius: 15px;
}

md-select-menu md-content md-option:not([disabled]):hover {
    background: rgb(63, 149, 240);
    color: white;
}

textarea#CancelReason {
    float: left;
    /*disabled by dotan amor text area in cancel project*/
    /*width: 180px;*/
    height: 60px;
    resize: none;
    padding: 5px 15px;
}

b.BoldForDesktop {
    font-weight: bold !important;
}

.project-dates.supplierDesktop {
    width: 39.3%;
    display: inline-flex;
    text-align: right;
    /* padding-right: 8%; */
    padding-right: 5.5%;
    padding-left: 0.5%;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    border-left: 1px solid white;
}

.desktopsupplierfilter md-input-container {
    display: inline-block;
    position: relative;
    padding: 2px;
    margin: 0px 0;
    vertical-align: middle;
}

md-select#select_22 .md-text {
    position: relative;
    top: -5px;
}

input#startDatefilter, input#endDatefilter {
    border: 1px solid #4299f7;
    margin-left: 5px;
}

tr.tfootHeaderInvitation td {
    font-weight: bold !important;
}

    tr.tfootHeaderInvitation td span {
        font-weight: bold !important;
    }

input.shippingAddress {
    height: 25px;
    margin-right: 5px;
    width: 70%;
    border-radius: 50px;
    border: 0;
}

table.openOrdersTable thead td {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    /* width: 13%; */
    width: 9.7%;
}

li#circle1 .innerdiv {
    position: relative;
}

table.noaTable {
    margin-top: 0px;
}

h3.table-header.filterVisible {
    margin-bottom: -10px;
}

input#Filter1Startdate {
    margin-bottom: 15px;
    font-size: 14px;
    width: 100%;
}

input#Filter1Enddate {
    margin-bottom: 15px;
    font-size: 14px;
    width: 100%;
}

input#startDatefilter {
    margin-bottom: 15px;
    font-size: 14px;
    width: 100%;
}

input#endDatefilter {
    margin-bottom: 15px;
    font-size: 14px;
    width: 100%;
}

    input#Filter1Startdate::placeholder, input#Filter1Enddate::placeholder, input#startDatefilter::placeholder, input#endDatefilter::placeholder {
        color: #a6a6a6;
    }


.desktopSupplierTabs {
    margin-bottom: 30px;
}

.archiveContainer input#Filter1Startdate {
    border: 1px solid #56b1eb;
}

.archiveContainer input#Filter1Enddate {
    border: 1px solid #56b1eb;
}

.datePickerWrapper {
    padding: 0 5px;
}

.rightDatePicker {
    padding-right: 0;
    padding-left: 5px;
}

.leftDatePicker {
    padding-left: 0;
    padding-right: 5px;
}

.archiveContainer .datePickerWrapper {
    padding: 0 15px 0 0;
}

span.urgentRequest {
    /*display: block;
    text-align: right;
    padding-right: 13px;
    font-size: 15px;
    color: red;*/
    /*position: absolute;*/
    display: block;
    text-align: right;
    padding-right: 45px;
    font-size: 15px;
    color: red;
}

.printAllRequestes {
    cursor: pointer;
}

@media print {
    .draftDiv-tab, header, .headerButtons, div#customer-banner, .ordersPrint > thead, .ordersPrint > tbody > tr:not(.printOnlyMe), .printOnlyMe .project-buttons.inside, .filterTab, footer, h3.table-header, .filter {
        display: none;
    }

    @page {
        /*size: landscape;*/
    }
}

.notification {
    border-right: 0 !important;
}

.dateOrder {
    display: inline-block;
    margin-right: 25px;
}

.hourDate {
    display: inline-block;
    margin-right: 15px;
}

md-checkbox .md-icon {
    box-sizing: border-box;
    -webkit-transition: 240ms;
    transition: 240ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}

md-checkbox.md-primary.insideCheckout {
    position: relative;
    top: 6px;
}

md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    background-color: rgba(255, 255, 255, 0) !important;
}

span.boldText.ng-binding {
    font-weight: bold !important;
}

.start-date.shipAddress.ng-binding {
    margin-top: -6px;
    margin-right: 0;
}




@media screen and (max-width: 1400px) {
    .new-request {
        /* width: 22% !important; */
        width: 20.3% !important;
        padding-left: 33px;
        height: 133px;
        margin-top: 37px;
        position: relative;
    }
}


.more-opening-options.showNewReq a {
    display: inline-block;
    width: 100%;
}

td.InnerClient.customWidth {
    width: 10% !important;
}

td.InnerClient.customWidth2 {
    width: 10% !important;
}

td.ProjectName {
    width: 14% !important;
}

    td.ProjectName.customWidth3 {
        width: 11.3% !important;
    }

    td.ProjectName.customWidth4, td.ProjectName.customWidth5 {
        width: 18% !important;
    }

.priceOffers .MessagesNumber {
    width: 5%;
}

.priceOffers .MessagesClient,
.priceOffers .MessagesDate {
    width: 10%;
}

.priceOffers .MessagesProjectName {
    width: 15%;
}

.priceOffers .MessageSubject {
    width: 15%;
}

.priceOffers .MessagesContent {
    width: 40%;
}

.priceOffers .emptyspaceMessages {
    width: 5%;
}

td.messageSubjectColumn {
    width: 10% !important;
}

    td.messageSubjectColumn .borderedMessage {
        min-width: 100px;
        width: 90%;
    }

td.messageContentColumn {
    min-width: 300px;
}

    td.messageContentColumn .borderedMessage {
        min-width: 350px;
        width: 90%;
        max-width: 450px;
    }


.reservationButtons {
    width: 109px;
    display: inline-flex;
    float: right;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.floatLeftArrowAndButton {
    display: inline-block;
    width: auto;
}

/*span.floatLeftArrowAndButton {
    float: left;
}*/

.arrow.reservationArrow {
    /*commented out by Dotan Amor*/
    /*top: 17px;*/
    float: left;
}

td.boldText {
    font-weight: bold !important;
}


.noHoverBackground:hover {
    background: white !important;
}

span.sumItems {
    display: inline-block;
    width: 100%;
    font-weight: normal !important;
    font-size: 13px;
}

span .showanswers.watchReservation {
    background: #7ac019;
    width: 94px;
    margin-left: 0px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 0;
}

input.loginForm:focus {
    text-align: left;
    direction: ltr;
}

input.loginForm {
    text-align: left;
    direction: ltr;
}


.noPaddingRightFilter {
    padding-left: 0 !important;
}


.boldBlackText span {
    font-weight: bold !important;
    color: black !important;
}

span.spnProjectCancel.cancelReason {
    direction: rtl;
}

.openOrdersCancelPopupButton {
    background: #7abf19 !important;
    color: white;
    height: 60px;
    line-height: 60px;
    width: 200px !important;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    margin-right: 80px;
    margin-left: 61px;
}


/*.floatLeftArrowAndButton {
    float: left;
}*/


div.supplierArchiveContainer .wrapper-dropdown-1.archiveSuppliersFilterDates span {
    position: relative;
    top: -2px !important;
}

.aletrsDots {
    position: absolute;
    background: #ffffff00;
    width: 18%;
    height: 98px;
    left: 0;
    top: 0;
    float: left;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.bafoCell .aletrsDots span {
    position: static !important;
}



.aletrsDots span {
    position: static !important;
}

.archiveContainer span.blackColorCancel {
    color: black !important;
}

span.spnProjectCancel.blackColorCancel.ng-binding {
    color: black !important;
}

div.archiveContainer span.blackColorCancel {
    color: black !important;
}

label.PartailOrder {
    color: red !important;
    float: right !important;
    margin-right: 19px !important;
}

.PartailOrder {
    color: red !important;
    float: right !important;
    margin-right: 19px !important;
}

table.messagesTable {
    width: 100%;
}

.data-buttons.messagesForm {
    display: block;
    height: auto;
    padding: 0;
    background: white;
    text-align: right;
}

input.messageTo {
    width: 100%;
    border-radius: 0;
    height: 40px;
    text-align: right;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-right: 15px;
}

    input.messageTo::placeholder, textarea.messageData::placeholder, textarea.supportMessage::placeholder {
        text-align: right;
    }

textarea.messageData {
    resize: none;
    width: 100%;
    height: 160px;
    text-align: right;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #c5c5c5;
    border-radius: 15px;
}

button.sendMessage {
    height: 30px;
    width: 150px;
    border: 0;
    background: #4299f7;
    border-radius: 50px;
    margin-bottom: 15px;
    color: white;
    float: left;
    margin-left: 25px;
    margin-top: 10px;
}

span.messageAddFile {
    float: left;
    margin-left: 25px;
    line-height: 29px;
    width: 160px;
    background-color: white;
    text-align: left;
    padding-left: 15px;
    background-image: url(../images/iconAtav.png);
    background-repeat: no-repeat;
    background-position: 70% center;
}

.data-text.messagesDataTable {
    height: auto;
    background: #f2f2f2;
    padding: 0;
}





div[ng-controller="ArchivesSupplierController"] li.data-button {
    display: inline-flex;
    width: 30%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    max-height: 100px;
}

ul.buttons {
    display: flex;
    justify-content: space-between;
}

.pageMenu li {
    min-width: 145px;
    padding: 0 0px;
    width: auto;
    background: white;
    border: solid 1px #4095f0;
    border-right: 0;
    height: 45px;
    text-align: center;
    float: right;
    vertical-align: middle;
    color: #4095f0;
    font-weight: bold;
    white-space: nowrap;
    line-height: 43px;
}


.data-buttons.messagesForm {
    display: block !important;
    text-align: right;
    padding: 20px 30px;
    height: auto !important;
}

span.labelMessage {
    min-width: 93px;
    display: inline-block;
}

.messagesForm textarea.messageData {
    width: 1148px;
    height: 70px;
    border: 1px solid #555;
    border-radius: 10px;
    resize: none;
}

button.sendMessage {
    background: #57b1ea;
    color: white;
    border: 0;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    margin-right: calc(100% - 150px);
    margin-top: 14px;
}
    button.sendMessage[disabled] {
        background: #57b1ea63;
        pointer-events:none;
    }

    .data-buttons.messagesForm {
        display: block;
        text-align: right;
        padding: 20px 30px;
        height: auto;
        background: #e6e6e6;
    }

span.showanswers.locked.pageTwo {
    left: 0 !important;
}


.del {
    margin-right: 14px;
}

.ProposalAnswers span.arrow {
    transform: translateY(50%);
    top: -16px;
}
/***********************************************************/
/*          addded by dotan amor                            */
/***********************************************************/
table.priceOffers tfoot tr#addedDisscountForOpenOrders td {
    height: 70px;
}

#addedDisscountForOpenOrders .addedDiscountAdvancedView,
#addedDisscountForOpenOrders .finalPricePA {
    text-align: left;
}

#addedDisscountForOpenOrders .addedDiscountAdvancedView,
#addedDisscountForOpenOrders input.simpleViewInput {
    margin-bottom: 8px;
}

#addedDisscountForOpenOrders .finalPricePA,
#addedDisscountForOpenOrders .finalPriceAfterDiscount {
}

#addedDisscountForOpenOrders input.simpleViewInput {
    max-width: 39%;
    text-align: center;
    height: 21px;
    /* margin-right: 41px; */
    border-radius: 20px;
    border: solid 1px #b7b7b7;
    padding: 0 10px;
}

#addedDisscountForOpenOrders .finalPriceAfterDiscount {
    font-weight: bold !important;
    /* margin-right: 44px; */
    min-width: 70px;
    display: block;
    color: #4299f7;
    direction: rtl;
    text-align: center;
    font-size: 16px;
}

/**
    added smaller font in project description 
*/

.largerThan p.price span.spanAsP,
.largerThan p.price span.price,
.largerThan .price,
p.price.largerThan span.spanAsP,
p.price.largerThan span.price,
.price.largerThan,
.largerThan p.price span.spanAsP,
.largerThan p.price,
.largerThan p.price span.price,
.largerThan div.lowestbid p.price div {
    font-size: 33px !important;
}

.priceLength2 p.price span.spanAsP,
.priceLength2 p.price span.price,
.priceLength2 .price,
.priceLength2 div.lowestbid p.price div {
    font-size: 33px !important;
}

.priceLength3 p.price span.spanAsP,
.priceLength3 p.price span.price,
.priceLength3 .price,
.priceLength3 div.lowestbid p.price div {
    font-size: 27px !important;
}

/***********************************************************/
/*    new design multiple basket pop up start              */
/***********************************************************/
#DesktopPopupDynamicBasketProjects {
    max-width: 850px;
    width: 100%;
}

    #DesktopPopupDynamicBasketProjects .modal-footer {
        padding: 0;
    }

        #DesktopPopupDynamicBasketProjects .modal-footer .nrbutton {
            width: auto;
            padding: 0 15px;
            height: 30px;
            font-weight: 500 !important;
        }
/***********************************************************/
/*    new design multiple basket pop up end                */
/***********************************************************/
/***********************************************************/
/*          addded by dotan amor  END                      */
/***********************************************************/
table.priceOffers.publicDesktopTable thead td {
    width: unset;
}
.priceOffers.publicDesktopTable .cell-all-checked {
    width: 50px;
    min-width: 50px;
    text-align:center;
}

.priceOffers.publicDesktopTable .ButtonColumn {
    width: 50px;
    min-width: 70px;
}

.publicDesktopTable td.ProjectName {
    min-width: 450px;
}

.publicDesktopTable .time_remaining {
    min-width: 120px;
}
/***********************************************************/
/*    new design OBLIGATION LAW pop up start              */
/***********************************************************/
span.showHide,
span.showHide * {
    height: 30px;
    line-height: 30px;
}

    span.showHide .fa.fa-eye {
        border: none;
    }

    span.showHide .fa-eye:before {
        font-size: 25px;
        line-height: 23px;
    }

.obligationLawModal .obligationTimerWrapper {
    font-size: 20px;
    vertical-align: top;
}

    .obligationLawModal .obligationTimerWrapper .minutes,
    .obligationLawModal .obligationTimerWrapper .hours,
    .obligationLawModal .obligationTimerWrapper .seconds {
        width: auto !important;
        /*font-size: 14px;*/
        line-height: 100%;
        vertical-align: middle;
        margin: 0 5px;
        text-align: center;
    }

.obligationLawModal .obligationTime {

}
.obligationLawModal h4:not(.blueTextBold) {
    text-align: center;
}
.showanswersgray {
    width: 113px;
    height: 30px;
    background: rgb(111 104 104 / 0.79);
    color: white;
    border-radius: 50px;
    line-height: 30px;
    font-size: 16px;
    margin-left: 15px;
    margin-bottom: 0;
    box-shadow: none;
    outline: none;
    vertical-align: middle;
    padding: 0;
    border: none;
}
/***********************************************************/
/*    new design OBLIGATION LAW pop up END                 */
/***********************************************************/

.exportToExcelModal div#DesktopPopup.modal-dialog {
    width: 400px !important;
}
.exportToExcelModal .checkboxModal {
    margin: 5px 0px;
}
.exportToExcelModal .checkboxModal .insideCheckout {
    top:0;
}

.public-uncompleted {
    background-color: #FFE9D6;
}

