body {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-family: "Poppins";
    transition: all 0.5s ease-in-out 0s;
}
img {
    max-width: 100%;
}
* {
    box-sizing: border-box;
    outline: none !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a,
a:hover,
.btn,
.btn:hover {
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
a {
    color: #313131;
}
a:hover {
    color: #0e9ce8;
}
p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.btn.focus,
:focus {
    box-shadow: none !important;
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #141619;
    font-weight: 700;
}
h1 {
    font-size: 48px;
    line-height: 66px;
}
h2 {
    font-size: 44px;
    line-height: 48px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
    line-height: 70px;
}
h5 {
    font-size: 18px;
    list-style: 24px;
}
h6 {
    font-size: 16px;
}

.container-fluid {
    padding: 0;
}

/* Header */
header {
    background-color: #ffffff;
}
.header-top {
    background-color: #313131;
    padding: 12px 0;
}
.header-top a {
    color: #ffffff;
}
.social-media ul li:not(:last-child) {
    margin-right: 10px;
}
.social-media ul li a {
    width: 26px;
    height: 26px;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
}
.header-top .contact-detail ul li:not(:first-child) {
    margin-left: 30px;
}
.header-top .contact-detail ul li a img {
    margin-right: 10px;
}
.header-top .contact-detail ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
}
.navbar .navbar-nav .nav-item {
    margin-right: 40px;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 28px 0;
    position: relative;
    text-transform: capitalize;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link:hover {
    color: #0e9ce8;
}
.navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #0e9ce8;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    opacity: 0;
}
.navbar .navbar-nav .nav-item.active .nav-link::after,
.navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
    opacity: 1;
}
.table-responsive {
    display: inline-table;
}
/*.navbar .navbar-brand img {
    margin-bottom: -30px;
}*/
button.search-toggler {
    background: #0e9ce8;
    color: #ffffff;
    font-size: 25px;
    border-radius: 5px;
    border: 2px solid #0e9ce8;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
button.search-toggler:hover {
    color: #0e9ce8;
    border-color: #0e9ce8;
    background-color: transparent;
}
form.header-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 10px 15px;
    transform: translateY(-100%);
    z-index: -1;
    border-radius: 0 0 5px 100px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
form.header-search.show {
    z-index: 1;
    transform: translateY(0);
}
form.header-search input.form-control {
    background: #ffffff;
    border: 1px solid #0e9ce8;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    min-height: 40px;
    min-width: 300px;
    margin-right: 0 !important;
    margin-left: auto;
}
form.header-search .btn {
    min-height: 40px;
    border-radius: 0 5px 5px 0;
    border-left: 0px;
    border-color: #0e9ce8;
    background-color: #0e9ce8;
    color: #ffffff;
    font-size: 16px;
}
form.header-search .btn:hover {
    background-color: transparent;
    color: #0e9ce8;
}

/* Banner Section */
.banner-section .banner-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/* Import Export Section */
.import-export-section {
    z-index: 999;
}
/*.import-export-section .content-block {
    padding: 63px 110px 80px 103px;
    background-image: url(../images/world-map.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    transform: translateY(0);
    margin-top: -208px;
}*/
.import-export-section {
    background-image: url(../images/banner.jpeg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.heading {
    text-align: center;
    padding-bottom: 20px;
}
.heading h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 57px;
    height: 4px;
    background-color: #0e9ce8;
}
.heading p {
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    color: #fff;
}
.import-export-section .tab-content .note p {
    color: #fff;
}
#overlay {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 0;
}
.shipment-box tbody tr {
    position: relative;
}
/*.shipment-box tbody tr:after{
   content: ' ';
width: 15px;
height: 15px;
background: url("../images/arrow.png") no-repeat;
   left: 0;
   top: 25px;
   position: absolute;

}*/
.content-block {
    z-index: 2;
    position: relative;
}
.import-export-section {
    padding-bottom: 60px;
    /*position: relative;*/
}
.import-export-section .nav-tabs .nav-link {
    background-color: transparent;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: none;
    min-width: 145px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}
.import-export-section .nav-tabs .nav-link.active {
    color: #0e9ce8;
    border-radius: unset;
    border-bottom: none !important;
    border: 1px solid #eeeeee;
    border-bottom: 1px solid white !important;
}
.import-export-section .tab-block {
    padding-top: 30px;
}
.import-export-section .tab-block nav {
    padding-bottom: 50px;
}
.import-export-section .tab-content .category-search {
    background: #ffffff;
    box-sizing: border-box;
    padding: 6px;
    border-radius: 25px 0px 0px 25px;
}
.import-export-section .tab-content .category-search button.btn-search {
    background: #0e9ce8;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 5px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    border: 2px solid #0e9ce8;
    padding: 15px 67px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}
.import-export-section .tab-content .category-search button.btn-search:hover {
    background-color: transparent;
    color: #0e9ce8;
}
.import-export-section .tab-content .category-search select {
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    min-width: 215px;
    border: none;
    background-color: transparent;
}
.import-export-section .tab-content .category-search .input-select {
    position: relative;
}
.import-export-section .tab-content .category-search .input-select::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 1px;
    background: #0e9ce8;
}
.import-export-section .tab-content .category-search .second-wrap {
    width: 60%;
}
.import-export-section .tab-content .category-search .second-wrap input {
    width: 100%;
    min-height: 40px;
    padding: 5px;
    border: none;
}
.import-export-section .tab-content .note {
    /* padding-top: 30px; */
}
.import-export-section .tab-content .note {
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    color: #696969;
}
.import-export-section .tab-content .month-select-section {
    /*padding-top: 50px;*/
    position: relative;
    /*padding-bottom: 80px;*/
}
.import-export-section .tab-content .dropdown button,
.input-field .input-select .select {
    background: #ffffff;
    border: none;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.import-export-section .tab-content .category-search .input-select select,
.import-export-section .tab-content .month-select-section .month-dropdown input,
.filter-section .filter-block .filter-list .filter-item select {
    background: transparent;
    -webkit-appearance: none;
    /* background-image: url(../images/down-arrow.svg); */
    background-repeat: no-repeat;
    background-position: 90% center;
}
.import-export-section
    .tab-content
    .month-select-section
    .dropdown
    button.dropdown-toggle::after {
    margin-left: 50px;
    background-image: url(../images/down-arrow.svg);
    font-size: 0;
    width: 15px;
    height: 9px;
}
.import-export-section .tab-content .dropdown {
    position: unset;
}
.import-export-section .tab-content .country-list {
    width: 100%;
    background: #f7f8fb;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 22px 31px 6px;
    display: inline-block;
    margin-top: 25px;
}
.import-export-section .tab-content .country-list .form-check {
    float: left;
    width: 25%;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    padding: 0;
}
.form-check input[type="radio"] {
    display: none;
}
.form-check input[type="radio"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.form-check input[type="radio"] + label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    border: 1px solid #c0cde1;
    border-radius: 50%;
}
.form-check input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: #0e9ce8;
    border-radius: 50%;
    display: none;
}
.form-check input[type="radio"]:checked + label::before {
    display: block;
}
.import-export-section .tab-content .month-select-section .month-dropdown {
    background: #ffffff;
    border: 1px solid #0e9ce8;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 20px 0 33px;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    .dropdown
    .country-list {
    width: 100%;
    padding: 10px 15px;
    background: #f7f8fb;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 5px;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    .dropdown
    .country-list
    .form-check {
    padding: 0;
    margin-bottom: 10px;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    .dropdown
    .country-list
    .form-check:last-child {
    margin: 0;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    .dropdown
    button {
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    border: none;
    padding: 0;
    min-width: 200px;
    padding: 10px 0;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    input {
    /*background: transparent;*/
    /* font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;

    padding: 0;
    max-width: 200px;*/
    padding: 10px 0;
    border: none;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    input::-webkit-input-placeholder {
    color: #000000;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    input::-moz-placeholder {
    color: #000000;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    input:-ms-input-placeholder {
    color: #000000;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    input:-moz-placeholder {
    color: #000000;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    input[type="month"] {
    background: none;
}
.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    .start-month {
    position: relative;
    margin-right: 15px;
    padding-right: 16px;
}

.import-export-section
    .tab-content
    .month-select-section
    .month-dropdown
    .start-month::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 33px;
    background: #0e9ce8;
}

/* Filter section */
.filter-section {
    padding-bottom: 90px;
}
.filter-section .filter-block {
    background: #f7f8fb;
    border-radius: 5px;
    padding: 25px;
    overflow: hidden;
}
.filter-section .filter-block .heading h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #0e9ce8;
}
.filter-section .filter-block .heading {
    position: relative;
}
.filter-section .filter-block .heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50px;
    right: -50px;
    height: 2px;
    background-color: #ffffff;
}
.filter-section .filter-block .filter-list {
    padding-top: 25px;
    margin: 0 -10px;
}
.filter-section .filter-block .filter-list .filter-item {
    width: calc(100% / 5);
    padding: 0 10px;
}
.filter-section .filter-block .filter-list .filter-item p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #0d2a3c;
    margin-bottom: 14px;
}
.filter-section .filter-block .filter-list .filter-item select {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 11.5px 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

/* Detail Table Section */
.detail-table-section {
    padding: 30px;
    text-align: center;
}
.detail-table-section .detail-teble table {
    background: #ffffff;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
    border-radius: 10px;
    width: 100%;
}
.detail-table-section .detail-teble .table td,
.detail-table-section .detail-teble .table th {
    border: none;
}
.detail-table-section .detail-teble .table th {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}
.detail-table-section .detail-teble .table td {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #656565;
    border-bottom: 1px solid #e3e3e3;
}
.detail-table-section .detail-teble .table tr:last-child td {
    border: none;
}
.detail-table-section .detail-teble thead {
    background: #0e9ce8;
}
.detail-table-section .detail-teble thead th:first-child {
    border-radius: 10px 0 0 0;
}
.detail-table-section .detail-teble thead th:last-child {
    border-radius: 0 10px 0 0;
}
.detail-table-section .detail-teble .table th.date {
    width: 100px;
}
.detail-table-section .detail-teble .table td.date {
    padding-left: 30px;
    padding-right: 30px;
}
.detail-table-section .detail-teble .table th.description {
    width: 200px;
}
.detail-table-section .detail-teble .table th.country {
    width: 150px;
}
.detail-table-section .detail-teble .table td.country {
    padding-left: 40px;
    padding-right: 40px;
}
.detail-table-section .detail-teble .table td.port {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 141px;
}

/*pagination*/

.pagination {
    margin-top: 20px;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #0e9ce8;
    color: white;
    border: 1px solid #0e9ce8;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Footer */
footer {
    background-color: #0e9ce8;
    border-radius: 100px 0px 0px 0px;
}
footer .footer-top {
    padding-top: 64px;
    padding-bottom: 60px;
}
footer .footer-bottom {
    background: #000000;
    border-radius: 100px 0px 0px 0px;
    padding: 18px 0;
}
footer .footer-bottom p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #ffffff;
}
footer .footer-about .heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #ffffff;
    /* margin-bottom: 30px; */
    display: inline-block;
}
footer .footer-about a .country-list-item {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    /* margin-bottom: 30px; */
    display: inline-block;
}
footer .footer-about p {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    margin-right: 40px;
}
footer .col.footer-links {
    max-width: 20% !important;
}
.footer-links h4,
.footer-contact h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}
.footer-country-list a {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    margin-bottom: 6px;
    display: inline-block;
}
.footer-links a {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 11px;
    display: inline-block;
}
.footer-contact p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-contact .newsletter-form {
    margin-bottom: 37px;
}
.footer-contact .newsletter-form input,
.footer-about input {
    border: 1px solid #ffffff;
    background: transparent;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    padding: 6px 17px 5px;
    width: calc(100% - 40px);
}
.footer-contact .newsletter-form button.btn {
    min-height: 40px;
    border-radius: 0;
    border: 1px solid #ffffff;
    border-left: none;
    background-color: #ffffff;
    font-size: 17px;
    width: 40px;
    padding: 0;
    text-align: center;
}
.footer-contact .newsletter-form button.btn svg {
    transform: rotate(30.96deg);
}
footer .social-media a {
    color: #ffffff;
}

.monthly-wrp {
    padding: 1em;
    top: 6px;
    z-index: 1000;
    border-radius: 3px;
    background-color: #f7f8fb;
}
.monthly-wrp:before {
    content: "";
    border-bottom: 6px solid #f7f8fb;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 6px;
    z-index: 1002;
}
.monthly-wrp .years {
    margin-bottom: 0.8em;
    text-align: center;
}
.monthly-wrp .years select {
    border: 0;
    border-radius: 3px;
    width: 100%;
    background-color: #ccc;
}
.monthly-wrp .years select:focus {
    outline: none;
}
.monthly-wrp table {
    border-collapse: collapse;
    table-layout: fixed;
}
.monthly-wrp td {
    padding: 1px;
}
.monthly-wrp table button {
    width: 100%;
    border: none;
    background-color: #0e9ce8;
    color: #ffffff;
    font-size: 14px;
    padding: 0.6em;
    cursor: pointer;
    border-radius: 3px;
}
.monthly-wrp table button:hover {
    background-color: rgb(27 68 131 / 60%);
}
.monthly-wrp table button:focus {
    outline: none;
}

/*Hi CHart*/

/*.piechart-box{
    display: flex;
}
.piechart-1{
    width: calc(100% - 400px);
}*/
/*.piechart-2{
    width: 400px;
    padding-top: 50px;
        align-self: center;
}*/

/*.piechart-2 .table-responsive {
    display: inline-table;
}*/

.highcharts-description {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 3em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.row-block {
    display: flex;
    width: 100%;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #0e9ce8;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/*Collapse*/

.collaps {
    cursor: pointer;
}

.content {
    padding: 0 18px;
    background-color: #f1f1f1;
}

.blure {
    filter: blur(4px);
}

.table-blure {
    position: relative;
}

.login-text {
    width: 330px;
    height: 30px;
    bottom: 205px;
    margin: 0 auto;
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.login-btn {
    background: #0e9ce8;
    color: #fff;
    border: 0;
}

.dtable {
    display: inline-table;
}

/* Responsive Css */

@media screen and (max-width: 1200px) {
    .import-export-section
        .tab-content
        .month-select-section
        .month-dropdown
        input {
        font-size: 16px;
        max-width: 150px;
    }
    .import-export-section .content-block {
        padding: 63px 50px 103px;
    }
    footer,
    footer .footer-bottom {
        border-radius: 50px 0px 0px 0px;
    }
}

@media screen and (min-width: 1024px) {
    .table-responsive {
        display: table !important;
    }
}

@media screen and (max-width: 1024px) {
    .filter-section .filter-block .filter-list .filter-item select {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .import-export-section .tab-content .category-search {
        margin-top: 30px;
    }
    .bigtbl .table-responsive {
        display: block !important;
    }
    .login-text:after,
    .login-text-small:after {
        right: 27%;
    }
    .detail-table-section {
        padding: 30px 0px;
    }
    .row-block {
        display: block;
    }
    .col-block {
        width: 100%;
    }
    .piechart-box {
        display: block;
    }
    .piechart-1,
    .piechart-2 {
        width: 100%;
    }
    .import-export-section .content-block {
        padding: 43px 35px 83px;
    }
    .navbar .navbar-nav .nav-item {
        margin-right: 25px;
    }
    .import-export-section .tab-content .category-search select {
        min-width: 160px;
        padding: 7px 40px 7px 10px;
    }
    .import-export-section .tab-content .category-search button.btn-search {
        padding: 7px 37px;
    }
    .import-export-section .tab-content .month-select-section .month-dropdown {
        padding: 0 10px 0 18px;
    }
    .import-export-section
        .tab-content
        .month-select-section
        .month-dropdown
        input {
        max-width: 150px;
        font-size: 16px;
    }
    .import-export-section .tab-content .dropdown button {
        min-width: 200px;
    }
    .import-export-section
        .tab-content
        .month-select-section
        .dropdown
        button.dropdown-toggle::after {
        margin-left: 35px;
    }
    .import-export-section .tab-content .country-list .form-check {
        width: 50%;
    }
    footer .footer-top .col {
        flex-grow: unset;
        min-width: 50%;
        margin-bottom: 40px;
    }
    form.header-search {
        margin: 0 !important;
    }
    form.header-search {
        border-radius: 0 0 0 50px;
    }

    .filter-section .filter-block .filter-list {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .filter-section .filter-block .filter-list .filter-item {
        width: calc(100% / 3);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .import-export-section .tab-content .category-search .second-wrap {
        width: 100%;
    }

    body .import-export-section .tab-content .category-search {
        display: inline-block !important;
        width: 100%;
    }
    .import-export-section .tab-content .category-search .input-select::after {
        display: none;
    }
    .import-export-section .tab-content .category-search select {
        width: 100%;
        height: 40px;
        padding: 10px !important;
        border: 0 !important;
    }
    .import-export-section .tab-content .category-search .third-wrap {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .import-export-section .tab-content .country-list {
        padding: 22px 15px 6px;
    }
    .import-export-section {
        padding: 0px;
    }
    .tab button {
        padding: 11px 11px;
        font-size: 14px;
    }

    footer .footer-top .col {
        flex-grow: unset;
        min-width: 100%;
        margin-bottom: 40px;
    }
    .navbar .navbar-toggler img {
        max-width: 30px;
    }
    .navbar .navbar-collapse {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .navbar .navbar-nav .nav-link {
        padding: 7px 0 2px;
        margin-bottom: 4px;
    }
    .navbar .navbar-nav .nav-item {
        margin-right: 0;
    }
    form.header-search {
        position: unset;
        transform: translate(0);
        padding: 15px 0 0;
    }
    button.search-toggler {
        display: none;
    }
    form.header-search input.form-control {
        margin-left: 0;
    }
    .import-export-section .tab-content .month-select-section {
        flex-direction: column;
    }
    .import-export-section .tab-content {
        margin-bottom: 30px;
    }

    .heading h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .heading p {
        font-size: 14px;
        line-height: 24px;
    }
    .import-export-section .content-block {
        padding: 30px 0px 60px;
    }
    .import-export-section .tab-content .category-search select {
        font-size: 13px;
        line-height: 20px;
        min-width: 120px;
        padding: 0 3px;
    }
    .import-export-section .tab-content .category-search button.btn-search {
        padding: 0 12px;
        font-size: 15px;
    }
    .import-export-section .tab-content .dropdown button {
        min-width: unset;
    }
    .import-export-section
        .tab-content
        .month-select-section
        .month-dropdown
        .dropdown
        button {
        min-width: 100px;
    }
    .top-header-block {
        flex-direction: column;
    }
    .header-top .social-media {
        margin-bottom: 15px;
    }
    .import-export-section .tab-content .month-select-section .dropdown button {
        font-size: 16px !important;
    }
    .import-export-section
        .tab-content
        .month-select-section
        .month-dropdown
        .dropdown
        .country-list {
        min-width: 170%;
    }
    .import-export-section
        .tab-content
        .month-select-section
        .month-dropdown
        .start-month
        .dropdown
        .country-list {
        margin-left: -40px;
    }
    .import-export-section
        .tab-content
        .month-select-section
        .month-dropdown
        .End-month
        .dropdown
        .country-list {
        margin-left: -70px;
    }
    .import-export-section .tab-content .month-select-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .filter-section .filter-block .filter-list .filter-item {
        width: 100%;
        margin-bottom: 20px;
    }
    footer .footer-bottom {
        padding: 18px 15px;
    }
    form.header-search input.form-control {
        width: calc(100% - 41px);
    }
    .import-export-section .tab-content .category-search .input-select::after {
        right: 0;
    }
    .import-export-section .tab-content .category-search .second-wrap input {
        padding: 5px 5px 5px 10px;
    }
    footer {
        text-align: center;
    }
    footer .footer-about p {
        font-size: 14px;
        margin-right: 0;
    }
    footer .social-media ul {
        justify-content: center;
    }
    footer .footer-top {
        padding-bottom: 0;
    }
    footer .footer-bottom p {
        font-size: 14px;
    }
    footer .footer-links a {
        font-size: 14px;
    }
    .cart-btn {
        top: 18px !important;
    }
}

@media screen and (max-width: 575px) {
    .import-export-section .nav-tabs .nav-link {
        min-width: 115px;
    }
    .import-export-section .tab-block nav {
        padding-bottom: 0px;
    }
    .form-check input[type="radio"] + label {
        padding-left: 27px;
    }
    .form-check .form-check-label img {
        width: 27px;
    }

    /*.import-export-section .tab-content .month-select-section .month-dropdown {
        flex-direction: column;
    } */
    .import-export-section
        .tab-content
        .month-select-section
        .month-dropdown
        input {
        max-width: 100%;
        font-size: 14px;
    }
    .import-export-section
        .tab-content
        .month-select-section
        .month-dropdown
        .start-month {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .import-export-section
        .tab-content
        .month-select-section
        .month-dropdown
        .start-month::after {
        top: 100%;
        transform: translateY(0);
        height: 1px;
        width: 100%;
    }
    .import-export-section .tab-content .month-select-section .month-dropdown {
        padding: 0 10px;
    }
    .import-export-section .tab-content .month-select-section {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {
    .import-export-section .tab-content .month-select-section .month-dropdown {
        width: 100%;
    }
    .start-month,
    .End-month {
        width: 50% !important;
    }
    .import-export-section .tab-content .country-list .form-check {
        font-size: 14px;
    }
    .header-top .contact-detail ul {
        flex-direction: column;
    }
    .header-top .contact-detail ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 375px) {
    /* .import-export-section .tab-content .country-list .form-check {
      width: 100%;
    }*/
    .import-export-section .tab-content .country-list {
        padding: 10px 10px 6px;
    }
    .import-export-section
        .tab-content
        .month-select-section
        .dropdown
        button.dropdown-toggle::after {
        margin-left: 5px;
    }
    .import-export-section .tab-content .month-select-section .dropdown button {
        font-size: 14px !important;
    }
}

/* login page */
.login-section {
    padding: 119px 0;
    background-color: #f1f1f1;
}
.login-form {
    max-width: 531px;
    width: 100%;
    margin: 0 auto;
    background-color: #0e9ce8;
    background-image: url("../images/login-bg.png");
    background-size: cover;
    padding: 32px 40px 45px 40px;
    border-radius: 60px 0px 60px 0px;
}
.login-form h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: normal;
    margin: 0 0 4px 0;
}
.login-form p {
    color: #fff;
    text-align: center;
    margin: 0 0 35px 0;
    font-size: 16px;
}
.login-form .form-group {
    margin-bottom: 23px;
}
.login-form .form-control {
    width: 100%;
    height: 57px;
    border: none;
    border-bottom: 2px solid #fff;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    background-color: transparent !important;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.login-form .form-control::placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.password-icondata {
    position: relative;
}
.password-icon {
    position: absolute;
    top: 21px;
    right: 0px;
    display: block;
    font-size: 16px;
    color: #fff;
}
.forgot-btn {
    color: #fff;
    font-size: 16px;
    margin: -2px 0 0 auto;
    display: table;
}
.forgot-btn:hover {
    color: #fff;
}
.submit-btn {
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin: 0;
    margin-top: 34px;
    letter-spacing: 2px;
}
.login-form h6 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 21px 0 0 0;
}
.login-form h6 a {
    color: #fff;
    text-decoration: underline;
}

/* registration-page */
.select-icon {
    position: relative;
}
.select-icon::before {
    content: "";
    width: 20px;
    height: 10px;
    background-image: url("../images/select-icon.png");
    background-size: cover;
    position: absolute;
    top: 25px;
    right: 19px;
}
select::-ms-expand {
    display: none;
}
.registration-section .submit-btn {
    margin-top: 10px;
}

.login-form .select-hidden {
    display: none;
    visibility: hidden;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 57px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    border-bottom: 2px solid #fff;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    background-color: transparent !important;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 0;
    transition: all 0.2s ease-in;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    overflow-y: auto;
    height: 220px;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    transition: all 0.15s ease-in;
}

.select-options li[rel="hide"] {
    display: none;
}

.info-section {
    padding: 70px 0 50px 0;
    border-top: 4px solid #0e9ce8;
}
.main-width {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.search-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    background-color: #0e9ce8;
}
.form-border {
    width: 100%;
    height: 57px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 1) !important;
    color: #000;
    font-size: 18px;
}
.form-border::placeholder {
    color: #000;
    font-size: 18px;
}
.name-box h3 {
    padding: 14px 0;
    color: #fff;
    font-size: 25px;
}
.name-box::before {
    background-image: url("../images/down-arrow.svg");
    top: 24px;
}

.comman-btn {
    width: 210px;
    height: 57px;
    background-color: #0e9ce8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    font-weight: 500;
    letter-spacing: 1px;
}
.search-button .comman-btn {
    width: 100%;
    height: 57px;
    max-width: 220px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.countrysearch-parent {
    padding: 0px 0 15px 0;
}
.radio-group {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 0px 0;
    margin: 28px 0 0 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.radio-box {
    width: 50%;
}
.radio-group label {
    border: none;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s;
}
.radio-group input[type="radio"] {
    display: none;
}
.radio-group input[type="radio"]:checked + label {
    background-color: #0e9ce8;
    color: #fff;
}

.smallform-section {
    padding: 0px 0 50px 0;
}
.search-inner {
    padding: 30px 0px;
}
.search-inner .form-group {
    margin-bottom: 30px;
}
.d-inherit {
    display: inherit;
}
.inner-form {
    height: 50px;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    padding-left: 20px;
    border: 1px solid #ccc;
    color: #000;
}
.inner-form::placeholder {
    color: #000;
}
.smallform-box .select-icon::before {
    background-image: url("../images/down-arrow.svg");
    top: 21px;
}
.search-head {
    width: 100%;
    padding: 30px;
    background-color: #f7f7f7;
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}
.line {
    box-shadow: none;
    border: none;
    width: 100%;
    margin: 50px auto;
    background-color: #ccc;
    height: 1px;
}
.search-btn {
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}

.table-parent {
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.table-parent .table thead th {
    font-size: 14px;
    border: 0;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    background-color: #0e9ce8;
}
.table-parent .table td {
    font-size: 13px;
    vertical-align: middle;
}
.table-parent .table {
    width: 100%;
    margin: 0;
}

.table-pagination {
    border-top: 1px solid #dee2e6;
    padding: 20px 15px;
}

.table-pagination ul {
    list-style: none;
    margin: 0 0 0 auto;
    display: table;
}
.table-pagination ul li {
    display: inline-block;
    margin: 0 -4px 0 0;
}
.table-pagination ul li:last-child {
    margin-right: 0;
}
.table-pagination ul li a {
    display: block;
    padding: 3px 10px;
    color: #333;
    font-size: 14px;
    text-align: center;
}
.table-pagination ul li a:hover {
    background-color: #0e9ce8;
    color: #fff;
}
.table-pagination ul .active a {
    background-color: #0e9ce8;
    color: #fff;
}

.tabletab-section {
    padding: 100px 0;
}
.tabletab-parent {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.tabletab-parent .nav-tabs {
    border: none;
    padding: 0px 0;
    background-color: #0e9ce8;
}
.tabletab-parent .nav-tabs .nav-link {
    box-shadow: none;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    margin: 0;
    position: relative;
}
.tabletab-parent .nav-tabs .nav-link::before {
    content: "";
    width: 0%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
}
.tabletab-parent .nav-tabs .nav-link:hover::before {
    width: 100%;
}
.tabletab-parent .nav-tabs .active::before {
    width: 100%;
}

.tabletab-parent .nav-tabs .nav-item.show .nav-link,
.tabletab-parent .nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}

.tav-inner {
    padding: 40px 50px;
    border: 1px solid #dee2e6;
    border-top: 0;
}
.tav-inner .table thead th {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}
.tav-inner .table td {
    font-size: 13px;
    vertical-align: middle;
}
.tav-inner .table {
    width: 100%;
    margin: 0;
}

/* new css */
.form-check-parent {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}
.form-box {
    width: 16.66%;
    padding: 0 15px;
}

.country-innerdata {
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px;
    background-color: #fff;
}
.form-check-inner .form-check {
    padding: 0;
    margin-bottom: 30px;
}

.seemore-btn {
    margin: 0 auto;
    display: table;
    height: 50px;
    text-transform: capitalize;
    line-height: 39px;
    margin-top: 20px;
}

.chart-data .highcharts-figure {
    margin: 0 auto;
}

.autocomplete {
    position: relative;
}
.autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    height: auto;
    overflow: auto;
    max-height: 250px;
}
.autocomplete-items div {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    transition: all 0.15s ease-in;
}

.toggle-password {
    cursor: pointer;
}
.password-icondata .fa-eye-slash svg {
    display: none;
}

.iti {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    padding: 0 10px 0 0;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.iti__arrow {
    border-top: 4px solid #fff;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #fff;
}

.sidenav-parent {
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    transition: 0.5s;
    min-height: 100%;
    margin: 0 0 0 auto;
    padding: 0px 20px;
    padding-bottom: 60px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 111111111111;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav-parent {
    position: relative;
    height: 100%;
}
.cart-btn {
    width: 55px;
    height: 55px;
    background-color: #fff;
    position: fixed;
    top: 150px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
}
.cart-btn img {
    width: 25px;
}
.sidenav .closebtn {
    position: absolute;
    top: 19px;
    right: 5px;
    font-size: 28px;
    background-color: #fff;
    color: #0a0a0a;
    width: 30px;
    height: 30px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important; */
    /* border-radius: 30px; */
    /* padding: 5px; */
    font-weight: bold;
    text-decoration: none;
}

.badge {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    background-color: #0e9ce8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidenav-parent h2 {
    font-size: 25px;
    margin: 30px 0 10px 0;
    display: inline-block;
}

.sidenav-data {
    height: 90%;
    overflow: auto;
}
.prise-text {
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background-color: #0e9ce8;
    border-left: 8px solid #0d86c7;
}
.prise-text span {
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
}
.sidenav-box {
    padding: 13px 10px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
}
.bin-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}
.sidenav-box h3 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.sidenav-box h3 img {
    display: inline-block;
    width: 20px;
    margin: 0 5px 0 0;
}

.sidenav-box ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.sidenav-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
    font-size: 14px;
}
.sidenav-box ul li:last-child {
    border-top: 1px solid #e4e3e3;
    margin-top: 5px;
    padding: 5px 0;
}
.details-data {
    font-weight: 500;
}
.sidenav-box p {
    font-size: 14px;
    line-height: normal;
    margin: 10px 0 0 0;
}
.d-none {
    display: none !important;
}
/*Added by murtaza*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.div-price-sticky {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    margin: 1rem;
    padding: 1rem;
    background-color: #0e9ce8;
    border: 3px solid #0e9ce8;
    border-radius: 13px;
    color: white;
}

#monthDataDetails {
    z-index: 9999999999 !important;
}

/*End of css by murtaza*/

@charset "UTF-8";
.flag-icon-background,
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.3333333333em;
    line-height: 1em;
}
.flag-icon:before {
    content: " ";
}
.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-abw {
    background-image: url(/flags/4x3/abw.svg);
}
.flag-icon-abw.flag-icon-squared {
    background-image: url(/flags/1x1/abw.svg);
}

.flag-icon-afg {
    background-image: url(/flags/4x3/afg.svg);
}
.flag-icon-afg.flag-icon-squared {
    background-image: url(/flags/1x1/afg.svg);
}

.flag-icon-ago {
    background-image: url(/flags/4x3/ago.svg);
}
.flag-icon-ago.flag-icon-squared {
    background-image: url(/flags/1x1/ago.svg);
}

.flag-icon-aia {
    background-image: url(/flags/4x3/aia.svg);
}
.flag-icon-aia.flag-icon-squared {
    background-image: url(/flags/1x1/aia.svg);
}

.flag-icon-ala {
    background-image: url(/flags/4x3/ala.svg);
}
.flag-icon-ala.flag-icon-squared {
    background-image: url(/flags/1x1/ala.svg);
}

.flag-icon-alb {
    background-image: url(/flags/4x3/alb.svg);
}
.flag-icon-alb.flag-icon-squared {
    background-image: url(/flags/1x1/alb.svg);
}

.flag-icon-and {
    background-image: url(/flags/4x3/and.svg);
}
.flag-icon-and.flag-icon-squared {
    background-image: url(/flags/1x1/and.svg);
}

.flag-icon-are {
    background-image: url(/flags/4x3/are.svg);
}
.flag-icon-are.flag-icon-squared {
    background-image: url(/flags/1x1/are.svg);
}

.flag-icon-arg {
    background-image: url(/flags/4x3/arg.svg);
}
.flag-icon-arg.flag-icon-squared {
    background-image: url(/flags/1x1/arg.svg);
}

.flag-icon-arm {
    background-image: url(/flags/4x3/arm.svg);
}
.flag-icon-arm.flag-icon-squared {
    background-image: url(/flags/1x1/arm.svg);
}

.flag-icon-asm {
    background-image: url(/flags/4x3/asm.svg);
}
.flag-icon-asm.flag-icon-squared {
    background-image: url(/flags/1x1/asm.svg);
}

.flag-icon-ata {
    background-image: url(/flags/4x3/ata.svg);
}
.flag-icon-ata.flag-icon-squared {
    background-image: url(/flags/1x1/ata.svg);
}

.flag-icon-atf {
    background-image: url(/flags/4x3/atf.svg);
}
.flag-icon-atf.flag-icon-squared {
    background-image: url(/flags/1x1/atf.svg);
}

.flag-icon-atg {
    background-image: url(/flags/4x3/atg.svg);
}
.flag-icon-atg.flag-icon-squared {
    background-image: url(/flags/1x1/atg.svg);
}

.flag-icon-aus {
    background-image: url(/flags/4x3/aus.svg);
}
.flag-icon-aus.flag-icon-squared {
    background-image: url(/flags/1x1/aus.svg);
}

.flag-icon-aut {
    background-image: url(/flags/4x3/aut.svg);
}
.flag-icon-aut.flag-icon-squared {
    background-image: url(/flags/1x1/aut.svg);
}

.flag-icon-aze {
    background-image: url(/flags/4x3/aze.svg);
}
.flag-icon-aze.flag-icon-squared {
    background-image: url(/flags/1x1/aze.svg);
}

.flag-icon-bdi {
    background-image: url(/flags/4x3/bdi.svg);
}
.flag-icon-bdi.flag-icon-squared {
    background-image: url(/flags/1x1/bdi.svg);
}

.flag-icon-bel {
    background-image: url(/flags/4x3/bel.svg);
}
.flag-icon-bel.flag-icon-squared {
    background-image: url(/flags/1x1/bel.svg);
}

.flag-icon-ben {
    background-image: url(/flags/4x3/ben.svg);
}
.flag-icon-ben.flag-icon-squared {
    background-image: url(/flags/1x1/ben.svg);
}

.flag-icon-bes {
    background-image: url(/flags/4x3/bes.svg);
}
.flag-icon-bes.flag-icon-squared {
    background-image: url(/flags/1x1/bes.svg);
}

.flag-icon-bfa {
    background-image: url(/flags/4x3/bfa.svg);
}
.flag-icon-bfa.flag-icon-squared {
    background-image: url(/flags/1x1/bfa.svg);
}

.flag-icon-bgd {
    background-image: url(/flags/4x3/bgd.svg);
}
.flag-icon-bgd.flag-icon-squared {
    background-image: url(/flags/1x1/bgd.svg);
}

.flag-icon-bgr {
    background-image: url(/flags/4x3/bgr.svg);
}
.flag-icon-bgr.flag-icon-squared {
    background-image: url(/flags/1x1/bgr.svg);
}

.flag-icon-bhr {
    background-image: url(/flags/4x3/bhr.svg);
}
.flag-icon-bhr.flag-icon-squared {
    background-image: url(/flags/1x1/bhr.svg);
}

.flag-icon-bhs {
    background-image: url(/flags/4x3/bhs.svg);
}
.flag-icon-bhs.flag-icon-squared {
    background-image: url(/flags/1x1/bhs.svg);
}

.flag-icon-bih {
    background-image: url(/flags/4x3/bih.svg);
}
.flag-icon-bih.flag-icon-squared {
    background-image: url(/flags/1x1/bih.svg);
}

.flag-icon-blm {
    background-image: url(/flags/4x3/blm.svg);
}
.flag-icon-blm.flag-icon-squared {
    background-image: url(/flags/1x1/blm.svg);
}

.flag-icon-blr {
    background-image: url(/flags/4x3/blr.svg);
}
.flag-icon-blr.flag-icon-squared {
    background-image: url(/flags/1x1/blr.svg);
}

.flag-icon-blz {
    background-image: url(/flags/4x3/blz.svg);
}
.flag-icon-blz.flag-icon-squared {
    background-image: url(/flags/1x1/blz.svg);
}

.flag-icon-bmu {
    background-image: url(/flags/4x3/bmu.svg);
}
.flag-icon-bmu.flag-icon-squared {
    background-image: url(/flags/1x1/bmu.svg);
}

.flag-icon-bol {
    background-image: url(/flags/4x3/bol.svg);
}
.flag-icon-bol.flag-icon-squared {
    background-image: url(/flags/1x1/bol.svg);
}

.flag-icon-bra {
    background-image: url(/flags/4x3/bra.svg);
}
.flag-icon-bra.flag-icon-squared {
    background-image: url(/flags/1x1/bra.svg);
}

.flag-icon-brb {
    background-image: url(/flags/4x3/brb.svg);
}
.flag-icon-brb.flag-icon-squared {
    background-image: url(/flags/1x1/brb.svg);
}

.flag-icon-brn {
    background-image: url(/flags/4x3/brn.svg);
}
.flag-icon-brn.flag-icon-squared {
    background-image: url(/flags/1x1/brn.svg);
}

.flag-icon-btn {
    background-image: url(/flags/4x3/btn.svg);
}
.flag-icon-btn.flag-icon-squared {
    background-image: url(/flags/1x1/btn.svg);
}

.flag-icon-bvt {
    background-image: url(/flags/4x3/bvt.svg);
}
.flag-icon-bvt.flag-icon-squared {
    background-image: url(/flags/1x1/bvt.svg);
}

.flag-icon-bwa {
    background-image: url(/flags/4x3/bwa.svg);
}
.flag-icon-bwa.flag-icon-squared {
    background-image: url(/flags/1x1/bwa.svg);
}

.flag-icon-caf {
    background-image: url(/flags/4x3/caf.svg);
}
.flag-icon-caf.flag-icon-squared {
    background-image: url(/flags/1x1/caf.svg);
}

.flag-icon-can {
    background-image: url(/flags/4x3/can.svg);
}
.flag-icon-can.flag-icon-squared {
    background-image: url(/flags/1x1/can.svg);
}

.flag-icon-cat {
    background-image: url(/flags/4x3/cat.svg);
}
.flag-icon-cat.flag-icon-squared {
    background-image: url(/flags/1x1/cat.svg);
}

.flag-icon-cck {
    background-image: url(/flags/4x3/cck.svg);
}
.flag-icon-cck.flag-icon-squared {
    background-image: url(/flags/1x1/cck.svg);
}

.flag-icon-che {
    background-image: url(/flags/4x3/che.svg);
}
.flag-icon-che.flag-icon-squared {
    background-image: url(/flags/1x1/che.svg);
}

.flag-icon-chl {
    background-image: url(/flags/4x3/chl.svg);
}
.flag-icon-chl.flag-icon-squared {
    background-image: url(/flags/1x1/chl.svg);
}

.flag-icon-chn {
    background-image: url(/flags/4x3/chn.svg);
}
.flag-icon-chn.flag-icon-squared {
    background-image: url(/flags/1x1/chn.svg);
}

.flag-icon-civ {
    background-image: url(/flags/4x3/civ.svg);
}
.flag-icon-civ.flag-icon-squared {
    background-image: url(/flags/1x1/civ.svg);
}

.flag-icon-cmr {
    background-image: url(/flags/4x3/cmr.svg);
}
.flag-icon-cmr.flag-icon-squared {
    background-image: url(/flags/1x1/cmr.svg);
}

.flag-icon-cod {
    background-image: url(/flags/4x3/cod.svg);
}
.flag-icon-cod.flag-icon-squared {
    background-image: url(/flags/1x1/cod.svg);
}

.flag-icon-cog {
    background-image: url(/flags/4x3/cog.svg);
}
.flag-icon-cog.flag-icon-squared {
    background-image: url(/flags/1x1/cog.svg);
}

.flag-icon-cok {
    background-image: url(/flags/4x3/cok.svg);
}
.flag-icon-cok.flag-icon-squared {
    background-image: url(/flags/1x1/cok.svg);
}

.flag-icon-col {
    background-image: url(/flags/4x3/col.svg);
}
.flag-icon-col.flag-icon-squared {
    background-image: url(/flags/1x1/col.svg);
}

.flag-icon-com {
    background-image: url(/flags/4x3/com.svg);
}
.flag-icon-com.flag-icon-squared {
    background-image: url(/flags/1x1/com.svg);
}

.flag-icon-cpv {
    background-image: url(/flags/4x3/cpv.svg);
}
.flag-icon-cpv.flag-icon-squared {
    background-image: url(/flags/1x1/cpv.svg);
}

.flag-icon-cri {
    background-image: url(/flags/4x3/cri.svg);
}
.flag-icon-cri.flag-icon-squared {
    background-image: url(/flags/1x1/cri.svg);
}

.flag-icon-cub {
    background-image: url(/flags/4x3/cub.svg);
}
.flag-icon-cub.flag-icon-squared {
    background-image: url(/flags/1x1/cub.svg);
}

.flag-icon-cuw {
    background-image: url(/flags/4x3/cuw.svg);
}
.flag-icon-cuw.flag-icon-squared {
    background-image: url(/flags/1x1/cuw.svg);
}

.flag-icon-cxr {
    background-image: url(/flags/4x3/cxr.svg);
}
.flag-icon-cxr.flag-icon-squared {
    background-image: url(/flags/1x1/cxr.svg);
}

.flag-icon-cym {
    background-image: url(/flags/4x3/cym.svg);
}
.flag-icon-cym.flag-icon-squared {
    background-image: url(/flags/1x1/cym.svg);
}

.flag-icon-cyp {
    background-image: url(/flags/4x3/cyp.svg);
}
.flag-icon-cyp.flag-icon-squared {
    background-image: url(/flags/1x1/cyp.svg);
}

.flag-icon-cze {
    background-image: url(/flags/4x3/cze.svg);
}
.flag-icon-cze.flag-icon-squared {
    background-image: url(/flags/1x1/cze.svg);
}

.flag-icon-deu {
    background-image: url(/flags/4x3/deu.svg);
}
.flag-icon-deu.flag-icon-squared {
    background-image: url(/flags/1x1/deu.svg);
}

.flag-icon-dji {
    background-image: url(/flags/4x3/dji.svg);
}
.flag-icon-dji.flag-icon-squared {
    background-image: url(/flags/1x1/dji.svg);
}

.flag-icon-dma {
    background-image: url(/flags/4x3/dma.svg);
}
.flag-icon-dma.flag-icon-squared {
    background-image: url(/flags/1x1/dma.svg);
}

.flag-icon-dnk {
    background-image: url(/flags/4x3/dnk.svg);
}
.flag-icon-dnk.flag-icon-squared {
    background-image: url(/flags/1x1/dnk.svg);
}

.flag-icon-dom {
    background-image: url(/flags/4x3/dom.svg);
}
.flag-icon-dom.flag-icon-squared {
    background-image: url(/flags/1x1/dom.svg);
}

.flag-icon-dza {
    background-image: url(/flags/4x3/dza.svg);
}
.flag-icon-dza.flag-icon-squared {
    background-image: url(/flags/1x1/dza.svg);
}

.flag-icon-ecu {
    background-image: url(/flags/4x3/ecu.svg);
}
.flag-icon-ecu.flag-icon-squared {
    background-image: url(/flags/1x1/ecu.svg);
}

.flag-icon-egy {
    background-image: url(/flags/4x3/egy.svg);
}
.flag-icon-egy.flag-icon-squared {
    background-image: url(/flags/1x1/egy.svg);
}

.flag-icon-eng {
    background-image: url(/flags/4x3/eng.svg);
}
.flag-icon-eng.flag-icon-squared {
    background-image: url(/flags/1x1/eng.svg);
}

.flag-icon-eri {
    background-image: url(/flags/4x3/eri.svg);
}
.flag-icon-eri.flag-icon-squared {
    background-image: url(/flags/1x1/eri.svg);
}

.flag-icon-esh {
    background-image: url(/flags/4x3/esh.svg);
}
.flag-icon-esh.flag-icon-squared {
    background-image: url(/flags/1x1/esh.svg);
}

.flag-icon-esp {
    background-image: url(/flags/4x3/esp.svg);
}
.flag-icon-esp.flag-icon-squared {
    background-image: url(/flags/1x1/esp.svg);
}

.flag-icon-est {
    background-image: url(/flags/4x3/est.svg);
}
.flag-icon-est.flag-icon-squared {
    background-image: url(/flags/1x1/est.svg);
}

.flag-icon-eth {
    background-image: url(/flags/4x3/eth.svg);
}
.flag-icon-eth.flag-icon-squared {
    background-image: url(/flags/1x1/eth.svg);
}

.flag-icon-eun {
    background-image: url(/flags/4x3/eun.svg);
}
.flag-icon-eun.flag-icon-squared {
    background-image: url(/flags/1x1/eun.svg);
}

.flag-icon-fin {
    background-image: url(/flags/4x3/fin.svg);
}
.flag-icon-fin.flag-icon-squared {
    background-image: url(/flags/1x1/fin.svg);
}

.flag-icon-fji {
    background-image: url(/flags/4x3/fji.svg);
}
.flag-icon-fji.flag-icon-squared {
    background-image: url(/flags/1x1/fji.svg);
}

.flag-icon-flk {
    background-image: url(/flags/4x3/flk.svg);
}
.flag-icon-flk.flag-icon-squared {
    background-image: url(/flags/1x1/flk.svg);
}

.flag-icon-fra {
    background-image: url(/flags/4x3/fra.svg);
}
.flag-icon-fra.flag-icon-squared {
    background-image: url(/flags/1x1/fra.svg);
}

.flag-icon-fro {
    background-image: url(/flags/4x3/fro.svg);
}
.flag-icon-fro.flag-icon-squared {
    background-image: url(/flags/1x1/fro.svg);
}

.flag-icon-fsm {
    background-image: url(/flags/4x3/fsm.svg);
}
.flag-icon-fsm.flag-icon-squared {
    background-image: url(/flags/1x1/fsm.svg);
}

.flag-icon-gab {
    background-image: url(/flags/4x3/gab.svg);
}
.flag-icon-gab.flag-icon-squared {
    background-image: url(/flags/1x1/gab.svg);
}

.flag-icon-gbr {
    background-image: url(/flags/4x3/gbr.svg);
}
.flag-icon-gbr.flag-icon-squared {
    background-image: url(/flags/1x1/gbr.svg);
}

.flag-icon-geo {
    background-image: url(/flags/4x3/geo.svg);
}
.flag-icon-geo.flag-icon-squared {
    background-image: url(/flags/1x1/geo.svg);
}

.flag-icon-ggy {
    background-image: url(/flags/4x3/ggy.svg);
}
.flag-icon-ggy.flag-icon-squared {
    background-image: url(/flags/1x1/ggy.svg);
}

.flag-icon-gha {
    background-image: url(/flags/4x3/gha.svg);
}
.flag-icon-gha.flag-icon-squared {
    background-image: url(/flags/1x1/gha.svg);
}

.flag-icon-gib {
    background-image: url(/flags/4x3/gib.svg);
}
.flag-icon-gib.flag-icon-squared {
    background-image: url(/flags/1x1/gib.svg);
}

.flag-icon-gin {
    background-image: url(/flags/4x3/gin.svg);
}
.flag-icon-gin.flag-icon-squared {
    background-image: url(/flags/1x1/gin.svg);
}

.flag-icon-glp {
    background-image: url(/flags/4x3/glp.svg);
}
.flag-icon-glp.flag-icon-squared {
    background-image: url(/flags/1x1/glp.svg);
}

.flag-icon-gmb {
    background-image: url(/flags/4x3/gmb.svg);
}
.flag-icon-gmb.flag-icon-squared {
    background-image: url(/flags/1x1/gmb.svg);
}

.flag-icon-gnb {
    background-image: url(/flags/4x3/gnb.svg);
}
.flag-icon-gnb.flag-icon-squared {
    background-image: url(/flags/1x1/gnb.svg);
}

.flag-icon-gnq {
    background-image: url(/flags/4x3/gnq.svg);
}
.flag-icon-gnq.flag-icon-squared {
    background-image: url(/flags/1x1/gnq.svg);
}

.flag-icon-grc {
    background-image: url(/flags/4x3/grc.svg);
}
.flag-icon-grc.flag-icon-squared {
    background-image: url(/flags/1x1/grc.svg);
}

.flag-icon-grd {
    background-image: url(/flags/4x3/grd.svg);
}
.flag-icon-grd.flag-icon-squared {
    background-image: url(/flags/1x1/grd.svg);
}

.flag-icon-grl {
    background-image: url(/flags/4x3/grl.svg);
}
.flag-icon-grl.flag-icon-squared {
    background-image: url(/flags/1x1/grl.svg);
}

.flag-icon-gtm {
    background-image: url(/flags/4x3/gtm.svg);
}
.flag-icon-gtm.flag-icon-squared {
    background-image: url(/flags/1x1/gtm.svg);
}

.flag-icon-guf {
    background-image: url(/flags/4x3/guf.svg);
}
.flag-icon-guf.flag-icon-squared {
    background-image: url(/flags/1x1/guf.svg);
}

.flag-icon-gum {
    background-image: url(/flags/4x3/gum.svg);
}
.flag-icon-gum.flag-icon-squared {
    background-image: url(/flags/1x1/gum.svg);
}

.flag-icon-guy {
    background-image: url(/flags/4x3/guy.svg);
}
.flag-icon-guy.flag-icon-squared {
    background-image: url(/flags/1x1/guy.svg);
}

.flag-icon-hkg {
    background-image: url(/flags/4x3/hkg.svg);
}
.flag-icon-hkg.flag-icon-squared {
    background-image: url(/flags/1x1/hkg.svg);
}

.flag-icon-hmd {
    background-image: url(/flags/4x3/hmd.svg);
}
.flag-icon-hmd.flag-icon-squared {
    background-image: url(/flags/1x1/hmd.svg);
}

.flag-icon-hnd {
    background-image: url(/flags/4x3/hnd.svg);
}
.flag-icon-hnd.flag-icon-squared {
    background-image: url(/flags/1x1/hnd.svg);
}

.flag-icon-hrv {
    background-image: url(/flags/4x3/hrv.svg);
}
.flag-icon-hrv.flag-icon-squared {
    background-image: url(/flags/1x1/hrv.svg);
}

.flag-icon-hti {
    background-image: url(/flags/4x3/hti.svg);
}
.flag-icon-hti.flag-icon-squared {
    background-image: url(/flags/1x1/hti.svg);
}

.flag-icon-hun {
    background-image: url(/flags/4x3/hun.svg);
}
.flag-icon-hun.flag-icon-squared {
    background-image: url(/flags/1x1/hun.svg);
}

.flag-icon-idn {
    background-image: url(/flags/4x3/idn.svg);
}
.flag-icon-idn.flag-icon-squared {
    background-image: url(/flags/1x1/idn.svg);
}

.flag-icon-imn {
    background-image: url(/flags/4x3/imn.svg);
}
.flag-icon-imn.flag-icon-squared {
    background-image: url(/flags/1x1/imn.svg);
}

.flag-icon-ind {
    background-image: url(/flags/4x3/ind.svg);
}
.flag-icon-ind.flag-icon-squared {
    background-image: url(/flags/1x1/ind.svg);
}

.flag-icon-iot {
    background-image: url(/flags/4x3/iot.svg);
}
.flag-icon-iot.flag-icon-squared {
    background-image: url(/flags/1x1/iot.svg);
}

.flag-icon-irl {
    background-image: url(/flags/4x3/irl.svg);
}
.flag-icon-irl.flag-icon-squared {
    background-image: url(/flags/1x1/irl.svg);
}

.flag-icon-irn {
    background-image: url(/flags/4x3/irn.svg);
}
.flag-icon-irn.flag-icon-squared {
    background-image: url(/flags/1x1/irn.svg);
}

.flag-icon-irq {
    background-image: url(/flags/4x3/irq.svg);
}
.flag-icon-irq.flag-icon-squared {
    background-image: url(/flags/1x1/irq.svg);
}

.flag-icon-isl {
    background-image: url(/flags/4x3/isl.svg);
}
.flag-icon-isl.flag-icon-squared {
    background-image: url(/flags/1x1/isl.svg);
}

.flag-icon-isr {
    background-image: url(/flags/4x3/isr.svg);
}
.flag-icon-isr.flag-icon-squared {
    background-image: url(/flags/1x1/isr.svg);
}

.flag-icon-ita {
    background-image: url(/flags/4x3/ita.svg);
}
.flag-icon-ita.flag-icon-squared {
    background-image: url(/flags/1x1/ita.svg);
}

.flag-icon-jam {
    background-image: url(/flags/4x3/jam.svg);
}
.flag-icon-jam.flag-icon-squared {
    background-image: url(/flags/1x1/jam.svg);
}

.flag-icon-jey {
    background-image: url(/flags/4x3/jey.svg);
}
.flag-icon-jey.flag-icon-squared {
    background-image: url(/flags/1x1/jey.svg);
}

.flag-icon-jor {
    background-image: url(/flags/4x3/jor.svg);
}
.flag-icon-jor.flag-icon-squared {
    background-image: url(/flags/1x1/jor.svg);
}

.flag-icon-jpn {
    background-image: url(/flags/4x3/jpn.svg);
}
.flag-icon-jpn.flag-icon-squared {
    background-image: url(/flags/1x1/jpn.svg);
}

.flag-icon-kaz {
    background-image: url(/flags/4x3/kaz.svg);
}
.flag-icon-kaz.flag-icon-squared {
    background-image: url(/flags/1x1/kaz.svg);
}

.flag-icon-ken {
    background-image: url(/flags/4x3/ken.svg);
}
.flag-icon-ken.flag-icon-squared {
    background-image: url(/flags/1x1/ken.svg);
}

.flag-icon-kgz {
    background-image: url(/flags/4x3/kgz.svg);
}
.flag-icon-kgz.flag-icon-squared {
    background-image: url(/flags/1x1/kgz.svg);
}

.flag-icon-khm {
    background-image: url(/flags/4x3/khm.svg);
}
.flag-icon-khm.flag-icon-squared {
    background-image: url(/flags/1x1/khm.svg);
}

.flag-icon-kir {
    background-image: url(/flags/4x3/kir.svg);
}
.flag-icon-kir.flag-icon-squared {
    background-image: url(/flags/1x1/kir.svg);
}

.flag-icon-kna {
    background-image: url(/flags/4x3/kna.svg);
}
.flag-icon-kna.flag-icon-squared {
    background-image: url(/flags/1x1/kna.svg);
}

.flag-icon-kor {
    background-image: url(/flags/4x3/kor.svg);
}
.flag-icon-kor.flag-icon-squared {
    background-image: url(/flags/1x1/kor.svg);
}

.flag-icon-kos {
    background-image: url(/flags/4x3/kos.svg);
}
.flag-icon-kos.flag-icon-squared {
    background-image: url(/flags/1x1/kos.svg);
}

.flag-icon-kwt {
    background-image: url(/flags/4x3/kwt.svg);
}
.flag-icon-kwt.flag-icon-squared {
    background-image: url(/flags/1x1/kwt.svg);
}

.flag-icon-lao {
    background-image: url(/flags/4x3/lao.svg);
}
.flag-icon-lao.flag-icon-squared {
    background-image: url(/flags/1x1/lao.svg);
}

.flag-icon-lbn {
    background-image: url(/flags/4x3/lbn.svg);
}
.flag-icon-lbn.flag-icon-squared {
    background-image: url(/flags/1x1/lbn.svg);
}

.flag-icon-lbr {
    background-image: url(/flags/4x3/lbr.svg);
}
.flag-icon-lbr.flag-icon-squared {
    background-image: url(/flags/1x1/lbr.svg);
}

.flag-icon-lby {
    background-image: url(/flags/4x3/lby.svg);
}
.flag-icon-lby.flag-icon-squared {
    background-image: url(/flags/1x1/lby.svg);
}

.flag-icon-lca {
    background-image: url(/flags/4x3/lca.svg);
}
.flag-icon-lca.flag-icon-squared {
    background-image: url(/flags/1x1/lca.svg);
}

.flag-icon-lie {
    background-image: url(/flags/4x3/lie.svg);
}
.flag-icon-lie.flag-icon-squared {
    background-image: url(/flags/1x1/lie.svg);
}

.flag-icon-lka {
    background-image: url(/flags/4x3/lka.svg);
}
.flag-icon-lka.flag-icon-squared {
    background-image: url(/flags/1x1/lka.svg);
}

.flag-icon-lso {
    background-image: url(/flags/4x3/lso.svg);
}
.flag-icon-lso.flag-icon-squared {
    background-image: url(/flags/1x1/lso.svg);
}

.flag-icon-ltu {
    background-image: url(/flags/4x3/ltu.svg);
}
.flag-icon-ltu.flag-icon-squared {
    background-image: url(/flags/1x1/ltu.svg);
}

.flag-icon-lux {
    background-image: url(/flags/4x3/lux.svg);
}
.flag-icon-lux.flag-icon-squared {
    background-image: url(/flags/1x1/lux.svg);
}

.flag-icon-lva {
    background-image: url(/flags/4x3/lva.svg);
}
.flag-icon-lva.flag-icon-squared {
    background-image: url(/flags/1x1/lva.svg);
}

.flag-icon-mac {
    background-image: url(/flags/4x3/mac.svg);
}
.flag-icon-mac.flag-icon-squared {
    background-image: url(/flags/1x1/mac.svg);
}

.flag-icon-maf {
    background-image: url(/flags/4x3/maf.svg);
}
.flag-icon-maf.flag-icon-squared {
    background-image: url(/flags/1x1/maf.svg);
}

.flag-icon-mar {
    background-image: url(/flags/4x3/mar.svg);
}
.flag-icon-mar.flag-icon-squared {
    background-image: url(/flags/1x1/mar.svg);
}

.flag-icon-mco {
    background-image: url(/flags/4x3/mco.svg);
}
.flag-icon-mco.flag-icon-squared {
    background-image: url(/flags/1x1/mco.svg);
}

.flag-icon-mda {
    background-image: url(/flags/4x3/mda.svg);
}
.flag-icon-mda.flag-icon-squared {
    background-image: url(/flags/1x1/mda.svg);
}

.flag-icon-mdg {
    background-image: url(/flags/4x3/mdg.svg);
}
.flag-icon-mdg.flag-icon-squared {
    background-image: url(/flags/1x1/mdg.svg);
}

.flag-icon-mdv {
    background-image: url(/flags/4x3/mdv.svg);
}
.flag-icon-mdv.flag-icon-squared {
    background-image: url(/flags/1x1/mdv.svg);
}

.flag-icon-mex {
    background-image: url(/flags/4x3/mex.svg);
}
.flag-icon-mex.flag-icon-squared {
    background-image: url(/flags/1x1/mex.svg);
}

.flag-icon-mhl {
    background-image: url(/flags/4x3/mhl.svg);
}
.flag-icon-mhl.flag-icon-squared {
    background-image: url(/flags/1x1/mhl.svg);
}

.flag-icon-mkd {
    background-image: url(/flags/4x3/mkd.svg);
}
.flag-icon-mkd.flag-icon-squared {
    background-image: url(/flags/1x1/mkd.svg);
}

.flag-icon-mli {
    background-image: url(/flags/4x3/mli.svg);
}
.flag-icon-mli.flag-icon-squared {
    background-image: url(/flags/1x1/mli.svg);
}

.flag-icon-mlt {
    background-image: url(/flags/4x3/mlt.svg);
}
.flag-icon-mlt.flag-icon-squared {
    background-image: url(/flags/1x1/mlt.svg);
}

.flag-icon-mmr {
    background-image: url(/flags/4x3/mmr.svg);
}
.flag-icon-mmr.flag-icon-squared {
    background-image: url(/flags/1x1/mmr.svg);
}

.flag-icon-mne {
    background-image: url(/flags/4x3/mne.svg);
}
.flag-icon-mne.flag-icon-squared {
    background-image: url(/flags/1x1/mne.svg);
}

.flag-icon-mng {
    background-image: url(/flags/4x3/mng.svg);
}
.flag-icon-mng.flag-icon-squared {
    background-image: url(/flags/1x1/mng.svg);
}

.flag-icon-mnp {
    background-image: url(/flags/4x3/mnp.svg);
}
.flag-icon-mnp.flag-icon-squared {
    background-image: url(/flags/1x1/mnp.svg);
}

.flag-icon-moz {
    background-image: url(/flags/4x3/moz.svg);
}
.flag-icon-moz.flag-icon-squared {
    background-image: url(/flags/1x1/moz.svg);
}

.flag-icon-mrt {
    background-image: url(/flags/4x3/mrt.svg);
}
.flag-icon-mrt.flag-icon-squared {
    background-image: url(/flags/1x1/mrt.svg);
}

.flag-icon-msr {
    background-image: url(/flags/4x3/msr.svg);
}
.flag-icon-msr.flag-icon-squared {
    background-image: url(/flags/1x1/msr.svg);
}

.flag-icon-mtq {
    background-image: url(/flags/4x3/mtq.svg);
}
.flag-icon-mtq.flag-icon-squared {
    background-image: url(/flags/1x1/mtq.svg);
}

.flag-icon-mus {
    background-image: url(/flags/4x3/mus.svg);
}
.flag-icon-mus.flag-icon-squared {
    background-image: url(/flags/1x1/mus.svg);
}

.flag-icon-mwi {
    background-image: url(/flags/4x3/mwi.svg);
}
.flag-icon-mwi.flag-icon-squared {
    background-image: url(/flags/1x1/mwi.svg);
}

.flag-icon-mys {
    background-image: url(/flags/4x3/mys.svg);
}
.flag-icon-mys.flag-icon-squared {
    background-image: url(/flags/1x1/mys.svg);
}

.flag-icon-myt {
    background-image: url(/flags/4x3/myt.svg);
}
.flag-icon-myt.flag-icon-squared {
    background-image: url(/flags/1x1/myt.svg);
}

.flag-icon-nam {
    background-image: url(/flags/4x3/nam.svg);
}
.flag-icon-nam.flag-icon-squared {
    background-image: url(/flags/1x1/nam.svg);
}

.flag-icon-ncl {
    background-image: url(/flags/4x3/ncl.svg);
}
.flag-icon-ncl.flag-icon-squared {
    background-image: url(/flags/1x1/ncl.svg);
}

.flag-icon-ner {
    background-image: url(/flags/4x3/ner.svg);
}
.flag-icon-ner.flag-icon-squared {
    background-image: url(/flags/1x1/ner.svg);
}

.flag-icon-nfk {
    background-image: url(/flags/4x3/nfk.svg);
}
.flag-icon-nfk.flag-icon-squared {
    background-image: url(/flags/1x1/nfk.svg);
}

.flag-icon-nga {
    background-image: url(/flags/4x3/nga.svg);
}
.flag-icon-nga.flag-icon-squared {
    background-image: url(/flags/1x1/nga.svg);
}

.flag-icon-nic {
    background-image: url(/flags/4x3/nic.svg);
}
.flag-icon-nic.flag-icon-squared {
    background-image: url(/flags/1x1/nic.svg);
}

.flag-icon-nir {
    background-image: url(/flags/4x3/nir.svg);
}
.flag-icon-nir.flag-icon-squared {
    background-image: url(/flags/1x1/nir.svg);
}

.flag-icon-niu {
    background-image: url(/flags/4x3/niu.svg);
}
.flag-icon-niu.flag-icon-squared {
    background-image: url(/flags/1x1/niu.svg);
}

.flag-icon-nld {
    background-image: url(/flags/4x3/nld.svg);
}
.flag-icon-nld.flag-icon-squared {
    background-image: url(/flags/1x1/nld.svg);
}

.flag-icon-nor {
    background-image: url(/flags/4x3/nor.svg);
}
.flag-icon-nor.flag-icon-squared {
    background-image: url(/flags/1x1/nor.svg);
}

.flag-icon-npl {
    background-image: url(/flags/4x3/npl.svg);
}
.flag-icon-npl.flag-icon-squared {
    background-image: url(/flags/1x1/npl.svg);
}

.flag-icon-nru {
    background-image: url(/flags/4x3/nru.svg);
}
.flag-icon-nru.flag-icon-squared {
    background-image: url(/flags/1x1/nru.svg);
}

.flag-icon-nzl {
    background-image: url(/flags/4x3/nzl.svg);
}
.flag-icon-nzl.flag-icon-squared {
    background-image: url(/flags/1x1/nzl.svg);
}

.flag-icon-omn {
    background-image: url(/flags/4x3/omn.svg);
}
.flag-icon-omn.flag-icon-squared {
    background-image: url(/flags/1x1/omn.svg);
}

.flag-icon-pak {
    background-image: url(/flags/4x3/pak.svg);
}
.flag-icon-pak.flag-icon-squared {
    background-image: url(/flags/1x1/pak.svg);
}

.flag-icon-pan {
    background-image: url(/flags/4x3/pan.svg);
}
.flag-icon-pan.flag-icon-squared {
    background-image: url(/flags/1x1/pan.svg);
}

.flag-icon-pcn {
    background-image: url(/flags/4x3/pcn.svg);
}
.flag-icon-pcn.flag-icon-squared {
    background-image: url(/flags/1x1/pcn.svg);
}

.flag-icon-per {
    background-image: url(/flags/4x3/per.svg);
}
.flag-icon-per.flag-icon-squared {
    background-image: url(/flags/1x1/per.svg);
}

.flag-icon-phl {
    background-image: url(/flags/4x3/phl.svg);
}
.flag-icon-phl.flag-icon-squared {
    background-image: url(/flags/1x1/phl.svg);
}

.flag-icon-plw {
    background-image: url(/flags/4x3/plw.svg);
}
.flag-icon-plw.flag-icon-squared {
    background-image: url(/flags/1x1/plw.svg);
}

.flag-icon-png {
    background-image: url(/flags/4x3/png.svg);
}
.flag-icon-png.flag-icon-squared {
    background-image: url(/flags/1x1/png.svg);
}

.flag-icon-pol {
    background-image: url(/flags/4x3/pol.svg);
}
.flag-icon-pol.flag-icon-squared {
    background-image: url(/flags/1x1/pol.svg);
}

.flag-icon-pri {
    background-image: url(/flags/4x3/pri.svg);
}
.flag-icon-pri.flag-icon-squared {
    background-image: url(/flags/1x1/pri.svg);
}

.flag-icon-prk {
    background-image: url(/flags/4x3/prk.svg);
}
.flag-icon-prk.flag-icon-squared {
    background-image: url(/flags/1x1/prk.svg);
}

.flag-icon-prt {
    background-image: url(/flags/4x3/prt.svg);
}
.flag-icon-prt.flag-icon-squared {
    background-image: url(/flags/1x1/prt.svg);
}

.flag-icon-pry {
    background-image: url(/flags/4x3/pry.svg);
}
.flag-icon-pry.flag-icon-squared {
    background-image: url(/flags/1x1/pry.svg);
}

.flag-icon-pse {
    background-image: url(/flags/4x3/pse.svg);
}
.flag-icon-pse.flag-icon-squared {
    background-image: url(/flags/1x1/pse.svg);
}

.flag-icon-pyf {
    background-image: url(/flags/4x3/pyf.svg);
}
.flag-icon-pyf.flag-icon-squared {
    background-image: url(/flags/1x1/pyf.svg);
}

.flag-icon-qat {
    background-image: url(/flags/4x3/qat.svg);
}
.flag-icon-qat.flag-icon-squared {
    background-image: url(/flags/1x1/qat.svg);
}

.flag-icon-reu {
    background-image: url(/flags/4x3/reu.svg);
}
.flag-icon-reu.flag-icon-squared {
    background-image: url(/flags/1x1/reu.svg);
}

.flag-icon-rou {
    background-image: url(/flags/4x3/rou.svg);
}
.flag-icon-rou.flag-icon-squared {
    background-image: url(/flags/1x1/rou.svg);
}

.flag-icon-rus {
    background-image: url(/flags/4x3/rus.svg);
}
.flag-icon-rus.flag-icon-squared {
    background-image: url(/flags/1x1/rus.svg);
}

.flag-icon-rwa {
    background-image: url(/flags/4x3/rwa.svg);
}
.flag-icon-rwa.flag-icon-squared {
    background-image: url(/flags/1x1/rwa.svg);
}

.flag-icon-sau {
    background-image: url(/flags/4x3/sau.svg);
}
.flag-icon-sau.flag-icon-squared {
    background-image: url(/flags/1x1/sau.svg);
}

.flag-icon-sco {
    background-image: url(/flags/4x3/sco.svg);
}
.flag-icon-sco.flag-icon-squared {
    background-image: url(/flags/1x1/sco.svg);
}

.flag-icon-sdn {
    background-image: url(/flags/4x3/sdn.svg);
}
.flag-icon-sdn.flag-icon-squared {
    background-image: url(/flags/1x1/sdn.svg);
}

.flag-icon-sen {
    background-image: url(/flags/4x3/sen.svg);
}
.flag-icon-sen.flag-icon-squared {
    background-image: url(/flags/1x1/sen.svg);
}

.flag-icon-sgp {
    background-image: url(/flags/4x3/sgp.svg);
}
.flag-icon-sgp.flag-icon-squared {
    background-image: url(/flags/1x1/sgp.svg);
}

.flag-icon-sgs {
    background-image: url(/flags/4x3/sgs.svg);
}
.flag-icon-sgs.flag-icon-squared {
    background-image: url(/flags/1x1/sgs.svg);
}

.flag-icon-shn {
    background-image: url(/flags/4x3/shn.svg);
}
.flag-icon-shn.flag-icon-squared {
    background-image: url(/flags/1x1/shn.svg);
}

.flag-icon-sjm {
    background-image: url(/flags/4x3/sjm.svg);
}
.flag-icon-sjm.flag-icon-squared {
    background-image: url(/flags/1x1/sjm.svg);
}

.flag-icon-slb {
    background-image: url(/flags/4x3/slb.svg);
}
.flag-icon-slb.flag-icon-squared {
    background-image: url(/flags/1x1/slb.svg);
}

.flag-icon-sle {
    background-image: url(/flags/4x3/sle.svg);
}
.flag-icon-sle.flag-icon-squared {
    background-image: url(/flags/1x1/sle.svg);
}

.flag-icon-slv {
    background-image: url(/flags/4x3/slv.svg);
}
.flag-icon-slv.flag-icon-squared {
    background-image: url(/flags/1x1/slv.svg);
}

.flag-icon-smr {
    background-image: url(/flags/4x3/smr.svg);
}
.flag-icon-smr.flag-icon-squared {
    background-image: url(/flags/1x1/smr.svg);
}

.flag-icon-som {
    background-image: url(/flags/4x3/som.svg);
}
.flag-icon-som.flag-icon-squared {
    background-image: url(/flags/1x1/som.svg);
}

.flag-icon-spm {
    background-image: url(/flags/4x3/spm.svg);
}
.flag-icon-spm.flag-icon-squared {
    background-image: url(/flags/1x1/spm.svg);
}

.flag-icon-srb {
    background-image: url(/flags/4x3/srb.svg);
}
.flag-icon-srb.flag-icon-squared {
    background-image: url(/flags/1x1/srb.svg);
}

.flag-icon-ssd {
    background-image: url(/flags/4x3/ssd.svg);
}
.flag-icon-ssd.flag-icon-squared {
    background-image: url(/flags/1x1/ssd.svg);
}

.flag-icon-stp {
    background-image: url(/flags/4x3/stp.svg);
}
.flag-icon-stp.flag-icon-squared {
    background-image: url(/flags/1x1/stp.svg);
}

.flag-icon-sun {
    background-image: url(/flags/4x3/sun.svg);
}
.flag-icon-sun.flag-icon-squared {
    background-image: url(/flags/1x1/sun.svg);
}

.flag-icon-sur {
    background-image: url(/flags/4x3/sur.svg);
}
.flag-icon-sur.flag-icon-squared {
    background-image: url(/flags/1x1/sur.svg);
}

.flag-icon-svk {
    background-image: url(/flags/4x3/svk.svg);
}
.flag-icon-svk.flag-icon-squared {
    background-image: url(/flags/1x1/svk.svg);
}

.flag-icon-svn {
    background-image: url(/flags/4x3/svn.svg);
}
.flag-icon-svn.flag-icon-squared {
    background-image: url(/flags/1x1/svn.svg);
}

.flag-icon-swe {
    background-image: url(/flags/4x3/swe.svg);
}
.flag-icon-swe.flag-icon-squared {
    background-image: url(/flags/1x1/swe.svg);
}

.flag-icon-swz {
    background-image: url(/flags/4x3/swz.svg);
}
.flag-icon-swz.flag-icon-squared {
    background-image: url(/flags/1x1/swz.svg);
}

.flag-icon-sxm {
    background-image: url(/flags/4x3/sxm.svg);
}
.flag-icon-sxm.flag-icon-squared {
    background-image: url(/flags/1x1/sxm.svg);
}

.flag-icon-syc {
    background-image: url(/flags/4x3/syc.svg);
}
.flag-icon-syc.flag-icon-squared {
    background-image: url(/flags/1x1/syc.svg);
}

.flag-icon-syr {
    background-image: url(/flags/4x3/syr.svg);
}
.flag-icon-syr.flag-icon-squared {
    background-image: url(/flags/1x1/syr.svg);
}

.flag-icon-tca {
    background-image: url(/flags/4x3/tca.svg);
}
.flag-icon-tca.flag-icon-squared {
    background-image: url(/flags/1x1/tca.svg);
}

.flag-icon-tcd {
    background-image: url(/flags/4x3/tcd.svg);
}
.flag-icon-tcd.flag-icon-squared {
    background-image: url(/flags/1x1/tcd.svg);
}

.flag-icon-tgo {
    background-image: url(/flags/4x3/tgo.svg);
}
.flag-icon-tgo.flag-icon-squared {
    background-image: url(/flags/1x1/tgo.svg);
}

.flag-icon-tha {
    background-image: url(/flags/4x3/tha.svg);
}
.flag-icon-tha.flag-icon-squared {
    background-image: url(/flags/1x1/tha.svg);
}

.flag-icon-tjk {
    background-image: url(/flags/4x3/tjk.svg);
}
.flag-icon-tjk.flag-icon-squared {
    background-image: url(/flags/1x1/tjk.svg);
}

.flag-icon-tkl {
    background-image: url(/flags/4x3/tkl.svg);
}
.flag-icon-tkl.flag-icon-squared {
    background-image: url(/flags/1x1/tkl.svg);
}

.flag-icon-tkm {
    background-image: url(/flags/4x3/tkm.svg);
}
.flag-icon-tkm.flag-icon-squared {
    background-image: url(/flags/1x1/tkm.svg);
}

.flag-icon-tls {
    background-image: url(/flags/4x3/tls.svg);
}
.flag-icon-tls.flag-icon-squared {
    background-image: url(/flags/1x1/tls.svg);
}

.flag-icon-ton {
    background-image: url(/flags/4x3/ton.svg);
}
.flag-icon-ton.flag-icon-squared {
    background-image: url(/flags/1x1/ton.svg);
}

.flag-icon-tto {
    background-image: url(/flags/4x3/tto.svg);
}
.flag-icon-tto.flag-icon-squared {
    background-image: url(/flags/1x1/tto.svg);
}

.flag-icon-tun {
    background-image: url(/flags/4x3/tun.svg);
}
.flag-icon-tun.flag-icon-squared {
    background-image: url(/flags/1x1/tun.svg);
}

.flag-icon-tur {
    background-image: url(/flags/4x3/tur.svg);
}
.flag-icon-tur.flag-icon-squared {
    background-image: url(/flags/1x1/tur.svg);
}

.flag-icon-tuv {
    background-image: url(/flags/4x3/tuv.svg);
}
.flag-icon-tuv.flag-icon-squared {
    background-image: url(/flags/1x1/tuv.svg);
}

.flag-icon-twn {
    background-image: url(/flags/4x3/twn.svg);
}
.flag-icon-twn.flag-icon-squared {
    background-image: url(/flags/1x1/twn.svg);
}

.flag-icon-tza {
    background-image: url(/flags/4x3/tza.svg);
}
.flag-icon-tza.flag-icon-squared {
    background-image: url(/flags/1x1/tza.svg);
}

.flag-icon-uga {
    background-image: url(/flags/4x3/uga.svg);
}
.flag-icon-uga.flag-icon-squared {
    background-image: url(/flags/1x1/uga.svg);
}

.flag-icon-ukr {
    background-image: url(/flags/4x3/ukr.svg);
}
.flag-icon-ukr.flag-icon-squared {
    background-image: url(/flags/1x1/ukr.svg);
}

.flag-icon-umi {
    background-image: url(/flags/4x3/umi.svg);
}
.flag-icon-umi.flag-icon-squared {
    background-image: url(/flags/1x1/umi.svg);
}

.flag-icon-ury {
    background-image: url(/flags/4x3/ury.svg);
}
.flag-icon-ury.flag-icon-squared {
    background-image: url(/flags/1x1/ury.svg);
}

.flag-icon-usa {
    background-image: url(/flags/4x3/usa.svg);
}
.flag-icon-usa.flag-icon-squared {
    background-image: url(/flags/1x1/usa.svg);
}

.flag-icon-uzb {
    background-image: url(/flags/4x3/uzb.svg);
}
.flag-icon-uzb.flag-icon-squared {
    background-image: url(/flags/1x1/uzb.svg);
}

.flag-icon-vat {
    background-image: url(/flags/4x3/vat.svg);
}
.flag-icon-vat.flag-icon-squared {
    background-image: url(/flags/1x1/vat.svg);
}

.flag-icon-vct {
    background-image: url(/flags/4x3/vct.svg);
}
.flag-icon-vct.flag-icon-squared {
    background-image: url(/flags/1x1/vct.svg);
}

.flag-icon-ven {
    background-image: url(/flags/4x3/ven.svg);
}
.flag-icon-ven.flag-icon-squared {
    background-image: url(/flags/1x1/ven.svg);
}

.flag-icon-vgb {
    background-image: url(/flags/4x3/vgb.svg);
}
.flag-icon-vgb.flag-icon-squared {
    background-image: url(/flags/1x1/vgb.svg);
}

.flag-icon-vir {
    background-image: url(/flags/4x3/vir.svg);
}
.flag-icon-vir.flag-icon-squared {
    background-image: url(/flags/1x1/vir.svg);
}

.flag-icon-vnm {
    background-image: url(/flags/4x3/vnm.svg);
}
.flag-icon-vnm.flag-icon-squared {
    background-image: url(/flags/1x1/vnm.svg);
}

.flag-icon-vut {
    background-image: url(/flags/4x3/vut.svg);
}
.flag-icon-vut.flag-icon-squared {
    background-image: url(/flags/1x1/vut.svg);
}

.flag-icon-wal {
    background-image: url(/flags/4x3/wal.svg);
}
.flag-icon-wal.flag-icon-squared {
    background-image: url(/flags/1x1/wal.svg);
}

.flag-icon-wlf {
    background-image: url(/flags/4x3/wlf.svg);
}
.flag-icon-wlf.flag-icon-squared {
    background-image: url(/flags/1x1/wlf.svg);
}

.flag-icon-wsm {
    background-image: url(/flags/4x3/wsm.svg);
}
.flag-icon-wsm.flag-icon-squared {
    background-image: url(/flags/1x1/wsm.svg);
}

.flag-icon-yem {
    background-image: url(/flags/4x3/yem.svg);
}
.flag-icon-yem.flag-icon-squared {
    background-image: url(/flags/1x1/yem.svg);
}

.flag-icon-zaf {
    background-image: url(/flags/4x3/zaf.svg);
}
.flag-icon-zaf.flag-icon-squared {
    background-image: url(/flags/1x1/zaf.svg);
}

.flag-icon-zmb {
    background-image: url(/flags/4x3/zmb.svg);
}
.flag-icon-zmb.flag-icon-squared {
    background-image: url(/flags/1x1/zmb.svg);
}

.flag-icon-zwe {
    background-image: url(/flags/4x3/zwe.svg);
}
.flag-icon-zwe.flag-icon-squared {
    background-image: url(/flags/1x1/zwe.svg);
}

.mrp-container {
    margin-top: 10px;
}

.mrp-icon {
    clear: left;
    float: left;
    border: solid 1px #ddd;
    border-radius: 5px 0px 0px 5px;
    color: #40667a;
    background: #eee;
    padding: 7px;
    margin-right: 0px;
}

.mrp-monthdisplay {
    display: inline-block !important;
    padding: 5px 12px 5px 8px;
    background-color: #fff;
    cursor: pointer;
}

.mrp-lowerMonth,
.mrp-upperMonth {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.mrp-to {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 3px 5px 3px;
}

.mpr-calendar {
    display: inline-block;
    padding: 3px 5px;
    border-right: solid #999 1px;
}

.mpr-calendar::last-child {
    border-right: none;
}

.mpr-month {
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.mpr-calendar h5 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.mpr-selected {
    background: rgba(64, 102, 122, 0.75);
    color: #fff;
}

.mpr-month:hover {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ddd inset;
    cursor: pointer;
}

.mpr-selected.mpr-month:hover {
    border-radius: 0px;
    box-shadow: none;
}

.mpr-calendarholder .col-xs-6 {
    max-width: 250px;
    min-width: 250px;
}

.mpr-calendarholder .col-xs-1 {
    max-width: 150px;
    min-width: 150px;
}

.mpr-calendarholder .btn-info {
    background-color: #40667a;
    border-color: #406670;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px 0px;
}

.mpr-quickset {
    color: #666;
    text-transform: uppercase;
    text-align: center;
}

.mpr-yeardown,
.mpr-yearup {
    margin-left: 5px;
    cursor: pointer;
    color: #666;
}

.mpr-yeardown {
    float: left;
}

.mpr-yearup {
    float: right;
}

.mpr-yeardown:hover,
.mpr-yearup:hover {
    color: #40667a;
}

.mpr-calendar:first .mpr-selected:first {
    background-color: #40667a;
}

.mpr-calendar:last .mpr-selected:last {
    background-color: #40667a;
}

.popover {
    max-width: 1920px !important;
}

.bootstrap3 {
    /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}
.bootstrap3 html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.bootstrap3 body {
    margin: 0;
}
.bootstrap3 article,
.bootstrap3 aside,
.bootstrap3 details,
.bootstrap3 figcaption,
.bootstrap3 figure,
.bootstrap3 footer,
.bootstrap3 header,
.bootstrap3 hgroup,
.bootstrap3 main,
.bootstrap3 menu,
.bootstrap3 nav,
.bootstrap3 section,
.bootstrap3 summary {
    display: block;
}
.bootstrap3 audio,
.bootstrap3 canvas,
.bootstrap3 progress,
.bootstrap3 video {
    display: inline-block;
    vertical-align: baseline;
}
.bootstrap3 audio:not([controls]) {
    display: none;
    height: 0;
}
.bootstrap3 [hidden],
.bootstrap3 template {
    display: none;
}
.bootstrap3 a {
    background-color: transparent;
}
.bootstrap3 a:active,
.bootstrap3 a:hover {
    outline: 0;
}
.bootstrap3 abbr[title] {
    border-bottom: 1px dotted;
}
.bootstrap3 b,
.bootstrap3 strong {
    font-weight: 700;
}
.bootstrap3 dfn {
    font-style: italic;
}
.bootstrap3 h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
.bootstrap3 mark {
    color: #000;
    background: #ff0;
}
.bootstrap3 small {
    font-size: 80%;
}
.bootstrap3 sub,
.bootstrap3 sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.bootstrap3 sup {
    top: -0.5em;
}
.bootstrap3 sub {
    bottom: -0.25em;
}
.bootstrap3 img {
    border: 0;
}
.bootstrap3 svg:not(:root) {
    overflow: hidden;
}
.bootstrap3 figure {
    margin: 1em 40px;
}
.bootstrap3 hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bootstrap3 pre {
    overflow: auto;
}
.bootstrap3 code,
.bootstrap3 kbd,
.bootstrap3 pre,
.bootstrap3 samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
.bootstrap3 button,
.bootstrap3 input,
.bootstrap3 optgroup,
.bootstrap3 select,
.bootstrap3 textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.bootstrap3 button {
    overflow: visible;
}
.bootstrap3 button,
.bootstrap3 select {
    text-transform: none;
}
.bootstrap3 button,
.bootstrap3 html input[type="button"],
.bootstrap3 input[type="reset"],
.bootstrap3 input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.bootstrap3 button[disabled],
.bootstrap3 html input[disabled] {
    cursor: default;
}
.bootstrap3 button::-moz-focus-inner,
.bootstrap3 input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.bootstrap3 input {
    line-height: normal;
}
.bootstrap3 input[type="checkbox"],
.bootstrap3 input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.bootstrap3 input[type="number"]::-webkit-inner-spin-button,
.bootstrap3 input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.bootstrap3 input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
.bootstrap3 input[type="search"]::-webkit-search-cancel-button,
.bootstrap3 input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.bootstrap3 fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
.bootstrap3 legend {
    padding: 0;
    border: 0;
}
.bootstrap3 textarea {
    overflow: auto;
}
.bootstrap3 optgroup {
    font-weight: 700;
}
.bootstrap3 table {
    border-spacing: 0;
    border-collapse: collapse;
}
.bootstrap3 td,
.bootstrap3 th {
    padding: 0;
}
@media print {
    .bootstrap3 *,
    .bootstrap3 :after,
    .bootstrap3 :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .bootstrap3 a,
    .bootstrap3 a:visited {
        text-decoration: underline;
    }
    .bootstrap3 a[href]:after {
        content: " (" attr(href) ")";
    }
    .bootstrap3 abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .bootstrap3 a[href^="javascript:"]:after,
    .bootstrap3 a[href^="#"]:after {
        content: "";
    }
    .bootstrap3 blockquote,
    .bootstrap3 pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .bootstrap3 thead {
        display: table-header-group;
    }
    .bootstrap3 img,
    .bootstrap3 tr {
        page-break-inside: avoid;
    }
    .bootstrap3 img {
        max-width: 100% !important;
    }
    .bootstrap3 h2,
    .bootstrap3 h3,
    .bootstrap3 p {
        orphans: 3;
        widows: 3;
    }
    .bootstrap3 h2,
    .bootstrap3 h3 {
        page-break-after: avoid;
    }
    .bootstrap3 select {
        background: #fff !important;
    }
    .bootstrap3 .navbar {
        display: none;
    }
    .bootstrap3 .btn > .caret,
    .bootstrap3 .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .bootstrap3 .label {
        border: 1px solid #000;
    }
    .bootstrap3 .table {
        border-collapse: collapse !important;
    }
    .bootstrap3 .table td,
    .bootstrap3 .table th {
        background-color: #fff !important;
    }
    .bootstrap3 .table-bordered td,
    .bootstrap3 .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@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");
}
.bootstrap3 .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bootstrap3 .glyphicon-asterisk:before {
    content: "\2a";
}
.bootstrap3 .glyphicon-plus:before {
    content: "\2b";
}
.bootstrap3 .glyphicon-eur:before,
.bootstrap3 .glyphicon-euro:before {
    content: "\20ac";
}
.bootstrap3 .glyphicon-minus:before {
    content: "\2212";
}
.bootstrap3 .glyphicon-cloud:before {
    content: "\2601";
}
.bootstrap3 .glyphicon-envelope:before {
    content: "\2709";
}
.bootstrap3 .glyphicon-pencil:before {
    content: "\270f";
}
.bootstrap3 .glyphicon-glass:before {
    content: "\e001";
}
.bootstrap3 .glyphicon-music:before {
    content: "\e002";
}
.bootstrap3 .glyphicon-search:before {
    content: "\e003";
}
.bootstrap3 .glyphicon-heart:before {
    content: "\e005";
}
.bootstrap3 .glyphicon-star:before {
    content: "\e006";
}
.bootstrap3 .glyphicon-star-empty:before {
    content: "\e007";
}
.bootstrap3 .glyphicon-user:before {
    content: "\e008";
}
.bootstrap3 .glyphicon-film:before {
    content: "\e009";
}
.bootstrap3 .glyphicon-th-large:before {
    content: "\e010";
}
.bootstrap3 .glyphicon-th:before {
    content: "\e011";
}
.bootstrap3 .glyphicon-th-list:before {
    content: "\e012";
}
.bootstrap3 .glyphicon-ok:before {
    content: "\e013";
}
.bootstrap3 .glyphicon-remove:before {
    content: "\e014";
}
.bootstrap3 .glyphicon-zoom-in:before {
    content: "\e015";
}
.bootstrap3 .glyphicon-zoom-out:before {
    content: "\e016";
}
.bootstrap3 .glyphicon-off:before {
    content: "\e017";
}
.bootstrap3 .glyphicon-signal:before {
    content: "\e018";
}
.bootstrap3 .glyphicon-cog:before {
    content: "\e019";
}
.bootstrap3 .glyphicon-trash:before {
    content: "\e020";
}
.bootstrap3 .glyphicon-home:before {
    content: "\e021";
}
.bootstrap3 .glyphicon-file:before {
    content: "\e022";
}
.bootstrap3 .glyphicon-time:before {
    content: "\e023";
}
.bootstrap3 .glyphicon-road:before {
    content: "\e024";
}
.bootstrap3 .glyphicon-download-alt:before {
    content: "\e025";
}
.bootstrap3 .glyphicon-download:before {
    content: "\e026";
}
.bootstrap3 .glyphicon-upload:before {
    content: "\e027";
}
.bootstrap3 .glyphicon-inbox:before {
    content: "\e028";
}
.bootstrap3 .glyphicon-play-circle:before {
    content: "\e029";
}
.bootstrap3 .glyphicon-repeat:before {
    content: "\e030";
}
.bootstrap3 .glyphicon-refresh:before {
    content: "\e031";
}
.bootstrap3 .glyphicon-list-alt:before {
    content: "\e032";
}
.bootstrap3 .glyphicon-lock:before {
    content: "\e033";
}
.bootstrap3 .glyphicon-flag:before {
    content: "\e034";
}
.bootstrap3 .glyphicon-headphones:before {
    content: "\e035";
}
.bootstrap3 .glyphicon-volume-off:before {
    content: "\e036";
}
.bootstrap3 .glyphicon-volume-down:before {
    content: "\e037";
}
.bootstrap3 .glyphicon-volume-up:before {
    content: "\e038";
}
.bootstrap3 .glyphicon-qrcode:before {
    content: "\e039";
}
.bootstrap3 .glyphicon-barcode:before {
    content: "\e040";
}
.bootstrap3 .glyphicon-tag:before {
    content: "\e041";
}
.bootstrap3 .glyphicon-tags:before {
    content: "\e042";
}
.bootstrap3 .glyphicon-book:before {
    content: "\e043";
}
.bootstrap3 .glyphicon-bookmark:before {
    content: "\e044";
}
.bootstrap3 .glyphicon-print:before {
    content: "\e045";
}
.bootstrap3 .glyphicon-camera:before {
    content: "\e046";
}
.bootstrap3 .glyphicon-font:before {
    content: "\e047";
}
.bootstrap3 .glyphicon-bold:before {
    content: "\e048";
}
.bootstrap3 .glyphicon-italic:before {
    content: "\e049";
}
.bootstrap3 .glyphicon-text-height:before {
    content: "\e050";
}
.bootstrap3 .glyphicon-text-width:before {
    content: "\e051";
}
.bootstrap3 .glyphicon-align-left:before {
    content: "\e052";
}
.bootstrap3 .glyphicon-align-center:before {
    content: "\e053";
}
.bootstrap3 .glyphicon-align-right:before {
    content: "\e054";
}
.bootstrap3 .glyphicon-align-justify:before {
    content: "\e055";
}
.bootstrap3 .glyphicon-list:before {
    content: "\e056";
}
.bootstrap3 .glyphicon-indent-left:before {
    content: "\e057";
}
.bootstrap3 .glyphicon-indent-right:before {
    content: "\e058";
}
.bootstrap3 .glyphicon-facetime-video:before {
    content: "\e059";
}
.bootstrap3 .glyphicon-picture:before {
    content: "\e060";
}
.bootstrap3 .glyphicon-map-marker:before {
    content: "\e062";
}
.bootstrap3 .glyphicon-adjust:before {
    content: "\e063";
}
.bootstrap3 .glyphicon-tint:before {
    content: "\e064";
}
.bootstrap3 .glyphicon-edit:before {
    content: "\e065";
}
.bootstrap3 .glyphicon-share:before {
    content: "\e066";
}
.bootstrap3 .glyphicon-check:before {
    content: "\e067";
}
.bootstrap3 .glyphicon-move:before {
    content: "\e068";
}
.bootstrap3 .glyphicon-step-backward:before {
    content: "\e069";
}
.bootstrap3 .glyphicon-fast-backward:before {
    content: "\e070";
}
.bootstrap3 .glyphicon-backward:before {
    content: "\e071";
}
.bootstrap3 .glyphicon-play:before {
    content: "\e072";
}
.bootstrap3 .glyphicon-pause:before {
    content: "\e073";
}
.bootstrap3 .glyphicon-stop:before {
    content: "\e074";
}
.bootstrap3 .glyphicon-forward:before {
    content: "\e075";
}
.bootstrap3 .glyphicon-fast-forward:before {
    content: "\e076";
}
.bootstrap3 .glyphicon-step-forward:before {
    content: "\e077";
}
.bootstrap3 .glyphicon-eject:before {
    content: "\e078";
}
.bootstrap3 .glyphicon-chevron-left:before {
    content: "\e079";
}
.bootstrap3 .glyphicon-chevron-right:before {
    content: "\e080";
}
.bootstrap3 .glyphicon-plus-sign:before {
    content: "\e081";
}
.bootstrap3 .glyphicon-minus-sign:before {
    content: "\e082";
}
.bootstrap3 .glyphicon-remove-sign:before {
    content: "\e083";
}
.bootstrap3 .glyphicon-ok-sign:before {
    content: "\e084";
}
.bootstrap3 .glyphicon-question-sign:before {
    content: "\e085";
}
.bootstrap3 .glyphicon-info-sign:before {
    content: "\e086";
}
.bootstrap3 .glyphicon-screenshot:before {
    content: "\e087";
}
.bootstrap3 .glyphicon-remove-circle:before {
    content: "\e088";
}
.bootstrap3 .glyphicon-ok-circle:before {
    content: "\e089";
}
.bootstrap3 .glyphicon-ban-circle:before {
    content: "\e090";
}
.bootstrap3 .glyphicon-arrow-left:before {
    content: "\e091";
}
.bootstrap3 .glyphicon-arrow-right:before {
    content: "\e092";
}
.bootstrap3 .glyphicon-arrow-up:before {
    content: "\e093";
}
.bootstrap3 .glyphicon-arrow-down:before {
    content: "\e094";
}
.bootstrap3 .glyphicon-share-alt:before {
    content: "\e095";
}
.bootstrap3 .glyphicon-resize-full:before {
    content: "\e096";
}
.bootstrap3 .glyphicon-resize-small:before {
    content: "\e097";
}
.bootstrap3 .glyphicon-exclamation-sign:before {
    content: "\e101";
}
.bootstrap3 .glyphicon-gift:before {
    content: "\e102";
}
.bootstrap3 .glyphicon-leaf:before {
    content: "\e103";
}
.bootstrap3 .glyphicon-fire:before {
    content: "\e104";
}
.bootstrap3 .glyphicon-eye-open:before {
    content: "\e105";
}
.bootstrap3 .glyphicon-eye-close:before {
    content: "\e106";
}
.bootstrap3 .glyphicon-warning-sign:before {
    content: "\e107";
}
.bootstrap3 .glyphicon-plane:before {
    content: "\e108";
}
.bootstrap3 .glyphicon-calendar:before {
    content: "\e109";
}
.bootstrap3 .glyphicon-random:before {
    content: "\e110";
}
.bootstrap3 .glyphicon-comment:before {
    content: "\e111";
}
.bootstrap3 .glyphicon-magnet:before {
    content: "\e112";
}
.bootstrap3 .glyphicon-chevron-up:before {
    content: "\e113";
}
.bootstrap3 .glyphicon-chevron-down:before {
    content: "\e114";
}
.bootstrap3 .glyphicon-retweet:before {
    content: "\e115";
}
.bootstrap3 .glyphicon-shopping-cart:before {
    content: "\e116";
}
.bootstrap3 .glyphicon-folder-close:before {
    content: "\e117";
}
.bootstrap3 .glyphicon-folder-open:before {
    content: "\e118";
}
.bootstrap3 .glyphicon-resize-vertical:before {
    content: "\e119";
}
.bootstrap3 .glyphicon-resize-horizontal:before {
    content: "\e120";
}
.bootstrap3 .glyphicon-hdd:before {
    content: "\e121";
}
.bootstrap3 .glyphicon-bullhorn:before {
    content: "\e122";
}
.bootstrap3 .glyphicon-bell:before {
    content: "\e123";
}
.bootstrap3 .glyphicon-certificate:before {
    content: "\e124";
}
.bootstrap3 .glyphicon-thumbs-up:before {
    content: "\e125";
}
.bootstrap3 .glyphicon-thumbs-down:before {
    content: "\e126";
}
.bootstrap3 .glyphicon-hand-right:before {
    content: "\e127";
}
.bootstrap3 .glyphicon-hand-left:before {
    content: "\e128";
}
.bootstrap3 .glyphicon-hand-up:before {
    content: "\e129";
}
.bootstrap3 .glyphicon-hand-down:before {
    content: "\e130";
}
.bootstrap3 .glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.bootstrap3 .glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.bootstrap3 .glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.bootstrap3 .glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.bootstrap3 .glyphicon-globe:before {
    content: "\e135";
}
.bootstrap3 .glyphicon-wrench:before {
    content: "\e136";
}
.bootstrap3 .glyphicon-tasks:before {
    content: "\e137";
}
.bootstrap3 .glyphicon-filter:before {
    content: "\e138";
}
.bootstrap3 .glyphicon-briefcase:before {
    content: "\e139";
}
.bootstrap3 .glyphicon-fullscreen:before {
    content: "\e140";
}
.bootstrap3 .glyphicon-dashboard:before {
    content: "\e141";
}
.bootstrap3 .glyphicon-paperclip:before {
    content: "\e142";
}
.bootstrap3 .glyphicon-heart-empty:before {
    content: "\e143";
}
.bootstrap3 .glyphicon-link:before {
    content: "\e144";
}
.bootstrap3 .glyphicon-phone:before {
    content: "\e145";
}
.bootstrap3 .glyphicon-pushpin:before {
    content: "\e146";
}
.bootstrap3 .glyphicon-usd:before {
    content: "\e148";
}
.bootstrap3 .glyphicon-gbp:before {
    content: "\e149";
}
.bootstrap3 .glyphicon-sort:before {
    content: "\e150";
}
.bootstrap3 .glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.bootstrap3 .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.bootstrap3 .glyphicon-sort-by-order:before {
    content: "\e153";
}
.bootstrap3 .glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.bootstrap3 .glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.bootstrap3 .glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.bootstrap3 .glyphicon-unchecked:before {
    content: "\e157";
}
.bootstrap3 .glyphicon-expand:before {
    content: "\e158";
}
.bootstrap3 .glyphicon-collapse-down:before {
    content: "\e159";
}
.bootstrap3 .glyphicon-collapse-up:before {
    content: "\e160";
}
.bootstrap3 .glyphicon-log-in:before {
    content: "\e161";
}
.bootstrap3 .glyphicon-flash:before {
    content: "\e162";
}
.bootstrap3 .glyphicon-log-out:before {
    content: "\e163";
}
.bootstrap3 .glyphicon-new-window:before {
    content: "\e164";
}
.bootstrap3 .glyphicon-record:before {
    content: "\e165";
}
.bootstrap3 .glyphicon-save:before {
    content: "\e166";
}
.bootstrap3 .glyphicon-open:before {
    content: "\e167";
}
.bootstrap3 .glyphicon-saved:before {
    content: "\e168";
}
.bootstrap3 .glyphicon-import:before {
    content: "\e169";
}
.bootstrap3 .glyphicon-export:before {
    content: "\e170";
}
.bootstrap3 .glyphicon-send:before {
    content: "\e171";
}
.bootstrap3 .glyphicon-floppy-disk:before {
    content: "\e172";
}
.bootstrap3 .glyphicon-floppy-saved:before {
    content: "\e173";
}
.bootstrap3 .glyphicon-floppy-remove:before {
    content: "\e174";
}
.bootstrap3 .glyphicon-floppy-save:before {
    content: "\e175";
}
.bootstrap3 .glyphicon-floppy-open:before {
    content: "\e176";
}
.bootstrap3 .glyphicon-credit-card:before {
    content: "\e177";
}
.bootstrap3 .glyphicon-transfer:before {
    content: "\e178";
}
.bootstrap3 .glyphicon-cutlery:before {
    content: "\e179";
}
.bootstrap3 .glyphicon-header:before {
    content: "\e180";
}
.bootstrap3 .glyphicon-compressed:before {
    content: "\e181";
}
.bootstrap3 .glyphicon-earphone:before {
    content: "\e182";
}
.bootstrap3 .glyphicon-phone-alt:before {
    content: "\e183";
}
.bootstrap3 .glyphicon-tower:before {
    content: "\e184";
}
.bootstrap3 .glyphicon-stats:before {
    content: "\e185";
}
.bootstrap3 .glyphicon-sd-video:before {
    content: "\e186";
}
.bootstrap3 .glyphicon-hd-video:before {
    content: "\e187";
}
.bootstrap3 .glyphicon-subtitles:before {
    content: "\e188";
}
.bootstrap3 .glyphicon-sound-stereo:before {
    content: "\e189";
}
.bootstrap3 .glyphicon-sound-dolby:before {
    content: "\e190";
}
.bootstrap3 .glyphicon-sound-5-1:before {
    content: "\e191";
}
.bootstrap3 .glyphicon-sound-6-1:before {
    content: "\e192";
}
.bootstrap3 .glyphicon-sound-7-1:before {
    content: "\e193";
}
.bootstrap3 .glyphicon-copyright-mark:before {
    content: "\e194";
}
.bootstrap3 .glyphicon-registration-mark:before {
    content: "\e195";
}
.bootstrap3 .glyphicon-cloud-download:before {
    content: "\e197";
}
.bootstrap3 .glyphicon-cloud-upload:before {
    content: "\e198";
}
.bootstrap3 .glyphicon-tree-conifer:before {
    content: "\e199";
}
.bootstrap3 .glyphicon-tree-deciduous:before {
    content: "\e200";
}
.bootstrap3 .glyphicon-cd:before {
    content: "\e201";
}
.bootstrap3 .glyphicon-save-file:before {
    content: "\e202";
}
.bootstrap3 .glyphicon-open-file:before {
    content: "\e203";
}
.bootstrap3 .glyphicon-level-up:before {
    content: "\e204";
}
.bootstrap3 .glyphicon-copy:before {
    content: "\e205";
}
.bootstrap3 .glyphicon-paste:before {
    content: "\e206";
}
.bootstrap3 .glyphicon-alert:before {
    content: "\e209";
}
.bootstrap3 .glyphicon-equalizer:before {
    content: "\e210";
}
.bootstrap3 .glyphicon-king:before {
    content: "\e211";
}
.bootstrap3 .glyphicon-queen:before {
    content: "\e212";
}
.bootstrap3 .glyphicon-pawn:before {
    content: "\e213";
}
.bootstrap3 .glyphicon-bishop:before {
    content: "\e214";
}
.bootstrap3 .glyphicon-knight:before {
    content: "\e215";
}
.bootstrap3 .glyphicon-baby-formula:before {
    content: "\e216";
}
.bootstrap3 .glyphicon-tent:before {
    content: "\26fa";
}
.bootstrap3 .glyphicon-blackboard:before {
    content: "\e218";
}
.bootstrap3 .glyphicon-bed:before {
    content: "\e219";
}
.bootstrap3 .glyphicon-apple:before {
    content: "\f8ff";
}
.bootstrap3 .glyphicon-erase:before {
    content: "\e221";
}
.bootstrap3 .glyphicon-hourglass:before {
    content: "\231b";
}
.bootstrap3 .glyphicon-lamp:before {
    content: "\e223";
}
.bootstrap3 .glyphicon-duplicate:before {
    content: "\e224";
}
.bootstrap3 .glyphicon-piggy-bank:before {
    content: "\e225";
}
.bootstrap3 .glyphicon-scissors:before {
    content: "\e226";
}
.bootstrap3 .glyphicon-bitcoin:before {
    content: "\e227";
}
.bootstrap3 .glyphicon-btc:before {
    content: "\e227";
}
.bootstrap3 .glyphicon-xbt:before {
    content: "\e227";
}
.bootstrap3 .glyphicon-yen:before {
    content: "\00a5";
}
.bootstrap3 .glyphicon-jpy:before {
    content: "\00a5";
}
.bootstrap3 .glyphicon-ruble:before {
    content: "\20bd";
}
.bootstrap3 .glyphicon-rub:before {
    content: "\20bd";
}
.bootstrap3 .glyphicon-scale:before {
    content: "\e230";
}
.bootstrap3 .glyphicon-ice-lolly:before {
    content: "\e231";
}
.bootstrap3 .glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.bootstrap3 .glyphicon-education:before {
    content: "\e233";
}
.bootstrap3 .glyphicon-option-horizontal:before {
    content: "\e234";
}
.bootstrap3 .glyphicon-option-vertical:before {
    content: "\e235";
}
.bootstrap3 .glyphicon-menu-hamburger:before {
    content: "\e236";
}
.bootstrap3 .glyphicon-modal-window:before {
    content: "\e237";
}
.bootstrap3 .glyphicon-oil:before {
    content: "\e238";
}
.bootstrap3 .glyphicon-grain:before {
    content: "\e239";
}
.bootstrap3 .glyphicon-sunglasses:before {
    content: "\e240";
}
.bootstrap3 .glyphicon-text-size:before {
    content: "\e241";
}
.bootstrap3 .glyphicon-text-color:before {
    content: "\e242";
}
.bootstrap3 .glyphicon-text-background:before {
    content: "\e243";
}
.bootstrap3 .glyphicon-object-align-top:before {
    content: "\e244";
}
.bootstrap3 .glyphicon-object-align-bottom:before {
    content: "\e245";
}
.bootstrap3 .glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.bootstrap3 .glyphicon-object-align-left:before {
    content: "\e247";
}
.bootstrap3 .glyphicon-object-align-vertical:before {
    content: "\e248";
}
.bootstrap3 .glyphicon-object-align-right:before {
    content: "\e249";
}
.bootstrap3 .glyphicon-triangle-right:before {
    content: "\e250";
}
.bootstrap3 .glyphicon-triangle-left:before {
    content: "\e251";
}
.bootstrap3 .glyphicon-triangle-bottom:before {
    content: "\e252";
}
.bootstrap3 .glyphicon-triangle-top:before {
    content: "\e253";
}
.bootstrap3 .glyphicon-console:before {
    content: "\e254";
}
.bootstrap3 .glyphicon-superscript:before {
    content: "\e255";
}
.bootstrap3 .glyphicon-subscript:before {
    content: "\e256";
}
.bootstrap3 .glyphicon-menu-left:before {
    content: "\e257";
}
.bootstrap3 .glyphicon-menu-right:before {
    content: "\e258";
}
.bootstrap3 .glyphicon-menu-down:before {
    content: "\e259";
}
.bootstrap3 .glyphicon-menu-up:before {
    content: "\e260";
}
.bootstrap3 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap3 :after,
.bootstrap3 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap3 html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap3 body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.bootstrap3 button,
.bootstrap3 input,
.bootstrap3 select,
.bootstrap3 textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.bootstrap3 a {
    color: #337ab7;
    text-decoration: none;
}
.bootstrap3 a:focus,
.bootstrap3 a:hover {
    color: #23527c;
    text-decoration: underline;
}
.bootstrap3 a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap3 figure {
    margin: 0;
}
.bootstrap3 img {
    vertical-align: middle;
}
.bootstrap3 .carousel-inner > .item > a > img,
.bootstrap3 .carousel-inner > .item > img,
.bootstrap3 .img-responsive,
.bootstrap3 .thumbnail a > img,
.bootstrap3 .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.bootstrap3 .img-rounded {
    border-radius: 6px;
}
.bootstrap3 .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bootstrap3 .img-circle {
    border-radius: 50%;
}
.bootstrap3 hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.bootstrap3 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.bootstrap3 .sr-only-focusable:active,
.bootstrap3 .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.bootstrap3 [role="button"] {
    cursor: pointer;
}
.bootstrap3 .h1,
.bootstrap3 .h2,
.bootstrap3 .h3,
.bootstrap3 .h4,
.bootstrap3 .h5,
.bootstrap3 .h6,
.bootstrap3 h1,
.bootstrap3 h2,
.bootstrap3 h3,
.bootstrap3 h4,
.bootstrap3 h5,
.bootstrap3 h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.bootstrap3 .h1 .small,
.bootstrap3 .h1 small,
.bootstrap3 .h2 .small,
.bootstrap3 .h2 small,
.bootstrap3 .h3 .small,
.bootstrap3 .h3 small,
.bootstrap3 .h4 .small,
.bootstrap3 .h4 small,
.bootstrap3 .h5 .small,
.bootstrap3 .h5 small,
.bootstrap3 .h6 .small,
.bootstrap3 .h6 small,
.bootstrap3 h1 .small,
.bootstrap3 h1 small,
.bootstrap3 h2 .small,
.bootstrap3 h2 small,
.bootstrap3 h3 .small,
.bootstrap3 h3 small,
.bootstrap3 h4 .small,
.bootstrap3 h4 small,
.bootstrap3 h5 .small,
.bootstrap3 h5 small,
.bootstrap3 h6 .small,
.bootstrap3 h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.bootstrap3 .h1,
.bootstrap3 .h2,
.bootstrap3 .h3,
.bootstrap3 h1,
.bootstrap3 h2,
.bootstrap3 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.bootstrap3 .h1 .small,
.bootstrap3 .h1 small,
.bootstrap3 .h2 .small,
.bootstrap3 .h2 small,
.bootstrap3 .h3 .small,
.bootstrap3 .h3 small,
.bootstrap3 h1 .small,
.bootstrap3 h1 small,
.bootstrap3 h2 .small,
.bootstrap3 h2 small,
.bootstrap3 h3 .small,
.bootstrap3 h3 small {
    font-size: 65%;
}
.bootstrap3 .h4,
.bootstrap3 .h5,
.bootstrap3 .h6,
.bootstrap3 h4,
.bootstrap3 h5,
.bootstrap3 h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap3 .h4 .small,
.bootstrap3 .h4 small,
.bootstrap3 .h5 .small,
.bootstrap3 .h5 small,
.bootstrap3 .h6 .small,
.bootstrap3 .h6 small,
.bootstrap3 h4 .small,
.bootstrap3 h4 small,
.bootstrap3 h5 .small,
.bootstrap3 h5 small,
.bootstrap3 h6 .small,
.bootstrap3 h6 small {
    font-size: 75%;
}
.bootstrap3 .h1,
.bootstrap3 h1 {
    font-size: 36px;
}
.bootstrap3 .h2,
.bootstrap3 h2 {
    font-size: 30px;
}
.bootstrap3 .h3,
.bootstrap3 h3 {
    font-size: 24px;
}
.bootstrap3 .h4,
.bootstrap3 h4 {
    font-size: 18px;
}
.bootstrap3 .h5,
.bootstrap3 h5 {
    font-size: 14px;
}
.bootstrap3 .h6,
.bootstrap3 h6 {
    font-size: 12px;
}
.bootstrap3 p {
    margin: 0 0 10px;
}
.bootstrap3 .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .bootstrap3 .lead {
        font-size: 21px;
    }
}
.bootstrap3 .small,
.bootstrap3 small {
    font-size: 85%;
}
.bootstrap3 .mark,
.bootstrap3 mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.bootstrap3 .text-left {
    text-align: left;
}
.bootstrap3 .text-right {
    text-align: right;
}
.bootstrap3 .text-center {
    text-align: center;
}
.bootstrap3 .text-justify {
    text-align: justify;
}
.bootstrap3 .text-nowrap {
    white-space: nowrap;
}
.bootstrap3 .text-lowercase {
    text-transform: lowercase;
}
.bootstrap3 .text-uppercase {
    text-transform: uppercase;
}
.bootstrap3 .text-capitalize {
    text-transform: capitalize;
}
.bootstrap3 .text-muted {
    color: #777;
}
.bootstrap3 .text-primary {
    color: #337ab7;
}
.bootstrap3 a.text-primary:hover {
    color: #286090;
}
.bootstrap3 .text-success {
    color: #3c763d;
}
.bootstrap3 a.text-success:hover {
    color: #2b542c;
}
.bootstrap3 .text-info {
    color: #31708f;
}
.bootstrap3 a.text-info:hover {
    color: #245269;
}
.bootstrap3 .text-warning {
    color: #8a6d3b;
}
.bootstrap3 a.text-warning:hover {
    color: #66512c;
}
.bootstrap3 .text-danger {
    color: #a94442;
}
.bootstrap3 a.text-danger:hover {
    color: #843534;
}
.bootstrap3 .bg-primary {
    color: #fff;
    background-color: #337ab7;
}
.bootstrap3 a.bg-primary:hover {
    background-color: #286090;
}
.bootstrap3 .bg-success {
    background-color: #dff0d8;
}
.bootstrap3 a.bg-success:hover {
    background-color: #c1e2b3;
}
.bootstrap3 .bg-info {
    background-color: #d9edf7;
}
.bootstrap3 a.bg-info:hover {
    background-color: #afd9ee;
}
.bootstrap3 .bg-warning {
    background-color: #fcf8e3;
}
.bootstrap3 a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bootstrap3 .bg-danger {
    background-color: #f2dede;
}
.bootstrap3 a.bg-danger:hover {
    background-color: #e4b9b9;
}
.bootstrap3 .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
.bootstrap3 ol,
.bootstrap3 ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.bootstrap3 ol ol,
.bootstrap3 ol ul,
.bootstrap3 ul ol,
.bootstrap3 ul ul {
    margin-bottom: 0;
}
.bootstrap3 .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.bootstrap3 .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.bootstrap3 .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.bootstrap3 dl {
    margin-top: 0;
    margin-bottom: 20px;
}
.bootstrap3 dd,
.bootstrap3 dt {
    line-height: 1.42857143;
}
.bootstrap3 dt {
    font-weight: 700;
}
.bootstrap3 dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .bootstrap3 .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .bootstrap3 .dl-horizontal dd {
        margin-left: 180px;
    }
}
.bootstrap3 abbr[data-original-title],
.bootstrap3 abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.bootstrap3 .initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.bootstrap3 blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.bootstrap3 blockquote ol:last-child,
.bootstrap3 blockquote p:last-child,
.bootstrap3 blockquote ul:last-child {
    margin-bottom: 0;
}
.bootstrap3 blockquote .small,
.bootstrap3 blockquote footer,
.bootstrap3 blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
.bootstrap3 blockquote .small:before,
.bootstrap3 blockquote footer:before,
.bootstrap3 blockquote small:before {
    content: "\2014 \00A0";
}
.bootstrap3 .blockquote-reverse,
.bootstrap3 blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.bootstrap3 .blockquote-reverse .small:before,
.bootstrap3 .blockquote-reverse footer:before,
.bootstrap3 .blockquote-reverse small:before,
.bootstrap3 blockquote.pull-right .small:before,
.bootstrap3 blockquote.pull-right footer:before,
.bootstrap3 blockquote.pull-right small:before {
    content: "";
}
.bootstrap3 .blockquote-reverse .small:after,
.bootstrap3 .blockquote-reverse footer:after,
.bootstrap3 .blockquote-reverse small:after,
.bootstrap3 blockquote.pull-right .small:after,
.bootstrap3 blockquote.pull-right footer:after,
.bootstrap3 blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
.bootstrap3 address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.bootstrap3 code,
.bootstrap3 kbd,
.bootstrap3 pre,
.bootstrap3 samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap3 code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.bootstrap3 kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap3 kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap3 pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.bootstrap3 pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.bootstrap3 .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.bootstrap3 .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .bootstrap3 .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .bootstrap3 .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .bootstrap3 .container {
        width: 1170px;
    }
}
.bootstrap3 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.bootstrap3 .row {
    margin-right: -15px;
    margin-left: -15px;
}
.bootstrap3 .col-lg-1,
.bootstrap3 .col-lg-10,
.bootstrap3 .col-lg-11,
.bootstrap3 .col-lg-12,
.bootstrap3 .col-lg-2,
.bootstrap3 .col-lg-3,
.bootstrap3 .col-lg-4,
.bootstrap3 .col-lg-5,
.bootstrap3 .col-lg-6,
.bootstrap3 .col-lg-7,
.bootstrap3 .col-lg-8,
.bootstrap3 .col-lg-9,
.bootstrap3 .col-md-1,
.bootstrap3 .col-md-10,
.bootstrap3 .col-md-11,
.bootstrap3 .col-md-12,
.bootstrap3 .col-md-2,
.bootstrap3 .col-md-3,
.bootstrap3 .col-md-4,
.bootstrap3 .col-md-5,
.bootstrap3 .col-md-6,
.bootstrap3 .col-md-7,
.bootstrap3 .col-md-8,
.bootstrap3 .col-md-9,
.bootstrap3 .col-sm-1,
.bootstrap3 .col-sm-10,
.bootstrap3 .col-sm-11,
.bootstrap3 .col-sm-12,
.bootstrap3 .col-sm-2,
.bootstrap3 .col-sm-3,
.bootstrap3 .col-sm-4,
.bootstrap3 .col-sm-5,
.bootstrap3 .col-sm-6,
.bootstrap3 .col-sm-7,
.bootstrap3 .col-sm-8,
.bootstrap3 .col-sm-9,
.bootstrap3 .col-xs-1,
.bootstrap3 .col-xs-10,
.bootstrap3 .col-xs-11,
.bootstrap3 .col-xs-12,
.bootstrap3 .col-xs-2,
.bootstrap3 .col-xs-3,
.bootstrap3 .col-xs-4,
.bootstrap3 .col-xs-5,
.bootstrap3 .col-xs-6,
.bootstrap3 .col-xs-7,
.bootstrap3 .col-xs-8,
.bootstrap3 .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bootstrap3 .col-xs-1,
.bootstrap3 .col-xs-10,
.bootstrap3 .col-xs-11,
.bootstrap3 .col-xs-12,
.bootstrap3 .col-xs-2,
.bootstrap3 .col-xs-3,
.bootstrap3 .col-xs-4,
.bootstrap3 .col-xs-5,
.bootstrap3 .col-xs-6,
.bootstrap3 .col-xs-7,
.bootstrap3 .col-xs-8,
.bootstrap3 .col-xs-9 {
    float: left;
}
.bootstrap3 .col-xs-12 {
    width: 100%;
}
.bootstrap3 .col-xs-11 {
    width: 91.66666667%;
}
.bootstrap3 .col-xs-10 {
    width: 83.33333333%;
}
.bootstrap3 .col-xs-9 {
    width: 75%;
}
.bootstrap3 .col-xs-8 {
    width: 66.66666667%;
}
.bootstrap3 .col-xs-7 {
    width: 58.33333333%;
}
.bootstrap3 .col-xs-6 {
    width: 50%;
}
.bootstrap3 .col-xs-5 {
    width: 41.66666667%;
}
.bootstrap3 .col-xs-4 {
    width: 33.33333333%;
}
.bootstrap3 .col-xs-3 {
    width: 25%;
}
.bootstrap3 .col-xs-2 {
    width: 16.66666667%;
}
.bootstrap3 .col-xs-1 {
    width: 8.33333333%;
}
.bootstrap3 .col-xs-pull-12 {
    right: 100%;
}
.bootstrap3 .col-xs-pull-11 {
    right: 91.66666667%;
}
.bootstrap3 .col-xs-pull-10 {
    right: 83.33333333%;
}
.bootstrap3 .col-xs-pull-9 {
    right: 75%;
}
.bootstrap3 .col-xs-pull-8 {
    right: 66.66666667%;
}
.bootstrap3 .col-xs-pull-7 {
    right: 58.33333333%;
}
.bootstrap3 .col-xs-pull-6 {
    right: 50%;
}
.bootstrap3 .col-xs-pull-5 {
    right: 41.66666667%;
}
.bootstrap3 .col-xs-pull-4 {
    right: 33.33333333%;
}
.bootstrap3 .col-xs-pull-3 {
    right: 25%;
}
.bootstrap3 .col-xs-pull-2 {
    right: 16.66666667%;
}
.bootstrap3 .col-xs-pull-1 {
    right: 8.33333333%;
}
.bootstrap3 .col-xs-pull-0 {
    right: auto;
}
.bootstrap3 .col-xs-push-12 {
    left: 100%;
}
.bootstrap3 .col-xs-push-11 {
    left: 91.66666667%;
}
.bootstrap3 .col-xs-push-10 {
    left: 83.33333333%;
}
.bootstrap3 .col-xs-push-9 {
    left: 75%;
}
.bootstrap3 .col-xs-push-8 {
    left: 66.66666667%;
}
.bootstrap3 .col-xs-push-7 {
    left: 58.33333333%;
}
.bootstrap3 .col-xs-push-6 {
    left: 50%;
}
.bootstrap3 .col-xs-push-5 {
    left: 41.66666667%;
}
.bootstrap3 .col-xs-push-4 {
    left: 33.33333333%;
}
.bootstrap3 .col-xs-push-3 {
    left: 25%;
}
.bootstrap3 .col-xs-push-2 {
    left: 16.66666667%;
}
.bootstrap3 .col-xs-push-1 {
    left: 8.33333333%;
}
.bootstrap3 .col-xs-push-0 {
    left: auto;
}
.bootstrap3 .col-xs-offset-12 {
    margin-left: 100%;
}
.bootstrap3 .col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.bootstrap3 .col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.bootstrap3 .col-xs-offset-9 {
    margin-left: 75%;
}
.bootstrap3 .col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.bootstrap3 .col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.bootstrap3 .col-xs-offset-6 {
    margin-left: 50%;
}
.bootstrap3 .col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.bootstrap3 .col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.bootstrap3 .col-xs-offset-3 {
    margin-left: 25%;
}
.bootstrap3 .col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.bootstrap3 .col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.bootstrap3 .col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .bootstrap3 .col-sm-1,
    .bootstrap3 .col-sm-10,
    .bootstrap3 .col-sm-11,
    .bootstrap3 .col-sm-12,
    .bootstrap3 .col-sm-2,
    .bootstrap3 .col-sm-3,
    .bootstrap3 .col-sm-4,
    .bootstrap3 .col-sm-5,
    .bootstrap3 .col-sm-6,
    .bootstrap3 .col-sm-7,
    .bootstrap3 .col-sm-8,
    .bootstrap3 .col-sm-9 {
        float: left;
    }
    .bootstrap3 .col-sm-12 {
        width: 100%;
    }
    .bootstrap3 .col-sm-11 {
        width: 91.66666667%;
    }
    .bootstrap3 .col-sm-10 {
        width: 83.33333333%;
    }
    .bootstrap3 .col-sm-9 {
        width: 75%;
    }
    .bootstrap3 .col-sm-8 {
        width: 66.66666667%;
    }
    .bootstrap3 .col-sm-7 {
        width: 58.33333333%;
    }
    .bootstrap3 .col-sm-6 {
        width: 50%;
    }
    .bootstrap3 .col-sm-5 {
        width: 41.66666667%;
    }
    .bootstrap3 .col-sm-4 {
        width: 33.33333333%;
    }
    .bootstrap3 .col-sm-3 {
        width: 25%;
    }
    .bootstrap3 .col-sm-2 {
        width: 16.66666667%;
    }
    .bootstrap3 .col-sm-1 {
        width: 8.33333333%;
    }
    .bootstrap3 .col-sm-pull-12 {
        right: 100%;
    }
    .bootstrap3 .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .bootstrap3 .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .bootstrap3 .col-sm-pull-9 {
        right: 75%;
    }
    .bootstrap3 .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .bootstrap3 .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .bootstrap3 .col-sm-pull-6 {
        right: 50%;
    }
    .bootstrap3 .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .bootstrap3 .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .bootstrap3 .col-sm-pull-3 {
        right: 25%;
    }
    .bootstrap3 .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .bootstrap3 .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .bootstrap3 .col-sm-pull-0 {
        right: auto;
    }
    .bootstrap3 .col-sm-push-12 {
        left: 100%;
    }
    .bootstrap3 .col-sm-push-11 {
        left: 91.66666667%;
    }
    .bootstrap3 .col-sm-push-10 {
        left: 83.33333333%;
    }
    .bootstrap3 .col-sm-push-9 {
        left: 75%;
    }
    .bootstrap3 .col-sm-push-8 {
        left: 66.66666667%;
    }
    .bootstrap3 .col-sm-push-7 {
        left: 58.33333333%;
    }
    .bootstrap3 .col-sm-push-6 {
        left: 50%;
    }
    .bootstrap3 .col-sm-push-5 {
        left: 41.66666667%;
    }
    .bootstrap3 .col-sm-push-4 {
        left: 33.33333333%;
    }
    .bootstrap3 .col-sm-push-3 {
        left: 25%;
    }
    .bootstrap3 .col-sm-push-2 {
        left: 16.66666667%;
    }
    .bootstrap3 .col-sm-push-1 {
        left: 8.33333333%;
    }
    .bootstrap3 .col-sm-push-0 {
        left: auto;
    }
    .bootstrap3 .col-sm-offset-12 {
        margin-left: 100%;
    }
    .bootstrap3 .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .bootstrap3 .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .bootstrap3 .col-sm-offset-9 {
        margin-left: 75%;
    }
    .bootstrap3 .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .bootstrap3 .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .bootstrap3 .col-sm-offset-6 {
        margin-left: 50%;
    }
    .bootstrap3 .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .bootstrap3 .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .bootstrap3 .col-sm-offset-3 {
        margin-left: 25%;
    }
    .bootstrap3 .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .bootstrap3 .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .bootstrap3 .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .bootstrap3 .col-md-1,
    .bootstrap3 .col-md-10,
    .bootstrap3 .col-md-11,
    .bootstrap3 .col-md-12,
    .bootstrap3 .col-md-2,
    .bootstrap3 .col-md-3,
    .bootstrap3 .col-md-4,
    .bootstrap3 .col-md-5,
    .bootstrap3 .col-md-6,
    .bootstrap3 .col-md-7,
    .bootstrap3 .col-md-8,
    .bootstrap3 .col-md-9 {
        float: left;
    }
    .bootstrap3 .col-md-12 {
        width: 100%;
    }
    .bootstrap3 .col-md-11 {
        width: 91.66666667%;
    }
    .bootstrap3 .col-md-10 {
        width: 83.33333333%;
    }
    .bootstrap3 .col-md-9 {
        width: 75%;
    }
    .bootstrap3 .col-md-8 {
        width: 66.66666667%;
    }
    .bootstrap3 .col-md-7 {
        width: 58.33333333%;
    }
    .bootstrap3 .col-md-6 {
        width: 50%;
    }
    .bootstrap3 .col-md-5 {
        width: 41.66666667%;
    }
    .bootstrap3 .col-md-4 {
        width: 33.33333333%;
    }
    .bootstrap3 .col-md-3 {
        width: 25%;
    }
    .bootstrap3 .col-md-2 {
        width: 16.66666667%;
    }
    .bootstrap3 .col-md-1 {
        width: 8.33333333%;
    }
    .bootstrap3 .col-md-pull-12 {
        right: 100%;
    }
    .bootstrap3 .col-md-pull-11 {
        right: 91.66666667%;
    }
    .bootstrap3 .col-md-pull-10 {
        right: 83.33333333%;
    }
    .bootstrap3 .col-md-pull-9 {
        right: 75%;
    }
    .bootstrap3 .col-md-pull-8 {
        right: 66.66666667%;
    }
    .bootstrap3 .col-md-pull-7 {
        right: 58.33333333%;
    }
    .bootstrap3 .col-md-pull-6 {
        right: 50%;
    }
    .bootstrap3 .col-md-pull-5 {
        right: 41.66666667%;
    }
    .bootstrap3 .col-md-pull-4 {
        right: 33.33333333%;
    }
    .bootstrap3 .col-md-pull-3 {
        right: 25%;
    }
    .bootstrap3 .col-md-pull-2 {
        right: 16.66666667%;
    }
    .bootstrap3 .col-md-pull-1 {
        right: 8.33333333%;
    }
    .bootstrap3 .col-md-pull-0 {
        right: auto;
    }
    .bootstrap3 .col-md-push-12 {
        left: 100%;
    }
    .bootstrap3 .col-md-push-11 {
        left: 91.66666667%;
    }
    .bootstrap3 .col-md-push-10 {
        left: 83.33333333%;
    }
    .bootstrap3 .col-md-push-9 {
        left: 75%;
    }
    .bootstrap3 .col-md-push-8 {
        left: 66.66666667%;
    }
    .bootstrap3 .col-md-push-7 {
        left: 58.33333333%;
    }
    .bootstrap3 .col-md-push-6 {
        left: 50%;
    }
    .bootstrap3 .col-md-push-5 {
        left: 41.66666667%;
    }
    .bootstrap3 .col-md-push-4 {
        left: 33.33333333%;
    }
    .bootstrap3 .col-md-push-3 {
        left: 25%;
    }
    .bootstrap3 .col-md-push-2 {
        left: 16.66666667%;
    }
    .bootstrap3 .col-md-push-1 {
        left: 8.33333333%;
    }
    .bootstrap3 .col-md-push-0 {
        left: auto;
    }
    .bootstrap3 .col-md-offset-12 {
        margin-left: 100%;
    }
    .bootstrap3 .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .bootstrap3 .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .bootstrap3 .col-md-offset-9 {
        margin-left: 75%;
    }
    .bootstrap3 .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .bootstrap3 .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .bootstrap3 .col-md-offset-6 {
        margin-left: 50%;
    }
    .bootstrap3 .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .bootstrap3 .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .bootstrap3 .col-md-offset-3 {
        margin-left: 25%;
    }
    .bootstrap3 .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .bootstrap3 .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .bootstrap3 .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .bootstrap3 .col-lg-1,
    .bootstrap3 .col-lg-10,
    .bootstrap3 .col-lg-11,
    .bootstrap3 .col-lg-12,
    .bootstrap3 .col-lg-2,
    .bootstrap3 .col-lg-3,
    .bootstrap3 .col-lg-4,
    .bootstrap3 .col-lg-5,
    .bootstrap3 .col-lg-6,
    .bootstrap3 .col-lg-7,
    .bootstrap3 .col-lg-8,
    .bootstrap3 .col-lg-9 {
        float: left;
    }
    .bootstrap3 .col-lg-12 {
        width: 100%;
    }
    .bootstrap3 .col-lg-11 {
        width: 91.66666667%;
    }
    .bootstrap3 .col-lg-10 {
        width: 83.33333333%;
    }
    .bootstrap3 .col-lg-9 {
        width: 75%;
    }
    .bootstrap3 .col-lg-8 {
        width: 66.66666667%;
    }
    .bootstrap3 .col-lg-7 {
        width: 58.33333333%;
    }
    .bootstrap3 .col-lg-6 {
        width: 50%;
    }
    .bootstrap3 .col-lg-5 {
        width: 41.66666667%;
    }
    .bootstrap3 .col-lg-4 {
        width: 33.33333333%;
    }
    .bootstrap3 .col-lg-3 {
        width: 25%;
    }
    .bootstrap3 .col-lg-2 {
        width: 16.66666667%;
    }
    .bootstrap3 .col-lg-1 {
        width: 8.33333333%;
    }
    .bootstrap3 .col-lg-pull-12 {
        right: 100%;
    }
    .bootstrap3 .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .bootstrap3 .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .bootstrap3 .col-lg-pull-9 {
        right: 75%;
    }
    .bootstrap3 .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .bootstrap3 .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .bootstrap3 .col-lg-pull-6 {
        right: 50%;
    }
    .bootstrap3 .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .bootstrap3 .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .bootstrap3 .col-lg-pull-3 {
        right: 25%;
    }
    .bootstrap3 .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .bootstrap3 .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .bootstrap3 .col-lg-pull-0 {
        right: auto;
    }
    .bootstrap3 .col-lg-push-12 {
        left: 100%;
    }
    .bootstrap3 .col-lg-push-11 {
        left: 91.66666667%;
    }
    .bootstrap3 .col-lg-push-10 {
        left: 83.33333333%;
    }
    .bootstrap3 .col-lg-push-9 {
        left: 75%;
    }
    .bootstrap3 .col-lg-push-8 {
        left: 66.66666667%;
    }
    .bootstrap3 .col-lg-push-7 {
        left: 58.33333333%;
    }
    .bootstrap3 .col-lg-push-6 {
        left: 50%;
    }
    .bootstrap3 .col-lg-push-5 {
        left: 41.66666667%;
    }
    .bootstrap3 .col-lg-push-4 {
        left: 33.33333333%;
    }
    .bootstrap3 .col-lg-push-3 {
        left: 25%;
    }
    .bootstrap3 .col-lg-push-2 {
        left: 16.66666667%;
    }
    .bootstrap3 .col-lg-push-1 {
        left: 8.33333333%;
    }
    .bootstrap3 .col-lg-push-0 {
        left: auto;
    }
    .bootstrap3 .col-lg-offset-12 {
        margin-left: 100%;
    }
    .bootstrap3 .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .bootstrap3 .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .bootstrap3 .col-lg-offset-9 {
        margin-left: 75%;
    }
    .bootstrap3 .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .bootstrap3 .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .bootstrap3 .col-lg-offset-6 {
        margin-left: 50%;
    }
    .bootstrap3 .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .bootstrap3 .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .bootstrap3 .col-lg-offset-3 {
        margin-left: 25%;
    }
    .bootstrap3 .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .bootstrap3 .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .bootstrap3 .col-lg-offset-0 {
        margin-left: 0;
    }
}
.bootstrap3 table {
    background-color: transparent;
}
.bootstrap3 caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.bootstrap3 th {
    text-align: left;
}
.bootstrap3 .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.bootstrap3 .table > tbody > tr > td,
.bootstrap3 .table > tbody > tr > th,
.bootstrap3 .table > tfoot > tr > td,
.bootstrap3 .table > tfoot > tr > th,
.bootstrap3 .table > thead > tr > td,
.bootstrap3 .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.bootstrap3 .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.bootstrap3 .table > caption + thead > tr:first-child > td,
.bootstrap3 .table > caption + thead > tr:first-child > th,
.bootstrap3 .table > colgroup + thead > tr:first-child > td,
.bootstrap3 .table > colgroup + thead > tr:first-child > th,
.bootstrap3 .table > thead:first-child > tr:first-child > td,
.bootstrap3 .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.bootstrap3 .table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.bootstrap3 .table .table {
    background-color: #fff;
}
.bootstrap3 .table-condensed > tbody > tr > td,
.bootstrap3 .table-condensed > tbody > tr > th,
.bootstrap3 .table-condensed > tfoot > tr > td,
.bootstrap3 .table-condensed > tfoot > tr > th,
.bootstrap3 .table-condensed > thead > tr > td,
.bootstrap3 .table-condensed > thead > tr > th {
    padding: 5px;
}
.bootstrap3 .table-bordered {
    border: 1px solid #ddd;
}
.bootstrap3 .table-bordered > tbody > tr > td,
.bootstrap3 .table-bordered > tbody > tr > th,
.bootstrap3 .table-bordered > tfoot > tr > td,
.bootstrap3 .table-bordered > tfoot > tr > th,
.bootstrap3 .table-bordered > thead > tr > td,
.bootstrap3 .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.bootstrap3 .table-bordered > thead > tr > td,
.bootstrap3 .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.bootstrap3 .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.bootstrap3 .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.bootstrap3 table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
.bootstrap3 table td[class*="col-"],
.bootstrap3 table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.bootstrap3 .table > tbody > tr.active > td,
.bootstrap3 .table > tbody > tr.active > th,
.bootstrap3 .table > tbody > tr > td.active,
.bootstrap3 .table > tbody > tr > th.active,
.bootstrap3 .table > tfoot > tr.active > td,
.bootstrap3 .table > tfoot > tr.active > th,
.bootstrap3 .table > tfoot > tr > td.active,
.bootstrap3 .table > tfoot > tr > th.active,
.bootstrap3 .table > thead > tr.active > td,
.bootstrap3 .table > thead > tr.active > th,
.bootstrap3 .table > thead > tr > td.active,
.bootstrap3 .table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.bootstrap3 .table-hover > tbody > tr.active:hover > td,
.bootstrap3 .table-hover > tbody > tr.active:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .active,
.bootstrap3 .table-hover > tbody > tr > td.active:hover,
.bootstrap3 .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.bootstrap3 .table > tbody > tr.success > td,
.bootstrap3 .table > tbody > tr.success > th,
.bootstrap3 .table > tbody > tr > td.success,
.bootstrap3 .table > tbody > tr > th.success,
.bootstrap3 .table > tfoot > tr.success > td,
.bootstrap3 .table > tfoot > tr.success > th,
.bootstrap3 .table > tfoot > tr > td.success,
.bootstrap3 .table > tfoot > tr > th.success,
.bootstrap3 .table > thead > tr.success > td,
.bootstrap3 .table > thead > tr.success > th,
.bootstrap3 .table > thead > tr > td.success,
.bootstrap3 .table > thead > tr > th.success {
    background-color: #dff0d8;
}
.bootstrap3 .table-hover > tbody > tr.success:hover > td,
.bootstrap3 .table-hover > tbody > tr.success:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .success,
.bootstrap3 .table-hover > tbody > tr > td.success:hover,
.bootstrap3 .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.bootstrap3 .table > tbody > tr.info > td,
.bootstrap3 .table > tbody > tr.info > th,
.bootstrap3 .table > tbody > tr > td.info,
.bootstrap3 .table > tbody > tr > th.info,
.bootstrap3 .table > tfoot > tr.info > td,
.bootstrap3 .table > tfoot > tr.info > th,
.bootstrap3 .table > tfoot > tr > td.info,
.bootstrap3 .table > tfoot > tr > th.info,
.bootstrap3 .table > thead > tr.info > td,
.bootstrap3 .table > thead > tr.info > th,
.bootstrap3 .table > thead > tr > td.info,
.bootstrap3 .table > thead > tr > th.info {
    background-color: #d9edf7;
}
.bootstrap3 .table-hover > tbody > tr.info:hover > td,
.bootstrap3 .table-hover > tbody > tr.info:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .info,
.bootstrap3 .table-hover > tbody > tr > td.info:hover,
.bootstrap3 .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.bootstrap3 .table > tbody > tr.warning > td,
.bootstrap3 .table > tbody > tr.warning > th,
.bootstrap3 .table > tbody > tr > td.warning,
.bootstrap3 .table > tbody > tr > th.warning,
.bootstrap3 .table > tfoot > tr.warning > td,
.bootstrap3 .table > tfoot > tr.warning > th,
.bootstrap3 .table > tfoot > tr > td.warning,
.bootstrap3 .table > tfoot > tr > th.warning,
.bootstrap3 .table > thead > tr.warning > td,
.bootstrap3 .table > thead > tr.warning > th,
.bootstrap3 .table > thead > tr > td.warning,
.bootstrap3 .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.bootstrap3 .table-hover > tbody > tr.warning:hover > td,
.bootstrap3 .table-hover > tbody > tr.warning:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .warning,
.bootstrap3 .table-hover > tbody > tr > td.warning:hover,
.bootstrap3 .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.bootstrap3 .table > tbody > tr.danger > td,
.bootstrap3 .table > tbody > tr.danger > th,
.bootstrap3 .table > tbody > tr > td.danger,
.bootstrap3 .table > tbody > tr > th.danger,
.bootstrap3 .table > tfoot > tr.danger > td,
.bootstrap3 .table > tfoot > tr.danger > th,
.bootstrap3 .table > tfoot > tr > td.danger,
.bootstrap3 .table > tfoot > tr > th.danger,
.bootstrap3 .table > thead > tr.danger > td,
.bootstrap3 .table > thead > tr.danger > th,
.bootstrap3 .table > thead > tr > td.danger,
.bootstrap3 .table > thead > tr > th.danger {
    background-color: #f2dede;
}
.bootstrap3 .table-hover > tbody > tr.danger:hover > td,
.bootstrap3 .table-hover > tbody > tr.danger:hover > th,
.bootstrap3 .table-hover > tbody > tr:hover > .danger,
.bootstrap3 .table-hover > tbody > tr > td.danger:hover,
.bootstrap3 .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.bootstrap3 .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .bootstrap3 .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .bootstrap3 .table-responsive > .table {
        margin-bottom: 0;
    }
    .bootstrap3 .table-responsive > .table > tbody > tr > td,
    .bootstrap3 .table-responsive > .table > tbody > tr > th,
    .bootstrap3 .table-responsive > .table > tfoot > tr > td,
    .bootstrap3 .table-responsive > .table > tfoot > tr > th,
    .bootstrap3 .table-responsive > .table > thead > tr > td,
    .bootstrap3 .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .bootstrap3 .table-responsive > .table-bordered {
        border: 0;
    }
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tbody
        > tr
        > td:first-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tbody
        > tr
        > th:first-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tfoot
        > tr
        > td:first-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tfoot
        > tr
        > th:first-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > thead
        > tr
        > td:first-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > thead
        > tr
        > th:first-child {
        border-left: 0;
    }
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tbody
        > tr
        > td:last-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tbody
        > tr
        > th:last-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tfoot
        > tr
        > td:last-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tfoot
        > tr
        > th:last-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > thead
        > tr
        > td:last-child,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > thead
        > tr
        > th:last-child {
        border-right: 0;
    }
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tbody
        > tr:last-child
        > td,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tbody
        > tr:last-child
        > th,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tfoot
        > tr:last-child
        > td,
    .bootstrap3
        .table-responsive
        > .table-bordered
        > tfoot
        > tr:last-child
        > th {
        border-bottom: 0;
    }
}
.bootstrap3 fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.bootstrap3 legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.bootstrap3 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.bootstrap3 input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap3 input[type="checkbox"],
.bootstrap3 input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.bootstrap3 input[type="file"] {
    display: block;
}
.bootstrap3 input[type="range"] {
    display: block;
    width: 100%;
}
.bootstrap3 select[multiple],
.bootstrap3 select[size] {
    height: auto;
}
.bootstrap3 input[type="file"]:focus,
.bootstrap3 input[type="checkbox"]:focus,
.bootstrap3 input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap3 output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.bootstrap3 .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap3 .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap3 .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.bootstrap3 .form-control:-ms-input-placeholder {
    color: #999;
}
.bootstrap3 .form-control::-webkit-input-placeholder {
    color: #999;
}
.bootstrap3 .form-control[disabled],
.bootstrap3 .form-control[readonly],
.bootstrap3 fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.bootstrap3 .form-control[disabled],
.bootstrap3 fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.bootstrap3 textarea.form-control {
    height: auto;
}
.bootstrap3 input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .bootstrap3 input[type="date"],
    .bootstrap3 input[type="time"],
    .bootstrap3 input[type="datetime-local"],
    .bootstrap3 input[type="month"] {
        line-height: 34px;
    }
    .bootstrap3 .input-group-sm input[type="date"],
    .bootstrap3 .input-group-sm input[type="time"],
    .bootstrap3 .input-group-sm input[type="datetime-local"],
    .bootstrap3 .input-group-sm input[type="month"],
    .bootstrap3 input[type="date"].input-sm,
    .bootstrap3 input[type="time"].input-sm,
    .bootstrap3 input[type="datetime-local"].input-sm,
    .bootstrap3 input[type="month"].input-sm {
        line-height: 30px;
    }
    .bootstrap3 .input-group-lg input[type="date"],
    .bootstrap3 .input-group-lg input[type="time"],
    .bootstrap3 .input-group-lg input[type="datetime-local"],
    .bootstrap3 .input-group-lg input[type="month"],
    .bootstrap3 input[type="date"].input-lg,
    .bootstrap3 input[type="time"].input-lg,
    .bootstrap3 input[type="datetime-local"].input-lg,
    .bootstrap3 input[type="month"].input-lg {
        line-height: 46px;
    }
}
.bootstrap3 .form-group {
    margin-bottom: 15px;
}
.bootstrap3 .checkbox,
.bootstrap3 .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap3 .checkbox label,
.bootstrap3 .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.bootstrap3 .checkbox input[type="checkbox"],
.bootstrap3 .checkbox-inline input[type="checkbox"],
.bootstrap3 .radio input[type="radio"],
.bootstrap3 .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.bootstrap3 .checkbox + .checkbox,
.bootstrap3 .radio + .radio {
    margin-top: -5px;
}
.bootstrap3 .checkbox-inline,
.bootstrap3 .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.bootstrap3 .checkbox-inline + .checkbox-inline,
.bootstrap3 .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.bootstrap3 fieldset[disabled] input[type="checkbox"],
.bootstrap3 fieldset[disabled] input[type="radio"],
.bootstrap3 input[type="checkbox"].disabled,
.bootstrap3 input[type="checkbox"][disabled],
.bootstrap3 input[type="radio"].disabled,
.bootstrap3 input[type="radio"][disabled] {
    cursor: not-allowed;
}
.bootstrap3 .checkbox-inline.disabled,
.bootstrap3 .radio-inline.disabled,
.bootstrap3 fieldset[disabled] .checkbox-inline,
.bootstrap3 fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.bootstrap3 .checkbox.disabled label,
.bootstrap3 .radio.disabled label,
.bootstrap3 fieldset[disabled] .checkbox label,
.bootstrap3 fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.bootstrap3 .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.bootstrap3 .form-control-static.input-lg,
.bootstrap3 .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.bootstrap3 .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap3 select.input-sm {
    height: 30px;
    line-height: 30px;
}
.bootstrap3 select[multiple].input-sm,
.bootstrap3 textarea.input-sm {
    height: auto;
}
.bootstrap3 .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap3 select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}
.bootstrap3 select[multiple].form-group-sm .form-control,
.bootstrap3 textarea.form-group-sm .form-control {
    height: auto;
}
.bootstrap3 .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.bootstrap3 .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.bootstrap3 select.input-lg {
    height: 46px;
    line-height: 46px;
}
.bootstrap3 select[multiple].input-lg,
.bootstrap3 textarea.input-lg {
    height: auto;
}
.bootstrap3 .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.bootstrap3 select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}
.bootstrap3 select[multiple].form-group-lg .form-control,
.bootstrap3 textarea.form-group-lg .form-control {
    height: auto;
}
.bootstrap3 .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.bootstrap3 .has-feedback {
    position: relative;
}
.bootstrap3 .has-feedback .form-control {
    padding-right: 42.5px;
}
.bootstrap3 .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.bootstrap3 .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.bootstrap3 .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.bootstrap3 .has-success .checkbox,
.bootstrap3 .has-success .checkbox-inline,
.bootstrap3 .has-success .control-label,
.bootstrap3 .has-success .help-block,
.bootstrap3 .has-success .radio,
.bootstrap3 .has-success .radio-inline,
.bootstrap3 .has-success.checkbox label,
.bootstrap3 .has-success.checkbox-inline label,
.bootstrap3 .has-success.radio label,
.bootstrap3 .has-success.radio-inline label {
    color: #3c763d;
}
.bootstrap3 .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap3 .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap3 .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.bootstrap3 .has-success .form-control-feedback {
    color: #3c763d;
}
.bootstrap3 .has-warning .checkbox,
.bootstrap3 .has-warning .checkbox-inline,
.bootstrap3 .has-warning .control-label,
.bootstrap3 .has-warning .help-block,
.bootstrap3 .has-warning .radio,
.bootstrap3 .has-warning .radio-inline,
.bootstrap3 .has-warning.checkbox label,
.bootstrap3 .has-warning.checkbox-inline label,
.bootstrap3 .has-warning.radio label,
.bootstrap3 .has-warning.radio-inline label {
    color: #8a6d3b;
}
.bootstrap3 .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap3 .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap3 .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.bootstrap3 .has-warning .form-control-feedback {
    color: #8a6d3b;
}
.bootstrap3 .has-error .checkbox,
.bootstrap3 .has-error .checkbox-inline,
.bootstrap3 .has-error .control-label,
.bootstrap3 .has-error .help-block,
.bootstrap3 .has-error .radio,
.bootstrap3 .has-error .radio-inline,
.bootstrap3 .has-error.checkbox label,
.bootstrap3 .has-error.checkbox-inline label,
.bootstrap3 .has-error.radio label,
.bootstrap3 .has-error.radio-inline label {
    color: #a94442;
}
.bootstrap3 .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap3 .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap3 .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.bootstrap3 .has-error .form-control-feedback {
    color: #a94442;
}
.bootstrap3 .has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.bootstrap3 .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.bootstrap3 .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .bootstrap3 .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap3 .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .bootstrap3 .form-inline .form-control-static {
        display: inline-block;
    }
    .bootstrap3 .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .bootstrap3 .form-inline .input-group .form-control,
    .bootstrap3 .form-inline .input-group .input-group-addon,
    .bootstrap3 .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .bootstrap3 .form-inline .input-group > .form-control {
        width: 100%;
    }
    .bootstrap3 .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap3 .form-inline .checkbox,
    .bootstrap3 .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap3 .form-inline .checkbox label,
    .bootstrap3 .form-inline .radio label {
        padding-left: 0;
    }
    .bootstrap3 .form-inline .checkbox input[type="checkbox"],
    .bootstrap3 .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .bootstrap3 .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.bootstrap3 .form-horizontal .checkbox,
.bootstrap3 .form-horizontal .checkbox-inline,
.bootstrap3 .form-horizontal .radio,
.bootstrap3 .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.bootstrap3 .form-horizontal .checkbox,
.bootstrap3 .form-horizontal .radio {
    min-height: 27px;
}
.bootstrap3 .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .bootstrap3 .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.bootstrap3 .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .bootstrap3 .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
    }
}
@media (min-width: 768px) {
    .bootstrap3 .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.bootstrap3 .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.bootstrap3 .btn.active.focus,
.bootstrap3 .btn.active:focus,
.bootstrap3 .btn.focus,
.bootstrap3 .btn:active.focus,
.bootstrap3 .btn:active:focus,
.bootstrap3 .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap3 .btn.focus,
.bootstrap3 .btn:focus,
.bootstrap3 .btn:hover {
    color: #333;
    text-decoration: none;
}
.bootstrap3 .btn.active,
.bootstrap3 .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap3 .btn.disabled,
.bootstrap3 .btn[disabled],
.bootstrap3 fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.bootstrap3 .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.bootstrap3 .btn-default.active,
.bootstrap3 .btn-default.focus,
.bootstrap3 .btn-default:active,
.bootstrap3 .btn-default:focus,
.bootstrap3 .btn-default:hover,
.bootstrap3 .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.bootstrap3 .btn-default.active,
.bootstrap3 .btn-default:active,
.bootstrap3 .open > .dropdown-toggle.btn-default {
    background-image: none;
}
.bootstrap3 .btn-default.disabled,
.bootstrap3 .btn-default.disabled.active,
.bootstrap3 .btn-default.disabled.focus,
.bootstrap3 .btn-default.disabled:active,
.bootstrap3 .btn-default.disabled:focus,
.bootstrap3 .btn-default.disabled:hover,
.bootstrap3 .btn-default[disabled],
.bootstrap3 .btn-default[disabled].active,
.bootstrap3 .btn-default[disabled].focus,
.bootstrap3 .btn-default[disabled]:active,
.bootstrap3 .btn-default[disabled]:focus,
.bootstrap3 .btn-default[disabled]:hover,
.bootstrap3 fieldset[disabled] .btn-default,
.bootstrap3 fieldset[disabled] .btn-default.active,
.bootstrap3 fieldset[disabled] .btn-default.focus,
.bootstrap3 fieldset[disabled] .btn-default:active,
.bootstrap3 fieldset[disabled] .btn-default:focus,
.bootstrap3 fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.bootstrap3 .btn-default .badge {
    color: #fff;
    background-color: #333;
}
.bootstrap3 .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.bootstrap3 .btn-primary.active,
.bootstrap3 .btn-primary.focus,
.bootstrap3 .btn-primary:active,
.bootstrap3 .btn-primary:focus,
.bootstrap3 .btn-primary:hover,
.bootstrap3 .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.bootstrap3 .btn-primary.active,
.bootstrap3 .btn-primary:active,
.bootstrap3 .open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.bootstrap3 .btn-primary.disabled,
.bootstrap3 .btn-primary.disabled.active,
.bootstrap3 .btn-primary.disabled.focus,
.bootstrap3 .btn-primary.disabled:active,
.bootstrap3 .btn-primary.disabled:focus,
.bootstrap3 .btn-primary.disabled:hover,
.bootstrap3 .btn-primary[disabled],
.bootstrap3 .btn-primary[disabled].active,
.bootstrap3 .btn-primary[disabled].focus,
.bootstrap3 .btn-primary[disabled]:active,
.bootstrap3 .btn-primary[disabled]:focus,
.bootstrap3 .btn-primary[disabled]:hover,
.bootstrap3 fieldset[disabled] .btn-primary,
.bootstrap3 fieldset[disabled] .btn-primary.active,
.bootstrap3 fieldset[disabled] .btn-primary.focus,
.bootstrap3 fieldset[disabled] .btn-primary:active,
.bootstrap3 fieldset[disabled] .btn-primary:focus,
.bootstrap3 fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.bootstrap3 .btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.bootstrap3 .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bootstrap3 .btn-success.active,
.bootstrap3 .btn-success.focus,
.bootstrap3 .btn-success:active,
.bootstrap3 .btn-success:focus,
.bootstrap3 .btn-success:hover,
.bootstrap3 .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.bootstrap3 .btn-success.active,
.bootstrap3 .btn-success:active,
.bootstrap3 .open > .dropdown-toggle.btn-success {
    background-image: none;
}
.bootstrap3 .btn-success.disabled,
.bootstrap3 .btn-success.disabled.active,
.bootstrap3 .btn-success.disabled.focus,
.bootstrap3 .btn-success.disabled:active,
.bootstrap3 .btn-success.disabled:focus,
.bootstrap3 .btn-success.disabled:hover,
.bootstrap3 .btn-success[disabled],
.bootstrap3 .btn-success[disabled].active,
.bootstrap3 .btn-success[disabled].focus,
.bootstrap3 .btn-success[disabled]:active,
.bootstrap3 .btn-success[disabled]:focus,
.bootstrap3 .btn-success[disabled]:hover,
.bootstrap3 fieldset[disabled] .btn-success,
.bootstrap3 fieldset[disabled] .btn-success.active,
.bootstrap3 fieldset[disabled] .btn-success.focus,
.bootstrap3 fieldset[disabled] .btn-success:active,
.bootstrap3 fieldset[disabled] .btn-success:focus,
.bootstrap3 fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bootstrap3 .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.bootstrap3 .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.bootstrap3 .btn-info.active,
.bootstrap3 .btn-info.focus,
.bootstrap3 .btn-info:active,
.bootstrap3 .btn-info:focus,
.bootstrap3 .btn-info:hover,
.bootstrap3 .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.bootstrap3 .btn-info.active,
.bootstrap3 .btn-info:active,
.bootstrap3 .open > .dropdown-toggle.btn-info {
    background-image: none;
}
.bootstrap3 .btn-info.disabled,
.bootstrap3 .btn-info.disabled.active,
.bootstrap3 .btn-info.disabled.focus,
.bootstrap3 .btn-info.disabled:active,
.bootstrap3 .btn-info.disabled:focus,
.bootstrap3 .btn-info.disabled:hover,
.bootstrap3 .btn-info[disabled],
.bootstrap3 .btn-info[disabled].active,
.bootstrap3 .btn-info[disabled].focus,
.bootstrap3 .btn-info[disabled]:active,
.bootstrap3 .btn-info[disabled]:focus,
.bootstrap3 .btn-info[disabled]:hover,
.bootstrap3 fieldset[disabled] .btn-info,
.bootstrap3 fieldset[disabled] .btn-info.active,
.bootstrap3 fieldset[disabled] .btn-info.focus,
.bootstrap3 fieldset[disabled] .btn-info:active,
.bootstrap3 fieldset[disabled] .btn-info:focus,
.bootstrap3 fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.bootstrap3 .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.bootstrap3 .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bootstrap3 .btn-warning.active,
.bootstrap3 .btn-warning.focus,
.bootstrap3 .btn-warning:active,
.bootstrap3 .btn-warning:focus,
.bootstrap3 .btn-warning:hover,
.bootstrap3 .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.bootstrap3 .btn-warning.active,
.bootstrap3 .btn-warning:active,
.bootstrap3 .open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.bootstrap3 .btn-warning.disabled,
.bootstrap3 .btn-warning.disabled.active,
.bootstrap3 .btn-warning.disabled.focus,
.bootstrap3 .btn-warning.disabled:active,
.bootstrap3 .btn-warning.disabled:focus,
.bootstrap3 .btn-warning.disabled:hover,
.bootstrap3 .btn-warning[disabled],
.bootstrap3 .btn-warning[disabled].active,
.bootstrap3 .btn-warning[disabled].focus,
.bootstrap3 .btn-warning[disabled]:active,
.bootstrap3 .btn-warning[disabled]:focus,
.bootstrap3 .btn-warning[disabled]:hover,
.bootstrap3 fieldset[disabled] .btn-warning,
.bootstrap3 fieldset[disabled] .btn-warning.active,
.bootstrap3 fieldset[disabled] .btn-warning.focus,
.bootstrap3 fieldset[disabled] .btn-warning:active,
.bootstrap3 fieldset[disabled] .btn-warning:focus,
.bootstrap3 fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bootstrap3 .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.bootstrap3 .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bootstrap3 .btn-danger.active,
.bootstrap3 .btn-danger.focus,
.bootstrap3 .btn-danger:active,
.bootstrap3 .btn-danger:focus,
.bootstrap3 .btn-danger:hover,
.bootstrap3 .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.bootstrap3 .btn-danger.active,
.bootstrap3 .btn-danger:active,
.bootstrap3 .open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.bootstrap3 .btn-danger.disabled,
.bootstrap3 .btn-danger.disabled.active,
.bootstrap3 .btn-danger.disabled.focus,
.bootstrap3 .btn-danger.disabled:active,
.bootstrap3 .btn-danger.disabled:focus,
.bootstrap3 .btn-danger.disabled:hover,
.bootstrap3 .btn-danger[disabled],
.bootstrap3 .btn-danger[disabled].active,
.bootstrap3 .btn-danger[disabled].focus,
.bootstrap3 .btn-danger[disabled]:active,
.bootstrap3 .btn-danger[disabled]:focus,
.bootstrap3 .btn-danger[disabled]:hover,
.bootstrap3 fieldset[disabled] .btn-danger,
.bootstrap3 fieldset[disabled] .btn-danger.active,
.bootstrap3 fieldset[disabled] .btn-danger.focus,
.bootstrap3 fieldset[disabled] .btn-danger:active,
.bootstrap3 fieldset[disabled] .btn-danger:focus,
.bootstrap3 fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bootstrap3 .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.bootstrap3 .btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.bootstrap3 .btn-link,
.bootstrap3 .btn-link.active,
.bootstrap3 .btn-link:active,
.bootstrap3 .btn-link[disabled],
.bootstrap3 fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap3 .btn-link,
.bootstrap3 .btn-link:active,
.bootstrap3 .btn-link:focus,
.bootstrap3 .btn-link:hover {
    border-color: transparent;
}
.bootstrap3 .btn-link:focus,
.bootstrap3 .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.bootstrap3 .btn-link[disabled]:focus,
.bootstrap3 .btn-link[disabled]:hover,
.bootstrap3 fieldset[disabled] .btn-link:focus,
.bootstrap3 fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.bootstrap3 .btn-group-lg > .btn,
.bootstrap3 .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.bootstrap3 .btn-group-sm > .btn,
.bootstrap3 .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap3 .btn-group-xs > .btn,
.bootstrap3 .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap3 .btn-block {
    display: block;
    width: 100%;
}
.bootstrap3 .btn-block + .btn-block {
    margin-top: 5px;
}
.bootstrap3 input[type="button"].btn-block,
.bootstrap3 input[type="reset"].btn-block,
.bootstrap3 input[type="submit"].btn-block {
    width: 100%;
}
.bootstrap3 .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.bootstrap3 .fade.in {
    opacity: 1;
}
.bootstrap3 .collapse {
    display: none;
}
.bootstrap3 .collapse.in {
    display: block;
}
.bootstrap3 tr.collapse.in {
    display: table-row;
}
.bootstrap3 tbody.collapse.in {
    display: table-row-group;
}
.bootstrap3 .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.bootstrap3 .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.bootstrap3 .dropdown,
.bootstrap3 .dropup {
    position: relative;
}
.bootstrap3 .dropdown-toggle:focus {
    outline: 0;
}
.bootstrap3 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bootstrap3 .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.bootstrap3 .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.bootstrap3 .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.bootstrap3 .dropdown-menu > li > a:focus,
.bootstrap3 .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.bootstrap3 .dropdown-menu > .active > a,
.bootstrap3 .dropdown-menu > .active > a:focus,
.bootstrap3 .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.bootstrap3 .dropdown-menu > .disabled > a,
.bootstrap3 .dropdown-menu > .disabled > a:focus,
.bootstrap3 .dropdown-menu > .disabled > a:hover {
    color: #777;
}
.bootstrap3 .dropdown-menu > .disabled > a:focus,
.bootstrap3 .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bootstrap3 .open > .dropdown-menu {
    display: block;
}
.bootstrap3 .open > a {
    outline: 0;
}
.bootstrap3 .dropdown-menu-right {
    right: 0;
    left: auto;
}
.bootstrap3 .dropdown-menu-left {
    right: auto;
    left: 0;
}
.bootstrap3 .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.bootstrap3 .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.bootstrap3 .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.bootstrap3 .dropup .caret,
.bootstrap3 .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.bootstrap3 .dropup .dropdown-menu,
.bootstrap3 .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .bootstrap3 .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.bootstrap3 .btn-group,
.bootstrap3 .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.bootstrap3 .btn-group-vertical > .btn,
.bootstrap3 .btn-group > .btn {
    position: relative;
    float: left;
}
.bootstrap3 .btn-group-vertical > .btn.active,
.bootstrap3 .btn-group-vertical > .btn:active,
.bootstrap3 .btn-group-vertical > .btn:focus,
.bootstrap3 .btn-group-vertical > .btn:hover,
.bootstrap3 .btn-group > .btn.active,
.bootstrap3 .btn-group > .btn:active,
.bootstrap3 .btn-group > .btn:focus,
.bootstrap3 .btn-group > .btn:hover {
    z-index: 2;
}
.bootstrap3 .btn-group .btn + .btn,
.bootstrap3 .btn-group .btn + .btn-group,
.bootstrap3 .btn-group .btn-group + .btn,
.bootstrap3 .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.bootstrap3 .btn-toolbar {
    margin-left: -5px;
}
.bootstrap3 .btn-toolbar .btn-group,
.bootstrap3 .btn-toolbar .input-group {
    float: left;
}
.bootstrap3 .btn-toolbar > .btn,
.bootstrap3 .btn-toolbar > .btn-group,
.bootstrap3 .btn-toolbar > .input-group {
    margin-left: 5px;
}
.bootstrap3
    .btn-group
    > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.bootstrap3 .btn-group > .btn:first-child {
    margin-left: 0;
}
.bootstrap3
    .btn-group
    > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap3 .btn-group > .btn:last-child:not(:first-child),
.bootstrap3 .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap3 .btn-group > .btn-group {
    float: left;
}
.bootstrap3 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.bootstrap3
    .btn-group
    > .btn-group:first-child:not(:last-child)
    > .btn:last-child,
.bootstrap3
    .btn-group
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap3
    .btn-group
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap3 .btn-group .dropdown-toggle:active,
.bootstrap3 .btn-group.open .dropdown-toggle {
    outline: 0;
}
.bootstrap3 .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.bootstrap3 .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.bootstrap3 .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap3 .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap3 .btn .caret {
    margin-left: 0;
}
.bootstrap3 .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.bootstrap3 .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.bootstrap3 .btn-group-vertical > .btn,
.bootstrap3 .btn-group-vertical > .btn-group,
.bootstrap3 .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.bootstrap3 .btn-group-vertical > .btn-group > .btn {
    float: none;
}
.bootstrap3 .btn-group-vertical > .btn + .btn,
.bootstrap3 .btn-group-vertical > .btn + .btn-group,
.bootstrap3 .btn-group-vertical > .btn-group + .btn,
.bootstrap3 .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.bootstrap3 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.bootstrap3 .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap3 .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.bootstrap3
    .btn-group-vertical
    > .btn-group:not(:first-child):not(:last-child)
    > .btn {
    border-radius: 0;
}
.bootstrap3
    .btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .btn:last-child,
.bootstrap3
    .btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap3
    .btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap3 .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.bootstrap3 .btn-group-justified > .btn,
.bootstrap3 .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.bootstrap3 .btn-group-justified > .btn-group .btn {
    width: 100%;
}
.bootstrap3 .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
.bootstrap3 [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap3 [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap3 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.bootstrap3 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.bootstrap3 .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.bootstrap3 .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.bootstrap3 .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.bootstrap3 .input-group-lg > .form-control,
.bootstrap3 .input-group-lg > .input-group-addon,
.bootstrap3 .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.bootstrap3 select.input-group-lg > .form-control,
.bootstrap3 select.input-group-lg > .input-group-addon,
.bootstrap3 select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
.bootstrap3 select[multiple].input-group-lg > .form-control,
.bootstrap3 select[multiple].input-group-lg > .input-group-addon,
.bootstrap3 select[multiple].input-group-lg > .input-group-btn > .btn,
.bootstrap3 textarea.input-group-lg > .form-control,
.bootstrap3 textarea.input-group-lg > .input-group-addon,
.bootstrap3 textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.bootstrap3 .input-group-sm > .form-control,
.bootstrap3 .input-group-sm > .input-group-addon,
.bootstrap3 .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap3 select.input-group-sm > .form-control,
.bootstrap3 select.input-group-sm > .input-group-addon,
.bootstrap3 select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
.bootstrap3 select[multiple].input-group-sm > .form-control,
.bootstrap3 select[multiple].input-group-sm > .input-group-addon,
.bootstrap3 select[multiple].input-group-sm > .input-group-btn > .btn,
.bootstrap3 textarea.input-group-sm > .form-control,
.bootstrap3 textarea.input-group-sm > .input-group-addon,
.bootstrap3 textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.bootstrap3 .input-group .form-control,
.bootstrap3 .input-group-addon,
.bootstrap3 .input-group-btn {
    display: table-cell;
}
.bootstrap3 .input-group .form-control:not(:first-child):not(:last-child),
.bootstrap3 .input-group-addon:not(:first-child):not(:last-child),
.bootstrap3 .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.bootstrap3 .input-group-addon,
.bootstrap3 .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.bootstrap3 .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.bootstrap3 .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.bootstrap3 .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.bootstrap3 .input-group-addon input[type="checkbox"],
.bootstrap3 .input-group-addon input[type="radio"] {
    margin-top: 0;
}
.bootstrap3 .input-group .form-control:first-child,
.bootstrap3 .input-group-addon:first-child,
.bootstrap3 .input-group-btn:first-child > .btn,
.bootstrap3 .input-group-btn:first-child > .btn-group > .btn,
.bootstrap3 .input-group-btn:first-child > .dropdown-toggle,
.bootstrap3 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.bootstrap3
    .input-group-btn:last-child
    > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap3 .input-group-addon:first-child {
    border-right: 0;
}
.bootstrap3 .input-group .form-control:last-child,
.bootstrap3 .input-group-addon:last-child,
.bootstrap3 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.bootstrap3 .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap3 .input-group-btn:last-child > .btn,
.bootstrap3 .input-group-btn:last-child > .btn-group > .btn,
.bootstrap3 .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap3 .input-group-addon:last-child {
    border-left: 0;
}
.bootstrap3 .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.bootstrap3 .input-group-btn > .btn {
    position: relative;
}
.bootstrap3 .input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.bootstrap3 .input-group-btn > .btn:active,
.bootstrap3 .input-group-btn > .btn:focus,
.bootstrap3 .input-group-btn > .btn:hover {
    z-index: 2;
}
.bootstrap3 .input-group-btn:first-child > .btn,
.bootstrap3 .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.bootstrap3 .input-group-btn:last-child > .btn,
.bootstrap3 .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.bootstrap3 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.bootstrap3 .nav > li {
    position: relative;
    display: block;
}
.bootstrap3 .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.bootstrap3 .nav > li > a:focus,
.bootstrap3 .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.bootstrap3 .nav > li.disabled > a {
    color: #777;
}
.bootstrap3 .nav > li.disabled > a:focus,
.bootstrap3 .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.bootstrap3 .nav .open > a,
.bootstrap3 .nav .open > a:focus,
.bootstrap3 .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.bootstrap3 .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.bootstrap3 .nav > li > a > img {
    max-width: none;
}
.bootstrap3 .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.bootstrap3 .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.bootstrap3 .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.bootstrap3 .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.bootstrap3 .nav-tabs > li.active > a,
.bootstrap3 .nav-tabs > li.active > a:focus,
.bootstrap3 .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.bootstrap3 .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.bootstrap3 .nav-tabs.nav-justified > li {
    float: none;
}
.bootstrap3 .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.bootstrap3 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .bootstrap3 .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .bootstrap3 .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.bootstrap3 .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.bootstrap3 .nav-tabs.nav-justified > .active > a,
.bootstrap3 .nav-tabs.nav-justified > .active > a:focus,
.bootstrap3 .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .bootstrap3 .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .bootstrap3 .nav-tabs.nav-justified > .active > a,
    .bootstrap3 .nav-tabs.nav-justified > .active > a:focus,
    .bootstrap3 .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.bootstrap3 .nav-pills > li {
    float: left;
}
.bootstrap3 .nav-pills > li > a {
    border-radius: 4px;
}
.bootstrap3 .nav-pills > li + li {
    margin-left: 2px;
}
.bootstrap3 .nav-pills > li.active > a,
.bootstrap3 .nav-pills > li.active > a:focus,
.bootstrap3 .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.bootstrap3 .nav-stacked > li {
    float: none;
}
.bootstrap3 .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.bootstrap3 .nav-justified {
    width: 100%;
}
.bootstrap3 .nav-justified > li {
    float: none;
}
.bootstrap3 .nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.bootstrap3 .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .bootstrap3 .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .bootstrap3 .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.bootstrap3 .nav-tabs-justified {
    border-bottom: 0;
}
.bootstrap3 .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.bootstrap3 .nav-tabs-justified > .active > a,
.bootstrap3 .nav-tabs-justified > .active > a:focus,
.bootstrap3 .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .bootstrap3 .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .bootstrap3 .nav-tabs-justified > .active > a,
    .bootstrap3 .nav-tabs-justified > .active > a:focus,
    .bootstrap3 .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.bootstrap3 .tab-content > .tab-pane {
    display: none;
}
.bootstrap3 .tab-content > .active {
    display: block;
}
.bootstrap3 .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap3 .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .bootstrap3 .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-header {
        float: left;
    }
}
.bootstrap3 .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.bootstrap3 .navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .bootstrap3 .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .bootstrap3 .navbar-collapse.in {
        overflow-y: visible;
    }
    .bootstrap3 .navbar-fixed-bottom .navbar-collapse,
    .bootstrap3 .navbar-fixed-top .navbar-collapse,
    .bootstrap3 .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.bootstrap3 .navbar-fixed-bottom .navbar-collapse,
.bootstrap3 .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .bootstrap3 .navbar-fixed-bottom .navbar-collapse,
    .bootstrap3 .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.bootstrap3 .container-fluid > .navbar-collapse,
.bootstrap3 .container-fluid > .navbar-header,
.bootstrap3 .container > .navbar-collapse,
.bootstrap3 .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .bootstrap3 .container-fluid > .navbar-collapse,
    .bootstrap3 .container-fluid > .navbar-header,
    .bootstrap3 .container > .navbar-collapse,
    .bootstrap3 .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.bootstrap3 .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-static-top {
        border-radius: 0;
    }
}
.bootstrap3 .navbar-fixed-bottom,
.bootstrap3 .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-fixed-bottom,
    .bootstrap3 .navbar-fixed-top {
        border-radius: 0;
    }
}
.bootstrap3 .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.bootstrap3 .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.bootstrap3 .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.bootstrap3 .navbar-brand:focus,
.bootstrap3 .navbar-brand:hover {
    text-decoration: none;
}
.bootstrap3 .navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .bootstrap3 .navbar > .container .navbar-brand,
    .bootstrap3 .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.bootstrap3 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.bootstrap3 .navbar-toggle:focus {
    outline: 0;
}
.bootstrap3 .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.bootstrap3 .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-toggle {
        display: none;
    }
}
.bootstrap3 .navbar-nav {
    margin: 7.5px -15px;
}
.bootstrap3 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .bootstrap3 .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .bootstrap3 .navbar-nav .open .dropdown-menu .dropdown-header,
    .bootstrap3 .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .bootstrap3 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .bootstrap3 .navbar-nav .open .dropdown-menu > li > a:focus,
    .bootstrap3 .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-nav {
        float: left;
        margin: 0;
    }
    .bootstrap3 .navbar-nav > li {
        float: left;
    }
    .bootstrap3 .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.bootstrap3 .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap3 .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .bootstrap3 .navbar-form .form-control-static {
        display: inline-block;
    }
    .bootstrap3 .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .bootstrap3 .navbar-form .input-group .form-control,
    .bootstrap3 .navbar-form .input-group .input-group-addon,
    .bootstrap3 .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .bootstrap3 .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .bootstrap3 .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap3 .navbar-form .checkbox,
    .bootstrap3 .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap3 .navbar-form .checkbox label,
    .bootstrap3 .navbar-form .radio label {
        padding-left: 0;
    }
    .bootstrap3 .navbar-form .checkbox input[type="checkbox"],
    .bootstrap3 .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .bootstrap3 .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .bootstrap3 .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .bootstrap3 .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.bootstrap3 .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap3 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap3 .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.bootstrap3 .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap3 .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.bootstrap3 .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .bootstrap3 .navbar-left {
        float: left !important;
    }
    .bootstrap3 .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .bootstrap3 .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.bootstrap3 .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.bootstrap3 .navbar-default .navbar-brand {
    color: #777;
}
.bootstrap3 .navbar-default .navbar-brand:focus,
.bootstrap3 .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.bootstrap3 .navbar-default .navbar-text {
    color: #777;
}
.bootstrap3 .navbar-default .navbar-nav > li > a {
    color: #777;
}
.bootstrap3 .navbar-default .navbar-nav > li > a:focus,
.bootstrap3 .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.bootstrap3 .navbar-default .navbar-nav > .active > a,
.bootstrap3 .navbar-default .navbar-nav > .active > a:focus,
.bootstrap3 .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.bootstrap3 .navbar-default .navbar-nav > .disabled > a,
.bootstrap3 .navbar-default .navbar-nav > .disabled > a:focus,
.bootstrap3 .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.bootstrap3 .navbar-default .navbar-toggle {
    border-color: #ddd;
}
.bootstrap3 .navbar-default .navbar-toggle:focus,
.bootstrap3 .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.bootstrap3 .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.bootstrap3 .navbar-default .navbar-collapse,
.bootstrap3 .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.bootstrap3 .navbar-default .navbar-nav > .open > a,
.bootstrap3 .navbar-default .navbar-nav > .open > a:focus,
.bootstrap3 .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .bootstrap3
        .navbar-default
        .navbar-nav
        .open
        .dropdown-menu
        > li
        > a:hover {
        color: #333;
        background-color: transparent;
    }
    .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .bootstrap3
        .navbar-default
        .navbar-nav
        .open
        .dropdown-menu
        > .active
        > a:focus,
    .bootstrap3
        .navbar-default
        .navbar-nav
        .open
        .dropdown-menu
        > .active
        > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .bootstrap3
        .navbar-default
        .navbar-nav
        .open
        .dropdown-menu
        > .disabled
        > a,
    .bootstrap3
        .navbar-default
        .navbar-nav
        .open
        .dropdown-menu
        > .disabled
        > a:focus,
    .bootstrap3
        .navbar-default
        .navbar-nav
        .open
        .dropdown-menu
        > .disabled
        > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.bootstrap3 .navbar-default .navbar-link {
    color: #777;
}
.bootstrap3 .navbar-default .navbar-link:hover {
    color: #333;
}
.bootstrap3 .navbar-default .btn-link {
    color: #777;
}
.bootstrap3 .navbar-default .btn-link:focus,
.bootstrap3 .navbar-default .btn-link:hover {
    color: #333;
}
.bootstrap3 .navbar-default .btn-link[disabled]:focus,
.bootstrap3 .navbar-default .btn-link[disabled]:hover,
.bootstrap3 fieldset[disabled] .navbar-default .btn-link:focus,
.bootstrap3 fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.bootstrap3 .navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.bootstrap3 .navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.bootstrap3 .navbar-inverse .navbar-brand:focus,
.bootstrap3 .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.bootstrap3 .navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.bootstrap3 .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.bootstrap3 .navbar-inverse .navbar-nav > li > a:focus,
.bootstrap3 .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.bootstrap3 .navbar-inverse .navbar-nav > .active > a,
.bootstrap3 .navbar-inverse .navbar-nav > .active > a:focus,
.bootstrap3 .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.bootstrap3 .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap3 .navbar-inverse .navbar-nav > .disabled > a:focus,
.bootstrap3 .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.bootstrap3 .navbar-inverse .navbar-toggle {
    border-color: #333;
}
.bootstrap3 .navbar-inverse .navbar-toggle:focus,
.bootstrap3 .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.bootstrap3 .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.bootstrap3 .navbar-inverse .navbar-collapse,
.bootstrap3 .navbar-inverse .navbar-form {
    border-color: #101010;
}
.bootstrap3 .navbar-inverse .navbar-nav > .open > a,
.bootstrap3 .navbar-inverse .navbar-nav > .open > a:focus,
.bootstrap3 .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .bootstrap3
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu
        > .dropdown-header {
        border-color: #080808;
    }
    .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .bootstrap3
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu
        > li
        > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .bootstrap3
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu
        > .active
        > a:focus,
    .bootstrap3
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu
        > .active
        > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .bootstrap3
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu
        > .disabled
        > a,
    .bootstrap3
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu
        > .disabled
        > a:focus,
    .bootstrap3
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu
        > .disabled
        > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.bootstrap3 .navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.bootstrap3 .navbar-inverse .navbar-link:hover {
    color: #fff;
}
.bootstrap3 .navbar-inverse .btn-link {
    color: #9d9d9d;
}
.bootstrap3 .navbar-inverse .btn-link:focus,
.bootstrap3 .navbar-inverse .btn-link:hover {
    color: #fff;
}
.bootstrap3 .navbar-inverse .btn-link[disabled]:focus,
.bootstrap3 .navbar-inverse .btn-link[disabled]:hover,
.bootstrap3 fieldset[disabled] .navbar-inverse .btn-link:focus,
.bootstrap3 fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.bootstrap3 .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.bootstrap3 .breadcrumb > li {
    display: inline-block;
}
.bootstrap3 .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.bootstrap3 .breadcrumb > .active {
    color: #777;
}
.bootstrap3 .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.bootstrap3 .pagination > li {
    display: inline;
}
.bootstrap3 .pagination > li > a,
.bootstrap3 .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.bootstrap3 .pagination > li:first-child > a,
.bootstrap3 .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bootstrap3 .pagination > li:last-child > a,
.bootstrap3 .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.bootstrap3 .pagination > li > a:focus,
.bootstrap3 .pagination > li > a:hover,
.bootstrap3 .pagination > li > span:focus,
.bootstrap3 .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.bootstrap3 .pagination > .active > a,
.bootstrap3 .pagination > .active > a:focus,
.bootstrap3 .pagination > .active > a:hover,
.bootstrap3 .pagination > .active > span,
.bootstrap3 .pagination > .active > span:focus,
.bootstrap3 .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.bootstrap3 .pagination > .disabled > a,
.bootstrap3 .pagination > .disabled > a:focus,
.bootstrap3 .pagination > .disabled > a:hover,
.bootstrap3 .pagination > .disabled > span,
.bootstrap3 .pagination > .disabled > span:focus,
.bootstrap3 .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.bootstrap3 .pagination-lg > li > a,
.bootstrap3 .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.bootstrap3 .pagination-lg > li:first-child > a,
.bootstrap3 .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.bootstrap3 .pagination-lg > li:last-child > a,
.bootstrap3 .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.bootstrap3 .pagination-sm > li > a,
.bootstrap3 .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.bootstrap3 .pagination-sm > li:first-child > a,
.bootstrap3 .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bootstrap3 .pagination-sm > li:last-child > a,
.bootstrap3 .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.bootstrap3 .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.bootstrap3 .pager li {
    display: inline;
}
.bootstrap3 .pager li > a,
.bootstrap3 .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.bootstrap3 .pager li > a:focus,
.bootstrap3 .pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.bootstrap3 .pager .next > a,
.bootstrap3 .pager .next > span {
    float: right;
}
.bootstrap3 .pager .previous > a,
.bootstrap3 .pager .previous > span {
    float: left;
}
.bootstrap3 .pager .disabled > a,
.bootstrap3 .pager .disabled > a:focus,
.bootstrap3 .pager .disabled > a:hover,
.bootstrap3 .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.bootstrap3 .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.bootstrap3 a.label:focus,
.bootstrap3 a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.bootstrap3 .label:empty {
    display: none;
}
.bootstrap3 .btn .label {
    position: relative;
    top: -1px;
}
.bootstrap3 .label-default {
    background-color: #777;
}
.bootstrap3 .label-default[href]:focus,
.bootstrap3 .label-default[href]:hover {
    background-color: #5e5e5e;
}
.bootstrap3 .label-primary {
    background-color: #337ab7;
}
.bootstrap3 .label-primary[href]:focus,
.bootstrap3 .label-primary[href]:hover {
    background-color: #286090;
}
.bootstrap3 .label-success {
    background-color: #5cb85c;
}
.bootstrap3 .label-success[href]:focus,
.bootstrap3 .label-success[href]:hover {
    background-color: #449d44;
}
.bootstrap3 .label-info {
    background-color: #5bc0de;
}
.bootstrap3 .label-info[href]:focus,
.bootstrap3 .label-info[href]:hover {
    background-color: #31b0d5;
}
.bootstrap3 .label-warning {
    background-color: #f0ad4e;
}
.bootstrap3 .label-warning[href]:focus,
.bootstrap3 .label-warning[href]:hover {
    background-color: #ec971f;
}
.bootstrap3 .label-danger {
    background-color: #d9534f;
}
.bootstrap3 .label-danger[href]:focus,
.bootstrap3 .label-danger[href]:hover {
    background-color: #c9302c;
}
.bootstrap3 .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}
.bootstrap3 .badge:empty {
    display: none;
}
.bootstrap3 .btn .badge {
    position: relative;
    top: -1px;
}
.bootstrap3 .btn-group-xs > .btn .badge,
.bootstrap3 .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.bootstrap3 a.badge:focus,
.bootstrap3 a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.bootstrap3 .list-group-item.active > .badge,
.bootstrap3 .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.bootstrap3 .list-group-item > .badge {
    float: right;
}
.bootstrap3 .list-group-item > .badge + .badge {
    margin-right: 5px;
}
.bootstrap3 .nav-pills > li > a > .badge {
    margin-left: 3px;
}
.bootstrap3 .jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.bootstrap3 .jumbotron .h1,
.bootstrap3 .jumbotron h1 {
    color: inherit;
}
.bootstrap3 .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.bootstrap3 .jumbotron > hr {
    border-top-color: #d5d5d5;
}
.bootstrap3 .container .jumbotron,
.bootstrap3 .container-fluid .jumbotron {
    border-radius: 6px;
}
.bootstrap3 .jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .bootstrap3 .jumbotron {
        padding: 48px 0;
    }
    .bootstrap3 .container .jumbotron,
    .bootstrap3 .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .bootstrap3 .jumbotron .h1,
    .bootstrap3 .jumbotron h1 {
        font-size: 63px;
    }
}
.bootstrap3 .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.bootstrap3 .thumbnail a > img,
.bootstrap3 .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
.bootstrap3 a.thumbnail.active,
.bootstrap3 a.thumbnail:focus,
.bootstrap3 a.thumbnail:hover {
    border-color: #337ab7;
}
.bootstrap3 .thumbnail .caption {
    padding: 9px;
    color: #333;
}
.bootstrap3 .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.bootstrap3 .alert h4 {
    margin-top: 0;
    color: inherit;
}
.bootstrap3 .alert .alert-link {
    font-weight: 700;
}
.bootstrap3 .alert > p,
.bootstrap3 .alert > ul {
    margin-bottom: 0;
}
.bootstrap3 .alert > p + p {
    margin-top: 5px;
}
.bootstrap3 .alert-dismissable,
.bootstrap3 .alert-dismissible {
    padding-right: 35px;
}
.bootstrap3 .alert-dismissable .close,
.bootstrap3 .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.bootstrap3 .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.bootstrap3 .alert-success hr {
    border-top-color: #c9e2b3;
}
.bootstrap3 .alert-success .alert-link {
    color: #2b542c;
}
.bootstrap3 .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.bootstrap3 .alert-info hr {
    border-top-color: #a6e1ec;
}
.bootstrap3 .alert-info .alert-link {
    color: #245269;
}
.bootstrap3 .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.bootstrap3 .alert-warning hr {
    border-top-color: #f7e1b5;
}
.bootstrap3 .alert-warning .alert-link {
    color: #66512c;
}
.bootstrap3 .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.bootstrap3 .alert-danger hr {
    border-top-color: #e4b9c0;
}
.bootstrap3 .alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.bootstrap3 .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap3 .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.bootstrap3 .progress-bar-striped,
.bootstrap3 .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.bootstrap3 .progress-bar.active,
.bootstrap3 .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap3 .progress-bar-success {
    background-color: #5cb85c;
}
.bootstrap3 .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.bootstrap3 .progress-bar-info {
    background-color: #5bc0de;
}
.bootstrap3 .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.bootstrap3 .progress-bar-warning {
    background-color: #f0ad4e;
}
.bootstrap3 .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.bootstrap3 .progress-bar-danger {
    background-color: #d9534f;
}
.bootstrap3 .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.bootstrap3 .media {
    margin-top: 15px;
}
.bootstrap3 .media:first-child {
    margin-top: 0;
}
.bootstrap3 .media,
.bootstrap3 .media-body {
    overflow: hidden;
    zoom: 1;
}
.bootstrap3 .media-body {
    width: 10000px;
}
.bootstrap3 .media-object {
    display: block;
}
.bootstrap3 .media-right,
.bootstrap3 .media > .pull-right {
    padding-left: 10px;
}
.bootstrap3 .media-left,
.bootstrap3 .media > .pull-left {
    padding-right: 10px;
}
.bootstrap3 .media-body,
.bootstrap3 .media-left,
.bootstrap3 .media-right {
    display: table-cell;
    vertical-align: top;
}
.bootstrap3 .media-middle {
    vertical-align: middle;
}
.bootstrap3 .media-bottom {
    vertical-align: bottom;
}
.bootstrap3 .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.bootstrap3 .media-list {
    padding-left: 0;
    list-style: none;
}
.bootstrap3 .list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.bootstrap3 .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.bootstrap3 .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.bootstrap3 .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bootstrap3 a.list-group-item {
    color: #555;
}
.bootstrap3 a.list-group-item .list-group-item-heading {
    color: #333;
}
.bootstrap3 a.list-group-item:focus,
.bootstrap3 a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.bootstrap3 .list-group-item.disabled,
.bootstrap3 .list-group-item.disabled:focus,
.bootstrap3 .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.bootstrap3 .list-group-item.disabled .list-group-item-heading,
.bootstrap3 .list-group-item.disabled:focus .list-group-item-heading,
.bootstrap3 .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.bootstrap3 .list-group-item.disabled .list-group-item-text,
.bootstrap3 .list-group-item.disabled:focus .list-group-item-text,
.bootstrap3 .list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.bootstrap3 .list-group-item.active,
.bootstrap3 .list-group-item.active:focus,
.bootstrap3 .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.bootstrap3 .list-group-item.active .list-group-item-heading,
.bootstrap3 .list-group-item.active .list-group-item-heading > .small,
.bootstrap3 .list-group-item.active .list-group-item-heading > small,
.bootstrap3 .list-group-item.active:focus .list-group-item-heading,
.bootstrap3 .list-group-item.active:focus .list-group-item-heading > .small,
.bootstrap3 .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap3 .list-group-item.active:hover .list-group-item-heading,
.bootstrap3 .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap3 .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.bootstrap3 .list-group-item.active .list-group-item-text,
.bootstrap3 .list-group-item.active:focus .list-group-item-text,
.bootstrap3 .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.bootstrap3 .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.bootstrap3 a.list-group-item-success {
    color: #3c763d;
}
.bootstrap3 a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
.bootstrap3 a.list-group-item-success:focus,
.bootstrap3 a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
.bootstrap3 a.list-group-item-success.active,
.bootstrap3 a.list-group-item-success.active:focus,
.bootstrap3 a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.bootstrap3 .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
.bootstrap3 a.list-group-item-info {
    color: #31708f;
}
.bootstrap3 a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
.bootstrap3 a.list-group-item-info:focus,
.bootstrap3 a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
.bootstrap3 a.list-group-item-info.active,
.bootstrap3 a.list-group-item-info.active:focus,
.bootstrap3 a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.bootstrap3 .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.bootstrap3 a.list-group-item-warning {
    color: #8a6d3b;
}
.bootstrap3 a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
.bootstrap3 a.list-group-item-warning:focus,
.bootstrap3 a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
.bootstrap3 a.list-group-item-warning.active,
.bootstrap3 a.list-group-item-warning.active:focus,
.bootstrap3 a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.bootstrap3 .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
.bootstrap3 a.list-group-item-danger {
    color: #a94442;
}
.bootstrap3 a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
.bootstrap3 a.list-group-item-danger:focus,
.bootstrap3 a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
.bootstrap3 a.list-group-item-danger.active,
.bootstrap3 a.list-group-item-danger.active:focus,
.bootstrap3 a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.bootstrap3 .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.bootstrap3 .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.bootstrap3 .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap3 .panel-body {
    padding: 15px;
}
.bootstrap3 .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap3 .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.bootstrap3 .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.bootstrap3 .panel-title > .small,
.bootstrap3 .panel-title > .small > a,
.bootstrap3 .panel-title > a,
.bootstrap3 .panel-title > small,
.bootstrap3 .panel-title > small > a {
    color: inherit;
}
.bootstrap3 .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bootstrap3 .panel > .list-group,
.bootstrap3 .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.bootstrap3 .panel > .list-group .list-group-item,
.bootstrap3 .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.bootstrap3 .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap3
    .panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap3 .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap3
    .panel
    > .panel-collapse
    > .list-group:last-child
    .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bootstrap3 .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.bootstrap3 .list-group + .panel-footer {
    border-top-width: 0;
}
.bootstrap3 .panel > .panel-collapse > .table,
.bootstrap3 .panel > .table,
.bootstrap3 .panel > .table-responsive > .table {
    margin-bottom: 0;
}
.bootstrap3 .panel > .panel-collapse > .table caption,
.bootstrap3 .panel > .table caption,
.bootstrap3 .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.bootstrap3 .panel > .table-responsive:first-child > .table:first-child,
.bootstrap3 .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child,
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child,
.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child,
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
.bootstrap3
    .panel
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
.bootstrap3
    .panel
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child,
.bootstrap3
    .panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
.bootstrap3
    .panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 3px;
}
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child,
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
.bootstrap3
    .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
.bootstrap3
    .panel
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
.bootstrap3
    .panel
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child,
.bootstrap3
    .panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
.bootstrap3
    .panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child {
    border-top-right-radius: 3px;
}
.bootstrap3 .panel > .table-responsive:last-child > .table:last-child,
.bootstrap3 .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child,
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child,
.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child,
.bootstrap3
    .panel
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
.bootstrap3
    .panel
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
.bootstrap3
    .panel
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
.bootstrap3
    .panel
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child {
    border-bottom-left-radius: 3px;
}
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
.bootstrap3
    .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child,
.bootstrap3
    .panel
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
.bootstrap3
    .panel
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
.bootstrap3
    .panel
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
.bootstrap3
    .panel
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child {
    border-bottom-right-radius: 3px;
}
.bootstrap3 .panel > .panel-body + .table,
.bootstrap3 .panel > .panel-body + .table-responsive,
.bootstrap3 .panel > .table + .panel-body,
.bootstrap3 .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.bootstrap3 .panel > .table > tbody:first-child > tr:first-child td,
.bootstrap3 .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.bootstrap3 .panel > .table-bordered,
.bootstrap3 .panel > .table-responsive > .table-bordered {
    border: 0;
}
.bootstrap3 .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap3 .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap3 .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap3 .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap3 .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap3 .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tbody
    > tr
    > td:first-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tbody
    > tr
    > th:first-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > td:first-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > th:first-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > thead
    > tr
    > td:first-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > thead
    > tr
    > th:first-child {
    border-left: 0;
}
.bootstrap3 .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap3 .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap3 .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap3 .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap3 .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap3 .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tbody
    > tr
    > td:last-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tbody
    > tr
    > th:last-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > td:last-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > th:last-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > thead
    > tr
    > td:last-child,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > thead
    > tr
    > th:last-child {
    border-right: 0;
}
.bootstrap3 .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap3 .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap3 .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap3 .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tbody
    > tr:first-child
    > td,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tbody
    > tr:first-child
    > th,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > thead
    > tr:first-child
    > td,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > thead
    > tr:first-child
    > th {
    border-bottom: 0;
}
.bootstrap3 .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap3 .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap3 .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap3 .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tbody
    > tr:last-child
    > td,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tbody
    > tr:last-child
    > th,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tfoot
    > tr:last-child
    > td,
.bootstrap3
    .panel
    > .table-responsive
    > .table-bordered
    > tfoot
    > tr:last-child
    > th {
    border-bottom: 0;
}
.bootstrap3 .panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.bootstrap3 .panel-group {
    margin-bottom: 20px;
}
.bootstrap3 .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.bootstrap3 .panel-group .panel + .panel {
    margin-top: 5px;
}
.bootstrap3 .panel-group .panel-heading {
    border-bottom: 0;
}
.bootstrap3 .panel-group .panel-heading + .panel-collapse > .list-group,
.bootstrap3 .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.bootstrap3 .panel-group .panel-footer {
    border-top: 0;
}
.bootstrap3 .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.bootstrap3 .panel-default {
    border-color: #ddd;
}
.bootstrap3 .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.bootstrap3 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.bootstrap3 .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.bootstrap3 .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.bootstrap3 .panel-primary {
    border-color: #337ab7;
}
.bootstrap3 .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.bootstrap3 .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.bootstrap3 .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.bootstrap3 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.bootstrap3 .panel-success {
    border-color: #d6e9c6;
}
.bootstrap3 .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.bootstrap3 .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.bootstrap3 .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.bootstrap3 .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.bootstrap3 .panel-info {
    border-color: #bce8f1;
}
.bootstrap3 .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.bootstrap3 .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.bootstrap3 .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.bootstrap3 .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.bootstrap3 .panel-warning {
    border-color: #faebcc;
}
.bootstrap3 .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.bootstrap3 .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.bootstrap3 .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.bootstrap3 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.bootstrap3 .panel-danger {
    border-color: #ebccd1;
}
.bootstrap3 .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.bootstrap3 .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.bootstrap3 .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.bootstrap3 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.bootstrap3 .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.bootstrap3 .embed-responsive .embed-responsive-item,
.bootstrap3 .embed-responsive embed,
.bootstrap3 .embed-responsive iframe,
.bootstrap3 .embed-responsive object,
.bootstrap3 .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.bootstrap3 .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.bootstrap3 .embed-responsive-4by3 {
    padding-bottom: 75%;
}
.bootstrap3 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap3 .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap3 .well-lg {
    padding: 24px;
    border-radius: 6px;
}
.bootstrap3 .well-sm {
    padding: 9px;
    border-radius: 3px;
}
.bootstrap3 .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.bootstrap3 .close:focus,
.bootstrap3 .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.bootstrap3 button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.bootstrap3 .modal-open {
    overflow: hidden;
}
.bootstrap3 .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.bootstrap3 .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.bootstrap3 .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.bootstrap3 .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.bootstrap3 .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.bootstrap3 .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.bootstrap3 .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.bootstrap3 .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.bootstrap3 .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.bootstrap3 .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.bootstrap3 .modal-header .close {
    margin-top: -2px;
}
.bootstrap3 .modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.bootstrap3 .modal-body {
    position: relative;
    padding: 15px;
}
.bootstrap3 .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.bootstrap3 .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.bootstrap3 .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.bootstrap3 .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.bootstrap3 .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .bootstrap3 .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .bootstrap3 .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .bootstrap3 .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .bootstrap3 .modal-lg {
        width: 900px;
    }
}
.bootstrap3 .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}
.bootstrap3 .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.bootstrap3 .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.bootstrap3 .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.bootstrap3 .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.bootstrap3 .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.bootstrap3 .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.bootstrap3 .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.bootstrap3 .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.bootstrap3 .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.bootstrap3 .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.bootstrap3 .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.bootstrap3 .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.bootstrap3 .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.bootstrap3 .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.bootstrap3 .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.bootstrap3 .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.bootstrap3 .popover.top {
    margin-top: -10px;
}
.bootstrap3 .popover.right {
    margin-left: 10px;
}
.bootstrap3 .popover.bottom {
    margin-top: 10px;
}
.bootstrap3 .popover.left {
    margin-left: -10px;
}
.bootstrap3 .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.bootstrap3 .popover-content {
    padding: 9px 14px;
}
.bootstrap3 .popover > .arrow,
.bootstrap3 .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.bootstrap3 .popover > .arrow {
    border-width: 11px;
}
.bootstrap3 .popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.bootstrap3 .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.bootstrap3 .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.bootstrap3 .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.bootstrap3 .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.bootstrap3 .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap3 .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.bootstrap3 .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap3 .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.bootstrap3 .carousel {
    position: relative;
}
.bootstrap3 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.bootstrap3 .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.bootstrap3 .carousel-inner > .item > a > img,
.bootstrap3 .carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .bootstrap3 .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .bootstrap3 .carousel-inner > .item.active.right,
    .bootstrap3 .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .bootstrap3 .carousel-inner > .item.active.left,
    .bootstrap3 .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .bootstrap3 .carousel-inner > .item.active,
    .bootstrap3 .carousel-inner > .item.next.left,
    .bootstrap3 .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bootstrap3 .carousel-inner > .active,
.bootstrap3 .carousel-inner > .next,
.bootstrap3 .carousel-inner > .prev {
    display: block;
}
.bootstrap3 .carousel-inner > .active {
    left: 0;
}
.bootstrap3 .carousel-inner > .next,
.bootstrap3 .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.bootstrap3 .carousel-inner > .next {
    left: 100%;
}
.bootstrap3 .carousel-inner > .prev {
    left: -100%;
}
.bootstrap3 .carousel-inner > .next.left,
.bootstrap3 .carousel-inner > .prev.right {
    left: 0;
}
.bootstrap3 .carousel-inner > .active.left {
    left: -100%;
}
.bootstrap3 .carousel-inner > .active.right {
    left: 100%;
}
.bootstrap3 .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.bootstrap3 .carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.bootstrap3 .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.0001)),
        to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.bootstrap3 .carousel-control:focus,
.bootstrap3 .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.bootstrap3 .carousel-control .glyphicon-chevron-left,
.bootstrap3 .carousel-control .glyphicon-chevron-right,
.bootstrap3 .carousel-control .icon-next,
.bootstrap3 .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.bootstrap3 .carousel-control .glyphicon-chevron-left,
.bootstrap3 .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.bootstrap3 .carousel-control .glyphicon-chevron-right,
.bootstrap3 .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.bootstrap3 .carousel-control .icon-next,
.bootstrap3 .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}
.bootstrap3 .carousel-control .icon-prev:before {
    content: "\2039";
}
.bootstrap3 .carousel-control .icon-next:before {
    content: "\203a";
}
.bootstrap3 .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.bootstrap3 .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.bootstrap3 .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.bootstrap3 .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap3 .carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .bootstrap3 .carousel-control .glyphicon-chevron-left,
    .bootstrap3 .carousel-control .glyphicon-chevron-right,
    .bootstrap3 .carousel-control .icon-next,
    .bootstrap3 .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .bootstrap3 .carousel-control .glyphicon-chevron-left,
    .bootstrap3 .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .bootstrap3 .carousel-control .glyphicon-chevron-right,
    .bootstrap3 .carousel-control .icon-next {
        margin-right: -15px;
    }
    .bootstrap3 .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .bootstrap3 .carousel-indicators {
        bottom: 20px;
    }
}
.bootstrap3 .btn-group-vertical > .btn-group:after,
.bootstrap3 .btn-group-vertical > .btn-group:before,
.bootstrap3 .btn-toolbar:after,
.bootstrap3 .btn-toolbar:before,
.bootstrap3 .clearfix:after,
.bootstrap3 .clearfix:before,
.bootstrap3 .container-fluid:after,
.bootstrap3 .container-fluid:before,
.bootstrap3 .container:after,
.bootstrap3 .container:before,
.bootstrap3 .dl-horizontal dd:after,
.bootstrap3 .dl-horizontal dd:before,
.bootstrap3 .form-horizontal .form-group:after,
.bootstrap3 .form-horizontal .form-group:before,
.bootstrap3 .modal-footer:after,
.bootstrap3 .modal-footer:before,
.bootstrap3 .nav:after,
.bootstrap3 .nav:before,
.bootstrap3 .navbar-collapse:after,
.bootstrap3 .navbar-collapse:before,
.bootstrap3 .navbar-header:after,
.bootstrap3 .navbar-header:before,
.bootstrap3 .navbar:after,
.bootstrap3 .navbar:before,
.bootstrap3 .pager:after,
.bootstrap3 .pager:before,
.bootstrap3 .panel-body:after,
.bootstrap3 .panel-body:before,
.bootstrap3 .row:after,
.bootstrap3 .row:before {
    display: table;
    content: " ";
}
.bootstrap3 .btn-group-vertical > .btn-group:after,
.bootstrap3 .btn-toolbar:after,
.bootstrap3 .clearfix:after,
.bootstrap3 .container-fluid:after,
.bootstrap3 .container:after,
.bootstrap3 .dl-horizontal dd:after,
.bootstrap3 .form-horizontal .form-group:after,
.bootstrap3 .modal-footer:after,
.bootstrap3 .nav:after,
.bootstrap3 .navbar-collapse:after,
.bootstrap3 .navbar-header:after,
.bootstrap3 .navbar:after,
.bootstrap3 .pager:after,
.bootstrap3 .panel-body:after,
.bootstrap3 .row:after {
    clear: both;
}
.bootstrap3 .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.bootstrap3 .pull-right {
    float: right !important;
}
.bootstrap3 .pull-left {
    float: left !important;
}
.bootstrap3 .hide {
    display: none !important;
}
.bootstrap3 .show {
    display: block !important;
}
.bootstrap3 .invisible {
    visibility: hidden;
}
.bootstrap3 .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.bootstrap3 .hidden {
    display: none !important;
}
.bootstrap3 .affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.bootstrap3 .visible-lg,
.bootstrap3 .visible-md,
.bootstrap3 .visible-sm,
.bootstrap3 .visible-xs {
    display: none !important;
}
.bootstrap3 .visible-lg-block,
.bootstrap3 .visible-lg-inline,
.bootstrap3 .visible-lg-inline-block,
.bootstrap3 .visible-md-block,
.bootstrap3 .visible-md-inline,
.bootstrap3 .visible-md-inline-block,
.bootstrap3 .visible-sm-block,
.bootstrap3 .visible-sm-inline,
.bootstrap3 .visible-sm-inline-block,
.bootstrap3 .visible-xs-block,
.bootstrap3 .visible-xs-inline,
.bootstrap3 .visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .bootstrap3 .visible-xs {
        display: block !important;
    }
    .bootstrap3 table.visible-xs {
        display: table;
    }
    .bootstrap3 tr.visible-xs {
        display: table-row !important;
    }
    .bootstrap3 td.visible-xs,
    .bootstrap3 th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .bootstrap3 .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .bootstrap3 .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .bootstrap3 .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap3 .visible-sm {
        display: block !important;
    }
    .bootstrap3 table.visible-sm {
        display: table;
    }
    .bootstrap3 tr.visible-sm {
        display: table-row !important;
    }
    .bootstrap3 td.visible-sm,
    .bootstrap3 th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap3 .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap3 .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap3 .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap3 .visible-md {
        display: block !important;
    }
    .bootstrap3 table.visible-md {
        display: table;
    }
    .bootstrap3 tr.visible-md {
        display: table-row !important;
    }
    .bootstrap3 td.visible-md,
    .bootstrap3 th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap3 .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap3 .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap3 .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap3 .visible-lg {
        display: block !important;
    }
    .bootstrap3 table.visible-lg {
        display: table;
    }
    .bootstrap3 tr.visible-lg {
        display: table-row !important;
    }
    .bootstrap3 td.visible-lg,
    .bootstrap3 th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap3 .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap3 .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap3 .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .bootstrap3 .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap3 .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap3 .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap3 .hidden-lg {
        display: none !important;
    }
}
.bootstrap3 .visible-print {
    display: none !important;
}
@media print {
    .bootstrap3 .visible-print {
        display: block !important;
    }
    .bootstrap3 table.visible-print {
        display: table;
    }
    .bootstrap3 tr.visible-print {
        display: table-row !important;
    }
    .bootstrap3 td.visible-print,
    .bootstrap3 th.visible-print {
        display: table-cell !important;
    }
}
.bootstrap3 .visible-print-block {
    display: none !important;
}
@media print {
    .bootstrap3 .visible-print-block {
        display: block !important;
    }
}
.bootstrap3 .visible-print-inline {
    display: none !important;
}
@media print {
    .bootstrap3 .visible-print-inline {
        display: inline !important;
    }
}
.bootstrap3 .visible-print-inline-block {
    display: none !important;
}
@media print {
    .bootstrap3 .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .bootstrap3 .hidden-print {
        display: none !important;
    }
}

.popover.bootstrap3 {
    display: block !important;
}

/* search bar section */
.input-field .input-select select {
    padding: 18.4px 10px;
    display: inline-block;
    border-left: 1px solid #cdc8c8;
    border-right: 1px solid #cdc8c8;
    font-weight: bold;
}
.input-field.second-wrap.search_bar_div.float-left #search {
    border: none;
    border-bottom: 1px solid #cdc8c8;
    padding: 3px;
}
.input-field.second-wrap.search_bar_div.float-left #product_hs_code {
    border: none;
    padding: 3px;
}
#sla-data-range .mrp-icon {
    padding: 15.5px 10px;
    display: inline-block;
    border-radius: unset;
}

.btn-lg.btn-info.btn-search.float-left {
    border: none;
    border-radius: 0px 25px 25px 0px;
    padding: 12px;
}
#search.party_name {
    padding: 16.5px 6px !important;
    border: none !important;
}
.row.search_section .bootstrap3,
.row.search_section .input-field.first-wrap,
.row.search_section .input-field.second-wrap,
.row.search_section .input-field.third-wrap {
    padding-right: 0px;
    padding-left: 0px;
}
#Import .dropdown-item,
#Export .dropdown-item {
    display: inline-block;
    margin: 5px 18px;
    width: 13%;
}
.red_border {
    border: 1px solid red !important;
}
select,
select option {
    cursor: pointer;
}
#change_password .modal-body{
    background: #383c3e;
}
#change_password .modal-footer{
    border: none;
}
@media (min-width: 1201px) {
    #sla-data-range .mrp-monthdisplay {
        padding: 16px 10px;
    }
}
@media screen and (max-width: 991px) {
    #sla-data-range .mrp-monthdisplay {
        padding: 16px 10px;
    }
    .row.search_section .category-search,
    .row.search_section .bootstrap3 {
        margin-bottom: 5px !important;
        width: 90% !important;
        border-radius: unset;
    }
    .row.search_section .input-field.third-wrap {
        margin-top: 5px !important;
        width: 90% !important;
    }
    .row.search_section .input-field.third-wrap button {
        border-radius: unset;
        width: 100%;
    }
    .row.search_section .input-field.first-wrap,
    .row.search_section .input-field.second-wrap,
    .row.search_section .input-field.third-wrap {
        width: 90% !important;
    }
    .popover {
        margin: 4%;
        width: 90%;
    }
    .popover-body .mpr-calendarholder .col-xs-6,
    .popover-body .mpr-calendarholder .col-xs-1 {
        width: 100%;
        max-width: 100% !important;
    }
    .mpr-calendar {
        border: none;
    }
    #Import .dropdown-item,
    #Export .dropdown-item {
        width: 30%;
    }
}

/* end search bar section */
