/*----------------------------------------------*/
/*------------BEGIN Initial Styling-------------*/
/*----------------------------------------------*/
html{
    font-size: 62.5%;
}

body{
    color: #000000;
    font-family: "Open Sans", Helvetica, Arial, san-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

header{
    height: 75px;
    margin: 0 auto;
}

input{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 1.2rem;
    height: 20px;
    padding: 4px 6px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input[type=checkbox], input[type=radio] {
    box-shadow: none;
    position: relative;
    top: 1px;
    width: 15px;
}

.radio-label {
    padding: 0 10px 0 5px;
}

a{
    color: #789dcb;
    outline: 0 none;
    text-decoration: none;
    transition: color 0s ease 0s, background-color 0s ease 0s, border-color 0.3s ease-out 0s;
}
a:active{
    outline: 0 none;
}
a:hover{
    color: #005580;
    outline: 0 none;
    text-decoration: none;
}
a:visited{
    outline: 0 none;
}
a:target{
    outline: 0 none;
}

h1, h2, h3, h5, h6{
    color: #888888;
}

h4 {
    color: #000;
    font-size: 16px;
}

p{
    margin: 10px 0;
}

button, input, select, textarea{
    font-weight: normal;
    margin: 0;
    vertical-align: middle;
}

nav{
    padding-top: 38px;
}

nav ul.header-navigation li.dropdown {
    width: 100px;
    margin-left: 10px;
}

nav ul.header-navigation li.dropdown + li {
    margin-left: 10px;
}

.open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default:hover {
    background: #e6e6e6;
    color: #789dcb;
}

nav .dropdown .btn-default {
    border: none;
    position: relative;
    top: -5px;
    color: #789dcb;
}

nav .dropdown .btn-default:hover, nav .dropdown .btn-default:active, nav .dropdown .btn-default:focus {
    background: none;
}

nav ul.header-navigation .dropdown li {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
}

nav ul.header-navigation .dropdown li a {
    color: #789dcb;
}

nav .dropdown-menu {
    top: 30px;
}

input[type="button"]{
    background-color: rgb(95, 95, 93);
    color: #ffffff;
    display: inline-block;
    height:35px;
    float: right;
    margin: 0 0 10px 0;
    outline: 0 none;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    width: 120px;
}
input[type="button"]:hover{
    background-color: rgb(130, 130, 130);
    outline: 0 none;
}

button.btn:focus, button.btn:active {
    outline:0;
}

button.btn.btn-primary {
    border-color: #01496f;
    height: auto;
}

button.btn.btn-primary:hover, button.btn.btn-primary:active, button.btn.btn-primary:focus {
    border-color: #013551;
}

button.btn.btn-success {
    border-color: #5ab5e6;
    height: auto;
} 

button.btn.btn-danger {
    border-color: #d9534f;
    height: auto;
}
/*----------------------------------------------*/
/*--------------END Initial Styling-------------*/
/*----------------------------------------------*/



/*----------------------------------------------*/
/*------------BEGIN Element Classes-------------*/
/*----------------------------------------------*/
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.client-button{
    height: 100%;
    width: 100%;
}
a.client-button:hover{
    text-decoration: none;
}
a.install {
    background-color: rgb(95, 95, 93);
    color: #ffffff;
    display: inline-block;
    /*    height:20px;*/
    float: right;
    margin: 0 0 10px 0;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    width: 120px;
    border-radius: 4px;
}
a.install:active{
    outline: 0 none;
}
a.install:hover{
    background-color: rgb(130, 130, 130);
    outline: 0 none;
}
a.install:visited{
    outline: 0 none;
}
a.install:target{
    outline: 0 none;
}
ul.header-navigation{
    border: 0;
    display: block;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: static;
}
ul.header-navigation li::before {
    content: "";
    width: auto;
}
ul.header-navigation li:first-child {
    margin-left: 0;
    padding-left: 0;
}
ul.header-navigation > li {
    margin-left: 25px;
    padding-bottom: 5px;
}
ul.header-navigation li {
    list-style: outside none none;
}
ul.header-navigation li {
    float: left;
    margin-left: 20px;
    position: relative;
}
ul.clients-letter-navigation{
    border: 0;
    display: block;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: static;
    width: 90%;
}
ul.clients-letter-navigation li::before {
    content: "";
    width: auto;
}
ul.clients-letter-navigation li:first-child {
    margin-left: 0;
    padding-left: 0;
}
ul.clients-letter-navigation > li {
    margin-left: 25px;
    padding-bottom: 5px;
}
ul.clients-letter-navigation li {
    list-style: outside none none;
}
ul.clients-letter-navigation li {
    float: left;
    margin-left: 30px;
    position: relative;
}
span.clients-letter-navigation{
    color: #888888;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 2;
    margin: 5px 0;
    padding: 5px 10px;
}
span.clients-letter-navigation.active, span.clients-letter-navigation:hover, span.clients-letter-navigation:active, span.clients-letter-navigation:focus {
    background-color: #888888;
    color: #fff;
    border-radius: 4px;
}
.stickyHeader.fixed {
    position: fixed;
    width: 100%;
    max-width: 1110px;
    margin: 0;
    top: 80px;
    background-color: #fff;
    z-index: 99;
}
.list-unstyled.fixedParent {
    padding-top: 68px;
}
.stickyHeader.fixed > .row {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}
.project-info .project-options-box {
    width: 100%;
    text-align: left;
    display: block;
    padding-top: 10px;
}
.project-info .project-option-box{
    padding-left: 0;
    padding-top: 0;
    margin-top: -10px;
}
.project-directions-box.build-notes-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.build-notes-box h4 {
    display: flex;
    align-items: center;
    margin-top: 0;
}
.build-notes-box h4 .btn-success {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
textarea.build-notes-area {
    resize: vertical;
    min-height: 100px;
    max-height: 500px;
    height: 100px;
}
.btn-success {
    display: flex;
    align-items: center;
}
.btn-success i {
    margin-right: 5px;
    font-size: 18px;
}
#build-notes-label {
    font-size: 16px;
}
#save_build_notes {
    margin-top: 15px;
    display: none;
}
#edit_build_notes {
    margin-top: 15px;
}
#readonly_build_notes.devs-only {
    text-transform: capitalize;
}
.rememberMe_flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
}
.rememberMe_flexbox #remember {
    margin-right: 5px;
}
#expires-days {
     height: 26px; 
     font-size: 16px; 
}
.expiring_builds {
/*    height: 600px;*/
/*    overflow: auto;*/
    margin-bottom: 50px;
}
.expiring_builds h2 {
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}
.expiring h2,
.expiring .expiration_date {
    color: #000000;
}
.expired h2,
.expired .expiration_date {
    color: #a94442;
}
#new-comment {
    height: 100px;
    resize: none;
    overflow: auto;
    margin-bottom: 10px;
}
.inline-delete-button {
    border: none;
    background-color: initial;
    color: #a94442;
    line-height: 1.4;
}
.inline-button {
    display: inline-block;
    margin: 0;
}
.edit_bug_comment {
    display: inline;
    color: #789dcb;
    cursor: pointer;
}
.edit_bug_comment:hover {
    color: #005580;
}
.save_bug_comment {
    margin-top: 15px;
    display: none;
}
.no-margin {
    margin: 0;
}
.comment-card {
    padding: 10px; 
    border-radius: 0 20px 20px 20px; 
    background-color: #f5f5f5; 
    margin: 20px 0; 
    border: 1px solid #eee;
}
.commenter-name {
    font-weight: bold; 
    color: #789dcb;
    margin-bottom: 0;
}
.comment-timestamp {
    margin-top: 0; 
    font-size: 12px; 
    font-style: italic; 
    display: inline;
    color: #aaa; 
}
.bug_comment_body {
    width: 100%;
    height: auto;
    padding: 7px;
    margin: 0;
}
.bug_comment_body_hidden {
    width: 100%;
    height: 216px;
    min-height: 100px;
    max-height: 500px;
    resize: vertical;
    padding: 7px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #777;
}
.edited {
    color: #aaa; 
    display: block; 
    margin-bottom: 2px;
}
.add-comment {
    padding: 10px; 
    border-radius: 0 20px 0 0; 
    background-color: #f5f5f5; 
    margin: 20px 0; 
    border: 1px solid #eee;
}
.smaller {
    font-size: 75%;
}
.bug-table-row {
    border: 1px solid #ccc;
}
.bug-table-row:nth-child(even) {
    background-color: #f5f5f5;
}
/*----------------------------------------------*/
/*--------------END Element Classes-------------*/
/*----------------------------------------------*/



/*----------------------------------------------*/
/*-----------BEGIN Standalone Classes-----------*/
/*----------------------------------------------*/
.btn.btn-success {
    background-color: #5ab5e6;
    border-color: #5ab5e6;
}

.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
    background-color: #439bca;
    border-color: #439bca;
}

.btn.btn-primary {
    background-color: #01496f;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #013551;
}

.letter-scroll-to, .reset {
    cursor: pointer;
}

.form-container {
    background-color: #333333;
    color: #ffffff;
    margin: -23px 0 0 0;
    width: 100%;
}

.login-form {
    width: 280px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.login-form p {
    margin: 10px 0 0 0;
}

.login-form input[type="checkbox"] {
    width: auto;
    margin: 0;
}

a.forgot-password {
    float: left;
    margin-top: 10px;
}

.logo {
    float: left;
    position: relative;
    top: 3px;
}

.header-menu-sticky{
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.content-container{
    margin: 82px 0 0 0;
    padding-top: 40px;
}

.client-list{
/*    margin: 25px auto 0 auto;*/
}

.client-alpha-header{
    background-color: rgba(120, 157, 203, 0.1);
    border-bottom: 1px solid #dddddd;
    margin: 25px 0;
}

.client-button-row{
    min-height: 30px;
}
.client-button-div{
    font-size: 1.6rem;
    height: 100%;
    padding: 10px;
}
.client-button-div:hover{
    background-color: #f1f1f1;
    border-radius: 4px;
}

.center-text{
    text-align: center;
}
.header-text{
    padding: 10px;
}
.header-text a{
    color: #888888;
    text-decoration: none;
}
.header-text a:hover{
    color: #888888;
    text-decoration: none;
}

.project-button{
    display: inline-block;
    float: left;
    height: 90px;
    margin: 5px;
    width: 100%;
    padding: 10px;
}

.project-button:hover {
    background-color: #fafafa;
    border-radius: 4px;
}

.project-button-blurb{
    float: left;
    height: 90px;
    text-align: left;
    width: 100%;
}

.project-button-image{
    float: left;
    height: 90px;
    padding-right: 15px;
    width: 72px;
}

.project-icon{
    height: auto;
    width: 100%;
    border-radius: 20%;
}

.project-button-name{
    float: left;
    width: 65%;
}

.project-date {
    color: #666666;
    float: left;
    font-size: 1rem;
    width: 65%;
}

.project-details-box{
    background-color: rgb(236, 245, 255);
    height: auto;
    margin: 0 auto;
    min-height: 115px;
    padding: 20px;
    border-radius: 4px;
}

.project-info{
    float: left;
    text-align: left;
    width: 100%;
}

.project-details-box-width{
    width: 600px;
}

.project-details-version-number{
    display: inline-block;
    height: auto !important;
    min-height: 5px;
    margin-top: 5px;
    position: relative;
    width: 100%;
}

.project-details-build-number {
    display: inline-block;
    height: auto !important;
    min-height: 5px;
    position: relative;
    width: 100%;
}
.project-details-build-number:nth-of-type(3) {
    margin-bottom: 5px;
}    
.project-details-build-size {
    display: block;
}
.file-size {
    
}
.project-details-image{
    display: inline-block;
    height: auto !important;
    min-height: 5px;
    padding-right: 15px;
    width: 92px;
}

.project-details-name{
    display: inline-block;
    font-size: 2.2rem;
    height: auto !important;
    min-height: 5px;
    position: relative;
    width: 100%;
}

.project-details-date{
    color: #666666;
    float: left;
    font-size: 1rem;
    height: auto !important;
    min-height: 5px;
    position: relative;
    width: 100%;
}

.project-options-box{
    margin: 0 auto;
}

.project-option-box{
    font-size: 1.2rem;
    padding-left: 15px;
    padding-top: 10px;
}

.project-directions-box{
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 10px 0;
}

.project-previous-versions-box{
    margin: 0 auto;
}

.project-copyright-box{
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.build-version{
    border-bottom: 1px solid rgb(223, 235, 248);
    display: block;
    float: right;
    height: 40px;
    width: 95%;
}
.build-version:hover {
    background-color: #fafafa;
}
.build-text{
    height: 100%;
    width: 100%;
}

.project-downloads{
    height: auto;
    width: 100%;
}

.project-version-build-number{
    float: left;
    margin-top: 10px;
}

.project-version-date{
    float: right;
    margin-top: 10px;
}

.add-new-user-button-container{
    float: right;
    height: 40px;
    width: 125px;
}

.add-new-user-button {
    float: right;
}

table.user-list {
    width: 100%;
}

table.user-list tr{
    height: 40px;
}

table.user-list tr:hover {
    background-color:#fafafa;
}

table.user-list th,td {
    padding-left: 15px;
    vertical-align: middle;
    text-align: left;
}

table.user-list tr.table-header{
    background-color:#f9f9f9;
}

table.user-list tr.user-link{
    color: #789dcb;
    cursor: pointer;
}
table.user-list tr.user-link:hover{
    color: #000000;
}

table.user-list tr.user-link td{
    color: inherit;
    padding: 10px 0 10px 15px;
}

table.user-list li:hover {
    background-color: #fafafa;
}

table.user-list a {
    text-decoration: none;
    width: 100%;
}

table.user-list li img {
    float: left;
    padding-right: 15px;
}

table.user-list ul li div div {
    display: inline-block;
}

table.bugs-table {
    margin: 15px;
}

table.bugs-table th {
    text-align: left;
}

table.bugs-table th, table.bugs-table td {
    padding: 5px 10px;
}

.updated-of-user {
    font-size: 10px;
    color: #666666;
}

.user-form {
    width: 280px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.user-form input {
    height: 40px;
    width: 280px;
    border-radius: 0;
}

.user-form input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.user-form input[type="radio"] {
    width: auto;
    height: auto;
    margin: 0;
}

.user-form button{
    color: #000000;
}
.user-form select{
    color: #000000;
}

.input-filed{
    margin: 10px 0;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.clear-float{
    clear: both;
}

.bug-title {
    margin: 10px 0 0;
}
.bug-title i {
    font-size: 9px;
    position: relative;
    top: -1px;
}

table {
    width: 100%;
    margin: 20px 0;
}

table thead {
    border-bottom: 1px solid rgb(223, 235, 248);
}

th {
    text-align: center;
    padding-bottom: 10px;
}

form {
    margin: 20px 0;
}

form .row-fluid {
    padding: 20px 0;
    margin: 0;
}

form .row {
    padding: 10px 0;
    margin: 0;
}

form textarea {
    width: 100%;
    resize: vertical;
}

form button#subscribe_bug  {
    margin: 5px 10px;
}

form img {
    width: 100%;
    max-width: 500px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}
/*
'cursor: zoom-in;" is not supported by internet explorer (works on Edge)
*/
a[data-target='#big-screenshot'] {
    cursor: zoom-in;
}

.button-row {
    margin: 20px 0 0;
}

.back-button i {
    padding-right: 5px;
}

.bug-form .button-row button {
    float: right;
}

.dropdown-menu>li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown-menu>li.active, .dropdown-menu>li.active:focus, .dropdown-menu>li.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>li:focus, .dropdown-menu>li:hover {
    background-color: #f1f1f1;
}

.dropdown-toggle.disabled {
    opacity: .8;
}

.dropdown-toggle.disabled .caret {
    display: none;
}

.modal img {
    width: 100%;
    margin-top: 10px;
}

.delete-builds-list {
    font-size: 15px;
}

.delete-builds-list .navbar-fixed-top {
    top: 75px;
}

.delete-builds-list #navbar {
    padding: 0 30px;
}

.delete-builds-list li {
    margin: 18px 0;
}

.delete-builds-list input[type=checkbox] {
    position: relative;
    top: -7px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.delete-builds-list input[type="checkbox"]:checked{
  border-color: #d9534f;
  background-color: #d9534f;
}

.delete-builds-list input[type="checkbox"]:focus{
  outline: 0 none;
  box-shadow: none;
}

#delete-modal button {
    margin-right: 10px;
}

td.delete-user-area {
    width: 130px;
}

.confirm-delete-user {
    display: none;
}

.confirm-delete-user form {
    margin: 0;
}

.cancel-delete-user {
    margin-left: 10px;
}

.projects-list {
    display: none;
}

.projects-list.show-projects-list {
    display: block;
}
.alert-success-row {
    padding-top: 15px;
}
.alert-success-row .alert-success {
    margin-bottom: 10px;
}
.file-upload {
    height: 28px;
}
.new-build form {
    margin-top: 0;
}
#client-dropdown-area, #project-dropdown-area {
    padding-top: 5px;
}
#client-name-area, #project-name-area {
    display: none;
    margin-top: 10px;
}
#project-name-area .col-xs-12 {
    padding-left: 0;
}
.status-col-header {
    padding: 10px 10px 10px 0;
}
.status-col-dropdown {
    margin: 3px 5px;
}
.bug-list-header a {
    margin: 17px 0 10px;
}
.bug-checkbox-col-header {
    width: 5%;
}
.bug-title-col-header {
    width: 30%;
}
.bug-priority-col-header {
    width: 15%;
}
.bug-status-col-header {
    width: 30%;
}
.bug-dates-col-header {
    width: 20%;
}
.mass-edit-area {
    margin: 30px 0;
}
#status-edit-dropdown.dropdown-menu {
    top: -225px;
}
button.submit-mass-edit {
    margin: 0 15px 0;
}
#subscribe_new_builds {
    margin-top: 10px;
}
.build-notes-area,
.build-notes-area-hidden {
    font-size: 15px;
    padding: 6px 12px 12px 12px;
}
.build-notes-area {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 0;
    white-space: pre-wrap;
    min-height: 75px;
}
.build-notes-area.no-notes {
    color: #aaa; 
}
.build-notes-area-hidden {
    display: none;
}
.form-control.build-notes {
    height: 80px;
}
.provisioning-expires-container {
    margin: 7px 0;
}
#provisioning-expires {
    margin-bottom: 3px;
}
.project-details-build-number.bg-danger {
    padding: 5px;
}
.update-date {
    display: none;
}
.update-date button {
    margin: 5px 0 10px;
}
.update-date #build-expires {
    margin: 5px 0 10px;
}
.update-date-message {
    margin: 5px 0;
    padding: 5px;
}
#update-date-success {
    display: none;
}
#update-date-fail {
    display: none;
}
.provisional-profile-container {
    margin: 15px 0;
}
.deployed {
    padding-bottom: 10px;
}
.maintenance .fa-check, .resigning .fa-check, .deployed .fa-check {
    color: #5ab5e6;
}
.maintenance .fa-remove, .resigning .fa-remove, .deployed .fa-remove {
    color: #d9534f;
}
.error_message {
    width: auto;
    margin: 10px auto 0 auto;
    list-style-type: none;
    padding: 0;
    text-align: center;
    color: red;
    font-size: 17px;
}

/*----------------------------------------------*/
/*-------------END Standalone Classes-----------*/
/*----------------------------------------------*/


