﻿.body-content {
   padding-left: 15px;
   padding-right: 15px;
}
.dl-horizontal dt {
    white-space: normal;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #878585;
  background-color: transparent;
}

.nav-tabs a, .nav-tabs a:hover, .nav-tabs a:focus
{
    outline: 0;
    font-weight: 600;
}

.padding-header{
    padding-top: 5px; 
    padding-bottom: 5px;
}

.p-0 {
    padding: 0;
}
.pt-5 {
    padding-top: 32px;
}

.pb-4 {
    padding-bottom: 20px;
}

.width-full {
    padding-left: 10%;
    padding-right: 10%;
}

.text-center {
    text-align: center;
}

.logopathway {
    height: auto;
    width: 310px;
    margin-left: -20px;
    line-height: 1;
}

.session-authentication {
    background-color: #202020;
    width: 100%;
    color: #E6E6E6;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.label-link {
    float: right;
    font-size: 12px;
}
#togglePassword {
    margin-right: 10px;
    cursor: pointer;
    top: -30px;
    float: right;
    position: relative;
}
.g-recaptcha {
    transform: scale(0.95);
    transform-origin: 0 0;
}

.header {
    margin-left: auto;
    margin-right: auto;
}

.auth-form {
    margin: 0 auto;
    width: 340px;
}

.recoverpassword-form {
    margin: 0 auto;
    width: 460px;
}

.auth-form-header {
    border-radius: 3px 3px 0 0;
    margin: 0;
}

.auth-form-header h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.5px;  
    color: #fff;
}

.auth-form-body {
    background-color: #fff;
    border: 1px solid #d8dee2;
    font-size: 14px;
    border-radius: 5px;
    padding: 30px 40px 30px 40px;
    color: #24292e;
}

.btn-primary {
    background-color: #28a745;
    background-image: linear-gradient(-180deg,#34d058,#28a745 90%);
    color: #fff;
    font-weight: 500;
}

.validation-summary-errors ul {
    padding-left: 0;
}

.btn-block {
    display: block;
    text-align: center;
    width: 100%;
}

.home-header {
    padding: 4px 40px 4px 12px;
    width: 100%;
}
.home-brandlogo {
    width: 220px;
    height: 35px;
}

.navbarmenu {
    font-weight: 600;
}

.navbartop {
    margin: 10px 0 0 20px
}

.btn-project {
    color: #c50015;
    background-color: #ffffff;
    border-color: #c50015;
}
.btn-project:hover, .btn-project:active {
    color: #ffffff;
    background-color:#dc0017;
}

label {
    font-weight: 500;
}

.tabcell{
    vertical-align: middle;
}
.table-list {
    color: #6a737d;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.table-list-item {
    display: table-row;
    list-style: none;
    position: relative;
    background-color: #fff;
}
.table-list-cell { 
    display: table-cell;
    font-size: 14px;
    padding: 20px 8px;
    position: relative;
    border-top: 1px solid #eaecef;
}
.collab-list-cell {
    padding-bottom: 15px;
    padding-top: 15px;
    vertical-align: middle;
}
.boxed-group-inner {
    background: #fff;
    border: 1px solid #d1d5da;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #586069;
    font-size:  0.9em;
}

.form_edituser {
    width: 280px;
    text-align: left;
}
.form-label {
    font-weight: bold;
}
@media (min-width: 768px) {
    #production .form-inline .form-control {
        width: 100%;
    }
}
.alert-info-grid{
    padding:4px; 
    text-align:center;
}