html,
html,
body {
    /*background-color: #36393D;*/
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

/*.container {*/
    /*padding: 20px 10px 10px;*/
    /*height: auto;*/
/*}*/

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(244, 249, 251, 0.80) url(../image/loader.gif) 50% 50% no-repeat;
}

.navbar {
    min-height: 65px;
    -moz-box-shadow: 0 7px 30px 2px #000;
    -webkit-box-shadow: 0 7px 30px 2px #000;
    box-shadow: 0 7px 30px 2px #000;
}

.navbar .logo {
    margin-left: 10px;
}

.navbar .pull-right {
    margin: 15px;
}
div.report {
    overflow-y: auto;
    overflow-x: hidden;
    
    min-height: 500px;
}
.grid {
    width: 100%;    
    overflow-y: auto;
    padding: 30px 10px 10px;
    min-height: 600px !important;
    /*height: auto !important;*/
    /*width: auto;*/
    
}

.list {
    list-style-type: none;
    float: left;
    margin: 60px 5px 80px;
    padding: 4px 3px 3px 3px;
    position: relative;
    width: 300px;
}

.status {
    color: #FAF4ED;
}

.type-bar {
    height: 5px;
    width: 100%;
}

.list-area {
    position: absolute;
    left: 0;
    right: 250px;
    top: 0;
    bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.list-wrapper {
    padding: 10px;
    display: inline-flex;
}

.user-wrapper {
    padding: 10px;
    padding-top: 80px;
    background-color: #FFF;
}

.new-user .error {
    position: absolute;
}


form.ng-dirty input.ng-invalid {
    border: 1px solid #B02B2C;
}

form.ng-dirty input.ng-valid {
    border: 1px solid #6BBA70;
}

.Feature {
    background: #F9F7ED;
}

.Enhancement {
    background: #FFFF88;
}

.Bug {
    background: #CDEB8B;
}

.Spike {
    background: #C3D9FF;
}

.edit input {
    border: 1px solid #ffffff;
    width: 100%;
    resize: none;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.edit input:hover,
.edit input:focus {
    border: 1px solid #d7cebf;
    outline: none
}

.form-signin {
    min-height: 215px;
    max-width: 100%;
    line-height: 1.428571429;
    width: 400px;
    padding: 20px;
    margin: 80px auto 20px;
    position: relative;
}

.form-signin .a0-panel.a0-onestep {
    width: 100% !important;
}

.form-signin input {
    max-width: none !important;
}

.form-signin button {
    background: none;
    border: none;
    box-shadow: none;
}

.form-signin button:hover {
    background: none;
    border: none;
    box-shadow: none;
}

.form-signin .large {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.error {
    color: red;
}

.form-signin input[type=text],
.form-signin input[type=email],
.form-signin input[type=password],
.create textarea {
    outline: none;
    /*
    color: #a69f95;
    background-color: #f5ead9;
    border: 1px solid #d7cebf;
    */
    width: 100%;
    resize: none;
    margin-bottom: 5px;
}

.credits {
    position: relative;
    width:300px;
    height:50px;
    top: 10px;
    bottom: 10px;
    right:25%;
    left:50%;
    margin-left:-150px;

}