/* utils */

body {
    font-family: "DejaVu Sans", "Bitstream Vera Sans", "Segoe UI", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
    font-size: 13px;
}

label, input, button, select, textarea, span, div, form, table, ul, li, th, td {
    font-size: 13px;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", "Segoe UI", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
}
a {
    color: #3771c8;
}

.bold {
    font-weight: bold;
}

.clearfix {
    clear: both;
}

.italic {
    font-style: italic;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.block {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: white;
    margin-bottom: 10px;
}

.orange {
    color: orange;
}

.green {
    color: green;
}

.grey {
    color: grey;
}

.navigator {
    height: 25px;
    padding-left: 20px;
}

.normal-content {
    min-height: 80px;
}

.normal-content .main-text {
    padding: 15px;
}

.normal-content .status-bar {
    padding: 15px;
}

.tlt span {
    font-size: 18px;
    font-weight: normal;
}

.tlt .strong span {
    font-weight: bold;
}

.tlt .underline span {
    text-decoration: underline;
}

.form-horizontal .controls .tip {
    color: gray;
}

.hidden {
    display: none;
    visibility: visible;
}

.btn-primary {
    background-color: #3771c8;
    border: none;
    background-image: none;
}

.btn-primary:hover {
    background-color: #1559BD;
}

*[color=red] {
    color: red;
}

hr {
    border-color: #EEEEEE;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}

tr, td, th, table {
    border: 0;
    border-collapse: collapse;
}

table {
    width: 98%;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

body {
    background-color: #1A1A1A;
    color: black;
}

.menu_green_circle b {
    color: #19E819;
}

.menu_red_circle b {
    color: red;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-timepicker-select {
    width: 160px;
}

.ui-timepicker-rtl {
    direction: rtl;
}
.ui-timepicker-rtl dl {
    text-align: right;
}
.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px;
}

#tip {
    color: black;
    z-index: 99;
    position: fixed;
    top: 3px;
    left: 40%;
    max-width: 300px;
    padding: 3px;
    background-color: #FFCC00;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#notify {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 111110002;
    background-color: #99CC00;
    padding: 3px 0 3px 0;
}

#notify_content {
    font-size: 15px;
    color: white;
    margin-left: 10px;
}

#notify_close {
    cursor: pointer;
    height: 30px;
    width: 32px;
    position: absolute;
    right: 40px;
    top: 1px;
}

#carousel-indicators {
    position: static;
    width: 400px;
    margin: 0 auto;
}

#carousel-indicators .active {
    background-color: black;
}

#carousel-indicators li {
    background-color: #ccc;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    margin: 8px;
}

/* cookie banner */
#cookie-agree {
    background-color: grey;
    color: white;
    height: 38px;
}

#cookie-agree p{
    font-size: 15px;
    padding: 5px;
}

/* head */
#head a, #head a:visited {
    text-decoration: none;
    color: white;
}

#head a:hover {
    text-decoration: underline;
}

#head ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* foot */
#foot {
    color: white;
    margin-bottom: 20px;
}

/* page portal */
#portal .banner {
    color: #3771c8;
    margin-top: 5px;
}

#portal .banner .large {
    font-size:25px;
    font-weight:bold;
}

#portal .banner .small {
    font-size: 15px;
}

#portal .search-form {
    padding-top: 20px;
}

#portal .tip {
    font-size: 11px;
    margin-top: -8px;
}

#portal .tip a {
    color: grey;
}

#portal .search-form .button {
    background-color: #3771c8;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 77px;
    height: 27px;
}


#portal #pitch {
    min-height: 362px;
    font-size: 17px;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", "Segoe UI", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
    padding: 10px 5px;
}

#portal #pitch p {
    /* margin-top: 30px; */
    text-align: justify;
    margin: 15px;
}

#portal .embedded-video {
    height: 382px;
    background-color: white;
    margin-left: 10px;
    text-align: center;
}

@media (min-width: 1200px) {
    #portal #pitch {
        padding: 10px;
    }

    /* #portal .embedded-video { */
    /*     height: 382px; */
    /* } */
}

@media (min-width: 768px) and (max-width: 979px) {
    #portal #pitch {
        padding: 5px;
    }

    /* #portal .embedded-video { */
    /*     height: 550px; */
    /* } */
}

@media (max-width: 767px) {
    #portal #pitch {
        padding: 5px;
    }
}

@media (max-width: 480px) {
    #portal #pitch {
        padding: 5px;
    }
}

#portal #slides {
    height: 370px;
    margin-left: 10px;
}

#portal .pitch-content {
    margin-top: 30px;
}
#portal .pitch-buttons {
    margin-top: 50px;
}

#portal .pitch-buttons a:hover {
    text-decoration: none;
}

#portal .pitch-btn {
    color: white;
    background-color: #3771c8;
    padding: 5px;
    /* margin-top: 20px; */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#portal .pitch-btn.gray {
    background-color: #999999;
}

#portal .pitch-btn .large {
    font-size: 18px;
    padding: 10px;
}

#portal .pitch-btn .large span{
    font-style: italic;
    font-size: 18px;
}

#portal .pagination {
    margin: 26px auto 0;
    width: 100px;
}

#portal .pagination li {
    float: left;
    margin: 10px 1px;
    list-style: none;
}

#portal .pagination li a {
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../image/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

#portal .pagination li.current a {
    background-position: 0 -12px;
}

#portal .slides_container {
    height: 280px;
}

/* new home page */

/* page search */
input.date {
    cursor: pointer;
}
#search .content {
    padding-top: 100px;
    padding-bottom: 200px;
}

#search .tip {
    font-size: 11px;
    margin-left: 70px;
}

#search .tip a{
    color: grey;
}

#search .text {
    width: 87%;
    height: 30px;
    font-size: 20px;
    line-height: 34px;
    margin-left: 50px;
}

#search .advanced-search {
    margin-left: 40px;
    text-decoration: underline;
}

#search .advanced .content {
    background-color: #EDE9E8;
    padding: 15px 0 10px 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#search .search-button {
    background-color: #3771c8;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100px;
    height: 35px;
}

#search .row {
    margin-top: 100px;
}

/* page search result */
#search-result .empty-result {
    margin-bottom: 50px;
}
#search-result .search-bar .checkbox{
    display: inline-block;
}
#search-result .search-bar input[type="checkbox"]{
    margin-top: 2px;
}
#search-result .text {
    width: 98%;
    height: 16px;
    font-size: 14px;
    margin-top: 10px;
}

#search-result .tip {
    font-size: 11px;
    margin-top: -8px;
}

#search-result .tip a{
    color: grey;
}

#search-result input[name="after_date"],
#search-result input[name="before_date"] {
    width: 126px;
}

#search-result .result {
    margin-top: 10px;
    margin-bottom: 20px;
}

#search-result .result .block {
    padding-left: 5px;
    padding-right: 5px;
}

#search-result .result .query {
    color: #3771c8;
}

#search-result .result.private {
    border: 5px solid lightblue;
}

#search-result .result .claim {
    border: 5px solid #3771c8;
}

#search-result .result .word {
    cursor: pointer;
}

#search-result .result .keyword {
    background-color: yellow;
}

#search-result .result .number {
    font-size: 16px;
    color: #3771c8;
    font-weight: bold;
}

#search-result .status_bar {
    margin-top: -10px;
    color: white;
}

#search-result .chicklets {
    color: white;
    font-size: 13px;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", "Segoe UI", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
}

#search-result #add_word input {
    height: 15px;
}

#search-result #add_word .btn {
    height: 17px;
}

#search-result .result .word:hover {
    background-color: lightgray;
}

#search-result .search-button {
    background-color: #3771c8;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 79px;
    height: 25px;
}

#search-result #words {
    max-height: 350px;
    overflow-y: auto;
}

#search-result #structures {
    max-height: 150px;
    overflow-y: auto;
    padding-bottom: 10px;
}

#search-result .next-btn-bar {
    margin-bottom: 10px;
}

#search-result .results .qrcode {
    height:208px;
    width:208px;
}
@media all {
    #search-result .results .qrcode {
        display: none;
    }
}

@media print {
    #search-result .results .qrcode {
        display: block;
    }
}

#vocabulary-form .tip {
    font-size: 11px;
    color: grey;
}

.navbar-fixed-bottom {
    background-color: grey;
    color: white;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

#stack_panel {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}

#stack_panel input[type="checkbox"], #stack_panel input[type="radio"] {
    margin-left: 10px;
    margin-bottom: 5px;
}

#words .status {
    width: 20px;
    padding-left: 5px;
}

#words .w {
    width: 150px;
}

.stuck {
    width: 260px;
    position: fixed;
    top: 70px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

/* page normal */
#normal .head {
    height: 50px;
}

#normal .title {
    color: #3771c8;
    font-size: 30px;
    line-height: 70px;
}

#normal .content {
    margin: 10px;
}

#normal .head .logo {
    padding-top: 15px;
    padding-left: 15px;
}

/* page login */
#login .form {
    margin: 30px;
    padding: 20px;
    background-color: #F5F5F5;
    border: 1px solid #EEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#login .form .field {
    margin-bottom: 9px;
}

#login .form .field .title {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

#login .form .text {
    width: 424px;
}

#login .seprate {
    background: url(../image/section.gif) repeat-y;
    height: 320px;
    margin: 15px 0 15px 0;
}

#login .seprate span {
    font-style: italic;
    display: block;
    background-color: white;
    height: 30px;
    margin-top: 125px;
    padding-top: 10px;
}

#login .connect {
    margin-top: 30px;
    margin-bottom: 20px;
}

/* page register */
#register .form {
    margin: 30px;
    padding: 20px;
    background-color: #F5F5F5;
    border: 1px solid #EEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#register .form .field {
    margin-bottom: 9px;
}

#register .form .field .title {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

#register .form .text {
    width: 424px;
}

#register .form p.error {
    color: red;
}
#register .seprate {
    background: url(../image/section.gif) repeat-y;
    height: 533px;
    margin: 15px 0 15px 0;
}

#register .seprate span {
    font-style: italic;
    display: block;
    background-color: white;
    height: 30px;
    margin-top: 180px;
    padding-top: 10px;
}

#register .connect {
    margin-top: 30px;
    margin-bottom: 20px;
}

#register .tip {
    color: grey;
    font-style: italic;
    font-size: 11px;
}

/* page packages */
#packages .package {
    float: left;
    width: 280px;
    margin: 10px 10px 15px 10px;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 2px 2px 2px #797979;
    -webkit-box-shadow: 2px 2px 2px #797979;
    -moz-box-shadow: 2px 2px 2px #797979;
}

#packages .package:hover {
    background-color: #E6E6E6;
    cursor: default;
}

#packages th {
    background: white url(../image/table-title-bg.gif) repeat-x left bottom;
    text-align: center;
}

#packages td {
    background-color: white;
    border: 1px solid #EEE;
}

#packages tr.hover td {
    background-color: #E7E9F9;
}

#packages .package .content {
    padding: 8px;
}

#packages .package .price {
    color: #F08900;
    font: normal 24px/30px "arial";
    letter-spacing: -2px;
    height: 30px;
    zoom: 1;
}

#packages .package .price_mention {
    color: #F08900;
}

#packages .package .description {
    height: 230px;
}

#packages .package .description ul {
    margin: 0 0 0 8px;
}

/* page confirm order */
#confirm-order .seprate {
    background: #DDD;
    color: #DDD;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 18px 0;
    border: none;
}

#confirm-order .section {
    font-size: 20px;
    margin: 10px 0px 3px 10px;
}

#confirm-order th {
    background: white url(../image/table-title-bg.gif) repeat-x left bottom;
    text-align: center;
}

#confirm-order td {
    background-color: white;
    border: 1px solid #EEE;
}

#confirm-order tr.hover td {
    background-color: #E7E9F9;
}

#confirm-order .field .label {
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 40px;
}

#confirm-order .total {
    padding-left: 5px;
    padding-top: 20px;
    font-size: 14px;
}

#confirm-order .total .price {
    font-size: 20px;
    color: #BF1D34;
}

#confirm-order .price-block .final-price {
    border-top: 1px solid;
    padding-top: 10px;
}

#confirm-order .packages {
    width: 100%;
}

#confirm-order .button.ing {
    background-color: lightgray;
    color: white;
    cursor: default;
}

#confirm-order ul {
    list-style: none;
}

/* page confirm success */
#confirm-success .seprate {
    background: #DDD;
    color: #DDD;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 18px 0;
    border: none;
}

#confirm-success .section {
    font-size: 20px;
    margin: 10px 0px 3px 0px;
}

/* page order detail */
#order-detail .seprate {
    background: #DDD;
    color: #DDD;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 18px 0;
    border: none;
}

#order-detail .section {
    font-size: 20px;
    margin: 10px 0px 3px 0px;
}

#order-detail th {
    background: white url(../image/table-title-bg.gif) repeat-x left bottom;
    text-align: center;
}

#order-detail td {
    background-color: white;
    border: 1px solid #EEE;
}

#order-detail tr.hover td {
    background-color: #E7E9F9;
}

#order-detail .field .label {
    display: block;
    font-weight: normal;
    line-height: 40px;
}

#order-detail .total {
    padding-left: 5px;
    padding-top: 20px;
    font-size: 14px;
}

#order-detail .total .price {
    font-size: 20px;
    color: #BF1D34;
}

#order-detail .total .final-price {
    border-top: 1px solid;
    padding-top: 5px;
}

/* page me */
#me ul {
    list-style: none;
}

#me .area {
    border: 1px solid #A3C9DB;
    margin-bottom: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 915px;
    margin-left: 33px;
    margin-top: 15px;
}

#me .area a {
    font-size: 18px;
    font-weight: normal;
}

#me .area .body {
    width: 650px;
}

#me .area .head h2 {
    padding: 6px 0px 0px 10px;
}

#me .area .body .section h3 {
    padding: 10px 0px 0px 18px;
    margin-bottom: 5px;
}

#me .last-login {
    padding: 15px;
}

/* page login log */
#login-log th {
    background: white url(../image/table-title-bg.gif) repeat-x left bottom;
    text-align: center;
}

#login-log td {
    background-color: white;
    border: 1px solid #EEE;
}

#login-log tr.hover td {
    background-color: #E7E9F9;
}

/* page package detail */

#package .text {
    width: 700px;
    height: 30px;
    line-height: 30px;
}

#share-dialog .emails {
    width:97%;
}

/* configure package page */
#wizard {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.wizard-main ul.anchor {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid #cccccc;
    clear: both;
    display: block;
    float: left;
    text-align:center;
    list-style: outside none none;
    margin: 10px 0;
    padding: 0;
    position: relative;
}

.wizard-main ul.anchor li {
    border: 0 solid #e0e0e0;
    display: block;
    float: left;
    margin: 0;
    padding: 0 3px;
    position: relative;
}

.wizard-main ul.anchor li a {
    display: block;
    float: left;
    margin: 5px 0 0;
    outline-style: none;
    padding: 3px;
    position: relative;
    text-decoration: none;
    min-width: 180px;
    max-width: 220px;
    z-index: 99;
}

.wizard-main ul.anchor li a .step-number {
    float: left;
    font: bold 23px Verdana,Arial,Helvetica,sans-serif;
    position: relative;
    text-align: center;
    width: 30px;
}

.wizard-main ul.anchor li a .step-desc {
    display: block;
    float: left;
    font: bold 15px Verdana,Arial,Helvetica,sans-serif;
    padding: 5px;
    position: relative;
    text-align: left;
}

.wizard-main ul.anchor li a.selected {
    background: none repeat scroll 0 0 #3771c8;
    border: 1px solid #3771c8;
    box-shadow: 5px 5px 8px #888;
    color: #f8f8f8;
    cursor: text;
}

.wizard-main ul.anchor li a.done {
    /* background: none repeat scroll 0 0 #8cc63f; */
    /* border: 1px solid #8cc63f; */
    background: none repeat scroll 0 0 #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #fff;
    position: relative;
    z-index: 99;
}

.wizard-main ul.anchor li a.disabled {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ccc;
    color: #cccccc;
    cursor: text;
}

#wizard .step {
    font-size: 20px;
    float: left;
    padding: 10px;
    color: #B0B1B3;
    padding-right: 60px;
}

#wizard .current {
    color: black;
}

#wizard .claim {
    margin-left: 0;
    border: 1px solid #3771c8;
    padding: 5px;
    height: 100px;
    overflow: auto;
}

#wizard .claim.is-selected {
    border: 3px solid #3771c8;
}

#wizard .step span {
    font-size: 15px;
    display: block;
}

#status_bar {
    padding-right: 15px;
}
#patterns {
    height: 635px;
    margin-left: 0;
    border: 1px solid #3771c8;
    padding: 5px;
}

#patterns .container {
    height: 560px;
    width: 470px;
    overflow: auto;
}

#patterns .content {
    overflow-x: hidden;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.glue-actions {
    width: 253px;
    border: 1px solid #3771c8;
    padding: 5px;
    height: 300px;
    overflow: auto;
}

.glue-actions div {
    height: 240px;
    overflow: auto;
}

.dropcap {
    float:left;
    font-size:400%;
    font-weight:bold;
    margin-top:14px;
    margin-right:10px;
    color:grey;
    width: 40px;
}

#configure-package .question,
#wizard .question {
    cursor: pointer;
}

#wizard .words-box {
    border: 1px solid #3771c8;
    margin-bottom: 10px;
    padding: 10px;
    overflow: auto;
}

#wizard #keyword-warn {
    margin-top: 5px;
    padding: 3px;
    background-color: orange;
}

#wizard .my-text {
    border: 1px solid #3771c8;
    height: 100px;
    overflow: auto;
    margin-bottom: 5px;
    padding: 10px;
}

#wizard #ipc-list div p {
    float: left;
    margin-left: 5px;
}

#wizard #ipc-list .error {
    color: red;
    margin-left: 5px;
}

#wizard #keywords {
    height: 300px;
}

#wizard #keywords div {
    min-height: 50px;
    margin-bottom: 10px;
}

#wizard #keywords .disabled {
    background-color: #FFF;
}

#wizard #keywords2 {
    margin-top: 5px;
    max-height: 300px;
}

#wizard .seprate {
    background: url(../image/section.gif) repeat-y;
    min-height: 140px;
    max-height: 440px;
    margin: 15px 15px 15px 0;
}

#wizard #text-words-list {
    margin-top: 5px;
    max-height: 300px;
}

#wizard #vocabulary-more {
    margin-bottom: 10px;
}

#wizard .choose-plans-pitch {
    border: 3px solid #3771c8;
    min-height:100px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    width: 1025px;
}

#wizard #free-btn {
    background-color: #999999;
}

#wizard .choose-plans-pitch .btn {
    margin-bottom: 10px;
}

#claims-error p.problem {
    color: red;
    font-weight:bold;
}
/* #configure-package .hits { */
/*     display: table-cell; */
/*     vertical-align: bottom; */
/*     float: none; */
/* } */

#configure-package .content {
    margin: 0 10px;
}

/* #configure-package .content input[name="claimsRadios"] { */
/*     vertical-align: middle; */
/* } */

#configure-package .ui-slider-tick-mark {
    display: inline-block;
    position: absolute;
    left: -35px;
}

#wizard .nav,
#configure-package .nav,
#configure-package .tip{
    color: grey;
}

#wizard .nav .cur,
#configure-package .nav .cur{
    color: black;
    font-weight: bold;
}

#configure-package .patent-query,
#configure-package .recorded-name {
    padding-right: 14px;
    padding-right: 4px;
    padding-left: 14px;
    padding-left: 4px;
    margin-bottom: 0;
}

#configure-package textarea {
    width: 95%;
}

#ipc {
    padding-right: 14px;
    padding-right: 4px;
    padding-left: 14px;
    padding-left: 4px;
    margin-bottom: 0;
}

#configure-package .my-keywords {
    width: 95%;
    margin: 0 20px 20px 20px;
}

#configure-package .keywords {
    width: 95%;
    margin: 0 20px 20px 20px;
}

#configure-package .keywords li {
    width: 24%;
}

#wizard .btn-back,
#configure-package .btn-back {
    margin-right: 20px;
}

#configure-package .btn-next {
    margin-right: 20px;
}

#configure-package .ui-slider-tick-number {
    display: inline-block;
    position: absolute;
    left: -5px;
    top: -8px;
}

#configure-package .ui-slider-tick-line {
    display: inline-block;
    width: 25px;
    position: absolute;
    background-color: gray;
    height: 2px;
    left: 23px;
    top: 0px;
}

#configure-package #step1 {
    margin-top: 40px;
}
#configure-package #slider a.ui-slider-handle {
    width: 2em;
    left: -1em;
}

#wizard .disabled,
#configure-package .disabled {
    background-color: #999999;
}

#grand-total1, #grand-total2 {
    margin-top: 17px;
}

#slider {
    margin-top: 10px;
}
#messages .message {
    font-size: 15px;
}
#ipc-dialog .levels {
    width: 500px;
}
#ipc-dialog .levels option{
    width: 489px;
}

/* page my packages */
#my-packages .proj-max-tip {
    background-color: #3771c8;
    padding: 10px;
}
#my-packages th {
    background: white url(../image/table-title-bg.gif) repeat-x left bottom;
    text-align: center;
}

#my-packages td {
    background-color: white;
    border: 1px solid #EEE;
    text-align: center;
}

#my-packages tr.hover td {
    background-color: #E7E9F9;
}

#my-packages .section {
    font-size: 20px;
    margin: 10px 0px 3px 0px;
}

#my-packages .seprate {
    background: #DDD;
    color: #DDD;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 18px 0;
    border: none;
}

/* page my orders */
#my-orders th {
    background: white url(../image/table-title-bg.gif) repeat-x left bottom;
    text-align: center;
}

#my-orders td {
    background-color: white;
    border: 1px solid #EEE;
}

#my-orders tr.hover td {
    background-color: #E7E9F9;
}

/* page my projects */
#my-projects th {
    background: white url(../image/table-title-bg.gif) repeat-x left bottom;
    text-align: center;
}

#my-projects td {
    background-color: white;
    border: 1px solid #EEE;
}

#my-projects tr.hover td {
    background-color: #E7E9F9;
}

/* page change password */
#change-password .field .label {
    display: block;
    font-weight: normal;
    line-height: 40px;
}

/* page change default invoice */
#change-contact-information .field .label {
    display: block;
    font-weight: normal;
    line-height: 40px;
}

#change-contact-information .button {
    background-color: #5989D1;
    color: white;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    margin: 20px 0px 20px 0px;
}

#change-contact-information .button.ing {
    background-color: lightgray;
    color: white;
    cursor: default;
}
#change-contact-information .control-group .tip {
    font-size: 11px;
    color: grey;
}

/* page forget password */
#forget-password .field .label {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
}

#forget-password .button {
    background-color: #5989D1;
    color: white;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    margin: 20px 0px 20px 0px;
}

#forget-password .button.ing {
    background-color: lightgray;
    color: white;
    cursor: default;
}

.labs-explanation {
    padding: 15px;
}

/* contribute */
.bitpay-donate { margin:20px 0;}
.bitpay-donate fieldset {border:0;}
.bitpay-donate input {padding:4px 10px;}
.bitpay-donate select {padding:3px 10px;}
.bitpay-donate ul, .bitpay-donate li {padding:0;margin:0;list-style:none;}
.bitpay-donate li {padding:10px 0;}
.bitpay-donate-field {clear:both;}
.bitpay-donate-field label {float:left;width:100px;}
.bitpay-donate-field div {float:left;}
.bitpay-donate-field-email {width:80%;}
.bitpay-donate-field-price {width:40%;}
.bitpay-donate-field-currency {width:40%;}
.bitpay-donate-button-wrapper {clear:both;margin:auto;text-align:center;}

/* faq */
#faq-list .answer {
    display:none;
}

#faq-list h3 {
    line-height:24px;
    font-size:13px;
    font-weight:700;
    color:rgb(100,150,200);
    cursor:pointer;
    background-position:left;
    background-repeat:no-repeat;
}

#faq-list .close {
    float: none !important;
}

#langs {
    display:inline;
}

/* overwrite bootstrap Description styles */
.dl-horizontal dt {
    text-align: left;
    width: 220px;
}

#import-word .error {
    color: red;
    margin-top: 5px;
}