/* CSS used here will be applied after bootstrap.css */
/* Create a medium height at 40px */

html {
    font-family: sans-serif;
}
body {
    margin: 0;
    position:relative;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent none repeat scroll 0 0;
}
a:active,
a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: arial, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
	border: 1px solid #d5d5d5;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.07) inset;
    color: black;
    font: 12px/25px "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 28px;
    padding: 0 8px 0 23px;
    word-spacing: 0.1em;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@media print {
    * {
        background: transparent none repeat scroll 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after,
    a[href^="#"]::after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff none repeat scroll 0 0 !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    background-color: #ffffff;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 12px;
    line-height: 1.42857;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #333333;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.img-circle {
    border-radius: 50%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeeee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 17px;
    margin-top: 17px;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 500;
    line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #999999;
    font-weight: normal;
    line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-bottom: 8.5px;
    margin-top: 17px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 8.5px;
    margin-top: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 31px;
}
h2,
.h2 {
    font-size: 25px;
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    font-size: 15px;
}
h5,
.h5 {
    font-size: 12px;
}
h6,
.h6 {
    font-size: 10px;
}
p {
    margin: 0 0 8.5px;
}
.lead {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 17px;
}
@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}
small,
.small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: #333333;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #fea235;
}
a.text-success:hover {
    color: #356635;
}
.text-info {
    color: #3a87ad;
}
a.text-info:hover {
    color: #2d6987;
}
.text-warning {
    color: #c09853;
}
a.text-warning:hover {
    color: #a47e3c;
}
.text-danger {
    color: #b94a48;
}
a.text-danger:hover {
    color: #953b39;
}
.bg-primary {
    background-color: #333333;
    color: #fff;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #339900;
    color: white;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    border-bottom: 1px solid #eeeeee;
    margin: 34px 0 17px;
    padding-bottom: 7.5px;
}
ul,
ol {
    margin-bottom: 8.5px;
    margin-top: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.list-inline > li:first-child {
    padding-left: 0;
}
dl {
    margin-bottom: 17px;
    margin-top: 0;
}
dt,
dd {
    line-height: 1.42857;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
    cursor: help;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    border-left: 5px solid #eeeeee;
    font-size: 15px;
    margin: 0 0 17px;
    padding: 8.5px 17px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    color: #999999;
    display: block;
    font-size: 80%;
    line-height: 1.42857;
}
blockquote footer::before,
blockquote small::before,
blockquote .small::before {
    content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #eeeeee;
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}
.blockquote-reverse footer::before,
blockquote.pull-right footer::before,
.blockquote-reverse small::before,
blockquote.pull-right small::before,
.blockquote-reverse .small::before,
blockquote.pull-right .small::before {
    content: "";
}
.blockquote-reverse footer::after,
blockquote.pull-right footer::after,
.blockquote-reverse small::after,
blockquote.pull-right small::after,
.blockquote-reverse .small::after,
blockquote.pull-right .small::after {
    content: " —";
}
blockquote::before,
blockquote::after {
    content: "";
}
address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 17px;
}
code,
kbd,
pre,
samp {
    font-family: Monaco;
}
code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}
kbd {
    background-color: #333333;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    color: #ffffff;
    font-size: 90%;
    padding: 2px 4px;
}
pre {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    display: block;
    font-size: 11px;
    line-height: 1.42857;
    margin: 0 0 8.5px;
    padding: 8px;
    word-break: break-all;
    word-wrap: break-word;
}
pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.6667%;
}
.col-xs-10 {
    width: 83.3333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.6667%;
}
.col-xs-7 {
    width: 58.3333%;
}
.col-xs-6 {
    width: 60%;
}
.col-xs-5 {
    width: 41.6667%;
}
.col-xs-4 {
	flex: 0 0 33.3333%;
    width: 33.3333%;
}
.col-xs-3 {
    width: 20%;
}
.col-xs-2 {
    width: 16.6667%;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.6667%;
}
.col-xs-pull-10 {
    right: 83.3333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.6667%;
}
.col-xs-pull-7 {
    right: 58.3333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.6667%;
}
.col-xs-pull-4 {
    right: 33.3333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.6667%;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.6667%;
}
.col-xs-push-10 {
    left: 83.3333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.6667%;
}
.col-xs-push-7 {
    left: 58.3333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.6667%;
}
.col-xs-push-4 {
    left: 33.3333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.6667%;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-0 {
    left: 0;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.6667%;
}
.col-xs-offset-10 {
    margin-left: 83.3333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.6667%;
}
.col-xs-offset-7 {
    margin-left: 58.3333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.6667%;
}
.col-xs-offset-4 {
    margin-left: 33.3333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.6667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.6667%;
    }
    .col-sm-10 {
        width: 83.3333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.6667%;
    }
    .col-sm-7 {
        width: 58.3333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.6667%;
    }
    .col-sm-4 {
        width: 33.3333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.6667%;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.6667%;
    }
    .col-sm-pull-10 {
        right: 83.3333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.6667%;
    }
    .col-sm-pull-7 {
        right: 58.3333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.6667%;
    }
    .col-sm-pull-4 {
        right: 33.3333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.6667%;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.6667%;
    }
    .col-sm-push-10 {
        left: 83.3333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.6667%;
    }
    .col-sm-push-7 {
        left: 58.3333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.6667%;
    }
    .col-sm-push-4 {
        left: 33.3333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.6667%;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.6667%;
    }
    .col-md-10 {
        width: 83.3333%;
    }
    .col-md-9 {
        width: 73%;
    }
    .col-md-8 {
        width: 66.6667%;
    }
    .col-md-7 {
        width: 58.3333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.6667%;
    }
    .col-md-4 {
        width: 33.3333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 18.6667%;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.6667%;
    }
    .col-md-pull-10 {
        right: 83.3333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.6667%;
    }
    .col-md-pull-7 {
        right: 58.3333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.6667%;
    }
    .col-md-pull-4 {
        right: 33.3333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.6667%;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.6667%;
    }
    .col-md-push-10 {
        left: 83.3333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.6667%;
    }
    .col-md-push-7 {
        left: 58.3333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.6667%;
    }
    .col-md-push-4 {
        left: 33.3333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.6667%;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.6667%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.6667%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.6667%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.6667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.6667%;
    }
    .col-lg-10 {
        width: 83.3333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.6667%;
    }
    .col-lg-7 {
        width: 58.3333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.6667%;
    }
    .col-lg-4 {
        width: 33.3333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.6667%;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.6667%;
    }
    .col-lg-pull-10 {
        right: 83.3333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.6667%;
    }
    .col-lg-pull-7 {
        right: 58.3333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.6667%;
    }
    .col-lg-pull-4 {
        right: 33.3333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.6667%;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.6667%;
    }
    .col-lg-push-10 {
        left: 83.3333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.6667%;
    }
    .col-lg-push-7 {
        left: 58.3333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.6667%;
    }
    .col-lg-push-4 {
        left: 33.3333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.6667%;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
.table {
    margin-bottom: 17px;
    width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #dddddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}
table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
@media (max-width: 767px) {
    .table-responsive {
        border: 1px solid #dddddd;
        margin-bottom: 12.75px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0 none;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0 none;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0 none;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0 none;
    }
}
fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 18px;
    line-height: inherit;
    margin-bottom: 17px;
    padding: 0;
    width: 100%;
}
label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
output {
    color: #555555;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding-top: 7px;
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 12px;
    height: 31px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {} input[type="date"] {
                            line-height: 31px;
                        }
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 17px;
    padding-left: 20px;
}
.radio label,
.checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: normal;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 10px;
    margin-top: 0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    border-radius: 3px;
    font-size: 11px;
    height: 28px;
    line-height: 1.5;
    padding: 5px 10px;
}
select.input-sm {
    height: 28px;
    line-height: 28px;
}
textarea.input-sm,
select.input-sm[multiple] {
    height: auto;
}
.input-lg {
    border-radius: 6px;
    font-size: 15px;
    height: 41px;
    line-height: 1.33;
    padding: 10px 16px;
}
select.input-lg {
    height: 41px;
    line-height: 41px;
}
textarea.input-lg,
select.input-lg[multiple] {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 38.75px;
}
.has-feedback .form-control-feedback {
    display: block;
    height: 31px;
    line-height: 31px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 22px;
    width: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847;
}
.has-success .form-control {
    border-color: #468847;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-success .form-control:focus {
    border-color: #356635;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
    background-color: #dff0d8;
    border-color: #468847;
    color: #468847;
}
.has-success .form-control-feedback {
    color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853;
}
.has-warning .form-control {
    border-color: #c09853;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-warning .form-control:focus {
    border-color: #a47e3c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
    background-color: #fcf8e3;
    border-color: #c09853;
    color: #c09853;
}
.has-warning .form-control-feedback {
    color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48;
}
.has-error .form-control {
    border-color: #b94a48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control:focus {
    border-color: #953b39;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #d59392;
}
.has-error .input-group-addon {
    background-color: #f2dede;
    border-color: #b94a48;
    color: #b94a48;
}
.has-error .form-control-feedback {
    color: #b94a48;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 24px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
    top: 0;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-default {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333333;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    background-color: #333333;
    color: #ffffff;
}
.btn-primary {
    background-color: #333333;
    border-color: #357ebd;
    color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #3276b1;
    border-color: #285e8e;
    color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    background-color: #333333;
    border-color: #357ebd;
}
.btn-primary .badge {
    background-color: #ffffff;
    color: #333333;
}
.btn-success {
    background: #f24943 linear-gradient(to bottom, #c4d82d, #a0d019) repeat scroll 0 0;
    border-radius: 9px;
    color: #ffffff;
    font-family: Arial;
    text-decoration: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: linear-gradient(to bottom, #ecff60, #a0d019);
    color: black;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    background-color: #ffffff;
    color: #5cb85c;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #39b3d7;
    border-color: #269abc;
    color: #ffffff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    background-color: #ffffff;
    color: #5bc0de;
}
.btn-warning {
    background-color: #0062ae;
    border-color: #0062ae;
    color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #0372c6;
    border-color: #0062ae;
    color: #ffffff;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    background-color: #ffffff;
    color: #f0ad4e;
}
.btn-danger {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%) repeat scroll 0 0;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background: #ffbf00 linear-gradient(to bottom, #e56049, #e4180d) repeat scroll 0 0;
    text-decoration: none;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    background-color: #ffffff;
    color: #d9534f;
}
.btn-link {
    border-radius: 0;
    color: #333333;
    cursor: pointer;
    font-weight: normal;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    background-color: transparent;
    color: #333333;
    text-decoration: underline;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px 16px;
}
.btn-sm,
.btn-group-sm > .btn {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-xs,
.btn-group-xs > .btn {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 5px;
}
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}
.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0 none;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #333333;
    color: #ffffff;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    text-decoration: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0 none;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    color: #999999;
    display: block;
    font-size: 11px;
    line-height: 1.42857;
    padding: 3px 20px;
}
.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    left: auto;
    right: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid;
    border-top: 0 none;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    float: left;
    position: relative;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: medium none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0 none;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-left: 0;
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 4px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    float: left;
    margin-bottom: 0;
    width: 100%;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 6px;
    font-size: 15px;
    height: 41px;
    line-height: 1.33;
    padding: 10px 16px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 41px;
    line-height: 41px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select.input-group-lg[multiple] > .form-control,
select.input-group-lg[multiple] > .input-group-addon,
select.input-group-lg[multiple] > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    border-radius: 3px;
    font-size: 11px;
    height: 28px;
    line-height: 1.5;
    padding: 5px 10px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 28px;
    line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select.input-group-sm[multiple] > .form-control,
select.input-group-sm[multiple] > .input-group-addon,
select.input-group-sm[multiple] > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-addon {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #555555;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-group-addon.input-sm {
    border-radius: 3px;
    font-size: 11px;
    padding: 5px 10px;
}
.input-group-addon.input-lg {
    border-radius: 6px;
    font-size: 15px;
    padding: 10px 16px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0 none;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0 none;
}
.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    display: block;
    padding: 8px 10px;
    position: relative;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    background-color: transparent;
    color: #999999;
    cursor: not-allowed;
    text-decoration: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #333333;
}
.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #dddddd #dddddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #333333;
    color: #ffffff;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0 none;
}
.nav-tabs-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 17px;
    min-height: 35px;
    position: relative;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 3px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {} @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {}
}
@media (min-width: 768px) {
    .navbar-collapse {
        border-top: 0 none;
        box-shadow: none;
        width: auto;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}
.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0;
}
.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 5px 10px;
    position: relative;
}
.navbar-toggle:focus {
    outline: medium none;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 8.25px -15px;
}
.navbar-nav > li > a {
    line-height: 17px;
    padding-bottom: 6px;
    padding-top: 8px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 17px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-bottom: 16.5px;
        padding-top: 16.5px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-form {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 9.5px -15px;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        border: 0 none;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.navbar-btn {
    margin-bottom: 9.5px;
    margin-top: 9.5px;
}
.navbar-btn.btn-sm {
    margin-bottom: 11px;
    margin-top: 11px;
}
.navbar-btn.btn-xs {
    margin-bottom: 14px;
    margin-top: 14px;
}
.navbar-text {
    margin-bottom: 16.5px;
    margin-top: 16.5px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 17px;
    padding: 8px 15px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li::before {
    color: #cccccc;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb > .active {
    color: #999999;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 17px 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #df130b;
    border-color: #dddddd;
    color: #333333;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #fea235;
    border-color: #dddddd;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #999999;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 15px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 11px;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    list-style: outside none none;
    margin: 17px 0;
    padding-left: 0;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    background-color: #ffffff;
    color: #999999;
    cursor: not-allowed;
}
.label {
    border-radius: 0.25em;
    color: #ffffff;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}
.label-primary {
    background-color: #333333;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    background-color: #fea235;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    padding: 1px 5px;
    top: 0;
}
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    background-color: #ffffff;
    color: #333333;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    background-color: #eeeeee;
    color: inherit;
    margin-bottom: 30px;
    padding: 30px;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 15px;
}
.container .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-bottom: 48px;
        padding-top: 48px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 54px;
    }
}
.thumbnail {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 17px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #333333;
}
.thumbnail .caption {
    color: #333333;
    padding: 9px;
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 17px;
    padding: 15px;
}
.alert h4 {
    color: inherit;
    margin-top: 0;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #356635;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #2d6987;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}
.alert-warning hr {
    border-top-color: #f8e5be;
}
.alert-warning .alert-link {
    color: #a47e3c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-danger hr {
    border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
    color: #953b39;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    100% {
        background-position: 0 0;
    }
}
.media,
.media-body {
    overflow: hidden;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    list-style: outside none none;
    padding-left: 0;
}
.panel {
    background-color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 17px;
}
.panel-body {
    padding: 15px;
}

.panel-body2 {
    padding-top: 0px;
}

.panel-body1 {
    padding: 5px;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    padding: 8px 10px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    color: inherit;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #dddddd;
    padding: 10px 15px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top: 0 none;
}
.panel > .list-group .list-group-item:last-child {
    border-bottom: 0 none;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0 none;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0 none;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0 none;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0 none;
}
.panel > .table-responsive {
    border: 0 none;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 17px;
}
.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0 none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0 none;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #45484d 0%, #000000 100%) repeat scroll 0 0;
    color: white;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}
.panel-primary {
    border-color: #333333;
}
.panel-primary > .panel-heading {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #333333;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #333333;
}
.panel-success {
    border-color: #eeeeee;
}
.panel-success > .panel-heading {
    background-color:#000000;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #45484d 0%, #000000 100%) repeat scroll 0 0;
    color: white;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #fbeed5;
}
.panel-warning > .panel-heading {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5;
}
.panel-danger {
    border-color: #eed3d7;
}
.panel-danger > .panel-heading {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7;
}
.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.well blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    border-radius: 6px;
    padding: 24px;
}
.well-sm {
    border-radius: 3px;
    padding: 9px;
}
.close {
    color: #000000;
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}
.close:hover,
.close:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}
.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 15px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    line-height: 1.42857;
    margin: 0;
}
.modal-body {
    padding: 15px;
    position: relative;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: #000000;
    border-radius: 4px;
    color: #ffffff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    right: 5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    left: 5px;
    top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    right: 5px;
    top: 0;
}
.popover {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1010;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow::after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow::after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.top > .arrow::after {
    border-bottom-width: 0;
    border-top-color: #ffffff;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}
.popover.right > .arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}
.popover.right > .arrow::after {
    border-left-width: 0;
    border-right-color: #ffffff;
    bottom: -10px;
    content: " ";
    left: 1px;
}
.popover.bottom > .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover.bottom > .arrow::after {
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}
.popover.left > .arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}
.popover.left > .arrow::after {
    border-left-color: #ffffff;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    opacity: 0.9;
    outline: medium none;
    text-decoration: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-family: serif;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
}
.carousel-control .icon-prev::before {
    content: "‹";
}
.carousel-control .icon-next::before {
    content: "›";
}
.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #ffffff;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-caption {
    bottom: 20px;
    color: #ffffff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        width: 30px;
    }
    .carousel-caption {
        left: 20%;
        padding-bottom: 30px;
        right: 20%;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
    content: " ";
    display: table;
}
.clearfix::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-footer::after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (max-width: 991px){
    #main-content{
        display: -webkit-box;
        display: -moz-box;
        display: box;

        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    #mobile-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    #mobile-1 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    #mobile-3{
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.mega-menu {
    border-radius: 0;
    margin-top: 0;
    padding: 5px 0 !important;
    width: 400px;
}
.mega-menu li {
    display: inline-block;
    float: left;
    font-size: 13px;
    padding: 3px 0;
    width: 100%;
}
.mega-menu li.mega-menu-column {
    margin-right: 10px;
    width: 180px;
}
@media (max-width: 600px) {
    .mega-menu {
        width: 100%;
    }
    .mega-menu li.mega-menu-column {
        margin-right: 0;
        width: 50%;
    }
    .dropdown-menu {
        position: relative;
    }
}
.mega-menu .nav-header {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 !important;
    width: 50%;
}
.mega-menu img {
    padding-bottom: 0;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: inherit;
    color: inherit;
}
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li.dropdown > a:focus {
    background: inherit;
    color: inherit;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {} .navbar .nav li.dropdown > a:hover .caret,
                                                      .navbar .nav li.dropdown > a:focus .caret {
                                                          border-bottom-color: #333;
                                                          border-top-color: #333;
                                                      }
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #333;
    border-top-color: #333;
}
.navbar .nav > li > a,
.mega-menu a {
    transition: all 200ms ease 0s;
}
#tel {
    background-color: #06b3db;
    border-radius: 12px;
    height: 50px;
    margin-top: -50px;
    opacity: 0.9;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 100%;
    width: 50px;
}
#tel > i {
    color: white;
    font-size: 25px;
}
.nh1 {
    color: #609e02;
    font-size: 22px;
    font-weight: bold;
    margin-left: 5px;
}
.nh2 {
    color: #f13636;
    font-size: 16px;
}
html {
    font-size: 10px;
}
.navbar.navbar-custom.navbar-md {

}
.navbar.navbar-custom.navbar-md  {

    border-radius: 0;
}
.navbar-custom .navbar-brand {
    color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    background-color: transparent;
    color: #212503;
}
.navbar-custom .navbar-text {
    color: #4b5407;
}
.navbar-custom .navbar-nav > li > a {
    color: #ffffff;font-weight:bold;outline:none;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ff9900;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    background-color: #80ab0a;
    background-image: linear-gradient(to bottom, #80ab0a 0%, #a4db0d 100%);
    background-repeat: repeat-x;
    color: black;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: black;
}
.navbar-custom .navbar-toggle {
    border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: white;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #4b5407;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #7ea80a;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #ff9900;
    border-top-color: #ff9900;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    background-color: #80ab0a;
    color: black;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #ff9900;
    border-top-color: #ff9900;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #4b5407;
    border-top-color: #4b5407;
}
@media not all {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #4b5407;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: black;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #80ab0a;
        color: #ff9900;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: transparent;
        color: #cccccc;
    }
}
.navbar-custom .navbar-link {
    color: #4b5407;
}
.navbar-custom .navbar-link:hover {
    color: #ff9900;
}
.copy {
    margin-top: 20px;
}
.copy > .c2,
.copy > .c3 {
    border-left: 1px solid #eeeeee;
}
.simcard {
    color: #333333;
    font-family: Arial, tahoma, serif;
    font-size: 16px;
    font-weight: bold;
}
.icon-fix {
    color: white;
    font-size: 20px;
    margin-left: -10px;
    margin-top: 12px;
}
th.active {
    font-size: 12px;
}
.hotline {
    text-align: center;
}
.hotline a {
    color: red;
    font-size: 28px;
    font-weight: bold;
}
.mp0 {
    margin: 0;
    padding: 0;
}
.m5p0 {
    margin: 5px;
    padding: 0;
}
.m0p5 {
    margin: 0;
    padding: 5px;
}
.panel-fix {
    border: 1px solid #c4d82d;
    box-shadow: 1px 1px 1px 0px rgba(107, 107, 107, 0.6);
}
.panel-fix .h {
    background: transparent url("../images/search_title_bg1.png") no-repeat scroll left center;
    height: 43px;
    margin-left: -8px;
    margin-top: -3px;
}
.panel-icon {
    margin-left: -5px;
    padding: 0;
}
.panel-icon > h2,
.panel-icon > h3 {
    background: transparent url("../images/panel-icon.png") no-repeat scroll left center;
    height: 43px;
    line-height: 32px;
    margin-bottom: -10px;
    margin-left: -5px;
    padding-left: 15px;
}
.panel-icon > h2 > span,
.panel-icon > h3 > span {
    color: #4b5407;
    margin-right: 25px;
    margin-top: -5px;
}
.panel-fix .h > h1 {
    color: #4b5407;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 0;
    padding-left: 16px;
}
ul.loaisim {
    margin-bottom: 0;
    padding: 0;
}
ul.loaisim > li {
    border-bottom: 1px dotted #eeeeee;
    list-style: outside none none;
    padding: 3px;
}
ul.loaisim > li:hover {
    background-color: #eeeeee;
}
ul.loaisim > li > a {
    font-size: 13px;
    font-weight: bold;
}
ul.loaisim > li:last-child {
    border-bottom: 0 none;
}
.right-fix,
.left-fix {
    max-width: 215px;
}
@media (min-width: 780px) {
    .center-fix {
        margin-left: -22px;
        margin-right: 5px;
        min-width: 590px;
    }
    #nav2 {
        display: none;
    }
}
@media (max-width: 600px) {
    .fixinput {
        margin-left: -15px;
        margin-right: -15px;
    }
    #nav1 {
        display: none;
    }
    #nav2 {
        background-color: white;
        overflow: auto;
    }
}
body {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    #padding-top:15px;
    #background:url(../images/bg.jpg) repeat;
}
.font-15 {
    font-size: 15px;
}
.newleft ul li a {
    font-size: 13px;
}
.newleft ul {
    list-style: outside none none;
    padding: 0;
}
.newleft ul li {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
}
.newleft ul li:last-child {
    border: 0 none;
}
.newdh {
    border-bottom: 1px dotted #ccc;
    padding: 7px;
}
.co1,
.col2,
.col3,
.col4 {
    border-left: 1px dotted #fff;
}
.strong {
    font-weight: bold;
}
#logo {
    margin-left: -15px;
}
a.dropdown-toggle {
    color: #a6b724;
    font-weight: bold;
    text-transform: uppercase;
}
ul#navigation {
    float: left;
    margin: 0 auto;
    position: relative;
}
ul#navigation li {
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
}
ul#navigation li.top {
    display: block;
    margin-left: 5px;
}
ul#navigation li a {
    background: #ffaf4b none repeat scroll 0 0;
    border-top: 1px solid #fff;
    color: black;
    display: inline-block;
    padding: 4px 6px;
    text-decoration: none;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}
ul#navigation li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #282828;
}
ul#navigation li:hover > a {} ul#navigation li:hover > ul {
                                  opacity: 1;
                                  visibility: visible;
                              }
ul#navigation ul,
ul#navigation ul li ul {
    background: #f8f8f8 none repeat scroll 0 0;
    box-shadow: 1px 1px 3px #ccc;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: opacity 0.2s linear 0s, visibility 0.2s linear 0s;
    visibility: hidden;
    width: 150px;
    z-index: 99999;
}
ul#navigation ul {
    left: 1px;
    top: 35px;
}
ul#navigation ul li ul {
    left: 151px;
    top: 0;
}
ul#navigation ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eeeeee;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    clear: both;
    width: 100%;
}
ul#navigation ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    clear: both;
    color: #616161;
    display: block;
    float: left;
    padding: 4px 5px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    width: 150px;
}
.footer {
    background-color: #e6e7e8;
    margin: 20px 20px 0;
    max-width: 1000px;
}
.menu_top {
    background-color: #f0f0f1;
    height: 35px;
    padding-bottom: 35px;
    z-index: 100;
}
.bg_footer {
    background-color: #efefef;
    border-top: 3px solid #cecece;
}
#sim {
    color: red;
    font-size: 16px;

}
.panel_custom{
    box-shadow:none;
    border:none;
}
.content_sim {
    border: 1px solid #dddddd;
}
.content-article {
    padding: 5px;
    border: 1px solid #dedede;
}
.content-article h1{
    margin:10px 0;
}
.searchbuttom {
    background-image: url("../images/searchbuttom.png");
    border: 0 none;
    height: 39px;
    width: 84px;
}
.searchbuttom:hover {
    background-image: url("../images/searchbuttom_hover.png");
}
.search-top {
    height: 34px;
}
#codeby {
    color: white;
    font-size: 11px;
}
#km {
	padding: 10px;
}


#km p {
    padding-bottom: 7px;
    padding-top: 5px;
}
.fotter-new h4 {
    font-size: 13px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.bar-bottom {
    background-color: #1f9fea;
    display: none;
    line-height: 30px;
}
.hotkey {
    font-size: 12px;
}
span.line {
    display: block;
    height: 8px;
}
.bar-bottom-left {
    background-color: white;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    display: block;
    line-height: 30px;
}
.top {
    background-color: white;
}
.container {
    background-color: white;
    box-shadow: 0 3px 3px 3px rgba(221, 221, 221, 1);
    margin-top: 0;
    max-width: 1000px;
    padding: 0;
}
.scrollToTop {
    background: rgba(0, 0, 0, 0) url("../../images/top-button.png") no-repeat scroll 0 0;
    bottom: 75px;
    display: none;
    font-weight: bold;
    height: 38px;
    opacity: 0.9;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    width: 38px;
}
.scrollTobottom {
    background: rgba(0, 0, 0, 0) url("../../images/bottom.png") no-repeat scroll 0 0;
    font-weight: bold;
    height: 50px;
    opacity: 0.9;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    top: 50px;
    width: 50px;
}
.scrollToTop:hover {
    opacity: 1;
    text-decoration: none;
}
ul.start-number {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.start-number li {
    border-bottom: 1px solid #eeeeee;
    line-height: 25px;
}
ul.start-number li:hover {
    background-color: #eeeeee;
}
ul.start-number li:hover a {
    color: red;
    font-size: 12px;
    text-decoration: none;
}
ul.start-number a {
    font-size: 12px;
    padding-left: 35px;
}
.cart {
    float: right;
}
.tophotline {
    background-color: #3d3e43;
    color: #75a7ce;
    font-family: Arial, Tahoma, fantasy serif;
    font-size: 15px;
    line-height: 30px;
}
.tophotline > .inner {
    background-color: #3d3e43;
    color: white;
    margin: 0 auto;
    max-width: 980px;
}
.tophotline a {
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.simicon {
    background-image: url("../images/sim.png");
    display: block;
    height: 30px;
}
.simicon25 {
    background-image: url("../images/sim-25.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    line-height: 25px;
}
.simicon20 {
    background-image: url("../../images/sim-20.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    line-height: 20px;
}
.simicon20:hover {
    background-image: url("../../images/sim-20_hover.png");
}
.simicon20:last-child {
    border: 0 none;
}
#km > .list-group p {
    border-bottom: 1px solid #eeeeee;
}
#km > .list-group p:hover {
    background-color: #eeeeee;
}
#km > .list-group p:hover a {
    color: red;
    text-decoration: none;
}
.popover {
    max-width: 500px;
}
.new-footer {
    margin-bottom: 20px;
}
.new-footer h4 {
    padding-left: 35px;
}
.new-footer ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 30px;
}
.new-footer li {
    border-bottom: 1px dotted #eeeeee;
    line-height: 30px;
    list-style: outside none none;
    padding-left: 5px;
}
.new-footer li:hover {
    background-color: #eeeeee;
}
.new-footer li:hover a {
    color: red;
}
.new-footer li a {
    color: black;
}
.red {
    color: red;
}
.network {
    display: block;
    height: 22px;
    width: 75px;
}
.n1 {
    background-image: url("../../images/network/1.gif");
}
.n2 {
    background-image: url("../../images/network/2.gif");
}
.n3 {
    background-image: url("../../images/network/3.gif");
}
.n4 {
    background-image: url("../../images/network/4.gif");
}
.n5 {
    background-image: url("../../images/network/5.gif");
}

table#tablesort thead tr .header {
    background-image: url("bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
table#tablesort tbody tr.odd td {
    background-color: #f0f0f6;
}
table#tablesort thead tr .headerSortUp {
    background-image: url("asc.gif");
}
table#tablesort thead tr .headerSortDown {
    background-image: url("desc.gif");
}
.c3 {
    margin: 0 auto;
    max-width: 600px;
}
.center {
    min-width: 15px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.form-signin {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 auto 20px;
    max-width: 300px;
    padding: 19px 29px 29px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
.error {
    color: red;
    font-family: Tahoma;
    font-size: 11px;
}
.col1 > h4,
.col2 > h4,
.col3 > h4,
.col4 > h4 {
    color: #eb1c23;
    text-transform: uppercase;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.bounce {
    animation-name: bounce;
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    animation-name: flash;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.pulse {
    animation-name: pulse;
}
@keyframes rubberBand {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        transform: scale(1);
    }
}
.rubberBand {
    animation-name: rubberBand;
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0px);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}
.shake {
    animation-name: shake;
}
@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.swing {
    animation-name: swing;
    transform-origin: center top 0;
}
@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}
.tada {
    animation-name: tada;
}
@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
}
.wobble {
    animation-name: wobble;
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.bounceIn {
    animation-name: bounceIn;
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}
.bounceInDown {
    animation-name: bounceInDown;
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0px);
    }
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}
.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}
.bounceInUp {
    animation-name: bounceInUp;
}
@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}
.bounceOut {
    animation-name: bounceOut;
}
@keyframes bounceOutDown {
    0% {
        transform: translateY(0px);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.bounceOutDown {
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
    0% {
        transform: translateX(0px);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.bounceOutLeft {
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
    0% {
        transform: translateX(0px);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.bounceOutRight {
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
    0% {
        transform: translateY(0px);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.bounceOutUp {
    animation-name: bounceOutUp;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.fadeInDownBig {
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.fadeInRightBig {
    animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
.fadeOutUp {
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}
@keyframes flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1);
    }
    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    }
    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    }
    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(0.95);
    }
    100% {
        animation-timing-function: ease-in;
        transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(1);
    }
}
.animated.flip {
    animation-name: flip;
    backface-visibility: visible;
}
@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}
.flipInX {
    animation-name: flipInX;
    backface-visibility: visible !important;
}
@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
}
.flipInY {
    animation-name: flipInY;
    backface-visibility: visible !important;
}
@keyframes flipOutX {
    0% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
    100% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}
.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@keyframes flipOutY {
    0% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
    100% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}
.flipOutY {
    animation-name: flipOutY;
    backface-visibility: visible !important;
}
@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        transform: translateX(100%) skewX(-30deg);
    }
    60% {
        opacity: 1;
        transform: translateX(-20%) skewX(30deg);
    }
    80% {
        opacity: 1;
        transform: translateX(0%) skewX(-15deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0%) skewX(0deg);
    }
}
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
        transform: translateX(0%) skewX(0deg);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) skewX(-30deg);
    }
}
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center center 0;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: center center 0;
    }
}
.rotateIn {
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: left bottom 0;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: left bottom 0;
    }
}
.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom 0;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: right bottom 0;
    }
}
.rotateInDownRight {
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: left bottom 0;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: left bottom 0;
    }
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom 0;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: right bottom 0;
    }
}
.rotateInUpRight {
    animation-name: rotateInUpRight;
}
@keyframes rotateOut {
    0% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: center center 0;
    }
    100% {
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center center 0;
    }
}
.rotateOut {
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: left bottom 0;
    }
    100% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: left bottom 0;
    }
}
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: right bottom 0;
    }
    100% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom 0;
    }
}
.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: left bottom 0;
    }
    100% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: left bottom 0;
    }
}
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        transform: rotate(0deg);
        transform-origin: right bottom 0;
    }
    100% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom 0;
    }
}
.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        transform: translateY(0px);
    }
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        transform: translateX(0px);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        transform: translateX(0px);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideOutLeft {
    0% {
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.slideOutLeft {
    animation-name: slideOutLeft;
}
@keyframes slideOutRight {
    0% {
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.slideOutRight {
    animation-name: slideOutRight;
}
@keyframes slideOutUp {
    0% {
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.slideOutUp {
    animation-name: slideOutUp;
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideOutDown {
    0% {
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.slideOutDown {
    animation-name: slideOutDown;
}
@keyframes hinge {
    0% {
        animation-timing-function: ease-in-out;
        transform: rotate(0deg);
        transform-origin: left top 0;
    }
    20%,
    60% {
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: left top 0;
    }
    40% {
        animation-timing-function: ease-in-out;
        transform: rotate(60deg);
        transform-origin: left top 0;
    }
    80% {
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg) translateY(0px);
        transform-origin: left top 0;
    }
    100% {
        opacity: 0;
        transform: translateY(700px);
    }
}
.hinge {
    animation-name: hinge;
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}
.rollIn {
    animation-name: rollIn;
}
@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}
.rollOut {
    animation-name: rollOut;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
@keyframes zoomInDown {
    0% {
        animation-timing-function: ease-in-out;
        opacity: 0;
        transform: scale(0.1) translateY(-2000px);
    }
    60% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(0.475) translateY(60px);
    }
}
.zoomInDown {
    animation-name: zoomInDown;
}
@keyframes zoomInLeft {
    0% {
        animation-timing-function: ease-in-out;
        opacity: 0;
        transform: scale(0.1) translateX(-2000px);
    }
    60% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(0.475) translateX(48px);
    }
}
.zoomInLeft {
    animation-name: zoomInLeft;
}
@keyframes zoomInRight {
    0% {
        animation-timing-function: ease-in-out;
        opacity: 0;
        transform: scale(0.1) translateX(2000px);
    }
    60% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(0.475) translateX(-48px);
    }
}
.zoomInRight {
    animation-name: zoomInRight;
}
@keyframes zoomInUp {
    0% {
        animation-timing-function: ease-in-out;
        opacity: 0;
        transform: scale(0.1) translateY(2000px);
    }
    60% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(0.475) translateY(-60px);
    }
}
.zoomInUp {
    animation-name: zoomInUp;
}
@keyframes zoomOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
    }
}
.zoomOut {
    animation-name: zoomOut;
}
@keyframes zoomOutDown {
    40% {
        animation-timing-function: linear;
        opacity: 1;
        transform: scale(0.475) translateY(-60px);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translateY(2000px);
        transform-origin: center bottom 0;
    }
}
.zoomOutDown {
    animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
    40% {
        animation-timing-function: linear;
        opacity: 1;
        transform: scale(0.475) translateX(42px);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translateX(-2000px);
        transform-origin: left center 0;
    }
}
.zoomOutLeft {
    animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
    40% {
        animation-timing-function: linear;
        opacity: 1;
        transform: scale(0.475) translateX(-42px);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translateX(2000px);
        transform-origin: right center 0;
    }
}
.zoomOutRight {
    animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
    40% {
        animation-timing-function: linear;
        opacity: 1;
        transform: scale(0.475) translateY(60px);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translateY(-2000px);
        transform-origin: center top 0;
    }
}
.zoomOutUp {
    animation-name: zoomOutUp;
}

.navbar-md {
    min-height: 40px
}
.navbar-md .navbar-brand,
.navbar-md .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px
}
.navbar-md .navbar-brand {
    height: 40px
}
.navbar-md .navbar-toggle {
    margin: 6px 12px 6px 0px;
    padding: 6px 7px 6px 7px;
}
.navbar-md .navbar-toggle .icon-bar {
    width: 19px;
}
/* Create a small height at 30px */

.navbar-sm {
    min-height: 30px;
}
.navbar-sm .navbar-brand,
.navbar-sm .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px
}
.navbar-sm .navbar-brand {
    height: 30px
}
.navbar-sm .navbar-toggle {
    margin: 3px 9px 3px 0px;
    padding: 4px 4px 4px 4px;
}
.navbar-sm .navbar-toggle .icon-bar {
    width: 16px;
}
.title_head{
    font-size: 12px;
}
.footer_hr{
    height:30px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #45484d 0%, #000000 100%) repeat scroll 0 0;
    color: white;
}
.title_head span {
    margin-right: 10px;
}
.table-sim thead{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #45484d 0%, #000000 100%) repeat scroll 0 0;color: white;
}
h1{
    font-size:18px;
}
.menubottom {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
}
.menubottom a{
    color: white;
}
.menubottom li{
    border-left: 1px solid #ccc;
    padding-left:10px;
    padding-right:10px;
}
.menubottom li:first-child{
    border-left: 0;
    padding-left:0;
}
.container img{
    max-width:100%
}
.form-input-custom{
    background:#f6f8f7;
    padding:10px;
    border:1px solid #333;
}




.icon-custom span{
    font-size:40px;
    color:#ffffff;
}
.groupbox{
    padding:10px;
    text-align: justify;
}
.title_result .total_point {
    color: #fb0000;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.8;
    padding: 10px;
}
.title_result .total_point strong{
    font-size: 24px;
    color: #fff;
    background: #ff1100;
    padding: 4px 13px;
    border-radius: 30px;
    border: 5px solid #FFEB3B;
    box-shadow: 1px 1px 2px 2px #ccc;
}
.box1{
}
.box2{
    background:#3498db;
    padding:10px 0;
}
.box3{
    background:#7a8188;
    padding:10px 0;
}
.box{
    margin:0;
}
.box div{
    color:#ffffff;
}
.box h4{
    font-size:24px;
    margin:0 0 5px 0;
}
.info_box{
    margin-bottom:0;
}
a:hover{
    text-decoration:none;
}
@keyframes fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.navbar-custom .navbar-nav > li > a{

}
.navbar-custom .navbar-nav > li > a:hover{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.img_res{
    clear:both;
}
.pagination-custom{
    margin:0 0 10px;
}
.nav-right-custom{
    display:none;
}
.nav-right-custom .caret{
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff !important;
}
.nav-right-custom  .dropdown.open .dropdown-toggle{
    color:#ffaf4b !important;
}
.nav-right-custom  .dropdown.open .dropdown-toggle .caret{
    border-bottom-color: #ffaf4b !important;
    border-top-color: #ffaf4b !important;
}
.nav-right-custom li a{
    color:#ffffff;
}
.panel-custom-order .panel-heading{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3883cc 0%, #3855cc 100%) repeat scroll 0 0;color: white;
    padding:3px 20px;
}
@media (max-width: 768px) {
    .ads_body{
        display:none;
    }
    .nav-right-custom{
        display:block;
    }
}
@media (max-width: 320px) {

}
.page_title{
    margin-top:10px;
    padding-left: 12px;color: #014a8d;

}
.nav > li > a:hover, .nav > li > a:focus{
    color:#ffffff !important;
}
.list_kienthuc {
    display: table;
    list-style: outside none none;
    padding-left: 0;
}
.list_kienthuc > li {
    border-bottom: 1px solid #f2f2f2;
    display: table;
    padding: 10px 0;
    width: 89%;
}
.news_img {
    border: 1px solid #f2f2f2;
    display: inline-block;
    float: left;
    padding: 5px;
    max-width: 120px;
    width: 20%;
}
.news_link {
    float: left;
    height: 90px;
    padding: 0 5px 0 10px;
    width: 75%;
}
.news_link > a {
    color: #07a6bf;
    font-size: 100%;
    display: inline-block;
    height: 20px;
    overflow: hidden;
}
.des_news {
    font-size: 12px;
    height: 50px;
    margin-top: 7px;
    overflow: hidden;
}
.content-box a {
    color: #07a6bf;
}

@media only screen and (min-width : 998px) {
    #mobile-1 {
        padding: 0;
    }
}
@media only screen and (min-width : 1200px) {
    .navbar .container-fluid {
        padding: 0;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        display: none;
        margin-left: -15px;
    }
    .nav.navbar-nav.navbar-left {
        width: 100%;
    }
    .navbar-md .navbar-brand, .navbar-md .navbar-nav > li > a {
        border-right: 1px solid #555;
        /*padding: 10px 33px;*/
        text-align: center;
        /*min-width: 100px;*/
    }
    .nav.navbar-nav.navbar-left > li:last-child a {
        border-right: medium none !important;
    }
    .navbar-collapse.collapse {
        padding: 0;
    }
}
.cl_skype{
    color:#3883cd;font-weight:normal;font-style:italic;
}
.simso a{
    font-weight: bold;
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 600px){
    body > div.container > div.footer_hr.text-center > ul > li:nth-child(6){
        display:none;
    }
    body > div.container > div.footer_hr.text-center > ul > li:nth-child(7){
        display:none;
    }
}
@media screen and (max-width: 375px){
    body > div.container > div.footer_hr.text-center > ul > li:nth-child(5){
        display:none;
    }
}
@media screen and (max-width: 320px){
    body > div.container > div.footer_hr.text-center > ul > li:nth-child(4){
        display:none;
    }
}
@media screen and (max-width: 466px){

}
body > div.container > p{
    margin-bottom:0px;
}
@media screen and (min-width: 320px) and (max-width: 768px){
    #main-content{
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;

    }
    #mobile-1{
        padding-right: 0px;
        padding-left: 0px;
        width:100%;
    }
}

.panel-success .panel-body ul {
    padding-left: 10px;
    list-style: none;
}

.panel-success .panel-body li {
    padding: 5px 0 5px 0;
  
    border-bottom: 1px solid #ececec;
}

@media only screen
and (max-device-width : 950px) {
    .img_res, .hide_mobile { display: none;}
    .show_mobile { display: block !important;}
}

@media only screen
and (max-device-width : 700px) {
    .navbar { margin-bottom: 0;}
}

@media only screen
and (max-device-width : 450px) {
    .content-box .date-time {padding-left: 5px;}
    .content-box .read-more {padding-right: 10px;}
}

.top_module p {
    margin-bottom: 0;
}

.red-text {
    color: #ff0000;
}

.active-menu {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.article :first-child, .article :last-child {
    border-bottom: none;
}

.article {
    height: 130px;
    border-bottom: 1px dashed #d0bbbb;
    margin-top: 10px;
}
.padding-leff-zero {
    padding-left: 0;
    padding-right: 0;
}

.content-box .date-time {
    padding-left: 10px;
}
.content-box .read-more {
    padding-right: 10px;
}

.boxCounter {
    float: left;

}
.boxCounter li {
    float: left;
    padding: 4px 0;
    width: 100%;
}
.boxCounter li.all {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.online {
    text-align: center;
}
.boxCounter .today i {
    color: #ff7200;
    margin-right: 7px;
}
.boxCounter .week i {
    color: #f5bb2b;
    margin-right: 7px;
}
.boxCounter .inmonth i {
    color: #5ea922;
    margin-right: 7px;
}
.boxCounter .all .left {
    background: rgba(0, 0, 0, 0) url("../image/icon_all.png") no-repeat scroll 0 4px;
    padding-left: 18px;
}

.hotlinebottom {
    position: fixed;
    display: block;
    bottom: 15px;
    right: 9px;
}

.right {
    float: left;
    text-align: right;
    width: 20%;
}
.left {
    float: left;
    width: 80%;
}

.hotlinebottom a {position:relative;}
.hotlinebottom a img {background: #006df0; border-radius: 20px;}
.hotlinebottom strong {position:absolute;left:38px;bottom:-6px;font-size:17px;color:#FFF;}
#filter_form{margin: 0;padding: 5px;}


.tomtat {
    color: #0d8f63;
	text-align: justify;
}
  

.tomtat a:hover {
    color: #c42043;
}

.bimg {
    border: 1px solid #dddddd;
    padding: 2px;
}

.bhinfo {
    border-bottom: 1px solid #dbe8ed;
    height: 21px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.baseinfo {
    background: #f1f5f7 url("../image/baseinfo.png") no-repeat scroll 5px 50%;
    color: #6c838e;
    float: left;
    font: 0.9em/21px sans-serif;
    height: 21px;
    padding: 0 8px 0 18px;
}

.baseinfo .span {
	text-align: ;
}

.bhinfo, .bhinfo ul, .bhinfo ul li {
    height: 24px;
}
.bhinfo ul, .bhinfo ul li {
    float: left;
}
.ratebox {
    background: #f1f5f7 url("../image/ratebox.png") repeat scroll 0 0;
    float: right;
    height: 19px;
    padding-top: 2px;
    text-align: center;
    width: 115px;
}
.ratebox .rate {
    height: 17px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 85px;
}
.rating {
    font-size: 0.9em;
    height: 17px;
    width: 85px;
}
.unit-rating {
    background: transparent url("../image/rating.png") repeat-x scroll 0 0;
    height: 17px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 85px;
}
.unit-rating li {
    float: left;
    margin: 0;
    padding: 0;
    text-indent: -90000px;
}
.unit-rating li a {
    display: block;
    height: 17px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    text-indent: -9000px;
    width: 17px;
    z-index: 17;
}
.unit-rating li a:hover {
    background: transparent url("../image/rating.png") repeat scroll 0 -17px;
    left: 0;
    z-index: 2;
}
.unit-rating a.r1-unit {
    left: 0;
}
.unit-rating a.r1-unit:hover {
    width: 17px;
}
.unit-rating a.r2-unit {
    left: 17px;
}
.unit-rating a.r2-unit:hover {
    width: 34px;
}
.unit-rating a.r3-unit {
    left: 34px;
}
.unit-rating a.r3-unit:hover {
    width: 51px;
}
.unit-rating a.r4-unit {
    left: 51px;
}
.unit-rating a.r4-unit:hover {
    width: 68px;
}
.unit-rating a.r5-unit {
    left: 68px;
}
.unit-rating a.r5-unit:hover {
    width: 85px;
}
.unit-rating li.current-rating {
    background: transparent url("../image/rating.png") repeat scroll 0 -34px;
    display: block;
    height: 17px;
    position: absolute;
    text-indent: -9000px;
    z-index: 1;
}
.mlink {
    background: #f0f5f8 url("../image/mlink.png") repeat-x scroll 0 0;
    border-top: 1px solid #cbdfe8;
    font-size: 0.9em;
    height: 30px;
    overflow: hidden;
    padding: 0 15px;
}
.argcat {
    background: transparent url("../image/argcat.png") no-repeat scroll 0 58%;
    color: #6c838e;
    margin-top: 6px;
    padding-left: 10px;
}
.mlarrow {
    background: transparent url("../image/mlinkarrow.png") no-repeat scroll 0 0;
    float: right;
    height: 40px;
    width: 50px;
}
.argmore a, .argmore a b {
    background: #2886d4 url("../image/argmore.png") no-repeat scroll 0 0;
    height: 28px;
}
.argmore a {
    color: #ffffff;
    float: right;
    line-height: 28px;
    margin: 2px 0 0 7px;
}
.argmore a b {
    background-color: rgba(0, 0, 0, 0);
    background-position: 100% -28px;
    cursor: pointer;
    float: left;
    padding: 0 35px 0 11px;
}
.argmore a:hover {
    background-position: 0 -56px;
}
.argmore a:hover b {
    background-position: 100% -84px;
}
.argback a, .argback a b {
    background: transparent url("../image/argback.png") no-repeat scroll 0 0;
    height: 23px;
}
.argback a {
    background-position: 100% -46px;
    float: right;
    line-height: 22px;
    margin: 4px 0 0 5px;
}
.argback a b {
    background-position: 0 0;
    cursor: pointer;
    float: left;
    padding: 0 15px 0 28px;
}
.argback a:hover b {
    background-position: 0 -23px;
}
.argviews span, .argcoms span, .argviews span b, .argcoms span b {
    background: transparent url("../image/args.png") no-repeat scroll 100% -23px;
    height: 23px;
}
.argviews span, .argcoms span {
    float: right;
    line-height: 23px;
    margin: 4px 0 0 5px;
}
.argviews span {
    background-position: 0 -46px;
}
.argcoms span {
    background-position: 0 0;
}
.argviews span b, .argcoms span b {
    float: left;
    font-weight: normal;
    padding: 0 7px 0 25px;
}

.maincont img {
    
    max-width: 90%;

}

.bimg1 {
    border-style: solid;
    border-width: 1px;
    display: block;
    height: auto;
    margin: 10px auto;

    max-width: 100%;
    padding: 3px;
}

.bimg1 {
    border-color: #ccc;
}

.bx_fulltext {
    border: 0 solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px #e0e0e0;
    margin-bottom: 30px;
}
.time_update {
    color: #3f3f3f;
    font-family: "Roboto";
    font-size: 14px;
    font-style: italic;
    padding-bottom: 20px;
    text-align: right;
}
.map {
    padding: 20px 0 50px;
}
.bx-contetn{
	
}

.bx-contetn h3 {
    line-height: 0px;
	padding-top: -10px;
}
.bx-contetn h3 a {
    color: #474747;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
	line-height: 18px;
	padding-top: -10px;
}
.createdate {
    color: #686868;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 10px;

}
.bx-contetn .more a {
    color: #fa3434;
    font-family: "Roboto";
    font-size: 14px;
    font-style: italic;
}
.bx-contetn .more a i {
    padding-left: 5px;
}
.row-article {
    margin: 0;
}

.border-news {
}
.line {
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    height: 1px;
    margin-bottom: 7px;
    padding-bottom: 10px;
}
.img-news {
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 2px 2px #e0e0e0;
    overflow: hidden;
    position: relative;
	margin-top: 10px;
}
.img-news img {
    width: 100%;
}
.tinlienquan {
    margin-top: 0;
    padding: 15px 0;
}
.tinlienquan h6 {
    border-bottom: 1px solid #009c42;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 100%;
}
.tinlienquan h6 span {
    background: #009c42 none repeat scroll 0 0;
    float: left;
    line-height: 35px;
    padding: 0 12px;
    position: relative;
}
.tinlienquan h6 span::after {
    border-color: #009c42 transparent transparent #009c42;
    border-style: solid;
    border-width: 21px 15px 15px 11px;
    content: "";
    height: 0;
    position: absolute;
    right: -26px;
    top: 0;
    width: 0;
}
.tinlienquan h6 span img {
    margin-top: -5px;
    padding-right: 3px;
}
.tinlienquan ul li i {
    color: #e92626;
    padding-right: 5px;
}
.tinlienquan ul li a {
    color: #313131;
    display: inline-block;
    font-size: 14px;
}
.tinlienquan ul li a:hover {
    color: #e92626;
}
.tinlienquan ul {
    clear: both;
    padding: 0;
}
.tinlienquan ul li {
    padding: 6px 15px;
}
.tinlienquan ul .divnews {
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 60px;
}
.tinlienquan ul .divnews img {
    height: 100%;
    width: 100%;
}
.more_art {
    margin: 2px auto;
}
.module-art ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.module-art ul li a {
}



.social-bars {
    
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 21px;
    padding-top: 0;
	text-align: center;
}
.social-lines {
	text-align: center;
    margin: 0;
    padding-right: 4px;
    position: relative;
    z-index: 9;
}


.module-art {
    padding: 10px;
}
.detail-art {
    color: #474747;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
	text-align: justify;
}

.datetime {

    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}

.news-ul ul li p {
    float: left;
    text-align: justify;
    width: 100%;
}
.contetn-lst-news h1 {
    color: #474747;
    font-size: 18px;
    text-transform: none;
}
.contetn-lst-news h2 {
    border: 0 none;
    color: rgb(0, 0, 0);
    font-family: "Times New Roman",Georgia,serif;
    font-size: 17px;
    font-stretch: inherit;
    font-variant-numeric: inherit;
    font-weight: bold;
    line-height: 22px;
    margin: 12px 0;
    padding: 0;
    position: relative;
    vertical-align: baseline;
}


/* phan trang */

.pagination {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	
}
.a hover {
	background-color: #df130b;
    border-color: #dddddd;
    color: #333333;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #fff;
	background: #FFFFFF;
	background-color: #fea235;
	font-weight: none;

}
.pagination .results {
	float: right;
}

.dtime {
    background: transparent url("../image/time.gif") no-repeat scroll left center;
    color: #838383;
    padding-left: 20px;
	font-size:12px;
}
.dtime b {
    color: #626262;
}
.dtime a {
    color: #626262;
}
.dtime span.l {
    background: transparent url("../image/v.gif") no-repeat scroll 20px center;
    padding-left: 35px;
}
.dtime span.r {
    background: transparent url("../image/c.gif") no-repeat scroll 20px 3px;
    padding-left: 35px;
}
.dtime span.d {
    background: rgba(0, 0, 0, 0) url("../image/down.png") no-repeat scroll 15px 1px;
    padding-left: 32px;
}

/*suport */
.support-ol {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #accfe0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 8px;
}
.support-ol .name-phone {
    background: rgba(0, 0, 0, 0) url("../image/phone.png") no-repeat scroll 0 0;
    border-bottom: 1px dashed #555555;
    display: block;
    height: 42px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 50px;
    text-align: center;
}
.support-ol .name-phone span {
    font-weight: bold;
}
.support-ol .name-phone span.name {
    color: #555;
}
.support-ol .name-phone span.phone {
    color: #000;
    font-size: 16px;
}
.support-ol .email-support {
    padding: 5px 0;
}
.support-ol .email-support div {
    padding: 3px 0;
}
.support-ol .email-support .email {
    display: inline-block;
    height: 16px;
    line-height: 15px;
    padding-left: 25px;
}
.support-ol .email-support .support {
    display: inline-block;
    height: 16px;
    line-height: 15px;
    padding-left: 25px;
}
.support-ol .contact {
    border: 1px dashed #555555;
    margin-top: 5px;
    padding: 8px 0 8px 40px;
}
.support-ol .contact a {
    color: #0071b2;
    font-weight: bold;
}
/* end support */

.mod_mid {
    background: #ffffff none repeat scroll 0 0;
    margin-left: 5px;
    padding: 5px;
}
.login_user {
    background: url("../image/user.png") no-repeat scroll 5px 3px;
   
}
.login_pass {
   
	
}
.login_user input {
background: #ffffff url("../image/user.png") no-repeat scroll 5px 3px;
 border: 1px solid #d5d5d5;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.07) inset;
    color: black;
    font: 12px/25px "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 28px;
    padding: 0 8px 0 30px;
    word-spacing: 0.1em;
	width: 100%
}

.login_user1 input {
background: #ffffff url("../image/user.png") no-repeat scroll 5px 3px;
 border: 1px solid #d5d5d5;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.07) inset;
    color: black;
    font: 12px/25px "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 28px;
    padding: 0 8px 0 30px;
    word-spacing: 0.1em;
	width: 80%
}	

.login_pass input {
	 background: #ffffff url("../image/key.png") no-repeat scroll 5px 2px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.07) inset;
    color: black;
    font: 12px/25px "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 28px;
    padding: 0 8px 0 30px;
    word-spacing: 0.1em;
	width: 100%;
}

.login_pass1 input {
	 background: #ffffff url("../image/key.png") no-repeat scroll 5px 2px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.07) inset;
    color: black;
    font: 12px/25px "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 28px;
    padding: 0 8px 0 30px;
    word-spacing: 0.1em;
	width: 80%
}
label.login1 {
    background: rgba(0, 0, 0, 0) url("../image/gray.png") repeat-x scroll 0 0;
  
    cursor: pointer;
    display: inline-block;
    line-height: normal !important;
    margin: 0;
    padding: 2px 10px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;

}
label.login1 input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    outline: medium none;
    padding: 1px 0 2px;
    white-space: nowrap;
}

.signed {
    border: 1px solid #cccccc;
    margin-right: 4px;
    padding: 2px;
    width: 60px;
}
.signed a {
    color: #123979;
    display: block;
}
.signed1 {
    border: 1px solid #cccccc;
    margin-right: 4px;
    padding: 2px;
    width: 100px;
}
.signed1 a {
    color: #123979;
    display: block;
}
.top10 A:active {
    color: #ff4500;
    font-family: arial;
    font-size: 10pt;
}

.tabs-container {
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    line-height: 21px;
    margin: 5px 0 10px;
    padding: 10px;
}
.tagcloud a {
    background-color: #aaaaaa;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 1px 1px 0;
    padding: 4px 7px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.tagcloud a:hover {
    background: #ff304e none repeat scroll 0 0;
    color: #ffffff;
}
.zdnew {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    float: left;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}
.zdnew h1 {
    background: rgba(0, 0, 0, 0) url("../image/h3-mod.png") repeat-x scroll center bottom;
    padding: 7px 5px;
    text-transform: uppercase;
}
.zdnew h1 a {
    color: #ff5500;
}
.zdnew .zdmid {
    padding-left: 5px;
}

.destop-item-product-home {
    border: 1px solid #e3e3e3;
    margin: 10px 0;
    padding: 4px;
    width: 100%;
}
.destop-info-item-product {
    transition: all 0.5s ease 0s;
}
.img-item-product img {
    width: 100%;
	height: 100 %;
}
.img-item-product .hoverpro {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}
.product-meta {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #fff;
    border-image: none;
    border-style: none solid;
    border-width: medium 1px;
    margin-top: 8px;
}
.product-meta .name {
    line-height: 25px;
    overflow: hidden;
}
.product-meta .name a {
    color: #200dd5;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: normal;
}


.jvmod-cc1 {
    background: #f3f8fa none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px;
	color: #000000;
}
.button2 {
    background: #006dba none repeat scroll 0 0;
    border: medium none;
 
    cursor: pointer;
    display: inline-block;
    padding: 2px;
	width: 80px;
	margin-top: 5px;
}
.button2:hover, .button2:active, .button2:focus {
    background: #ff6600 none repeat scroll 0 0;
}
table.pollstableborder {
    border: medium none;
    padding: 0;
    text-align: left;
    width: 100%;
}
table.pollstableborder img {
    vertical-align: baseline;
}
table.pollstableborder td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 4px !important;
	border-bottom: 1px dotted #c3d9ff;
}
table.pollstableborder tr.sectiontableentry1 td {
    background: #eeeeee none repeat scroll 0 0;
}
table.searchintro {
    padding: 10px 0;
    width: 100%;
}
table.searchintro td {
    padding: 5px !important;
}

.header_tours {
    border-bottom: 1px dashed #c7c7c8;
    color: #1a96d3;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    line-height: 30px;
    padding: 0 8px;
	text-align: left;
}
.dangnhap {
    color: red;
    font-weight: bold;
}
.wprp_wrapper {
    color: #676d72;
    display: block;
    margin: 5px 0;
    padding: 10px;
    text-align: right;
}
.wprp_form {
    background: #f0f4f7 none repeat scroll 0 0;
    border: 1px solid #d9e4ef;
    display: none;
    margin: 5px 0 0;
}
.wprp_form form {
    margin: 0;
    padding: 0;
}
.wprp_message {
    background-color: #ffffff;
    border: 1px solid #d9e4ef;
    display: none;
    padding: 5px;
    text-align: center;
}
.wprp_clear {
    clear: both;
    display: block;
}

.group {
    background: #f5f8fa none repeat scroll 0 0;
    border: 1px solid #c3d9ff;
    margin-bottom: 10px;
    padding: 10px;
}
.list_tb {
    border: 1px solid #c3d9ff;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
.list_tb tr {
    padding: 10px;
}
.list_tb tr:hover {
    background-color: #e8eefa;
    padding: 10px;
}
.list_tb td {
    border: 1px solid #c3d9ff;
}
.list_tb thead td {
    background-color: #c3d9ff;
    padding: 5px;
}
.list_tb thead td a, .list thead td {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
.list_tb tbody a {
    text-decoration: underline;
}
.list_tb tbody td {
    padding: 5px;
    vertical-align: middle;
}
.list_tb .left {
    padding: 7px;
    text-align: left;
}
.list_tb .date {
    padding: 7px;
    text-align: left;
    width: 120px;
}
.list_tb .actions {
    padding: 7px;
    text-align: left;
    width: 68px;
}
.list_tb .right {
    padding: 7px;
    text-align: right;
}
.list_tb.center {
    padding: 7px;
    text-align: center;
}
.tabs-container {
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    line-height: 21px;
    margin: 5px 0 10px;
    padding: 10px;
}


.form-container {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    margin: 10px auto 0;
    width: 450px;
}
.form-container .form-title {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #efefef;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px;
    text-align: center;
}
.form-container > form {
    box-sizing: border-box;
    font-size: 12px;
    padding: 15px;
    width: 450px;
}
.form-container > form input[type="number"], .form-container > form input[type="email"], .form-container > form input[type="password"], .form-container > form input[type="tel"], .form-container > form input[type="text"] {
    border: 1px solid #efefef;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 5px 15px;
}
@media (max-width: 450px) {
.form-container {
    border-radius: 0;
    min-width: 100%;
    width: 100%;
}
.form-container .form-title {
    width: calc(100% - 2px);
}
.form-container form {
    width: 100%;
}
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], textarea {
    font-size: 16px !important;
}
}
.form-container > form .btn {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
}
.form-container > form .form-separator > span {
    margin: 0 5px;
    text-align: center;
    width: 95%;
}
.form-container > form .form-separator {
    align-items: center;
    color: #555;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.form-container > form .form-separator::after, .form-container > form .form-separator::before {
    border-top: 1px solid #efefef;
    content: "";
    display: block;
    width: calc(50% - 25px);
}
.btn-fb {
    background: #385794 none repeat scroll 0 0;
    color: #fff;
}
.btn-fb:hover {
    background: #2a416f none repeat scroll 0 0;
}
.btn-login {
    background: #ed1c24 none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 700;
}
.btn-login:hover {
    background: #c71e24 none repeat scroll 0 0;
}
.form-container .errorMessage {
    background: #fff5f3 none repeat scroll 0 0;
    border: 1px solid #ff765a;
    border-radius: 12px;
    color: #ac2b2e;
    font-size: 12px;
    margin: 15px 15px 0;
    padding: 10px;
    width: calc(100% - 32px);
}
.warning {
    background: #ffdfe0 none repeat scroll 0 0;
    border: 1px solid #ff9999;
	border-radius: 12px;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px 0;
    text-align: center;
}
.form-container > form input[type="number"], .form-container > form input[type="email"], .form-container > form input[type="password"], .form-container > form input[type="tel"], .form-container > form input[type="text"] {
    font-family: inherit;
}
.form-container > form .form-group > button:first-child {
    margin-left: 0;
}
.form-container > form .form-group > button {
    display: block;
    margin: 0 5px;
}
.form-container > form .form-group > button:last-child {
    margin-right: 0;
}
.form-container > form .form-group {
    align-items: center;
    display: flex;
    margin: 0 0 10px;
}

.card, .card.card-box {
    border: medium none;
    border-radius: 0;
}
.card .card-img-top {
    border-radius: 0;
    height: 97px;
    width: 155px;
}
.card-box .title {
    color: #0743bd;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
.card-box .title.red {
    color: #f01a24;
}
.card-box > .card-header {
    background-color: transparent;
    border-bottom: 2px solid #1257e2;
    padding-bottom: 1px;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
}
.card-box > .card-header .title {
    bottom: 3px;

    padding-left: 6px;
	padding-top: 5px;
}
.card-box > .card-header img {

}
.card-box > .card-header::after {
    background-color: #067cec;
    bottom: -1px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 31px;
}
.card-box > .card-header.red::after {
    background-color: #f01a24;
}
.card-box > .card-header.red + .card-body {
    padding-top: 13px !important;
}
.card-box > .card-header .header-tab {
    border-right: 1px solid;
    color: #333333;
    cursor: pointer;
    padding-right: 6px;
    position: relative;
    top: 6px;
}
.card-box > .card-header .header-tab.active {
    color: #0743bd;
    cursor: default;
}
.card-box > .card-header .header-tab:first-of-type {
    padding-left: 0;
}
.card-box > .card-header .header-tab:last-of-type {
    border-right: 0 none;
}
.card-box > .card-body {
    margin-bottom: 10px;
    margin-top: 8px;
}
.card-box > .card-body.border-left {
    border-left: 1px solid #b4d5f3;
}
.card-box > .card-body.border-right {
    border-right: 1px solid #b4d5f3;
}
.card-box > .card-body.border-bottom {
    border-bottom: 1px solid #b4d5f3;
}
.card-box.card-one-gate > .card-topper {
    border-bottom: 1px solid #0989fb;
    margin-bottom: 2px;
}
.card-box.card-one-gate > .card-header {
    background-color: #1257e2;
    border-radius: 0;
    border-top: 6px solid #0989fb;
    color: #ffffff;
    padding: 6px 12px 5px;
}
.card-box.card-one-gate > .card-body {
    margin-top: 0;
}
.card-box.card-list > .card-header {
    border-bottom: 0 none;
    padding: 0;
}
.card-box.card-list > .card-body {
    margin-top: 0;
    padding: 0 13px;
}
.card-box.card-list > .card-body.border-bottom {
    border-bottom-color: #067cec;
}
.card-box.card-list .card .card-header {
    background-color: #1257e2;
    border-bottom: 0 none;
    border-radius: 0;
    color: #ffffff;
    padding: 6px 12px 5px;
}
.card-box.card-list .list-group-item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f0f7fc url("../image/icon/dot.png") no-repeat scroll 12px 12px;
    border-color: #85bef5;
    border-image: none;
    border-radius: 0 !important;
    border-style: dotted;
    border-width: 0 0 2px;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 12px 4px 22px;
}
.card-box.card-list .list-group-item:hover {
    background: #0676e1 url("../image/icon/dot-white.jpg") no-repeat scroll 12px 12px;
    color: #ffffff;
}
.card-box.card-list .list-group-item:last-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.product {
    background: white none repeat scroll 0 0;
    border: 1px solid #d3e4f5;
    float: left;
    height: 250px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.product:hover {
    transition: all 0.3s ease 0s;
}
.product:hover a {
    color: #ef1b27;
}
.productpic {
    float: left;
    height: 145px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product .title {
    color: #0655ae;
    float: left;
    font-family: utm_swiss;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    padding: 0 10px 10px;
    width: 100%;
}
.product a {
    color: #0655ae;
    text-decoration: none;
}
.product a:hover {
    color: #ef1b27 !important;
    text-decoration: none;
}
.product_ctn {
    float: left;
    width: 100%;
}
.product_ctn img {
    max-width: 100%;
}
.noidung_tin {
    width: 100% !important;
}
.product .productpic .hover-effect {
    border: medium none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
}
.product .productpic .hover-effect img {
    height: 35px !important;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 50px !important;
}
.product .hover-effect:hover {
    border: 100px solid rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
}
.product .hover-effect:hover img {
    height: 35px !important;
    opacity: 1;
    top: -10px;
    transition: all 0.5s ease 0s;
    width: 50px !important;
}
#image-gallery img {
    width: 100%;
}
.lSSlideOuter .lSPager.lSGallery img:hover {
    opacity: 0.5;
}
.lSGallery li {
    height: 50px;
}
.pages {
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.productpic img {
    float: left;
    margin: 1% 0 0 1%;
    width: 98% !important;
}
.product_info .heading {
    margin-top: 0;
}
.product_info p {
    float: left;
    padding: 0 10px !important;
    width: 100%;
	border-bottom: 1px dotted #ddd;
}
.product_info label {
    font-family: menufont;
}
.heading {
    color: #ef1b27;
    float: left;
    font-family: menufont;
    font-size: 20px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.heading .word1 {
    color: #3a8cd8;
}
.heading2 {
    float: left;
    font-family: menufont;
    font-size: 16px;
    margin: 10px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.btn_send {
    background: white none repeat scroll 0 0;
    border: 1px solid #0b76ce;
    box-shadow: 0 0 0 0 #666 inset;
    color: #0655ae;
    display: block;
    float: left;
    font-family: menufont;
    margin: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.btn_send:hover {
    box-shadow: 100px 0 0 0 #ef1b27 inset;
    color: white;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

#image-gallery img {
    width: 100%;
}
.lSSlideOuter .lSPager.lSGallery img:hover {
    opacity: 0.5;
}
.lSGallery li {
    height: 50px;
}

.hotline1 {

    color: #ff3300;
    font-size: 12px;
    margin: 10px 0 5px;
    padding: 4px 4px 4px 28px;
}

.fulltext {
    float: left;
    height: auto;
    padding: 10px;
    width: 100%;
}
.fulltext img {
    height: auto !important;
    max-width: 100% !important;
}
.fulltext p {
    margin-bottom: 10px;
}

.title-cdd {
    border-bottom: 2px solid #054d96;
    height: 28px;
    margin-bottom: 10px;
}
.title-cdd span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #1e85e6;
    border-color: #007dcb #007dcb #054d96;
    border-image: none;
    border-radius: 2px 2px 0 0;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 28px;
    margin-right: 4px;
    padding: 0 10px;
    text-shadow: 0 1px 0 #021a31;
}
.title-cdd span em {
    color: #ffd200;
    font-style: normal;
}
.dautrang {
    background: transparent url("../image/icon_mini_cont.1.0.15.png") no-repeat scroll 0 -92px;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    line-height: 15px;
    margin-top: 8px;
    padding: 0 0 0 18px;

}
.post-comment {
    background: #ffffff none repeat scroll 0 0;
    height: auto;
    margin-bottom: 15px;
    margin-top: -10px;
    width: auto;
}

.hinh_anh {
    border: 1px solid #e7e7e7;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    text-align: center;
	width: 100%;
}

.hinh_anh1 {
    border: 1px solid #e7e7e7;
    float: left;

    padding: 2px;
    position: relative;
    text-align: center;
	width: 100%;
}


.listing-pic-detail {
    margin: 0;
    width: 50px;
}
.listing-pic-detail span {
    border: 1px solid #e4e4e4;
    float: left;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.listing-pic-detail span a {
    display: block;
}
.listing-pic-detail span:hover {
    border: 1px solid #ff8b18;
}


.title-article {
    border-bottom: 1px solid #ddd;
    color: #f7931e;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 5px 0;
    position: relative;
    width: 100%;
}
.title-article::after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 192px;
}
.head {
    background: #005496 none repeat scroll 0 0;
    padding: 10px 0;
}
a.hotline {
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
a.hotline:hover {
    text-decoration: underline;
}
a.hotline i {
    margin-right: 8px;
}
.language {
    margin: 0 3px;
}
.social > a {
    margin: 0 3px;
}
.language, .social, .search-form {
    display: inline-block;
    vertical-align: middle;
}
.social a {
    background: #00345d none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.social a:hover {
    background: #0085ee none repeat scroll 0 0;
}
.language span {
    background: #00345d none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.goog-te-gadget img {
    display: none !important;
}
#google_translate_element .goog-te-gadget-simple {
    background: #00345d none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 2px;
    height: 25px;
    padding: 0;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
    font-size: 11px !important;
    margin: 0 3px;
}
#google_translate_element .goog-te-gadget-simple img {
    width: auto !important;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
    font-size: 11px !important;
}
#google_translate_element {
    display: inline-block;
}
.goog-te-menu-value {
    display: inline-block;
}
.language {
    position: relative;
}
.language ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.5);
    display: none;
    max-width: 800px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 1;
}
.language ul li {
}
.language ul li a {
    color: #36c;
    display: block;
    font-size: 13px;
    padding: 3px 8px;
}
.language ul li a:hover {
    background: #36c none repeat scroll 0 0;
    color: #fff;
}

.products-block {
    overflow: hidden;
}

    .products-block .products-block-left {
        width: 100px;
        float: left;
    }

    .products-block .products-block-right {
        margin-left: 110px;
    }

    .products-block .product-price {
        font-size: 18px;
        color: #84c52c;
        font-weight: bold;
        line-height: 35px;
    }

    .products-block .product-star {
        color: #ff9900;
        padding-top: 5px;
    }

.products-block-bottom {
    padding-top: 5px;
    clear: both;
}

.products-block .link-all {
    height: 35px;
    width: 120px;
    border: 1px solid #84c52c;
    line-height: 33px;
    font-size: 14px;
    color: #84c52c;
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    background: #84c52c;
    color: #fff;
}

    .products-block .link-all:hover {
        opacity: 0.8;
    }

    .products-block .link-all:after {
        font: normal normal normal 13px/1 FontAwesome;
        content: "\f101";
        margin-left: 10px;
    }

.best-sell li {
    border-bottom: 1px solid #e2d8c7;
    padding: 15px 0;
}

    .best-sell li:first-child {
        padding-top: 0;
    }

    .best-sell li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

.owl-best-sell {
    padding-bottom: 35px;
}


    





