/*
#000000

@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;
    1position: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;
    }
}

// Remove text-shadow in selection highlight:
::-moz-selection {
    background: #000000;
    text-shadow: none;
}
::selection {
    background: #000000;
    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:#000000;
}

.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;
}

img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

// Author's custom styles
//------------------------
.header {
    1min-height: 150px;
    margin-bottom: 10px;
}
.header #logotype {
}

.header #logotype {
    width: 100%;
    height: 100%;
}
.header #logotype img {
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 100px;
}

.header #site-version {
    font-size: 95%;
}
.header #site-version a {
    margin-right: 15px;
}


.footer {
    font-size: 90%;
}

.footer #footer-copyright {
    background: #000000;
    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;
}

/* search */
#search {
    background: #000000;
    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; 
    1border-color:#ccc;
}
.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;
}

#languages {
    font-size: 85%;
    line-height: 150%;
}

.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;
}

#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:#000000;
    text-decoration:none;
    border-bottom:1px dotted #000000;
}
#index-widget-article h3 a:hover {
    color:#000000;
    text-decoration:none;
    border-bottom:none;
}
#index-widget-article h3 a:selected, 
#index-widget-article h3 a:visited {
    color:#000000;
}
#index-widget-article h3 a .fa {
    color:#000000;
}
#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 #000000;
}
#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-article p::selection {
  background: #CCCCCC;
  text-shadow: none;
}


#index-widget-enterprise h3 {
    color:#000000;
    font-weight:bold;
    padding:0px;
    margin:10px 15px 20px 0px;
    line-height:110%;
}
#index-widget-enterprise h3 a {
    color:#000000;
    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:#000000;
    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:#000000;
    font-weight:bold;
    padding:0px;
    margin:10px 15px 20px 0px;
    line-height:110%;
}
#index-widget-usefull-links h3 a {
    color:#000000;
    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:#000000;
    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;
    margin-right: 20px;
}
.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 {

}
.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 #000000;
}
.page-view h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #000000;
    1text-transform: uppercase;
}
.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 #000000;
}
.search-view h1 {
    padding:0px;
    margin:0px 15px 0px 0px;
    line-height:110%;
    color: #000000;
    1text-transform: uppercase;
}
.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 #000000;
}
.article-view h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #000000;
    1text-transform: uppercase;
}
.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 #000000;
}
.site-sitemap h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #000000;
}

.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;
    color1:#369;
    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;
    color1:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
/* Feedback
============================*/
.feedback-create {

}
.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 #000000;
}
.feedback-create h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #000000;
    1text-transform: uppercase;
}
.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 #000000;
}
.feedback-view h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #000000;
    1text-transform: uppercase;
}
.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 {

}
.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 #000000;
}
.appointment-create h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #000000;
    1text-transform: uppercase;
}
.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 {

}
.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 #000000;
}
.appointment-view h1 {
    padding:0px;
    margin:0px 15px 20px 0px;
    line-height:110%;
    color: #000000;
    1text-transform: uppercase;
}
.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;
}


/* access-panel
========================= */
.access-panel {
    background-color: #FFEEAB;
    margin:0 auto;
    padding: 10px;    
    z-index:0;
    clear: both;
    text-align: center;
    height: 75px;
}
.access-panel p {
    float: left;
    margin-right: 30px; 
    font-weight: bold;   
}
.access-panel dl {
    float: left;
    margin-right: 30px; 
    padding: 10px;
    font-weight: bold;
}
.access-panel dl dt {
    float: left;
    margin-right: 10px;
    font-weight: bold;
}
.access-panel dl dd {
    float: left;
    margin-right: 10px;
    font-weight: bold;
}
.access-panel .a-fontsize-small {
    font-size: 100%;
}
.access-panel .a-fontsize-normal {
    font-size: 150%;
}
.access-panel .a-fontsize-big {
    font-size: 200%;
}
.access-panel .a-normal {
    font-size: 200%;
}
.access-panel .a-color1 {
    text-transform: uppercase;
    border: 2px solid #000000;
    padding: 3px 5px;
}
.access-panel .a-color2 {
    text-transform: uppercase;
    background: #000000;
    border: 2px solid #000000;
    color: #FFFFFF;
    padding: 3px 5px;
}
.access-panel .a-color3 {
    text-transform: uppercase;
    border: 2px solid #000000;
    background: #9DD1FF;
    padding: 3px 5px;
}


.fontsize-small {
    font-size: 75%;
}
.fontsize-normal {    
    font-size: 100%;
}
.fontsize-big {
    font-size: 250%;
}
.fontsize-big .h1,
.fontsize-big .h2,
.fontsize-big .h3,
.fontsize-big .h4,
.fontsize-big .h5,
.fontsize-big .h6 {
    font-size: 250%;
}
.fontsize-big .main-column-right .menu  {
    line-height: 160%;
}
.fontsize-big li {
    line-height: 160%;
}

.color1 {
    color: #000000;
    background: #FFFFFF;
}
.color2 {
    color: #FFFFFF;
    background: #000000;
}
.color3 {
    color: #000000;
    background: #9DD1FF;
}



/* ==========================================================================
   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 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;
    }
}

