.formError {
    color: red;
}

.valSummary {
    margin-top: 20px;
}

.tab-content {
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 15px 12px;
    border-radius: 3px;
}

.psCheckBoxList {
    list-style: none;
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.psCheckBoxList li {
    list-style: none !important;
    list-style-type: none !important;
}

.managementFrmLogo {
    clear: both;
    display: block;
    margin-bottom: 20px;
}

.psDirectoryPartCon {
    margin: 20px 0 0px 0px;
    padding: 0px;
    min-height: 140px;
}

.psDirectorySearchImg {
    text-align: right;
}

    .psDirectorySearchImg img {
       float: right;
    margin-top: 15px;
    max-width: 150px;
    }

.psDirectorySearchText {
}

    .psDirectorySearchText h2 {
       color: #2b2828;
    font-family: "museo-sans",sans-serif;
    font-size: 1.8em !important;
    font-weight: 300;
    line-height: 1.2em;
    margin: 10px 0 0 !important;
    padding: 0 0 0.25em;
    position: relative;
    text-transform: none;
    }

        .psDirectorySearchText h2 a:link {
            color: #0072C6;
        }

        .psDirectorySearchText h2 a:visited {
            color: #0072C6;
        }

.searchBtn {
    width: 150px;
    max-width: 150px !important;
    border-radius: 0px !important;
    padding: 9px 12px !important;
}

.psSearchCriteria input, .psSearchCriteria select {
    max-width: 400px !important;
}



.psFileUploadDropZone {
    position: relative;
    margin: 0;
    width: 180px;
    height: 150px;
    background: #d9eeff;
    border: 1px dashed #bbb;
    box-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #4577a2;
}

    .psFileUploadDropZone span {
        display: block;
        position: absolute;
        left: 38px;
        top: 60px;
        color: #fff;
        font-size: 12px;
        background: rgba(0,0,0,0.5);
        padding: 5px 7px;
        border-radius: 3px;
        box-shadow: 0px 1px 0px #fff, inset 1px 1px 0px #555;
        opacity: 0.5;
        cursor: default;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .psFileUploadDropZone:hover span {
        opacity: 1;
    }

div.RadUpload .ruInputs li {
    list-style: none;
}
.marginTop {
    margin-top:20px;clear:both;
}
.checkbox input{width:20px !important;margin-right:10px !important;padding-right:10px !important;}
.btn{width:auto !important;}
.psDirectoryRegForm input[type='checkbox']
{
   width:20px !important;
   margin-right:10px !important;
   padding-right:10px !important;
}

.intl-tel-input {width: 100%;}