body {
    font-family: ProximaNova-Regular, sans-serif;
    font-size: 13px !important;
    padding-top: 75px;
}

a {
    color: #008CBA;
    outline: none !important;
}
a:hover, a:active, a:focus {
    color: #005a79;
    text-decoration: none;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ProximaNova-SemiBold, sans-serif;
}

h1, h2, h3, h4 {
    color: #555;
}

h1, h2 {
    font-size: 200% !important;
    margin-bottom: 20px;
}

p, td, tr, ul, ol, input, select {
    font-size: 13px !important;
}

th, label, strong {
    font-family: 'ProximaNova-SemiBold', sans-serif;
    font-weight: normal;
}

.monospaced {
    font-family: 'Source Code Pro', monospace;
    font-size: 13px !important;
}

.btn, input, select, textarea {
    font-size: 13px !important;
}

input, select, textarea {

}

i.glyphicon {
    font-size: 14px;
    position: relative;
    top: 1px;
}

.nav-auth {
    text-align: right;
}

.nav-auth .navbar-text {
    margin-right: 0 !important;
}

.nav-auth span {
    color: #FF6600;
    margin-right: 10px;
    border-right: 1px solid #FF6600;
    padding-right: 15px;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.admin .nav-auth span {
    margin-right: 0;
}

.nav-auth a {
    display: inline-block;
    overflow: hidden;
}

#navbar {
    border-top: 5px solid #FF6600;
    padding-top: 8px;
    background-color: rgba(18, 32, 53, 1) !important;
    height: 71px;
}

.admin #navbar {
    background-color: rgba(80, 80, 80, 1) !important;
}

.admin .nav-auth span {
    width: 250px;
}

#navbar {
    color: #FFFFFF;
}

#navbar a {
    color: #FFFFFF;
    text-shadow: none;
}

#navbar a:hover, #navbar a:active, #navbar a:focus {
    color: #FF6600;
    background: none;
    text-decoration: none;
}

#navbar .dropdown-menu a {
    color: #000000;
}

#brand {
    padding-top: 5px;
    margin-right: 30px;
}

h2 {
    margin-bottom: 25px;
}

table.table th, table.table td { vertical-align: middle !important; }

td.filter, td.row-add { padding: 4px !important; }

th a {
    color: #555;
}
th a i.glyphicon {
    font-size: 80%;
}

th.integration-type { width: 150px; }
th.integration-release-cycle { width: 120px; }
th.integration-status { width: 120px; }
th.integration-ref { width: 200px; }
th.integration-actions { width: 40px; }
td.integration-actions { padding: 4px !important; }

th.intsearch-developer { width: 200px; }
th.intsearch-type { width: 80px; }
th.intsearch-release-cycle { width: 130px; }
th.intsearch-release-advance { width: 80px; }
th.intsearch-status { width: 120px; }
th.intsearch-actions { width: 40px; }
td.intsearch-actions { padding: 4px !important; }
td.intsearch-release-advance { color: #31708F; }

td.integration-status.AVA, td.intsearch-status { background-color: #DFF0D8 !important; color: #007700; }
td.integration-status.ARC, td.intsearch-status.ARC { background-color: #EEEEEE !important; color: #555555; }
td.integration-status.REJ, td.integration-status.SUS, td.intsearch-status.REJ, td.intsearch-status.SUS { background-color: #F2DEDE !important; color: #990000; }

th.account-token { width: 30%; }
th.account-installed { width: 25%; }
th.account-enabled { width: 20%; }
th.account-actions { width: 40px; }

td.account-enabled.enabled { background-color: #DFF0D8 !important; color: #007700; }
td.account-enabled.disabled { background-color: #F2DEDE !important; color: #990000; }

th.linked-account-relationship { width: 40%; }
th.linked-account-status { width: 20%; }
th.linked-account-actions { width: 40px; }
td.linked-account-actions { padding: 4px !important; }

th.dla-relationship, th.ila-relationship { width: 35%; }
th.dla-status, th.ila-status { width: 15%; }
th.dla-actions, th.ila-actions { width: 84px; }
td.dla-actions, td.ila-actions { padding: 4px !important; }

td.linked-account-status.NEW, td.dla-status.NEW, td.ila-status.NEW { background-color: #D9EDF7 !important; color: #31708F; }
td.linked-account-status.APR, td.dla-status.APR, td.ila-status.APR { background-color: #DFF0D8 !important; color: #007700; }
td.linked-account-status.REJ, td.dla-status.REJ, td.ila-status.REJ { background-color: #F2DEDE !important; color: #990000; }

th.developer-ref { width: 40%; }
th.developer-status { width: 20%; }
th.developer-actions { width: 40px; }
td.developer-actions { padding: 4px !important; }

td.developer-status.NEW { background-color: #D9EDF7 !important; color: #31708F; }
td.developer-status.APR { background-color: #DFF0D8 !important; color: #007700; }
td.developer-status.SUS { background-color: #F2DEDE !important; color: #990000; }
td.developer-status.ARC { background-color: #EEEEEE !important; color: #555555; }
td.developer-status.REJ { background-color: #F2DEDE !important; color: #990000; }

th.attribute-key { width: 50%; }
th.attribute-value { width: 50%; }
th.attribute-actions { width: 40px; }
td.attribute-actions { padding: 4px !important; }

.select2-container .select2-choice {
    height: 34px;
}

.select2-chosen {
    padding-top: 4px;
}

.int-status-value .select2-container .select2-choice {
    height: 26px;
}

.int-status-value .select2-chosen {
    padding-top: 0px;
}

.title-actions {
    text-align: right;
    padding-top: 18px;
}

div.row.int-status, div.row.int-reference, div.row.detail {
    margin-bottom: 10px;
}

div.row.int-status-actions, div.int-lifecycle-actions {
    margin-top: 20px;
}

div.int-status-name, div.int-status-label, div.int-lifecycle-name, div.detail-name {
    color: #777;
}

div.int-status-label {
    padding-top: 3px;
}

div.int-status-value {
    font-family: 'ProximaNova-SemiBold', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        width: 950px !important;
    }
}

.form-signin {
    max-width: 430px;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}
.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="text"] {
    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;
}

.form-signin .btn {
    margin-bottom: 10px;
}

.form-group .tt {
    color: #ccc;
    cursor: help;
}

.form-group .tt:hover {
    color: #666;
}

form h3 {
    margin-bottom: 30px;
}

.help-block {
    margin-bottom: 0;
}

.btn-remove, .btn-reject, .btn-approve {
    color: #888888;
}

.btn-remove:hover, .btn-reject:hover {
    background-color: #D2322D;
    border-color: #AC2925;
    color: #FFFFFF;
}

.btn-approve:hover {
    background-color: #47A447;
    border-color: #398439;
    color: #FFFFFF;
}

.modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.error-modal .modal-header {
    background: #F2DEDE;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.validation-modal .modal-header {
    background: #FCF8E3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.success-modal .modal-header {
    background: #DFF0D8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.error-modal h4, .validation-modal h4 {
    color: #990000;
}

.success-modal h4 {
    color: #3C763D;
}

.error-modal h4 .glyphicon, .validation-modal h4 .glyphicon, .success-modal h4 .glyphicon {
    position: relative;
    top: 1px;
}

div.dash {
    margin-top: 15px;
}

a.dash-action {
    display: block;
    color: #aaaaaa;
    background-color: #eeeeee;
    text-align: center;
    height: 280px;
}

a.dash-action h1 {
    font-size: 400% !important;
}

a.dash-action p {
    font-size: 200% !important;
}

a.dash-action-active {
    background-color: #DFF0D8;
    color: #3C763D;
    border-color: #D6E9C6;
}

a.dash-action:hover, a.dash-action:active {
    text-decoration: none;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    border: none;
    background: #393E49;
}

ol.breadcrumb {
    background: none !important;
    margin-top: 15px;
    margin-bottom: -20px;
    padding: 0 !important;
    color: #888 !important;
    font-size: 95%;
}

ol.breadcrumb li a {
    color: #888 !important;
}

ol.breadcrumb li a:hover {
    color: #555 !important;
}

ol.breadcrumb li:last-of-type a ::after {
    content: " /";
}

.ellipsis {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.panel {
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
}
.panel-default>.panel-heading {
    background: #F9F7F6;
    border-bottom: none;
}
.list-group-item {
    border-radius: 0 !important;
    border-color: #eee !important;
}
.list-group-item:hover {
    color: #555;
    background: #F9F7F6;
}
.btn {
    border-radius: 0 !important;
}
.btn-default {
    border-color: #eee;
}
table.table-bordered tr {
    border-bottom: 1px solid #eee;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: none;
}
.table-bordered {
    border: none;
}
.form-control {
    border-radius: 0;
    border-color: #ddd;
    box-shadow: none;
}
.form-control:focus {
    background: #F9F7F6;
    box-shadow: none;
    border-color: #aaa;
}
.has-error .form-control, .has-error .form-control:focus {
    box-shadow: none;
}
.modal-content {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 10px solid rgba(0, 0, 0, 0.5);
}
.alert {
    border: none;
    border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}