/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
    font-family: Arial, Helvetica, sans-serif !important;
}
html, button, input, select, textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    line-height: 16px;
    color: #414042;
}
body {
    background: #e8e8e8 url(../images/temp/bg-texture.jpg) repeat 0 0;
}
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
a:active, a:hover, a:focus {
    outline: none !important;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: Arial, Helvetica, sans-serif !important;
}
h1, h2, h3 {
    color: #FF7701
}
h1 {
    font-size: 24px;
    font-weight: normal;
}
h2 {
    font-size: 20px;
    font-weight: normal;
}
h3 {
    font-size: 18px;
    font-weight: normal;
}
h4 {
    font-size: 16px;
    font-weight: normal;
}
h5 {
    font-size: 14px;
    font-weight: normal;
}
h6 {
    font-size: 12px;
    font-weight: normal;
}
p {
    font-weight: normal;
}
img {
    max-width: 100%
}
a {
    color: #ff7d00
}
a:hover, a:focus {
    color: #ff7701
}
a:focus {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}
form {
    border: none;
    padding: 0;
    margin: 0;
}
.home-page, .two-column-page, .full-column-page {
    min-height: 100%;
    height: 100%;
}
input, select, textarea {
    border-radius: 0px !important;
    box-shadow: none !important
}
.form-chkbox .mark {
    background-color: transparent;
    padding: 0;
}
table, td, th {
    vertical-align: middle;
}
table {
    border-collapse: separate;
}

/* ____________________Header area____________________*/
.main-wrapper {
    float: left;
    width: 100%;    /*min-height: 100%;
            padding-bottom: 22px;   
            margin-bottom: 11px;*/
    padding: 0;
    margin: 0;
}
.two-column-page .left-content ul.default-spc {
    margin: 0px;
    padding: 0px;
    list-style: none!important;
    list-style-type: none!important
}
.two-column-page .left-content ul.default-spc li ul {
    margin: 0px;
    padding: 0px;
    list-style: none!important;
    list-style-type: none!important
}
.header-wrapper {
    margin-bottom: 6px;
    padding-top: 0px;
    float: left;
    width: 100%;
}
.header-wrapper header img {
    float: left;
    width: 100%;
    height: 13px;
}
.header-wrapper .nav-menu-bar {
    min-height: inherit;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    padding-top: 1px;
    background-color: #505155;
    clear: left;
}
.header-wrapper .nav-menu-bar li > a {
    padding: 0 6px;
    font-size: 12px;
    border-left: 1px solid #999999;
    line-height: 16px;
    margin: 0;
    color: #fff;
}
.header-wrapper .nav-menu-bar li > a:hover, .header-wrapper .nav-menu-bar li > a:focus {
    background-color: #ff7701;
    color: #fff;
    text-decoration: none;
}
.header-wrapper .logo {
    float: left;
    padding: 0;
    margin: 19px 0 0 0;
    position: relative;
    z-index: 1;
}
.header-wrapper .logo a {
    outline: none;
}

/* ____________________Home carousel area____________________*/
.slider-wrapper {
    position: relative;
}
.slider-wrapper .carousel {
    height: auto;
    margin: 0;
}
.slider-wrapper .carousel .item {
    height: auto;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow: visible !important
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

/* ____________________Home content area____________________*/
.content-wrapper {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 1px #333333;    /*border: 1px solid #c8c8c8; */
    word-wrap: break-word;
    box-shadow: none\9\0;
    border: 1px solid #c1c1c1\9\0;
}
.logo {
    width: 25%;
    height: auto;
    padding: 0;
    float: right;
    margin: 0;
    top: 0;
    position: absolute;
    right: 0px;
}
.logo a {
    text-decoration: none
}
.logo a img {
    border: 0;
}
.home-content {
    position: relative;
}
.home-content .home-left {
    width: 75%;
    float: left;
    padding: 30px 0 108px 21px;
    margin: 0;
}
.home-news-head {
    float: left;
    width: 100%;
    margin: 4px 0 0 0;
    padding: 0;
}
.home-news-head h3 {
    padding: 0;
    margin: 0;
    float: left;
}
.home-news-head .rss-feeds {
    padding: 0 0 0 22px;
    margin: 0;
    display: inline-block;
}
.home-news-head .rss-feeds::before {
    padding: 0;
    margin: 0 4px 0 0;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/temp/rss.png) no-repeat left 0;
    content: "";
}
.home-news-head .rss-feeds a {
    color: #ff7d00;
    text-decoration: none;
    position: relative;
    top: 1px;
}
.home-news-head .rss-feeds a:hover {
    text-decoration: underline;
}
ul.home-news-lang {
    float: left;
    width: 100%;
    padding: 0;
    margin: 24px 0 11px 0;
    list-style-type: none;
}
ul.home-news-lang li {
    color: #414042;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0 5px 0 0;
    list-style-type: none;
}
ul.home-news-lang li a {
    font-weight: bold;
    color: #ff7d00;
    margin: 0;
    padding: 0;
    float: left;
    text-decoration: none;
}
ul.home-news-lang li a:hover {
    text-decoration: underline;
}
.home-news-content {
    float: left;
    width: 65.6%;
    padding: 4px 0 0px 0;
    margin: 0;
}
.home-news-content h4 {
    color: #414042;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    margin: 0 0 6px 0;
}
.home-news-content p {
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #999;
    width: 90.8%
}
.home-news-content p a {
    color: #ff7d00;
    font-size: 11px;
}
.home-more-news {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.home-more-news a {
    color: #FF7700;
    text-decoration: none;
    float: left;
    font-size: 11px;
    font-weight: normal;
    background: url(../images/temp/bullet.jpg) no-repeat left 6px;
    padding: 0 0 0 8px;
    margin: 0;
}
.home-news-desc {
    float: left;
    width: 30%;
    margin: -4px 0 0 0;
    padding: 8px 19px 0 19px;
    border-left: 1px solid #999;
}
.home-news-desc p {
    margin: 0;
    padding: 0;
}
.home-news-desc p a {
    color: #ff7d00;
}
.home-client-logo {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 36px
}
.home-client-logo ul {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    list-style-type: none;
}
.home-client-logo ul li {
    list-style-type: none;
    float: left;
    padding: 0 0 0 11px;
    margin: 0;
}
.home-client-logo ul li:first-child {
    padding-left: 0;
}
.home-client-logo ul li a {
    float: left;
    text-decoration: none;
}
.home-client-logo ul li a img {
    float: left;
    border: none;
}
.home-content .home-right {
    width: 25%;
    float: right;
    padding: 30px 27px 0 29px;
    background-color: #fcf3e2;
    border-left: 1px dashed #c8c8c8;
}
.home-content .home-right h3 {
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 16px;
    font-weight: normal;
}

/* ____________________Data page ____________________*/
.two-column-page .left-content {
    width: 18.75%;
    float: left;
    padding: 8px 8px;
    margin: 0;
    box-sizing: border-box;
}
.two-column-page .left-content h3 {
    margin-bottom: 18px;
    margin-top: 4px;
    color: #ff8c00;
}
.two-column-page .right-content {
    float: left;
    width: 81.25%;
    margin: 0;
    padding: 15px 15px;
    border-left: 1px dashed #c8c8c8;
    box-sizing: border-box;
}
.two-column-page .right-content h2 {
    font-size: 18px;
    margin: 4px 0 24px 0;
    padding: 0;
    display: block;
}
.two-column-page .right-content .section-content {
    display: block;
    margin: 0 0 30px 0;
}
.two-column-page .right-content .section-content p {
    margin-bottom: 6px;
}
.two-column-page .right-content .map-holder {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.two-column-page .right-content .map-holder img {
    border: none;
}
.two-column-page .right-content .data-filter-head {
    margin-left: 10px;
    margin-right: 2px;
    margin-bottom: 16px;
}
.two-column-page .right-content .data-contry-filter {
    margin: 0 2px 0 10px;
    border-top: 1px solid #fbccab;
    border-bottom: 1px solid #fbccab;
    float: left;
    padding: 5px 0;
    width: 98%;
}
.two-column-page .right-content .data-contry-filter .data-select {
    background: #FFD47F;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    height: auto;
    margin: 0px;
    overflow: hidden;
    padding: 5px 0 3px 3px;
    min-width: 150px;
}
.two-column-page .right-content .data-contry-filter label {
    font-size: 13px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.two-column-page .right-content .data-contry-filter .filter-block {
    float: left;
    padding: 0;
    margin: 0 0 0 50px;
    width: 150px;
}
.two-column-page .right-content .data-contry-filter .filter-btn-block {
    float: left;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
    width: 100%;
    border-top: 1px solid #fbccab;
}
.two-column-page .right-content .data-contry-filter .filter-block:first-child {
    margin-left: 0;
}
.two-column-page .right-content .data-contry-filter .filter-block .left-zero {
    margin-left: 0;
}
.two-column-page .right-content .data-contry-filter .filter-btn-block .btn-go {
    color: #fbc59c;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 79px;
    background-color: #f47721;
    border: 1px solid #f79959;
    float: right;
}
.select-wrap .search-small .cs-select .cs-options {
    width: auto;
    min-width: 95px;
}
.select-wrap .search-small .cs-select .cs-options ul {
    overflow: auto;
    max-height: 265px
}
.left-content .select-wrap .cs-select .cs-options ul {
    overflow: auto;
    max-height: 265px
}






/* ____________________Research page ____________________*/
.full-column-page .content-wrapper {
    padding: 0 15px;
}
.full-column-page .content-wrapper .single-img-holder {
    float: left;
    padding: 0;
    margin: 15px 0 15px 0;
    width: 100%;
}
.full-column-page .content-wrapper .single-img-holder img {
    border: none;
}
.full-column-page .content-wrapper .head-section-content {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}
.full-column-page .content-wrapper .head-section-content h2 {
    font-size: 18px;
    margin: 9px 0 26px 0;
    display: block;
}
.full-column-page .content-wrapper .head-section-content p {
    font-size: 13px;
    margin-bottom: 8px;
}
.full-column-page .content-wrapper .section-content-scroll {
    float: left;
    padding: 0 0 15px 0;
    margin: 0 0 5px 0;
    width: 100%;
    position: relative;
}
.full-column-page .content-wrapper .section-content-scroll .legend-text {
    background: #fff;
    float: left;
    font-size: 14px;
    left: 17px;
    margin: 0;
    padding: 3px;
    position: absolute;
    top: 4px;
    color: #FF7701;
}
.full-column-page .content-wrapper .section-content-scroll ul.scroll-section {
    background: #fff;
    border: 1px solid #E2E2E2;
    list-style-type: none;
    margin: 15px 0 0 0;
    padding: 14px 5px 15px 5px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.full-column-page .content-wrapper .section-content-scroll ul.scroll-section li {
    color: #000000;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 4px 5px;
}
.full-column-page .content-wrapper .section-content-scroll ul.scroll-section li h2 {
    font-size: 17px;
    margin: 5px 0 3px 10px;
    display: block;
    font-weight: bold;
}
.full-column-page .content-wrapper .section-content-scroll ul.scroll-section li a {
    background: url(../images/temp/arrow_l.jpg) no-repeat 0 6px;
    color: #000000;
    display: block;
    padding-left: 10px;
    text-decoration: none;
}
.full-column-page .content-wrapper .section-content-scroll ul.scroll-section li a:hover {
    text-decoration: none;
    color: #ff7700
}
.full-column-page .content-wrapper .section-content-details {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 0px;
    padding-bottom: 25px;
    float: left;
    width: 100%;
}
.full-column-page .content-wrapper .section-content-details .extra-space {
    padding-top: 30px;
    padding-bottom: 15px;
}
.full-column-page .content-wrapper .section-content-details h3 {
    color: #ff7701;
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    margin: 20px 0 25px 0;
}
.full-column-page .content-wrapper .section-content-details p {
    clear: left;
    width: 100%
}
.full-column-page .content-wrapper .section-content-details ul {
    display: block;
    margin: 0 0 0 13px;
    padding: 10px 0;
}
.full-column-page .content-wrapper .section-content-details ul li {
    line-height: 16px;
    margin: 0 0 5px;
}
.full-column-page .content-wrapper .section-content-details.last-block {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

/* ____________________Conference page ____________________*/
.full-column-page.conference-page .head-section-content h2 {
    margin-bottom: 24px;
}
.full-column-page.conference-page .section-content-scroll ul.scroll-section {
    margin-top: 13px
}

/* ____________________News page ____________________*/
.two-column-page .left-content .left-navigation {
    float: left;
    margin: -5px 0 0;
    padding: 0 0 0 9px;
    width: 100%;
    box-sizing: border-box;
}
.two-column-page .left-content .left-navigation li {
    float: left;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%
}
.two-column-page .left-content .left-navigation li a {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    color: #505155;
    text-decoration: none;
}
.two-column-page .left-content .left-navigation li a:hover {
    color: #ff7700;
    text-decoration: none;
}
.two-column-page .content-wrapper .right-content .single-img-holder {
    float: left;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
}
.two-column-page .content-wrapper .right-content .single-img-holder img {
    border: none;
}
.two-column-page .content-wrapper .right-content .head-section-content {
    float: left;
    padding: 0 0 15px 0;
    margin: 0 0 13px 0;
    width: 100%;
}
.two-column-page .content-wrapper .right-content .head-section-content h2 {
    font-size: 18px;
    margin: 9px 0 26px 0;
    display: block;
}
.two-column-page .content-wrapper .right-content .head-section-content h3 {
    font-size: 18px;
    display: block;
    color: #ff7701;
    line-height: 21px;
    margin: 10px 0 18px;
}
.two-column-page .content-wrapper .right-content .head-section-content p {
    font-size: 12px;
    margin-bottom: 8px;
}
.two-column-page .content-wrapper .right-content .grap-holder {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.two-column-page .content-wrapper .right-content .grap-holder img {
    border: none;
}
.common-listing {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.common-listing .news-head {
    float: left;
    margin: 30px 0 15px 0;
    padding: 0;
    width: 100%;
}
.common-listing .news-head {
    float: left;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
}
.common-listing .news-head h1 {
    float: left;
    margin: 0px 0 4px 0;
    padding-left: 15px
}
.common-listing .news-head .lang-area {
    color: #ff7d00;
    float: right;
    font-size: 12px;
    margin: 0 15px 0 0;
    padding: 6px 0 0 0;
}
.common-listing .news-head .lang-area a {
    font-size: 11px;
    font-weight: bold;
    padding-right: 5px;
}
.common-listing .news-head .lang-area a:last-child {
    padding-right: 2px;
}
.common-listing .common-repeater {
    border-top: 1px solid #c8c8c8;
    box-sizing: border-box;
    float: left;
    margin: 0 0 15px;
    padding: 15px 0 0 15px;
    width: 100%;
}
.common-listing .common-repeater h3 {
    line-height: 21px;
    margin: 5px 0 18px 0;
}
.common-listing .common-repeater p {
    margin-bottom: 6px;
}
.common-listing .common-repeater .news-link {
    float: right;
}
.common-listing .common-repeater.last-block {
    margin-bottom: 5px;
}

/* ____________________Publication page____________________*/
.publication-page  .content-wrapper .head-section-content h2 {
    margin-bottom: 23px;
}
.publication-page  .content-wrapper .head-section-content p {
    font-size: 12px;
    margin-bottom: 6px;
}
.common-listing .common-repeater .img-holder-left {
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}
.common-listing .common-repeater .img-holder-left a {
    text-decoration: none;
}
.common-listing .common-repeater .img-holder-left a img {
    border: 0;
}
.common-listing .common-repeater .content-holder-right {
    float: none;
    padding: 0 0 0 15px;
    width: auto;
    display: table;
}
.publication-page .head-section-content {
    margin: 0 0 36px 0 !important;
}
.publication-page .common-listing .common-repeater {
    border-bottom: 1px solid #c8c8c8;
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
    border-top: 0
}
.publication-page .common-listing .common-repeater.last-block {
    border-bottom: 0;
}

/* ____________________E-democracy page____________________*/
.democracy-page .left-content .img-holder {
    float: left;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    width: 100%;
}
.democracy-page .left-content .img-holder img {
    border: 0;
}
.democracy-page.two-column-page .right-content h2 {
    margin-bottom: 23px;
}

/* ____________________Aboutus page____________________*/
.aboutus-page .right-content h2 {
    margin-bottom: 17px;
}
.aboutus-page  .right-content .single-img-holder {
    margin-bottom: 26px !important;
}
.contact-dtls {
    float: left;
    margin: 5px 0 15px 0;
    padding: 0 0 15px 0;
    width: 100%;
}
.contact-dtls .contact-addrs {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 234px;
    border-top: 1px solid #c8c8c8;
}
.contact-dtls .contact-addrs h3 {
    float: left;
    font-size: 18px;
    line-height: 21px;
    margin: 20px 0 18px;
}
.contact-dtls .contact-addrs span {
    clear: left;
    color: #414042;
    float: left;
    font-size: 12px;
    line-height: 16px;
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 0;
    width: 100%;
}
.contact-dtls .contact-addrs .tele-top {
    margin-top: 10px;
}
.contact-dtls .contact-addrs .tele-btm {
    margin-bottom: 10px;
}
.contact-dtls .contact-map {
    float: right;
    height: auto;
    margin: 0;
    padding: 0;
    width: 365px;
}

/* ____________________Aboutus Team page____________________*/
.team-page .right-content h3 {
    margin: 4px 0 20px 0;
    font-weight: bold;
    font-size: 16px;
}
.team-page .common-repeater {
    border-top: 0;
    border-bottom: 1px solid #c8c8c8;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}
.team-page .common-repeater.last-block {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 35px;
}
.team-page .common-repeater .team-img-holder {
    width: auto;
    padding: 0;
    margin: 0;
    float: left;
}
.team-page .common-repeater .team-data {
    padding: 0 0 0 10px;
    margin: 0;
    width: auto;
    float: none;
    text-align: left;
    display: table;
}
.team-page .common-repeater .team-data h5 {
    color: #FF7701;
    font-size: 12px;
    font-weight: bold;
    line-height: 11px;
    margin: 0 0 16px 0;
    padding: 0;
}
.team-page .common-repeater .team-data p {
    width: 100%;
    line-height: 17px;
}
.team-page .common-repeater .team-data .team-contact {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.team-page .common-repeater .team-data .team-contact .tele-dtls {
    float: left;
    width: 100%;
    padding: 0;
    margin: 7px 0;
}
.team-page .common-repeater .team-data .team-contact .email-dtls {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.team-page .common-repeater .team-data .team-contact span.left {
    color: #414042;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 7px 0;
    padding: 0;
}
.team-page .common-repeater .team-data .team-contact .more-link {
    float: right;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    margin: 8px 0 0 0;
    padding: 0;
}
.team-page.team-dtls .common-listing {
    margin: 15px 0 0 0;
}
.team-page.team-dtls .common-repeater {
    border-top: 0;
    border-bottom: 0;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}
.team-page.team-dtls .common-repeater .team-data h5 {
    margin-bottom: 23px;
}
.team-page.team-dtls .common-repeater .team-data .team-contact {
    margin-top: 7px;
}
.team-page .old-staff-list {
    font-weight: bold;
    color: #ff7d00;
    line-height: 16px;
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
}

/* data detail */

.team-dtls .contact-loc .team-data span {
    font-size: 12px;
    float: left;
    width: 100%;
    line-height: 16px;
    clear: left;
    margin: 7px 0;
    padding: 0;
}

.team-dtls .contact-loc .team-data h5 + span {
    margin-top: 0px; 
}

.team-dtls .common-repeater .team-data .team-contact span.left {
    margin-top: 0
}

/* ____________________About Presentation page____________________*/
.about-presentation-page .common-repeater:first-child {
    border-top: 0;
    padding-top: 0
}
.about-presentation-page .common-repeater {
    padding: 10px 0 0px 0;
    margin: 0px 0 15px 0;
}
.about-presentation-page .common-repeater h3 {
    margin: 10px 0 24px 0;
}
.about-presentation-page .common-repeater.last-block {
}

/* ____________________Vote Search page____________________*/
.vote-search-page .right-content {
    padding-right: 17px;
    padding-left: 25px;
}
.vote-search-page .right-content h2 {
    margin-bottom: 31px;
}
.vote-search-page .right-content .section-content {
    margin-bottom: 12px;
}
.form-wrapper {
    float: left;
    padding: 16px 0 27px 0;
    margin: 0 0 16px 0;
    width: 100%;
    border-bottom: 1px solid #fbccab;
    border-top: 1px solid #fbccab;
}
.form-wrapper .select-block {
    float: left;
    padding: 0 0 25px 0;
    margin: 0 0 16px 0;
    width: 100%;
    border-bottom: 1px solid #fbccab;
}
.form-repeater {
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
    width: auto;
}
.form-repeater:last-child {
    margin-right: 0;
}
.form-repeater .select-box {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}
.form-repeater ul.label-list {
    border: 0;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.form-repeater ul.label-list li {
    background: url(../images/temp/form-_list_bdr.jpg) no-repeat left 2px;
    border: none;
    color: #6d6e71;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0 4px 0 7px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}
.form-repeater ul.label-list li:first-child {
    padding-left: 0;
    background: none;
}
.select-wrap {
    margin: 4px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    clear: left;
}
.select-wrap .search-small, .select-wrap .search-medium, .select-wrap .search-large {
    margin: 10px 0 0;
    padding: 0;
    float: left;
}
.select-wrap .search-small {
    width: 95px;
}
.select-wrap .search-semi-medium {
    width: 134px;
}
.select-wrap .search-medium {
    width: 135px;
}
.select-wrap .search-large {
    width: 175px;
}
.form-repeater.single-block {
    width: 100%;
    margin-bottom: 0
}
.form-repeater .form-search {
    float: left;
    padding: 0;
    margin: 4px 0 0 0;
    width: 100%;
}
.form-repeater .form-search input[type="text"] {
    background-color: #ffffff;
    outline: none;
    border: 1px solid #f79b5b;
    color: #6d6e71;
    font-size: 12px;
    line-height: 18px;
    height: 22px;
    padding: 0 2px 2px 5px;
    margin: 0;
    float: left;
    width: 100%;
    box-shadow: none;
}
#mapdiv{
    overflow: visible!important;
}

/******* jquery check box ************/
.jquery-safari-checkbox {
    display: inline;
    cursor: pointer;
    cursor: hand;
    float: left
}
.jquery-safari-checkbox .mark {
    display: inline;
}
.jquery-safari-checkbox img {
    vertical-align: middle;
    width: 11px;
    height: 15px;
}
.form-chkbox .jquery-safari-checkbox img {
    background: url(../images/temp/checkbox_scroll.jpg) no-repeat 0 0;
}
.form-chkbox .jquery-safari-checkbox img {
    background-position: 0 0;
}
.form-chkbox .jquery-safari-checkbox-checked img {
    background-position: 0 -15px;
}

/***** end****/
.form-repeater.multi-select {
    margin-top: 19px;
    width: 235px
}
.form-repeater.multi-select.last {
    width: 343px;
}
.form-repeater.last {
    float: right;
    margin-right: 0;
}
.form-repeater.multi-select .chkbox-group h4 {
    color: #6d6e71;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0;
    text-transform: uppercase;
    width: 100%;
}
.scroll-block {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.scroll-block .scroll-form {
    float: left;
    margin: 0;
    min-height: 200px;
    padding: 4px 0 0 8px;
    width: 100%;
}
.scroll-block .scroll-form ul {
    border: none;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
}
.scroll-block .scroll-form ul li {
    color: #505155;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    position: relative;
    top: 2px;
}
.scroll-block .scroll-form ul li .form-chkbox {
    float: left;
    margin: 0;
    padding: 0 4px 0 0;
    width: auto;
    position: relative;
}
.scroll-block .scroll-form ul li .form-chkbox .mark {
    background-color: transparent;
    padding: 0
}
.scroll-block .scroll-form ul li label {
    color: #7b7c7f;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
.scroll-block .scroll-form ul li label.act {
    color: #505155;
}
.scroll-block .scroll-form ul li ul {
    border: medium none;
    float: left;
    list-style: outside none none;
    margin: -3px 0 0 0;
    padding: 0;
    width: 100%;
}
.scroll-block .scroll-form ul li ul li {
    color: #505155;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0 0 1px 0;
    text-align: left;
    width: 95%;
}
.scroll-block .scroll-form ul li ul li ul {
    border: medium none;
    float: left;
    list-style: outside none none;
    margin: -3px 0 0 0;
    padding: 0;
    width: 100%;
}
.scroll-block .scroll-form ul li ul li ul li {
    color: #505155;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0 0 1px 0;
    text-align: left;
    width: 95%;
}
.all-themes .scroll-content {
    width: 243px;
    height: 157px;
    float: left;
    overflow: auto;
    position: relative;
    padding: 0px;
    background: #fff;
    margin: 0px !important;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #f79b5b;
}
.all-themes .scroll-content.medium {
    width: 235px;
}
.all-themes .scroll-content.large {
    width: 343px;
    float: right;
}
.form-wrapper .form-lang {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}
.form-wrapper .form-lang a {
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    margin: 0 0 0 2px;
    text-align: right;
    line-height: 16px
}
.form-repeater .left-chkbox {
    float: left;
    margin: 18px 0 0 0;
    padding: 0;
}
.form-repeater .right-chkbox {
    float: right;
    margin: 18px 0 0 0;
    padding: 0;
}
.form-repeater .left-chkbox .form-chkbox, .form-repeater .right-chkbox .form-chkbox {
    float: left;
}
.form-repeater .left-chkbox .form-chkbox .mark, .form-repeater .right-chkbox .form-chkbox .mark {
    background-color: transparent;
    padding: 0;
}
.form-repeater .left-chkbox label, .form-repeater .right-chkbox label {
    font-weight: normal;
}
.form-repeater .left-chkbox .form-chkbox, .form-repeater .right-chkbox .form-chkbox {
    margin-right: 5px;
}
.form-repeater .left-chkbox label sup, .form-repeater .right-chkbox label sup {
    font-size: 13px;
    font-weight: bold;
}
.btn-holder {
    border-top: 1px solid #fbccab;
    border-bottom: 1px solid #fbccab;
    float: left;
    margin: 30px 0 15px 0;
    padding: 5px 0;
    width: 100%
}
.btn-holder a {
    background-color: #f47721;
    border: 1px solid #f79959;
    color: #fbc59c;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 77px;
}

/* ____________________Institutions page____________________*/
.institutions-page .form-wrapper {
    padding-top: 0;
    border-top: 0;
}
.institutions-page .form-wrapper {
    border: 0 none;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.institutions-page .btn-holder {
    margin-top: 5px;
}

/* ____________________Library-page page____________________*/
.library-page .right-content h2 {
    margin-bottom: 17px;
}
.left-block-form {
    border-bottom: 1px solid #c8c8c8;
    float: left;
    margin: 0 0 9px;
    padding: 0 0 22px;
    width: 100%;
}
.left-block-form .cs-skin-border > span {
    border: 1px solid #c8c8c8;
    border-right: 0;
}
.left-block-form .cs-select > span::after {
    background: #fff url(../images/temp/select_right.jpg) no-repeat right top;
    width: 20px
}
.left-block-form .cs-select .cs-selected span::after {
    background: #fff url(../images/temp/select_right.jpg) no-repeat right top;
    width: 20px
}
.left-block-form .cs-skin-border.cs-active > span {
    border-color: #c8c8c8;
    color: #ff7700;
}
.left-block-form .cs-select span {
    color: #ff7700
}
.left-block-form .cs-skin-border .cs-options li span:hover, .left-block-form .cs-skin-border li.cs-focus span {
    color: #ff7700;
    background-color: #ededed
}
.left-block-form .cs-skin-border ul span {
    padding: 3px 4px 5px;
}
.left-block-form .cs-select .cs-options {
    border: 1px solid #c8c8c8;
}
.left-block-form .left-block-form {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.left-block-form .repeater-block {
    float: left;
    margin: 0 0 6px 0;
    padding: 0;
    width: 100%;
}
.left-block-form .repeater-block label {
    color: #505155;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin: 0 0 3px 0;
    padding: 0;
    word-spacing: -1.5px;
    width: 100%
}
.left-block-form .repeater-block .form-search {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.left-block-form .repeater-block .form-search input {
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    color: #ff7700;
    font-size: 12px;
    height: 22px;
    margin: 0;
    outline: medium none;
    padding: 0 4px;
    vertical-align: middle;
    width: 100%;
}
.left-block-form .select-wrap .search-semi-medium {
    width: 100%;
}
.left-block-form .repeater-block .select-wrap {
    margin-top: 0;
}
.left-block-form .repeater-block.list-chk label {
    width: auto;
}
.left-block-form .repeater-block.list-chk .form-lst-rt {
    float: right;
    width: 40%;
}
.left-block-form .repeater-block.list-chk .form-lst-rt .form-chkbox {
    float: left;
    margin-right: 4px;
}
.left-block-form .repeater-block.list-chk .form-lst-rt label {
    margin: 2px 0 0;
    width: auto;
}
.left-block-form .repeater-block.list-chk .jquery-safari-checkbox img {
    background: url(../images/temp/checkbox.jpg) no-repeat scroll 0 0;
}
.left-block-form .repeater-block.list-chk .jquery-safari-checkbox-checked img {
    background-position: 0 -15px;
}
.left-block-form .repeater-block.list-chk {
    margin-bottom: 0
}
.left-block-form .btn-holder {
    border: 0;
    margin: 0;
    padding: 0
}
.library-page .left-block-libr {
    float: left;
    margin: 10px 0 0;
    padding: 0 25px 0 0;
    width: 69.5%;
}
.library-page .right-block-libr {
    border-left: 1px solid #ff7700;
    float: left;
    margin: 5px 0 0 0;
    padding: 0 0 0 20px;
    width: 30%;
}
.library-page .right-block-libr h5 {
    color: #ff7700;
    font-size: 13px;
    font-weight: bold;
    line-height: 10px;
    margin: 0;
    padding: 0 0 12px;
}
.library-page .right-block-libr .repeat-lbry {
    border-bottom: 1px solid #ff7700;
    clear: both;
    float: left;
    height: auto;
    margin: 0 0 5px;
    padding: 0 0 3px;
    width: 100%;
}
.library-page .right-block-libr .repeat-lbry ul {
    clear: both;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.library-page .right-block-libr .repeat-lbry ul li {
    color: #505155;
    display: inline;
    float: left;
    font-size: 12px;
    line-height: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.library-page .right-block-libr .repeat-lbry ul li p {
    font-size: 11px !important;
    line-height: 13px !important;
    margin-bottom: 2px !important;
}

/* ____________________Data profile details page____________________*/
.breadcrumb-one {
    float: left;
    margin: 17px 0 15px 0;
    padding: 0;
    width: 100%;
}
.breadcrumb-one ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}
.breadcrumb-one ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    list-style-type: none;
}
.breadcrumb-one ul li a {
    background: url(../images/temp/brd_arrow.png) no-repeat right 2px;
    color: #f47721;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: left;
    text-decoration: none;
}
.profile-detail-tab {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.breadcrum-head {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 100%;
}
.breadcrum-head h2 {
    float: left;
    margin-bottom: 17px !important
}
.breadcrum-head h2 a {
    background: url(../images/temp/right.gif) no-repeat right 5px;
    margin-right: 10px;
    padding-right: 13px;
}
.breadcrum-head h2:first-child a:hover {
    text-decoration: none;
}
.tab-wrapper {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .nav.nav-tabs {
    border-bottom: 1px solid #ce7b0f;
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 100%;
}
.tab-wrapper .nav.nav-tabs li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tab-wrapper .nav.nav-tabs li a {
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #ce7b0f;
    border-left: 0px;
    border-bottom: 0px;
    float: left;
    line-height: 16px;
    margin: 0;
    padding: 4px 14px 6px 14px;
    width: auto;
    color: #000;
}
.tab-wrapper .nav.nav-tabs li:first-child a {
    border-left: 1px solid #ce7b0f;
}
.tab-wrapper .nav.nav-tabs li a:hover {
    background: #e9e9e9
}
.tab-wrapper .nav.nav-tabs li.active a {
    background: #ffc99a;
}
.tab-wrapper .tab-content {
    float: left;
    margin: 0;
    padding: 1px 2px 0 10px;
    width: 100%;
}
.tab-wrapper .tab-content h3 {
    margin-bottom: 10px;
}
.tab-wrapper .tab-content .panel-group {
    float: left;
    margin: 6px 0 0 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .tab-content .panel-group .panel-default {
    border: 0 none;
    border-radius: 0;
    float: left;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
}
.tab-wrapper .tab-content .panel-group .panel-default:first-child {
    margin-top: 0;
}
.tab-wrapper .tab-content .panel-group .panel-heading {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .tab-content .panel-heading .panel-title {
    color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    background: #f47721
}
.tab-wrapper .tab-content .panel-heading .panel-title a {
    display: block;
    padding: 6px 0;
}
.tab-wrapper .tab-content .panel-heading .panel-title a:hover, .tab-wrapper .tab-content .panel-heading .panel-title a:focus {
    color: #fff;
    text-decoration: none;
}
.tab-wrapper .tab-content .panel-group .panel-collapse {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .tab-content .panel-group .panel-collapse .panel-body {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .tab-content .table-wrapper {
    border: none;
    color: #094fa4;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .tab-content .table-wrapper .tablecol {
    border: 1px solid #f47721;
    border-right: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .tab-content .table-wrapper .tablecol tr th {
    background: #ffffff;
    border-right: 1px solid #f47721;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 6px 5px;
    text-align: center;
}
.tab-wrapper .tab-content .table-wrapper .tablecol tr td {
    background: #ffffff;
    border-right: 1px solid #f47721;
    border-top: 1px solid #f47721;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 6px 5px;
}
.tab-wrapper .tab-content .tab-pane .head-section-content {
    margin-bottom: 10px;
    margin-top: 9px;
    padding-bottom: 0;
}
.tab-wrapper .tab-content .tab-pane .head-section-content h3 {
    margin-bottom: 0;
}
.tab-wrapper .tab-content .tab-pane .head-section-content.news-title h3 {
    float: left;
    text-decoration: underline;
}
.tab-wrapper .tab-content .tab-pane .common-listing .common-repeater:first-child {
    border: 0;
    margin-top: 0;
    padding-top: 0;
}
.tab-wrapper .tab-content .tab-pane .common-listing .common-repeater {
    padding-left: 0;
    padding-top: 13px
}
.tab-wrapper .tab-content .tab-pane .common-listing .common-repeater p a.r-more {
    padding-left: 9px;
}
.tab-wrapper .tab-content .tab-pane .common-listing .common-repeater .more-news {
    font-size: 16px !important;
    float: right;
}
.tab-wrapper .tab-content .tab-pane .common-listing .common-repeater.last-block {
    margin-bottom: 0;
}
.content-table-header {
    background: #f47721;
    color: #ffffff;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.content-table-header span {
    color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.align-left {
    text-align: left !important
}
.no-space {
    padding: 0 !important
}
.tab-wrapper .tab-content .table-wrapper {
    border: none;
    color: #094fa4;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .tab-content .table-wrapper .tablecol-two {
    border: 1px solid #f47721;
    border-right: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .tab-content .table-wrapper .tablecol-two tr th {
    background: #f47721;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0;
    text-align: center;
}
.tab-wrapper .tab-content .table-wrapper .tablecol-two tr td {
    background: #ffffff;
    border-right: 1px solid #f47721;
    border-top: 1px solid #f47721;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: center;
}
.tab-wrapper .tab-content .table-wrapper .tablecol-two tr td table {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-wrapper .tab-content .table-wrapper .tablecol-two tr td table tr td.no-bdr {
    border-right: 1px solid #f47721;
}
.tab-wrapper .tab-content .table-wrapper .tablecol-two tr td table tr td {
    border: none;
    margin: 0;
    padding: 5px 10px;
    vertical-align: middle;
}
.tab-wrapper .tab-content .table-wrapper .tablecol-two tr.sub-bg td {
    background: #feefe1;
}
.tab-wrapper .tab-content .table-wrapper .tablecol-two tr.total-bg td {
    background: #fcc49a;
}
.download-link {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}
.download-link ul {
    float: right;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    text-align: right;
    width: auto;
}
.download-link ul li {
    color: #000000;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.download-link ul li a {
    border: medium none;
    color: #ff7701;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 5px 0 0;
    text-decoration: none;
}
.download-link ul.pagi li a{    
    float: left;
}
.download-link ul li b {
    color: #ff7701;
    padding-right: 2px;
}
.download-link ul li a:hover {
    color: #666;
    text-decoration: none;
}
.tab-wrapper .tab-content .common-listing.insti-list {
    margin-top: 18px;
}
.tab-wrapper .tab-content .common-listing.insti-list .common-repeater {
    border-top: 1px solid #fbccab;
    padding-top: 18px;
    margin-bottom: 6px
}
.tab-wrapper .tab-content .common-listing.insti-list .common-repeater:first-child {
    border-top: 0;
}
.tab-wrapper .tab-content .common-listing.insti-list .common-repeater h5 {
    color: #ff7701;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 17px;
    width: 100%;
}
.tab-wrapper .tab-content .common-listing.insti-list .common-repeater h5 a {
    font-size: 18px;
    font-weight: 100;
    color: #ff7700;
}
.tab-wrapper .tab-content .common-listing.insti-list .common-repeater h5 .title-date {
    color: #414042;
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
}
.tab-wrapper .tab-content .common-listing.insti-list .common-repeater h5 .title-date strong {
    font-weight: 900
}
.link-top {
    float: right;
}
.fs10 {
    font-size: 10px !important
}
.more-spec {
    float: left;
    margin: 43px 0 10px 0;
    width: 100%;
}
.tab-wrapper .tab-content .common-listing.bi-grap-list .common-repeater {
    border-bottom: 1px solid #fbccab;
    border-top: 0;
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 6px;
}
.tab-wrapper .tab-content .common-listing.bi-grap-list .common-repeater:first-child {
    border-top: 1px solid #fbccab;
    border-bottom: 1px solid #fbccab;
    padding-top: 20px;
    margin-top: 5px
}
.tab-wrapper .tab-content .common-listing.bi-grap-list .common-repeater.last-block {
    border: 0;
}
.tab-wrapper .tab-content .common-listing.bi-grap-list .common-repeater.last-block-link {
    padding: 0;
    margin: 5px 0 0 0;
    border: 0;
}
.tab-wrapper .tab-content .common-listing.bi-grap-list .common-repeater .r-more {
    float: right;
}
.tab-wrapper .tab-content .lawstab.download-link {
    border-top: 1px solid #fbccab;
    border-bottom: 1px solid #fbccab;
    margin-top: -1px;
}
.tab-wrapper .tab-content .common-listing.lawstab .common-repeater:first-child {
    border-top: 0px;
    margin-top: 0;
    padding-top: 14px;
}

/* ____________________Search details page____________________*/
.search-download-txt {
    float: right;
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
}
.search-download-txt a {
    float: right;
}
.search-results-page .common-listing .common-repeater {
    padding-left: 0
}
.search-results-page .common-listing .common-repeater .left-srch-chk {
    float: left;
    height: 15px;
    margin: 0 3px 0 0;
    padding: 0;
    width: 15px;
}
.search-results-page .common-listing .common-repeater .right-srch-dtls {
    float: left;
    width: 97%
}
.search-results-page .common-listing .common-repeater .left-srch-chk .jquery-safari-checkbox img {
    background: url(../images/temp/checkbox.jpg) no-repeat scroll 0 0;
}
.search-results-page .common-listing .common-repeater .left-srch-chk .jquery-safari-checkbox-checked img {
    background-position: 0 -15px;
}
.search-results-page .common-listing .common-repeater:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

/* ____________________Institutions details page____________________*/
.common-table-wrapper {
    border: none;
    color: #094fa4;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.common-table-wrapper {
    border: none;
    color: #094fa4;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.common-table-wrapper .tablecol {
    border: 1px solid #f47721;
    border-right: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.common-table-wrapper .tablecol tr th {
    background: #ffffff;
    border-right: 1px solid #f47721;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 6px 5px;
    text-align: center;
}
.common-table-wrapper .tablecol tr td {
    background: #ffffff;
    border-right: 1px solid #f47721;
    border-top: 1px solid #f47721;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 6px 5px;
}
.inst-page-wrapper {
    padding: 0 0 0 10px;
}
.inst-page-wrapper .common-table-wrapper .tablecol tr th p {
    margin-bottom: 6px
}
.institutions-details-page .common-listing .common-repeater {
    border-color: #fbccab;
    padding-left: 0
}
.institutions-details-page .common-listing .common-repeater h5 {
    color: #ff7701;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 17px;
    width: 100%;
}
.institutions-details-page .common-listing .common-repeater:last-child {
    border-bottom: 1px solid #fbccab;
    padding-bottom: 5px;
}

/* ____________________Weblinks details page____________________*/
.weblinks_details-page .left-content .left-navigation {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 2px;
}
.small-font {
    font-size: 12px;
    margin-left: 10px;
}
.weblinks_details-page .common-listing .common-repeater:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}
.weblinks_details-page .common-listing .common-repeater h3 {
    margin-bottom: 24px;
}

/* ____________________vote search details page____________________*/
.vote-search-details-page .common-listing .common-repeater {
    border-bottom: 1px solid #fbccab;
    padding-bottom: 5px;
}
.vote-search-details-page .common-listing .common-repeater {
    padding-left: 0;
    border-top: 0;
}
.vote-search-details-page .common-listing .common-repeater:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}
.vote-search-details-page .inst-page-wrapper h3 {
    margin-top: 4px;
    padding-top: 0;
}
.vote-search-details-page .inst-page-wrapper .search-rslt-tab {
    float: left;
    text-align: center;
    border: 0 !important;
    margin: 0px !important;
}
.vote-search-details-page .inst-page-wrapper .search-rslt-tab ul {
    text-align: center;
    float: none;
}
.vote-search-details-page .inst-page-wrapper .download-link {
    border-bottom: 1px solid #fbccab;
    border-top: 1px solid #fbccab;
    margin-top: 0;
    margin-bottom: 15px;
}
.vote-search-details-page .inst-page-wrapper .download-link ul.pagi li a {
    color: #414042
}
.vote-search-details-page .inst-page-wrapper .download-link ul.pagi li a:hover {
    color: #ff7701;
    text-decoration: none;
}
.vote-search-details-page .common-listing .common-repeater h5 {
    color: #ff7701;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 33px;
    width: 100%;
}
.spl-txt a {
    color: #757679 !important;
}
.spl-txt a:hover {
    color: #757679 !important;
    border-bottom: 1px solid #ff7701;
    text-decoration: none;
}
.vote-search-details-page .common-listing .common-repeater.last-block {
    border: 0;
    margin: 0;
    padding: 0;
}
.vote-search-details-page .common-listing .common-repeater.last-block a.back-link {
    color: #ff7701;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: -5px 0 0 0;
}

/* ____________________vote search details page____________________*/
.vote-search-results-page .inst-page-wrapper {
    padding-left: 0
}
.vote-search-results-page .inst-page-wrapper h3 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

/* ____________________height class____________________*/
.min-680 {
    min-height: 680px;
    height: auto !important;
    height: 680px;
}

/* ____________________Footer area____________________*/
.footer-wrapper {
    background: #505155;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: left;
    float: left;
    width: 100%;
    height: 22px;
}
.footer-wrapper footer .copyright {
    font-size: 10px;
    color: #fff;
    padding: 3px 10px;
    margin: 0;
}



/* map */

.amcharts-map-area {
    -webkit-transition: -webkit-transform .5s cubic-bezier(0, .45, .15, 2);
    -webkit-transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(0, .45, .15, 2);
    transform-origin: 50% 50%;
}
.amcharts-map-area:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.contact-loc {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}
.dvhide {
    display: none;
}
.dvshow {
    display: block;
}

#chartdiv {
    width: 100%;
    height: 500px;
}
.com {
    display: none;
}
.ammapDescriptionText {
    max-height: 100px;
    overflow: auto;
}
.amcharts-chart-div a {
    display: none !important;
}
.ammapDescriptionText p:first-child {
    margin-top: 0;
}
.ammapDescriptionText p:last-child {
    margin-bottom: 0;
}
.ammapAlert {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #CC0000;
}
.ammapDescriptionWindow {
    font-size: 11px;
    font-family: verdana, helvetica, arial, sans-serif;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #DADADA;
    border-width: 1px;
    color: #000000;
    padding: 8px;
}
.ammapDescriptionTitle {
    font-size: 12px;
    font-weight: bold;
    font-family: verdana, helvetica, arial, sans-serif;
    padding-bottom: 5px;
}
.ammapDescriptionWindowCloseButton {
}
.ammapObjectList ul {
    padding-left: 20px;
    list-style: square outside;
    color: #999999;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
}
.ammapObjectList ul ul {
    padding-left: 14px;
}
.ammapObjectList a {
    color: #000000;
}
.ammapObjectList a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 2px;
}
.ammapObjectList a:hover {
    color: #CC0000;
    text-decoration: none;
    background: #FFFFFF;
    cursor: pointer;
    display: block;
}
.ammapDescriptionText {
    overflow: auto;
}
.amChartsPlotArea {
}


.vote-search-results-page #overview h3 {
    margin-top: 4px;
    padding-top: 0;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
} 
table#overview-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 15px;
}
table#overview-table tr {
    border: 1px dotted #f79959;
    border-right: 0;
    border-left: 0;    
}

table#overview-table tr td:first-child {
    width: 55.5%;
    padding-left: 30px;
}
table#overview-table tr td:first-child {
     width: 55.5%; 
     padding-left: 30px; 
}
table#overview-table tr td {
     padding: 3px 7px; 
}
table#overview-table tr td:last-child {
    padding-right: 30px; 
    text-align: left; 
}
.country-listing {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.country-listing p.fleft {
    float: left;
}
.country-listing .pagelist {
    float: left;
    padding: 0;
    margin: 0 0 0 3px;
    text-align: left;
    list-style: none;
}
.country-listing .pagelist li {  
    margin: 0;
    padding: 0 2px 0 0;
    font-size: 12px;
    list-style: none;
    text-align: left;
    display: inline;
    width: auto;
    color: #414042;
    border: none;
    background: url(../images/bdr_div.jpg) no-repeat left 2px;    
}
.country-listing .pagelist li.first {
    background-image: none;
}
.country-listing .pagelist li a {
    margin: 0;
    padding: 0 0 0 7px;
    color: #FF7D00; 
} 
.tb-repeter p {
    margin-bottom: 6px;
}

table#overview-table pre {
    border: 0 none;
    border-radius: 0;
    clear: left;
    color: #414042;
    font-family: monospace !important;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    overflow: visible;
    padding: 0;
    word-break: normal;
    word-wrap: normal;
}
table#overview-table ul {
    margin: 0;
    padding: 0;
}

 .fblack{
       color: #000000; 
       font-size: 12px!important;
       padding-left: 10px!important;
    }
    .emptydiv
    {
        border-top: 1px solid #fbccab;
        margin: 5px 0;
    }
    .profile-details-page .mt15 {
  margin-top: 20px!important;
    display: inline-block;
}
.vote-search-details-page .mt15 {
    margin-top: 20px!important;
    display: inline-block; 
}
.overanchor
{
      margin-right: 0px!important;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width:35em) {

    /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {

    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; /* h5bp.com/t */
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    
   
}
