﻿section { margin-top: 15px !important; }

.notification-targets, .notification-targets-edit { padding: 15px; }

.notification-targets header, .notification-targets-edit header {
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.notification-targets-edit header { border-bottom: 1px solid #ccc; }

.notification-targets header h2, .notification-targets-edit header h2 {
	flex: 1 1 auto;
	font-size: 18px;
}

.notification-targets header div, .notification-targets-edit header div {
	flex: 0 0 20%;
	text-align: right;
}


.pipeline-status h3 {
	background-color: #f1f1f1;
	padding: 6px;
}

.pipeline-status-item:hover { background-color: #f1f1f1; }

.pipeline-status-item-name a {
	font-size: 16px;
	font-weight: 500;
}

.pipeline-status-item-name a:first-child {
	color: black;
	font-size: 18px;
}


.pipelines { margin-bottom: 25px; }

.pipelines header, .pipelines-branch header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.pipeline-status .filter-input {
    display:block; 
    margin: 0 auto 10px;
}

/* these 4 rules center the placeholder text in the input search box */
::-webkit-input-placeholder, .filter-input { 
    text-align: center 
}
:-moz-placeholder, .filter-input { /* Firefox 18- */
    text-align: center;
}
::-moz-placeholder, .filter-input {  /* Firefox 19+ */
    text-align: center;
}
:-ms-input-placeholder, .filter-input {
    text-align: center;
}

.feature-flag-configs {
    margin-bottom: 25px;
}

.feature-flag-configs header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.feature-flag-configs .ff-row:hover {
    background-color: #f8f8f8;
}

.feature-flag-configs .ff-header:hover {
    cursor: pointer;
}

.feature-flag-configs .ff-header-metadata {
    float: right;
}

.feature-flag-configs .ff-content {
    padding: 15px 30px;
}

.loading-spinner-container {
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);
}

.list-regions {
    font-size: large;
    font-weight: bold;
}
.list-sns-topics {
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 1em;
    list-style-type: circle;
    font-size: medium;
}
.sns-topic-subscriptions {
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 1em;
    list-style: square url("/Images/reply-arrow.png");
    font-weight: normal;
}
.sns-topic {
    cursor: pointer;
}

.sns-topics-page-desc {
    padding-bottom: 20px;
}

.no-bullets {
    list-style-type: none;
}

#label-external-sns-subs-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    
    padding-left: 40px;
}
#input-external-sns-subs-checkbox {
    width: 20px;
    position: relative;
    vertical-align: middle;  
}
#sns-subs-data {
    padding-top: 20px;
}

/* bootstrap info icon color */
.fa-info-circle {
    color: cornflowerblue;
}

