@charset "UTF-8";

/* structure */
#colPplRail {
    float: left;
    width: 205px;
    margin: 22px 25px 0 0;
}

#colPplMain {
    float: left;
    width: 680px;
    margin: 22px 0 0 0;
}

#boxModPplViews .butAddMenu {
    display: none;
}

.pplGroup {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #9A928B;
}

.pplGroup:first-child {
    border-top: 0;
}

.pplGroup:last-child {
    border-bottom: 0;
}

.colPplEntries {
    float: left;
    width: 554px;
    padding: 15px 0 5px 15px;
    border-left: 1px solid #9A928B;
}

.pplGroup:first-child .colPplEntries {
    padding-top: 0;
}

h3.pplGroupHed {
    float: left;
    width: 110px;
    padding: 15px 0 10px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    font-family: RobotoBold, Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

h3.pplGroupHed.lrg {
    font-size: 24px;
    line-height: 1.3em;
}

/* people entry box */
.pplEntry {
    position: relative;
    padding: 12px 15px;
    margin-bottom: 10px;
    border: 1px solid #D8D5D2;
    background-color: #fff;
    background-image: url(../img/people/bgGradPplEntry.png);
    background-repeat: repeat-x;
    background-position: 0 -1000px;
}

@media (min-width: 769px) {
    .pplEntry:hover {
        background-color: #d6eef3;
        background-position: 0 0;
    }
}

.pplEntry.active {
    background-color: #d6eef3;
    background-position: 0 0;
}

.pplEntry .avatar {
    float: left;
    border: 1px solid #414042;
}

.pplEntry .colText {
    margin-left: 75px;
}

.hedPplEntry {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E3E0DE;
    color: #9A928B;
    font-size: 12px;
    line-height: 1.3em;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.hedPplEntry .pplEntryName {
    color: #554F45;
    font-size: 18px;
    line-height: 1.3em;
    font-family: RobotoBold, Helvetica, Arial, sans-serif;
}

.butsEdit {
    display: none;
    position: absolute;
    top: 8px; right: 8px;
    width: 55px;
    margin-left: 15px;
}

.pplEntry:hover .butsEdit, .pplEntry.active .butsEdit {
    display: block;
}

.butsEdit a.but {
    float: right;
    width: 26px;
    height: 24px;
    border: 1px solid #BDCCCD;
    background-color: #f2fbfc;
    background-image: url(../img/people/iconEditTrash.png);
    background-repeat: no-repeat;
}

.butsEdit a.but:hover {
    background-color: #fff;
}

.butsEdit a.butEdit {
    /* border-right: 0; */
    background-position: 7px center;
    border-radius: 3px;
}

.butsEdit a.butTrash {
    background-position: -20px center;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.pplEntry .logoAgncy {
    float: right;
}

.pplEntry .infoContact {
    float: left;
    width: 43%;
}

.pplEntry .infoPermis {
    float: right;
    width: 50%;
}

.infoContact span {
    display: block;
    padding: 3px 0 6px 20px;
    background-image: url(../img/people/iconsContact.png);
    background-repeat: no-repeat;
}

.infoContact .work {
    background-image: url(../img/people/work_phone_icon.png);
}

.infoContact .mobile {
    background-position: 0 0;
}

.infoContact .phone {
    background-position: 0 -27px;
}

.infoContact .email {
    background-position: 0 -55px;
}

.infoPermis .chkItem {
    display: block;
    padding: 2px 0 2px 23px;
    font-size: 14px;
    line-height: 1.3em;
    background-image: url(../img/people/iconsChkPermis.png);
    background-repeat: no-repeat;
    background-position: 5px -35px;
}

.infoPermis .chkItem.brite {
    padding: 0 0 0 25px;
    margin-bottom: 2px;
    background-color: #ED1C24;
    color: #fff;
    text-shadow: 1px 1px 0 #c30012;
    font-size: 11px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background-position: 5px 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.infoPermis .chkItem.brite .text {
    display: block;
    padding: 5px 0 2px 8px;
    border-left: 1px solid #ff9074;
}

/* form: add people */
.formAddPpl .txtName, .formAddPpl .txtEmail, .formAddPpl .txtPhone {
    width: 413px;
}

.formAddPpl .txtPhone {
    margin-bottom: 7px;
}

.formAddPpl .txtMsg {
    width: 413px;
    height: 52px;
    margin-bottom: 0;
}

.formAddPpl .itemChk {
    display: block;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 1.3em;
}

.formAddPpl .itemChk input {
    float: left;
    margin: 0;
    padding: 0;
    margin: 2px 6px 0 0;
}

.formAddPpl .addlPhone {
    padding: 20px 0 0 0;
}

.formAddPpl .addedPhone {
    padding: 10px 0 0 0;
}

.formAddPpl .addlPhone input.txtPhone {
    width: 59%;
}

.formAddPpl p.err {
    clear: both;
    color: #f00;
}

.popMenuEdit .formAddPpl .txtName, .popMenuEdit .formAddPpl .txtEmail, .popMenuEdit .formAddPpl .txtPhone {
    width: 282px;
}

/* popup edit menu */
.popMenuEdit {
    right: -15px;
    width: 330px;
    margin: 31px 0 0 0;
}

.popMenuEdit .point {
    width: 22px;
    height: 14px;
    margin: -13px 0 0 280px;
    background-image: url(../img/common/pointUpAddMenu.png);
}

/* popup delete menu */
.popupDelete {
    display: none;
    position: absolute;
    width: 280px;
    margin: 31px 0 0 0;
    right: -10px;
    background-color: #fefbe1;
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}

.popupDelete .point {
    position: absolute;
    width: 20px;
    height: 12px;
    margin: -12px 0 0 231px;
    background-image: url(../img/common/pointUpDeleteMenu.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.popupDelete .xClose {
    float: right;
    width: 12px;
    height: 13px;
    margin: 10px 10px 0 0;
    background-image: url(../img/common/xClosePopup.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

h5.popHedDel {
    padding: 12px 0 8px 20px;
    font-size: 14px;
    line-height: 1.3em;
    font-family: RobotoBold, Helvetica, Arial, sans-serif;
}

p.paraPopDel {
    padding: 0 0 12px 20px;
    font-size: 14px;
    line-height: 1.3em;
}

.deleteButs {
    padding: 8px 10px;
    background-color: #fff;
    border-top: 1px solid #D8D5D2;
}

.deleteButs .butReg {
    float: right;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline;
    margin-left: 5px;
}

@media (max-width: 979px) {
    #colPplRail {
        margin-right: 15px;
    }

    #colPplMain {
        width: 70%;
    }

    h3.pplGroupHed {
        float: none;
        width: auto;
    }

    .colPplEntries {
        float: none;
        width: auto;
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    #contentWrap {
        width: 738px;
    }

    #colPplMain {
        width: 518px;
    }

    .butsEdit {
        display: block;
    }
}

@media (max-width: 480px) {
    #contentWrap {
        width: auto;
    }

    #colPplMain {
        width: auto;
        float: none;
        border-top: 1px solid #9A928B;
        margin-top: 0;
    }

    #colPplRail {
        width: auto;
        float: none;
        margin-right: 0;
        border-bottom: 1px solid #fff;
    }

    #boxModPplIntro {
        display: none;
    }

    #boxModPplViews .modHeader {
        display: none;
    }

    #boxModPplViews .modHeaderAlt {
        display: block;
    }

    #boxModPplViews .butAddMenu {
        display: block;
    }

    .pplEntryName {
        display: block;
    }

    .hedPplEntry .bull {
        display: none;
    }

    .pplEntry .infoContact {
        float: none;
        width: auto;
        margin-bottom: 12px;
    }

    .pplEntry .infoPermis {
        float: none;
        width: auto;
    }

    .formAddPpl .txtName, .formAddPpl .txtEmail, .formAddPpl .txtPhone, .formAddPpl .txtMsg {
        width: 243px;
    }

}

@media (max-width: 320px) {
    .popMenuEdit {
        width: 260px;
    }

    .popMenuEdit .point {
        margin-left: 210px;
    }

    .formAddPpl .txtName, .formAddPpl .txtEmail, .formAddPpl .txtPhone, .formAddPpl .txtMsg {
        width: 210px !important;
    }
}
