﻿button:focus {
    outline: none;
}

.ms-btn-primary {
    height: 33px;
    padding-left: 18px;
    padding-right: 18px;

    display: inline-block;
    border-radius: 0;
    border: 1px solid transparent;

    white-space: nowrap;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;

    -webkit-appearance: none;
    outline: 0;
    transition: all .1s;
    cursor: pointer;

    vertical-align: middle;
    text-align: center;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ms-btn-secondary {
    cursor: pointer;

    background: 0 0;
    background-image: initial;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    border: 0;
    margin: 0;
    padding: 0;

    padding-right: 15px;
    font-size: 14px;
    text-decoration: none;
}

    .ms-btn-secondary:active,
    .ms-btn-secondary:focus,
    .ms-btn-secondary:hover {
        text-decoration: none;
    }

.ms-button-disabled {
    cursor: default;
}

#content-mailboxes-list-table td,
#content-mailboxes-list-table th {
    cursor: default;
}

.ms-nav-tabs {
    margin-bottom: -10px;
}

.ms-tab-content {
    min-height: 200px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    margin-top: 10px;
}

    .ms-tab-content .ms-first-content-row {
        padding-top: 10px
    }


div.ms-tooltip {
    display: inline;
    position: relative;
    top: 2px;
}

    div.ms-tooltip a,
    div.ms-tooltip a:hover {
        font-size: 18px;
        line-height: 14px;
        color: dodgerblue;
        text-decoration: none;
    }

.ms-no-padding {
    padding: 0;
}

.ms-no-border {
    border: none;
}

.ms-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.ms-info-icon {
    width: 14px;
    height: 14px;
    margin-top: -6px;
    margin-left: 3px;
}

.ms-crisp-scaling {
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}