﻿Body {
    font-family: Calibri, 'Trebuche MS';
    font-size: small;
    background-color: Silver;
    margin: 8px;
}

h2 {
    color: #001689;
    padding-top: 10px !important;
}
h4 {
    color: #001689;
}
pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: normal;
}

.feed {
    border-bottom: 1px solid lightgrey;
}

.menu td {
    padding: 1px 4px;
}

.menu a:hover {
    color: white;
}

.field {
    background-color: white !important;
}

.ui.form {
    background-color: white;
}

.RowText {
    height: 5px;
    padding: 10px;
}

#MainTableData {
    padding-left: 10px;
    padding-right: 10px;
}

.webHooksList {
    padding-left: 10px;
}

.eventSubscriptionsTable td {
    padding: 2px;
}

.SelectedRowText {
    background-color: #E2DED6;
    font-weight: bold;
    padding: 10px;
    height: 5px;
}

.HeaderText {
    padding-left: 30px;
    padding-right: 10px;
}

.requiredField {
    background-image: url('/img/required-field.png');
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.splash {
    display: none;
}

[ng-cloak].splash {
    display: block !important;
}

.ui.primary {
    background-color:#001689  !important;
}

    .ui.primary:hover {
        background-color: #001689 !important;
    }
 .buttonClass
{
   color:white;
   font-size: 12px;
   background-color:#001689;
   border-color:#001689;
}