/* Created 10.2016 dustbuster */
/* For use in upgrading Directory located in TLBASE */
/* TLS - 353 CUSTOM RADIUS SEARCH */

.pagination {
    font-size: 14px;
    text-decoration: none;
    padding-right: 10px;
}


/* FIND A CONTRACTOR SEARCH PAGE  */

.pagination:hover {
    color: #f589a8;
}

table.dir-table-90 {
    width: 100%;
}



table.dir-table {
    width: 100%;
    border: 0px solid #e7e6e6;
    border: 2px solid #dedede;
    table-layout: fixed
}

table.dir-table tr:nth-of-type(odd) {
    background: #ededed;
}

table.dir-table td {
    padding: 10px;
}

.dir-btns {
    margin-top: 20px;
}


table.dir-table input[type=text] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
	height: inherit;
}




/* CORE : directoryRending.asp */
.dir-line-thing {
    border-top: 2px solid #efefef;
}
.dir-udt {
    font-size: 1.0em;
    margin-bottom: 7px;
}
tr.dir-row {
    width: 100%;
    border-right: 1px solid #e7e6e6;
    border-left: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}




span.dir-selected-link {
    color: #6f6e6e;
}

.dir-underline {
    border-bottom: 2px solid rgba(178, 179, 170, .2);
}


/* CORE - important! */
input[type=text].dir-txt {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 8px 10px;
}




/* CORE - IN EVERY DROPDOWN */
.dir-control{
    width: 100%;
    height: 30px!important;
    padding: 0px 12px;
}


/* CORE -END EVERY DROPDOWN */


.enhanced-dir td{
    padding: 15px;
}


/* AF_MemberDetails.asp refactor: dustinh; TLS-2613 */

.popcontainer {
    height: auto;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border: 2px solid #006595;
}

.dir-no-results {
    font-size: 16px;
}

.make-room {
    margin: 10px 0px 15px 0px;
}

div.memberdeets {
    background-color: #006595;
}

i.mem-icon {
    color: #054e86;
    margin-left: 30%;
}

h2.enhan {
    font-size: 28px; 
}

h3.enhan {
    font-size: 26px;    
}

.ptitle {
    color: #fff;
}

p.ptitle {
    line-height: 17px;
}
div.internal {
    height: auto;
    width: 50%;
    margin-bottom: auto; 
    /*border: 1px solid blue; */
    margin-left: 13%;
}
span.infostuff {
    color: #000;
    font-size: 13px;
    margin-top: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

div.logo-hold {
    width: 70px;
    margin-left: 25%;
    margin-top: 3%;
}
div.back-button {
    margin-top: 50px;
    margin-left: 25%;
}

div.please-login {
    font-size: 1.3em;
    text-align: center;
}

div.login-committee {
    width: 80%; 
    background-color: #efefef; 
    text-align: center; 
    padding: 20px; 
    border: 2px solid gray; 
}
div.makeroom {
    margin-bottom: 25px; 
}

/* - - - - - - ADDING AF_DIRECTORY DOT ASP - - - - - - - */

.dir-org-l {
    width: 50%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}

.dir-org-r {
    width: 50%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.org-location {
    border: 1px solid #eeeeee;
    padding: 15px 20px;
}

ul.org-info-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.org-info-links li {
    display: inline-block;
    padding-right: 5px;
    font-size: 0.95em;
}

ul.org-info-links li:last-of-type {
    padding: 0;
}

@media (max-width: 767px){
.dir-org-l, .dir-org-r {width: 100%; float:none;}

}

/* - - - - - - ENDING AF_DIRECTORY DOT ASP - - - - - - - */


 /* -- TEMP --*/

 div.loaded-page {
    color: green;
    font-size: 18px;
    font-style: italic;
 }


 /* - - - - - - - THIS IS FOR THE ICONS ENHANCHED LISTING - - - - - - - */

 /*<td align="left" valign="middle" class="enhanced-icons">*/

td.enhanced-icons {
    padding: 10px 10px 13px 25px;
}
table.width-max {
    max-width: 100%;
    width: 100%;
}