html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, del, dfn, em, font, q, s, samp, strike, strong, ol, ul, li, fieldset, form, label, legend, tbody, tfoot, thead, tr {
    border: 0;
    font-family: Open Sans, Helvetica, Arial;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {margin: 10px;}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    color: #0f97d5;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #0f97d5;
}

table, th, td { border: none; border-spacing: 1px;}
th, td { padding: 5px}
table {background-color: #2996ed }
th { color: #eee; background-color: #FFFFFF33; }
tr td:nth-child(odd) {background: #ffffffd3; }
tr td:nth-child(even) {background: #fffffff0; }

div.ui-alert {
    font-size: 1.2em;
    background-color: #c5f78b;
    border: solid 1px #8bc34a;
    padding: 5px;
    margin-left: 0px;
}

nav {
    padding: 10px;
    border: solid 1px #b5b5b5;
    margin-bottom: 10px;
}

a.link {
    font-weight: bold;
    padding: 5px;
    color: #1f4676;
    background-color: #8cccff;
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
    background-color: #b2dff3;
}

span.userinfo {
    float: right;
    font-weight: bold;
    color: #3f51b5;
}

/* zend forms */
/* form { border: solid 1px #2baee9; background-color: #b2dff3; } */
dt, dd, ul, li { margin: 2px; display: inline-block; }
div.form.row { padding: 2px 10px;}
div.form.row.button { text-align: center; padding-top: 18px; }
label.label { display: inline-block; width: 100px; text-align: right }
input { border: solid 1px #2baee9; }
input#submit {
    font-weight: bold;
    background-color: #2baee9;
    cursor: pointer;
}
input#submit:hover { background-color: #b2dff3; }
ul.errors {display: none;}

/* User Login button*/

body.auth  form,
body.login form {
    width: 400px;
    padding: 10px;
    background-color: #b2dff3;
    border: solid 1px #2baee9;
}
.login-form .form.row {
    padding: 2px 10px;
    margin-left: -52px;
}
.login-form input#submit {
    width: 120px;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-left: 1px;
    margin-top: -5px;
}

/* CUSG QA Setup */

input#action {
    width: 140px;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-left: 32px;
    margin-top: -10px;
}

input#actionadd {
    width: 123px;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-left: 4px;
    margin-top: -7px;
}

.new-qa-instance-btn{
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #0d82b7;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

.new-qa-instance-btn:hover {
    background-color: #0d82b7;
}

a.new-qa-instance-btn {
    margin-left: 197px;
    margin-top: -46px;
}

input#new-instance-name {
    margin-left: 133px;
    margin-top: -19px;
}

/* CUSG QA Setup Edit Action */

body.cusg form,
body.qa form {
    width: 450px;
    padding: 10px;
    background-color: #b2dff3;
    border: solid 1px #2baee9;
}

body.cusg #fieldset-pp_group,
body.qa #fieldset-pp_group{
    margin-top: -30px;
}


label.optional {
    margin-left: 42px;
}

label.label.text.optional {
    margin-left: -29px;
    margin-top: -14px;
}

input#edit-button {
    width: 123px;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-left: -37px;
    margin-top: -7px;
}

input#add-button {
    width: 123px;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-left: -41px;
    margin-top: -6px;
}

#new-instance-error {
    color:#FF0000; 
    display:none; 
    margin-bottom:12px;
}
/* CUSG DB Dump - Requests */

.cusg-dbdump-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.cusg-dbdump-table th,
.cusg-dbdump-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cusg-dbdump-table th {
    background-color: #0f97d5;
    color: white;
    text-transform: uppercase;
}

.cusg-dbdump-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.cusg-dbdump-table tr:hover {
    background-color: #ddd;
}

.new-request-btn {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #0d82b7;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

.new-request-btn:hover {
    background-color: #0d82b7;
}

/* CUSG DB Dump - New Request */

body.cusg form,
body.dbdump form {
    width: 450px;
    padding: 10px;
    background-color: #b2dff3;
    border: solid 1px #2baee9;
}

form input {
    width: 240px;
    padding: 5px;
    border: 1px solid #ccc;
}

form select {
    width: 240px;
    padding: 5px;
    border: 1px solid #ccc;
}

label {
    width: 152px !important;
}

.cusgdbump-form input#submit {
    width: 120px;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-left: 157px;
    margin-top: 6px;
}

.cusgdbump-form input#submit:hover {
    background-color: #007bff;
}

