html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

#header {
    background: #07242c;
    color: #fff;
}

#loginDisclaimer{
    padding-left:30px;
}

#loginDisclaimer a:link {
    color: #333;
}
/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #fff;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}
#logo {
    padding-left:30px;
    padding-right:20px;
    padding-bottom:5px;
}

a:link, a:visited, a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;

}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #black;
    font-weight: bold;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
    padding: 2px 2px 2px 0;
}
textarea {
    vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    display: table; /* This is DISGUSTING. CSS sucks */
    margin: 0 15px 10px 253px;
}

.body a{
    color: #666;
}

.accessKeyHighlight {
    text-decoration: underline;
}

/* NAVIGATION MENU */

.nav {
    background: #003d55;
    padding: 7px 273px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #fff;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/house.png) center left no-repeat;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/database_table.png) center left no-repeat;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/database_add.png) center left no-repeat;
    padding-left: 25px;
}
.menuButton a.refresh {
    background: url(../images/database_refresh.png) center left no-repeat;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul, td.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li, td.errors li {
    background: url(../images/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors {
    background: #FFDADA;
    color: #B12C17;
}

td.centered {
    text-align: center;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}
td.errors textarea {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #003d55;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #fff;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}

th a:hover {
    text-decoration: underline;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/sorted_asc.gif);
    padding-right: 5px;
}
th.desc a {
    background-image: url(../images/sorted_desc.gif);
    padding-right: 5px;
}

.odd {
    background: #fff;
}
.even {
    background: #e4e4e4;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}

.list th:hover {
    background: #206da0;
}

.list tr:hover {
    background: #cee6ef;
}

/* PAGINATION */

.paginateButtons {
    background: #003d55;
    border: 1px solid #ccc;
    border-top: 0;
    color: #fff;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #003d55;
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
    padding-top:5px;
    padding-bottom:5px;
}

.buttons input {
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}

.buttons input:hover {
    text-decoration: underline;
}

.buttons input.delete {
    background: transparent url(../images/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.refresh {
    background: transparent url(../images/database_refresh.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.download {
    background: transparent url(../images/page_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.service_restart {
    background: transparent url(../images/service_restart.png) 5px 50% no-repeat;
    padding-left: 28px;
    color: black;
}
.buttons input.service_cancel_restart {
    background: transparent url(../images/service_cancel_restart.png) 5px 50% no-repeat;
    padding-left: 28px;
    color: black;
}
.homePagePanel * {
    margin:0px;
}
.homePagePanel .panelBody ul {
    list-style-type:none;
    margin-bottom:10px;
}
.homePagePanel .panelBody h1 {
    text-transform:uppercase;
    font-size:1.1em;
    margin-bottom:10px;
    color: black;
}
.homePagePanel .panelBody {
    background: #206da0;
    margin:0px;
    padding:15px;
}
.homePagePanel .panelBtm {
    height:20px;
    margin:0px;
}

.homePagePanel .panelTop {
    margin:0px;
}
#nav {
    width:228px;
    float:left;

}
.code {
    font-family: monospace;
}

.progressbar {
    width:20em;
    height:0.75em;
    border:1px solid #ccc;
    padding:0;
    margin:0;
    background-color:#b2d1ff;
}

.progressbar div {
    background-color:#fff;
}

.appStoreBadge {
    margin: 10px;
    width: 190px;
}

.sendInstallationSms {
    background: url(../images/lorry_go.png) 5px 50% no-repeat;
    padding: 5px 0px 5px 28px;
}

.sendActivationSms {
    background: url(../images/wand.png) 5px 50% no-repeat;
    padding: 5px 0px 5px 28px;
}

.sendPushNotification {
    background: url(../images/push.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.sendInvitationSms {
    background: url(../images/activate.png) 5px 50% no-repeat;
    padding: 5px 0px 5px 38px;
}

.activate {
    background: url(../images/activate.png) 5px 50% no-repeat;
    padding: 5px 0px 5px 45px;
}

.sendConferenceSms {
    background: url(../images/invite.png) 5px 50% no-repeat;
    padding: 5px 0px 5px 28px;
}

a.disableAccount {
    background: url(../images/delete.png) 5px 50% no-repeat;
    padding: 5px 0px 5px 28px;
}

a.enableAccount {
    background: url(../images/tick.png) 5px 50% no-repeat;
    padding: 5px 0px 5px 28px;
}

a.sendSecureMessage {
    background: url(../images/shield.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.accountActionButton {
    margin-top: 5px;
    margin-bottom: 10px;
}

a.test {
    background: url(../images/test_message_gateway.png) 5px 50% no-repeat;
    padding-left: 28px;
}

a.updateAppliance {
    background: url(../images/package_go.png) 5px 50% no-repeat;
    padding:6px 6px 6px 28px !important;
}

div.updateMessage {
    background: #F3F8FC;
    border: 1px solid #B2D1FF;
    color: #006DBA;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px;
}

form.miniform {
    display: inline;
}

.miniform input[type=image], .miniform input[type=submit], .miniform input[type=reset], .miniform input[type=button], .miniform button {
    cursor: pointer;
    overflow: visible;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    vertical-align: bottom;
}

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

ul.tabs li.tab {
    background: #003d55;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    font-size: 10px;
}

ul.tabs li.tab a {
    color: #fff;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 4px 6px 4px 6px;
}

ul.tabs li.tab a.active {
    background: #206da0;
    padding: 6px 8px 4px 8px;
    margin-left: -2px;
    margin-right: -2px;
    color: #fff;
}

.tab-pane {
    border: 1px solid #ccc;
    padding: 12px;
}

.presence_icon {
    margin-right:5px;
    align:absmiddle;
}

.restart_services {
    background-color: #F3F3F3;
    padding: 5px;
    font-size: 1.5em;
    border: 2px solid #FF001F;
    text-align: center;
    text-decoration: underline;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.restart_services a:link{
    color: red;
}

.downloadPem {
    background: url(../images/script_save.png) 5px 50% no-repeat;
    padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.uploadCertificate {
    background: url(../images/script_add.png) 5px 50% no-repeat;
    padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#metadata {
    float:left;
    display: block;
}

/* override export plugin css */
.export {
    background: #003d55 !important;
    border: 1px solid #ccc !important;
    border-style: solid !important;
    margin-top: 5px !important;
    padding: 5px 0 !important;
    width: 100% !important;
}

.menuButton a.csv {
    color: #fff !important;
}


.step {
    vertical-align: -50%;
}

.nextLink {
    vertical-align: -50%;
}

.currentStep {
    vertical-align: -50%;
}

.prevLink {
    vertical-align: -50%;
}
