/************** ReleaseNotes **************/

.ace_editor { height: 200px; }

.view-container {
    margin-top: 20px;
}
.release-note-entry .col-md-3 {
    border-right: 1px solid #bdc3c7;
}

.vScroll-deployToInstallationsGroup {
    max-height: 300px;
    overflow-y: auto;
}

.list-inline-splitter{}

.list-inline-splitter > li {
    border-right: 1px solid #bdc3c7;
}

.list-inline-splitter > li:last-of-type {
    border-right: none;
}

.release-note-container > .list-group {
    font-size: 13px;
    font-weight: bold;
}

.label-as-badge {
    border-radius: 1em;
    font-size: 13px;
}

.release-note-category {
    padding: 20px;
    margin: 20px 0;
    border-top: 1px solid #eee;
    /*border-radius: 3px;    */
}

.release-note-header {
    margin-top: 0;
    margin-bottom: 5px;
    width: 100px;
}

.release-note-header .glyphicon {
    margin-top: 0px;
}

.release-note-header .category-title {
    display: inline;
    margin-left: 5px;
}

.release-note-entry {
    margin: 1px;
    margin-left: 100px;
}

.releasenote-latest-versions {
}

.releasenote-latest-versions > * {
    display: block;
    text-align: center;
}
/************** Login **************/

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/************** Deploy **************/

.connected {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #00FF00;
    display: inline-block;
}

.connected-inactive {
    background: #33cccc;
}

.disconnected {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: red;
    display: inline-block;
}

th {
    text-transform: uppercase;
}

.no-bullets {
    list-style-type: none;
}

.form-element-sm{
	width: 50%
}

.form-element-medium{
	width: 50%
}

.form-element-xs{
	width: 25%
}

.form-element-inline{
	display: inline-block;
}

.nav, .uib-pagination, .carousel, .panel-title a { cursor: pointer; }

.breadcrumb{
	background-color: transparent;
}

.inProgress{
	background-image: url("/images/executing.gif");
	 width: 56px;
    height: 21px;
     display: inline-block;
}

.completed{
	background-image: url("/images/Success.png");
	 width: 16px;
    height: 16px;
     display: inline-block;
}

.failed{
	background-image: url("/images/failed.png");
	 width: 16px;
    height: 16px;
     display: inline-block;
}

.pending{
	background-image: url("/images/spinner16.gif");
	 width: 16px;
    height: 16px;
     display: inline-block;
}

.scheduled{
	background-image: url("/images/scheduled.png");
	 width: 16px;
    height: 16px;
     display: inline-block;
}

.canceled{
	background-image: url("/images/canceled.png");
	 width: 16px;
    height: 16px;
     display: inline-block;
}

.timedOut{
	background-image: url("/images/timedout.png");
	 width: 16px;
    height: 16px;
     display: inline-block;
}

.breadcrumb{
    min-height: 36px;
}

.cb-right-margin{
    margin-right: 20px;
}

.vScroll-deployToInstallationsGroup {
    max-height: 300px;
    overflow-y: auto;
}
