/*
Theme Name: Constructys
Description: Used to style the FO.
*/

#t2bcataloguesearchwarning {
	
}
/* warning elements */
#t2bcataloguesearchwarning .bk-padding {
    padding: 15px 25px;
}
#t2bcataloguesearchwarning .bk-padding, 
#t2bcataloguesearchwarning .bk-padding .t2bwarning {
    display: none;
}
#t2bcataloguesearchwarning .t2bmaxresultwarning, 
#t2bcataloguesearchwarning .t2bmaxresultwarning .maxresultwarning {
    display: block;
}
#t2bcataloguesearchwarning .t2bnoresult, 
#t2bcataloguesearchwarning .t2bnoresult .noresult {
    display: block;
}
#t2bcataloguesearchwarning .t2bformerror, 
#t2bcataloguesearchwarning .t2bformerror .formerror {
    display: block;
}
#t2bcataloguesearchwarning .t2bsireterror, 
#t2bcataloguesearchwarning .t2bsireterror .sireterror {
    display: block;
}
#t2bfichepdf tr td:first-child div {
    position: relative;
    top: 0;
    left: 0;
}
#t2bfichepdf tr td div .t2bcheckpdflabel {
    padding:6px 10px;
    background-color: transparent !important;
}
#t2bfichepdf tr td div .t2btooltippdf {
    position: absolute;
    top: 95%;
    left:95%;
    padding: 0.5em 1.5em  0.5em 1em;
    border-radius: 4px;
    color:#fff;
    font-weight: bold;
    background-color: #e95e27;
    white-space: nowrap;
    cursor: pointer;
}
#t2bfichepdf tr td div .t2btooltippdf:after {
    position: absolute;
    content:"x";
    top: 0%;
    right:2%;
    padding: 0;
    color:#fff;
    font-weight: bold;
    cursor: pointer;
    z-index:2;
    line-height: 1em;
}

.t2bborderwarn {
    border:1px solid #e95e27 !important;
}

/* form elements */
#t2bcataloguesearchform {}

#t2bcataloguesearchform label {
    display: block;
    margin-bottom: 0.5em;
    vertical-align: top;
    background-color: transparent;
    color: #575e62;
    font-weight: bold;
}

#t2bcataloguesearchform span, 
#t2bcataloguesearchform label+span {
    display: block;
    margin-bottom: 1em;
}
#t2bcataloguesearchform span label, 
#t2bcataloguesearchform label+span label {
    display: inline-block;
    padding-left: 1em;
    margin-bottom: 0.5em;
}

#t2bcataloguesearchform input[type="text"],
#t2bcataloguesearchform select,
#t2bcataloguesearchform textarea {
    display: block;
    max-width: none;
    border: 1px solid #a0acb4;
}

#t2bcataloguesearchform select option:checked {
    color: #ffffff !important;
    background-color: #264D96 !important;
}

#t2bcataloguesearchform input[disabled],
#t2bcataloguesearchform select[disabled],
#t2bcataloguesearchform select[disabled] option {
    background-color: #dddfe0;
}
#t2bcataloguesearchform a.btn, 
#t2bcataloguesearchform input.btn {
    line-height: 26px;
    margin-left: 14px;
}

@media screen and (max-width: 599px) {
    #t2bcataloguesearchform a.btn, 
    #t2bcataloguesearchform input.btn {
        display: inline-block;
        margin-bottom:10px;
    }
    
    #t2bcataloguesearchform label {
        font-size: 1.3em;
        margin-bottom: 0.1em;
    }
    #t2bcataloguesearchform label+span {
        margin-bottom: 0.6em;
    }
}

#t2bexportformpdfholder {
    display: inline-block;
}

#t2bexportformcsv, #t2bexportformpdf {
    display: inline-block;
    margin-left: 1em;
}
.t2bresultexport {
    text-align: right;
}

@media screen and (max-width: 767px) {
    #t2bexportformcsv #btnexportexel {
        display: none !important;
    }
    .getacrobat{
        display:none !important;
    }
}
@media screen and (max-width: 767px) {
    .t2bresultpagination{
        position:fixed;
        left:0;
        right: 0;
        bottom:0;
        background-color: #fff;
        border-top: 1px solid #dddfe0;
        z-index: 100;
    }
    .t2bresultpagination .bk-pagination{
        margin: 5px 0;
    }
    .t2bresultpagination .t2bresultspacer{
        display:none;
    }
    .t2bresultpagination .btn {
        font-size: 1em;
    }
    #t2bexportformcsv p , #t2bexportformpdf p {
        margin: 5px 0 ;
    }
    .t2bresultexport {
        text-align: center;
    }
}

#t2bcataloguesearchform #t2bsoumettre:disabled {
    filter: alpha(opacity=70);
    opacity: .7;
    background-color: #e95e27;
}

/*info departement*/
#t2bcataloguesearchform .t2binfodep1 {
    display:none;
    margin:0;
    color:#e95e27;
}
#t2bcataloguesearchform .t2binfodep2 {
    display:block;
    margin:0;
}

/* info tooltip */
#t2bcataloguesearchform .t2btooltip {
    position: relative;
    top: 2px;
    left: 0;
    display: inline-block;
    margin:0;
    color: #e95e27;
    font-weight: normal;
    cursor: pointer;
}
#t2bcataloguesearchform .t2btooltip img {
    width: 14px;
    height: 14px;
}
#t2bcataloguesearchform .t2btooltip span {
    display:none;
    margin:0;
}
#t2bcataloguesearchform .t2btooltip span.open {
    display:block;
    position: absolute;
    top: 95%;
    left:95%;
    padding: 0.5em 1.5em 0.5em 1em;
    border-radius: 4px;
    color:#fff;
    font-weight: bold;
    background-color: #e95e27;
    white-space:nowrap;
    cursor: pointer;
    z-index:2;
}
#t2bcataloguesearchform .t2btooltip span.open:after {
    position: absolute;
    content:"x";
    top: 0%;
    right:2%;
    padding: 0;
    color:#fff;
    font-weight: bold;
    cursor: pointer;
    z-index:2;
    line-height: 1em;
}
/** fiche organisme */
.t2bficheorga {
    font-size: 1.2em;
    margin-bottom: 3em;
}
.t2bficheorga .t2bficheorgars{
    display: block;
    font-weight: bold;
    font-size: 1.3em;
}
.t2bficheorga .t2bficheorgars.refconstructys{
    padding:10px 0 0 0;
}
.t2bficheorga .refcalign {
    float: right;
}
.t2bficheorga .refcalign .nonreference {
    border:3px solid #576065;
    color:#576065;
    text-align:center;
    width:199px;
    padding:10px;
    margin-top: 30px;
}
.main-col-wrapper > .grid-8 .t2bficheorga h3 {
    font-size: 1em;
    margin: 1.5em 0 0.3em 0;
    font-weight: bold;
}
.t2bficheorga  .orange {
    color: #E95E27;
}
.t2bfichebtn {
    text-align: right;
}
.t2bfichebtn .btn {
        margin-left:14px;
    }
@media screen and (max-width: 599px) {
    .t2bficheorga .refcalign {
        float: none;
        text-align: center;
    }
    .t2bficheorga .t2bficheorgars.refconstructys{
        padding:10px 0 0 0;
    }
    .t2bfichebtn {
        text-align: center;
    }
    .t2bfichebtn .btn {
        display: inline-block !important;
        margin-bottom:10px;
        margin-left:0px;
    }
}