* {
    font-size: 12px;
    font-family: verdana;
}

h1 {
    font-size: 20px;
    padding: 0px 20px 20px;
    margin: 0px;
    text-align: center;
}

body {
    background-color: #F9F9F9;
}

textarea {
    padding: 7px;
    font-size: 14px !important;
    width: 250px;
}

p > label:first-child {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    padding-right: 35px;
    text-align: right;
    width: 135px;
}

ul li {
    padding: 5px;
}

span#labeltext {
    margin: 3px 0px 0px 3px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -13px;
}

#submitbutton {
    width: auto;
}

label.ui-state-default {
    display: inline-block !important;
}

ul {
    left: 44.5%;
    top: 49.5%;
}

#container {
    margin: 0px auto;
    width: 800px;
    background-color: #eee;
    padding: 20px;
    border-radius: 5px;
    clear: both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }



/* body{ */
/* margin-top: 100px; */
/* font-family: 'Trebuchet MS', serif; */
/* line-height: 1.6 */
/* } */

/* .container{ */
/* width: 800px; */
/* margin: 0 auto; */
/* } */



ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
    }

        ul.tabs li.current {
            background: #e0dbc5;
            color: #222;
        }

.tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
}

    .tab-content.current {
        display: inherit;
    }

table {
}

th, td {
    padding: 2px;
    border: 1px solid #cccccc;
    text-align: left;
}

th {
    background: #cccccc;
    font-weight: normal;
}

.textCenter {
    text-align: center;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

td.edit-row {
    background: url('../images/edit.png') no-repeat center center;
    cursor: pointer;
}

.danger{
    color: #dc3545;
}

.noborders tr td {
        border:0;
}