/*
#32356C

@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/

html, body {
	height: 100%;
	width: 100%;
}

body {
	/*background1: url("../img/background.jpg") no-repeat scroll center top #ffffff;*/
    background:#FFFFFF;
	font: 12px/24px Helvetica, "Helvetica Neue", Arial;
	font-weight: normal;
	overflow-x: hidden;
	/*-webkit-font-smoothing: antialiased !important;*/
}

.wrapper {
    background:#ffffff;
    margin:0 auto;
    position:relative;
    z-index:0;
}

@media (min-width: 768px) {
    body {
        font: 14px/26px Helvetica, "Helvetica Neue", Arial;
    }
}
@media (min-width: 992px) {
    body {
        font: 16px/28px Helvetica, "Helvetica Neue", Arial;
    }
}
@media (min-width: 1200px) {
    body {
        font: 16px/28px Helvetica, "Helvetica Neue", Arial;
    }
    .wrapper {
        max-width:1200px;
        background:#ffffff;
        margin:0 auto;
        position:relative;
        z-index:0;
        /*-webkit-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 16px rgba(50, 50, 50, 0.2);*/
        box-shadow:         0px 0px 16px rgba(50, 50, 50, 0.2);
    }
}

/* Remove text-shadow in selection highlight:*/
/*::-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 audio, canvas, iframes, images, videos and the bottom of their containers*/
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

/* Remove default fieldset styles.*/
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Allow only vertical resizing of textareas.*/
textarea {
    resize: vertical;
}

a, a:hover, a:visited {
    color:#32356C;
}

video {
    width: 100%;
    height: 100%;
}

.breadcrumb {
    background-color: #FFFFFF;
    font-size:85%;
    color: #000000;
}
.breadcrumb i.fa {
    font-size:70%;
    margin-right: 5px;
    margin-left: 5px;
}
.breadcrumb a {
    color:#222;
}
.breadcrumb a:hover {
    color:#222;
}
/*+++.breadcrumb a:selected,*/
.breadcrumb a:visited {
    color:#222;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

/* Author's custom styles*/

/*h1 {
    border-left: 2px solid #000000;
}*/

#banner-top {
    background: repeat-x scroll center top #FFFFFF;
    height:250px;
    text-align:center;
    overflow: hidden;
}

.header {
    margin-bottom: 10px;
}
.header #logotype {
}

.header #logotype {
    width: 100%;
    height: 100%;
}
.header #logotype img {
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 100px;
}

.footer {
    font-size: 90%;
}

.footer #footer-copyright {
    background: #32356C;
    padding: 20px;
    color: #FFFFFF;
    line-height: 120%;
}

.footer #footer-counters img {
    margin: 0px 10px 10px 0px;
}

.footer #footer-info a {
    color:#FFFFFF;
    border-bottom: 1px dotted #FFFFFF;
    text-decoration: none;
}

.footer #footer-info a:hover {
    color:#FFFFFF;
    border-bottom: none;
    text-decoration: none;
}

.footer #footer-menu {
    padding: 20px;
    font-weight: bold;
}

.footer #footer-menu > a {
    margin-right:20px;
}

.footer #footer-list {
    color:#FFFFFF;
    line-height: 200%;
}

.footer #footer-list a {
    color:#FFFFFF;
    border-bottom: 1px dotted #FFFFFF;
    text-decoration: none;
    margin-right: 10px;
}

.footer #footer-list a:hover {
    color:#FFFFFF;
    border-bottom: none;
    text-decoration: none;
}

#banner-bottom {
    text-align: center;
    padding: 15px;
}
#banner-bottom img {
    margin-bottom: 10px;
}

/* search */
#search {
    background: #32356C;
    padding-top: 10px;
    padding-bottom: 10px;
}

.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

#menu-top {
    font-size: 82%;
}
#menu-top img {
    padding: 0px 0px 4px 0px;
    margin: 0px;
    vertical-align: middle;
}
#menu-top a {
    margin-right: 20px;
    color: #000000;
}

#header-phone {
    line-height: 120%;
    margin-bottom: 25px;
}
#header-phone p {
    font-size: 150%;
}
#header-phone h5 {
    font-size: 100%;
    text-transform: uppercase;
    font-weight: bold;

}


/* navbar
==================================*/
.navbar-top {
    background-color: #32356C;
    border: none;
    border-radius: 0px;
    padding-top: 5px;
    margin: 0px;
}
.navbar-top .navbar-nav > li > a {
    color: #FFFFFF;
    font-weight: bold;
}
.navbar-top .navbar-nav > li > a:hover,
.navbar-top .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background: #32356C;
}
.navbar-top .navbar-nav > .active > a,
.navbar-top .navbar-nav > .active > a:hover,
.navbar-top .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #0371A1;
}
.navbar-top .navbar-nav > .open > a,
.navbar-top .navbar-nav > .open > a:hover,
.navbar-top .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #0371A1;
}

/* mobile version */
.navbar-top .navbar-toggle {
    border-color: #DDD;
}
.navbar-top .navbar-toggle:hover,
.navbar-top .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-top .navbar-toggle .icon-bar {
    background-color: #CCC;
}

.navbar-top .dropdown:hover .dropdown-menu {
    display: none;
}
.navbar-top .navbar-nav .open .dropdown-menu > li > a {
    color: #0371A1;
}
.navbar-top .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-top .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.navbar-top .navbar-nav > .dropdown > a .caret,
.navbar-top .navbar-nav > .dropdown > a:hover .caret,
.navbar-top .navbar-nav > .dropdown > a:focus .caret,
.navbar-top .navbar-nav > .open > a .caret,
.navbar-top .navbar-nav > .open > a:hover .caret,
.navbar-top .navbar-nav > .open > a:focus .caret {
    border-top-color: #32356C;
    border-bottom-color: #32356C;
}


@media(min-width:768px) {
    .navbar-top .dropdown:hover .dropdown-menu {
        display: block;
        border: none;
    }
    .navbar-top .navbar-nav > .dropdown > a .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }
    .navbar-top .navbar-nav > .dropdown > a:hover .caret,
    .navbar-top .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }
    .navbar-top .navbar-nav > .open > a .caret,
    .navbar-top .navbar-nav > .open > a:hover .caret,
    .navbar-top .navbar-nav > .open > a:focus .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }
}
@media(min-width:1200px) {

}

/*
==============================================*/
.sidebar-menu {
    width: 250px;
    background: rgba(50,53,108, 0.6);
    position: absolute;
    top: 80%;
    left: 100%;
    z-index:9999;
    margin: 0px 0px 0px -60px;
    padding:10px;
    /*-webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;*/
    transition: margin 200ms ease-out;
}
.sidebar-menu:hover{
    margin-left: -250px;
}
.sidebar-menu ul, .sidebar-menu ul li {
    margin:0;
    padding:0;
    list-style:none;
}
.sidebar-menu ul li {
    margin:10px;
    color: #FFFFFF;
}
.sidebar-menu ul li i {
    color: #FFFFFF;
    font-size: 20px;
    padding-right: 10px;
    margin-right: 10px;
}
.sidebar-menu ul li a {
    color: #FFFFFF;
    text-decoration:none;
}
.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:focus,
.sidebar-menu ul li a:active  {
    color:#FFFFFF;
    text-decoration:none;
    border-bottom:1px dashed #FFFFFF;
}
/*+++.sidebar-menu ul li a:selected,*/
.sidebar-menu ul li a:visited {
    color:#FFFFFF;
}
.sidebar-menu ul li a.none {
    border-bottom:none;
}


/*============================================*/

#languages {
    font-size: 85%;
}


#index-widget-about {
    background-color: #32356C;
}
#index-widget-about .about-company {
    background-color: #F0F0F0;
    font-weight:bold;
    padding:20px 25px 20px 25px;
}
#index-widget-about .about-company p {
    text-align: justify;
    line-height:120%;
    margin-bottom:10px;
}
#index-widget-about .widget-about-image-building {
    background: url(../img/building.jpg) no-repeat scroll left top transparent;
    width: 136px;
    height: 100px;
    padding: 0px 136px 100px 0px;
    margin: 5px 10px 10px 0px;
    float:left;
}

#index-widget-about .about-links {
    color:#ffffff;
    padding:5px 10px 10px 10px;
    line-height:120%;
}
#index-widget-about .about-links a {
    color:#fff;
    text-decoration:none;
    border-bottom:1px dotted #fff;
    text-align:center;
    margin-right:15px;
}
#index-widget-about .about-links a:hover {
    color:#fff;
    text-decoration:none;
    border-bottom:none;
}
/*+++#index-widget-about .about-links a:selected,*/
#index-widget-about .about-links a:visited {
    color:#fff;
}

@media (min-width: 992px) {
    #index-widget-about .about-links a {
        clear: both;
        margin-right:0px;
    }
    #index-widget-about .about-links a:before,
    #index-widget-about .about-links a:after {
        content: " ";
        display: table;
    }
    #index-widget-about .about-links a:after {
        margin-bottom:10px;
    }
}

.widget-usefull-links-image-gov {
    background: url(../img/gov-logo.jpg) no-repeat scroll left top transparent;
    width: 35px;
    height: 36px;
    padding: 0px 35px 36px 0px;
    margin: 0px 15px 15px 0px;
    float:left;
}
.widget-usefull-links-image-mygov {
    background: url(../img/my-gov-logo.jpg) no-repeat scroll left top transparent;
    width: 35px;
    height: 35px;
    padding: 0px 35px 35px 0px;
    margin: 0px 15px 15px 0px;
    float:left;
}


.widget-usefull-links-image-data {
    background: url(../img/data-logo.jpg) no-repeat scroll left top transparent;
    width: 35px;
    height: 36px;
    padding: 0px 35px 36px 0px;
    margin: 0px 15px 15px 0px;
    float:left;
}
.widget-usefull-links-image-lex {
    background: url(../img/lex-logo.jpg) no-repeat scroll left top transparent;
    width: 35px;
    height: 36px;
    padding: 0px 35px 36px 0px;
    margin: 0px 15px 15px 0px;
    float:left;
}
.widget-usefull-links-image-openinfo {
    background: url(../img/openinfo-logo.jpg) no-repeat scroll left top transparent;
    width: 35px;
    height: 36px;
    padding: 0px 35px 36px 0px;
    margin: 0px 15px 15px 0px;
    float:left;
}
.widget-usefull-links-image-huquqiyportal {
    background: url(../img/huquqiyportal-logo.jpg) no-repeat scroll left top transparent;
    width: 35px;
    height: 36px;
    padding: 0px 35px 36px 0px;
    margin: 0px 15px 15px 0px;
    float:left;
}


#index-widget-article a {
    color:#000;
    text-decoration:none;
    border-bottom:1px dotted #222;
}
#index-widget-article a:hover,
#index-widget-article a:focus,
#index-widget-article a:active  {
    color:#000;
    text-decoration:none;
    border-bottom:none;
}
/*+++ #index-widget-article a:selected, */
#index-widget-article a:visited {
    color:#222;
}
#index-widget-article h3 {
    font-weight:bold;
    padding:0px;
    margin:10px 15px 20px 0px;
    line-height:110%;
}
#index-widget-article h3 a {
    color:#32356C;
    text-decoration:none;
    border-bottom:1px dotted #32356C;
}
#index-widget-article h3 a:hover {
    color:#32356C;
    text-decoration:none;
    border-bottom:none;
}
/*+++ #index-widget-article h3 a:selected,*/
#index-widget-article h3 a:visited {
    color:#32356C;
}
#index-widget-article h3 a .fa {
    color:#FF6600;
}
#index-widget-article h4 {
    font-size:100%;
    font-weight:bold;
    padding:0px;
    margin:0px 15px 0px 0px;
    line-height:110%;
}
#index-widget-article h4 a {
    text-decoration: none;
    border-bottom: none;
}
#index-widget-article h4 a:hover {
    border-bottom:1px solid #32356C;
}
#index-widget-article .mime {
    font-size:80%;
    font-style:italic;
    line-height:0;
    padding:0px;
    margin:2px 0px 5px 0px;
    line-height:110%;
    color:#888888;
}
#index-widget-article .mime i.fa {
    margin-left:15px;
}
#index-widget-article p {
    text-align:justify;
    margin:0;
    padding:0;
    line-height:110%;
    text-indent: 0px;
    overflow-x:auto;
    overflow-y:hidden;
}


#index-widget-enterprise h3 {
    color:#32356C;
    font-weight:bold;
    padding:0px;
    margin:10px 15px 20px 0px;
    line-height:110%;
}
#index-widget-enterprise h3 a {
    color:#32356C;
    text-decoration:none;
    border-bottom:1px dotted #222;
}
#index-widget-enterprise h3 a:hover
/*+++ #index-widget-enterprise h3 a:selected,*/
#index-widget-enterprise h3 a:visited
{
    color:#32356C;
    text-decoration:none;
    border-bottom:none;
}
#index-widget-enterprise div {
    max-width:500px;
    height:100px;
    overflow:hidden;
    margin-bottom: 10px;
}
#index-widget-enterprise div div {
    width:90%;
    height:auto;
    background: rgba(19, 93, 166, 0.4);
    padding: 10px;
    margin: 0px 10px 10px 10px;
}

#index-widget-enterprise div a {
    font-weight:bold;
    font-size:120%;
    color:#FFFFFF;
    text-decoration:none;
    border-bottom:1px dashed #FFFFFF;
}
#index-widget-enterprise div a:hover {
    color:#FFFFFF;
    text-decoration:none;
    border-bottom:none;
}
/*#index-widget-enterprise div a:selected,*/
#index-widget-enterprise div a:visited {
    color:#FFFFFF;
}
#index-widget-enterprise div#enterprise-trade {
    background: url(../img/enterprise-trade.jpg) no-repeat scroll left top transparent;
}
#index-widget-enterprise div#enterprise-research {
    background: url(../img/enterprise-research.jpg) no-repeat scroll left top transparent;
}
#index-widget-enterprise div#enterprise-manufacture {
    background: url(../img/enterprise-manufacture.jpg) no-repeat scroll left top transparent;
}
#index-widget-enterprise div#enterprise-distribution {
    background: url(../img/enterprise-distribution.jpg) no-repeat scroll left top transparent;
}
#index-widget-enterprise div#enterprise-transport {
    background: url(../img/enterprise-transport.jpg) no-repeat scroll left top transparent;
}

#index-widget-usefull-links {
    margin-bottom: 15px;
    color: #000000;
    line-height:120%;
}
#index-widget-usefull-links h3 {
    color:#32356C;
    font-weight:bold;
    padding:0px;
    margin:10px 15px 20px 0px;
    line-height:110%;
}
#index-widget-usefull-links h3 a {
    color:#32356C;
    text-decoration:none;
    border-bottom:1px dotted #222;
}
#index-widget-usefull-links h3 a:hover,
/*#index-widget-usefull-links h3 a:selected,*/
#index-widget-usefull-links h3 a:visited {
    color:#32356C;
    text-decoration:none;
    border-bottom:none;
}
#index-widget-usefull-links div {
    margin: 0px 20px 7px 0px;
    width:100%;
    float:left;
    display: block;
}
#index-widget-usefull-links a {
    color: #000000;
}
#index-widget-usefull-links img {
    margin: 0px 10px 30px 0px;
    float:left;
}
@media(min-width:768px){
    #index-widget-usefull-links div {
        width:45%;
    }
}
@media(min-width:992px){
    #index-widget-usefull-links div {
        width:30%;
    }
}
@media(min-width:1200px){
    #index-widget-usefull-links div {
        width:22%;
    }
}


/* ============= */
.main-column-right .menu  {
    background: #F6F6F6;
    color: #000000;
    padding: 15px;
    margin-bottom: 15px;
}
.main-column-right .menu a {
    text-decoration: none;
    border-bottom: none;
    color: #000000;
}
.main-column-right .menu a:hover {
    text-decoration: underline;
    border-bottom: none;
    color: #000000;
}
.main-column-right .banner-1 {
    text-align: center;
    margin-bottom: 15px;
}
.main-column-right .usefull-links {
    margin-bottom: 15px;
    color: #000000;
    line-height:120%;
}
.main-column-right div {
    margin-bottom: 7px;
    clear: both;
}
.main-column-right .usefull-links a {
    color: #000000;
}
.main-column-right .usefull-links img {
    margin: 0px 10px 20px 0px;
    float:left;
}


/* Page
============================*/
.page-view {
overflow-x: auto;
}
.page-view a {
    color:#000;
    text-decoration:none;
    border-bottom:1px dashed #222;
}
.page-view a:hover,
.page-view a:focus,
.page-view a:active  {
    color:#000;
    text-decoration:none;
    border-bottom:none;
}
/*.page-view a:selected, */
.page-view a:visited {
    color:#222;
}
.page-view a.none {
    border-bottom:none;
}

.page-view h1,
.page-view h2,
.page-view h3,
.page-view h4,
.page-view h5,
.page-view h6 {
    line-height:130%;
}
.page-view h1 a,
.page-view h2 a,
.page-view h3 a,
.page-view h4 a,
.page-view h5 a,
.page-view h6 a {
    text-decoration: none;
    border-bottom: none;
}
.page-view h1 a:hover,
.page-view h2 a:hover,
.page-view h3 a:hover,
.page-view h4 a:hover,
.page-view h5 a:hover,
.page-view h6 a:hover {
    border-bottom:1px solid #32356C;
}
.page-view h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #32356C;
}
.page-view h3 {
    padding:0px;
    margin:0px 15px 0px 0px;
}
.page-view .mime {
    text-align: left;
    font-size:80%;
    font-style:italic;
    line-height:0;
    padding:0px;
    margin:2px 0px 15px 0px;
    line-height:110%;
    color:#888888;
}
.page-view .mime i.fa {
    margin-left:15px;
}
.page-view .tagslist {
    margin-bottom:15px;
}
.page-view .tagslist a {
    margin-right:15px;
}
.page-view p {
    text-align:justify;
    padding:0px;
    line-height:150%;
    text-indent: 0px;
    overflow-x:auto;
    overflow-y:hidden;
}
.page-view img {
    float:left;
    padding:0px;
    margin:0px 15px 30px 0px;
    vertical-align:top;
}
.page-view .table th {
    text-align:center;
    vertical-align:middle;
}

/* Search
============================*/
.search-view {
    margin-bottom: 15px;
}
.search-view a {
    color:#000;
    text-decoration:none;
    border-bottom:1px dashed #222;
}
.search-view a:hover,
.search-view a:focus,
.search-view a:active  {
    color:#000;
    text-decoration:none;
    border-bottom:none;
}
/*.search-view a:selected, */
.search-view a:visited {
    color:#222;
}
.search-view a.none {
    border-bottom:none;
}
.search-view .highlight {
    background-color: #66ffff;
}
.search-view h1, h2, h3, h4, h5, h6 {
    line-height:130%;
}
.search-view h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    border-bottom: none;
}
.search-view h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    border-bottom:1px solid #32356C;
}
.search-view h1 {
    padding:0px;
    margin:0px 15px 0px 0px;
    line-height:110%;
    color: #32356C;
}
.search-view h3 {
    padding:0px;
    margin:0px 15px 0px 0px;
}
.search-view .mime {
    text-align: left;
    font-size:80%;
    font-style:italic;
    line-height:0;
    padding:0px;
    margin:2px 0px 15px 0px;
    line-height:110%;
    color:#888888;
}
.search-view .mime i.fa {
    margin-left:15px;
}
.search-view .tagslist {
    margin-bottom:15px;
}
.search-view .tagslist a {
    margin-right:15px;
}
.search-view p {
    text-align:justify;
    padding:0px;
    line-height:150%;
    text-indent: 0px;
    overflow-x:auto;
    overflow-y:hidden;
}
.search-view img {
    float:left;
    padding:0px;
    margin:0px 15px 30px 0px;
    vertical-align:top;
}
.search-view .table th {
    text-align:center;
    vertical-align:middle;
}

/* Article
============================*/
.article-view {

}
.article-view a {
    color:#000;
    text-decoration:none;
    border-bottom:1px dashed #222;
}
.article-view a:hover,
.article-view a:focus,
.article-view a:active  {
    color:#000;
    text-decoration:none;
    border-bottom:none;
}
/*.article-view a:selected, */
.article-view a:visited {
    color:#222;
}
.article-view a.none {
    border-bottom:none;
}

.article-view h1,
.article-view h2,
.article-view h3,
.article-view h4,
.article-view h5,
.article-view h6 {
    line-height:130%;
}
.article-view h1 a,
.article-view h2 a,
.article-view h3 a,
.article-view h4 a,
.article-view h5 a,
.article-view h6 a {
    text-decoration: none;
    border-bottom: none;
}
.article-view h1 a:hover,
.article-view h2 a:hover,
.article-view h3 a:hover,
.article-view h4 a:hover,
.article-view h5 a:hover,
.article-view h6 a:hover {
    border-bottom:1px solid #32356C;
}
.article-view h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #32356C;
}
.article-view h3 {
    padding:0px;
    margin:0px 15px 0px 0px;
}
.article-view .mime {
    text-align: left;
    font-size:80%;
    font-style:italic;
    line-height:0;
    padding:0px;
    margin:2px 0px 15px 0px;
    line-height:110%;
    color:#888888;
}
.article-view .mime i.fa {
    margin-left:15px;
}
.article-view .tagslist {
    margin-bottom:15px;
}
.article-view .tagslist a {
    margin-right:15px;
}
.article-view p {
    text-align:justify;
    padding:0px;
    line-height:150%;
    text-indent: 0px;
    overflow-x:auto;
    overflow-y:hidden;
}
.article-view img {
    float:left;
    padding:0px;
    margin:0px 15px 30px 0px;
    vertical-align:top;
}
.article-view .table th {
    text-align:center;
    vertical-align:middle;
}

/* Site
============================*/
.site-sitemap a {
    color:#000;
    text-decoration:none;
    border-bottom:1px dotted #222;
}
.site-sitemap a:hover,
.site-sitemap a:focus,
.site-sitemap a:active  {
    color:#000;
    text-decoration:none;
    border-bottom:none;
}
/*.site-sitemap a:selected, */
.site-sitemap a:visited {
    color:#222;
}
.site-sitemap a.none {
    border-bottom:none;
}
.site-sitemap h1 {
    line-height:130%;
}
.site-sitemap h1 a {
    text-decoration: none;
    border-bottom: none;
}
.site-sitemap h1 a:hover {
    border-bottom:1px solid #32356C;
}
.site-sitemap h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #32356C;
}

.site-sitemap #tree,
.site-sitemap #tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.site-sitemap #tree ul {
    margin-left:1em;
    position:relative
}
.site-sitemap #tree ul ul {
    margin-left:.5em
}
.site-sitemap #tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.site-sitemap #tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    font-weight:700;
    position:relative
}
.site-sitemap #tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.site-sitemap #tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.site-sitemap .indicator {
    margin-right:5px;
}
.site-sitemap #tree li ul li {
    margin-bottom: 15px;
    line-height: 120%;
}
.site-sitemap #tree li a {
    text-decoration: none;
}
.site-sitemap #tree li button, #tree li button:active, #tree li button:focus {
    text-decoration: none;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
/* Feedback
============================*/
.feedback-create div.required label:after {
    content: " *";
    color: red;
}
.feedback-create a {
    color:#000;
    text-decoration:none;
    border-bottom:1px dashed #222;
}
.feedback-create a:hover,
.feedback-create a:focus,
.feedback-create a:active  {
    color:#000;
    text-decoration:none;
    border-bottom:none;
}
/*.feedback-create a:selected, */
.feedback-create a:visited {
    color:#222;
}
.feedback-create a.none {
    border-bottom:none;
}

.feedback-create h1,
.feedback-create h2,
.feedback-create h3,
.feedback-create h4,
.feedback-create h5,
.feedback-create h6 {
    line-height:130%;
}
.feedback-create h1 a,
.feedback-create h2 a,
.feedback-create h3 a,
.feedback-create h4 a,
.feedback-create h5 a,
.feedback-create h6 a {
    text-decoration: none;
    border-bottom: none;
}
.feedback-create h1 a:hover,
.feedback-create h2 a:hover,
.feedback-create h3 a:hover,
.feedback-create h4 a:hover,
.feedback-create h5 a:hover,
.feedback-create h6 a:hover {
    border-bottom:1px solid #32356C;
}
.feedback-create h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #32356C;
}
.feedback-create h3 {
    padding:0px;
    margin:0px 15px 0px 0px;
}
.feedback-create .mime {
    text-align: left;
    font-size:80%;
    font-style:italic;
    line-height:0;
    padding:0px;
    margin:2px 0px 15px 0px;
    line-height:110%;
    color:#888888;
}
.feedback-create .mime i.fa {
    margin-left:15px;
}
.feedback-create .tagslist {
    margin-bottom:15px;
}
.feedback-create .tagslist a {
    margin-right:15px;
}
.feedback-create p {
    text-align:justify;
    padding:0px;
    line-height:150%;
    text-indent: 0px;
    overflow-x:auto;
    overflow-y:hidden;
}
.feedback-create .blocks {
    background-color:#F6F6F6;
    padding:10px;
    margin-bottom:10px;
}


.feedback-view {

}
.feedback-view a {
    color:#000;
    text-decoration:none;
    border-bottom:1px dashed #222;
}
.feedback-view a:hover,
.feedback-view a:focus,
.feedback-view a:active  {
    color:#000;
    text-decoration:none;
    border-bottom:none;
}
/*.feedback-view a:selected, */
.feedback-view a:visited {
    color:#222;
}
.feedback-view a.none {
    border-bottom:none;
}

.feedback-view h1,
.feedback-view h2,
.feedback-view h3,
.feedback-view h4,
.feedback-view h5,
.feedback-view h6 {
    line-height:130%;
}
.feedback-view h1 a,
.feedback-view h2 a,
.feedback-view h3 a,
.feedback-view h4 a,
.feedback-view h5 a,
.feedback-view h6 a {
    text-decoration: none;
    border-bottom: none;
}
.feedback-view h1 a:hover,
.feedback-view h2 a:hover,
.feedback-view h3 a:hover,
.feedback-view h4 a:hover,
.feedback-view h5 a:hover,
.feedback-view h6 a:hover {
    border-bottom:1px solid #32356C;
}
.feedback-view h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #32356C;
}
.feedback-view h3 {
    padding:0px;
    margin:0px 15px 0px 0px;
}
.feedback-view .mime {
    text-align: left;
    font-size:80%;
    font-style:italic;
    line-height:0;
    padding:0px;
    margin:2px 0px 15px 0px;
    line-height:110%;
    color:#888888;
}
.feedback-view .mime i.fa {
    margin-left:15px;
}
.feedback-view p {
    text-align:justify;
    padding:0px;
    line-height:150%;
    text-indent: 0px;
    overflow-x:auto;
    overflow-y:hidden;
}
.feedback-view .blocks-info {
    background-color:#d9edf7;
    padding:10px;
    margin-bottom:10px;
}
/* Feedback
============================*/
.appointment-create div.required label:after {
    content: " *";
    color: red;
}
.appointment-create a {
    color:#000;
    text-decoration:none;
    border-bottom:1px dashed #222;
}
.appointment-create a:hover,
.appointment-create a:focus,
.appointment-create a:active  {
    color:#000;
    text-decoration:none;
    border-bottom:none;
}
/*.appointment-create a:selected, */
.appointment-create a:visited {
    color:#222;
}
.appointment-create a.none {
    border-bottom:none;
}

.appointment-create h1,
.appointment-create h2,
.appointment-create h3,
.appointment-create h4,
.appointment-create h5,
.appointment-create h6 {
    line-height:130%;
}
.appointment-create h1 a,
.appointment-create h2 a,
.appointment-create h3 a,
.appointment-create h4 a,
.appointment-create h5 a,
.appointment-create h6 a {
    text-decoration: none;
    border-bottom: none;
}
.appointment-create h1 a:hover,
.appointment-create h2 a:hover,
.appointment-create h3 a:hover,
.appointment-create h4 a:hover,
.appointment-create h5 a:hover,
.appointment-create h6 a:hover {
    border-bottom:1px solid #32356C;
}
.appointment-create h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #32356C;
}
.appointment-create h3 {
    padding:0px;
    margin:0px 15px 0px 0px;
}
.appointment-create .mime {
    text-align: left;
    font-size:80%;
    font-style:italic;
    line-height:0;
    padding:0px;
    margin:2px 0px 15px 0px;
    line-height:110%;
    color:#888888;
}
.appointment-create .mime i.fa {
    margin-left:15px;
}
.appointment-create .tagslist {
    margin-bottom:15px;
}
.appointment-create .tagslist a {
    margin-right:15px;
}
.appointment-create p {
    text-align:justify;
    padding:0px;
    line-height:150%;
    text-indent: 0px;
    overflow-x:auto;
    overflow-y:hidden;
}
.appointment-create .blocks {
    background-color:#F6F6F6;
    padding:10px;
    margin-bottom:10px;
}

.appointment-view a {
    color:#000;
    text-decoration:none;
    border-bottom:1px dashed #222;
}
.appointment-view a:hover,
.appointment-view a:focus,
.appointment-view a:active  {
    color:#000;
    text-decoration:none;
    border-bottom:none;
}
/*.appointment-view a:selected, */
.appointment-view a:visited {
    color:#222;
}
.appointment-view a.none {
    border-bottom:none;
}

.appointment-view h1,
.appointment-view h2,
.appointment-view h3,
.appointment-view h4,
.appointment-view h5,
.appointment-view h6 {
    line-height:130%;
}
.appointment-view h1 a,
.appointment-view h2 a,
.appointment-view h3 a,
.appointment-view h4 a,
.appointment-view h5 a,
.appointment-view h6 a {
    text-decoration: none;
    border-bottom: none;
}
.appointment-view h1 a:hover,
.appointment-view h2 a:hover,
.appointment-view h3 a:hover,
.appointment-view h4 a:hover,
.appointment-view h5 a:hover,
.appointment-view h6 a:hover {
    border-bottom:1px solid #32356C;
}
.appointment-view h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #32356C;
}
.appointment-view h3 {
    padding:0px;
    margin:0px 15px 0px 0px;
}
.appointment-view .mime {
    text-align: left;
    font-size:80%;
    font-style:italic;
    line-height:0;
    padding:0px;
    margin:2px 0px 15px 0px;
    line-height:110%;
    color:#888888;
}
.appointment-view .mime i.fa {
    margin-left:15px;
}
.appointment-view p {
    text-align:justify;
    padding:0px;
    line-height:150%;
    text-indent: 0px;
    overflow-x:auto;
    overflow-y:hidden;
}
.appointment-view .blocks-info {
    background-color:#d9edf7;
    padding:10px;
    margin-bottom:10px;
}


/*
---------------------------------------- */

#index-widget-poll {
    background: #F0F0F0;
    padding: 10px;
}


#index-widget-poll p {
    margin-bottom: 0;
}
#index-widget-poll .vote-line {
    background: #32356C;
    color:#FFFFFF;
    font-weight: bold;
    padding: 5px;
    font-size: 75%;
    line-height: 100%;
}
#index-widget-poll .votes_count {
    font-style: italic;
    color:#6C6C6C;
    font-size: 90%;
}

/* ==========================================================================
   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-pixel-ratio: 5/4),
       (-webkit-min-pixel-ratio: 1.25),*/
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


a.badge-info, .badge-info {
  color: #fff;
  background-color: #117a8b;
  text-decoration: none;
  font-size: 100%;
  border-bottom: 0px;
  padding: 10px;
  margin: 0px 5px 5px 0px;
}
