﻿
/***
    this file overwrites the mapping lib interface theme, to conform to portal styles
*/
body {
}

.Button {
    border: 1px solid #3c5d3e !important;
    color: white !important;
    background-color: #3c5d3e !important;
    padding: 0px 16px !important;
    font-weight: bold !important;
    font-size: 13px !important;
}

.default_modal_dialog_handler_title_span {
    color: black !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: left !important;
    background-color: #f3f3f3 !important;
    line-height: 25px !important;
    text-align: center !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.default_modal_dialog_handler_close_icon {
    position: absolute;
    right: 6px;
    top: 12px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url('../Images/close.png');
    cursor: pointer;
}


.dialog_footer_buttons > .Button {
    float: none !important;
    margin: 0px !important;
    margin-left: 3px !important;
    height: 28px !important;
    min-width: 70px !important;
}

.dialog_footer_buttons {
    text-align: center;
}

.disabled {
    opacity: 0.5;
}