@CHARSET "UTF-8";

body {
    padding-bottom: 40px;
    padding-top: 65px;
}

form {
    margin: 0;
}

/*
 * login form
 */
.form-signin {
    max-width: 400px;
    padding: 15px;
}

.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-group label.required:after {
    content: "*";
    color: #a94442;
}

#loading-order-base {
    margin-right: 20px;
    margin-top: 4px;
}

/*
 * Defaults
 */

.icon-white {
    color: #ffffff;
}

#mainContainer {
    padding-top: 60px;
}

.modal.large {
    width: 80%; /* respsonsive width */
    margin-left: -40%; /* width/2) */
}

.jumbotron {
    background-color: #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    color: inherit;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 10px;
}

.jumbotron h1 {
    font-size: 22px;
}

.page-header {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.page-header h1 {
    font-size: 22px;
    margin: 0;
}


table.table thead th {
    white-space: nowrap;
}

table.records_list th {
    text-align: left;
    background: #234A45;
}

table.records_list th a {
    color: #eeeeee;
}

table.records_list td a {
    color: #000000;
}

.buttonToolbar {
    margin-bottom: 10px;
}

#saveViewUserAttributes {
    margin-right: 10px;
    margin-bottom: 8px;
}

a.userListItem {
    display: block;
    padding: 8px;
}

a.userListItem i {
    padding-right: 6px;
}

li.ViewUserListNames {
    min-width: 200px;
}

/*
 * Navigation navbar
 */

.navbar img.frontendLogo {
    margin-top: -4px;
    margin-left: 4px !important;

}

.navbar-inverse .navbar-nav > li > a {
    color: #e1e1e1;
}

.navbar-inverse .navbar-nav > li > a:hover {
    /* text-decoration: underline; */
    background-color: #1B3935;
}

/*
* PROFILE_SHOW
*/

.row-offset {
    margin-top: 10px;
}

/*
* Inline Editable
*/
.date-input-inline {
    width: 150px;
}

.datepicker thead tr th {
    color: #333;
}

/*
* MISC
*/

thead tr th {
    color: white;
}


/* for the exelExport button */
a#exportToExcel {
    padding: 4px 12px 8px 12px;
}

a#exportToExcel #excel-icon {
    height: 16px;
    width: 16px;
}

#exportToExcelExtended #excel-icon {
    height: 16px;
    width: 16px;
}

.truncate-project-subject {
    padding-right: 10px;
    /*width:200px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-menu {
    z-index: 100;
}

#hideViews {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

#showViews {
    color: white;
    text-decoration: none;
    margin-right: 15px;
    font-size: 15px;
}

.collapsible .content{
    overflow: hidden;
    display: none;
    color: red;
}

/* Planboard */
.planboardWeekSelect {
    width: 100%;
}