.borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default;
}

.ddcommon ul {
    padding: 0;
    margin: 0;
}

.ddcommon ul li {
    list-style-type: none;
}

.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3;
}

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1 solid #c3c3c3;
}

.ddcommon .disabled img,
.ddcommon .disabled span,
.ddcommon.disabledAll {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    color: #999999;
    pointer-events: none;
}

.ddcommon .clear {
    clear: both
}

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0 0 0 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none;
}

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888888;
    -webkit-box-shadow: -5px -5px 5px -5px #888888;
    box-shadow: -5px -5px 5px -5px #888888
}

.borderRadiusTp .border,
.borderRadius .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

img.fnone {
    float: none !important
}

.ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute;
}

.ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 9px;
}

.ddcommon .ddArrow:hover {
    background-position: 0 100%;
}

.ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.ddcommon .ddTitle .ddTitleText {
    display: block;
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.ddcommon .ddTitle .description {
    display: block;
}

.ddcommon .ddTitle .ddTitleText img {
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999
}

.ddcommon .ddChild li {
    clear: both;
}

.ddcommon .ddChild li .description {
    display: block;
}

.ddcommon .ddChild li img {
    border: 0 none;
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild li.optgroup {
    padding: 0;
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: bold;
    font-style: italic
}

.ddcommon .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.ddcommon .noBorderTop {
    border-top: none 0 !important;
    padding: 0;
    margin: 0;
}

.dd {
    border: 1px solid #c3c3c3;
}

.dd .divider {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #fff;
    ;
    right: 24px;
}

.dd .ddArrow {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../../images/msdropdown/skin1/dd_arrow.gif) no-repeat;
}

.dd .ddArrow:hover {
    background-position: 0 100%;
}

.dd .ddTitle {
    color: #000;
    background: #e2e2e4 url(../../images/msdropdown/skin1/title-bg.gif) repeat-x left top;
}

.dd .ddTitle .ddTitleText {
    padding: 5px 20px 5px 5px;
}

.dd .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.dd .ddTitle .description {
    font-size: 12px;
    color: #666
}

.dd .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.dd .ddChild {
    border: 1px solid #c3c3c3;
    background-color: #fff;
    left: -1px;
}

.dd .ddChild li {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
}

.dd .ddChild li .description {
    color: #666;
}

.dd .ddChild li .ddlabel {
    color: #333;
}

.dd .ddChild li.hover {
    background-color: #f2f2f2
}

.dd .ddChild li img {
    padding: 0 6px 0 0;
}

.dd .ddChild li.optgroup {
    padding: 0;
}

.dd .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: bold;
    font-style: italic
}

.dd .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.dd .ddChild li.selected {
    background-color: #d5d5d5;
    color: #000;
}

.regista_cat_sel {
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
    max-width: 390px;
    text-transform: none;
    text-align: left;
    z-index: 10;
}

.regista_cat_sel.freg {
    max-width: none;
}

.regista_cat_sel.error .ddTitle {
    border: 1px solid #e10000;
}

.regista_cat_sel .divider {
    right: 24px;
}

.regista_cat_sel .ddArrow {
    width: 14px;
    height: 10px;
    margin-top: -4px;
    margin-right: 5px;
    background-image: url("seta_down.svg");
    background-repeat: no-repeat;
}

.regista_cat_sel .ddTitle {
    color: #0074C8;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0.85em;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.regista_cat_sel .ddTitle .ddTitleText {
    padding: 0;
}

.regista_cat_sel .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.regista_cat_sel .ddTitle .description {
    font-size: 12px;
    color: #03526D
}

.regista_cat_sel .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.regista_cat_sel .ddChild {
    left: 0px;
    margin-top: -4px;
    z-index: 5 !important;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    height: auto !important;
    max-height: 155px;
    border: 1px solid #D6D6D6
}

.regista_cat_sel .ddChild li {
    border-bottom: 1px solid #D6D6D6;
    padding: 0.85em;
}

.regista_cat_sel .ddChild li .description {
    color: #2E2E2E;
}

.regista_cat_sel .ddChild li .ddlabel {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
}

.regista_cat_sel .ddChild li.hover .ddlabel {
    color: #0074C8
}

.regista_cat_sel .ddChild li img {
    padding: 0 6px 0 0;
}

.regista_cat_sel .ddChild li.optgroup {
    padding: 0;
}

.regista_cat_sel .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
}

.regista_cat_sel .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.regista_cat_sel .ddChild li.selected .ddLabel {
    color: #F18903;
}

.regista_cat_sel .ddlabel {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
}

.area_paginacao_cont .regista_cat_sel {
    max-width: inherit;
}

.sel_100 .regista_cat_sel {
    max-width: inherit;
}

.sel_50_det .regista_cat_sel {
    max-width: 175px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left
}

.directorio_filtros .sel_50_det .regista_cat_sel {
    padding: 0 5px;
    margin-right: 0;
    width: 16.666% !important;
    max-width: 100% !important;
    height: 38px;
}

.sel_50_det .regista_cat_sel .ddTitle {
    color: #2e2e2e;
    font-size: 14px;
    padding: 10px 15px;
}

.area_paginacao_cont .regista_cat_sel .ddTitle {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0px 15px;
}

.area_paginacao_cont .regista_cat_sel .ddChild li .ddlabel {
    color: #2e2e2e;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px;
}

.regista_cat .regista_cat_sel {
    max-width: 100%;
}

.regista_cat .regista_cat_sel .ddTitle {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    padding: 0.85em;
}

.regista_cat .regista_cat_sel .ddChild li.hover .ddlabel {
    color: #F18903
}

.med_sel .regista_cat_sel {
    max-width: 175px;
}

.med_sel .regista_cat_sel .ddTitle {
    padding: 0.6em
}

.med_sel .regista_cat_sel .ddTitle .ddTitleText {
    color: #2e2e2e;
}

.med_sel .regista_cat_sel .ddChild li .ddlabel {
    color: #2e2e2e;
}

.regista_cat_sel input.text {
    z-index: 10;
    width: 90%;
    height: 90%;
    left: 15px;
    top: 3px;
    box-shadow: none;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.inserir_sel {
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
    text-transform: none;
    text-align: left;
    z-index: 10;
    line-height: normal;
    height: 45px;
}

.inserir_sel.error .ddTitle {
    border: 1px solid #e10000;
}

.inserir_sel .divider {
    right: 24px;
}

.inserir_sel .ddArrow {
    width: 14px;
    height: 10px;
    margin-top: -2px;
    margin-right: 5px;
    background-image: url("inserir.png");
    background-repeat: no-repeat;
}

.inserir_sel .ddTitle {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    padding: 0px 15px;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.inserir_sel .ddTitle .ddTitleText {
    padding: 0;
    height: 45px;
}

.inserir_sel .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.inserir_sel .ddTitle .description {
    font-size: 12px;
    color: #03526D
}

.inserir_sel .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.inserir_sel .ddChild {
    left: 0px;
    margin-top: -4px;
    z-index: 5 !important;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    height: auto !important;
    max-height: 300px;
    border: 1px solid #D6D6D6
}

.inserir_sel .ddChild li {
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 15px;
    line-height: normal;
}

.inserir_sel .ddChild li .description {
    color: #2E2E2E;
}

.inserir_sel .ddChild li .ddlabel {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
    padding: 0.85em;
}

.inserir_sel .ddChild li.hover .ddlabel {
    color: #f18903
}

.inserir_sel .ddChild li img {
    padding: 0 6px 0 0;
}

.inserir_sel .ddChild li.optgroup {
    padding: 0;
}

.inserir_sel .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
}

.inserir_sel .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.inserir_sel .ddChild li.selected {
    color: #2E2E2E;
}

.inserir_sel input.text {
    display: none !important;
}

.inserir_sel .ddlabel {
    padding: 0;
}

.perfil_user_sel {
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
    text-transform: none;
    text-align: left;
    z-index: 10;
    line-height: 41px;
    height: 41px;
}

.perfil_user_sel.error .ddTitle {
    border: 1px solid #e10000;
}

.perfil_user_sel .divider {
    right: 24px;
}

.perfil_user_sel .ddArrow {
    width: 14px;
    height: 10px;
    margin-top: -2px;
    margin-right: 5px;
    background-image: url("inserir.png");
    background-repeat: no-repeat;
}

.perfil_user_sel .ddTitle {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 10;
}

.perfil_user_sel .ddTitle .ddTitleText {
    padding: 0;
}

.perfil_user_sel .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.perfil_user_sel .ddTitle .description {
    font-size: 12px;
    color: #03526D
}

.perfil_user_sel .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.perfil_user_sel .ddChild {
    margin-top: -4px;
    z-index: 5 !important;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    height: auto !important;
    max-height: 155px;
    border: 1px solid #D6D6D6;
    top: 38px !important;
    left: -15px;
}

.perfil_user_sel .ddChild li {
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 15px;
    line-height: normal;
}

.perfil_user_sel .ddChild li .description {
    color: #2E2E2E;
}

.perfil_user_sel .ddChild li .ddlabel {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
    padding: 0.85em;
}

.perfil_user_sel .ddChild li.hover .ddlabel {
    color: #f18903
}

.perfil_user_sel .ddChild li img {
    padding: 0 6px 0 0;
}

.perfil_user_sel .ddChild li.optgroup {
    padding: 0;
}

.perfil_user_sel .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
}

.perfil_user_sel .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.perfil_user_sel .ddChild li.selected .ddLabel {
    color: #0074c8;
}

.perfil_user_sel input.text {
    display: none !important;
}

.perfil_user_sel .ddlabel {
    padding: 0;
}

.range_sel {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-transform: none;
    text-align: left;
    z-index: 10;
    max-width: 175px;
    margin-bottom: 10px;
    float: left;
}

.range_sel.range2 {
    margin-right: 10px;
}

.range_sel.error .ddTitle {
    border: 1px solid #e10000;
}

.range_sel .divider {
    right: 24px;
}

.range_sel .ddArrow {
    width: 14px;
    height: 10px;
    margin-top: -4px;
    margin-right: 5px;
    background-image: url("seta_down.svg");
    background-repeat: no-repeat;
}

.range_sel .ddTitle {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 15px;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.range_sel.range2 .ddTitle {
    border-left: 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.range_sel .ddTitle .ddTitleText {
    padding: 0;
}

.range_sel .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.range_sel .ddTitle .description {
    font-size: 12px;
    color: #03526D
}

.range_sel .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.range_sel .ddChild {
    left: 0px;
    margin-top: -4px;
    z-index: 5 !important;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    height: auto !important;
    max-height: 155px;
    border: 1px solid #D6D6D6
}

.range_sel .ddChild li {
    border-bottom: 1px solid #D6D6D6;
    padding: 0.85em;
}

.range_sel .ddChild li .description {
    color: #2E2E2E;
}

.range_sel .ddChild li .ddlabel {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
    padding: 0.85em;
}

.range_sel .ddChild li.hover .ddlabel {
    color: #0074C8
}

.range_sel .ddChild li img {
    padding: 0 6px 0 0;
}

.range_sel .ddChild li.optgroup {
    padding: 0;
}

.range_sel .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
}

.range_sel .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.range_sel .ddChild li.selected .ddLabel {
    color: #F18903;
}

.range_sel input.text {
    z-index: 10;
    width: 90%;
    height: 90%;
    left: 15px;
    top: 3px;
    box-shadow: none;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.range_sel .ddlabel {
    padding: 0;
}

@media only screen and (max-width:600px) {
    .range_sel {
        max-width: 140px;
    }
}

.area_acoes_sel {
    display: inline-block;
    vertical-align: bottom;
    width: 100% !important;
    text-transform: none;
    text-align: left;
    z-index: 10;
    max-width: 150px;
}

.area_acoes_sel .divider {
    right: 24px;
}

.area_acoes_sel .ddArrow {
    width: 14px;
    height: 10px;
    margin-top: -2px;
    margin-right: 5px;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
}

.area_acoes_sel .ddTitle {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0.035em;
    position: relative;
    z-index: 10;
    padding: 5px 10px;
    background: #0074c8;
    border: 1px solid #0067b2;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.area_acoes_sel .ddTitle .ddTitleText {
    padding: 0;
}

.area_acoes_sel .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.area_acoes_sel .ddTitle .description {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0.035em;
}

.area_acoes_sel .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.area_acoes_sel .ddChild {
    z-index: 5 !important;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    height: auto !important;
    max-height: 100px;
    border: 1px solid #0067b2;
    top: 19px !important;
    left: 0;
    padding-top: 6px;
}

.area_acoes_sel .ddChild li {
    border-bottom: 1px solid #0067b2;
    line-height: normal;
    background: #0074c8;
}

.area_acoes_sel .ddChild li:last-child {
    border-bottom: 0;
    border-radius: 0;
}

.area_acoes_sel .ddChild li .description {
    color: #fff;
}

.area_acoes_sel .ddChild li .ddlabel {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0.035em;
    padding: 5px 10px;
    display: block;
    color: #fff;
}

.area_acoes_sel .ddChild li.hover {
    background: #f18903;
}



.nova_pesq_sel {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 390px;
    text-transform: none;
    text-align: left;
    z-index: 10;
    line-height: normal;
    height: 35px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.nova_pesq_sel.error .ddTitle {
    border: 1px solid #e10000;
}

.nova_pesq_sel .divider {
    right: 24px;
}

.nova_pesq_sel .ddArrow {
    width: 14px;
    height: 10px;
    margin-top: -2px;
    margin-right: 5px;
    background-image: url("inserir.png");
    background-repeat: no-repeat;
}

.nova_pesq_sel .ddTitle {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    padding: 0px 10px;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.nova_pesq_sel .ddTitle.active {
	background: #ee8b14;
	color: #ffffff;
}
.nova_pesq_sel .ddTitle.active .ddArrow {
	background-image: url("inserir_.png");
}

.nova_pesq_sel .ddTitle .ddTitleText {
    padding: 0;
    height: 33px;
}

.nova_pesq_sel .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.nova_pesq_sel .ddTitle .description {
    font-size: 12px;
    color: #03526D
}

.nova_pesq_sel .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.nova_pesq_sel .ddChild {
    left: 0px;
    margin-top: -4px;
    z-index: 5 !important;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    height: auto !important;
    max-height: 300px;
    border: 1px solid #D6D6D6
}

.nova_pesq_sel .ddChild li {
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 15px;
    line-height: normal;
}

.nova_pesq_sel .ddChild li .description {
    color: #969696;
}

.nova_pesq_sel .ddChild li .ddlabel {
    color: #969696;
    font-size: 14px;
    font-weight: 400;
    padding: 0.85em;
}

.nova_pesq_sel .ddChild li.hover .ddlabel {
    color: #f18903
}

.nova_pesq_sel .ddChild li img {
    padding: 0 6px 0 0;
}

.nova_pesq_sel .ddChild li.optgroup {
    padding: 0;
}

.nova_pesq_sel .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
}

.nova_pesq_sel .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.nova_pesq_sel .ddChild li.selected {
    color: #2E2E2E;
}

/*.nova_pesq_sel input.text {
    display: none !important;
}*/

.nova_pesq_sel .ddlabel {
    padding: 0;
}
#area_pesq_sel_msdd .ddlabel {
    font-size: 16px;
    color: #2E2E2E;
}

#cat_sel_rpc_msdd {
    width: 33.333%;
    padding: 0 5px;
    margin-right: 0;
    max-width: 100%;
}

.sel_50_det .regista_cat_sel .ddTitle {
    padding: 7px 15px;
}
.sel_50_det .regista_cat_sel .ddlabel {
    color: #969696;
}
.sel_50_det .ddArrow {
    background-image: url(inserir.png); 
    background-repeat: no-repeat;
    background-position: center;
}