body {
    background-color: white;
    font-family: "Droid Sans", "Helvetica Neue", sans-serif;
}

h1, h2, h3, h4, h5 {
    line-height: 30px;
}

h1 {
    font-size: 27.5px;
}

h2 {
    font-size: 20.5px;
}

h3 {
    font-size: 17.5px;
}

h4 {
    font-size: 15px;
}

.gradient-body {
    height: 100%;
    background: #0f3253; /* Old browsers */
}

.search-alert-error {
    padding: 8px 0px;
    text-align: center;
}

.navbar-inverse .navbar-blue {
    background: rgb(16,70,119);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwNDY3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTJhNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-g(top,  rgba(16,70,119,1) 0%, rgba(9,42,71,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,70,119,1)), color-stop(100%,rgba(9,42,71,1)));
    background: -webkit-linear-gradient(top,  rgba(16,70,119,1) 0%,rgba(9,42,71,1) 100%);
    background: -o-linear-gradient(top,  rgba(16,70,119,1) 0%,rgba(9,42,71,1) 100%);
    background: -ms-linear-gradient(top,  rgba(16,70,119,1) 0%,rgba(9,42,71,1) 100%);
    background: linear-gradient(to bottom,  rgba(16,70,119,1) 0%,rgba(9,42,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104677', endColorstr='#092a47',GradientType=0 );
}

.navbar-inverse .navbar-orange {
    background: rgb(83, 120, 154);
    background: url(data:image/svg+xml);
    background: -moz-linear-g(top, rgb(83, 120, 154) 0%, rgb(83, 120, 154) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(83, 120, 154)), color-stop(100%, rgb(83, 120, 154)));
    background: -webkit-linear-gradient(top, rgb(83, 120, 154) 0%, rgb(83, 120, 154) 100%);
    background: -o-linear-gradient(top, rgb(83, 120, 154) 0%, rgb(83, 120, 154) 100%);
    background: -ms-linear-gradient(top, rgb(83, 120, 154) 0%, rgb(83, 120, 154) 100%);
    background: linear-gradient(to bottom, rgb(83, 120, 154) 0%, rgb(83, 120, 154) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53789a', endColorstr='#53789a',GradientType=0 );
}

.navbar-inverse .navbar-dark-blue {
    background: #051e44;
}

.udccnav li.dropdown, .udccnav li {
    line-height: 35px;
    color: #dfdfdf;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 16px;
    *margin-top: 9px;
}

.navbar-fixed-top-second {
    margin-top: 40px;
}

.navbar-fixed-top-first {
    height: 45px;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #cfcfcf;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}

div.centered {
    margin:0 auto;
    float:none;
}

/* -- Search box -- */

#searchcontent {
    width: 470px;
}

.search-legend {
    margin-bottom: 0px;
}

.left-search-column {
    width: 120px;
}

.search-label {
    width: 100px;
}

.exact_match_label {
    /* Checkbox text */
    padding-top: 0px !important;
}

.exclusion_label {
    font-size: 13px;
    display: inline;
    color: #787878;
}

.smallbox {
    /* Double-sized Checkboxes */
    -ms-transform: scale(.75); /* IE */
    -moz-transform: scale(.75); /* FF */
    -webkit-transform: scale(.75); /* Safari and Chrome */
    -o-transform: scale(.75); /* Opera */
    padding: 10 5px 10px 10px !important;
}

.join-control-group {
    margin-top: -15px;
}

.top-div-margin {
    margin-top: 10px;
}

/* Bootstrap overrides */

/*
.form-horizontal .control-label {
    width: 100px;
}

.form-horizontal .controls {
    margin-left: 120px;
}
*/

.table-notation {
    white-space: nowrap;
}

.noborder-table {
    margin: 0px;
    border-spacing: 0px;
    /*background-color: #f5f5f5;*/
}

.noborder-table:hover {
    /*background-color: #f5f5f5;*/
}

.noborder-table th, .noborder-table td {
    border-top: none;
    padding: 1px;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: rgb(244, 244, 244);
}

table td.noborder-table-notation {
    padding-right: 10px;
    white-space: nowrap;
}


.example-well {
    padding: 9px;
    margin-bottom: 10px;
}

table td.aux-cell {
    background-color: #ECF9FC;
}

table td.spec-aux-cell {
    background-color: #E4F7DE;
}

.cancelled-cell {
    background-color: #FFDFDC;
}

.form-horizontal .login-label {
    width: 115px;
}

.form-horizontal .login-group {
    margin-bottom: 8px;
}

.form-horizontal .login-controls{
    margin-left: 130px;
}

a.linkgrey {
    color: #005f90;
}
/*
a.linkgreen {
    color: #429B41;
}
*/

.btn-language {
    width: 190px;
}

.a-language {
    width: 216px;
}

th.subscription-type,
th.subscription-price,
th.subscription-vat
{
    background-color: #efefef;
}

th.subscription-type,
td.subscription-type {
    width: 55%;
}

.table {
    border-bottom: 1px solid #dddddd;
}


th.subscription-price,
td.subscription-price {
    width: 30%;
    text-align: right;
}

th.subscription-vat,
td.subscription-vat {
    width: 15%;
    text-align: right;
}

.mainpanel {
    background-color: white;
    width: 100%;
    min-height: 350px;
    margin-top: 80px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.nosubnav {
    margin-top: 55px;
}

.frontpanel {
    margin-top: 0px;
}

.btn-trial {
    width: 140px;
    margin-right: 5px;
}

.pageselect {
    margin-top: 4px;
    width: 70px;
}

.subnav.navbar-fixed-top
{
    top: 55px;
    z-index: 990;
}

.subnav.navbar-inner {
    line-height: 28px;
    height: 28px;
    min-height: 28px;
}

.subnav .nav > li > a {
    padding: 5px 15px 5px;
    font-size: 12.5px;
}

.subnav .nav .dropdown-toggle .caret {
    margin-top: 9px;
}

.searchbox {
    margin: 0px 0px 2px 0px;
    padding: 10px 0px;
    height: 104px;
    line-height: 33px;
    background-color: #f5f5f5;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.browsebox {
    margin: 0px 0px 2px 0px;
    padding: 5px 0px;
    height: 33px;
    line-height: 33px;
    background-color: #f5f5f5;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
    overflow: hidden;
}

.search-group {
    line-height: 20px;
}

.search-input-number {
    text-align: right;
    float: left;
    width: 235px;
}

.search-input-text {
    text-align: right;
    float: left;
    width: 305px;
}

.search-bottom {
    margin-bottom: 0px;
}

.search-option-left {
    margin-left: 110px;
    margin-top: 2px;
    height: 20px;
}

.exact-match-left {
    margin-left: 110px;
    margin-top: -8px;
    height: 20px;
    text-align: left;
    margin-bottom: 10px;
    width: 120px;
}

.exact-match-right {
    margin-left: 65px;
    margin-top: -8px;
    height: 20px;
    text-align: left;
    margin-bottom: 15px;
    width: 130px;
    float: left;
}

.show-cancelled {
    margin-top: 5px;
    margin-left: 130px;
    /*background-color: #F0E7E7;*/
    line-height: 20px;
    /*border-radius: 2px;*/
    width: 420px;
}

.show-exclude-examples {
    margin-top: -7px;
    padding-top: 0px;
}

.checkbox.cancelled-checkbox {
    padding-top: 2px;
    color: darkred;
}

.search-option-right {
    margin-top: 2px;
    height: 20px;
    margin-left: -20px;
}

.search-option-gap {
    margin-top: 2px;
}

.searchfield {
    margin-right: 16px;
}

.searchhelp {
    margin-right: 10px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #d4d4d4;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #d4d4d4;
}
input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #d4d4d4;
}

.input-searchtext {
    /*width: 111px;*/
    width: 130px;
}

#numberbuild-count {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: rgb(62, 89, 124);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    margin-left: 5px;
    font-size: 10px;
    line-height: 18px;
    display: none;
}

.notefield {
    font-size: 13px;
}

.searchcrumb {
    margin: 5px 0px 0px 0px;
    background-color: #F8F0E4;

}

#udccsidebar {
    border: 5px solid #f5f5f5;
    *width: 220px;
    padding: 10px 20px 0px 20px;
    margin-left: 30px;
    *margin-left: 15px;
    margin-top: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.udccsidebartitle {
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    /*ackground-color: #dfdfdf;*/
    padding: 5px 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #666666;
}

.help-row {
    margin-bottom: 20px;
}

input[type="text"][class="usertextinput"] {
    margin-bottom: 0px;
}
textarea.usertextinput {
    margin-bottom: 0px;
}

#searchresults_div {
    font-size: 13px;
}

.totalline {
    color: white;
    background-color: #184c78;
    height: 38px;
    line-height: 38px;
    text-indent: 5px;
    margin-top: 10px;
    border-radius: 4px;
}

.minimal-totalline {
    margin-top: 0px;
}

ul.error {
    margin: 0px 0px 0px 25px;
}

#number-options {
    margin-top: 15px;
}

.search-fields {
    margin-left: 130px;
    background-color: #efefef;
    border-radius: 4px;
    width: 340px;
    overflow: auto;

}

.useradmin-form {
    margin: 15px 0px 10px 0px;
}

.comment-category {
    width: 670px;
    margin-bottom: 0px;
    padding: 5px 10px 10px 20px;
    background-color: #e9eeff;
    border-radius: 5px;
}
.form-horizontal .control-group .comment-label {
    padding-top: 10px;
}

.form-horizontal .feedback {
    margin-bottom: 5px;
}

.search-history-button {
    padding: 4px 5px;
    margin-right: 5px;
}

.search-table {
    font-size: 12.5px;
    line-height: 16px;
}

.number-alert {
    padding: 8px 20px 8px 14px;
}

.alert .number-close {
    top: 0px;
    right: -8px;
}

.notation-main {
    color: #2331a2;
}

#buildedit {
    width:100%;
}

#builddescedit {
    width:100%;
}

.table .buildline {
    padding-top: 7px;
    font-size: 12.5px;
    /*line-height: 26px;*/
}

.newsstory {
    padding-top: 15px;
    border-top: 1px solid #efefef;
}

.confirm {
    padding-top: 3px;
    padding-bottom: 3px;
}

.confirmlabel {
    font-weight: bold;
    padding-right: 30px;
    vertical-align: top;
}

td.confirmsubprice {
    width: 25%;
}

td.confirmsubtype {
    width: 75%;
}

.btn-prices {
    width: 120px;
    height: 40px;
    line-height: 40px;
}

.form-horizontal
.top-label {
    padding-top: 0px;
    height: 30px;
}

.payment-well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.paymentdiv {
    padding: 5px 0px 10px 25px;
    margin-bottom: 5px;
}

.paymentcheck {
    padding: 5px 0px 10px 25px;
    /*
    padding: 14px 14px 10px 19px;
    background-color: #e4ffe4;
    border-top: 1px solid #d4efd4;
    border-bottom: 1px solid #d4efd4;
    */
    margin-bottom: 35px;
}

.securitydiv {
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

span.required {
    color: #ff0000;
}

table.tc td {
    vertical-align: top;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-orange
{
    background-image: url("../bootstrap/img/glyphicons-halflings-orange.png");
}

.form-horizontal .no-bottom-margin {
    margin-bottom: 0px;
}

.chainindex-table {
    font-size: 13px;
}

table tr.expired_user {
    background-color: #efefff;
}

table tr.standard_user {
    background-color: #ffe6a5;
}

.declined_user {
    background-color: rgba(0, 100, 0, 0.52);
}

.vatno {
    width: 186px;
}