html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    background: #dfe0e6;
    height: auto;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}

.clean {
    clear: both;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.btn-linguist-left {
    display: inline-block;
    float: left;
    width: 50%;
    height: 65px;
}

.btn-linguist-right {
    display: inline-block;
    float: right;
    width: 50%;
    height: 65px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.hope-page-active-tab{
   background-color: white;
   /*border: 2px solid red;*/
}

   .pricing-package {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pricing-package .pricing-package-inner {
    color: #7d7d7d;
    position: relative;
    transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    background-clip: padding-box;
}
.pricing-package .pricing-star {
    position: absolute;
    width: 39px;
    height: 40px;
    color: #fff;
    font-size: 0.65em;
    text-align: center;
    line-height: 1.1;
    padding-top: 9px;
    right: -10px;
    top: -20px;
}
.pricing-package .package-header {
    background: #ff5d3b;
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
}
.pricing-package .package-header h3 {
    line-height: 1;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 20px 0 0;
    border: 0;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
}
.pricing-package .package-header .stars {
    color: #fff;
    text-align: center;
    padding-top: 8px;
    display: none;
}
.pricing-package .package-content {
    padding: 0;
    margin: 0;
    border: 1px solid #e7ebee;
    border-top-color: transparent;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
}
.pricing-package .package-content .package-price {
    font-weight: bold;
    text-align: center;
    height: 80px;
    line-height: 75px;
    background: #ff5d3b;
    color: #fff;
    margin: -1px;
    position: relative;
}
.pricing-package .package-content .package-price .package-month {
    font-size: 1em;
    font-weight: normal;
}
.pricing-package .package-content .package-price .price {
    font-size: 3em;
    font-weight: 400;
}
.pricing-package .package-content .package-price .currency {
    font-size: 1.5em;
    font-weight: 600;
}
.pricing-package .package-top-features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing-package .package-top-features li {
    border-bottom: 1px solid #e7ebee;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.5;
    padding: 8px 0;
}
.pricing-package .package-top-features li:first-child { border-top: 1px solid #e7ebee }
.pricing-package .package-features {
    list-style: none;
    margin: 0 18px;
    padding: 15px 0;
    position: relative;
}
.pricing-package .package-features li {
    font-size: 0.875em;
    padding: 6px 0;
    line-height: 1.3;
    color: #7d7d7d;
    padding-left: 25px;
}
.pricing-package .package-features li.has-feature { transition: color 0.1s ease-in-out 0s }
.pricing-package .package-features li.has-nofeature { text-decoration: line-through }
.pricing-package .package-features li.has-feature:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    text-decoration: inherit;
    color: #7FC8BA;
    margin-top: -2px;
    position: absolute;
    left: 0;
    text-decoration: none;
}
.pricing-package .package-features li.has-nofeature:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    text-decoration: inherit;
    color: #f4786e;
    margin-top: -2px;
    position: absolute;
    left: 0;
    text-decoration: none;
}
.pricing-package .package-footer {
    text-align: center;
    padding: 10px 0 25px;
}
.pricing-package .package-footer .btn>span {
    padding-right: 6px;
    transition: color 0.1s ease-in-out 0s;
}
.pricing-package .package-footer .btn:hover>span { color: #fff }
.pricing-package.simple .package-header h3 {
    font-size: 1.3em;
    padding: 0;
    line-height: 42px;
    height: 42px;
}
.pricing-package.simple .package-content .package-price {
    font-size: 1.8em;
    height: 60px;
    line-height: 60px;
    background: transparent;
    color: inherit;
}
.pricing-package.simple .package-top-features li { font-size: 0.875em }
.pricing-package.simple .package-top-features li:last-child { border-bottom: 0 }
.pricing-package:hover .pricing-package-inner {
    background-color: #fcfcfc;
    color: #929292;
}
.pricing-package:hover .package-features li.has-feature { color: #929292 }

.select2-container, .select-box {
    width: 100% !important;
    font-size: 1.2em !important;
    border-radius: 0px !important;
    border-color: #999 !important;
}
    .select2-dropdown,.select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--multiple,
    .select2-container--default .select2-selection--multiple .select2-selection__choice{
        border-radius: 0px !important;
    }


