#customerlistcontainer {
    margin-top: 10px;
}

.ui-dialog {
    width: 600px !important;
}

.ui-dialog input[type='text'] {
    width: 450px !important;
}

.ui-dialog select {
    width: 450px !important;
    height: 300px;
}

.jtable-title {
    background: #008abf !important;
}

.jtable thead {
    background: #66b4db !important;
}

table .jtable-title {
    background: #666 !important;
}



.jtable-child-table-container .jtable thead {
    background: #999 !important;
}

.jtable-child-table-container .jtable {
    border: 1px solid #666 !important;
}

.jtable-child-table-container .jtable-toolbar-item {
    background: #999 !important;
}

#login {
    text-align: center;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    margin-top: 200px;
}

#loginbox {
    margin: 20px auto;
    text-align: left;
    font-size: 12px;
    padding: 20px;
    border: 1px solid #99999;
    border-radius: 5px;
    background: #f1f1f1;
    width: 500px;
}

table.login td {
    text-align: left;
}

#backbutton {
    margin-bottom: 10px !important;
    margin-right: 20px !important;
}

#main {
    padding: 20px 40px 40px 40px !important;
}

#uploadloading {
    display: none;
    color: #008abf;
    margin-top: 10px;
}

#mainnavigation {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    padding-left: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 0;
}

#mainnavigation h1 {
    color: #333;
    font-size: 20px;
    position: relative;
    float: left;
    margin-top: 5px;
    width: 100%;
}

#mainnavigation h2 {
    color: #008ac1;
    font-size: 14px;
    position: relative;
    float: left;
    margin-bottom: 2px;
    margin-top: 5px;
    width: 100%;
}

label {
    font-weight: normal;
    cursor: pointer;
}

.userfield {
    width: 300px;
}

#detailleftcontainer {
    float: left;
    width: 100%;
    margin-right: -630px;
    margin-bottom: 50px;
}

#detailleft {
    margin-right: 630px;
    //min-width: 500px;
}

#detailright {
    float: left;
    width: 600px;
    margin-left: 30px !important;
    margin-bottom: 70px;
}

#jiralist-container {
    position: relative;
    width: 100%;
    float: left;
}

#jiralist th {
    font-size: 12px;
}

#jiralist tr td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    padding-top: 9px;
}

#jiralist tbody tr:hover {
    background-color: #ebf2f9;
}

#jiralist {
    width: 100%;
    margin-bottom: 20px;
}
