.clearfix {
    clear: both;
}
.bold {
    font-weight: bold !important;
}
.uppercase {
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
.nomargin {
    margin: 0 !important;
}
.nopadding {
    padding: 0 !important;
}
.row + .row {
    padding-top: 15px;
}
.main-el {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-text-color {
    color: #7332d4;
}
.alt-text-color {
    color: #c5ae4e;
}
i.fa {
    margin-top: -4px;
}

input,
select,
textarea {
    color: #222;
    padding: 7px;
    border: 1px solid #222;
    background-color: #fff;
    border-radius: 1px !important;
    box-shadow: none !important;
}

.button-wrapper {
    width: 100%;
}
.button-wrapper .center-align {
    display: table;
    border-collapse: separate;
    border-spacing: 40px;
    margin: 0 auto;
}

.button-wrapper .button {
    width: 180px;
    height: 160px;
    display: table-cell;
    text-align: center;
    padding-top: 25px;
}

.main-bg-color {
    background-color: #222;
    color: #fff;
}
input.medium,
select.medium {
    width: 80px;
}
input.small,
select.small {
    padding: 3px;
    width: 68px;
}
input.xsmall,
select.xsmall {
    padding: 2px;
    width: 50px;
}

table.table > thead > tr > th,
table.table > tbody > tr > td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-bottom: 0;
}

table.table-paxter {
    background-color: #fff;
}
table.table-paxter thead tr {
    color: #fff !important;
    border: none;
    background-color: #4c2c5d;
}
table.table-paxter thead tr:first-of-type th {
    text-align: left;
    padding-top: 15px;
    font-weight: normal;
    vertical-align: bottom;
}
table.table-paxter > thead > tr > th,
table.table-paxter > tbody > tr > td {
    border: none;
}

.h2-line:before {
    top: 9%;
}
.heading-line:before {
    border-top: 1px solid #222;
}

.button i.fa-3x {
    display: block;
    margin-bottom: 25px;
}

#main-menu .navbar .nav > li > a {
    letter-spacing: normal;
}
header .subnav {
    background-color: #f0f0f0;
}
#nav-onepage li.current {
    border: none;
    background-color: #fff;
}
#nav-onepage li a,
#nav-onepage li a:focus,
#nav-onepage li a:active {
    font-size: 13px;
}

.country-bar .row .col-xs-12 {
    padding-right: 0;
}
.country-bar i.fa-caret-right,
.country-bar i.fa-caret-left,
.country-bar i.fa-caret-down,
.country-bar i.fa-caret-up {
    margin-left: 8px;
}

.country-bar hr {
    border-color: #000;
    width: 100px;
    margin: 10px 0 10px 0;
    padding: 0;
}

.country-bar h1 {
    margin: 65px 0 0;
}

#country-list-wrapper {
    /*width: 500px;*/
    width: 1000px;
    z-index: 999;
    border: 1px solid #000;
    background-color: #fff;
    position: absolute;
    /*top: 150px;*/
    top: 100px;
    left: 100px;
    padding: 15px;
}

#country-map-wrapper {
    z-index: 999;
    border: 1px solid #000;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 150px;
    padding: 15px;
}

#country-list-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#country-list-wrapper ul li.title {
}
/*
p.p1 strong,  p.p2 strong{
    font-size: 18px;
    font-weight: bold;
    color: #ab822e;
    text-align:justify;
}
*/
p.intro {
    font-size: 18px;
    font-weight: bold;
    color: #ab822e;
}
p.small {
    font-size: 13px;
    font-style: italic;
}

.table-striped .alt-text-color {
    color: #000;
}

.nav-tabs a,
.nav-tabs a:hover,
.nav-tabs a:focus {
    /* font-size: 0.9em; */
    font-size: 0.9em;
}

ul.nav-tabs {
    border-bottom: 1px solid #283848;
    padding: 0;
    margin: 0;
}

ul.nav-tabs li,
ul.nav-tabs li:hover {
    padding: 0;
    margin: 0 1px 0px 0px;
    list-style: none;
    background: #fff url("");
    border-radius: 0;
    text-align: center;
    border: 1px solid #283848;
    border-bottom: 0;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
}

ul.nav-tabs li a {
    display: block;
    padding: 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
}

ul.nav-tabs li.active {
    background-color: #ab822e;
    border-color: #ab822e;
}
ul.nav-tabs li.active a:focus,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a {
    background-color: transparent;
    color: #fff;
    border: 0;
}

ul.nav-tabs li a:hover,
ul.nav-tabs li.active a:hover {
    background-color: transparent;
    border: 0;
}

ul.nav-tabs li span.fa {
    margin-right: 10px;
    font-size: 1.5em;
}

.green {
    color: #259b24;
}

.red {
    color: #ff0000;
}

button.download {
    padding: 10;
    background-color: #4b4e53;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    outline: none;
    position: relative;
}

button.download :hover {
    padding: 10;
    background-color: #ab9a77;
    color: #4b4e53;
    border: none;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    outline: none;
    position: relative;
}

button.btn btn-default {
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    margin: 0;
    background-color: #ab9a77;
    border: 0;
    border-radius: 22px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-decoration: none;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop50 {
    margin-top: 50px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.marginbottom50 {
    margin-bottom: 50px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingtop50 {
    padding-top: 50px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddingbottom50 {
    padding-bottom: 50px;
}

.ZoneColor1 {
    color: #c4b00a;
}

.ZoneColor2 {
    color: #783cb8;
}

.ZoneColor3 {
    color: #ed055b;
}

.ZoneColor4 {
    color: #4fb3d7;
}

.ZoneColor5 {
    color: #70d025;
}

.size10 {
    font-size: 10px;
}

.size12 {
    font-size: 12px;
}

.inactiveCountry {
    color: #e2e2e2;
}

ul.nav-introduction {
    width: 100%;
    background-color: #eee;
    padding-bottom: 15px;
}

ul.nav-introduction li {
    width: 100%;
    list-style: none;
}
ul.nav-introduction li.current:last-of-type > a {
    font-weight: bold;
}

h3.collapse-link {
    font-size: 20px;
}

.legend-wrapper {
    font-size: .85em;
}
.legend-wrapper .row {
    padding-top: 5px;
}
.legend-wrapper .legend-block {
    padding: 0;
    height: 25px;
    border: 1px solid #d6d6d6;
}
.legend-wrapper .legend-block + div {
    padding-left: 5px !important;
}


.page-section {
    overflow: inherit;
}