.InfoTable {
    width: 100%;
    overflow: hidden;
    /*background: #FFF;*/
    color: #024457;
    border: 1px solid #096;
    margin-top: 6px;
}
.InfoTable tr {
    /*border: 1px solid #D9E4E6;*/
}

.InfoTable tr td:first-child a {
    font-weight: 600;
    text-decoration: none;
}
.InfoTable tr:hover td:first-child a {
    color:#009965;
}

.InfoTable tr:nth-child(even) {
    background-color: rgba(200,200,200,0.2);
}
.InfoTable th {
    display: none;
    /* border: 1px solid #FFF;*/
    background-color: rgba(150,150,150,0.2);
    text-transform: uppercase;
    font-weight: 300;
    color: #000000;
    padding: 1em;
}
.InfoTable th:first-child {
    display: table-cell;
    text-align: center;
}
.InfoTable th:nth-child(2) {
    display: table-cell;
}
.InfoTable th:nth-child(2) span {
    display: none;
}
.InfoTable th:nth-child(2):after {
    content: attr(data-th);
}
@media (min-width: 480px) {
    .InfoTable th:nth-child(2) span {
        display: block;
    }
    .InfoTable th:nth-child(2):after {
        display: none;
    }
}
.InfoTable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}
.InfoTable td:first-child {
    display: table-cell;
    text-align: center;
    /*border-right: 1px solid #D9E4E6;*/
}
@media (min-width: 480px) {
    .InfoTable td {
        /*border: 1px solid #D9E4E6;*/
    }
}
.InfoTable th,  .InfoTable td {
    text-align: left;
    margin: .5em 1em;
}
@media (min-width: 480px) {
    .InfoTable th,  .InfoTable td {
        display: table-cell;
        padding: 1em;
    }
}


.panel-default>.panel-heading {
    padding: 10px 15px;
    background-color: #A0D3C2;
}

.XTendersTitleAccordion {
    cursor: pointer;
}


.XTendersTitle {
    position: relative;
    padding-right: 28px;
    font-weight: 300;
    font-size: 18px;
}

.XTendersContainer {
    margin-bottom: 12px;
}

.XTendersContainer > .title {
    font-weight: 600;
}

.panel {
    margin-bottom: 0;
}


.XTendersButtons:hover {
    color: #fff;
    background-color: #096;
    text-decoration: none;
}


.XTendersButtonsGroup > .col-md-3 {
    padding-right: 0;
}

.XTendersButtons {
    display: block;
    text-align: left;
    padding-top: 10px;
    padding-left: 18px;
    border: 1px solid #096;
    background-color: #fff;
    color: #096;
    height: 46px;
    text-decoration: none;
    font-size: 18px;
}

.XTendersBlock > .panel-body {
    padding: 0;
}

.XTendersPanelLot {
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 40px 10px 40px 10px;
}


@media (max-width: 1023px) {


    .XTendersProductTitle {
        font-size: 18px;
    }

    .XTendersButtons {
        margin-top: 20px;
    }

    .XTendersButtonsGroup {
        padding: 0 10px 0 10px;
    }

    .XTendersButtonsGroup > .col-md-3{
        padding-left: 0;
    }

    .XTendersFolder {
        padding: 6px;
    }

    .panel-body {
        padding: 25px 5px 30px 5px ;
    }

    .XTendersLots .panel-body {
        padding: 25px 10px 30px 10px ;
    }

    .XTendersLots .panel-body .panel-body {
        padding: 25px 0 0 0 ;
    }

    .XTendersIconWrapper  {
        float: right;

    }


}
.XTendersFoldersTitle {
    display: inline;
}
@media (min-width: 1023px) {
    .panel-body .col-md-3 {
        text-align: right;
    }



    .XTendersFolderClearBoth {
        display: none;
    }


    .XTendersFolder {
        display: inline;
    }


    .panel-body {
        padding: 30px 25px 25px 25px;
    }

    .XTendersPanelLot {
        padding: 40px;
    }
}

.XTendersIconToggle {
    position:absolute;
    font-size:24px;
    top: 0;
    right: 0;
}

.XTendersTitleAccordion:hover {
    text-decoration: underline;
}

.panel-body .XTendersTitleAccordion:hover {
    text-decoration: none;
    color: #096 ;
}


.glyphicon-chevron-up {
    cursor: pointer;
}

.glyphicon-chevron-down {
    cursor: pointer;
}


.panel-body > .panel-body {
    padding: 0;
    margin-top: 20px;

}


.XTendersInnerBlock {
    margin-top: 42px;
}

.XTendersBorderTitle {
    padding-bottom: 20px;
    border-bottom: 1px solid #BDBDBD ;
}

.XTendersBlock {
    margin-top: 40px;
}

.XTendersBlock .XTendersTitle {
    margin-bottom: 25px;
}


.XTendersButtonAccess {
    position: relative;
    width: 115px;
    height: 115px;
    background-color: #096;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.XTendersButtonAccess:hover {
    background-color: #FAB12E;
}

.XTendersButtonAccess a {
    color: #fff;
    display: block;
}

.XTendersButtonAccess a:hover {
    text-decoration: none;
}

.page-header {
    border: none;
}
#XTendersUprow:hover {
    opacity: 1;
    cursor: pointer;
}

#XTendersUprow {
    bottom: 70px;
    width: 60px;
    display: block;
    height: 60px;
    border: 1px solid #096;
    background-color: #fff;
    position: fixed;
    right: 30px;
    z-index : 90 ;
    opacity: 0.5;
}

.XTendersFooterColumn > .title {
    border-bottom: 1px solid #999;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 24px;
}

th {
    font-weight: 500;
}


.XTendersTable {
    width: 100%;
}

.XTendersTable tr th {
    font-weight: 500;
    padding: 0 17px 0 17px;
    height: 56px;
    font-size: 14px;
}

.XTendersTable tr td {
    padding: 0 17px 0 17px;
    height: 56px;
    font-size: 14px;
}

.XTendersRowTable  {
    border: 1px solid #BDBDBD;
    padding: 0 17px 0 17px;
    height: 56px;
    font-size: 14px;
}

.XTendersFavoriteTender {
    color: #FAB12E;
    font-size: 32px;
    margin: 0 10px 0 10px;
}

.CancelIcon {
    cursor: pointer;
}

.XTenders_Favorites a {
    cursor: pointer;
}

.XTendersIconWrapper {
    position: relative;
    margin-right: 32px;
}

.XTendersDeleteFavoriteIcon {
    position: absolute;
    top: -11px;
    left: 3px ;
    font-size: 32px;
    cursor: pointer;
}



.XTendersDeleteFavoriteIcon:hover {
    color: #FAB12E;
}

.XTendersHeadingTable {
    border: 1px solid #096; ;
}

.XTendersTitleProcedure {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 14px;
}


.XTendersTitleProcedure h1 {
    font-size: 24px;
    display: inline;
}


.page-header {
    margin: 40px 0 10px;
}

.XTendersTitleProcedure h1 {
    font-size: 40px;

}

.dropdown-menu {
    margin-top: -1px;
}

.XTendersButtons[aria-expanded="true"] {
    background-color: #096;
    color: #fff;
}

#XTenders_Favorites .input-group-addon {
    border: none;
    background: none;
}

#XTenders_Favorites .FavoriteIconBold {
    padding-right: 10px;
    color: #FAB12E;
}


h1, .h1 {
    font-size: 24px;
}

.XTenders_BtnStyle {
    cursor: pointer;
}

.disabled {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}


.procedure-title {
	font-size: 40px;
}

.XTendersTable tr .st-head-row  {
    font-size: 18px;
}

#RelationLinksContainer .XTendersFooterColumn div div {
	padding-bottom : 10px;
	text-align : justify;
	line-height : 22px;
}
#RelationLinksContainer .XTendersFooterColumn div div a {
	display : block;
}
#RelationLinksContainer .XTendersFooterColumn div div::first-letter {
	text-transform:uppercase;
}


#XTenders_CategoryAnalisReport_Container{
	background-color : #fff;
	list-style:none;
}
#XTenders_CategoryAnalisReport_Container ul{
	list-style:none;
}

#XTenders_CategoryAnalisReport_Container > li {
	padding : 20px;
	border-bottom: 2px solid #000;
}
#XTenders_CategoryAnalisReport_Container h4 b{
	color : #096;
}

#XTenders_CategoryAnalisReport_Container > li > table{
	margin-left:40px;;
}
#XTenders_CategoryAnalisReport_Container table tr td{
	border :1px solid #aaa;
	padding : 4px;
}
